/* =====================
   Google Fonts Import
===================== */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');

/* =====================
   Root Variables
===================== */
:root {
  /* Brand Colors */
  --primary-color: #6c8693;
    --secondry-color: #105099;
  --black-color: #000000;
  --light-bg: #EBF3FE;
  --grey-color: #D9D9D9;
  --soft-blue: #D4E9EF;
  --white-color: #FFFFFF;
  --yellow:#F1C40F;
  /* Fonts */
  --font-body: "Outfit", sans-serif;
  --font-poppins: 'Poppins', sans-serif;

  /* Font Sizes */
  --heading-lg: 45px;
  --title: 35px;
  --small-heading: 21px;
  --nav-menu: 20px;
  --mob-title:30px;
  --nav-menu-res:16;
  /* --body: 16px; */
}

h1, h2, h3{
  font-family: var(--font-body);
  font-size: var(--heading-lg);
  font-weight: 700;
}
p, a{
  color: #000;
}
body {
  font-family:var(--font-poppins);
}
.fa {
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-weight: var(--fa-style, 900);
}
ul.navbar-nav li a {
    font-size: 18px;
    color:#000;
}
/* Mega menu base */
.mega-menu {
    left: 0;
    right: -8px;
    top: 88%;
    border-radius: 0px;
    background: #fff;
    width: 96%;
    margin: 0 auto;
    border-radius: 0px 0px 20px 20px;
        padding: 23px 0;
}

/* Title */
.mega-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

