@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

.footerLinks ul,
.listInline,
.unorderList {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.navbar-brand.p-0.desktop,
nav#mainNav .nav-item>a::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute
}

.colorBtn:hover,
.dropmenu:hover>a,
nav#mainNav .nav-item>a:hover {
    color: #ca2e2a !important
}

.marquee,
img {
    max-width: 100%
}

.marquee,
html {
    overflow-x: hidden
}

.blog-card,
.contact-section,
body {
    font-family: Inter, sans-serif
}

body {
    background: #fff;
    overflow: hidden auto;
    color: #000;
    font-size: 14px;
    padding-top: 0
}

.heroAutoBanner,
.marquee,
.partnerBanner,
.scroll-item,
.scroll-section.vertical-section.section,
.threeSlider .item,
section {
    overflow: hidden
}

a,
a:focus,
a:hover {
    text-decoration: none;
    transition: .4s
}

.navbar-brand a,
button,
input {
    outline: 0;
    box-shadow: none
}

.colorOrange {
    color: #f46d6b !important
}

.owl-carousel .owl-item img {
    width: auto;
    border-radius: 6px
}

.mobile {
    display: none !important
}

.text-end {
    text-align: right
}

.greayBxBX,
.itemSpan,
.nps {
    text-align: center
}

section {
    padding: 50px 0
}

.sectionHeading h2 {
    font-size: 46px;
    color: #151d35;
    font-weight: 500
}

.sectionHeading h4 {
    color: #7b7b7b;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

.sectionHeading h3 {
    font-size: 16px;
    font-weight: 300;
    color: #f46d6b;
    text-transform: uppercase
}

.sectionHeading p {
    font-size: 18px;
    color: #151d35;
    opacity: .7;
    font-weight: 300;
    margin-top: 20px
}

.mainHeader {
    z-index: 99;
    width: 100%;
    top: 30px;
    left: 0;
    transition: .4s;
    position: fixed
}

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

.gap20 {
    gap: 20px
}

.dropmenu,
nav#mainNav .nav-item>a {
    position: relative;
    align-items: center;
    gap: 5px;
    color: #fff
}

.navbar-brand img {
    width: 130px;
    height: 50px
}

nav#mainNav .container {
    background: 0 0;
    padding: 15px
}

nav#mainNav .nav-item>a {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 5px;
    display: flex
}

nav#mainNav .nav-item>a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #ca2e2a;
    bottom: 0;
    transition: .5s
}

nav#mainNav .nav-item>a:hover::after {
    width: 100%;
    transition: .5s
}

.fixedHeader img.logoScrollTop,
.mobileView,
img.logoScrollBottom {
    display: none !important
}

header.mainHeader.stickyHeader {
    position: absolute
}

header.mainHeader.stickyHeader .container {
    box-shadow: none !important;
    background: 0 0 !important
}

.stickyHeader.fixedHeader {
    transform: translateY(-100px);
    transition: .5s
}

.stickyHeader.fixedHeader.showFixedHeader {
    transform: translateY(0);
    transition: .5s;
    position: fixed;
    background: #fff;
    top: 0
}

.stickyHeader nav#mainNav {
    padding: 0
}

.dropmenu:hover .dropmenuWrp,
.fixedHeader img.logoScrollBottom {
    display: block !important
}

nav#mainNav .nav-item {
    padding: 0 15px
}

.dropmenu {
    display: flex
}

.dropmenuWrp {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    min-width: 210px;
    padding: 0 0 5px;
    box-shadow: rgba(0, 0, 0, .18) 4px 10px 10px;
    display: none;
    list-style: none;
    border-radius: 5px
}

.dropmenuWrp li a {
    display: block;
    padding: 7px 10px;
    color: #000;
    font-size: 14px
}

.dropmenuWrp li a:hover {
    background: #ca2e2a;
    color: #fff
}

.dropmenuToggle {
    position: absolute;
    right: 0;
    top: 19px;
    color: #fff
}

.fixedHeader nav#mainNav .container {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .08) 0 7px 10px
}

.fixedHeader nav#mainNav .nav-item,
.fixedHeader nav#mainNav .nav-item>a {
    color: #000
}

.bannerContent h3 {
    font-weight: 400;
    font-size: 25px;
    color: #fff !important;
    margin: 0;
    line-height: 32px
}

.bannerContent {
    position: relative;
    z-index: 9
}

.bannerContent h1 {
    color: #fff;
    font-size: 64px;
    margin: 10px 0 20px;
    font-weight: 400;
    line-height: 1.2
}

section.banner h2,
section.banner h3,
section.banner p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    opacity: .7;
    margin-bottom: 20px !important
}

section.banner p {
    color: #f46d6b;
    opacity: 1;
    text-transform: uppercase
}

.whiteBg {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .15) 0 0 10px;
    border-radius: 10px
}

.BlackBtn,
.blackBtn,
.colorBtn,
.greyBtn,
.lineBtn {
    display: inline-flex;
    padding: 10px 25px;
    background: #ca2e2a;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 16px;
    border: 1px solid transparent;
    font-weight: 500;
    color: #fff !important
}

.colorBtn:hover {
    background: 0 0;
    border: 1px solid #ca2e2a
}

.lineBtn {
    background: 0 0;
    border: 1px solid #d36d29;
    color: #d36d29 !important
}

.BlackBtn,
.blackBtn {
    background: #1f1f1f;
    color: #fff !important
}

.blackBtn:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff !important
}

.BlackBtn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #010101 !important
}

