* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif !important;
    color: #3f4254;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

a {
    color: #1b4d89;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.form-control:focus {
    color: #3c3c3c;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #d2d0ce;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d2d0ce;
}

.form-control::placeholder {
    color: #d2d0ce;
}

ul,
li {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #fff;
    position: relative;
    font-size: 14px;
}

.body-gray {
    background-color: #f3f2ef;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.spacer {
    padding: 60px 0px;
}

.spacer-50 {
    padding: 50px 0px;
}

.spacer-48 {
    padding: 48px 0px;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-black {
    background: #262424;
}


/* .container {
    max-width: 1475px;
} */

.main-heading {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.main-heading.fz-30 {
    font-size: 30px;
}

.main-heading strong {
    font-weight: 700;
    color: #fff;
}

.main-heading strong.black {
    font-weight: 700;
    color: #222222;
}

.gray-bg .main-heading {
    color: #fff;
}

.gray-bg .main-heading strong {
    color: #5ada79;
}

.small-container {
    max-width: 1180px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    padding: 0 30px;
}

.btn {
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    transition: 0.4s all;
}


/* .btn-navbar {
    padding: 7px 30px;
} */

.btn-primary {
    background: #ffd838;
    color: #141212;
    border-color: #ffd838;
    font-size: 14px;
    transition: 0.4s all;
}

.btn-primary:hover {
    background: #f7005c;
    border-color: #f7005c;
    color: #ffffff;
}

.btn-primary:hover svg {
    fill: #ffff;
}

.btn-primary svg {
    transition: 0.4s all;
}

.btn img {
    transition: all ease 0.5s;
    position: relative;
    right: 0px;
}

.btn:hover img {
    right: -5px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #f7005c;
    border-color: #f7005c;
}

.btn-primary:focus,
.btn-primary:active {
    background: #f7005c;
    border-color: #f7005c;
}

.btn-outline-primary {
    border-color: #ffffff;
    color: #ffffff;
    font-size: 14px;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background: #070707;
    border-color: #070707;
    color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background: #ffffff;
    border-color: #ffffff;
    color: #3f4254;
}

.section-header {
    background: linear-gradient(-45deg, #0D1340, #182256, #2B3A79, #324486);
    /* height: 896px; */
    position: relative;
    padding-bottom: 50px;
}


/* .section-header.services-header .container {
    max-width: 1800px;
} */

.section-header.services-header h3 {
    font-size: 30px;
    font-weight: normal;
    color: #070707;
}

.section-header.services-header .banner-detail h1 {
    font-size: 65px;
    color: #ffffff;
}

.section-header.services-header .banner-detail h1 strong {
    color: #093871;
}


/* .section-header .container {
    max-width: 1860px;
} */

.left-shape {
    position: absolute;
    left: 0px;
    top: 0px;
}


/* header {
    width: 100%;
    position: relative;
    z-index: 99;
    transition: all ease-in-out 0.5s;
} */

header .navbar-nav .nav-item {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    transition: all ease-in-out 0.2s;
}


/* header .navbar-nav .nav-item:hover,
header .navbar-nav .nav-item.active {
    background-color: #454545;
    border-radius: 2px;
} */

header .navbar.bg-grey {
    background: #F0F0F0;
    height: 44px;
}

header .navbar-nav .nav-item .nav-link {
    padding: 6px 15px !important;
    display: inline-block;
    color: #212121;
    font-weight: 400;
    font-size: 16px;
}


/* header .navbar-nav .nav-item .nav-link:first-child{
padding-left: 0px !important;
} */

.nav-link {
    position: relative;
}

.nav-link:hover {
    opacity: 1;
}

.nav-link::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #f2c50f;
}

.nav-link-ltr::before,
.nav-link.active::before {
    bottom: -4px;
}

.nav-link-ltr:hover::before,
.nav-link-ltr:active::before {
    width: calc(100% - 30px);
}

header .navbar-nav .nav-item.active .nav-link-ltr::before {
    width: calc(100% - 30px);
}

header .nav-img {
    display: inline-flex;
    align-items: center;
    width: 100px;
}

header .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

#main-container.container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.body-wrapper #main-container.container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.hero-section {
    position: relative;
}

.hero-section .txt-contaniner {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: left;
    top: 40%;
    transform: translateY(-50%);
}

.hero-section .bg {
    display: flex;
    align-items: flex-end;
    transform: translateY(-85px);
}

.hero-section .main-heading {
    font-size: 60px;
}

.hero-section .left-section {
    height: 935px;
    max-width: 65%;
    flex: 65%;
    background-color: #fff;
    background-image: url("../images/left-sec-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.hero-section .left-section img {
    position: absolute;
    z-index: 88;
}

.hero-section .left-section .circle1 {
    bottom: 100px;
    left: -75px;
}

.hero-section .left-section .circle2 {
    top: 30%;
    right: -60px;
}

.hero-section .left-section .square1 {
    top: 100px;
    left: 50%;
}

.hero-section .left-section .square2 {
    top: 200px;
    right: 5%;
}

.hero-section .left-section .square3 {
    bottom: 5%;
    left: 30%;
}

.hero-section .left-section .square4 {
    bottom: 29%;
    right: 24%;
}

.hero-section .left-section .line1 {
    left: 50px;
    top: 160px;
}

.hero-section .left-section .line2 {
    right: 34%;
    top: 210px;
}

.hero-section .left-section .line3 {
    right: 12%;
    bottom: 5%;
}

.hero-section .left-section .star {
    right: 30%;
    bottom: 30%;
}

.hero-section .right-section {
    overflow: hidden;
    height: 850px;
    max-width: 35%;
    flex: 35%;
    background: #fff;
    display: grid;
    grid-gap: 0;
    grid-template-columns: auto auto auto auto;
}

.hero-section .right-section .box {
    background: #fff;
    width: 170px;
    height: 170px;
}

.hero-section .right-section .box .square {
    height: 100%;
    width: 100%;
}

.hero-section .right-section .box .square .person {
    transition: all 0.3s;
}

.hero-section .right-section .box .square:hover .person {
    transform: scale(1.1);
}

.hero-section .right-section .box .square img.m-15 {
    margin: 15px;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-item.active .nav-link {
    color: #0D2F43;
}

.banner-detail h1 {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
}

.banner-detail h1 span {
    color: #ffd838;
}

.banner-detail p {
    font-size: 20px;
    color: #6a6a6a;
    margin-bottom: 40px;
    max-width: 88%;
}

.banner-detail p span {
    color: #000;
}

.main-right-thumb-wrapper img {
    margin-right: -60px;
}

.banner-detail .banner-search-input {
    color: #d1d1d1;
    background: transparent;
    border: #707070 1px solid;
    padding: 10px;
    height: 60px;
    font-size: 16px;
    border-radius: 2px !important;
    width: 40%;
    color: #fff;
}

.banner-detail .banner-search-input::placeholder {
    color: rgb(206, 203, 203);
}

.banner-detail .banner-search-input:focus::placeholder {
    color: rgb(139, 139, 139);
}

.banner-detail .banner-location-input.banner-location-input {
    width: 25%;
}

.banner-detail ::placeholder {
    color: #d1d1d1;
}

.banner-detail .banner-detail-search {
    font-size: 18px;
    width: 130px;
}

.banner-detail .banner-detail-search .header-search-bar {
    background: url("../images/search-outline.png") 0px center / 24px no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.banner-detail .banner-detail-search:hover .header-search-bar {
    background: url("../images/search-outline-white\ .gif") 0px center / 24px no-repeat;
}

.banner-detail .tag {
    margin-bottom: 20px;
}

.banner-detail .tag-heading {
    color: white;
    font-size: 18px;
    font-weight: 400;
}


/* .banner-detail .tag-list {
    max-width: 700px;
} */

.banner-detail .tag-list ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.banner-detail .tag-list ul li a {
    border: 1px solid #ffffff;
    padding: 8px 18px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 2px;
    border-color: #707070;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.banner-detail .tag-list ul li a svg {
    margin-right: 10px;
}

.banner-detail .tag-list ul li a:hover {
    background-color: #ffd838;
    border: #ffd838 1px solid;
    color: #000;
}

.banner-detail .tag-list ul li span {
    color: white;
}

.banner-detail .tag-list ul li a:hover span {
    color: #000;
}

.side-img {
    bottom: 0;
    right: 0;
    position: absolute;
}

.explore-jobs {
    padding: 60px 0;
}

.explore-jobs h3 {
    font-size: 36px;
    margin-bottom: 50px;
    line-height: 36px;
}

.explore-tags ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.explore-tags ul li {
    display: inline-flex;
    flex: 0 0 16%;
    max-width: 16%;
    margin-bottom: 10px;
}

.explore-jobs .explore-tags ul li a {
    border: 1px solid #d1d1d1;
    padding: 10px 10px 10px 60px;
    border-radius: 2px;
    color: #141212;
    font-size: 16px;
    height: 95px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
}


/* .explore-jobs .explore-tags ul li :nth-child(5by{
    font-size: 200px;
} */

.explore-jobs ul li a:hover {
    background-color: #f4f4f4 !important;
    border: #d1d1d1 1px solid;
    color: #141212;
    box-shadow: 0 0px 8px rgb(0 0 0 / 15%);
}

.recruitment {
    background: linear-gradient(-45deg, #0D1340, #182256, #2B3A79, #324486);
    padding: 100px 0 60px;
}

.recruitment h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
}

.recruitment h3 span {
    color: #ffd838;
}

.recruitment .zoom {
    transition: transform 0.5s;
    margin: 0 auto;
    cursor: pointer;
}

.recruitment .zoom:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9999;
}

.recruitment-banner-1 {
    background-color: #0018c0;
    color: #ffff;
    width: 690px;
    height: 530px;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    position: relative;
}

.recruitment-banner-1 .banner-number {
    font-size: 98px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    top: -72px;
    left: 40px;
}

.recruitment-banner-1 .banner-text {
    width: 260px;
}

.recruitment-banner-1 h4 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
}

.recruitment-banner-1 p {
    color: #ffffff;
    font-size: 18px;
}

.recruitment-banner-2 {
    background-color: #ffd838;
    color: #ffff;
    width: 480px;
    height: 250px;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    position: absolute;
    top: -5px;
    right: -85px;
}

.recruitment-banner-2 .banner-number {
    font-size: 98px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    top: -72px;
}

.recruitment-banner-2 h4 {
    color: #141212;
    font-size: 24px;
    margin: 30px 0;
}

.recruitment-banner-2 p {
    color: #625e5e;
    font-size: 18px;
}

.recruitment-banner-3 {
    background-color: #f7005c;
    color: #ffff;
    width: 480px;
    height: 250px;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.recruitment-banner-3 .banner-number {
    font-size: 98px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    top: -72px;
    left: 40px;
}

.recruitment-banner-3 h4 {
    color: #ffffff;
    font-size: 24px;
    margin: 30px 0;
}

.recruitment-banner-3 p {
    color: #ffffff;
    font-size: 18px;
}

.explore-tags li.content-creation a {
    background: url("../images/1.png") 15px center / 32px no-repeat;
}

.explore-tags li.content-creation a:hover {
    background: url("../images/1.gif") 15px center / 32px no-repeat;
}

.explore-tags li.finance-and-services a {
    background: url("../images/2.png") 15px center / 32px no-repeat;
}

.explore-tags li.finance-and-services a:hover {
    background: url("../images/2.gif") 15px center / 32px no-repeat;
}

.explore-tags li.education-management a {
    background: url("../images/3.png") 15px center / 32px no-repeat;
}

.explore-tags li.education-management a:hover {
    background: url("../images/3.gif") 15px center / 32px no-repeat;
}

.explore-tags li.animation a {
    background: url("../images/4.png") 15px center / 32px no-repeat;
}

.explore-tags li.animation a:hover {
    background: url("../images/4.gif") 15px center / 32px no-repeat;
}

.explore-tags li.public-relation a {
    background: url("../images/5.png") 15px center / 32px no-repeat;
}

.explore-tags li.public-relation a:hover {
    background: url("../images/5.gif") 15px center / 32px no-repeat;
}

.explore-tags li.computer-software a {
    background: url("../images/6.png") 15px center / 32px no-repeat;
}

.explore-tags li.computer-software a:hover {
    background: url("../images/6.gif") 15px center / 32px no-repeat;
}

.explore-tags li.real-estate a {
    background: url("../images/7.png") 15px center / 32px no-repeat;
}

.explore-tags li.real-estate a:hover {
    background: url("../images/7.gif") 15px center / 32px no-repeat;
}

.explore-tags li.marketing-and-advertisement a {
    background: url("../images/8.png") 15px center / 32px no-repeat;
}

.explore-tags li.marketing-and-advertisement a:hover {
    background: url("../images/8.gif") 15px center / 32px no-repeat;
}

.explore-tags li.research a {
    background: url("../images/9.png") 15px center / 32px no-repeat;
}

.explore-tags li.research a:hover {
    background: url("../images/9.gif") 15px center / 32px no-repeat;
}

.explore-tags li.leisure a {
    background: url("../images/10.png") 15px center / 32px no-repeat;
}

.explore-tags li.leisure a:hover {
    background: url("../images/10.gif") 15px center / 32px no-repeat;
}

.explore-tags li.computer-networking a {
    background: url("../images/11.png") 15px center / 32px no-repeat;
}

.explore-tags li.computer-networking a:hover {
    background: url("../images/11.gif") 15px center / 32px no-repeat;
}

.explore-tags li.design a {
    background: url("../images/12.png") 15px center / 32px no-repeat;
}

.explore-tags li.design a:hover {
    background: url("../images/12.gif") 15px center / 32px no-repeat;
}

.popular-jobs {
    padding: 60px 0;
}

.popular-jobs .heading {
    font-size: 36px;
    color: #141212;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 36px;
}

.popular-jobs h4 {
    font-size: 15px;
    color: #141212;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.popular-jobs p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    color: #141212;
}

.popular-jobs .location {
    color: #6a6a6a;
}

.popular-jobs .freelance {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 10px;
    height: 90px;
}

.popular-jobs .freelance:hover {
    background-color: #f4f4f4;
    border: #f4f4f4 1px solid;
    color: #141212;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0px 8px rgb(0 0 0 / 15%);
}

.popular-jobs .freelance:hover h4 {
    text-decoration: underline;
}

.popular-jobs .freelance .right-section {
    font-size: 12px;
}

.popular-jobs .freelance .right-section>div {
    color: #6a6a6a;
}

.popular-jobs .popular-section {
    width: calc(100% - 50px);
}

.popular-jobs .talent-baner {
    position: relative;
}

.design-img {
    width: 50px;
    margin-right: 15px;
}

.design-img img {
    border-radius: 100%;
    width: 100%;
}

.talent-baner .line {
    position: absolute;
    top: -180px;
    z-index: 0;
    left: -3px;
    display: none;
}

.talent-baner .talent-ecosystem-section {
    background: #093871;
    padding: 25px 75px;
    border-radius: 2px;
    position: relative;
    z-index: 2;
}

.talent-baner .talent-ecosystem-section .left-section {
    width: 70%;
}

.talent-baner .talent-ecosystem-section h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}

.talent-baner .talent-ecosystem-section h2 span {
    color: #5ada79;
}

.talent-baner .talent-ecosystem-section p {
    color: #fff;
    font-size: 18px;
}

.talent-baner .talent-ecosystem-section .right-section {
    width: 30%;
}

.talent-baner .talent-ecosystem-section .right-section a {
    background: #5ada79;
    height: 50px;
    line-height: 32px;
    width: 190px;
}

.talent-baner .talent-ecosystem-section .right-section a:hover {
    background: #4bb565;
}

.gray-bg {
    background: #222a33;
}

.more-information {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s ease;
}

.more-information:hover {
    transform: scale(1.05);
}

.more-information .info-detail {
    padding: 30px 35px;
}

.more-information .info-detail h5 {
    font-size: 24px;
    font-weight: normal;
}

.more-information .info-detail h4 {
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    line-height: 35px;
}

.more-information .info-detail p {
    font-size: 14px;
    color: #000000;
    min-height: 90px;
    margin-top: 20px;
    line-height: 24px;
}

.talent-recruiters {
    border-radius: 2px;
    padding: 30px 40px;
    height: 100%;
    transition: all ease 0.5s;
    background: #f3f6fb;
}

.talent-recruiters:hover {
    transform: scale(1.05) !important;
}

.talent-recruiters .icon {
    margin-bottom: 20px;
    height: 100px;
    display: inline-flex;
}

.talent-recruiters .icon svg {
    width: 75px;
}

.talent-recruiters .icon svg path {
    transition: 0.4s ease fill;
    fill: #1b4d89;
}

.talent-recruiters .icon img {
    height: 100%;
}

.talent-recruiters h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #031d3c;
    transition: 0.4s ease color;
}

.talent-recruiters h3 a {
    color: inherit;
    text-decoration: none;
}

.talent-recruiters h3:hover a {
    text-decoration: underline;
}

.talent-recruiters p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    transition: 0.4s ease color;
}