/* Links */
.mega-menu ul li a {
  display: block;
  padding: 6px 0;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.mega-menu ul li a:hover {
  color: #e53935;
}
.main-header {
    width: 100%;
    transition: all 0.3s ease;
}

.main-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

/* Desktop only hover open */
/* @media (min-width: 992px) {
  .navbar .dropdown:hover .mega-menu {
    display: block;
  }
} */
.dropdown-menu[data-bs-popper] {
    top: 89%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
/* HERO */
.hero-section {

  padding: 80px 0;
}
.only_index_page {
    position: relative;
    z-index: 999;
    top: 35px;
}
.hero-section {
    padding: 80px 0;
    height: 100%;
    min-height: 698px;
    max-height: 750px;
}

section.hero-section:before {
    content: "";
    position: absolute;
    left: 2.3%;
    height: 100%;
    width: 96%;
    background-color: #eff6ff;
    top: -85px;
    border-radius: 40px;
}
.logo_top img {
    width: 100px;
}

/* Find Job Box */
.find-job-bx{
	text-align:left;
}
.find-job-bx h2{
	font-size: 45px;
    line-height: 60px;
	font-weight:500;
}
.find-job-bx p{
	margin-bottom:10px;
}
.find-job-bx form {
    padding: 30px 30px 5px 30px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 11;
}
.find-job-bx .input-group-text,
.find-job-bx .form-control{
	border-radius:0;
	background-color: transparent;
	border-width: 0 0 2px 0;
	border-color:var(--primary);
	height: 100%;
}
.find-job-bx .form-control{
	padding:0;
	height:50px;
	color:#000;
	font-size:16px;
}
.find-job-bx .form-group{
	position:relative;
}
.find-job-bx .form-group label{
	color: #000;
	font-size: 16px;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	font-weight: 400;
	transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}
.find-job-bx .form-group.focused label{
	top: -12px;
	font-size: 12px;
	opacity:0.4;
}
.find-job-bx .input-group-text{
	padding:0;
}
.find-job-bx .dezPlaceAni .site-button{
	height:50px;
}
.find-job-bx .bootstrap-select .dropdown-toggle,
.find-job-bx .bootstrap-select .dropdown-toggle:active, 
.find-job-bx .bootstrap-select .dropdown-toggle:focus, 
.find-job-bx .bootstrap-select .dropdown-toggle:hover{
	border-width: 0 0 2px 0 !important;
	border-color: var(--primary) !important;
	background-color: transparent !important;
	border-radius: 0;
	height: 50px;
	padding: 0 0 0 0;
	font-family: rubik;
	color: #000;
	font-size: 15px;
}
.find-job-bx .bootstrap-select .dropdown-toggle > div{
	height:auto;
}
.find-job-bx .bootstrap-select ul li{
	font-size: 15px !important;
}
.find-job-bx .bootstrap-select.btn-group .dropdown-toggle .caret{
	top: 20px;
	right: 0;
	font-size: 12px;
}
.find-job-bx .bootstrap-select.btn-group .dropdown-toggle .caret::before{
    content: "\f078";
}
.browse-job .bootstrap-select.btn-group .dropdown-toggle .caret{
	top: 15px;
}
.table-job-bx.browse-job .bootstrap-select.btn-group .dropdown-toggle .caret{
	top: 13px;
}
/* Floating label wrapper */
.floating-label {
  position: relative;
  margin-bottom: 20px;
}

/* Inputs & Select */
.floating-label .form-control {
  height: 50px;
  padding: 12px 12px;
}

/* Label default */
.floating-label label {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 14px;
  color: #777;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background: #fff;
  padding: 0 6px;
}

/* On focus / value */
.floating-label input:focus + label,
.floating-label input:valid + label,
.floating-label select:focus + label,
.floating-label select:valid + label {
  top: -6px;
  font-size: 14px;
  color: #f24141;
}

/* Location icon */
.location-search .location-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

/* Padding for icon */
.location-search .form-control {
  padding-right: 40px;
}

.position_set_header {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 38%;
}
.btn_style1 {
    background-color: #f24141;
    color: #fff;
    padding: 10px 20px;
}
.btn_style1:hover {
    background-color: transparent;
    color: #532929 !important;
    border: 1px solid #212529;
}
.titleTop span {
    color: #f24141;
}
.z_index {
    position: relative;
    z-index: 99;
}
.find-job-bx .dezPlaceAni .site-button {
    height: 50px;
    background-color: #f24141;
    border-radius: 50px;
    border: 0;
    color: #fff;
    width: 100%;
}

/** Choose  Us ***/
section.whychoose-section {
    background-color: #105099;
    padding: 60px 0;
    margin: 60px 0;
}
.img_size {
    border-radius: 15px;
}

/** End Choose us***/
section.hiring-section {
    background-color: #f24141;
    padding: 90px 0;
    margin-bottom: 70px;
        margin-top: 30px;
}
/* CATEGORIES */

.company-grid .col-12 {
    display: flex;
}
.company-logo img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: -1px -2px 2px rgba(15, 23, 42, 0.12);
    padding: 10px;
}
.company-card h5 {
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0;
}
.company-meta {
    font-size: 16px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
   padding: 13px 0;
    justify-content: center;
}
.company-openings {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 12px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.company-openings i {
    color: #105099;
}

/* SLIDER */
.companies-slider {
  padding: 0px 0;
  background: #fafafa;
}

.company-card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    width: 100%;
    border: 1px solid #a7c2d340;
}
.company-card img {
  max-width: 120px;
  margin-bottom: 15px;
}

/* FOOTER */
.footer {
  background: #444343;
  color: #fff;
  padding: 20px 0;
}

/* Owl dots */
.owl-theme .owl-dots .owl-dot.active span {
  background: #ff3b3b;
}


/*** Vertical  slider  start***/
.roles-section {
  padding: 10px 0 0px 0;
}
.job_opper_wrap ul li {
    margin-bottom: 15px;
}
.role-card h6 {
    font-size:22px;
}

.roles-section h2 span {
  color: #ff3b3b;
}

.roles-section p {
  color: #555;
  max-width: 500px;
}

.explore-btn {
  background: #ff3b3b;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
}

/* Slider Cards */
.role-card {
  background: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  border-bottom: 1px solid #105099;
}

.roles-swiper {
  height: 360px;
  overflow: hidden;
}



.role-card span {
  background: #105099;
  padding: 6px 15px;
  border-radius: 20px;
  color:#fff;
  font-size: 14px;
}

.swiper.roles-swiper {
    padding-left: 20px;
    padding-right: 60px;
}
.swiper-button-next:after, .swiper-button-prev:after {

    font-size: 20px;

}
.swiper-button-prev {
    left: -3px;
}
 .roles-slider-vertical {
      height: 360px;
    }

    .roles-slider-vertical .owl-stage-outer {
      height: 360px !important;
    }
/* 
    .role-card {
      background: #fff;
      padding: 20px 25px;
      border-radius: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      margin-bottom: 20px;
    } */


/* Custom Dots */


/*** Vertical  slider  End ***/

.industries-section{
  padding:40px 0px  60px 0px;
}

.industry-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #105099;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    margin-bottom: 20px;
    margin-right: 20px;
}
.industry-chip .chip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    color: inherit;
    box-shadow: 0 5px 12px rgba(37, 99, 235, 0.15);
}
.industries-grid {
    text-align: center;
}
/*** start Footer ***/

.btn-alert {
  background: var(--accent-red);
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
}

.btn-alert:hover {
  background: #e53434;
  color: #fff;
}

.alert-user {
  max-width: 360px;
}

/* SVG SHAPE */
.alert-shape-right {
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.search-box input[type="search"] {
  -webkit-appearance: none;
}
/*** city availity ***/

.city-section {
  text-align: center;
  padding: 0px 0px  60px 0px;
}


.city-section {
 background-color: #105099;   /* repeat na ho */
  padding: 80px 0;                 /* section spacing */
  position: relative;
  background-attachment: fixed;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 15px;

  margin: auto;
}

.city-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}

