:root {
    --main-blue: #3c5de5;
    --primary-gradient: linear-gradient(304deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%) !important;
    --primary-color: #5b0bb1 !important;
}

body,
html {
    font-family: "Quicksand", sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

ul {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}

a {
    text-decoration: none !important;
    color: #000;
}

p {
    text-align: justify;
    color: #000;
}

p:last-child {
    margin-bottom: 0 !important;
}

.primary-btn {
    border-radius: 5px;
    padding: 0px 30px;
    color: rgb(255, 255, 255) !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    letter-spacing: 0.4px;
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%);
    border: unset;
}

.primary-btn img {
    filter: brightness(0) invert(1);
    margin-left: 6px;
}

.text-gradient {
    background: linear-gradient(82.48deg, rgb(64, 128, 245) 43.03%, rgb(119, 71, 213) 68.71%, rgb(87, 42, 194) 89.75%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.section-padding {
    padding: 80px 0px;
}

.section-bottom-padding {
    padding-bottom: 80px;
}

.next-line {
    display: block;
}

.bg-none {
    background-color: transparent !important;
}

.bg-grey {
    background-color: rgb(247, 247, 252) !important;
}

.shine-image {
    position: relative;
    overflow: hidden;
}

.shine-image::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.shine-image:hover::before,
.shine-image:focus::before {
    animation: shine 0.90s linear;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* page breadcrumb */

.page-breadcrumb {
    background: rgb(15, 117, 188);
    padding: 60px 0;
}

.page-breadcrumb .title h2 {
    text-align: center;
    margin: 0;
    color: #fff !important;
    font-size: 34px;
    letter-spacing: 1px;
}

/* top bar */

.top-bar {
    background: var(--primary-gradient);
    padding: 5px 100px;
}

.top-bar .contact-info ul {
    display: flex;
    gap: 30px;
}

.top-bar .contact-info ul li svg {
    width: 16px;
    margin-right: 6px;
    margin-top: -2px;
}

.top-bar .contact-info ul li span {
    color: rgb(255, 255, 255);
    font-weight: 500;
    letter-spacing: 0.8px;
    font-size: 14px;
}

/* header */

.mobile-header {
    display: none;
}

.desktop-header {
    display: block;
}

header .navbar {
    padding: 0px 110px;
    position: relative;
    z-index: 9;
}

header .navbar .logo-box img {
    width: 260px;
}

header .navbar .navigation {
    display: flex;
    gap: 26px;
    align-items: center;
}

header .navbar .navigation .menu-inner {
    display: flex;
    gap: 34px;
    padding-right: 15px !important;
}

header .navbar .navigation .menu-inner li .menu-dropdown {
    padding: 34px 22px 34px 0px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.4px;
    cursor: pointer;
    display: inline-block;
}

header .navbar .navigation .menu-inner li .menu-dropdown::after {
    all: unset;
    content: "";
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url(https://cdn.cmarix.com/images/header/menu-dropdown.svg) no-repeat center center;
}

header .navbar .navigation .menu-inner li a.menu-dropdown {
    padding-right: 0px;
}

header .navbar .navigation .menu-inner li a.menu-dropdown::after {
    all: unset;
}

header .navbar .navigation .menu-inner li .dropdown-menu {
    width: 100%;
    left: 0px;
    top: 120px;
    z-index: 99;
    grid-template-columns: 25% 25% 50%;
    transition: 0.2s linear;
    opacity: 0;
    display: grid;
    visibility: hidden;
    pointer-events: none;
    border-radius: unset !important;
    padding: unset !important;
    border: unset !important;
    background: #fff;
}

header .navbar .navigation .menu-inner li .dropdown-menu.active {
    top: 90px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

header .navbar .navigation .menu-inner li .dropdown-menu .left {
    background-color: var(--main-blue);
    position: relative;
    padding: 30px;
    color: rgb(255, 255, 255);
}

header .navbar .navigation .menu-inner li .dropdown-menu .left h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
    color: #fff !important;
}

header .navbar .navigation .menu-inner li .dropdown-menu .left p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 28px;
    margin-bottom: 140px;
    color: #fff;
}

header .navbar .navigation .menu-inner li .dropdown-menu .left a {
    background: rgb(252, 252, 252);
    border-radius: 5px;
    padding: 0px 30px;
    color: rgb(60, 93, 229) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .center {
    background-color: rgb(245, 245, 245);
    padding: 20px 0px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .center .nav {
    display: block;
}

header .navbar .navigation .menu-inner li .dropdown-menu .center .nav .nav-link {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: unset;
    color: rgb(0, 0, 0);
    padding: 10px 16px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .center .nav .nav-link.active {
    background: rgb(255, 255, 255);
    color: var(--main-blue);
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content,
header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane {
    height: 100%;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner .getQuote {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) 0% 0% / cover, url("../images/bg-image-overlay.webp") center center no-repeat;
    padding: 30px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner .getQuote {
    text-align: center;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner .getQuote h2 {
    color: #fff !important;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner .getQuote a {
    background: rgb(252, 252, 252);
    border-radius: 5px;
    padding: 0px 50px;
    color: rgb(60, 93, 229);
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    letter-spacing: 0.5px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner .getQuote span {
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner .services {
    padding: 20px 40px;
    background: unset;
    border-radius: unset;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner .services ul li,
header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner .services ul li a {
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner .services ul li:last-child {
    margin-bottom: 0px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner.double {
    grid-template-columns: 100%;
}

header .navbar .navigation .menu-inner li .dropdown-menu .right .tab-content .tab-pane .inner.double .services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

header .navbar .navigation .header-button {
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    padding: 12px 30px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.4px;
    color: rgb(255, 255, 255) !important;
}


header .navbar .navigation .menu-inner li .dropdown-menu .custom-box {
    background: linear-gradient(#000000b3, #00000052), url(../images/industries.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom-box h2 {
    font-family: "Cormorant Garamond", serif;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom-box a {
    background: linear-gradient(82.48deg, rgb(64, 128, 245) 43.03%, rgb(119, 71, 213) 68.71%, rgb(87, 42, 194) 89.75%);
    color: #fff !important;
}

header .navbar .navigation .menu-inner li .dropdown-menu {
    border-top: 1px solid #0000000d !important;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom {
    padding: 50px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom .industry-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 35px;
}

header .navbar .navigation .menu-inner li .industry-dropdown {
    grid-template-columns: 25% 75%;
}

header .navbar .navigation .menu-inner li .industry-dropdown .center {
    background: #fff !important;
    grid-template-columns: 70% 30%;
    display: grid;
    padding:0px !important ;
    
}

header .navbar .navigation .menu-inner li .industry-dropdown .center .getQuote{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) 0% 0% / cover, url(../images/bg-image-overlay.webp) center center no-repeat;
    padding: 30px;
    text-align: center;
}

header .navbar .navigation .menu-inner li .industry-dropdown .center .getQuote h2{
    color: #fff !important;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

header .navbar .navigation .menu-inner li .industry-dropdown .center .getQuote span{
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

header .navbar .navigation .menu-inner li .industry-dropdown .center .getQuote a{
    background: rgb(252, 252, 252);
    border-radius: 5px;
    padding: 0px 50px;
    color: rgb(60, 93, 229);
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    letter-spacing: 0.5px;
}


header .navbar .navigation .menu-inner li .industry-dropdown .tech-sec{
    padding: 20px 40px;
}

header .navbar .navigation .menu-inner li .industry-dropdown .center .tech-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

header .navbar .navigation .menu-inner li .industry-dropdown .center .tech-sec .tech-row span {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--main-blue);
}

header .navbar .navigation .menu-inner li .industry-dropdown .center .tech-sec .tech-row ul li {
    margin-bottom: 5px;
}

header .navbar .navigation .menu-inner li .industry-dropdown .center .tech-sec .tech-row ul li a {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    color: #222;
}

header .navbar .navigation .menu-inner li .technology-dropdown {
    display: block;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom .industry-sec .item-box {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #00000017 !important;
    padding-bottom: 25px;
    position: relative;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom .industry-sec .item-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 0.5px;
    background-color: #0f75bc;
    transition: width 0.3s ease;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom .industry-sec .item-box:hover::after {
    width: 100%;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom .industry-sec .item-box .img img {
    width: 80px;
    height: 62px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom .industry-sec .item-box .text span {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom .industry-sec .item-box .text p {
    font-size: 13px;
    letter-spacing: 0.4px;
}

header .navbar .navigation .menu-inner li .dropdown-menu .custom .industry-sec .item-box:hover span {
    background: linear-gradient(82.48deg, rgb(64, 128, 245) 43.03%, rgb(119, 71, 213) 68.71%, rgb(87, 42, 194) 89.75%) text;
    -webkit-text-fill-color: transparent;
}

header .navbar .navigation .menu-inner li .about-dropdown {
    grid-template-columns: 75% 25%;
}


header .navbar .navigation .menu-inner li .about-dropdown .custom-box {
    background: linear-gradient(#000000b3, #00000052), url(../images/web-design.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


header .navbar .navigation .menu-inner li .about-dropdown .left p {
    margin-bottom: 50px;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom,
header .navbar .navigation .menu-inner li .technology-dropdown .custom {
    padding: 40px 80px;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom span,
header .navbar .navigation .menu-inner li .technology-dropdown span {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--main-blue);
}

header .navbar .navigation .menu-inner li .about-dropdown .custom ul li {
    margin-bottom: 5px;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom ul li a {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    color: #000;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0.5px;
    background-color: #0f75bc;
    transition: width 0.3s ease;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom ul li:hover a {
    color: #0f75bc !important;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom ul li:hover a::after {
    width: 100%;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom .custom-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom .custom-item img {
    width: 50px;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom .custom-item .content span {
    font-family: "Cormorant Garamond", serif;
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 0.5px;
    color: #212121 !important;
    -webkit-text-fill-color: unset;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom .social {
    padding-top: 30px;
    border-top: 2px dashed #00000017 !important;
    margin-top: 60px;
}

header .navbar .navigation .menu-inner li .technology-dropdown .custom .bottom-row {
    padding-top: 30px;
    border-top: 2px dashed #00000017 !important;
    margin-top: 30px;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom .custom-item .content p {
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 500;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom .social-item span {
    font-family: "Cormorant Garamond", serif;
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 0.5px;
    color: #212121 !important;
    -webkit-text-fill-color: unset;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom .social-item ul {
    display: flex;
    gap: 20px;
}

header .navbar .navigation .menu-inner li .about-dropdown .custom .social-item ul li a::after {
    all: unset
}

header .navbar .navigation .menu-inner li .about-dropdown .custom .social-item ul li i {
    font-size: 18px;
}

header .navbar .navigation .menu-inner li .technology-dropdown ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #00000017 !important;
}

header .navbar .navigation .menu-inner li .technology-dropdown ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 0.5px;
    background-color: #0f75bc;
    transition: width 0.3s ease;
}

header .navbar .navigation .menu-inner li .technology-dropdown ul li:hover a::after {
    width: 100%;
}

header .navbar .navigation .menu-inner li .technology-dropdown ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    letter-spacing: 0.8px;
    font-weight: 500;
    position: relative;
    padding: 15px 0;
}

header .navbar .navigation .menu-inner li .technology-dropdown ul li a:hover {
    color: #0f75bc !important;
}

header .navbar .navigation .menu-inner li .technology-dropdown ul li a img {
    width: 30px;
}

.col-count {
    column-count: 2;
}

.hero-banner {
    position: relative;
}

.hero-banner .img-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 9%);
    left: 0px;
    top: 0px;
}

.hero-banner .swiper-slide .banner-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 660px;
    color: rgb(252, 252, 252);
}

.hero-banner .swiper-slide .banner-info .brand-no-case h2 {
    color: #fff !important;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
}

.hero-banner .swiper-slide .banner-info .brand-no-case p {
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0.4px;
    color: #fff;
}

.hero-banner .swiper-slide .banner-info .brand-no-case a {
    margin-top: 20px;
    background: rgb(252, 252, 252);
    border-radius: 5px;
    padding: 0px 30px;
    color: rgb(15, 117, 188) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.hero-banner .swiper-slide .banner-info .brand-no-case a img {
    margin-left: 8px;
    width: 18px;
    transform: translateY(-1px);
}

.heroSlider .custom-pagination {
    position: absolute;
    right: 0px;
    z-index: 9;
    max-width: 1320px;
    margin: 0px auto;
    display: flex;
    justify-content: end;
    gap: 20px;
    bottom: 36px !important;
    left: 0px !important;
}

.heroSlider .custom-pagination>span {
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: rgb(225, 225, 233);
    padding: 0px 16px 10px;
    border-bottom: 2px solid transparent;
    position: relative;
    letter-spacing: 0.6px;
    cursor: pointer;
}

.heroSlider .custom-pagination>span.swiper-pagination-bullet-active {
    border-bottom: 2px solid rgb(252, 252, 252);
    color: rgb(252, 252, 252);
}

.client-logo {
    overflow: hidden;
    padding: 60px 0;
}

.client-logo p {
    font-size: 34px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    padding: 0px 20px 48px;
    text-align: center;
    margin: 0px;
    letter-spacing: 0.4px;
    font-family: "Cormorant Garamond", serif;
}

.client-logo .clientSlider {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
    gap: 110px;
}

.client-logo .clientSlider .client-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 110px;
    animation: 35s linear 0s infinite normal none running marqueeloop;
}

.client-logo .clientSlider .client-logos .logo-box {
    height: 100%;
    width: 100%;
    max-width: 165px;
    min-width: 165px;
    display: inline-block;
    max-height: 90px;
}

@keyframes marqueeloop {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-2080px);
    }
}

/* about us */

.about-us .img-box {
    position: relative;
}

.about-us .img-box .transaction {
    position: absolute;
    box-shadow: rgba(10, 3, 46, 0.03) 10px 8px 34px 16px;
    bottom: 60px;
    left: -80px;
}

.about-us .img-box .transaction img {
    max-height: 130px;
}

.about-us .content-area {
    padding-left: 10px;
}

.about-us .content-area h2 {
    font-size: 32px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
}

.about-us .content-area p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
}

.about-us .content-area .primary-btn {
    margin-top: 20px;
}

/* milestone */

.milestone {
    background: #f7f7fc;
    padding: 60px 0;
}

.milestone .counter {
    display: grid;
    grid-template-columns: 24% 30% 28% 18%;
}

.milestone .counter .counter-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.milestone .counter .counter-item .number h4 {
    font-size: 46px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
    color: rgb(15 117 188);
}

.milestone .counter .counter-item .name p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: rgb(89, 100, 126);
    line-height: 26px;
    letter-spacing: 0.4px;
}

/* case study */

.case-study .main-heading {
    padding-bottom: 60px;
}

.case-study .main-heading .section-title {
    font-size: 34px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
}

.case-study .main-heading p {
    font-size: 16px;
    line-height: 32px;
    margin: 0px;
    letter-spacing: 0.4px;
    text-align: center;
    font-weight: 500;
}

.case-study .main-heading p span {
    font-weight: 600;
}

.case-study .project-box {
    overflow: hidden;
    background: url(../images/footer-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    z-index: 0;
}

.case-study .project-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f75bc;
    opacity: 0.95;
    z-index: -1;
}

.case-study .project-box .img-box img {
    width: 100%;
}

.case-study .project-box .project-details {
    padding: 34px 40px;
}

.case-study .project-box .project-details .project-name {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
    color: #fff !important;
}

.case-study .project-box .project-details .project-tech {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgb(247, 247, 252);
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 24px;
}

.case-study .project-box .project-details .project-tech .language {
    border: 1px solid #fff;
    padding: 6px 8px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: rgb(247, 247, 252);
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
}

.case-study .project-box .project-details p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    color: rgb(247, 247, 252);
    margin-bottom: 30px;
    letter-spacing: 0.6px;
}

.case-study .project-box .project-details a {
    background: rgb(252, 252, 252);
    border-radius: 5px;
    padding: 0px 26px;
    color: rgb(15, 117, 188) !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 46px;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

.case-study .project-box .project-details a:last-child {
    margin: 0;
}

.case-study .bottom-area {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-study .bottom-area .custom-slider-arrow {
    display: flex;
    gap: 10px;
}

.case-study .bottom-area .custom-slider-arrow button {
    background: transparent;
    border: 1px solid #1879bd;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    color: #1576b9;
    font-size: 18px;
    line-height: 44px;
}

.case-study .bottom-area .seperator {
    width: 100%;
    height: 1px;
    background-color: #1576ba;
    flex: 1 1;
    margin: 0 40px;
}

/* services */

.services {
    background-color: rgb(247, 247, 252);
}

.services .main-heading {
    padding-bottom: 60px;
}

.services .main-heading .section-title {
    font-size: 34px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}

.services .main-heading p {
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    margin: 0px;
    letter-spacing: 0.6px;
}

.services .left-bar .nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.services .left-bar .nav .nav-link {
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 20px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.services .left-bar .nav .nav-link.active {
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%);
    color: rgb(255, 255, 255);
    opacity: 1;
}

.services .right-bar {
    padding: 40px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.services .right-bar .tab-content .tab-pane .content-area {
    position: relative;
}

.services .right-bar .tab-content .tab-pane .content-area h4 {
    font-size: 22px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

.services .right-bar .tab-content .tab-pane .content-area p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}

.services .right-bar .tab-content .tab-pane .content-area p span {
    background: linear-gradient(82.48deg, rgb(64, 128, 245) 43.03%, rgb(119, 71, 213) 68.71%, rgb(87, 42, 194) 89.75%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.services .right-bar .tab-content .tab-pane .content-area .listing {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}

.services .right-bar .tab-content .tab-pane .content-area .listing li i {
    color: rgb(38 120 245);
    font-size: 16px;
    margin-right: 4px;
}

.services .right-bar .tab-content .tab-pane .content-area .listing li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.6px;
}

.services .right-bar .tab-content .tab-pane .content-area .actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.service-image {
    position: absolute;
}

/* testimonial */

.testimonial {
    overflow: hidden;
}

.testimonial .main-heading {
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.testimonial .main-heading span {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: 0.8px;
}

.testimonial .main-heading .section-title {
    font-size: 34px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

.testimonial .main-heading .slider-button {
    display: flex;
    gap: 60px;
    align-items: center;
}

.testimonial .main-heading .slider-button .swiper-button-disabled {
    opacity: 0.5;
}

.testimonial .main-heading .slider-button button {
    border: none;
    background-color: transparent;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.6px;
    color: #0f75bc;
    cursor: pointer;
    display: flex;
    gap: 20px;
    font-family: "Cormorant Garamond", serif;
    padding: 0;
}

.testimonial .main-heading .slider-button button img {
    width: 48px;
}

.testimonial .outer {
    position: relative;
}

.testimonial .testimonialSlider {
    width: 1300px;
    margin: 0px auto;
    overflow: visible;
}

.testimonial .testimonialSlider .testimonial-card {
    padding: 32px;
    border-radius: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.testimonial .testimonialSlider .testimonial-card .item-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testimonial .testimonialSlider .testimonial-card .item-icon .pxl-show i {
    color: rgb(15, 117, 188);
    font-size: 14px;
}

.testimonial .testimonialSlider .testimonial-card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: rgb(89, 100, 126);
    letter-spacing: 0.4px;
    margin-bottom: 46px;
}

.testimonial .testimonialSlider .testimonial-card .client-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: rgb(15, 117, 188);
    letter-spacing: 0.5px;
}

.testimonial .testimonialSlider .testimonial-card .client-info p {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-style: italic;
}

.testimonial .testimonialSlider .video-card {
    position: relative;
}

.testimonial .testimonialSlider .video-card .img-box img {
    border-radius: 20px;
}

.testimonial .testimonialSlider .video-card .testimonial-card {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial .testimonialSlider .video-card .testimonial-card .item-icon {
    margin: 0px;
}

.testimonial .testimonialSlider .video-card .testimonial-card .item-icon .pxl-show i,
.testimonial .testimonialSlider .video-card .testimonial-card .client-info h5,
.testimonial .testimonialSlider .video-card .testimonial-card .client-info p {
    color: #fff !important;
}

.testimonial .testimonialSlider .video-card .play-button {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.testimonial .testimonialSlider .video-card .play-button i {
    color: rgb(255, 255, 255);
    line-height: 60px;
    font-size: 16px;
}

.industries {
    background-color: rgb(247, 247, 252);
}

.industries .main-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-bottom: 60px;
}

.industries .main-heading a img {
    filter: brightness(0) invert(1);
    margin-left: 6px;
}

.industries .main-heading .section-title {
    font-size: 34px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 14px;
}

.industries .main-heading p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    letter-spacing: 0.6px;
}

.industries .industrie-details {
    gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    display: grid;
}

.industries .industrie-details .column {
    position: relative;
}

.industries .industrie-details .column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industries .industrie-details .extra {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

.industries .industrie-details .last {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.industries .industrie-details .content-area {
    position: absolute;
    bottom: 0px;
    padding: 32px;
    width: 100%;
    height: 100%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    row-gap: 6px;
    color: rgb(255, 255, 255);
    z-index: 2;
}

.industries .industrie-details .content-area h4 {
    margin-bottom: 0px;
    font-size: 20px;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #fff !important;
}

.industries .industrie-details .content-area p {
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    height: 0px;
    overflow: hidden;
    transition: 0.2s linear;
    color: #fff;
}

.industries .industrie-details .overlay {
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 92%);
    width: 100%;
    height: 176px;
    position: absolute;
    inset: auto 0% 0%;
    transition: 0.2s linear;
}

.industries .industrie-details .content-area:hover+.overlay {
    height: 300px;
}

.industries .industrie-details .content-area:hover p {
    height: 112px;
}

/* process */

.process {
    overflow: hidden;
    padding: 60px 0 80px;
}

.process .main-heading {
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.process .main-heading .section-title {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.process .main-heading p {
    font-size: 17px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    margin: 0px;
    letter-spacing: 0.4px;
    max-width: 800px;
}

.process .main-heading .slider-button {
    display: flex;
    gap: 50px;
    align-items: center;
}

.process .main-heading .slider-button .swiper-button-disabled {
    opacity: 0.5;
}

.process .main-heading .slider-button button {
    border: none;
    background-color: transparent;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.6px;
    color: #0f75bc;
    cursor: pointer;
    display: flex;
    gap: 20px;
    font-family: "Cormorant Garamond", serif;
    padding: 0;
}

.testimonial .main-heading .slider-button button img {
    width: 48px;
}

.process .processSlider {
    width: 1300px;
    margin: 0px auto;
    overflow: visible;
}

.process .processSlider .swiper-slide:nth-child(2n+1) .step-card {
    background: rgb(15, 117, 188);
    color: rgb(255, 255, 255);
}

.process .processSlider .swiper-slide:nth-child(2n+1) .step-card h4 {
    color: rgb(255, 255, 255) !important;
}

.process .processSlider .swiper-slide:nth-child(2n+1) .step-card .number,
.process .processSlider .swiper-slide:nth-child(2n+1) .step-card p {
    color: rgb(255, 255, 255) !important;
}

.process .processSlider .swiper-slide:nth-child(2n+1) .step-card ul li {
    color: rgb(255, 255, 255);
}

.process .processSlider .swiper-slide:nth-child(2n+1) .step-card ul li::before {
    background-color: rgb(255, 255, 255);
}

.process .processSlider .step-card {
    padding: 42px 24px 32px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    min-height: 404px;
    background: #fff;
}

.process .processSlider .step-card .number {
    color: rgb(126, 126, 129);
    margin-bottom: 31px;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.5px;
}

.process .processSlider .step-card h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    color: #000 !important;
}

.process .processSlider .step-card p {
    color: #000 !important;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.process .processSlider .step-card ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    color: #000;
    display: block;
    font-weight: 500;
}

.process .processSlider .step-card ul li::before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    background-color: rgb(33, 37, 41);
    width: 8px;
    height: 8px;
    margin-right: 12px;
}

.process .processSlider .step-card ul li:last-child {
    margin-bottom: 0px;
}

/* technology */

.technology {
    background: #070720;
}

.technology .main-heading {
    padding-bottom: 50px;
}

.technology .main-heading .section-title {
    font-size: 34px;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.technology .main-heading p {
    text-align: center;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
}

.technology .tech-tab-main ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    padding-bottom: 50px !important;
}

.technology .tech-tab-main ul li {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.technology .tech-tab-main ul li:after {
    content: "";
    background: rgb(89, 100, 126);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.technology .tech-tab-main ul li.active:after {
    background: #fff;
}

.technology .tech-tab-main ul li.active span {
    color: #fff;
}

.technology .tech-tab-main ul li span {
    font-size: 17px;
    letter-spacing: 0.8px;
    font-weight: 600;
    padding: 0 0 22px;
    color: rgb(89, 100, 126);
    display: inline-block;
}

.technology .tech-details .logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.technology .tech-details .logo-wrap li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.technology .tech-details .logo-wrap li img {
    max-width: 70px;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
}

.technology .tech-details .logo-wrap li span {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    letter-spacing: 0.6px;
}

/* contact us */

.contact-us {
    /* background-color: rgb(247, 247, 252); */
}

.contact-us .content-area {
    padding-right: 40px;
}

.contact-us .content-area h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

.contact-us .content-area p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 26px;
    color: #000;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.contact-us .content-area ul li {
    margin-bottom: 22px;
}

.contact-us .content-area ul li:last-child {
    margin: 0;
}

.contact-us .content-area ul li>div {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.contact-us .content-area ul li>div .content span {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 500;
}

.contact-us .content-area .social-section {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.contact-us .content-area .social-section .footer-title {
    margin-right: 10px;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.contact-us .content-area .social-section a i {
    color: rgb(51, 51, 51);
    font-size: 17px;
}

.contact-us .content-area .social-section a:not(:first-of-type) {
    margin-left: 10px;
}

/* contact form */

.contact-us .contactForm {
    border-radius: 10px;
    padding: 18px 22px;
    background: linear-gradient(164deg, rgba(201, 221, 244, 1) 50%, rgba(233, 234, 236, 1) 100%);
}

.contact-us .main-heading {
    padding-bottom: 40px;
}

.contact-us .contactForm .form-inline input,
.contact-us .contactForm .form-inline select {
    background-color: rgba(255, 255, 255, 0);
    border-radius: unset;
    border-bottom: 2px solid rgb(89 100 126 / 30%);
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding: 12px;
    font-size: 15px;
    color: rgb(0 0 0);
    font-weight: 500;
    letter-spacing: 0.4px;
    box-shadow: unset;
}

.contact-us .contactForm .form-inline select option {
    background-color: white;
    color: black;
    padding: 8px;
}

.contact-us .contactForm .form-inline input::placeholder,
.contact-us .contactForm .form-inline textarea::placeholder {
    color: rgb(0, 0, 0);
}

.contact-us .contactForm .form-inline textarea {
    background-color: rgba(255, 255, 255, 0);
    border-radius: unset;
    border-bottom: 2px solid rgb(89 100 126 / 30%);
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding: 12px;
    font-size: 15px;
    color: rgb(33, 37, 41);
    height: 120px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: unset;
}

.contact-us .contactForm .form-inline .form-label {
    display: block;
    font-weight: 500;
    min-width: auto;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 0.5px;
}

.contact-us .contactForm .servicesList {
    display: flex;
    margin-bottom: 30px;
    padding: 0px;
    gap: 10px 6px;
    flex-wrap: wrap;
}

.contact-us .contactForm .servicesList .formServiceItem input {
    height: 0;
    width: 0;
    background: none;
    display: none;
}

.contact-us .contactForm .servicesList .formServiceItem label {
    color: #000;
    border: 1px dashed rgb(89, 100, 126);
    border-radius: 21px;
    margin: 0px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    line-height: 17px;
    letter-spacing: 0.4px;
    transition: background-color 0.5s, top 0.1s;
}

.contact-us .contactForm .servicesList .formServiceItem>input:checked+label {
    background-color: rgb(15, 117, 188);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(15, 117, 188);
}

.contact-us .contactForm .bottom-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.contact-us .contactForm .bottom-wrap .primary-btn {
    border: unset;
}

.contact-us .contactForm .bottom-wrap .email-wrap p {
    text-align: right !important;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.contact-us .contactForm .bottom-wrap .email-wrap a {
    color: rgb(15 117 188) !important;
    letter-spacing: 0.6px;
    font-weight: 600;
    font-size: 16px;
}

/* blogs */

.blogs .main-heading {
    padding-bottom: 60px;
}

.blogs .main-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-bottom: 50px;
}

.blogs .main-heading .section-title {
    font-size: 34px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

.blogs .main-heading .slider-button {
    display: flex;
    gap: 60px;
    align-items: center;
}

.blogs .main-heading .slider-button button {
    border: none;
    background-color: transparent;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.6px;
    color: #0f75bc;
    cursor: pointer;
    display: flex;
    gap: 20px;
    font-family: "Cormorant Garamond", serif;
    padding: 0;
}

.blogs .main-heading .slider-button .swiper-button-disabled {
    opacity: 0.5;
}

.blogs .blog-box .content-area {
    padding-top: 20px;
}

.blogs .blog-box .content-area .post-cat-outer {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
}

.blogs .blog-box .content-area .post-cat-outer a {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #0f75bc !important;
    text-transform: uppercase;
    border: 1px solid #0f75bc;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 15px 3px;
    margin-right: 10px;
}

.blogs .blog-box .content-area .post-cat-outer span {
    display: block;
    letter-spacing: 0.6px;
    font-size: 15px;
    font-weight: 500;
    color: #94979e;
}

.blogs .blog-box .content-area h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 32px;
    margin-bottom: 10px;
}

.blogs .blog-box .content-area p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
}

.blogs .blog-box .content-area a {
    color: rgb(15, 117, 188) !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.4px;
}

.blogs .blog-box .content-area a img {
    margin-left: 6px;
}

/* cta */

.cta {
    background-color: #edf1fa;
    padding: 50px 0;
    position: relative;
}

.cta .img-box img {
    position: absolute;
    pointer-events: none;
}

.cta .img-box img:nth-child(1) {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
}

.cta .img-box img:nth-child(2) {
    right: 0;
    top: 0;
    width: 85px;
    height: 100%;
    /* filter: brightness(0) invert(1); */
}

.cta .img-box img:nth-child(3) {
    bottom: 0;
    right: 0;
    margin: auto;
    width: 240px;
}

.cta .img-box img:nth-child(4) {
    top: 0;
    left: 0;
    width: 250px;
}

.cta .cta-content {
    text-align: center;
}

.cta .cta-content h2 {
    font-size: 28px;
    color: #0f75bc;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 18px;
}

.cta .cta-content p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.8px;
    max-width: 1020px;
    margin: 0 auto 30px;
    text-align: center;
}

.cta .cta-content a {
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%);
    color: rgb(255 255 255) !important;
}

.cta .cta-content a img {
    margin-left: 6px;
    transform: translateY(-1px);
}

/* get in touch */

footer .container-fluid {
    padding: 0 40px;
}


footer .row-line {
    padding: 45px 0;
    border-bottom: solid 1px #c7c6c6;
}

.get-in-touch {
    background: #0b1f42;
}

.get-in-touch .main-heading h5 {
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.get-in-touch .main-heading ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 27px;
    font-weight: 400;
    display: block;
}


.get-in-touch .text p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 27px;
    font-weight: 400;
}

.get-in-touch .sign-up a {
    background: #fff;
    color: #0b1f42;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    display: block;
}

.get-in-touch .main-heading ul li i {
    margin-right: 15px;
}

.get-in-touch .contact-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.get-in-touch .contact-details .contact-block span {
    color: #fff !important;
    letter-spacing: 0.4px;
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
}

.get-in-touch .contact-details .contact-block p {
    color: #fff !important;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 27px;
    font-weight: 400;
    text-align: left;
}

.get-in-touch .contact-block ul {
    display: flex;
    gap: 14px;
    align-items: center;
}

.get-in-touch .contact-block ul li i {
    color: #fff;
    font-size: 16px;
}

.footer-faq .accordion-item,
.footer-faq .accordion-item .accordion-header .accordion-button {
    background: transparent;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.4px;
    padding: 0 0 4px 0;
    border: 0;
    gap: 10px;
    align-items: center;
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    box-shadow: unset !important;
}

.footer-faq .accordion-body {
    padding: 8px 0 !important;
}

.footer-faq .accordion-body ul li a {
    padding-bottom: 8px;
}

.footer-menu {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.footer-faq .accordion-item,
.footer-faq .accordion-item .accordion-header .accordion-button::after {
    filter: brightness(0) invert(1);
    background-size: 15px;
}

/* footer */

footer {
    position: relative;
    z-index: 0;
    background: #0b1f42;
}

footer .footer-widget {
    margin-bottom: 15px;
}

footer .footer-widget h3 {
    color: #fff !important;
    font-size: 24px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

footer .footer-widget ul li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.4px;
    padding-bottom: 12px;
    display: inline-block;
    font-weight: 400;
}

footer .footer-widget ul li:last-child a {
    padding-bottom: 0px;
}

footer .footer-widget ul li a:hover {
    color: #fff !important;
}

/* copyright */

.copyright {
    background: #0b1f42;
    padding: 8px 0;
}

.social-links {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.social-links h3 {
    color: #fff !important;
    font-size: 20px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 0px;
}

.social-links a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    border-radius: 50%;
}

.social-links a i {
    color: #fff;
}

.copyright .copyright-row p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin: 0px;
    letter-spacing: 0.6px;
}

.copyright .footer-links {
    display: flex;
    justify-content: center;
    gap: 34px;
}

.copyright .footer-links a {
    color: #ffffff !important;
    letter-spacing: 0.6px;
    font-size: 14px;
}

/* scroll Top */

.scroll-top {
    background-color: #0f75bc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: fixed;
    right: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
}

.scroll-top .icon-arrow svg {
    margin-left: 0px;
    vertical-align: middle;
    transform: translate(0, -20%) rotate(180deg);
    width: 1.6em;
    height: .6em;
    fill: currentColor;
}

/* service page */

.service-breadcrumb {
    background-color: #3c5de5;
    position: relative;
    margin: 0 22px;
    border-radius: 40px;
    overflow: hidden;
    z-index: 0;
}

.service-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/breadcrumb-bg.png) no-repeat;
    background-size: cover;
    mix-blend-mode: color-burn;
    opacity: 0.60;
    z-index: -1;
}

.service-breadcrumb .shapeLeft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-breadcrumb .shapeRight {
    position: absolute;
    right: 0;
    top: 0;
}

.service-breadcrumb .content-area {
    text-align: center;
}

.service-breadcrumb .shapeLeft img,
.service-breadcrumb .shapeRight img {
    width: 180px;
}

.service-breadcrumb .content-area h1 {
    font-size: 40px;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.service-breadcrumb .content-area p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 34px;
}

.service-breadcrumb .content-area a {
    padding: 0px 30px;
    color: rgb(255, 255, 255) !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 46px;
    display: inline-block;
    letter-spacing: 0.6px;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #fff;
}

.service-breadcrumb .content-area a img {
    filter: brightness(0) invert(1);
    margin-left: 6px;
    transform: translateY(-1px);
}

.service-content {
    background-color: rgb(247, 247, 252);
}

.service-content .content-area {
    padding-right: 10px;
}

.service-content .content-area h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 18px;
    color: #000;
}

.service-content .content-area h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    color: #000;
}

.service-content .content-area p {
    font-size: 17px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    padding-bottom: 14px;
    letter-spacing: 0.5px;
}

.service-content .content-area p:last-child {
    padding: 0;
}

.service-content .content-area p span {
    font-weight: 700;
    color: rgb(15, 117, 188);
}

.service-content .content-area ul li i {
    color: rgb(15, 117, 188);
    font-size: 16px;
    margin-right: 4px;
}

.service-content .content-area ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    letter-spacing: 0.6px;
    margin-bottom: 8px;
}

/* inner services */

.cms-services .content-area h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.cms-services .content-area p {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px !important;
}

.cms-services .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cms-services .service-grid .column {
    padding: 8px;
    background: #fff;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
    border-radius: 15px;
    transition: all .25s ease-in-out;
}

.cms-services .service-grid .column:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.cms-services .service-grid .column .content {
    transition: 0.3s ease-in-out;
    border: 1px solid #e5e7eb;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
    position: relative;
}

.cms-services .service-grid .column .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #F1F5F9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: opacity .3s ease-in-out;
    font-size: 22px;
    font-weight: 900;
    transition: 0.6s ease-in-out;
}

.cms-services .service-grid .column .bg-img {
    position: absolute;
    right: 0;
    top: 0;
}

.cms-services .service-grid .column:hover .icon-box {
    transform: rotateY(-360deg);
}

.cms-services .service-grid .column:hover .content {
    border-color: var(--main-blue) !important;
}

.cms-services .service-grid .column h3 {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 6px;
    font-weight: 600;
}

.cms-services .service-grid .column p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 15px 0;
    letter-spacing: 0.3px;
}

.cms-services .service-grid .column ul {
    list-style: disc;
    padding-left: 20px !important;
}

.cms-services .service-grid .column ul li {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 4px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.cms-services .service-grid .column a {
    font-size: 16px;
    font-weight: 600;
    color: #197abd !important;
    letter-spacing: 0.6px;
}

.cms-services .service-grid .column a img {
    margin-left: 6px;
}

.why-us {
    background: #0b1f42;
}

.why-us h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.why-us p {
    text-align: center;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
}

.why-us .choose-us-box {
    padding: 48px;
    border-right: 1px solid #454545;
    border-top: 1px solid #454545;
    position: relative;
    transition: 0.3s;
    height: 100%;
}

.why-us .choose-us-box.border-left {
    border-left: 1px solid #454545;
}

.why-us .choose-us-box.bottom-border {
    border-bottom: 1px solid #454545;
}

.why-us .choose-us-box .right-draw {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.why-us .choose-us-box:hover .right-draw {
    opacity: 1;
}

.why-us .choose-us-box .right-draw img {
    transition: 0.3s
}

.why-us .choose-us-box:hover .right-draw img {
    animation: moveLeft 0.5s linear;
}

@keyframes moveLeft {
    0% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}


.why-us .choose-us-box .title {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 6px;
    font-weight: 600;
    color: #fff;
}

.why-us .choose-us-box:hover {
    background: #fff;
}

.why-us .choose-us-box:hover .icon img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(5128%) hue-rotate(243deg) brightness(98%) contrast(106%);
}

.why-us .choose-us-box:hover .desc,
.why-us .choose-us-box:hover .title,
.why-us .choose-us-box:hover ul li {
    color: #2b2b2b;
}


.why-us .choose-us-box .icon {
    margin-bottom: 10px;
}

.why-us .choose-us-box .desc {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 15px 0;
    letter-spacing: 0.3px;
    text-align: left;
}

.why-us .choose-us-box ul {
    list-style: disc;
    padding-left: 20px !important;
}

.why-us .choose-us-box ul li {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 4px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.benefits {
    background-color: rgb(247, 247, 252);
}

.benefits .main-heading {
    padding-bottom: 50px;
}

.benefits .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.benefits .main-heading p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.benefits .benefits-box {
    border-radius: 5px;
    background: #ffffff;
    padding: 26px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.benefits .benefits-box img {
    width: 48px;
    height: 48px;
}

.benefits .benefits-box h3 {
    font-size: 19px;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.benefits .benefits-box p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #14142b;
}

.faq .main-heading {
    padding-bottom: 40px;
}

.faq .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.faq .main-heading p {
    text-align: center;
    margin: 0;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.faq .accordion .accordion-item {
    border: 1px solid #ebebeb !important;
    border-radius: 8px;
    background: transparent;
}

.faq .accordion .accordion-item.active {
    border-color: #0f75bc !important;
}

.faq .accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 20px !important;
}

.faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.4px;
    box-shadow: unset;
    background: transparent;
    padding: 20px 48px 20px 20px;
    font-weight: 600;
    color: #000;
}

.faq .accordion .accordion-item.active .accordion-header .accordion-button {
    color: #0f75bc;
}

.faq .accordion .accordion-item .accordion-header .accordion-button::after {
    width: unset;
    height: unset;
    content: '+';
    background-image: unset;
    font-size: 26px;
    line-height: 0.1;
    position: absolute;
    right: 20px;
    color: #0f75bc;
    font-weight: 600;
}

.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '-';
    transform: unset;
}

.faq .accordion .accordion-item .accordion-body {
    padding-top: 0 !important;
    padding: 20px;
}

.faq .accordion .accordion-item .accordion-body p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.faq .accordion .accordion-item .accordion-body ul {
    margin-top: 8px !important;
}

.faq .accordion .accordion-item .accordion-body ul li i {
    color: rgb(15, 117, 188);
    font-size: 16px;
    margin-right: 4px;
}

.faq .accordion .accordion-item .accordion-body ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #000;
}

.faq .accordion .accordion-item .accordion-body ul li:not(:last-child) {
    margin-bottom: 8px;
}

/* case study */

.case-study .container {
    max-width: 1400px;
}

.case-study .filters-tech {
    border-bottom: 1px solid #eaeef7;
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
}

.case-study .filters-tech ul li {
    min-width: 200px;
    width: 200px;
    text-align: center;
    padding-bottom: 10px;
    opacity: 0.5;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: rgb(89, 100, 126);
}

.case-study .filters-tech ul li a {
    color: #212121;
}

.case-study .filters-tech ul li.active {
    border-color: #0f75bc;
    opacity: 1;
}

.case-study .filters-tech ul li.active a {
    color: #0f75bc !important;
}

.case-study .filters-tech ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgb(15 117 188);
}

.case-study .filters-tech ul li.active::before {
    visibility: visible;
    opacity: 1;
}

.case-study .filters-tech ul li span {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
}

.case-study .caseStudy-grid .column {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    box-shadow: 0 2px 11px #e3e1e1;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
}

.case-study .caseStudy-grid .web-column {
    box-shadow: 0 2px 11px #e3e1e1;
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 30px;
}

.case-study .caseStudy-grid .web-column .row {
    align-items: center;
}

.case-study .caseStudy-grid .web-column:nth-child(odd) .port-img {
    padding-right: 30px;
}

.case-study .caseStudy-grid .web-column:nth-child(even) .port-img {
    padding-left: 30px;
}

.case-study .caseStudy-grid .column:not(:last-child),
.case-study .caseStudy-grid .web-column:not(:last-child) {
    margin-bottom: 60px;
}

.case-study .caseStudy-grid .column .img-box {
    background-image: url('../images/tehzeeb_mobile_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 600px;
}

.case-study .caseStudy-grid .column .img-box img {
    position: absolute;
    left: -110px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 520px;
}

.case-study .caseStudy-grid .column .content-area {
    padding: 20px 150px 20px 30px;
    display: grid;
    grid-template-columns: 18% 82%;
}

.case-study .caseStudy-grid .column .content-area .logo-box div {
    border: 1px solid #2E3B5B;
    border-radius: 24px;
    padding: 3px;
    height: 85px;
    width: 85px;
}

.case-study .caseStudy-grid .column .content-area .logo-box div img {
    border-radius: 24px;
}

.case-study .caseStudy-grid .column .content-area .aboutProject h2,
.case-study .caseStudy-grid .web-column .aboutProject h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #2E3B5B !important;
    font-family: "Cormorant Garamond", serif;
}

.case-study .caseStudy-grid .column .content-area .aboutProject p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.case-study .caseStudy-grid .web-column .aboutProject p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.case-study .caseStudy-grid .column .content-area .aboutProject .casestudy-btn a,
.case-study .caseStudy-grid .web-column .aboutProject .casestudy-btn a {
    color: #2E3B5B !important;
    border: 2px solid #2E3B5B;
    transition: 0.5s all;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 600;
    text-align: left;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0 20px;
    gap: 10px;
}

.case-study .load-more {
    text-align: center;
    margin: 60px 0 0;
}

/* about us page */

.why-choose-us .left-side h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

.why-choose-us .left-side .subheading {
    color: var(--main-blue);
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.why-choose-us .left-side p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 25px !important;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: center;
}

.why-choose-us .left-side .works {
    padding-right: 25px;
}

.why-choose-us .left-side .works .works-content-box {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #E1E3E8;
    border-radius: 8px;
    transition: all 0.4s;
    padding: 16px;
}

.why-choose-us .left-side .works .works-content-box:not(:last-child) {
    margin-bottom: 20px;
}

.why-choose-us .left-side .works .works-content-box .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #EDEAFB;
    position: absolute;
    color: var(--main-blue);
    font-weight: 900;
    font-size: 20px;
}

.why-choose-us .left-side .works .works-content-box:hover .icons {
    color: #fff;
}

.why-choose-us .left-side .works .works-content-box:hover .icons p {
    -webkit-text-fill-color: unset;
    color: #fff;
}

.why-choose-us .left-side .works .works-content-box .content {
    padding-left: 80px;
}

.why-choose-us .left-side .works .works-content-box .content a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: inline-block;
}

.why-choose-us .left-side .works .works-content-box .content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
    text-align: left;
}

.our-value .main-heading h5 {
    text-align: center;
    color: var(--main-blue);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.our-value .main-heading h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

.our-value .main-heading p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px !important;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
}

.our-value .images-content-area {
    position: relative;
}

.our-value .images-content-area .img1 img {
    width: 100%;
}

.our-value .images-content-area .content-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 25px;
}

.our-value .images-content-area .content-area h5 {
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}

.our-value .images-content-area .content-area h2 {
    color: #fff !important;
    font-size: 28px;
    font-family: "Cormorant Garamond", serif;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}

.our-value .images-content-area .content-area p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
}

.our-value .our-mission,
.our-value .our-vision {
    border-radius: 8px;
    padding: 24px;
    height: 277px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.our-value .our-mission {
    background: #5f16b9;
    margin-bottom: 20px;
}

.our-value .our-vision {
    background-color: #0f75bc;
}

.our-value .our-vision h5,
.our-value .our-mission h5 {
    color: #fff !important;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.our-value .our-vision a,
.our-value .our-mission a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 7px !important;
    display: inline-block;
    line-height: 33px;
    font-style: italic;
}

.our-value .our-vision p,
.our-value .our-mission p {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.6px;
}

/* web development page */

.web-services .content-area p {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 500;
    margin-bottom: 35px !important;
}

.web-services .content-area h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 30px;
}

.web-services .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.web-services .service-grid .service-box {
    background-color: rgb(247, 247, 252);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.web-services .service-grid .service-box:hover img {
    transform: scale(1.1);
}

.web-services .service-grid .service-box .img-box {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    position: relative;
}

.web-services .service-grid .service-box img {
    border-radius: 6px 6px 0 0;
    transition: all 0.30s linear;
}

.web-services .service-grid .service-box .box-content {
    padding: 22px;
}

.web-services .service-grid .service-box .box-content h4,
.web-services .service-grid .service-box .box-content h5 {
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.web-services .service-grid .service-box .box-content h5 {
    font-size: 17px;
    margin-bottom: 14px;
    font-weight: 600;
}

.web-services .service-grid .service-box .box-content p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
}

.web-services .service-grid .service-box .box-content ul {
    list-style: disc;
    padding-left: 20px !important;
}

.web-services .service-grid .service-box .box-content ul li {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.4px;
}


/* animation page */

.animation-service {
    overflow: hidden;
}

.animation-service .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

.animation-service .filters-serviceTab {
    border-bottom: 1px solid #eaeef7;
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
}

.animation-service .filters-serviceTab ul li {
    min-width: 180px;
    width: 180px;
    text-align: center;
    padding-bottom: 10px;
    opacity: 0.5;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: rgb(89, 100, 126);
}

.animation-service .filters-serviceTab ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    opacity: 0;
    visibility: hidden;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgb(15 117 188);
}

.animation-service .filters-serviceTab ul li.active::before {
    visibility: visible;
    opacity: 1;
}

.animation-service .filters-serviceTab ul li.active {
    border-color: #0f75bc;
    color: #0f75bc;
    opacity: 1;
}

.animation-service .filters-serviceTab ul li span {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
}

.animation-service .filters-serviceContent {
    margin: 0 20px;
}

.animation-service .filters-serviceContent .serviceSlider {
    width: 1250px;
    margin: inherit;
    overflow: visible;
}

.animation-service .filters-serviceContent .serviceSlider .service-box {
    background-color: rgb(239 240 247 / 50%);
    display: grid;
    grid-template-columns: 60% 40%;
}

.animation-service .filters-serviceContent .serviceSlider .service-box .left-side {
    background-color: #eff0f7;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.animation-service .filters-serviceContent .serviceSlider .service-box .left-side .content-area h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #000 !important;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}

.animation-service .filters-serviceContent .serviceSlider .service-box .left-side .content-area p {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.6px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 500;
}

.animation-service .filters-serviceContent .serviceSlider .service-box .left-side .content-area ul {
    margin-bottom: 30px !important;
}

.animation-service .filters-serviceContent .serviceSlider .service-box .left-side .content-area ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    color: #000;
}

.animation-service .filters-serviceContent .serviceSlider .service-box .left-side .content-area ul li i {
    color: rgb(15, 117, 188);
    font-size: 16px;
    margin-right: 4px;
}

.animation-service .filters-serviceContent .serviceSlider .service-box .right-side .img-box {
    padding: 15px;
}

.animation-service .filters-serviceContent .serviceSlider .service-box .right-side .img-box img {
    border-radius: 20px;
}

/* branding page */

.branding-services .service {
    position: sticky;
}

.branding-services .main-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-bottom: 60px;
}

.branding-services .main-heading .section-title {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}

.branding-services .main-heading p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    letter-spacing: 0.6px;
}

.branding-services .service .service-box {
    top: 0;
    position: sticky;
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
    background-color: #78B3CE;
}

.branding-services .service .service-box:nth-child(even) .content-area {
    padding-left: 40px;
}

.branding-services .service .service-box:nth-child(2) {
    background-color: #ffffff;
}

.branding-services .service .service-box:nth-child(3) {
    background-color: #FBF8EF;
}

.branding-services .service .service-box:nth-child(4) {
    background-color: #F96E2A;
}

.branding-services .service .service-box:nth-child(5) {
    background-color: #000;
}

.branding-services .service .service-box .row {
    align-items: center;
}

.branding-services .service .service-box .content-area h3 {
    font-size: 34px;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

.branding-services .service .service-box .content-area p {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.6px;
    margin: 0;
    max-width: 710px;
    font-weight: 500;
}

.branding-services .service .service-box.black {
    color: #000;
}

.branding-services .service .service-box.white .content-area h3,
.branding-services .service .service-box.white .content-area p {
    color: #fff !important;
}



/* video testimonial */

.video-testimonial .video-box {
    border: 1px solid #c9ced9;
    border-radius: 15px;
}

.video-testimonial .video-box .img-box img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.video-testimonial .video-box .client-info {
    padding: 30px 20px;
}

.video-testimonial .video-box .client-info .title h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.video-testimonial .video-box .client-info .title p {
    color: #4e5158;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px !important;
    line-height: unset;
}

.video-testimonial .video-box .client-info p {
    color: #4e5158;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 28px;
    margin-bottom: 26px;
}

.video-testimonial .video-box .client-info .video-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-testimonial .video-box .client-info .video-action .btn-play {
    align-items: center;
    background-color: rgba(228, 34, 12, .1);
    border: 0;
    border-radius: 30px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    gap: 6px;
    outline: 0;
    padding: 5px 10px 5px 6px;
}

.video-testimonial .video-box .client-info .video-action .btn-play svg path {
    fill: #ff0101;
}

.video-testimonial .video-box .client-info .video-action .btn-link {
    align-items: center;
    color: #000 !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    letter-spacing: 0.6px;
}

#testimonialModal .modal-dialog {
    max-width: 1300px;
}

#testimonialModal .modal-content {
    border-radius: unset;
    max-width: 1300px;
}

#testimonialModal .modal-content .modal-body {
    padding: 0;
}

#testimonialModal .modal-content .modal-body iframe {
    display: block;
    height: 660px;
}

#testimonialModal .modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0) 143.27%);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    border: unset;
}

#testimonialModal .modal-close svg {
    height: 14px;
    width: 14px;
}

#testimonialModal .modal-close svg path {
    fill: #fff;
}

.modal-backdrop.show {
    opacity: 0.7 !important;
}

/* testimonial */

.testimonial-area .main-heading {
    padding-bottom: 50px;
}

.testimonial-area .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: center;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
}

.testimonial-area .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.testimonial-area .testimonial-grid .testimonial-box {
    padding: 25px 20px;
    border: 1px solid #c9ced9;
    border-radius: 15px;
}

.testimonial-area .testimonial-grid .testimonial-box .stars {
    margin: -32px 0 26px;
    display: flex;
    gap: 6px;
}

.testimonial-area .testimonial-grid .testimonial-box .stars i {
    color: #0f75bc;
    font-size: 16px;
}

.testimonial-area .testimonial-grid .testimonial-box .client-info .client-name {
    font-size: 21px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    padding-bottom: 16px;
    margin: 0;
    letter-spacing: 0.6px;
}

.testimonial-area .testimonial-grid .testimonial-box .client-info .client-name small {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #4e5158;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.testimonial-area .testimonial-grid .testimonial-box .client-info p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 30px;
    margin-bottom: 24px !important;
}

.testimonial-area .testimonial-grid .testimonial-box .client-box-footer p {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 28px;
}

.testimonial-area .testimonial-grid .testimonial-box .client-box-footer strong {
    display: block;
    font-weight: 600;
    color: #333;
}

/* blogs */

.service-breadcrumb .content-area .blogCategorylist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 10px;
    position: relative;
    justify-content: center;
}

.article .blog-box {
    box-shadow: 0 0 30px -2px #ddd;
    border-radius: 10px;
}

.article .blog-box .img-box img {
    border-radius: 10px;
}

.article .blog-box .content-area {
    padding: 20px;
}

.blogs .pagination-wrapper .pagination {
    margin-top: 40px !important;
}

.blogs .pagination-wrapper .pagination li a {
    background: transparent;
    border-radius: unset;
    border: unset;
    color: #252422BF !important;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 15px;
    box-shadow: unset;
    line-height: 27px;
}

.blogs .pagination-wrapper .pagination li.active a {
    background: #0a5182;
    color: #fff !important;
    border-radius: 6px;
}

/* service page */

.innerServices-breadcrumb {
    padding: 150px 0 150px 110px;
    background: url(../images/innerBanner-1.webp) no-repeat;
    background-size: cover;
}

.ecommerce {
    background: url(../images/ecom-banner.png) no-repeat;
    padding: 90px 0 90px 20px;
    background-position: center;
}

.innerServices-breadcrumb .content-area h1,
.innerServices-breadcrumb .content-area h2 {
    font-family: "Cormorant Garamond", serif;
    color: #fff !important;
    letter-spacing: 0.4px;
    font-size: 45px;
    margin-bottom: 20px;
}

.innerServices-breadcrumb .content-area p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 600;
}

.innerServices-breadcrumb .content-area a {
    padding: 0px 30px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    letter-spacing: 0.4px;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #fff;
}

.innerServices-breadcrumb .content-area a img {
    filter: brightness(0) invert(1);
    margin-left: 6px;
    transform: translateY(-1px);
}

.nav-sec {
    padding: 14px 0;
    position: sticky;
    top: 0px;
    z-index: 999;
    border-bottom: 1px solid #DCDCDC;
    background: #fff;
}

.nav-sec .nav-tab ul {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.nav-sec .nav-tab ul li a {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.mobile-serviceContent {
    background-color: rgb(247, 247, 252);
}

.mobile-serviceContent .img-box {
    background: url(../images/web-development-comany.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.mobile-serviceContent .content-area {
    padding: 60px;
}

.mobile-serviceContent .content-area h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.mobile-serviceContent .content-area .sub-heading {
    color: #0f75bc;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    display: block;
}

.mobile-serviceContent .content-area ul li {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: justify;
}

.mobile-serviceContent .content-area ul li b {
    color: var(--main-blue);
}

.mobile-serviceContent .content-area p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: justify;
}

.mobile-services {
    background-color: #fff;
    padding: 120px 0;
}

.mobile-services .main-heading {
    padding-bottom: 60px;
}

.mobile-services .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
}

.mobile-services .main-heading p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: linear-gradient(82.48deg, rgb(64, 128, 245) 43.03%, rgb(119, 71, 213) 68.71%, rgb(87, 42, 194) 89.75%) text;
    -webkit-text-fill-color: transparent;
}

.mobile-services .mobile-Slider .swiper-slide:nth-child(even) .service-box {
    display: flex;
    flex-direction: column-reverse;
}

.mobile-services .mobile-Slider .swiper-slide:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    right: -25px;
    top: 0px;
}

.mobile-services .mobile-Slider .service-box:hover .service-image img {
    transform: scale(1.1);
}

.mobile-services .mobile-Slider .service-box .service-content {
    background-color: transparent;
    padding: 20px 0 30px;
}

.mobile-services .mobile-Slider .service-box .service-image {
    overflow: hidden;
    border-radius: 6px;
}

.mobile-services .mobile-Slider .service-box .service-image img {
    border-radius: 6px;
    transition: all 0.30s linear
}

.mobile-services .mobile-Slider .service-box .service-content h5 {
    margin-bottom: 12px;
}

.mobile-services .mobile-Slider .service-box .service-content h5 a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.mobile-services .mobile-Slider .service-box .service-content p {
    color: #000000 !important;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    font-weight: 500;
}

.mobile-services .mobile-Slider .service-box .service-content .service-content-button a {
    padding-left: 55px;
    display: inline-flex;
    position: relative;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: all 0.3s linear 0s;
}

.mobile-services .mobile-Slider .service-box .service-content .service-content-button a:before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    height: 1px;
    width: 45px;
    background-color: #0f75bc;
    transition: all 0.3s linear 0s;
}

.mobile-services .mobile-Slider .service-box .service-content .service-content-button a .button-text:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 10px;
    height: 8px;
    width: 8px;
    background-color: #0f75bc;
    border-radius: 50%;
    transform: translateY(-1px);
}

.mobile-services .mobile-Slider .service-box .service-content .service-content-button a:hover {
    padding-left: 0;
    padding-right: 55px;
}

.mobile-services .mobile-Slider .service-box .service-content .service-content-button a:hover:before {
    width: 0;
}

.mobile-services .swiper-holder {
    position: relative;
}

.mobile-services .swiper-holder .swiper-pagination {
    position: absolute;
    right: 0;
    top: -100px;
    text-align: end;
    justify-items: end;
    left: unset;
    bottom: unset;
    width: max-content;
}

.mobile-services .swiper-holder .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 40px;
    height: 40px;
    background: transparent;
    position: relative;
    border-radius: 50%;
}

