@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"); body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
}

:root {
}

html {
    scroll-behavior: smooth;
}

.about-hero-txt-section .container {
    position: relative;
}

.about-hero-txt-section .container::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 40px;
    width: 150px;
    height: 305px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("https://bettsrecruiting.com/wp-content/themes/betts/assets/images/left-art.png");
}

.about-hero-txt-section .container::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 179px;
    height: 419px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("https://bettsrecruiting.com/wp-content/themes/betts/assets/images/right-art.png");
}

.about-hero-txt-section .content {
    max-width: 690px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a, a:hover, a:focus, button, button:hover, button:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
}

p, em, span, strong, article, b {
    font-family: Poppins, sans-serif;
}

h1, h2, h3, h4, h5, h6, b, strong {
    letter-spacing: 0px;
    font-family: Lato, sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.1;
}

img {
    max-width: 100%;
}

input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
    box-shadow: none;
    outline: none !important;
}

img, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
    transition: 0.3s;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

body.modal-open, body:hover {
    transition: all;
}

.navbar-brand img {
    height: 30px;
}

.nav-link {
    color: rgb(44, 62, 80) !important;
    font-weight: 500;
}

.btn-orange {
    background-color: rgb(231, 76, 60);
    color: white;
    border: none;
}

.btn-orange:hover {
    background-color: rgb(192, 57, 43);
}

.btn-gray {
    background-color: rgb(236, 240, 241);
    color: rgb(44, 62, 80);
    border: none;
}

.btn-gray:hover {
    background-color: rgb(223, 230, 233);
}

.slider-container {
    background-color: rgb(245, 247, 250);
    padding: 0px 0px 30px;
    margin: 0px;
}

.slider-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.slider-content {
    max-width: 50%;
}

.slider-content h2 {
    color: rgb(44, 62, 80);
    font-size: 2rem;
    margin-bottom: 10px;
}

.slider-content p {
    color: rgb(52, 73, 94);
    margin-bottom: 20px;
}

.slider-content .btn {
    background-color: rgb(52, 73, 94);
    color: white;
    border: none;
}

.slider-content .btn:hover {
    background-color: rgb(44, 62, 80);
}

.slider-image img {
    max-width: 100%;
    height: auto;
}

