.mainBody {
    position: relative;
}

.typewriter-container {

    display: inline-block;
    border-right: 2px solid black;
    /* Cursor effect */
    white-space: nowrap;
    overflow: hidden;
}

.typewriter {
    display: inline-block;
}

.mainHeader {
    position: fixed;
    width: 100%;
    left: 50%;
    z-index: 34;
    top: 30px;
    transform: translate(-52%, 0);
}

.mainHeader::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent 5%, white 5%);
    top: 0px;
    z-index: -1;
    left: 199px;
    box-shadow: 35px 20px 40px -18px #9999;
}

.digital-marketing {
    background-image: url('../images/Banner/digital-market-banner.png') !important;
}

.ecommerce-banner {
    background-image: url('../images/Banner/ecommerce.png') !important;
}

.about-banner {
    background-image: url('../images/Banner/about.jpg') !important;
    background-size: cover !important;
}

.mobile-app-banner {
    background-image: url('../images/Banner/mobile-app.png') !important;
}

.services-banner {
    background-image: url('../images/Banner/services-banner.png') !important;
}

.contactPageSection {
    background-image: url('../images/backgroundImg/pattern-2.png');
}

.brandAboutSection .badgeImg2 {
    right: 346px;
    top: -55px;

}

.project-card-image img {
    height: 296px !important;
}

.headerInner {
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 77px;
    /* background-color: green; */
    /* clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%); */
    background: linear-gradient(120deg, transparent 5%, white 5%);
    position: relative;
}

.mobileDropdownHeader .dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

.faq .divider {
    width: 700px;
}

.headerNavLinksInner li a.active {
    position: relative;
}

.headerNavLinksInner li a.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: white;
    top: -11px;
    left: 0px;
}

.dropdownLink {
    color: white;
    cursor: pointer;
    gap: 10px;
}

/* .headerNavLinksInner li .hoverLinks:not(.dropdownLink):hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: white;
    top: -20px;
    left: 0px;
}

.headerNavLinksInner li .hoverLinks:not(.dropdownLink):hover::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    clip-path: polygon(53% 100%, 0 0, 100% 0);
    top: -16px;
    left: 39%;
} */

.headerNavLinksInner li a:has(.servicesLink):hover::before {
    left: 47% !important;
    top: -12px !important;
}

.headerNavLinksInner li a.active::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    clip-path: polygon(53% 100%, 0 0, 100% 0);
    top: -8px !important;
    left: 50%;
    transform: translateX(-50%)
}



.navbar-collapse {
    flex-grow: 0;
}

.navbar {
    display: block;
}

.headerBack {
    height: 77px;
    background-color: white;
    position: absolute;
    width: 800px;
    right: -200px;
}

/* .headerInner::after {
    content: '';
    height: 77px;
    background-color: white;
    position: absolute;
    width: 800px;
    right: -200px;
} */

.headerInner img {
    object-fit: contain;
    padding-left: 70px;
    padding-right: 50px;
    width: 260px;
}

.headerNav {
    position: relative;
}

.mobileHeader {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 50;
}

.heroInner {
    margin-top: 97px;
    position: relative;
    margin-right: 235px;
}

