/* ------------------------------------------------
  Project:   Softino - Software Landing Page HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Responsive Css
------------------------*/

@media (min-width: 576px) {
  .container,
  #header-wrap.fixed-header .navbar {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1700px;
    padding: 0 30px;
  }
  #header-wrap.fixed-header .navbar {
    max-width: 1700px;
  }
  .tab-features {
    animation-delay: 0.5s !important;
  }
}

@media (min-width: 1701px) {
  .sub-img {
    transform: scale(1.1);
    bottom: 19px;
    right: 5%;
  }
}

@media (max-width: 1360px) {
  .about-us-left {
    padding-right: 80px;
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  /*Padding*/
  .lg-pl-5 {
    padding-left: 50px !important;
  }

  .lg-pr-5 {
    padding-right: 50px !important;
  }

  .lg-px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lg-py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /*Margin*/
  .lg-mt-3 {
    margin-top: 30px !important;
  }

  .lg-mt-5 {
    margin-top: 50px !important;
  }

  .lg-mt-7 {
    margin-top: 70px !important;
  }

  /*Header*/
  .logo img {
    height: 50px;
  }

  #header-wrap.fixed-header .logo img {
    height: 45px;
  }

  #header-wrap.fixed-header .navbar {
    padding: 0 21px;
  }

  .navbar-nav ul {
    padding: 20px;
  }

  .navbar-nav .nav-item {
    margin: 0 12px;
    padding: 5px 0;
  }

  .navbar-nav .nav-link {
    padding: 8px 5px;
  }

  .hero-bg {
    left: -15%;
  }

  .page-title {
    padding: 80px 0 60px;
    min-height: inherit;
  }

  .navbar-brand .logo {
    max-width: 160px;
  }

  .home-cards #signal-line {
    bottom: 5px;
  }

  .payment-network-content {
    padding: 70px 30px 20px 0;
  }

  .payment-network-boxes {
    padding: 40px;
  }

  .feature-modal {
    padding: 20px;
  }

  /*Counter*/
  .counter.style-4 {
    height: 11.32em;
  }

  /*Feature*/
  .featured-item.style-3 {
    padding: 30px 25px;
  }

  .featured-item.style-4 {
    padding: 40px 30px 40px 30px;
  }

  .section-tabs .featured-item.style-2 {
    min-height: 360px;
  }

  .section-tabs-2 .featured-item.style-2 {
    padding-right: 30px;
    min-height: 350px;
  }

  .section-custom-services .featured-item.style-2 {
    min-height: 220px;
  }

  .section-outsourcing-tabs .featured-item.style-2 {
    min-height: 200px;
  }

  .section-consulting-tabs .featured-item.style-2 {
    min-height: 340px;
  }

  .section-career .featured-item.style-2 {
    min-height: 240px;
  }

  .section-career .featured-item.style-2 img {
    width: 65%;
  }

  .projects-grid {
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "featured-1 featured-2 featured-3"
      "featured-5 featured-6 featured-7"
      "featured-8 featured-6 featured-4"
      "featured-9 featured-9 featured-4";
  }

  .projects-grid .featured-item {
    padding: 30px 20px 0;
  }

  .section-advantages .featured-item.style-2 {
    min-height: 255px;
  }

  .section-payments .featured-item.style-2 {
    min-height: 225px;
  }

  .section-about .featured-item.style-2 {
    min-height: 250px;
  }

  .section-advantages-features .featured-item.style-2 h1 {
    font-size: 54px;
    line-height: 1.1;
  }

  .list-unstyled li::before {
    top: 8px;
    font-size: 7px;
  }

  .section-services.infosec .list-icon-2 li::before {
    font-size: 20px;
    top: 0;
  }

  .step-desc p {
    padding: 15px 20px 0;
  }

  .adv-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /*Blog*/
  .post .post-desc {
    padding: 20px 20px 30px;
  }

  .post-title::before {
    left: -20px;
  }

  .post-title::after {
    left: 140px;
  }

  .post-meta ul li {
    font-size: 12px;
    margin: 0 5px 0 0;
  }

  /*Owl*/
  .owl-carousel.owl-nav2 .owl-nav {
    left: -50%;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    font-size: 25px;
  }

  #carousel-vacancies .small-text {
    font-size: 24px;
    line-height: 1.3;
  }

  #carousel-vacancies .owl-nav button.owl-prev {
    left: -20px;
  }

  #carousel-vacancies .owl-nav button.owl-next {
    right: -20px;
  }

  /*Other*/
  #svg-container {
    width: 85%;
  }

  .contact-media {
    min-height: 190px;
  }

  .contact-media img {
    max-width: 160px;
  }

  .iframe-h-2 {
    height: 650px;
  }

  form input#submit {
    width: 100%;
  }

  .error-page {
    font-size: 300px;
    line-height: 210px;
  }

  .page-title h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .page-title p {
    font-size: 18px;
    line-height: 1.4;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .small-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .custom-text {
    font-size: 24px;
    line-height: 1.3;
  }

  .it-audit .custom-text {
    font-size: 32px;
    line-height: 1.2;
  }

  .our-expertise .tab-pane#billing .row {
    max-width: 100%;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-us .list-group.list-icon {
    font-size: 18px;
  }

  .list-unstyled li {
    font-size: 18px;
    line-height: 1.4;
  }

  .img-right img {
    max-width: 500px;
  }

  .step-icon img {
    position: absolute;
    left: 0;
    transform: translate(0%, -100%);
  }

  .ctas {
    margin-bottom: 0;
  }

  .about-card {
    padding: 20px;
  }

  .sub-img {
    transform: none;
    bottom: 0;
    right: 0;
  }

  #mc-form .btn {
    padding: 0 15px;
    min-width: 180px;
  }

  #mc-form input[type="email"],
  #mc-form .btn {
    height: 55px;
  }

  .footer-logo img {
    max-width: 240px;
  }

  .footer-imgs img {
    width: 160px;
  }

  .modal-dialog {
    max-width: 95%;
  }

  .modal-title {
    font-size: 64px;
  }

  .modal-content {
    padding: 15px 10px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.5;
  }

  h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  /*Margin*/
  .md-mt-0 {
    margin-top: 0 !important;
  }

  .md-pl-0 {
    padding-left: 0 !important;
  }

  .md-mt-3 {
    margin-top: 30px !important;
  }

  .md-mt-5 {
    margin-top: 50px !important;
  }

  .md-mt-7 {
    margin-top: 70px !important;
  }

  .md-mb-3 {
    margin-bottom: 30px !important;
  }

  .md-mb-5 {
    margin-bottom: 50px !important;
  }

  .md-mb-7 {
    margin-bottom: 70px !important;
  }

  .md-px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md-px-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .md-py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md-py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .md-py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md-pt-8 {
    padding-top: 80px !important;
  }

  .md-pb-15 {
    padding-bottom: 150px !important;
  }

  .md-custom-mt-10 {
    z-index: 99;
    position: relative;
    margin-top: -100px;
  }

  /*Text Align*/
  .md-text-center {
    text-align: center !important;
  }

  .md-text-left {
    text-align: left !important;
  }

  /*Header*/
  .header-1 .container {
    padding: 0;
  }

  .header-1 .header-main {
    padding: 15px;
  }

  .header-1 .fixed-header {
    padding: 15px 0px;
  }

  .navbar {
    width: 100%;
    padding: 0 20px;
    border-radius: 0;
  }

  .navbar-brand {
    left: 0;
    margin-right: 0;
    position: relative;
    top: 0;
    padding: 0;
  }

  .navbar-toggler {
    background: none;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 0;
  }

  .navbar-nav {
    flex-direction: column;
    overflow-y: auto;
    position: relative;
  }

  .navbar-nav br {
    display: none;
  }

  .navbar-nav ul {
    position: static;
    padding: 5px 10px;
    border-radius: 0;
    background: none;
    overflow: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .navbar-nav ul a {
    padding: 5px 20px;
  }

  .navbar-nav ul a:hover {
    padding-left: 30px;
  }

  .navbar-nav .nav-item,
  .navbar-nav .nav-item:last-child {
    margin: auto;
  }

  .navbar-nav .nav-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding: 7px;
    font-weight: 600;
    margin: auto;
    font-size: 17px;
  }

  .navbar-nav li,
  .navbar-nav .nav-dropdown li {
    padding: 5px 0;
    text-align: center;
  }

  #header-wrap.fixed-header .navbar {
    padding: 0 35px;
  }

  .nav-item a.highlighted > .sub-arrow::before {
    transform: rotate(-135deg);
    top: 2px;
    position: relative;
  }

  .nav-item .nav-dropdown a.highlighted > .sub-arrow::before {
    transform: rotate(-135deg);
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active,
  .nav-item .highlighted {
    padding-left: 30px;
  }

  /*
  .navbar-brand {
    left: 0;
    margin-right: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  */

  /*
  .navbar-nav .nav-link::before {
    bottom: inherit;
    top: 0;
    left: 0;
    line-height: 1em;
    transform: inherit;
   }

  .navbar-nav .nav-link:hover::before,
  .navbar-nav .nav-link:focus::before {
    color: #2575fc;
    text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
  }

  .navbar-nav .has-submenu a::after {
    top: -4px;
    transform: rotate(135deg);
  }

  .navbar-nav a::after {
    border-width: 0.15em 0.15em 0 0;
    width: 0.65em;
    height: 0.65em;
  }
  */

  /*
  .navbar-nav a .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    left: 100%;
    margin: -0.9em 0 0 -0.2em;
    border-radius: .25rem;
    padding: 0;
    width: 1.2em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
  }

  .navbar-nav a .sub-arrow::before {
    border-width: 0.1em 0.1em 0 0;
    left: 0;
    top: 0;
    width: 0.65em;
    height: 0.65em;
  }
  */

  .header-3 .navbar-nav .nav-link {
    color: #1c1d3e;
  }

  .header-3 .navbar-nav .nav-link:hover,
  .header-3 .navbar-nav .nav-item .nav-link.active {
    color: #2575fc;
  }

  .header-3 .navbar-nav .nav-link:hover::before,
  .header-3 .navbar-nav .nav-item .nav-link.active::before,
  .header-3 .navbar-nav .nav-link:focus::before {
    color: #2575fc;
  }

  .navbar-nav.sm-collapsible .has-submenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-collapse {
    background: #111115;
    overflow: auto;
    border: medium none;
    /*-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
       -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
       box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);*/
    max-height: 500px;
    left: 0;
    padding: 30px 0;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 100%;
    border-radius: 20px;
    will-change: height;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .navbar-collapse.show {
    transition: 0.5s ease-in-out;
  }

  .navbar-toggler span {
    width: 28px;
    height: 3px;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.41, -0.33, 0.345, 1.375);
    transition-delay: 0.2s;
    border-radius: 15px;
  }

  .navbar-toggler span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }

  .navbar-toggler span:nth-of-type(2) {
    opacity: 0;
  }

  .navbar-toggler span:last-of-type {
    transform: rotate(-45deg) translate(2px, -2px);
  }

  .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
  }

  .navbar-toggler span {
    margin: 0 auto;
  }

  .header-3 .navbar-toggler span {
    background: #ffffff;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
  }

  .header-3 #header-wrap.fixed-header .navbar-toggler span {
    background: #2575fc;
  }

  /*Banner*/

  .page-title {
    padding: 90px 0 70px;
  }

  .fullscreen-banner {
    min-height: 100dvh;
  }

  .hero-bg {
    left: 0;
  }

  .btn {
    padding: 15px;
    min-width: 125px;
  }

  .modal-btn {
    min-width: 210px;
  }

  /*Side Image*/
  .side-image {
    display: none;
  }

  .img-side.img-right {
    left: auto;
    position: relative !important;
    right: 0;
  }

  .img-side.img-left {
    left: 0;
    position: relative !important;
    right: auto;
  }

  .image-column {
    left: 0;
    position: relative;
    top: inherit;
    transform: inherit;
  }

  .payment-network-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .payment-network-content {
    padding: 0;
  }

  .payment-network-boxes {
    padding: 30px 20px;
  }

  .payment-network-content p {
    max-width: 100%;
    margin: 0;
  }

  .payment-box {
    padding: 18px;
  }

  .payment-box-left span {
    font-size: 16px;
  }

  /*Step*/
  .work-process {
    padding: 30px;
  }

  .work-process .box-loader {
    display: none;
  }

  .step-icon {
    min-height: 230px;
  }

  .step-desc p {
    padding: 15px 0 0;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-modal-grid.five-columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-modal-grid.five-columns > :nth-child(5) {
    grid-column: 1 / -1 !important;
  }

  .feature-modal-grid.five-columns > * {
    grid-column: auto !important;
  }

  .feature-modal-column {
    padding: 20px;
  }

  .mobile-apps img {
    height: 36px;
  }

  .feature-modal-overlay.active .feature-modal {
    transform: translateY(-20%);
  }

  .about-us-left {
    padding-right: 0;
  }

  .about-us-left::before {
    transform: none;
  }

  .advantage-table-wrapper {
    overflow-x: auto;
  }

  .advantage-table {
    min-width: 720px;
    padding: 7px;
  }

  .adv-row {
    grid-template-columns: 200px 1fr;
    padding: 12px 20px;
  }

  /*Feature*/
  .section-tabs .featured-item.style-2 {
    min-height: 355px;
  }

  .section-tabs-2 .featured-item.style-2 {
    min-height: 130px;
  }

  .section-custom-services .featured-item.style-2 {
    min-height: 240px;
  }

  .outsourcing .featured-item.style-2 {
    min-height: 355px;
  }

  .section-outsourcing-tabs .featured-item.style-2 {
    min-height: 225px;
  }

  .section-consulting-tabs .featured-item.style-2 {
    min-height: 365px;
  }

  .it-audit .featured-item.style-2 {
    min-height: 120px;
  }

  .section-advantages .featured-item.style-2 {
    min-height: 340px;
  }

  .section-payments .featured-item.style-2,
  .section-about .featured-item.style-2 {
    min-height: 140px;
    padding: 30px;
  }

  .projects-grid .featured-item {
    padding: 30px 15px 0;
  }

  .featured-item.style-4 {
    padding: 50px 60px 50px 60px;
  }

  .img-right img {
    max-width: 100%;
  }

  .l4t .right-img img {
    max-width: 450px;
    width: 100%;
  }

  #carousel-vacancies .owl-nav button.owl-prev {
    left: 0px;
  }

  #carousel-vacancies .owl-nav button.owl-next {
    right: 0px;
  }

  #carousel-vacancies .featured-item {
    margin: 0;
  }

  /*Blog*/
  .post-meta ul li {
    font-size: 14px;
  }

  .post.style-2 .post-desc {
    padding: 10px;
  }

  /*Testimonial*/
  .testimonial-carousel.testimonial-2 .controls li {
    width: 80px;
    height: 80px;
  }

  .testimonial-content p {
    font-size: 16px;
    line-height: 30px;
  }

  .testimonial.style-3 {
    display: inline-block;
  }

  .testimonial.style-3 .testimonial-img {
    width: 30%;
  }

  .testimonial.style-5 .testimonial-content {
    margin-left: -60px;
    padding: 30px 30px 30px 90px;
  }

  /*Hexagon*/
  .hexagon-bg {
    display: inline-block;
  }

  .hexagon {
    width: 25em;
    height: 15.32em;
    margin-bottom: 100px;
    display: inline-block;
  }

  /*Countdown*/
  .countdown > li span {
    font-size: 50px;
    line-height: 50px;
  }

  .countdown > li p {
    font-size: 18px;
  }

  /*Other*/
  .morph-wrap {
    top: 20%;
    left: 0;
    bottom: inherit;
    transform: rotate(0);
  }

  .contact-media {
    min-height: inherit;
  }

  .error-page {
    font-size: 250px;
    line-height: 180px;
  }

  .error-page > span:nth-of-type(2) {
    width: 180px;
    height: 90px;
  }

  .owl-carousel.owl-nav2 .owl-nav {
    left: inherit;
    bottom: inherit;
    position: inherit;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  #svg-container {
    width: 100%;
    transform: rotate(90deg);
    left: 0;
    top: 50%;
  }

  .footer-1 .subscribe-box {
    min-height: 40vh;
  }

  .subscribe-inner {
    row-gap: 25px;
  }

  .subscribe-inner h5 {
    margin: 0 auto;
  }

  .subscribe-inner p {
    max-width: 100%;
  }

  #mc-form {
    justify-content: center;
  }

  #mc-form input[type="email"],
  #mc-form .btn {
    min-width: 170px;
    height: 55px;
  }

  #mc-form input[type="email"] {
    width: 400px;
  }
}