.mobile-services .swiper-holder .swiper-pagination .swiper-pagination-bullet:after,
.mobile-services .swiper-holder .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-services .swiper-holder .swiper-pagination .swiper-pagination-bullet:after {
    background-color: #000000;
    max-width: 14%;
    margin: auto;
    aspect-ratio: 1;
}

.mobile-services .swiper-holder .swiper-pagination .swiper-pagination-bullet:before {
    border: 1px solid #0f75bc;
    opacity: 0;
    max-width: 70%;
    margin: auto;
    aspect-ratio: 1;
    transform: scale(0);
}

.mobile-services .swiper-holder .swiper-pagination .swiper-pagination-bullet-active:before {
    opacity: 1;
    max-width: 100%;
    transform: scale(1);
}

.mobile-services .swiper-holder .swiper-pagination .swiper-pagination-bullet-active:after {
    transform: scale(1.5);
    background-color: #0f75bc;
}

.case-study {
    overflow: hidden;
}

.case-study .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.case-study .main-heading h2 span {
    background: linear-gradient(82.48deg, rgb(64, 128, 245) 43.03%, rgb(119, 71, 213) 68.71%, rgb(87, 42, 194) 89.75%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.case-study .mobile-caseStudy {
    margin: 0 20px;
}

.case-study .mobile-caseStudy .mobileCaseStudy {
    width: 1380px;
    margin: inherit;
    overflow: visible;
}

.case-study .mobile-caseStudy .mobileCaseStudy .column {
    margin-bottom: unset !important;
}

/* we service page */

.webservice-Slider {
    position: relative;
}

.webservice-Slider .webSlider .swiper-slide .img-box img {
    width: 100%;
    height: 500px;
}

.webservice-Slider .webSlider .swiper-slide .banner-info {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    padding-left: 110px;
}

.webservice-Slider .webSlider .swiper-slide .banner-info h2 {
    font-family: "Cormorant Garamond", serif;
    color: #fff !important;
    letter-spacing: 0.4px;
    font-size: 48px;
    margin-bottom: 20px;
}

.webservice-Slider .webSlider .swiper-slide .banner-info p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.4px;
    margin-bottom: 36px;
}

.webservice-Slider .webSlider .swiper-slide .banner-info a {
    padding: 0px 30px;
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    letter-spacing: 0.4px;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #fff;
}

.webservice-Slider .webSlider .swiper-slide .banner-info a img {
    filter: brightness(0) invert(1);
    margin-left: 6px;
    transform: translateY(-1px);
}

.webservice-Slider .webSlider .custom-pagination {
    position: absolute;
    right: 0px;
    z-index: 5;
    padding-left: 110px;
    display: flex;
    gap: 20px;
    bottom: 36px !important;
    left: 0px !important;
}

.webservice-Slider .webSlider .custom-pagination>span {
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(225, 225, 233);
    padding: 0px 16px 10px;
    border-bottom: 2px solid transparent;
    position: relative;
    letter-spacing: 0.6px;
    cursor: pointer;
}

.webservice-Slider .webSlider .custom-pagination>span.swiper-pagination-bullet-active {
    border-bottom: 2px solid rgb(252, 252, 252);
    color: rgb(252, 252, 252);
}

/* ui ux case study */

.case-study .ui-portfolio {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.case-study .ui-portfolio .portfolio-box .thumb {
    box-shadow: 0 0 30px rgba(29, 28, 31, 0.2);
    border-radius: 12px;
    display: block;
    max-height: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    background-size: 100%;
    background-position: 50% 0;
    transition: background 10s linear, box-shadow 0.2s linear;
    background-clip: border-box;
    margin-bottom: 20px;
}

.case-study .ui-portfolio .portfolio-box .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    transition: all 7s linear;
}

.case-study .ui-portfolio .portfolio-box .content h5 {
    text-align: center;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.case-study .all-portfolio {
    text-align: center;
    margin-top: 50px;
}

/* aniamtion page */

.animation-breadcrumb {
    background-color: #000;
    /* height: 600px; */
    position: relative;
    z-index: 2;
}

.animation-breadcrumb:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('../images/animation-bg.png') no-repeat;
    background-size: cover;
    z-index: -1;
}

.animation-breadcrumb .img-box {
    border: 1px solid #99a1af;
    border-radius: 10px;
}

.animation-breadcrumb .img-box img {
    border-radius: 10px 10px 0 0;
}

.animation-breadcrumb .img-box .video-content {
    padding: 20px 14px;
}

.animation-breadcrumb .img-box .video-content h3 {
    font-size: 17px;
    line-height: 30px;
    color: #fff !important;
    margin: 0;
    text-align: center;
    letter-spacing: 0.4px;
}

.animation-breadcrumb .content-area {
    padding-right: 60px;
}

.animation-breadcrumb .content-area h1 {
    font-family: "Cormorant Garamond", serif;
    color: #fff !important;
    letter-spacing: 0.4px;
    font-size: 48px;
    margin-bottom: 20px;
}

.animation-breadcrumb .content-area p {
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0.4px;
    margin-bottom: 30px !important;
}

.animation-breadcrumb .content-area a {
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
    display: inline-flex;
    gap: 14px;
    letter-spacing: 1px;
}

.animation-breadcrumb .content-area a img {
    filter: brightness(0) invert(1);
    width: 16px;
}

.welcome-content {
    padding: 80px 0;
}

.welcome-content .content-area h2 {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.4px;
    font-size: 36px;
    margin-bottom: 36px;
    font-weight: 600;
    text-align: center;
}

.welcome-content .content-area h2 span {
    position: relative;
}

.welcome-content .content-area h2 span svg {
    position: absolute;
    right: 0;
    bottom: -16px;
}

.welcome-content .content-area p {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.4px;
    text-align: center;
    font-weight: 500;
}

/* digital marketing */

.video-breadcrumb {
    background: url(https://madebydesignesia.com/themes/seoly/images/background/bg.webp) 100% top / cover no-repeat;
    margin-top: -92px;
    padding: 140px 0 100px;
    position: relative;
    z-index: 0;
}

.video-breadcrumb .content-area {
    padding-right: 60px;
    position: relative;
}

.video-breadcrumb .content-area h1 {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.4px;
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 20px;
}

.video-breadcrumb .content-area p {
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 30px;
}

.video-breadcrumb .content-area img {
    position: absolute;
    width: 200px;
    right: -20px;
    bottom: -80px;
    animation: leftToRight 3s linear infinite alternate;
}

@keyframes leftToRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(40px);
    }
}