.hire-tag {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(231, 76, 60);
    color: white;
    padding: 10px 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dots .owl-dot span {
    background: rgb(231, 76, 60) !important;
}

.owl-dots .owl-dot.active span {
    background: rgb(192, 57, 43) !important;
}

.login-container {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(44, 62, 80) 0%, rgb(52, 73, 94) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    background: white;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
    overflow: hidden;
    width: 76%;
    margin: 20px;
}

.left-panel {
    background: rgb(255, 156, 129);
    color: white;
    padding: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0px auto 20px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: white;
}

.profile-name {
    font-weight: 500;
    margin-bottom: 5px;
    text-align: justify;
    padding: 30px 40px 0px;
    font-size: 49px;
    color: rgb(49, 60, 78);
}

.profile-title {
    font-size: 16px;
    opacity: 0.9;
    text-align: center;
}

.main-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.subtitle {
    font-size: 18px;
    opacity: 0.9;
    text-align: center;
}

.right-panel {
    padding: 60px 40px;
    width: 79%;
    margin: 0px auto;
}

.logo {
    width: 40px;
    height: 40px;
    background: rgb(255, 107, 107);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-right: 10px;
}

.welcome-title {
    color: rgb(44, 62, 80);
    font-weight: bold;
    line-height: 32px;
    font-size: 28px !important;
    margin-bottom: 0px !important;
}

select {
    border: 2px solid rgb(233, 236, 239) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
}

.form-control {
    border: 2px solid rgb(233, 236, 239);
    border-radius: 4px;
    padding: 11px 16px;
    font-size: 16px;
}

.form-control:focus {
}

.error-border {
}

.error-message {
    color: rgb(220, 53, 69);
    font-size: 14px;
    margin-top: 5px;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgb(108, 117, 125);
}

.login-btn {
    background: linear-gradient(135deg, rgb(255, 107, 107) 0%, rgb(238, 90, 36) 100%);
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    color: white;
    width: 100%;
    transition: transform 0.2s;
    margin-bottom: 9px !important;
}

.login-btn:hover {
    transform: translateY(-2px);
}

.forgot-password {
    color: rgb(255, 107, 107);
    text-decoration: none;
    font-size: 14px;
}

.forgot-password {
}

.forgot-password:hover {
    text-decoration: underline;
}

.signup-link {
    color: rgb(108, 117, 125);
    text-decoration: none;
    font-size: 14px;
}

.signup-link:hover {
    color: rgb(255, 107, 107);
}

.social-auth {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.social-note {
    color: rgb(108, 117, 125);
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.homepage-link {
    color: rgb(108, 117, 125);
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.homepage-link:hover {
    color: rgb(255, 107, 107);
}

.auth-container-profile-body {
    flex: 1 1 auto;
    box-sizing: border-box;
    background-image: url(/resources/images/new/auth-profile-bg.png");
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    background-repeat: round;
    padding: 0px 10px 0px 0px;
}

.left-panel .display-block {
    color: black;
    width: 100%;
    display: flex;
}

.auth-container-profile-detail {
    color: black;
    font-size: 14px;
}

.donthave {
    margin-bottom: 20px;
}

.career-hero-txt-section .container {
    position: relative;
}

.career-hero-txt-section .container .imgbox {
    position: absolute;
    display: inline-block;
}

.career-hero-txt-section .container .imgbox .box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.career-hero-txt-section .container .imgbox1 {
    width: 190px;
    height: 190px;
    left: 80px;
    z-index: 5;
}

.career-hero-txt-section .container .imgbox1::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: rgb(246, 75, 28);
}

.career-hero-txt-section .container .imgbox2 {
    width: 230px;
    height: 230px;
    left: 0px;
    top: 150px;
    z-index: 2;
}

.career-hero-txt-section .container .imgbox3 {
    width: 289px;
    height: 289px;
    right: -38px;
    top: 40px;
    z-index: 3;
}

.career-hero-txt-section .container .imgbox3::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 64px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgb(7, 196, 221);
}

.big-btn {
    color: white;
    background-color: rgb(246, 75, 28);
    border-radius: 18px;
    font-size: 22px;
    line-height: 35px;
    padding: 12px 35px 9px;
    border-width: 2px;
    border-style: solid;
}

.big-btn:hover {
    color: white;
    background-color: rgb(246, 75, 28);
    border-radius: 18px;
    font-size: 22px;
    line-height: 35px;
    padding: 12px 35px 9px;
    border-width: 2px;
    border-style: solid;
}

.career-hero-txt-section .content {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hero-images-round {
}

.hero-images-round .imgbox1 .box {
    & .career-hero-txt-section .container {
        position: relative;
    }

    & .career-hero-txt-section .container {
        position: relative;
    }

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.hero-images-round .imgbox2 {
}

.hero-images-round .imgbox3 {
}

.career-hero-txt-section h1 {
    font-weight: 400;
    font-size: 55px;
    line-height: 60px;
}

.career-hero-txt-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgb(47, 72, 88);
    padding: 0px;
    margin: 0px 0px 20px;
}

.hero_btn {
}

h1 {
    color: rgb(47, 72, 88);
    font-weight: 500 !important;
    font-size: 55px !important;
    line-height: 70px !important;
}

h2 {
    line-height: 61px;
    color: rgb(47, 72, 88);
    font-weight: 600 !important;
    font-size: 44px !important;
    margin-bottom: 12px !important;
}

h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
}

.h5, h5 {
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin: 25px 0px !important;
}

.resources-grid a:hover {
    top: -30px;
    position: relative;
    transition: 0.3s;
}

.resources-grid a {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 100px 30px 30px;
    border-radius: 5px;
    border-bottom: 5px solid rgb(47, 72, 88);
    box-shadow: rgba(0, 0, 0, 0.15) 1.98009px 3.96018px 9.90045px 0.990045px;
    transition: 0.3s;
    top: 0px;
}

.resources-grid a img {
    width: 150px;
    height: 150px;
}

.resources-grid a:nth-child(1) {
    border-bottom: 5px solid rgb(34, 188, 51) !important;
}

.resources-grid a:nth-child(2) {
    border-bottom: 5px solid rgb(7, 196, 221) !important;
}

.resources-grid a:nth-child(3) {
    border-bottom: 5px solid rgb(255, 186, 51) !important;
}

.resources-grid a:nth-child(4) {
    border-bottom: 5px solid rgb(91, 37, 221) !important;
}

.resources-grid a:nth-child(5) {
    border-bottom: 5px solid rgb(241, 62, 202) !important;
}

.resources-grid a:nth-child(1) h3 {
    color: rgb(34, 188, 51);
}

.resources-grid a:nth-child(2) h3 {
    color: rgb(7, 196, 221);
}

.resources-grid a:nth-child(3) h3 {
    color: rgb(255, 186, 51);
}

.resources-grid a:nth-child(4) h3 {
    color: rgb(91, 37, 221);
}

.resources-grid p {
    min-height: 230px;
}

.resources-grid h3 {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resources-grid a:nth-child(5) h3 {
    color: rgb(241, 62, 202);
}

p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: rgb(47, 72, 88);
    padding: 0px;
    margin: 0px 0px 30px !important;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1230px !important;
}

.cardlittle {
    display: flex;
    text-align: center;
    max-width: 100%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 15px 0px;
    flex-direction: column;
    align-items: center;
    min-height: 310px;
}

.cardlittle h5 {
}

.cardlittle p {
    color: rgb(139, 143, 158);
    margin: 0px !important;
}

.cardlittle img {
    max-height: 48px;
}

.wrapcareer select {
    width: 50%;
}

.wrapcareer {
    margin: 0px auto;
    padding: 40px 0px;
    width: 81%;
}

.wrapcareer label {
    display: block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.2px;
    color: rgb(139, 143, 158);
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.wrapcareer select {
    height: 60px;
    margin-top: 8px;
}

.recruting {
    padding: 20px 0px;
}

.recruting h3 {
    margin-bottom: 20px;
}

.recruting .ttl, .locations {
    font-size: 18px;
}

.recruting .text-warning:hover {
    color: rgb(214, 0, 0) !important;
}

.recruting .text-warning {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-primary) !important;
    text-decoration: unset !important;
}

.partner-cta-section {
    padding: 70px 0px;
}

.partner-cta-section p {
}

.partner-cta-section .wrapseeing {
}

.btn-primary {
}

.btn-secondary {
}

.about-hero-txt-section {
    padding: 80px 0px 20px;
}

.about-hero-txt-section p {
}

.icons-with-title-block {
}

.equalheightgrid img {
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    margin: 0px auto;
    right: 0px;
    left: 0px;
}

.equalheightgrid a {
    padding: 6px 30px;
    border-radius: 6px;
    font-size: 16px;
}

.award-news-section .equalheightgrid span {
    font-weight: 500;
    font-size: 16px;
    color: green;
    line-height: 34px;
    text-align: left;
    padding: 0px 20px;
}

.equalheightgridfirst img {
    object-fit: fill;
    margin: 0px;
    width: 1200px !important;
    padding: 0px !important;
    border-bottom: unset !important;
    height: 500px !important;
}

.equalheightgridfirst h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 42px !important;
    line-height: 56px !important;
    font-weight: 700 !important;
}

.award-news-section .equalheightgrid p {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    text-align: left;
    padding: 0px 20px;
}

.award-news-section .equalheightgrid h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    padding: 7px 20px 0px;
    margin-bottom: 30px;
}

.award-news-section .equalheightgrid a {
    padding: 0px 23px;
    text-align: left;
    color: var(--bs-primary);
    font-weight: 600;
}

.award-news-section .equalheightgrid:hover {
    top: -10px;
    transition: 0.3s;
}

.award-news-section .equalheightgrid {
    text-align: justify;
}

.award-news-section .equalheightgrid img {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 0px;
    top: 0px;
    padding: 0px;
    border-bottom: 1px solid rgb(219, 219, 219);
    margin-bottom: 10px;
}

.equalheightgrid {
    padding: 0px 0px 30px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    border-bottom: 5px solid rgb(47, 72, 88);
    box-shadow: rgba(0, 0, 0, 0.15) 1.98009px 3.96018px 9.90045px 0.990045px;
    margin-bottom: 10px;
    margin-top: 60px;
    display: block;
    top: 0px;
    transition: 0.3s;
}

.award-news-section {
    padding: 80px 0px;
}

.centertextwrap {
    text-align: center;
}

.partner-cta-section p {
    margin: 38px 0px !important;
}

.btn {
    border-radius: 10px;
    font-size: 20px;
    line-height: 27px;
    padding: 12px 35px 9px;
    border-width: 2px;
    border-style: solid;
    color: white !important;
}

.career-hero-txt-section {
    padding: 50px 0px;
}

.h6, h6 {
    line-height: 25px;
    text-transform: none;
    letter-spacing: 0.025em;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.global-brand-block ul {
    margin-top: 20px;
}

.global-brand-block img {
    width: 100%;
}

.global-brand-block {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.global-brand-block li {
    max-width: 190px;
    padding: 15px 24px;
    display: flex;
    align-items: center;
}

.resource-banner {
    text-align: center;
    padding: 50px 0px;
    background-repeat: round !important;
}

.resource-banner p {
    color: white;
}

.resource-banner h1 {
    font-size: 43px;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
}

.darkbackhiring {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 13px 2px;
    padding: 30px 20px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    margin-bottom: 40px;
}

.darkbackhiring h5 {
    font-style: normal;
    color: rgb(246, 75, 28) !important;
    font-size: 32px !important;
    font-weight: 500 !important;
}

.darkbackcenter .card-body {
    width: 50%;
    margin: 0px auto;
    color: white;
}

.darkbackcenter .card-text {
}

.darkbackcenter .card-body p {
    color: white;
}

.darkbackhiring button {
    padding: 7px 30px;
    font-size: 18px;
    border-radius: 12px;
}

.hirecalcuflex {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid grey;
}

.hirecalcuflex input {
    width: 40%;
}
.slick-slide {
    padding: 31px;
}

.hirecalcuflex label {
    width: 100%;
    font-weight: 700;
    font-size: 19px;
}

.blog-tag-row {
    background: rgb(242, 242, 242);
}

.equalheightgridfirst {
    display: flex;
    align-items: center;
    border-right: 5px solid rgb(47, 72, 88);
    border-bottom: unset;
    padding: 0px !important;
}

.toppaddvetical {
    padding: 25px 30px;
}

.equalheightgridfirst figure img {
    margin: 0px !important;
    border-right: 1px solid rgb(230, 230, 230) !important;
}

.landingwrap h1 {
    font-weight: 400;
    font-size: 51px;
    line-height: 62px;
    margin-top: 40px;
}

.blog-tag-row ul li a {
    color: var(--bs-primary) !important;
}

.wrappotion label {
    margin-bottom: 10px;
}

.landingwrap form {
    padding: 50px;
    margin-right: 20px;
}

.landingwrap form select {
    margin-bottom: 20px !important;
}

.landingwrap form input {
    margin-bottom: 20px !important;
}

.landingwrap form p {
    line-height: 24px;
    font-size: 10px;
}

.wrappotion {
    position: absolute;
    background-repeat: round;
    padding: 0px 0px 50px;
    height: 680px;
}

.topreatlive {
    position: relative;
    top: -70px;
}

.wecompaines {
    padding: 70px 0px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.wecompaines .grid {
    margin-top: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.postionblog {
    position: relative;
    margin-top: 60px;
    padding-top: 100px !important;
}

.postionblog img {
    position: absolute;
    top: -79px;
    left: 15%;
}

.wrapnewsfaq {
}

.wrapnewsfaq img {
    padding: 0px !important;
}

.about-hero-txt-section h1 {
    font-weight: 400;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 40px;
}

.about-hero-txt-section .container {
    width: 100%;
    padding: 0px 250px;
}

.connectalways {
    margin-top: 30px;
}

.usingwrap h2 {
    text-align: center;
}

.usingwrap .equalheightgrid {
    padding-top: 20px;
    min-height: 330px;
}

.usingwrap .equalheightgrid .icon-logo {
}

.usingwrap .equalheightgrid .icon-logo {
    margin-bottom: 20px;
}

.usingwrap .equalheightgrid .icon-logo img {
    position: relative;
    top: 0px;
    width: 80px;
    height: 70px;
}

.btns-rowwrap {
    display: flex;
    justify-content: center;
}

.con-acce-hiring-section ul {
    margin-top: 0px;
    margin-bottom: 35px;
    padding-left: 25px;
}

.con-acce-hiring-section ul li {
    list-style-type: disc;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.cliets-textimonials-block {
    text-align: center;
}

.hero-sectionwrapfull {
    background-color: rgb(196, 219, 230) !important;
    padding: 0px !important;
}

.strategicimg {
    position: relative;
    top: 50px;
}

.cliets-textimonials-block .outer-wrap-title {
    justify-content: center;
}

.wraptextflexrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.con-still-que-section {
    text-align: center;
}

.con-still-que-section h2 {
    margin-bottom: 30px !important;
}

.morecontent a {
    padding: 0px;
    text-decoration: unset;
}

.content ul {
    margin-top: 0px;
    margin-bottom: 35px;
    padding-left: 25px;
}

.content ul li {
    list-style-type: disc;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 29px;
}

.icons-with-title-block .icon-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-testimonials-block .container {
    background-color: rgb(196, 219, 230);
    padding: 30px 40px;
}

.headerbutton .btn-outline-secondary {
    color: black !important;
}

.headerbutton .btn {
    padding: 11px 20px;
    font-size: 15px;
    line-height: 20px;
}

.navbar {
    padding: 14px 0px;
}

footer {
    background: rgb(11, 56, 100);
    color: rgb(255, 255, 255);
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
}

.footer-top {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 180px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1) opacity(0.8);
}

.footer-divider {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(68, 68, 68);
    margin: 30px 0px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.footer-column h3 {
    font-size: 19px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.71);
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-column li {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.71);
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.71);
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 20px;
}

.social-media p {
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.71);
}

.footer-form {
    width: 52%;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 8px;
    width: 36px;
    height: 36px;
    text-align: center;
}

.social-icons img {
    max-width: 18px;
    vertical-align: middle;
}

.footer-form p {
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.71);
}

.footer-form form {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 15px;
}

.footer-form input, .footer-form textarea {
    width: 100%;
    padding: 14px;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.footer-form textarea {
    resize: none;
    height: 50px;
}

.footer-form button {
    background: rgb(255, 255, 255);
    color: rgb(11, 56, 100);
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.footer-form button:hover {
    background: rgb(255, 255, 255);
}

.footer-copy p {
    color: white;
}

.footer-copy {
    text-align: left;
    font-size: 12px;
    margin-top: 20px;
    color: white;
}

.footer-copy a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 12px;
}

.footer-copy a:hover {
    text-decoration: underline;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo p {
    color: rgba(255, 255, 255, 0.63);
    font-size: 32px;
    margin: 0px !important;
}

.accordion-itemn button {
    background-color: unset;
    border: unset;
    font-size: 17px;
}

.accordion-item h2 {
    line-height: 12px;
    margin: 0px !important;
    font-size: 17px !important;
}

.accordion-button:focus {
    border-color: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}

.accordion-button {
    font-size: 22px;
    line-height: 43px;
    padding-left: 0px;
    background-color: unset !important;
    color: rgb(47, 72, 88) !important;
}

.accordion-body {
    padding-left: 0px;
    font-size: 19px;
    line-height: 32px;
}

.accordion-item {
    border-top: unset;
    border-right: unset;
    border-left: unset;
    border-image: unset;
    border-bottom: 1px solid rgb(212, 212, 212);
    margin-bottom: 30px;
}

.collapse {
    font-size: 18px;
    line-height: 33px;
    visibility: unset !important;
}

.partner-section {
}

.patnersectionwrapafter::before {
    content: "";
}

.patnersectionwrapafter {
    height: 800px;
    padding: 50px 40px;
    position: relative;
    border-radius: 12px;
    left: 0px;
}

.patnersectionwrapafter small {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: rgb(106, 106, 106);
}

.patnersectionwrapafter strong {
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    color: rgb(106, 106, 106);
}

.patnersectionwrapafter p {
    width: 80%;
}

.patnersectionwrapafter img {
    width: 160px;
}

.partner-section .card {
    box-shadow: rgba(0, 0, 0, 0.063) 0px 11px 38px 0px;
    border-radius: 5px;
    margin-left: -50px;
}

.role-card {
    position: relative;
    margin-top: 53px;
    padding-top: 100px !important;
}

.role-card img {
    width: 140px;
    border-radius: 302px;
    left: 31%;
    position: absolute;
    top: -60px;
}

.icons-with-title-block .icon-box img {
    width: 80px;
    height: 50px;
    margin-bottom: 0px !important;
}

.icons-with-title-block .icon-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-section {
    width: 70%;
    margin: 0px auto;
    padding: 80px 0px 0px !important;
}

.groethpatner img {
    width: 80%;
}

.groethpatner {
    padding-right: 160px;
    border-right: 1px solid rgb(203, 203, 203) !important;
}

.startedwork {
    padding-left: 60px;
}

.startedwork button {
    padding: 11px 20px;
    font-size: 16px;
    line-height: 28px;
}

.internal-wrap h1 {
    font-size: 36px !important;
}

.sectionwraptext {
    background-color: rgb(245, 247, 250);
    margin: 0px;
}

.sectionwraptext h1 {
    text-align: center;
    padding-top: 30px;
    color: rgb(75, 75, 75);
    margin: 0px !important;
    font-size: 37px !important;
    line-height: 54px !important;
    font-weight: 700 !important;
}

.Helpinggrow li {
    line-height: 34px;
}

.Helpinggrow ul {
    font-size: 17px;
    padding-right: 40px;
    font-weight: 500;
    color: grey;
}

.Helpinggrow .row {
    border-radius: 10px;
}

.growcare .growwrap {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 13px 2px;
    background: white;
    padding: 30px;
    border-radius: 10px;
}

#careerTabs li button:active {
    border-bottom: 2px solid rgba(0, 0, 255, 0.2);
    color: blue !important;
}
#careerTabs li button:active {}
#careerTabs li button {
    width: 100%;
    text-align: justify;
    height: 42px;
    background-color: unset;
    border-bottom: unset;
    border-radius: 0px;
}

#careerTabsContent .tabswrapright {
    background: rgb(255, 167, 145);
    border-radius: 13px;
    padding: 60px 20px;
}

#careerTabsContent .tab-pane img {
    width: 200px;
    height: 210px;
}

