/*font Variables*/
/*Color Variables*/
body {
  line-height: 1.6;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #5d6a7d;
  background: #fff; }

html,
body {
  height: 100%; }

html {
  scroll-behavior: smooth; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.li {
  list-style: none;
  margin: 0px;
  padding: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #051838;
  font-family: "Poppins", sans-serif; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none;
  box-shadow: none; }

.colored {
  color: #04BCF3; }

.error-color {
  color: red; }

/* Main Title Area css
============================================================================================ */
.section-title {
  margin-bottom: 50px;
  text-align: center; }
  .section-title h2 {
    font-size: 36px;
    color: #051838;
    margin-bottom: 10px;
    line-height: 1.5; }
    @media (max-width: 425px) {
      .section-title h2 {
        font-size: 30px; } }
    .section-title h2 span {
      font-weight: 400; }
    @media (max-width: 1366px) {
      .section-title h2 br {
        display: none; } }
  .section-title p {
    font-size: 18px; }
    @media (max-width: 991px) {
      .section-title p {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .section-title p {
        font-size: 12px; } }

/* Start Primary btns css
============================================================================================ */
.primary-btn {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  background: #04BCF3;
  line-height: 55px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 0 30px; }
  .primary-btn i {
    margin-left: 5px; }
  .primary-btn.btn2 {
    padding: 0 70px 0 30px; }
    .primary-btn.btn2 i {
      height: 48px;
      width: 48px;
      line-height: 48px;
      background: #fff;
      border-radius: 50%;
      color: #04BCF3;
      position: absolute;
      right: 3px;
      top: 3px; }
  .primary-btn:hover {
    color: #fff;
    opacity: .8; }

/* animation delay css
============================================================================================ */
.delay-1 {
  animation-delay: .1s; }

.delay-2 {
  animation-delay: .2s; }

.delay-3 {
  animation-delay: .3s; }

.delay-4 {
  animation-delay: .4s; }

.delay-5 {
  animation-delay: .5s; }

.delay-6 {
  animation-delay: .6s; }

.delay-7 {
  animation-delay: .7s; }

.delay-8 {
  animation-delay: .8s; }

.delay-9 {
  animation-delay: .9s; }

.delay-10 {
  animation-delay: 1s; }

/* Start Header area style
============================================================================================ */
.header_area {
  transition: background 0.4s, all 0.3s linear;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 5px 30px #4b6fff21; }
  @media (min-width: 1680px) {
    .header_area .container {
      max-width: 1700px; } }
  @media (max-width: 1199px) {
    .header_area .main_menu {
      padding: 0 15px; } }
  .header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
    .header_area .navbar .logo_h img {
      max-width: 100px; }
      @media (max-width: 767px) {
        .header_area .navbar .logo_h img {
          max-width: 80px !important; } }
    .header_area .navbar .nav {
      margin-left: 100px; }
      @media (max-width: 1199px) {
        .header_area .navbar .nav {
          margin-left: 0; } }
      .header_area .navbar .nav .nav-item {
        margin-right: 35px; }
        .header_area .navbar .nav .nav-item.banner-cta {
          display: none; }
          @media (max-width: 991px) {
            .header_area .navbar .nav .nav-item.banner-cta {
              display: block;
              margin-top: 10px; }
              .header_area .navbar .nav .nav-item.banner-cta a.primary-btn {
                background: #04BCF3; }
                .header_area .navbar .nav .nav-item.banner-cta a.primary-btn:hover {
                  color: #fff; } }
        .header_area .navbar .nav .nav-item a {
          font: 500 14px/50px "Rubik", sans-serif;
          text-transform: uppercase;
          color: #5d6a7d;
          padding: 0px;
          display: inline-block; }
          .header_area .navbar .nav .nav-item a.primary-btn {
            background: #051838;
            color: #fff;
            box-shadow: none;
            padding: 0 25px;
            line-height: 50px; }
          @media (max-width: 1199px) {
            .header_area .navbar .nav .nav-item a {
              line-height: 50px; } }
        .header_area .navbar .nav .nav-item:hover a, .header_area .navbar .nav .nav-item.active a {
          color: #04BCF3; }
        .header_area .navbar .nav .nav-item:last-child {
          margin-right: 0px; }
  .header_area.navbar_fixed {
    z-index: 99999; }
    .header_area.navbar_fixed .main_menu {
      position: fixed;
      width: 100%;
      top: -70px;
      left: 0;
      right: 0;
      background: #fff;
      -webkit-transform: translateY(70px);
      -moz-transform: translateY(70px);
      -ms-transform: translateY(70px);
      -o-transform: translateY(70px);
      transform: translateY(70px);
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      z-index: 999;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      @media (max-width: 1199px) {
        .header_area.navbar_fixed .main_menu {
          padding: 0 15px; } }

/* header area responsive css
============================================================================================ */
@media (max-width: 1199px) {
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px; }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1; }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0; }

  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px; }

  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative; }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #051838;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer; }

  .navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }

  .nav {
    padding: 0px 0px;
    padding-bottom: 15px; }

  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 117px; }

  .header_top .nav {
    padding: 0px; }

  .header_area .navbar-collapse {
    max-height: 410px;
    overflow-y: scroll; }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
    text-align: center;
    line-height: 50px; }

  .header_area .navbar .nav .nav-item a {
    display: block; }

  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 0; } }
/* hero area style
============================================================================================ */
.banner-area {
  position: relative;
  background: url(../img/bg/banner-bg.svg) bottom center no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 991px) {
    .banner-area {
      height: auto !important;
      padding: 180px 0 120px; } }
  @media (max-width: 425px) {
    .banner-area {
      padding: 130px 0 80px; } }
  @media (min-width: 1680px) {
    .banner-area .container {
      max-width: 1700px; } }
  @media (max-width: 1680px) { /* 1 */
    .banner-area .banner-thumb {
      margin-right: -180px; } }
  @media (max-width: 1199px) { /* 2 */
    .banner-area .banner-thumb {
      margin-right: -250px; } }
  @media (max-width: 991px) {
    .banner-area .banner-thumb {
      margin-right: 0; } }
  .banner-area .banner-content h3 {
    font-size: 50px;
    color: #04BCF3; }
    @media (max-width: 1680px) {
      .banner-area .banner-content h3 {
        font-size: 36px; } }
    @media (max-width: 425px) {
      .banner-area .banner-content h3 {
        font-size: 28px; } }
  .banner-area .banner-content h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (max-width: 1680px) {
      .banner-area .banner-content h2 {
        font-size: 46px; } }
    @media (max-width: 425px) {
      .banner-area .banner-content h2 {
        font-size: 36px; } }
  .banner-area .banner-content p {
    font-size: 30px; }
    @media (max-width: 1366px) {
      .banner-area .banner-content p {
        font-size: 24px; } }
    @media (max-width: 425px) {
      .banner-area .banner-content p {
        font-size: 18px; } }
  .banner-area .banner-content .primary-btn {
    line-height: 50px;
    padding: 0 26px;
    margin-top: 20px; }
    .banner-area .banner-content .primary-btn:hover {
      background: #051838; }
    @media (max-width: 991px) {
      .banner-area .banner-content .primary-btn {
        display: none; } }

/* brands area css
============================================================================================ */
.brands-area {
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .brands-area {
      padding-bottom: 80px; } }
  @media (min-width: 1680px) {
    .brands-area .container {
      max-width: 1700px; } }
  .brands-area .section-title h2 {
    line-height: 1.3; }
    @media (max-width: 1680px) {
      .brands-area .section-title h2 br {
        display: none; } }
  .brands-area .single-brands-item {
    text-align: center; }
    @media (max-width: 991px) {
      .brands-area .single-brands-item {
        margin-bottom: 30px; } }

/* cta area css
============================================================================================ */
.cta-area .cta-inner {
  position: relative;
  background: #051838;
  border-radius: 15px;
  text-align: center;
  padding: 60px 20px; }
  .cta-area .cta-inner .section-title {
    margin-bottom: 0; }
    .cta-area .cta-inner .section-title h2 {
      color: #fff;
      font-size: 36px; }
      @media (max-width: 425px) {
        .cta-area .cta-inner .section-title h2 {
          font-size: 30px; } }
  .cta-area .cta-inner .primary-btn {
    margin-top: 20px; }
  .cta-area .cta-inner .phone {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 150px; }
    @media (max-width: 991px) {
      .cta-area .cta-inner .phone {
        max-width: 150px; } }
    @media (max-width: 425px) {
      .cta-area .cta-inner .phone {
        max-width: 100px; } }

/* features area css
============================================================================================ */
.features-area {
  position: relative;
  z-index: 1;
  padding: 120px 0 50px; }
  @media (max-width: 991px) {
    .features-area {
      padding: 80px 0; } }
  @media (max-width: 425px) {
    .features-area {
      padding: 50px 0 80px; } }
  @media (max-width: 767px) {
    .features-area .section-title {
      margin-bottom: 0; } }
  .features-area .shape1 {
    position: absolute;
    right: 0;
    top: -12%; }
    @media (max-width: 1680px) {
      .features-area .shape1 {
        max-width: 100px; } }
    @media (max-width: 1199px) {
      .features-area .shape1 {
        display: none; } }
  .features-area .shape2 {
    position: absolute;
    bottom: 30%; }
    @media (max-width: 1680px) {
      .features-area .shape2 {
        max-width: 100px; } }
    @media (max-width: 1199px) {
      .features-area .shape2 {
        display: none; } }

.features-wrap {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .features-wrap {
      margin-bottom: 80px; }
      .features-wrap:last-child {
        margin-bottom: 50px; } }
  .features-wrap .features-thumb.left {
    margin-left: -50px; }
    @media (max-width: 1199px) {
      .features-wrap .features-thumb.left {
        margin-left: 0; } }
  .features-wrap .features-thumb.right {
    margin-right: -50px; }
    @media (max-width: 1199px) {
      .features-wrap .features-thumb.right {
        margin-right: 0; } }
  .features-wrap .features-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.5; }
    .features-wrap .features-content h3 span {
      font-weight: 400; }

.features-author-meta {
  background: #F5F9FF;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  border: 1px solid #eee;
  margin-top: 30px; }
  .features-author-meta .author-thumb img {
/*  height: 65px;*/
/*  width: 65px;*/
    height: 50px;
    width: 50px;
    opacity: 0.7;
    object-fit: cover;
    border-radius: 7px; }
  .features-author-meta .author-content {
    margin-left: 15px; }
    .features-author-meta .author-content p {
      font-size: 14px;
      margin-bottom: 5px; }
    .features-author-meta .author-content .author-meta p {
      font-weight: 500;
      color: #051838c2;
      margin-bottom: 0;
      font-size: 14px; }
      .features-author-meta .author-content .author-meta p span {
        font-size: 12px; }

/* works area css
============================================================================================ */
.works-area {
  background: url(../img/bg/works-bg.svg) top center no-repeat;
  background-size: cover;
  padding: 200px 0 120px; }
  @media (max-width: 991px) {
    .works-area {
      background-position: 15% 50%;
      padding: 200px 0 70px; } }
  @media (max-width: 425px) {
    .works-area {
      padding: 150px 0 70px; } }
  .works-area .works-inner {
    position: relative;
    z-index: 1; }
    .works-area .works-inner .wave-line {
      position: absolute;
      top: 4%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1; }
      @media (max-width: 991px) {
        .works-area .works-inner .wave-line {
          display: none; } }
    .works-area .works-inner .col-lg-6 .single-works-item {
      margin-top: 120px; }
      @media (max-width: 991px) {
        .works-area .works-inner .col-lg-6 .single-works-item {
          margin-top: 0; } }
  .works-area .single-works-item {
    text-align: center; }
    @media (max-width: 991px) {
      .works-area .single-works-item {
        margin-bottom: 50px; } }
    .works-area .single-works-item .works-thumb {
      position: relative;
      height: 155px;
      width: 155px;
      background: #fff;
      z-index: 1;
      border-radius: 50%;
      margin: 0 auto 30px; }
      .works-area .single-works-item .works-thumb .works-thumb-inner {
        height: 130px;
        width: 130px;
        line-height: 130px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        box-shadow: 0 5px 25px #2977ff21; }
    .works-area .single-works-item .works-content h5 {
      font-size: 20px; }
    .works-area .single-works-item .works-content .works-dubble-content {
      display: flex;
      text-align: left;
      align-items: center;
      margin-top: 20px; }
      .works-area .single-works-item .works-content .works-dubble-content .colored {
        margin-right: 20px;
        font-weight: 600; }
      .works-area .single-works-item .works-content .works-dubble-content .sub-content p span {
        color: #051838;
        font-family: "Poppins", sans-serif;
        font-weight: 600; }

/* pricing area css
============================================================================================ */
.pricing-area {
  padding: 120px 0;
  position: relative; }
  @media (max-width: 991px) {
    .pricing-area {
      padding: 80px 0 30px; } }
  .pricing-area .shape3 {
    position: absolute;
    right: 0;
    top: 30%;
    max-width: 200px; }
    @media (max-width: 1680px) {
      .pricing-area .shape3 {
        max-width: 100px; } }
    @media (max-width: 1199px) {
      .pricing-area .shape3 {
        display: none; } }

.single-pricing-item {
  border: 2px dashed #D1D4FF;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 25px #5073ff30; }
  @media (max-width: 991px) {
    .single-pricing-item {
      margin-bottom: 50px; } }
  .single-pricing-item .pricing-head {
    background: #051838;
    text-align: center;
    border-radius: 10px;
    padding: 30px 40px; }
    .single-pricing-item .pricing-head h4 {
      font-size: 24px;
      color: #fff;
      margin-bottom: 15px;}
    .single-pricing-item .pricing-head p {
      color: #fff;
      margin-bottom: 0; }
  .single-pricing-item .pricing-body {
    padding: 20px 15px 35px;
    text-align: center; }
    .single-pricing-item .pricing-body .price {
      text-align: center;
      font-size: 60px;
      color: #04BCF3;
      margin-bottom: 20px; }
      @media (max-width: 425px) {
        .single-pricing-item .pricing-body .price {
          font-size: 40px; } }
      .single-pricing-item .pricing-body .price span {
        font-size: 26px; }
        @media (max-width: 425px) {
          .single-pricing-item .pricing-body .price span {
            font-size: 18px; } }
    .single-pricing-item .pricing-body .price-lists {
      text-align: left;
      min-height: 320px; }
      @media (max-width: 1199px) {
        .single-pricing-item .pricing-body .price-lists {
          min-height: 360px; } }
      @media (max-width: 991px) {
        .single-pricing-item .pricing-body .price-lists {
          min-height: auto; } }
      .single-pricing-item .pricing-body .price-lists h5 {
        font-size: 18px;
        margin-bottom: 20px; }
      .single-pricing-item .pricing-body .price-lists li {
        margin-left: 10px;
        margin-bottom: 10px; }
    .single-pricing-item .pricing-body .primary-btn {
      margin-top: 30px; }
      .single-pricing-item .pricing-body .primary-btn.dff-color {
        background: #051838; }
  .single-pricing-item .pricing-bottom .features-author-meta {
    margin-top: 0;
    padding: 10px; }

/* contact area css
============================================================================================ */
.contact-area {
  background: url(../img/bg/works-bg.svg) top center no-repeat;
  background-size: cover;
  padding: 200px 0 120px; }
  @media (max-width: 991px) {
    .contact-area {
      background-position: 15% 50%;
      padding: 200px 0 100px; } }
  @media (max-width: 425px) {
    .contact-area {
      padding: 120px 0 70px; } }
  .contact-area .contact-form {
    text-align: center;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 25px #5073ff1a; }
    @media (max-width: 425px) {
      .contact-area .contact-form {
        padding: 30px 15px; } }
    .contact-area .contact-form .section-title {
      margin-bottom: 25px; }
      .contact-area .contact-form .section-title h2 {
        font-size: 36px; }
    .contact-area .contact-form input {
      line-height: 55px;
      width: 100%;
      border: 1px solid #ddd;
      border-radius: 5px;
      background: #F5F9FF;
      padding: 0 15px;
      margin-bottom: 25px; }
      @media (max-width: 425px) {
        .contact-area .contact-form input {
          line-height: 60px; } }
    .contact-area .contact-form button {
      cursor: pointer;
      border: none;
      margin-top: 20px; }
    .contact-area .contact-form label#recaptcha-error {
      display: block;
      text-align: left;
      margin-top: 10px;
      color: red; }
    .contact-area .contact-form label#form-success {
      display: block;
      margin-top: 15px;
      color: green; }
    .contact-area .contact-form i.loader {
      font-size: 30px;
      margin-left: 5px;
      color: #04BCF3; }

/* Footer area css
============================================================================================ */
.footer-area .footer-top {
  padding: 100px 0;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 767px) {
    .footer-area .footer-top {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .footer-area .footer-top .single-footer-widget {
      margin-bottom: 30px; } }
  .footer-area .footer-top .single-footer-widget h4 {
    font-size: 24px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .footer-area .footer-top .single-footer-widget h4 {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .footer-area .footer-top .single-footer-widget p {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .footer-area .footer-top .single-footer-widget li {
      font-size: 14px; } }
  .footer-area .footer-top .single-footer-widget li a {
    color: #5d6a7d; }
    @media (max-width: 767px) {
      .footer-area .footer-top .single-footer-widget li a {
        font-size: 14px; } }
  .footer-area .footer-top .single-footer-widget .social-icons {
    margin-top: 10px; }
    .footer-area .footer-top .single-footer-widget .social-icons li {
      display: inline-block;
      margin-right: 8px; }
      .footer-area .footer-top .single-footer-widget .social-icons li a {
        font-size: 14px; }
  .footer-area .footer-top .single-footer-widget .form-group input {
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #F5F9FF; }
  .footer-area .footer-top .single-footer-widget .form-group button.primary-btn {
    cursor: pointer;
    border: none;
    border-radius: 3px;
    line-height: 70px;
    width: 100%;
    margin-top: 10px;
    padding: 0 15px; }
.footer-area .footer-bottom {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .footer-area .footer-bottom {
      text-align: center; } }
  .footer-area .footer-bottom ul {
    text-align: center; }
    @media (max-width: 767px) {
      .footer-area .footer-bottom ul {
        margin-top: 20px; } }
    .footer-area .footer-bottom ul li {
      display: inline-block;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .footer-area .footer-bottom ul li {
          margin-right: 0;
          display: block; } }
      .footer-area .footer-bottom ul li:last-child {
        margin-right: 0; }
      .footer-area .footer-bottom ul li a {
        color: #5d6a7d; }
  .footer-area .footer-bottom .copyright {
    text-align: right; }
    @media (max-width: 767px) {
      .footer-area .footer-bottom .copyright {
        text-align: center;
        margin-top: 20px; } }

/*# sourceMappingURL=main.css.map */

.email-signup-message {
    color: #587688;
    font-style: italic;
}

.contact-signup-message {
    
}

/* Industries */
.industries-list {
    font-size: larger;
    margin-bottom: 3rem;*/
}


.industries-list li {
    margin-bottom: 9px;
}