.video-breadcrumb .gradient-edge-bottom {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
}

.video-breadcrumb .content-area .primary-button {
    align-items: center;
    background-color: #c8e7faf5;
    border: 1px solid #0f75bc;
    border-radius: 8px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 15px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    user-select: none;
    font-weight: 500;
    letter-spacing: 0.4px;
    box-shadow: 4px 4px 0 0 #0f75bc;
}

.marketing-content .content-area {
    padding-right: 40px;
}

.marketing-content .content-area span {
    color: #494949;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    display: block;
}

.marketing-content .content-area h2 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}

.marketing-content .content-area p {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-bottom: 30px;
}

.marketing-content .content-area .info-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.marketing-content .content-area .info-box .column {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #0f75bc;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.marketing-content .content-area .info-box .column .img-box {
    flex: 0 0 auto;
    margin-right: 16px;
}

.marketing-content .content-area .info-box .column .img-box img {
    width: 45px;
}

.marketing-content .content-area .info-box .column .content p {
    text-align: left;
    line-height: 26px;
}

.marketing-content .img-box img {
    border-radius: 10px;
}

.marketing-services {
    background-color: #F5F5F5;
}

.marketing-services .content-area {
    position: sticky;
    top: 60px;
    padding-right: 40px;
}

.marketing-services .content-area p {
    color: #494949;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}

.marketing-services .content-area h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
}

