/* The website is designed, developed and maintained by Triowtion (www.triowtion.com)
contact by email contact@triowtion.com */
:root {
    --theme-red: #C9002B;
    --theme-red-hover: #a10224;
    --theme-red-active: #89001e;
    --btn-white: #ffffff;
    --btn-white-hover: #d7d7d7;
    --btn-white-active: #a1a1a1;
    --theme-blue: #002863;
    --theme-blue-hover: #001f4d;
    --theme-blue-active: #001c47;
    --white: #ffffff;
    --black: #000000;
    --form-label: #9f9f9f;
}

* {
    transition: .3s;
    /* outline-style: solid;
    outline-color: green;
    outline-width: 1px; */
}

img:not([src]):not([srcset]) {
    visibility: hidden;
}

.error {
    color: var(--theme-red);
}

.success {
    color: var(--theme-blue);
}

html {
    font-size: 16px;
}

body {
    font-weight: 400;
    line-height: 1.5em;
}

.theme-red {
    color: var(--theme-red);
}

.bg-theme-red {
    background: var(--theme-red);
}

.theme-white {
    color: var(--white);
}

.bg-theme-blue {
    background: var(--theme-blue);
}

.theme-blue {
    color: var(--theme-blue);
}

.flex-center {
    display: flex !important;
    justify-content: center !important;
}

#header {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.banner-video {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.nav-btn {
    min-height: auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    min-height: 4.5rem;
}

.custom-nav {
    position: absolute;
    width: 100%;
    align-items: flex-start;
    z-index: 1000;
    top: 0;
    transition: none;
    padding: 0;
}

.custom-nav .dropdown-menu {
    --bs-dropdown-padding-y: 0 !important;
    overflow: hidden !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--theme-red) !important;
}

.custom-nav .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-weight: 600 !important;
}

.nav-scrolled {
    background: var(--white);
    color: #000;
    box-shadow: 0 5px 10px #0000003d;
    position: fixed;
}

.navbar-nav {
    --bs-nav-link-color: #ffffffbd;
    --bs-nav-link-hover-color: var(--white);
}

.nav-scrolled .nav-link {
    color: var(--black);
}

.nav-scrolled .nav-link:hover {
    color: var(--theme-red);
}

.nav-scrolled .navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--theme-red);
}

.nav-scrolled .dropdown:hover .nav-link {
    color: var(--theme-red);
}

.nav-scrolled .navbar-brand img {
    width: 9rem;
    transition: none;
}

.nav-scrolled .nav-btn {
    color: var(--btn-white);
}

.nav-scrolled .navbar-nav .nav-link.active::after,
.navbar-nav .show>.nav-link::after {
    background-color: var(--theme-red);
}

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

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path style='stroke: rgb(255 255 255 / 75%);' stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler {
    border: var(--bs-border-width) solid rgb(255 255 255 / 75%);
}

.nav-scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.nav-scrolled .navbar-toggler {
    border: var(--bs-border-width) solid rgb(0 0 0 / 75%);
}

.offcanvas {
    --bs-offcanvas-width: 300px;
}

.offcanvas-header img {
    width: 10rem;
}

.offcanvas-header {
    border-bottom: 1px solid var(--theme-blue);
}

.offcanvas-body {
    padding: 1rem 0;
}

.offcanvas-nav {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
}

.offcanvas-nav li {
    display: flex;
    flex-direction: column;
}

.offcanvas-nav li a {
    text-decoration: none;
    color: var(--black);
    padding: 0.5rem 1rem;
}

.offcanvas-nav .dropdown-menu.show {
    position: relative !important;
    transform: none !important;
}

section#introduction {
    margin-top: 5rem;
}

.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000f25a3;
    flex-direction: column;
    color: var(--white);
}

.banner-content .sub-heading {
    text-transform: uppercase;
}

.banner-content .main-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 4rem;
    font-weight: 800;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    line-height: 1.15;
}

