body {
    overflow-x: hidden !important;
}

:root {
    font-size: 95% !important;

}



.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 4rem) !important;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    background: rgb(0 145 143);
}

.carouselImages {
    padding-top: 50px !important;
}


.containerDiv {
    padding: 0px 47px;
}

.bgContainerImg {
    background: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgb(255 255 255 / 39%)), url(../images/bgImg.jpg);
    background-position: center;
    background-size: cover;
    width: 100% !important;
    /* padding: 100px; */
    /* margin-top: -115px; */
}


.navBar {
    transition-timing-function: ease-in-out;
    background-color: transparent;
    position: fixed !important;
    width: 100%;
    z-index: 999999;
    padding: 30px !important;
    padding: 7px 28px !important;
}

.bgContainerImg .contentParentDiv {
    background-color: transparent;
    padding: 0px !important;
    padding-left: 0px !important;
}

.containerContent h1 {
    font-size: 47px;
    font-weight: 700;
    filter: brightness(0);
    padding-left: 0px !important;
    width: 100% !important;

}




.containerContent p {
    font-size: 20px;
    font-weight: 500;
    filter: brightness(0);
    padding-left: 0px !important;
    width: 100% !important;

}

.containerContent button {
    background-color: rgb(0 145 143);
    color: white;
}

.containerContent button:hover {
    background-color: #0B7F7E;
    color: white;
}

.contentSectionMainDiv {
    background-color: #0B7F7E;
    padding: 30px;
}

.contentSectionMainDiv p {
    font-size: 24px;
    color: white;
}

.cardParentTranparent h2 {
    font-weight: 700;
}

.cardParentTranparent {
    position: relative;
    margin: 0 auto;
    border-radius: 20px !important;
}

.cardParentTranparent img {
    vertical-align: middle;
    width: 100%;
    height: 470px !important;
    border-radius: 20px !important;
    object-fit: cover;


}

.cardParentTranparent .content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    height: 220px;
    text-align: center;
}


.workerContentDiv h1 {
    font-weight: 700;
    font-size: 50px !important;

}

.workerContentDiv p {
    font-size: 20px;
}

.workerImg img {
    height: 400px !important;
    border-radius: 30px;

}



.textAreaDiv textarea {
    height: 150px;
    width: 100%;
}


.inputsRow,
label {
    color: white;
}

.inputsRow input,
textarea {
    background-color: #2F2F2F;
    border: none;
    width: 100%;
    height: 30px;
    border-radius: 8px;
    color: white !important;
}

.inputsRow input {
    width: 100%;
    height: 40px !important;
}




.contentButtonPara a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.contentButtonPara p {
    font-size: 14px;
}

.contentButtonPara {
    color: white;
}

.contentButtonPara button {

    background-color: #757575 !important;

}


.contactDiv h1 {
    font-weight: 600;
    color: white;
    font-size: 40px;
}

.contactDiv p {
    color: white;
    font-size: 16px;
}



.footerLogo img {
    height: 150px;
    display: flex;
    justify-content: space-between;
}

.footerLogo p {
    font-size: 18px;
}

.footerLogo a {
    color: black;
}

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

    .containerContent h1 {
        font-size: 40px;
    }

    .containerContent p {
        font-size: 19px;
    }

}

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

    .contentSectionMainDiv p {

        font-size: 18px;
    }



}

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

    .containerDiv {
        padding-top: 8rem;
    }



}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

swiper-container {
    width: 100%;
    height: 70%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    border-radius: 30px;

}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;

}

@media screen and (max-width:991px) {
    .back-imge {
        display: flex;
        justify-content: end;
        margin-top: -13rem;
    }

    .siteterer {
        margin-top: -8rem;
    }

}