    @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Niconne&display=swap');

    @import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

    /* font-family: "Niconne", cursive; / font-family: "EB Garamond", serif; / font-family: "Kanit", sans-serif; */


    select::-ms-expand {
      display: none;
    }

    body {
      overflow-x: hidden;
      color: #505050;
      font-size: 15px;
      line-height: 1.4;
      margin: 0px;
      padding: 0px;
      outline: none;
      text-decoration: none;
      list-style: none;
      box-sizing: border-box;
      font-family: "Golos Text", sans-serif;
      background-color: #fff;
      font-weight: 400;
    }

    body,
    html {
      padding: 0;
      margin: 0;
    }

    a {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease;
    }

    h1 {
      font-size: 40px;
      color: #222222;
      margin: 0px 0px 20px 0px;
      padding: 0px;
      line-height: 1.2;
      font-weight: 700;
      font-family: "EB Garamond", serif;
    }

    h2 {
      font-size: 35px;
      color: #222222;
      margin: 0px 0px 20px 0px;
      padding: 0px;
      line-height: 1.2;
      font-weight: 700;
      font-family: "Golos Text", sans-serif;
      ;
    }

    h3 {
      font-size: 30px;
      color: #222222;
      margin: 0px 0px 10px 0px;
      padding: 0px;
      line-height: 1.2;
      font-weight: 700;
      font-family: "Golos Text", sans-serif;
      ;
    }

    h4 {
      font-size: 25px;
      color: #222222;
      margin: 0px 0px 20px 0px;
      padding: 0px;
      line-height: 1.2;
      font-weight: 700;
      font-family: "Golos Text", sans-serif;
      ;
    }

    h5 {
      font-size: 20px;
      color: #222222;
      margin: 0px 0px 15px 0px;
      line-height: 1.4;
      font-weight: 600;
      font-family: "Golos Text", sans-serif;
      ;
    }

    h6 {
      font-size: 18px;
      color: #222222;
      margin: 0px 0px 15px 0px;
      line-height: 1.2;
      font-weight: 700;
      font-family: "Golos Text", sans-serif;
      ;
    }

    p {
      color: #686868;
      font-size: 15px;
      margin: 0px 0px 20px 0px;
      font-family: "Golos Text", sans-serif;
      font-weight: 400;
      line-height: 1.7em;
    }

    ul,
    ol {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    a:hover {
      text-decoration: none;
    }


    :focus,
    button:focus {
      outline-style: none;
      box-shadow: none;
    }

    *:focus {
      outline: none;
    }

    input:focus {
      outline: none;
    }

    img {
      max-width: 100%;
      height: auto;
      outline: none;
    }



    .mb-40 {
      margin-bottom: 40px;
    }

    .mb-30 {
      margin-bottom: 30px;
    }

    .mb-35 {
      margin-bottom: 35px;
    }

    .mt-120 {
      margin-top: 120px;
    }

    @keyframes slide-down {
      0% {
        opacity: 0;
        transform: translateY(-100%);
      }

      100% {
        opacity: 0.9;
        transform: translateY(0);
      }
    }

    .header h2 {
      font-size: 40px;
      font-weight: 500;
    }

    .view-all {
      color: #5e28a0;
      text-decoration: none;
      font-size: 18px;
    }

    /* --Header-- */

    .header-sticky {
      position: fixed;
      z-index: 9;
      width: 100%;
      padding: 15px 0;
      background: #00000075;
      border-bottom: 1px solid #525252;
    }

    .fixedhead {
      position: fixed;
      top: 0;
      animation: slide-down 0.7s;
      opacity: 1;
      width: 100%;
      background: #fff;
      z-index: 999;
      left: 0px;
      box-shadow: 0 1px 7px 0 rgb(227 227 227 / 72%);
    }

    .menu-main {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .mid-menu-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .top-logo img {
      width: 180px;
    }

    .top-logo {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .top-logo span {
      font-size: 16px;
      color: #6b6b6b;
    }

    .top-logo h4 {
      margin: 0;
      font-weight: 600;
      line-height: 40px;
      font-family: "EB Garamond", serif;
      color: #f100ae;
      font-size: 35px;
    }

    .fixedhead #cssmenu>ul>li>a {
      color: #555555;
    }

    .fixedhead #cssmenu>ul>li .active {
      color: #f100ae;
    }

    /* --btn-- */

    .btn {
      padding: 8px 25px;
      background: #5e28a0;
      color: #ffffff;
      font-size: 16px;
      border: 1px solid #5e28a0;
      border-radius: 5px !important;
      height: max-content;
      margin-right: 15px;
    }

    .btn:hover {
      background: #ffffff;
      color: #5e28a0;
      border: 1px solid #5e28a0;
    }

    .btn-1 {
      padding: 8px 25px;
      background: #129049;
      color: #ffffff;
      font-size: 16px;
      border: 1px solid #129049;
      border-radius: 5px;
      height: max-content;
      text-decoration: none;
    }

    .btn-1:hover {
      background: #ffffff;
      color: #129049;
      border: 1px solid #129049;
    }


    @keyframes rotating_invers {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }

      100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
      }
    }

    .menu-right ul {
      display: flex;
      margin-right: 10px;
    }

    .menu-right ul li {
      padding-left: 15px;
      padding-right: 15px;
      border-right: 1px solid #b1b1b1;
    }

    .menu-right ul li:last-child {
      border: none;
    }

    .menu-right ul li a {
      font-size: 18px;
      color: #e6e6e6;
      position: relative;
      text-decoration: unset;
    }

    .menu-right ul li a:hover {
      color: #f100ae;
    }

    .menu-right ul li span {
      position: absolute;
      top: -10px;
      right: -10px;
      background: #f100ae;
      width: 18px;
      height: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 12px;
      color: #fff;
      animation: bg-circle-one 3s infinite alternate;
    }

    @keyframes bg-circle-one {
      0% {
        transform: scale(.9);
      }

      100% {
        transform: scale(1.1);
      }
    }

    .fixedhead .menu-right ul li a {
      color: #555555;
    }

    .fixedhead .menu-right ul li a:hover {
      color: #f100ae;
    }

    /* Banner */

    .banner-section {
      position: relative;
      overflow: hidden;
    }

    .fc-banner-item {
      height: 95vh;
      position: relative;
    }

    .fc-banner-item::before {
      position: absolute;
      content: " ";
      height: 100%;
      width: 100%;
      left: 0;
      right: 0;
      background-color: #0000009e;
    }

    .fc-banner-item .bnr-bg-img {
      width: 100%;
      height: 100%;
    }

    .fc-banner-item .bnr-bg-img img {
      width: 100%;
      height: 100%;
    }

    .bnr-content {
      position: absolute;
      z-index: 9;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 70%;
      margin: 0 auto;
    }

    .bnr-content h1 {
      font-size: 70px;
      color: #fff;
    }

    .bnr-content h6 {
      color: #e6e6e6;
      font-weight: 400;
    }

    .bnr-content .sc-txt p {
      color: #fff;
      font-weight: 400;
      margin: 0;
    }

    .bnr-content .sc-txt {
      position: relative;
      background: linear-gradient(to left, #5e28a0, #c09af1);
      border-radius: 20px;
      margin-bottom: 25px;
      padding: 0 20px;
      padding-top: 5px;
    }

    .text-anmi p {
      position: relative;
      font-family: sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 2px;
      font-weight: 700;
      overflow: hidden;
      background: linear-gradient(90deg, #a571e6, #000000, #84b150);
      background-repeat: no-repeat;
      background-size: 80%;
      animation: animate 10s linear infinite;
      -webkit-background-clip: text;
      -webkit-text-fill-color: rgba(255, 255, 255, 0);
    }

    @keyframes animate {
      0% {
        background-position: -500%;
      }

      100% {
        background-position: 500%;
      }
    }

    /* Service */

    .services-section {
      padding: 60px 0 120px;
      background-image: url(../images/bg-tech.jpg);
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .services-section::before {
      position: absolute;
      content: " ";
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background: linear-gradient(90deg, #000000db, transparent);
    }

    .services-section-inn {
      position: relative;
      z-index: 1;
    }

    .services-section-inn p {
      color: #fff;
        margin: 0;
    }

    .heading .section-title {
      font-size: 45px;
      font-weight: 700;
      color: #d7d7d7;
    }

    .heading.h-white .section-title {
      color: #3d3d3d;
    }

    .heading .section-title span {
      color: #5a2698;
      font-size: 50px;
    }

    .service-badge {
      background: #fff;
      color: #5a2698;
      font-weight: 600;
      padding: 8px 20px;
      border-radius: 25px;
      display: inline-block;
      margin-bottom: 15px;
      font-size: 0.9rem;
    }

    .service-list {
      position: relative;
    }

    .service-list .tab-pane {
      position: relative;
    }

    .service-list .tab-pane.fade.show.active {
      z-index: 2;
    }

    .service-list li ul {
      margin-top: 28px;
      margin-bottom: 25px;
      display: flex;
      flex-wrap: wrap;
    }

    .service-list li ul li {
      margin-bottom: 10px;
      list-style: none;
      position: relative;
      margin-left: 15px;
      padding: 8px 15px 8px 25px;
      background: #35353570;
      border-radius: 50px;
    }

    .service-list li a {
      color: #c7c7c7;
      text-decoration: none;
    }

    .service-list li ul li a:hover {
      color: #5e28a0;
    }

    .service-list li ul li::before {
      content: "●";
      color: #fff;
      font-size: 1rem;
      position: absolute;
      left: 10px;
      top: 5px;
    }

    .profile {
      display: flex;
      align-items: center;
      margin-top: 20px;
    }

    .profile img {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin-right: 15px;
    }

    .service-card {
      background: #383838;
      padding: 30px 35px;
      text-align: center;
      border-radius: 15px;
      transition: 0.3s;
      height: 100%;
      position: relative;
      overflow: hidden;
    }

    .service-card .services-images {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .service-card i {
      font-size: 3rem;
      color: #5a2698;
      margin-bottom: 15px;
      font-weight: 300;
    }

    .service-card:hover {
      transform: translateY(-5px);
    }

    .service-card h6 {
      color: #dcdcdc;
      font-weight: 200;
      font-size: 24px;
    }

    .service-card.active {
      background: #5a2698;
    }

    .service-card.active i {
      color: #fff;
    }

    /* make-appointmrnt */

    .make-appointmrnt {
      margin-top: -70px;
      position: relative;
      z-index: 3;
    }

    .cta-banner {
      background-color: #5e28a0;
      color: #fff;
      border-radius: 20px;
      padding: 40px;
      width: 85%;
      margin: 0 auto;
    }

    .cta-banner p {
      color: #fff;
    }

    .cta-icon {
      font-size: 40px;
      color: #fff;
      border: 2px solid rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
    }

    .cta-phone {
      font-size: 28px;
      font-weight: 700;
    }

    .cta-btn {
      background: #fff;
      color: #000;
      font-weight: 600;
      padding: 12px 30px;
      border-radius: 30px;
      transition: 0.3s ease;
    }

    .cta-btn:hover {
      background: #000;
      color: #fff;
    }

    .cta-text {
      font-size: 15px;
      line-height: 1.6;
    }

    @media(max-width: 768px) {
      .cta-banner {
        text-align: center;
      }

      .cta-content {
        flex-direction: column;
        align-items: center;
      }

      .cta-icon {
        margin-bottom: 15px;
      }
    }


    /* Agency Section */

    .agency-section {
      padding: 60px 0;
    }

    .video-wrapper {
      position: relative;
      text-align: center;
      margin: 0 auto;
    }

    .video-wrapper img {
      width: 250px;
      margin: 0 auto;
      border-radius: 50%;
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #4f2186;
      color: #fff;
      font-size: 20px;
      border-radius: 50%;
      padding: 0;
      cursor: pointer;
      transition: 0.3s;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .play-btn:hover {
      background: #5e1580;
    }

    .intro-title {
      font-size: 36px;
      font-weight: 700;
    }

    .intro-title span {
      color: #4f2186;
    }

    .intro-text {
      color: #666;
      margin: 15px 0 25px;
      text-align: justify;
    }

    .list-check li {
      margin-bottom: 10px;
      font-size: 15px;
    }

    .list-check li span {
      padding-left: 30px;
      display: block;
    }

    .list-check li i {
      color: #4f2186;
      margin-right: 10px;
    }

    .experience-box {
      border: 2px solid #eee;
      padding: 70px 20px;
      border-radius: 15px;
      text-align: center;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: linear-gradient(225deg, #5d289f, #b60c89);
      width: 30%;
    }

    .experience-box h2 {
      font-size: 40px;
      margin-bottom: 5px;
      color: #e5e5e5;
    }

    .experience-box span {
      font-size: 14px;
      color: #e4e4e4;
    }

    .btn-custom {
      background: #4f2186;
      color: #fff;
      padding: 12px 30px;
      border-radius: 30px;
      transition: 0.3s;
      font-weight: 600;
    }

    .btn-custom:hover {
      background: #f100ae;
      color: #fff;
      border-color: #f100ae;
    }

    .agency-section .abt-img {
      position: relative;
      height: 100%;
    }

    .agency-section .abt-sec-img {
      position: relative;
      bottom: -0;
      left: 0;
      border: 6px solid #fff;
      width: 100%;
    }

    .abt-right {
      padding-left: 30px;
      height: 100%;
    }

    .abt-right ul p {
      margin: 0;
      font-weight: 600;
      color: #000000;
    }

    .abt-right ul p i {
      color: #4f2186;
    }


    /* Client */

    .logo-carousel {
      padding: 60px 0;
      background: #efe2ff;
    }

    .logo-carousel .item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px;
      transition: transform 0.3s ease;
    }

    .logo-carousel .item img {
      max-width: 160px;
      filter: grayscale(100%);
      transition: all 0.3s ease-in-out;
    }

    .logo-carousel .item:hover img {
      filter: grayscale(0%);
      transform: scale(1.1);
    }

    .owl-dots {
      margin-top: 20px;
    }

    .owl-dot span {
      background: #6c757d;
      opacity: 0.6;
    }

    .owl-dot.active span {
      background: #4f2186;
      opacity: 1;
    }

    .owl-theme .owl-prev,
    .owl-theme .owl-next,
    .owl-theme .owl-dots,
    .owl-client .owl-prev,
    .owl-client .owl-next,
    .owl-client .owl-dots {
      display: none;
    }


    /* Counter Mission Section */

    .mission-section {
      background-image: url(../images/bg-tech.jpg);
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .mission-left {
      text-align: center;
      padding: 80px 30px;
      background: #1d1d1d;
    }

    .mission-left h2 {
      font-size: 42px;
      font-weight: 700;
    }

    .mission-left h2 span {
      color: #a020f0;
    }

    .goal-btn {
      display: inline-block;
      padding: 6px 20px;
      font-size: 14px;
      font-weight: 600;
      border-radius: 30px;
      background: #fff;
      color: #333;
      margin-bottom: 20px;
    }

    .circle {
      width: 150px;
      height: 150px;
      border: 6px solid #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px auto;
      font-size: 28px;
      font-weight: 700;
      color: #fff;
      position: relative;
    }

    .circle::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 6px solid #a020f0;
      border-radius: 50%;
      top: 0;
      left: 0;
      transform: rotate(-90deg);
      transform-origin: center;
      stroke-dasharray: 440;
      stroke-dashoffset: 440;
      transition: stroke-dashoffset 1.5s ease;
    }

    .counter-box {
      text-align: center;
    }

    .counter-box h5 {
      font-size: 30px;
      font-weight: 600;
      color: #d6d6d6;
    }

    .counter-box p {
      font-size: 16px;
      color: #d6d6d6;
      margin: 0;
    }


    /* Team */

    .team-section {
      padding: 60px 0;
      text-align: center;
      background: #ebebeb;
    }

    .team-section .section-title .tag {
      display: inline-block;
      padding: 5px 20px;
      font-size: 14px;
      font-weight: 600;
      border-radius: 30px;
      background: #fff;
      color: #f100ae;
      border: 1px solid #eee;
      margin-bottom: 15px;
    }

    .team-section h2 {
      font-size: 38px;
      font-weight: 700;
    }

    .team-section h2 span {
      color: #f100ae;
    }

    .team-card {
      background: #fff;
      border-radius: 20px;
      padding: 20px 20px 30px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      position: relative;
    }

    .team-card:hover {
      transform: translateY(-10px);
    }

    .team-card img {
      border-radius: 15px;
      width: 100%;
      height: 280px;
      object-fit: cover;
      margin-bottom: 20px;
    }

    .team-info {
      background: #5c289e;
      color: #fff;
      border-radius: 30px;
      padding: 10px 15px;
      margin: 0 auto 0px;
      max-width: 250px;
      position: absolute;
      width: 100%;
      bottom: 75px;
      left: 50%;
      transform: translate(-50%, 0px);
      z-index: 9;
    }

    .team-info h5 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
    }

    .team-info small {
      display: block;
      font-size: 13px;
    }

    .social-icons {
      margin-top: 30px;
    }

    .social-icons a {
      color: #333;
      margin: 0 8px;
      font-size: 16px;
      transition: all 0.3s ease;
    }

    .social-icons a:hover {
      color: #f100ae;
    }


    /* testimonial */

    .testimonial-section {
      padding: 60px 0;
      background: url(../images/bgbg.jpg);
      text-align: center;
      position: relative;
    }

    .testimonial-section::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000000ba;
    }

    .testimonial-section-inner {
      z-index: 1;
      position: relative;
    }

    .testimonial-section h2 {
      font-weight: 700;
      font-size: 38px;
    }

    .testimonial-section h2 span {
      color: #f5422e;
    }

    .testimonial-section p.section-desc {
      max-width: 700px;
      margin: 15px auto 30px;
      color: #ddd;
    }


    .testimonial-card {
      background: #111;
      border-radius: 15px;
      padding: 25px;
      position: relative;
      min-height: 260px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      text-align: left;
    }

    .testimonial-card img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 4px solid #1c1c1c;
      position: absolute;
      top: -15px;
      left: 20px;
    }

    .testimonial-card p {
      color: #fff;
    }

    .testimonial-text {
      margin-top: 50px;
      color: #ccc;
    }

    .testimonial-name {
      font-weight: 600;
      margin-top: 20px;
      color: #fff;
      margin-bottom: 5px;
    }

    .testimonial-role {
      font-size: 14px;
      color: #999;
    }

    .stars {
      color: #ab1c80;
      margin-top: 10px;
        flex: 0 0 auto;
    }

    .owl-testimonial .owl-prev,
    .owl-testimonial .owl-next {
      display: none;
    }

    .owl-testimonial .owl-dots {
      bottom: 0;
    }

    .stars i.fa-star#blank-star {
      font-weight: 100;
    }

    /* Blog */


    .blog-section {
      padding: 60px 0;
      background: #ebebeb;
    }

    .blog-section h2 {
      font-size: 38px;
      font-weight: 700;
    }

    .blog-section h2 span {
      color: #f5422e;
    }

    .blog-section p.section-desc {
      max-width: 700px;
      margin: 10px auto 40px;
      color: #666;
      font-size: 15px;
    }

    .blog-card {
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .blog-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .blog-card img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .blog-content {
      padding: 20px;
      text-align: left;
    }

    .blog-meta {
      font-size: 14px;
      color: #888;
      margin-bottom: 8px;
    }

    .blog-content h5 {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 12px;
      color: #222;
    }

    .blog-content p {
      font-size: 15px;
      color: #777;
      margin-bottom: 0;
    }

    /* Owl dots */
    .owl-dots {
      margin-top: 20px;
    }

    .owl-dots .owl-dot span {
      background: #ccc;
      width: 12px;
      height: 12px;
      margin: 5px 4px;
      border-radius: 50%;
      transition: all 0.3s;
    }

    .owl-dots .owl-dot.active span {
      background: #5d289f;
      transform: scale(1.2);
    }


    .blog-content h4 {
      font-size: 22px;
      font-weight: 400;
    }

    .blog-content h4 a {
      text-decoration: none;
      color: #000;
    }

    .blog-content h4 a:hover {
      color: #5a2698;
    }

    /* Subscription */


    .subscribe-section {
      padding: 70px 0;
      position: relative;
    }

    .subscribe-badge {
      display: inline-block;
      background: #fff;
      border-radius: 50px;
      padding: 5px 20px;
      font-weight: 600;
      font-size: 14px;
      color: #333;
      border: 1px solid #eee;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .subscribe-badge::before {
      content: "● ";
      color: #5d289f;
    }

    .subscribe-title {
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .subscribe-title span {
      color: #5d289f;
    }

    .subscribe-desc {
      font-size: 15px;
      color: #666;
      margin-bottom: 0;
    }

    .subscribe-box {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
      text-align: center;
    }

    .subscribe-box input[type="email"] {
      border-radius: 50px;
      padding: 14px 20px;
      font-size: 15px;
      border: 1px solid #ddd;
      width: 100%;
      margin-bottom: 20px;
      outline: none;
      transition: 0.3s;
    }

    .subscribe-box input[type="email"]:focus {
      border-color: #5d289f;
      box-shadow: 0 0 6px rgba(255, 74, 47, 0.3);
    }

    .subscribe-box button {
      background: #5d289f;
      border: none;
      border-radius: 50px;
      padding: 14px 30px;
      font-weight: 600;
      color: #fff;
      width: 150px;
      transition: 0.3s;
    }

    .subscribe-box button:hover {
      background: #f100ae;
      color: #fff;
      border-color: #f100ae;
    }

    /* Buy Now Button */
    .buy-now {
      position: absolute;
      top: 20px;
      right: 30px;
      background: #5d289f;
      color: #fff;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      font-size: 14px;
      box-shadow: 0 4px 15px rgba(255, 74, 47, 0.3);
      transition: 0.3s;
    }

    .buy-now:hover {
      background: #f100ae;
      color: #fff;
    }

    /* Footer */

    footer {
      background: #1c1c1c;
      color: #ddd;
      padding: 50px 0 20px;
      background-image: url(../images/footer-bg.jpg);
    }

    footer h5 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #fff;
      border-bottom: 1px solid #999999;
      width: fit-content;
    }

    footer p {
      font-size: 14px;
      color: #bbb;
      margin: 0;
    }

    .footer-logo h4 {
      color: #fff;
      font-weight: bold;
    }

    .footer-logo span {
      color: #5d289f;
    }

    .social-icons a {
      display: inline-block;
      margin-right: 10px;
      font-size: 18px;
      color: #fff;
      background: #5d289f;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      line-height: 35px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      background: #e53935;
      color: #fff;
    }

    .footer-links a {
      display: block;
      color: #bbb;
      margin-bottom: 8px;
      font-size: 14px;
      transition: 0.3s;
      text-decoration: none;
    }

    .footer-links a:hover {
      color: #5d289f;
      padding-left: 5px;
    }

    .contact-info p {
      font-size: 14px;
      margin: 5px 0;
    }

    .contact-info i {
      color: #5d289f;
      margin-right: 8px;
    }

    .copyright {
      border-top: 1px solid #333;
      margin-top: 20px;
      padding-top: 15px;
      text-align: center;
      font-size: 14px;
      color: #aaa;
    }

    /* Back to top */

    .back-to-top {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #5d289f;
      position: fixed;
      bottom: 0;
      right: 0;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      display: none;
      z-index: 999;
      animation: 1s infinite bounce_513;
    }

    @keyframes bounce_513 {

      0%,
      100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
      }

      50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }

    /* Breadcum */

    .breadcum {
      padding: 160px 0;
      text-align: center;
      position: relative;
    }

    .breadcum::before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background-color: #151414b8;
      z-index: 1;
    }

    .breadcum .breadcum-img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }

    .breadcum .breadcum-img img {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .breadcum-inner {
      position: relative;
      z-index: 1;
    }

    .breadcum-inner h2 {
      font-size: 45px;
      color: #fff;
    }

    .breadcum-inner ul li a {
      text-decoration: unset;
      color: aliceblue;
      font-size: 18px;
    }

    .breadcum-inner ul li a:hover {
      color: #f100ae;
    }


    /* 9dot */

    .dot-toggle {
      position: relative;
      top: 0px;
      right: 20px;
      width: 40px;
      height: 40px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 4px;
      cursor: pointer;
      z-index: 1050;
    }

    .dot-toggle span {
      width: 6px;
      height: 6px;
      background: linear-gradient(45deg, #129049, #96e4ba);
      border-radius: 50%;
      display: block;
    }

    /* Sidebar panel */
    .side-panel {
      position: fixed;
      top: 0;
      right: -520px;
      /* hidden by default */
      width: 520px;
      height: 100%;
      background: #fff;
      box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
      transition: right 0.3s ease-in-out;
      z-index: 1100;
      padding: 20px;
    }

    .side-panel.active {
      right: 0;
    }

    .side-panel h5 {
      font-weight: bold;
      margin-bottom: 20px;
    }

    .cancel-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      border: none;
      background: none;
      font-size: 22px;
      cursor: pointer;
    }


    .company-card {
      margin: 40px auto;
      padding: 0 25px;
    }

    .company-logo img {
      max-height: 70px;
    }

    .company-info {
      font-size: 16px;
      color: #444;
      line-height: 1.7;
      margin-top: 20px;
    }

    .contact-info {
      margin-top: 30px;
    }

    .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      font-size: 16px;
      color: #333;
    }

    .contact-item i {
      font-size: 20px;
      color: #007bff;
      margin-right: 12px;
    }

    .side-panel .social-icons a {
      margin: 0 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #007bff;
      color: #fff;
      font-size: 18px;
      transition: background 0.3s;
      text-decoration: none;
    }

    .side-panel .social-icons a:hover {
      background: #0056b3;
    }

    /* About */

    .section-container {
      padding: 60px 0;
      background: #fcedff;
    }

    .image-box {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      margin-left: 25px;
    }

    .progress-overlay {
      position: absolute;
      bottom: 30px;
      left: 30px;
      background: rgb(74 74 74 / 33%);
      color: #fff;
      border-radius: 10px;
      padding: 20px 25px;
      width: 49%;
      backdrop-filter: blur(6px);
    }

    .progress-overlay h5 {
      font-weight: 600;
      color: #fff;
    }

    .progress-item {
      margin-bottom: 10px;
    }

    .progress-bar {
      background-color: #f100ae;
    }

    .text-highlight {
      color: #673AB7;
    }

    .info-card {
      background: #fff;
      border-radius: 16px;
      padding: 30px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      height: 100%;
    }

    .info-card:hover {
      transform: translateY(-5px);
    }

    .btn-main {
      background-color: #4f2186;
      color: #fff;
      border-radius: 10px;
      font-weight: 500;
      padding: 14px 28px;
      border: none;
      transition: all 0.3s ease;
      width: 100%;
    }

    .btn-main:hover {
      background-color: #f100ae;
    }

    /* Subscription Section */
    .subscribe-box {
      margin-top: 40px;
      background-color: #fff;
      padding: 25px;
      border-radius: 14px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .subscribe-box input {
      flex: 1;
      padding: 12px 16px;
      border: 1px solid #ccc;
      border-radius: 8px;
      outline: none;
    }

    /* .subscribe-box button {
  background-color: #f100ae;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  font-weight: 500;
} */

    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* service */

    .service {
      padding: 60px 0;
    }

    .services-section-items {
      padding: 60px 0;
      background: #ebebeb;
    }

    .services-section-items .service-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      padding: 40px 30px;
      transition: all 0.3s ease;
      height: 100%;
    }

    .services-section-items .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    }

    .service-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: radial-gradient(circle, #d2f3f1 0%, #e9f1f1 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
    }

    .service-icon img {
      width: 35px;
      height: 35px;
      object-fit: contain;
    }

    .service-card h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }

    .service-card p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
    }

    .learn-more {
      color: #9C27B0;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      margin-top: 15px;
      transition: color 0.3s ease;
    }

    .learn-more:hover {
      color: #f100ae;
    }

    .learn-more i {
      margin-left: 6px;
      font-size: 14px;
      transition: transform 0.3s ease;
    }

    .learn-more:hover i {
      transform: translateX(4px);
    }

    .services-section-items .service-card.active {
      background: #5a2698;
    }

    .services-section-items .service-card.active h5 {
      color: #fff;
    }

    .services-section-items .service-card.active p {
      color: #fff;
    }

    .services-section-items .service-card.active .learn-more {
      color: #fff;
    }

    .services-section-items .service-card.active .learn-more:hover {
      color: #E91E63;
    }

    /* Service-pages */

    .main-image {
      border-radius: 12px;
      width: 100%;
      object-fit: cover;
      height: 420px;
    }

    .service-menu,
    .service-page .contact-card {
      background-color: #e6f0f0;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 20px;
    }

    .contact-card {
      padding: 30px 20px;
    }

    .contact-card-inner {
      background-color: #3a0f6d;
      color: #fff;
      position: relative;
      padding: 15px;
      padding-bottom: 200px;
      overflow: hidden;
    }

    .contact-card img {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      object-fit: cover;
      margin-top: 15px;
      position: absolute;
      right: -40px;
      bottom: -30px;
      border-top: 8px solid #f31db7;
    }

    .contact-card h4 {
      font-weight: 600;
      font-size: 65px;
      color: #fff;
      margin-bottom: 10px;
    }

    .contact-card .contact-card-inner p {
      font-size: 18px;
      color: #fff;
      margin-bottom: 15px;
    }

    .features-list li {
      list-style: none;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
    }

    .features-list li::before {
      content: '✔';
      color: #008080;
      margin-right: 10px;
    }

    .service-page .subscribe-section {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 12px;
      margin-top: 40px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .service-page .list-group-item {
      padding: 15px;
      margin-bottom: 10px;
      border-radius: 8px;
      background: #ffffff;
    }

    .service-page .list-group-item a {
      color: #000000;
    }

    .service-page .list-group-item.active,
    .service-page .list-group-item:hover {
      background: #5e289d;
    }

    .service-page .list-group-item.active a,
    .service-page .list-group-item:hover a {
      color: #fff;
    }

    .service-img {
      height: 450px;
      object-fit: cover;
    }

    .service-card-item {
      padding: 25px 15px;
      background: #f7f0ff;
      border-radius: 10px;
      height: 100%;
    }

    .contact-btn {
      text-decoration: none;
      padding: 12px 20px;
      background: #f31eb8;
      color: #fff;
      border-radius: 5px;
    }

    .service-img-section img {
      height: 300px;
      object-fit: cover;
    }

    .service-inner ul {
      list-style-type: disc;
      padding-left: 25px;
      line-height: 30px;
    }

    /* Contact */
    .contact-section {
      padding: 60px 0;
    }

    .section-title h2 {
      font-weight: 700;
      color: #1c1e21;
    }

    .section-title h2 span {
      color: #5a2698;
    }

    .contact-section .contact-card {
      background-color: #fff;
      border-radius: 20px;
      padding: 30px 25px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      height: 100%;
    }

    .contact-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }

    .contact-card .contact-btn i {
      font-size: 18px;
      color: #5a2698;
      margin-bottom: 15px;
    }

    .contact-card h6 {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      color: #666;
      margin-bottom: 8px;
    }

    .contact-card h5 {
      color: #5a2698;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .contact-card p {
      margin-bottom: 0;
      font-size: 15px;
      color: #555;
    }

    .subscribe-section {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      padding: 35px;
      text-align: center;
      margin-top: 50px;
    }

    .subscribe-section h4 {
      font-weight: 600;
      margin-bottom: 20px;
    }

    .subscribe-input {
      max-width: 500px;
      margin: 0 auto;
      display: flex;
      gap: 10px;
    }

    .subscribe-input input {
      flex: 1;
      border-radius: 30px;
      border: 1px solid #ddd;
      padding: 10px 20px;
      outline: none;
    }

    .subscribe-input button {
      border-radius: 30px;
      background-color: #5a2698;
      color: white;
      padding: 10px 25px;
      border: none;
      font-weight: 600;
    }

    /* Contact Section Form */


    .contact-section-form {
      background-color: #f5f7f9;
      padding: 60px 0;
    }

    .map-container {
      min-height: 450px;
      border-radius: 10px;
      overflow: hidden;
    }

    form input,
    form select,
    form textarea {
      border: 1px solid #ccc;
      border-radius: 8px;
    }

    form input:focus,
    form select:focus,
    form textarea:focus {
      border-color: #0d6efd;
      box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
    }

    .contact-section-form .form-inner {
      padding: 35px;
      background: #fff;
    }

    .contact-section-form .form-inner .form-control {
      border: unset;
      border-bottom: 1px solid #d7d7d7;
      border-radius: unset;
    }

    .contact-section-form .form-inner .form-control:focus {
      border-bottom: 1px solid red;
      box-shadow: unset;
    }


    /* Product */

    .btn-filter {
      background-color: #e3f2f1;
      color: #282828;
      border-radius: 10px;
      margin: 0 5px;
      padding: 8px 20px;
      font-weight: 500;
      border: none;
      transition: all 0.3s ease;
      border: 1px solid #fff;
    }

    .btn-filter.active,
    .btn-filter:hover {
      background-color: #5d27a0;
      color: #fff;
    }

    .card-title {
      font-size: 1.25rem;
    }

    .badge {
      font-size: 0.85rem;
      padding: 6px 12px;
      border-radius: 15px;
    }

    .info-card p {
      text-align: justify;
    }

    .service-page ul {
      list-style: disc;
      margin-left: 15px;
      padding-left: 15px;
    }

    /* Service home */



    /* ====================Loader new css==================== */

    .search-loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.75);
      backdrop-filter: blur(6px);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .loader-container {
      text-align: center;
      animation: fadeIn 0.5s ease-in-out;
    }

    .loader-logo {
      width: 90px;
      height: auto;
      margin-bottom: 20px;
      animation: pulse 1.5s infinite;
      /* filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4)); */
    }


    @keyframes logoBounce {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-8px);
      }
    }

    .multi-color-ring {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 6px solid;
      border-color: #e74c3c #f1c40f #2ecc71 #3498db;
      animation: spin 1s linear infinite;
      margin-top: 10px;
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }

    .loader-text {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.5px;
      margin-bottom: 15px;
      color: #ffffff;
    }

    @keyframes pulseText {
      0% {
        opacity: 0.5;
      }

      100% {
        opacity: 1;
      }
    }

    .loader-progress {
      width: 150px;
      height: 6px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 3px;
      overflow: hidden;
      margin-top: 15px;
    }

    .progress-bar {
      width: 0%;
      height: 100%;
      background: linear-gradient(90deg, #3498db, #2ecc71, #f1c40f, #e74c3c);
      animation: progressAnim 2s infinite;
    }

    @keyframes progressAnim {
      0% {
        width: 0%;
      }

      50% {
        width: 100%;
      }

      100% {
        width: 0%;
      }
    }


    .map-container p {
      height: 100%;
    }

    .contact-infoo p a {
      color: white;
      text-decoration: none;
    }


    /* --Career-- */

    .career-section {
      background: linear-gradient(90deg,
          rgba(15, 109, 58, 0.05),
          rgba(36, 75, 46, 0.02));
    }

    .career-section h1 {
      font-family: "Golos Text", sans-serif;
      margin-top: 25px;
    }

    .career-section h1 span {
      color: #5d27a0;
    }

    .career-section form input[type="search"],
    .career-section form button {
      border-radius: 0.5rem;
    }

    @media (max-width: 768px) {
      .career-section {
        padding: 3rem 0;
      }
    }

    .latest-jobs {
      background-color: #fbe5ff;
    }

    .latest-jobs .job-card {
      transition: all 0.3s ease;
    }

    .latest-jobs .job-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .job-card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .job-card-footer span {
      padding: 5px 10px;
      border-radius: 6px;
      font-size: 13px;
      font-weight: 500;
      transition: 0.3s;
    }

    .job-card-footer span:nth-child(1) {
      color: #4680e7;
      background-color: #e7edf8;
    }

    .job-card-footer span:nth-child(2) {
      color: #f04a0c;
      background-color: #f6efef;
    }

    .job-card-footer span:nth-child(3) {
      color: #3ac2ba;
      background-color: #f0fffe;
    }


    .readMore-btn {
      background: #5d27a0;
      color: #fff;
      border: none;
      padding: 6px 12px;
      border-radius: 5px;
      font-weight: 600;
      transition: 0.3s;
      display: inline-block;
    }

    .readMore-btn:hover {
      background: #5d27a0;
    }

    .career-section .left-content .left-desc {
      background-color: #5d27a0;
      padding: 4px 8px;
      color: #fff;
      border-radius: 4px;
    }

    /* ====================responssive==================== */


    @media only screen and (min-width: 1480px) and (max-width: 1920px) {
      .container {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
      }

      .agency-section .abt-sec-img {
        bottom: 0;
      }

      .video-wrapper img {
        width: 220px;
      }

    }

    @media only screen and (min-width: 1481px) and (max-width: 1681px) {
      .banner-left h1 {
        font-size: 55px;
      }

      .banner-right .odishi img {
        width: 720px;
      }



    }

    @media only screen and (min-width: 1367px) and (max-width: 1480px) {

      .social-icons a {
        margin-right: 5px;
      }
        .service-list li a {
            font-size: 14px;
        }
    }

    @media only screen and (min-width: 1300px) and (max-width: 1366px) {
      .social-icons a {
        margin-right: 5px;
      }
      
      .service-card h6 {
            font-size: 20px;
        }
        
        .heading .section-title span {
            font-size: 45px;
        }
    }

    @media only screen and (min-width: 1180px) and (max-width: 1299px) {
      .social-icons a {
        margin-right: 5px;
      }
    }

    @media only screen and (min-width: 992px) and (max-width: 1179px) {

      h2 {
        font-size: 28px;
      }

      .social-icons a {
        margin-right: 5px;
        margin-left: 5px;
        width: 27px;
        height: 27px;
        font-size: 15px;
        line-height: 29px;
      }

      .team-card img {
        height: 200px;
      }

      .team-info {
        max-width: 190px;
      }

      .social-icons a {
        margin-right: 5px;
        width: 30px;
        height: 30px;
      }

      .heading .section-title span {
        font-size: 35px;
      }

      .heading .section-title {
        font-size: 30px;
      }

      .service-card h6 {
        font-size: 18px;
      }

      .cta-icon {
        font-size: 24px;
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
      }

      .cta-phone {
        font-size: 18px;
      }

      .cta-btn {
        font-size: 14px;
        padding: 12px 15px;
      }

      .agency-section .abt-sec-img {
        bottom: unset;
      }

      .experience-box {
        padding: 25px 20px;
      }

      .bnr-content h1 {
        font-size: 50px;
      }

      .cta-banner {
        width: 95%;
      }

      .contact-card h4 {
        font-size: 40px;
      }

      .contact-card img {
        width: 200px;
        height: 200px;
      }

      .services-section-items .service-card {
        padding: 25px;
      }

      .team-card {
        padding: 15px 15px 20px;
      }

      .team-info h5 {
        font-size: 16px;
      }

      .team-info small {
        font-size: 10px;
      }

      .breadcum {
        padding: 110px 0 80px;
      }

      .contact-section-form .form-inner {
        padding: 35px 20px;
      }

      .info-card {
        padding: 25px 15px;
      }

      .breadcum-inner h2 {
        font-size: 36px;
      }

      .breadcum-inner ul li a {
        font-size: 16px;
      }

      .progress-overlay {
        padding: 20px 20px;
        width: 70%;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      p {
        font-size: 14px;
      }

      .social-icons a {
        margin-right: 5px;
        width: 30px;
        height: 30px;
      }

      .heading .section-title span {
        font-size: 35px;
      }

      .heading .section-title {
        font-size: 30px;
      }

      h2 {
        font-size: 28px;
      }

      .social-icons a {
        margin-right: 5px;
        margin-left: 5px;
        width: 27px;
        height: 27px;
        font-size: 15px;
        line-height: 29px;
      }

      .team-card img {
        height: 100%;
      }

      .team-info {
        max-width: 190px;
      }

      .heading .section-title span {
        font-size: 35px;
      }

      .heading .section-title {
        font-size: 30px;
      }

      .service-card h6 {
        font-size: 18px;
      }

      .cta-icon {
        font-size: 24px;
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
      }

      .cta-phone {
        font-size: 18px;
      }

      .cta-btn {
        font-size: 12px;
        padding: 12px 13px;
      }

      .agency-section .abt-sec-img {
        bottom: unset;
      }

      .experience-box {
        padding: 25px 20px;
      }

      .bnr-content h1 {
        font-size: 50px;
      }

      .cta-banner {
        width: 95%;
        padding: 25px 15px;
      }

      .contact-card h4 {
        font-size: 40px;
      }

      .contact-card img {
        width: 200px;
        height: 200px;
      }

      .services-section-items .service-card {
        padding: 25px;
      }

      .team-card {
        padding: 15px 15px 20px;
      }

      .team-info h5 {
        font-size: 16px;
      }

      .team-info small {
        font-size: 10px;
      }

      .breadcum {
        padding: 110px 0 80px;
      }

      .contact-section-form .form-inner {
        padding: 35px 20px;
      }

      .info-card {
        padding: 25px 15px;
      }

      .breadcum-inner h2 {
        font-size: 36px;
      }

      .breadcum-inner ul li a {
        font-size: 16px;
      }

      .progress-overlay {
        padding: 20px 20px;
        width: 70%;
      }

      .fc-banner-item {
        height: 75vh;
      }

      .top-logo img {
        width: 140px;
      }
    }

    @media only screen and (max-width: 767px) {
      p {
        font-size: 14px;
      }

      h4 {
        font-size: 18px;
      }

      .mid-menu {
        position: relative;
      }

      .menu-main {
        display: block;
      }

      .dot-toggle {
        position: absolute;
        right: 60px;
        top: -0;
        width: 35px;
        height: 35px;
        grid-gap: 2px;
        display: none;
      }

      .top-logo img {
        width: 120px;
      }

      .fc-banner-item {
        height: 60vh;
      }

      .bnr-content h1 {
        font-size: 36px;
      }

      .bnr-content h6 {
        font-size: 14px;
      }

      .heading .section-title span {
        font-size: 32px;
      }

      .heading .section-title {
        font-size: 28px;
      }

      .bnr-content .sc-txt {
        margin-bottom: 15px;
        padding: 0 6px;
        padding-top: 3px;
      }

      .btn {
        font-size: 14px;
      }

      .btn-1 {
        font-size: 14px;
      }

      .service-card h6 {
        font-size: 16px;
      }

      .service-list li ul {
        margin-top: 0;
        margin-bottom: 0;
      }

      .service-card {
        padding: 25px 20px;
      }

      .service-card i {
        font-size: 2rem;
        margin-bottom: 5px;
      }


      .service-list li a {
        font-size: 12px;
      }

      .service-list li ul li {
        margin-left: 5px;
      }

      .services-section {
        padding: 30px 0 100px;
      }

      .cta-banner {
        padding: 20px;
      }

      .cta-text {
        font-size: 13px;
      }

      .cta-phone {
        font-size: 22px;
      }

      .abt-right {
        padding-left: 0;
      }

      .agency-section .abt-sec-img {
        position: relative;
      }

      .experience-box {
        padding: 20px 20px;
      }

      .agency-section,
      .section-container,
      .logo-carousel,
      .team-section,
      .blog-section,
      .testimonial-section,
      .service,
      .contact-section-form,
      .contact-section {
        padding: 30px 0;
      }

      .image-box {
        margin-left: 0;
      }

      .progress-overlay h5 {
        font-size: 18px;
      }

      .progress-overlay {
        padding: 15px;
        width: 60%;
      }

      .owl-carousel .owl-nav .owl-next span,
      .owl-carousel .owl-nav .owl-prev span {
        top: -18px !important;
      }

      .subscribe-section {
        padding: 0;
        margin-top: 30px;
      }

      .bnr-content {
        width: 90%;
      }

      .company-card {
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
      }

      .company-info {
        font-size: 14px;
      }

      .breadcum {
        padding: 80px 0 60px;
      }

      .breadcum-inner h2 {
        font-size: 30px;
      }

      .service-img {
        height: 250px;
      }

      .contact-card h4 {
        font-size: 40px;
      }

      .contact-section-form .form-inner {
        padding: 15px;
      }

      .form-inner h2 {
        font-size: 26px;
      }

      .service-page h3 {
        font-size: 22px;
      }

      .fc-banner-item .bnr-bg-img img {
        object-fit: cover;
      }

      .top-logo img {
        width: 140px;
      }


    }



    @media only screen and (max-width:420px) {}

    @media only screen and (max-width:360px) {
      .service-list li a {
        font-size: 11px;
      }

      .service-card {
        padding: 15px 10px;
      }

      .service-card h6 {
        font-size: 14px;
      }

      .logo-carousel .item img {
        max-width: 110px;
      }

      .contact-card img {
        width: 180px;
        height: 180px;
      }
    }