.banner-content .btn-container {
    display: flex;
}

.banner-content .btn-container .custom-btn {
    display: flex;
    margin: 1rem;
    justify-content: center;
}

.custom-btn {
    text-decoration: none;
    padding: 0.75rem 1.75rem;
    border-radius: 2rem;
    min-width: 10rem;
    text-align: center;
    width: fit-content;
    width: -moz-fit-content;
    transition: .3s;
}

.custom-btn.red {
    background-color: var(--theme-red);
    color: var(--white);
    transition: .3s !important;
}

.custom-btn.white {
    background-color: var(--white);
    color: var(--black);
    transition: .3s !important;
}

.custom-btn.blue {
    background-color: var(--theme-blue);
    color: var(--white);
}

.custom-btn.red:hover {
    background: var(--theme-red-hover);
}

.custom-btn.red:active {
    transform: scale(.98) !important;
    background: var(--theme-red-active);
    transition: .1s;
}

.custom-btn.white:hover {
    background-color: var(--btn-white-hover);
}

.custom-btn.white:active {
    transform: scale(.98) !important;
    background-color: var(--btn-white-active);
    transition: .1s;
}

.custom-btn.blue:hover {
    background-color: var(--theme-blue-hover);
}

.custom-btn.blue:active {
    transform: scale(.98);
    background-color: var(--theme-blue-active);
    transition: .1s;
}

.navbar {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.navbar-brand img {
    width: 12rem;
}

.navbar-collapse {
    flex-grow: unset;
}

.nav-link {
    color: #ffffffbd;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 5rem;
}

.nav-link:hover {
    color: var(--white);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--white);
}

.navbar-nav .nav-link.active::after,
.navbar-nav .show>.nav-link::after {
    content: "";
    width: 2rem;
    position: absolute;
    height: 3px;
    background-color: var(--white);
    border-radius: 1rem;
    bottom: 0;
}

.nav-btn {
    background: var(--theme-red);
    border-radius: 0.25rem;
    padding: 0.5rem 1rem !important;
    color: var(--white);
    margin-left: 1.5rem;
}

.nav-btn:hover {
    background: var(--theme-red-hover);
    color: var(--white) !important;
}

.nav-btn:active {
    background: var(--theme-red-active);
    transform: scale(.98);
}

nav .dropdown:hover .dropdown-menu {
    display: block !important;
}

nav .dropdown:hover .nav-link {
    color: var(--white);
}

@media (min-aspect-ratio: 16/9) {
    .banner-video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .banner-video {
        width: auto;
        height: 100%;
    }
}

/* introduction section css starts here */
#introduction div[class^="col"] {
    padding: 0 3rem;
}

#introduction .text-only-container {
    font-size: 1.5rem;
    color: var(--theme-red);
    line-height: 1.75rem;
}

#introduction .icon-text-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#introduction .icon-text-container .icon {
    width: 4rem;
    height: 4rem;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1rem;
}

#introduction .icon-text-container .icon img {
    width: 50%;
}

#introduction .icon-text-container .text h2 {
    font-size: 1.25rem;
    font-weight: 700;
}

/* introduction section css ends here */

/* about section css starts here */
section#about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 0;
    background: url(../assets/images/bridgexcel-custom-red-line-shape.webp), url(../assets/images/bridgexcel-bg-image-meeting.webp);
    background-size: 200px 200px, cover;
    background-position: -6% 40%, center;
    background-repeat: no-repeat;
}

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

.right-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.left-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section-text-container {
    display: flex;
    flex-direction: column;
}

.section-text-container .sub-heading {
    text-transform: uppercase;
}

.section-text-container .main-heading {
    font-size: 3.5rem;
    font-weight: 800;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    line-height: 1.15;
}

#about img {
    width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
}

/* about section css ends here */

