section.mainBanner {
    background-image: url('./aboutimg/banner.jpg');
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0% 0% 40% 0%;
}

section.mainBanner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: 1;
    /* background: #e80707; */
    background: rgb(2, 0, 36);
    background: linear-gradient(296deg, #00000029 0%, #0000009c 45%);
    border-radius: 0% 0% 40% 0%;
}

.mainImge {
    position: relative;
    z-index: 999;
}

.mainContent {
    padding: 190px 0 0px 0;
}

.mainContent h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    position: relative;
    z-index: 999;
    text-decoration: none !important;
}

.mainContent p {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 10px 0 30px 0;
    position: relative;
    z-index: 999;
}

.mainImge {
    position: relative;
}

.mainImge img {
    width: 75%;
    margin: 140px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 99;
    padding: 20px 0 0 0;
}

.mainImge::before {
    content: '';
    width: 100%;
    height: 110%;
    background: #ffffff00;
    position: absolute;
    border-radius: 100%;
    padding: 0px 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
    /* border-style: dashed; */
}

.mainImge::after {
    content: '';
    position: absolute;
    animation: animName 10s linear infinite;
    background-image: url('./homeimg/finelkkkk.png');
    background-position: center;
    background-size: contain;
    width: 500px;
    background-repeat: no-repeat;
    height: 620px;
    top: -80px;
    left: -25px;
    z-index: 1;
    border-radius: 50%;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(60deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.bannerbutton a {
    border: 1px solid #e80707;
    padding: 0;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500;
    padding: 7px 30px;
    border-radius: 50px;
    text-align: center;
    margin: 8px 0px 0 20px;
    background: linear-gradient(101deg, rgb(255 68 68) 0%, rgb(177 0 0) 69%);
    position: relative;
    z-index: 999;
}

.bannerbutton a:hover {
    border: 1px solid #e80707;
    background: linear-gradient(268deg, rgb(255 68 68) 0%, rgb(177 0 0) 69%);
}

ul.socilHome li {
    color: #fff;
    padding: 10px 14px;
    margin: 10px 0px;
    background: linear-gradient(101deg, rgb(255 68 68) 0%, rgb(177 0 0) 69%);
    border-radius: 50px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

ul.socilHome li:hover {
    color: #e80707;
    background: #fff;
    transition: all .5s;
    transform: rotate(360deg);
}

ul.socilHome li:hover i {
    color: #e80707 !important;
}

ul.socilHome {
    padding: 0;
    list-style: none;
    position: absolute;
    top: 35%;
    left: -25%;
}

.brand {
    position: relative;
}

.brand h2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    color: #000;
    margin: 0px 0 0 0;
}

.brand p {
    margin: 0;
    position: absolute;
    font-size: 100px;
    top: -70px;
    left: -60px;
    font-weight: 900;
    color: #cccccc5e;
    z-index: 1;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px 1px 0 #ccc;
}

.brandContent p {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
}

.acboutUsHelping h2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    color: #000;
    margin: 0px 0 0 0;
}

.acboutUs {
    padding: 80px 0 50px 0;
}

p.subHeading {
    margin: 0;
    color: #e80707 !important;
    font-size: 18px;
    font-weight: 600;
}

.acboutUsHelping p {
    color: #000000;
    font-size: 16px;
    margin: 0;
}

.aboutBox {
    margin: 0px 0px 30px 0px;
    padding: 30px 25px 20px 25px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    position: relative;
    transition: 0.7s;
    height: 380px;
}

.aboutBox:hover::after {
    content: '';
    background: linear-gradient(134deg, #e80707 20%, rgb(177 20 20) 69%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    transition: 0.7s;
    z-index: 1;
}

.aboutBox:hover h4 {
    position: relative;
    z-index: 999;
    color: #fff;
}

.aboutBox:hover p {
    position: relative;
    z-index: 999;
    color: #fff;
}

.aboutBox::after {
    content: '';
    background: #e80707;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    z-index: 1;
    transition: 0.7s;
}

.acboutUsHelping {
    padding: 80px 0 50px 0;
}

.aboutBox img {
    width: 28%;
    margin: 0px 0 15px 0;
    padding: 10px 10px;
    box-shadow: inset -3px 8px 5px 0px rgb(255 255 255 / 66%), inset -1px 9px 0px 0px rgb(255 255 255 / 18%), inset 2px 2px 7px 0px rgb(49 69 106 / 30%);
    border-radius: 5px;
    position: relative;
    z-index: 999;
    background: #fff;
}

.aboutBox::before {
    content: '';
    position: absolute;
    background-image: url('./homeimg/icon-lines.png');
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.castomSlider .card {
    margin: 0px 0px 30px 0px;
    padding: 5px 30px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    position: relative;
    border: none;
    cursor: pointer;
}

.castomSlider img {
    padding: 16px 10px;
    box-shadow: inset -3px 8px 5px 0px rgb(255 255 255 / 66%), inset -1px 9px 0px 0px rgb(255 255 255 / 18%), inset 2px 2px 7px 0px rgb(49 69 106 / 30%);
    width: 80%;
    margin: 8px -14px;
    border-radius: 10px;
}

.castomSlider h5 {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: end;
    color: #626465;
    margin: 0;
    padding: 5px 0;
}

.castomScroll {
    overflow-y: scroll;
    height: 550px;
    padding: 30px 40px;
    scroll-behavior: smooth;
}

.castomScroll::-webkit-scrollbar {
    width: 10px;
}

/* Handle */
.castomScroll::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 0px;
}

.castomSlider:hover {
    transition: all .5s;
    transform: translatex(-15px);
}

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

section.whyChoosUs h2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    color: #000;
    margin: 0px 0 0 0;
}

section.whyChoosUs .subHeading {
    padding: 0 0 50px 0;
}

/* .choosUs h3::after {
    content: '';
    position: absolute;
    height: 100px;
    width: 2px;
    background: #f5f5f5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -15px auto;
    z-index: 1;
} */

.choosUs {
    padding: 13px 0px;
    position: relative;
}

.choosUs h3 {
    background: #cccccc30;
    text-align: center;
    padding: 15px 0px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #e80707;
    position: relative;
    z-index: 9999;
}

.choosUs p {
    color: #000;
    font-size: 16px;
    margin: 0;
}

section.whyChoosUs img {
    padding: 15px 15px;
    border: 2px solid #f5f5f5;
    margin: 40px 0;
    border-radius: 10px;
}

.choosUs:hover h3 {
    transition: all .5s;
    transform: rotate(360deg);
}

.bussinesBright {
    padding: 40px 30px;
    border: 2px solid #dedede;
    border-radius: 10px;
    position: relative;
    margin: 35px 0 0 0;
    height: 320px;
}

.bussinesBright::after {
    content: '';
    background-image: url('./homeimg/icon/coding.png');
}

.bussinesBright img {
    width: 35%;
    border: 1px solid #e80707;
    border-radius: 50px;
    padding: 8px 8px;
}

.bussinesBright h5 {
    margin: 0 0;
    padding: 30px 0 10px 0;
}

.castommr {
    margin: 60px 0 0 0;
}

.bussinesBright:hover img {
    transition: all .5s;
    transform: rotatey(180deg);
}

.arrow {
    position: absolute;
    bottom: 0;
    left: 50px;
}

.swiper-button-prev {
    rotate: 178deg;
    background: #e80707;
    padding: 22px 22px;
    border-radius: 50px;
}

.swiper-button-prev:hover {
    background: #e80707b3;
}

.swiper-button-next:hover {
    background: #e80707b3;
}

.swiper-button-next {
    rotate: 178deg;
    background: #e80707;
    padding: 22px 22px;
    border-radius: 50px;
}

.swiper-button-next:after {
    content: 'next';
    font-size: 18px !important;
    color: #fff;
}

.swiper-button-prev:after {
    content: 'next';
    font-size: 18px !important;
    color: #fff;
}

.blogCardBody img {
    margin: 0 0px;
    border-radius: 10px !important;
    position: relative;
    z-index: 1;
}

.blogCardBody {
    padding: 0 0px;
    background: #ffffff;
    margin: 10px 10px;
    border-radius: 10px;
    box-shadow: inset -3px 8px 5px 0px rgb(255 255 255 / 66%),
        inset -1px 9px 0px 0px rgb(255 255 255 / 18%),
        inset 2px 2px 7px 0px rgb(49 69 106 / 30%);
}

.blogCardBody h5 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    color: #000;
    margin: 0px 0 0 0;
    padding: 10px 0;
}

