/*
Author       : .EcologyTheme
Template Name: JoyRe - App Landing Templet
Version      : 1.0
*/
  /*===========================
      CSS INDEX
  =============================
  01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
  02. Header
  03. Abuot
  04. Performance
  05. Countimg 
  06. Portfolio
  07. Pricing
  08. Testimonial
  09. Company Logos 
  10. Contact
  11. Footer
  12. 
  13. 
  14.
=============================*/
/* Variables */
* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #313131;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-weight: 500; }

p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px; }

a,
a:hover,
a:focus {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none; }

ol,
ul {
  margin: 0;
  padding: 0; }

ol li,
ul li {
  list-style: outside none none;
  list-style-type: none; }

/* -------- Pre Loader -------- */
/*=======[ Default Style ]========*/
.heading-title .title {
  color: #313131;
  font-size: 35px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; }
.heading-title p {
  width: 450px;
  margin: 25px auto 70px;
  line-height: 24px; }

.active_btn, .button-l {
  box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  line-height: 45px;
  height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 14px; }

.active_btn {
  background: #00abee;
  color: #ffffff;
  margin-right: 10px; }
  .active_btn:hover {
    color: #ffffff; }

.button-l {
  background: #ffffff;
  color: #00abee;
  border: 1px solid #00abee; }
  .button-l:hover {
    background: #00abee;
    color: #ffffff;
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15); }

.owl-pagination {
  margin: 15px auto  0;
  transform: translate(47%); }
  .owl-pagination .owl-page {
    border: 1px solid #00abee;
    border-radius: 50%;
    float: left;
    height: 12px;
    width: 12px;
    margin: 0 4px; }
    .owl-pagination .owl-page.active {
      background: #00abee;
      border: 1px solid #00abee; }

/*=======[ Index One Style ]========*/
/*---------- Header Style-------*/
header {
  background: #f9f9f9;
  min-height: 400px;
  background-size: cover; }
  header .navbar {
    padding: 20px 0;
    background: #00abee; }
    header .navbar .navbar-nav .nav-item .nav-link {
      padding: 0px 15px;
      color: #ffffff;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase; }
  header .intro-text {
    margin-top: 140px;
    padding-right: 70px; }
    header .intro-text h1 {
      font-size: 60px;
      color: #00abee;
      line-height: 70px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif; }
    header .intro-text p {
      margin: 35px 0 45px;
      width: 80%;
      line-height: 26px; }
    header .intro-text .header-btn {
      margin-right: 10px; }
  header .header-img {
    margin-top: 100px; }
    header .header-img img {
      width: 100%; }

/*---------- Our Offers Style-------*/
.offer {
  padding: 120px 0;
  min-height: 200px;
  text-align: center; }
  .offer .single-offer {
    border: 1px solid #00abee;
    padding: 50px 15px;
    transition: all 0.3s ease-in-out; }
    .offer .single-offer:hover {
      border: 1px solid #ffffff;
      box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.15); }
      .offer .single-offer:hover h3 {
        color: #00abee; }
    .offer .single-offer .offer-icon {
      border: 1px solid #00abee;
      border-radius: 50%;
      height: 70px;
      line-height: 70px;
      margin: 0 auto;
      width: 70px;
      font-size: 24px; }
      .offer .single-offer .offer-icon i {
        color: #00abee; }
    .offer .single-offer h3 {
      padding: 35px 0 30px;
      transition: all 0.3s ease-in-out;
      font-size: 22px;
      font-family: "Roboto", sans-serif; }

/*---------- Features Style-------*/
.features {
  background: #f9f9f9;
  padding: 120px 0 0;
  min-height: 200px; }
  .features .heading-title {
    text-align: center; }
  .features .feature-text-left {
    text-align: right; }
    .features .feature-text-left .single-features {
      padding-right: 0; }
      .features .feature-text-left .single-features .features-single-text {
        padding-right: 20px; }
      .features .feature-text-left .single-features .features-icon {
        position: relative;
        display: inline-table; }
        .features .feature-text-left .single-features .features-icon:before {
          background: #b0b0b0;
          bottom: -35px;
          content: "";
          height: 25px;
          left: 50%;
          position: absolute;
          width: 1px; }
        .features .feature-text-left .single-features .features-icon:after {
          background: #b0b0b0;
          bottom: -36px;
          content: "";
          height: 1px;
          position: absolute;
          left: 17px;
          width: 185px;
          z-index: 1; }
  .features .feature-text-right .single-features {
    padding-left: 0; }
    .features .feature-text-right .single-features .features-single-text {
      padding-left: 20px; }
    .features .feature-text-right .single-features .features-icon {
      position: relative;
      display: inline-table; }
      .features .feature-text-right .single-features .features-icon:before {
        background: #b0b0b0;
        bottom: -35px;
        content: "";
        height: 25px;
        left: 50%;
        position: absolute;
        width: 1px; }
      .features .feature-text-right .single-features .features-icon:after {
        background: #b0b0b0;
        bottom: -36px;
        content: "";
        height: 1px;
        position: absolute;
        right: 17px;
        width: 185px;
        z-index: 1; }
  .features .feature-text-left, .features .feature-text-right {
    margin-top: 70px; }
    .features .feature-text-left .single-features, .features .feature-text-right .single-features {
      margin-bottom: 80px; }
      .features .feature-text-left .single-features:hover .features-icon i, .features .feature-text-right .single-features:hover .features-icon i {
        background: #00abee;
        color: #ffffff !important; }
      .features .feature-text-left .single-features:last-child, .features .feature-text-right .single-features:last-child {
        margin-bottom: 0; }
      .features .feature-text-left .single-features .single-features-t, .features .feature-text-right .single-features .single-features-t {
        display: flex; }
        .features .feature-text-left .single-features .single-features-t .features-single-text h3, .features .feature-text-right .single-features .single-features-t .features-single-text h3 {
          padding-bottom: 20px;
          font-family: "Roboto", sans-serif;
          font-size: 22px; }
        .features .feature-text-left .single-features .single-features-t .features-icon i, .features .feature-text-right .single-features .single-features-t .features-icon i {
          color: #00abee;
          height: 35px;
          width: 35px;
          border: 1px solid #00abee;
          border-radius: 50%;
          text-align: center;
          line-height: 35px;
          transition: all 0.3s ease-in-out; }
  .features .features-ing-box .features-img img {
    position: relative;
    display: block;
    margin: 0 auto; }
  .features .features-ing-box .bullets-left {
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
    top: 137px; }
    .features .features-ing-box .bullets-left::before {
      border-radius: 100px;
      background: #00abee;
      content: "";
      height: 7px;
      position: absolute;
      width: 7px;
      left: 0; }
    .features .features-ing-box .bullets-left::after {
      border-radius: 100px;
      background: #00abee;
      content: "";
      height: 7px;
      position: absolute;
      width: 7px;
      right: 0; }
  .features .features-ing-box .bullets-right {
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
    bottom: 78px; }
    .features .features-ing-box .bullets-right::before {
      border-radius: 100px;
      background: #00abee;
      content: "";
      height: 7px;
      position: absolute;
      width: 7px;
      left: 0; }
    .features .features-ing-box .bullets-right::after {
      border-radius: 100px;
      background: #00abee;
      content: "";
      height: 7px;
      position: absolute;
      width: 7px;
      right: 0; }

/*---------- Screenshort Style-------*/
.screenshort {
  background: #ffffff;
  padding: 120px 0;
  min-height: 400px; }
  .screenshort .screenshort-count-centent {
    padding: 0;
    margin-top: 50px;
    margin-left: 50px; }
    .screenshort .screenshort-count-centent .s-item-m-30 {
      margin-bottom: 30px; }
      .screenshort .screenshort-count-centent .s-item-m-30:last-child {
        margin-bottom: 0; }
      .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter {
        padding: 30px 15px;
        border: 1px solid #00abee;
        transition: all 0.3s ease-in-out; }
        .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter:hover {
          box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.15);
          border: none;
          border: 1px solid #ffffff; }
          .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter:hover h3 {
            color: #00abee; }
        .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter .count-icon {
          color: #00abee;
          font-size: 24px; }
        .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter h3 {
          transition: all 0.3s ease-in-out;
          font-size: 18px;
          padding: 20px 0; }
  .screenshort .screenshots-right img {
    width: 215px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); }
  .screenshort .screenshots-right .owl-carousel .owl-wrapper-outer {
    padding: 50px 0; }
    .screenshort .screenshots-right .owl-carousel .owl-wrapper-outer .owl-item.active {
      transform: scale(1.3);
      z-index: 1;
      transition: all 0.3s ease-in-out; }

/*---------- Video  Style-------*/
.video-area {
  background: #f9f9f9;
  padding: 120px 0;
  min-height: 400px;
  position: relative;
  z-index: 1; }
  .video-area:before {
    background: url("../images/video-bg.jpg");
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1; }
  .video-area:after {
    background: #00abee;
    opacity: 0.8;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1; }
  .video-area .heading-title p {
    margin: 25px 0 70px; }
  .video-area .video-bottom-text {
    display: flex; }
    .video-area .video-bottom-text h4 {
      font-family: "Roboto", sans-serif;
      background: #00abee;
      border-radius: 0 0 50px 50px;
      height: 65px;
      line-height: 65px;
      text-align: center;
      width: 50px; }
      .video-area .video-bottom-text h4 span {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 40px; }
    .video-area .video-bottom-text p {
      margin-left: 20px;
      width: 60%; }
  .video-area .video-btn {
    margin: 80px 0; }
    .video-area .video-btn .video-icon {
      background: #ffffff;
      color: #00abee;
      border-radius: 50%;
      font-size: 25px;
      height: 90px;
      line-height: 90px;
      padding-left: 7px;
      width: 90px; }
    .video-area .video-btn h4 {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      color: #ffffff;
      margin-top: 20px; }

/*---------- Pricing Style-------*/
.pricing {
  background: #fff;
  padding: 120px 0;
  min-height: 400px;
  position: relative; }
  .pricing .pricing-wapper {
    text-align: center; }
    .pricing .pricing-wapper .single-item-p .pricing-item {
      border: 1px solid #00abee;
      padding: 30px 0px;
      box-shadow: Inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
      .pricing .pricing-wapper .single-item-p .pricing-item:hover {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
        .pricing .pricing-wapper .single-item-p .pricing-item:hover h2 {
          color: #00abee; }
        .pricing .pricing-wapper .single-item-p .pricing-item:hover .pricing-bottom a {
          background: #00abee;
          color: #ffffff; }
      .pricing .pricing-wapper .single-item-p .pricing-item .pricing-header h2 {
        transition: all 0.3s ease-in-out;
        font-size: 24px;
        padding-bottom: 30px;
        font-family: "Roboto", sans-serif; }
      .pricing .pricing-wapper .single-item-p .pricing-item .pricing-header i {
        font-size: 40px;
        color: #00abee; }
      .pricing .pricing-wapper .single-item-p .pricing-item .offer-names ul {
        text-align: center;
        margin: 0;
        padding: 30px; }
        .pricing .pricing-wapper .single-item-p .pricing-item .offer-names ul li {
          padding-bottom: 20px;
          font-size: 14px; }
          .pricing .pricing-wapper .single-item-p .pricing-item .offer-names ul li:last-child {
            padding-bottom: 0; }
      .pricing .pricing-wapper .single-item-p .pricing-item .offer-month {
        background: #f9f9f9;
        margin-bottom: 20px; }
        .pricing .pricing-wapper .single-item-p .pricing-item .offer-month p {
          margin: 0 0 40px;
          padding: 10px; }
      .pricing .pricing-wapper .single-item-p .pricing-item .pricing-bottom {
        margin: 13px 0; }
        .pricing .pricing-wapper .single-item-p .pricing-item .pricing-bottom a {
          color: #666666;
          border: 1px solid #00abee;
          font-size: 16px;
          padding: 14px 60px; }
        .pricing .pricing-wapper .single-item-p .pricing-item .pricing-bottom .active {
          background: #00abee;
          color: #fff; }

/*---------- Testimonial Style-------*/
.testimonial {
  background: #f9f9f9;
  padding: 120px 0;
  min-height: 400px; }
  .testimonial .testimonial-wapper .single-item {
    margin: 0 auto;
    width: 80%; }
    .testimonial .testimonial-wapper .single-item .author {
      display: inline-flex;
      margin-bottom: 30px; }
      .testimonial .testimonial-wapper .single-item .author img {
        height: 50px;
        width: 50px;
        border-radius: 50%; }
      .testimonial .testimonial-wapper .single-item .author p {
        margin: 0;
        line-height: 50px;
        padding-left: 15px;
        font-size: 22px; }
  .testimonial .owl-prev, .testimonial .owl-next {
    border: 1px solid #00abee;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 45px; }
    .testimonial .owl-prev:hover, .testimonial .owl-next:hover {
      border: 1px solid #00abee;
      background: #00abee; }
    .testimonial .owl-prev:hover .fa-angle-right, .testimonial .owl-next:hover .fa-angle-right {
      color: #ffffff !important;
      transition: all 0.3s ease-in-out; }
    .testimonial .owl-prev:hover .fa-angle-left, .testimonial .owl-next:hover .fa-angle-left {
      color: #ffffff !important;
      transition: all 0.3s ease-in-out; }
  .testimonial .owl-prev {
    left: -45px; }
  .testimonial .owl-next {
    right: -45px; }
  .testimonial .fa-angle-right, .testimonial .fa-angle-left {
    transition: all 0.3s ease-in-out;
    font-size: 25px;
    color: #00abee;
    line-height: 40px; }

/*---------- Download Abaible  Style-------*/
.download_abaible {
  background: url("../images/download-bg.jpg") no-repeat center center;
  min-height: 360px;
  background-size: cover;
  position: relative;
  padding: 120px 0; }
  .download_abaible:before {
    background: #00abee;
    opacity: 0.8;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  .download_abaible .heading-title .title {
    color: #ffffff; }
  .download_abaible .heading-title p {
    color: #ffffff; }
  .download_abaible .download-btn .active_btn, .download_abaible .download-btn .button-l {
    margin: 0 5px; }
  .download_abaible .download-btn .active_btn {
    background: #00abee;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .download_abaible .download-btn .active_btn:hover {
      color: #ffffff; }
  .download_abaible .download-btn .button-l {
    background: #00abee;
    color: #ffffff;
    border: 1px solid #00abee; }
    .download_abaible .download-btn .button-l:hover {
      border: 1px solid #ffffff;
      background: #00abee;
      color: #ffffff; }

/*---------- Testimonial Style-------*/
.team-area {
  background: #ffffff;
  min-height: 200px;
  padding: 120px 0; }
  .team-area .team-single-item figure {
    position: relative;
    margin: 0; }
    .team-area .team-single-item figure .member-img img {
      width: 100%; }
    .team-area .team-single-item figure:hover figcaption {
      transition: all 0.3s ease-in-out;
      bottom: 46px !important;
      visibility: visible;
      opacity: 1; }
    .team-area .team-single-item figure:hover .member-name {
      border: 1px solid #ffffff;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); }
      .team-area .team-single-item figure:hover .member-name h4 {
        color: #00abee; }
      .team-area .team-single-item figure:hover .member-name span {
        color: #00abee; }
    .team-area .team-single-item figure .member-name {
      background: #ffffff;
      border: 1px solid #00abee;
      transition: all 0.3s ease-in-out;
      text-align: center;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px 0 10px; }
      .team-area .team-single-item figure .member-name h4 {
        transition: all 0.3s ease-in-out;
        color: #313131;
        font-size: 18px;
        margin: 6px;
        line-height: 0; }
      .team-area .team-single-item figure .member-name span {
        transition: all 0.3s ease-in-out;
        font-size: 13px;
        transition: all 0.3s ease 0s;
        text-transform: uppercase; }
    .team-area .team-single-item figure figcaption {
      bottom: 76px !important;
      content: "";
      left: 0;
      position: absolute;
      transition: all 0.3s ease 0s;
      width: 100%;
      visibility: hidden;
      opacity: 0; }
      .team-area .team-single-item figure figcaption .social-links {
        margin: 22px auto;
        text-align: center; }
        .team-area .team-single-item figure figcaption .social-links li {
          display: inline-flex;
          margin: 0px 2px; }
          .team-area .team-single-item figure figcaption .social-links li a {
            background: #f2f2f2;
            color: #919191;
            display: block;
            font-size: 17px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            transition: all 0.4s ease 0s;
            width: 36px; }
            .team-area .team-single-item figure figcaption .social-links li a:hover {
              color: #00abee; }

/*---------- Blog Style-------*/
.blog-area {
  background: #f9f9f9;
  min-height: 500px;
  padding: 100px 0; }
  .blog-area .blog-single-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    z-index: 2;
    background: #ffffff; }
    .blog-area .blog-single-box:hover {
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease-in-out; }
      .blog-area .blog-single-box:hover .static-img img {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out; }
      .blog-area .blog-single-box:hover .blog-content h3 a {
        text-decoration: none;
        color: #00abee;
        transition: all 0.3s ease-in-out; }
      .blog-area .blog-single-box:hover .comments-box .read-more {
        color: #00abee;
        transition: all 0.3s ease-in-out; }
    .blog-area .blog-single-box .img-box {
      overflow: hidden; }
      .blog-area .blog-single-box .img-box img {
        width: 100%;
        transition: all 0.3s ease-in-out; }
      .blog-area .blog-single-box .img-box .owl-prev, .blog-area .blog-single-box .img-box .owl-next {
        border: 1px solid #00abee;
        border-radius: 0px;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        height: 26px;
        margin-top: -35px;
        position: absolute;
        text-align: center;
        top: 60%;
        transition: all 0.3s ease 0s;
        width: 26px; }
        .blog-area .blog-single-box .img-box .owl-prev:hover, .blog-area .blog-single-box .img-box .owl-next:hover {
          border: 1px solid #00abee;
          background: #00abee; }
        .blog-area .blog-single-box .img-box .owl-prev:hover .fa-angle-right, .blog-area .blog-single-box .img-box .owl-next:hover .fa-angle-right {
          color: #ffffff !important;
          transition: all 0.3s ease-in-out; }
        .blog-area .blog-single-box .img-box .owl-prev:hover .fa-angle-left, .blog-area .blog-single-box .img-box .owl-next:hover .fa-angle-left {
          color: #ffffff !important;
          transition: all 0.3s ease-in-out; }
      .blog-area .blog-single-box .img-box .owl-prev {
        left: 0px; }
      .blog-area .blog-single-box .img-box .owl-next {
        right: 0px; }
      .blog-area .blog-single-box .img-box .fa-angle-right, .blog-area .blog-single-box .img-box .fa-angle-left {
        transition: all 0.3s ease-in-out;
        font-size: 14px;
        color: #00abee;
        line-height: 26px; }
    .blog-area .blog-single-box .images-video {
      position: relative;
      text-align: center; }
      .blog-area .blog-single-box .images-video a {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 74px 0; }
        .blog-area .blog-single-box .images-video a span {
          color: #ffffff; }
          .blog-area .blog-single-box .images-video a span i {
            background: #00abee;
            border-radius: 50%;
            height: 50px;
            line-height: 50px;
            width: 50px;
            padding-left: 5px; }
    .blog-area .blog-single-box .blog-content {
      padding: 25px; }
      .blog-area .blog-single-box .blog-content h3 {
        margin: 0;
        font-family: "Roboto", sans-serif;
        line-height: 14px;
        padding-bottom: 10px; }
        .blog-area .blog-single-box .blog-content h3 a {
          margin: 0;
          font-size: 18px;
          transition: all 0.3s ease-in-out;
          color: #313131; }
      .blog-area .blog-single-box .blog-content .blog-time {
        margin: 0; }
        .blog-area .blog-single-box .blog-content .blog-time span {
          font-size: 10px;
          margin-right: 30px;
          text-transform: uppercase; }
    .blog-area .blog-single-box .content-bottom {
      margin-top: 15px; }
      .blog-area .blog-single-box .content-bottom p {
        margin: 0; }
    .blog-area .blog-single-box .comments-box {
      background: #f9f9f9;
      margin-bottom: 0;
      padding: 10px 25px;
      text-align: right; }
      .blog-area .blog-single-box .comments-box li {
        display: inline-block;
        text-align: right;
        color: #b2b2b2;
        font-size: 12px;
        padding-left: 10px; }
        .blog-area .blog-single-box .comments-box li:first-child {
          float: left;
          padding-left: 0px; }
        .blog-area .blog-single-box .comments-box li a {
          color: #323232;
          margin: 0px;
          text-decoration: none;
          font-size: 12px;
          transition: all 0.3s ease-in-out; }

/*---------- Contact Style-------*/
.contact_us {
  background: #ffffff;
  min-height: 300px;
  padding: 120px 0; }
  .contact_us .contact-single-item .facebook {
    background: #1b57a1; }
  .contact_us .contact-single-item .twitter {
    background: #0cbce2; }
  .contact_us .contact-single-item .instagram {
    background: #a9c511; }
  .contact_us .contact-single-item .youtube {
    background: #e21b1b; }
  .contact_us .contact-single-item .contact-socal-icon {
    color: #fff;
    font-size: 28px;
    height: 75px;
    text-align: center;
    width: 75px; }
    .contact_us .contact-single-item .contact-socal-icon i {
      line-height: 75px; }
  .contact_us .contact-single-item .socal-content {
    margin: 10px 0 0 20px; }
    .contact_us .contact-single-item .socal-content h3 {
      font-size: 22px;
      font-family: "Roboto", sans-serif;
      line-height: 22px; }
    .contact_us .contact-single-item .socal-content p {
      margin: 10px 0;
      font-size: 12px; }

/*---------- Footer  Style-------*/
footer {
  background: #f9f9f9;
  padding: 120px 0 0;
  min-height: 200px; }
  footer .social-links {
    margin: 30px auto 0;
    text-align: center; }
    footer .social-links li {
      display: inline-flex;
      margin: 0px 2px; }
      footer .social-links li a {
        border: 1px solid #00abee;
        background: transparent;
        color: #00abee;
        display: block;
        font-size: 17px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        transition: all 0.4s ease 0s;
        width: 36px; }
        footer .social-links li a:hover {
          background: #00abee;
          color: #ffffff; }
  footer .footer-logo img {
    margin-bottom: 30px; }
  footer .footer-logo p {
    margin-bottom: 15px; }
  footer .input-group {
    width: 30%;
    margin: 0px auto; }
    footer .input-group .form-control {
      height: 44px;
      background: rgba(255, 255, 255, 0.6);
      border-color: transparent;
      border-radius: 0;
      border: 1px solid #00abee;
      font-size: 12px; }
    footer .input-group .form-control:focus {
      box-shadow: none;
      border-color: #243c4f;
      border: 1px solid #00abee;
      font-size: 12px; }
    footer .input-group .btn {
      min-height: 44px;
      border-radius: 0;
      background: #00abee;
      color: #fff;
      padding: 0 20px;
      font-size: 12px;
      text-transform: uppercase; }
  footer .copyright {
    margin-top: 120px;
    min-height: 60px;
    background: #00abee; }
    footer .copyright .copyright-text {
      line-height: 60px; }
      footer .copyright .copyright-text p {
        color: #ffffff;
        text-align: center;
        margin: 0px auto;
        margin: 20px auto; }
      footer .copyright .copyright-text .go_to_top a {
        color: #ffffff; }

/*=======[ Index Gradient Style ]========*/
.gradient {
  /*---------- Gradient Default Style-------*/
  /*---------- Gradient Header Style-------*/
  /*---------- Gradient Our Offers Style -------*/
  /*---------- Gradient Features Style-------*/
  /*---------- Gradient Screenshort Style-------*/
  /*---------- Gradient Video  Style-------*/
  /*---------- Gradient Pricing Style-------*/
  /*---------- Gradient Testimonial Style-------*/
  /*---------- Gradient Download Abaible  Style-------*/
  /*---------- Gradient Testimonial Style-------*/
  /*---------- Gradient Blog Style-------*/
  /*---------- Gradient Contact Style-------*/
  /*---------- Gradient Footer  Style-------*/ }
  .gradient .heading-title .title {
    font-size: 35px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    display: inline-block; }
  .gradient .heading-title p {
    width: 450px;
    margin: 25px auto 70px;
    line-height: 24px; }
  .gradient .active_btn, .gradient .button-l {
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    line-height: 45px;
    height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    border: none; }
  .gradient .active_btn {
    background: #6500ab;
    color: #ffffff;
    margin-right: 10px; }
    .gradient .active_btn:hover {
      color: #ffffff;
      background: transparent linear-gradient(125deg, #3452ff, #ff1053); }
  .gradient .button-l {
    background: rgba(255, 16, 83, 0.5);
    border: none;
    color: #ffffff; }
    .gradient .button-l:hover {
      background: transparent linear-gradient(125deg, #3452ff, #ff1053);
      box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15); }
  .gradient .owl-pagination {
    margin: 15px auto  0;
    transform: translate(47%); }
    .gradient .owl-pagination .owl-page {
      border: 1px solid #3452ff;
      border-radius: 50%;
      float: left;
      height: 12px;
      width: 12px;
      margin: 0 4px; }
      .gradient .owl-pagination .owl-page.active {
        background: transparent linear-gradient(125deg, #ff1053, #3452ff);
        border: 1px solid #3452ff; }
  .gradient header {
    background: transparent url("../images/header2-bg.jpg") no-repeat center center/cover;
    min-height: 400px;
    position: relative; }
    .gradient header:before {
      background: transparent linear-gradient(125deg, #3452ff, #ff1053);
      opacity: 0.8;
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .gradient header .navbar {
      padding: 20px 0;
      background: #6500ab; }
      .gradient header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0px 15px;
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase; }
    .gradient header .intro-text {
      margin-top: 140px;
      padding-right: 70px; }
      .gradient header .intro-text h1 {
        font-size: 60px;
        color: #ffffff;
        line-height: 70px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif; }
      .gradient header .intro-text p {
        color: #ffffff;
        margin: 35px 0 45px;
        width: 80%;
        line-height: 26px; }
      .gradient header .intro-text .header-btn {
        margin-right: 10px; }
    .gradient header .header-img {
      margin-top: 100px; }
      .gradient header .header-img img {
        width: 100%; }
  .gradient .offer {
    padding: 120px 0;
    min-height: 200px;
    text-align: center; }
    .gradient .offer .single-offer {
      border-image: linear-gradient(125deg, #3452ff, #ff1053);
      border-image-slice: 1;
      padding: 50px 15px;
      transition: all 0.3s ease-in-out; }
      .gradient .offer .single-offer:hover {
        border: 1px solid #ffffff;
        box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.15); }
        .gradient .offer .single-offer:hover h3 {
          color: #00abee;
          background: transparent linear-gradient(125deg, #3452ff, #ff1053);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .gradient .offer .single-offer .offer-icon {
        border-radius: 50%;
        border: 1px solid #6610f2 !important;
        height: 70px;
        line-height: 70px;
        margin: 0 auto;
        width: 70px;
        font-size: 24px; }
        .gradient .offer .single-offer .offer-icon i {
          color: #00abee;
          background: transparent linear-gradient(125deg, #3452ff, #ff1053);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .gradient .offer .single-offer h3 {
        padding: 35px 0 30px;
        transition: all 0.3s ease-in-out;
        font-size: 22px;
        font-family: "Roboto", sans-serif; }
  .gradient .features {
    background: #f9f9f9;
    padding: 120px 0 0;
    min-height: 200px; }
    .gradient .features .heading-title {
      text-align: center; }
    .gradient .features .feature-text-left {
      text-align: right; }
      .gradient .features .feature-text-left .single-features {
        padding-right: 0; }
        .gradient .features .feature-text-left .single-features .features-single-text {
          padding-right: 20px; }
        .gradient .features .feature-text-left .single-features .features-icon {
          position: relative;
          display: inline-table; }
          .gradient .features .feature-text-left .single-features .features-icon:before {
            background: #b0b0b0;
            bottom: -35px;
            content: "";
            height: 25px;
            left: 50%;
            position: absolute;
            width: 1px; }
          .gradient .features .feature-text-left .single-features .features-icon:after {
            background: #b0b0b0;
            bottom: -36px;
            content: "";
            height: 1px;
            position: absolute;
            left: 17px;
            width: 185px;
            z-index: 1; }
    .gradient .features .feature-text-right .single-features {
      padding-left: 0; }
      .gradient .features .feature-text-right .single-features .features-single-text {
        padding-left: 20px; }
      .gradient .features .feature-text-right .single-features .features-icon {
        position: relative;
        display: inline-table; }
        .gradient .features .feature-text-right .single-features .features-icon:before {
          background: #b0b0b0;
          bottom: -35px;
          content: "";
          height: 25px;
          left: 50%;
          position: absolute;
          width: 1px; }
        .gradient .features .feature-text-right .single-features .features-icon:after {
          background: #b0b0b0;
          bottom: -36px;
          content: "";
          height: 1px;
          position: absolute;
          right: 17px;
          width: 185px;
          z-index: 1; }
    .gradient .features .feature-text-left, .gradient .features .feature-text-right {
      margin-top: 70px; }
      .gradient .features .feature-text-left .single-features, .gradient .features .feature-text-right .single-features {
        margin-bottom: 80px; }
        .gradient .features .feature-text-left .single-features:hover h3, .gradient .features .feature-text-right .single-features:hover h3 {
          background: transparent linear-gradient(125deg, #3452ff, #ff1053);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .gradient .features .feature-text-left .single-features:hover .features-icon i, .gradient .features .feature-text-right .single-features:hover .features-icon i {
          background: transparent linear-gradient(125deg, #3452ff, #ff1053);
          border: none;
          color: #ffffff !important; }
        .gradient .features .feature-text-left .single-features:last-child, .gradient .features .feature-text-right .single-features:last-child {
          margin-bottom: 0; }
        .gradient .features .feature-text-left .single-features .single-features-t, .gradient .features .feature-text-right .single-features .single-features-t {
          display: flex; }
          .gradient .features .feature-text-left .single-features .single-features-t .features-single-text h3, .gradient .features .feature-text-right .single-features .single-features-t .features-single-text h3 {
            padding-bottom: 20px;
            font-family: "Roboto", sans-serif;
            font-size: 22px; }
          .gradient .features .feature-text-left .single-features .single-features-t .features-icon i, .gradient .features .feature-text-right .single-features .single-features-t .features-icon i {
            color: #00abee;
            height: 35px;
            width: 35px;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
            transition: all 0.3s ease-in-out; }
    .gradient .features .features-ing-box .features-img img {
      position: relative;
      display: block;
      margin: 0 auto; }
    .gradient .features .features-ing-box .bullets-left {
      display: block;
      height: 10px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      width: 50px;
      top: 137px; }
      .gradient .features .features-ing-box .bullets-left::before {
        border-radius: 100px;
        background: transparent linear-gradient(125deg, #3452ff, #ff1053);
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        left: 0; }
      .gradient .features .features-ing-box .bullets-left::after {
        border-radius: 100px;
        background: transparent linear-gradient(125deg, #3452ff, #ff1053);
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        right: 0; }
    .gradient .features .features-ing-box .bullets-right {
      display: block;
      height: 10px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      width: 50px;
      bottom: 78px; }
      .gradient .features .features-ing-box .bullets-right::before {
        border-radius: 100px;
        background: transparent linear-gradient(125deg, #3452ff, #ff1053);
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        left: 0; }
      .gradient .features .features-ing-box .bullets-right::after {
        border-radius: 100px;
        background: transparent linear-gradient(125deg, #3452ff, #ff1053);
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        right: 0; }
  .gradient .screenshort {
    background: #ffffff;
    padding: 120px 0;
    min-height: 400px; }
    .gradient .screenshort .screenshort-count-centent {
      padding: 0;
      margin-top: 50px;
      margin-left: 50px; }
      .gradient .screenshort .screenshort-count-centent .s-item-m-30 {
        margin-bottom: 30px; }
        .gradient .screenshort .screenshort-count-centent .s-item-m-30:last-child {
          margin-bottom: 0; }
        .gradient .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter {
          padding: 30px 15px;
          border: 1px solid #00abee;
          transition: all 0.3s ease-in-out; }
          .gradient .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter:hover {
            box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.15);
            border: none;
            border: 1px solid #ffffff; }
            .gradient .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter:hover h3 {
              color: #00abee;
              background: transparent linear-gradient(125deg, #3452ff, #ff1053);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
          .gradient .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter .count-icon {
            color: #00abee;
            font-size: 24px;
            background: transparent linear-gradient(125deg, #3452ff, #ff1053);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .gradient .screenshort .screenshort-count-centent .s-item-m-30 .s-single-counter h3 {
            transition: all 0.3s ease-in-out;
            font-size: 18px;
            padding: 20px 0; }
    .gradient .screenshort .screenshots-right img {
      width: 215px;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); }
    .gradient .screenshort .screenshots-right .owl-carousel .owl-wrapper-outer {
      padding: 50px 0; }
      .gradient .screenshort .screenshots-right .owl-carousel .owl-wrapper-outer .owl-item.active {
        transform: scale(1.3);
        z-index: 1;
        transition: all 0.3s ease-in-out; }
  .gradient .video-area {
    background: #f9f9f9;
    padding: 120px 0;
    min-height: 400px;
    position: relative;
    z-index: 1; }
    .gradient .video-area:before {
      background: url("../images/video-bg.jpg");
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      z-index: -1; }
    .gradient .video-area:after {
      background: transparent linear-gradient(125deg, #3452ff, #ff1053);
      opacity: 0.8;
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      z-index: -1; }
    .gradient .video-area .heading-title p {
      margin: 25px 0 70px; }
    .gradient .video-area .video-bottom-text {
      display: flex; }
      .gradient .video-area .video-bottom-text h4 {
        background: transparent linear-gradient(125deg, #3452ff, #ff1053);
        font-family: "Roboto", sans-serif;
        border-radius: 0 0 50px 50px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        width: 50px; }
        .gradient .video-area .video-bottom-text h4 span {
          color: #ffffff;
          text-transform: uppercase;
          font-size: 40px; }
      .gradient .video-area .video-bottom-text p {
        margin-left: 20px;
        width: 60%; }
    .gradient .video-area .video-btn {
      margin: 80px 0; }
      .gradient .video-area .video-btn .video-icon {
        background: #ffffff;
        color: #00abee;
        border-radius: 50%;
        font-size: 25px;
        height: 90px;
        line-height: 90px;
        padding-left: 7px;
        width: 90px; }
      .gradient .video-area .video-btn h4 {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        color: #ffffff;
        margin-top: 20px; }
  .gradient .pricing {
    background: #fff;
    padding: 120px 0;
    min-height: 400px;
    position: relative; }
    .gradient .pricing .pricing-wapper {
      text-align: center; }
      .gradient .pricing .pricing-wapper .single-item-p .pricing-item {
        border: 1px solid #00abee;
        padding: 30px 0px;
        box-shadow: Inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
        .gradient .pricing .pricing-wapper .single-item-p .pricing-item:hover {
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
          .gradient .pricing .pricing-wapper .single-item-p .pricing-item:hover h2 {
            background: transparent linear-gradient(125deg, #3452ff, #ff1053);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .gradient .pricing .pricing-wapper .single-item-p .pricing-item:hover .pricing-bottom a {
            border-image: linear-gradient(125deg, #3452ff, #ff1053);
            border-image-slice: 1;
            background: transparent linear-gradient(125deg, #3452ff, #ff1053);
            color: #ffffff;
            transition: all 0.3s ease-in-out; }
          .gradient .pricing .pricing-wapper .single-item-p .pricing-item:hover .pricing-bottom .active {
            border-image: linear-gradient(125deg, #3452ff, #ff1053);
            border-image-slice: 1; }
        .gradient .pricing .pricing-wapper .single-item-p .pricing-item .pricing-header h2 {
          transition: all 0.3s ease-in-out;
          font-size: 24px;
          padding-bottom: 30px;
          font-family: "Roboto", sans-serif; }
        .gradient .pricing .pricing-wapper .single-item-p .pricing-item .pricing-header i {
          font-size: 40px;
          color: #00abee;
          background: transparent linear-gradient(125deg, #3452ff, #ff1053);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .gradient .pricing .pricing-wapper .single-item-p .pricing-item .offer-names ul {
          text-align: center;
          margin: 0;
          padding: 30px; }
          .gradient .pricing .pricing-wapper .single-item-p .pricing-item .offer-names ul li {
            padding-bottom: 20px;
            font-size: 14px; }
            .gradient .pricing .pricing-wapper .single-item-p .pricing-item .offer-names ul li:last-child {
              padding-bottom: 0; }
        .gradient .pricing .pricing-wapper .single-item-p .pricing-item .offer-month {
          background: #f9f9f9;
          margin-bottom: 20px; }
          .gradient .pricing .pricing-wapper .single-item-p .pricing-item .offer-month p {
            margin: 0 0 40px;
            padding: 10px; }
        .gradient .pricing .pricing-wapper .single-item-p .pricing-item .pricing-bottom {
          margin: 13px 0; }
          .gradient .pricing .pricing-wapper .single-item-p .pricing-item .pricing-bottom a {
            color: #666666;
            border: 1px solid #3452ff;
            font-size: 16px;
            padding: 14px 60px; }
          .gradient .pricing .pricing-wapper .single-item-p .pricing-item .pricing-bottom .active {
            border-image: linear-gradient(125deg, #3452ff, #ff1053);
            border-image-slice: 1;
            transition: all 0.3s ease-in-out;
            background: transparent linear-gradient(125deg, #3452ff, #ff1053);
            color: #fff; }
  .gradient .testimonial {
    background: #f9f9f9;
    padding: 120px 0;
    min-height: 400px; }
    .gradient .testimonial .testimonial-wapper .single-item {
      margin: 0 auto;
      width: 80%; }
      .gradient .testimonial .testimonial-wapper .single-item .author {
        display: inline-flex;
        margin-bottom: 30px; }
        .gradient .testimonial .testimonial-wapper .single-item .author img {
          height: 50px;
          width: 50px;
          border-radius: 50%; }
        .gradient .testimonial .testimonial-wapper .single-item .author p {
          margin: 0;
          line-height: 50px;
          padding-left: 15px;
          font-size: 22px; }
    .gradient .testimonial .owl-prev, .gradient .testimonial .owl-next {
      border: 1px solid #00abee;
      border-radius: 100px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      height: 45px;
      position: absolute;
      text-align: center;
      top: 50%;
      transition: all 0.3s ease 0s;
      width: 45px; }
      .gradient .testimonial .owl-prev:hover, .gradient .testimonial .owl-next:hover {
        border: none;
        background: transparent linear-gradient(125deg, #3452ff, #ff1053); }
      .gradient .testimonial .owl-prev:hover .fa-angle-right, .gradient .testimonial .owl-next:hover .fa-angle-right {
        color: #ffffff !important;
        transition: all 0.3s ease-in-out; }
      .gradient .testimonial .owl-prev:hover .fa-angle-left, .gradient .testimonial .owl-next:hover .fa-angle-left {
        color: #ffffff !important;
        transition: all 0.3s ease-in-out; }
    .gradient .testimonial .owl-prev {
      left: -45px; }
    .gradient .testimonial .owl-next {
      right: -45px; }
    .gradient .testimonial .fa-angle-right, .gradient .testimonial .fa-angle-left {
      transition: all 0.3s ease-in-out;
      font-size: 25px;
      color: #00abee;
      line-height: 41px; }
  .gradient .download_abaible {
    background: url("../images/download-bg.jpg") no-repeat center center;
    min-height: 360px;
    background-size: cover;
    position: relative;
    padding: 120px 0; }
    .gradient .download_abaible:before {
      background: transparent linear-gradient(125deg, #3452ff, #ff1053);
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0; }
    .gradient .download_abaible .heading-title .title {
      color: #ffffff; }
    .gradient .download_abaible .heading-title p {
      color: #ffffff; }
    .gradient .download_abaible .download-btn .active_btn, .gradient .download_abaible .download-btn .button-l {
      margin: 0 5px; }
    .gradient .download_abaible .download-btn .active_btn {
      background: transparent linear-gradient(125deg, #3452ff, #ff1053);
      color: #ffffff;
      border: none; }
      .gradient .download_abaible .download-btn .active_btn:hover {
        color: #ffffff; }
    .gradient .download_abaible .download-btn .button-l {
      background: #6500ab;
      color: #ffffff;
      border: none; }
      .gradient .download_abaible .download-btn .button-l:hover {
        background: transparent linear-gradient(125deg, #3452ff, #ff1053);
        color: #ffffff; }
  .gradient .team-area {
    background: #ffffff;
    min-height: 200px;
    padding: 120px 0; }
    .gradient .team-area .team-single-item figure {
      position: relative;
      margin: 0; }
      .gradient .team-area .team-single-item figure .member-img img {
        width: 100%; }
      .gradient .team-area .team-single-item figure:hover figcaption {
        transition: all 0.3s ease-in-out;
        bottom: 46px !important;
        visibility: visible;
        opacity: 1; }
      .gradient .team-area .team-single-item figure:hover .member-name {
        border: 1px solid #ffffff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        background: transparent linear-gradient(125deg, #3452ff, #ff1053);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .gradient .team-area .team-single-item figure:hover .member-name h4 {
          color: #00abee;
          background: transparent linear-gradient(125deg, #3452ff, #ff1053);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .gradient .team-area .team-single-item figure:hover .member-name span {
          color: #00abee; }
      .gradient .team-area .team-single-item figure .member-name {
        background: #ffffff;
        border: 1px solid #00abee;
        transition: all 0.3s ease-in-out;
        text-align: center;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px 0 10px; }
        .gradient .team-area .team-single-item figure .member-name h4 {
          transition: all 0.3s ease-in-out;
          color: #313131;
          font-size: 18px;
          margin: 6;
          line-height: 0; }
        .gradient .team-area .team-single-item figure .member-name span {
          transition: all 0.3s ease-in-out;
          font-size: 13px;
          transition: all 0.3s ease 0s;
          text-transform: uppercase; }
      .gradient .team-area .team-single-item figure figcaption {
        bottom: 76px !important;
        content: "";
        left: 0;
        position: absolute;
        transition: all 0.3s ease 0s;
        width: 100%;
        visibility: hidden;
        opacity: 0; }
        .gradient .team-area .team-single-item figure figcaption .social-links {
          margin: 22px auto;
          text-align: center; }
          .gradient .team-area .team-single-item figure figcaption .social-links li {
            display: inline-flex;
            margin: 0px 2px; }
            .gradient .team-area .team-single-item figure figcaption .social-links li a {
              background: #f2f2f2;
              color: #919191;
              display: block;
              font-size: 17px;
              height: 36px;
              line-height: 36px;
              text-align: center;
              transition: all 0.4s ease 0s;
              width: 36px; }
              .gradient .team-area .team-single-item figure figcaption .social-links li a:hover {
                color: #00abee; }
                .gradient .team-area .team-single-item figure figcaption .social-links li a:hover i {
                  background: transparent linear-gradient(125deg, #3452ff, #ff1053);
                  -webkit-background-clip: text;
                  -webkit-text-fill-color: transparent; }
  .gradient .blog-area {
    background: #f9f9f9;
    min-height: 500px;
    padding: 100px 0; }
    .gradient .blog-area .blog-single-box {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out;
      z-index: 2;
      background: #ffffff; }
      .gradient .blog-area .blog-single-box:hover {
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out; }
        .gradient .blog-area .blog-single-box:hover .static-img img {
          transform: scale(1.1);
          transition: all 0.3s ease-in-out; }
        .gradient .blog-area .blog-single-box:hover .blog-content h3 a {
          text-decoration: none;
          color: #00abee;
          transition: all 0.3s ease-in-out; }
        .gradient .blog-area .blog-single-box:hover .comments-box .read-more {
          background: transparent linear-gradient(125deg, #3452ff, #ff1053);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          transition: all 0.3s ease-in-out; }
          .gradient .blog-area .blog-single-box:hover .comments-box .read-more i {
            background: transparent linear-gradient(125deg, #3452ff, #ff1053);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
      .gradient .blog-area .blog-single-box .img-box {
        overflow: hidden; }
        .gradient .blog-area .blog-single-box .img-box img {
          width: 100%;
          transition: all 0.3s ease-in-out; }
        .gradient .blog-area .blog-single-box .img-box .owl-prev, .gradient .blog-area .blog-single-box .img-box .owl-next {
          border-image: linear-gradient(125deg, #3452ff, #ff1053);
          border-image-slice: 1;
          border-radius: 0px;
          color: #fff;
          display: inline-block;
          font-size: 15px;
          height: 26px;
          margin-top: -35px;
          position: absolute;
          text-align: center;
          top: 60%;
          transition: all 0.3s ease 0s;
          width: 26px; }
          .gradient .blog-area .blog-single-box .img-box .owl-prev:hover, .gradient .blog-area .blog-single-box .img-box .owl-next:hover {
            border-image: linear-gradient(125deg, #3452ff, #ff1053);
            border-image-slice: 1;
            background: transparent linear-gradient(125deg, #3452ff, #ff1053); }
          .gradient .blog-area .blog-single-box .img-box .owl-prev:hover .fa-angle-right, .gradient .blog-area .blog-single-box .img-box .owl-next:hover .fa-angle-right {
            color: #ffffff !important;
            transition: all 0.3s ease-in-out; }
          .gradient .blog-area .blog-single-box .img-box .owl-prev:hover .fa-angle-left, .gradient .blog-area .blog-single-box .img-box .owl-next:hover .fa-angle-left {
            color: #ffffff !important;
            transition: all 0.3s ease-in-out; }
        .gradient .blog-area .blog-single-box .img-box .owl-prev {
          left: 0px; }
        .gradient .blog-area .blog-single-box .img-box .owl-next {
          right: 0px; }
        .gradient .blog-area .blog-single-box .img-box .fa-angle-right, .gradient .blog-area .blog-single-box .img-box .fa-angle-left {
          transition: all 0.3s ease-in-out;
          font-size: 14px;
          color: #00abee;
          line-height: 26px; }
      .gradient .blog-area .blog-single-box .images-video {
        position: relative;
        text-align: center; }
        .gradient .blog-area .blog-single-box .images-video a {
          content: "";
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          padding: 74px 0; }
          .gradient .blog-area .blog-single-box .images-video a span {
            color: #ffffff; }
            .gradient .blog-area .blog-single-box .images-video a span i {
              background: transparent linear-gradient(125deg, #3452ff, #ff1053);
              border-radius: 50%;
              height: 50px;
              line-height: 50px;
              width: 50px;
              padding-left: 5px; }
      .gradient .blog-area .blog-single-box .blog-content {
        padding: 25px; }
        .gradient .blog-area .blog-single-box .blog-content h3 {
          margin: 0;
          font-family: "Roboto", sans-serif;
          line-height: 14px;
          padding-bottom: 10px; }
          .gradient .blog-area .blog-single-box .blog-content h3 a {
            margin: 0;
            font-size: 18px;
            transition: all 0.3s ease-in-out;
            color: #313131; }
        .gradient .blog-area .blog-single-box .blog-content .blog-time {
          margin: 0; }
          .gradient .blog-area .blog-single-box .blog-content .blog-time span {
            font-size: 10px;
            margin-right: 30px;
            text-transform: uppercase; }
      .gradient .blog-area .blog-single-box .content-bottom {
        margin-top: 15px; }
        .gradient .blog-area .blog-single-box .content-bottom p {
          margin: 0; }
      .gradient .blog-area .blog-single-box .comments-box {
        background: #f9f9f9;
        margin-bottom: 0;
        padding: 10px 25px;
        text-align: right; }
        .gradient .blog-area .blog-single-box .comments-box li {
          display: inline-block;
          text-align: right;
          color: #b2b2b2;
          font-size: 12px;
          padding-left: 10px; }
          .gradient .blog-area .blog-single-box .comments-box li:first-child {
            float: left;
            padding-left: 0px; }
          .gradient .blog-area .blog-single-box .comments-box li a {
            margin: 0px;
            text-decoration: none;
            font-size: 12px;
            transition: all 0.3s ease-in-out; }
  .gradient .contact_us {
    background: #ffffff;
    min-height: 300px;
    padding: 120px 0; }
    .gradient .contact_us .contact-single-item .facebook {
      background: #1b57a1; }
    .gradient .contact_us .contact-single-item .twitter {
      background: #0cbce2; }
    .gradient .contact_us .contact-single-item .instagram {
      background: #a9c511; }
    .gradient .contact_us .contact-single-item .youtube {
      background: #e21b1b; }
    .gradient .contact_us .contact-single-item .contact-socal-icon {
      color: #fff;
      font-size: 28px;
      height: 75px;
      text-align: center;
      width: 75px; }
      .gradient .contact_us .contact-single-item .contact-socal-icon i {
        line-height: 75px; }
    .gradient .contact_us .contact-single-item .socal-content {
      margin: 10px 0 0 20px; }
      .gradient .contact_us .contact-single-item .socal-content h3 {
        font-size: 22px;
        font-family: "Roboto", sans-serif;
        line-height: 22px; }
      .gradient .contact_us .contact-single-item .socal-content p {
        margin: 10px 0;
        font-size: 12px; }
  .gradient footer {
    background: #f9f9f9;
    padding: 120px 0 0;
    min-height: 200px; }
    .gradient footer .social-links {
      margin: 30px auto 0;
      text-align: center; }
      .gradient footer .social-links li {
        display: inline-flex;
        margin: 0px 2px; }
        .gradient footer .social-links li a {
          border: 1px solid #00abee;
          background: transparent;
          color: #00abee;
          display: block;
          font-size: 17px;
          height: 36px;
          line-height: 36px;
          text-align: center;
          transition: all 0.4s ease 0s;
          width: 36px;
          border-image: linear-gradient(125deg, #3452ff, #ff1053);
          border-image-slice: 1; }
          .gradient footer .social-links li a i {
            background: transparent linear-gradient(125deg, #3452ff, #ff1053);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .gradient footer .social-links li a:hover {
            background: transparent linear-gradient(125deg, #3452ff, #ff1053); }
            .gradient footer .social-links li a:hover i {
              background: #FFF;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
    .gradient footer .footer-logo img {
      margin-bottom: 30px; }
    .gradient footer .footer-logo p {
      margin-bottom: 15px; }
    .gradient footer .input-group {
      width: 30%;
      margin: 0px auto; }
      .gradient footer .input-group .form-control {
        height: 44px;
        background: rgba(255, 255, 255, 0.6);
        border-color: transparent;
        border-radius: 0;
        border: 1px solid #3452ff;
        font-size: 12px; }
      .gradient footer .input-group .form-control:focus {
        box-shadow: none;
        border-color: #3452ff;
        border: 1px solid #00abee;
        font-size: 12px; }
      .gradient footer .input-group .btn {
        min-height: 44px;
        border-radius: 0;
        background: transparent linear-gradient(125deg, #3452ff, #ff1053);
        color: #fff;
        padding: 0 20px;
        font-size: 12px;
        text-transform: uppercase; }
    .gradient footer .copyright {
      margin-top: 120px;
      min-height: 60px;
      background: transparent linear-gradient(125deg, #3452ff, #ff1053); }
      .gradient footer .copyright .copyright-text {
        line-height: 60px; }
        .gradient footer .copyright .copyright-text p {
          color: #ffffff;
          text-align: center;
          margin: 0px auto;
          margin: 20px auto; }
        .gradient footer .copyright .copyright-text .go_to_top a {
          color: #ffffff; }

/*=============================================
                    Secondary pages
================================================*/
.images header {
  background: url("../images/download-bg.jpg") no-repeat center center;
  background-size: cover; }
  .images header .navbar {
    padding: 20px 0;
    background: transparent;
    transition: all 0.3s ease-in-out; }
  .images header .intro-text h1 {
    color: #ffffff; }
  .images header .intro-text p {
    color: #ffffff; }
  .images header .is-sticky .navbar {
    background: #00abee; }

/* ============ Slider header =============*/
.slider-header header {
  background: none;
  min-height: 600px; }
  .slider-header header .navbar {
    background: transparent;
    z-index: 1;
    transition: all 0.3s ease-in-out; }
  .slider-header header .intro-text {
    margin-top: 190px; }
    .slider-header header .intro-text h1 {
      color: #ffffff; }
    .slider-header header .intro-text p {
      color: #ffffff; }
  .slider-header header .header-img {
    margin-top: 150px; }
    .slider-header header .header-img img {
      width: 100%; }
  .slider-header header .is-sticky .navbar {
    background: #00abee; }
  .slider-header header .carousel-fade .carousel-item {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity .75s ease-in-out; }
    .slider-header header .carousel-fade .carousel-item.active {
      opacity: 1; }
  .slider-header header html,
  .slider-header header body,
  .slider-header header .carousel,
  .slider-header header .carousel-inner,
  .slider-header header .carousel-item {
    width: 100%;
    min-height: 600px; }
  .slider-header header .carousel {
    position: absolute;
    top: 0;
    left: 0; }
  .slider-header header .carousel-item:nth-child(1) {
    background: url("../images/slide-banner-01.jpg") no-repeat center center/cover; }
  .slider-header header .carousel-item:nth-child(2) {
    background: url("../images/slide-banner-02.jpg") no-repeat center center/cover; }
  .slider-header header .carousel-item:nth-child(3) {
    background: url("../images/slide-banner-03.jpg") no-repeat center center/cover; }
  .slider-header header .carousel-indicators li {
    cursor: pointer;
    background-color: #ffffff;
    height: 5px; }
    .slider-header header .carousel-indicators li.active {
      background: #00abee; }

/* ============ Gradient  Slider header =============*/
.slider-bg header {
  background: none;
  min-height: 600px; }
  .slider-bg header .navbar {
    background: transparent;
    z-index: 2;
    transition: all 0.3s ease-in-out; }
  .slider-bg header .intro-text {
    margin-top: 190px; }
    .slider-bg header .intro-text h1 {
      color: #ffffff; }
    .slider-bg header .intro-text p {
      color: #ffffff; }
  .slider-bg header .header-img {
    margin-top: 150px; }
    .slider-bg header .header-img img {
      width: 100%; }
  .slider-bg header .is-sticky .navbar {
    background: transparent linear-gradient(125deg, #3452ff, #ff1053);
    transition: all 0.3s ease-in-out; }
  .slider-bg header .carousel-fade .carousel-item {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity .75s ease-in-out; }
    .slider-bg header .carousel-fade .carousel-item.active {
      opacity: 1; }
  .slider-bg header html,
  .slider-bg header body,
  .slider-bg header .carousel,
  .slider-bg header .carousel-inner,
  .slider-bg header .carousel-item {
    width: 100%;
    min-height: 600px; }
  .slider-bg header .carousel {
    position: absolute;
    top: 0;
    left: 0; }
  .slider-bg header .carousel-item {
    position: relative; }
    .slider-bg header .carousel-item:before {
      position: absolute;
      content: "";
      background: transparent linear-gradient(125deg, #3452ff, #ff1053);
      opacity: 0.8;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .slider-bg header .carousel-item:nth-child(1) {
      background: url("../images/slide-banner-01.jpg") no-repeat center center/cover; }
    .slider-bg header .carousel-item:nth-child(2) {
      background: url("../images/slide-banner-02.jpg") no-repeat center center/cover; }
    .slider-bg header .carousel-item:nth-child(3) {
      background: url("../images/slide-banner-03.jpg") no-repeat center center/cover; }
  .slider-bg header .carousel-indicators li {
    background-color: #ffffff;
    height: 5px;
    cursor: pointer; }
    .slider-bg header .carousel-indicators li.active {
      background: transparent linear-gradient(125deg, #3452ff, #ff1053); }

/* ============ Video Background =============*/
.video-bg header {
  background: none;
  position: relative; }
  .video-bg header .YTPOverlay {
    position: absolute;
    content: "";
    background: #000000;
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .video-bg header .navbar {
    padding: 20px 0;
    background: transparent;
    transition: all 0.3s ease-in-out; }
  .video-bg header .intro-text h1 {
    color: #ffffff; }
  .video-bg header .intro-text p {
    color: #ffffff; }
  .video-bg header .is-sticky .navbar {
    background: #00abee; }

/* ============ Gradient Video Background =============*/
.video-bg_g header {
  background: none;
  position: relative; }
  .video-bg_g header .YTPOverlay {
    position: absolute;
    content: "";
    background: transparent linear-gradient(125deg, #3452ff, #ff1053);
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .video-bg_g header .navbar {
    padding: 20px 0;
    background: transparent;
    transition: all 0.3s ease-in-out; }
  .video-bg_g header .intro-text h1 {
    color: #ffffff; }
  .video-bg_g header .intro-text p {
    color: #ffffff; }
  .video-bg_g header .is-sticky .navbar {
    background: transparent linear-gradient(125deg, #3452ff, #ff1053); }

/* ============ Text Roatet Background =============*/
.text_rotate header .intro-text {
  padding-right: 30px; }
  .text_rotate header .intro-text span {
    font-size: 60px;
    color: #00abee;
    line-height: 70px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
.text_rotate header .is-sticky .navbar {
  background: #00abee; }

/* ============ Gradient Typed Background =============*/
.typed-g header .intro-text {
  padding-right: 30px; }
  .typed-g header .intro-text span {
    font-size: 60px;
    color: #ffffff;
    line-height: 70px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
.typed-g header .is-sticky .navbar {
  background: #00abee; }

/*# sourceMappingURL=style.css.map */