/* clients section css starts here */
section#clients {
    background: var(--theme-red);
    padding: 6rem 0;
    position: relative;
}

section#clients::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 10rem;
    background: linear-gradient(to top, #fff 70%, transparent);
    top: -5rem;
    left: 0;
    border-radius: 5rem;
}

section#clients::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 10rem;
    background: linear-gradient(to bottom, #fff 70%, transparent);
    bottom: -5rem;
    left: 0;
    border-radius: 5rem;
}

.owl-carousel.owl-loaded {
    display: flex !important;
}

/* clients section css ends here */

/* services section css starts here */
#services {
    position: relative;
    z-index: 1;
    background: url(../assets/images/bridgexcel-custom-red-line-shape.webp) -3% 1% no-repeat;
    background-size: 150px 150px;
}

.icon-text-container a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: var(--bs-body-color);
    background: #FAFAFA;
    padding: 1.75rem;
    border-radius: 1rem;
}

.icon-text-container a:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 10px 20px -10px #c7c7c7;
}

.icon-text-container .icon {
    width: 4rem;
    height: 4rem;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.icon-text-container .icon img {
    width: 50%;
}

.icon-text-container h2 {
    font-size: 1.25rem;
    font-weight: 700;
}

.icon-text-container a .icon {
    box-shadow: 0 0 0 0 #c9002b2e;
}

.icon-text-container a:hover .icon {
    box-shadow: 0 0 0 10px #c9002b2e;
}

.icon-text-container a:hover span.link {
    color: var(--theme-blue);
}

.icon-text-container a:hover span.link i {
    transform: translateX(0.5rem);
}

/* services section css ends here */

/* our usp section css starts here */
#our-usp {
    background: url(../assets/images/bridgexcel-custom-red-line-shape.webp) 0 20% no-repeat, url(../assets/images/bridgexcel-custom-red-line-shape.webp) 104% 110% no-repeat, url(../assets/images/bridgexcel-custom-shape-2.webp) 40% -1% no-repeat;
    background-size: 150px 150px, 200px 200px, 2000px 1500px;
    overflow: visible;
    z-index: 5;
    position: relative;
}

#our-usp .hero-img-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

#our-usp .hero-img-container img {
    width: auto;
    max-height: 35rem;
    margin-left: 5rem;
}

#our-usp ul {
    list-style-type: none;
    padding-inline-start: 0;
    position: relative;
    display: flex;
}

#our-usp ul li {
    display: flex;
    align-items: center;
    padding: 1rem;
    flex-direction: column;
    background: var(--white);
    margin: 1rem;
    aspect-ratio: 1;
    border-radius: 1rem;
    box-shadow: 0 10px 20px -10px #bbb;
    min-width: 8rem;
    justify-content: center;
}

#our-usp ul li:first-child {
    margin-left: 0;
}

#our-usp ul li img {
    width: 3rem;
    height: 3rem;
    aspect-ratio: 1 / 1;
}

#our-usp ul li span {
    margin-top: 0.5rem;
}

/* our usp section css ends here */

/* testimonial section css starts here */
#testimonial {
    background: url(../assets/images/bridgexcel-bg-image-handshake.webp), var(--theme-blue);
    background-size: cover;
    color: #fff;
    background-blend-mode: multiply;
    background-position-x: center;
    padding: 5rem 0;
}

#testimonial.testimonial-shared {
    background: url(../assets/images/bridgexcel-bg-image-calling.webp);
    background-size: cover;
    background-blend-mode: multiply;
    background-position-x: center;
    color: var(--black);
}

#testimonial .section-heading span.sub-heading {
    text-transform: uppercase;
}

#testimonial .testimonials {
    flex-direction: column;
}

#testimonial .testimonials .item {
    display: flex;
    flex-direction: column;
}

#testimonial .testimonials::before {
    content: "\F6B0";
    font-family: "bootstrap-icons";
    position: absolute;
    font-size: 7rem;
    overflow: visible;
    left: -20%;
    color: var(--theme-red);
    opacity: .3;
}