.marketing-services .content-area img {
    width: 100%;
    border-radius: 10px;
}

.marketing-services .service-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
}

.marketing-services .service-box .column {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    top: 60px;
    position: sticky;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.marketing-services .service-box .column:nth-child(even) {
    background-color: var(--main-blue);
}

.marketing-services .service-box .column:nth-child(even) img {
    filter: brightness(0) invert(1);
}

.marketing-services .service-box .column:nth-child(even) h5,
.marketing-services .service-box .column:nth-child(even) h6,
.marketing-services .service-box .column:nth-child(even) p {
    color: #fff !important;
}

.marketing-services .service-box .column img {
    margin-bottom: 18px;
}

.marketing-services .service-box .column span {
    font-size: 28px;
    font-weight: 900;
    display: block;
    margin-bottom: 18px;
    color: var(--main-blue);
}

.marketing-services .service-box .column:nth-child(even) span {
    color: #fff;
}

.marketing-services .service-box .column h5 {
    margin-bottom: 12px;
    font-size: 28px;
    letter-spacing: 0.4px;
    color: #000 !important;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
}

.marketing-services .service-box .column h6 {
    margin-bottom: 12px;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: var(--main-blue);
    font-weight: 600;
}

.marketing-services .service-box .column p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.marketing-work .main-heading {
    padding-bottom: 50px;
}

.marketing-work .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.marketing-work .main-heading p {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: center;
}

.makes-unique {
    background-color: rgb(245, 245, 245);
}

.makes-unique .content-area {
    position: sticky;
    top: 100px;
    padding-right: 40px;
}

.makes-unique .content-area span {
    color: #494949;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    display: block;
}

.makes-unique .content-area h2 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}