.talent-recruiters:hover {
    background-color: #093871;
    cursor: pointer;
}

.talent-recruiters:hover .icon svg path {
    fill: #fff;
}

.talent-recruiters:hover h3 {
    color: #f3f2ef;
}

.talent-recruiters:hover p {
    color: #f7f7f7;
}

.job-seeker h3 {
    color: #fff;
    font-size: 38px;
    font-weight: normal;
}

.job-seeker h3 span {
    font-weight: 500;
    color: #fff;
}

.job-seeker ul li {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    background: url(../images/green-icon.svg) left 7px no-repeat;
    padding-left: 20px;
}

footer {
    /* background: #F3F6FB; */
    padding-bottom: 0px;
}

footer h5 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    height: 40px;
    line-height: 30px;
    color: #141212;
}

.footer-about-us p {
    color: #000;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
    max-width: 78%;
}

footer {
    background-color: #f4f4f4;
}

.footer-button {
    color: #ffffff;
    background-color: #f4f4f4;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    background-color: #141212;
}

.footer-button:hover {
    background-color: #ffd838;
    color: black;
    border-color: #ffd838;
}

.social-links a {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 32px;
    border-radius: 100px;
    border: 1px solid #141212;
    /* margin-right: 10px; */
    display: inline-block;
    transition: 0.4s all;
    margin-left: 10px;
}

