/* ========= [ * page-home_15 ]  =========*/
/* --------------- navbar style17 --------------- */
.navbar.style18 {
  position: relative;
  z-index: 99;
  background-color: #fdf2ec; }
  .navbar.style18 .container {
    padding: 30px 0;
    border-bottom: 1px solid #9993; }
  .navbar.style18 .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #121212;
    font-weight: bold;
    margin: 0;
    -webkit-margin-start: 50px;
    margin-inline-start: 50px;
    padding: 0; }
    .navbar.style18 .navbar-nav .nav-item .nav-link:hover {
      text-decoration: underline; }

@media screen and (max-width: 991px) {
  .navbar.style18 {
    padding: 20px 15px !important; }
    .navbar.style18 .navbar-nav .nav-item .nav-link {
      margin: 15px 0 !important; } }

/* --------------- header style17 --------------- */
.tc-header-style30 {
  position: relative;
  padding: 90px 0 120px;
  background-color: #fdf2ec; }
  .tc-header-style30 .info h1 span {
    position: relative; }
    .tc-header-style30 .info h1 span::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: -20px;
      width: 100%;
      height: 50px;
      background-image: url(../img/head_line.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .tc-header-style30 .mob_mockup {
    height: 900px;
    position: relative; }
    .tc-header-style30 .mob_mockup .main-img {
      position: relative;
      z-index: 5; }
    .tc-header-style30 .mob_mockup .header_shap {
      position: absolute;
      left: 0;
      top: 0;
      max-width: unset;
      max-height: unset;
      height: 85%;
      top: 8%; }
    .tc-header-style30 .mob_mockup .logo {
      position: absolute;
      left: 30%;
      top: 40%;
      z-index: 6;
      width: 100px; }
  .tc-header-style30 .services-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tc-header-style30 .services-cards .service-card {
      padding: 80px 100px;
      background-color: #fff;
      text-align: center;
      width: 33%;
      color: #1e2733; }
      .tc-header-style30 .services-cards .service-card:nth-of-type(1) {
        margin-top: 100px;
        height: calc(100% - 100px); }
      .tc-header-style30 .services-cards .service-card:nth-of-type(2) {
        margin-top: 50px;
        height: calc(100% - 50px);
        background-color: var(--color-blue5);
        color: #fff; }
        .tc-header-style30 .services-cards .service-card:nth-of-type(2) .numb {
          -webkit-text-stroke: 1px #fff; }
      .tc-header-style30 .services-cards .service-card:nth-of-type(3) {
        margin-top: 0;
        background-color: #1e2733;
        color: #fff;
        height: calc(100% - 150px); }
        .tc-header-style30 .services-cards .service-card:nth-of-type(3) h6 {
          color: #727c89; }
        .tc-header-style30 .services-cards .service-card:nth-of-type(3) .numb {
          -webkit-text-stroke: 1px #c99b0d; }
      .tc-header-style30 .services-cards .service-card h6 {
        font-size: 14px;
        text-transform: uppercase; }
      .tc-header-style30 .services-cards .service-card .numb {
        font-size: 120px;
        font-weight: bold;
        -webkit-text-stroke: 1px var(--color-blue5);
        color: transparent; }
      .tc-header-style30 .services-cards .service-card h5 {
        font-size: 24px;
        font-weight: 600; }

@media screen and (max-width: 991px) {
  .tc-header-style30 .mob_mockup {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }
    .tc-header-style30 .mob_mockup .header_shap {
      max-width: 100%;
      max-height: 100%;
      top: 0;
      -o-object-fit: contain;
      object-fit: contain; }
  .tc-header-style30 .logo {
    width: 100px;
    margin: 10px 0; }
  .tc-header-style30 .services-cards .service-card {
    margin-top: 30px !important;
    width: 100%;
    padding: 80px 50px; }
    .tc-header-style30 .services-cards .service-card:first-of-type {
      margin-top: 0 !important; } }

/* --------------- navbar style17 --------------- */
.tc-about-style30 {
  position: relative;
  padding: 120px 0;
  background-color: #fff9f6; }
  .tc-about-style30 .info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px; }
    .tc-about-style30 .info ul li .icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid var(--color-yellow1);
      text-align: center;
      -webkit-margin-end: 15px;
      margin-inline-end: 15px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 15px; }

@media screen and (max-width: 991px) {
  .tc-about-style30 .info ul li {
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

/* --------------- navbar style17 --------------- */
.tc-call-style30 {
  position: relative;
  background-color: #fdf2ec; }
  .tc-call-style30::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #fff9f6; }
  .tc-call-style30 .call-card {
    position: relative;
    z-index: 10;
    padding: 100px 0;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1); }
    .tc-call-style30 .call-card::after {
      position: absolute;
      content: "";
      left: 2%;
      bottom: -20px;
      width: 96%;
      height: 20px;
      background-color: #eaeaea;
      border-radius: 0 0 10px 10px; }
    .tc-call-style30 .call-card::before {
      position: absolute;
      content: "";
      left: 4%;
      bottom: -40px;
      width: 92%;
      height: 40px;
      background-color: var(--color-blue5);
      border-radius: 0 0 10px 10px; }
    .tc-call-style30 .call-card .shap {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }

@media screen and (max-width: 991px) {
  .tc-call-style30 .call-card {
    padding: 50px 15px; } }

/* --------------- navbar style17 --------------- */
.tc-services-style30 {
  position: relative;
  background-color: #fdf2ec;
  padding: 120px 0; }
  .tc-services-style30 .service-card {
    position: relative;
    padding: 90px 75px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden; }
    .tc-services-style30 .service-card.blue-card {
      background-color: var(--color-blue5); }
      .tc-services-style30 .service-card.blue-card h6,
      .tc-services-style30 .service-card.blue-card h3 {
        color: #fff !important; }
      .tc-services-style30 .service-card.blue-card .text {
        color: #cbdeff !important; }
      .tc-services-style30 .service-card.blue-card .shap {
        opacity: 0.2; }
    .tc-services-style30 .service-card .img {
      position: relative;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      border: 3px solid #000;
      border-bottom: 0;
      -webkit-box-shadow: 20px 10px 0 #000;
      box-shadow: 20px 10px 0 #000;
      left: -10px;
      z-index: 5; }
    .tc-services-style30 .service-card .shap {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 55%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top center;
      object-position: top center; }

@media screen and (max-width: 991px) {
  .tc-services-style30 .service-card {
    padding: 50px 15px;
    margin-bottom: 30px; } }

/* --------------- navbar style17 --------------- */
.tc-testimonials-style30 {
  position: relative;
  padding: 120px 0; }
  .tc-testimonials-style30 .info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
    margin-bottom: 40px; }
    .tc-testimonials-style30 .info ul li:last-of-type {
      margin-bottom: 0; }
    .tc-testimonials-style30 .info ul li .icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid var(--color-blue5);
      text-align: center;
      -webkit-margin-end: 15px;
      margin-inline-end: 15px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 15px;
      color: var(--color-blue5); }
  .tc-testimonials-style30 .img {
    position: relative;
    padding-bottom: 80px;
    padding-right: 65px; }
    .tc-testimonials-style30 .img .main-img {
      height: 420px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .tc-testimonials-style30 .img .img-card {
      position: absolute;
      left: 175px;
      right: 0;
      bottom: 0;
      z-index: 5;
      background-color: var(--color-blue5);
      color: #fff;
      padding: 30px; }
      .tc-testimonials-style30 .img .img-card .icon {
        position: absolute;
        right: 30px;
        bottom: -30px;
        -webkit-filter: drop-shadow(0 0 30px #0009);
        filter: drop-shadow(0 0 30px #0009); }

@media screen and (max-width: 991px) {
  .tc-testimonials-style30 .img {
    margin-top: 30px;
    padding: 0; }
    .tc-testimonials-style30 .img .img-card {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      right: 0;
      margin-top: 20px; } }

/* --------------- navbar style17 --------------- */
.tc-brands-style30 {
  padding: 120px 0;
  background-color: #121212;
  background-image: url(../img/brands/logos_back.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #fff; }
  .tc-brands-style30 .logos-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .tc-brands-style30 .logos-content .logo {
      width: 19%;
      margin: 0.5%;
      background-color: #fff1;
      padding: 25px;
      border-radius: 10px;
      text-align: center; }
      .tc-brands-style30 .logos-content .logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        max-width: 120px; }

@media screen and (max-width: 991px) {
  .tc-brands-style30 .logos-content .logo {
    width: 32%; } }

/* --------------- navbar style17 --------------- */
.tc-integrations-style30 {
  padding: 120px 0;
  position: relative; }
  .tc-integrations-style30 .shap {
    position: absolute;
    left: 50%;
    top: calc(50% + 10px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .tc-integrations-style30 .info {
    position: relative;
    z-index: 10;
    text-align: center; }
    .tc-integrations-style30 .info .logos-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .tc-integrations-style30 .info .logos-content .icon {
        margin: 0 20px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 7px; }
      .tc-integrations-style30 .info .logos-content .logo {
        margin: 0 20px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: var(--color-blue4);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 20px; }

@media screen and (max-width: 991px) {
  .tc-integrations-style30 .info .logos-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tc-integrations-style30 .info .logos-content .icon {
      margin-top: 15px; }
    .tc-integrations-style30 .info .logos-content .logo {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
      margin-top: 20px; } }

/* --------------- navbar style17 --------------- */
.tc-blog-style30 {
  position: relative;
  padding: 120px 0;
  background-color: #fdf2ec; }
  .tc-blog-style30 .blog-card {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 16px 32px 0px #4c4c4c0a;
    box-shadow: 0px 16px 32px 0px #4c4c4c0a;
    background-color: #fff;
    margin-top: 50px; }
    .tc-blog-style30 .blog-card .main-img {
      height: 240px;
      overflow: hidden; }
    .tc-blog-style30 .blog-card .info {
      padding: 40px; }
      .tc-blog-style30 .blog-card .info .form-check .form-check-input {
        opacity: 0;
        display: none; }
      .tc-blog-style30 .blog-card .info .form-check .form-check-label {
        color: #999;
        cursor: pointer; }
      .tc-blog-style30 .blog-card .info .form-check .form-check-input:checked ~ .form-check-label {
        color: var(--color-blue5); }

@media screen and (max-width: 991px) {
  .tc-blog-style30 .blog-card .info {
    padding: 30px; } }

/* --------------- tc-footer-style30 --------------- */
.tc-footer-style30 {
  position: relative;
  background-color: #121212;
  padding-top: 90px; }
  .tc-footer-style30 .l_line {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none; }
  .tc-footer-style30 .r_line {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none; }
  .tc-footer-style30 .foot-logo img {
    width: 100px;
    margin-bottom: 40px; }
  .tc-footer-style30 .social-links {
    margin-top: 150px; }
    .tc-footer-style30 .social-links a {
      color: #555;
      -webkit-margin-end: 15px;
      margin-inline-end: 15px; }
      .tc-footer-style30 .social-links a:hover {
        color: #fff; }
  .tc-footer-style30 .sub-title {
    font-size: 14px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    padding-right: 5px;
    margin-bottom: 45px;
    text-transform: uppercase;
    color: #fff; }
    .tc-footer-style30 .sub-title::after {
      position: absolute;
      content: ".";
      color: var(--color-blue5);
      right: 0;
      bottom: 0; }
  .tc-footer-style30 .links a {
    color: #999;
    text-transform: capitalize;
    margin-bottom: 20px; }
    .tc-footer-style30 .links a:hover {
      color: #fff; }
  .tc-footer-style30 .foot {
    padding: 30px 0;
    margin-top: 90px;
    border-top: 1px solid #fff2; }

@media screen and (max-width: 991px) {
  .tc-footer-style30 .social-links {
    margin-top: 50px; } }

.home-style15 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #121212; }

@media screen and (max-width: 991px) {
  .home-style15 .fsz-60 {
    font-size: 30px !important; }
  .home-style15 .mt-150 {
    margin-top: 80px !important; }
  .home-style15 .fsz-50 {
    font-size: 25px !important; } }