.light-card:hover,
section.banner {
    background: linear-gradient(148deg, #151c35 38%, #a22b2e 81%, #d8353a 100%)
}

.greyBtn {
    background: #eaecfd;
    text-transform: none;
    border: none;
    font-size: 12px;
    color: #616167 !important;
    outline: 0 !important
}

section.banner {
    padding: 240px 0 140px;
    position: relative
}

.shadowTrack,
img.brain,
img.grid,
img.light {
    position: absolute
}

img.grid {
    bottom: 0;
    right: 0;
    opacity: .7;
    z-index: 0
}

img.light {
    right: 5%;
    bottom: 200px
}

img.brain {
    right: 17%;
    max-width: 160px;
    transform: translateY(220px);
    animation: 2s infinite bounce
}

@keyframes bounce {

    0%,
    100% {
        top: 0;
        animation-timing-function: ease-in
    }

    50% {
        top: 50px;
        animation-timing-function: ease-out
    }
}

.partnerBanner {
    background: #151d35;
    padding: 30px 0
}

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

.light-card,
ul#myTab li button {
    align-items: center;
    display: flex
}

.partnerBannerBx h3 {
    font-size: 24px;
    min-width: 250px;
    color: #fff;
    font-weight: 300;
    opacity: .7;
    margin: 0
}

.partnerBannerBx .item img {
    height: 78px;
    border-radius: 10px;
    width: 100%;
    object-fit: contain;
    background: #fff
}

.marquee {
    height: 110px;
    font-size: 72px;
    color: #000;
    font-weight: 600;
    padding-top: 0
}

.shadowTrack {
    left: 0;
    top: 0;
    z-index: 9
}

.track img {
    border-radius: 10px;
    width: 150px;
    height: 80px;
    object-fit: cover
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.formContent {
    padding: 30px
}

.formContent .form-control {
    border-radius: 0
}

.light-card {
    height: 220px;
    background: #f0f0f0;
    padding: 25px;
    border-radius: 30px;
    margin-bottom: 30px;
    transition: .5s
}

.light-card:hover {
    transition: .5s
}

.light-card img {
    height: 45px;
    width: 45px;
    display: block;
    margin-bottom: 20px
}

.light-card p {
    font-size: 16px;
    color: #151d35;
    font-weight: 500
}

.light-card h3 {
    font-size: 36px;
    color: #d8353a
}

#success-modal h4,
#success-modal h5,
#success-modal p,
.brandPromise h3,
.brandPromise p,
.card-body,
.gradientBg .sectionHeading h2,
.gradientBg .sectionHeading p,
.light-card:hover h3,
.light-card:hover h5,
.light-card:hover p {
    color: #fff
}

.para {
    font-size: 18px;
    color: #151d35;
    font-weight: 300;
    line-height: 1.8
}

.owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 5px
}

.owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .23) !important
}

.owl-dots button.active {
    background: #ca2e2a;
    border-color: #ca2e2a !important
}

.tabListWrp {
    justify-content: center;
    display: flex
}

ul#myTab {
    background: #151d35;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px
}

ul#myTab li button {
    gap: 5px;
    color: #d9d9d9;
    font-size: 16px;
    padding: 5px 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 2px solid transparent
}

ul#myTab li button span {
    display: flex;
    background: #2a2a2b;
    border-radius: 3px;
    border: 1px solid #404040;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center
}

ul#myTab li button span img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

ul#myTab li {
    margin: 0 20px
}

ul#myTab li button.active {
    background: 0 0;
    border-bottom: 2px solid #ca2e2a;
    color: #fff
}

ul#myTab li button.active span {
    background: #ca2e2a
}

.accordion-header,
ul#myTab li button p {
    margin: 0
}

.tab-content {
    background: #f0f0f0;
    padding: 50px;
    border-radius: 30px
}

.comItem,
.stat-box {
    border-radius: 10px
}

.tab-content h3 {
    font-size: 36px;
    color: #151d35;
    font-weight: 600
}

.nps h3,
.stat-num,
.stat-sub,
.tab-content p {
    font-weight: 300
}

.tab-content p {
    color: #151d35;
    opacity: .7;
    font-size: 20px
}