.blogCardBody a {
    font-size: 14px;
    color: #e80707;
}

.cardContent {
    padding: 30px 15px;
}

.expertTeams h2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    color: #000;
    margin: 0px 0 0 0;
}

.expertTeams p {
    color: #9c9c9c;
    font-size: 18px;
    margin: 0;
}

.emplodetal {
    position: absolute;
    left: 0;
    right: 0;
    margin: -26% auto;
}

ul.teamsocilmedia {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 5% auto;
    text-align: center;
    justify-content: center;
}


.imgFillter::before {
    content: '';
    background: #0000004d;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.imgFillter img {
    border-radius: 10px;
}

.emplodetal {
    position: absolute;
    left: 0;
    right: 0;
    margin: -26% auto;
}

.imgFillter:hover ul.teamsocilmedia {
    margin: -50% auto;
    transition: 0.7s;
}

.emplodetal p {
    margin: 0;
    font-size: 16px !important;
    text-align: center;
    color: #fff !important;
    position: relative;
    z-index: 9999;
}

.emplodetal h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 9999;
}

ul.teamsocilmedia i {
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
    border: 2px solid #fff;
    margin: 5px;
    border-radius: 50%;
}

.imgFillter:hover i {
    display: block;
    z-index: 99999;
    position: relative;
}