.wrapmessagebetts {
    padding-right: 100px;
}

.bettspowered {
    position: relative;
    background-image: linear-gradient(rgb(139, 143, 158) 50%, rgb(255, 255, 255) 30%);
}

.bettspowered::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 320px;
}

.wrapconnect {
    padding-left: 60px;
}

.wrapconnect h2 {
    margin-left: 80px;
    margin-bottom: 100px !important;
}

.wrapcardrass {
    padding: 0px !important;
}

.wrapcardrass h3 a {
    color: white;
}

.wrapcardrass h3 {
    padding: 0px;
    background-color: rgb(47, 72, 88);
    font-size: 22px;
    line-height: 53px;
    color: white;
    font-weight: 500;
    border-radius: 4px 6px 0px 0px;
    margin-bottom: 40px;
    width: 100%;
}

.wrapcardrass {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center !important;
    padding-bottom: 30px !important;
}

.wrapcardrass p {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0px 10px;
}

.wrapcardrass .btn {
    padding: 4px 20px;
    font-size: 14px;
    line-height: 27px;
}

.talendfixed a {
    align-items: center;
    justify-content: center;
    height: 50px;
    display: flex;
    color: white;
    width: 150px;
    font-size: 17px;
}

.talendfixed {
    position: fixed;
    top: 50%;
    background: rgb(13, 110, 253);
    border-radius: 2px;
    color: white;
    left: -47px;
    transform: rotate(-90deg);
}