.gradientBg {
    background: linear-gradient(148deg, #151c35 38%, #a22b2e 81%, #d8353a 100%)
}

.stat-box {
    background: rgba(0, 0, 0, .22);
    padding: 40px;
    margin-bottom: 10px
}

.stat-num {
    font-size: 45px;
    color: #fff
}

.stat-sub {
    font-size: 16px;
    color: #fff
}

.nps {
    position: relative;
    height: 185px;
    padding-top: 55px;
    border-bottom: 2px dashed #bdbdbd;
    max-width: 300px;
    margin: 0 auto
}

.half-circle {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -15px
}

.nps h3 {
    font-size: 44px;
    color: #fff
}

.itemSpan,
.item_number,
.nps h4 {
    font-weight: 400
}

.nps h4 {
    font-size: 16px;
    color: #fff
}

.col-padding-10,
.collageSec .row {
    margin: 0 -5px
}

.col-padding-10 .col-12,
.collageSec .row .col-lg-6.col-12 {
    padding: 0 5px
}

.big-padding {
    padding: 73px 40px
}

.threeSlider .item {
    background: linear-gradient(148deg, #151c35 61%, #a22b2e 95%, #d8353a 100%);
    padding: 10px;
    border-radius: 20px
}

.threeSlider .owl-nav {
    position: absolute;
    right: 7%;
    top: -100px;
    display: flex;
    gap: 15px
}

.partnerBox {
    background: #151d35;
    padding: 30px;
    border-radius: 20px
}

.counter::after {
    content: "+"
}

.partnerBox p {
    margin: 0;
    color: #b5b5b5;
    font-weight: 300;
    font-size: 15px;
    min-height: 170px
}

.partnerBox h3 {
    color: #fff;
    margin: 25px 0 20px;
    font-size: 24px
}

.testimonialSec .owl-carousel {
    width: 115%
}

.testimonialSec .owl-carousel.owl-rtl {
    left: -15%
}

.testimonialBx {
    background: #f0f0f0;
    padding: 30px;
    border-radius: 12px
}

.testimonialBxTop {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.testimonialBxImg img {
    border-radius: 10px;
    border: 2px solid #151d35;
    box-shadow: rgba(0, 0, 0, .11) 0 0 10px;
    width: 60px !important
}

.testimonialBxTopHeading h4 {
    font-size: 18px;
    color: #151d35;
    margin: 0
}

.testimonialBxTopHeading p {
    font-size: 14px;
    color: #393838;
    margin: 0
}

.testimonialBxStar {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #d8353a;
    font-size: 17px;
    margin: 0 0 10px
}

.testimonialBx>h4 {
    font-size: 14px;
    color: #313131;
    font-weight: 300
}

.owl-rtl .item {
    text-align: left
}

.owl-rtl .testimonialBxTop {
    flex-direction: row-reverse
}

.owl-rtl .item .testimonialBxStar {
    justify-content: end
}

.comItem {
    transition: .4s;
    position: relative;
    border: 1px solid #f0f0f0
}

.productItem {
    padding: 20px 15px;
    background: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.comItem a>img.blogCover {
    border-radius: 10px;
    width: 100%;
    height: 280px;
    object-fit: fill
}

.productItem h6 {
    color: #f46d6b;
    font-size: 15px
}

.productItem>.d-flex {
    gap: 24px;
    margin-bottom: 10px
}

.productItem h6.greyTxt,
.productItem span.greyTxt {
    color: #151d35;
    opacity: .7
}

.productItem h3 {
    font-size: 20px;
    color: #151d35;
    min-height: 50px
}

.productItem p {
    color: #151d35;
    font-size: 15px;
    opacity: .7
}

.ctaSec {
    padding: 30px 0;
    background: linear-gradient(172deg, #151c35 67%, #a22b2e 93%, #d8353a 100%)
}

.ctaSec h2 {
    color: #fff;
    font-size: 48px
}

ctasec {
    perspective: 1400px
}

.pana-3d {
    display: inline-block;
    max-width: 100%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform;
    transition: transform .3s, box-shadow .3s;
    transform-origin: 50% 50%;
    animation: 12s linear infinite globe-rotate;
    box-shadow: rgba(0, 0, 0, .18) 0 18px 40px;
    filter: drop-shadow(rgba(0, 0, 0, .12) 0px 8px 20px)
}

@keyframes globe-rotate {
    0% {
        transform: rotateX(12deg) rotateY(0)
    }

    100% {
        transform: rotateX(12deg) rotateY(360deg)
    }
}

.pana-3d:hover {
    animation-play-state: paused;
    transform: rotateX(10deg) rotateY(10deg) scale(1.03);
    box-shadow: rgba(0, 0, 0, .22) 0 30px 60px
}

.joinLtr h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px
}

.joinLtrWrp {
    background: #14131c;
    max-width: 350px;
    border: 2px solid #33323d;
    border-radius: 8px;
    position: relative
}

.joinLtrWrp input {
    width: 100%;
    background: 0 0;
    padding: 17px 15px;
    color: #fff;
    border: none
}

.joinLtrWrp button {
    position: absolute;
    right: 2px;
    top: 2px;
    box-shadow: none;
    border: none;
    color: #fff;
    background: #23222c;
    height: 50px;
    width: 50px;
    border-radius: 5px
}

.joinLtr {
    margin-top: 30px
}

.productItem h6.greyTxt::before,
.productItem span.greyTxt::before {
    content: "•";
    position: relative;
    left: -12px;
    color: #000 !important;
    opacity: 1 !important
}

.comItem:hover .productItem {
    background: #151d35;
    transition: .4s
}

.comItem:hover .greyTxt::before,
.comItem:hover h3,
.comItem:hover span,
.comItem:hover h6,
.comItem:hover h6.categoryName,
.comItem:hover p,
.comItem:hover span.categoryName {
    transition: .4s;
    color: #fff !important
}

h6.categoryName,
span.categoryName {
    color: #d8353a;
    font-weight: 700;
    width: 100px;
    display: inline-block
}

.comItem:hover h6.categoryName,
.comItem:hover span.categoryName {
    color: #f46d6b !important;
    font-weight: 700
}

.comItem .linkIcon {
    width: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
    opacity: 0;
    transition: .4s
}

.accordionSec .container,
.bigThumb,
.brandPromise,
.list,
.marquee,
.marqueeWrp {
    position: relative
}

.comItem:hover .linkIcon {
    top: 120px;
    opacity: 1;
    transition: .4s
}

.mainFooter {
    background-image: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #000;
    padding: 80px 0 30px;
    background-size: cover !important
}

.footerLinks h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 500
}

.footerLinks ul li {
    margin: 0 0 8px;
    color: #d6d6d8;
    font-size: 17px
}

.footerLinks ul li a {
    color: #b2b2b2;
    font-size: 16px;
    font-weight: 400
}

.footerLinks ul li a:hover {
    color: #ca2e2a
}

.copyright>span,
.priLink a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: inline-block
}

.priLink a {
    margin-left: 15px
}

.priLink a:not(:first-child)::before {
    content: "•";
    position: relative;
    left: -9px
}

.copyright {
    border-top: 1px solid rgba(178, 178, 178, .15);
    padding-top: 30px;
    margin-top: 60px
}

.footerLogo p {
    font-size: 15px;
    color: #b2b2b2;
    margin: 20px 0 0;
    font-weight: 500
}

.socialIcons {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    gap: 10px
}

.marquee {
    width: 100%;
    box-sizing: border-box;
    background: 0 0
}

.marquee .track {
    display: flex;
    align-items: center;
    will-change: transform
}

.marquee .track .content {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    align-items: center
}

.marquee .track .content span {
    display: flex;
    align-items: center;
    padding: 0 8px;
    width: 165px
}

.marquee .shadowTrack {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: .08
}

@media (prefers-reduced-motion:reduce) {
    .pana-3d {
        transform: rotateX(12deg)
    }

    .marquee .track {
        transform: none !important
    }
}

.aboutBanner .fourSlider {
    width: 124%;
    left: -12%;
    margin-top: 30px
}

.aboutBanner .fourSlider .item {
    display: flex;
    align-items: center;
    height: 420px
}

section.banner.aboutBanner {
    padding-bottom: 0;
    height: 650px;
    margin-bottom: 260px;
    overflow: visible;
    padding-top: 200px
}

.font-16,
.newsletter-arrow-btn i {
    font-size: 16px
}

.wrapper {
    height: 600px
}

.list {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
    padding: .2rem
}

.greayBxBX,
.item_number {
    align-items: center;
    display: flex
}

.scroll-item {
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    background: #fff;
    border-radius: 20px !important
}

.item_number {
    font-size: 40px;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #151d35;
    justify-content: center;
    gap: 10px;
    padding-left: 3px
}

.item_content {
    background-color: #fff;
    color: #292929;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 3rem 3rem 0;
    display: flex;
    position: relative;
    width: 50%
}

.scroll-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    width: 30px;
    height: 100%;
    background: url(../images/timeline-line2.svg) center center no-repeat;
    transform: translateX(-50%)
}

.item_media {
    object-fit: cover;
    width: 50%;
    height: 95%;
    border-radius: 20px;
    margin: 20px;
    box-shadow: rgba(0, 0, 0, .37) 0 0 15px
}

.itemSpan {
    color: #6a5142;
    background-color: #efebe2;
    max-width: 150px;
    min-width: 140px;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 24px
}

.item_h3 {
    font-size: 24px;
    color: #151d35;
    font-weight: 500
}

.item_h3 span {
    color: #a88a67
}

.item_p {
    font-size: 16px;
    font-weight: 400;
    color: #606576;
    margin: 0 0 5px
}

.bigThumb>img,
.smlThumb>img,
.windMillSecImg img {
    width: 100%;
    border-radius: 20px
}

.colorOverlay {
    position: absolute;
    bottom: -10px;
    left: -10px;
    background: #d8353a;
    border-radius: 20px;
    color: #fff;
    padding: 60px 20px 20px 30px;
    border: 10px solid #fff
}

.bigThumb h3,
.smlThumb h3 {
    font-size: 56px;
    font-weight: 400;
    margin: 0
}

.bigThumb p,
.smlThumb p {
    font-size: 15px;
    font-weight: 400;
    margin: 0
}

.bigThumb,
.smlThumb {
    margin-bottom: 10px;
    overflow: hidden;
    transition: .5s
}

.bigThumb:hover,
.smlThumb:hover {
    transform: scale(1.03);
    transition: .5s
}

.smlThumbWithBgColor {
    background: #151d35;
    color: #fff;
    border-radius: 20px;
    height: 226px;
    padding: 20px;
    display: flex;
    justify-content: end;
    flex-direction: column
}

.missionVision {
    display: flex;
    border-radius: 20px 20px 0 0;
    padding: 40px 0
}

.contentBox {
    width: 50%;
    padding: 0 40px;
    color: #fff
}

.contentBox+.contentBox {
    border-left: 1px solid #c2c2c2
}

.semiHeading {
    font-size: 32px;
    font-weight: 500
}

.contentBox .para {
    color: #fff;
    margin: 0;
    font-size: 20px;
    opacity: .7
}

.contentBox h3 {
    margin: 15px 0
}

.brandPromise>img {
    width: 100%
}

.greyGadientBg {
    position: absolute;
    right: 40px;
    bottom: 40px;
    max-width: 600px;
    padding: 30px 40px;
    border-radius: 25px;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px)
}

