*{
    margin:0;
    padding:0;
    transition:0.5s;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* -----------------------------------------------------------------------------
Global CSS
----------------------------------------------------------------------------- */
:root{
    --theme_font: 'Roboto', sans-serif;
    --main_bg:#59c362;
    --theme_color:#2a3a42;
    --muli_font:'Muli';
}

body{
    font-family: var(--theme_font);
}

input:focus{
    box-shadow: none;
    outline: none;
}
.color_2{
    opacity: 0.8;
}

@media(min-width:1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95% !important;
    }
}
@media(min-width:1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1274px !important;
    }
}
.theme_button{
    padding:10px 30px;
    background:var(--main_bg);
    color:#fff;
    font-family: var(--theme_font);
    font-size:16.5px;
    line-height: 22px;
    letter-spacing: 0.2px;
    border-radius: 25px;
    box-shadow: 3px 3px 6px rgba(0 0 0 / 15%);
    text-transform: uppercase;
    font-weight: 500;
    border:none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}
a.theme_button{
    text-decoration: none;
}
a.theme_button:hover{
    color:#fff;
    background: #081b25;
}
/* .theme_button:after{
    content:'';
    position:absolute;
    left:0;
    top:0%;
    width:100%;
    height:0%;
    background:#081b25;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.theme_button:before{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:0%;
    background:#081b25;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.theme_button:hover:after, .theme_button:hover:before{
    height: 50%;
} */

.section_padding_top{
 padding-top:60px !important;
}

.section_padding_bottom{
    padding-bottom:60px !important;
}
.section_padding{
    padding:60px 0 !important;
}
p{
    font-size:16px;
    line-height: 27px;
    letter-spacing: 0.2px;
    color:var(--theme_color);
    font-family: var(--theme_font);
}
body a{
    color:var(--main_bg);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a{
 font-family: var(--theme_font);
}


/*  owl slider dots */
.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span{
    background: #3b60a0 !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background:#30c46a !important;
}
.owl-theme .owl-dots .owl-dot{
    border-radius:50%;
    height:25px;
    width:25px;
    
}
.owl-theme .owl-dots .owl-dot.active{
    background: #dfefca;
}
/*  owl slider dots */
/* -----------------------------------------------------------------------------
Global CSS
----------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------
Top Header Style 
------------------------------------------------------------------------------ */
.header-top-area ul {
    margin-bottom: 0px;
}

ul.left_info {
    padding-left: 0px;
    list-style: none;
}

ul.left_info li {
    display: inline-block;
    padding-right: 10px;
}

ul.left_info li:last-child {
    padding-left: 10px;
    padding-right: 0px;
}

ul.left_info li a {
    text-decoration: none;
    font-size: 15px;
    color: var(--theme_color);
    font-weight: 400;
    transition:0.5s;
}
ul.left_info li a:hover{
    color:var(--main_bg);
}
ul.left_info li img {
    margin-right: 10px;
}

.header-top-auth ul {
    padding-left: 0px;
    list-style: none;
    text-align: right;
}

.header-top-auth ul li {
    padding: 0px 9px;
    display: inline-block;
    line-height: 1;
}

.header-top-auth ul li a {
    color: var(--theme_color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition:0.5s;
}
a:hover{
    color:var(--main_bg);
}
.header-top-auth ul li a:hover{
    color:var(--main_bg);
}

.header-top-auth ul li:first-child a i {
    margin-right: 6px;
}

.header-top-auth ul li:first-child {
    border-right: 1px solid #c2c2c2;
}

.header-top-auth ul li:last-child {
    padding-right: 0px;
}
.header-top-area {
    padding: 7.5px 0;
    border-bottom: 1px solid #ebebeb;
    background: #f3f3f3;
}
/* ------------------------------------------------------------------------------
Top Header Style 
------------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------------
Header CSS 
--------------------------------------------------------------------------- */
nav.navbar {
    padding: 0;
    height: 81px;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 7%);
    z-index: 2;
}

nav.navbar a.navbar-brand {
    padding: 0;
    position: relative;
    display: block;
    width: 100px;
    height: 102px;
    top: 10px;
    width: 100px;
}

nav.navbar a.navbar-brand img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    object-fit: cover;
}
nav.navbar ul.navbar-nav .nav-item .nav-link {
    font-size: 15.28px;
    font-weight: 500;
    margin-right: 10px;
    color:var(--theme_color);
    font-family: var(--theme_color);
}
nav.navbar ul.navbar-nav .nav-item .nav-link:hover, 
nav.navbar ul.navbar-nav .nav-item .nav-link.active{
    color:var(--main_bg);
}
nav.navbar ul.navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}
.header_button {
    margin-left: 108px;
}
/* ---------------------------------------------------------------------------
Header CSS 
--------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
Hero Slider 
----------------------------------------------------------------------------- */
.hero_bannenr {
    background: #fffdc9;
    color:var(--theme_color);
}
.hero_bannenr .owl-item .item {
    position: relative;
    padding: 110px 0px;
}

.hero_bannenr .owl-item .item .banner_img_area {
    width: 635px;
    position: absolute;
    right: -15px;
    top: 15px;
}
.hero_bannenr .owl-item .item .banner_img_area img{
    width: 100%;
}

.hero_bannenr .sub_title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color:var(--theme_color);
    margin-bottom:15px;
}

.hero_bannenr .hero_title {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 58px;
    color: var(--theme_color);
    margin-bottom: 20px;
}
.hero_bannenr .hero_title span:last-child{
    font-size:60px;
}

.hero_bannenr .hero_desc {
    border-left: 2px solid var(--main_bg);
    color: var(--theme_color);
    margin-bottom: 30px;
    padding: 10px 10px 10px 20px;
}

.hero_bannenr .owl-item.active .sub_title {
    animation: lightSpeedInLeft 1.5s;
   
}
.hero_bannenr .owl-item.active .hero_title {
    animation: lightSpeedInLeft 1.5s;
}
.hero_bannenr .owl-item.active .hero_desc {
    animation: lightSpeedInLeft 1.5s;
}
.hero_bannenr .owl-item.active .theme_button {
    animation: lightSpeedInLeft 2s;
}
/* -----------------------------------------------------------------------------
Hero Slider 
----------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
Search card 
--------------------------------------------------------------------------- */
.form_card {
    display: grid;
    grid-template-columns: 80%  20%;
    align-items: center;
    grid-gap: 15px;
    width: calc(100% - 15px);
    margin-bottom: 15px;
}

