*{
    box-sizing: border-box ;
    padding: 0px;
    margin: 0px;
}
body{
    font-family: "Inter", sans-serif !important;
}
a {
    text-decoration: none;
    color: #000;
    transition: all 300ms;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/* header */

header{
    position: absolute;
    width: 100%;
    z-index: 99;
}
.header-wrapper nav a {
    color: #001E25;
    font-size: 18px;
    line-height: 24px;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px;
}
nav ul {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}
.navigation-links > li:first-child a {
    background: rgb(9 78 93 / 10%);
    color: #094e5d !important;
}
.navigation-links li a:hover {
    background: rgb(9 78 93 / 10%);
    color: #094e5d !important;
}
.container {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}
.navigation-links li a {
    padding: 4px 12px;
    border-radius: 40px;
    display: block;
    width: 100%;
    font-size: 16px;
}
.result_hover {
    border: 1px solid #fff;
  }
  .case-study-menu{
    position: relative;
    transition: all 300ms;
  }

.sub-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    width: 200px;
    padding: 12px;
    background: #fff;
    top: 40px;
    border-radius: 10px;
    height: 0px;
    opacity: 0;
    transition: all 300ms;
}
.case-study-menu:hover .sub-menu{
    height: fit-content;
    opacity: 1;
    transition: all 300ms;
}
/* Hero banner */
.hero-sec {
    position: relative;
    padding-top: 94px;
    padding-bottom: 50px;
}
.hero-sec::before{
    content:"";
          background-image: url(../image/hero-bag.jpg);
   opacity:0.5;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    height:auto;
    z-index:-3;
  }
.hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-wrapper .image {
    min-width: 50% !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.hero-wrapper img {
    width: 70%;
}
.hero-wrapper h1 {
    font-size: 49px;
    line-height: 64px;
    letter-spacing: -0.75px;
    margin-bottom:24px;
}
.highlight {
    color: #FF370F;
}
.hero-wrapper p {
    font-size: 18px;
    line-height: 26px;
    color: #52525B;
}
.cta-buttons a, .contact-btn {
    padding: 12px 24px;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 40px;
    width: fit-content;
    font-size: 15px;
    border: 1px solid transparent;
}
.cta-buttons .btn:first-child, .contact-btn {
    background:#FF370F;
    border: 1px solid transparent;
    color: #fff;
}
.cta-buttons a:hover{
    border-color:#FF370F ;
}
.cta-buttons .btn:first-child svg path, .contact-btn svg path {
    fill: #fff;
}
.contact-btn:hover {
    background: transparent;
    color: #FF370F ;
    border-color:#FF370F ;
}
.contact-btn:hover svg path {
    fill: #FF370F;
}
.hero-content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: initial;
    flex-wrap: wrap;
    margin-top: 15px;
}
.hero-content ul li {
    font-size: 15px;
    font-weight: 600;
    min-width: 35%;
    color: #52525B;
    line-height: 8px;
}
.hero-content ul li svg {
    margin-right: 5px;
}
.cta-buttons {
    width: fit-content;
    padding: 6px;
    border-radius: 40px;
    display: flex;
    margin-top: 32px;
}
/* About us */
.about-sec {
    padding: 0px 0 60px 0px;
}
.about-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-wrapper > div{
    width:50%;
}
h2 {
    font-size: 38px;
    line-height: 49px;
    font-weight: 700;
    letter-spacing: 0px;
}
.about-wrapper h2 {
    margin-top: 16px;
    margin-bottom: 24px;
}
.about-content {
    padding-right: 50px;
}
.about-block {
    padding: 20px;
    border: 1px solid #094E5D;
    border-radius: 8px;
    width: calc(100% / 2 - 10px);
    position: relative;
}
.about-block:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background: rgb(9 78 93 / 4%);
    transition: all 300ms;
}
.about-block:hover:before {
    width: 100%;
}
.univercity-head {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #232323;
}
.uni-pera {
    font-size: 13px;
    line-height: 24px;
    color: #232323;
}
.about-blocks {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap:wrap;
}
.sub-test-head {
    font-size: 20px;
    line-height: 28px;
    color: #FF370F;
    font-weight: 500;
}
.connect-us {
    margin-top: 24px;
}
.about-content .cta-buttons {
    margin-top: 16px;
}
.about-tag {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    padding-left: 56px;
    color: #FF370F;
    position: relative;
}
.about-tag:after {
    height: 1px;
    width: 50px;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 1px;
    background: #FF370F;
}
.about-tag-last {
    margin-top: 32px;
}
p.year-chip {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    font-weight: 800;
    color: #094E5D;
    background: rgb(9 78 93 / 12%);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    margin-top: 12px;
}

