@charset "UTF-8";

/* img,
svg,
video,
iframe {
  max-width: 100%;
} */

/* .contact-form-modal .modal-dialog {
  margin-left: 1rem;
  margin-right: 1rem;
}

.contact-form-modal .modal-content,
.contact-form-modal .contact-form-modal-card,
.page-contact-form,
.page-contact-form form,
.page-contact-form .pricing__btn,
.page-contact-form .pricing__btn button {
  max-width: 100%;
}

.tj-cta-list,
.copyright-content-area,
.footer-social {
  flex-wrap: wrap;
}

.copyright-content-area {
  row-gap: 16px;
}

.footer-widget.footer-newsletter-form .form-input {
  width: 100%;
}

.footer-widget.footer-newsletter-form .form-input input {
  min-width: 0;
}

.stock-embed {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.stock-embed iframe {
  display: block;
  width: 100%;
  border: 0;
}*/

.highlight-text > :last-child,
.about-left-content .desc > :last-child,
.service-style-3 .desc > :last-child,
.page-contact-form > :last-child {
  margin-bottom: 0;
} 

@media (max-width: 1399.98px) {
  .mainmenu ul {
    padding: 20px 32px;
    gap: 20px;
  }

  .mainmenu ul > li > a,
  .pricing__btn a .btn-text,
  .topbar_note span,
  .topbar_infos .info_item * {
    font-size: 18px;
  }

  .tj-page-header {
    padding: 140px 0 !important;
  }

  
}

@media (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: 64px;
  }

  h2,
  .h2,
  .tj-page-title {
    font-size: 46px;
  }

  h3,
  .h3 {
    font-size: 34px;
  }

  /* .header-wrapper {
    padding: 18px 0 !important;
  } */

  .mainmenu ul {
    padding: 18px 20px;
    gap: 16px;
  }

  .submenu {
    top: 128px;
    padding: 12px 24px;
  }

  .submenu .container ul {
    gap: 18px !important;
    flex-wrap: wrap;
  }

  .tj-hero-slider {
    height: auto !important;
    min-height: calc(100vh - 100px);
  }

    /* .tj-feature-section-two{
      padding-bottom: 0px !important;
    } */

