body {
  font-family: roboto;
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #04619f 74%);
  color: white;
}

.section-title {
  padding-bottom: 60px;
  text-align: center;
}

.section-title .title-sm-text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.81px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.section-title h2 {
  color: #ffffff;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.53px;
}

@media (min-width: 576px) {
  .section-title h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2.53px;
  }
}

.section-spacing {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .section-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* /////////////////////////// 
      Header Area
  //////////////////////////// */
@media (min-width: 768px) {
  .site-header {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .site-header {
    padding-top: 15px;
  }
}

.site-header .main-menu {
  margin: 0 -18px;
}

@media (min-width: 992px) {
  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .main-menu > li > a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: white;
    padding: 18px;
  }
}

.main-menu > li > a:hover {
  color: #258aff;
}

@media (min-width: 992px) {
  .main-menu .has-dropdown {
    position: relative;
    z-index: 99;
  }
}

@media (min-width: 992px) {
  .main-menu .has-dropdown:hover .menu-dropdown {
    top: 100%;
    opacity: 1;
    pointer-events: visible;
  }
}

.main-menu .has-dropdown:hover .menu-dropdown p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .main-menu .menu-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 110%;
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 530px;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    padding: 30px 30px 0px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .main-menu .menu-dropdown .single-item {
    -webkit-box-flex: calc(50% - 20px);
    -ms-flex: calc(50% - 20px);
    flex: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .main-menu .menu-dropdown .single-item:hover a h3 {
    color: #258aff;
  }
}

.main-menu .menu-dropdown .single-item a h3 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0;
}

.main-menu .menu-dropdown .single-item a p {
  margin-bottom: 0;
}

.main-menu .menu-dropdown .single-item p {
  color: #878b90;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.35px;
}

.main-menu li {
  display: inline-block;
}