.imgFillter {
    margin: 0 10px;
}

section.contactUs .container-fluid {
    width: 90% !important;
}

.expertTeams {
    padding: 0 0 20px 0;
}

.rewieSection span p {
    margin: 0;
    font-size: 100px;
    top: 0;
    left: 0;
    font-weight: 900;
    color: #cccccc5e;
    z-index: 1;
    color: white;
    background-color: #ffffff00;
    text-shadow: -1px -1px 0 #e80707, 1px -1px 0 #e80707, -1px 1px 0 #e80707, 1px 1px 0 #e80707;
    text-align: center;
    margin: -100px 0 0 0;
}

.rewieSection p {
    color: #9c9c9c;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.rewieSection img {
    width: 35% !important;
    border-radius: 50%;
    margin: 20px auto !important;
    display: flex;
    justify-content: center;
    border: 2px solid #ccc;
    padding: 10px !important;
    box-shadow: inset -3px 8px 5px 0px rgb(255 255 255 / 88%), inset -1px 9px 0px 0px rgb(255 255 255 / 0%), inset 2px 2px 7px 0px rgb(49 69 106 / 50%);
}

.rewieSection:hover img {
    transition: all .5s;
    transform: translatey(-5px);
}

.swiper-wrapper {
    z-index: 1;
}

.mySwiperRwie .swiper-slide.swiper-slide-next {
    transition: all .5s !important;
    transform: translatey(-8px) !important;
    z-index: 999;
    overflow: visible !important;
}

.mySwiperRwie .swiper-slide.swiper-slide-active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .5s !important;
    transform: translatey(8px) !important;
    z-index: 999;
    overflow: visible !important;
}

.swiper-slide.swiper-slide-next .rewieSection {
    background: #fdfdfd !important;
    border: 2px solid #49505757;
}

.swiper-slide.swiper-slide-next .rewieSection span p {
    margin: 0;
    font-size: 100px;
    top: 0;
    left: 0;
    font-weight: 900;
    color: #cccccc5e;
    z-index: 1;
    color: red;
    background-color: none;
    text-shadow: none;
    text-align: center;
    margin: -100px 0 0 0;
}