#testimonial .testimonials::after {
    content: "\F6B0";
    font-family: "bootstrap-icons";
    position: absolute;
    font-size: 7rem;
    overflow: visible;
    right: -20%;
    color: var(--theme-red);
    opacity: .3;
    bottom: 0;
    transform: rotateZ(180deg);
}

#testimonial .testimonials .item .company-name {
    font-weight: 600;
    margin-bottom: 1rem;
}

#testimonial .owl-nav {
    display: none;
}

#testimonial .owl-dots .owl-dot {
    background: transparent;
    height: 0.5rem;
    width: 0.5rem;
    margin: 0 0.25rem !important;
    border-radius: 1rem;
    border: 1px solid #ffffff;
}

#testimonial .owl-dots .owl-dot.active {
    background: #fff;
    height: 0.5rem;
    width: 2rem;
    margin: 0 0.25rem !important;
    border-radius: 1rem;
    border: 1px solid #ffffff;
}

/* testimonial section css ends here */

/* job section css starts hear */
#job {
    background: url(../assets/images/bridgexcel-bg-image-calling.webp);
    background-size: cover;
    background-blend-mode: multiply;
    background-position-x: center;
    padding: 7rem 0;
}

#job .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#job .content .sub-heading {
    text-transform: uppercase;
}

#job .content .main-heading {
    font-size: 3rem;
    font-weight: 800;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    line-height: 1.15;
}

#job .content .btn-container {
    display: flex;
}

#job .content .btn-container .custom-btn {
    margin: 0 1rem;
}

/* job section css ends hear */

/* footer section css starts here */
footer {
    background: var(--theme-blue);
    color: var(--bs-gray-400);
}

footer .left-logo-container {
    display: flex;
    flex-direction: column;
}

footer .left-logo-container img {
    width: 16rem;
}

footer .left-logo-container .social-icons {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding-inline-start: 0;
    font-size: 3rem;
    flex-wrap: wrap;
}

footer .left-logo-container .social-icons li {
    margin: 0 0.5rem;
}

footer .left-logo-container .social-icons li a img {
    width: 3rem;
}

footer .left-logo-container .social-icons li a img:hover {
    transform: scale(1.1);
}

.footer-links {
    list-style: none;
    padding-inline-start: 0;
    padding: 0 3rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 10rem;
    align-content: space-between;
}

footer .col:nth-child(3) {
    border-left: 1px solid #ffffff3b;
    border-right: 1px solid #ffffff3b;
}

.footer-links li {
    padding: 0.45rem 0;
}

.footer-links li a {
    color: var(--bs-gray-400);
    text-decoration: none;
}

.footer-links li a:hover {
    color: var(--white);
}

#footer-bottom {
    background-color: var(--theme-blue);
    border-top: 1px solid #ffffff3b;
}

#footer-bottom p {
    margin: 0;
    color: var(--bs-gray-400);
}

footer .newsletter-container {
    display: flex;
    padding: .25rem 0;
    flex-direction: column;
}

.btn-subscribe {
    background: var(--theme-red);
    color: var(--white);
}

.btn-subscribe:hover {
    background: var(--theme-red-hover);
    color: var(--white);
}

.btn-subscribe:active {
    background: var(--theme-red-active) !important;
    color: var(--white);
    border-color: var(--theme-red-active) !important;
}

/* footer section css ends here */

/* about page css starts here */
.static-header {
    min-height: 30rem !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.static-header::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #002863e0;
}