.social-links a:hover {
    background: #262424;
}

.social-links a:hover svg * {
    fill: #ffd838;
}

.quick-links ul li {
    margin-bottom: 10px;
}

.quick-links ul {
    padding-left: 5px;
}

.quick-links ul li a {
    color: #000;
    font-size: 14px;
    transition: all ease-in-out 0.5s;
}

.quick-links ul li a img {
    transition: all ease-in-out 0.5s;
}

.quick-links ul li a:hover img {
    margin-left: 5px !important;
}

.footer-contact-us p {
    color: #000;
    font-size: 14px;
}

.contact-wrapper .phone {
    color: #000;
    font-size: 14px;
}

.contact-wrapper .phone a:hover {
    text-decoration: underline;
}

.contact-wrapper .footer-phone {
    background: url("../images/call-phone-outline.png") 0 center / 20px no-repeat;
}

.contact-wrapper .footer-phone:hover {
    background: url("../images/call-phone-outline\ .gif") 0 center / 20px no-repeat;
}

.bg-purple {
    background: #121339;
    padding: 15px 0px;
}

.footer-bottom {
    border-top: 1px #e0e0e0 solid;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-bottom a,
.footer-bottom span {
    color: #282e3a;
}

.footer-bottom .privacy-policy {
    border-left: 1px solid;
    padding-left: 10px;
}

.footer-bottom .privacy-policy:hover {
    text-decoration: underline;
}

.terms:hover {
    text-decoration: underline;
}

.tag-search-bar {
    background: url("../images/search-outline-white.png") 0px center / 24px no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.banner-detail .tag-list ul li a:hover .tag-search-bar {
    background: url("../images/search-outline.gif") 0px center / 24px no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
}


/* .footer-email {
    background: url("../images/email-outline.png") 0 center / 20px no-repeat;
}
.footer-email:hover {
    background: url("../images/email-outline\ .gif") 0 center / 20px no-repeat;
} */

.how-it-works h2 {
    font-size: 36px;
    font-weight: 500;
    color: #141212;
    margin-bottom: 24px;
}

.how-it-works h2 span {
    font-weight: normal;
    color: #222222;
}

.how-it-works ul li {
    margin-bottom: 50px;
}

.how-it-works ul li:last-child {
    margin-bottom: 0px;
}

.how-it-works ul li h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3c3c3c;
}

.how-it-works ul li p {
    font-size: 14px;
    color: #3c3c3c;
}

.contact-bg {
    background-color: #f0f8ff;
    /* background-image: url("../images/contact-bg.png"),
        linear-gradient(#def0ff, #f3f9ff); */
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
    height: calc(100vh - 50px);
}

.contact-bg .small-container {
    position: relative;
}

.contact-bg .floating-img {
    position: absolute;
    z-index: 99;
    bottom: 0px;
}

.contact-bg .floating-img.pot {
    left: 15px;
    bottom: 115px;
}

.contact-bg .floating-img.person3 {
    left: 112px;
}

.contact-bg .floating-img.person2 {
    right: -45px;
}

.contact-bg .floating-img.person1 {
    right: 89px;
}

.contact-bg .floating-img.arrow {
    right: 27px;
    bottom: 35%;
}

.contact-bg .floating-img.disk-dark-blue {
    left: -200px;
    bottom: 50%;
}

.contact-bg .floating-img.combine-tile {
    left: 1%;
    bottom: auto;
    top: 3%;
}

.contact-bg .floating-img.combine-tile-sec {
    left: -1%;
    bottom: 43%;
}

.contact-bg .floating-img.dots-left {
    left: -300px;
    bottom: 32%;
}

.contact-bg .floating-img.dots-right {
    right: -115px;
}

.contact-bg .floating-img.combine-tile-third {
    left: 1%;
    bottom: 3%;
}

.contact-bg .floating-img.disk-green {
    right: -350px;
    bottom: 30%;
}

.contact-bg .floating-img.disk-light-blue {
    right: 22px;
    bottom: 67%;
}

.contact-bg .floating-img.combine-tile-top-right {
    right: 15px;
    bottom: auto;
    top: 3%;
}

.contact-bg .floating-img.disk-light-white {
    right: -300px;
    bottom: 61%;
}

.contact-bg .floating-img.combine-tile-bottom-right {
    right: -25%;
    bottom: 8%;
}

.form-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 35px 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-card .form-group {
    margin-bottom: 20px;
}

.form-card .form-group .form-col-label {
    color: #222222;
    margin-bottom: 0px;
    font-size: 14px;
}

.form-card .form-group .form-control {
    border-radius: 0px;
    border-width: 0px 0px 1px 0px !important;
    color: #c2c2c2;
    padding: 10px 0px;
    font-size: 14px;
}

.form-control:hover,
.form-control:focus,
.select2-container--default:hover .select2-selection--single,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:hover,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #87721d !important;
    /* opacity: 0.5;
     */
}