.brandPromise p {
    margin: 0;
    opacity: .7;
    font-size: 18px;
    font-weight: 300
}

.leaderImgBx img {
    width: 100%;
    border-radius: 20px;
    height: 320px;
    object-fit: contain;
    background: #fff
}

.leaderCnt {
    display: flex;
    align-items: end;
    justify-content: space-between
}

.leaderCnt h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px
}

.leaderCnt p {
    margin: 0;
    color: #fff;
    opacity: .7;
    font-size: 15px
}

.leaderBx {
    margin-bottom: 30px
}

.clientsWrp {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.clientBx {
    width: calc(12.5% - 18px)
}

.clientSec .container-fluid {
    max-width: 1440px
}

.windMillContent {
    position: absolute;
    top: 50%;
    width: 45%;
    left: 50px;
    padding: 25px;
    background: linear-gradient(148deg, #424040 38%, #2e2e2e 81%, #099132 100%);
    transform: translateY(-50%)
}

.windMillContent .sectionHeading h2 {
    font-size: 32px;
    color: #fff
}

.windMillContent .sectionHeading h3 {
    font-size: 16px;
    color: #fff
}

.windMillContent .para,
.windMillContent li {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 22px
}

.windMillContent h4 {
    color: #fff;
    font-size: 18px
}

.windMillContent ul {
    padding-left: 15px
}

.serviceBanner {
    padding-bottom: 80px !important
}

.accordionImg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex
}

.accordionSec .container div:not(.accordionImg) {
    position: static !important
}

.accordionImg img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    border: 1px solid #bebfd7
}

.accordion-button {
    font-size: 22px;
    color: #151d35;
    font-weight: 400;
    border-radius: 8px;
    background: #f0f0f0
}

.accordion-item {
    border: none;
    background: #f0f0f0;
    border-radius: 8px;
    margin: 20px 0
}

.accordion-button:not(.collapsed) {
    background: 0 0;
    font-weight: 600;
    color: #151d35
}