.badgeImg1 {
    position: absolute;
    left: -70px;
    top: -70px;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.badgeImg2 {
    position: absolute;
    right: 20px;
    top: -80px;
    width: 120px !important;
    height: 120px;
    object-fit: contain;
}

.stats-content .badgeImg2 {
    right: -68px;
    top: 351px;
    transform: rotateX(155deg);
    height: 120px;
}

.badgeImg3 {
    position: absolute;
    left: -70px;
    top: -80px;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.stats-content .badgeImg3 {
    left: -55px;
    top: -57px;
    width: 88px;
    height: 105px;
}

.badgeImg4 {
    position: absolute;
    left: -65px;
    top: -50px;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.badgeImg5 {
    position: absolute;
    right: 33px;
    top: -10px;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.badgeImg6 {
    position: absolute;
    left: -55px;
    bottom: -66px;
    width: 88px;
    transform: rotate(90deg) scaleY(-1);
    height: 120px;
    object-fit: contain;
}

.branding-banner-1 {
    padding-top: 100px !important;
}

.branding-banner-1 .badgeImg5 {
    right: 65px;
    top: -45px;
    width: 97px;
    height: 75px;
}

.baranding-banner-2 {
    padding-top: 0px !important;
}

.baranding-banner-2 .badgeImg5 {
    right: 0px;
}

.aboutReverse .badgeImg6 {
    transform: rotate(90deg) scaleY(1);
    left: auto;
    right: -5px;
}

.aboutReverse .badgeImg5 {
    transform: scaleX(-1);
    position: absolute;
    left: -46px;
    top: -66px;
    width: 89px;
    height: 120px;
    object-fit: contain;
}


.aboutHome img {
    width: 500px;
}

.portfolio-slider img {
    height: 296px !important;
}

.portfolio-slider .slick-slide.slick-current.slick-active {
    filter: grayscale(0);
}

.portfolio-slider .slick-slide.slick-current.slick-active .textLayer {
    display: block !important;
}

.headerNavLinks {
    transform: skew(-30deg, 0deg);
}

.headerNavLinksInner {
    height: 77px;
    list-style: none;
    background-color: var(--baseColor1);
    display: flex;
    align-items: center;
    /* gap: 40px; */
    justify-content: space-between;
    padding: 0px 70px;
    width: 725px;
}
.dropDownHover {
    position: relative;
}

.dropDownBox {
    width: 100vw;
    /* max-width: 920px; */
    /* max-width: 1160px; */
    height: 92vh;
    position: absolute;
    left: -44vw;
    display: none;
}

.dropdownHeader {
    /* display: none; */
    display: none;
    top: 261px;
    position: absolute;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 15px;
    z-index: 99999;
    background-color: #000000e3;
    overflow-y: auto;
}

.dropdownHeader .divider::after {
    display: none;
}

.dropdownHeader .divider {
    width: 85% !important;
    /* position: relative; */
    left: 0%;
    transform: translate(0%, -50%);
}

.serviceListOut {
    padding: 15px;
    background-color: white;
    border-radius: 12px;
    height: 280px;
}

.dropMainTop>li {
    flex: 1;
    text-align: center;
    padding-bottom: 5px !important;
    border-bottom: 3px solid #d30027;
    cursor: pointer;
}

.dropMainTop>li a {
    padding-bottom: 5px;
    width: 100%;
    padding: 10px 0;
    display: block;
}

.dropMainTop>li a:hover {
    border-radius: 10px;
    background-color: #d30027;
}

.dropMainTop {
    padding-bottom: 0 !important;
}

.paraMenu {
    font-size: 12px;
}

.lastTabHead {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastTabHead .dropdown button {
    border: none;
    background-color: transparent;
    margin-left: 10px;
}

.lastTabHead .dropdown ul {
    left: -40px !important;
}

.lastTabHead .dropdown ul .dropdown-item {
    color: black;
}

/* .dropDownHover:hover .serviceHover + .dropDownBox{
    opacity: 1 !important;
}
.dropDownHover:hover .serviceHover + .dropDownBox> .dropdownHeader{
    opacity: 1 !important;

} */


/* .dropDownHover:hover .dropDownBox {
    display: block !important;
}

.dropDownHover:hover .dropdownHeader {
    display: block !important;
} */


/* .dropDownHover:hover .dropdownHeader{
    display: block !important;
} */

.contact-form .list-group-item {
    background-color: transparent;
}

.blogCardMain {
    height: 130px;
}



ul.dropMain {
    padding: 0 21px 12px 21px;
    justify-content: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.serviceList svg {
    width: 25px;
    height: 25px;
}

.serviceList {
    /* display: none; */
    height: 340px;
    list-style: none;
}

.serviceIcon {
    width: 100px;
    height: 100px;
    background-color: #d30027;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
    margin: -50px auto;
}

.serviceCard {
    border-color: #d30027;
    min-height: 300px;
}

.serviceCard .card-body {
    padding-top: 70px;
}

.serviceIcon svg {
    fill: #fff !important;
}

.headerNavigation .slick-arrow {
    z-index: 1;
    width: 25px;
    height: 25px;
}

.headerNavigation .slick-arrow:before {
    font-size: 30px;
}

.headerNavigation .slick-next {
    right: 0;
}

.headerNavigation .slick-prev {
    left: 0;
}


.headerNavigation button {
    background-color: #ddd;
    border: none;
    padding: 3px 8px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
}

.headerNavigation button.slick-disabled {
    opacity: 0.6;
}

.activeNav>div {
    background-color: #d30027;
    color: white;
    border-radius: 10px;
    padding: 5px;
}


.serviceList {
    display: none;
}


/* Show the default service list */
.designingService {
    display: block;
}

/* .developmentService{
    display: block;
} */

.dropdownHeader::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 40%;
    background-color: black;
    width: 40px;
    height: 40px;
    rotate: 45deg;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: none;
}


.websiteSLiderBox .slick-slide {
    filter: grayscale(1);
}

.websiteSLiderBox .slick-slide.slick-current.slick-active.slick-center {
    filter: grayscale(0);
}

.websiteSLiderBox .slick-slide.slick-current.slick-active.slick-center .textLayer {
    display: block !important;
}


.mobSubDropDown ul {
    list-style: none;
    margin-left: 10px;
}

.mobSubDropDown ul a {
    color: black;
}

.mobileapplicationSLiderBox .slick-slide {
    filter: grayscale(1);
}

.mobileapplicationSLiderBox .slick-slide.slick-current.slick-active.slick-center {
    filter: grayscale(0);
}

.mobileapplicationSLiderBox .slick-slide.slick-current.slick-active.slick-center .textLayer {
    display: block !important;
}


.webapplicationSLiderBox .slick-slide {
    filter: grayscale(1);
}

.webapplicationSLiderBox .slick-slide.slick-current.slick-active.slick-center {
    filter: grayscale(0);
}

.webapplicationSLiderBox .slick-slide.slick-current.slick-active.slick-center .textLayer {
    display: block !important;
}


#showImage {
    background-color: #F9F9F9;
}



.dropdownHeader ul>li {
    padding-bottom: 10px;
}

.dropdownHeader ul.dropMain>li {
    /* padding-top: 10px; */

    /* border-bottom: 2px solid #DF1F2C; */
    position: relative;
    width: 24%;
}

.bg-img-white {
    background-image: none !important;
    background-color: white !important;
}

.dropdownHeader .service-list {
    margin: 30px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    gap: unset;
    margin-right: 0;
}

.dropdownHeader .service-list a:hover {
    text-decoration: underline;
}

/* .dropdownHeader .dropMain li::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: -18px;
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: var(--baseColor1);
}

.dropdownHeader .dropMain li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -14px;
    height: 58px;
    width: 2px;
    border-right: 2px dashed white;
} */

.dropdownLink>div {
    padding-top: 10px;
    padding-bottom: 10px;

}

.serviceList .dropdownLink {
    font-size: 12px;
}

.dropdownHeader .serviceList li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid lightgray;
}

.serviceList {
    display: flex;
    gap: 30px;
}

.serviceList ul {
    flex: 1;
    list-style: none;
}

.dropdownHeader a {
    color: white
}

.headerInner .mainButton1 {
    margin-left: 30px;
}




.homeHeroSection {
    position: relative;
    background-image: url('../images/Banner/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    display: flex;
    overflow: hidden;
    z-index: 1;
    background-attachment: fixed;
    align-items: center;
}

.homeHeroSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, #000000, transparent);
    opacity: 0.6;
    z-index: -1;
}

.saasBanner {
    background-image: url('../images/Banner/saasBanner.png') !important;
}

.financialBanner {
    background-image: url('../images/Banner/financial.png') !important;
}

.paraThird {
    position: relative;
    z-index: 2;
}

.dropdownLink i {
    display: flex;
    align-items: center;
}

.serviceList .dropdownLink {
    font-size: 14px;
}

.serviceList li {
    padding-top: 10px;
    padding-bottom: 3px;
}



/* .bannerLayer {
    position: absolute;
    background-color: #0000003d;
    width: 598px;
    height: 100%;
    left: 50%;
    transform: translate(-84%, 0) skew(-30deg, 0deg);
} */
.bannerLayer {
    position: absolute;
    /* background-color: var(--baseColor1); */
    background-color: #0000003d;
    width: 100%;
    height: 100%;
    left: -50%;
    /* mix-blend-mode: multiply; */
    transform: translate(6%, 0) skew(-30deg, 0deg);
}

.innerPageHero {
    position: relative;
    z-index: 4;
    margin-top: 50px;

}

.bannerLayerInner {
    position: relative;
}

.bannerTriangle {
    position: absolute;
    right: 0;
    bottom: 0;
    /* clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
    width: 585px;
    transform: translate(75%, 0) skew(-30deg, 0);
    height: 500px;
    background-color: #0000003d;
    /* background-color: var(--baseColor1);
    mix-blend-mode: multiply; */
}

.bannerTriangleInner {
    position: relative;
}

.bannerLine1 {
    height: 251px;
    width: 5px;
    background-color: white;
    position: absolute;
    z-index: 5;
    top: 478px;
    animation: animate1 19s infinite linear;

    left: -60px;
}

.bannerLine2 {
    height: 251px;
    width: 5px;
    background-color: var(--baseColor1);
    position: absolute;
    z-index: 5;
    top: 0px;
    left: -40px;
    animation: animate2 15s infinite linear;

}

.bannerLine3 {
    height: 251px;
    width: 5px;
    background-color: white;
    position: absolute;
    z-index: 5;
    top: 478px;
    right: -60px;
    animation: animate3 19s infinite linear;

}

.bannerLine4 {
    height: 251px;
    width: 5px;
    background-color: var(--baseColor1);
    position: absolute;
    z-index: 5;
    top: 200px;
    right: -100px;
    animation: animate4 15s infinite linear;
}

.bannerLine5 {
    height: 251px;
    width: 5px;
    background-color: white;
    position: absolute;
    z-index: 5;
    top: 200px;
    left: -30px;
    animation: animate4 15s infinite linear;
}

.innerHeroSection {
    height: 500px;
}

@keyframes animate1 {

    0%,
    100% {
        top: 200px;
    }

    50% {
        top: 29rem;
    }
}

@keyframes animate2 {

    0%,
    100% {
        top: 0px;
    }

    50% {
        top: 29rem;
    }
}

@keyframes animate3 {

    0%,
    100% {
        top: 0px;
    }

    50% {
        top: 29rem;
    }
}

@keyframes animate4 {

    0%,
    100% {
        top: 200px;
    }

    50% {
        top: 29rem;
    }
}


/* ABOUT SECTION STARTS  */

.aboutSection {
    padding: 80px 0 130px 0;
    background-image: url('../images/backgroundImg/pattern-2.png');
    background-color: rgba(255, 255, 255, 0.5);
}

.about2 {
    padding: 80px 0 0 0;

}

.aboutReverse {
    flex-direction: row-reverse;
}

.aboutReverse .aboutLabelImg1 {
    position: relative;
}

.aboutImageHover {
    position: relative;
    /* overflow-y: hidden !important; */
}

.aboutImageHover::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 0;
    border-radius: 10px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #d30027;
    z-index: 10;
    opacity: 0.7;
    transition: height 0.3s ease, top 0.3s ease;
}

.aboutImageHover::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 56px;
    background-image: url(../images/logo/fp.png);
    top: 50%;
    left: 350%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20;
    transition: bottom 0.3s ease, top 0.3s ease;
    filter: drop-shadow(1px 1px 3px black);
}

.aboutImageHover2 {
    position: relative;
    /* overflow-x: hidden !important; */
    /* overflow: hidden; */
}

.lineImageBack {

    background-image: url(../images/backgroundImg/pattern-2.png);
    background-color: rgba(255, 255, 255, 0.5);
}

.aboutImageHover2::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 0;
    border-radius: 10px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #d30027;
    z-index: 10;
    opacity: 0.7;
    transition: height 0.3s ease, top 0.3s ease;
}

.aboutImageHover2::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 56px;
    background-image: url(../images/logo/fp.png);
    top: 50%;
    left: 350%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20;
    transition: bottom 0.3s ease, top 0.3s ease;
    filter: drop-shadow(1px 1px 3px black);
}

.aboutImageHover:hover::before {
    left: 50%;
}

.aboutImageHover2:hover::before {
    left: 50%;
}



.aboutImageHover:hover::after {
    height: 90%;
    top: 5%;
}


.aboutImageHover2:hover::after {
    height: 90%;
    top: 5%;
}




.aboutImgContainer {
    max-width: 549px;
}

.aboutImgInnerContainer {
    position: relative;
    height: 500px;
}

.aboutLabelOuter {
    left: -80px;
    top: 75px;
    position: absolute;
}

.aboutLabelInner {
    background-color: var(--baseColor1);
    padding: 0 17px;
    border-radius: 4px;
    color: white;
    transform: rotate(-90deg);
}

.aboutLabelImg1 {
    position: absolute;
    z-index: 1;
    right: 0;
    /* width: 400px; */
}

