@charset "UTF-8";

/********** Varible css **********/
:root {
    --font-family: "Outfit", serif;
    --font-pacifico: "Pacifico", serif;
    --font-roboto: "Roboto Slab", serif;
    --primary: #000;
    --secondary: #082F59;
    --section-bg: #eff7f8;
    --title: #8580BD;
    --clr-btn: #E4AB42;
    --form-bg: #71BFC8;
}

/********** Globle css **********/
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

body {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 32px;
    color: var(--primary);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

textarea {
    overflow: hidden;
    resize: none;
}

iframe {
    border: none !important;
    display: block;
    width: 100%;
}

/********** Header + Hero css **********/
section {
    padding: 80px 0;
}

.navbar {
    padding: 25px 0px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

.navbar-nav .nav-link {
    color: var(--bs-white);
    font-size: 16px;
    padding: 10px 12px !important
}

.navbar-nav .nav-link:hover {
    color: var(--clr-btn);
}

.navbar-toggler {
    border: none;
    color: var(--bs-white);
    font-size: 24px;
}

.nav-fix {
    position: fixed;
    background: var(--bs-white);
    z-index: 100;
    width: 100%;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding: 15px 0;
    box-shadow: 0 2px 28px 0 #00000052;
}

.nav-fix .navbar-toggler {
    color: var(--primary);
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.nav-fix img {
    width: 280px;
    transition: all 0.5s ease;
}

.nav-fix .navbar-nav .nav-link {
    color: var(--primray);
}

.nav-fix .navbar-nav .nav-link:hover {
    color: var(--clr-btn);
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 0;
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 0;
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    top: 44px;
    animation-name: fadeInTop;
    animation-duration: .5s;
    animation-fill-mode: both;
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(30%)
    }

    to {
        opacity: 1
    }
}

/* Sidebar Styling (Only for Mobile) */
.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    transition: 0.8s;
    z-index: 1050;
}

.sidebar.active {
    left: 0;
}

.sidebar .close-btn {
    font-size: 46px;
    color: var(--bs-white);
    cursor: pointer;
}

.sidebar .nav-link {
    color: var(--bs-white);
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 6px;
    font-size: 20px;
}

.sidebar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.sidebar .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    background: transparent;
    text-align: center;
}

.sidebar .dropdown-menu a {
    color: var(--bs-white);
}

/*Slider Css*/
.slider-ui .carousel-inner {
    height: 100vh;
}