.static-header .banner-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.static-header .banner-content {
    position: relative;
    align-items: flex-start;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.static-header .banner-content .main-heading {
    align-items: flex-start;
    font-size: 3.25rem;
}

.static-header .banner-container .banner-img {
    display: flex;
    align-items: flex-end;
    z-index: 2;
}

.static-header .banner-container .banner-img img {
    max-height: 24rem;
}

.section-heading {
    display: flex;
    flex-direction: column;
}

.section-heading .sub-heading {
    text-transform: uppercase;
}

.section-heading .main-heading {
    font-size: 3.5rem;
    font-weight: 800;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    line-height: 1.15;
}

#what-we-want {
    background: url(../assets/images/bridgexcel-bg-image-office);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#what-we-want::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #002863f2;
}

#what-we-want .hero-img {
    max-height: 35rem;
}

#what-we-want .mv-container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

#what-we-want .mv-container img {
    width: 3rem;
}

#what-we-want .mv-container h2 {
    margin-top: 1rem;
    font-size: 1.5rem;
}

/* about page css ends here */

/* contact page css starts here */
.contact-details-container {
    display: flex;
    justify-content: space-around;
}

.contact-details-container .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-details-container .item img {
    width: 3rem;
    height: 3rem;
    aspect-ratio: 1;
    margin-bottom: 1rem;
}

.contact-details-container .item h2 {
    font-size: 1.35rem;
    font-weight: 700;
}

.contact-details-container .item a {
    color: var(--bs-body-color);
    text-decoration: none;
}

.contact-details-container .item a:hover {
    color: var(--theme-red);
}

.side-map {
    width: 100%;
    height: 25rem;
}

#clients-shared {
    background: var(--theme-red);
    padding: 2rem 0;
    position: relative;
}

/* contact page css ends here */

/* form css starts here */
.form-divider hr {
    width: 100%;
    margin-left: 0.5rem;
}

.form-group {
    position: relative;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.form-group label {
    position: absolute;
    transition: .3s;
    z-index: 0;
    left: 1rem;
    top: 17%;
    color: var(--form-label);
}

.form-group.textarea-container label {
    top: 5%;
}

.form-group .form-select,
.form-group .form-control {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    z-index: 1;
}

.form-control:focus,
.form-select:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
    border-color: var(--theme-blue) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: var(--theme-blue) !important;
}

.form-select[data-chosen]:not([data-chosen=""])+.form-label {
    top: -35%;
    background: #fff;
    padding: 0.25rem;
    font-size: .75rem;
    z-index: 2;
    left: .5rem;
}

.form-control:focus~.form-label,
.form-select:focus~.form-label,
.tag-input:focus~.form-label {
    color: var(--theme-blue);
    top: -35%;
    background: #fff;
    padding: 0.25rem;
    font-size: .75rem;
    z-index: 2;
    left: .5rem;
}

.form-control:focus~.form-label {
    top: -35%;
    background: #fff;
    padding: 0 0.25rem;
    font-size: .75rem;
    z-index: 2;
    left: .5rem;
}

.form-control:not(:placeholder-shown).form-control:not(:focus)~.form-label,
.tag-input:not(:placeholder-shown).tag-input:not(:focus)~.form-label {
    top: -.75rem;
    background: #fff;
    padding: 0 0.25rem;
    font-size: .75rem;
    z-index: 2;
    left: .5rem;
}

textarea.form-control:not(:placeholder-shown).form-control:not(:focus)~.form-label,
textarea.form-control:focus~.form-label {
    top: -13%;
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    background-color: transparent !important;
}

.select2-container--open+.form-label,
.select2-container--focus+.form-label {
    top: -.75rem;
    background: #fff;
    padding: 0.25rem;
    font-size: .75rem;
    z-index: 2;
    left: .5rem;
}

.form-select[data-chosen]:not([data-chosen=""])~.form-label {
    top: -.75rem;
    background: #fff;
    padding: 0 0.25rem;
    font-size: .75rem;
    z-index: 2;
    left: .5rem;
}

.select2-search__field:focus {
    border-color: inherit !important;
    box-shadow: none !important;
}

.textarea-container {
    height: 6rem;
}

.form-btn {
    width: 100% !important;
    border: none;
}