.aboutLabelImg1 .aboutImgPara {
    /* margin-left: 40px; */
    width: 500px;
    height: auto;
    object-fit: cover;
}

.aboutImgSize {}

.aboutImgSize .aboutImgPara {
    border: 5px solid var(--baseColor1);
    width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;


    box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
    -webkit-box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14)
}

.aboutLabelImg2 {
    position: absolute;
    z-index: 2;

    left: -20px;
    bottom: -15px;
}

.aboutLabelImg2 img {
    width: 432px;
}

.aboutLabelImg3 {
    position: absolute;
    width: 125px;
    height: 130px;
    background-color: var(--baseColor1);
    right: 0;
    bottom: -64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.aboutLabelImg3 img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}




/* ABOUT SECTION ENDS  */


/* SERVICE SECTION STARTS  */

.serviceSection {
    padding: 70px 0;
    background-image: url('../images/Services/services.png');
}

.serviceSection p {
    color: white;
}

.divider {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--baseColor1);
    height: 2px;
    width: 345px;
    margin: 20px 0 30px 0
}

.divider::after {
    position: absolute;
    content: '';
    width: 15px;
    border-radius: 50%;
    height: 15px;
    left: -12px;
    top: -7.5px;
    background-color: white;
}

.divider::before {
    position: absolute;
    content: '';
    width: 15px;
    border-radius: 50%;
    height: 15px;
    right: -12px;
    top: -7.5px;
    background-color: white;
}

.div2 {
    width: 500px;
}

.div2::after,
.div2::before {
    background-color: black;
}

.div3 {
    width: 500px;
    background-color: white;
    left: 0;
    transform: translate(3%, -50%);
}

.div3::after,
.div3::before {
    background-color: var(--baseColor1);
}

.div4 {
    width: 400px;
    background-color: black;
    left: 0;
    transform: translate(3%, -50%);
}

.div4::after,
.div4::before {
    background-color: var(--baseColor1);
}






.serviceSliderWrapper {
    height: 405px;
}

.services-section {
    background-image: url('../images/Services/services.png');
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.services-section-me {
    background-image: url('../images/Services/servicesMe.jpg');
}

.services-section .sliderTabs {
    height: auto;
    /* max-width: 500px !important; */
    border-bottom: 4px solid var(--baseColor1);
}

.sliderTabs h5 {
    white-space: nowrap;
    text-align: center;
}

.sliderTabs .slick-active.slick-current {
    background-color: var(--baseColor1);
}

.services-section .sliderTabs .slick-next {
    position: absolute !important;
    right: -20px !important;
    color: var(--baseColor1);
    bottom: 40%;
}

.services-section .slick-prev {
    display: none !important;
}

.service-section-container {
    /* max-width: 1700px; */
    /* position: absolute; */
    height: 100%;
    margin-left: auto;
    /* float: right; */
}

.services-section .sliderContent h5::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 35px;
    background-color: var(--baseColor1);
    left: 3px;
    top: 7px;
}

.services-section .sliderContent>div {
    /* max-width: 520px !important; */
}

.services-section .sliderContent .sliderContentmainHeading {
    /* max-width: 526px; */
    width: 90%;
}

/* .sliderContent .slick-slide > div{
    width: 50%;
} */


/* .services-section .sliderContent .slick-slide::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 35px;
    background-color: var(--baseColor1);
    top: 8px;
} */

.service-list li::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../images/Services/circle.png');
    background-size: cover;
    background-position: center;
    left: -31px;
    top: 2px;
}

.service-list li:not(.last-child)::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: white;
    left: -24px;
    top: 20px;
}

.service-list .list-long-content::before {

    height: 45px !important;
}

.list-long-content p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}

.service-list {
    margin: 30px;
    margin-left: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sliderContent .slick-next {
    display: none !important;
}

.services-section .slider-images {
    height: 500px;

}

.services-section .slider-images .image-holder {
    /* height: 300px; */
    padding-right: 10px;
}

/* .slider-images .slick-slide .image-holder .slick-next-icon {
    display: none !important;
} */

.slick-next-icon {
    display: block !important;
    top: 40%;
    right: -100px;
    transform: translate(0%, -50%);
    cursor: pointer;
    z-index: 33;
}

.slider-section .slider-images .slick-next {
    width: 70px;
    height: 70px;
    bottom: 500px;
}

.carouselImg {
    height: 400px;
    filter: brightness(100%);
}

.carouselBtn {
    height: 80px;
}

.slick-slide.slick-current.slick-active .carouselImg {
    /* filter: brightness(100%); */
    width: 100%;
    /* border-bottom: 5px solid white; */
    object-fit: cover;
    /* border-bottom: 5px solid white; */
}

.slick-slide.slick-current.slick-active .imgHolderInner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background-color: white;
    z-index: 10;
    bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.slick-slide.slick-current.slick-active .imgHolderInner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(221, 8, 47, 0.5) 40%, transparent 60%);
    top: 0px;
}

.slick-slide.slick-current.slick-active.image-holder::after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: 5px;
    background-color: white;
    bottom: 0;
    z-index: 100;
}

.slick-slide.slick-current.slick-active.image-holder::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 1;
    clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5px;
    z-index: 100;
}


/* SERVICES SECTION ENDS  */

/* TECHNCOLOGY SECTION STARTS  */
.Technologies {
    /* background-color: black; */
    padding: 90px 0;
    margin-top: 30px;
}


#particles-js {
    width: 100%;
    /* height: 100%; */
    position: absolute;
}

/* .particles-js-canvas-el{
    position: absolute;
    top: 0;
  } */


.Technologies::after {
    content: '';
    background-image: url('../assets/techs/techs.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -15px;
}

.wrapper {
    /* padding: 70px 0; */

}

.wrapper::after {
    width: 96%;
    content: "";
    position: absolute;
    height: 4px;
    background: repeating-linear-gradient(90deg, transparent, transparent 5px, #959595 5px, #959595 10px);
    top: 50%;
    left: 20px;
    animation: moveDots 2s linear infinite;
    z-index: 1;
}

@keyframes moveDots {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 10px 0;
    }
}

.my-slider {
    padding: 0 70px;
    z-index: 2;
}

.my-slider .textHost {
    top: -3px;
    padding-top: 2px;
    border-bottom: 2px solid #000;
    /* padding-bottom: 2px; */
    display: none !important;
}

.my-slider .slick-slide.slick-current .textHost {
    display: block !important;
}

.my-slider .slick-slide.slick-current .textHost::after {
    left: 45%;
}

.my-slider .textHost::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    background-color: #000;
    clip-path: polygon(53% 46%, 0 0, 100% 0);
    bottom: -13px;
}

.my-slider .technology .technologyBox {
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 2px solid var(--baseColor1);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* background-color: #959595; */
}

.my-slider .technology .technologyBox img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* .slick-slide.slick-current.slick-active.slick-center .technologyBox {
    background-color: var(--baseColor1) !important;
} */

.technology .tooltip {
    z-index: 1;
}

.wrapper .slick-initialized .slick-slide {
    /* background-color: #b32532; */
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .slick-initialized .slick-slide.slick-current {
    transform: scale(1.4);
    transition: all 0.5s ease-in;
}

.wrapper .slick-initialized .slick-list.draggable {
    padding: 50px 0 !important;
}

.my-slider .slick-dots {
    display: none !important;
}


.wrapper .slick-next,
.slick-prev i {
    z-index: 5;
    font-size: 12px !important;
}

.wrapper .slick-next {
    right: 15px;
    position: absolute;
    bottom: 128px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wrapper .slick-prev {
    position: absolute;
    left: 15px;
    top: 132px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper .slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}


/* TECHNOLOGY SECTION ENDS  */






/* RECENT PROJECTS SECTION STARTS  */


.updatedImageSlider img {
    height: 376px;
    object-fit: contain;
}

.project-slider-app {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 90px 0;
    margin-top: 30px;
}

.projectSliderNav .slick-arrow {
    display: none !important;
}


.project-carousel .swiper-slide {
    background-position: center;
    background-size: contain;
    /* width: 400px; */
    height: 300px;

}

.swiper-slide-active-custom {
    /* transform: scaleX(1.3) !important; */
    width: 600px !important;
    border: 1px solid black;
}

.project-carousel {
    padding-bottom: 196px !important;
    overflow-x: hidden !important;
}

.project-carousel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-3d {
    perspective: 19200px !important;
}

.project-carousel .swiper-slide-prev {
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 93%);
    transform: translate3d(-4px, 0px, -104.878px) rotateX(0deg) rotateY(-10.4878deg) scale(1) !important;
}

.project-carousel .swiper-slide-prev::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #000; */
    top: 0px;
    opacity: 0.5;
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 93%);
}