.accordion-button::after {
    background-color: #d8353a;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    background-position: 5px 8px;
    background-size: 13px;
    background-image: url(../images/arrow-accrdion.svg) !important
}

.greayBxBX {
    border-radius: 20px;
    background: #f0f0f0;
    min-height: 150px;
    padding: 30px
}

.greayBxBX p {
    margin: 0;
    font-size: 16px;
    color: #151d35;
    line-height: 1.2
}

.serviceGradient .para {
    color: #fff;
    font-size: 17px
}

.serviceGradient .semiHeading {
    color: #fff;
    font-size: 20px
}

.emailCta {
    padding-bottom: 0
}

.emailCta h2 {
    font-size: 32px
}

.glow-dot {
    width: 22px;
    height: 22px;
    border: 2px solid #d8353a;
    border-radius: 50%;
    position: relative
}

.glow-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #d8353a;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: 1.8s ease-in-out infinite glow
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 3px 2px rgba(216, 53, 58, .029)
    }

    50% {
        box-shadow: 0 0 8px 5px rgba(216, 53, 58, .404)
    }
}

.heroAutoOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 1
}

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

.heroAutoContent h3 {
    color: #fff !important;
    margin-bottom: 20px
}

.heroAutoBanner {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px
}

@media (max-width:768px) {
    .heroAutoBanner {
        min-height: 360px !important;
        padding-top: 160px
    }

    img.dynamic-accordion-image {
        height: 280px !important;
        margin-top: 20px
    }
}

.auto-feature-text {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 20px
}

.auto-feature-btn,
.auto-feature-content,
.whatwedo .para {
    font-weight: 400;
    font-size: 16px
}

.auto-feature-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 5px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 14px
}

.auto-feature-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 10px;
    background: #d8353a;
    display: flex;
    align-items: center;
    justify-content: center
}

.auto-feature-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain
}

.auto-feature-content {
    color: #fff
}

.auto-feature-btn {
    display: inline-block;
    padding: 10px 26px;
    border: 1px solid #fff;
    color: #000;
    background-color: #fff;
    text-decoration: none
}

.secEqualImgWrap,
.secEqualImgWrap img {
    border-radius: 12px;
    width: 100%;
    height: 100%
}

.auto-feature-btn:hover {
    background-color: transparent;
    color: #fff
}

.whatwedo .equal-row {
    display: flex;
    align-items: stretch
}

.whatwedo .img-wrapper {
    width: 100%;
    height: 420px;
    margin: auto
}

.whatwedo .img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover
}

.whatwedo .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.whatwedo .para {
    font-style: normal;
    line-height: 1.6;
    color: #151d35
}

.whatwedo-heading {
    font-size: 48px !important;
    color: #151d35
}

@media (max-width:991.98px) {
    .auto-feature-text {
        margin-bottom: 24px
    }

    .customSec.stats .equal-row {
        flex-direction: column
    }

    .customSec.stats .img-wrapper {
        height: 300px;
        margin-bottom: 30px
    }

    .whatwedo-heading {
        font-size: 48px !important;
        color: #151d35;
        margin-top: 0 !important;
        margin-bottom: .5rem !important
    }
}

.dynamic-accordion-image {
    height: 100%;
    object-fit: cover
}

.accordion-button::after {
    border-radius: 10% !important
}

.heroBannerXL {
    position: relative;
    overflow: visible
}

.banner-edge-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    top: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.banner-edge-image img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.secEqualHeightRow {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 450px
}

.secEqualImgWrap {
    overflow: hidden
}

.secEqualImgWrap img {
    object-fit: cover;
    display: block
}

.secEqualContentWrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.office-card {
    background: #202a48;
    padding: 12px 22px;
    color: #fff;
    height: 100%;
    text-align: left
}

.office-card h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px
}

.office-card p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff
}

.icon-box {
    margin-bottom: 12px
}

.location-icon {
    width: 24px;
    height: 24px
}

@keyframes mapDotBlink {
    0% {
        opacity: .3;
        transform: scale(1)
    }

    100% {
        opacity: 1;
        transform: scale(1.2)
    }
}

@media (max-width:991px) {
    .office-card {
        padding: 24px 20px
    }
}

.office-locations {
    background: url("../images/tech-bg.png") center center/cover no-repeat;
    padding: 90px 0
}