.makes-unique .content-area p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-bottom: 36px;
}

.makes-unique .content-area a {
    background: rgb(15 117 188);
    border-radius: 5px;
    padding: 0px 30px;
    color: rgb(255 255 255) !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.makes-unique .content-area a img {
    filter: brightness(0) invert(1);
    margin-left: 6px;
}

.makes-unique .unique-boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 40px;
    border-left: 1px solid #C6C6C6;
}

.makes-unique .unique-boxes .column img {
    margin-bottom: 18px;
}

.makes-unique .unique-boxes .column h5 {
    margin-bottom: 12px;
    font-size: 26px;
    letter-spacing: 0.4px;
    color: #000 !important;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    position: relative;
}

.makes-unique .unique-boxes .column h5::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -50px;
    width: 21px;
    height: 21px;
    background: url(../images/dot-green-icon.webp);
    background-repeat: no-repeat;
    filter: brightness(0);
}

.makes-unique .unique-boxes .column p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.makes-unique .unique-boxes .column span {
    color: var(--main-blue);
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 900;
    display: inline-block;
    letter-spacing: 0.5px;
}

.makes-unique .unique-boxes .column ul {
    list-style: disc;
    padding-left: 20px !important;
}

.makes-unique .unique-boxes .column ul li {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

/* branding page */

.branding-breadcrumb {
    padding: 100px 0;
}

.branding-breadcrumb .main-heading .title {
    position: relative;
}

.branding-breadcrumb .main-heading .title video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
    object-fit: cover;
    z-index: 1;
}

.branding-breadcrumb .main-heading .title h1 {
    font-size: 108px;
    line-height: 118px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    background: white;
    mix-blend-mode: screen;
    text-align: center;
    margin-bottom: 12px;
    margin-top: -5px;
}

.branding-breadcrumb .main-heading p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: center;
}

/* filter faq */

.filter-faq .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 40px;
}

.filter-faq .filter-tab ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eaeef7;
    margin-bottom: 40px !important;
}

.filter-faq .filter-tab ul li {
    text-align: center;
    position: relative;
    cursor: pointer;
    min-width: 200px;
    width: 200px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.filter-faq .filter-tab ul li.active {
    border-color: #0f75bc;
    opacity: 1;
}

.filter-faq .filter-tab ul li span {
    font-size: 15px;
    letter-spacing: 0.8px;
    font-weight: 600;
    padding: 0 0 18px;
    color: rgb(89, 100, 126);
    display: inline-block;
}

.filter-faq .filter-tab ul li.active span {
    color: #0f75bc;
}

.filter-faq .filter-content .accordion .accordion-item {
    border: 1px solid #ebebeb !important;
    border-radius: 8px;
}

.filter-faq .filter-content .accordion .accordion-item.active {
    border-color: #0f75bc !important;
}

.filter-faq .filter-content .accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 20px !important;
}

.filter-faq .filter-content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
    letter-spacing: 0.4px;
    box-shadow: unset;
    background: transparent;
    padding: 20px;
    font-weight: 600;
    color: #000;
}

.filter-faq .filter-content .accordion .accordion-item.active .accordion-header .accordion-button {
    color: #0f75bc;
}

.filter-faq .filter-content .accordion .accordion-item .accordion-header .accordion-button::after {
    width: unset;
    height: unset;
    content: '+';
    background-image: unset;
    font-size: 26px;
    line-height: 0.1;
    position: absolute;
    right: 20px;
    color: #0f75bc;
    font-weight: 600;
}

.filter-faq .filter-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '-';
    transform: unset;
}

.filter-faq .filter-content .accordion .accordion-item .accordion-body {
    padding-top: 0 !important;
    padding: 20px 20px 16px;
}

.filter-faq .filter-content .accordion .accordion-item .accordion-body p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

/* floating-rightIcons */

.floating-rightIcons {
    position: fixed;
    right: 0;
    z-index: 150;
    width: 78px;
    top: 30%;
    display: none;
}

.floating-rightIcons ul li {
    background-color: #0f75bc;
    text-align: center;
    margin-top: 1px;
    padding: 10px 0 8px;
}

.floating-rightIcons ul li a {
    color: #fff !important;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 18px;
}

.floating-rightIcons ul li span img {
    margin: 0px auto;
    width: 22px;
}

.floating-rightIcons ul li span .call-me {
    width: 32px;
}

/* sticky footer bar */

.sticky-footer-bar {
    position: fixed;
    bottom: -300px;
    width: 100%;
    background-color: var(--main-blue);
    color: white;
    text-align: center;
    padding: 0px 15px;
    z-index: 99999;
    transition: all 0.3s ease;
    display: block;
    transition: bottom 0.6s ease-in-out;
}

.sticky-footer-bar.show {
    bottom: 0;
}

.sticky-footer-bar #close-sticky {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #f7f7fc;
    top: -12px;
    right: 20px;
    border: 2px solid var(--main-blue);
}

.sticky-footer-bar.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.sticky-footer-bar #close-sticky i {
    font-size: 15px;
    color: var(--main-blue);
    transform: translateX(-1px);
}

.sticky-footer-bar .sticky-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-footer-bar .sticky-bar-inner .stickyBar-image {
    max-width: 220px;
}

.sticky-footer-bar .sticky-bar-inner .stickyBar-image img {
    max-width: 100%;
    margin-top: -54px;
}

.sticky-footer-bar .sticky-bar-inner .sticky-info-text {
    margin-left: 4%;
    position: relative;
}

.sticky-footer-bar .sticky-bar-inner .sticky-info-text h2 {
    color: #d1e5f2 !important;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    letter-spacing: 0.6px;
}

.sticky-footer-bar .sticky-bar-inner .sticky-info-text h2 span {
    color: #d1e5f2;
}

.sticky-footer-bar .sticky-bar-inner p {
    color: #d1e5f2;
    font-size: 16px;
    text-align: left;
    margin-top: 6px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.sticky-footer-bar .sticky-bar-inner .sticky-info-list {
    margin-left: 3%;
    position: relative;
}

.sticky-footer-bar .sticky-bar-inner .sticky-info-list ul li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 2px;
    letter-spacing: 0.4px;
}

#Process .content-area p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.4px;
}

.sticky-footer-bar .sticky-bar-inner .sticky-info-list ul li span img {
    width: 30px;
}

.sticky-footer-bar .sticky-bar-inner .sticky-info-list ul li span b {
    font-weight: 600;
}

.sticky-footer-bar .sticky-bar-inner .sticky-book-now-link {
    margin-left: 4%;
}

.sticky-footer-bar .sticky-bar-inner .sticky-book-now-link a {
    font-size: 15px;
    font-weight: 600;
    line-height: 46px;
    display: inline-block;
    letter-spacing: 0.4px;
    color: var(--main-blue);
    background: rgb(255 255 255);
    border-radius: 5px;
    padding: 0px 26px;
}

/* hire us modal */

#hireModal .modal-content {
    min-width: 580px;
}

#hireModal .modal-body {
    padding: 22px;
}

#hireModal .main h2 {
    font-size: 34px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

#hireModal .main p {
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 26px;
    color: #000;
    letter-spacing: 0.4px;
    font-weight: 500;
}

#hireModal .main .button-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
}

#hireModal .main .button-blocks .button-item {
    text-align: center;
}

#hireModal .main .button-blocks .button-item a {
    background-color: #0f75bc;
    color: #fff !important;
    padding: 8px 8px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    width: 200px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.4px;
}

#hireModal .main .button-blocks .button-item p {
    font-size: 14px;
    color: #333;
    margin-top: 4px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
}

#hireModal .modal-body #close-sticky {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #f7f7fc;
    top: -12px;
    right: -14px;
    border: 2px solid #0f75bc;
}

#hireModal .modal-body #close-sticky i {
    font-size: 15px;
    color: #0f75bc;
    transform: translateX(-1px);
}

/* hire developers page */

.hiring-breadcrumb {
    background-image: linear-gradient(rgba(11, 46, 88, 0.8), rgba(11, 46, 88, 0.8)), url(../images/tech-bg.jpg);
}


.hiring-breadcrumb .row .col-md-8 {
    position: relative;
}

.hire-image {
    position: absolute;
    right: 10px;
    bottom: -22px;
}

.hiring-breadcrumb .content-area {
    padding: 80px 250px 80px 70px;
}

.hiring-breadcrumb .content-area h2 {
    font-family: "Cormorant Garamond", serif;
    color: #fff !important;
    letter-spacing: 0.4px;
    font-size: 40px;
    margin-bottom: 20px;
}

.hiring-breadcrumb .content-area p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #fff;
}

.hiring-breadcrumb .desc {
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 15px 0 0 0;
}

.hiring-breadcrumb .content-area ul {
    margin-right: 40px !important;
}

.hiring-breadcrumb .content-area ul li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.hiring-breadcrumb .content-area .cta-btn {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 30px;
}

.hiring-breadcrumb .content-area .cta-btn a {
    padding: 0px 30px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    letter-spacing: 0.4px;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #fff;
}


.hiring-breadcrumb .content-area .hire-common {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 680px;
    background: #ffffff;
    border: 1px solid rgba(51, 51, 51, .2);
    border-radius: 6px;
    margin-top: 40px;
}

.hiring-breadcrumb .content-area .hire-common .feature-box:nth-child(2) {
    border-left: 1px solid rgba(51, 51, 51, .2);
    border-right: 1px solid rgba(51, 51, 51, .2);
}