/* form css ends here */

/* clients section css starts */
.logo-carousel-container {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.logo-carousel {
    display: flex;
    width: calc(200px * 28);
    animation: client_logo_crousel 40s linear infinite;
}

/* .logo-carousel:hover{
    animation-play-state: paused;
} */
.logo-carousel .logo-container {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.logo-carousel .logo-container img {
    width: 100%;
}

@keyframes client_logo_crousel {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 14));
    }
}

/* clients section css ends */

/* carer seeker page css stats */
.form-devider {
    display: flex;
    background: var(--theme-blue);
    color: var(--white);
    width: fit-content;
    width: -moz-fit-content;
    border-radius: 1rem;
    padding: 0 1rem;
    font-size: 12px;
}

.bootstrap-tagsinput {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.bootstrap-tagsinput .tag {
    background: #eeeeee;
    padding: 0 .5rem;
    border-radius: .25rem;
    border: 1px solid;
}

.form-group.tag {
    min-height: 2.5rem;
    height: auto;
}

.form-control.form-error,
.form-select.form-error {
    border-color: var(--theme-red);
}

.form-control.form-error+.bootstrap-tagsinput {
    border-color: var(--theme-red);
}

.form-group.tag .tagify {
    position: relative !important;
    width: 100%;
    border-radius: .375rem;
}

.tagify.tagify--empty+.known_language_label {
    color: green;
}

/* carer seeker page css ends */

/* service pages style starts here */
#service-overview {
    background: url(../assets/images/bridgexcel-custom-red-line-shape.webp) -50px 500px no-repeat, url(../assets/images/bridgexcel-custom-shape-2.webp) -115px -400px no-repeat;
    background-size: 150px 150px, 1500px 800px;
    overflow: visible;
    z-index: 5;
    position: relative;
}

.service-quote-container {
    padding-right: 3rem;
    position: relative;
}

.service-quote-container::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: url('../assets/icons/quote-icon.svg');
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1;
    opacity: .1;
    top: -25px;
    left: 0;
}

.service-quote-container p {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.5;
}

.service-overview-container {
    padding-bottom: 7rem;
}

.service-key-points-container {
    padding-bottom: 7rem;
}

ul.service-key-points {
    display: flex;
    flex-wrap: wrap;
}

ul.service-key-points li {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(50% - 2rem);
    padding: 1rem;
    background: var(--white);
    margin: .5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 20px -10px #bbb;
    cursor: default;
}

ul.service-key-points li:hover {
    background: #eee;
}

ul.service-key-points li img {
    width: 3rem;
    height: 3rem;
    aspect-ratio: 1;
    margin-right: 1rem;
}

ul.service-key-points li p {
    margin: 0;
    text-align: left;
}

.service-process-container img {
    width: 80%;
}