.city-card img {
    width: 90px;
    height: auto;
    margin-bottom: 16px;
}

.city-card p {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
.city-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.view-all {
  margin-top: 40px;
}

.btn-view {
  background: #ff4b4b;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-view:hover {
  background: #e63e3e;
}

@media (max-width: 1200px) {
  .city-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*** End city availitiy
/*** Counter css ***/
.counter-box {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}

.counter-box h2 {
    font-size: 40px;
    font-weight: 700;
    color: #105099; /* Bootstrap primary */
    margin-bottom: 10px;
}

.counter-box p {
    font-size: 15px;
    color: #555;
    margin: 0;
}
/*** end counter css **/
/* Testimonials */
.testimonial-section{
padding-bottom:40px;
}
.testimonials-section {
	background: linear-gradient(120deg, rgba(237, 242, 255, 0.65) 0%, rgba(219, 245, 255, 0.65) 100%);
	padding-top: 90px;
	padding-bottom: 90px;
}
.testimonials-wrap {
	position: relative;
	margin-top: 40px;
	padding: 0 48px;
}
 .testimonial-card {
	background: #ffffff;
	border-radius: 15px;
	padding: 34px 28px;
	border: 1px solid rgba(148, 163, 184, 0.12);
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 280px;
}
.testimonial-quote i {
	font-size: 28px;
	color: #2563eb;
}

.testimonial-swiper p {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
};
	
.testimonial-author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
}
.testimonial-author img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 50%;
  margin-right: 8px;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
}
.testimonial-author .name {
	display: block;
	font-weight: 700;
	color: #111827;
}
.testimonial-author .role {
	display: block;
	font-size: 16px;
	color: #000;
}
.testimonials-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
	color: #105099;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}
.testimonials-prev {
	left: 0;
}
.testimonials-next {
	right: 0;
}

.testimonial-author {
    display:flex;
    align-items: center;
}
.job_seekar .card-body h6 {
    font-size: 20px;
}
.job_seekar .card-body small {
    font-size: 16px;
}


@media (max-width: 991px) {
	.testimonials-wrap {
		padding: 0;
	}
	.testimonials-nav {
		display: none;
	}
}

/*** End Testimonial ******/

/*** JOb skeer ****/
.card {
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.g_img {
    width: 53px;
    border: 1px solid #d7d7d7;
    height: 50px;
    object-fit: contain;
    padding: 3px;
}

/*** End Job Skeer ***/

/*** Filter Page  start *****/
.page-header-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  overflow: hidden;
  padding: 203px 0 114px;
  z-index: 1;
}
.sec-overlay-black:before {
    background-color: #272a33;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb li {
    color: #a7a5a5;
}
/* PAGE BG */
.job-listing-page {
  background: #f6f8fb;
}

/* FILTER */
.filter-box {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.filter-group {
  margin-bottom: 18px;
}

.filter-group h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.clear-filter {
    font-size: 16px;
    text-decoration: none;
    color: #105099;
}

/* JOB CARD */
.job-card {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  margin-bottom: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  transition: 0.3s ease;
}

.job-card:hover {
  transform: translateY(-3px);
}

.job-title {
  font-size: 22px;
  font-weight: 600;
}

.job-title .company {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 6px;
}

/* 3 line clamp */
.para-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #000000;
    width: 80%;
}
.job-meta span {
    font-size: 14px;
    color: #000;
    margin-right: 15px;
}
.form-select-sm {
    font-size: 16px;
   
}
.form-control-sm {
    font-size: 16px;
}
/* MOBILE */
@media (max-width: 768px) {
  .job-card .d-flex {
    flex-direction: column;
  }

  .job-card .text-end {
    text-align: left;
    margin-top: 10px;
  }
}
.btn_style-two {
    white-space: nowrap;
}
/** End Filter *****/


/* FOOTER */
.main-footer {
  background: #000;
  color: #fff;
  padding: 60px 0 15px;
}

.footer-logo img {
    height: 72px;
}

.main-footer h6 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
}
.main-footer ul {
  list-style: none;
  padding: 0;
}

.main-footer ul li {
  margin-bottom: 8px;
  font-size: 16px;

}


.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid #222;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.social_group ul {
    list-style: none;
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
    transition: all 0.3s ease-in-out;
}
.social_group ul li a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #105099;
    transition: all 0.3s ease-in-out;
}
.social_group {
    padding-top: 30px;
}
.main-footer ul li a {
    color: #fff;
    text-decoration: none;
}
.social_group ul li a {
    color: #105099;
}
/*** End Footer  ****/