/* service */
section.services-sec {
    padding: 60px 0px;
    background: #F5F8F9;
}
.service-heading {
    display: flex;
    align-items: center;
    gap: 15px;
}
.service-box {
    width: calc(100% / 3 - 14px);
    padding: 20px 32px;
    /* box-shadow: 2px 2px 20px 0px rgb(9 78 93 / 6%); */
    border-radius: 15px;
    background: rgb(255 255 255 / 70%);
    transition: all 300ms;
    position: relative;
    z-index: 1;
}
.service-box:hover {
    box-shadow: 2px 2px 20px 0px rgb(9 78 93 / 6%);
    background: rgb(255 255 255 / 100%);
}
.services-grid, .work-grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
}
.service-box h3, .work-box h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.service-box p, .work-box p {
    font-size: 14px;
    line-height: 22px;
    color: #232323;
}
.services-wrapper .cta-buttons {
    margin: 32px auto 0;
}
.icon {
    width: 44px;
    height: 44px;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 16px;
    position: relative;
}
.icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: rotate(6deg);
    z-index: -1;
    transition: all 300ms;
}
.icon img {
    width: 100%;
}
.service-box:hover .icon:after {
    transform: rotate(186deg);
}


/* work section */
.work-box:hover img{
    transform: scale(1.1);
}
.work-box:hover h3{
    color:#FF370F;
}
.image-box {
    border-radius: 15px;
    overflow: hidden;
}
.work-grid img {
    width: 100%;
    display: block;
    transition: all 800ms;
}
.work-box {
    width: calc(100% / 3 - 14px);
    transition: all 300ms;
}
.work-box h3 {
    margin-top: 16px;
}
a.work-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FF370F;
    font-weight: 600;
    border: 1px solid #FF370F;
    width: fit-content;
    border-radius: 40px;
    margin-top: 24px;
}
.work-btn:hover {
    color: #fff;
    background: #FF370F;
}
.work-btn:hover svg path {
    fill: #fff;
}
.seub-heading {
    font-size: 18px;
    line-height: 26px;
    color: #52525B;
    text-align: center;
}
.section-heading {
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}
.testimonial-sec .section-heading{
    text-align: left;
    margin: 0px;
}
.section-heading h2 {
    margin-bottom: 16px;
}
.testimonial-sec .seub-heading {
    text-align: left;
}
.recent-work {
    padding: 60px 0px;
}


/* Testimonal */
.testimonial-sec .work-grid img {
    width: 62px;
    margin: 0 auto;
}
.testimonial-sec .work-box p {
    font-size: 16px;
    line-height: 26px;
    color: #010101b3;
    text-align: center;
    margin: 24px 0px;
}
.reviewr {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
    color:#010101;
}
.testimonial-sec {
    background: #F5F8F9;
    position: relative;
}
.testimonial-sec:after {
    content: '';
    position: absolute;
    width: 471px;
    right: 42px;
    top: 0;
    height: 80%;
    background-image: url(../image/clients-bg.png);
    background-size: contain;
    z-index: -1;
}
.testimonial-sec .work-box {
    margin:0 10px;
    background: #fff;
    padding: 32px 20px;
    border-radius: 15px;
}
.testimonial-sec .slick-dots li button:before {
    font-size: 12px;
    line-height: 12px;
    color: #FF370F;
}
.testimonial-sec .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FF370F;
}

.testimonial-sec .slick-dots li {
    margin: 0px;
}
.slick-next:before, .slick-prev:before {
    font-size: 24px;
    line-height: 1;
    opacity: 1;
    color: transparent !important;
    font-size: 30px !important;
    border-radius: 50px;
}
.slick-next, .slick-prev {
    width: 30px;
    height: 30px;
}
.slick-prev:before {
    content: '';
    background-image: url(../image/arrow-call.png);
}
.slick-next:before {
    content: '';
    background-image: url(../image/arrow-call-right.png);
}
.testimonial-sec .slick-prev {
    left: -40px;
    width: 30px;
    height: 30px;
}
.testimonial-sec .slick-next {
    right: -40px;
    width: 30px;
    height: 30px;
}

.slick-track {
    display: flex !important;
    align-items: stretch;        
  }
  
  .slick-slide {
    height: auto !important; 
  }
  

  .slick-slide > div {
    height: 100%;
  }
  

  .slide-card {
    height: 100%;
    display: flex;
    flex-direction: column;      
  }