.project-carousel .swiper-slide-next::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #000; */
    top: 0px;
    opacity: 0.5;
    clip-path: polygon(0 0, 100% 19%, 100% 94%, 0% 100%);
}

.project-carousel .swiper-slide-next {
    clip-path: polygon(0 0, 100% 19%, 100% 94%, 0% 100%);
    /* width: 628px !important; */
}

.project-carousel .swiper-slide-next .content,
.project-carousel .swiper-slide-prev .content {
    display: none !important;
}

.project-carousel .swiper-slide-active .content {
    bottom: -195px;
}

.project-carousel .swiper-slide .content span {
    font-size: 130px;
    right: 10px;
    opacity: 0.5;
}

/* RECENT PROJECT SECTION ENDS  */

.missionSection {
    background-color: rgb(26, 26, 26);
    background-image: url('../images/mission/missionImg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0px 0px 0px 21px #5d070d94 inset;
    -webkit-box-shadow: 0px 0px 0px 21px #5d070d94 inset;
    -moz-box-shadow: 0px 0px 0px 21px #5d070d94 inset;
    padding: 100px 0;
}

.missionInner {
    padding: 25px;
}

.selectedRed {
    background-color: var(--baseColor1);
    border-radius: 10px;
}

.missionOuter {
    display: flex;
    /* gap: 50px; */
}

.missionInner h4 {
    margin-bottom: 30px;
}

/* STATS STARTS */

.blackBarStats {
    padding: 30px 0;
}

.ourStats {
    padding: 80px 0 110px 0;
    margin-top: 60px;
    position: relative;
}

.ourStats::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 700px;
    top: 260px;
    left: 0px;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-image: url('../images/Stats/bg.png');
}

.reviewStars {
    color: #ffb70e;
    font-size: 20px;
}

.reviewSection {
    padding-top: 10px;

}

.reviewSection .reviewCard {
    max-width: 500px;
}

.innerHeroSection .bannerLayer {
    transform: translate(10%, 0) skew(-30deg, 0deg);
}
.innerHeroSection .bannerTriangle {
    display: none !important;
}

.reviewCard {
    padding: 40px 40px 60px 40px;
}

.reviewCard .cardInner {
    position: relative;
}

.reviewProfile {
    position: absolute;
    bottom: -145px;
}

.reviewProfile img {
    width: 80px;
}




/* .brandContainer  starts */

.brandContainer {

    position: relative;
    height: 150px;
    width: 18%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all 0.5sease -in-out;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.brandsCarousel .brandContainer:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 18px);
    border-bottom: 3px dashed #00000038;
    bottom: -10px;
    left: -8px;
}

.brandsCarousel .brandContainer:not(:nth-child(5n))::after {
    content: "";
    position: absolute;
    top: -8px;
    right: -12px;
    height: 120%;
    width: 1px;
    border-right: 3px dashed #00000038;
}

/* .brandContainer:hover {
    transform: scale(0.9);
    border: 4px solid var(--baseColor1);
} */

.brandContainer img {
    width: 95%;
    height: 110px;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 16px;
    padding: 0 20px;
}

.brandsCarousel img {
    width: 95%;
    height: 110px;
    object-fit: contain;
    margin: 0 auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 16px;
}

.brandsCarousel .slick-slide {
    margin: 0 10px;
}

.accreditionCarousel .slick-slide {
    margin: 0 10px;
}

.brandSection {
    padding: 100px 0 80px 0;
}

.brandSection .divider {
    width: 700px !important;
}

.bg-image-white {
    background-image: none !important;

}

.showPortfolio {
    border: 2px solid #d30027;
}

.filter {
    filter: grayscale(1) !important;
}

.filter:hover {
    filter: grayscale(0) !important;
}

.showPortfolio img {
    width: 100%;
    height: 298px !important;
}

.display-porfolio img {
    height: 625px !important;
}

.showPortfolio p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

/* .showPortfolio {
  border: 4px solid #DF1F2C;
} */


.display-porfolio p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
}

.display-porfolio .overlay {
    height: 40% !important;
    width: 100% !important;
    left: 0px !important;
}

.display-porfolio {
    border: 2px solid #d30027;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.brandsCarousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.brandsCarousel .slick-list.draggable {
    padding-top: 25px !important;

}

.brandsCarousel .slick-track {
    height: 400px !important;
}

.accreditionCarousel {
    height: 194px !important;
    max-height: 194px !important;
    overflow-y: hidden !important;
}

.accreditionCarousel .slick-list.draggable {
    padding-top: 25px !important;

}

.accreditionCarousel .slick-track {
    height: 400px !important;
}

