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

.stat-box {
    text-align: center;
    background-color: #fff;
    margin: 10px;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.stat-box:nth-child(even) {
    background-color: #FB7D0F;

}

.stat-box:hover {
    transform: scale(1.05);
}

.icon {
    font-size: 20px;
    margin: 0 auto 10px;
    color: #007BBD;
}


.stat-box h3:nth-child(even) {
    font-size: 1.2rem;
    color: #fff;
    /* Blue Text */
    margin: 10px 0;
}

.stat-box h3:nth-child(odd) {
    font-size: 1.2rem;
    color: #007BBD;
    /* Blue Text */
    margin: 10px 0;
}

.stat-number:nth-child(even) {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    /* Black Text */
}

.stat-number:nth-child(odd) {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    /* Black Text */
}

.contact-number,
.contact-email {
    font-size: 1.3rem;
    padding: 0px 16px;
    margin: 5px;
    border-radius: 8px;
    display: inline-flex;
    /* Fixes Safari inline-block padding issue */
    align-items: center;
}

.contact-number {
    background-color: #007bff;
    /* Bootstrap Primary Blue */
    color: #fff;
}

.contact-email {
    background-color: #FB7D0F;
    color: #fff;
    text-decoration: none;
}

.contact-email:hover {
    background-color: #e56d0b;
    /* Darker shade on hover */
}



/* slider */
:root {
    --white: #FFF;
    --black: #232323;
    --lite: rgba(255, 255, 255, 0.6);
    --gray: rgba(1, 1, 1, 0.6);
    --dark: #3c3d3c;
    /* --primary: linear-gradient(145deg, #fb7d0f, #fb7d0f); */
    --primary: linear-gradient(145deg, #ff2f09, #c24a4e);
    --primary_dark: #970104;
    --primary_lite: #c24a4e;
    --secondary: #000a17;
    --default_font: 'Ysabeau Infant', sans-serif;
    --title_font: 'Outfit', sans-serif;
}

a {
    text-decoration: none !important;
    min-width: fit-content;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

a,
button {
    transition: 0.5s;
}

em {
    font-style: normal;
    color: var(--primary_lite);
}



button,
input,
textarea,
select {
    outline: none !important;
}

fieldset {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.title,
.sub_title {
    font-family: var(--title_font);
    font-weight: 400;
    margin: 0;
}

.flex,
.fixed_flex {
    display: flex;
}

.flex_content {
    width: 100%;
    position: relative;
}

.padding_2x {
    padding: 2rem;
}



@media (max-width:920px) {
    .flex {
        flex-wrap: wrap;
    }

    .padding_2x {
        padding: 1rem;
    }

    .btn {
        padding: 0.5rem 1rem;
    }

}



ul {
    padding: 0;
    margin: 0;
}


.slider .title {
    font-weight: 400;
}



.slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* aspect-ratio: 16 / 9; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: clip .7s ease-in-out, z-index 0s .5s;
    display: flex;
    align-items: center;
    justify-content: left;
}


.slider article {
    width: 60%;
    margin-top: 4rem;
    color: #fff;
    z-index: 11;
}

.slider h3+p {
    display: inline-block;
    color: var(--lite);
    font-weight: 300;
}

.slider h3,
.slider h3+p,
.slider p+.btn,
li:after {
    opacity: 0;
    transition: opacity .7s 0s, transform .3s .2s;
    transform: translate3d(0, 50%, 0);
}

li.current h3,
li.current h3+p,
li.current p+.btn,
li.current:after {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

.slider li:before {
    transition: 0.5s;
    top: -250px !important;
}

.btn_3 {
    position: absolute;
    z-index: 9999 !important;
    left: 32px;
    bottom: 10px;
    color: #fff;
    padding: 0;
    text-decoration: underline;
    margin: 0;
}

.btn_3:active {
    border: none;
}

li.current:before {
    transition-delay: 1s;
    transform: rotate(-90deg);
    top: -20px !important;
}

li.current {
    z-index: 15;
    clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
    clip: rect(0, 0, 100vh, 0);
}

.slider aside {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    text-align: center;
    z-index: 16;
}

.slider aside a {
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    background-color: var(--white);
    margin: 0 0.2rem;
    transition: transform .3s;
}

.slider em {
    background: var(--primary);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

a.current_dot {
    transform: scale(1.4);
    background: var(--primary) !important;
}

@media screen and (max-width: 920px) {


    .cs-down {
        display: none;
    }

    .slider {
        height: 50vh;
    }

    .slider article {
        width: 100%;
        margin-top: 2rem;
    }

    .slider li:nth-child(2) {
        background-position: top center;
    }

    .slider li:nth-child(3) {
        background-position: top center;
    }

    li.current:before {
        top: -30px;
        right: -10px;
    }
}

/* counter */

.counters {
    color: #000;
    padding: 40px 20px;
}

.counters .compnygrowth {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: rgba(251, 125, 15, 0.5);
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 30px;
}

.btn_2 {
    position: absolute;
    bottom: 38px;
    color: rgb(68, 119, 206);
    padding: 0;
    font-size: 12px;

}

.btn_2:hover {
    text-decoration: underline !important;
    color: rgb(68, 119, 206);
}

@media (max-width: 769px) {
    .counters .compnygrowth {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .compnygrowth>div:nth-of-type(1),
    .counters .compnygrowth>div:nth-of-type(2) {
        padding-bottom: 20px;
    }

    .comnydata {
        border-right: 1px solid rgba(251, 125, 15, 0.5) !important;
        text-align: left;
    }
}

.comnydata {
    border-right: 1px solid rgba(251, 125, 15, 0.5);
    text-align: left;
}

#servicebox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    text-align: center;
}

@media (max-width:1440px) {
    #servicebox {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:920px) {
    #servicebox {
        grid-template-columns: repeat(2, 1fr);
    }

    .btn_2 {
        position: absolute;
        bottom: 0px;
        color: rgb(68, 119, 206);

    }
}

@media (max-width:595px) {
    #servicebox {
        grid-template-columns: repeat(1, 1fr);

    }
}

#servicebox .servicebox {
    position: relative;
    padding: 20px;
    height: 250px;
    text-align: start;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    background-color: #fff;
    transition: 0.3s ease;
    border: 1px solid #dee2e6;
}

#servicebox .servicebox h6 {
    font-weight: 400;
    position: absolute;
    top: 75px;
    padding: 0;

}

#servicebox .servicebox p {
    font-weight: 400;
    position: absolute;
    line-height: 1rem;
    top: 150px;
    font-size: 12px;
    color: grey;
    padding: 0;
}