h4.sub_title_term {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
}
.term_condition_section ul li,
.term_condition_section ol li{
    margin-bottom: 15px;
}
.term_condition_section h1,
.term_condition_section h2,
.term_condition_section h3{
    font-size:20px;
}
.term_condition_section h3.section_title {
    font-size: 36px;
    font-weight: 600;
    color: var(--theme_color);
}
.search_job_container {
    padding: 30px;
    border: 1px solid #e9f2ff;
    border-radius: 14px;
    box-shadow: 2px 6px 20px rgba(0 0 0 / 4%);
    background:#fff;
}
h2.search_title {
    font-size: 20px;
    color: #3898e2;
    font-weight: 500;
    padding-left: 20px;
    padding-bottom: 10px;
}

.form_card .jon_input input {
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}

.form_card .jon_input .theme_button {
    padding: 16px 30px;
    width: 100%;
}

.fresher_box h5 {
    margin-bottom: 0px;
}

.fresher_box span {
    color: #545454;
}

.register_or_ex a {
    text-decoration: none;
    color: var(--main_bg);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.register_or_ex a:hover{
    color:var(--main_bg);
}
a.theme_border_button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #3898e2;
    color: #3898e2;
    font-size: 16px;
    border-radius: 4px;
    transition:0.5s;
}
a.theme_border_button:hover{
    background:#3898e2;
    color:#fff;
}
.register_or_ex {
    padding-top: 15px;
}
.register_or_ex span {
    display: inline-block;
    padding: 0 15px;
}
.border-left {
    border-left: 1px solid #d4d4d4;
}
/* --------------------------------------------------------------------------
Search card 
--------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------
Service card
------------------------------------------------------------------------- */
.service_card .service_card_header {
    background: #3898e2;
    border-radius: 14px;
    display: flex;
    padding: 10px;
    position: relative;
    margin-bottom: 60px;
}
.service_card .service_card_body p a {
    font-size: 16px;
}
.service_card .service_card_header.theme_bg{
    background:var(--main_bg);
}
.service_card .service_card_header .service_icon {
    background: #fff;
    border-radius: 14px;
    width: 90px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -15px;
    box-shadow: 2px 6px 20px rgb(56 152 226 / 43%);
}

.service_title {
    width: calc(100% - 90px);
    margin-left: auto;
    font-size: 22.22px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.px-30{
    padding:0 36px !important
}
/* -----------------------------------------------------------------------
Service card
------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
What we do
------------------------------------------------------------------------------ */
section.what_we_do.section_padding_bottom {
    padding-bottom: 84px !important;
}   
.what_we_do_img_wra {
    position: relative;
    height: 100%;
    margin-bottom: 24px;
}
.what_we_do_img_wra:after {
    content: '';
    width: 388px;
    height: 1px;
    position: absolute;
    left: 15px;
    top: 15px;
    background: #fff;
    z-index: 9;
}

.what_we_do_img_wra:before {
    content: '';
    height: 248px;
    width: 1px;
    position: absolute;
    left: 15px;
    top: 15px;
    background: #fff;
    z-index: 9;
}

.what_we_do_img_wra img.what_we1 {
    position: absolute;
    top: 0;
    border-radius: 4px;
    
}



.what_we_do_img_wra img.what_we2 {
    position: absolute;
    top: 232px;
    right: 10%;
    border-radius: 4px;
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}


@-webkit-keyframes ImgBounce {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }
  
  @keyframes ImgBounce {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }

.what_we_do_img_wra img.dots {
    position: absolute;
    top: 227px;
    left: -42px;
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/***
  =============================================
      Float Bob X Animation Css
  =============================================
  ***/
  @-webkit-keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(-30px);
    }
  }
  
  @keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(-30px);
    }
  }

  /***
  =============================================
      Float Bob X Animation Css
  =============================================
  ***/
.section_title {
    font-size: 36px;
    font-weight: 600;
    color:var(--theme_color);
}

section.what_we_do .border_left_desc {
    padding: 5px 5px 5px 20px;
    border-left: 4px solid var(--main_bg);
    margin-top: 20px;
    margin-bottom: 35px !important;
}

section.what_we_do .text_desc {
    margin-bottom: 20px;
}
/* -----------------------------------------------------------------------------
What we do
------------------------------------------------------------------------------ */



/* ----------------------------------------------------------------------------
Sponsership 
----------------------------------------------------------------------------- */
section.sponsership_section {
    background: #fffdc9;
}

.sponsership_box_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
}

.sponsership_box_wrapper .spaonsership_inner {
    display: inline-block;
    padding: 30px;
    background: #fff;
    height: 167px;
    border-radius: 25px 25px 4px 25px;
    width: 165px;
    box-shadow: 0 0 15px rgba(0 0 0 / 15%);
    transition:0.5s;
    cursor: pointer;
}
.sponsership_box_wrapper .spaonsership_inner img{
    transition:0.5s;
}

.sponsership_box_wrapper .spaonsership_inner:hover img{
   transform: scaleX(-1);
}

.sponsership_box_item {
    display: flex;
    justify-content: end;
}
.sponsership_box_item:nth-child(2), .sponsership_box_item:nth-child(4){
    justify-content: start;
}
.sponsership_box_item:nth-child(2) .spaonsership_inner, .sponsership_box_item:nth-child(4) .spaonsership_inner{
    border-radius: 25px 25px 25px 4px;
}

.sponsership_box_wrapper .spaonsership_inner h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color:var(--theme_color);
}

.sponsership_box_item:nth-child(3) .spaonsership_inner {
    width: 198px;
    height: 200px;
}

p.section_sub_title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
    color:var(--theme_color);
}

.sponsership_section p.text_desc {
    margin-bottom: 30px;
}

@media(min-width:1200px){
    section.sponsership_section .col-md-7 {
        width: 55%;
    }
    
    section.sponsership_section .col-md-5 {
        width: 45%;
    }
}
/* ----------------------------------------------------------------------------
Sponsership 
----------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
Find Your fit 
--------------------------------------------------------------------------------- */
section.values_makes_section {
    background: #fffdc9;
}
.find_your_fit .find_your_fit_item {
    padding: 20px;
    border: 1px solid #e9f2ff;
    border-radius: 14px;
    box-shadow: 2px 6px 20px rgba(0 0 0 / 4%);
    transition: 0.5s;
    height: 151px;
}

.find_your_fit .find_your_fit_item img{
    transition:0.5s;
}

.find_your_fit .find_your_fit_item:hover img{
    transform:translateY(-5px);
}

.find_your_fit {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   grid-gap: 26px;
}

.find_your_fit .find_your_fit_item p {
   font-size: 16px;
   line-height: 22px;
   margin-bottom: 0px;
   margin-top: 15px;
}
.find_your_fit .find_your_fit_item p a{
    color:var(--theme_color);
    width: 80%;
    display: block;
}
.find_your_fit .find_your_fit_item:hover p a{
    color:var(--main_bg);
}
.find_your_fit .find_your_fit_item:hover{
    box-shadow: none;
    border-color:var(--main_bg);
}
/* ---------------------------------------------------------------------------
Find Your fit 
--------------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------
Job categories 
----------------------------------------------------------------------- */
.job_categories .job_catgories_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    padding: 40px;
    background: #f5f5f5;
    align-items: center;
    margin-bottom: 30px;
}