.accreditionCarousel .brandContainer {
    background-color: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 5px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.brandSection .marque_div {
    padding: 20px;
    background-color: white;
    border: 2px solid #d30027;
    /* border-radius: 25px 0 25px 0px; */
    width: 300px;
    height: 170px;
    display: inline-block;
    /* box-shadow: 3px 2px 13px; */
    margin-right: 40px;
}

.brandSection .marque_div img.img-fluid {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}


.startProjectSection {
    background-image: url('../images/CTA/corporate-businessme.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.startProjectSection.me {
    background-image: url('../images/CTA/corporate-business-me.jpg');
}



.accordian-container .accordion-item .accordion-header .accordion-button {
    background-color: var(--baseColor1) !important;
}

.accordian-container .accordion-item .accordion-header .accordion-button::after {
    background-image: url('../images/icons/plus.svg') !important;
}


.blogInner .card-footer {
    margin-top: 20px;
    padding: 20px 0 0 0;

}

.animateButton i {
    transition: all 0.6s ease-in-out;
    position: relative;
    right: 0;

}

.animateButton:hover i {
    position: relative;
    right: -25px;
}


.blog-app {
    padding: 70px 0;
    background-image: url('../images/blog/Untitled-11.png');
    background-size: cover;
    background-position: center;
}

.blog-app .card-title {
    line-height: 24px;
}

.news-btn {
    background-color: #d30027;
    display: inline-block;
    line-height: 1;
}


/* contact form start  */


.contact-form h5 {
    color: var(--baseColor1);
}

.contact-form h6 span {
    color: var(--baseColor1);
}

.contact-form .list-group-item span:not(.last-div) {
    border-bottom: 2px solid #999;
}

.contact-form .textarea-icon i {
    top: 21px;
    left: 8px;
}

/* contact form ends  */




/* footer starts  */

.footerMain {
    background-color: #000000;
    padding: 90px 0 20px 0;
    position: relative;
}

.backgroundWaves {
    position: absolute;
    bottom: 0;
}

.footerInner {
    color: white;
    position: relative;
    z-index: 5;
}

.footerFirst .logoFooter {
    margin-bottom: 30px;
}

.footerHeading {
    /* text-align: left; */
}

.footerSecond,
.footerThird,
.footerFourth {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footerSecond ul,
.footerThird ul {
    margin-top: 30px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footerSecond ul a,
.footerThird ul a {
    color: white;
}

.newsLetter,
.socialMediaHead {
    margin-top: 30px;
}

.newsletter input {
    outline: none !important;
}

.socialMediaIcon {
    margin-top: 20px;
}

.newsLetterIn {
    position: relative;
}

.newsLetterBtn {
    background-color: var(--baseColor2);
    top: 0;
    right: 0;
    color: black;
    height: 50px;
    position: absolute;
    width: 52px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin: 5px 5px 5px 5px !important;
    border-radius: 10px;
    /* border: 6px solid white; */
}

.serviceCardImgIn img {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.newsLetterIn input {
    border: none;
    height: 60px;
    padding-left: 20px;
    border-radius: 8px;
}

.socialMediaIcon {
    display: flex;
    gap: 10px;
}

.socialMediaIcon a {
    color: white;
    font-size: 25px;
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px 12px 5px 12px;
}

.socialMediaIcon a:hover {
    color: var(--baseColor1);
    background-color: var(--baseColor2);
}

footer ul li a {
    transition: all 0.6s ease-in;
}

footer ul li a:hover {
    color: var(--baseColor1) !important;
}

footer .icon {
    width: 40px;
    height: 40px;
}

footer .newsletter {
    width: 256px !important;
}

footer .newsletter input::-moz-placeholder {
    color: #959595;
    font-size: 14px;
    padding-left: 10px;
}

footer .newsletter input::placeholder {
    color: #959595;
    font-size: 14px;
    padding-left: 10px;
}

footer .newsletter .newsletter-icon {
    background-color: #dc0028;
    width: 40px;
    height: 40px;
}

.hover-style-1 {
    transition: all 0.6s ease-in-out;
    border: 1px solid white;
}

.hover-style-1:hover {
    background-color: white !important;
    border: 2px solid var(--baseColor1) !important;
    color: var(--baseColor1) !important;
}

.hover-style-1:hover i {
    color: var(--baseColor1) !important;
}

.connectusicon {
    margin-top: 20px;
}


/* ============== BRANDING PAGE ============== */
.project-box {
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;

}

.project-box:nth-child(1) {
    filter: grayscale(0);
}


.project-box:hover {
    filter: grayscale(0);
}

.project-content-card {

    width: 96%;
    z-index: 20;
}

/* .brandDevelopment::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 502px;
    background-image: url(../images/Branding/bg.png);
    background-size: 100% 100%;
    background-position: center;
    bottom: -460px;
    z-index: -1;
} */

.showPortfolio .overlay {
    content: '';
    position: absolute;
    background-color: var(--baseColor1);
    bottom: 0px;
    z-index: 1;
    opacity: 0.8;
    height: 95% !important;
    width: 100% !important;
    left: -2px !important;
    z-index: -1;
}


.display-porfolio .overlay {
    content: '';
    position: absolute;
    background-color: var(--baseColor1);
    bottom: 0px;
    z-index: 1;
    opacity: 0.8;
    height: 95% !important;
    width: 104.5% !important;
    /* left: -2px !important; */
    z-index: -1;
}


.brand-container {
    max-width: 998px !important;
    margin: 0 auto;
}

.brand-pic-1 {
    width: 160px;
    height: 160px;
    bottom: -234px;
}

.brand-pic-1::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 248px;
    background: #000;
    transform: rotate(57deg);
    left: 242px;
    top: -104px;
}

.brand-pic-2 {
    width: 160px;
    height: 160px;
    top: -95px;
    left: 272px;
}

.brand-pic-3 {
    width: 160px;
    height: 160px;
    top: 84px;
    left: 545px;
    /* bottom: -45px; */
}

.brand-pic-4 {
    width: 160px;
    height: 160px;
    top: -93px;
    left: 829px;
}

.brand-pic-4::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 225px;
    background: #000;
    transform: rotate(61deg);
    left: -44px;
    top: 92px;
}

.inner-image-1 {
    top: -192px;
    left: 37px;
}

.brand-image-content-1 {
    left: 11px;
    top: 180px;
}

.brand-image-content-2 {
    left: 36px;
    top: 180px;
}


.inner-image-3 {
    left: -237px;
    bottom: 11px;
}

.inner-image-2 {
    left: 25px;
    bottom: 186px;
}

.inner-image-4 {
    left: 25px;
    bottom: -170px;
}

.brand-pic-3::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 220px;
    background: #000;
    transform: rotate(125deg);
    left: -57px;
    top: -87px;
}

.branding-bg {
    background-image: url('../images/Branding/bg.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.branding-bg .badgeImg2 {

    right: -377px;
    top: -55px;
    transform: rotatey(154deg);
}

/* ============== BRANDING PAGE ============== */

/* =========== FINANCIAL =============== */
.financial .badgeImg5 {
    left: 435px;
    transform: rotateY(190deg);
    width: 100px;
    top: -25px;
}

.imgContainer2 img {
    width: 500px;
}

/* =========== FINANCIAL =============== */

/* ================= DIGITAL MARKETING =================== */
.digital-marketing-banner-1 .badgeImg5 {
    right: -43px !important;
}

.digital-marketing-section .badgeImg2 {
    position: absolute;
    right: -300px;
    top: -47px;
    width: 73px !important;
    height: 120px;
    object-fit: contain;
    transform: rotateY(157deg);
}

.digital-marketing-banner-2 .badgeImg5 {
    right: -32px;
}

/* ================= DIGITAL MARKETING =================== */
/* ================ TESTIMONIAL SLIDER ======================= */

.testimonial-slider {
    width: 100%;
}

.testimonial-slider .slick-list.draggable {
    padding-bottom: 80px !important;
}

/* ================ TESTIMONIAL SLIDER ======================= */



/* ============= WEBSITE DEVELOPMENT PAGE =================== */
/* .website-development-features .webdevelopment-features-layer::after {
    content: '';
    position: absolute;
    top: -43px;
    width: 80%;
    height: 353px;
    background-image: url(../images/delopment-page/development-layer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */

/* .webdevelopment-features-layer {
    position: relative;
    top: -90px;
} */


/* .website-development-features img {
    height: 133px;
} */

.development-hero-section {
    background-image: url('../images/Banner/development.jpg') !important;
}


/* ============= WEBSITE DEVELOPMENT PAGE =================== */
/* ============= ECOMMERCE ==================== */
.ecommerce-about {
    position: relative;
    top: -97px;
    left: -103px;
}

.ecommerce-about-badge {
    right: -38px !important;
}

.ecommerce-about {
    background-image: none;
    margin-top: 100px;
}

/* .ecommerce-about::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    background-image: url(../images/delopment-page/development-layer-2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 220px;
    right: -109px;
} */
.ecommerce-about-2 img {
    right: -43px !important;
}

.mobile-app-badge img {
    right: -61px !important;
}

.mobile-app-custom {
    background-image: none;
    margin-bottom: 150px;
}

/* .mobile-app-custom::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    background-image: url(../images/delopment-page/development-layer-2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 220px;
    right: -109px;
} */
/* ============= ECOMMERCE ==================== */

/* ============== CONTACT US PAGE =============== */
.contact-us-banner {
    background-image: url('../images/Banner/contact.png');
}

.contact-form h5 {
    font-family: var(--fontSemiBold);

}

.contact-form h5 img {
    position: absolute;
    right: -41px;
    top: -59px;
    width: 79px !important;
    height: 102px;
    object-fit: contain;
}

.contact-form.contactPageSection h5 img {
    right: -7px;
}

/* .developmetnpage img {
    height: 300px !important;
} */
.social-icons .icon {
    border: 1px solid var(--baseColor1);
    transition: all 0.6s ease-in-out;
}

.social-icons .icon:hover {
    background-color: white;
    border: 1px solid var(--baseColor1);
}

.social-icons .icon:hover i {
    color: var(--baseColor1) !important;
}

.contactAddressTab::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 855px;
    background-color: var(--baseColor1);
    left: 61px;
    top: -85px;
    z-index: -1;
}

.tabs-style {
    width: 100%;
    height: 689px;

}

.google-map {
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: none !important;
}

.tab-content-box {
    /* width: 100%;
    height: 200px; */

    z-index: 1000;
    bottom: 0px;
}

.contact-tabs::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;

}

/* .tab-content-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: var(--baseColor1);
    opacity: 0.6;
    bottom: 0px;
} */
.tab-content-box h5 {
    z-index: 10;
    font-family: var(--fontSemiBold);
    padding-left: 20px;
    color: var(--baseColor1) !important;
}

.google-map {
    filter: grayscale(1);
    transition: all 0.6s ease-in-out;
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.75);
}

.tabs-style:hover .google-map {
    filter: grayscale(0);
}

.tab-content-box span {
    z-index: 10;
    font-family: var(--fontSemiBold);
    padding-left: 20px;
    color: var(--baseColor1) !important;
}

.address-tab .nav-link {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border-radius: 0px !important;
    margin-bottom: 50px;
    position: relative;
    background-color: var(--baseColor1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-tab .nav {
    top: -57px;
}

.address-tab .nav-link:not(.active) {

    color: var(--baseColor1);
    z-index: 2;
    filter: grayscale(1);
}

.address-tab .nav-link::after {
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 3px;
    background-color: white;
    left: 3px;
    z-index: -1;
}

.address-tab .nav-link.active::after {
    background-color: var(--baseColor1) !important;
    border: 0px !important;

}



/* ============== CONTACT US PAGE =============== */
/* =============== PORTFOLIO ===================== */
.portfolio-banner {
    background-image: url('../images/Banner/portfolio.png');
}

.portfolio-section .nav-link.active {
    color: var(--baseColor1) !important;
}

.portfolio-section .nav-link {
    position: relative;
}

.portfolio-section .nav-link.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--baseColor1);
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
}


.portfolio-section h5 {
    font-family: var(--fontSemiBold);
}

.portfolio-section h5 .badgeImg2 {
    left: -56px !important;
    height: 65px;
    transform: rotateY(-183deg);
    top: -26px;
}

.portfolio-section h5::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--baseColor1);
    bottom: 0px;
    left: 0px;
}

.portfolio-slider .slick-slide.slick-active {
    filter: grayscale(1);
}

.portfolio-slider .slick-slide.slick-active.slick-center {
    filter: grayscale(0);
}

.portfolio-slider .slick-slide.slick-active.slick-center .textLayer {
    display: block !important;
}