.slider-ui .carousel-inner img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.slider-ui:after {
    content: "";
    background-image: url(../images/shape.png);
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.slider-ui .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation-name: fadeInTop;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.slider-ui .carousel-caption p {
    line-height: 35px;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 35px;
    width: 54%;
}

.slider-ui .carousel-caption button {
    width: 204px;
    max-width: 100%;
}

.btn-ui {
    background: var(--clr-btn);
    font-weight: 500;
    color: var(--bs-white);
    padding: 12px 26px;
    border-radius: 100px;
    border: 2px solid var(--clr-btn);
    transition: all 0.5s ease;
}

.slider-ui .carousel-caption h2 {
    font-size: 48px;
    font-family: var(--font-pacifico);
    color: var(--clr-btn);
    margin-bottom: 25px;
}

.slider-ui .carousel-caption h1 {
    font-family: var(--font-roboto);
    font-size: 64px;
    margin-bottom: 25px;
}

.slider-ui .carousel-indicators {
    bottom: 80px;
}

.slider-ui .carousel-indicators [data-bs-target] {
    width: 24px;
    height: 24px;
    border: 1px solid var(--bs-white);
    border-radius: 100px;
    background: transparent;
    opacity: 1;
    display: inline-block;
    position: relative;
}

.slider-ui .carousel-indicators .active span {
    background: var(--bs-white);
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/********** About Us css **********/
.ab-txt span {
    color: var(--clr-btn);
}

.title h1 {
    font-family: var(--font-roboto);
    color: var(--title);
    margin-bottom: 13px;
    font-size: 40px;
}

.border-line {
    width: 130px;
    height: 4px;
    background-color: #c2b5e0;
    position: relative;
    border-radius: 100px;
}

.border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #8b78b8;
    border-radius: 50%;
    transform: translateY(-50%);
    animation: moveDot 2s linear infinite;
}

@keyframes moveDot {
    0% {
        left: 0;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
    }
}

.ab-txt h3 {
    font-family: var(--font-roboto);
    margin-top: 37px;
}

.btn-ui:hover {
    background: transparent;
    border: 2px solid var(--clr-btn);
    color: var(--clr-btn);
}

/********** Our Services css **********/
.title p {
    font-family: var(--font-roboto);
    width: 1000px;
    max-width: 100%;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: normal;
}

.light-bg {
    background-color: var(--section-bg);
    position: relative;
    overflow: hidden;
}

.shape:before {
    content: "";
    background-image: url("../images/curve.png");
    width: 100%;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
}

.v-left {
    background-image: url(../images/Vector-1.png);
    width: 288px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 12px;
    left: 0;
}

.v-right {
    background-image: url("../images/Vector-2.png");
    width: 506px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 12px;
    right: 0;
}

.block-bg {
    background: var(--bs-white);
    border-radius: 8px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.block-bg img {
    border-radius: 5px;
    width: 200px;
    height: 210px;
    object-fit: cover;
}

.block-details h5 {
    font-weight: 600;
    font-size: 20px;
}

.block-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block-details a {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primamrry);
    font-weight: 600;
}

/********** Our Events css **********/
.event-main {
    background-color: var(--bs-white);
    padding: 15px;
    box-shadow: 0px 0px 50px 0px hsl(0deg 1% 73% / 42%);
    border-radius: 20px;
}

.date-ui {
    background-color: var(--clr-btn);
    color: var(--bs-white);
    width: 70px;
    height: 70px;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 22px;
}

.e-img img {
    object-fit: cover;
    object-position: center;
}

.date-ui span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.date-ui span small {
    font-size: 16px;
    font-weight: 400;
}

.e-details h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.e-details h6 {
    font-size: 16px;
    font-weight: 600;
    color: #8E8E8E;
    margin-bottom: 12px;
}

.e-details p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

/********** Footer css **********/
footer {
    background-color: var(--secondary);
    padding: 90px 0 0px;
}

.foot-logo img {
    width: 298px;
}

.foot-logo p {
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-white);
    font-weight: 300;
    margin-top: 30px;
}

.foot-link h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--bs-white);
    position: relative;
    padding-bottom: 18px;
    margin: 0;
}

.foot-link h4:before {
    content: "";
    width: 55px;
    height: 5px;
    background: var(--bs-white);
    position: absolute;
    bottom: 0;
}

.foot-link a {
    color: var(--bs-white);
    text-decoration: none;
    font-size: 18px;
}

.foot-link a:hover {
    color: var(--clr-btn);
    transition: all 0.5s ease;
}

.foot-link ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.foot-link a i {
    font-size: 13px;
}

.foot-link ul li {
    line-height: normal;
    margin-bottom: 10px;
}

.map-bg {
    background-image: url(../images/foot-map.png);
    background-repeat: no-repeat;
    background-position: center 76%;
}

.map-space {
    padding-bottom: 60px;
}

.address p {
    color: var(--bs-white);
    margin-bottom: 15px;
    align-items: baseline;
    line-height: normal;
}

.address p i {
    font-size: 20px;
    height: fit-content;
}

.social-icon ul li a {
    font-size: large;
}

.social-icon ul li a i {
    font-size: 23px;
    background: var(--bs-white);
    color: var(--primary);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 12px;
    text-align: center;
    line-height: 26px;
    transition: all 0.3s ease;
}

.social-icon ul li a i:hover {
    background: var(--clr-btn);
    color: var(--bs-white);
}

.copy-right p {
    color: var(--bs-white);
    font-weight: 300;
}

.url a {
    text-decoration: none;
    color: var(--bs-white);
    font-weight: 300;
    transition: all 0.3s ease;
}

.url a:hover {
    color: var(--clr-btn);
}


/******************************* About Us css *******************************/
.ab-bg {
    background-image: url("../images/ab-bg.png");
}