/*** packagd start**/
.package-section .card-header h4 {
    font-size: 30px;
    padding: 13px 10px;
}
.card-header h4 {
    font-size: 30px;
    padding: 13px 10px;
}
.price {
    font-size: 50px;
    font-weight: 700;
    color: #0a509c;
}
.card-header.bg-blue {
    background-color: #0a509c;
}
.btn_style2 {
    background-color: #0a509c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
}
.card.pricing-card {
    border-radius: 15px;
}
.card-header {
    border-radius: 15px 15px 0px 0 !important;
}

.package-section  .list-unstyled  li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

.package-section  .list-unstyled  li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #0a509c; /* green */
    font-weight: 600;
}

section.package-section  .list-unstyled li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 16px;
}
section.package-section {
    background-color: #eff6ff;
    margin-top: 85px;
    margin-bottom: 85px;
}
/***end start ***/
/*** start *****/
.job_seekar  .card.blog-card {
    text-align: center;
    border: 1px solid #105099;
    border-radius: 15px;
}
.job_seekar  .card.blog-card img {
    border-radius: 15px;
}
.job_seekar  .card-footer {
    background-color: #105099;;
    color: #fff;
    border-radius: 0px 0px 15px 15px !important;
}
.job_seekar h5.card-title a {
    text-align: center;
    text-decoration: none;
}
.job_seekar h5.card-title {
    padding: 20px 0px 7px 0px;
}
/****End ****/


@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) {

.position_set_header {
    position: absolute;
    right: 0;
    top: 44%;
    z-index: 0;
    width: 38%;
}
.hero-section {
    padding: 80px 0;
    height: 100%;
    min-height: 633px;
    max-height: 665px;
}
.company-section {
    margin-top: 40px;
}
.roles-section {
    padding: 70px 0;
}
.industries-section {
    padding: 50px 0px 50px 0px;
}
.city-section {
    padding: 60px 0 60px 0;
}
}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px)
and (orientation: landscape) {
      .position_set_header {
        position: absolute;
        right: 0;
        top: 15%;
        z-index: 0;
        width: 38%;
    }
}
/* Mobile only */
@media (max-width: 991px) {
   .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #d3e8f7;
        padding: 36px 10px;
        border-radius: 0 0 12px 12px;
        z-index: 1111;
        border-top: 1px solid;
    }

  /* Center menu items */
  .navbar-nav {
    text-align: left;
  }

  .navbar-nav .nav-link {
    padding: 10px 0;
  }

  /* Buttons spacing */
     .navbar-collapse .d-flex {
        /* flex-direction: column; */
        gap: 10px;
        margin-top: 15px;
        padding-right: 28px;
    }

  .navbar-collapse .btn {
    width: 100%;
    text-align: center;
  }
  .role-card h6 {
    font-size:16px;
}
.swiper.roles-swiper {
    padding-left: 10px;
    padding-right: 0;
}
.social_group ul {
    justify-content: center;
}
.main-footer {
    text-align: center;
}

section.hero-section:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #eff6ff;
    top: 0;
    border-radius: 40px;
}
header.main-header {
    top: 0;
}
.z_index {
    position: relative;
    z-index: 0;
}
ul.dropdown-menu li a {
    font-size: 20px;
}

}



@media (max-width: 767px) {
  .hero-section {
    min-height: 100%;
    max-height: 100%;
}
.z_index {
    position: relative;
    z-index: 0;
}
section.hero-section:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #eff6ff;
    top: 0;
    border-radius: 0;
}
h1, h2, h3 {
    font-family: var(--font-body);
    font-size: var(--mob-title);
    font-weight: 700;
}
.roles-section {
    padding: 40px 0;
}
.role-card h6 {
    font-size:16px;
}
.social_group ul {
    justify-content: center;
}
footer.main-footer {
    text-align: center;
}
header.main-header {
    position: relative;
    z-index: 1;
    top: 0;
}
.row.g-4.company-grid {
    padding-top: 10px;
}
.section.company-section {
    padding-top: 46px;
}
.page-header-area {
        padding: 40px 0 40px;
        z-index: 0;
    }
    .logo_top img {
    width: 80px;
}
section.package-section p {
    margin-bottom: 0;
}
section.hero-section {
    text-align: center;
}
section.roles-section {
    text-align: center;
}
section.whychoose-section {
    padding: 40px 0 0px 0;
    margin: 0;
}


.whychoose-section .img-fluid.img_size {
    padding-bottom: 30px;
    text-align: center;
}
.whychoose-section .job_opper_wrap.titleTop h2 {
    text-align: center;
}
section.hiring-section {
    padding: 50px 0;
    margin-bottom: 70px;
    margin-top: 0;
}
.hiring-section .titleTop h3 {
    text-align: center;
}
}