/*     
  .tj-feature-section-two .col-12 > .desc,
  .service-style-3 .desc {
    max-width: 100% !important;
  } */

  .tj-feature-section-two .col-12 > .desc *, .tj-feature-section-two .sec-heading .sec-title{
    color: #052929 !important;
  }

  .tj-feature-section-two .feature-bg-images{
    display: none;
  }

  .slider-wrapper,
  .slider-content {
    width: 100%;
  }

  .slider-wrapper .slider-content {
    transform: none;
    max-width: 720px;
    padding: 60px 0 !important;
  }

  .slider-wrapper .slider-content p.sub-title {
    font-size: 20px !important;
  }

  .progress-right-content {
    padding: 0 20px;
  }

  .tj-service-section-three,
  .h5-testimonial-section {
    margin: 0 20px !important;
  }

  .service-style-3 {
    padding: 36px 32px !important;
  }

  .team-item .team-images img {
    min-height: 380px;
  }

  .tj-contact-section {
    padding: 160px 0 !important;
  }

  .contact-form-modal-layout {
    gap: 28px;
  }

  .tj-about-section .about-left-content {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 17px;
  }

  h1,
  .h1 {
    font-size: 52px;
  }

  h2,
  .h2,
  .tj-page-title {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h4,
  .h4 {
    font-size: 26px;
  }

  .header-topbar {
    display: none;
  }

  .header-wrapper {
    gap: 20px;
  }

  .site-logo img {
    max-width: 180px;
    height: auto;
  }

  .tj-page-header {
    padding: 110px 0 !important;
  }

  .tj-page-link {
    word-break: break-word;
  }

  .submenu {
    top: 96px;
    padding: 12px 16px;
  }

  /* .submenu .container {
    align-items: flex-start !important;
    gap: 12px;
    flex-direction: column;
  } */

  .submenu .container ul {
    gap: 12px !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 4px;
  }

  .submenu .container ul li {
    flex: 0 0 auto;
  }

  .flex-section {
    scroll-margin-top: 120px;
  }

  .slider-wrapper .slider-content {
    max-width: 100%;
    padding: 40px 0 60px !important;
  }

  .slider-wrapper .slider-content p.sub-title {
    font-size: 18px !important;
    margin-top: 20px;
  }

  .pricing__btn a,
  .pricing__btn button {
    padding: 14px 18px !important;
  }

  .tj-feature-section-two .col-12 > .desc {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .tj-feature-section-two .feature-item {
    min-height: auto;
    padding: 24px;
  }

  .progress-right-content {
    padding: 0;
    margin-top: 24px;
  }

  .about-content-three,
  .h6-cta-content,
  .contact-left-content,
  .contact-form-one,
  .tj-contact-section.page-contact-template .contact-left-content {
    max-width: 100% !important;
  }

  .h6-cta-section .bg_image:before {
    background: linear-gradient(180deg, rgba(5, 41, 41, 0.15) 0%, #052929 100%);
  }

  .service-style-3 {
    padding: 28px 24px !important;
  }

  .service-style-3 .service-title .title {
    flex-wrap: wrap !important;
    gap: 16px;
  }

  .service-style-3 .service-title .title span {
    top: 0;
  }

  .h5-testimonial-section,
  .tj-service-section-three {
    margin: 0 16px !important;
  }

  .h5-testimonial-item {
    min-height: auto !important;
  }

  .nav-tabs {
    gap: 12px !important;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    padding-bottom: 8px;
  }

  .nav-tabs .nav-item {
    flex: 0 0 auto;
  }

  .tj-faq-style .accordion-item .accordion-header .accordion-button,
  .h7-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 1.35 !important;
    padding: 20px 64px 20px 20px !important;
  }

  .accordion-button {
    align-items: flex-start !important;
  }

  .tj-faq-style .accordion-item .accordion-body .list-files {
    flex-wrap: wrap;
    gap: 16px;
  }

  .team-item .team-images img {
    min-height: 340px;
  }

  .team-item .team-content .team-text .sub-title {
    margin-bottom: 12px;
  }

  .tj-contact-section {
    padding: 120px 0 !important;
  }

  .tj-contact-section.page-contact-template .contact-wrapper {
    gap: 24px;
  }

   .contact-form-modal .contact-form-modal-card {
    padding: 32px 24px !important;
  }

  

  .tj-about-section {
    overflow: hidden;
  }

  .tj-about-section .about-bg-images {
    position: relative !important;
    /* margin-top: 32px; */
  }

  .tj-about-section .about-bg-images .about-shape-2 {
    position: relative !important;
    inset: auto !important;
    max-width: 100% !important;
    margin-left: auto;
  }

  .highlight-text {
    max-width: 100%;
  }  

  .stock-panel + .stock-panel {
    margin-top: 0 !important;
  }

  .stock-embed iframe {
    min-height: 360px;
  }

  .tj-cta-section-3 .row,
  .footer-copyright-area .row,
  .copyright-content-area {
    text-align: center;
    justify-content: center;
  }

  .tj-cta-wrapper-3.item_last,
  .copyright-menu ul,
  .copyright-signature {
    justify-content: center;
  }

  .tj-feature-section-two .feature-item{
    gap:28px;
  }

.h6-about-funfact-item .counter-item{
  max-width: 100% !important;
  min-width: 100% !important;
}

  .counter-item .number{
    margin-bottom:8px;
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }

  h1,
  .h1 {
    font-size: 40px;
    line-height: 1.1;
  }

  h2,
  .h2,
  .tj-page-title {
    font-size: 32px;
    line-height: 1.15;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 26px;
  }

  h5,
  .h5 {
    font-size: 24px;
  }

  /* p {
    margin-bottom: 1rem;
  } */

  .site-logo img {
    max-width: 150px;
  }

  .menu_btn {
    font-size: 16px;
  }

  .tj-page-header {
    padding: 90px 0 !important;
  }

  .tj-page-link {
    font-size: 14px;
    line-height: 1.5;
  }

  .submenu {
    top: 70px;
    padding: 10px 12px;
  }

  .submenu .container ul {
    gap: 10px !important;
  }

  .submenu * {
    font-size: 14px !important;
  }

  .flex-section {
    scroll-margin-top: 110px;
  }

  .tj-hero-slider {
    min-height: auto;
    height: auto !important;
  }

  .tj-slider-section {
    min-height: 70vh;
    background-position: center center !important;
  }

  .slider-wrapper .slider-content {
    padding: 30px 0 50px !important;
  }

  .slider-wrapper .slider-content p.sub-title {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .pricing__btn a,
  .pricing__btn button {
    justify-content: center;
  }

  section ul {
    padding-left: 24px;
    gap: 10px;
  }

  section ul li {
    font-size: 18px;
  }

  section ul li::before {
    left: -24px;
    width: 14px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .emphase {
    font-size: 20px !important;
  }

  .tj-post-thumb {
    padding: 20px;
  }

  .blog-item {
    padding: 24px;
  }

  .h6-about-funfact-item .counter-item {
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .counter-item::before {
    inset-inline-end: auto !important;
    inset-inline-start: -10px !important;
  }

  .tj-feature-section-two .feature-item,
  .service-style-3 {
    padding: 22px !important;
  }

  .feature-item .feature-icon {
    font-size: 32px !important;
  }

  .h7-faq-style .accordion-item .accordion-header .accordion-button,
  .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 18px 54px 18px 18px !important;
  }

  .accordion-button span {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .tj-faq-style .accordion-item .accordion-body .list-files a {
    font-size: 16px;
  }

  .h5-testimonial-section,
  .tj-service-section-three {
    margin: 0 12px !important;
  }

  .h5-testimonial-item .author {
    flex-wrap: wrap;
    gap: 16px;
  }

  .h5-testimonial-item .author-images {
    margin-left: 0 !important;
  }

  .team-item .team-images img {
    min-height: 280px;
    width: 100% !important;
  }

  .team-item .team-share {
    top: 18px !important;
  }

  .team-item .team-share ul {
    gap: 8px;
  }

  .team-item .team-share ul li a {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .tj-contact-section {
    padding: 90px 0 !important;
  }

  .tj-contact-section.page-contact-template,
  .tj-contact-section.page-contact-template .contact-form-one.style-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

    .contact-form-modal .contact-form-modal-card {
    padding: 28px 20px !important;
  }

  .page-contact-detail {
    grid-template-columns: 48px 1fr;
    padding: 18px;
    gap: 14px;
  }

  .page-contact-detail__icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .page-contact-detail__content p {
    font-size: 17px;
  }

  .h6-cta-section .bg_image {
    background-position: center center !important;
    background-size: cover !important;
  }

  .h6-cta-section .bg_content {
    min-height: auto;
  }

  .stock-embed iframe {
    min-height: 300px;
    height: 300px;
  }

  /* .footer-widget,
  .footer-widget .widget-menu,
  .footer-widget .widget-menu ul,
  .newsletter-title,
  .copyright-menu ul,
  .footer-social {
    text-align: center;
    justify-content: center;
  } */
/* 
  .footer-widget .footer-logo {
    margin-left: auto;
    margin-right: auto;
  } */

  .footer-widget.footer-newsletter-form .form-input {
    flex-wrap: wrap;
  }

  .footer-widget.footer-newsletter-form .tj-footer-input-btn {
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .container,
  .container-sm {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1,
  .h1,
  .tj-page-title  {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  .tj-page-header {
    padding: 76px 0 !important;
  }

  .slider-wrapper .slider-content p.sub-title {
    font-size: 16px !important;
  }

  .pricing__btn a,
  .pricing__btn button {
    padding: 13px 16px !important;
  }

  .pricing__btn a .btn-text,
  .pricing__btn button .btn-text {
    font-size: 16px !important;
  }

  .nav-tabs .nav-item .nav-link {
    white-space: nowrap;
  }

  .blog-item,
  .tj-post-thumb,
  .service-style-3,
  .tj-feature-section-two .feature-item {
    padding: 18px !important;
  }
  

  .page-contact-detail__icon {
    width: 44px;
    height: 44px;
  }

  .contact-form-modal .modal-dialog {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .stock-embed iframe {
    min-height: 260px;
    height: 260px;
  }
}