.rewieSection h5 {
    text-align: center;
    margin: 0;
    font-weight: 800;
}

section.clinteFeedBack {
    padding: 60px 0 80px 0;
}

.rewieSection {
    border: 0;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 10px 20px;
    box-shadow: inset -3px 8px 5px 0px rgb(255 255 255 / 66%), inset -1px 9px 0px 0px rgb(255 255 255 / 18%), inset 2px 2px 7px 0px rgb(49 69 106 / 30%);
    height: 500px;
}

.faq .card-header {
    background: none !important;
    border-bottom: 1px solid #ccc;
}

section.faq button {
    color: #000;
}

.faq .card {
    border: none;
}

.faq {
    padding: 320px 0 100px 0;
}

section.portfolio {
    background: #e80707;
    padding: 100px 0 180px 0;
    position: relative;
}

.workCompleted p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.workCompleted h4 {
    font-size: 70px;
    color: #ccc;
    margin: -20px 0 0 0;
    font-weight: 700;
}

.portfolio .brand p {
    margin: 0;
    position: absolute;
    font-size: 100px;
    top: -120px;
    left: -60px;
    font-weight: 900;
    color: #cccccc5e;
    z-index: 1;
    color: #e80707;
    background-color: #ffffff00;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.portfolio .brand h2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    color: #fff;
    margin: 40px 0 0 0;
}

.portfolio .brandContent p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
}

.work h2 {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    color: #fff;
    margin: 0px 0 0 0;
}

.work {
    padding: 40px 0 0 0;
}

.portfolioCard {
    margin: 0 15px;
    position: relative;
}

.portfolioCard img {
    border-radius: 15px;
}

section.portfolioSecond {
    position: absolute;
    left: 0;
    right: 0;
    margin: -150px auto;
}

.portfolioCard:hover .portfolioDetail {
    margin: 0% auto;
    transition: 0.7s;
}

.portfolioDetail {
    position: absolute;
    bottom: 40px;
    left: 0px;
    background: #fff;
    width: 85%;
    border-radius: 0 50px 50px 0px;
    padding: 10px 15px;
    margin: -50% auto;
    z-index: 999;
}

.portfolioDetail p {
    margin: 0;
    color: #e80707;
    font-size: 20px;
}

.portfolioCard:hover::after {
    transition: 0.7s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(2, 0, 36);
    background: linear-gradient(136deg, rgb(2 0 36 / 0%) 0%, #e8070780 85%);
}

.prevButton {
    position: absolute;
    left: -100px;
    /* width: 270px; */
    height: 150px;
    position: absolute;
    left: 0%;
    top: 50%;
    margin: -75px 0 0 -135px;
}

.nextButton {
    position: absolute;
    left: -100px;
    /* width: 270px; */
    height: 150px;
    position: absolute;
    right: 0%;
    top: 50%;
    margin: -75px -135px 0 0px;
}

.prevButton .swiper-button-prev:after {
    content: 'prev';
    rotate: 180deg;
}

.nextButton .swiper-button-next:after {
    content: 'next';
    rotate: 180deg !important;
}

.prevButton .swiper-button-prev {
    rotate: 178deg;
    background: #e80707;
    padding: 28px 28px;
    border-radius: 50px;
}

.nextButton .swiper-button-next {
    rotate: 178deg;
    background: #e80707;
    padding: 28px 28px;
    border-radius: 50px;
}

.mySwiper .swiper-slide.swiper-slide-active {
    transition: all .5s !important;
    transform: translatey(-10px) !important;
    z-index: 999;
    overflow: visible !important;
    rotate: 360deg;
}

.mySwiper s.swiper-slide.swiper-slide-next {
    transition: all .5s !important;
    transform: translatey(8px) !important;
    z-index: 999;
    overflow: visible !important;
}

section.contactUs {
    position: relative;
    background: #cccccc66;
    padding: 70px 0;
    background-image: url('./homeimg/bagline.png');
    background-position: center;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}

svg {
    width: 200px;
    height: 200px;
}

#hourHand {
    stroke-width: 5;
}