.global-brand-blocktop {
    padding-top: 80px !important;
}

.wrapindexcenter .owl-nav {
    display: unset !important;
}

.wrapindexcenter .owl-nav button {
    width: 30px;
    margin-left: 10px;
    height: 30px;
    border-radius: 42px;
    background: rgb(13, 110, 253) !important;
    color: white !important;
    font-size: 19px !important;
}

#employee-category-cards .cardwrapreas:hover {
    top: -30px;
    position: relative;
    transition: 0.3s;
}

#employee-category-cards .cardwrapreas {
    position: relative;
    overflow: unset;
    padding: 100px 30px 30px;
    border-radius: 5px;
    border-bottom: 5px solid rgb(47, 72, 88);
    box-shadow: rgba(0, 0, 0, 0.15) 1.98009px 3.96018px 9.90045px 0.990045px;
    transition: 0.3s;
    top: 0px;
    margin-bottom: 10px;
    height: 100%;
}

#employee-category-cards .cardwrapreas img {
    position: absolute;
    left: 30%;
    top: -63px;
    border-radius: 100%;
}

.wrapcardr {
    margin-top: 70px;
}

.resourcesbuild .btn {
    color: blue !important;
}

.resourcesbuild h6 {
    color: blue !important;
}

.resourcesbuild .card {
    border-radius: 5px;
    border-bottom: 5px solid rgb(47, 72, 88);
    box-shadow: rgba(0, 0, 0, 0.15) 1.98009px 3.96018px 9.90045px 0.990045px;
    margin-bottom: 10px;
    display: block;
    top: 0px;
    transition: 0.3s;
}