.textLayer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    display: none !important;
    transition: bottom 0.6s ease-in-out;
    /* Transition added */
}

.project-card:hover .textLayer {
    bottom: 0px;
    /* Adjusted bottom position */
    display: flex !important;
}

.textLayer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: var(--baseColor1);
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
    z-index: -1;
}

.slick-nextPortfolio-icon,
.slick-previousPortfolio-icon {
    width: 42px;
    height: 42px;
    border: 2px solid var(--baseColor1);
}

.slick-nextPortfolio-icon {
    right: -8%;
    position: absolute;
    top: 40%;
}

.slick-previousPortfolio-icon {
    left: -8%;
    position: absolute;
    top: 40%;
}

/* =============== PORTFOLIO ===================== */

/* ================ BLOG PAGE ==================== */
.blog-banner {
    background-image: url('../images/blog/blog-banner.png');
}

.blog-detail img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 25px;
    height: 70vh !important;
    object-fit: fill;
}

.ulIconBlog {
    left: 0px;
    top: 17px;

}

.divider-blog {
    height: 3px;
    background-color: #dadbdd;
}

.blog-card-page {
    /* -webkit-box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.75); */
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.more-blog img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.blog-detail-panel h5:not(.abc)::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: var(--baseColor1);
    right: -8px;
    bottom: -2px;
}

.blog-banner {
    background-image: url('../images/Banner/blog.png');
}

.blog-box .input-group {
    border: 2px solid var(--baseColor1);
}

.blog-box .input-group input::placeholder {
    color: #000;

}

.tab-pane {
    padding: 2rem 0;
}

.card-footer {
    background-color: transparent !important;
}

.readMoreButton {
    background-color: var(--baseColor1);
}

#showBlogs .currentPortfolio img {
    height: 450px;
}


/* .image-overlay::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        z-index: 5;
        box-shadow: -8px 12px 10px 26px  inset var(--baseColor1);
        opacity: 0.5;
} */
/* .image-overlay::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: #000;
    top: 50%;
    opacity: 0.5;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    box-shadow: 3px 0px 20px 2px #000;
}
.image-overlay img {
    z-index: 3;
    position: relative;

} */
.hidden-content {
    display: none;
}

.author-section {
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    width: 100%;
}

.avatarImage {
    width: 70px;
    height: 70px;
}

.avatarImage img {
    width: 100% !important;
    height: 100% !important;
}

.blog-social-icon {
    width: 35px;
    height: 35px;
    border: 1px solid var(--baseColor1);
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}

.blog-social-icon:hover {
    background-color: var(--baseColor1);
    border: 1px solid #FFF;
}

.blog-social-icon:hover i {
    color: white !important;
}

/* ================ BLOG PAGE ==================== */

/* RECENT PROJECTS SECTION STARTS  */

.projectSlider .slides img {
    width: 100%;
    height: 300px !important;
    object-fit: fill !important;
}

.projectSlider .slick-list.draggable {
    padding: 100px 0px 220px !important;
    margin-left: -150px;
    /* margin-left: -7.75%; */
}

.projectSlider .slick-slide {
    filter: brightness(0.5);
    cursor: grab;
}

.projectSlider .slick-slide .slides .content {
    opacity: 0;
}

.projectSlider .slick-slide.slick-current {
    /* width: calc(100% - 97.5%) !important; */
}

.projectSlider .slick-slide.slick-current+.slick-slide.slick-active .slides .content {
    opacity: 1 !important;
}

.projectSlider .slick-slide.slick-current+.slick-slide.slick-active {
    filter: brightness(1);
    width: 45vw !important;
    /* width: calc(100% - 96.5%) !important; */
}

/* .projectSlider .slick-slide.slick-current+.slick-slide.slick-active +.slick-slide.slick-active {
    width: calc(100% - 97.5%) !important;
} */

.projectSlider .slick-slide.slick-current+.slick-slide.slick-active img {
    filter: brightness(1);
    transform: scaleY(1.2);
    margin-top: 10px;
}

.projectSlider .slick-slide.slick-active.slick-current {
    transform: perspective(800px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
    position: relative;
    left: -40px;
}

.projectSlider .slick-slide.slick-current+.slick-slide.slick-active+.slick-slide.slick-active {
    transform: perspective(800px) rotateX(0deg) rotateY(20deg) rotateZ(0deg);
    position: relative;
    right: -35px;
}



/* ============== SERVICES PAGE ================ */
.servicesBox {
    position: relative;

    border: 1px solid #000;
    overflow: hidden;
}

.service-icon {
    width: 100px;
    height: 100px;
    z-index: 1;
}

.servicesBox h5,
.servicesBox p,
.servicesBox a,
.servicesBox i {
    z-index: 2;
}

.servicesBox p {
    letter-spacing: 1px;
}

.servicesBox::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--baseColor1);
    transition: height 0.3s ease;
}

.servicesBox:hover::after {
    height: 100%;
    transition: height 0.3s ease;
}

.service-about .badgeImg5 {
    right: 50px;
    top: -33px;
    width: 71px;
    height: 57px;
}

/* ============== SERVICES PAGE ================ */

/* RECENT PROJECT SECTION ENDS  */


.contactForm .form-floating>.form-control {
    height: 70px;
}

.contactForm .input-group-textarea {
    height: 100px !important;
}

.contactForm .form-floating>label {
    margin-top: 6px;
}

.contactForm .input-group-text {
    height: 70px;
}

.testimonial-slider .slick-arrow {
    display: none;
}

@media (max-width:1440px) {
    .projectSlider .slick-list.draggable {
        margin-left: -200px;
    }

    .project-carousel .swiper-slide-active .content {
        bottom: -94px;
    }

    .project-carousel .swiper-slide {
        height: 389px !important;
    }

    .project-carousel .swiper-slide-active.swiper-slide {
        height: 513px !important;
    }

    .ecommerce-about img {
        height: auto !important;
        max-width: 100%;
    }

    .ecommerce-about {
        left: 0px !important;
    }
}

@media (max-width:1200px) {
    .services-section .sliderContent .sliderContentmainHeading {
        /* max-width: 460px; */
    }

    .aboutLabelImg1 img {
        width: 405px;
    }

    .aboutLabelImg2 img {
        width: 345px;
    }

    .aboutLabelImg2 {
        bottom: 45px;
    }

    .aboutLabelImg3 {

        width: 100px;
        height: 122px;

        bottom: 25px;

    }

    .service-section-container {
        max-width: 1338px !important;
    }

    .desktopHeader {
        display: none;
    }

    .mobileHeader {
        display: block;
    }

    .heroInner {
        margin-left: 0;
        margin-top: 0;
    }

    .homeHeroSection {
        height: 500px;
    }

    .serviceSliderWrapper {
        left: 60%;
    }

    .slick-next-icon {
        left: 40%;
        top: 33%;
        transform: translateX(-0.6%);
    }


    .reviewSectionAbout img {
        width: 100%;
    }
}