@media(min-width:768px){
    .job_categories {
        width: 85%;
        margin: 0 auto;
    }
}
.job_categories .job_catgories_item:nth-child(2n){
    background: #fffdc9;
}

.job_categories .job_catgories_item:nth-child(2n) .job_categories_content {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
}

.job_categories .job_catgories_item .job_categories_content p {
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 54px;
}
.job_categories .job_catgories_item .job_categories_content .theme_button {
    margin-top: 10px;
}

.job_categories .job_catgories_item:nth-child(2n) .job_categories_content{
  grid-column-start: 1;
  grid-column-end: 2;
}

.job_categories .job_catgories_item .job_categories_img {
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

.job_categories .job_catgories_item .job_categories_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* -----------------------------------------------------------------------
Job categories 
----------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
New Opening
--------------------------------------------------------------------------- */
.new_opening_section {
    background: #f2faff;
}
/* 
.new_opening_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 26px;
}

.new_opening_grid .new_opening_item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5f3fb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_opening_grid .new_opening_item:hover .new_opening_body_header .new_opening_header h5 a,
.new_opening_grid .new_opening_item:hover .new_opening_body_header .new_opening_header h5 a span{
  color:var(--main_bg);
}
.new_opening_grid .new_opening_item:hover {
    box-shadow: 2px 6px 20px rgba(0 0 0 / 4%);
}

.new_opening_grid .new_opening_item .new_opening_body_header .new_opening_header h5 {
    font-size: 20px;
    transition:0.5s;
}
.new_opening_grid .new_opening_item .new_opening_body_header .new_opening_header h5 a{
    color:var(--theme_color);
}

.new_opening_grid .new_opening_item .new_opening_body_header .new_opening_header {
   padding-right:30px;
   position:relative;
}
.new_opening_grid .new_opening_item .new_opening_body_header .new_opening_header span{
    position:absolute;
    right:0;
    top:0;
    color:#3898e2;
}


.new_opening_grid .new_opening_item .new_opening_footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.new_opening_grid .new_opening_item .new_opening_body_header .new_opening_body p {
    font-size: 15px;
    color: var(--theme_color);
    margin-bottom: 10px;
}

.new_opening_grid .new_opening_item .new_opening_body_header .new_opening_body span {
    display: flex;
    position: relative;
    padding-left: 25px;
    margin-bottom: 16px;
}

.new_opening_grid .new_opening_item .new_opening_body_header .new_opening_body span img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
}

.new_opening_grid .new_opening_item .new_opening_footer span {
    color: #959a9d;
    display: flex;
    font-size: 12px;
} */

/* .career_container.home_career_container {
    grid-template-columns: repeat(4, 1fr);
} */
span.location.full_time {
    background: #3898e2;
}
p.job_type_time {
    margin-bottom: 0px;
}

p.job_type_time b {
    margin-right: 10px;
}
/* --------------------------------------------------------------------------
New Opening
--------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------
Our Client
------------------------------------------------------------------------ */
.our_client_body {
    padding: 20px;
    background: #f7f9ff;
    display: flex;
    border:1px solid #ebeffb;
}

.our_client_body .our_client_img {
    width: 148px;
    margin-top: -40px;
}

.our_client_body .our_client_content {
    width: calc(100% - 148px);
    padding-left: 32px;
}

.our_client_body .our_client_content p {
    font-size: 17px;
}

.our_client_body .our_client_content .our_client_footer .rating i {
    color: #fcc153;
}

.our_client_body .our_client_content .our_client_footer .name_destination h5 {
    font-size: 17px;
    margin-bottom:0px;
    color:var(--theme_color);
}

.our_client_body .our_client_content .our_client_footer .name_destination h5 span {
    font-weight: 300;
}

.our_client_body .our_client_content .our_client_footer .name_destination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our_client_body .our_client_content .our_client_footer .name_destination img {
    width: 32px;
}

.our_client_slider .item {
    padding-top: 20px;
}


.our_client_slider .owl-nav {
    margin-top: 0px !important;
    margin-right:-60px;
    margin-left:-60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.our_client_slider .owl-nav button.owl-next {
    transform: scaleX(-1);
}

body .our_client .our_client_slider .owl-nav button {
    width: 45px;
    height: 45px;
    box-sizing: border-box !important;
    padding: 0 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 16px rgb(0 0 0 / 7%);
    color: #30c46a;
}

body .our_client .our_client_slider .owl-nav button:hover {
    background: #85ddee;
    color: #fff;
}
body .our_client .our_client_slider .owl-nav button span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

body .our_client .our_client_slider .owl-nav .disabled {
    opacity: 1 !important;
}

body .our_client .our_client_slider{
    padding: 0 60px;
}
/* ------------------------------------------------------------------------
Our Client
------------------------------------------------------------------------ */


/*================================================
18 - FOOTER AREA CSS
==================================================*/

.peulis-footer-area {
	background: #29383f;
	position: relative;
	z-index: 1;
    font-family: var(--muli_font);
}

.single-footer h3 {
	color: #fff;
	font-family:  var(--muli_font);
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.footer-menu ul {
    padding-left: 20px;
}
.footer-menu li {
    list-style: square;
    color: #a9afb2;
}
.contact-info-item ul li {
    color: #fff;
    line-height: 20px;
    font-family: var(--muli_font);
}
.contact-info-item ul li i {
    color: #fff;
    font-size: 26px;
    margin-right: 16px;
    width: 27px;
}
footer hr {
    border: none;
    border-top: 1px dashed #fff;
    width: 71px;
    text-align: left;
    margin: 21px 0;
}
.footer-logo img {
	width: 185px;
	margin-top: 10px;
}

.single-footer p {
	font-size: 15px;
	line-height: 25px;
	color: #fff
}

.single-footer ul {
    margin-top: 10px;
    list-style: none;
    padding-left: 0px;
}

.single-footer ul li {
	margin: 3px 0
}

.single-footer ul li a {
    color: #fff;
    / text-transform: capitalize; /
    font-size: 15px;
    font-family: var(--muli_font);
    transition: 0.5s;
}
.single-footer ul li a:hover{
    color:var(--main_bg);
}

.single-footer ul li a:hover {
	color: #fff
}

.footer-bottom-box {
    border-top: 1px solid #5c747d;
    padding: 10px 0;
    text-align: center;
}

.footer-bottom-left ul {
	text-align: right;
}

.footer-bottom-left ul li {
	display: inline-block;
    font-family: var(--muli_font);
}

.footer-bottom-left p {
	color: #fff;
	font-size: 15px;
    font-family: var(--muli_font);
}

.footer-bottom-left p a {
	color: #fff;
    font-family: var(--muli_font);
}

.footer-bottom-left ul li {
	margin-right: 10px
}

.footer-bottom-left ul li:last-child {
	margin-right: 0px
}

.footer-bottom-left ul li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 15px;
    font-family: var(--muli_font);
}

.footer-bottom-left p {
	margin-top: 5px;
    font-family: var(--muli_font);
}
.single-footer input[type="email"] {
    background: rgba(255,255,255,.5);
    border: 0;
    padding: 10px 10px;
    width: 100%;
    color: #fff;
    margin: 15px 0;
    font-family: var(--muli_font);
    padding-bottom:14px;
}
.single-footer input[type="email"]::placeholder {
    color: #fff;
}
.single-footer input[type="submit"] {
    background: #3898e2;
    border: 0;
    padding: 10px 10px;
    width: 100%;
    color: #fff;
    font-family: var(--muli_font);
    padding-bottom: 14px;
    transition:0.5s;
}
.single-footer input[type="submit"]:hover{
    background:#3b60a0;
}

.contact-info-item ul.footer_list li {
    position: relative;
    display: flex;
    margin-bottom: 22px;
    align-items: center;
}

.contact-info-item ul.footer_list li .footer_icon {
    width: 45px;
    height: 45px;
    background: #3d555e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-info-item ul.footer_list li:last-child {
    margin-bottom: 0px;
}

.contact-info-item ul.footer_list li .an_text {
    width: calc(100% - 45px);
    padding-left: 15px;
    display: block;
}

.contact-info-item ul.footer_list li:last-child p a i {
    font-size: 16px;
}

.contact-info-item ul.footer_list li:last-child p a i:hover {
    color: var(--main_bg);
}
.single-footer.footer-menu ul {
    padding-left: 20px;
}

.footer-bottom-left p {
    font-size: 14px;
    font-family: var(--muli_font);
}

.footer-bottom-left ul li a {
    font-size: 14px;
    font-family: var(--muli_font);
}

.footer-bottom-left ul li a:hover{
    color:var(--main_bg);
}
.footer_middle p {
    color: #fff;
    font-size: 14px;
    font-family: var(--muli_font);
    margin-bottom:0px;
}
.middle_footer_content {
    border-top: 1px solid #5c747d;
    padding-top: 15px;
    padding-bottom: 5px;
}


@media(min-width:768px){
    .contact-info-item {
        width: 70%;
    }
    .peulis-footer-area .col-md-4.ctm_width {
        width: 35%;
    }
    
    .peulis-footer-area .col-md-8.ctm_width {
        width: 65%;
    }
}


/* ----------------------------------------------------------------------
Inner pages CSS 
-------------------------------------------------------------------------- */

.light_gray_bg{
    background: #f2faff;
}

/* Explore css */
section.breadcrumb_section {
    position: relative;
    z-index: 1;
}

section.breadcrumb_section:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #3898e2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/dots.png);
}
ul.easy_apply_job {
    list-style: none;
    padding-left: 0px;
    padding-right:40px;
    padding-top:20px;
}

.you_r_hire {
    position: relative;
}

.you_r_hire .your_hire {
    position: absolute;
    top: 27%;
    left: 0;
    max-width: 242px;
    padding: 20px;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.you_r_hire .your_hire:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 81%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(20px);
    /* background: linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%); */
}

.you_r_hire .your_hire h5 {
    font-size: 18px;
}
.you_r_hire .your_hire h5 svg {
    margin-right: 8px;
}

ul.easy_apply_job li h4 {
    font-size: 18px;
}
ul.easy_apply_job li {
    padding-left: 25px;
    position: relative;
    padding-bottom:15px;
}

ul.easy_apply_job li:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    background: #30c46a;
    left: 0;
    border-radius: 50%;
}
.breadcrumb_list {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0;
}
.breadcrumb_list .breadcrumb_list_item{
    display: inline-block;
    padding:0px 20px;
    position:relative;
}
.breadcrumb_list .breadcrumb_list_item:first-child{
    padding-left:0px;
}
.breadcrumb_list .breadcrumb_list_item:after {
    width: 2px;
    content: '';
    height: 16px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
    background: #fff;
}
.breadcrumb_list .breadcrumb_list_item:last-child:after{
    display: none;
}
.breadcrumb_list .breadcrumb_list_item a{
    color:#fff;
    font-size:20px;
    font-weight: 500;
}
.breadcrumb_list .breadcrumb_list_item:last-child {
    padding-right: 0px;
    opacity: 0.7;
}