.navbar-nav a {
    font-size: 14px;
}

.testimonial-review {
    position: relative;
    margin-top: 50px;
}

.testimonial-review::before {
    content: "";
    background: rgb(243, 245, 247);
    position: absolute;
    border-radius: 0px 340px 340px 0px;
    padding-top: 50px;
    top: 0px;
    left: 0px;
    width: 89%;
    height: 100%;
    z-index: -1;
}

.testimonial-review h2 {
    margin-bottom: 50px !important;
}

#clientTabs {
    justify-content: left !important;
}

#clientTabs button:active {
    background: url("");
    border-top: unset;
    border-right: unset;
    border-left: unset;
    border-image: unset;
    border-bottom: 4px solid var(--bs-primary);
}

.indexpagehead {
    width: 70%;
    line-height: 40px;
    font-size: 31px !important;
    font-weight: 600 !important;
}

.ondexpagepraghap {
}

.slider-content button {
    font-size: 16px;
    padding: 9px 20px;
    background: var(--bs-blue) !important;
}

.resource-banner .container {
    padding: 0px !important;
}

.right-panel form input {
    margin-top: 28px;
}

.right-panel form div {
    margin-bottom: 15px !important;
}

.headerhiring {
    background: rgb(46, 71, 87);
    display: flex;
    justify-content: space-between;
    padding: 9px 20px;
    align-items: center !important;
}