.hiring-breadcrumb .content-area .hire-common .feature-box {
    display: flex;
    align-items: flex-end;
    padding: 15px 30px;
    gap: 12px;
}

.hiring-breadcrumb .content-area .hire-common .feature-box span {
    display: block;
    position: relative;
    bottom: 4px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    z-index: 9;
}

.hiring-breadcrumb .content-area .hire-common .feature-box span::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #c9ddf4;
    z-index: -1;
    border-radius: 0 100% 0 0;
}

.hiring-breadcrumb .content-area .hire-common .feature-box p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
}

.hiring-breadcrumb .hire-form {
    padding: 35px;
    border-radius: 5px;
    background: rgb(255 255 255 / 17%);
    backdrop-filter: blur(15px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hiring-breadcrumb .hire-form h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.4px;
}

.hiring-breadcrumb .hire-form .form-group input {
    background-color: rgba(255, 255, 255, 0);
    border-radius: unset;
    border-bottom: 2px solid rgb(226 226 226);
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding: 12px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    box-shadow: unset;
}

.hiring-breadcrumb .hire-form .servicesList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
    gap: 8px 10px;
}

.hiring-breadcrumb .hire-form .form-group input::placeholder {
    color: #fff;
}

.hiring-breadcrumb .hire-form .servicesList .formServiceItem {
    width: calc(33.33% - 3px);
}

.hiring-breadcrumb .hire-form .form-group .form-label {
    display: block;
    font-weight: 500;
    min-width: auto;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}

.hiring-breadcrumb .hire-form .servicesList .formServiceItem input {
    height: 0;
    width: 0;
    background: none;
    display: none;
}

.hiring-breadcrumb .hire-form .servicesList .formServiceItem>input:checked+label {
    background-color: rgb(15, 117, 188);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(15, 117, 188);
}

.hiring-breadcrumb .hire-form .servicesList .formServiceItem label {
    color: #fff;
    border: 1px dashed rgb(255 255 255);
    border-radius: 21px;
    margin: 0px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.4px;
    transition: background-color 0.5s, top 0.1s;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.hiring-breadcrumb .hire-form .bottom-wrap button {
    display: block;
    width: 100%;
    border: unset;
    line-height: 50px;
}

.hiring-models {
    background-color: rgb(247, 247, 252);
}

.hiring-models .main-heading h2 {
    text-align: center;
    font-size: 32px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.hiring-models .main-heading p {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px !important;
}

.hiring-models .time-block {
    box-shadow: rgb(0 0 0 / 5%) 0px 9px 19px -1px;
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #fff;
    border-radius: 6px;
    padding: 36px;
    border-top: 3px solid var(--main-blue);
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.hiring-models .time-block .desc {
    font-size: 14px;
    letter-spacing: 0.4px;
    color: var(--main-blue);
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
    text-transform: capitalize;
}

.hiring-models .time-block .heading-area h3 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: "Cormorant Garamond", serif;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
}



.hiring-models .time-block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #646570;
}

.hiring-models .time-block a {
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%);
    max-width: max-content;
    margin: 12px auto 0;
    display: flex;
    gap: 6px;
}


.hiring-models .hiring-benifits {
    box-shadow: rgb(0 0 0 / 5%) 0px 9px 19px -1px;
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    border-top: 3px solid #0f75bc;
    margin-top: 22px;
}

.hiring-models .hiring-benifits h3 {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: "Cormorant Garamond", serif;
}

.hiring-models .hiring-benifits ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 20px 26px;
}

.hiring-models .hiring-benifits ul li {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #000;
}

.hiring-models .hiring-benifits ul li span {
    background-color: #f2f7fc;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}

.hiring-models .hiring-benifits ul li img {
    width: 15px;
}


.developer-services .main-heading h2 {
    text-align: center;
    font-size: 32px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.developer-services .main-heading p {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px !important;
}

.why-hire-us .main-heading h2 {
    text-align: center;
    font-size: 32px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.why-hire-us .main-heading p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px !important;
}

.why-hire-us .hire-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.why-hire-us .hire-boxes .hire-linking {
    padding: 24px 28px;
    border-radius: 0;
    border-left: 2px solid #0f75bc;
    background-color: #fff;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    /* text-align: center; */
}

.why-hire-us .hire-boxes .hire-linking svg {
    margin-bottom: 12px;
}

.why-hire-us .hire-boxes .hire-linking .why-hire-title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}

.why-hire-us .hire-boxes .hire-linking p {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.6px;
    color: #646570;
    font-weight: 500;
}

/* faqs */

.all-faqs .faq-sidebar {
    background: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .07058823);
    padding: 20px;
    position: sticky;
    top: 60px;
    border-radius: 16px;
}

.all-faqs .faq-sidebar ul li a {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    cursor: pointer;
    display: block;
}

.all-faqs .faq-sidebar ul li:last-child a {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #efefef;
}

.all-faqs .faq-sections {
    padding-left: 30px;
}

.all-faqs .faq-sections .faqBox {
    margin-bottom: 40px;
}

.all-faqs .faq-sections .faqBox:last-child {
    margin-bottom: 0;
}

.all-faqs .faq-sections .faqBox h3 {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
    font-family: "Cormorant Garamond", serif;
}

.all-faqs .faq-sections .faqBox .accordion .accordion-item {
    border: 1px solid #ebebeb !important;
    border-radius: 8px;
}

.all-faqs .faq-sections .faqBox .accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 16px !important;
}

.all-faqs .faq-sections .faqBox .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    letter-spacing: 0.4px;
    box-shadow: unset;
    line-height: 28px;
    background: transparent;
    padding: 18px;
    font-weight: 600;
    color: #000;
}

.all-faqs .faq-sections .faqBox .accordion .accordion-item .accordion-body p {
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.44px;
}

/* our clients */

.ourClients .main-heading h3 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.ourClients .main-heading p {
    font-size: 16px;
    margin-bottom: 50px !important;
    letter-spacing: 0.4px;
    text-align: center;
    font-weight: 500;
}

.ourClients .industry-dropdown ul {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 20px;
    position: sticky;
    top: 60px;
    background: rgb(255, 255, 255);
    padding: 20px !important;
    border-radius: 16px;
    display: block;
    border: unset;
}

.ourClients .industry-dropdown ul .filter-title h2 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(239, 239, 239);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.ourClients .industry-dropdown ul .nav-item .nav-link {
    color: #000;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: left;
    border: unset;
    padding: unset;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(239, 239, 239);
}

.ourClients .industry-dropdown ul .nav-item .nav-link.active {
    color: #0f75bc;
    font-weight: 600;
}

.ourClients .industry-dropdown ul .nav-item:last-child .nav-link {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgb(239, 239, 239);
}

.ourClients .ourClients-list .tab-content ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ourClients .ourClients-list .tab-content ul li {
    aspect-ratio: 1 / 1;
    padding: 15px;
    position: relative;
}

.ourClients .ourClients-list .tab-content ul li:nth-child(-n+4) {
    padding-top: 0;
}

.ourClients .ourClients-list .tab-content ul li:before {
    background-color: #d9d9d9;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: auto;
    transform: translateX(-50%);
    width: 92%;
}

.ourClients .ourClients-list .tab-content ul li:after {
    background-color: #d9d9d9;
    content: "";
    height: 92%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.ourClients .ourClients-list .tab-content ul li .logo-box {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 26px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 20px;
}

/* carrer */

.top-content .main-content h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}

.top-content .main-content p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.openings .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
    font-family: "Cormorant Garamond", serif;
}

.openings .designation .card {
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
    border-radius: 6px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.openings .designation .card:last-child {
    margin: 0;
}

.openings .designation .card:nth-child(even) .card-header {
    background: linear-gradient(164deg, rgba(201, 221, 244, 1) 50%, rgba(233, 234, 236, 1) 100%);
}

.openings .designation .card .card-header {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    padding-right: 20px;
    border-radius: 6px !important;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

.openings .designation .card .card-header .designation-details {
    flex: 1;
    padding: 5px;
}

.openings .designation .card .card-header .designation-details h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000 !important;
    font-family: "Cormorant Garamond", serif;
}

.openings .designation .card .card-header .designation-details ul {
    display: flex;
}

.openings .designation .card .card-header .designation-details ul li {
    padding: 0 20px;
    border-right: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #000;
}

.openings .designation .card .card-header .designation-details ul li strong {
    font-weight: 600;
}

.openings .designation .card .card-header .designation-details ul li:first-child {
    padding-left: 0px;
}

.openings .designation .card .card-header .designation-details ul li:last-child {
    border-right-style: unset;
}

.openings .designation .card .card-header .primary-btn {
    padding: 0px 26px;
    font-size: 14px;
    line-height: 44px;
}

.openings .designation .card .card-header .primary-btn img {
    width: 15px;
}

.openings .designation .card .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 20px;
    border-radius: 6px !important;
    padding-left: 35px !important;
}

.openings .designation .card .card-body .desc li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.openings .designation .card .card-body .desc li:not(:last-child) {
    margin-bottom: 14px;
}

.openings .designation .card .card-body .desc li::before {
    content: "";
    min-width: 10px;
    min-height: 10px;
    border: 1px solid #777;
    position: absolute;
    left: -6px;
    top: 6px;
    border-radius: 50%;
}

.life-at-oceanic .main-heading h4 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

.client-box {
    padding: 35px !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #dadada;
}

.client-box:not(:first-child):before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #dadada;
}

.client-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.client-row .client-box:hover .logo-box img {
    filter: unset;
}

.none::before {
    display: none;
}

.down::after {
    display: none;
}

.meeting {
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-size: 14px;
}

.meeting i {
    color: #fff !important;
    margin-right: 5px;
}

.portfolio-logo {
    width: 190px;
    margin-bottom: 30px;
}

.web-casestudy .container {
    width: 1250px;
}

.ecommerce .content-area h1 {
    font-size: 42px;
    line-height: 50px;
    color: #000 !important;
}


.ecommerce p {
    color: #212121 !important;
    font-weight: 500;
    line-height: 30px;
}

.ecommerce .arrow-btn {
    color: #0f75bc !important;
    box-shadow: 2px 2px 0 0 !important;
    border: 1px solid #0f75bc !important;
}


.ecommerce .content-area a img {
    filter: unset !important;
}


.about-intro .content-area h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.about-intro .content-area .sub-heading {
    color: #0f75bc;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    display: block;
}

.about-intro .content-area p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.about-intro img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.challenge-sec .left-side p {
    margin-bottom: 20px !important;
    text-align: center;
    font-size: 17px;
}

.challenge-sec .left-side .works .works-content-box {
    background: transparent !important;
    display: flex;
    height: 100%;
}

.challenge-sec .left-side .works .works-content-box:hover .icons {
    background: var(--primary-gradient);
}

.challenge-sec .left-side .works .works-content-box:hover .icons img {
    filter: invert(1) brightness(6.7);
}

.challenge-sec .left-side .works .works-content-box .content p {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 0 !important;
}


.industry-service h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    font-family: "Cormorant Garamond", serif;
}

.industry-service p {
    margin-bottom: 30px !important;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.industry-service ul li {
    display: flex;
    gap: 20px;
}

.industry-service ul li .number {
    background: linear-gradient(82.48deg, rgb(64, 128, 245) 43.03%, rgb(119, 71, 213) 68.71%, rgb(87, 42, 194) 89.75%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.8px;
}

.industry-service ul li span {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}

.industry-service ul li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}

.industry-service ul li p {
    margin-bottom: 0 !important;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.project-sec .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.project-sec .main-heading p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-bottom: 20px !important;
}


.project-sec .web-column {
    box-shadow: 0 2px 11px #e3e1e1;
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 30px;
}

.project-sec .web-column .port-img {
    padding-right: 30px;
}


.project-sec .web-column .aboutProject p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.project-sec .web-column .row {
    align-items: center;
}

.project-sec .web-column .aboutProject .casestudy-btn a {
    color: #2E3B5B !important;
    border: 2px solid #2E3B5B;
    transition: 0.5s all;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 600;
    text-align: left;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0 20px;
    gap: 10px;
}

.project-sec .outer {
    overflow: hidden;
    padding: 20px 0 60px;
}

/* .projectlSlider {
    width: 1200px;
    margin: 0px auto;
    overflow: visible !important;
} */


.projectlSlider .portfolio-item {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 229, 240);
    border-image: initial;
    border-radius: 12px;
    background: rgba(224, 229, 240, 0.18);
}

.projectlSlider .swiper-pagination {
    bottom: -37px !important;
}

.projectlSlider .portfolio-item a {
    display: block;
}

.projectlSlider .portfolio-item .img-box {
    display: block;
    max-height: 300px;
    height: 300px;
    position: relative;
    background-size: 100%;
    background-clip: border-box;
    border-radius: 12px;
    overflow: hidden;
    background-position: 50% 0px;
    transition: background 10s linear, box-shadow 0.2s linear;
}

.projectlSlider .portfolio-item .img-box img {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateY(0px);
    transition: 7s linear;
}

.projectlSlider .portfolio-item .content {
    padding: 15px 0px 0px;
}

.projectlSlider .portfolio-item .content span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: block;
    color: rgb(0, 0, 0) !important;
}

.projectlSlider .portfolio-item ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px !important;
    gap: 10px;
}

.projectlSlider .portfolio-item ul li a {
    font-size: 12px;
    font-weight: 600;
    color: var(--main-blue);
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid var(--main-blue);
}

.about-intro ul {
    list-style: disc;
    padding-left: 20px !important;
}

.about-intro ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.about-intro ul li span {
    color: var(--main-blue);
}

.bg {
    background-image: url(../images/bg-imgs.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.choose-us .content-area {
    padding: 50px;
}


.choose-us .content-area h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.choose-us .content-area p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
}

.choose-us .content-area ul {
    padding-left: 22px !important;
    list-style: disc;
}

.choose-us .content-area ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
}

.choose-us img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.portfolio-sec {
    padding: 0px 40px 80px;
}

.portfolio-sec .tech-tab-main {
    margin-bottom: 45px;
}

.portfolio-sec .tech-tab-main ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    position: relative;
}

.portfolio-sec .tech-tab-main ul li.active {
    background: #0d6efd;
    color: #fff !important;
}

.portfolio-sec .tech-tab-main ul li {
    padding: 0px 30px;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 500;
    line-height: 46px;
    display: inline-block;
    letter-spacing: 0.6px;
    border-radius: 8px;
    border: 1px solid #0d6efd;
    box-shadow: 2px 2px 0 0 #0d6efd;
    cursor: pointer;
}

.portfolio-sec .caseStudy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.portfolio-sec .caseStudy-grid .portfolio-item .img-box {
    border-radius: 12px;
    display: block;
    max-height: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-size: 100%;
    background-position: 50% 0;
    transition: background 10s linear, box-shadow 0.2s linear;
    background-clip: border-box;
}

.portfolio-item a {
    display: block;
}


.portfolio-sec .caseStudy-grid .portfolio-item .img-box img {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    transition: all 7s linear;
}

.portfolio-sec .caseStudy-grid .portfolio-item {
    padding: 20px;
    border: 1px solid #e0e5f0;
    border-radius: 12px;
    background: #e0e5f02e;
}

.portfolio-sec .caseStudy-grid .portfolio-item .content {
    padding: 15px 0 0 0;
}

.portfolio-sec .caseStudy-grid .portfolio-item .content span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: block;
    color: #000 !important;
}

.portfolio-sec .caseStudy-grid .portfolio-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px !important;
}