ul.what-we-do-list {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

ul.what-we-do-list li {
    border-radius: 0.5rem;
    box-shadow: 0 10px 20px -10px #bbb;
    padding: 1rem;
    margin: 0.5rem;
    border: 2px solid #eee;
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-left: 3.5rem;
    overflow: hidden;
}

ul.what-we-do-list li span {
    background: #eee;
    position: absolute;
    left: 0;
    height: 100%;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.what-we-do-list li:hover {
    background: var(--theme-red);
    color: var(--bs-body-bg);
}

ul.what-we-do-list li:hover span {
    background-color: var(--theme-red-hover);
    color: var(--btn-white);
}

/* service pages style ends here */

/* media query starts here */

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #introduction div[class^="col"] {
        padding: 0 1rem;
    }

    #about img {
        width: 90%;
    }

    .section-text-container .main-heading {
        font-size: 3rem;
    }

    #our-usp img {
        width: 90%;
    }

    .footer-links {
        padding: 0 1rem;
    }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #introduction div[class^="col"] {
        padding: 0 2rem;
    }

    .section-text-container .main-heading {
        font-size: 2.25rem;
    }

    #job .content .main-heading {
        font-size: 2rem;
    }

    footer .left-logo-container img {
        width: 12rem;
    }

    footer .left-logo-container .social-icons {
        font-size: 2rem;
    }

    #our-usp .hero-img-container {
        align-items: center;
    }

    #our-usp .hero-img-container img {
        width: 80%;
        max-height: auto;
        margin-left: 0;
    }

    #our-usp ul li {
        margin: 0.25rem;
        min-width: 7rem;
        padding: 0.5rem;
    }

    .service-key-points-container .section-text-container {
        text-align: center;
    }

    .service-process-container img {
        width: 100%;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .custom-btn {
        width: 8rem;
        padding: 0.75rem 1rem;
    }

    .banner-content .main-heading {
        font-size: 4rem;
    }

    #our-usp .left-flex {
        justify-content: center;
        margin-bottom: 2rem;
    }

    #our-usp .hero-img-container img {
        width: 80%;
        max-height: auto;
        margin-left: 0;
    }

    .section-text-container {
        align-items: center;
        text-align: center;
    }
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .banner-content .btn-container {
        flex-direction: column;
    }

    .banner-content .main-heading {
        font-size: 3.5rem;
    }

    .banner-content .sub-heading {
        margin-top: 3rem;
    }

    #introduction .mb-5 {
        margin-bottom: 1rem !important;
    }

    section#clients {
        padding: 4rem 0;
    }

    section#clients::before {
        height: 5rem;
        top: -3rem;
    }

    section#clients::after {
        height: 5rem;
        bottom: -2.5rem;
    }

    .section-text-container {
        align-items: center;
        text-align: center;
    }

    section#about {
        padding: 3rem 0;
    }

    #about .row {
        flex-direction: column-reverse;
    }

    .right-flex {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .icon-text-container .text p {
        margin-bottom: .5rem;
    }

    #our-usp .left-flex {
        justify-content: center;
        margin-bottom: 2rem;
    }

    #job {
        padding: 5rem 0;
    }

    #job .custom-btn {
        width: auto;
        margin: 0 0.5rem;
    }

    #job .content .btn-container .custom-btn {
        margin: 0 0.5rem;
    }

    section#about {
        background-position: -40% 32%, center;
    }

    .static-header .banner-container {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 5rem;
    }

    .static-header .banner-content {
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .static-header .banner-content .main-heading {
        font-size: 2rem;
        align-items: center;
    }

    .static-header .banner-container .banner-img {
        justify-content: center;
    }

    .static-header .banner-container .banner-img img {
        width: 75%;
    }

    #what-we-want .hero-img {
        max-width: 75%;
    }

    #what-we-want .mv-container {
        align-items: center;
        text-align: center;
    }

    .section-heading {
        text-align: center;
    }

    .section-heading .main-heading {
        font-size: 2.25rem;
    }

    #why-we p {
        text-align: justify;
    }

    .contact-details-container {
        flex-direction: column;
    }

    .contact-details-container .item {
        margin-bottom: 2rem;
    }

    #our-usp ul li {
        border-radius: 0.5rem;
        padding: 0.5rem;
        min-width: 6rem;
    }

    .service-key-points-container .middle-flex {
        justify-content: center;
    }

    ul.service-key-points {
        justify-content: center;
        padding-left: 0;
    }

    ul.service-key-points li {
        width: 100%;
    }

    .service-key-points-container {
        padding-bottom: 2rem;
    }

    .service-overview-container {
        padding-bottom: 3rem;
    }

    #service-overview {
        background: url(../assets/images/bridgexcel-custom-red-line-shape.webp) -50px 540px no-repeat, url(../assets/images/bridgexcel-custom-shape-2.webp) -115px -400px no-repeat;
        background-size: 100px 100px, 1500px 800px;
    }
}

/* media query ends here */