.office-title {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.map-box {
    display: inline-block;
    width: 78%;
    max-width: 950px
}

.office-map {
    width: 100%;
    height: auto
}

.point {
    width: 13px;
    height: 13px;
    background: red;
    border-radius: 50%;
    position: absolute;
    animation: 1s infinite exactBlink
}

.label {
    position: absolute;
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-left: 22px;
    white-space: nowrap
}

.point-bahrain {
    top: 16%;
    left: 16%
}

.point-dubai {
    top: 22%;
    left: 63%
}

.point-abu-dhabi {
    top: 36%;
    left: 56%
}

.point-oman {
    top: 62%;
    left: 62%
}

.label-bahrain {
    top: 18%;
    left: 12%
}

.label-dubai {
    top: 20%;
    left: 63%
}

.label-abu-dhabi {
    top: 34%;
    left: 56%
}

.label-oman {
    top: 64%;
    left: 56%
}

@keyframes exactBlink {
    0% {
        opacity: 0;
        transform: scale(1);
        box-shadow: 0 0 5px 2px rgba(255, 0, 0, .3)
    }

    20% {
        opacity: 1;
        transform: scale(1.3);
        box-shadow: 0 0 15px 6px red
    }

    40% {
        opacity: .4;
        transform: scale(1.1);
        box-shadow: 0 0 10px 4px rgba(255, 0, 0, .8)
    }

    60% {
        opacity: 1;
        transform: scale(1.25);
        box-shadow: 0 0 14px 5px red
    }

    80% {
        opacity: 0;
        transform: scale(1);
        box-shadow: 0 0 6px 3px rgba(255, 0, 0, .4)
    }

    100% {
        opacity: 0;
        transform: scale(1);
        box-shadow: 0 0 4px 1.5px rgba(255, 0, 0, .2)
    }
}

.banner-edge-image video {
    max-width: 1110px
}

section.marginTopForDesktop {
    margin-top: 350px
}

@media (max-width:786px) {
    .contact-subtitle {
        max-width: 100% !important
    }

    .contactbanner {
        height: 35vh !important;
        padding: 110px 0 100px !important
    }

    .blogbanner {
        height: 38vh !important;
        padding: 100px 20px !important
    }
}

.contact-left,
.contact-right,
.contact-row {
    padding: 0 !important;
    display: flex;
    margin: 0 !important
}

.contact-section {
    background: #fff
}

.contact-row {
    align-items: stretch
}

.contact-left,
.contact-right {
    flex-direction: column;
    justify-content: center
}

.contact-form-wrapper,
.contact-img {
    margin: 0 !important
}

.contact-title {
    font-size: 48px;
    color: #151d35;
    margin-bottom: 10px;
    font-weight: 500
}

.contact-subtitle {
    font-size: 14px;
    color: #151d35;
    margin-bottom: 20px;
    max-width: 50%;
    font-weight: 300
}

.form-label,
.privacy-list li ul li {
    margin-bottom: 6px
}

.contact-form-wrapper {
    background: #f8f9fa;
    padding: 26px 70px 26px 40px;
    border: 1px solid #e5e7eb;
    flex-grow: 1
}

.country-code,
.form-input,
.form-textarea,
.phone-number {
    padding: 12px;
    font-size: 14px;
    background: #fff;
    width: 100%
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #393939;
    display: inline-block
}

.country-code,
.form-input,
.phone-number {
    height: 46px;
    border: none
}

.country-code:focus,
.form-input:focus,
.phone-number:focus {
    outline: 0;
    border: none !important;
}

.phone-input-wrapper {
    display: flex
}

.contact-img,
.img-wrapper img {
    object-fit: cover;
    display: block
}

.phone-number {
    flex: 1
}

.form-textarea {
    height: 120px;
    border: none !important;
    resize: none
}

.form-textarea:focus {
    outline: 0;
    border-color: #151d35;
    box-shadow: 0 0 0 3px rgba(10, 26, 68, .08)
}

.form-group {
    margin-bottom: 16px
}

.btn-submit {
    width: 100%;
    height: 50px;
    background: #ca2e2a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    transition: .3s
}

.btn-submit:hover {
    background: 0 0;
    color: #ca2e2a;
    border: 1px solid #ca2e2a
}

.contact-img {
    width: 100%;
    height: 100%
}

.blog-card {
    background: #fafafa;
    border-radius: 16px;
    border: 1px solid #f2f2f2;
    height: 190px;
    overflow: hidden
}

.blog-card .col-md-4 {
    padding-left: 0 !important;
    margin-left: 0 !important
}

.img-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden
}

.img-wrapper img {
    height: 100% !important;
    width: 100% !important;
    object-position: left center;
    border-radius: 16px 0 0 16px;
    flex-shrink: 0
}

.col-md-8 {
    display: flex;
    flex-direction: column
}

.text-muted strong {
    color: #000 !important
}

.text-muted-blog {
    color: #20242766;
    font-weight: 500
}

.tag-line {
    color: #d8353a;
    font-size: 10px;
    font-weight: 600;
    margin-right: 6px
}

.read-time {
    font-size: 10px;
    color: #6c6c6c;
    font-weight: 500
}

.card-title {
    font-weight: 700;
    color: #151d35;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 6px
}

.date-line {
    font-size: 10px;
    color: #7a7a7a;
    font-weight: 500;
    margin-bottom: 8px
}

.privacy-list strong,
.view-more-link {
    font-weight: 600
}

.card-desc {
    font-size: 10px;
    color: #5a5a5a;
    line-height: 1.4;
    margin-bottom: 10px
}

.view-more-link {
    font-size: 12px;
    color: #151d35;
    text-decoration: underline
}

.view-more-link:hover {
    color: #151d35
}

.read-time::before {
    content: "•";
    margin-right: 3px;
    font-size: 14px
}

.newsletter-box h5 {
    font-size: 18px
}

.accordion-button:not(.collapsed),
.newsletter-box .form-control:focus,
.newsletter-form .form-control:focus {
    box-shadow: none
}

.newsletter-dark-card {
    border-radius: 12px;
    background: url('../images/tech-bg.png') center/cover no-repeat;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.tag-pill {
    background: rgba(255, 255, 255, .12);
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: blur(4px)
}

.share-icons a {
    font-size: 16px;
    color: #d8353a;
    transition: .2s
}

.share-icons a:hover {
    opacity: .75
}

.newsletter-form .form-control {
    height: 48px;
    padding-right: 58px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #14213d;
    box-shadow: none !important;
    justify-content: center;
    justify-items: center;
    text-align: center
}

.blog-newsletter {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.newsletter-arrow-btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 93%;
    border: none;
    height: 36px;
    width: 38px;
    padding: 0;
    color: #fff;
    background-color: #d8353a;
    border-radius: 10px;
    font-size: 14px
}

.newsletter-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0 !important
}

@media (max-width:767px) {
    .newsletter-dark-card {
        min-height: auto
    }
}

