.navbar {
    background-color: var(--baseColor1_Opacity);
    /* border-radius: 10px; */
    padding: 10px 14px;
    /* margin-top: 13px; */

}

header {
    position: fixed;
    z-index: 50;
    width: 100%;
}

.bannerSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    height: 100vh;
    /* height: 600px; */

}
.bannerSection .container-fluid, .bannerSection .customContainer2{
    height: 100%;
}

.bannerInner {
    /* height: 500px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.bannerOverlay {

    position: relative;
}

.bannerOverlay::after {

    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.336);
    top: 0;
    left: 0;
}

.nav-link:focus,
.nav-link:hover:hover {
    color: var(--baseColor4) !important;
}

/* .secondBanner{
    text-align: center;
    position: relative;
} */
/* .secondBanner::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.596);
    top: 0;
    left: 0;
}
.secondBanner::before {
    position: absolute;
    width: 50%;
    height: 50%;
    content: "";
    transform: skewX(10deg);
    background-color: rgb(0 0 0 / 41%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skewX(0deg);
} */
/* .secondBanner p{
    position: relative;
    z-index: 2;
    padding: 150px 0;
} */
.serviceOut {
    display: flex;
    justify-content: center;
    gap: 18px;

}

.m-cardImg img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.homeService .serviceImg {
    height: 450px;
}

.homeService .serviceIn {
    gap: 0;
}

.listServiceOut {
    max-width: 300px;
    width: 100%;
    min-width: 300px;
    position: relative;
}

.listService {
    top: 0;
    position: absolute;
    padding: 20px;
    width: 100%;
    /* height: 330px; */
    /* border-radius: 10px; */
    background-color: var(--baseColor1);
    max-width: 300px;
}

/* .whyTrust{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ourPartners{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.listService ul {
    list-style: none;
}

.list-group-item.active {
    z-index: 2;
    background-color: var(--baseColor2);
    border-color: var(--baseColor2);
    font-size: 20px !important;
    font-weight: bold;

}

.list-group-item {
    font-size: 16px !important;
    font-weight: bold;

}

.list-group-item.active a {
    font-size: 18px !important;

    color: var(--baseColor4);
}

.secondBanner {
    height: 600px;
    display: flex;
}

.sec-1ban {
    background-color: #172e35;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}



/* .sec-1ban::before {
    background-image: url('../images/banner/aboutBanner.jpg');
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .4;
    background-repeat: no-repeat;

} */
.sec-2ban {
    height: 100%;
    width: 60%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sec-2ban::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #172e3547;
    top: 0;
    left: 0;
}

.bannerText {
    background-color: var(--baseColor1_Opacity);
    /* max-width: 967px; */
    max-width: 895px;
    width: 100%;
    /* margin: 124px auto; */
    margin: auto;
    margin-left: 0;
    padding: 12px 22px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.bannerText p {
    padding-bottom: 0;
}

.bannerText p span {
    animation: blinkCursor 0.75s step-end infinite;
}

@keyframes blinkCursor {
    50% {
        border-color: transparent;
    }
}


.bannerText2 {
    background-color: var(--baseColor1_Opacity);
    /* max-width: 825px; */
    width: 100%;
    margin: 0 auto;
    padding: 12px 22px;
    border-radius: 10px;
    gap: 25px;
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: space-around;
}

/* .bannerText p {
    padding-bottom: 12px;
} */

.bannerText2In {
    display: flex;
    justify-content: space-evenly;
    border-right: 1px solid var(--baseColor4);
    align-items: center;
    gap: 10px;
    padding-right: 30px;
    flex: 1;
}

.bannerText2In svg {
    width: 48px;
}

.bannerText2In:last-child {
    border-right: 1px solid transparent;
}

.aboutSection {
    padding: 73px 0;
}

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

.clientIn {
    padding: 62px 0 30px;
}

.serviceRight {
    background-color: #e4e4e4;
    padding: 54px;
    /* padding-right: 1rem ;
    padding-left: 1rem ; */
    /* border-radius: 10px; */
}

.noBackground {
    background-color: transparent;
}

.serviceSection {
    padding: 66px 0;
}

/* .serviceSection .serv{
    padding: 66px 0;
} */

.serviceIn {
    display: flex;
    flex-direction: column;
    gap: 65px;
    max-width: 1174px;
}

.processIn {
    display: flex;
    justify-content: space-between;
}

.processIn .processWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border: 4px solid var(--baseColor2);
    border-radius: 5px;
}

.processIn .processWrap:hover {
    background-color: var(--baseColor2);
    color: white;
}

.processIn .processWrap:hover img {
    filter: invert(100%) brightness(2);
    transform: scale(1.1);
}

.processIn img {
    transition: filter 0.8s ease, transform 0.4s ease;
}

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

.ourProcess .process {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.processText {
    text-align: center;
    max-width: 210px;

}

.processText p {
    padding: 10px 0;
}

.aboutSection .aboutIcon {
    background-color: var(--baseColor5);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.aboutSection .aboutPara:nth-of-type(even) .aboutIcon {
    background-color: var(--baseColor2);
}

.aboutSection .aboutPara {
    display: flex;
    gap: 22px;
}

.aboutParaOut {
    display: flex;
    flex-direction: column;
    row-gap: 33px;
}

.clientSlider {
    margin: 50px 0;
}

/* .clientSlider .clientLogo img {
    width: 60px;
    height: 60px;
}

.clientSlider .clientLogo p {
    margin-top: 10px;
    font-size: 16px;
    color: white;
}

.clientSlider .clientLogo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
} */

.clientSlider {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.caseStudyNav {
    border: 1px solid var(--baseColor2);
    border-radius: 6px;
    cursor: pointer;
}

.caseStudyNav .studyNav p {
    padding: 10px;

}

.caseStudyNav .slick-current .studyNav p {
    max-width: 200px;
    background-color: var(--baseColor2);
    border-radius: 6px;
    text-align: center;
    color: var(--baseColor4);
}

.caseCont {
    /* padding-top: 50px; */
}

.caseContIn {
    background-color: var(--baseColor2);
    border-radius: 8px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    gap: 5px;
}

.caseContIn::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--baseColor2);
    top: -20px;
    left: 68px;
    transform: rotate(45deg);
    z-index: -1;
}

.caseContIn img {
    position: absolute;
    top: 30px;
    right: 30px;
}

.rating {
    color: #FACF15;
}

.aboutMeRight {
    position: relative;
    display: flex;
    height: 602px;
    flex-direction: column;
    justify-content: center;
}

.aboutMeIn .card {
    max-width: 690px;
}

.aboutImg {

    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    max-width: 500px;
    width: 100%;
    height: 600px;
}

.aboutImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutMeIn>p {
    max-width: 580px;

}

.aboutMeIn .card-body>p {
    position: relative;

}

.aboutMeIn .card-body>p a {
    color: var(--baseColor2);
    font-family: "MontserratBold";
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.aboutMeIn .card {
    /* position: relative; */
}

.paraQuote {
    position: absolute;
}

.paraQt1 {
    left: -35px;
    top: -15px;
}


.reviewTop {
    background-color: var(--baseColor2);
    text-align: center;
    padding: 90px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    height: 355px;
    position: relative;
}

.reviewTop .fs9 {
    max-width: 500px;
}

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

.reviewSlider {
    max-width: 670px;
    min-width: 660px;
}

.reviewSlider .card-body .reviewSlide {
    display: flex;
    position: relative;
    gap: 20px;
}

.reviewMain {
    position: relative;
}

.reviewSlider {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -150px;
}

.quoteImg {
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 45px;
}

.getReady {
    background-color: var(--baseColor2);
}

.getReadyIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.getReady {
    margin: 200px 0 0;
    padding: 70px 0px;
}

.getReadyIn>div {
    max-width: 600px;
}

.mainFooter {
    background-image: url('../images/banner/footerBanner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 31px 0;
}

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

.footerIcons .icon {
    background-color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerLinks ul {
    margin-left: 20px;
}

.footerLinks ul li a,
.footerLinks ul li {
    color: white;
    font-size: 1.1rem;
}

.footerLinks>p {
    font-family: "MontserratBold";
    color: var(--baseColor2);
}

.newsLetter {
    border: 1px solid var(--baseColor4);
    display: flex;
    border-radius: 10px;
}

.newsLetter input {
    background-color: transparent;
    border: none;
    color: white;
    width: 100%;
    padding-left: 10px;
}

.newsLetter input:focus {
    outline: none;
}

.newsLetter button {
    padding: 14px 20px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    font-family: "MontserratMedium";
}

.footerLinks {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    /* align-items: center; */
    /* justify-content: center; */
}

.footerInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerSec1 {
    max-width: 326px;
    width: 100%;
    min-width: 300px;
}



.serviceIn ul {
    list-style-type: none;
    /* Remove default bullet points */
    padding-left: 0;
    /* Remove default padding */
    margin-bottom: 1rem;
    /* Adjust bottom margin */
}

/* Style for list items */
.serviceIn ul>li {
    position: relative;
    padding-left: 1.5rem;
    /* Space for custom bullet */
    margin-bottom: 0.5rem;
    /* Spacing between list items */
    font-weight: normal;
    /* Slightly bold text */
}

/* Custom bullet point style */
.serviceIn ul>li::before {
    content: '';
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    left: 5px;
    top: 7px;
    line-height: 1;
    height: 10px;
    width: 10px;
    background-color: var(--baseColor2);
    border-radius: 50%;
}

.serviceImg {
    height: 650px;
    width: 100%;
    object-fit: contain;
}

/* Nested list styling */
.serviceIn ul ul {
    list-style-type: none;
    padding-left: 1.5rem;
    /* Indent nested list */
    margin-top: 0.5rem;
}

.serviceIn ul ul li {
    position: relative;
    padding-left: 1.2rem;
    /* Space for nested bullets */
    font-weight: 400;
    /* Regular weight for nested items */
}

/* .serviceIn ul ul li::before {
    content: '';
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 8px;
    line-height: 1;
    height: 10px;
    width: 10px;
    background-color: var(--baseColor1);
    border-radius: 50%;
} */
.serviceIn ul ul li::before {
    content: '';
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 11px;
    line-height: 1;
    height: 2px;
    width: 10px;
    background-color: var(--baseColor1);
    border-radius: 0;
}


.pricingSection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-bottom: 35px;

    /* Flex */
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 300px));
    justify-content: center;
    align-items: center; */
}

.priceCard {
    flex: 1;
}

@media (max-width: 644px) {
    .pricingSection {
        gap: 40px;
    }
}

.pricingCard {
    min-width: 300px;
    width: 100%;
    max-width: 500px;
    min-height: 470px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;

    /* Flex */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricingCard:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transform: scale(1.04);
}

/* .pricingCard::before {
    background-color: var(--color05);
    color: var(--color02);
    padding: 20px 35px 10px;


    transform: translate(calc(31px + 35px), -35px) rotate(45deg);
    transform-origin: top left;

    content: 'NEW';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
} */

/* .pricingCard:nth-of-type(2)::before {
    background-color: var(--color06);
    color: var(--color03);
}

.pricingCard:nth-of-type(3)::before {
    background-color: var(--color07);
    color: var(--color12);
} */

/* Info */
.card__info {
    width: 100%;
    height: 300px;

    /* Background */
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;

    /* Position */
    position: relative;
    z-index: 0;

    /* Flex */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card__info::before {
    background-color: rgba(0, 0, 0, 0.39);
    width: 100%;
    height: 100%;
    opacity: 0.8;

    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

/* .pricingCard:nth-of-type(2) .card__info::before {
    background-color: var(--color03);
}

.pricingCard:nth-of-type(3) .card__info::before {
    background-color: var(--color04);
} */

.card__name {
    color: var(--color01);
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
}

.card__price {
    color: var(--color05);
    font-size: 22px;
    font-weight: 400;
}

.card__priceSpan {
    color: var(--color13);
}

.pricingCard:nth-of-type(3) .card__priceSpan {
    color: var(--color01);
}

/* Content */
.card__content {
    background-color: var(--color09);
    width: 100%;
    height: calc(100% - 130px);
    border-top: solid 2px var(--baseColor2);
    /* border-color: var(--baseColor2); */
    border-bottom: solid 2px var(--baseColor2);

    /* Flex */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.card__rows {
    width: 100%;
}

.card__row ul {
    margin-left: 40px;
}

.card__row {
    color: var(--color13);
    width: 100%;
    padding: 10px 0;
    padding-left: 30px;
    border-bottom: 1px solid rgb(199, 199, 199);
}

/* .card__row:nth-of-type(odd) {
    background-color: var(--color08);
} */

.card__link {
    color: var(--color01);
    padding: 10px 15px;
    margin: 20px 0;
    text-decoration: none;
    border-radius: 50px;
}

/* .card__link:hover {
    background-color: var(--color02Hover) !important;
}

.pricingCard:nth-of-type(2) .card__link:hover {
    background-color: var(--color06Hover) !important;
}

.pricingCard:nth-of-type(3) .card__link:hover {
    background-color: var(--color04Hover) !important;
} */
.weDifferent {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 60px 0; */
}

.weDifferent::after {
    content: '';
    position: absolute;
    background-color: var(--baseColor1_Opacity);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.weDifferent .customContainer {
    position: relative;
    z-index: 2;
}

.weDifferent ul {
    /* margin-left: 20px; */
    color: var(--baseColor4);
}


.servFixImg {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.servFixImg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 57%);
    z-index: 1;
    height: 100%;
    width: 100%;
}

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


.clientCard {
    background-color: #ffffff;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    /* cursor: pointer; */
    border-radius: 7px;
    display: block;
    font-family: "MontserratBold";
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .4s;
    max-width: 170px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clientCard::before {
    content: '';
    position: absolute;
    top: 0;
    border-radius: 7px;
    left: 0;
    background-color: var(--baseColor2);
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: .8;
    transition: height 0.4s ease;
}

.clientCard::after {
    content: attr(data-client);
    position: absolute;
    /* top: 37%; */
    border-radius: 7px;
    top: 0;
    left: 0;
    /* left: 5%; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    color: white;
    transition: opacity 0.4s ease;
}

.clientCard:hover::before {
    height: 100%;
}

.clientCard:hover::after {
    opacity: 1;
}

.clientCard img {
    object-fit: contain;
    width: 70%;
    height: 70%;
}

.absContent {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: start;
    padding: 54px;
    text-align: left;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.absContent .fs5::before {
    background-color: var(--baseColor2)
}

.chooseMain {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;

}

.underLineCenter.absContent .fs5::before {
    background-color: var(--baseColor2);
    left: 50%;
    transform: translate(-50%);
}

.chooseCont {
    flex: 1 1 300px;
    padding: 20px;
    text-align: left;
    height: fit-content;
    min-height: 200px;
    height: 100vh;
    max-height: 220px;
    box-sizing: border-box;
    text-align: left;
}

.chooseMain .chooseCont:nth-child(odd) {
    background-color: var(--baseColor1);
    color: white;
    /* border-radius: 10px; */
    /* background-image: url('../images/icons/backTexture.jpg'); */
    /* background-repeat: repeat;
    background-size: cover;
    opacity: .4; */
    position: relative;
}

.chooseMain .chooseCont:nth-child(even) {
    background-color: var(--baseColor1);
    color: black;
    position: relative;
}

.chooseMain .chooseCont:nth-child(even) {
    background-color: #e4e4e4;
    /* color: white; */
}

.chooseMain .chooseCont:nth-child(odd)::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='400' height='400' preserveAspectRatio='none' viewBox='0 0 400 400'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1040%26quot%3b)' fill='none'%3e%3cpath d='M104.73048039449075-17.010563762437336L60.95311068640025-53.744138538407505 27.74143337649025 30.288703411713335z' fill='rgba(255%2c 255%2c 255%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M190.39220224423383 44.80248491370341L200.2139358533101-24.602776613156543 143.00823589025265-2.6435657983119896z' fill='rgba(255%2c 255%2c 255%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M65.78141359722295 140.5798525755954L130.64203020783557 137.18065169610443 93.1129205832928 41.58932721993098z' fill='rgba(255%2c 255%2c 255%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M106.59 338.53 a68.89 68.89 0 1 0 137.78 0 a68.89 68.89 0 1 0 -137.78 0z' fill='rgba(255%2c 255%2c 255%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M152.2603183628268 157.4662377709289L74.6509687322518 179.64033766537892 124.54269349476431 229.53206242789142z' fill='rgba(255%2c 255%2c 255%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M470.84585829492534 24.707764955675L373.00973697043105-12.848003348159853 335.4539686665962 84.98811797633441 433.2900899910905 122.54388628016926z' fill='rgba(255%2c 255%2c 255%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M92.399%2c315.851C121.777%2c313.653%2c140.198%2c287.45%2c154.655%2c261.781C168.744%2c236.767%2c180.295%2c208.175%2c167.527%2c182.462C153.525%2c154.264%2c123.875%2c137.082%2c92.399%2c136.405C59.712%2c135.702%2c28.148%2c150.992%2c11.456%2c179.105C-5.576%2c207.791%2c-5.388%2c243.775%2c11.605%2c272.484C28.292%2c300.675%2c59.73%2c318.295%2c92.399%2c315.851' fill='rgba(255%2c 255%2c 255%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M198.493%2c143.437C219.842%2c144.207%2c241.002%2c133.284%2c250.674%2c114.236C259.661%2c96.537%2c251.327%2c76.523%2c241.109%2c59.505C231.289%2c43.149%2c217.544%2c28.349%2c198.493%2c27.326C177.771%2c26.213%2c157.167%2c36.291%2c147.134%2c54.457C137.378%2c72.122%2c142.363%2c93.213%2c152.451%2c110.691C162.541%2c128.173%2c178.321%2c142.709%2c198.493%2c143.437' fill='rgba(255%2c 255%2c 255%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1040'%3e%3crect width='400' height='400' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-repeat: repeat;
    background-size: cover;
}

.chooseMain .chooseCont:nth-child(even)::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='400' height='400' preserveAspectRatio='none' viewBox='0 0 400 400'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1058%26quot%3b)' fill='none'%3e%3cpath d='M313.52510608139903 282.9138274425197L229.96176592083884 358.15459687812415 305.2025353564434 441.71793703868434 388.7658755170035 366.47716760307986z' fill='rgba(0%2c 0%2c 0%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M63.89485452545868 292.009614554851L8.964242123266054 350.91548451745615 67.8701120858712 405.84609691964874 122.80072448806384 346.94022695704365z' fill='rgba(0%2c 0%2c 0%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M-35.07 135.63 a87.83 87.83 0 1 0 175.66 0 a87.83 87.83 0 1 0 -175.66 0z' fill='rgba(0%2c 0%2c 0%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M390.260239689972 148.8227197346282L332.19233849146315 55.894652417710276 297.3321723730541 206.8906209331371z' fill='rgba(0%2c 0%2c 0%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M216.592%2c460.683C244.32%2c462.493%2c270.677%2c446.732%2c284.386%2c422.562C297.925%2c398.693%2c295.828%2c369.357%2c281.755%2c345.8C268.051%2c322.86%2c243.282%2c307.78%2c216.592%2c309.08C191.766%2c310.289%2c172.896%2c329.529%2c161.57%2c351.654C151.32%2c371.678%2c152.436%2c394.528%2c162.571%2c414.611C173.999%2c437.257%2c191.28%2c459.031%2c216.592%2c460.683' fill='rgba(0%2c 0%2c 0%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M121.13 17.04 a115.13 115.13 0 1 0 230.26 0 a115.13 115.13 0 1 0 -230.26 0z' fill='rgba(0%2c 0%2c 0%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M300.59876669812036 167.2188825534558L225.22043239593867 176.47417823234156 234.47572807482442 251.8525125345232 309.8540623770061 242.5972168556375z' fill='rgba(0%2c 0%2c 0%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M44.348162037265496 93.36700022695547L100.24282966205949 194.20364988710747 201.07947932221148 138.30898226231346 145.1848116974175 37.47233260216147z' fill='rgba(0%2c 0%2c 0%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M-19.069334968545697 292.8609980022085L-4.62676010981545 395.62525786528477 98.13749975326081 381.1826830065545 83.69492489453057 278.4184231434782z' fill='rgba(0%2c 0%2c 0%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1058'%3e%3crect width='400' height='400' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-repeat: repeat;
    background-size: cover;
}

@media (max-width: 1350px) {
    .chooseCont {
        max-height: 270px;
    }

}

@media (max-width: 1249px) {
    .chooseCont {
        max-height: 300px;
    }
}

@media (max-width: 1200px) {
    .chooseCont {

        max-height: 220px;

    }

}

@media (max-width: 768px) {
    .chooseCont {
        flex: 1 1 100%;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .chooseCont {
        flex: 1 1 45%;
    }
}

@media (min-width: 1201px) {
    .chooseCont {
        flex: 1 1 22%;
    }
}





@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
input,
textarea {
    font-family: "Poppins", sans-serif;
}

/* .contact-m-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.contact-m-form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 10;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form {
    background-color: #1abc9c;
    position: relative;
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #149279);
    position: absolute;
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #1abc9c;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.contact-m-form form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container {
    position: relative;
    margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #1abc9c;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
}

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

.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.input-container span:before,
.input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
}

.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.contact-info .title {
    color: #1abc9c;
}

.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.information i {
    color: #1ABC9C;
}

.icon {
    width: 28px;
    /* margin-right: 0.7rem; */
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #1abc9c, #149279);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.social-icons a:hover {
    transform: scale(1.05);
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #1abc9c;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #1cd4af, #159b80);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
}

.big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}










.contact-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
    padding-top: 7rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;



}

.contact-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1058%26quot%3b)' fill='none'%3e%3cuse xlink:href='%23SvgjsSymbol1065' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1065' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1058'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1063'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1059'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1060'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1062'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1061'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1064'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1065'%3e%3cuse xlink:href='%23SvgjsPath1059' x='30' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='30' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='30' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='30' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='30' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='30' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='30' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='30' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='30' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='30' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='90' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='90' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='90' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='90' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='90' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='90' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='90' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='90' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='90' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='90' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='150' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1064' x='150' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='150' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='150' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='150' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='150' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='210' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='210' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='210' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='210' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='210' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='210' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='210' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='210' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='210' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='210' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='270' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='270' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='270' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='270' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='270' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='270' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1064' x='270' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='270' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='270' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='270' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='330' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='330' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='330' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='330' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='330' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='330' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='330' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='330' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='330' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='330' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='390' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='390' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='390' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='390' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='390' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='390' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='390' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='390' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='390' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='390' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='450' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='450' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='450' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1064' x='450' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='450' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='450' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='450' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='450' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='450' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='450' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='510' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='510' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='510' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='510' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='510' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='510' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1064' x='510' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='510' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='510' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='510' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='570' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='570' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='570' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='570' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='570' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='570' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='570' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='570' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='570' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='570' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='630' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='630' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='630' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='630' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='630' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='630' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='630' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='630' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='630' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='630' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='690' y='30' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='690' y='90' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='690' y='150' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='690' y='210' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1061' x='690' y='270' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1060' x='690' y='330' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='690' y='390' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1063' x='690' y='450' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1059' x='690' y='510' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1062' x='690' y='570' stroke='rgba(37%2c 175%2c 130%2c 1)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
    background-position: center;
    background-size: contain;
    opacity: .6;
}

.contact-form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.contact-form {
    background-color: var(--baseColor2);
    position: relative;
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, var(--baseColor2));
    position: absolute;
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: var(--baseColor2);
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.contact-m-form form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;


}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container {
    position: relative;
    margin: 1rem 0 1.7rem;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #1abc9c;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
}

.btn:hover {
    background-color: white;
    color: #1abc9c;
}

.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.input-container span:before,
.input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
}

.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.contact-info .title {
    color: var(--baseColor2);
}

.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.information i {
    color: var(--baseColor2);
}

.icon {
    width: 28px;
    /* margin-right: 0.7rem; */
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: var(--baseColor2);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.social-icons a:hover {
    transform: scale(1.05);
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid var(--baseColor2);
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

.contactSection2 iframe {
    display: flex;
    width: 100%;
    height: 300px;
}

.slogan {
    /* color: #bad636; */
    /* -webkit-text-stroke: 1px white; */
    /* font-family: Impact, Charcoal, sans-serif;
    font-size: 20px;
    letter-spacing: 4px;
    word-spacing: 2.8px;
    color: #BAD636;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase; */
    font-family: "MontserratItalic";
    font-size: 15px;
    padding-left: 5px;
    color: #bad636;

}

.spanClr1 {
    color: #FFDA44;
}

.spanClr2 {
    color: var(--baseColor2);
}

.spanClr3 {
    color: #FF9811;
}

.spanClr4 {
    color: #bad636;
}

.spanClr5 {
    color: #006DF0;
}

.spanClr6 {
    color: pink;
}

.spanClr7 {
    color: rgb(185, 29, 29);
}

.greenAnchor {
    color: var(--baseColor2);
}

.bannerText2In img {
    width: 40px;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-toggler {
    border: 1px solid white;
}



.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333333;
    width: 50px;
}

.sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
}

/* .advertisers-service-sec {
    background-color: #f5f5f5;
} */

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

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

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

.serCard1 {
    background-image: url('../images/home/serv1.jpg');
}

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

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

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

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

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

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


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

.advertisers-service-sec h3 {
    font-size: clamp(1rem, 5vw, 2.3rem);
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

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

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

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

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

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

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

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

.serviceSection .serv {
    margin: 40px
}

.dropdown-menu[data-bs-popper] {
    left: -100px;
}






.cs1 {
    width: 100%;
    height: 400px;
    display: flex;
    transition: .9s;
}

.cs1 .col {
    position: relative;
    width: calc(100% / 4);
    height: 100%;
    transition: .9s;
}

.cs1 .col:hover {
    transform: scale(1.1);
    z-index: 5;
}

.cs1 .col:nth-child(1) span {
    background: #bad636;
}

.cs1 .col:nth-child(2) span {
    background: var(--baseColor2);
}

.cs1 .col:nth-child(3) span {
    background: var(--baseColor1);
}

.cs1 .box h2 {
    text-transform: uppercase;
}

/***************** span ******************/
.cs1 .col span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .9s;
    z-index: 1;
}

.cs1 .col span:nth-child(1) {
    top: 0;
}

.cs1 .col span:nth-child(2) {
    top: 50%;
}

.cs1 .col span.active {
    z-index: 2;
}

.cs1 .col span .fa {
    font-size: 60px;
}

.cs1 .col span h2 {
    font-size: 20px;
}

.cs1 .col span a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #262626;
    border-radius: 20px;
    margin-top: 10px;
    transform: scale(0);
    transition: .5s;
}

.cs1 .col:hover span a {
    transform: scale(1);
}

.cs1 .col:hover span a:hover {
    background: #00bcd4;
    color: #fff;
}

.cs1 .col span img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 850px) {
    .cs1 {
        height: 200px;
        width: 100%;
    }

    .cs1 .col span {
        height: 100%;
    }

    .cs1 .col span:nth-child(2) {
        top: 0;
    }


}

@media screen and (max-width: 600px) {
    .cs1 {
        height: 565px;
        width: 100%;
        display: block;
    }

    .cs1 .col {
        height: 200px;
        width: 100%;
    }

    .cs1 .col span {
        height: 100%;
        width: 100%;
    }
}



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

.cardContainer>div {
    /* flex: 1; */
}

.m-card {
    max-width: 320px;
    width: 100%;
    /* min-width: 250px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    /* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 15px;
    /* border-radius: 10px; */
    font-size: 14px;
    text-align: center;
}

.m-card i {
    font-size: 50px;
}

.m-card h4 {
    font-size: 22px;
    padding: 15px 0;
}


.partnersCards img {
    width: 100px;
    height: 100px;
    /* margin-bottom: 20px; */
    object-fit: contain;
}

.partnersCards .cardContainer {
    gap: 20px;
}

.partnersCards .cardContainer>div {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 30px;
}

.partnersCards .cardContainer>div p {
    font-weight: 600;
    font-size: 20px;
    color: var(--baseColor5);
}



.underLineCenter::before {

    left: 50%;
    transform: translate(-50%);
}

.errMsg {
    display: none;
    font-size: 14px;
    color: red;
    position: absolute;
    bottom: -21px;
    left: 0;
}

@media (max-width: 1200px) {
    .cardContainer {

        flex-wrap: wrap;

    }

    .listServiceOut {
        display: none !important;
    }

    .list-group-item+.list-group-item.active {
        margin-top: 0 !important;
        border-top-width: 2px !important;
    }

    .aboutImg {
        /* position: static;
        height: 100%;
        max-width: 500px;
        border-radius: 50px;
        margin-top: 40px; */
        display: none;
    }

    /* .aboutImg img{
        border-radius: 10px;
    }
    .aboutMeRight {
        align-items: center;
    } */
    .aboutMeRight {
        height: auto;
    }

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

    .serviceRightImg {
        /* height: 500px; */

    }

    .serviceRightImg img {
        margin-top: 20px;
        height: 90%;
        object-fit: cover;
        width: 100%;
        border-radius: 10px;

    }

    .serviceOut {
        position: relative;
    }

    .serviceOut .listServiceOut {

        position: absolute;
        top: -40px;
        width: 100%;
        overflow-x: auto;
    }

    .serviceIn {
        margin-top: 30px;
    }

    .listServiceOut,
    .listService,
    .listService h2,
    .list-group,
    .list-group-item.active,
    .list-group-item {
        all: unset;
        /* This removes all styles applied to these elements */
        display: revert;
        /* This will revert their display property to default block */
    }

    .listService h2 {
        display: none;
    }

    .list-group-item.active {
        border: 2px solid var(--baseColor2);
        border-radius: 5px;
    }

    .listService ul {
        list-style: none;
        display: flex;
        background-color: white;
        overflow-x: auto;
        /* padding-bottom: 5px; */
        gap: 15px;
    }

    /* .listService ul li{
        padding: 5px ;
    } */

    .list-group-item {
        white-space: nowrap;
        padding: 5px;
    }

    .list-group-item.active {
        white-space: nowrap;
        padding: 5px;

    }
}

@media (max-width: 991px) {
    .advertisers-service-sec .service-card {
        padding: 2em 1em;
    }

    .advertisers-service-sec h3 {
        font-size: clamp(1rem, 5vw, 1.7rem);
    }

    .aboutSectionMob {
        /* text-align: center; */
    }

    .serviceText+.mainBtn1 {
        padding: 14px 28px;
    }

    .navbar-nav .underLineAffect::after {
        display: none;
    }

    .reverseCol {
        flex-direction: column-reverse;
    }

    .absContentIn {
        padding: 0;
    }

    .advertisers-service-sec {
        padding-top: 20px !important;
    }

    .advertisers-service-sec .col {
        flex-direction: column;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: start;
    }

    .aboutSectionMob {
        margin-top: 5px;
        display: flex;
        justify-content: center;
        /* align-items: center; */

    }

    .chooseCont {
        height: auto;
        min-width: 157px;
    }

    .chooseMain {
        row-gap: 10px;
    }

    .bannerText2In {

        flex-direction: column;
        text-align: center;
    }

    .serviceRight {
        flex-direction: column-reverse;
    }

    .getReadyIn {
        text-align: left;
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }

    .footerInner {
        flex-direction: column;
        align-items: start !important;
    }

    .footerSec1 {
        text-align: left;
    }

    .footerIcons {
        justify-content: start;
    }

    .footerLinks {
        text-align: left;
        align-items: start !important;
    }

    .footerLinks ul {
        list-style: none;
        margin-left: 0;
    }
}

@media (max-width: 850px) {
    .clientSlider {
        justify-content: center;
    }

    .list-group-item.active {
        border-radius: 5px 5px 0 0;
    }

    .contact-m-form {
        grid-template-columns: 1fr;
    }

    .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .square {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .text {
        margin: 1rem 0 1.5rem 0;
    }

    .social-media {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 576px) {
    .chooseMain {
        flex-direction: column;
    }

    .clientSection .slick-dots {
        bottom: -60px;
    }

    .bannerText2In p {
        font-size: 10px;
    }

    .serviceSection .serv {
        margin: 20px;
    }

    .serviceRight {
        padding: 30px 20px;
    }

    .absContent {
        padding: 30px 20px;
    }

    .homeService .serviceImg {
        height: 265px;
        object-fit: contain;
    }

    .serviceRightImg {
        height: auto;
    }

    .serviceLeft .serviceRightImg {
        padding-bottom: 40px;
    }
}

@media (max-width: 480px) {
    /* .contact-container {
        padding: 1.5rem;
    } */

    .contact-info:before {
        display: none;
    }

    .square,
    .big-circle {
        display: none;
    }

    .contact-m-form form,
    .contact-info {
        padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
        font-size: 0.8rem;
    }

    .title {
        font-size: 1.15rem;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .icon {
        width: 23px;
    }

    .input {
        padding: 0.45rem 1.2rem;
    }

    .btn {
        padding: 0.45rem 1.2rem;
    }
}

.nav-item.dropdown:hover .dropdown-menu {

    display: block;
    left: -100px;

}
