  :root {
    --primary: #e62027;
    --primary-hover: #ff666b;
    --secondary: #101218;
    --accent: #8e8e8e;
    --white: #fff;

    /* Font variables */
    --font-primary: "DM Sans", sans-serif;
    --font-secondary: "Playfair Display", serif;
  }
  body {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.7rem;
    overflow-x: hidden;
  }

main#primary {
	    z-index: 3;
    background: #fff;
    position: relative;
}

  h1 {
    font-size: 7rem;
  }
  h2 {
    font-size: 4.3rem;
  }
  a {
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  section {
    padding: 180px 0;
  }
   
  .btn-theme {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding: 25px 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    transition: all ease 0.5s;
    line-height: 1;
  }

  .btn-theme i {
    transform: rotate(-45deg);
    margin-left: 10px;
  }
  .btn-small {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    padding: 20px 36px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    transition: all ease 0.5s;
  }

  .btn-gdprimary {
    background: var(--primary);
  }
  .btn-gdsecondary {
    background: var(--secondary);
  }
  .btn-gdprimary:hover,
  .btn-gdsecondary:hover {
    background: var(--primary-hover) !important;
    color: #fff;
  }
  .container {
    max-width: 1760px;
  }

  /* Fonts */
  .font-playfair {
    font-family: "Playfair Display", serif;
    font-weight: 600 !important;
  }

  /* header */

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .header-brand {
    width: 220px;
  }

  /* header  scrolled */

  .header.scrolled {
    top: 10px;
    padding: 10px 12px;
    max-width: 556px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: white;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
  }
  .header.scrolled .container-fluid {
    padding: 0;
  }
  .header.scrolled .header-brand {
    width: 160px;
  }
  .header.scrolled .header-btn {
    font-size: 1.1rem;
    padding: 3px 30px;
  }
  .header.scrolled .head-right {
    gap: 30px;
  }
  .header.scrolled .header-btn .arrow-box i {
    font-size: 1rem;
  }
  .header.scrolled .header-btn .arrow-box i {
    font-size: 1rem;
  }
  .awesome-linke .arrow-box svg {
    transform: rotate(-45deg);
    font-size: 2.2rem;
  }
  .arrow-box svg {
    font-size: 1.25rem;
  }
  .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .head-right {
    display: flex;
    gap: 50px;
    align-items: center;
  }
  .header-btn {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 5px 30px;
    border-radius: 30px;
  }
  .header-btn .arrow-box i {
    font-size: 1.2rem;
    transform: rotate(-45deg);
  }
  .bars_icon {
    width: 40px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
  }
  .bars_icon .line {
    width: 100%;
    height: 2px;
    line-height: 1rem;
    background-color: var(--secondary);
    display: inline-block;
    transition: color 0.2s ease-out;
    border-radius: 35px;
    transition: 0.3s;
  }
  .bars_icon .line:nth-child(1) {
    margin-left: 40%;
    width: 60%;
  }
  .bars_icon .line:nth-child(3) {
    width: 60%;
  }

  /* Header menu */

  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transform: translateY(-200%);
    transition: transform 70ms ease-in-out;
    display: none;
    padding: 50px 0;
    overflow-y: scroll;
  }
  .overlay.active {
    transform: translateY(0);
    display: block;
  }
  .links {
    list-style: none;
    text-align: left;
  }
  .links li a {
    font-size: 5.6rem;
    font-weight: 400;
    margin: 20px 0;
    cursor: pointer;
    line-height: 1.4;
    color: var(--white);
    transition: all 0.25s ease-in-out;
  }

  .links li a:hover,
  .links li a:focus,
  .links li a.active {
    color: var(--primary-hover);
    padding-left: 15px;
  }

  .hamburger-close {
    z-index: 1200;
    position: absolute;
    top: 20px;
    color: #fff;
    right: 42px;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
  }

  .hamburger.is-active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 100;
    width: 34px;
    height: 30px;
    position: fixed;
    right: 70px;
    cursor: pointer;
  }

  .hamburger.is-active .line {
    color: #fff;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.4s ease;
    position: relative;
  }

  .hamburger.is-active .line,
  .hamburger-close i {
    transition-delay: 0.8ms;
  }
  .hamburger.is-active .line:nth-child(1) {
    transform: rotate(45deg) translate(-13px, 5px);
    transform-origin: top left;
  }

  .hamburger.is-active .line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .hamburger.is-active .line:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -4px);
    transform-origin: bottom left;
  }

  .contact-touch {
    color: #fff;
    text-align: left;
  }

  .contact-touch ul {
    list-style: none;
    padding-left: 0;
  }

  .contact-touch ul li {
    color: #a9b5d9;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .contact-touch ul li:last-child {
    margin-top: 40px;
  }

  .header-social-link {
    margin: 100px 0 120px;
  }

  .header-social-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
    list-style: none;
    padding-left: 0;
  }