#minuteHand {
    stroke-width: 4;
}

#secondHand {
    stroke-width: 2;
}

.clock svg {
    position: relative;
}

form.getInTouchWithUs {
    position: relative;
    z-index: 99;
}

form.getInTouchWithUs input {
    background: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
}

form.getInTouchWithUs textarea {
    background: #fff;
    border: none;
    border-radius: 10px;
}

.contactus button {
    border: 1px solid #e80707;
    padding: 0;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500;
    padding: 7px 30px;
    border-radius: 50px;
    text-align: center;
    background: linear-gradient(101deg, rgb(255 68 68) 0%, rgb(177 0 0) 69%);
    position: relative;
    z-index: 999;
}

.contactus button:hover {
    border: 1px solid #e80707;
    color: #ffffff !important;
    background: linear-gradient(101deg, rgb(255 68 68) 0%, rgb(177 0 0) 69%);
}

.serviceBox {
    margin: 10px 0;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    cursor: pointer;
    position: relative;
    background: #fff;
}

.serviceBox:hover {
    transition: all .5s;
    transform: translatey(-10px);
}

.serviceBox p {
    line-height: 24px;
    font-size: 18px;
    margin: 5px 0 0;
    padding: 0 12px;
    position: relative;
    z-index: 999;
    color: #000 !important;
    text-decoration: none !important;
}

.serviceBox:hover p {
    position: relative;
    z-index: 999;
    color: #fff !important;
    text-decoration: none !important;
    transition: all .7s;
}

.serviceBox img {
    width: 28%;
    margin: 0px 0 15px 0;
    padding: 10px 10px;
    box-shadow: inset -3px 8px 5px 0px rgb(255 255 255 / 66%), inset -1px 9px 0px 0px rgb(255 255 255 / 18%), inset 2px 2px 7px 0px rgb(49 69 106 / 30%);
    border-radius: 5px;
    position: relative;
    z-index: 999;
    background: #fff;
}

.serviceBox::after {
    transition: all .7s;
}

.serviceBox:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(316deg, rgb(255 68 68) 0%, rgb(177 0 0) 69%);
    border-radius: 8px 40px;
    transition: all .7s;
}

.serviceBox:after {
    transition: all .7s;
}

.services {
    background-image: url(./homeimg/shape-12.svg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: #ffcdcd21;
    padding: 0 0 80px 0px;
}

.Virtualcard {
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 0px;
    background: #ffffff;
}

.contactDesign {
    position: relative;
}

.bootomCntent {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.bootomCntent h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 999;
    margin: 0;
}

.contactCard:hover::after {
    transition: 0.7s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(2, 0, 36); */
    /* background: linear-gradient(180deg, rgb(0 0 0 / 33%) 0%, #000000d4 65%); */
    background: rgb(204, 204, 204);
    background: linear-gradient(179deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
}

.contactCard::after {
    transition: 0.7s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(2, 0, 36); */
    /* background: linear-gradient(180deg, rgb(0 0 0 / 33%) 0%, #000000d4 65%); */
    background: rgb(204, 204, 204);
    background: linear-gradient(179deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
}

.timeWatch {
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 18px;
}

.bootomCntent p {
    position: relative;
    z-index: 9;
    margin: 0;
    font-size: 20px;
}

.sideContact a {
    border: 1px solid #e80707;
    padding: 0;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 50px;
    text-align: center;
    background: linear-gradient(101deg, rgb(255 68 68) 0%, rgb(177 0 0) 69%);
    position: relative;
    z-index: 999;
    width: 50%;
}

.sideContact a:hover {
    border: 1px solid #e80707;
    color: #ffffff !important;
    background: linear-gradient(101deg, rgb(255 68 68) 0%, rgb(177 0 0) 69%);
}

.card-header .btn {
    word-wrap: break-word !important;
    width: 100% !important;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.card-header .btn {
    text-transform: capitalize;
}