@charset "UTF-8";

/*===================================================================
[Table Of Content]

    * Imported CSS
    * Topography
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Form CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #656565;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #272a33;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #03a84e;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

a:hover,
a:active,
a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #025d2b;
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

button {
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

button:hover,
button:active,
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #91b2c3;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #91b2c3;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus,
textarea:active,
input:focus,
input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
/*-------- Background Style Css --------*/
.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

/*-------- Container Style Css --------*/
.wrapper {
  overflow-x: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row>* {
  margin-top: 0;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row>[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
  .row-gutter-70 {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row-gutter-70 .col,
.row-gutter-70 [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 1199px) {

  .row-gutter-70 .col,
  .row-gutter-70 [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*-------- Spacing Style Css --------*/
.container,
.container-fluid {
  padding-bottom: 90px;
  padding-top: 113px;
}

@media only screen and (max-width: 1199px) {

  .container,
  .container-fluid {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}

/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #03a84e;
  border: 1px solid #03a84e;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 8px 35px 8px;
  text-align: center;
}

.btn-theme.btn-sm {
  height: 38px;
  padding: 4px 5px 6px;
  width: 110px;
}

@media only screen and (max-width: 1199px) {
  .btn-theme.btn-sm {
    height: 34px;
    padding: 4px 4px 4px;
    width: 90px;
    font-size: 13px;
  }
}

.btn-theme.btn-white {
  background-color: #fff;
  border: 1px solid rgba(3, 168, 78, 0.18);
  color: #03a84e;
}

.btn-theme.btn-white:hover {
  background-color: #03a84e;
  border-color: #03a84e;
  color: #fff;
}

.btn-theme:hover {
  background-color: #fff;
  border: 1px solid #03a84e;
  color: #03a84e;
}

/*-------- Z Index Style Css --------*/
.z-index--1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

/*-------- Fancybox Images Style Css --------*/
.fancybox-slide {
  cursor: url("../img/icons/cancel-white.png"), auto;
}

/*-------- Custom Color Style Css --------*/
.bg-color-gray {
  background-color: #f4f7f7;
}

/*-------- Margin & Padding Custom Style Css --------*/
.m--0 {
  margin: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.p--0 {
  padding: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  bottom: -60px;
  background-color: #03a84e;
  color: #fff;
  position: fixed;
  right: 30px;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .scroll-to-top {
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}

.scroll-to-top:hover {
  background-color: #272a33;
}

.scroll-to-top.show {
  visibility: visible;
  opacity: 0.8;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .scroll-to-top.show {
    bottom: 10px;
  }
}

.scroll-to-top.show:hover {
  opacity: 1;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
}

.header-area .container {
  padding: 0 15px;
}

.header-area.sticky-header {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.header-area.sticky-header.sticky {
  background-color: #03a84e;
  -webkit-box-shadow: 0px 10px 60px -30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px -30px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  left: 0;
  top: 0 !important;
  width: 100%;
  z-index: 99;
}

.header-area.sticky-header.sticky .header-logo-area .logo-main {
  display: block;
}

.header-area.sticky-header.sticky .header-logo-area .logo-light {
  display: none;
}

.header-area.transparent {
  background-color: transparent;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header-area.header-default {
  background-size: cover;
  background-position: top left 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.header-area .header-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .header-action-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
  }
}

.header-action-area .btn-registration {
  background-color: #03a84e;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 48px;
  width: 160px;
  text-align: center;
  line-height: 47px;
}

@media only screen and (max-width: 1199px) {
  .employers-details-area .container {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.recent-job-item {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 42px 40px 41px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .recent-job-item {
    padding: 30px 28px 29px;
  }
}

.recent-job-item .company-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recent-job-item .company-info img {
  border-radius: 5px;
  min-width: 75px;
}

@media only screen and (max-width: 1199px) {
  .recent-job-item .company-info img {
    min-width: auto;
    width: 58px;
  }
}

.recent-job-item .company-info .content {
  margin-left: 30px;
  margin-top: -1px;
}

@media only screen and (max-width: 1199px) {
  .recent-job-item .company-info .content {
    margin-left: 14px;
  }
}

.recent-job-item .company-info .name {
  color: #272a33;
  font-size: 20px;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1199px) {
  .recent-job-item .company-info .name {
    font-size: 16px;
  }
}

.recent-job-item .company-info .name a {
  color: #272a33;
}

.recent-job-item .company-info .name a:hover {
  color: #03a84e;
}

.recent-job-item .company-info .address {
  font-size: 15px;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .recent-job-item .company-info .address {
    font-size: 14px;
  }
}

.recent-job-item .main-content {
  margin: 24px 0 20px;
}

.recent-job-item .main-content .title {
  color: #272a33;
  font-size: 24px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1199px) {
  .recent-job-item .main-content .title {
    font-size: 18px;
  }
}

.recent-job-item .main-content .title a {
  color: #272a33;
}

.recent-job-item .main-content .title a:hover {
  color: #03a84e;
}

.recent-job-item .main-content .work-type {
  color: #03a84e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .recent-job-item .main-content .work-type {
    font-size: 14px;
  }
}

.recent-job-item .main-content .desc {
  font-size: 15px;
  line-height: 1.87;
  max-width: 234px;
}

@media only screen and (max-width: 1199px) {
  .recent-job-item .main-content .desc {
    font-size: 13px;
    max-width: none;
  }
}

.recent-job-item .recent-job-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recent-job-item .recent-job-info .salary {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.recent-job-item .recent-job-info .salary h4 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .recent-job-item .recent-job-info .salary h4 {
    font-size: 19px;
  }
}

.recent-job-item .recent-job-info .salary p {
  bottom: 3px;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.recent-job-item:hover {
  -webkit-box-shadow: 0px 15px 15px 0px rgba(114, 118, 116, 0.08);
  box-shadow: 0px 15px 15px 0px rgba(114, 118, 116, 0.08);
}

.recent-job-style2-item {
  background-color: #f4f7f7;
}

.recent-job-style2-item:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
}

.recent-job-style3-item {
  background-color: #f4f7f7;
  padding: 36px 35px 36px;
}

.recent-job-style3-item.recent-job-item .company-info .content {
  margin-bottom: 0;
}

.recent-job-style3-item.recent-job-item .company-info .name {
  font-size: 19px;
  margin-right: -2px;
}

.recent-job-style3-item.recent-job-item:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
}

.job-details-wrap {
  background-color: #f4f7f7;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 45px 44px 45px 50px;
}

@media only screen and (max-width: 991px) {
  .job-details-wrap {
    padding: 30px 21px 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .job-details-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 575px) {
  .job-details-wrap {
    display: block;
    text-align: center;
  }
}

.job-details-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 575px) {
  .job-details-info {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .job-details-info .thumb {
    margin-bottom: 22px;
  }
}

.job-details-info .thumb img {
  border-radius: 5px;
}

.job-details-info .content {
  margin-top: -3px;
  margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .job-details-info .content {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .job-details-info .content {
    margin-left: 0;
    margin-top: 0;
  }
}

.job-details-info .content .title {
  font-size: 24px;
  margin-bottom: 9px;
}

@media only screen and (max-width: 991px) {
  .job-details-info .content .title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.job-details-info .content .sub-title {
  color: #03a84e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.job-details-info .content .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .job-details-info .content .info-list {
    display: block;
  }
}

.job-details-info .content .info-list li {
  color: #656565;
  font-size: 14px;
  line-height: 1;
}

.job-details-info .content .info-list li+li {
  margin-left: 19px;
}

@media only screen and (max-width: 575px) {
  .job-details-info .content .info-list li+li {
    margin-top: 14px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .job-details-price {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .job-details-price {
    margin-top: 18px;
  }
}

.job-details-price .title {
  font-size: 24px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
  .job-details-price .title {
    font-size: 24px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .job-details-price .title {
    font-size: 22px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 575px) {
  .job-details-price .title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}

.job-details-price .title span {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
  left: -8px;
}

.job-details-price .btn-theme {
  width: 130px;
  height: 45px;
  padding: 8px 5px 10px;
}

@media only screen and (max-width: 991px) {
  .job-details-price .btn-theme {
    width: 120px;
    height: 41px;
    padding: 5px;
  }
}

.job-details-item {
  margin-top: -7px;
}

.job-details-item .content {
  margin-bottom: 44px;
  margin-right: 70px;
}

@media only screen and (max-width: 1199px) {
  .job-details-item .content {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.job-details-item .content .title {
  font-size: 30px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 1199px) {
  .job-details-item .content .title {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.job-details-item .content .desc {
  margin-bottom: 19px;
  margin-right: -4px;
}

.job-details-item .job-details-list li {
  font-size: 16px;
  display: block;
  line-height: 1.75;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .job-details-item .job-details-list li {
    font-size: 15px;
  }
}

.job-details-item .job-details-list li i {
  margin-right: 12px;
  margin-right: 12px;
  position: absolute;
  left: -2px;
  top: 6px;
}

.job-details-item .btn-apply-now {
  background-color: #03a84e;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 10px;
  border-radius: 5px;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 39px;
  position: relative;
  margin-top: 46px;
}

@media only screen and (max-width: 1199px) {
  .job-details-item .btn-apply-now {
    margin-top: 16px;
    font-size: 15px;
    padding: 5px;
    width: 150px;
    height: 50px;
    line-height: 40px;
  }
}

.job-details-item .btn-apply-now i {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 16px;
}

@media only screen and (max-width: 1199px) {
  .job-details-item .btn-apply-now i {
    font-size: 17px;
    margin-left: 0;
  }
}

.job-details-item .btn-apply-now:hover {
  background-color: #272a33;
  color: #fff;
}

/*
-----------------------------------------------------------------------
  Divider CSS
-----------------------------------------------------------------------
*/
.divider-style1 {
  padding: 97px 0 102px;
}

@media only screen and (max-width: 1199px) {
  .divider-style1 {
    padding: 80px 0 85px;
  }
}

.divider-style1 .divider-content .sub-title {
  color: #fff;
  font-size: 23px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 1199px) {
  .divider-style1 .divider-content .sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-style1 .divider-content .sub-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-style1 .divider-content .sub-title {
    font-size: 15px;
  }
}

.divider-style1 .divider-content .title {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
  .divider-style1 .divider-content .title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-style1 .divider-content .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-style1 .divider-content .title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 479.98px) {
  .divider-style1 .divider-content .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479.98px) {
  .divider-style1 .divider-content .title br {
    display: none;
  }
}

.divider-style1 .divider-content .btn-divider img {
  border-radius: 8px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .divider-style1 .divider-content .btn-divider img {
    width: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-style1 .divider-content .btn-divider img {
    width: 130px;
  }
}

.divider-style1 .divider-content .btn-divider-app-store {
  margin-left: 19px;
}

@media only screen and (max-width: 1199px) {
  .divider-style1 .divider-content .btn-divider-app-store {
    margin-left: 12px;
  }
}

.divider-style1 .divider-content .btn-divider:hover img {
  opacity: 0.8;
}

.divider-style1 .divider-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.account-login-area .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sec-overlay {
  position: relative;
  z-index: 1;
}

.sec-overlay-theme:before {
  background-color: #03a84e;
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.95;
  position: absolute;
  top: 0;
  width: 100%;
  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;
}

.play-video-btn .video-popup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #03a84e;
  height: 76px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -41px auto 0;
  position: relative;
  padding-left: 2px;
  text-align: center;
  width: 76px;
  z-index: 1;
}

.bg-layer-style1 {
  background-color: #272a33;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  height: 100%;
  position: absolute;
  width: 625px;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .bg-layer-style1 {
    width: 357px;
  }
}

@media only screen and (max-width: 991px) {
  .bg-layer-style1 {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-layer-style1 {
    width: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .bg-layer-style1 {
    display: none;
  }
}

.bg-layer-style2 {
  background-color: #272a33;
  content: "";
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  height: 100%;
  position: absolute;
  width: 625px;
  top: 0;
  right: 0;
  opacity: 0.05;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .bg-layer-style2 {
    width: 357px;
  }
}

@media only screen and (max-width: 991px) {
  .bg-layer-style2 {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-layer-style2 {
    width: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .bg-layer-style2 {
    display: none;
  }
}

@-webkit-keyframes popup-overlay {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes popup-overlay {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    opacity: 0;
  }
}

/*
-----------------------------------------------------------------------
  About CSS
-----------------------------------------------------------------------
*/
.about-default-wrapper .container {
  padding-bottom: 120px;
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .about-default-wrapper .container {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

/*
-----------------------------------------------------------------------
  Page Header CSS
-----------------------------------------------------------------------
*/
.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;
}

@media only screen and (max-width: 1199px) {
  .page-header-area {
    background-position: top left;
    padding: 158px 0 84px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header-area {
    padding: 150px 0 84px;
  }
}

.page-header-content {
  text-align: center;
}

.page-header-content .title {
  color: #fefefe;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 45px;
  letter-spacing: 0;
  margin: 0 0 22px 0;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .page-header-content .title {
    font-size: 36px;
    margin: 0 0 22px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-header-content .title {
    font-size: 32px;
  }
}

.breadcrumb-area {
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb-area .breadcrumb li {
  color: #03a84e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
  .breadcrumb-area .breadcrumb li {
    font-size: 14px;
  }
}

.breadcrumb-area .breadcrumb li a {
  color: #fefefe;
}

.breadcrumb-area .breadcrumb li a:hover {
  color: #03a84e;
}

.breadcrumb-area .breadcrumb .breadcrumb-sep {
  margin: 0 7px 0 9px;
  vertical-align: 0;
}

@media only screen and (max-width: 991px) {
  .job-sidebar {
    margin-top: 20px;
  }
}

.job-sidebar .widget-item {
  background-color: #f4f7f7;
  border-radius: 5px;
  margin-left: -30px;
  margin-bottom: 60px;
  padding: 44px 50px 31px;
}

@media only screen and (max-width: 1199px) {
  .job-sidebar .widget-item {
    margin-left: 0;
    margin-bottom: 30px;
    padding: 28px 35px 18px;
  }
}

@media only screen and (max-width: 575px) {
  .job-sidebar .widget-item {
    padding: 28px 30px 18px;
  }
}

.job-sidebar .widget-item.widget-tag {
  padding: 44px 40px 43px 45px;
}

@media only screen and (max-width: 1199px) {
  .job-sidebar .widget-item.widget-tag {
    padding: 28px 35px 27px;
  }
}

@media only screen and (max-width: 575px) {
  .job-sidebar .widget-item.widget-tag {
    padding: 28px 30px 18px;
  }
}

.job-sidebar .widget-title .title {
  display: inline-block;
  font-size: 30px;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
  .job-sidebar .widget-title .title {
    font-size: 26px;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
}

.job-sidebar .widget-title .title:before {
  background-color: #03a84e;
  content: "";
  height: 3px;
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 0;
}

.job-sidebar .summery-info .table {
  background-color: transparent;
  margin-bottom: 0;
}

.job-sidebar .summery-info .table tbody tr .table-name {
  color: #272a33;
  font-weight: 500;
  min-width: 136px;
}

@media only screen and (max-width: 1199px) {
  .job-sidebar .summery-info .table tbody tr .table-name {
    min-width: 96px;
  }
}

.job-sidebar .summery-info .table tbody tr .dotted {
  min-width: 4px;
  padding-right: 28px;
}

@media only screen and (max-width: 1199px) {
  .job-sidebar .summery-info .table tbody tr .dotted {
    padding-right: 14px;
  }
}

.job-sidebar .summery-info .table tbody tr td {
  color: #656565;
  font-size: 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 15px;
  min-width: 130px;
}

@media only screen and (max-width: 1199px) {
  .job-sidebar .summery-info .table tbody tr td {
    font-size: 14px;
  }
}

.job-sidebar .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 19px;
}

.job-sidebar .social-icons a {
  background-color: transparent;
  border: 1px solid #dfe2e7;
  border-radius: 5px;
  color: #05103b;
  height: 45px;
  font-size: 13px;
  width: 45px;
  text-align: center;
  line-height: 43px;
}

.job-sidebar .social-icons a+a {
  margin-left: 14px;
}

.job-sidebar .social-icons a:hover {
  background-color: #03a84e;
  border-color: #03a84e;
  color: #fff;
}

.job-sidebar .widget-tag-list a {
  border: 1px solid #dfe2e7;
  background-color: transparent;
  border-radius: 50px;
  display: inline-block;
  color: #616c7d;
  font-size: 13px;
  height: 25px;
  padding: 0 15px;
  line-height: 22px;
  margin-bottom: 7px;
  margin-left: 5px;
}

.job-sidebar .widget-tag-list a:hover {
  background-color: #03a84e;
  border-color: #03a84e;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .job-sidebar .widget-tag-list br {
    display: none;
  }
}

.team-sidebar .widget-item {
  background-color: #f4f7f7;
  border-radius: 5px;
  margin-left: -30px;
  margin-bottom: 60px;
  padding: 44px 50px 31px;
}

/*
-----------------------------------------------------------------------
  Pagination CSS
-----------------------------------------------------------------------
*/
.pagination-area {
  margin-bottom: 20px;
}

.pagination-area .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
}

.pagination-area .page-numbers li .page-number {
  background-color: #f4f7f7;
  border-radius: 5px;
  color: #272a33;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .pagination-area .page-numbers li .page-number {
    font-size: 14px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

.pagination-area .page-numbers li .page-number:hover {
  background-color: #03a84e;
  border-color: #03a84e;
  color: #fff;
}

.pagination-area .page-numbers li .page-number:hover i {
  color: #fff;
}

.pagination-area .page-numbers li .page-number.active {
  background-color: #03a84e;
  border-color: #03a84e;
  color: #fff;
}

.pagination-area .page-numbers li .page-number i {
  color: #272a33;
  font-size: 20px;
  margin: 0;
  position: relative;
  top: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .pagination-area .page-numbers li .page-number i {
    font-size: 17px;
  }
}

.pagination-area .page-numbers li+li {
  margin-left: 17px;
}

@media only screen and (max-width: 575px) {
  .pagination-area .page-numbers li+li {
    margin-left: 10px;
  }
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area .widget-item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-item.widget-about {
    margin: 0 40px 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 479.98px) {
  .footer-area .widget-item.widget-about {
    margin: 0 10px 30px;
  }
}

.footer-area .widget-title {
  font-size: 28px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-title {
    display: none;
  }
}

.footer-area .widget-logo-area {
  margin-bottom: 42px;
  margin-top: -8px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .widget-logo-area {
    margin-bottom: 18px;
    margin-top: -3px;
  }
}

.footer-area .desc {
  color: #d8dadf;
  font-size: 18px;
  line-height: 1.95;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.footer-area .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .footer-area .social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-area .social-icons a {
  border: 2px solid #e3e8f1;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .social-icons a {
    font-size: 13px;
    height: 42px;
    width: 42px;
    line-height: 38px;
  }
}

.footer-area .social-icons a+a {
  margin-left: 15px;
}

.footer-area .social-icons a:hover {
  border-color: #03a84e;
  background-color: #03a84e;
}

Header .footer-top {
  background-color: #03a84e;
  padding: 47px 0 43px;
}

@media only screen and (max-width: 991px) {
  .footer-top {
    padding: 47px 0 57px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-newsletter-content {
    text-align: center;
  }
}

.footer-main {
  background-color: #272a33;
  position: relative;
  padding: 126px 0 86px;
}

@media only screen and (max-width: 1199px) {
  .footer-main {
    padding: 75px 0 34px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-main {
    padding: 75px 0 44px;
  }
}

.footer-main .widget-collapsed-title {
  display: block;
  position: relative;
  background-color: #333640;
  border: 1px solid #3d3f48;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* currently supported by Chrome, Edge, Opera and Firefox */
}

@media only screen and (min-width: 768px) {
  .footer-main .widget-collapsed-title {
    display: none;
  }
}

.footer-main .widget-collapsed-title:before {
  font-family: "IcoFont";
  font-size: 14px;
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  text-align: center;
}

.footer-main .widget-collapsed-title:not(.collapsed):before {
  content: "";
  font-family: "IcoFont";
}

.footer-main .widget-collapse-body {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
  .footer-main .widget-collapse-body {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body {
    background-color: #333640;
    border: 1px solid #3d3f48;
    border-top: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body .collapse-body {
    padding: 16px 24px 16px;
  }
}

.footer-bottom {
  background-color: #272a33;
  text-align: center;
}

.footer-bottom .footer-bottom-content {
  border-top: 1px solid rgba(232, 238, 244, 0.08);
  padding: 23px 0 24px;
}

.footer-bottom .copyright {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  top: 1px;
}