body {
    font-family: "Poppins", sans-serif;
    color: #000;
}
a {
    color: #e97602;
}
h2 {
    font-size: 48px;
    font-weight: 600;
}
.light-black {
    color: #1F2221;
}
.sec-head p {
    font-size: 18px;
}
.sub-head h6 {
    font-size: 24px;
}
.orange-text {
    color: #E97602;
}
.btn-orange {
    background-color: #E97602;
    text-align: center;
    color: #fff;
}
.btn-orange:hover {
    background-color: #db6e00;
    color: #fff;
}
.btn-blue-sapphire {
    background-color: #e97602;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
}
.btn-blue-sapphire:hover {
    background-color: #005166;
    color: #fff;
}
.btn-with-arrow a.btn {
    font-weight: 500;
    padding: 5px 6px 5px 28px;
}
.btn-with-arrow a.btn span{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 27px;
}
.btn-with-arrow a.btn span img {
    width: 14px;
    aspect-ratio: 1;
    object-fit: contain;
}
.slick-slider .slick-dots li {
    width: 50px;
    height: 5px;
}
.slick-slider .slick-dots button {
    background-color: #D9D9D9;
    width: 100%;
    height: 100%;
    padding: 0;
}
.slick-slider ul.slick-dots {
    bottom: -50px;
}
.slick-dots button:before {
    display: none;
}
.slick-slider .slick-dots li.slick-active button {
    background-color: #E97602;
}
.hithere {
    -webkit-animation: hithere 1s ease infinite;
    animation: hithere 1.2s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
ol.breadcrumb {
    margin: 10px 0 0;
}
nav li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
nav li.breadcrumb-item:before {
    color: #ffffff !important;
}
nav li.breadcrumb-item.active {
    color: #e97602;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 350px;
}
section {
    margin: 100px 0;
}
.floating-btn {
    display: none;
    position: fixed;
    top: 62%;
    right: calc(0% + -64px);
    z-index: 99;
    transform: rotate(-90deg);
}
header .top-bar {
    background-color: #00647e;
    padding: 8px 36px;
}
header .header-social img {
    width: 16px;    
    aspect-ratio: 1;
    transition: .3s ease-in-out;
}
header .header-social img:hover {
    scale: 1.2;
}
header .header-info a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
header .header-info a i {
    color: #8fb6c7;
}
header .header-info a:hover i {
    color: #ffffff;
}
header .header-main {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: fixed;
    z-index: 9999;
    transition: .2s ease-in-out;
}
header.sticky-header .header-main {
    top: 0;
}
header.sticky-header .header-main {    
    position: fixed;    
}
header .navbar-brand img {
    width: 180px;
    object-fit: contain;
}
header .navbar-nav a.nav-link {
    font-size: 20px;
    color: #1F2221;
}
header .navbar-nav a.nav-link.active,
header .navbar-nav a.nav-link:hover {
    color: #e97602;
}
header .navbar-nav {
    gap: 30px;
}
header a.btn.btn-orange {
    font-size: 20px;
    font-weight: 500;
    padding: 30px;
    text-align: center;
    color: #fff;
}
.banner-slider {
    background-color: #000;
}
.banner-sec {
    height: 900px;
}
.banner-sec > .container-fluid,
.banner-sec > .container-fluid > .row {
    height: 100%;
}
.banner-sec .banner-content {
    padding: 100px 0 100px 150px;
}
.banner-sec .badge-custom {
    background: #8fb6c7;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25em;
    border-radius: 100px;
    width: fit-content;
    padding: 8px 28px;
    color: #000;
}
.banner-sec h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 74px;
    width: fit-content;
    color: #fff;
}
.banner-sec h1 .highlight {
    color: #e97602;
}
.banner-sec .box-img {
    width: 67px;
    aspect-ratio: 1;
    position: absolute;
    top: -44px;
    right: -30px;
}
.banner-sec .banner-content p {
    font-size: 28px;
    color: #fff;
}
.banner-sec .banner-sec-img img.banner-img {
    width: 85%;
    object-fit: contain;
    object-position: bottom;
}
.banner-sec img.arrow-img {
    width: 130px;
    aspect-ratio: 1;
    position: absolute;
    top: 15%;
    right: 20%;
    filter: brightness(0) invert(1);
}
.banner-slider ul.slick-dots {
    bottom: 24px;
}
.banner-slider .slick-slider .slick-dots li.slick-active button {
    background-color: #00647e;
}
.banner-sec .sec-btn img.btn-arrow-img {
    filter: brightness(0) invert(1);
    width: 100px;
}
.banner-sec .btn-with-arrow .btn-orange {
    font-weight: 600;
    transition: .2s ease-in-out;
}
.banner-sec .btn-orange:hover {
    box-shadow: 0px 4px 24px #8fb6c7;
    background-color: #8fb6c7;
}
.core-technologies-sec h3 {
    font-size: 24px;
    font-weight: 500;
}
.core-technologies-sec .parner-logo img {
    width: 160px;
    aspect-ratio: 1;
    object-fit: contain;
    margin-inline: auto;
}
.about-us-sec {
    background: linear-gradient(180deg, #F0E7E1 0%, #FFFFFF 50%, #F0E7E1 100%);
    padding: 120px 0;
}
body.single-service .about-us-sec,
body.single-project .about-us-sec {
    background: unset;
    padding: 0;
}
.about-us-sec .about-images img {
    border-radius: 50px 10px;
    object-fit: cover;    
    aspect-ratio: 1;
}
.about-us-sec .sec-img-1 {
    padding-left: 50px;
}
.about-us-sec .sec-img-2 {
    padding-right: 20px;
}
.about-us-sec .sec-img-4 {
    padding-right: 20px;
}
.about-us-sec .side-1 img {
    width: 324px;
}
.about-us-sec .side-2 img {
    width: 384px;
}
.about-us-sec .center-logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    background-color: #fff;
}
.about-us-sec .center-logo-wrapper img {
    width: 80px;
    aspect-ratio: 1;
    object-fit: contain;
}
.about-us-sec .sub-head img.box-img {
    width: 67px;
    aspect-ratio: 1;
}
.about-us-sec .sec-counter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 33px;
    width: 80%;
}
.about-us-sec .sec-counter .counter-number {
    background-color: #00647E;
    border-radius: 20px;
    font-size: 50px;
    color: #fff;
    padding: 15px;
}
.about-us-sec .counter-box {
    background-color: #E97602;
    border-radius: 20px;
}
.about-us-sec .counter-box p {
    font-size: 17px;
    color: #fff;
    padding: 15px;
}
body.home .about-us-sec .btn-with-arrow a.btn {
    background-color: #e97602;
}
body.home .about-us-sec .btn-with-arrow a.btn:hover {
    background-color: #db6e00;
}
.page-id-220 .about-us-sec {
    background: none; 
    padding: 0px 0;
}
.page-id-220 .about-us-sec > .container > .row {
    flex-direction: row-reverse;
}
.offer-sec .sec-head {
    margin-bottom: 60px;
}
.offer-sec .card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 63px 30px 48px;
    border: none;
}
body.home .offer-sec .card:hover {
    background-color: #00647E;
}
body.home .offer-sec .card:hover :is(h5, p, a) {
    color: #fff;
}
.offer-sec .card h5 {
    font-size: 30px;
    margin-bottom: 34px;
    min-height: 72px;
}
.offer-sec .card img {
    width: 125px;
    aspect-ratio: 1;
    object-fit: contain;
}
.offer-sec .card p {
    font-size: 18px;
    color: #1F2221;
}
.offer-sec .card a {
    color: #ffffff;
    text-decoration: none;
    background-color: #e97602;
    width: fit-content;
    margin-inline: auto;
    padding: 10px 15px;
    border-radius: 6px;
    transition: .3s ease-in-out;
}
.offer-sec .card a:hover {
    background-color: #8fb6c7;
    box-shadow: 0px 4px 24px #8fb6c7;
}
body.home section.why-choose-us-sec {
    margin-bottom: 250px;
}
body.single-service .why-choose-us-sec {
    margin-bottom: 200px;
}
body.home .why-choose-us-sec .sec-head {
    margin-bottom: 150px;
}
body.single-service .why-choose-us-sec .sec-head {
    margin-bottom: 100px;
}
.why-choose-us-sec .sec-head {
    margin-bottom: 50px;
}
.why-choose-us-sec .sec-icon img,
.work-process-sec .sec-icon img {
    width: 130px;
}
.why-choose-us-sec .card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 30px 24px;
    border: none;
}
body.page-id-220 .why-choose-us-sec .card {
    min-height: 180px;
}
.why-choose-us-sec .card-icon {
    width: 15%;
}
.why-choose-us-sec .card-content {
    width: 85%;
}
.why-choose-us-sec .card-content p {
    font-size: 15px;
}
.why-choose-us-sec .card-icon img {
    width: 65px;
    aspect-ratio: 1;
    object-fit: contain;
}
.why-choose-us-sec .card h6 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.why-choose-us-sec .sec-img img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    z-index: -1;
}
.recent-project-sec,
.work-process-sec {
    background: linear-gradient(180deg, #E1EFF0 0%, #FFFFFF 50%, #F0F7F7 100%);
    padding: 100px 0;
    z-index: 1;
}
.recent-project-sec:after,
body.home .review-sec:after,
.work-process-sec:after {
    content: "";
    background: url('../images/circle-bg-img.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 700px;
    height: 700px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
body.page-id-263 .recent-project-sec {
    background: unset;
    padding: 0;
}
body.page-id-263 .recent-project-sec .sec-head,
body.page-id-263 .recent-project-sec:after {
    display: none;
}
/*.recent-project-sec .slick-track,
.review-sec .slick-track {
    display: flex;
    gap: 30px;
}*/
.recent-project-sec .slick-track .slick-slide,
.review-sec .slick-track .slick-slide {
    margin-inline: 20px;
}
.card-layout-sec .card {
    background-color: unset;
}
.card-layout-sec .card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
}
.card-layout-sec .card-body {
    background-color: #00647e;
    border-radius: 20px;
    color: #fff;
    width: 85%;
    margin: -40px auto 0;
    position: relative;
    padding: 30px 15px;
    transition: .3s ease-in-out;
}
.card-layout-sec .card-body h5 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.card-layout-sec .card-body p {
    font-size: 18px;
    font-weight: 600;
}
.digital-agency-sec .side-1 img {
    height: 594px;
    border-radius: 20px 100px;
}
.digital-agency-sec .side-2 img {
    height: 656px;
    border-radius: 100px 10px;
}
.digital-agency-sec .shape-img img {
    width: 240px;
    margin-bottom: 50px;
}
.digital-agency-sec .rectangle-shape-img img {
    width: 120px;
    margin-top: 33px;
}
body.home .review-sec {
    background: linear-gradient(180deg, #F0E7E1 0%, #FFFFFF 50%, #F0E7E1 100%);
    padding: 100px 0;
    z-index: 1;
}
body.page-id-220 .review-sec,
body.page-id-260 .review-sec {
    padding-bottom: 30px;
}
body.single-service .review-sec {
    padding: 0 !important;
}
.review-sec .review-box {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 10px 30px 30px;
    height: 100%;
}
.review-sec .slick-track {
    display: flex;
    padding-block: 15px;
}
.review-sec .slick-track .slick-slide {
    height: auto;
}
.review-sec .slick-track .slick-slide > div {
    height: 100%;
}
.review-sec .review-star img {
    width: 20px;
    aspect-ratio: 1;
    object-fit: contain;
}
.review-sec .quote-icon img {
    width: 70px;
    aspect-ratio: 1;
    object-fit: contain;
}
.review-sec .review-box p {
    font-size: 17px;
}
.review-sec .user-head img {
    width: 60px;
    aspect-ratio: 1;
    object-fit: contain;
}
.review-sec .slick-slider .slick-dots li.slick-active button {
    background-color: #00647e;
}
section.contact-form-sec {
    padding-top: 60px;
}
.contact-form-sec .inner-wrapper {
    background-color: #00647ee8;
    padding: 50px;
    border-radius: 30px;
    width: 90%;
    margin-inline: auto;
    z-index: 1;
}
.contact-form-sec .inner-wrapper:before {
    content: "";
    background: url('../images/mountain-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}
.contact-form-sec .sec-content p {
    font-size: 15px;
    opacity: 0.7;
}
.contact-form-sec  .call-details p {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}
.contact-form-sec .call-icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}
.contact-form-sec input.form-control {
    padding: 15px 20px;
    border: none;
}
.contact-form-sec textarea {
    border-radius: 30px;
    padding: 15px 20px 70px;
    border: none;
}
.contact-form-sec form button {
    background: linear-gradient(45deg, #ed5c2a, #f69546);
    padding: 10px 34px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1px;
}
.contact-form-sec form button:hover {
    color: #fff;
}
.contact-form-sec .wpforms-container .wpforms-field {
    padding: 6px 0;
}
.contact-form-sec input {
    padding: 15px 20px !important;
}
.contact-form-sec textarea {
    padding: 15px 20px 70px !important;
}
.contact-form-sec input,
.contact-form-sec textarea {
    border: none !important;
}
.contact-form-sec input::placeholder,
.contact-form-sec textarea::placeholder {
    font-size: 16px;
}
.contact-form-sec form.wpforms-form {
    position: relative;
}
.contact-form-sec .wpforms-container .wpforms-submit-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.contact-form-sec .wpforms-submit-container button[type=submit] {
    background: linear-gradient(45deg, #ed5c2a, #f69546);
    padding: 10px 40px 10px 24px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	transition: .3s ease-in-out;
}
.contact-form-sec .wpforms-submit-container button[type=submit]:hover {
    background: linear-gradient(45deg, #1f778e, #0493bb);
}
.contact-form-sec .wpforms-submit-container button[type=submit]:after {
    content: "";
    background: url('/wp-content/uploads/2025/08/chat-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 11;
}
.contact-form-sec .wpforms-error {
    margin-top: 4px !important;
    color: #fff !important;
}
.contact-form-sec form button img {
    width: 16px;
    aspect-ratio: 1;
    object-fit: contain;
    transition: .3s ease-in-out;
}
.contact-form-sec form button:hover img {
    scale: 1.1;
}
.contact-form-sec .chat-icon {
    position: absolute;
    top: -70px;
    left: -50px;
    width: 120px;
}
.contact-form-sec .sec-btn a.btn span {
    padding: 10px;
    color: #4a4a4a;
}
.contact-form-sec .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 15px;
}
.contact-form-sec .wpcf7-response-output {
    text-align: center;
    color: #fff;
}
.page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    z-index: 1;
}
.page-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #00647e, #00000094, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-banner .inner-content {
    margin-top: 100px;
    padding: 30px 50px;
}
.page-banner .inner-content h2 {
    font-size: 60px;
    color: #fff;
}
.about-us-sec.about-page {
    background: #fff;
}
.work-process-sec .sec-head {
    margin-bottom: 80px;
}
.work-process-sec .process-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
    margin-inline: auto;
}
.work-process-sec .right-side {
    border-left: 1px solid #000;
    height: 100%;
    padding-top: 100px;
}
.work-process-sec .process-outer:last-child .right-side {
    margin-top: 0;
}
.work-process-sec .left-side {
    border-right: 1px solid #000;
    height: 100%;
}
.work-process-sec .process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e97602;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: normal;
    position: absolute;
    z-index: 1;
}
.work-process-sec .left-side .process-number {
    right: -16px;
}
.work-process-sec .right-side .process-number {
    left: -16px;
}
.work-process-sec p {
    margin-bottom: 0;
}
.work-process-sec .process-item h4 {
    font-size: 30px;
    font-weight: 600;
}
.why-choose-us-sec.about-choose-us {
    margin-bottom: 100px;
}
.review-sec.about-review {
    background: #fff;
}
.review-sec.about-review:after {
    display: none;
}
.card-layout-sec.services-sec .card {
    position: relative;
    overflow: hidden;    
}
.card-layout-sec.services-sec .card img {
    filter: brightness(0.9);
    transition: .3s ease-in-out;
}
.card-layout-sec.services-sec .card:hover img {
    filter: brightness(0.5);
}
.card-layout-sec.services-sec .card-body {
    background: linear-gradient(360deg, black, #000000, #000000bf, #00000000);
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 140px;
    text-align: left !important;
    padding: 30px 20px 10px;
    border-radius: 0 0 20px 20px;
}
.card-layout-sec.services-sec .read-more-btn {
    color: #e97602;
    font-style: italic;
}
.card-layout-sec.services-sec .read-more-btn span {
    display: inline-block;
    line-height: normal;
    transition: .3s ease-in-out;
}
.card-layout-sec.services-sec .card:hover .read-more-btn span {
    transform: translateX(6px);
    display: inline-block;
}
.portfolio-sec .card:hover .card-body {
    box-shadow: 0 10px 10px #00000066;
    transform: translateY(-6px);
}
.card-layout-sec.services-sec .card-body h5 {
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px !important;
}
.card-layout-sec.services-sec .card:hover h5 {
    color: #e97602;
}
.services-sec .card-body p {
    font-size: 15px;    
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 35px;
}
.card-layout-sec.portfolio-sec .card-body {
    margin: -20px auto 0;
}
.card-layout-sec.portfolio-sec .card img {
    height: 300px;
    background-color: #d3d3d5;
    object-fit: contain;
}
.card-layout-sec.portfolio-sec .card-body p {
    font-size: 16px;
    font-weight: normal;
}
.contact-info-sec i {
    font-size: 34px;
    color: #00647e;
}
.contact-info-sec .card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 30px 24px;
    border: none;
}
.contact-info-sec .card h6 {
    font-size: 24px;
    font-weight: 600;
}
.contact-info-sec .card-content p,
.contact-info-sec .card-content p a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
}
.contact-info-sec .card:hover p,
.contact-info-sec .card:hover p a {
    color: #00647e;
}
.get-in-touch-sec .sec-img img {
    height: 380px;
    border-radius: 50px 10px;
    border: 1px solid #00000012;
}
.get-in-touch-sec h2 img.box-img {
    width: 60px;
    aspect-ratio: 1;
    margin-top: -100px;
}
.get-in-touch-sec .sec-img {
    width: 50%;
}
.get-in-touch-sec .sec-video {
    width: 50%;
}
.get-in-touch-sec .sec-video img {
    width: 130px;
    margin-top: 20px;
}
.get-in-touch-sec .sec-video video {
    width: 100%;
    border-radius: 10px 50px;
}
.get-in-touch-sec .form-wrapper {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 30px;
}
.get-in-touch-sec form button {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 6px 5px 28px;
    width: fit-content;
}
.get-in-touch-sec form button span {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 27px;
}
.get-in-touch-sec form button span img {
    width: 12px;
}
.map-wrapper iframe {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    border: 2px solid #00647e !important;
}
.blog-listing-sec .blog-featured-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}
.blog-listing-sec .blog-box {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 15px 15px 20px;
}
.blog-listing-sec  a {
    text-decoration: none;
    color: #000;
}
.blog-listing-sec .blog-content {
    padding: 15px;
    margin-top: 4px;
}
.blog-listing-sec p.post-date {
    font-size: 14px;
    font-style: italic;
}
.blog-listing-sec .blog-content .blog-title {
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}
.blog-listing-sec .excerpt-text {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-listing-sec .blog-category {
    display: inline-block;
    background-color: #ffffff;
    padding: 2px 8px;
    border-radius: 100px;
    color: #000000;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.blog-listing-sec .blog-meta {
    padding-inline: 15px;
}
.blog-listing-sec .author-image img {
    width: 44px;
    aspect-ratio: 1;
    border: 1px solid #00000082;
    border-radius: 50%;
}
.blog-listing-sec  .author-name h6 {
    font-size: 15px;
}
.blog-listing-sec .author-designation p {
    font-size: 13px;
}
.blog-listing-sec .btn-with-arrow a.btn {
    font-size: 16px;
    padding: 5px 6px 5px 15px;
}
.blog-listing-sec .btn-with-arrow a.btn span {
    padding: 8px;
    margin-left: 10px;
}
.blog-listing-sec .btn-with-arrow a.btn span img {
    width: 12px;
}
.blog-listing-sec .post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-sec .sec-head p {
    max-width: 60%;
}
.faq-sec .sec-icon img {
    width: 100px;
}
.faq-sec .accordion-button {
    background-color: #00647e;
    color: #fff;
}
.faq-sec .faq-wrapper {
    max-width: 80%;
    margin-inline: auto;
}
body.page-id-345 .faq-sec .accordion {
    column-count: 2;
}
.faq-sec .accordion-item {
    border: none !important;
    margin-bottom: 20px;
}
body.page-id-345 .faq-sec .accordion-item {
    margin: 0 10px 20px;
}
.faq-sec button.accordion-button {
    border-radius: 15px !important;
    padding: 24px;
    font-size: 18px;
    font-weight: 500;
    min-height: 92px;
}
body.page-id-345 .faq-sec button.accordion-button {
    min-height: 92px;
}
.faq-sec .accordion-button::after {
    filter: brightness(0) invert(1);
}
.single-wrapper .single-inner-content h2 {
    font-size: 36px;
    margin: 30px 0 15px;
}
.single-wrapper .single-inner-content h3 {
    font-size: 32px;
    margin: 30px 0 15px;
}
.single-wrapper li:not(:last-child) {
    margin-bottom: 4px;
}
.single-wrapper .side-box.project-info-box li:not(:last-child) {
    border-bottom: 1px solid #0000000f;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.single-wrapper .follow-us-box li {
    margin-bottom: 0;
}
.single-wrapper .follow-us-box li img {
    width: 18px;
    aspect-ratio: 1;
    transition: .3s ease-in-out;
}
.single-wrapper .follow-us-box li:hover img {
    scale: 1.3;
}
.single-wrapper :is(h4, h5, h6) {
    font-weight: 600;
}
.single-wrapper .post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}
.single-wrapper .post-meta p {
    font-size: 15px;
    font-style: italic;
}
.single-wrapper .single-featured-image img {
    height: 400px;
    border-radius: 20px;
}
.single-wrapper .single-inner-content img:not(.single-featured-image img) {
    width: 100%;
    height: 360px;
    object-fit: contain;
}
.single-wrapper .side-box {
    background: #06091d;
    color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 24px;
}
.single-wrapper .side-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #e97602;
}
.single-wrapper .side-box.all-service-box li:not(:last-child) {
    margin-bottom: 10px;
}
.single-wrapper .side-box.all-service-box li a {
    display: block;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    padding: 8px 10px;
    border-radius: 6px;
}
.single-wrapper .side-box.all-service-box li a:hover,
.single-wrapper .side-box.all-service-box li a.active {
    background-color: #e97602;
    color: #fff;
}
.single-wrapper .hours-box ul {
    background-color: #fff;
    color: #000;
    padding: 15px;
    border-radius: 8px;
}
.single-wrapper .hours-box .btn-with-arrow a.btn {
    font-size: 16px;
}
.single-wrapper .hours-box .btn-with-arrow a.btn {
    font-size: 16px;
    background-color: #e97602;
    padding: 10px;
}
.single-wrapper .hours-box .btn-with-arrow a.btn:hover {
    background-color: #db6e00;
}
.single-wrapper .single-sidebar .sticky-lg-top {
    top: 110px;
}
.single-wrapper .contact-box {
    background: url('../images/young-woman-wearing-grey-turtleneck-eyeglasses.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;    
}
.single-wrapper .contact-box:before {
    content: "";
    background-color: #06091dd1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}
.single-wrapper .contact-box a {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    transition: .3s ease-in-out;
}
.single-wrapper .contact-box a:hover {
    transform: translateY(-4px);
    color: #e97602;
}
.single-wrapper .search-box form input {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 10px 0 0 10px;
    padding: 10px 15px;
    box-shadow: unset;
}
.single-wrapper .search-box form button.btn {
    background-color: #fc8002;
    border-radius: 0 10px 10px 0;
    padding: 10px 12px;
    color: #fff;
}
.single-wrapper .categories-box li:not(:last-child) {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.single-wrapper .categories-box li a {
    text-decoration: none;
    color: #fff;
}
.single-wrapper .categories-box li:hover a {
    color: #e97602;
}
.single-wrapper .tag-box li {
    background-color: #ffffff;
    color: #000000;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 0;
}
.single-wrapper .tag-box li a {
    text-decoration: none;
    color: #000;
}
.single-wrapper .tag-box li:hover {
    background-color: #e97602;
}
.single-wrapper .tag-box li:hover a {
    color: #fff;
}
.single-wrapper .contact-box .icon {
    background-color: #ffffff;
    margin-inline: auto;    
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    aspect-ratio: 1;
}
.single-wrapper .contact-box .icon i {
    font-size: 24px;
    color: #06091d;
}
.single-wrapper .latest-posts-box .post-item:not(:last-child) {
    margin-bottom: 15px;
}
.single-wrapper .latest-posts-box .post-thumbnail {
    width: 30%;
}
.single-wrapper .latest-posts-box .post-info {
    width: 70%;
}
.single-wrapper .latest-posts-box .post-thumbnail img {
    height: 100%;
    border-radius: 4px;
}
.single-wrapper .latest-posts-box .post-info p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.single-wrapper .latest-posts-box .post-item:hover p {
    color: #e97602;
}
.single-wrapper .latest-posts-box .author-info span {
    font-size: 12px;
}
.single-wrapper .latest-posts-box .author-info i {
    font-size: 12px;
}
.pricing-plan-sec .card {
    background-color: #070a1d;
    border-radius: 30px;
    color: #fff;
}
.pricing-plan-sec h4 {
    font-size: 28px;
    color: #e97602;
}
.pricing-plan-sec .card h3 {
    font-size: 32px;
    color: #e97602;
}
.pricing-plan-sec span.badge {
    background-color: #ffffff;
    color: #000;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: fit-content;
    margin-inline: auto;
}
.pricing-plan-sec .card ul li {
    position: relative;
    padding-left: 30px;
}
.pricing-plan-sec .card ul li:not(:last-child) {
    margin-bottom: 10px;
}
.pricing-plan-sec .card .card-body {
    padding: 50px;
}
.pricing-plan-sec .card li i {
    color: #e97602;
    position: absolute;
    top: 4px;
    left: 0;
}
.pricing-plan-sec .card a.btn.btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 600;
    color: #000;
    padding: 10px;
}
.pricing-plan-sec .card a.btn.btn-primary:hover {
    background-color: #e97602;
    border-color: #e97602;
    color: #fff;
}
.pricing-plan-sec .card-footer a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #e97602;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none;
}
.pricing-plan-sec .card-footer a:hover {
    background-color: #00647e;
}
.pricing-plan-sec .card-footer a img {
    filter: brightness(0) invert(1);
    width: 12px;
}
.pib-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.pib-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #00647e1a;
}
.pib-item:hover {
    background: #e9f2ff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.pib-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #e97602;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pib-value {
    font-size: 1.05rem;
    color: #333;
    font-weight: 500;
}
.pib-image img {
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.smm-wrap {
    background: #f8fafc;
    padding: 80px 0;
}
.smm-eyebrow {
    font-size: .875rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #e97602;
    font-weight: 600;
}
.smm-title {
    font-weight: 800;
    letter-spacing: -0.02em;
}
.smm-subtitle {
    max-width: 880px;
    color: #495057;
}
.smm-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
    height: 100%;
}
.smm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .08);
    border-color: rgba(0, 0, 0, .12);
}
.smm-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    font-size: 1.5rem;
}
.smm-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #e97602;
    color: #ffffff;
    border-radius: 999px;
    padding: 4px 10px;
}
.smm-cta {
    border-radius: 999px;
    padding: .6rem 1rem;
    font-weight: 600;
}
 .pricing-plan-feature-sec > .container {
    max-width: 1280px;
}
.pricing-plan-feature-sec .pricing-table th,
.pricing-plan-feature-sec .pricing-table td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 8px;
}
.pricing-plan-feature-sec tbody tr td:first-child {
    font-weight: 600;
    text-align: left;
    padding: 10px 30px;
}
.pricing-plan-feature-sec .pricing-table th {
    font-size: 17px;
}
.pricing-plan-feature-sec img.check-icon {
    width: 24px;
    display: block;
    margin: 0 auto 8px;
}
.pricing-plan-feature-sec tr.heading-row td {
    background-color: #f8f9fa;
    color: #00647e;
}
.pricing-plan-feature-sec .plan-price {
    font-size: 20px;
    color: #00647e;
}
.pricing-plan-feature-sec thead tr:nth-child(2) th:nth-child(1),
.pricing-plan-feature-sec tbody tr td:nth-child(2) {
    background-color: #fcf4f0;
}
.pricing-plan-feature-sec thead tr:nth-child(2) th:nth-child(2),
.pricing-plan-feature-sec tbody tr td:nth-child(3) {
    background-color: #effbf7;
}
.pricing-plan-feature-sec thead tr:nth-child(2) th:nth-child(3),
.pricing-plan-feature-sec tbody tr td:nth-child(4) {
    background-color: #8fb6c738;
}
.pricing-plan-feature-sec tbody tr.heading-row td {
    background-color: #f8f9fa;
}
.pricing-plan-feature-sec .btn-with-arrow a.btn {
    font-size: 16px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.pricing-plan-feature-sec .btn-with-arrow a.btn img {
    width: 12px;
    filter: brightness(0) invert(1);
}
.single-wrapper:has(.service-enquiry-form) > .container {
    max-width: 60%;
}
.single-wrapper:has(.service-enquiry-form) > .container > :is(h2, p) {
    text-align: center;
}
.service-enquiry-form {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 30px;
    margin-top: 50px;
}
.service-enquiry-form .wpforms-container :is(input, select, textarea) {
    max-width: 100%;
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}
.service-enquiry-form .wpforms-container :is(input, select, textarea):focus {
    border-color: #00647e !important;    
}
.service-enquiry-form .wpforms-field-container label.wpforms-field-label {
    color: #000;
    margin-bottom: 10px;
}
.service-enquiry-form .wpforms-submit-container button {
    background-color: #E97602 !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    padding-right: 30px !important;
}
.service-enquiry-form .wpforms-submit-container button:hover {
    background-color: #00647E !important;
}
.service-enquiry-form .wpforms-submit-container button:before {
    content: "";
    background: url('/wp-content/uploads/2025/08/arrow-top-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    filter: brightness(0) invert(1);
}
.service-enquiry-form .wpforms-submit-container button:after,
.service-enquiry-form.multistep-form button.wpforms-page-button:after {
    display: none;
}
.service-enquiry-form.multistep-form .wpforms-field {
    width: 100%;
    margin: 0;
}
.service-enquiry-form.multistep-form button.wpforms-page-button {
    background-color: #E97602 !important;
    border-radius: 6px !important;
    font-size: 16px !important;
}
.service-enquiry-form.multistep-form button.wpforms-page-button:hover {
    background-color: #00647e !important;
}
.service-enquiry-form.multistep-form .wpforms-page-indicator-page.active .wpforms-page-indicator-page-number {
    background-color: #00647e !important;
}
.service-enquiry-form.multistep-form .wpforms-page-indicator-page.active .wpforms-page-indicator-page-triangle {
    border-top-color: #00647e;
}
.service-enquiry-form.multistep-form .wpforms-page-indicator-page.active .wpforms-page-indicator-page-title {
    color: #00647e;
}
.service-enquiry-form.multistep-form .wpforms-page.wpforms-page-4.last .wpforms-pagebreak-split {
    justify-content: start;
}
.service-enquiry-form.multistep-form .wpforms-page.wpforms-page-4.last .wpforms-entry-preview-label {
    font-weight: bold;
    padding: 0;
}
.service-enquiry-form.multistep-form .wpforms-page.wpforms-page-4.last .wpforms-entry-preview-value {
    padding: 0;
}
.service-enquiry-form.multistep-form .wpforms-page.wpforms-page-4.last .wpforms-entry-preview-label {
    margin-bottom: 2px;
}
.service-enquiry-form.multistep-form .wpforms-page.wpforms-page-4.last .wpforms-entry-preview-value {
    margin-bottom: 15px;
}
.service-enquiry-form.multistep-form .wpforms-submit-container {
    text-align: center;
}
.pagination {
    justify-content: center;
}
.pagination .page-numbers:not(.prev.page-numbers, .next.page-numbers) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #dee2e6;
    width: 40px;
    height: 40px;
    margin: 0 2px;
}
.pagination .page-numbers:not(.prev.page-numbers, .next.page-numbers):hover,
.pagination .page-numbers.current {
    background-color: #00647e !important;
    color: #fff;
}
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
    font-size: 15px;
}
.pagination a.prev.page-numbers:hover,
.pagination a.next.page-numbers:hover {
    color: #00647e;
}
footer {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 30px;
    color: #fff;
    position: relative;
    z-index: 1;
}
footer:before {
    content: "";
    background-color: #06091d73;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
footer .footer-logo img {
    width: 90%;
}
footer .footer-links li:not(:last-child) {
    margin-bottom: 12px;
}
footer .footer-links li a,
footer .footer-copyright li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
footer .footer-links li a:hover,
footer .footer-copyright li a:hover {
    color: #fc8002;
}
footer .footer-links img.contact-icon {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    filter: brightness(0) invert(1);
}
footer .footer-links li:has(img.contact-icon) {
    padding-left: 30px;
}
footer h6 {
    font-size: 22px;
    font-weight: 600;
}
footer .footer-copyright {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #fff;
}
footer .footer-newsletter input {
    background-color: #161A2B;
    border-color: #161A2B;
    border-radius: 10px;
    color: #fff;
    padding: 15px 60px 15px 15px;
}
footer .footer-newsletter input::placeholder {
    color: #fff;
}
footer .footer-newsletter form p {
    position: relative;
}
footer .footer-newsletter button.btn {
    background-color: #fc8002;
    border-radius: 0 10px 10px 0;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
footer .footer-newsletter button.btn img {
    width: 20px;
    aspect-ratio: 1;
}
footer .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 14px;
    text-align: center;
}
footer form.wpforms-form {
    position: relative;
}
footer .wpforms-container .wpforms-field-email {
    padding: 0;
}
footer .wpforms-container .wpforms-field-email input[type=email] {
    background-color: #161A2B;
    border-color: #161A2B !important;
    border-radius: 10px;
    color: #fff !important;
    padding: 15px 60px 15px 15px;
    color: #fff;
}
footer .wpforms-container .wpforms-submit-container {
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
}
footer .wpforms-container .wpforms-submit-container button[type=submit] {
    font-size: 0;
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
    background-color: #e97602 !important;
}
footer .wpforms-container .wpforms-submit-container button[type=submit]:after {
    content: "";
    background: url('/wp-content/uploads/2025/08/send-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
footer .wpforms-container .wpforms-field-email input[type=email]::placeholder {
    color: #fff;
    opacity: 1;
}
footer .follow-us h6 {
    font-size: 15px;
    font-weight: 500;
}
footer .follow-us li img {
    width: 15px;
    aspect-ratio: 1;
    transition: .3s ease-in-out;
}
footer .follow-us li img:hover {
    scale: 1.2;
}
.disclaimer {
    font-size: xx-small;
    margin: 45px 0px;
}
@media screen and (min-width: 1599px){
.container {
    max-width: 1450px;
}
}

@media screen and (max-width: 1440px){
.banner-sec .banner-sec-img img.banner-img {
    width: 100%;
}
.card-layout-sec.portfolio-sec .card img {
    height: 250px;
}
.blog-listing-sec .btn-with-arrow a.btn {
    font-size: 14px;
    padding: 5px 6px 5px 10px;
}
.blog-listing-sec .btn-with-arrow a.btn span img {
    width: 10px;
}
.blog-listing-sec  .author-name h6 {
    font-size: 14px;
}
.blog-listing-sec .author-designation p {
    font-size: 11px;
}
.single-wrapper:has(.service-enquiry-form) > .container {
    max-width: 80%;
}
}

@media screen and (max-width: 1299px){
header .navbar-brand img {
    width: 150px;    
}
header .navbar-nav a.nav-link {
    font-size: 16px;
}
header a.btn.btn-orange {
    font-size: 16px;    
    padding: 24px;
}
.banner-sec {
    height: 750px;
}
.banner-sec .banner-content {
    padding: 100px 0 100px 80px;
}
.banner-sec h1 {
    font-size: 60px;
    line-height: 62px;
}
.work-process-sec .process-row {    
    width: 100%;    
}
.services-sec .card img {
    height: 300px;
}
.pricing-plan-sec .card .card-body {
    padding: 50px 30px 30px;
}
body.page-id-220 .why-choose-us-sec .card {
    min-height: 200px;
}
}

@media screen and (max-width: 1199px){
.floating-btn {
    display: block;
}
header .top-bar {
    padding: 8px 15px;
}
header .navbar-nav {
    padding: 30px;
    text-align: center;
    gap: 0;
    background: #f7f7f7;
}
header a.btn.btn-orange {
    width: 100%;
    padding: 16px;
}
header a.navbar-brand {
    padding-left: 30px;
}
header .navbar-toggler {
    margin-right: 30px;
}
.why-choose-us-sec .sec-img img {    
    width: 500px;    
}
.about-us-sec .sec-counter,
.contact-form-sec .inner-wrapper {
    width: 100%;
}
.offer-sec .card img {
    width: 100px;
}
.get-in-touch-sec h2 img.box-img {
    position: absolute;
    top: -60px;
    right: 0;
    margin-top: 0;
}
.get-in-touch-sec .sec-img img {
    height: 300px;
}
.faq-sec .sec-head p,
.faq-sec .faq-wrapper {
    max-width: 100%;
}
footer .footer-logo img {
    width: 20%;
}
footer .footer-links li,
footer .footer-links li a,
footer .footer-newsletter p {
    font-size: 15px;
}
footer .footer-copyright {
    font-size: 14px;
}
}

@media screen and (max-width: 1024px){
section {
    margin: 80px 0;
}
.banner-sec .banner-content {
    padding: 100px 0 10px 30px;
}
.banner-sec .banner-content p {
    font-size: 18px;
}
.contact-form-sec .chat-icon {    
    top: -30px;
    left: -30px;
    width: 80px;
}
}

@media screen and (max-width: 992px){
header .header-info {
    column-gap: 10px;
}
.banner-sec .box-img {
    top: -60px;
    right: -40px;
}
.banner-sec .banner-sec-img img.banner-img {
    width: 50%;
    height: 250px;
}
.why-choose-us-sec .sec-img img {
    top: 50%;
    opacity: 0.3;
}
.why-choose-us-sec .card {
    min-height: 240px;
}
.why-choose-us-sec.about-choose-us .card {
    min-height: unset;
}
.card-layout-sec .card img {    
    height: 260px;    
}
.card-layout-sec .card-body {
    padding: 20px 15px;
}
.card-layout-sec .card-body h5 {
    font-size: 24px;
}
.card-layout-sec .card-body p {
    font-size: 16px;    
}
.digital-agency-sec .shape-img img {
    width: 150px;
}
.digital-agency-sec .rectangle-shape-img img {
    width: 80px;
    margin-top: 50px;
}
.digital-agency-sec .side-1 img {
    height: 500px;
}
.digital-agency-sec .side-2 img {
    height: 550px;
}
.offer-sec .card h5 {
    min-height: unset;
}
.get-in-touch-sec h2 img.box-img {    
    top: -20px;
}
.get-in-touch-sec .sec-img img {
    height: 400px;
}
body.page-id-345 .faq-sec .accordion {
    column-count: 1;
}
section.contact-form-sec {
    padding-top: 0px;
}
.pricing-plan-sec .card {
    max-width: 70%;
    margin-inline: auto;
}
.page-id-220 .about-us-sec > .container > .row {
    flex-direction: column-reverse;
}
body.single-project .about-us-sec .sec-btn > img,
body.single-service .about-us-sec .sec-btn > img {
    display: none;
}
footer .footer-logo img {
    width: 30%;
}
}

@media screen and (max-width: 767px){
nav li.breadcrumb-item {
    font-size: 14px;
}
body.home section.why-choose-us-sec,
body.single-service .why-choose-us-sec {
    margin-bottom: 80px;
}
body.home .why-choose-us-sec .sec-head,
body.single-service .why-choose-us-sec .sec-head {
    margin-bottom: 50px;
}
.services-sec .card-body,
.card-layout-sec.services-sec .card-body {
    min-height: unset;
}
.single-wrapper .single-featured-image img {
    height: 300px;
}
.contact-form-sec form button {
    font-size: 15px;
}
.pricing-plan-sec .card {
    max-width: 100%;
}
.pib-section {
    padding: 0 20px;
}
.pib-box {
    padding: 30px 10px;
}
body.page-id-220 .why-choose-us-sec .row > .col,
body.single-service .why-choose-us-sec .row > .col,
body.single-project .why-choose-us-sec .row > .col {
    flex: 0 0 100%;
}
body.page-id-220 .why-choose-us-sec .card,
body.single-service .why-choose-us-sec .card,
body.single-project .why-choose-us-sec .card {
    min-height: unset;
}
body.single-service .get-in-touch-sec h2 img.box-img {
    display: none;
}
body.single-service .get-in-touch-sec {
    overflow-x: hidden;
    padding: 10px 0px 30px;
}
body.single-service .get-in-touch-sec .form-wrapper.mt-5 {
    margin-top: 0 !important;
}
.single-wrapper:has(.service-enquiry-form) > .container {
    max-width: 100%;
}
}

@media screen and (max-width: 575px){
.btn-with-arrow a.btn span {    
    padding: 10px;    
}
.btn-with-arrow a.btn span img {
    width: 14px;    
}
h2 {
    font-size: 36px;    
}
.sec-head p {
    font-size: 16px;
}
.sub-head h6 {
    font-size: 18px;
}
.btn-with-arrow a.btn {
    font-size: 16px;    
    padding: 4px 5px 4px 20px;
}
nav li.breadcrumb-item.active {
    max-width: 200px;
}
.page-banner {
    height: 55vh;
}
.page-banner .inner-content {
    padding: 20px;
}
.page-banner .inner-content h2 {
    font-size: 40px;
}
header .header-info {    
    justify-content: center;
}
header .top-bar {    
    padding: 8px 0;
}
header .header-info a {
    font-size: 12px;    
}
header .header-social img {
    width: 12px;
}
header a.navbar-brand {
    padding-left: 12px;
}
header .navbar-toggler {
    margin-right: 12px;
}
.banner-sec .banner-content {
    padding: 100px 0px 10px 0px;
}
.banner-sec h1 {
    font-size: 38px;
    line-height: 42px;
}
.banner-sec .banner-content p {
    font-size: 16px;
}
.banner-sec .badge-custom {
    font-size: 14px;
    padding: 6px 20px;
    letter-spacing: 0.10em;
}
.banner-sec .box-img {
    top: -30px;
    right: 10px;
    width: 30px;
}
.banner-sec .banner-content .sec-btn > img,
.about-us-sec .sec-btn > img {
    width: 60px;
}
.banner-sec .banner-sec-img img.banner-img {
    width: 90%;
}
.core-technologies-sec .parner-logo img {
    width: 100px;
}
.about-us-sec {
    padding: 60px 0;
}
.about-us-sec .center-logo-wrapper {
    width: 80px;
}
.about-us-sec .center-logo-wrapper img {
    width: 50px;
}
.about-us-sec .sec-img-2 {
    padding-right: 0px;
}
.about-us-sec .sec-img-1 {
    padding-left: 30px;
}
.about-us-sec .sub-head img.box-img {
    width: 40px;
}
.about-us-sec .sec-counter .counter-number {
    font-size: 38px;
}
.about-us-sec .counter-box p {
    font-size: 14px;
}
.offer-sec .card a {
    font-size: 16px;
}
.why-choose-us-sec .sec-icon img,
.work-process-sec .sec-icon img,
.faq-sec .sec-icon img {
    width: 80px;
}
.why-choose-us-sec .card {
    min-height: unset;
}
.recent-project-sec,
.review-sec,
.work-process-sec {
    padding: 60px 0;
}
.digital-agency-sec .side-2 img {
    height: 300px;
    width: 100%;
    border-radius: 60px 10px;
}
.digital-agency-sec .side-1 img {
    width: 100%;
    height: 300px;
    border-radius: 10px 60px;
}
.digital-agency-sec .rectangle-shape-img img {
    width: 50px;
    margin-top: 30px;
}
.digital-agency-sec .shape-img img {
    width: 100px;
    margin-bottom: 30px;
}
.contact-form-sec .inner-wrapper {
    padding: 50px 20px 20px;
}
.contact-form-sec textarea {
    border-radius: 20px;   
}
.review-sec .review-box p {
    font-size: 16px;
}
.review-sec .quote-icon img {
    width: 50px;
}
.review-sec .review-star img {
    width: 16px;
}
.recent-project-sec:after,
.review-sec:after {
    width: 300px;
    height: 300px;
}
.contact-form-sec {
    padding-inline: 10px;
}
.contact-form-sec .wpforms-submit-container button[type=submit] {
    font-size: 16px;
}
.contact-form-sec .wpforms-submit-container button[type=submit]:after {
    width: 16px;
    height: 16px;
}
.contact-form-sec .chat-icon {
    top: -25px;
    left: -18px;
    width: 60px;
}
.work-process-sec .right-side {    
    padding-top: 80px;
}
.work-process-sec .process-item h4 {
    font-size: 20px;    
}
.work-process-sec .process-item p {
    font-size: 14px;
}
.work-process-sec p.process-number {
    font-size: 12px;
    width: 24px;
    height: 24px;
}
.work-process-sec .left-side .process-number {
    right: -13px;
}
.work-process-sec .right-side .process-number {
    left: -14px;
}
.why-choose-us-sec.about-choose-us .card .card-icon,
.why-choose-us-sec.about-choose-us .card .card-content {
    width: 100%;
}
.get-in-touch-sec .sec-img img {
    height: 260px;
}
.get-in-touch-sec .sec-video img {
    width: 100px;    
}
.get-in-touch-sec h2 img.box-img {
    width: 44px;
}
.contact-info-sec .card-content p,
.contact-info-sec .card-content p a {
    font-size: 16px;
}
.blog-listing-sec .blog-meta {
    flex-wrap: wrap;
}
.faq-sec .accordion-item {
    margin-bottom: 15px;
}
.faq-sec button.accordion-button {   
    padding: 20px;
    font-size: 16px;
}
.single-wrapper .single-inner-content h2 {
    font-size: 28px;
}
.single-wrapper .single-inner-content h3 {
    font-size: 24px;    
}
.single-wrapper .single-inner-content img:not(.single-featured-image img) {    
    height: 280px;
}
.service-enquiry-form {
    padding: 10px 20px 10px;
}
.service-enquiry-form .wpforms-field-container > .wpforms-field {
    width: 100%;
    margin: 0;
}
.service-enquiry-form .wpforms-container :is(input, select, textarea)::placeholder {
    font-size: 15px;
}
.service-enquiry-form.multistep-form .wpforms-page.wpforms-page-4.last .wpforms-entry-preview-label,
.service-enquiry-form.multistep-form .wpforms-page.wpforms-page-4.last .wpforms-entry-preview-value {
    width: 100%;
}
.service-enquiry-form.multistep-form .wpforms-field.wpforms-field-html p {
    font-size: 13px;
}
.service-enquiry-form.multistep-form form .wpforms-page-indicator.connector {
    display: none;
}
.service-enquiry-form.multistep-form h3 {
    margin: 0;
    color: #00647e;
}
footer {
    padding: 60px 10px 10px;
}
footer .footer-logo img {
    width: 54%;
}
footer .footer-copyright {
    margin-top: 50px;
    flex-direction: column-reverse;
    font-size: 13px;
}
}


.key-technologies-sec .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.key-technologies-sec .tech-list {
  list-style: none;
  padding-left: 0;
}
.key-technologies-sec .tech-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}
.key-technologies-sec .tech-list li:before {
    content: "";
    background: url('images/check-mark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    left: 0;
}
.key-technologies-sec .icon-box img {
    width: 80px;
    aspect-ratio: 1;
    object-fit: contain;
}
.key-technologies-sec h5 {
    margin: 30px 0 20px;
    font-size: 24px;
}