body {
    font-family: var(--jost);
    color: #454545;
}

main {
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}


/* .topNav .navbar-nav .nav-link {
    color: #000;
    padding-inline: 1vw;
}

.topNav .navbar-nav .nav-link.active {
    color: #f71915;
    background-color: #f719151f;
    border-radius: 50vh;
}


.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
} */

/* .dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
} */

/* .dropdown>.dropdown-menu,
.dropend>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
} 

.btn-outline-light.navBtn {
    background-color: #f71915;
    border-radius: 50vh;
    border: none;
    padding-inline: 1vw;
}

.btn-outline-light.navBtn:hover {
    color: #fff;
} */

/* .communicationChannel, .msgMenu {
    top: 0;
    left: 16vw;
    width: 15vw;
} */

@media screen and (min-width: 769px) {
    /* .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    } */
}

/* ============ desktop view ============ */
/* .dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}	 */
/* ============ desktop view .end// ============ */


/* END Navigation */

/*.roundedarea {*/
/*    width: 200%;*/
/*    background-color: #e8e6e4;*/
/*    border-radius: 200%;*/
/*    margin-inline: auto;*/
/*    height: 150%;*/
/*    position: absolute;*/
/*    left: -50%;*/
/*    top: -50%;*/
/*    background-image: url(../images/banner.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: 59% bottom;*/
/*    background-size: 48%;*/
/*    object-fit: cover;*/
/*}*/

/*.roundedarea {*/
/*    width: 100vw;*/
/*    !*height: 100%;*!*/
/*    background-color: #e8e6e4;*/
/*    !*border-radius: 50%;*!*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%); !* Centers the div *!*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.roundedarea video {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*    background: transparent;*/
/*}*/

.homeroundedarea {
    width: 100%;
    background-color: #e8e6e4;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.homeroundedarea video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
    clip-path: fill-box;
}

@media (max-width: 993px) {
    .homeroundedarea video{
        display: none;
    }
}

h2.headerTxtBig {
    /* font-size: 300%; */
    font-size: 275%;
    font-weight: 700;
    width: 50%;
    line-height: 1.1;
    text-align: left;
    /* color: #000; */
    font-family: var(--jost) !important;
}

.pgheader {
    position: absolute;
    /* top: 10%; */
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

p.headerTxt {
    width: 48%;
    font-size: 150%;
    line-height: 1.2;
    text-align: left;
    font-weight: var(--nunito-600);
}





/* SLIDER */
.leftBanner {
    width: 60%;
}

.sliderImage {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* border: 1px solid red; */
    width: 40%;
}

.swiper-container {
    width: 100%;
    /* padding-top: 130px;
    padding-bottom: 50px; */
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: 76%;
    background-repeat: no-repeat;
    width: 550px;
    aspect-ratio: 1 / 1;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: transparent;
    margin-inline: auto;
    padding-inline: auto;
    /* filter: blur(8px);
    -webkit-filter: blur(8px); */
}

.swiper-slide-active {
    /* background-color: red; */
    /* width: 1366px;      */
    aspect-ratio: 1 / 1;
    background-color: #ffffff;
    filter: none;
    -webkit-filter: none;
    box-shadow: rgb(17 17 26 / 5%) 0px 4px 56px, rgba(17 17 26 / 5%) 0px 8px 56px, rgba(17 17 26 / 5%) 0px 16px 56px;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgba(199, 199, 199, 0.5), rgba(145, 145, 145, 0)) !important;
}

.slide-text {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%)
}

.slide-text h2 {
    /* color: #fff;
    font-size: 30px;
    margin: 0 0 15px; 
    text-align:center;*/
    color: #000;
}

.bannerImg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ddd;
    opacity: 1;
    display: none;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: deeppink;
    display: none;
}

/* END SLIDER */




/* SECTION ONE */
.cardSection.one,
.cardSection.two,
.cardSection.three {
    background-color: #fff;
    border-radius: 3vh;
    /* box-shadow: rgb(17 17 26 / 5%) 0px 4px 56px, rgba(17 17 26 / 5%) 0px 8px 56px, rgba(17 17 26 / 5%) 0px 16px 56px; */
    box-shadow: 0 0 10px #cccccc;
    padding: 2vh;
    line-height: 1.2;
    position: relative;
}

.cardSection.one::after,
.cardSection.two::after,
.cardSection.three::after {
    content: "";
    position: absolute;
    width: 4vh;
    aspect-ratio: 1 / 1;
    top: 3%;
    right: 5%;
    border-radius: 50vh;
    z-index: 1;
    font-family: FontAwesome;
    line-height: 2.2;
}

.cardSection.one::after {
    background-color: #fff2e4;
    content: "\f0f2";
    color: #ff5a00;

}

.cardSection.two::after {
    background-color: #e4f6ff;
    content: "\f109";
    color: #40539e;

}

.cardSection.three::after {
    background-color: #e4ffeb;
    content: "\f025";
    color: #21ae53;
}

.cardImg {
    background-color: transparent;
}

.cardImg img {
    border-radius: 2vh;
    width: 100%;
}

.sectionHead {
    font-size: 150%;
    line-height: 1;
    padding-block: 6vh;
    width: 100%;
}

.cardSubhead {
    font-size: 150%;
    display: block;
    padding-block: 1.5vh;
    position: relative;
    z-index: 2;
}

.cardSubhead.orange {
    color: #ff5a00;
}

.cardSubhead.blue {
    color: #40539e;
}

.cardSubhead.green {
    color: #21ae53;
}