p.inner_page_desc {
    color: #fff;
}

/* Explore css */


/* ======================================== Explore ============================================= */
.career_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
	padding-bottom:30px;
}

.job_type {
    box-shadow: 0 0.5rem 1rem rgb(170 170 170 / 12%) !important;
    overflow: hidden;
    border-radius: 0.875rem !important;
    border: 1px solid #e3f2fb;
}


.job_type h3 {
    font-size: 1.345rem;
    margin-bottom: 12px;
}
.job_type p {
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}

 .job_type:hover{
    border-color:var(--main_bg);
}
h2.job_section_title {
    font-size: 2.5rem;
    font-weight: 600;
}
span.location {
    display: inline-block;
    font-size: 13px;
    padding: 3px 10px;
    margin-bottom: 15px;
    background: #30c46a;
    border-radius: 4px;
    color: white;
    font-weight: 500;
}
span.theme-color.readm a {
    color: #3898e2;
    display: inline-block;
    border-bottom: 2px solid #3898e2;
    transition: 0.5s;
}
.job_type:hover span.theme-color.readm a{
    color:var(--main_bg);
    border-color:var(--main_bg);
}
.container.cr_container {
        background: url(../images/career-2.svg) no-repeat top left 100px / auto 100%;
        z-index: 1;
        position: relative;
}

.career_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    padding-bottom: 30px;
}
/* ======================================== Explore ============================================= */


/* ================================= job detail ============================= */
form.job_apply_form {
    padding: 40px;
    border-radius: 8px;
    background: #edf1fc;
}

form.job_apply_form .form_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

form.job_apply_form .form_row .form_group input,
form.job_apply_form .form_row .form_group textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
textarea:focus{
    outline:none;
}
form.job_apply_form .form_row .form_group textarea{
    height: 130px;
}
form.job_apply_form .form_row .form_group input[type="submit"]{
    width: auto;
}

form.job_apply_form .section_title {
    text-align: center;
    padding-bottom: 30px;
    line-height: 28px;
}
form.job_apply_form .form_row .form_group.col_2 {
    grid-column-start: 1;
    grid-column-end: 3;
}

form.job_apply_form .form_row .form_group.col_2 label {
    background: #fff;
    display: block;
    padding: 12px;
    border-radius: 4px;
    border: 1px dashed #00c570;
    font-size: 15px;
    cursor: pointer;
    color: #a17575;
}