@media (max-width:768px) {
    .secEqualImgWrap img {
        height: 280px;
        margin-top: 20px
    }

    .secEqualContentWrap {
        padding-left: 0 !important;
        margin-top: 25px
    }

    .heroBannerXL {
        height: 66vh !important
    }

    .margintopwhatwedo {
        margin-top: -3vh !important
    }

    .banner-edge-image {
        width: 90%
    }

    .contact-row {
        flex-direction: column
    }

    .contact-img {
        height: auto;
        max-height: 380px
    }

    .contact-title {
        font-size: 32px
    }

    .blog-card,
    .blog-card .row {
        height: auto !important
    }

    .blog-card .row {
        flex-direction: column;
        margin: 0 !important
    }

    .blog-card .col-md-4 {
        width: 100% !important;
        height: 140px !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .img-wrapper img {
        border-radius: 16px 16px 0 0 !important;
        object-position: center !important
    }

    .blog-card .col-md-8 {
        width: 100% !important;
        padding: 14px !important
    }

    .card-desc,
    .date-line,
    .read-time,
    .read-time::before,
    .tag-line {
        font-size: 12px !important
    }

    .card-title {
        font-size: 15px !important;
        margin-bottom: 8px !important
    }

    .view-more-link {
        font-size: 13px !important
    }

    .contact-form-wrapper {
        padding: 20px !important
    }

    .blog-title {
        font-size: 24px !important
    }

    .blog-description-content h1,
    .blog-description-content h2,
    .blog-description-content h3,
    .blog-description-content h4,
    .blog-description-content h5,
    .blog-description-content h6 {
        font-size: 20px !important
    }

    .blog-description-content p {
        font-size: 16px !important
    }
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent
}

.accordion-button {
    transition: .2s ease-in-out
}

.privacy-section {
    padding: 80px 0
}

.privacy-heading {
    font-size: 20px;
    color: #151d35;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Inter, sans-serif
}

.privacy-list,
.privacy-para {
    font-size: 16px;
    color: #475467;
    line-height: 1.7;
    font-family: Inter, sans-serif;
    font-weight: 400
}

.privacy-list {
    padding-left: 20px;
    margin-bottom: 15px
}

.privacy-list li ul {
    padding-left: 22px
}

@media (max-width:768px) {
    .privacy-section {
        padding: 40px 0
    }

    .privacy-banner {
        height: 45vh !important
    }

    .privacy-heading {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 12px
    }

    .privacy-list,
    .privacy-para {
        font-size: 16px;
        line-height: 1.6
    }

    .smlThumbWithBgColor {
        height: 130px !important
    }

    .privacy-list {
        padding-left: 16px
    }

    .privacy-list li {
        margin-bottom: 0
    }

    .privacy-list li ul {
        padding-left: 16px;
        margin-top: 6px
    }

    .privacy-list ul ul {
        padding-left: 14px
    }

    .privacy-list li,
    .privacy-para {
        word-break: break-word;
        overflow-wrap: anywhere
    }

    .container {
        padding-left: 18px;
        padding-right: 18px
    }

    .contactbanner {
        height: 47vh !important;
        padding: 160px 20px 110px !important
    }

    .bannerContent h1 {
        font-size: 32px !important
    }

    .bannerContent h3 {
        font-size: 16px !important;
        margin-top: 10px !important
    }
}

.serviceBanner .bannerContent h2,
.serviceBanner .bannerContent h3 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    line-height: 1.5;
    word-wrap: break-word
}

.colorOverlayindustry {
    position: absolute;
    bottom: -10px;
    left: -10px;
    background: #d8353a;
    border-radius: 20px;
    color: #fff;
    padding: 60px 20px 20px 30px;
    border: 10px solid #000
}

.automotivebanner,
.bfsibanner,
.contactbanner,
.healthcarebanner,
.publicsectorbanner,
.retailbanner,
.telecombanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#success-modal .modal-content.tech-bg {
    background: #0a0f1f;
    border-radius: 10px;
    overflow: hidden
}

#success-modal svg {
    transition: transform .3s
}

#success-modal .modal-body:hover svg {
    transform: scale(1.15)
}

#success-modal .btn-close {
    filter: invert(1);
    opacity: 1
}

#success-modal .btn[data-bs-dismiss=modal] {
    background-color: #d8353a;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 18px;
    transition: background .3s, transform .2s
}

#success-modal .btn[data-bs-dismiss=modal]:hover {
    background-color: #b82b2f;
    transform: translateY(-2px)
}

@keyframes successPulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

#success-modal.show svg {
    animation: .6s successPulse
}

#success-modal .btn-primary {
    background-color: #d8353a;
    border: none;
    color: #fff
}

#success-modal .btn-primary:hover {
    background-color: #b82b2f
}

@media only screen and (device-width:390px) and (device-height:844px) and (-webkit-device-pixel-ratio:3) {
    .blog-layout-section {
        padding-top: 12rem !important
    }
}

@media only screen and (width:360px) and (height:740px) {
    .blog-layout-section {
        padding-top: 15rem !important
    }
}

@media (max-width:480px) {
    .heroAutoBanner {
        min-height: 200px !important
    }

    .heroAutoContent h1 {
        font-size: 22px
    }

    .heroAutoContent h3 {
        font-size: 16px;
        line-height: 1.3
    }

    .BlackBtn,
    .blackBtn,
    .colorBtn {
        font-size: 14px;
        padding: 10px
    }

    .blog-card .col-md-4 {
        height: 120px !important
    }

    .blog-card .col-md-8 {
        padding: 12px !important
    }

    .card-title {
        font-size: 14.5px !important
    }

    .privacy-heading {
        font-size: 20px;
        margin-top: 26px
    }

    .privacy-list,
    .privacy-para {
        font-size: 16px
    }

    .contact-title {
        font-size: 21px
    }

    .contact-subtitle {
        font-size: 13px;
        margin-bottom: 22px
    }

    .form-label {
        font-size: 13.5px
    }

    .form-input,
    .form-textarea,
    .phone-number {
        font-size: 13.5px;
        padding: 10px
    }

    .country-code {
        font-size: 12.5px;
        padding: 10px 6px;
        min-width: 67px
    }

    .btn-submit {
        font-size: 14px;
        padding: 12px 10px
    }

    .contact-right img.contact-img {
        height: 260px
    }

    .office-card {
        padding: 14px;
        min-height: auto
    }

    .office-card h4 {
        font-size: 15.5px
    }

    .office-card p {
        font-size: 12.5px
    }
}