.portfolio-sec .caseStudy-grid .portfolio-item ul li a {
    font-size: 12px;
    font-weight: 600;
    color: var(--main-blue);
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid var(--main-blue);
}

.tour-banner {
    padding: 90px 0 90px 0;
}

.tour-banner p {
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-bottom: 30px !important;
}

.company-owner .row {
    background: var(--main-blue);
}

.company-owner .row .content-area {
    padding: 70px 50px;
}

.company-owner .row .founder-image {
    background: url(../images/placeholder.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.company-owner .row .content-area h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.company-owner .row .content-area .designation {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.8px;
    font-style: italic;
    margin-bottom: 15px;
    color: #fff;
}


.company-owner .row .content-area p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
}

.team-member {
    padding: 20px 0 60px;
}

.team-member .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.team-member .main-heading h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

.team-member .main-heading p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px !important;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
}

.team-member .team-grid .team-box .content {
    margin-top: 12px;
}

.team-member .team-grid .team-box .content .name {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-family: "Cormorant Garamond", serif;
    display: block;
}

.team-member .team-grid .team-box .content .postion {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: var(--main-blue);
}

.hire-sec .service-grid {
    grid-template-columns: repeat(4, 1fr) !important;
}

.hire-sec .service-grid .service-box .box-content h4 {
    color: var(--main-blue);
    line-height: 32px;
    text-align: center;
}

.hire-sec .service-grid .service-box .box-content p {
    text-align: center;
    line-height: 28px;
}

.quality-sec {
    padding: 30px 0 60px;
}

.quality-sec img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.quality-sec .content {
    background: var(--main-blue);
    padding: 35px;
    border-radius: 15px;
    height: 100%;
}

h {}

.quality-sec .content h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.quality-sec .content ul {
    margin-bottom: 15px !important;
}

.quality-sec .content ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
}

.quality-sec .content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
}

.quality-sec .content ul li i {
    margin-right: 8px;
}

.hiring-models .container-fluid {
    padding: 0 40px;
}

.engagement-sec h2 span {
    display: unset !important;
    font-size: 32px !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}


.engagement-sec h2 {
    font-size: 32px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.engagement-sec .side-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* technology  */


.tech-breadcrumb {
    margin: 0 18px;
    border-radius: 30px;
    overflow: hidden;
    background-image: linear-gradient(rgba(11, 46, 88, 0.8), rgba(11, 46, 88, 0.8)), url(../images/tech-bg.jpg);
}


.tech-breadcrumb .content-area h1 {
    font-size: 40px;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.tech-breadcrumb .content-area p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 34px;
}

.tech-breadcrumb .content-area a {
    padding: 0px 30px;
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    display: inline-block;
    letter-spacing: 0.8px;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #fff;
}

.tech-breadcrumb .content-area a img {
    filter: brightness(0) invert(1);
    margin-left: 6px;
    transform: translateY(-1px);
}


.techservice-sec .hire-boxes .hire-linking {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #E1E3E8;
    border-radius: 8px;
    padding: 25px;
    transition: all .25s ease-in-out;
}

.techservice-sec .hire-boxes .hire-linking:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.techservice-sec .hire-boxes .hire-linking p {
    text-align: center !important;
}


.choose-us .content h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.choose-us .content p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
}

.choose-us .content ul {
    list-style: disc;
    padding-left: 20px !important;
}

.choose-us .content ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
}


.why-choose-us .left-side .works .works-content-box .icons p {
    background: linear-gradient(82.48deg, rgb(64, 128, 245) 43.03%, rgb(119, 71, 213) 68.71%, rgb(87, 42, 194) 89.75%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 54px;
    margin: 0 !important;
    font-size: 20px;
}


.faq img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-sec .main-heading h2 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
    color: var(--main-blue);
}


.top-sec .main-heading,
.top-sec .img-box {
    position: relative;
}

.top-sec .img-box {
    margin: 40px 0;
}

.top-sec .img-box img {
    border-radius: 10px;
}

.top-sec .img-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
}

.top-sec .img-box .icon-box i {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 55px;
    width: 55px;
}

.video-gallery-modal .modal-content {
    border: none;
    background: #fff0;
}

.video-gallery-modal .modal-body button {
    position: absolute;
    right: -12px;
    top: -18px;
    background: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.video-gallery-modal .modal-body button span {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
}

.top-sec .main-heading p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;
}

.top-sec .milestone {
    background: #fff !important;
    padding: 50px 0 0 0 !important;
}

.top-sec .milestone .counter .counter-item .number h4 {
    font-size: 38px;
    font-weight: 500;
}

.expertise-sec .main-heading h2 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}

.expertise-sec .main-heading p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 40px !important;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: center;
}


.fancy-card {
    background: #eee;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    transition: all 250ms ease-in;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

.fancy-card.one {
    background-image: url("../images/web-development-comany.jpg");
}

.fancy-card.two {
    background-image: url("../images/mobile-app.png");
}

.fancy-card.three {
    background-image: url("../images/digital.jpg");
}


.fancy-card.four {
    background-image: url("../images/content.jpg");
}

.fancy-card.five {
    background-image: url("../images/ecommerce.jpg");
}

.fancy-card.six {
    background-image: url("../images/brand-strategy.webp");
}

.fancy-card .bg-overlay {
    background: linear-gradient(to top, rgb(0 0 0 / 81%), rgb(0 0 0 / 0%));
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 200ms linear;
}


.fancy-card .content {
    padding: 30px 25px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
    flex-direction: row;
}

.fancy-card .content h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: "Cormorant Garamond", serif;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.fancy-card .content h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
    text-align: left;
    text-transform: capitalize;
}

.fancy-card .content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

.fancy-card .content .secondary ul {
    list-style: disc;
    padding-left: 20px !important;
}

.fancy-card .content .secondary ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    margin-bottom: 8px;
}

.fancy-card:hover .content .secondary span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.fancy-card .content .primary {
    width: 100%;
    transition: all 250ms ease-out 200ms;
    opacity: 1;
    transform: translate3d(0px, 0px, 1px);
}

.fancy-card .content .secondary {
    position: absolute;
    opacity: 0;
    left: 0px;
    transform: translate3d(0px, 30px, 1px);
    transition: all 200ms linear 0ms;
    padding-left: 35px;
    padding-right: 35px;

}

.fancy-card .button {
    border: solid 1px #fff;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 2px;
    margin: 12px auto;
}


.fancy-card:active .content .primary,
.fancy-card:hover .content .primary {
    opacity: 0;
    transform: translate3d(0px, 20px, 1px);
    transition: all 200ms linear 0ms;
}

.fancy-card:active .content .secondary,
.fancy-card:hover .content .secondary {
    opacity: 1;
    transform: translate3d(0px, 0px, 1px);
    transition: all 200ms linear 200ms;
}

.fancy-card:active .bg-overlay,
.fancy-card:hover .bg-overlay {
    background: #0f55dc;
}

.goal-sec h2 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.goal-sec p {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #fff;
}

.goal-sec .goal-box {
    display: grid;
    padding: 25px;
    align-items: center;
    background: #f5f5f5;
    border-radius: 20px;
    gap: 30px;
    grid-template-columns: 37% 55%;
}


.goal-sec .goal-box h3 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    color: var(--main-blue);
    padding: 0px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #d2d2d2;
}

.goal-sec .goal-box p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.goal-sec .goal-box .img-box {
    overflow: hidden;
    border-radius: 10px;
    transition: 0.6s ease-in-out;
}

.goal-sec .goal-box:hover .img-box img {
    transform: scale(1.1);
}

.goal-sec .goal-box .img-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1);
    transition: 0.6s linear;
}

.industries-sec .main-heading h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

.industries-sec .main-heading {
    position: sticky;
    top: 60px;
}

.industries-sec .main-heading p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #000;
}

.industries-sec .industry-row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.industries-sec .industry-row .industry-box {
    padding: 10px;
    background: #f6f6f8;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e7e8ec;
    border-radius: 15px;
    height: 100%;
}

.industries-sec .industry-row .industry-box::before {
    background-image: url(../images/service-bg.png);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: linear-gradient(122deg, rgba(255, 217, 17, 0) 0%, rgba(233, 226, 255, 0.8) 34.54%, #b0d6fa 62.5%, rgb(96 24 186 / 50%) 100%), radial-gradient(74.51% 50% at 50% 100%, white 24.0899994969%, white 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.industries-sec .industry-row .industry-box .inner-industry {
    position: relative;
    z-index: 1;
    padding: 30px;
    background: #fff;
    border: 1px solid #e6e7ec;
    border-radius: 10px;
    height: 100%;
}

.industries-sec .industry-row .industry-box .inner-industry .content {
    margin-bottom: 45px;
}

.industries-sec .industry-row .industry-box .inner-industry .content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.industries-sec .industry-row .industry-box .inner-industry .content ul {
    list-style: disc;
    padding-left: 20px !important;
}

.industries-sec .industry-row .industry-box .inner-industry .content ul li {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 4px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.industries-sec .industry-row .industry-box .inner-industry .content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #000;
}

.industries-sec .industry-row .industry-box .inner-industry .bottom-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industries-sec .industry-row .industry-box .inner-industry .bottom-sec .bottom-img img {
    height: 82px;
    width: auto;
}

.industries-sec .industry-row .industry-box .inner-industry .bottom-sec .item-arrow {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #e6e7ec;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.industries-sec .industry-row .industry-box .inner-industry .bottom-sec .item-arrow img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.industries-sec .industry-row .industry-box:hover::before {
    opacity: 1;
}

.industries-sec .industry-row .industry-box .inner-industry .bottom-sec .item-arrow::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transform: scale(0.2);
    background: linear-gradient(122deg, rgba(255, 217, 17, 0) 0%, rgba(233, 226, 255, 0.8) 34.54%, #cae1f7 62.5%, rgba(250, 232, 138, 0.56) 100%), radial-gradient(74.51% 50% at 50% 100%, white 24.0899994969%, white 100%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.industries-sec .industry-row .industry-box:hover .inner-industry .bottom-sec .item-arrow::before {
    opacity: 1;
    transform: scale(1);
}

.industries-sec .industry-row .industry-box:hover .inner-industry .bottom-sec .item-arrow img {
    transform: rotate(45deg);
}

.philosophy-sec h2,
.web-service h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}

.philosophy-sec p,
.web-service p {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 500;
}

.philosophy-sec .pillars,
.web-service .pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 28px;
}

.philosophy-sec .pillars .card {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    transition: all .25s ease-in-out;
    position: relative;
}


.philosophy-sec .pillars .card:hover .border-gradient {
    opacity: 1;
}

.border-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(145, 30, 218, 0) 0%, #911EDA 30%, #5B73EF 70%, rgba(91, 115, 239, 0) 100%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.philosophy-sec .pillars .card h3 {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 6px;
    font-weight: 600;
}

.philosophy-sec .pillars .card p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0;
}

.web-service .pillars .card {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    transition: all .25s ease-in-out;
    position: relative;
    overflow: hidden;
}


.web-service .pillars .contact::before {
    transform: scale(1, 1) !important;
    transform-origin: bottom;
}


.web-service .pillars .contact h3,
.web-service .pillars .contact p {
    color: #fff !important;
}

.web-service .pillars .contact .content {
    z-index: 9;
}


.web-service .pillars .contact .mask-bg-iconbox {
    opacity: 0.5 !important;
    color: #FFFFFF !important;
    z-index: 9;
}

.web-service .pillars .contact .content a {
    border-radius: 5px;
    padding: 0px 30px;
    color: var(--main-blue);
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    letter-spacing: 0.4px;
    background: #fff;
    border: unset;
    width: fit-content;
    margin-top: 28px;
}

.web-service .pillars .card h3 {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 6px;
    font-weight: 600;
}

.web-service .pillars .card::before {
    width: 100%;
    height: 100%;
    background-color: var(--main-blue);
    position: absolute;
    z-index: 0 !important;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: bottom;
    transition: transform 500ms ease;
}

.web-service .pillars .card::after {
    width: 100%;
    height: 5px;
    background-color: var(--main-blue);
    position: absolute;
    z-index: 0 !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    content: "";
}

.web-service .pillars .card:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom;
}

.web-service .pillars .card:hover h3,
.web-service .pillars .card:hover p,
.web-service .pillars .card:hover ul li {
    color: #fff;
}

.web-service .pillars .card .img-box {
    margin-bottom: 15px;
}

.web-service .pillars .card .mask-bg-iconbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #020101;
    opacity: 0.15;
}

.web-service .pillars .card:hover .mask-bg-iconbox {
    opacity: 0.5;
    color: #FFFFFF;
    z-index: 9;
}

.web-service .pillars .card:hover .img-box {
    z-index: 9;
}

.web-service .pillars .card:hover .img-box img {
    filter: invert(1) brightness(23.5);
}

.web-service .pillars .card:hover .content {
    z-index: 9;
}

.web-service .pillars .card p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0;
}

.web-service .pillars .card ul {
    list-style: disc;
    padding-left: 20px !important;
}

.web-service .pillars .card ul li {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}

#services .pillars .card:hover,
.hover-box .pillars .card:hover {
    background: linear-gradient(164deg, rgba(201, 221, 244, 1) 50%, rgba(233, 234, 236, 1) 100%);
    border: 1px dashed var(--main-blue);
}

#Capabilities .pillars .card:hover .badge,
#Services .pillars .card:hover .badge,
.industries-sec .industry-row .industry-box:hover .inner-industry .badge {
    background: var(--primary-gradient) !important;
    color: #fff !important;
}


.philosophy-sec .pillars .card ul {
    list-style: disc;
    padding-left: 20px !important;
}

.philosophy-sec .pillars .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.philosophy-sec .pillars .card ul li {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 4px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.philosophy-sec .pillars .card:hover .icon {
    background: var(--primary-gradient);
    color: #fff;
}

.philosophy-sec .pillars .card:hover .icon img {
    filter: invert(1) brightness(23.5);
}

.philosophy-sec .pillars .card .icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #F1F5F9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: opacity .3s ease-in-out;
    color: var(--main-blue);
    font-size: 22px;
    font-weight: 900;
}

.philosophy-sec .pillars .card .badge {
    display: inline-block;
    border: 1px solid #E2E8F0;
    background: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    color: #1F2937;
    font-weight: 500;
    margin-bottom: 8px;
}

.badge {
    display: inline-block !important;
    border: 1px solid #E2E8F0 !important;
    background: #fff !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    color: #1F2937 !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

.philosophy-sec .cta-card {
    background: linear-gradient(164deg, rgba(201, 221, 244, 1) 50%, rgba(233, 234, 236, 1) 100%);
    border: 1px dashed #E2E8F0;
}


.cta-sec {
    margin-bottom: 50px;
}

.cta-sec .cta {
    border-radius: 20px;
    padding: 32px;
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%);
    color: #fff;
}

.cta-sec .cta h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 50px;
}

.cta-sec .cta p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.cta-sec .cta .btn {
    color: var(--main-blue);
    background: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: .9rem 1.25rem;
    font-weight: 700;
}

.cta-box {
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%) !important;
}


.philosophy-sec .pillars .cta-box a {
    border-radius: 5px;
    padding: 0px 30px;
    color: var(--main-blue);
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    letter-spacing: 0.4px;
    background: #fff;
    border: unset;
    width: fit-content;
    margin-top: 28px;
}

.philosophy-sec .pillars .cta-box h3,
.philosophy-sec .pillars .cta-box p,
.philosophy-sec .pillars .cta-box ul li {
    color: #fff;
}

#process {
    background: #fff;
}

#process .content-area h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
}


#process .content-area h2 span {
    display: unset !important;
    font-size: 32px !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
}