/* footer */
footer {
    padding: 60px 0px;
    background: #094E5D;
}
h4.follow-us {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 32px;
    text-align: center;
}
.social-links {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}
.social-links li a img {
    opacity: 0.6;
}
.social-links li a:hover img {
    opacity: 1;
}
.about-content p {
    font-size: 16px;
    line-height: 22px;
    color: #232323;
}
.first-logo {
    display: flex;
    gap: 32px;
    align-items: center;
}
.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
  }
  
  .fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
  }
@media screen and (min-width: 1025px) {
.mobile-menu-icon{
    display: none;
}
}
@media screen and (max-width: 1024px) {
    .about-wrapper {
        flex-direction: column;
        gap: 32px;
    }
    .about-wrapper > div {
        width: 100%;
        padding: 0px;
    }
    .testimonial-sec .slick-next {
        right: 0px;
        background: #fff;
        border-radius: 50%;
    }
    .testimonial-sec .slick-prev {
        left: 0px;
        background: #fff;
        border-radius: 50%;
        z-index: 9;
    }
    .hero-wrapper h1 {
        font-size: 30px;
        line-height: 39px;
        letter-spacing: -0.75px;
        margin-bottom: 16px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .about-content {
        padding-right: 20px;
    }
    .about-wrapper h2 {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    /* nav header responsvie */
    nav {
        position: absolute;
        top: 0px;
        left: 0px;
        min-width: 375px;
        background: #fff;
        height: 100vh;
        padding: 32px;
        transform: translateX(-375px);
        transition: all 300ms;
    }
    .side-bar-opne nav {
        transform: translateX(0px);
    }
    .mobile-menu-icon-close a {
        display: inline-block;
    }
    .mobile-menu-icon-close {
        display: flex;
        justify-content: flex-end;
    }
    .side-bar-opne .overlay {
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 40%);
        position: absolute;
        z-index: 99;
    }
    .side-bar-opne {
        overflow: hidden;
    }
    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px;
    }
    nav ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap:20px;
    }
    .hero-sec {
        padding-top: 80px;
    }
    .about-sec {
        padding: 0 0 60px 0px;
    }
    .testimonial-sec .work-box p {
        font-size: 18px;
        line-height: 24px;
        margin: 24px 0px;
    }
    .testimonial-sec .work-grid img {
        width: 48px;
    }
    .reviewr {
        font-size: 16px;
        line-height: 20px;
    }
    .first-logo img, .first-logo svg{
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .form-wrap-box {
    gap: 10px;
    flex-direction: column;
}
.input_field {
    flex-direction: column;
}
.service-item {
    max-width: calc(100% / 2 - 10px) !important;
    gap: 5px !important;
}
.form-content.form-right {
    width: 100% !important;
}
button.btn.primary {
    justify-content: center;
    margin: 0 auto;
}
.my-slider {
    width: 100% !important;
}
    .hero-wrapper h1 {
        font-size: 27px;
        line-height: 36px;
    }
    .hero-wrapper p {
        font-size: 16px;
        line-height: 24px;
        color: #52525B;
    }
    .hero-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        justify-content: center;
    }
    .about-block {
        width: calc(100% / 1 - 0px);
    }
    .service-box {
        width: calc(100% / 1 - 0px);
    }
    .work-box {
        width: calc(100% / 1 - 1px);
    }
    .about-sec .cta-buttons {
        width: 100%;
        border: none;
        padding: 0px;
        margin-top: 16px;
        flex-wrap: wrap;
        gap: 12px;
    }
    .about-sec .cta-buttons a {
        border: 1px solid #FF370F;
        width: calc(100% / 2 - 6px);
        justify-content: center;
        color: #FF370F;
    }
    .about-sec .cta-buttons .btn:first-child {
        background: transparent;
        border: 1px solid #FF370F;
        color: #FF370F;
    }
    .about-sec .cta-buttons .btn:first-child svg path {
        fill: #FF370F;
    }
    
    .social-links {
        gap: 12px;
    }
    .follow-us {
        margin-bottom: 20px;
    }
    .cta-buttons a, .contact-btn {
        font-size: 14px;
    }
    .logo svg {
        width: 150px;
    }
    .contact-btn {
        padding: 8px 12px;
    }
    .first-logo {
        gap: 12px;
    }
    .header-wrapper {
        padding: 12px 0px;
    }
    header {
        background: #fff;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
    .hero-sec {
        padding-top: 100px;
    }
    nav {
        width: 100%;
        padding: 16px 32px;
    }
    .seub-heading {
        font-size: 16px;
        line-height: 24px;
    }
    nav {
        transform: translateX(-100%);
    }
}