.phone-input-wrapper .country-code {
    font-size: 12px;
    padding: 3px !important;
    max-width: 85px !important
}

.phone-input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.country-code {
    max-width: 90px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 16px
}

.dropdown-icon {
    position: absolute;
    left: 70px;
    pointer-events: none;
    font-size: 12px
}

.phone-input-wrapper .phone-number::placeholder {
    color: #8b8fa3
}

@media (max-width:1024px) {
    .phone-input-wrapper {
        border-radius: 10px
    }

    .country-code {
        padding: 12px 10px;
        font-size: 13.8px;
        min-width: 88px
    }

    .phone-number {
        padding: 12px;
        font-size: 14.8px
    }
}

@media (max-width:480px) {
    .phone-input-wrapper {
        border-radius: 8px
    }

    .country-code {
        padding: 10px 8px;
        font-size: 12.6px;
        min-width: 72px
    }

    .phone-number {
        padding: 10px;
        font-size: 13.4px
    }
}

.contactbanner {
    height: 59vh;
    padding-top: 160px;
    background-color: #151d35 !important;
    background-image: url('../images/bottom-pattern.png') !important
}

.publicsectorbanner {
    background-image: url('../images/public-sector.png')
}

.automotivebanner {
    background-image: url('../images/public-sector-bg.jpg')
}

.healthcarebanner {
    background-image: url('../images/health-banner.jpg')
}

.retailbanner {
    background-image: url('../images/retail-banner.jpg')
}

.telecombanner {
    background-image: url('../images/telecom-banner.jpg')
}

.bfsibanner {
    background-image: url('../images/bfsi-banner.jpg')
}

.heroAutoBanner {
    position: relative;
    width: 100%;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contactContent {
    margin: 0 180px
}

.banner-subtitle {
    margin-bottom: 0;
    color: #d8353a
}

.banner-title {
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff
}

.banner-desc {
    color: #fff;
    font-size: 16px !important;
    line-height: 1.2
}

@media (max-width:768px) {
    .contactContent {
        margin: 0 20px !important
    }

    .banner-desc {
        font-size: 14px !important
    }
}

@media (min-width:370px) and (max-width:667px) {
    .contactContent {
        margin: 0 10px !important
    }

    .banner-title {
        font-size: 26px !important
    }

    .banner-desc {
        font-size: 14px !important
    }
}

@media (max-width:1150px) {
    .contactbanner {
        height: 65vh !important;
        padding: 130px 160px 0 !important
    }

    .contactContent {
        margin: 0 10px !important
    }

    .banner-desc {
        font-size: 13px !important
    }
}

.blog-description-content h1,
.blog-description-content h2,
.blog-description-content h3,
.blog-description-content h4,
.blog-description-content h5,
.blog-description-content h6 {
    font-size: 24px !important;
    color: #202427;
    font-weight: 700;
    line-height: 120%
}

.blog-description-content img {
    margin: 10px 0
}

.blog-description-content li,
.blog-description-content p {
    font-size: 18px !important;
    line-height: 160%;
    color: #202427
}

.backbutton {
    width: 26px;
    height: 26px;
    background: #d8353a;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0
}

.blogdetailDetailbanner,
.blogdetailbanner {
    padding: 150px 0 140px !important;
    background-image: url('../images/tech-bg.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.blogdetailbanner {
    height: 70vh !important
}

.blogdetailDetailbanner {
    height: 60vh !important
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    list-style: none
}

.paginationBlog {
    justify-content: center !important
}

.page-num-container {
    display: flex;
    gap: 6px
}

.page-number {
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 500;
    color: #151d35;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 0 6px
}

.page-number.active {
    background: #d8353a;
    border-color: #d8353a;
    color: #fff
}

.page-link {
    color: #151d35;
    border: none !important;
    font-size: 16px
}

.page-link:hover {
    color: #fff;
    background-color: #d8353a
}

.pagination .page-item.disabled.hide-when-muted {
    visibility: hidden;
    pointer-events: none
}

@media only screen and (max-width:991px) {
    .blogbanner {
        min-height: 40vh !important;
        padding-top: 120px !important
    }
}

.left-heading {
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    vertical-align: middle
}

.right-heading {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px
}

.right-para {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px
}

hr {
    border-color: #ddd
}

.blogHeroSection {
    background-image: url(../images/blog-bg-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 10px;
    height: 340px
}

.heroHeading {
    padding: 40px 20px;
    border-radius: 10px;
    display: inline-block
}

.heroHeading h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600
}

.heroHeading p {
    margin: 0;
    font-size: 16px
}

.info-line {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center
}

.cat-name {
    order: 1
}

.date-time {
    order: 2
}

@media (max-width:576px) {
    .map-box {
        width: 92%
    }

    .point {
        width: 10px;
        height: 10px
    }

    .label {
        font-size: 12px;
        margin-left: 16px
    }

    .desktopView,
    .mobileNone {
        display: none
    }

    .mobileView {
        display: flex !important
    }

    .cat-name {
        order: 1;
        width: 100%;
        color: #d8353a
    }

    .date-time {
        order: 2;
        width: 100%
    }
}

.socialIcons img {
    height: 33px;
    width: 33px;
}

.stat-box img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.owl-nav img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.aboutDetailImg {
    width: 100%;
    height: 285px;
}
.blog_title_top{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}