.headerhiring p {
    color: white;
    margin: 0px !important;
}

.headerhiring p a {
    font-weight: 700;
    color: white;
    margin: 0px !important;
}

.abtwhere .equalheightgrid {
    padding-top: 140px;
}

.abtwhere .equalheightgrid h6 {
    padding-bottom: 20px;
}

.testi-text {
    text-align: center;
    min-height: 190px;
}

.client-avatar-name {
    justify-content: center;
}

.client-testimonial {
    padding: 40px !important;
}

.testi-client-name {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-3-with-image .equalheightgrid img {
}

.logo-listing .logo-list {
    max-width: 203px;
    padding: 25px 29px;
}

.wrapcareer .col-md-6 {
    width: 50%;
}

.logo-listing .logo-list img {
    height: 50px;
    width: auto;
}

.logo-listing {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.award-news-section .equalheightgrid img {
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

.top-site-message-wrapper {
    background-color: rgb(10, 2, 2);
    padding: 8px 16px;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s, opacity 0.4s;
}

.top-site-message-wrapper.slide-out {
    transform: translateX(-100%);
    opacity: 0;
}

.topbar-description p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 0px;
}

.topbar-link-text a:hover, .topbar-link-text-mobile a:hover {
    color: rgb(240, 173, 78);
}

.autswrapres {
}

@media (max-width: 576px) {
    .topbar-link-text {
        display: none !important;
    }

    .topbar-link-text-mobile {
        display: inline !important;
    }
}

.sectionwraptop {
}

.search-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form-select, .form-control {
    border: 1px solid rgb(203, 213, 225);
    color: rgb(107, 114, 128);
    font-weight: 600;
    box-shadow: none;
}

.form-select:focus, .form-control:focus {
    border-color: rgb(148, 163, 184);
    box-shadow: none;
}

.search-box {
    position: relative;
}

.search-box input {
    padding-right: 35px;
}

.search-box .bi-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(107, 114, 128);
}

.fromwraptabs select {
    width: 100%;
    max-width: 100% !important;
}

.fromwraptabs .search-box {
    max-width: 100% !important;
}

.fromwraptabs .search-box input {
}

.fromwraptabs {
    width: 100%;
}
.mainpaddtestfid::before {
    content: "";
    width: 22px;
    height: 30px;
    display: block;
    background: url(/resources/images/new/qupte.png);
    /* background-size: cover; */
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-top: -10px;
}
#mainNavbar {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

#mainNavbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.logo-marquee img {
  max-width: 145px;
  height: 50px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.3s;
}
.logo-marquee img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}