/* case-study page css */
.case-study-head-sec {
    padding: 154px 0px;
    background: #ECF1F2;
}
.case-study-head-sec .heading {
    font-size: 49px;
    line-height: 64px;
    letter-spacing: -0.75px;
    text-align: center;
    max-width: 764px;
    margin: 0 auto;
}
.portfolio-imge img {
    width: 70%;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.case-study .header-wrapper {
    border-bottom: 1px solid #CFD4D5;
}
.case-study p {
    font-size: 20px;
    line-height: 28px;
    color: #232323;
}
.pd-60 {
    padding: 60px 0px;
}
.overview-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
    font-weight: 600;
}
.overview-title-last {
    margin-top: 32px;
}
.our-role {
    background-image: url(../image/case-study-bg.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.our-role h2 {
    color: #fff;
    text-align: center;
}
.our-role .service-box {
    text-align: center;
}
.our-role  .icon {
    margin: 0 auto;
    margin-bottom: 16px;
}
.our-role .service-box {
    background: rgb(255 255 255 / 100%);
}
.process-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
}
.process-wrap:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    bottom: -1px;
    left: 0px;
    background-color: #094E5D;
    transition: all 500ms;
}
.process-wrap:hover:after {
    width:100%;
}
.process-sec .container {
    max-width: 1024px;
}
.process-wrap-custom {
    flex-direction: row-reverse;
}
.process-wrap-custom .process-content {
    margin-left: 0px;
    margin-right: 50px;
}
.process-box {
    width: 220px;
    height: 220px;
    padding: 50px;
    background: #F5F8F9;
    border-radius: 10px;
    position: relative;
}
.process-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(4deg);
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: -1;
}
.staps {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    gap: 4px;
}
span.step-count {
    font-size: 24px;
    font-weight: 600;
}
.process-yellow .process-box, .process-yellow .staps, .service-box-yellow .icon {
    background: #FFFAEB;
}
.process-yellow .process-box:after, .service-box-yellow .icon:after {
    background: #FCC735;
}
.process-yellow .process-title, .process-yellow .staps, .service-box-yellow h3{
    color:#FCC735;
}

 .service-box-red .icon {
    background: #ffefea;
}
.service-box-red .icon:after {
    background: red;
}
 .service-box-red h3{
    color:red;
}
 .service-box-lgreen .icon {
    background: #eefff1;
}
.service-box-lgreen .icon:after {
    background: #00952f;
}
 .service-box-lgreen h3{
    color:#00952f;
}
 .service-box-dblue .icon {
    background: #e4f8ff;
}
.service-box-dblue .icon:after {
    background: #0086c3;
}
 .service-box-dblue h3{
    color:#0086c3;
}

.process-orange .process-box, .process-orange .staps, .service-box-orange .icon {
    background: #FFEBE7;
}
.process-orange .process-box:after, .service-box-orange .icon:after {
    background: #FF370F;
}
.process-orange .process-title, .process-orange .staps, .service-box-orange h3{
    color:#FF370F;
}

.process-green .process-box:after, .process-green .staps, .service-box-green .icon:after {
    background: #094E5D;
}
.process-green .staps, .service-box-green .icon{
    background:#F5F8F9;
}
.process-green .staps, .service-box-green h3{
    color:#094E5D;
}
.process-purple .process-box, .process-purple .staps, .service-box-purple .icon {
    background: #ECE2EB;
}
.process-purple .process-box:after, .service-box-purple .icon:after {
    background: #640D5F;
}
.process-purple .process-title, .process-purple .staps, .service-box-purple h3 {
    color:#640D5F;
}
.process-pink .process-box, .process-pink .staps, .service-box-pink .icon  {
    background: #FAE3EA;
}
.process-pink .process-box:after, .service-box-pink .icon:after {
    background: #D91656;
}
.process-pink .process-title, .process-pink .staps, .service-box-pink h3{
    color:#D91656;
}
/* .process-pink  .process-content ul li::marker{
    color: #D91656;
} */
.process-blue .process-box, .process-blue .staps, .service-box-blue .icon {
    background: #E1E3EA;
}
.process-blue .process-box:after, .service-box-blue .icon:after {
    background: #071952;
}
.process-blue .process-title, .process-blue .staps, .service-box-blue h3{
    color:#071952;
}