.cardHead {
    font-size: 180%;
    font-weight: 700;
    /* padding-bottom: 2vh; */
}

/* END SECTION ONE */

/* SECTION TWO */

section.two {
    background: transparent url(../images/mapBg.png) no-repeat 112% 256%;
    background-size: 84%;
    padding-bottom: 10vh;
}

.mapBg {
    background: transparent url(../images/floating-line.svg) no-repeat 50% 180%;
    background-size: 100% 78%;
    margin-top: 10vh;
}


.multiTabContent {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    border: 2px solid #a6007b;
    border-radius: 3vh;
    background-color: #fff;
    margin-inline: 0;
    padding-inline: 0;
    min-height: 50vh;
}

.leftTabBg {
    /* background: #fff url(../images/tab-left-bg.svg) no-repeat left top; */
    /* background-image: linear-gradient(45deg, #217db3, #3e2c9c); */
    background-image: linear-gradient(184.78deg, #fa709a 7.64%, #fee140 120.07%);
    background-size: 100%;
    border-radius: 2.7vh 0 0 2.7vh;
    padding: 1.5vh 1vw;
    width: 30%;
    position: relative;
}


.tabRightBg {
    background-color: transparent;
    border: none;
    border-radius: 0 3vh 3vh 0;
}

.tabRightBg .accordion-collapse {
    background-color: transparent;
    background: transparent;
}

.tabRightBg .accordion-body {
    background-color: transparent;
    background: transparent;
}

.accordion-button.tabbutton {
    color: #000;
    background-color: #fce4ad;
    outline: none;
}

.accordion-button.tabbutton:hover {
    outline: none;
}

.accordion-button.tabbutton:not(.collapsed) {
    color: #fff;
    background-color: #ffbd1e;
    outline: none;
}

.accordion-button.tabbuttonsub {
    color: #000;
    background-color: #fff1d1;
    outline: none;
}

.accordion-button.tabbuttonsub:hover {
    outline: none;
}

.accordion-button.tabbuttonsub:not(.collapsed) {
    color: #fff;
    background-color: #f3da9e;
    outline: none;
}


.leftTabBg ul.nav-tabs {
    border: none;
}

.tabRightContent {
    width: 70%;
    /* padding: 1.5vh 2vw; */
    min-height: 68vh;
}

.leftLinkList {
    height: calc(94% / 6);
    /* margin-bottom: 1.6%; */
    margin-bottom: calc(6% / 5);
    width: 100%;
}

.leftLinkList:last-child {
    margin-bottom: 0;
}

.nav-link.leftTablink {
    background-color: #340f2b6e;
    color: #fff;
    border-radius: 1.5vh;
    margin-bottom: 1vh;
    text-align: left;
    position: relative;
    width: 100%;
    border: none;
    height: 100%;
    font-weight: 600;
    font-family: var(--jost);
}

.nav-link.leftTablink:hover {
    border: none;
    background-color: #b300009a;
    color: #fff;
}

.leftTabBg ul li,
.leftTabBg ul li:hover {
    border: none;
}

.nav-link.leftTablink::after {
    content: "";
    display: block;
    right: 2%;
    top: 12%;
    background: transparent url(../images/tab-arrow-inactive.png) no-repeat left top;
    position: absolute;
    width: 20px;
    height: 16px;
    background-size: 74%;
}

.nav-link.leftTablink.active {
    /* background-color: #ff6700; */
    /* background-image: linear-gradient(180deg, #C40F4C 0%, #24369C 100%); */
    background-image: linear-gradient(184.78deg, #fa709a 20.64%, #fee140 120.07%);
    color: #fff;
}

.nav-link.leftTablink.active::after {
    content: "";
    display: block;
    right: 2%;
    top: 12%;
    background: transparent url(../images/tab-arrow.png) no-repeat left top;
    position: absolute;
    width: 20px;
    height: 16px;
    background-size: 74%;
}

.nav-link.subTabLink {
    background-color: transparent;
    color: #7d7d7d;
    font-weight: 600;
    font-family: var(--jost);
}

.nav-link.subTabLink.active {
    /* background-color: #ff6700; */
    /* background-image: linear-gradient(45deg, #217db3, #3e2c9c); */
    background-image: linear-gradient(184.78deg, #fa709a 7.64%, #fee140 120.07%);
    color: #fff;
}

a.sub-box {
    border-radius: 1vh;
    margin-right: 1%;
    width: 49%;
    padding: 1.5vh 5.7vw 1.5vh 1.5vh;
    margin-top: 1.8vh;
}

a.sub-box {
    text-decoration: none;
    color: inherit;
    transition: box-shadow 1s;
    font-weight: var(--mulish-600);
}

a.sub-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -70px inset, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.sub-box:nth-child(even) {
    margin-left: 1%;
    margin-right: 0;
}

/* MESSAGE */

.sub-box.sms {
    background: #f9f2df url(../images/icon-sms.png) no-repeat 94% 50%;
}


.sub-box.gvm {
    background: #e9f9df url(../images/icon-google.png) no-repeat 94% 50%;
}


.sub-box.ip {
    background: #dff6f9 url(../images/icon-ip.png) no-repeat 94% 50%;
}

.sub-box.wa {
    background: #e3dff9 url(../images/icon-wa.png) no-repeat 94% 50%;
}

.sub-box.richCo {
    background: #f9dff4 url(../images/icon-rish-co.png) no-repeat 94% 50%;
}

.sub-box.telegram {
    background: #f9e6df url(../images/icon-telegram.png) no-repeat 94% 50%;
}

/* VOICE */

.sub-box.voicei {
    background: #f9f2df url(../images/icon-voice-ei.svg) no-repeat 94% 50%;
}

.sub-box.voicelcs {
    background: #e9f9df url(../images/icon-voice-lcs.svg) no-repeat 94% 50%;
}

.sub-box.voicetts {
    background: #dff6f9 url(../images/icon-voice-tts.svg) no-repeat 94% 50%;
}

.sub-box.voicetbc {
    background: #e3dff9 url(../images/icon-voice-tbc.svg) no-repeat 94% 50%;
}

.sub-box.voiceivr {
    background: #f9dff4 url(../images/icon-voice-ivr.svg) no-repeat 94% 50%;
}

.sub-box.voicese {
    background: #f9e6df url(../images/icon-voice-se.svg) no-repeat 94% 50%;
}

/* EMAIL */

.sub-box.emailce {
    background: #f9f2df url(../images/icon-email-ce.svg) no-repeat 94% 50%;
}

.sub-box.emailscale {
    background: #e9f9df url(../images/icon-email-scale.svg) no-repeat 94% 50%;
}

.sub-box.emailreach {
    background: #dff6f9 url(../images/icon-email-reach.svg) no-repeat 94% 50%;
}

.sub-box.emailmail {
    background: #e3dff9 url(../images/icon-email-mail.svg) no-repeat 94% 50%;
}

.sub-box.emailauto {
    background: #f9dff4 url(../images/icon-email-auto.svg) no-repeat 94% 50%;
}

.sub-box.emailni {
    background: #f9e6df url(../images/icon-email-ni.svg) no-repeat 94% 50%;
}

/* APP */

.sub-box.appsr {
    background: #f9f2df url(../images/icon-app-sr.svg) no-repeat 94% 50%;
}

.sub-box.appsdk {
    background: #e9f9df url(../images/icon-sdk.svg) no-repeat 94% 50%;
}

.sub-box.apprupee {
    background: #dff6f9 url(../images/icon-app-rupee.svg) no-repeat 94% 50%;
}

.sub-box.apppower {
    background: #e3dff9 url(../images/icon-app-power.svg) no-repeat 94% 50%;
}

.sub-box.apppm {
    background: #f9dff4 url(../images/icon-app-pm.svg) no-repeat 94% 50%;
}

.sub-box.appsecure {
    background: #f9e6df url(../images/icon-app-secure.svg) no-repeat 94% 50%;
}

/* TWO FACTOR */

.sub-box.tfalatency {
    background: #f9f2df url(../images/icon-tfa-latency.svg) no-repeat 94% 50%;
}

.sub-box.tfagvm {
    background: #e9f9df url(../images/icon-tfa-gvm.svg) no-repeat 94% 50%;
}

.sub-box.tfaapi {
    background: #dff6f9 url(../images/icon-tfa-api.svg) no-repeat 94% 50%;
}

.sub-box.tfaanalytic {
    background: #e3dff9 url(../images/icon-tfa-analytic.svg) no-repeat 94% 50%;
}

.sub-box.tfaeasy {
    background: #f9dff4 url(../images/icon-tfa-easy.svg) no-repeat 94% 50%;
}

.sub-box.tfahc {
    background: #f9e6df url(../images/icon-tfa-hc.svg) no-repeat 94% 50%;
}

/* Omni-channel Programable API */
.sub-box.ocpreach {
    background: #f9f2df url(../images/icon-ocp-reach.svg) no-repeat 94% 50%;
}

.sub-box.ocpcc {
    background: #e9f9df url(../images/icon-ocp-cc.svg) no-repeat 94% 50%;
}

.sub-box.ocpsm {
    background: #dff6f9 url(../images/icon-ocp-sm.svg) no-repeat 94% 50%;
}

.sub-box.ocpci {
    background: #e3dff9 url(../images/icon-ocp-ci.svg) no-repeat 94% 50%;
}

.sub-box.ocpdf {
    background: #f9dff4 url(../images/icon-ocp-df.svg) no-repeat 94% 50%;
}

.sub-box.ocpanalytic {
    background: #f9e6df url(../images/icon-ocp-analytics.svg) no-repeat 94% 50%;
}

/* Equify */
.sub-box.equifysai {
    background: #f9f2df url(../images/icon-equify-sai.svg) no-repeat 94% 50%;
}

.sub-box.equifymvc {
    background: #e9f9df url(../images/icon-equify-mvc.svg) no-repeat 94% 50%;
}

.sub-box.equifybl {
    background: #dff6f9 url(../images/icon-equify-bl.svg) no-repeat 94% 50%;
}

.sub-box.equifyscale {
    background: #e3dff9 url(../images/icon-equify-scaling.svg) no-repeat 94% 50%;
}

.sub-box.equifyed {
    background: #f9dff4 url(../images/icon-equify-ed.svg) no-repeat 94% 50%;
}

.sub-box.equifyfm {
    background: #f9e6df url(../images/icon-equify-management.svg) no-repeat 94% 50%;
}

/* Campaign Manager */

.sub-box.cmroi {
    background: #f9f2df url(../images/icon-cm-roi.svg) no-repeat 94% 50%;
}

.sub-box.cmtrancparency {
    background: #e9f9df url(../images/icon-cm-transparency.svg) no-repeat 94% 50%;
}

.sub-box.cmht {
    background: #dff6f9 url(../images/icon-cm-ht.svg) no-repeat 94% 50%;
}

.sub-box.cmic {
    background: #e3dff9 url(../images/icons-cm-ic.svg) no-repeat 94% 50%;
}

.sub-box.cmreliable {
    background: #f9dff4 url(../images/icon-cm-reliable.svg) no-repeat 94% 50%;
}

.sub-box.cmfd {
    background: #f9e6df url(../images/icon-cm-fd.svg) no-repeat 94% 50%;
}

/* Short and Long Code  */

.sub-box.slccc {
    background: #f9f2df url(../images/icon-slc-cc.svg) no-repeat 94% 50%;
}

.sub-box.slcconsent {
    background: #e9f9df url(../images/icon-slc-consent.svg) no-repeat 94% 50%;
}

.sub-box.slcscp {
    background: #dff6f9 url(../images/icon-slc-scp.svg) no-repeat 94% 50%;
}

.sub-box.slcda {
    background: #e3dff9 url(../images/icon-slc-da.svg) no-repeat 94% 50%;
}

.sub-box.slcreporting {
    background: #f9dff4 url(../images/icon-slc-report.svg) no-repeat 94% 50%;
}

.sub-box.slcdf {
    background: #f9e6df url(../images/icon-slc-df.svg) no-repeat 94% 50%;
}

.tabHead {
    font-size: 150%;
    font-family: var(--jost);
    font-weight: 600;
}

.tabSubHead {
    font-size: 120%;
    font-family: var(--jost);
    font-weight: 600;
    display: inline-block;
    padding-bottom: 0.8vh;
}

.star.two {
    width: 5%;
    display: block;
    position: absolute;
    top: -5%;
    left: -3%;
}

/* END SECTION TWO */

/* SECTION THREE */
section.three {
    background: #e7f1fe url(../images/bg-white-circles.png) no-repeat 94% 50%;
    margin-bottom: 10vh;
    padding-bottom: 4vh;
}

.w-40 {
    width: 30%;
}

.sectionHeadTop.clientlogoTxt {
    font-size: 150%;
}

.clientslogo {
    padding-left: 10%;
    width: 100%;
    position: relative;
    mask-image: linear-gradient(var(--mask-direction, to right),
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 20%,
            hsl(0 0% 0% / 1) 80%,
            hsl(0 0% 0% / 0));
    height: 100px;
}

/* LOGO SLIDER */

.logoMarqueeSection {
    /* padding-top: 50vh;
    padding-bottom: 150vh; */
    margin-block: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -50%;
}

#logoMarqueeSection {
    max-width: 1920px !important;
    margin: 0 auto;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

div.marquee>a>img {
    height: 74px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    background-color: #fff;
    padding: 15px 40px;
    border-radius: 50vh;
    box-shadow: rgba(17, 17, 26, 0.1) 0 0 0px, rgba(17, 17, 26, 0.1) 0px 0 10px, rgba(17, 17, 26, 0.1) 0px 0 0px;
}

div.marquee>a>img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    padding-block: 20px;
}

.marquee a {
    display: inline-block;
    white-space: nowrap;
    padding-right: 1.5rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/* END LOGO SLIDER */

.trustBox {
    border-radius: 1vh;
    border: 1px dashed #3e519a;
    padding: 2vh 1.5vw;
    line-height: 1.2;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background-color: #fff;
}


.trustBox::after {
    content: "";
    display: block;
    position: absolute;
    width: 22%;
    height: 17vh;
    background: #f2feff;
    border-radius: 4vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    clip-path: polygon(0 0, 100% 0, 67% 100%, 32% 100%);
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

.trustBox::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 50%;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-top-color: #32557f;
    border-bottom: 0;
    margin-left: -13px;
    margin-bottom: -13px;

}

.trustBox sup {
    font-size: 16px;
}

.trustBox>div {
    width: calc(100% / 3);
}

.trustBox>div:last-child {
    padding-left: 10%;
}

.trustBox div span:first-child {
    font-size: 200%;
    color: #f71915;
    font-weight: 600;
    padding-right: 0.8vw;
    margin-right: 0.5vw;
    border-right: 1px solid #ededed;
}

.trustBox div span:first-child.noBdr {
    border-right: none;
}

.trustBox div span:first-child i {
    font-weight: normal;
    font-size: 60%;
    font-style: normal;
}



/* END SECTION THREE */

/* SECTION FOUR */
.arrow.four {
    width: 13%;
    position: absolute;
    bottom: 28%;
    right: 44%;
    rotate: 248deg;
}

/* END SECTION FOUR */

/* SECTION FIVE */

section.five {
    position: relative;
    /* background: #e8f2ff; 
    background-color: #f2f5f9;*/
    /* border-radius: 30% 30% 20% / 15% 15% 20%; */
    margin-top: 10vh;
    padding-bottom: 10vh;
}

.sectorBox.one {
    background-color: #fff;
    border-radius: 3vh;
    box-shadow: 0 0 10px #cccccc;
    /* box-shadow: rgb(17 17 26 / 2.5%) 0px 4px 56px, rgba(17 17 26 / 2.5%) 0px 8px 56px, rgba(17 17 26 / 2.5%) 0px 16px 56px; */
    /* padding: 2vh; */
    line-height: 1.2;
    position: relative;
    min-height: 64vh;
}

.sectorBoxImg {
    position: static;
    width: 100%;
    text-align: center;
}

.sectorBoxImg img:nth-child(1) {
    width: 70%;
    display: block;
    /* border-radius: 3vh 3vh 0 0; */
    text-align: center;
    margin-inline: auto;
}

.sectorBoxImg img:nth-child(2) {
    width: 100%;
    display: none;
}

.sectorBoxContent {
    padding: 1vh 2vh 2vh 2vh;
    position: relative;
    /* top: -4.5em; */
    text-align: left;
}

.sectorSubhead {
    font-size: 180%;
    display: block;
    padding-top: 1.5vh;
    position: relative;
    z-index: 2;
    font-family: var(--jost);
}

.sectorSubhead.red {
    color: #f71915;
}

.mt-10vh {
    margin-top: 10vh;
}

/* END SECTION FIVE */

/* SECTION SIX */

.textimonialsTxt i {
    min-height: 30vh;
    display: block;
    line-height: 1.4;
}

.testimonialClientImg {
    /* top: -92%; */
    bottom: 0;
    left: 10%;
}

.testimonialClientImg img {
    width: 100%;
    border-radius: 1.5vh;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    width: 90%;
}

.testimonalName {
    line-height: 1.1;
    position: relative;
}

.testimonalName::before {
    content: "";
    display: block;
    width: 180px;
    height: 1px;
    background-color: #f71915;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.testimonalName img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonalName span:nth-child(1) {
    color: #f71915;
    font-weight: 500;
    font-size: 1.2em;
}

.testimonalName span {
    font-weight: 400;
    font-size: 0.8em;
}

.colrRed {
    color: #f71915;
}

.clientNav {
    width: 125px;
    height: 25px;
    position: relative;
}

.noPages {
    position: absolute;
    width: 50px;
    bottom: -26px;
    left: 30px;
    margin-bottom: 0;
}

.carousel-inner.testimonials {
    overflow: visible !important;
}

/* END SECTION SIX */

/* SECTION SEVEN */
.seven {
    background: #fcfcff url(../images/mapBg.png) no-repeat 50% 1300%;
    background-size: 100% 100%;
    /* margin-top: 10vh; */
    padding-bottom: 10vh;
}

.topClientTab {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    gap: 5px;
}

.nav-pills.topClientTab .nav-link {
    /* background-color: #ece7da;
    color: #000; */
    position: relative;
    /* margin-inline: 0.5vw; */
    margin-inline: 5px;
    /* font-size: 60%; */
    font-size: 18px;
    font-weight: 700;
    background-color: linear-gradient(45deg, #217db3, #3e2c9c);
}

.nav-pills.topClientTab .nav-link.active,
.nav-pills.topClientTab .show>.nav-link {
    /* background-color: #fee3e3; */
    position: relative;
    background-color: transparent;
    color: #f71915;
}


.client_heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #FF4C4C;
    /* background-image: linear-gradient(45deg, #217db3, #3e2c9c); */
    transition: width 0.4s ease-out;
}

.client_heading:hover {
    font-weight: 700;
    color: #FF4C4C;
}

.client_heading:hover::after {
    width: 100%;
}

.clientContent {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border: 0.1px solid #f71915;
    height: max-content;
    /* padding: 1.5vh 1vw; */
    padding: 25px;
    line-height: 1.2;
    border-radius: 2vh;
    min-height: 42vh;
}

.clientContent .heading,
.rightCWtext .heading {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 0.5vh;
    font-family: var(--jost);
}

.txtPercentage div {
    width: calc(94% / 3);
    /* border-bottom: 1vh solid #f71915; */
    position: relative;
    /* margin-left: 2%; */
    margin-right: 2%;
}

/* .txtPercentage div::before {
    width: 4vw;
    background-color: #f71915;
    content: "";
    position: absolute;
    bottom: 0vh;
    left: 0;
    display: block;
    height: 0.6vh;
} */

.txtPercentage span {
    font-size: 200%;
    font-weight: 600;
    color: #FF4C4C;
}

.txtPercentage span sup {
    font-size: 60%;
    font-weight: 300;
}

.rightCWtext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* END SECTION SEVEN */
/* SECTION EIGHT */
.w-70 {
    width: 60%;
}

.latbtm {
    width: 65%;
    /*margin-top: 4vh;*/
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}


/* END SECTION EIGHT */

/* FOOTER */
/* section.pgfooter {
    background-color: #000;
    position: relative;
}

section.pgfooter::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6vh;
    bottom: 0;
    background-color: #f71915;
    ;
}

.equenceSocial a {
    width: 44px;
    aspect-ratio: 1 / 1;
    margin-inline: 0.2vw;
}

.copyright {
    position: absolute;
    bottom: 1.5vh;
    color: #fff;
    left: 0;
    font-size: 70%;
}

.copyright a {color: #fff; text-decoration: underline;}
.copyright a:hover {text-decoration: none;}

.footerAwards img {width: calc(70% / 3);}

.arrow {
    width: 20%;
    position: absolute;
    bottom: 16%;
    right: 39%;
}

.star {
    width: 8%;
    display: block;
    position: absolute;
    top: 0;
    left: 73%;
} */
/* END FOOTER */

/* BTN */
/* .ctaBtn {
    border-radius: 50vh;
    padding: 0.8vh 0.6vw;
    font-weight: 600;
    display: inline-block;
    width: max-content;
    text-decoration: none;
    line-height: 1.5;
    font-size: 120%;
    transition: background-color 0.4s ease-in-out;
}

.ctaBtn.normalBtn {
    background-color: #f71915;
    color: #ffffff;
    margin-right: 0.8vh;
}

.ctaBtn span {
    border-radius: 50%;
    display: inline-block;
    width: 1.2em;
    aspect-ratio: 1 / 1;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    font-weight: 700;
}

.ctaBtn.normalBtn span {
    background-color: #00000045;
    color: #f71915;
}

.ctaBtn.gostBtn span {
    background-color: #f719153d;
    color: #f71915;
}

.ctaBtn.gostBtn {
    background-color: transparent;
    border: 1px solid #f71915;
    color: #f71915;

}

.ctaBtn.normalBtn:hover span {
    background-color: #000000a6;
}

.ctaBtn.gostBtn:hover span {
    background-color: #f7191577;
    color: #f71915;
} */

/* ============================================================== 
     # Boosting Area
=================================================================== */
.fun-fact-area {
    position: relative;
    z-index: 1;
}

.fun-fact-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    /* height: 120px; */
    width: 100%;
    background: #ecf6fa;
    z-index: -1;
}

.fun-fact-area.bg-gray::after {
    background: #ffffff;
}

.dark-layout .fun-fact-area::after {
    background: #101c3d;
}

.fun-fact-area .inner-items {
    position: relative;
    z-index: 1;
    /* top: -120px;
    margin-bottom: -120px; */
    top: 0;
    margin-bottom: 0;
    /* background: linear-gradient(90deg, rgba(70,40,186,1) 32%, rgba(8,113,255,1) 100%); */
    background: linear-gradient(184.78deg, #fa709a 7.64%, #fee140 120.07%);
    padding: 90px 50px;
    border-radius: 8px;
}

.fun-fact-area .inner-items::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/11.png);
    background-position: bottom;
    z-index: -1;
    opacity: 0.4;
    background-size: cover;
}

.fun-fact-area h2 {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: -8px;
}

.fun-fact-area ul li {
    padding-left: 30px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.fun-fact-area ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\4e";
    border-radius: 50%;
    transform: translateY(-50%);
    font-family: 'ElegantIcons';
    font-size: 20px;
}

.fun-fact-area ul li:last-child {
    margin-bottom: 0;
}

.fun-fact-area .timer {
    font-family: 'Quicksand', sans-serif;
    font-size: 36px;
    display: inline-block;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.fun-fact-area .medium {
    display: block;
    margin-top: 10px;
}

/* .fun-fact-area .timer::after {
    position: absolute;
    right: -19px;
    top: -10px;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
} */

.partner-screen-button {
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    /* background-color: #f35a38; */
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.partner-screen-button:hover {
    background-color: #f35a38;
    color: white;
    transform: translateY(-3px);
    padding: 10px 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* .partner-screen-button:hover::after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 100%;
    background: #f35a38;
    content: "";
    margin-top: -1.5px;
    padding-left: 0;
    transition: all 0.3s ease-in-out; 
}

.partner-screen-button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 3px;
    width: 0;
    background: #f35a38;
    content: "";
    margin-top: -1.5px;
    transition: all 0.3s ease-in-out;
}

.partner-screen-button:hover::after {
    left: 0;
    width: 100%;
} */


.titleHeading {
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 5px;
    color: #f35a38;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    z-index: 1;
    padding-left: 45px;
}

.titleHeading::after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 30px;
    background: #f35a38;
    content: "";
    margin-top: -1px;
}

/* ============================================================== 
     # Features
=================================================================== */

.features-area .features-items .single-item {
    margin-bottom: 30px;
}

.features-area.bottom-shape-light {
    position: relative;
    z-index: 1;
}

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

.features-items .bottom {
    text-align: right;
}

.features-items .item .top>i {
    display: inline-block;
    font-size: 70px;
    color: #f35a38;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.features-items .item>img {
    display: inline-block;
    height: 180px;
    color: #f35a38;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.features-items .item .top>i {
    margin-bottom: 0;
    margin-right: 15px;
}

.features-items .item>i::after,

.features-items .item .top>i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100px;
    width: 100px;
    background: url(assets/img/shape/8.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.07;
}

.features-items .item {
    padding: 60px 30px;
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
    border-bottom: #f35a38;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.dark-layout .features-items .item {
    box-shadow: inherit;
    background: #0D152E;
}

.features-items .single-item .item::after {
    /* background: linear-gradient(to bottom, #f35a38 0%, #ff2339 100%); */
    background: linear-gradient(184.78deg, #fa709a 7.64%, #fee140 120.07%);
    position: absolute;
    left: 0;
    top: -100%;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.25s ease-in-out;
    z-index: -1;
}

.dark-layout .features-items .item::before {
    display: none;
}

.features-items .single-item .item:hover::after {
    top: 0;
}

.features-items .item i,
.features-items .item h4,
.features-items .item p {
    line-height: 1.4;
    transition: all 0.35s ease-in-out;
}

.features-items .item:hover>i,
.features-items .single-item:nth-child(2n) .item>i,
.features-items .item:hover .top>i,
.features-items .item:hover h4,
.features-items .item:hover p {
    color: #ffffff;
}

.features-items .item:hover a::after{
    width: 100%;
    background: #ffffff;
}

.dark-layout .features-items .item:hover a::after {
    width: 100%;
    background: #ffffff;
    opacity: 1;
}

.dark-layout .features-items .item:hover a{
    color: #232323;
}

.features-items a {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    z-index: 1;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #232323;
}

.dark-layout .features-items a {
    color: #ffffff;
}

.features-items a i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.features-items a::after {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    height: 100%;
    width: 50px;
    background: #e7e7e7;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    border-radius: 30px;
}

.dark-layout .features-items a::after {
    opacity: 0.1;
}

.features-items a:hover::after {
    width: 100%;
}

.features-items h4 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 25px;
}

.features-items .top h4 {
    margin-bottom: 0;
}


/* ============================================================== 
     # Feature Area
=================================================================== */
.feature-area .fixed-shape {
    position: absolute;
    left: -20%;
    top: 0;
}

.feature-area .fixed-bottom-shape {
    bottom: -100px;
}

.dark-layout .feature-area .fixed-bottom-shape {
    display: none;
}

/* .feature-area .single-item:nth-child(2) {
    margin-top: 80px;
} */

.feature-area.solid .single-item:nth-child(2) {
    margin-top: 0;
}

.feature-area .single-item {
    margin-bottom: 30px;
}

/* .feature-area .single-item:nth-child(3) {
    margin-top: 160px;
} */

.feature-area.solid .single-item:nth-child(3) {
    margin-top: 0;
}

.feature-area .feature-items .item {
    background: #ffffff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
    border-radius: 8px;
    padding: 50px 37px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dark-layout .feature-area .feature-items .item {
    background: #101c3d;
}

.feature-area .single-item .item::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/img/shape/21.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    border-radius: 0 0 8px 8px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.feature-area .single-item:nth-child(2) .item::after,
.feature-area .single-item .item:hover::after {
    opacity: 0.3;
    bottom: 0;
}

.dark-layout .feature-area .single-item:nth-child(2) .item::after,
.dark-layout .feature-area .single-item .item:hover::after {
    opacity: 0.1;
}

.feature-area .feature-items .item .thumb img {
    border-radius: 0 0 8px 8px;
}

.feature-area .feature-items .item .info {
    position: relative;
}

.feature-area .feature-items .item img {
    height: 150px;
    margin: auto;
    margin-top: 30px;
}

.feature-area .feature-items .item .info p {
    margin-bottom: -5px;
}

.feature-area .feature-items .item .info h4 {
    font-weight: 700;
}

.feature-area .feature-items .item .info i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: #f35a38;
    line-height: 90px;
    color: #ffffff;
    font-size: 45px;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    position: relative;
    bottom: -80px;
    margin-top: -80px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
}

.feature-area .feature-items .single-item:nth-child(2n) .item .info i {
    background: #1BDBAC;
}

.feature-area .feature-items .single-item:nth-child(3n) .item .info i {
    background: #FEA369;
}

.feature-area .feature-items .single-item:nth-child(4n) .item .info i {
    background: #F48687;
}


/* ============================================================== 
     # Features
=================================================================== */

.our-features-area .features-box .single-item {
    margin-bottom: 30px;
}

.our-features-area .features-box .item .icon i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: #4628ba;
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

.dark-layout .our-features-area .features-box .item .icon i {
    color: #63bc6f;
}

.our-features-area .features-box .single-item:nth-child(2) .item .icon i {
    color: #f35a38;
}

.our-features-area .features-box .single-item:nth-child(3) .item .icon i {
    color: #1FC07D;
}

.our-features-area .features-box .single-item:nth-child(4) .item .icon i {
    color: #E1A026;
}

.our-features-area .features-box .item .icon i::after {
    position: absolute;
    right: -23px;
    top: -10px;
    content: "";
    height: 70px;
    width: 80px;
    background: url(assets/img/shape/icon-shape.png);
    z-index: -1;
    border-radius: 30px;
    transition: all 0.35s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dark-layout .our-features-area .features-box .item .icon i::after {
    opacity: 0.1;
}

.our-features-area .features-box .item h4 {
    font-weight: 700;
}

.our-features-area .features-box .item p {
    margin-bottom: 0;
}

.our-features-area .features-box .item {
    padding: 60px 30px;
    padding-bottom: 40px;
    transition: all 0.35s ease-in-out;
}

.our-features-area .features-box .single-item:nth-child(2) .item,
.our-features-area .features-box .single-item .item:hover {
    box-shadow: 0 0 10px #cccccc;
}

.dark-layout .our-features-area .features-box .single-item:nth-child(2) .item,
.dark-layout .our-features-area .features-box .single-item .item:hover {
    box-shadow: inherit;
    background: #101c3d;
}

.our-features-area .features-box .item .content i {
    display: inline-block;
    font-size: 30px;
    position: relative;
    z-index: 1;
    padding-left: 0;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.our-features-area .features-box .item .content a {
    margin-top: 15px;
    display: inline-block;
    margin-bottom: -15px;
    color: #4628ba;
}

.dark-layout .our-features-area .features-box .item .content a {
    color: #ffffff;
}

.our-features-area .features-box .item .content i::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 2px;
    width: 24px;
    background: #4628ba;
    margin-top: -2px;
    transition: all 0.35s ease-in-out;
}

.dark-layout .our-features-area .features-box .item .content i::after {
    background: #ffffff;
}

.our-features-area .features-box .single-item:nth-child(2) .item .content i,
.our-features-area .features-box .single-item .item:hover .content i {
    opacity: 1;
    padding-left: 20px;
}


/* Testcase home Starts*/
/* a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-weight: 700;
} */

/* .default-padding{
    padding-top: 120px;
    padding-bottom: 120px;
} */

.blog-area .single-item {
    margin-bottom: 30px;
}

.blog-area.blog-standard .item .thumb {
    overflow: hidden;
    position: relative;
}

.blog-area.blog-standard .item .thumb>img {
    transform: scale(1.1) translate(0, 0);
    transition: all 0.35s ease-in-out;
}

.blog-area.blog-standard .item:hover .thumb>img {
    transform: scale(1.3) rotate(10deg);
}

.blog-area.blog-standard .item .thumb .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;
    transition: all 0.20s ease-in-out;
}

.blog-area.blog-standard .item .thumb>.cats {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
}

.blog-area .item .btn-animation {
    margin-top: 5px;
}

.blog-area .item .date {
    /* background: #f35a38; */
    background: #FF4C4C;
    color: #ffffff;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 23px;
    font-size: 12px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.blue .blog-area .item .date {
    background: #4628ba;
}

.blog-area.blog-standard .item .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;
}

.blog-area.blog-standard .item .thumb .overlay ul {
    margin-bottom: -5px;
    color: #ffffff;
}

.blog-area.blog-standard .item .thumb .overlay h4 a {
    font-weight: 700;
    color: #ffffff
}

.blog-area.blog-standard .item .thumb .overlay ul li a {
    color: #ffffff;
    font-weight: 600;
}

.blog-area.blog-standard .item .thumb .overlay .button>a {
    opacity: 0;
    margin-top: 25px;
}

.blog-area.blog-standard .item:hover .thumb .overlay .button>a {
    opacity: 1;
    z-index: 9;
}

.blog-area .blog-items .item h4 {
    line-height: 1.4;
    font-size: 20px;
    color: #000;
}

.blog-area .blog-items .item h4 a {
    color: #232323;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-weight: 700;
}
.blog-area .blog-items .item p {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Item Thumb Less */
.blog-area.blog-standard .single-item.thumb-less .item {
    border: 2px solid #e7e7e7;
    padding: 30px;
    box-shadow: inherit;
    border-radius: inherit;
}

.dark-layout .blog-area.blog-standard .single-item.thumb-less .item {
    border: none;
    background: #0D152E;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li a {
    font-weight: 600;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li a:hover {
    color: #f35a38;
}

.blue .blog-area.blog-standard .single-item.thumb-less .item .meta ul li a:hover {
    color: #4628ba;
}

.dark-layout.blue .blog-area.blog-standard .single-item.thumb-less .item .meta ul li a:hover {
    color: #ffffff;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul {
    display: block;
    margin-bottom: 12px;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li::after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "/";
    color: #232323;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li:last-child::after {
    display: none;
}

.blog-area.blog-standard .single-item.thumb-less .item a.btn-simple {
    text-transform: uppercase;
    color: #666666;
}

.blog-area.blog-standard .item .thumb .overlay .button a.btn-simple {
    text-transform: uppercase;
    color: #ffffff;
}

.full-blog .footer-meta {
    margin-bottom: 15px;
}

.full-blog .footer-meta p {
    font-weight: 700;
    /* color: #f35a38; */
    color: #FF4C4C;
}

.blog-area .footer-meta ul li {
    position: relative;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 60px;
    display: flex;
    align-items: center;
}

.blog-area .footer-meta ul li img {
    height: 35px;
    width: 35px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-area .footer-meta ul li:last-child {
    padding-right: 0;
}

.blog-area .footer-meta ul {
    display: flex;
    align-items: center;
}

.blog-area .footer-meta ul li::after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    height: 1px;
    width: 30px;
    background: #dddddd;
}

.blog-area .footer-meta ul li:last-child::after {
    display: none;
}

.blog-area .footer-meta ul li a {
    margin-left: 3px;
    display: inline-block;
    line-height: 1.4;
}

.blog-area .footer-meta ul li a:hover {
    color: #f35a38;
}

.blue .blog-area .footer-meta ul li a:hover {
    color: #4628ba;
}


.dark-layout.blue .blog-area .footer-meta ul li a:hover {
    color: #ffffff;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-area .footer-meta ul li img {
        display: none;
    }
}

/* Blog Regular */

.blog-area .item {
    background: #ffffff;
    /* box-shadow: 0 10px 40px rgb(0 0 0 / 7%); */
    box-shadow: 0 0 10px #cccccc;
    border-radius: 8px;
}

.dark-layout .blog-area .item {
    background: #101c3d;
    box-shadow: inherit;
}

.blog-area .thumb {
    height: 262px;
    position: relative;
    z-index: 1;
}

.blog-area .thumb .date {
    position: absolute;
    left: 30px;
    top: 30px;
}


.blog-area .thumb img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.blog-area .info {
    padding: 30px;
    /* text-align: center; */
}

.blog-area .info p:last-child {
    margin-bottom: 0;
}

.blog-area .info>a {
    margin-top: 8px;
}

.blog-area .info .meta li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.blog-area .info .meta li i {
    margin-right: 5px;
}

.blog-area .info .meta li a {
    font-weight: 700;
    color: #666666;
}

.blog-area .info .meta li a:hover,
.blog-area .info h4 a:hover {
    color: #f35a38;
}

.blue .blog-area .info .meta li a:hover,
.blue .blog-area .info h4 a:hover {
    color: #4628ba;
}

.dark-layout.blue .blog-area .info .meta li a:hover,
.dark-layout.blue .blog-area .info h4 a:hover {
    color: #ffffff;
}

.blog-area .info .meta {
    margin-bottom: 15px;
}

.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4 {
    transition: all .35s ease-in-out;
    text-decoration: none;
    font-weight: 700;
}

.blog-area .item .info h2,
.blog-area .item .info h3 {
    margin-bottom: 20px;
}

.blog-area .item .info .gallery img {
    margin-bottom: 30px;
}

/* Pagination */
.pagi-area .pagination {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.pagi-area .pagination li.page-item {
    float: none;
    display: inline-block;
}

.pagi-area .pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    margin-top: 5px;
    color: #232323;
    font-weight: 800;
}

.pagi-area .pagination li.active a {
    background: #f35a38;
    border-color: #f35a38;
}

.titleHeading {
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 5px;
    color: #f35a38;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    z-index: 1;
    padding-left: 45px;
}

.titleHeading::after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 30px;
    background: #f35a38;
    content: "";
    margin-top: -1px;
}
/* Feature End */