@media (max-width:992px) {
    .heroInner {
        margin: 0 auto;
    }

    .branding-page.brand-pic {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .servicesHome .badgeImg6 {
        left: -218px !important;
    }

    .servicesHome .badgeImg5 {
        right: 205px !important;
    }

    .blackBarIn {
        flex: 0 0 auto;
        width: 33.3333%;
    }

    .mobileHeader {
        z-index: 101;
    }

    .developmentPage .badgeImg6,
    .developmentPage2 .badgeImg6 {
        left: -221px !important;
    }

    .developmentPage .badgeImg5 {
        right: -16px !important;
    }

    .developmentPage2 .badgeImg5 {
        right: -61px !important;
    }

    .crystalizingSection .badgeImg6 {
        left: -218px !important;
    }

    .crystalizingSection .badgeImg5 {
        right: 183px !important;
    }

    .iconicImage .badgeImg6 {
        left: -215px !important;
    }

    .iconicImage .badgeImg5 {
        right: 183px;
    }


    .reviewProfile1 {
        bottom: -120px;
    }

    .about-marketing-page .badgeImg6,
    .aboutMarketingHead .badgeImg6,
    .about3 .badgeImg6 {
        left: -229px !important;
    }

    .aboutMarketingHead .badgeImg5 {
        right: 121px !important;
    }

    .financialPage .badgeImg6 {
        left: -221px !important;
    }

    .aboutPageContentSection1 .badgeImg5 {
        right: 182px !important;
    }

    .about3 .badgeImg5 {
        right: 198px !important;
    }

    .imgContainer2 img {
        width: 100%;
    }

    .contact-form.contactPageSection h5 img {
        right: 114px;
    }


    .divider,
    .div4 {
        width: 80%;
    }

    .serviceSliderWrapper {
        left: 20px;
    }

    .swiper-container-wrapper {
        max-width: 60% !important;
        margin: 0 auto;
    }

    .service-section-container {
        max-width: 80% !important;
        margin: 0 auto !important;
    }

    .services-section .sliderContent .sliderContent .slick-slide {
        width: 3% !important;
    }

    .services-section .sliderContent {
        margin-bottom: 5px;
    }

    .services-section .sliderContent>div {
        /* max-width: 636px !important; */
    }

    .slider-images {
        margin-top: 40px;
    }

    /* .services-section .sliderContent .sliderContentmainHeading {
        max-width: 637px;
    } */

    .slider-images .slick-slide.slick-active.slick-current .image-holder .slick-next-icon {
        left: 112% !important;
    }

    .services-section .center-heading .sliderContentmainHeading {
        max-width: 80% !important;
    }

    /* ======= HOME PAGE ============= */
    .bannerLayerInner,
    .bannerLine5,
    .bannerTriangle {
        display: none !important;
    }

    .bannerLayer {
        left: 53%;
        transform: translate(-53%, 0) skew(0deg, 0deg);
        width: 100%;
    }

    .aboutLabelOuter {
        left: -37px;
        z-index: 100;

    }

    .aboutLabelInner {
        border: 5px solid #fff;
    }

    .aboutLabelImg2 {
        left: 87px;
        bottom: 82px;
    }

    .aboutLabelImg3 {
        bottom: 40px;
    }

    .aboutHome .badgeImg2 {
        right: 209px;
        top: -64px;
        width: 62px !important;
        height: 120px;
    }

    .services-section {
        /* padding-bottom: 500px; */
        padding-top: 100px;
    }

    .ourStats::before {
        height: 1000px;
    }

    /*
    .testimonialContainer {
        max-width: 66%;
    } */

    .project-box-button {
        justify-content: start !important;
    }

    .footerListIn {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footerThird .footerListIn {
        justify-content: start !important;
    }

    .footerThird {
        justify-content: start !important;
    }

    .projectSlider .slick-slide.slick-active.slick-current {
        position: relative;
        /* top: 50%;   */
        /* left: 50%; */
        /* left: 488px; */
        margin-left: 3.1% !important;
        margin-right: 201px !important;
        transform: rotateY(0deg) !important;
    }

    .slider-containter {
        position: relative;
        max-width: 80% !important;
        margin: 0 auto;
        overflow-x: hidden !important;
    }

    .reviewSection .reviewCard {
        max-width: 100% !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .reviewProfile {
        bottom: -122px;
    }

    .wrapper .slick-next {
        right: 0px !important;
    }

    .aboutPage .badgeImg5 {
        top: -64px;
        width: 66px;
    }

    .aboutPage .badgeImg6 {
        left: -219px;
    }

    .aboutSection2 .aboutReverse .badgeImg6 {
        left: 315px;
        bottom: -58px;
        height: 96px;
    }

    .footerListUl {
        text-align: center;
    }

    /* ======= HOME PAGE ============= */

    .blog-detail img {
        height: auto;
        object-fit: contain;
        margin-bottom: 0px;
    }

    .aboutHome .aboutLabelOuter {
        left: 66px;
        z-index: 100;
    }

    .aboutPage .badgeImg6,
    .aboutInfo3 .badgeImg6 {
        left: -219px;
    }

    .aboutPage .badgeImg5 {
        right: 112px !important;
        top: -43px;
    }

    .aboutPage2 .badgeImg5 {
        right: 163px !important;
    }

    .mobile-app-badge img {
        right: 88px !important;
    }

    .showPortfolio .overlay {
        left: 0px !important;
    }

    .websiteSLiderBox .slick-slide.slick-current.slick-active {
        filter: grayscale(0);
    }

    .websiteSLiderBox .slick-slide.slick-current.slick-active .textLayer {
        display: block !important;
        height: 76px !important;
    }

    .websiteSLiderBox .slick-slide.slick-current.slick-active .textLayer::after {
        height: 68px !important;
    }

}

@media (max-width:768px) {

    .footerSecond,
    .footerThird,
    .footerFourth {
        text-align: center;
        margin-top: 50px;
    }

    .footerSecond ul,
    .footerThird ul {
        gap: 10px;
        margin-top: 20px;
    }

    .footerFirst {
        margin-bottom: 0 !important;
    }
}

@media (max-width:600px) {

    /* .services-section .sliderContent .sliderContentmainHeading {
        max-width: 18%;
    } */
    .homeHeroSection {
        height: 325px;
    }

    .about-section {
        height: 100%;
        display: flex;
        align-items: center;
        padding-top: 72px;
    }

    .swiper-container-wrapper {
        max-width: 90% !important;
        margin: 0 auto;
    }

    .project-carousel .swiper-slide-active .content {
        bottom: -85px;
    }

    .project-carousel .swiper-slide .content span {
        bottom: 0px;
    }

    .project-carousel .swiper-slide-next::before,
    .project-carousel .swiper-slide-next::before,
    .project-carousel .swiper-slide-next,
    .project-carousel .swiper-slide-prev {
        clip-path: none !important;
    }


    .project-carousel .swiper-slide-next img,
    .project-carousel .swiper-slide-prev img {
        height: 300px !important;
    }

    .project-carousel .swiper-slide-next::before,
    .project-carousel .swiper-slide-prev::before {
        width: 0px;
        height: 0px;
        background-color: transparent;
    }

    .hero-second-content {
        font-size: clamp(0rem, 9.6vw, 6rem) !important;
    }

    /* .hero-second-content + p.paraThird br {
        display: none !important;
    } */
    .services-section .center-heading p {
        font-size: clamp(1rem, 10vw, -0.7rem) !important;
    }

    .div2 {
        width: 80%;
    }

    .badgeImg4 {
        left: -49px;
        top: -58px;
        width: 82px;
        height: 120px;
    }

    .startProjectSection .fs13 {
        font-size: clamp(1rem, 7vw, 2.3rem);
    }

    .services-section .mainButton2.hover-button-two {
        width: 129px;
    }

    .mainButton2.hover-button-two p {
        font-size: 12px !important;
    }

    .wrapper .slick-next {
        right: 20px !important;
    }

    .ourStats {
        margin-top: 0px !important;
    }

    .faq .divider,
    .brandSection .divider {
        width: 90% !important;
    }

    .aboutHome .badgeImg2 {
        right: 60px;
    }

    .missionSection {
        box-shadow: 0px 0px 0px 5px #5d070d94 inset;

    }

    .badgeImg5,
    .badgeImg2,
    .badgeImg6,
    .badgeImg4,
    .badgeImg3,
    .badgeImg2,
    .badgeImg1 {
        display: none !important;
    }

    .contact-form .customContainer .row .col-lg-6:nth-child(1) div .list-group .list-group-item:nth-child(2) a span {
        font-size: 14px !important;
    }

    .author-section {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .mobile-app-custom {
        margin-bottom: 20px;
    }

    .our-stats {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .mobile-app-custom .aboutImgSize img {
        height: auto !important;
    }

    .searchComponentBlog {
        width: 90% !important;
    }

    .display-porfolio p {
        -webkit-line-clamp: 3;
    }

    .showPortfolio p {
        -webkit-line-clamp: 1;
    }

    .brandDevelopment p {
        padding: 0px !important;
    }

    .display-porfolio img {
        height: 478px !important;
    }

    /* .showPortfolio img {
        height: 212px !important;
    } */
    .aboutHome .aboutImgContainer {
        margin-bottom: 140px;
    }

    .aboutHome .aboutLabelImg2 {
        bottom: -69px;
        left: -11px !important;
    }

    .aboutHome .aboutLabelImg3 {
        bottom: -90px;
    }

    .aboutHome .aboutLabelOuter {
        left: 73px;
        top: 22px;
    }

    /* .slick-next-icon {
        left: 0.6%;
    } */

    .slick-slide.slick-current.slick-active .imgHolderInner::after {
        width: calc(100%);
    }

    .showPortfolio img {
        height: 171px !important;
    }

    .portfolio-slider .textLayer {
        height: 76px;
    }

    .portfolio-slider .textLayer::after {
        height: 76px;
    }

    .websiteSLiderBox .slick-slide {
        width: 350px !important;
    }

    .innerPageHero p {
        text-align: center;
    }

    .mobilePage h3 {
        font-size: 1rem !important;
    }

    .bannerLayer {
        opacity: 0.5;
    }

    .homePage h2 {
        text-align: center !important;
    }
}

@media (max-width: 450px) {
    .faq {
        padding-bottom: 0px !important;
    }

    .blackBarIn {
        width: 100%;
    }

    .mobileHeader {
        z-index: 101;
    }

    .missionOuter {
        flex-direction: column;
    }

    .ecommerce-about {
        margin-top: 50px !important;
    }

    .ecommerceAboutTract h3 {
        font-size: 3.1rem !important;
    }

    .aboutInfoContainer h3 {
        text-align: center !important;
    }

    .slider-images .slick-slide.slick-active.slick-current .image-holder .slick-next-icon {
        left: 30% !important;
        top: 78% !important;

    }

    .service-section-container {
        max-width: 93% !important;
    }

    .services-section .sliderContent>div {
        max-width: 392px !important;
    }

    /* .services-section .sliderContent .sliderContentmainHeading {
        max-width: 30%;
    } */

    .services-section .center-heading p {
        max-width: 100% !important;
    }

    .services-section .sliderContent .service-list p {
        font-size: 13px !important;
        max-width: 81%;
    }

    .services-section .service-list li:not(.last-child)::before {
        height: 100%;
    }

    .services-section .mainButton2.hover-button-two {
        margin-left: 17px !important;
    }

    .list-long-content p {
        max-width: 100% !important;
    }

    .slider-images img {
        max-width: 100%;

    }

    /* ======= HOME PAGE ============= */
    .aboutLabelImg2 {
        left: -2%;

    }

    .about-section {
        max-width: 300px !important;
        margin: 0 auto;
    }

    .aboutLabelImg1 img {
        width: 100% !important;
    }

    .aboutLabelImg2 img {
        width: 75% !important;

    }

    .aboutLabelInner {
        position: relative;
        left: -6%;
        top: 50%;

        transform: translate(-88%, 114%) rotate(90deg);
    }

    .aboutLabelImg3 {
        width: 69px;
        height: 78px;
        bottom: 42px;
        right: 15px !important;
    }

    .aboutLabelImg3 img {
        width: 35px;
        height: 31px;
        object-fit: contain;
    }



    .aboutLabelImg1 {
        position: relative;
        top: 0px !important;
        left: 0px !important;
        transform: none !important;
    }

    .aboutImgInnerContainer {
        position: relative;
        height: auto !important;
    }

    .wrapper::after {
        width: 80%;
    }

    .blackBarStats {
        flex-direction: column;
        row-gap: 45px;
    }

    .ourStats::before {
        height: 2000px;
    }

    .showPortfolio .overlay {
        width: 94% !important;
    }

    .display-porfolio .overlay {
        width: 104% !important;
    }

    .reviewProfile {
        bottom: -153px;
    }

    .hero-second-content {
        font-size: clamp(0rem, 9.6vw, 2.3rem) !important;
    }

    .locationText {
        font-size: 14px;
    }

    .showPortfolio p {
        font-size: 11px !important;
    }

    .showPortfolio h5 {
        font-size: 15px !important;
    }

    .display-porfolio {
        width: 95%;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }


    /* ======= HOME PAGE ============= */
}

/* =========== PROJECTS ============= */
.projectSlider .img-container {
    background-color: #fff !important;
    height: 100% !important;
    overflow: hidden;
}

.projectSlider .img-container img {
    height: 80%;
    object-fit: contain;
}

.projectSlider .img-container .content-container {
    background-color: #dc0028 !important;
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.projectSlider .img-container .content-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.projectSlider .img-container .content-container a {
    font-size: 15px;
    padding-top: 10px;
    font-weight: 600;
    border-bottom: 2px solid white;
}

.projectSliderNav a {
    display: none !important;
}

.projectSliderNav .img-container {
    background-color: #fff !important;
    height: 245px;
    filter: grayscale(1);
    overflow: hidden;
    transition: 0.5s ease-in;
}

.projectSliderNav .img-container:hover {
    filter: grayscale(0);
    cursor: pointer !important;
}

.projectSliderNav .img-container:hover img {

    transition: 0.3s ease-in;
}

.projectSliderNav .slick-list.draggable {
    padding: 0px 0px !important;
}

.projectSliderNav .img-container img {
    height: 90%;
}

.projectSliderNav .img-container .content-container {
    background-color: #dc0028 !important;
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.projectSliderNav .img-container .content-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.projectSliderNav .img-container .content-container p {
    font-size: 15px !important;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* Limiting to 2 lines */
}

.projectSlider .img-container .content-container p {
    font-size: 18px !important;
    line-height: 1.3;
    display: -webkit-box;
    text-align: justify !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    /* Limiting to 2 lines */
}

/* =========== PROJECTS ============= */

.floatBtn {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border-radius: 50%;
    width: 80px;
    height: 80px; */
    border-radius: 10px;
    font-size: 20px;

    padding: 8px 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: var(--fontAura);

}

.floatBtn span {
    color: var(--baseColor1);
    margin-right: 5px;
}

.floatBtn img {
    width: 50%;
    height: 50%;
    object-fit: contain;


}

.form-select:focus {
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

.fixHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}





.serviceList svg {
    fill: #DF1F2C;
}

.serviceList li a {
    color: #DF1F2C;
}



.dropdownHeader .serviceList li:hover {
    background-color: #DF1F2C;
}

.dropdownHeader .serviceList li:hover a {

    color: white;
}

.dropdownHeader .serviceList li:hover svg {
    fill: white;
}

.dropdownHeader .serviceList li svg {
    margin-right: 10px;
    margin-left: 10px;
}















.advertisers-service-sec span {
    color: var(--baseColor2);
}

.advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    /* text-align: center; */
}

.advertisers-service-sec .service-card {
    text-align: center;
    width: 100%;
    /* height: 100%; */
    /* height: 300px; */
    height: 225px;
    padding: 2em 1.5em;
    display: block;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}

.serCard1 {
    background-image: url('../images/Services/web-designing-image-2.png');
}

.serCard2 {
    background-image: url('../images/Services/gp1.jpg');
}

.serCard3 {
    background-image: url('../images/Services/wd2.jpg');
}

.serCard4 {
    background-image: url('../images/Services/ep2.jpg');
}

.serCard5 {
    background-image: url('../images/Services/cs2.jpg');
}

.serCard6 {
    background-image: url('../images/Services/cs1.jpg');
}

.serCard7 {
    background-image: url('../images/Services/ad1.jpg');
}

.serCard8 {
    background-image: url('../images/Services/ad2.jpg');
}

.advertisers-service-sec .service-card::before {
    content: "";
    width: 100%;
    height: 400px;
    height: 100%;
    background: #0000006e;
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 1;
    /* transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99); */
}

.serCardIn {
    position: relative;
    z-index: 2;
}


.advertisers-service-sec .service-card::after {
    /* content: "";
    width: 100%;
    height: 100%;
    background: #25af81cb;
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99); */
}

.advertisers-service-sec h3 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.advertisers-service-sec .serviceText {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
    top: 0%;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: var(--baseColor2);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: var(--baseColor1);
}

.advertisers-service-sec .service-card:hover h3 {
    color: #ffffff;
}

.advertisers-service-sec .service-card:hover .serviceText {
    color: #f0f0f0;
}


footer {
    overflow: hidden;
}


.circles {
    position: absolute;
    left: 0;
    top: 0;
}

.circle {
    position: absolute;
    background: linear-gradient(138.97deg, #DC0028 22.19%, #9F0000 100.81%);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    z-index: -1;
}

.mockupImage {
    width: 100%;
    height: 100%;
    max-width: 599px;
}

.mockup-out {
    background-image: url('../images/icons/fp.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: relative;
    padding: 20px 0;
}

.project-slider-main {
    overflow: hidden;
    position: relative;
    padding: 95px 0 0 0;
}

.circle-top {
    top: 250px;
    right: 0;
    opacity: 0.2;
    /* transform: translateX(-50%); */
}

.p-h {
    color: #d30027;
    font-weight: bold;
}

.portfolioContent p {
    margin-bottom: 15px;
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: #959595;

    text-indent: -9999px;
}


.slick-dots li.slick-active button {
    background-color: #d30027;
}

.row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.subImages .mockup-out {
    cursor: pointer;
    border-radius: 4px;
    height: 199.55px;
    border: 3px solid #d30027;
    /* margin: 10px; */
}

/* .slick-active .redHover{
    color: black !important;
} */
.subImages .mockup-out img {
    object-fit: contain;
}

.subImages .mockup-out .circles {
    opacity: .2;

}

.subImages {
    margin-top: 20px;
}

.mainImages {
    display: flex;
    align-items: center;
}



.p-slider button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.p-slider .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.p-slider .prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #d30027;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.p-slider .next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #d30027;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