.servicebox i {
    width: 80px;
    height: 80px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    transition: 0.3s ease;
}

.servicebox i.USMicon {
    background-color: rgba(255, 32, 78, 0.1);
}

.servicebox i.UEMicon {
    background-color: rgba(68, 119, 206, 0.1);
}

.servicebox i.ITOMicon {
    background-color: rgba(158, 71, 132, 0.1);
}

.servicebox i.IAMicon {
    background-color: rgba(255, 196, 0, 0.1);
}

.servicebox i.SIEMicon {
    background-color: rgba(253, 126, 20, 0.1);
}

.servicebox i.AIAicon {
    background-color: rgba(0, 117, 16, 0.1);
}

.servicebox i.LCADicon {
    background-color: rgba(20, 20, 20, 0.1);
}

.servicebox i.calsol {
    background-color: rgba(64, 162, 227, 0.1);
}

#servicebox .servicebox:hover i {
    width: 88px;
    height: 88px;
    /* font-size: 45px; */
    transition: 0.3s ease;
}

#servicebox .servicebox:hover {
    border: 1px solid #fff !important;
    transition: 0.3s ease;

}

.heading1,
.heading2 {
    position: relative;
}

.heading1::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    left: 0;
    top: -10px;
    background: #ff6f00cc;
    border-radius: 2px;
}