form.job_apply_form .form_row .form_group.col_2 label span.choose_file {
    display: inline-block;
    padding: 4px 10px;
    background: var(--main_bg);
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
    font-weight: 500;
}

ul.apply_job_desc_list {
    list-style: none;
    padding-left: 0;
}

ul.apply_job_desc_list li.apply_job_item {
    padding: 0 50px 25px 40px;
    position: relative;
}

h5.job_sub_title {
    margin:30px 0px;
}

.job_detail_form {
    position: sticky;
    top: 0;
}

ul.apply_job_desc_list li.apply_job_item:first-child {
    padding-top: 0px;
}

ul.apply_job_desc_list li.apply_job_item:last-child {
    padding-bottom: 0px;
}

ul.apply_job_desc_list li.apply_job_item img {
    position: absolute;
    left: 0;
}

ul.apply_job_desc_list li.apply_job_item p {
    margin-bottom: 0px;
}
/* ================================= job detail ============================= */


/* ================================ about us =============================== */
h4.sub_title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}

ul.employers_cout {
    padding-left: 0;
    list-style: none;
    margin-top: 40px;
}

ul.employers_cout li.employer_list {
    display: flex;
    margin-bottom: 50px;
}

ul.employers_cout li.employer_list .employer_box {
    width: 126px;
}

ul.employers_cout li.employer_list .employer_content_box {
    width: calc(100% - 126px);
    border-left: 1px solid #ccc;
    padding-left: 40px;
}

ul.employers_cout li.employer_list .employer_content_box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

ul.employers_cout li.employer_list .employer_box h4 {
    font-size: 42px;
    color: #59c362;
    margin-bottom: 0px;
    line-height:36px;
}

ul.employers_cout li.employer_list .employer_box span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.who_we_are_content_box {
    padding-right: 70px;
    text-align: right;
    position: relative;
}

.who_we_are_content_box .about_company_box {
    position: absolute;
    bottom: 45px;
    padding: 20px;
    border-left: 15px solid #3898e2;
    display: flex;
    background: #f2faff;
}

.who_we_are_content_box .about_company_box h3.about_conpany_text {
    position: absolute;
    left: -37px;
    font-size: 18px;
    top: 42%;
    transform: rotate(-90deg) translateY(-50%);
}

.who_we_are_content_box .about_company_box ul {
    padding-left: 22px;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.who_we_are_content_box .about_company_box ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}
.who_we_are_content_box .about_company_box ul li:last-child{
    margin-bottom:0px;
}

.who_we_are_content_box .about_company_box ul li:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    background: #59c362;
    transform: translateY(-50%);
}

ul.how_it_work_list {
    padding-left: 0;
    list-style: none;
    margin-left: -4px;
}

ul.how_it_work_list li.how_it_work_list_item {
    margin-bottom: 10px;
}

ul.how_it_work_list li.how_it_work_list_item:last-child {
    margin-bottom: 0px;
}
.font_weight_500{
    font-weight: 500;
}
/* ================================ about us =============================== */

/* ==============================  faq ===================================== */
.faq_wrapper .faqs_tab {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
    padding-left: 0;
}

.faq_wrapper .faqs_tab li.faqs_tab_item {
    box-shadow: 0 0 18px rgb(0 0 0 / 5%);
    border-radius: 15px 15px 0 15px;
    list-style: none;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.faq_wrapper .faqs_tab li.faqs_tab_item .tab_icon_list {
    height: 60px;
    margin: 30px auto;
}

.faq_wrapper .faqs_tab li.faqs_tab_item .tab_icon_list img {
    height: 100%;
}

.faq_wrapper .faqs_tab li.faqs_tab_item h6 {
    background: #e2f3fe;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 14px;
}
.faq_wrapper .faqs_tab li.faqs_tab_item.active h6{
    background:var(--main_bg);
    color:#fff;
}
.faq_panel_wrapper {
    width: 80%;
    margin: 0 auto;
}
.faq_panel{
    display: none;
}
.faq_panel.active{
    display: block;
}
.faq_panel .accordion-item {
    margin-bottom: 13px;
    border: 1px solid #e2f1fa;
    border-radius: 0px;
    background: #f2faff;
}

.faq_panel .accordion-item .accordion-header {
    border-bottom: 0px;
    background: none;
}

.faq_panel .accordion-item .accordion-header button.accordion-button {
    border: none;
    background: #f2faff;
}
.faq_panel .accordion-item .accordion-header button.accordion-button::after{
    width:35px;
    height:35px;
    background-image: url(../img/faq_arrow.png);
    background-size:35px;
}

.faq_panel .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: none;
    border-color: #59c362;
    color: #121212;
}

.faq_panel .accordion-item .accordion-header button.accordion-button {
    border-left: 8px solid #3898e2;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 500;
}

.faq_panel .accordion-item .accordion-header button.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faq_panel .accordion-item .accordion-collapse {
    border-left: 8px solid #30c46a;
}

/* .faq_panel .accordion-item .accordion-collapse.show {
    border-color: #30c46a;
} */

/* ==============================  faq ===================================== */


/* ============================ Blog Page Start ============================== */
.blog_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px;
    padding: 40px 0;
    border-bottom: 1px solid #d4d8d9;
}

.blog_block:first-child {
    padding-top: 0px;
}

.blog_block:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.blog_block .blog_item {
    width: 100%;
}

.blog_block .blog_item .blog_item_img_block {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 304px;
    position:relative;
}

.blog_block .blog_item .blog_item_img_block .date_meta {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    background: #59c362;
    font-size: 16px;
    font-weight: 500;
}

.blog_block .blog_item .blog_item_img_block img {
    width: 100%;
    transition: 0.5s;
    height: 100%;
    object-fit: cover;
}

.blog_block .blog_item .blog_item_img_block:hover img {
    filter: grayscale(1);
    transform: scale(1.05);
}