#process .content-area p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.4px;
}

#process .column {
    background: rgb(247, 247, 252);
    border: 1px solid #eaedf0;
    padding: 25px;
    border-radius: 10px;
}


#process .column img {
    border-radius: 10px;
    height: 185px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 0 !important;
}

#process .column ul {
    list-style: disc;
    padding-left: 20px !important;
    display: flex;
    gap: 9px 65px;
    flex-wrap: wrap;
    margin-bottom: 15px !important;
}

#process .column ul li {
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

#process .unique-boxes .column h5::after {
    left: -76px !important;
}


#process .unique-boxes .column .number {
    font-size: 32px;
    font-weight: 800;
    color: var(--main-blue);
    opacity: 0.6;
}

.choose-us .accordion,
.choose-us .accordion-item,
.choose-us .accordion-item button {
    background: transparent;
    border-radius: 0 !important;
}


.choose-us .accordion-item {
    border: 0;
    border-bottom: 1px solid #fff;
}

.choose-us .accordion-item .accordion-header {
    margin-bottom: 0 !important;
}


.choose-us .accordion-item button {
    padding: 20px 0;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: unset;
}


.choose-us .accordion-item .accordion-body {
    padding: 0 0 20px;
}

.choose-us .accordion-item .accordion-body p,
.para {
    font-size: 17px !important;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.choose-us .accordion .accordion-item:last-child {
    border-bottom: none;
}


.choose-us .accordion-item,
.choose-us .accordion-item .accordion-header .accordion-button::after {
    filter: brightness(0) invert(1);
}


.dark-bg {
    background: linear-gradient(#232426), url(../images/breadcrumb-bg.png) center / cover no-repeat;
}

.dark-bg .content-area {
    padding: 60px 80px;
}

.cta-section {
    background-image: linear-gradient(304deg, #499dfd00 3.03%, #2678f53d 27.62%, #2678f5 76.39%, #5b0bb1 112.44%), url(../images/cta-sec.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}


.cta-section h2 {
    font-family: "Cormorant Garamond", serif;
    color: #fff !important;
    letter-spacing: 0.4px;
    font-size: 42px;
    margin-bottom: 20px;
}


.cta-section p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 35px !important;
}


.cta-section a {
    padding: 0px 30px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    letter-spacing: 0.4px;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #fff;
}


.cta-section a img {
    filter: brightness(0) invert(1);
    margin-left: 6px;
    transform: translateY(-1px);
}


.blog-breadcrumb {
    background: url(../images/home5-01.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-breadcrumb ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.blog-breadcrumb ul li,
.blog-breadcrumb ul li a {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 500;
}

.blog-breadcrumb ul li a::after {
    content: " /";
    margin-left: 10px;
    color: #fff;
}

.side-border {
    border: solid 1px #ccc5c5;
    padding: 20px;
    border-radius: 8px;
}

.side-bar .about-oceanic img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 15px;
}

.side-bar span {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.8px;
}


.side-bar {
    margin-left: 15px;
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.side-bar .about-oceanic p {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.side-bar .about-oceanic a {
    color: var(--main-blue);
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--main-blue);
}

.side-bar .related-post .post-box a {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 15px;
    align-items: center;
}

.side-bar .related-post .post-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc5c5;
}

.side-bar .related-post .post-box a .img-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.side-bar .related-post .post-box a .content p {
    color: var(--main-blue);
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}

.side-bar .related-post .post-box a .content span {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Quicksand';
    font-weight: 500;
    color: #000;
}


.side-bar .related-post .post-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.Follow-us ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px !important;
}

.Follow-us ul li {
    padding: 10px;
    border: 1px solid var(--main-blue);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
}


.side-bar .category-box ul {
    list-style: disc;
    padding-left: 20px !important;
}

.side-bar .category-box ul li {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    font-weight: 500;
    align-items: center;
}

.side-bar .category-box ul li a {
    color: #000;
}

.tags-box ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tags-box ul li {
    border: solid 1px var(--main-blue);
    padding: 8px 10px;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.tags-box ul li a {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.tags-box ul li:hover {
    background: var(--main-blue);
    border: 1px solid var(--main-blue);
}

.tags-box ul li:hover a {
    color: #fff;
}


.comment-form form button {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--main-blue);
    padding: 12px 30px;
    border-radius: 0;
    border: 0;
}


.comment-form form input,
.comment-form form textarea {
    border: 0;
    border-bottom: solid 1px #ccc5c5;
    background: transparent;
    margin-bottom: 25px;
    width: 100%;
    padding: 12px 0;
}


.blogs-detail h1 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}

.blogs-detail h2,
.comment-show h2,
.comment-form h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}

.blogs-detail .img-box {
    margin-bottom: 20px;
}

.blogs-detail .img-box img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.blogs-detail p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 500;
}

.other-blog {
    display: grid;
    padding: 20px;
    margin: 25px 0;
    grid-template-columns: 34% 34%;
    justify-content: space-between;
}

.other-blog .prev-box,
.other-blog .next-box {
    display: grid;
    grid-template-columns: 32% 44%;
    gap: 15px;
    align-items: center;
}

.other-blog .prev-box p a,
.other-blog .next-box p a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.other-blog .next-box {
    grid-template-columns: 32% 32%;
    justify-content: end;
}

.comment-show .comment-row .comment-box {
    display: grid;
    grid-template-columns: 13% 87%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #ccc5c5;
    box-sizing: border-box;
}

.comment-show .comment-box .content {
    padding-left: 15px;
}

.comment-show .comment-box .content .date {
    color: var(--main-blue);
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
}

.comment-show .comment-box .content .user-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}

.comment-show .comment-row .comment-box:nth-child(even) {
    padding-left: 50px;
}

.comment-show .comment-row .comment-box img {
    width: 100%;
}

.comment-show .comment-box:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

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

.comment-form form input::placeholder,
.comment-form form textarea::placeholder {
    color: #000;
}


#choose .industry-row .industry-box {
    min-height: 100% !important;
}

.philosophy-sec .grid-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.philosophy-sec .icon-box {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    transition: all .25s ease-in-out;
    position: relative;
    display: flex;
    gap: 20px;
}

.philosophy-sec .icon-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    background: linear-gradient(164deg, rgba(201, 221, 244, 1) 50%, rgba(233, 234, 236, 1) 100%);
    border: 1px dashed var(--main-blue);
}

.philosophy-sec .icon-box .img-box,
.philosophy-sec .img-box {
    transition: 0.6s ease-in-out;
    width: fit-content;
}


.philosophy-sec .icon-box:hover .img-box,
.philosophy-sec .card:hover .img-box {
    transform: rotateY(-360deg);
}

.philosophy-sec .icon-box span {
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 0.4px;
}

.philosophy-sec .icon-box p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.28px;
    text-align: left;
}

.ui-service h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}

.ui-service p {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px !important;
}

.ui-service .card-accent {
    position: relative;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    z-index: 1111;
    overflow: hidden;
    padding: 30px;
    height: 100%;
}

.ui-service .card-accent .icon {
    margin-bottom: 12px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease-in-out;
    background: var(--primary-gradient);
    font-size: 22px;
    font-weight: 900;
}

.ui-service .card-accent .card-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 6px;
    font-weight: 600;
}

.ui-service .card-accent .card-content p {
    margin-bottom: 0 !important;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}


.ui-service .card-accent .bg {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 2;
    background: #fff;
    backdrop-filter: blur(24px);
    border-radius: 20px;
    overflow: hidden;
    outline: transparent;
    transition: all 0.5s;
}

.ui-service .card-content {
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}


.ui-service .card-accent .blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--primary-gradient);
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 8s infinite ease;
}

@keyframes blob-bounce {
    0% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }

    25% {
        transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }

    50% {
        transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }

    75% {
        transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }

    100% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }

}

.philosophy-sec .pillars .card .icon img {
    width: 40px;
}

.technology-sec {
    background: #0b1f42;
}

.technology-sec .main-heading h2 {
    font-size: 34px;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
}

.technology-sec .main-heading p {
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
}

.technology-sec .tech-details ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.technology-sec .tech-details ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.technology-sec .tech-details ul li img {
    max-width: 100px;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
}

.technology-sec .tech-details ul li span {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    letter-spacing: 0.6px;
}

.branding-portfolio {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.branding-portfolio .client-item {
    transition: 0.6s ease-in-out;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.branding-portfolio .client-item img {
    transform: scale(1);
    transition: 0.6s linear;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.branding-portfolio .client-item:hover img {
    transform: scale(1.2);
    filter: brightness(.7);
}

.branding-portfolio .client-item .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    display: none;
}

.branding-portfolio .client-item:hover .icon-box {
    display: block;
}

.branding-portfolio .client-item .icon-box i {
    color: #fff;
    font-size: 32px;
}

.branding-portfolio .client-item {
    display: none;
}

.branding-portfolio .client-item.show {
    display: block;
}

.career-modal .modal-body {
    padding: 0;
}

.career-modal .modal-body i {
    position: absolute;
    right: -11px;
    top: -8px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

.career-modal .contact-us .contactForm {
    border-radius: 0px;
    background: transparent;
}

.career-modal .contact-us .mainheading {
    padding: 10px 10px;
    background: var(--main-blue);
    border-radius: 7px 7px 0 0;
}

.career-modal .contact-us .mainheading h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
}

.career-modal .contact-us {
    border-radius: 12px;
}

.career-modal .contact-us .contactForm .bottom-wrap {
    justify-content: center;
}

.career-modal .contact-us .contactForm .bottom-wrap .primary-btn {
    padding: 0 60px;
    font-size: 18px;
}

.contact-us .contactForm .form-inline .upload {
    position: relative;
}

.contact-us .contactForm .form-inline .upload input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    z-index: 1;

}

.contact-us .contactForm .form-inline .upload label {
    color: #000;
    border: 1px dashed rgb(89, 100, 126);
    border-radius: 21px;
    margin: 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 12px;
    line-height: 17px;
    letter-spacing: 0.4px;
    transition: background-color 0.5s, top 0.1s;
    width: 100%;
    display: flex;
    justify-content: center;
}



.mobile-herobanner {
    display: none;
}

.maintenance-sec {
    border-top: 1px solid #0000000d;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.maintenance-sec .img-box {
    position: absolute;
    right: 0;
    bottom: -20px;
}


.maintenance-sec h1 {
    font-size: 38px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
}


.maintenance-sec span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.maintenance-sec p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.maintenance-sec a {
    background: linear-gradient(304deg, rgb(73, 157, 253) 3.03%, rgb(38, 120, 245) 27.62%);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    padding: 12px 30px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.4px;
    color: rgb(255, 255, 255) !important;
}

.error-sec {
    position: relative;
}

.error-sec .bottomFour {
    position: absolute;
    bottom: -231px;
    left: -270px;
    width: 800px;
    height: 800px;
    border-radius: 50% 22% 40% 80%;
    filter: blur(100px);
    background: radial-gradient(circle at 50% 50%, rgba(76, 0, 255, 1), rgba(76, 0, 255, 0));
    opacity: 0.2;
    z-index: -1;
}

.error-sec .topFour {
    position: absolute;
    top: -231px;
    right: -270px;
    width: 800px;
    height: 800px;
    border-radius: 50% 22% 40% 80%;
    filter: blur(100px);
    background: radial-gradient(circle at 50% 50%, rgba(76, 0, 255, 1), rgba(76, 0, 255, 0));
    opacity: 0.2;
    z-index: -1;
}

.error-sec .four {
    font-size: 620px;
    line-height: 580px;
    color: var(--main-blue);
}

.error-sec .zero-warpper-content h2 {
    font-size: 22px;
}

.error-sec .zero-warpper-content h5 {
    font-size: 14px;
}

.error-sec .zero-warpper {
    padding: 20px;
    color: #fff;
    background-color: var(--main-blue);
    margin-top: 15%;
    margin-bottom: 15%;
    border-radius: 8px;
}

.error-sec .zero-warpper .zero-warpper-content {
    margin-bottom: 33px;
}

.error-sec .page-list {
    display: flex;
    flex-direction: column;
}

.error-sec .page-list .page-list-item {
    display: flex;
    justify-content: space-between;
    text-align: left;
    background-color: #f3f3f3;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.error-sec .page-list .page-list-item .page-list-item-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-family: var(--alt-font-2);
}

.error-sec .page-list .page-list-item .page-list-item-content p {
    font-size: 12px;
    margin-bottom: unset;
    color: #1a3661;
    font-family: var(--alt-font);
    line-height: 16px;
    font-weight: 500;
}

.error-sec .page-list-item .icon {
    height: 60px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.stats-section {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.stat-box {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 25px;
    transition: all .25s ease-in-out;
    position: relative;
}

.stat-box .counter,
.stat-box .plus {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
}

.stat-box p {
    font-size: 19px;
    letter-spacing: 0.2px;
    text-align: left;
    font-weight: 600;
    margin: 8px 0;
}

.stat-box small {
    font-size: 15px;
    line-height: 26px;
    color: #212121;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* Responsive */
@media (max-width: 768px) {
    .stats-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.stat-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.stat-box .border-gradient {
    opacity: 1;
}

.oceanic-philospy .container-fluid {
    padding: 0 30px;
}

.oceanic-philospy .bg {
    padding: 60px;
}

.oceanic-philospy .bg h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.oceanic-philospy .bg p,
.oceanic-philospy .bg ul li {
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
    line-height: 32px;
}

.oceanic-philospy .bg ul {
    margin-bottom: 10px;
}

.oceanic-philospy .bg ul li i {
    margin-right: 12px;
}

.oceanic-philospy img {
    height: 100%;
    object-fit: cover;
}


.oceanic-philospy .bg span {
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
    display: block;
    font-style: italic;
    margin-bottom: 15px;
}


.video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

.video-section .content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 80px 0;
}

.video-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}


.video-section .content h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.video-section .content p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-align: left;
}

.video-section .content ul {
    list-style: disc;
    padding-left: 20px !important;
    margin-bottom: 15px;
}

.video-section .content ul li {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.testimonial {
    display: none;
}

.sub-menu .accordion-header button {
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #252422;
    font-size: 15px;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.sub-menu .accordion-item .accordion-body ul li a {
    line-height: 40px;
    color: #252422;
    font-size: 15px;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.sub-menu .accordion-item .accordion-body ul li a:hover {
    color: var(--main-blue);
}

.sub-menu .accordion-button:not(.collapsed) {
    background: transparent !important;
}

.inner-menu{
    list-style: disc;
    padding: 10px 0 0px 35px !important;
}

.inner-menu li a {
    height: 35px;
    display: block;
    color: #252422;
    font-size: 15px;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.privacy-content {
    margin: 0 50px;
}
.privacy-content .content-area ul{
    list-style: disc;
    padding-left: 20px !important;
    margin-bottom: 15px !important; 
}

.privacy-content .content-area ul li{
    margin-bottom: 8px;
}

.privacy-content h2{
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", serif;
}

.privacy-content p, .privacy-content ul li{
    font-weight: 500;
    letter-spacing: 0.4px;
}

.privacy-content p b{
    color: var(--main-blue);
}

.privacy-content .sidebar ul li:not(:last-child) {
    margin-bottom: 14px;
}

.privacy-content .sidebar ul li a {
    font-size: 18px;
    font-weight: 500;
}

.privacy-content .sidebar {
    border-right: 1px solid #ddd;
    height: 100%;
}

.privacy-content .content-area {
    padding-left: 20px;
}

.contact-us .contactForm #formResponse .alert {
    margin-bottom: 14px;
    background: transparent;
    border: 1px solid #3c5de5;
    border-radius: unset;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}