.heading2::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    left: 0;
    right: 0;
    top: -10px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(255, 111, 0, 0.8);
    border-radius: 2px;
}

.testBox {
    position: relative;
    display: flex;
    gap: 50px;
}

.testBox .customerdetails {
    background-color: rgba(0, 119, 239, 0.5);
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    border-radius: 10px;

}

.testBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#award-section {
    font-weight: 400;
    font-style: normal;
    /* background-color: rgb(245, 250, 249); */
}

#award-section h2,
h4 {
    font-family: "Cookie", cursive;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

.customerdetails p {
    color: #353434 !important;
    font-weight: 400;
}

#award-section .award-section {
    display: flex;
    flex-direction: column;
}

#aboutsection {
    justify-content: center;
}

#aboutsection .nav-pills .nav-item {
    background-color: none;
    margin: 10px;
}

#aboutsection .nav-pills .nav-item .nav-link {
    color: gray;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

#aboutsection .nav-pills .nav-item .nav-link:hover {
    background-color: rgba(255, 111, 0, 0.1);
    color: rgb(255, 111, 0);
}


#aboutsection .nav-pills .nav-item .nav-link.active {
    background-color: rgba(255, 111, 0, 0.1);
    color: rgb(255, 111, 0);

}


#aboutsection .aboutsectionimg .carousel-item {
    height: 210px;
    border-radius: 10px;
}

#aboutsection .aboutsectionimg .carousel-item img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}





.speakers-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 145px 0 90px;
    overflow: hidden;
}

.speaker-block {
    position: relative;
    margin-bottom: 40px;
}

.speaker-block .inner-box {
    position: relative;
    width: 300px;
    height: 400px;
}

.speaker-block .image-box {
    position: relative;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    height: 100%;

}

.speaker-block .image-box .image {
    height: 100%;
}

.speaker-block .image-box .image:after,
.speaker-block .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.speaker-block .inner-box:hover .image-box .image:after,
.speaker-block .inner-box:hover .image-box:before {
    height: 100%;
}

.speaker-block .image-box .image:after {
    opacity: 0.4;
    z-index: 1;
    top: auto;
    bottom: 0;
    background-color: #4a34a5;
}

.speaker-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.speaker-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.speaker-block .social-links {
    position: absolute;
    left: 0;
    bottom: -140px;
    padding: 20px;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.speaker-block .social-links ul {
    position: relative;
    padding: 30px 20px;
    text-align: center;
    background-color: rgba(253, 218, 51, 0.85);
}

.speaker-block .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 9px;
}

.speaker-block .social-links li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .social-links li a:hover {
    color: #fac201;
}

.speaker-block .inner-box:hover .social-links {
    bottom: 0;
}

.speaker-block .caption-box {
    position: relative;
    padding-top: 30px;
}

.speaker-block .caption-box .name {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1em;
    color: #000;
    font-weight: 400;
    /* margin-bottom: 10px; */
}

.speaker-block .caption-box .name a {
    color: #000;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .caption-box .name a:hover {
    color: #fdda33;
}

.speaker-block .caption-box .designation {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    opacity: 0.7;
}

.social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links img {
    max-width: 100%;
    height: auto;
}








/* team */