@media (min-width: 992px) {
  .main-menu .menu-dropdown .single-item:nth-child(odd) {
    margin-right: 40px;
  }
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .header-btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-btns.btns-group {
  margin: 0 -17px;
}

/*  Mobile Menu / Mean Menu Reset  */
.mobile-menu.mean-container .mean-bar {
  position: static;
  float: none;
  background: transparent;
}

.mobile-menu.mean-container .mean-bar .meanmenu-reveal {
  text-indent: 0 !important;
  position: relative;
  font-size: 21px;
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  margin-left: auto;
  margin-right: -24px;
}

.mobile-menu.mean-container .mean-bar .mean-expand {
  font-size: 0 !important;
  padding: 0 !important;
  height: 42px;
  width: 42px;
}

.mobile-menu.mean-container .mean-bar .mean-expand:before {
  position: absolute;
  display: inline-block;
  font: normal normal normal 32px/1 'ep';
  content: '\ea1a';
  font-size: 15px;
  color: #7c7373;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu.mean-container .mean-bar .mean-expand.mean-clicked {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-menu.mean-container .mean-bar .mean-expand:hover {
  background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav {
  float: none;
  margin-top: 0;
  position: absolute;
  left: 0;
  border: 0;
  z-index: 888;
  background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .main-menu {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 8px;
}

.menu-item a {
  text-decoration-line: none;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item > a {
  border-bottom: 0;
  font-size: 15px;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item.mean-last {
  border-bottom: 1px solid transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
  padding-left: 0 !important;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown .single-item {
  padding-bottom: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
  .mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
    padding-left: 40px;
  }
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown p {
  margin-bottom: 0;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li {
  float: none;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li a {
  color: #000;
  float: none;
  text-transform: initial;
}

.hero-area {
  padding-bottom: 35px;
  padding-top: 100px;
  margin-left: 8%;
}

@media (min-width: 992px) {
  .hero-area {
    padding-top: 165px;
    padding-bottom: 0;
  }
}

.hero-content {
  text-align: center;
}

.hero-content h5 {
  color: #666666;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.81px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hero-content h2 {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .hero-content h2 {
    letter-spacing: -3px;
    font-size: 55px;
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  .hero-content h2 {
    letter-spacing: -4px;
    font-size: 70px;
    line-height: 70px;
  }
}

.hero-content p {
  color: #666666;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 25px;
}

@media (min-width: 576px) {
  .hero-content p {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .hero-content p {
    padding: 0 30px;
    margin-bottom: 4px;
    font-size: 21px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .hero-content p {
    padding: 0 40px;
  }
}

.subscription-form {
  padding: 25px 0 0;
}

.subscription-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  margin-left: 15%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 480px) {
  .subscription-form .form-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.subscription-form .form-group input {
  height: 60px;
  width: 100%;
  color: #666666;
  border-radius: 5px;
  background-color: #ffffff;
  padding-left: 17px;
  border-color: transparent;
}

@media (min-width: 576px) {
  .subscription-form .form-group input {
    max-width: 275px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .subscription-form .form-group input {
    margin-right: 10px;
  }
}

.subscription-form .form-group input::-webkit-input-placeholder {
  color: #878b90;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.9px;
}

.subscription-form .form-group input:-ms-input-placeholder {
  color: #878b90;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.9px;
}

.subscription-form .form-group input::-ms-input-placeholder {
  color: #878b90;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.9px;
}

.subscription-form .form-group input::placeholder {
  color: #878b90;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.9px;
}

.subscription-form .form-group button {
  border-radius: 3px;
  border: none;
  background-color: #045de9;
  width: 100%;
  color: #ffffff;
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 700;
  /* letter-spacing: -0.9px; */
  height: 50px;
  margin-top: 10px;
  margin-right: 5px;
}
.subscription-form .form-group button:hover {
  cursor: pointer;
}

@media (min-width: 576px) {
  .subscription-form .form-group button {
    max-width: 160px;
    margin-top: 0;
  }
}

.subscription-form .form-text {
  color: #878b90;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.32px;
  margin-bottom: 0;
  margin-left: 15%;
  margin-top: 20px;
}

/* /////////////////////////// 
      Feature Section
  //////////////////////////// */
.feature-area {
  padding: 45px 0;
}

@media (min-width: 992px) {
  .feature-area {
    padding: 150px 0;
  }
}

.feature-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 480px) {
  .feature-widget {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 576px) {
  .feature-widget {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
}

.feature-widget .widget-icon {
  padding: 10px;
  background-color: transparent;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 38px;
  color: #258aff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-widget .widget-icon i {
  font-size: inherit;
}

.feature-widget .content h5 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #000000;
  padding-bottom: 0;
}

.feature-widget .content p {
  color: #666666;
  line-height: 28px;
}

@media (min-width: 480px) {
  .feature-widget .content p {
    padding-right: 50px;
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .feature-widget .content p {
    padding: 0;
  }
}

.feature-widget:hover .widget-icon {
  color: #258aff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.feature-widget.icon-top-round {
  display: block;
}

.feature-widget.icon-top-round .widget-icon {
  background-color: #258aff;
  padding: 16px;
  border-radius: 50px;
  margin-bottom: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 28px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .feature-widget.icon-top-round .widget-icon {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .feature-widget.icon-top-round .widget-icon {
    margin-bottom: 34px;
  }
}

.feature-widget.icon-top-round .widget-icon i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-widget.icon-top-round:hover .widget-icon i {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* /////////////////////////// 
      Content Sectio-01
  //////////////////////////// */
.content-section-01 {
  background-color: #258aff;
  padding: 70px 0;
}

@media (min-width: 768px) {
  .content-section-01 {
    padding: 128px 0;
  }
}

.content-right-content {
  text-align: center;
}

@media (min-width: 480px) {
  .content-right-content {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .content-right-content {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .content-right-content {
    margin-top: 25px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .content-right-content {
    margin-top: 90px;
  }
}

.content-right-content h5 {
  color: #ffffff;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.81px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content-right-content h5 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .content-right-content h5 {
    margin-bottom: 40px;
  }
}

.content-right-content h2 {
  color: #ffffff;
  font-family: 'Karla', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 45px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .content-right-content h2 {
    letter-spacing: -1.8px;
    font-size: 28px;
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  .content-right-content h2 {
    letter-spacing: -2px;
    padding-right: 6px;
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 992px) {
  .content-right-content h2 {
    letter-spacing: -2.53px;
    margin-bottom: 18px;
    padding-right: 6px;
    font-size: 48px;
    line-height: 56px;
  }
}

@media (min-width: 1200px) {
  .content-right-content h2 {
    padding-right: 20px;
  }
}

.content-right-content p {
  color: #e4e4e4;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

@media (min-width: 768px) {
  .content-right-content p {
    line-height: 28px;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .content-right-content p {
    padding-right: 35px;
    line-height: 32px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .content-right-content p {
    padding-right: 45px;
  }
}

.content-right-content .content-btn {
  margin-top: 36px;
}

@media (min-width: 480px) {
  .content-right-content .content-btn .btn {
    height: 40px;
    font-size: 16px;
    letter-spacing: -1px;
    min-width: 137px;
  }
}

@media (min-width: 768px) {
  .content-right-content .content-btn .btn {
    height: 60px;
    min-width: 209px;
    letter-spacing: -0.9px;
    font-size: 18px;
  }
}

.content-left-image {
  width: 50%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .content-left-image {
    width: 100%;
  }
}

.content-left-image img {
  width: 100%;
}

/*///////////////////////
      Content_section-02
   /////////////////////*/
.content-section-02 {
  padding: 70px 0;
}

@media (min-width: 768px) {
  .content-section-02 {
    padding: 175px 0;
  }
}

.content-wrapper {
  border-bottom: 1px solid #fff;
  padding-bottom: 65px;
}

@media (min-width: 992px) {
  .content-wrapper {
    padding-bottom: 122px;
  }
}

.content-right-image img {
  width: 100%;
}

.content-left-content {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .content-left-content {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .content-left-content {
    margin-bottom: 95px;
  }
}

.content-left-content h5 {
  color: #258aff;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.81px;
  text-transform: uppercase;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .content-left-content h5 {
    margin-bottom: 48px;
  }
}

.content-left-content h2 {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -2.53px;
  line-height: 45px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .content-left-content h2 {
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .content-left-content h2 {
    padding-right: 10px;
    font-size: 48px;
    line-height: 56px;
  }
}

@media (min-width: 1200px) {
  .content-left-content h2 {
    padding-right: 16px;
  }
}

.content-left-content p {
  color: #666666;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

@media (min-width: 768px) {
  .content-left-content p {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .content-left-content p {
    padding-right: 35px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
  }
}

@media (min-width: 1200px) {
  .content-left-content p {
    padding-right: 42px;
  }
}

/*/////////////////////////////// 
        Testimonial
  ///////////////////////////////*/
.masonry-with-columns {
  -webkit-columns: 2 300px;
  columns: 2 300px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.masonry-with-columns .testimonial-card {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.testimonial-card {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px 30px 35px 35px;
}

.testimonial-card .card-content {
  margin-bottom: 34px;
}

.testimonial-card .card-content p {
  color: #1f1f1f;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 32px;
  padding-right: 24px;
}

.testimonial-card .card-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-card .card-id .id-content {
  margin-left: 22px;
}

.testimonial-card .card-id .id-content h6 {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.32px;
  margin-bottom: 11px;
}

.testimonial-card .card-id .id-content span {
  color: #666666;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.testimonial-content {
  margin-bottom: 45px;
}

.testimonial-content h5 {
  color: #258aff;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.81px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .testimonial-content h5 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .testimonial-content h5 {
    margin-bottom: 45px;
  }
}

.testimonial-content h2 {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -2.53px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .testimonial-content h2 {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 56px;
  }
}

.testimonial-content p {
  color: #666666;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding-right: 30px;
}

@media (min-width: 1200px) {
  .testimonial-content p {
    padding-right: 35px;
  }
}

/*//////////////////////////// 
          Client
  ///////////////////////////*/
.client-section {
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .client-section {
    padding: 120px 0;
  }
}

.client-brand-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.client-brand-wrapper .single-brand {
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
}

/* ///////////////////////////
      Pricing Section
  //////////////////////////// */
.pricing-section {
  background-image: url(../image/pricing-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-card {
  border-top: 5px solid transparent;
  border-radius: 6px;
  padding: 24px 45px 30px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 15px;
}

.pricing-card .card-head {
  padding-bottom: 18px;
}

.pricing-card .card-head h6 {
  color: #666666;
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.43px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.pricing-card .card-head h2 .small-title {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.2px;
}

.pricing-card .card-head h2 .big-txt {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
}

.pricing-card .card-head h2 .big-txt:before {
  position: absolute;
}

.pricing-card .card-head h2 .month {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.68px;
}

.pricing-card .card-head p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 0;
}

.pricing-card .card-content .pricing-list li {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.42px;
  line-height: 32px;
  padding: 7px 0;
}

.pricing-card .card-content .pricing-list li i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #1f1f1f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
}

.pricing-card .card-content .pricing-list li.disable-opt {
  text-decoration: line-through;
  color: #878b90;
}

.pricing-card .card-content .pricing-list li.disable-opt i {
  color: #8e8e8e;
}

.pricing-card .card-content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 0;
}

.pricing-card .card-badge {
  position: absolute;
  top: 50px;
  right: 45px;
  background-color: #4eab08;
  border-radius: 500px;
  height: 26px;
  color: #fff;
  width: 83px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .pricing-card .card-badge {
    width: 60px;
  }
}

@media (min-width: 480px) {
  .pricing-card .card-badge {
    width: 60px;
  }
}

@media (min-width: 768px) {
  .pricing-card .card-badge {
    width: 83px;
  }
}

@media (min-width: 1200px) {
  .pricing-card .card-badge {
    width: 83px;
  }
}

.pricing-card .card-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 33px;
  padding-bottom: 5px;
  margin-left: 1px;
}

.pricing-card .card-btn .btn {
  padding: 0 37px;
}

.pricing-card.active {
  background-color: #2b405a;
}

.pricing-card.active .card-head span {
  color: #fff;
}

.pricing-card.active .card-head h6 {
  color: #e5e5e5;
}

.pricing-card.active .card-head h2 {
  color: #fff;
}

.pricing-card.active .card-head p {
  color: #fff;
}

.pricing-card.active .card-content .pricing-list li {
  color: #fff;
}

.pricing-card.active .card-content .pricing-list li i {
  color: #fff;
}

.pricing-card.active .card-content .pricing-list li.disable-opt {
  color: #878b90;
}

.pricing-card.active .card-content p {
  color: #e5e5e5;
}

/* /////////////////////////// 
      Footer Section
  //////////////////////////// */
.footer-section {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .footer-section {
    padding: 120px 0;
  }
}

.footer-section .margin-decrese {
  margin-bottom: -30px;
}

.footer-section .col-margin {
  margin-bottom: 30px;
}

.single-footer .footer-text p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 28px;
}

@media (min-width: 992px) {
  .single-footer .footer-text p {
    padding-right: 22px;
  }
}

.footer-title {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .footer-title {
    margin-bottom: 40px;
  }
}

.footer-title h6 {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.footer-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 28px;
}

.footer-social-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .footer-social-list {
    margin-top: 40px;
  }
}

.footer-social-list li {
  margin-right: 18px;
}

.footer-social-list li a {
  color: #000;
  font-size: 18px;
}

.footer-list li a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 7px;
  color: #1f1f1f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-list li a:hover {
  color: #258aff;
}

.footer-list li:first-child a {
  padding-top: 0;
}

.footer-list li:last-child a {
  padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */

.brand-logo {
  /* display: inline-block; */
}

.nav-container {
  display: flex;
  justify-content: space-around;
}

.landing-content {
  margin-left: 15%;
}

.landing-content h5 {
  font-size: 1rem;
  color: #61dbfb;
}
.landing-content h2 {
  font-size: 3.3rem;
  margin-top: 0%;
  margin-bottom: 2%;
}
.landing-content p {
  width: 65%;
}

.main-navigation {
  padding-top: 4%;
}

.team-member,
.team-member .team-img {
  position: relative;
}
.team-member {
  overflow: hidden;
  border-radius: 160px;
}
.team-member,
.team-member .team-img {
  position: relative;
}

/* .team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} */
.team-member:hover .team-hover .desk {
  top: 35%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member:hover .team-hover .s-link {
  bottom: 10%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px;
}
.team-title {
  position: static;
  padding: 20px 0;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
}
.team-title h5 {
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
}
.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
}


.linkedinBtn {
  width: 50%;
  padding: 2%;
  font-size: 14px;
}

.linkedinBtn:hover {
  background-color: #FFDE59;
}

.linkedinBtn a {
  text-decoration-line: none;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.9fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "intro-download intro-download qlensGif qlensGif"
    "intro-download intro-download qlensGif qlensGif";
}
.intro-download { grid-area: intro-download; }
.qlensGif { 
  grid-area: qlensGif; 
  align-self: end;

}

.qlensgif {
  width: 80%;  
}

.submit-btn a {
  text-decoration-line: none;
  color: white;
}


@media (min-width: 768px) {
  .footer-social-list {
    margin-top: 40px;
  }
}

@media (max-width: 1366px) and (min-width: 1024px) {
  .landing-content p {
    width: 97%;
  }
  .qlensgif {
    margin-left: 5%;
    width: 90%;
  }

}


@media (max-width: 1024px) and (min-width: 900px) {
  .landing-content p {
    width: 97%;
  }
  .qlensgif {
    margin-bottom: 11%;
    margin-left: 3%;
    width: 90%;
  }

  .landing-content h2{
    font-size: 34px;
  }

  .hero-area {
    padding-top: 100px;
    margin-left: 0;
  }

  .subscription-form .form-group button {
    max-width: 116px;
    margin-top: 0;
  }

  .col-md-4 .col-sm-4 .profiles {
    display: inline-block;
    padding: 4% 2%;
  }
}