.header-social-link ul li img {
    width: 32px;
}
  .awesome-linke {
    text-align: left;
  }

  .awesome-linke a {
    color: #fff;
    font-size: 2.75rem;
    line-height: 1.3;
  }

  .awesome-linke .arrow-box i {
    font-size: 80%;
  }

  /* common css*/
  .title-wrap h2 {
    font-size: 4.4rem;
    font-weight: bold;
    margin-bottom: 90px;
  }
  .title-wrap h3 {
    font-size: 4.2rem;
    font-weight: bold;
    margin-bottom: 70px;
  }
  .title-wrap span {
    color: var(--primary);
  }
  .spc40 {
    height: 40px;
  }
  .spc100 {
    height: 100px;
  }
  .spc150 {
    height: 150px;
  }

  /* Hero section */
  .hero-banner {
    padding: 180px 0 150px;
  }
  .hero-content {
    padding: 0 50px;
  }

  .hero-content h1 {
    font-size: 7rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .font7 {
    font-size: 9.6rem;
  }
  .text-i150 {
    text-indent: 150px;
    display: inline-block;
  }
  .text-i70 {
    text-indent: 70px;
    display: inline-block;
  }
  .text-i50 {
    text-indent: 50px;
    display: inline-block;
  }
  .circle-badge img {
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: center;
    animation: rotateBadge 7s linear infinite;
  }
  @keyframes rotateBadge {
    0% {
      transform: translateX(-50%) rotate(0deg);
    }
    100% {
      transform: translateX(-50%) rotate(360deg);
    }
  }

  .circle-badge {
    width: 260px;
    height: 260px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .circle-center {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .circle-center strong {
    font-size: 2.3rem;
    font-weight: 700;
  }
  .circle-text {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #555;
  }
  .hero-details {
    max-width: 720px;
    float: right;
    padding-left: 30px;
    font-size: 1.7rem;
    line-height: 1.7;
  }
  @media only screen and (min-width: 1300px) {
    .hero-details {
      margin-top: -80px;
    }
  }

  /* Brand */
  .carousel {
    margin: 0 auto;
    overflow: hidden;
    display: flex;

    &:hover .group {
      animation-play-state: paused;
    }
    > * {
      flex: 0 0 100%;
    }
  }

  .card {
    width: 300px;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
    margin: 0 20px;
    height: auto;
    display: flex;
  }
  .carousel .group {
    display: flex;
    gap: 20px;
    padding-right: 20px;
    animation: scrolling 20s linear infinite;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  /* Services section */

  .service-details {
    margin-right: 10%;
    height: 40vh;
    position: -webkit-sticky;
    position: sticky;
    top: 5vh;
    padding-bottom: 300px;
  }
  .service-details figure img {
    width: 100%;
    height: 232px;
    object-fit: cover !important;
    border-radius: 30px;
  }
  .service-text {
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .main-services h2 {
    font-size: 8.6rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 60px;
    color: var(--accent);
  }
  .main-services h2.active {
    color: var(--secondary);
  }
  .main-services h2:hover {
    color: var(--secondary);
    cursor: pointer;
  }
  .brand-content {
    margin-bottom: 40px;
  }
  .brand-content p {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 60px;
  }  
  .arrow-box i {
    transform: rotate(-45deg);
  }

  /* Full Width Image */
  .full-width-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  @media only screen and (max-width: 768px) {
    .full-width-image img {
      width: auto;
      height: 600px;
      display: block;
    }
  }

  /* Counter section */

  .counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 40px 60px 40px;
    flex-wrap: wrap;
    text-align: center;
  }

  .counter-box h2, .counter-box h3 {
    font-size: 6.5rem;
    margin: 0;
    font-weight: 400;
  }
  .counter-box p {
    font-size: 1.7rem;
    color: var(--secondary);
  }

  @media (min-width: 768px) {
    .counter-box {
      border-right: 1px solid var(--secondary);
    }
    .counter-box:last-child {
      border-right: 0;
    }
  }
  /* Home portfolio*/

  .portfolio {
    background: #f3f3f7; 
  }
  .portfolio-list {
    margin-top: 120px;
  }
  .portfolio-caro {
    margin-bottom: 120px;
    display: flex;
    gap: 40px;
    overflow: hidden;
    width: 120%;
  } 
  .portfolio-caro .items {
    width: 730px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }

  .portfolio-caro .items:hover .portfolio-link {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .portfolio-caro .items figure {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
  }

  .portfolio-caro .items figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
  }

  .portfolio-item.hidden {
    display: none;
  }



  /* Home testimonials */

  .testimonial-slide {
    max-width: 1320px;
    width: 100%;
    margin: 140px auto 0;
    text-align: center;
  }
  .testimonial-listing {
    position: relative;
    padding: 40px;
  }
  .testimonial-listing:before {
    content: "";
    background: url("../images/quote-icon.png") no-repeat;
    width: 142px;
    height: 120px;
    position: absolute;
    left: 0;
    top: -10px;
  }
  .testimonial-listing p {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .testimonial-person {
    font-size: 1.75rem;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 50px;
  }
  .testimonial-person span {
    display: block;
    font-size: 70%;
    font-weight: 300;
  }
  .testimonial-slide .owl-nav {
    margin-top: 20px;
  }
  .contact-touch ul li a {
    color: #a9b5d9;
    text-decoration: none;
  }
  /* footer */
  .footer {
    background: var(--secondary);
    color: #fff;
    padding: 80px 0 0;
  }

  .footer-logo {
    max-width: 100%;
    bottom: -130px;
  }


.footer-inner { 
font-size: 1.7rem;
 line-height: 1.1;
 padding-top: 80px;
}

  .footer-link ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding-left: 0;
  }
.footer-link li:nth-child(1) {
    margin-right: 25px;
}
  .footer-link ul li a {
	  color: #fff;
  }
.footer-link ul li a:hover { 
color: #e62027;
}
  .footer-social-link {
    margin: 100px 0 120px;
  }
  .footer-social-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    list-style: none;
  }
.footer-social-link ul li img {
    width: 33px;
}

  @media only screen and (min-width: 768px) {
    .footer-inner {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
    }
  }

  @media only screen and (max-width: 1800px) {
    .container {
      width: 100%;
      max-width: 1720px;
      margin-inline: auto;
      padding-inline: 80px;
    } 
  }

  /* Service */

  .hero-accent-text {
    font-size: 3.75rem;
    line-height: 1.5;
    max-width: 1275px;
    width: 100%;
    margin-top: 200px;
  }
  .btn-list {
    list-style: none;
    display: flex;
    gap: 40px;
    padding-left: 0;
    text-align: center;
    justify-content: center;
    margin-top: 150px;
  }
  .btn-list li {
    display: inline-block;
  }

  .service-intro-text {
    padding-right: 20%;
  }
  .service-cat {
    background: #f5f5f5;
    border-radius: 50px;
    color: var(--secondary);
    padding: 50px;
    margin-bottom: 100px;
  }
  .service-cat:last-child {
    margin-bottom: 0;
  }
  .service-cat p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .service-cat .cat-title {
    font-size: 3.8rem;
    font-weight: 300;
  }
  .service-tab {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .service-tab li {
    border-radius: 50px;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    padding: 4px 20px;
    font-size: 1.4rem;
    cursor: pointer;
  }
  .service-list{
    padding-bottom: 50px !important;
  }

  /* Full width image content */

  .full-width-image-content {
    position: relative;
    background-image: url("../images/services/full-width-img.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    padding: 180px 0;
  }

  .full-width-image-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 0;
  }

  .content-wrapper {
    position: relative;
    z-index: 1;
  }

  .content-wrapper h2 {
    font-size: 5.6rem;
    margin-bottom: 20px;
  }

  .content-wrapper p {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .cta-button {
    background-color: red;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
  }

  .cta-button:hover {
    background-color: darkred;
  }

  @media (max-width: 768px) {
    .full-width-image-content {
      height: auto;
      padding: 60px 20px;
    }
    .content-wrapper {
      margin-left: 0;
      max-width: 100%;
    }
    .content-wrapper h1 {
      font-size: 2rem;
    }
  }

  /*  About */

  .about-hero-details {
    max-width: 1050px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    float: right;
  }
  .about-hero-details p {
    padding-left: 100px;
  }
  .about-cat {
    background: #f5f5f5;
    border-radius: 50px;
    color: var(--secondary);
    padding: 50px;
    margin-bottom: 100px;
  }
  .about-cat:last-child {
    margin-bottom: 0;
  }
  .about-cat .cat-title {
    font-size: 2.5rem;
    font-weight: 300;
  }
  .about-cat p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 30px 0;
    max-width: 90%;
  }
  .about-services-list {
    font-size: 7rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 60px;
    padding-left: 0;
    list-style: none;
  }
  .service-list {
    /* overflow: hidden; */
  }
  .about-services-list li {
    margin-bottom: 30px;
  }

  /* contact */

  .contact-intro-text h3 {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .interest-buttons-container {
    margin-top: 60px;
    display: flex;
    gap: 10px;
    margin-bottom: 120px;
    flex-wrap: wrap;
  }

  .interest-button {
    display: none;
  }

  .interest-button-label {
    font-size: 1.4rem;
    padding: 8px 22px;
    border: 1px solid var(--secondary);
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
  }

  .interest-button:checked + .interest-button-label {
    background-color: var(--secondary);
    color: #fff;
    border-color: #000;
  }

  /* Hover effect for buttons */
  .interest-button-label:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
  }

  /* Active label on selection */
  .interest-button-label.active {
    background-color: var(--secondary);
    color: white;
  }
  .contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .form-group label {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .form-group.full-width {
    flex: 1 1 100%;
  }

  input,
  textarea {
    border: none;
    border-bottom: 1px solid #101218;
    outline: none;
    background: transparent;
    font-size: 1.9rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 18px 0;
  }

  textarea {
    resize: vertical;
    min-height: 100px;
  }

  .submit-btn {
    font-size: 1.56rem;
    background: var(--secondary);
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 30px 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    transition: all ease 0.5s;
    border: none;
    width: auto !important;
  }
  .submit-btn:hover {
    background: var(--primary-hover);
  }
  .contact-info .group {
    margin-bottom: 100px;
  }
  .contact-info .group:last-child {
    margin-bottom: 0;
  }
  .contact-info .group a {
    text-decoration: none;
    color: var(--secondary);
  }
  .contact-info .group label {
    font-size: 1.68rem;
    color: var(--accent);
  }
  .contact-info .group p {
    font-size: 2.18rem;
  }
  .map iframe {
    border-radius: 30px;
  }

  /* Blog */

  .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .card-list {
    background: #f6f6f6;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .card-list:hover {
    transform: translateY(-5px);
  }

  .card-list img {
    width: 100%;
    height: auto;
    display: block;
  }

  .card-content {
    padding: 30px;
  }

  .date {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .card-list a {
    text-decoration: none;
    color: var(--secondary);
  }
  .card-list h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .card-content .tag {
    display: inline-block;
    padding: 2px 24px;
    font-size: 1rem;
    border-radius: 50px;
    background-color: #9a9a9a;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
  }
  .card-grid .card-list:nth-child(odd) figure img {
    height: 450px;
    width: 100%;
    object-fit: cover;
  }

  .card-grid .card-list:nth-child(even) figure img {
    height: 420px;
    width: 100%;
    object-fit: cover;
  }

  .related-blog .owl-theme .owl-nav{
    display: none;
  }
  /* Responsive */

  @media (max-width: 992px) {
    .card-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .card-grid {
      grid-template-columns: 1fr;
    }
  }

  .pagination {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
  }

  .pagination a {
    text-decoration: none;
    color: var(--secondary);
    padding: 0;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    font-size: 1.56rem;
    font-weight: 500;
    line-height: 1;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
  }

  .pagination a:hover:not(.active) {
    background-color: var(--secondary);
    color: #fff;
  }

  .pagination a.active {
    background-color: var(--secondary);
    color: #fff;
    cursor: default;
  }

  .pagination a.prev,
  .pagination a.next {
    font-weight: bold;
  }

  /* Blog detals */
  .blog-content .full-width-img {
    border-radius: 30px;
    margin: 80px 0;
  }

  .share-panel {
    position: sticky;
    top: 0;
    padding-bottom: 300px;
    margin: auto;
    width: 70px;
  }

  .share-btn {
    background: none;
    color: var(--secondary);
    padding: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 1rem;
    line-height: 2.4;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    margin: auto;
  }

  .share-icon {
    display: inline-block;
  }

  .share-btn:hover {
    background-color: none;
  }

  .social-icons {
    position: absolute;
    top: 120px; 
    display: block; 
  }

  .social-icon {
    margin: 5px 0;
    color: var(--secondary);
    font-size: 24px;
    transition: background-color 0.3s;
    text-align: center;
    display: block;
    text-align: center;
    width: 70px;
  }

  .social-icon:hover {
    color: var(--primary);
  }

  .social-links ul li a {
    display: grid;
    place-content: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    border: 1px solid var(--secondary);
    transition: all 0.5s ease;
  }
  .blog-all-detail h3 {
    font-size: 3.4rem;
    font-weight: bold;
    margin-top: 100px;
  }
  .blog-all-detail h3 {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 80px;
  }
  .blog-all-detail h4 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 60px;
  }
  .blog-all-detail h5 {
    font-size: 2.18rem;
    font-weight: bold;
    margin-top: 50px;
  }
  .blog-all-detail h6 {
    font-size: 1.85rem;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .blog-all-detail h2:first-child,
  .blog-all-detail h3:first-child,
  .blog-all-detail h4:first-child,
  .blog-all-detail h5:first-child,
  .blog-all-detail h6:first-child{
    margin-top: 0;
  }

  .blog-all-detail p {
    font-size: 1.6rem;
  }
  .blog-all-detail  a {
    color: var(--primary);
    text-decoration: none;
  }
  .blog-all-detail  a:hover{
    color: var(--secondary);
  } 
  .blog-all-detail .tags a {
    color: var(--secondary);
    text-decoration: none;
  }
  .blog-all-detail .tags a:hover {
    color: var(--primary-hover);
    text-decoration: underline;
  }
  .blog-card-list {
    background: #f6f6f6;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .blog-card-list img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
  }

  .blog-card-list .card-content {
    padding: 10px 20px 20px 20px;
  }

  .blog-card-list .date {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }

  .blog-card-list h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blog-card-list .tag {
    display: inline-block;
    padding: 2px 24px;
    font-size: 1rem;
    border-radius: 50px;
    background-color: #9a9a9a;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
  }

  /* Portfolio */

  .portfolio-thumbnail {
    position: relative;
    overflow: hidden;
    z-index: 0;
  }

  .portfolio-thumbnail figure {
    border-radius: 30px;
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
  }

  .portfolio-thumbnail figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
  }

  .portfolio-title {
    background: rgba(250, 250, 250, 0.95);
    padding: 24px 30px;
    border-radius: 20px;
    transition: bottom 0.4s ease;
    position: absolute;
    bottom: -100%;
    left: 30px;
    right: 30px;
    z-index: 1;
  }
  .portfolio-title h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 0;
  }
  .portfolio-title p {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .scroll-item .portfolio-title p{
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
  }

  .portfolio-thumbnail:hover .portfolio-title {
    bottom: 20px;
    z-index: 2;
  }
  .portfolio-link {
    font-size: 1.6rem;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    color: #fff;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: -160px;
    transition: left 0.4s ease, opacity 0.4s ease;
    -webkit-transition: left 0.4s ease, opacity 0.4s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 10;
    transition: left 0.4s ease, opacity 0.4s ease;
  }

  .portfolio-thumbnail:hover .portfolio-link {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .portfolio-link:hover {
    color: #fff;
    text-decoration: none;
  }

  .portfolio-link i {
    margin-bottom: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* Dropdown container */
  .filter-dropdown {
    position: relative;
    display: inline-block;
    z-index: 100;
  }

  .filter-dropdown-btn {
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 8px 24px;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .filter-dropdown-btn img {
    width: 30px;
    height: auto;
  }

  .filter-dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 340px;
    border: none;
    border-radius: 30px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 70px;
    padding: 20px;
  }

  .filter-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .filter-dropdown-content a:hover {
    color: var(--primary-hover);
  }
  .show {
    display: block;
  }

  /* 404 */
  .error-content {
    text-align: center;
  }
  .error-content .title {
    font-size: 5rem;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.1;
  }

  .error-content p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 20px 0 30px;
  }

  /* Term */
  .term .title-wrap {
    margin-top: 50px;
  }
  .term-content h3 {
    font-size: 2.7rem;
    font-weight: bold;
    margin-top: 40px;
  }
  .term-content p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .term-content p strong {
    font-weight: bold;
  }

  /* Additional script style */

  html {
    scroll-behavior: smooth;
  } 
 
  #showdetails {
    display: block;
  }
   
  .blog-slide .owl-item a,
  .blog-slide .owl-item a:hover {
    color: inherit;
  }
   
  .service-details.section {
    display: none;
  }
   
  .service-details.active {
    /* display: block; */
  }
  .fixed-footer-overlay {
    position: fixed;
	  display: block;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    padding: 0px 20px;
    z-index: 1;
/*     transform: translateY(100%); */
/*     transition: transform 0.7s ease-in-out; */
  }
   
  .fixed-footer-overlay.show {
    transform: translateY(0);
  }
   
  .arrow-box svg,
  .portfolio-link svg {
    transform: rotate(-45deg);
    font-size: 18px;
  }
  .ajax-pagination {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
   
  .ajax-pagination li a {
    padding: 0px 12px;
    /* background: #eee; */
    border-radius: 8px;
    text-decoration: none;
    color: #333;
  }
   
  .ajax-pagination li a.active {
    background: #333;
    color: #fff;
    font-weight: bold;
  }
  .service-list.sticky-service {
    overflow: visible;
  }
  .service-details.active {
    margin-bottom: 40px;
  }
  .home-service .service-details {
    height: auto;
    padding-bottom: 50px;
  }
   
  .home-service .service-details.active {
    margin-bottom: 0;
  }
   
  .sticky_wrap {
    position: sticky;
    top: 50px;
  }
  .card-list.odd figure {
    max-height: 400px;
    overflow: hidden;
  }
  .card-list.even figure {
    max-height: 350px;
    overflow: hidden;
  }
  .card-grid {
    column-count: 3;
    column-gap: 20px;
    display: revert;
  }
   
  .card-list {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
  }
   
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0) translateX(-50%);
    }
    40% {
      transform: translateY(-10px) translateX(-50%);
    }
    60% {
      transform: translateY(-5px) translateX(-50%);
    }
  }
   
  .about-scroll-section {
    height: 400px;
  }
  .brand-content {
    margin: 40px 0 40px;
  } 
   
  .portfolio-title h3, .portfolio-title p {
      color: #212529;
  } 

  /* Wide screen Laptops */ 

   
  @media only screen and (min-width: 1024px) and (max-width: 1600px) {
    section {
      padding: 140px 0;
    }
    header.scrolled .container {
      padding: 0 !important;
    }
    .hero-details {
      max-width: 600px;
      font-size: 1.4rem;
    }
    .awesome-linke a {
      font-size: 2.2rem;
    }
    .circle-badge {
      width: 240px;
      height: 240px;
      margin-top: -150px;
    }
    .circle-center {
      font-size: 1.4rem;
    }
    .circle-center strong {
      font-size: 1.6rem;
    }
    .hero-content h1 {
      font-size: 3.6rem;
    }
    .text-i150 {
      text-indent: 90px;
    }
    .hero-content .font7 {
      font-size: 105%;
    }
	body.blog.page-id-222 .hero-details{
		margin-top: 0;	
	}  
    .title-wrap h2 {
      font-size: 3.5rem;
    }
    .main-services h2 {
      font-size: 6rem;
      margin-bottom: 40px;
    }
    .service-text {
      font-size: 1.2rem;
      line-height: 1.6;
    }
    .brand-content p {
      font-size: 2rem;
    }
    .brand-content a, .btn-theme  {
      font-size: 1.4rem;
    }
    .testimonial-slide {
      max-width: 1150px;
      width: 100%;
    }
    .testimonial-listing p {
      font-size: 2.2rem;
    }
    .portfolio-caro .items {
      width: 100%;
      height: 380px;
    } 
    .hero-accent-text {
      font-size: 2.5rem;
    }
    .form-group label {
      font-size: 1.4rem;
      margin-bottom: 20px;
    }
    .form-group input,
    .form-group textarea {
      padding: 12px 0;
      font-size: 1.6rem;
    }
    .submit-btn {
      padding: 26px 44px;
      font-size: 1.4rem;
    }
    .contact-info .group p {
      font-size: 2rem;
    }
    .about-hero-details {
      margin-top: 70px;
    }
    .about-cat p {
      font-size: 1.1rem;
    }
    .about-cat .cat-title {
      font-size: 2rem;
    }
    .about-services-list {
      font-size: 5rem;
    }
    .content-wrapper h2 {
      font-size: 4.2rem;
    }
    .content-wrapper p {
      font-size: 1.4rem;
    }
    .card-list h2 {
      font-size: 1.7rem;
      line-height: 1.5;
    }
    .card-grid .card-list:nth-child(2n + 1) figure img {
      height: 250px;
    }
    .card-grid .card-list:nth-child(2n) figure img {
      height: 300px;
    }
    .portfolio-thumbnail figure {
      height: 400px;
    }
    .portfolio-title h3 {
      font-size: 1.6rem;
    }
    .portfolio-title p {
      font-size: 1rem;
    }
    .portfolio-link {
      width: 110px;
      height: 110px;
      font-size: 1.2rem;
    }
    .portfolio-thumbnail:hover .portfolio-link {
      transform: translate(-50%, -80%);
    }
    .counter-section{
      padding: 20px 40px 60px 40px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hero-content h1 {
      font-size: 3rem;
    }
    .portfolio-title h3 {
      font-size: 1.8rem;
    }
    .portfolio-link {
      font-size: 1.4rem;
      width: 120px;
      height: 120px;
      top: 45%;
    }
  }

  @media only screen and (max-width: 768px) {
    .title-wrap h2 {
      font-size: 3.2rem;
    }
    .share-panel {
      position: relative;
      width: 100%;
      margin-bottom: 50px;
    }

    .share-btn {
      width: 110px;
      font-size: 1.2rem;
    }

    .social-icons {
      position: relative; 
      margin-left: 120px;
    }

    .social-icon {
      display: inline-block;
      margin-left: 20xpx;
      width: auto;
      margin: auto;
      margin-right: 10px;
    }

    #arrowIcon {
      transform: rotate(-90deg);
    }

    .portfolio-title h3 {
      font-size: 1.4rem;
    }

    .portfolio-link {
      font-size: 1.2rem;
      width: 110px;
      height: 110px;
      top: 4%;
    }

    .testimonial-listing p {
      font-size: 1.8rem;
    }
    .share-panel {
      position: relative;
      top: 0;
      padding-bottom: 0; 
    } 
  }

  @media only screen and (max-width: 560px) {
     
    .title-wrap h2 {
      font-size: 2.6rem;
    }
    .portfolio-title {
      background: none;
      padding: 24px;
      position: relative;
      left: 0;
      right: 0;
      bottom: 15px;
      z-index: 1;
    }
    .portfolio-link {
      top: 35%;
    }
    .portfolio-thumbnail:hover .portfolio-title {
      bottom: 5px;
    }
  }

  /* 404 */
  .error-content {
    text-align: center;
  }
  .error-content .title {
    font-size: 5rem;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.1;
  }

  .error-content p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 20px 0 30px;
  }

  /* Term */
  .main-page .title-wrap {
    margin-top: 50px;
  }
  .main-page-content h3 {
    font-size: 2.7rem;
    font-weight: bold;
    margin-top: 40px;
  }
  .main-page-content p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .main-page-content p strong {
    font-weight: bold;
  }

  .main-page h1 {
    font-size: 4.4rem;
    font-weight: bold;
    margin-bottom: 90px;
  }
  .main-page h2 {
    font-size: 2.7rem;
    font-weight: bold;
    margin: 40px 0 30px 0;
  }
  .main-page p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .main-page p a {
    text-decoration: none;
    color: var(--primary);
    text-decoration: underline;
  }

  /* Horizontal Scroll */
  .horizontal-scroll-section {
    position: relative;
    margin-top: 30px;
  }

  .scroll-container {
    position: sticky;
    top: 18%;
    width: 100%;
  }

  .scroll-content {
    display: flex;
    height: 100%;
    width: max-content;
    align-items: start;
    gap: 30px;
    transform: translateX(0);
    transition: transform 0.2s ease-out;
    padding-right: 30px;
  } 

  .scroll-item {
    /* height: 640px;*/
    flex-shrink: 0;
    width: 40vw;
    display: flex;
    flex-direction: column;  
    align-items: center;   
    justify-content: flex-start;  
    font-weight: bold;
    color: white;
  }

  @media (max-width: 1199px) {
    .horizontal-scroll-section {
      height: auto !important;
    }

    .scroll-container {
    position: static;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: none; 
    }

  .scroll-container::-webkit-scrollbar {
    display: none; 
  }

  .scroll-content {
    flex-wrap: nowrap;
    padding: 30px 0;
    transform: none !important;
    width: auto;
    gap: 16px;
  }

  .scroll-item {
    width: 100vw;
    scroll-snap-align: start;
    flex: 0 0 60%;
  }

  .scroll-container .brand-content {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .portfolio {
    padding-bottom: 120px !important;
  }
}
   
@media screen and (max-width: 767px){
  .scroll-item {
    width: 100vw;
    scroll-snap-align: start;
    flex: 0 0 90%;
  }  
	.main-page h1 {
		font-size: 3rem;
		line-height: 1; 
	}
}

.scroll-item:last-child {
margin-right: 150px;
} 

/* .work_wrap .scroll-container::before{
  background: none !important;
} */
.footer-inner{
  display: block;
}
.footer-link ul{
  justify-content: center;
}
.contact-form input,.contact-form textarea{
  width: 100%;
}
.mag .title-wrap h2{
  margin-bottom: 70px;
}
.mag .btn-list{
  margin-top: 100px;
} 

/* Wide screen laptops /  tablet / Mobile */   

@media screen and (max-width: 1800px) and (min-width: 1000px){
  .header.scrolled .container {
    padding: 0;
  } 
}  

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .hero-content h1 {
    font-size: 5.6rem;
  }
   .service-cat .cat-title {
    font-size: 3rem; 
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  section{
    padding: 140px 0;
  }
  header.scrolled .container{
    padding: 0 !important;
  }
  .hero-details {
    margin-top: 0;
  }
  .hero-content h1{
    font-size: 4.5rem;
  }
  .hero-details{
    max-width: 650px;
    font-size: 1.4rem;
  }
  .awesome-linke a{
    font-size: 2.2rem;
  }
  .circle-badge{
    width: 240px;
    height: 240px;
    margin-top: -150px;
  }
  .circle-center{
    font-size: 1.4rem;
  }
  .circle-center strong{
    font-size: 1.6rem;
  }
  .text-i150{
    text-indent: 90px;
  }
  .hero-content .font7{
    font-size: 105%;
  }
  .title-wrap h2{
    font-size: 3.5rem;
  }
  .main-services h2{
    font-size: 6rem;
    margin-bottom: 40px;
  }
  .service-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .brand-content p{
    font-size: 2rem;
  }
  .brand-content a, .btn-theme  {
    font-size: 1.4rem
  }
  .testimonial-slide{
      max-width: 1150px;
      width: 100%;
  }
  .testimonial-listing p {
    font-size: 2.2rem;
  }
  .portfolio-caro .items {
    width: 100%;
    height: 380px;
  }

  .hero-accent-text{
    font-size: 2.5rem;
  }
  .form-group label {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .form-group input, .form-group textarea{
    padding: 12px 0;
    font-size: 1.6rem;
  }
  .submit-btn{
    padding: 26px 30px;
    font-size: 1.2rem;
  }
  .contact-info .group p {
    font-size: 2rem;
  }
  .about-hero-details{
    margin-top: 70px;
  }
  .about-cat p{
    font-size: 1.1rem;
  }
  .about-cat .cat-title{
    font-size: 2rem;
  }
  .about-services-list{
    font-size: 5rem;
  }
  .content-wrapper h2{
    font-size: 4.2rem;
  }
  .content-wrapper p{
    font-size: 1.4rem;
  }
  .card-list h2{
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .card-grid .card-list:nth-child(2n+1) figure img{
    height: 250px;
  }
  .card-grid .card-list:nth-child(2n) figure img {
    height: 300px;
  }
  .portfolio-thumbnail figure{
    height: 400px;
  }
  .portfolio-title h3{
    font-size: 1.6rem;
  }
  .portfolio-title p{
    font-size: 1rem
  }
  .portfolio-link{
    width: 110px;
    height: 110px;
    font-size: 1.2rem
  }
  .portfolio-thumbnail:hover .portfolio-link{
    transform: translate(-50%, -80%);
  }
  .service-cat .cat-title {
    font-size: 2.5rem; 
  }
  .service-tab{
    gap: 15px;
    margin-top: 40px;
  }
  .service-tab li{
    font-size: 1.2rem;
  }

}
@media only screen  and (max-width: 1400px) {
  .service-cat .cat-title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .service-tab{
    margin-top: 40px;
  }
  .btn-list{
    margin-top: 80px;
  }
  .hero-accent-text{
    margin-top: 120px;
  }
  .mag .title-wrap h2{
    margin-bottom: 50px;
  }
  .mag .btn-list{
    margin-top: 80px;
    margin-bottom: 60px;
  } 
  .title-wrap h2{
    margin-bottom: 70px;
  }
  .service-intro-text .title-wrap h2{
    margin-bottom: 40px;
  }
  .page-id-272 .hero-banner,
  .page-id-222 .hero-banner { 
    padding: 180px 0 80px;
  } 
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
   .hero-content h1{
    font-size: 3.6rem;
  }
  .about-services-list{
    font-size: 5rem;
  }
  .title-wrap h3{
    font-size: 4rem;
  }  
  .service-cat .cat-title{
    font-size: 3rem;
  } 
  .service-tab{
    gap: 20px;
  }
  .service-tab li{
    font-size: 1rem; 
  }

}

@media only screen and (max-width: 1200px) {
  .hero-content{
    padding: 0 10px; 
  }
  .hero-banner {
    padding: 180px 0 100px;
  }
  .hero-content h1{
    font-size: 3.2rem;
  }
  .hero-details{
    max-width: 100%;
    font-size: 1.6rem;
  }
  .hero-accent-text {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 80px;
  }
  .hero-details{
    margin-top: 30px;
  }
  .title-wrap h2{
    font-size: 3.4rem;
  }
  .main-services h2{
    font-size: 4.2rem;
    margin-bottom: 30px;
  }
  .brand-content p{
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .brand-content a, .btn-theme {
    font-size: 1rem;
  }
  .counter-box h2,  .counter-box h3{
    font-size: 3.6rem;
  }
  .counter-box p {
    font-size: 1.2rem;
  }
  .testimonial-listing p{
    font-size: 2.2rem;
  }
  .about-services-list{
    font-size: 4.5rem;
  }
  .about-services-list li {
    margin-bottom: 40px;
  }
  .content-wrapper h2{
    font-size: 4.5rem;
  }
  .content-wrapper p{
    font-size: 1.5rem;
  }
  .content-wrapper .spc150 {
    height: 50px;
  }
  .card-list h2{
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .card-content p{
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .card-grid{
    column-count: 2 !important;
  }
  .service_list_wrap{
    margin-top: 100px;
  }
  .portfolio-thumbnail{
    cursor: pointer;
  }
  .contact-form input,
  .contact-form textarea{
    font-size: 1.5rem;
    letter-spacing: 0.5px;
  }

  .service-intro-text {
    padding-right: 0;
  }
  .service-cat{
    margin-bottom: 60px;
  }
	.footer-inner {
    font-size: 1.4rem;
    line-height: 1.1; 
	}

}
 @media only screen and (min-width: 1100px) and (max-width: 1200px) {
  .hero-content h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-tab{
    gap: 15px;
  }
  .service-tab li{
    font-size: 1rem;
  }
  .service-cat{
    padding: 40px;
  }
  .service-tab{
    margin-top: 40px;
  }
  .content-wrapper h2 br{
    display: none;
  }
  .circle-badge{
    margin-top: 0;
  }
  .text-i150{
    text-indent: 80px;
  }
  .blog-card-list h2{
    font-size: 1.4rem;
  }
  .brand-product{
    padding: 120px 0;
  }
}
 @media only screen and (min-width: 992px) {
    .footer-inner {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
    }
  }

@media only screen and (max-width: 992px) { 
  
  section{
    padding: 140px 0 100px!important;
  }
  .header.scrolled .container {
    padding: 0;
  }
   .hero-content{
    display: flex;
    justify-content: center;
  }
  .font7{
    font-size: 110%;
  }
  .brand-content a, .btn-theme  {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .links{
    padding-left: 0;
    margin-bottom: 40px;
  }
  .about-hero-details p{
    padding-left: 0;
    margin-top: 50px;
  }
  .about-hero-details .circle-badge{
    display: none;
  }
  .content-wrapper h2 br{
    display: none;
  }
  .content-wrapper .spc150{
    height: 50px;
  }
  .service-intro-text{
      padding-right: 0;
  }
  .contact-form .form-group{
    flex: 1 1 100%;
    margin-bottom: 50px;
  }
  .interest-button-label{
    font-size: 1.2rem;
  }
  .portfolio-title p{
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .portfolio-title{
    background: none;
    padding: 20px 20px 0 20px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 1;
  } 
  .portfolio-thumbnail figure{
    height: 380px;
  }
  .scroll-item .portfolio-title{
    bottom: 0 !important;
  }
  .scroll-item figure{
    height: auto !important;
  }
  .scroll-item .portfolio-title h3{
    font-size: 1.7rem;
  }
  .scroll-item figure img{
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 30px;
  }
  .map{
    margin-top: 40px;
  }
  .interest-buttons-container{
      margin-top: 50px;
      margin-bottom: 60px;
  } 
  .card-list.even figure{
    max-height: 320px;
  }
  .card-list.odd figure{
    max-height: 300px;
  }
  .blog-content .full-width-img{
    margin: 30px 0 60px;
  }
  .service-cat{
    margin-bottom: 50px;
  }
	.sticky_wrap {
		position: relative;
		top: 0;
	}

	.left-child, .left-col { 
		height: auto !important;
		position: static !important;  
	} 
	.footer-link {
		display: block;
		margin-top: 50px;
	}
   
}
 @media only screen and (min-width: 992px) and (max-width: 1024px) {
  .hero-content .font7 {
    font-size: 3.4rem;
  }
  .portfolio-thumbnail figure{
    height: 450px;
  }
  .portfolio-thumbnail:hover .portfolio-title{
    bottom: 30px;
  }
  .portfolio-title h3 {
    font-size: 1.4rem;
  }
 }
@media only screen and (min-width: 768px) and (max-width: 992px) {

  .hero-content h1{
    font-size: 4rem;
  }
  .text-i150 {
    text-indent: 20px; 
  }
  .portfolio-title h3{
    font-size: 1.4rem;
  }
  .portfolio-link{
    font-size: 1.4rem;
    width: 120px;
    height: 120px;
    top: 35%;
  }
  .title-wrap h2 {
    font-size: 2.8rem;
  }
  .counter-box h2,  .counter-box h3 {
    font-size: 3.2rem;
  }
  .counter-box p {
    font-size: 1rem;
  }
  .counter-section{
    padding: 40px 0 60px 0;
  }
  .hero-accent-text {
    font-size: 2.4rem;
  }
  
} 
 
@media only screen and (max-width: 768px) {
  section {
    padding: 100px 0 80px !important;
  }
  .container {
    padding: 0 30px;
  }
  .header-brand {
    width: 175px;
  }
  .header.scrolled .header-brand {
    width: 145px !important;
  }
  .head-right{
    gap: 25px;
  }
  .hero-content h1 {
    font-size: 4rem;
    text-align: center;
  }
  .hero-content {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .font7{
    font-size: 120%;
  }
  .title-wrap h2{
    font-size: 3rem;
  }
  .text-i150{
    text-indent: 0;
  }
  .hero-details{
    float: none;
    padding-left: 0;
  }
  .hero-banner{
    padding-bottom: 0;
  } 
  .share-btn{
    width: 110px;
    font-size: 1.2rem;
  } 
  .social-icons {
    position: relative; 
    top: 0;
    left: 0;
    margin-left: 120px; 
  } 
  .social-icon{
    display: inline-block;
    margin-left: 20xpx;
    width: auto;
    margin: auto;
    margin-right: 10px;
  } 
  #arrowIcon{
    transform: rotate(-90deg);
  } 
  .counter-box{
    margin-bottom: 40px;
  }
  .counter-box:last-child{
    margin-bottom: 0;
  }
  .counter-section{
    padding-bottom: 40px;
  } 
  .portfolio-title h3{
    font-size: 1.4rem;
  } 
  .portfolio-link{
    font-size: 1.2rem;
    width: 110px;
    height: 110px;
    top: 40%;
    } 
  .testimonial-listing p{
    font-size: 1.8rem;
  } 
  .content-wrapper h2 {
    font-size: 3.2rem;
  }
  .content-wrapper p {
    font-size: 1.3rem;
  }
  .full-width-image-content {
    height: auto;
    padding: 120px 20px;
    text-align: center;
  }
  .content-wrapper {
    margin-left: 0;
    max-width: 100%;
  }
  .content-wrapper h1 {
    font-size: 2rem;
  }
  .hero-accent-text {
    font-size: 2rem;
  }
  .service-list.pt-0{
    padding-top: 60px !important;
  }
  .hero-accent-text{
    margin-top: 100px
  }
  .title-wrap h3{
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .service-tab{
    gap: 20px;
  }
  .service-tab li{
    font-size: 1.2rem;
  } 
  .card-list.even figure{
    max-height: 340px;
  }
  .card-list.odd figure{
    max-height: 320px;
  }
  .blog-all-detail h4{
    font-size: 2.5rem; 
    margin-top: 20px;
    line-height: 1.4;
    margin-bottom: 20px
  }
  .counter-section{
    padding: 20px 40px 60px 40px;
  }
  .title-wrap h2{
    margin-bottom: 60px;
  } 
  .card-grid{
    column-count: 1 !important;
  }
  .contact-form .form-group{
    margin-bottom: 40px;
  }
  .contact-form .form-group input{
    padding: 10px 0
  }
  .contact-form .form-group label{
    margin-bottom: 10px;
  }
  .blog-all-detail h2{
    font-size: 2.6rem;
    margin-top: 40px;
  }
  .blog-all-detail h3{
    font-size: 2.2rem;
    margin-top: 40px;
  }
  .blog-all-detail h4{
    font-size: 2rem;
    margin-top: 30px;
  }
  .blog-all-detail h5{
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .blog-all-detail h6{
    font-size: 1.5rem
    margin-top: 15px;
  }
  .head-right .btn-small{
    display: none;
  } 
  .service-cat .cat-title{
    font-size: 3rem;
  } 
  .about-cat p{
    line-height: 1.4;
  }
  .about-cat .cat-title{
    font-size: 2.2rem;
  }
  .about-services-list {
    font-size: 4rem;
  }
  .counter-box h2, .counter-box h3 {
    font-size: 4.5rem;
  }
  .counter-box p {
    font-size: 1.4rem;
  }
  .card-content h2 br{
    display: none;
  }
  .testimonial-slide{
    margin-top: 90px;
  }
  .hero-accent-text {
    font-size: 1.8rem;
  }
  .service-text {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 300;
  }
  .main-services h2 {
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
  .links li a {
    font-size: 3.6rem;
  }
  .scroll-container {
    position: relative;  
  }
  .scroll-container .brand-content{
     z-index: 999;
  }
	.footer-inner {
    font-size: 1.2rem;
    line-height: 1.6; 
	}
	.footer-social-link {
	margin: 70px 0 90px;
	}
  
}

@media only screen and (min-width: 570px) and (max-width: 768px) {
   .hero-content h1 {
    font-size: 3rem;
    text-align: center;
  }
  .card-list h2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .card-list h2 br{
    display: none;
  }
}

@media only screen and (max-width: 570px) {
  section {
    padding: 80px 0  60px !important;
  }
  .hero-banner{
    padding: 120px 0 50px 0 !important;
  }
  .full-width-image{
    padding: 60px 0 60px !important;
  }
  .container {
    padding: 0 20px;
  }
  .hero-content h1{
    text-align: center;
  }
  .head-right{
    gap: 15px;
  }
  .hero-accent-text{
    margin-top: 50px;
  }
  .header.scrolled{
    max-width: 96%;
  }
  .head-right .btn-small{
    font-size: 17px;
    padding: 16px 18px;
  }
  .hero-content h1 {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
  .pt-5 {
    padding-top: 2rem !important;
  }
  .main-services h2 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  .title-wrap h2{
    font-size: 2.6rem;
  }
  .brand-content p {
    font-size: 1.5rem;
  }
  .testimonial-listing p {
    font-size: 1.5rem;
  }
  .awesome-linke a{
    font-size: 2rem;
  }
  
  .portfolio-link{
    top: 35%;
  }
  .portfolio-thumbnail:hover .portfolio-title{
    bottom: 5px;
  } 
  .links{
    padding-left: 0;
    margin-bottom: 40px;
  }
  .links li a{
    font-size: 2.8rem;
  }
  .about-services-list {
    font-size: 3.4rem;
  }
  .text-i70 {
  text-indent: 0;
  }
  .text-i50 {
    text-indent: 0;
  } 
  .btn-theme{
    font-size: 20px;
  }
  .service-cat{
    padding: 40px;
  }
  .service-cat .cat-title {
    font-size: 2.5rem;
  }
  .service-tab li{
   font-size: 1rem;
   line-height: 1.5;
   padding: 12px 20px;
  }
  .interest-button-label{
    font-size: 1.2rem;
  }
  .interest-button-label{
    font-size: 1rem;
    padding: 6px 16px;
  }
  .btn-list{
    margin-top: 100px;
  }
  .service-cat{
    margin-bottom: 60px;
  }
  .brand-content p{
    margin-top: 15px;
  }
  .title-wrap h2{
    margin-bottom: 60px;
  }
  .testimonial-listing{
    padding-top: 0;
  }
  .about-cat .cat-title{
    font-size: 2.2rem;
  }
  .about-services-list {
    font-size: 3rem;
  }
  .btn-theme{
    padding: 20px 30px
  }
  .about-cat p {
    line-height: 1.4;
  }
  .about-cat p{
    font-size: 1.2rem;
  }
  .card-list h2 br{
    display: none;
  }
  .title-wrap h3{
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .brand-product{
    padding: 20px 0 80px 0 !important;
  }
  .blog-card-list h2{
    font-size: 1.6rem;
  }
  .hero-accent-text {
    font-size: 1.4rem;
  }
  .main-services h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
	.submit-btn {
    font-size: 20px;
    padding: 20px 30px;
	margin: auto;
	}
}

@media only screen and (max-width: 480px) {
   .hero-content h1 {
    font-size: 2.8rem;
  }
  .header-brand {
    width: 160px;
  }
  .head-right .btn-small {
    font-size: 15px;
    padding: 16px 16px;
  }
  .header.scrolled .head-right {
    gap: 10px;
  }
  .title-wrap h2 {
    font-size: 2.4rem;
  }
  .about-services-list {
    font-size: 2.8rem;
  }
  .title-wrap h3{
    font-size: 2.7rem;
  }
  .service-text{
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .hero-accent-text {
    font-size: 1.7rem;
  }

  .btn-list{
    display: block;
  }
  .btn-list li{
    margin-bottom: 20px;
  }
  .btn-list li:last-child{
    margin-bottom: 0;
  }
  .interest-button-label{
    font-size: 1.2rem;
    padding: 6px 16px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 1.2rem;
  } 
  .card-list.even figure{
    max-height: 320px;
  }
  .card-list.odd figure{
    max-height: 300px;
  }
  .about-cat{
    padding: 40px;
  }
  .testimonial-listing{
    padding: 20px;
  }
  .content-wrapper h2 {
    font-size: 3rem;
  }
  .title-wrap h3{
    margin-bottom: 40px;
  }
  .hero-details {
    font-size: 1.4rem; 
  }
  .card-list h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .card-content p {
    font-size: 1.2rem; 
  }
  .blog-all-detail h3 {
    font-size: 3rem; 
    margin-top: 50px;
  }
  .blog-all-detail h3 {
    font-size: 2.6rem; 
    margin-top: 40px;
  }
  .blog-all-detail h4 {
    font-size: 1.8rem; 
    line-height: 1.2;
    margin-top: 35px;
  }
  .blog-all-detail h5 {
    font-size: 2rem; 
    margin-top: 30px;
  }
  .blog-all-detail h6 {
    font-size: 1.6rem;
    margin-top: 20px; 
  }
  .blog-all-detail, .blog-all-detail p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .main-services h2 {
    font-size: 3rem; 
  }
  .portfolio-title{
    font-size: 1rem;
  }
}

@media only screen and (max-width: 400px) {
   .hero-content h1 {
    font-size: 2.2rem;
  } 
  .main-services h2 {
    font-size: 2.7rem; 
  } 

}


body.page-id-3 .site-main{
	min-height: 101vh;
	background: #fff;
}