.navbar-toggler {
    position: absolute;
    right: 0px;
    top: 0px;
    border: #ffffff 1px solid;
    width: 40px;
    height: 31px;
    font-size: 10px;
    padding: 9px;
}

.navbar-toggler-icon {
    background: #ffffff;
    width: 40px;
    height: 1px;
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.spacer-icons {
    position: absolute;
}

.spacer-icons.one {
    left: 1%;
    top: 66%;
}

.spacer-recruitment {
    right: -4%;
    top: 66%;
}

.spacer-icons.two {
    right: 2%;
    top: 35%;
}

.spacer-icons.three {
    right: calc(50% - 750px);
    top: 42%;
}

.body-wrapper header {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    background: #fff !important;
    background-color: #fff !important;
    box-shadow: none;
    z-index: 99999;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.header-banner img {
    max-width: 520px;
}

.btn-customise {
    background-color: #ffd838;
    border-color: #ffd838;
    font-size: 14px;
    /* height: 60px; */
    color: #fff;
}


/* .btn-primary:hover,
.btn-custom:hover {
    border-color: #ffd838 !important;
    background: #ffd838 !important;
    color: #ffffff !important;
} */

.btn-custom.focus,
.btn-custom:focus {
    background-color: #103460;
    border-color: #103460 !important;
}

.btn-custom:active {
    background-color: #103460;
}


/*service */

.service-spacer {
    padding: 25px 0;
}

.services-header-wrapper .service-heading {
    font-size: 36px;
    font-weight: 400;
    color: #141212;
}

.services-header-wrapper .subheading {
    font-size: 36px;
    font-weight: 600;
    color: #141212;
    margin-bottom: 20px;
}

.services-header-wrapper .service-badge {
    font-size: 14px;
    font-weight: 400;
    color: #141212;
    background-color: #ffd838;
    border-radius: 2px;
    padding: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.services-header-wrapper .service-badge:hover {
    background: #f7005c;
    border-color: #f7005c;
    color: #ffffff;
    transition: 0.4s all;
}

.services-spacing-bottom {
    padding-bottom: 100px;
}


/* .btn {
    height: 38px;
} */

.btn-custom {
    background-color: #303336;
    border-color: #4774ab;
    font-size: 14px;
    /* height: 60px; */
    color: #fff;
}

.forget-back-btn {
    background-color: #ffd838;
    border-color: #ffd838;
    font-size: 14px;
    color: #343434;
    border-radius: 2px;
    width: 170px;
}

.service-card-wrapper {
    margin-top: -40px;
}

.service-card {
    padding: 30px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    min-height: 100%;
    background: #ffffff;
    transition: transform 0.5s;
    margin: 0 auto;
    cursor: pointer;
}

.service-card:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9999;
    box-shadow: 0 0px 8px rgb(0 0 0 / 15%);
}

.service-card .card-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-card .card-text {
    font-size: 14px;
    font-weight: 400;
}

.global-container {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
}


/* .global-wrapper {
    max-width: 500px;
    margin: auto;
} */

.global-wrapper {
    position: absolute;
    max-width: 1475px;
    margin: 0 auto !important;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-right: 800px !important;
}

.global-container .work-img {
    margin-left: auto;
    width: 50%;
}

.global-container .work-img-left img,
.global-container .work-img img {
    width: 100%;
}

.global-container .work-img-left {
    margin-right: auto;
    width: 50%;
}

.global-container.global-container-left .global-wrapper {
    padding-right: 0px !important;
    padding-left: 800px;
}

.work-link {
    text-decoration: underline;
    display: none;
}


/*end service */


/* CONTACT-PAGE-START */

.contact-heading {
    font-size: 22px;
    font-weight: 400;
    color: #262424;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.contact-heading strong {
    color: #262424;
    font-weight: 600;
}

.contact-btn {
    background: #ffff;
    color: #141212;
    border-color: #d1d1d1;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}

.contact-btn:hover {
    background: #ffd838;
    border-color: #ffd838;
    color: #141212;
    transition: 0.4s all;
}

.contact-container {
    max-width: 700px;
    /* padding-top: 50px; */
    margin: auto;
}

.contact-container .form-group .input:focus {
    color: #3c3c3c;
}

.contact-img {
    background-image: url("../images/contact-img.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    height: calc(100vh - 68px);
}

.index-header {
    padding: 15px 0;
}


/* CONTACT-PAGE-END */


/* media query with min width start*/

.policies-listing {
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin: 0px;
    transform: translate(-50%);
}

.footer-terms {
    display: flex;
    align-items: center;
    text-align: center;
}

footer a {
    color: #000;
}

.nav-item .btn-outline-primary {
    border-color: #262424 !important;
    color: #000 !important;
}

.nav-item .btn-outline-primary:hover {
    background-color: #262424 !important;
    color: #fff !important;
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1175px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1460px;
    }
}


/* media query with min width end*/

@media screen and (max-width: 1550px) {
    .header-banner img {
        max-width: 360px;
    }
}

@media screen and (min-height: 900px) {
    .form-card {
        padding: 50px;
    }
    .form-card .form-group {
        margin-bottom: 30px;
    }
    .contact-bg {
        padding-top: 48px !important;
    }
}

@media screen and (min-width: 1201px) {
    .w-xl-auto {
        width: auto !important;
    }
}

@media screen and (min-width: 2000px) {
    .talent-baner .line {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .talent-baner .line {
        top: -246px;
        width: 28%;
    }
}

@media screen and (max-width: 1600px) {
    .contact-container {
        max-height: 637px;
        overflow: auto;
        overflow-x: hidden;
        padding: 0px 20px 20px 0px;
        margin-top: 50px;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .contact-heading {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .spacer-icons.one {
        top: 61%;
    }
    .spacer-recruitment {
        right: -10%;
    }
    .recruitment-banner-1 {
        width: 630px;
        height: 450px;
    }
    .recruitment-banner-1 .banner-number {
        font-size: 80px;
        top: -60px;
    }
    .recruitment-banner-1 h4 {
        font-size: 20px;
    }
    .recruitment-banner-1 p {
        font-size: 16px;
    }
    .recruitment-banner-2 {
        top: -25px;
        right: -11%;
        width: 350px;
        height: 230px;
    }
    .explore-tags ul li {
        display: inline-flex;
        flex: 0 0 25%;
        max-width: 24%;
        margin-bottom: 10px;
    }
    .recruitment-banner-2 .banner-number {
        font-size: 80px;
        top: -60px;
    }
    .recruitment-banner-2 h4 {
        font-size: 20px;
    }
    .recruitment-banner-2 p {
        font-size: 16px;
    }
    .recruitment-banner-3 {
        bottom: -18px;
        right: -5px;
        width: 350px;
        height: 260px;
    }
    .recruitment-banner-3 .banner-number {
        font-size: 80px;
        left: 25px;
        top: -60px;
    }
    .recruitment-banner-3 h4 {
        font-size: 20px;
    }
    .recruitment-banner-3 p {
        font-size: 16px;
    }
    .global-wrapper {
        margin: 0 50px;
    }
    .contact-img {
        height: auto;
    }
    .global-wrapper-left {
        padding-left: 150px;
    }
    .global-container.global-container-left .global-wrapper {
        padding-right: 150px !important;
    }
}

@media screen and (max-width: 1200px) {
    .spacer-icons {
        display: none;
    }
    .spacer {
        padding: 40px 0px;
    }
    .section-header {
        height: auto;
    }
    .section-header .side-img {
        display: none;
    }
    .explore-tags ul li {
        flex: 0 0 26%;
        max-width: 24%;
    }
    .service-card-wrapper {
        margin-top: -20px;
    }
    .banner-detail h1 {
        margin-top: 0px;
        font-size: 42px;
    }
    .banner-detail h1 br {
        display: none;
    }
    .banner-detail p {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .talent-baner .talent-ecosystem-section {
        padding: 20px;
    }
    .talent-baner .talent-ecosystem-section h2 {
        font-size: 28px;
    }
    .talent-baner .talent-ecosystem-section .left-section {
        width: 100%;
    }
    .talent-baner .talent-ecosystem-section .right-section {
        width: 100%;
    }
    .talent-baner .line {
        display: none;
    }
    .talent-baner .talent-ecosystem-section p {
        font-size: 16px;
    }
    .more-information .info-detail {
        padding: 20px;
    }
    .more-information {
        margin-bottom: 20px;
    }
    .more-information .info-detail h5 {
        font-size: 18px;
    }
    .more-information .info-detail h4 {
        font-size: 22px;
    }
    .talent-recruiters {
        padding: 20px;
    }
    .more-information .info-detail p {
        font-size: 16px;
        margin-top: 0px;
    }
    .main-heading {
        font-size: 28px;
    }
    .talent-recruiters .icon {
        margin-bottom: 15px;
        height: 60px;
    }
    .talent-recruiters h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .talent-recruiters p {
        font-size: 16px;
    }
    .job-seeker ul li {
        font-size: 16px;
    }
    .job-seeker {
        margin-top: 0px;
    }
    .footer-contact-us {
        margin-bottom: 30px;
    }
    .footer-about-us p {
        margin-bottom: 20px;
    }
    .social-links {
        margin-bottom: 20px;
    }
    footer h5 {
        margin-bottom: 10px;
        height: auto;
    }
    .footer-bottom a,
    .footer-bottom span {
        display: block;
    }
    footer {
        padding-bottom: 0px !important;
    }
    .hero-section .right-section {
        display: none;
    }
    .hero-section .left-section {
        max-width: 100%;
    }
    .contact-bg .floating-img {
        display: none;
    }
    .recruitment-banner-1 {
        width: 430px;
        height: 310px;
    }
    .recruitment-banner-1 .banner-number {
        font-size: 46px;
        top: -35px;
    }
    .recruitment-banner-1 h4 {
        font-size: 18px;
        margin: 10px 0;
    }
    .recruitment-banner-1 p {
        font-size: 12px;
    }
    .recruitment-banner-2 {
        top: -75px;
        right: -2%;
        width: 240px;
        height: 200px;
    }
    .recruitment-banner-2 .banner-number {
        font-size: 46px;
        top: -35px;
    }
    .recruitment-banner-2 h4 {
        font-size: 18px;
        margin: 10px 0;
    }
    .recruitment-banner-2 p {
        font-size: 12px;
    }
    .recruitment-banner-3 {
        bottom: -45px;
        right: -10px;
        width: 240px;
        height: 220px;
    }
    .recruitment-banner-3 .banner-number {
        font-size: 46px;
        left: 25px;
        top: -35px;
    }
    .recruitment-banner-3 h4 {
        font-size: 18px;
        margin: 10px 0;
    }
    .recruitment-banner-3 p {
        font-size: 12px;
    }
    .service-card .card-heading {
        font-size: 18px;
    }
    .contact-img {
        display: none;
    }
    .contact-container {
        max-width: 100%;
        padding: 50px;
        margin-top: 0;
    }
    .contact-container h3 {
        text-align: center;
    }
    .global-wrapper {
        padding-right: 560px !important;
        max-width: 1075px;
    }
    .global-wrapper-left {
        padding-left: 50px;
    }
    .global-container.global-container-left .global-wrapper {
        padding-right: 50px !important;
    }
    .global-container.global-container-left .global-wrapper {
        padding-left: 560px;
    }
    .contact-container {
        max-height: 100%;
        padding: 50px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 100%;
    }
    .section-header.services-header h3 {
        font-size: 18px;
    }
    .section-header.services-header .banner-detail h1 {
        font-size: 30px;
    }
    .navbar-collapse .nav-item .btn {
        width: 100%;
        margin-right: 10px;
    }
    header .navbar-nav .nav-item {
        margin-right: 0px;
    }
    .info-detail a {
        display: block;
        width: 100%;
    }
    .contact-wrapper .phone {
        font-size: 14px;
        font-weight: 600;
        display: block;
    }
    .navbar-collapse .nav-img {
        display: none;
    }
    .collapse:not(.show) {
        display: flex !important;
        flex-direction: row;
    }
    .navbar-nav {
        flex-direction: row;
    }
    @media (min-width: 576px) {
        .container {
            max-width: 100%;
        }
    }
    .left-shape {
        display: none;
    }
    section {
        overflow-x: hidden;
    }
    .service-spacer {
        padding: 25px 0;
    }
    .services-header-wrapper .service-heading {
        font-size: 20px;
    }
    /* .work-img {
        display: none;
    } */
    .global-wrapper {
        max-width: none;
        margin-bottom: 30px;
    }
    .services-header-wrapper .subheading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner-detail {
        padding: 30px 0px;
    }
    .banner-detail .header-banner {
        display: none;
    }
    .explore-tags ul li {
        flex: 0 0 32%;
        max-width: 32%;
    }
    .recruitment .recruitment-header {
        text-align: center;
    }
    /* .footer-bottom .privacy-policy {
        border: none;
    } */
    .hero-section .main-heading {
        font-size: 40px;
    }
    .hero-section .left-section {
        height: 600px;
    }
    .hero-section .bg {
        transform: translateY(0px);
    }
    .how-it-works h2 {
        font-size: 28px;
        color: #141212;
        font-weight: 500;
        margin-bottom: 18px;
        text-align: center;
    }
    .how-it-works p {
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        text-align: center;
        height: 45px;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .how-it-works h2 span {
        font-size: 32px;
    }
    .service-card-wrapper {
        margin-top: 0;
    }
    .service-card-wrapper .service-card {
        padding: 15px;
    }
    .services-spacing-bottom {
        padding-bottom: 30px;
    }
    .recruitment {
        padding: 60px 0;
    }
    .recruitment h3 {
        font-size: 34px;
        margin-bottom: 50px;
    }
    .recruitment-banner-1 {
        width: 570px;
        height: 310px;
    }
    .recruitment-banner-2 {
        top: 0px;
        right: 0%;
        width: 290px;
        height: 150px;
    }
    .recruitment-banner-3 {
        bottom: -35px;
        right: 0px;
        width: 290px;
        height: 180px;
    }
    .global-container {
        flex-direction: column;
        display: flex;
    }
    .work-img {
        margin-bottom: 30px;
    }
    .work-link {
        display: block;
        margin-bottom: 10px;
    }
    .banner-detail .tag-list ul li a {
        padding: 6px 10px;
    }
    .section-header {
        padding-bottom: 10px;
    }
    .global-wrapper,
    .global-container.global-container-left .global-wrapper {
        position: static;
        transform: translateY(0);
        top: 0px;
        padding: 0px 20px !important;
        text-align: center;
    }
    .global-container .work-img {
        width: 100%;
    }
    .global-container .work-img-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .how-it-works h2 {
        font-size: 20px;
    }
    .navbar-toggler[aria-expanded="true"]>.navbar-toggler-icon {
        transform: rotate(45deg) translate(1px, -1px);
        transition: 0.4s all;
        margin: 0;
    }
    .navbar-toggler[aria-expanded="true"]>.navbar-toggler-icon:nth-of-type(2) {
        display: none;
    }
    .navbar-toggler[aria-expanded="true"]>.navbar-toggler-icon:nth-of-type(3) {
        transform: rotate(-45deg) translate(1px, 0px);
        margin: 0;
    }
    /* .navbar-collapse::before {
        content: "";
        position: fixed;
        right: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        pointer-events: none;
        transition: 0.2s ease;
    } */
    /* .navbar-collapse {
        position: fixed;
        top: 0;
        right: 10px;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        overflow-y: auto;
        padding-left: 10%;
        z-index: 999;
    } */
    .navbar-collapse.collapsing {
        height: 100%;
        -webkit-transition: right 0.2s ease;
        -o-transition: right 0.2s ease;
        -moz-transition: right 0.2s ease;
        transition: right 0.2s ease;
        right: -100%;
    }
    .navbar-collapse.show {
        right: 0;
        -webkit-transition: right 0.2s ease-in;
        -o-transition: right 0.2s ease-in;
        -moz-transition: right 0.2s ease-in;
        transition: right 0.2s ease-in;
    }
    /* .navbar-nav {
        padding-top: 30px;
        background: #000;
        height: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    } */
    .navbar-toggler {
        z-index: 1000;
    }
}

@media screen and (max-width: 767px) {
    .banner-detail h1 {
        font-size: 20px;
        margin-top: 23px;
    }
    .explore-jobs h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .explore-jobs .explore-tags ul li a {
        font-size: 14px;
        height: 65px;
    }
    .recruitment h3 {
        font-size: 20px;
    }
    .recruitment,
    .explore-jobs {
        padding: 30px 0;
    }
    .popular-jobs .heading {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .global-container .work-img {
        width: 100%;
    }
    .contact-container {
        padding: 25px;
    }
}

@media screen and (max-width: 600px) {
    .recruitment .zoom {
        transition: transform 0.5s;
        margin: 0 auto;
        cursor: pointer;
    }
    .recruitment .zoom:hover {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 9999;
    }
    .talent-baner .talent-ecosystem-section .right-section a {
        display: block;
        width: 100%;
    }
    .contact-heading {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .banner-detail {
        padding: 0;
        text-align: center;
    }
    .banner-detail .banner-search-input {
        width: 100%;
        margin-bottom: 8px;
        font-size: 12px;
        height: 45px;
    }
    .banner-detail .banner-detail-search {
        width: 100%;
        margin-left: 0 !important;
        font-size: 12px;
        height: 45px;
        font-weight: 500;
    }
    .banner-detail .tag-list ul li a {
        font-size: 12px;
    }
    .explore-tags ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .explore-tags li.explore-setting a {
        background-size: 25px;
    }
    .explore-tags li.explore-cash a {
        background-size: 18px;
    }
    .explore-tags li.explore-bulb a {
        background-size: 20px;
    }
    .explore-tags li.explore-people a {
        background-size: 20px;
    }
    .explore-tags li.explore-ai a {
        background-size: 25px;
    }
    .explore-tags li.explore-search-icon a {
        background-size: 25px;
    }
    .recruitment .recruitment-banner {
        margin-left: 0 !important;
    }
    .recruitment .recruitment-big-img {
        display: none;
    }
    .recruitment .recruitment-img {
        display: block !important;
    }
    .popular-jobs {
        padding: 20px 15px;
    }
    .popular-jobs .popular-card {
        padding-left: 0;
    }
    .popular-jobs .freelance {
        padding: 10px;
    }
    .footer-contact-us {
        margin-bottom: 5px;
    }
    .footer-contact-us .btn {
        display: block;
        margin: auto;
    }
    .hero-section .left-section {
        height: 400px;
    }
    .hero-section .main-heading {
        font-size: 30px;
    }
    .hero-section .main-heading br {
        display: none;
    }
    .recruitment-banner-1 {
        width: 100%;
        height: 100%;
        margin-bottom: 30px !important;
    }
    .recruitment-banner-1 .banner-number {
        left: 22px;
    }
    .recruitment-banner-2 {
        width: 100%;
        height: 100%;
        margin-bottom: 30px !important;
        position: relative;
        top: 0;
        right: 0;
    }
    .recruitment-banner-3 {
        width: 100%;
        height: 100%;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .quick-links,
    .footer-about-us p,
    .footer-contact-us h5,
    .footer-contact-us p {
        display: none;
    }
    .footer-about-us {
        text-align: center;
    }
    .footer-contact-info {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .spacer {
        padding: 20px 0;
    }
    .social-links {
        margin-bottom: 0.5rem;
    }
    .footer-bottom {
        border-top: none;
        padding-top: 0;
    }
    .footer-terms {
        display: block;
        align-items: center;
        text-align: center;
    }
    .contact-mobile {
        padding-bottom: 30px;
    }
}

@media(max-width:767px) {
    .spacer {
        text-align: center;
    }
    .footer-about-us p {
        max-width: 100%;
    }
    .footer-terms {
        justify-content: center;
    }
}

@media (max-width:600px) {
    .footer-contact-info {
        justify-content: center;
        flex-direction: column;
    }
    .footer-none {
        display: none;
    }
}

 ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

 ::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
}