.hero-ui {
    height: 530px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-ui:after {
    content: "";
    background-image: url(../images/shape.png);
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hero-ui h1 {
    font-size: 54px;
    color: var(--bs-white);
    font-family: var(--font-roboto);
    margin-bottom: 16px;
    text-align: center;
}

.hero-ui span {
    font-weight: 500;
    color: var(--bs-white);
    font-size: 20px;
}

.hero-ui span span {
    color: var(--clr-btn);
}

.hero-ui span a {
    color: var(--bs-white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-ui span a:hover {
    color: var(--clr-btn);
}

.person-txt h1 {
    font-family: var(--font-roboto);
}

.person-txt p:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    color: var(--clr-btn);
}

.linkdin {
    font-size: 20px;
    font-weight: 400;
    background: #2C5EBF;
    border: 2px solid #2C5EBF;
    padding: 9px 26px;
    min-width: 248px;
}

.linkdin i {
    font-size: 26px;
    vertical-align: middle;
}

.linkdin:hover {
    background: var(--bs-white);
    color: #2C5EBF;
    border: 2px solid;
}

.shape-left {
    position: absolute;
    right: 0;
    width: 720px;
    top: 40px;
    z-index: -1;
}

.shape-right {
    position: absolute;
    left: 0;
    width: 720px;
    top: 40px;
    z-index: -1;
}

/******************************* Companies css *******************************/
.companies-bg {
    background-image: url("../images/companies.png");
}

.title-p p {
    font-family: var(--font-family);
    line-height: 28px;
}

.left-sec {
    box-shadow: 0px 0px 37px 0px rgb(152 152 152 / 40%);
    border-radius: 15px;
    padding: 50px;
    flex: 0 0 50%;
    background: var(--bs-white);
    max-height: 450px;
}

.left-sec h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 22px;
}

.right-sec {
    position: relative;
    left: auto;
    right: 96px;
    z-index: -1;
    flex: 0 0 59%;
    margin-top: 100px;
}

.right-sec img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 15px;
}

.left-sec p {
    line-height: 28px;
    font-size: 20px;
}

.left-sec button {
    font-size: 20px;
    padding: 9px 26px;
}

.cmp-shape-left {
    background-image: url(../images/cmp-shape-left.png);
    background-repeat: no-repeat;
}

.left-set {
    left: 96px;
    right: auto;
}

.cmp-shape-right {
    background-image: url("../images/cmp-shape-right.png");
    margin: 90px 0;
    background-repeat: no-repeat;
    background-position: right;
}

/******************************* Our Team css *******************************/
.team-bg {
    background-image: url("../images/team-bg.png");
}

.team-blk {
    background: var(--bs-white);
    box-shadow: 0px 0px 50px 0px rgb(187 185 185 / 42%);
    transition: all 0.3s ease;
}

.team-blk img {
    max-height: 373px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.team-blk h4 {
    margin: 25px 0 3px;
    font-size: 26px;
}

.team-blk p {
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.team-social a {
    background: var(--clr-btn);
    color: var(--bs-white);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    padding: 3px;
    border: 2px solid var(--clr-btn);
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: var(--bs-white);
    color: var(--clr-btn);
    transform: rotate(360deg);
}

.team-blk:hover {
    box-shadow: none;
    background: #ffe3af;
}

/******************************* Services css *******************************/
.srv-bg {
    background-image: url("../images/services-bg.png");
}

.srv-i-txt h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 32px 0 15px;
}

.srv-i-txt p {
    font-size: 16px;
    line-height: 24px;
}

.more-srv {
    border-radius: 8px;
}

.more-srv img {
    width: 100%;
}

.more-srv h5 {
    margin-top: 20px;
}

/******************************* OT/PT/SLP Therapy css *******************************/
.ot-bg {
    background-image: url("../images/ot-bg.png");
}

.pt-bg {
    background-image: url("../images/pt-bg.png");
}

.slp-bg {
    background-image: url("../images/slp-bg.png");
}

.therapy-txt h3 {
    font-size: 30px;
    font-family: var(--font-roboto);
    color: var(--title);
}

.therapy-txt p {
    line-height: 30px;
}

.therapy-shape {
    position: absolute;
    right: 0;
    width: 575px;
    height: 575px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.therapy-bg-shape:before {
    content: "";
    background-image: url(../images/benifit-shape.png);
    width: 100%;
    height: 132px;
    position: absolute;
    background-repeat: no-repeat;
    top: -122px;
    background-position: top;
}

.therapy-bg-shape {
    padding: 60px 0 18px;
    margin: 120px 0;
}

.point-support {
    margin-top: 50px;
}

.point-support h3 {
    font-family: var(--font-roboto);
    font-size: 30px;
    font-weight: 700;
}

.point-support>p {
    font-family: var(--font-roboto);
    font-size: 16px;
}

.support-point img {
    vertical-align: text-top;
    margin-right: 7px;
}

.support-point p {
    font-size: 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: start;
    line-height: normal;
}

.therapy-bg-shape:after {
    content: "";
    background-image: url(../images/benifit-shape.png);
    width: 100%;
    height: 132px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -122px;
    transform: rotate(180deg);
    background-position: top;
}

.faq .accordion-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 25px;
}

.faq .accordion-button {
    border-radius: 50px !important;
    background-color: transparent;
    font-size: 18px;
    box-shadow: 0 3px 10px 0px rgb(0 0 0 / 20%) !important;
    color: var(--primary);
    font-weight: 500;
    padding: 1rem 20px 1rem 30px;
}

.faq .accordion-body {
    padding: 20px 16px 10px 30px;
    font-size: 16px;
    line-height: 24px;
}

.faq .accordion-button.collapsed::after {
    background-image: none;
    content: "\2b";
    font-size: 42px;
    font-weight: 200;
    height: auto;
    width: auto;
    line-height: 0;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-size: 22px;
    font-weight: 600;
    height: auto;
    width: auto;
    line-height: 0;
    font-family: "Font Awesome 6 Free";
}

.ot-img {
    height: auto !important;
}

/******************************* Events css *******************************/
.event-bg {
    background-image: url("../images/event-bg.png");
}

.filter h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.filter label {
    font-weight: 500;
    margin-right: 15px;
}

.filter select {
    border: 1px solid #C1C1C1;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    width: 282px;
    font-size: 18px;
}

.filter {
    border-color: var(--primary) !important;
}

/******************************* Events Details css *******************************/
.ed-left img {
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.ed-sub-txt h3 {
    font-family: var(--font-roboto);
    font-size: 34px;
    margin-bottom: 10px;
}

.ed-sub-txt span {
    font-size: 16px;
    margin-right: 30px;
}

.ed-sub-txt span i {
    color: var(--clr-btn);
}

.ed-sub-txt p {
    font-size: 17px;
    line-height: 30px;
    margin: 22px 0 0;
}

.ed-sub-txt h5 {
    font-family: var(--font-roboto);
    font-size: 24px;
}

.ed-sub-txt iframe {
    border-radius: 15px;
}

.input-ed input {
    border-color: var(--primary);
    color: var(--primary);
    padding: 12px 55px 12px 25px;
}

.input-ed input::placeholder {
    color: var(--primary);
}

.input-ed .input-group-text {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    background: transparent !important;
    font-size: 20px;
    z-index: 10;
}

.bx-shadow {
    background: var(--bs-white);
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgb(187 185 185 / 32%);
    border-radius: 8px;
    margin-bottom: 30px;
}

.ed-pp-ui h5,
.cat-ui h5 {
    font-size: 22px;
    font-family: var(--font-roboto);
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.ed-pp-ui img {
    width: 100px;
    margin-right: 15px;
    height: 83px;
    object-fit: cover;
    object-position: center;
}

.ed-pp-ui h6 {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.cat-ui a {
    text-decoration: none;
    color: var(--primary);
    font-weight: 500;
    line-height: 2;
}

.cat-ui a:hover {
    color: var(--clr-btn);
}

.cat-ui ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.tag-ui a {
    background: #f0f0f0;
    font-size: 16px;
    padding: 4px 20px;
    font-weight: 400;
    border-radius: 50px;
    margin: 4px;
    display: inline-block;
    transition: all 0.3s ease;
}


.tag-ui a:hover {
    background: var(--clr-btn);
    color: var(--bs-white);
}

/******************************* Vendors css *******************************/
.vendor-bg {
    background-image: url("../images/vendor-bg.png");
}

.vendor-sorting {
    padding: 25px;
    background: #EEF7F8;
    border-radius: 10px;
}

.vendor-input label {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.vendor-input {
    border-bottom: 1px solid;
    padding-bottom: 28px;
    margin-bottom: 22px;
}

.vendor-input input,
.vendor-input select {
    border-radius: 50px;
    padding: 12px 20px;
    border: 1px solid var(--primary);
}

.vendor-input:last-child {
    border: 0;
}

.vendor-input:last-child select,
.vendor-input:last-child input {
    margin-bottom: 20px;
    color: #A7A4A4 !important;
}

.vendor-input select {
    color: #A7A4A4;
}

.vendor-input input::placeholder {
    color: #A7A4A4 !important;
}

.vendor-list {
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.vendor-list>img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    object-position: center;
}

.vendor-details img {
    width: 97px;
    height: 97px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 100px;
}

.vendor-details {
    padding: 0 20px 25px;
    margin-top: -50px;
}

.vendor-details h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.star {
    margin-bottom: 10px;
}

.star i {
    color: #d3d3d3;
    font-size: 14px;
}

.vendor-details p {
    font-size: 16px;
    margin-bottom: 0;
}

.vendor-details p i {
    font-size: 20px;
    vertical-align: middle;
}

/******************************* Work For Us css *******************************/
.work-us-bg {
    background-image: url("../images/wfu-bg.png");
}

.cc-bg {
    background-image: url("../images/cc-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40%;
}

.child-ui {
    padding-bottom: 230px;
    margin-bottom: 130px;
}

.child-img {
    position: absolute;
    bottom: -137px;
    z-index: 1;
    left: 0;
    right: 0;
}

.req-txt {
    width: 730px;
    max-width: 100%;
}

.req-txt h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.requirement:hover .req-txt h2 {
    color: var(--clr-btn);
}

.req-txt p {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

.requirement {
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 10%);
    padding: 15px 20px;
    border-radius: 7px;
    border-left: 8px solid var(--clr-btn);
    cursor: pointer;
}

.apply-form label {
    margin-bottom: 5px;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
    border-color: #d3d3d3;
    border-radius: 8px;
    font-size: 18px;
    padding: 10px 15px;
}

.apply-form input::placeholder,
.apply-form select::placeholder,
.apply-form textarea::placeholder {
    color: #A8A8A8;
}

.apply-form button {
    width: 150px;
    padding: 11px 26px;
    font-weight: 600;
}

/******************************* Contact Us css *******************************/
.contact-bg {
    background-image: url("../images/contact-bg.png");
}

.contact-form {
    background-color: var(--form-bg);
    padding: 30px 25px 42px 25px;
    border-radius: 15px;
}

.contact-form h3 {
    text-align: center;
    font-family: var(--font-roboto);
    color: var(--bs-white);
    font-size: 32px;
    margin-bottom: 32px;
}

.contact-form input,
.contact-form textarea {
    padding: 13px 15px;
    border-radius: 8px;
    border: 0;
    margin-bottom: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #9E9E9E;
}

.chk-ui {
    color: var(--bs-white);
    margin-bottom: 20px;
}

.chk-ui p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.chk-ui .form-check-input {
    margin-bottom: 0;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 2px;
    margin-top: 7px;
}

.chk-ui label {
    font-size: 16px;
    line-height: normal;
}

.chk-ui .form-check {
    margin-bottom: 0;
}

.contact-form button {
    background-color: var(--bs-white);
    border-color: var(--bs-white);
    color: var(--form-bg);
    font-size: 16px;
    font-weight: 700;
    padding: 11px 26px;
    width: 195px;
}

.contact-form button:hover {
    background: var(--form-bg);
    color: var(--bs-white);
    border-color: var(--bs-white);
}

.cnt-details {
    background: var(--bs-white);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    border-radius: 15px;
    padding: 40px;
}

.cnt-details h3 {
    font-size: 36px;
    font-family: var(--font-roboto);
    color: var(--title);
}

.cnt-details>p {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 26px;
    margin-top: 13px;
}

.connect-tlt {
    margin-top: 65px;
}

.connect-tlt h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.connect-icon a {
    background: var(--clr-btn);
    color: var(--bs-white);
    padding: 11px;
    width: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 3px 0px 0px #B88933;
    margin-right: 15px;
}

.connect-icon a i {
    font-size: 24px;
    line-height: 27px;
}

.connect-icon a:hover {
    box-shadow: none;
    transform: translate(0px, 2px);
}

.cnt-icon h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.cnt-icon p {
    font-size: 16px;
    color: #6F6F6F;
    margin: 0;
    line-height: 26px;
}

.sec-mt-set {
    margin-top: -80px;
}

.google-map {
    margin-bottom: 85px;
}