.blog_block .blog_item .blog_item_content {
    padding: 0 15px;
}
.blog_block .blog_item .blog_item_content p{
    font-size:15px;
    display:-webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_block .blog_item:first-child .blog_item_content{
    padding:0px;
    padding-left:60px;
}
.blog_block .blog_item:nth-child(3n + 1) .blog_item_content{
    padding:0px;
    padding-left:60px;
}

.blog_block .blog_item:first-child{
    grid-column-start:1;
    grid-column-end:3;
    display:grid;
    grid-template-columns:60% 40%;
    align-items:center;
}

/* .blog_block .blog_item:nth-child(4){
    grid-column-start:1;
    grid-column-end:3;
    display:grid;
    grid-template-columns:60% 40%;
    align-items:center;
    border-top:1px solid #d8d8d8;
    padding-top:40px;
} */
.blog_block .blog_item:nth-child(3n + 1){
    grid-column-start:1;
    grid-column-end:3;
    display:grid;
    grid-template-columns:60% 40%;
    align-items:center;
    border-top:1px solid #d8d8d8;
    padding-top:40px;
}
.blog_block .blog_item:first-child .blog_item_img_block {
    margin-bottom: 0px;
    height: 430px;
}
/* .blog_block .blog_item:nth-child(4) .blog_item_img_block {
    margin-bottom: 0px;
    height: 430px;
} */
.blog_block .blog_item:nth-child(3n + 1) .blog_item_img_block {
    margin-bottom: 0px;
    height: 430px;
}
.blog_block .blog_item:first-child{
    border-top:none;
    padding-top:0px;
}
.blog_block .blog_item .blog_item_content .blog_title {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.blog_block .blog_item .blog_item_content .blog_title a{
    color:var(--theme_color);
}
.blog_block .blog_item .blog_item_content .blog_title a:hover{
    color:var(--main_bg);
    text-decoration: underline;
}

.blog_block .blog_item .blog_item_content .simple_button {
    color: #3898e2;
    font-size: 15px;
    transition: 0.5s;
    font-weight: 500;
}
.blog_block .blog_item .blog_item_content .simple_button:hover{
    color:var(--main_bg);
    text-decoration: underline;
}

.blog_block .blog_item .blog_item_content a i {
    font-size: 13px;
    padding-left: 5px;
}
/* ============================ Blog Page Start ============================== */


/* =========================== Blog detail ============================ */
.blog_detail_img .deta_meta {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #30c46a;
    padding: 8px 14px;
    font-size: 14px;
}
.blog_detail_img {
    position: relative;
}

.blog_detail h1,
.blog_detail h2,
.blog_detail h3,
.blog_detail h4{
    line-height:32px;
    margin-bottom:15px;
}
.blog_detail h1 {
    font-size:28px;
}
.blog_detail h2 {
    font-size:26px;
}
.blog_detail h3 {
    font-size:24px;
}
.blog_detail h4{
    font-size:22px;
}
.blog_detail h5,
.blog_detail h6{
	font-size:20px;
    margin-bottom:30px;
}
.blog_detail p{
    text-align:justify;
    margin-bottom:30px;
}
.blog_detail .section_title{
    margin-bottom:30px;
}
.blog_detail img{
    border-radius:10px;
    margin-bottom:30px;
}
.blog_detail ul,
.blog_detail ol{
    padding-left:18px;
}
.blog_detail ul li,
.blog_detail ol li{
    font-size:16px;
    line-height:24px;
    text-align:justify;
    margin-bottom:20px;
}

.section_padding.blog_detail p:last-child {
    margin-bottom: 0;
}
/* =========================== Blog detail ============================ */


/* ============================ Contact us =========================== */
.contact_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.contact_info .info_heading {
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact_info .info_heading:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #dceffb;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.contact_info .info_heading h5 {
    display: inline-block;
    background: #fff;
    padding: 7px 40px;
    font-size: 20px;
    margin-bottom: 0px;
    position: relative;
}
.contact_info .info_heading h5:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dceffb;
    outline: 2px solid #dceffb;
    outline-offset: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.contact_info .info_heading h5:before{
    content:'';
    width:6px;
    height:6px;
    border-radius: 50%;
    background: #dceffb;
    outline:2px solid #dceffb;
    outline-offset: 3px;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}

.contact_cards {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
}

.contact_cards .contact_card {
    display: flex;
    align-items: self-start;
    border: 1px solid #e3f2fc;
    padding: 20px;
}

.contact_cards .contact_card .contact_card_icon {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 3px 3px 18px rgb(0 0 0 / 7%);
}

.contact_cards .contact_card .contact_card_content {
    width: calc(100% - 50px);
    padding-left: 25px;
}
.contact_cards .contact_card .contact_card_content a{
    color:var(--theme_color);
}

.contact_cards .contact_card .contact_card_icon i {
    color: #30c46a;
    font-size: 18px;
}

.map_section iframe {
    height: 430px;
}

.support_line {
    display: flex;
    margin: 25px 0px;
}

.support_line .support_icon {
    padding-right: 20px;
    border-right: 1px solid #bfc4c6;
}

.support_line h5 {
    padding: 0 25px;
}


.support_line_wrapper .sub_title {
    font-size: 24px;
    margin-bottom: 20px;
}

.related_jobs {
    padding-bottom: 50px;
}

.related_jobs .owl-dots {
    margin-top: 0 !important;
    bottom: 0;
}
/* ============================ Contact us =========================== */


/* ============================ All jobs ==================== */
.all_search_job_section .search_job_container {
    margin-top: -87.5px;
    z-index: 1;
    position: relative;
}
.bg_f6f6f6{
    background:#F6F6F6;
}

.all_jobs_card .all_jobs_header {
    box-shadow: 2px 6px 16px rgba(0 0 0 / 4%);
    background: #fff;
    padding: 20px;
}
.all_jobs_card .all_jobs_header h5 {
    margin-bottom: 0px;
    font-size: 18px;
}

.all_jobs_card .all_jobs_list_card .all_jobs_listings {position: relative;border-bottom: 1px solid #d8d8d8;margin-bottom: 20px;padding: 20px 0;}

.all_jobs_card .all_jobs_list_card .all_jobs_listings .view_details {
    position: absolute;
    right: 0;
    top: 20px;
}

.all_jobs_card .all_jobs_list_card .all_jobs_listings:last-child {
    margin-bottom: 0px;
}

.all_jobs_card .all_jobs_list_card .all_jobs_listings h4.sub_title {
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: 500;
}

.all_jobs_card .all_jobs_list_card .all_jobs_listings p {
    margin-bottom: 0px;
    font-size: 15px;
}
/* ============================ All jobs ==================== */


/* ====================== Apply now ========================== */
.apply_nowsidebar {
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    border: 1px solid #DBDCDE;
    position: sticky;
    top: 0;
}

.apply_nowsidebar h3.section_title {
    text-align: center;
    margin-bottom: 30px;
}

.apply_nowsidebar ul.form_step_tab {
    list-style: none;
    padding-left: 0px;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--main_bg);
}

.apply_nowsidebar ul.form_step_tab li {
    display: block;
    padding: 8px 25px;
    cursor: pointer;
    color: var(--theme_color);
    margin: 0px;
    border:1px solid var(--main_bg);
    border-bottom:0px;
}
.apply_nowsidebar ul.form_step_tab li.active{
    background: var(--main_bg);
    color: #fff;
}

.apply_nowsidebar a {
    color: var(--theme_color);
}

ul.required_list {
    padding-left: 0px;
    list-style: none;
    margin-top: 30px;
}

ul.required_list>li {
    margin-bottom: 14px;
    font-size: 15px;
}

ul.required_list>li ul>li {
    margin-bottom: 12px;
    color: var(--theme_color);
    opacity: 0.8;
}

ul.required_list>li a {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
}

ul.required_list>li a i {
    font-size: 13px;
    margin-right: 8px;
}

ul.required_list>li h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.apply_form_step_wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    border: 1px solid #DBDCDE;
}

.apply_form_step_wrapper h6 {
    font-size: 20px;
}

.apply_form_step_wrapper .progress-bar {
    background-color: #30c46a;
}

.apply_form_step_wrapper .progress {
    margin-bottom: 20px;
}

.apply_form_step_wrapper .progressbar span {
    color: #101010;
    opacity: 0.8;
    display: block;
    margin-bottom: 5px;
}
.apply_form_body {
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 30px;
}

.apply_form_body .days_avail ul.avil_day {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.apply_form_body .days_avail {
    margin-bottom: 0px;
}

.apply_form_body .days_avail p {
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.apply_form_body .days_avail p + span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
    opacity: 0.8;
    display: block;
    margin-bottom: 14px;
}

.apply_form_body .days_avail ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom:0px;
}
.apply_form_footer {
    padding: 20px 0;
}
.apply_form_body .days_avail ul li input {
    display: none;
}

.apply_form_body .days_avail ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.apply_form_body .days_avail ul li span.ctm_radio {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background: #f2f2f2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px solid #DBDCDE;
}

.apply_form_body .days_avail ul li label {
    font-size: 15px;
}

.apply_form_body .days_avail ul li input:checked + span.ctm_radio {
    background: var(--main_bg);
    border-color:var(--main_bg);
}

.apply_form_step_wrapper .apply_form_panel {
    display: none;
}

.apply_form_step_wrapper .apply_form_panel.active {
    display: block;
}


.apply_now_form form.job_apply_form .form_row .form_group input:not([type="radio"]) {
    height: 54px;
    padding-left: 20px;
}

.apply_now_form form.job_apply_form .form_row .form_group textarea {
    padding-left: 20px;
}

.apply_now_form form.job_apply_form .form_row {
    grid-gap: 20px;
}
.apply_now_form form.job_apply_form .form_row .form_group label,
.apply_now_form form.job_apply_form .form_row .form_group span{
    font-size:14px;
    display: inline-block;
    margin-bottom:12px;
}
.apply_now_form form.job_apply_form h5 {
    font-size: 18px;
}
form.job_apply_form .form_row .form_group.col_2 label {
    display: block;
}
form.job_apply_form .form_row .form_group.col_2 label span{
    margin-bottom:0px;
}

.sex_ {
    display: flex;
}

form.job_apply_form .form_row .form_group .sex_ input {
    width: auto;
    margin-right: 8px;
}

form.job_apply_form .form_row .form_group .sex_ label {
    margin-right: 20px;
    margin-bottom: 0px;
}

form.job_apply_form .form_row .form_group .sex_ label:last-child {
    margin-right: 0px;
}
.job_detail_form form.job_apply_form .form_group label,
.job_detail_form form.job_apply_form .form_group span{
    font-size: 14px;
    margin-bottom: 12px;
    display:inline-block;
}
.col-md-4 .job_detail_form form.job_apply_form {
    padding: 30px 15px;
    border-radius: 8px;
    background: #edf1fc;
}

/* ====================== Apply now ========================== */

/* ----------------------------------------------------------------------
Inner pages CSS 
-------------------------------------------------------------------------- */


.loader {
    text-align: right;
}
.loader img {
    width: 35px;
}
.text-danger {
    color: #dc3545!important;
    font-size: 11px !important;
    margin-bottom: 0 !important;
}
.related_jobs  .owl-dots.disabled {
    display: block !important;
}
.blog_detail .postedby {
	margin-bottom: 15px;
}
.owl-carousel.our_client_slider  .owl-nav.disabled {
	display: flex;
}


@media only screen and (min-width:768px) and (max-width:1024px) {
.navbar-toggler:focus {
    box-shadow: 0 0 0;
}	
div#navbarSupportedContent {
    background: #fff;
    padding: 15px;
    position: relative;
    top: -28px;
    border: 1px solid #eee;
    z-index: 9;
}	
.header_button {
    margin-left: 0;
    width: 100%;
}
.header_button a.theme_button {
    width: 100%;
    text-align: center;
}
nav.navbar ul.navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #eee;
}
.hero_bannenr .owl-item .item {
    position: relative;
    padding: 76px 0px;
}	
.hero_bannenr .owl-item .item .banner_img_area {
    width: 408px;
    top: 77px;
}	
.hero_bannenr .hero_title {
    font-size: 30px;
	font-weight: 700;
	line-height: 52px;
}
.hero_bannenr .hero_title span:last-child {
    font-size: 32px;
}
.theme_button {
    padding: 10px 26px;
}
.form_card {
    grid-template-columns: 68%  47%;
    grid-gap: 9px;
}
.search_job_container {
    padding: 18px;
}
.service_row  .service_card {
    border: 1px solid #eee;
    padding: 18px 40px;
    margin-bottom: 20px;
}
.what_we_do_img_wra {
	display: none;
}
section.what_we_do.section_padding_bottom {
    padding-bottom: 60px !important;
}
.values_make_content h3.section_title {
    font-size: 26px;
}
.section_padding_bottom {
    padding-bottom: 30px !important;
}
.section_title {
    font-size: 32px;
}
.job_categories {
    width: 100%;
}
.job_categories_content h3.section_title {
    font-size: 27px;
    font-weight: normal;
}
.job_categories .job_catgories_item .job_categories_content p {
    margin: 20px 0;
    padding-right: 0;
}
.career_container {
    grid-template-columns: repeat(1, 1fr);
}
.section_padding_top {
    padding-top: 15px !important;
}
.peulis-footer-area .col-md-4.ctm_width {
	width: 100%;
}
.peulis-footer-area .col-md-8.ctm_width {
    width: 100%;
}
.peulis-footer-area {
    padding-top: 60px !important;
}
.breadcrumb_section {
	padding: 20px 0 !important;
}
form.job_apply_form {
    padding: 40px 15px;
}
form.job_apply_form .form_row {
    display: block;
}
#JobApplicationForm .form_group {
    margin-bottom: 15px;
}
.form-right-content {
	padding-left: 15px !important;
}
.term_condition_section h3.section_title {
    font-size: 28px;
}
.who_we_are_img img {
    width: 45%;
    margin-bottom: 36px;
}
ul.employers_cout li.employer_list {
    margin-bottom: 40px;
}
.sponsership_box_wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 21px;
}
.sponsership_box_item:nth-child(3) .spaonsership_inner {
    height: auto;
}
.overview-section {
	padding: 0 !important;
}
section.our_client.section_padding {
    padding-top: 0 !important;
}
.blog_block .blog_item:nth-child(3n + 1) .blog_item_content {
    padding-left: 20px;
}
h4.sub_title {
    font-size: 24px;
	margin-bottom: 2px;
}
.faq_wrapper .faqs_tab {
    grid-gap: 10px;
}
.faq_wrapper .faqs_tab li.faqs_tab_item h6 {
    font-size: 16px;
    padding: 9px 12px;
}
.faq_panel_wrapper {
    width: 100%;
}
.faq_panel .accordion-item .accordion-header button.accordion-button {
    border-left: 4px solid #3898e2;
    font-size: 18px;
    line-height: 28px;
}
.contact_cards {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 11px;
}
.support_line_wrapper {
    margin-top: 100px;
}
#contactUsForm .form_row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}
.map_section {
    padding: 20px 0;
}
section.easy_apply_section.section_padding.light_gray_bg {
    padding-top: 0 !important;
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
.navbar-toggler:focus {
    box-shadow: 0 0 0;
}	
div#navbarSupportedContent {
    background: #fff;
    padding: 15px;
    position: relative;
    top: -28px;
    border: 1px solid #eee;
    z-index: 9;
}	
.header_button {
    margin-left: 0;
    width: 100%;
}
.header_button a.theme_button {
    width: 100%;
    text-align: center;
}
nav.navbar ul.navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #eee;
}
.header-top-area {
	display: none;
}	
button.navbar-toggler {
    margin-top: -21px;
}
.hero_bannenr .owl-item .item .banner_img_area {
    width: 365px;
    right: 0px;
    top: 55px;
}
.hero_bannenr .owl-item .item {
    position: relative;
    padding: 378px 0px 70px;
}
.hero_bannenr .hero_title {
    font-size: 40px;
    font-weight: 700;
}
.hero_bannenr .hero_title span:last-child {
    font-size: 37px;
}
.theme_button {
    padding: 10px 33px;
}
.search-box-left {
	
}
.search-box-right {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 20px;
}
.form_card {
    display: block;
}
h2.search_title {
    padding-left: 0;
}
.form_card .jon_input .theme_button {
    margin-top: 15px;
}
.service_title {
    width: calc(100% - 80px);
    font-size: 20px;
}
.service_card {
    margin-bottom: 35px;
}
.what_we_do_img_wra img.what_we1 {
    position: relative;
    top: 0;
}
.what_we_do_img_wra img.what_we2 {
    position: relative;
    top: 0;
}
.what_we_do_img_wra img.dots {
    display: none;
}
.what_we_do_img_wra:after {
    width: 200px;
}
.what_we_do_img_wra:before {
    height: 200px;
}
.what_we_do_img_wra {
    position: relative;
}
.what_we_do_img_wra img {
    width: 100%;
}
.values_make_content {
    text-align: center;
    margin-top: 40px;
}
.job_categories .job_catgories_item {
    grid-template-columns: repeat(1, 1fr);
	padding: 25px;
}
.job_categories_content h3.section_title {
    font-size: 30px;
    font-weight: normal;
}
.job_categories .job_catgories_item .job_categories_content p {
    padding-right: 0;
}
.career_container {
    grid-template-columns: repeat(1, 1fr);
}
.our_client_body {
    display: block;
}
.our_client_body .our_client_content {
    width: 100%;
    padding-left: 0;
}
body .our_client .our_client_slider {
    padding: 0 20px;
}
.our_client .owl-dots {
    position: relative;
}
.section_padding_top {
    padding-top: 20px !important;
}
.section_title {
    font-size: 30px;
}
.section_padding_bottom {
    padding-bottom: 30px !important;
}
.peulis-footer-area {
    padding-top: 60px !important;
}
.breadcrumb_section {
    padding: 40px 0 20px !important;
}
form.job_apply_form {
    padding: 40px 15px;
}
form.job_apply_form .form_row {
    display: block;
}
#JobApplicationForm .form_group {
    margin-bottom: 15px;
}
h1 {
    font-size:24px;
}
h2 {
    font-size:22px;
}
h3 {
    font-size:20px;
}
h4{
    font-size:18px;
}
h5,
h6{
	font-size:17px;
    margin-bottom:30px;
}
.blog_detail h1 {
    font-size:24px;
}
.blog_detail h2 {
    font-size:22px;
}
.blog_detail h3 {
    font-size:20px;
}
.blog_detail h4{
    font-size:18px;
}
.blog_detail h5,
.blog_detail h6{
	font-size:17px;
    margin-bottom:30px;
}
.term_condition_section h3.section_title {
    font-size: 24px;
    margin-bottom: 15px;
}
.easy_apply_img img {
    width: 100%;
}
h2.job_section_title {
    font-size: 2rem;
}
.who_we_are_content_box {
    padding-right: 0;
}
.who_we_are_img img {
    width: 100%;
    margin-bottom: 126px;
}
.sponsership_box_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
}
.sponsership_box_item:nth-child(3) .spaonsership_inner {
    width: 100%;
    height: auto;
}
.sponsership_box_wrapper .spaonsership_inner {
    text-align: center;
}
.company_overview_img img {
    width: 100%;
}
section.our_client.section_padding {
    padding-top: 0 !important;
}
.owl-carousel.our_client_slider  .owl-nav.disabled {
	display: none;
}
.blog_block .blog_item:nth-child(3n + 1) {
    display: block;
}
.blog_block .blog_item:nth-child(3n + 1) .blog_item_content {
    padding-left: 0;
    margin-top: 25px;
}
.blog_block {
    display: block;
	padding: 40px 15px;
}
.blog_block .blog_item {
    margin-bottom: 23px;
}
.blog_block .blog_item .blog_item_content {
    padding: 0;
}
h4.sub_title {
    font-size: 23px;
    margin-bottom: -10px;
}
.blog_block .blog_item:nth-child(3n + 1) .blog_item_img_block {
    height: auto;
}
.blog_block .blog_item .blog_item_img_block {
    height: auto;
}
.breadcrumb_list .breadcrumb_list_item a {
    font-size: 18px;
}
.faq_wrapper .faqs_tab {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
}
.faq_panel_wrapper {
    width: 100%;
}
.faq_panel .accordion-item .accordion-header button.accordion-button {
    border-left: 2px solid #3898e2;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
#contactUsForm .form_row {
    display: block;
}
#contactUsForm .form_group {
    margin-bottom: 15px;
}
.contact_info {
    display: none;
}
.map_section {
    padding: 20px 0;
}
.contact_cards {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}
.contact_card_content h6 {
    margin-bottom: 7px;
    font-weight: bold;
}
form.job_apply_form .section_title {
    line-height: 40px;
}
section.easy_apply_section.section_padding.light_gray_bg {
    padding-top: 0 !important;
}
.not-found img {
    width: 100%;
}
.not-found {
    padding: 0 15px;
}
}