.flip-card {
    background-color: transparent;
    width: 300px;
    height: 380px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border: 1px solid #dee2e6;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flip-card-front {
    background: #fff;
    color: black;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-front img {
    width: 70%;
}

.flip-card .socialmedia {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.flip-card .socialmedia a {
    font-size: 20px;
    color: #FB7D0F;
    z-index: 999;
}

.flip-card-front .para,
.flip-card-back .para {
    color: #FB7D0F;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    /* margin-top: 10px; */
    margin-bottom: 0;
}

.flip-card-front h4,
.flip-card-back h4 {
    color: grey;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    /* margin-top: 10px; */
    padding: 0px 10px;
}

.flip-card-back {
    border: 1px solid #dee2e6;

    background: #eeeeee;
    /* color: white; */
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-back p {
    font-size: 12px;
}


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

.stat-box {
    text-align: center;
    background-color: #fff;
    margin: 10px;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.stat-box:nth-child(even) {
    background-color: #FB7D0F;
    /* Blue Background */
}

.stat-box:hover {
    transform: scale(1.05);
}

.icon {
    font-size: 20px;
    margin: 0 auto 10px;
    color: #007BBD;
}


.stat-box h3:nth-child(even) {
    font-size: 1.2rem;
    color: #fff;
    /* Blue Text */
    margin: 10px 0;
}

.stat-box h3:nth-child(odd) {
    font-size: 1.2rem;
    color: #007BBD;
    /* Blue Text */
    margin: 10px 0;
}

.stat-number:nth-child(even) {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    /* Black Text */
}

.stat-number:nth-child(odd) {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    /* Black Text */
}

.contact-number,
.contact-email {
    font-size: 1.3rem;
    padding: 0px 16px;
    margin: 5px;
    border-radius: 8px;
    display: inline-flex;
    /* Fixes Safari inline-block padding issue */
    align-items: center;
}

.contact-number {
    background-color: #007bff;
    /* Bootstrap Primary Blue */
    color: #fff;
}

.contact-email {
    background-color: #FB7D0F;
    color: #fff;
    text-decoration: none;
}

.contact-email:hover {
    background-color: #e56d0b;
    /* Darker shade on hover */
}



.teamboxs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 20px 10px;
    width: 100%;
}

.teamboxs .upperbox {
    width: 75%;
}

.teamboxs .teamboxs-text {
    display: flex;
    flex-direction: column;
    line-height: 1.6rem;
    align-items: center;
    width: 75%;

}

.teamboxs .teamsocial {
    display: flex;
    justify-content: space-between;
    width: 75%;
    z-index: 0;
    position: absolute;
    bottom: 68px;
}

.teamboxs .teamsocial i {
    background-color: rgb(252, 143, 0);
    padding: 10px;
    color: #fff;
    border-radius: 50%
}

.teamboxs .teamboxs-text .teamname {
    font-size: 20px;
    font-weight: 500;
    color: rgb(26, 25, 25);

}

.teamboxs .teamboxs-text .teamdesignation {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: rgb(82, 82, 82);

}

.teamboxs img {
    border-radius: 50px;
    transition: 0.4s ease all;
    z-index: 1;
    width: 280px;
    height: 280px;
    object-fit: cover;
}

.teamboxs:hover img {
    border-radius: 50%;
    transition: 0.4s ease all;
}

.teamboxs:hover .teamboxs-text {
    display: flex;
    flex-direction: column;
    line-height: 1.6rem;
    /* align-items:center; */
    width: 75%;
}


.teamboxs1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 20px 10px;
    width: 100%;
}

.teamboxs1 .teamboxs-text {
    width: 280px;
    display: flex;
    flex-direction: column;
    line-height: 1.5rem;

}

.teamboxs1 .upperbox {
    position: relative;
}

.teamboxs1 .upperbox img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    transition: 0.4s ease all;
    z-index: 1;

}

.teamboxs1:hover img {
    border-radius: 50%;
    transition: 0.4s ease all;
}

.teamboxs1 .upperbox .teamsocial {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
    z-index: -1;
}

.teamboxs1:hover .upperbox .teamsocial {
    z-index: 0;
}

.teamboxs1 .teamboxs-text .teamname {
    font-size: 20px;
    font-weight: 500;
    color: rgb(26, 25, 25);
    text-align: center;

}

.teamboxs1 .teamboxs-text .teamdesignation {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: rgb(82, 82, 82);

}


.teamboxs1 .teamsocial i {
    background-color: rgb(252, 143, 0);
    padding: 8px;
    color: #fff;
    border-radius: 50%;
}

.card .image img {
    object-fit: cover;
}

.card:hover .upperbox img {
    border-radius: 50%;
    transition: 0.4s ease all;
}

.card .social {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.card .social i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(252, 143, 0);
    padding: 8px;
    color: #fff;
    border-radius: 50%;
}