@media (min-width: 900px) and (max-width: 992px) {
  .section-custom-services .featured-item.style-2 {
    min-height: 220px;
  }
  .section-advantages .featured-item.style-2 {
    min-height: 255px;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .section-tabs .featured-item.style-2 {
    min-height: 410px;
  }
  .section-custom-services .featured-item.style-2 {
    min-height: 250px;
  }
  .outsourcing .featured-item.style-2 {
    min-height: 410px;
  }
  .section-consulting-tabs .featured-item.style-2 {
    min-height: 390px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  input,
  textarea,
  select {
    font-size: 16px;
  }

  .subscribe-form input {
  transform: translateZ(0);
  will-change: auto;
}

   html {
    scroll-behavior: auto !important;
  }

  .section-title p {
    font-size: 16px;
  }

  .page-title {
    padding: 90px 0 50px;
  }

  .page-title h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .page-title p {
    font-size: 16px;
    line-height: 1.5;
  }

  .hidden-sm {
    display: none !important;
  }

  /*Margin*/
  .sm-mt-0 {
    margin-top: 0 !important;
  }

  .sm-mt-2 {
    margin-top: 20px !important;
  }

  .sm-mt-3 {
    margin-top: 30px !important;
  }

  .sm-mt-5 {
    margin-top: 50px !important;
  }

  .sm-mb-3 {
    margin-bottom: 30px !important;
  }

  .sm-mb-5 {
    margin-bottom: 50px !important;
  }

  /*Padding*/
  .sm-pt-0 {
    padding-top: 0 !important;
  }

  .sm-pt-5 {
    padding-top: 50px !important;
  }

  .sm-pt-10 {
    padding-top: 100px !important;
  }

  .sm-pb-5 {
    padding-bottom: 50px !important;
  }

  .sm-pb-8 {
    padding-bottom: 80px !important;
  }

  .sm-pb-10 {
    padding-bottom: 100px !important;
  }

  .sm-px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sm-py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sm-py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  /*Banner*/
  .sm-bg-cover {
    background-size: cover;
  }

  .payments-logos img {
    max-width: 60px;
  }

  .payment-check {
    width: 36px;
    height: 36px;
  }

  .featured-item .featured-icon i {
    font-size: 32px;
    line-height: 32px;
  }

  .feature-modal-overlay {
    align-items: flex-start;
    padding: 20px 0;
  }

  .feature-modal {
    width: calc(100% - 30px);
    margin: 0 auto;
    transform: translateY(0);
  }

  .feature-modal-overlay.active .feature-modal {
    transform: translateY(0);
  }

  .feature-modal-grid.three-columns,
  .feature-modal-grid.five-columns {
    grid-template-columns: 1fr;
  }

  /*Blog*/
  .post.style-2 .post-desc {
    padding: 20px;
  }

  /*Countdown*/
  .countdown {
    margin: 40px 0;
    padding: 40px 0;
  }

  .countdown > li span {
    font-size: 40px;
    line-height: 40px;
  }

  .countdown > li p {
    font-size: 16px;
  }

  .counter {
    padding: 30px;
  }

  /*Iframe*/
  .iframe-h {
    height: 300px;
  }

  .iframe-h-2 {
    height: 600px;
  }

  .html5-video video {
    width: auto;
  }

  /*Subscribe*/
  .subscribe-inner {
    row-gap: 20px;
  }

  .subscribe-inner h5 {
    max-width: 100%;
  }

  /*Testimonial*/
  .testimonial .testimonial-quote {
    font-size: 150px;
    line-height: 150px;
  }

  .testimonial.style-2 .testimonial-img {
    width: 25%;
  }

  .testimonial-2 .controls li:nth-child(1),
  .testimonial-2 .controls li:nth-child(4) {
    bottom: 0;
  }

  .testimonial-2 .controls li:nth-child(2),
  .testimonial-2 .controls li:nth-child(3) {
    bottom: 68%;
  }

  .testimonial.style-3 .testimonial-img {
    width: 50%;
  }

  .testimonial.style-5 {
    display: inline-block;
    margin: 0;
  }

  .testimonial.style-5 .testimonial-img {
    width: 50%;
  }

  .testimonial.style-5 .testimonial-content {
    margin-left: 0;
    padding: 100px 30px 30px 30px;
    margin-top: -100px;
  }

  /*Hexagon*/
  .hexagon-bg {
    top: 5%;
  }

  .hexagon {
    width: 20em;
    height: 12.32em;
    margin-bottom: 50px;
    display: block;
  }

  /*Timeline*/
  .timeline-title {
    text-align: left;
  }

  .timeline::after {
    left: 0;
    margin-left: 0;
  }

  .timeline-inner {
    width: 100%;
  }

  .timeline-right {
    margin-left: 0;
  }

  .timeline-inner::before {
    right: inherit;
    left: -16px;
  }

  /*Error*/
  .error-page {
    font-size: 180px;
    line-height: 180px;
  }

  .error-page > span:nth-of-type(2) {
    width: 140px;
    height: 70px;
  }

  /*Feature*/
  .featured-item.style-4 {
    padding: 50px 110px 50px 110px;
  }

  .section-tabs .featured-item.style-2,
  .section-tabs-2 .featured-item.style-2,
  .outsourcing .featured-item.style-2,
  .section-consulting-tabs .featured-item.style-2,
  .section-advantages .featured-item.style-2 {
    min-height: 140px;
  }

  #services .featured-item.style-2,
  #projects .featured-item.style-2 {
    min-height: 200px;
    padding: 30px 25px;
  }

  .section-custom-services .featured-item.style-2,
  .section-outsourcing-tabs .featured-item.style-2 {
    min-height: 100px;
  }

  .section-services.infosec .infosec-col .featured-item.style-2 {
    padding-bottom: 0;
  }

  .list-unstyled li,
  .section-services.infosec .list-icon li {
    font-size: 16px;
  }

  .featured-item.style-3 {
    padding: 20px;
  }

  .feature-modal-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-tabs-2 .featured-desc p {
    font-size: 16px;
    line-height: 1.5;
  }

  .projects-grid {
    grid-gap: 25px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
      "featured-1"
      "featured-2"
      "featured-3"
      "featured-5"
      "featured-6"
      "featured-7"
      "featured-8"
      "featured-9"
      "featured-4";
  }

  .projects-grid .featured-item {
    padding: 20px 20px 0;
  }

  .projects-grid .featured-item h4 {
    margin-bottom: 20px;
  }

  .section-career .featured-item.style-2 {
    min-height: 200px;
  }

  .section-career .featured-item.style-2 img {
    width: 140px;
    max-width: 55%;
  }

  .section-payments .featured-item.style-2,
  .section-about .featured-item.style-2 {
    padding: 20px;
  }

  .contact-info {
    margin-left: 0;
  }

  .contact-media {
    padding: 20px;
  }

  .contact-media p {
    font-size: 18px;
    line-height: 1.4;
  }

  .contact-media img {
    max-width: 100%;
  }

  /*Tab*/
  .tab.style-2 .nav-tabs .nav-link i {
    font-size: 30px;
    line-height: 70px;
    height: 70px;
    width: 70px;
  }

  .nav-tabs {
    border-spacing: 10px;
    grid-template-columns: 1fr 1fr;
    border: none;
    gap: 15px;
  }

  #header-wrap.fixed-header .navbar {
    width: 100%;
  }

  .breadcrumb {
    font-size: 14px;
  }

  .about-us .list-group.list-icon,
  .small-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .custom-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .section-services .custom-text,
  .section-custom-services .custom-text,
  .section-outsourcing-tabs .custom-text,
  .section-projects .custom-text,
  .section-projects .custom-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .it-audit .custom-text,
  .consulting-engineers .custom-text {
    font-size: 24px;
    line-height: 1.3;
  }

  .section-custom-services .custom-text {
    padding: 20px;
  }

  .step-icon img {
    left: 50%;
    transform: translate(-50%, -100%);
  }

  .ctas {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
  }

  .work-process {
    padding: 20px;
  }

  .step-icon {
    min-height: 280px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .mobile-apps img {
    height: 42px;
  }

  .nav-tabs li {
    height: 40px;
  }

  .advantage-text {
    padding: 15px;
  }

  #mc-form input[type="email"] {
    width: 350px;
  }

  #mc-form input[type="email"],
  #mc-form .btn {
    min-width: 150px;
    height: 50px;
    font-size: 16px;
  }

  .form-control,
  #submit,
  .btn-submit {
    font-size: 18px;
    line-height: 1.4;
  }

  .about-row {
    gap: 25px;
  }

  .about-us ul {
    margin-top: 5px;
  }

  .list-unstyled li::before {
    top: 7px;
  }

  .btn,
  .btn::before {
    padding: 12px 15px;
  }

  .img-center,
  .img-right img {
    max-width: 90%;
  }

  .footer-1 .section-title {
    margin-bottom: 40px;
  }

  .subscribe-form {
    margin-top: 30px;
  }

  .secondary-footer {
    font-size: 14px;
  }

  .footer-info {
    margin-top: 40px;
  }

  .footer-imgs img {
    width: 130px;
  }

  #modal-img {
    max-width: 95%;
  }

  .modal-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .modal-header .close {
    font-size: 2.5rem;
  }

  .modal-content {
    padding: 10px 0;
  }

  .error-message {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .col-xx-12 {
    width: 100% !important;
  }

  /*Margin*/
  .xs-mt-0 {
    margin-top: 0 !important;
  }

  .xs-mt-1 {
    margin-top: 10px !important;
  }

  .xs-mt-2 {
    margin-top: 20px !important;
  }

  .xs-mt-3 {
    margin-top: 30px !important;
  }

  .xs-mt-5 {
    margin-top: 50px !important;
  }

  .xs-mb-3 {
    margin-bottom: 30px !important;
  }

  .xs-mb-5 {
    margin-bottom: 50px !important;
  }

  /*Padding*/
  .xs-pt-5 {
    padding-top: 50px !important;
  }

  .xs-pb-5 {
    padding-bottom: 50px !important;
  }

  .xs-px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xs-px-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xs-px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xs-py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xs-py-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  /*Text Align*/
  .xs-text-center {
    text-align: center;
  }

  /*Header*/
  .header a.btn {
    display: none;
  }

  .navbar-toggler {
    margin-right: 0;
  }

  /*Banner*/
  .breadcrumb-item {
    line-height: 30px;
  }

  .page-title-pattern {
    bottom: -2px;
  }

  .hero-bg {
    overflow: hidden;
  }

  .hero-bg img {
    max-width: inherit;
    width: 170%;
  }

  .round-shape {
    width: 250px;
    height: 250px;
  }

  /*Button*/

  .btn + .btn {
    margin-left: 10px;
  }

  /*Step*/
  .work-process.style-2 {
    display: block;
  }

  .work-process.style-2 .step-num-box {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .step-icon {
    min-height: 200px;
  }

  /*Countdown*/
  .countdown {
    margin: 30px 0;
  }

  .countdown > li {
    padding: 0 10px;
  }

  .countdown > li p {
    font-size: 14px;
    line-height: 24px;
  }

  /*Blog*/
  .post.style-2 {
    margin: 0;
  }

  .post.style-2 .post-desc {
    padding: 10px;
  }

  .post.style-2 p {
    font-size: 12px;
  }

  .post.style-2 .post-title {
    padding-top: 15px;
    margin-top: 15px;
  }

  .media-holder .media {
    display: block;
    padding: 20px;
  }

  .media-holder .media img {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .media-holder .media.inner {
    margin: 15px 0 15px 30px;
  }

  .comment-reply {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 20px;
  }

  /*Feature*/
  .featured-item.style-4 {
    padding: 50px 30px 50px 30px;
    border-radius: 50% 60% 30% 40%;
  }

  .featured-item.style-5 {
    padding: 40px 30px;
  }

  .featured-item.style-5 .featured-icon {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-bottom: 20px;
  }

  /*Team*/
  .team-member.style-1:hover .team-description {
    padding: 25px 20px;
  }

  .team-member.style-2 .team-description {
    padding: 25px 15px;
  }

  .team-member.style-3 {
    padding: 20px;
  }

  .team-member.style-4 .team-images {
    width: 100%;
  }

  .team-member.style-4 .team-description {
    width: 100%;
    position: inherit;
    top: inherit;
    transform: inherit;
    margin-top: -100px;
  }

  .team-member.style-4:hover .team-description {
    position: inherit;
    top: inherit;
  }

  /*Testimonial*/
  .testimonial.style-1 .testimonial-content {
    margin-right: 20px;
  }

  .testimonial-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .testimonial.style-2 {
    padding: 20px 10px 70px;
  }

  .testimonial.style-2 .testimonial-img {
    width: 50%;
  }

  .testimonial-carousel.testimonial-2 .controls,
  .testimonial-carousel.testimonial-3 .controls {
    position: relative;
    margin-top: 30px;
  }

  .testimonial-carousel.testimonial-2 .controls li {
    width: 100px;
    height: 100px;
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: 0 20px 20px;
  }

  .testimonial-carousel.testimonial-2 .controls li:nth-child(3n),
  .testimonial-carousel.testimonial-2 .controls li:last-child {
    margin-bottom: 0;
  }

  .testimonial-carousel.testimonial-3 .controls li {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-right: 20px;
  }

  .testimonial-carousel.testimonial-3 .controls li:last-child {
    margin-right: 0;
  }

  /*Counter*/
  .counter.style-2 .counter-icon {
    width: 25%;
  }

  /*Error*/
  .error-page {
    font-size: 110px;
    line-height: 110px;
  }

  .error-page > span:nth-of-type(2) {
    width: 100px;
    height: 50px;
  }

  /*Tab*/
  .tab .nav-tabs {
    display: block;
  }

  .tab.style-2 .nav-tabs .nav-link {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
  }

  .tab.style-2 .nav-tabs .nav-link:nth-child(2n + 2) {
    margin-right: 0;
  }

  .tab.style-2 .tab-content {
    padding: 40px 20px 20px;
  }

  /*Subscribe*/

  /*Other*/
  .blink-img {
    width: 80%;
  }

  .custom-li li {
    width: 100%;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    font-size: 17px;
  }

  .morph-wrap {
    top: 8%;
  }

  .btn {
    min-width: 110px;
  }

  .ctas {
    gap: 5px;
  }

  .ctas a {
    min-width: auto;
  }

  .ctas .modal-btn {
    min-width: 160px;
  }

  .nav-tabs {
    grid-template-columns: 1fr;
  }

  #mc-form {
    flex-direction: column;
  }

  #mc-form input[type="email"] {
    width: 100%;
    min-width: auto;
  }

  #mc-form .btn {
    width: 100%;
    min-width: auto;
    left: 0;
    margin-top: 25px;
    font-size: 16px;
  }
}