.process-content {
    width: calc(100% - 270px);
    margin-left: 50px;
    min-height: 220px;
    padding-bottom: 4px;
}
.process-wrap {
    padding: 60px 0px;
    border-bottom: 1px solid #7FA3AB;
}
.process-content ul {
    list-style: disc;
    padding-left: 20px;
}
.process-content ul li, .process-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
    color: #232323;
}
.process-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #094E5D;
}
.process-sec .section-heading h2 {
    margin-bottom: 32px;
}
.showcase-img img {
    width: 100%;
    display: block;
}
.outcome-content {
    min-width: 70%;
    width: 70%;
    padding-right: 50px;
}
.outcome-content .highlight {
    margin-bottom: 16px;
}
.outcome-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.outcome-img img {
    width: 100%;
}
.our-role .service-box p {
    font-size: 16px;
    line-height: 24px;
}
.process-wrap.pd-top {
    padding-top: 12px !important;
}
.process-wrap-last {
    border-bottom: 0px;
    padding-bottom: 0px !important;
}
section.overview-sec.pd-60 {
    padding-top: 0px;
}
.case-study .navigation-links li:first-child a {
    background: transparent;
    color: #001E25 !important;
}
.navigation-links li:first-child a:hover {
    background: rgb(9 78 93 / 10%);
    color: #094e5d !important;
}

/* contact us section */
.form-wrap-box {
    display: flex
;
    justify-content: space-between;
    gap: 50px;
    margin-top: 32px;
}
.name-tile {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}
form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
::placeholder{
    font-family: Graphik;
}
form input, form textarea, form select {
    width: 100%;
    height: 49px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    background: #FFF;
    box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.04);
    font-size: 16px;
    font-family: 'Inter';
}
.select_opt {
    width: 100%;
}
.form-content button {
    font-size: 16px !important;
    font-family: 'Inter';
    text-transform: capitalize;
}
.select_opt select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;   
    background: url('../image/chevron-down.svg') 
                no-repeat right 10px center;
    background-size: 16px;
    padding-right: 30px;
    font-size: 14px;
  }
::placeholder {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
}
form textarea {
    height: 196px !important;
}
.lable {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
}
.detail-box a
 {
    color: #ff370f;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.detail-box a:hover {
    text-decoration: underline;
}
.detail-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}
.detail-box .lable {
    color: rgb(0 0 0 / 80%);
}
.form-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}
.input_field {
    display: flex;
    gap: 16px;
}
.service-item {
    max-width: calc(100% / 3 - 14px);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.service_Check_wrapper .services-grid {
    gap: 10px 20px;
    margin-top: 12px;
}
.service-item label {
    font-size: 14px;
    line-height: 20px;
}
.service-item input {
    width: 16px;
    height: 16px;
}
button.btn.primary {
    padding: 12px 24px;
    display: flex
;
    gap: 8px;
    align-items: center;
    border-radius: 40px;
    width: fit-content;
    font-size: 15px;
    background: #FF370F;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
}

.form-content.form-right {
    background-image: url(../image/priscilla-du-preez-XkKCui44iM0-unsplash1.png);
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px;
    width: 45%;
    flex: inherit;
    overflow:hidden;
}
.form-content.form-right:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(9 78 93 / 80%);
    z-index: 1;
}
.sec-form {
    padding: 60px 0;
}
.content-right-inner {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    height: 100%;
    width: 100%;
}
span.lignt-heading {
    color: #ff370f;
}
@media screen and (max-width: 1024px) {
.case-study-head-sec .heading {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.75px;
    margin-bottom: 16px;
}
.case-study-head-sec {
    padding: 130px 0px;
}
.portfolio-imge img {
    margin-top: -108px;
}
.process-content ul li, .process-content p {
    font-size: 20px;
    line-height: 28px;
}
.process-wrap {
    padding: 40px 0px;
}
}
@media screen and (max-width: 767px) {
    .process-wrap {
        flex-direction: column;
        gap: 16px;
    }
    .process-content {
        width: calc(100% - 0px);
        margin-left: 0px;
        min-height: auto;
        padding-bottom: 0px;
    }
    .process-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
        color: #094E5D;
    }
    .process-content ul li, .process-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .process-box {
        width: 60px;
        height: 60px;
        padding: 12px;
    }
    .process-box img{
        width: 100%;
    }
    .process-content p, .process-content ul li:last-child{
        margin-bottom: 0px;
    }
    .outcome-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .outcome-content {
        min-width: 100%;
        width: 100%;
        padding-right: 0px;
    }
    .case-study p {
        font-size: 16px;
        line-height: 24px;
        color: #232323;
    }
    .case-study-head-sec {
        padding: 100px 0px;
    }
    .portfolio-imge img {
        margin-top: -75px;
        width:100%;
    }
    .overview-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    }

    .my-slider{
        width:85%;
    }
    
    /*loader css by px */
    
#submitBtn {
position:relative;
}

#submitBtn.loading span {
  visibility: hidden; /* hide text */
}

/* Loader styles using ::after */
#submitBtn.loading::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}