/*------------------------------------------------------------------
    Template Name:	RexJob
    Template URI:http://iglyphic.com/themes/html/jobubzz/
    Description :: Job TEMPLATE
    Author: iglyphic
    Author URI: http://iglyphic.com
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
*/
/*
    ========================================================================
    Index
    ------------------------------------------------------------------------
    # -  1.0 - All Global css
    # -  2.0 - Heading Tag
    # -  3.0 - Header
    # -  4.0 - Menu Area
    # -  5.0 - Button
    # -  6.0 - Form Element
    # -  7.0 - Category
    # -  8.0 - Hot Jobs
    # -  9.0 - Carousel
    # - 10.0 - Testimonial
    # - 11.0 - Blog
    # - 12.0 - App Section
    # - 13.0 - Footer
    # - 14.0 - Widget
    # - 15.0 - Slider
    # - 16.0 - Company
    # - 17.0 - Preloader
    */
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .row-eq-rs-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }
}

.slider-area--one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
}

/*      All Global css
----------------------------*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

ul, ol {
  margin: 0;
  padding: 5px;
}

ul, ol {
  list-style: none;
}
ul,
ol, li {
	list-style: none;
	padding: 5px;

}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  color: #777777;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
  color: #56A952;
}

input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

label {
  font-weight: normal;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="time"]:focus,
input[type="text"]:focus,
.form-control:focus, textarea:focus, textarea.form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #56A952;
}

input[type="submit"]:focus {
  outline: 0;
}

/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 52px;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-size: 21px;
  margin-top: 0;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

h5 {
  font-size: 14px;
}

img {
  max-width: 100%;
}

.all-text-white * {
  color: #fff;
}

.wow-vs-hidden {
  visibility: hidden;
}

.img-round {
  border-radius: 10px;
}

.disinb {
  display: inline-block;
}

.fix {
  overflow: hidden;
}

p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
  line-height: 1.8;
}

.clear {
  clear: both;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .section-padding {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}

.section-heading.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  padding-bottom: 60px;
}

.section-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 14px;
  }
}

.section-title--small {
  font-size: 30px;
}

.section-sub-title {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

.heading-label-four {
  font-size: 18px;
  font-weight: 600;
}

.section-heading.md-padding {
  padding-bottom: 40px;
}

.section-heading.sm-padding {
  padding-bottom: 20px;
}

.section-heading-separator {
  width: 163px;
  background: #f0f0f0;
  height: 1px;
  margin: 30px auto;
  position: relative;
}

.section-heading-separator:before {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #f0f0f0;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.section-heading-separator:after {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #56A952;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.section-heading-separator--small {
  width: 95px;
  margin: 17px auto;
}

.section-heading-separator--left-align {
  width: 90px;
  margin-left: 0;
  margin-top: 12px;
}

.section-heading-separator--left-align:before {
  margin-left: 0;
}

.section-heading-separator--left-align:after {
  margin-left: 0;
  left: 3px;
}

.max-width-620 {
  max-width: 620px;
}

.max-width-470 {
  max-width: 470px;
}

.max-width-800 {
  max-width: 800px;
}

.over-x-hidden {
  overflow-x: hidden;
}

.base-color {
  color: #56A952;
}
.base-color a {
  color: #56A952;
}
.green-color {
  color: #468FB9;
}

.cyan-color {
  color: #00c5fe;
}

.red-color {
  color: #e80031;
}

.yellow-color {
  color: #ff9000;
}

.ash-color {
  color: #456b80;
}

.base-bg {
  background: #56A952;
  color: #fff;
}

.base-bg h1, .base-bg h2, .base-bg h3, .base-bg h4, .base-bg h5, .base-bg h6, .base-bg a, .base-bg p, .base-bg span {
  color: #fff;
}

.yellow-bg {
  background: #ff9000;
  color: #fff;
}

.yellow-bg h1, .yellow-bg h2, .yellow-bg h3, .yellow-bg h4, .yellow-bg h5, .yellow-bg h6, .yellow-bg a, .yellow-bg p, .yellow-bg span {
  color: #fff;
}

.green-bg {
  background: #468FB9;
  color: #fff;
}

.green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg h6, .green-bg a, .green-bg p, .green-bg span {
  color: #fff;
}

.red-bg {
  background: #e80031;
  color: #fff;
}

.red-bg h1, .red-bg h2, .red-bg h3, .red-bg h4, .red-bg h5, .red-bg h6, .red-bg a, .red-bg p, .red-bg span {
  color: #fff;
}

.yellow-bg {
  background: #ff9000;
  color: #fff;
}

.yellow-bg h1, .yellow-bg h2, .yellow-bg h3, .yellow-bg h4, .yellow-bg h5, .yellow-bg h6, .yellow-bg a, .yellow-bg p, .yellow-bg span {
  color: #fff;
}

.dippurple-bg {
  background: #8300de;
  color: #fff;
}

.dippurple-bg h1, .dippurple-bg h2, .dippurple-bg h3, .dippurple-bg h4, .dippurple-bg h5, .dippurple-bg h6, .dippurple-bg a, .dippurple-bg p, .dippurple-bg span {
  color: #fff;
}

.ash-bg {
  background: #456b80;
  color: #fff;
}

.ash-bg h1, .ash-bg h2, .ash-bg h3, .ash-bg h4, .ash-bg h5, .ash-bg h6, .ash-bg a, .ash-bg p, .ash-bg span {
  color: #fff;
}

.small-text {
  font-size: 12px;
}

.ash-white-bg {
  background: #fff;
}

.nv-color {
  color: #1e3042;
}

.text-mute {
  color: #c1c1c1;
}

hr {
  border-color: #f0f0f0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../global/fonts/icomoon.eot?ume250");
  src: url("../global/fonts/icomoon.eot?ume250#iefix") format("embedded-opentype"), url("../global/fonts/icomoon.ttf?ume250") format("truetype"), url("../global/fonts/icomoon.woff?ume250") format("woff"), url("../global/fonts/icomoon.svg?ume250#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-icomoon"], [class*=" icon-icomoon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icomoon-book:before {
  content: "\e900";
}

.icon-icomoon-close:before {
  content: "\e901";
}

.icon-icomoon-customer:before {
  content: "\e902";
}

.icon-icomoon-design:before {
  content: "\e903";
}

.icon-icomoon-finance:before {
  content: "\e904";
}

.icon-icomoon-hospital:before {
  content: "\e905";
}

.icon-icomoon-search:before {
  content: "\e906";
}

.icon-icomoon-steering:before {
  content: "\e907";
}

.icon-icomoon-sunset:before {
  content: "\e908";
}

.icon-icomoon-worker:before {
  content: "\e909";
}

/* -----------------------------------
** Start Padding Space
-------------------------------------*/
.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt35 {
  padding-top: 35px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt45 {
  padding-top: 45px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb35 {
  padding-bottom: 35px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb45 {
  padding-bottom: 45px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdr0 {
  padding-right: 0;
}

.pdl0 {
  padding-left: 0;
}

.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl15 {
  padding-left: 15px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl25 {
  padding-left: 25px;
}

.pdl30 {
  padding-left: 30px;
}

.pdr60 {
  padding-right: 60px;
}

.pdl60 {
  padding-left: 60px;
}

.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr15 {
  padding-right: 15px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr25 {
  padding-right: 25px;
}

.pdr30 {
  padding-right: 30px;
}

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

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

/* -----------------------------------
** End Padding Space
-------------------------------------*/
/* -----------------------------------
** Start Margin Space
-------------------------------------*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mt80 {
  margin-top: 80px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

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

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

.mt-100 {
  margin-top: -100px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.no-margin {
  margin: 0 !important;
}

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

.no-border {
  border: 0 !important;
}

/* -----------------------------------
** End Margin Space
-------------------------------------*/
.max-width-630 {
  max-width: 630px;
}

/* -----------------------------------
** Header
-------------------------------------*/
.menu-logo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .menu-logo .logo {
    max-width: 150px;
  }
}

.menu-logo .postjob-button-wrap .btn {
  width: 145px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  min-width: 200px;
}

.main-menu-area {
  transition: .3s;
  padding-top: 2vh;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .main-menu-area {
    padding-top: 10px;
  }
}

.main-menu-area--absolute {
	background: #468FB9;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 987;
  left: 0;
}

.main-menu-area--absolute.main-menu-fix-active {
  background: #468FB9;
  padding: 0;
}

.main-menu-area--absolute.main-menu-fix-active #easy-menu > ul > li > a {
  padding: 33px 5px;
}

.main-menu-area--absolute.main-menu-fix-active.black-nav-menu {
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  padding: 0;
}

/* -----------------------------------
** Menu Area
-------------------------------------*/
#easy-menu > ul {
  float: right;
}

#easy-menu > ul > li {
  margin: 0 9px;
  position: relative;
}

@media (max-width: 1199px) {
  #easy-menu > ul > li {
    margin: 0 9px;
  }
}

#easy-menu > ul > li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00c5fe;
  content: '';
  width: 0;
  height: 4px;
  transition: .3s;
  display: none;
}

#easy-menu > ul > li:hover:before {
  width: 100%;
}

#easy-menu > ul > li:hover > a {
  color: #56A952;
}

#easy-menu > ul > li > a {
  color: #FFFFFF;
  font-weight: 600;
  padding: 37px 5px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1199px) {
  #easy-menu > ul > li > a {
    padding: 27px 5px;
  }
}

#easy-menu,
#easy-menu ul,
#easy-menu ul li,
#easy-menu ul li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#easy-menu > ul > li {
  float: left;
}

#easy-menu ul ul {
  position: absolute;
  left: -9999px;
  background: #fff;
  z-index: 6;
  padding: 15px 26px 15px 26px;
  margin-top: 10px;
  transition-property: margin-top;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#easy-menu ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#easy-menu ul ul li {
  padding: 12px 0;
}

#easy-menu ul ul li a {
  position: relative;
}

#easy-menu ul ul li a:hover {
  color: #56A952;
}

#easy-menu ul ul li a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  display: none;
  float: right;
}

#easy-menu ul ul li {
  transition: all .25s ease;
}

#easy-menu li:hover > ul {
  left: auto;
  margin-top: 0;
}

#easy-menu ul ul ul {
  margin-left: 100%;
  transition: .3s;
}

#easy-menu ul ul li:last-child {
  border-bottom: 0;
}

#easy-menu ul ul li a {
  width: 150px;
}

#easy-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media (max-width: 991px) {
  nav {
    width: 100%;
  }
  #easy-menu .button {
    display: block;
    margin-top: -6px;
  }
  #easy-menu {
    width: 100%;
  }
  #easy-menu ul {
    width: 100%;
    display: none;
  }
  #easy-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(164, 181, 224, 0.17);
  }
  #easy-menu ul ul li,
  #easy-menu li:hover > ul > li {
    height: auto;
  }
  #easy-menu ul li a,
  #easy-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #easy-menu > ul > li {
    float: none;
  }
  #easy-menu ul ul li a {
    padding-left: 25px;
  }
  #easy-menu ul ul ul li a {
    padding-left: 35px;
  }
  #easy-menu ul ul,
  #easy-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #easy-menu > ul > li.has-sub > a:after,
  #easy-menu > ul > li.has-sub > a:before,
  #easy-menu ul ul > li.has-sub > a:after,
  #easy-menu ul ul > li.has-sub > a:before {
    display: none;
  }
  #easy-menu .button {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 22px;
    cursor: pointer;
    z-index: 12399994;
    transition: 0s;
  }
  #easy-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(164, 181, 224, 0.17);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .menu-area .menu-list > li a {
    padding: 16px 0;
  }
  #easy-menu ul ul {
    border: 0;
    padding: 0;
  }
  #easy-menu ul ul li:first-child {
    border: 0;
  }
  #easy-menu ul ul .submenu-button {
    height: 46px;
    width: 46px;
  }
  #easy-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:after {
    top: 22px;
    right: 13px;
  }
  #easy-menu .submenu-button.submenu-opened:after {
    background: #828282;
  }
  #easy-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:before {
    top: 19px;
    right: 16px;
  }
  #easy-menu .submenu-button.submenu-opened:before {
    display: none;
  }
  #easy-menu ul ul ul li.active a {
    border-left: none;
  }
  #easy-menu > ul > li.has-sub > ul > li.active > a,
  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #easy-menu > ul > li.has-sub li.has-sub {
    padding-bottom: 0;
  }
  #easy-menu > ul > li.has-sub li.has-sub > a {
    padding-bottom: 15px;
  }
}

.black-nav-menu #easy-menu > ul > li > a {
  color: #777777;
}

.black-nav-menu #humbarger-icon {
  color: #777777;
}

@media (max-width: 991px) {
  #humbarger-icon {
    margin: 10px 0;
    display: inline-block;
    padding: 10px 5px;
  }
}

.mobile-background-nav {
  position: fixed;
  top: 0;
  display: none;
  left: -250px;
  width: 250px;
  transition: .3s;
  padding: 10px 0;
  z-index: 999;
  background: #222222;
  height: 100vh;
  overflow: auto;
}

@media (max-width: 991px) {
  .mobile-background-nav {
    display: block;
  }
}

.mobile-background-nav .mobile-inner {
  overflow: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-background-nav .mobile-inner .mobile-menu-close {
  text-align: right;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-background-nav .mobile-inner .mobile-menu-close i {
  cursor: pointer;
  padding: 5px;
  font-size: 17px;
  color: #fff;
}

.mobile-background-nav ul {
  list-style: none;
  padding: 0;
}

.mobile-background-nav ul .dropdown {
  overflow: hidden;
  display: none;
}

.mobile-background-nav ul .dropdown.menu-show {
  /*display: block;*/
}

.menu-accordion > li {
  border-bottom: 1px solid #2d2c31;
}

.dropdown > li {
  border-top: 1px solid #2d2c31;
  padding-left: 15px;
}

.mobile-background-nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
  text-transform: uppercase;
}

.mobile-background-nav ul li a > i {
  float: right;
}

.mobile-background-nav.in {
  left: 0;
}

.main-menu-fix {
  position: fixed !important;
  left: 0;
  background: #fff;
  top: 0;
  z-index: 9999 !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.main-menu-fix #easy-menu > ul > li > a {
  padding: 30px 5px;
}

.main-menu-fix .menu-logo {
  height: 75px;
}

.logo {
  max-width: 230px;
}

#humbarger-icon {
  font-size: 25px;
  color: #56A952;
}

.main-menu-area--home-three {
  padding-bottom: 2vh;
}

.main-menu-area--home-three #humbarger-icon {
  color: #222222;
}

/* -----------------------------------
** End Header
-------------------------------------*/
/* -----------------------------------
** Button
-------------------------------------*/
.btn {
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  min-width: 200px;
  font-size: 14px;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  padding: 20px 20px;
  font-weight: 600;
  background: #468FB9;
  border-radius: 40px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .btn {
    padding: 10px 20px;
    min-width: 120px;
  }
}

.btn:hover, .btn.active {
  color: #fff;
}

.btn.base-bg {
  border-color: #56A952;
  color: #fff;
  background: #56A952;
}

.btn.ash-bg {
  background: #456b80;
  border-color: #456b80;
}

.btn--large {
  min-width: 265px;
  padding: 19px 20px;
}

@media (max-width: 1199px) {
  .btn--large {
    padding: 13px 20px;
    min-width: 230px;
  }
}

.btn--active {
  box-shadow: 0 4px 30px rgba(1, 162, 59, 0.4);
}

.btn:hover {
  background: #048b35;
}

.btn.yellow-bg {
  background: #404040;
}

.btn.yellow-bg.btn--active {
  box-shadow: 0 4px 30px rgba(255, 144, 0, 0.4);
}

.btn.yellow-bg:hover {
  background: #f68d05;
}

.btn.base-bg.btn--active {
  box-shadow: 0 4px 30px rgba(0, 96, 255, 0.4);
}

.btn.base-bg:hover {
  background: #56A952;
}

/* -----------------------------------
** End Button
-------------------------------------*/
/* -----------------------------------
** Form Element
-------------------------------------*/
.form-group {
  margin-bottom: 10px;
  overflow-x: hidden;
  display: block;
}
.form-group-home {
  margin-bottom: 10px;
  overflow-x: hidden;
  display: block;
}
.form-group__label {
  padding-bottom: 5px;
  display: block;
}

.form-group__select {
  display: block;
  width: 100%;
}

.form-group__select:focus {
  box-shadow: none;
}

.form-group__input {
  height: 40px;
  border-color: #f0f0f0;
}

.form-group__radio-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.form-group__radio-wrap label {
  margin: 0;
  padding-left: 10px;
  margin-right: 20px;
}

.form-group__radio-wrap input[type=radio] {
  margin: 0;
}

.select2-container {
  text-align: left;
}

.select2-container .select2-selection--single {
  height: 40px;
  border-color: #f0f0f0;
  border-radius: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
  line-height: 38px;
}

.select2 {
  width: 100% !important;
}

.hide-search--dropdown .select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px;
}

.job-chckbox-input {
  display: none;
}

.checkbox-label {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  color: #666666;
}

.checkbox-label::before {
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 2px solid #f0f0f0;
  content: '';
  left: 0;
  top: 3px;
  background: #fff;
}

.job-chckbox-input:checked ~ .checkbox-label {
  color: #468FB9;
}

.job-chckbox-input:checked ~ .checkbox-label:before {
  background: #468FB9;
  border-color: #468FB9;
}

.job-chckbox-input:checked ~ .checkbox-label::after {
  position: absolute;
  top: 3px;
  left: 0;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: "\f00c";
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 8px;
}

.text-underline {
  text-decoration: underline;
}

/* -----------------------------------
** End Form Element
-------------------------------------*/
/* -----------------------------------
** Category
-------------------------------------*/
.all-categories {
  position: relative;
  margin-bottom: 30px;
}

.all-categories > div {
  width: 25%;
  float: left;
}

@media (max-width: 991px) {
  .all-categories > div {
    width: 50%;
  }
}

.all-categories:after {
  clear: both;
}

.feature-section {
  padding-bottom: 55px;
}

.category-item {
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.category-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #56A952;
  border-radius: 7px;
  opacity: 0;
  transition: .3s;
}

.category-item:hover .category-item__overlay {
  opacity: 1;
  box-shadow: 0 4px 30px rgba(0, 96, 255, 0.4);
}

.category-item:nth-child(1):after {
  background: linear-gradient(to right, #fff 1%, #c2cad9 99%);
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  content: '';
}

.category-item:nth-child(1):before {
  background: linear-gradient(to bottom, #fff 1%, #c2cad9 99%);
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1px;
  position: absolute;
  content: '';
}

.category-item:nth-child(2):after {
  background: #c2cad9;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  content: '';
}

.category-item:nth-child(2):before {
  background: linear-gradient(to bottom, #fff 1%, #c2cad9 99%);
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1px;
  position: absolute;
  content: '';
}

.category-item:nth-child(3):after {
  background: #c2cad9;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  content: '';
}

.category-item:nth-child(3):before {
  background: linear-gradient(to bottom, #fff 1%, #c2cad9 99%);
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1px;
  position: absolute;
  content: '';
}

.category-item:nth-child(4):after {
  background: linear-gradient(to left, #fff 1%, #c2cad9 99%);
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  content: '';
}

.category-item:nth-child(5):before, .category-item:nth-child(6):before, .category-item:nth-child(7):before {
  background: linear-gradient(to top, #fff 1%, #c2cad9 99%);
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1px;
  position: absolute;
  content: '';
}

.category-item__icon-wrap {
  min-height: 93px;
}

.category-item__icon {
  font-size: 70px;
  color: #468FB9;
  transition: .3s;
  position: relative;
  z-index: 4;
}

.category-item__overlay-icon {
  position: absolute;
  transition: all .7s ease;
  font-size: 0;
  left: 0;
  bottom: 0;
  right: auto;
  color: #fff;
}

.category-item__title, .category-item span {
  position: relative;
}

.category-item__title a:hover, .category-item span a:hover {
  color: #fff;
}

.category-item__title {
  margin-bottom: 15px;
  font-weight: 600;
}

.category-item:hover {
  color: #fff;
}

.category-item:hover .category-item__overlay-icon {
  font-size: 125px;
  left: 10px;
  bottom: 10px;
  opacity: .12;
}

.category-item:hover .category-item__icon {
  color: #fff;
}

.category-item:hover .category-item__title {
  color: #fff;
}

.category-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .category-section {
    padding-bottom: 40px;
  }
}

.category-section--home3 {
  padding-top: 84px;
}

@media (max-width: 991px) {
  .category-section--home3 {
    padding-top: 54px;
  }
}

@media (max-width: 991px) {
  .apply-post-area {
    margin-top: 100px;
  }
}

.apply-post {
  border-radius: 6px;
  padding: 50px;
  margin-bottom: 30px;
  position: relative;
}

.apply-post__title {
  margin-bottom: 20px;
}

.apply-post__text-content {
  max-width: 275px;
}

.apply-post--black-text {
  background: url("images/features_1.jpg");
  background-size: cover;
  background-position: top right;
}

.apply-post--white-text {
  background: url("images/features_2.jpg");
  background-size: cover;
  background-position: top right;
}

.apply-post--white-text .apply-post__title {
  color: #fff;
}

.apply-post--white-text p {
  color: #b9cdd7;
}

@media (max-width: 767px) {
  .apply-post--white-text p {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .apply-post:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: '';
  }
  .apply-post * {
    position: relative;
    color: #fff;
  }
}

/* -----------------------------------
** End Category
-------------------------------------*/
/* -----------------------------------
** Hot Jobs
-------------------------------------*/
.hotjob {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
  background: #fff;
  border-bottom: 1px solid #dad9d9;
  min-height: 175px;
  transition: .3s;
}

@media (max-width: 991px) {
  .hotjob {
    padding: 15px 20px;
  }
}

.hotjob:hover {
  border-color: #56A952;
}

.hotjob:hover .hotjob__image img {
  animation: shake 1s;
}

.hotjob:hover .hotjob__title a {
  color: #56A952;
}

.hotjob__title {
  display: inline-block;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .hotjob__title {
    font-size: 20px;
  }
}

.hotjob__nature {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  min-width: 100px;
  border-radius: 30px;
  text-align: center;
  vertical-align: top;
  margin-top: 3px;
}

.hotjob__meta {
  padding-top: 15px;
}

.hotjob__meta strong {
  color: #222222;
}

.hotjob__meta-item {
  padding-top: 5px;
}

.hotjob__meta-item:not(:last-of-type) {
  padding-right: 30px;
}

.hotjob__image {
  padding-left: 15px;
}

.hotjob-tabs-nav .nav-tabs {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  border-radius: 100px;
  overflow: hidden;
}

.hotjob-tabs-nav .nav-tabs > li {
  margin: 0 7px 0 0;
  padding: 0;
  border: 0;
}

.hotjob-tabs-nav .nav-tabs > li > a {
  margin: 0;
  font-weight: 700;
  border: 0;
  background: #fff;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  padding: 18px 40px;
  border-radius: 0;
  display: inline-block;
  transition: .0s;
}

@media (max-width: 767px) {
  .hotjob-tabs-nav .nav-tabs > li > a {
    padding: 15px 20px;
  }
}

.hotjob-tabs-nav .nav-tabs > li.active > a {
  border-radius: 100px;
}

.hotjob-tabs-nav .nav-tabs > li.active > a,
.hotjob-tabs-nav .nav-tabs > li.active > a:focus,
.hotjob-tabs-nav .nav-tabs > li.active > a:hover {
  margin: 0;
  border: 0;
  background: #468FB9;
  color: #fff;
}

.hotjob2 {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  transition: .3s;
}

.hotjob2:hover {
  box-shadow: 0 4px 30px rgba(134, 134, 134, 0.22);
}

.hotjob2:hover .hotjob2__image-wrap .hotjob2__thumb {
  transform: scale(1.4);
}

.hotjob2__image-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.hotjob2__image-wrap img {
  transition: .6s;
}

.hotjob2__thumb {
  width: 100%;
}

.hotjob2__logo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.hotjob2__title {
  font-size: 16px;
  font-weight: 700;
}

.hotjob2__text-content {
  padding: 18px 20px 30px 30px;
}

@media (max-width: 480px) {
  .hotjob2__text-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.hotjob2__nature {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 10px;
  min-width: 100px;
  border-radius: 30px;
  text-align: center;
  vertical-align: top;
  min-width: 118px;
  margin-right: 5px;
}

@media (max-width: 480px) {
  .hotjob2__nature {
    padding: 4px 10px;
    min-width: 70px;
  }
}

.hotjob2__favorite {
  border: 1px solid #f0f0f0;
  border-radius: 100%;
  display: inline-block;
  line-height: 30px;
  width: 30px;
  color: #999999;
  height: 30px;
  font-size: 12px;
  text-align: center;
}

.hotjob2__favorite:hover {
  background: #56A952;
  color: #fff;
  border-color: #56A952;
}

.job-paginations li {
  display: inline-block;
  margin: 3px;
}

.job-paginations li a {
  background: #e8e8e8;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  color: #666666;
  display: block;
  font-weight: 600;
}

.job-paginations li a:hover, .job-paginations li a.active {
  background: #56A952;
  color: #fff;
}

/* -----------------------------------
** End Hot Jobs
-------------------------------------*/
/* -----------------------------------
** Carousel
-------------------------------------*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* -----------------------------------
** End Carousel
-------------------------------------*/
/* -----------------------------------
** Testimonial
-------------------------------------*/
.testimonial {
  margin-bottom: 30px;
}

.testimonial__box {
  background: #f4f4f4;
  border-radius: 4px;
  transition: all .3s ease-out;
  padding: 40px 48px;
  position: relative;
  margin-bottom: 50px;
}

.testimonial__box:before {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 32px solid transparent;
  border-top: 32px solid #f4f4f4;
  content: '';
  position: absolute;
  left: 70px;
  bottom: -30px;
}

.testimonial__header {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.testimonial__icon {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
}

.testimonial__time {
  font-weight: 500;
  color: #222222;
}

.testimonial p {
  color: #222222;
  font-style: italic;
  margin: 0;
}

.testimonial__footer {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.testimonial__image {
  margin-right: 20px;
}

.testimonial__user-designation {
  color: #666666;
  font-weight: 500;
}

.mr15 {
  margin-right: 15px;
}

/* -----------------------------------
** End Testimonial
-------------------------------------*/
/* -----------------------------------
** Blog
-------------------------------------*/
.blog-post {
  transition: .3s;
  margin-bottom: 30px;
}

.blog-post__text-content {
  border-width: 0 1px 1px 1px;
  border-color: #e5e5e5;
  border-style: solid;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  transition: .3s;
}

.blog-post__thumbnail-wrap {
  overflow: hidden;
}

.blog-post__thumbnail-wrap img {
  width: 100%;
  transition: .6s;
}

.blog-post__title {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  line-height: 1.6;
}

.blog-post__date {
  font-size: 12px;
  font-weight: 600;
}

.blog-post:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.blog-post:hover .blog-post__text-content {
  border-color: transparent;
}

.blog-post:hover .blog-post__thumbnail-wrap img {
  transform: scale(1.3);
}

.blog-post:hover .blog-post__title {
  color: #56A952;
}

.blog-section {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 40px;
  }
}

.blog-details__meta {
  display: flex;
}

.blog-details__meta-item:before {
  content: '|';
  padding: 0 20px;
}

.blog-details__meta-item:first-child:before {
  display: none;
}

.blog-details__title {
  margin-bottom: 20px;
}

.blog-details-top {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog-details-top__text-content {
  padding: 30px;
}

.images-box-wrap {
  display: flex;
}

.images-box-wrap .left-images {
  width: 40%;
  padding-right: 30px;
}

.images-box-wrap .right-images {
  width: 60%;
}

.author-info {
  display: table;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.author-info__image-wrap {
  width: 140px;
  border-right: 1px solid #f0f0f0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.author-info__text-content {
  width: calc(100% - 140px);
  padding: 15px 25px 5px 25px;
  display: table-cell;
  vertical-align: middle;
}

.author-info__name {
  margin-bottom: 14px;
}

.comments-title {
  margin-bottom: 30px;
}

.single-comment-wrap .single-comment-wrap {
  padding-left: 50px;
}

.single-comment {
  position: relative;
  margin-bottom: 20px;
}

.single-comment__image {
  float: left;
}

.single-comment__text-content {
  margin-left: 55px;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 10px;
}

.single-comment__name {
  display: inline-block;
  font-weight: 500;
  color: #222222;
  margin-bottom: 5px;
}

.single-comment__reply-button {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  float: right;
  text-transform: uppercase;
  border-radius: 3px;
}

.single-comment__time-ago {
  display: block;
  margin-bottom: 10px;
}

.leave-comment__form {
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  padding: 45px 30px;
}

.leave-comment__form .input-group {
  margin-bottom: 30px;
}

.leave-comment__form .input-group__input, .leave-comment__form .input-group__textarea {
  background: #f3f3f3;
  border-color: #f3f3f3;
  border-radius: 4px !important;
  box-shadow: none;
  padding-left: 25px;
}

.leave-comment__form .input-group__input {
  height: 47px;
}

.leave-comment__form .input-group__textarea {
  padding-top: 15px;
}

.leave-comment__top-fields {
  display: flex;
  width: 100%;
}

.leave-comment__top-fields .input-group {
  margin-right: 20px;
  flex: 1 1 auto;
}

.leave-comment__top-fields .input-group:last-child {
  margin-right: 0;
}

.vendor iframe {
  border: 0;
}

.scp-play-katuhu {
  display: none;
}

#scp iframe {
  border: 0;
  height: 400px;
  width: 100%;
}

.blog-detail > .image img {
  width: 100%;
}

.blog-qoute-post {
  position: relative;
}

.blog-qoute-post .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 1;
}

.blog-qoute-post .qoute {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  cursor: pointer;
  text-align: center;
}

.blog-qoute-post .qoute blockquote {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  border: 0;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
}

.blog-qoute-post .qoute i {
  font-size: 30px;
}

.blog-gallery-post.owl-carousel .owl-dot,
.blog-gallery-post.owl-carousel .owl-nav .owl-next,
.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 500px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0b52e4;
}

.blog-gallery-post.owl-carousel .owl-nav {
  width: 100%;
  opacity: 0;
  transition: .3s;
}

.blog-gallery-post.owl-carousel:hover .owl-nav {
  opacity: 1;
}

.blog-gallery-post.owl-carousel .owl-nav .owl-next {
  right: 10px;
}

.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

/* -----------------------------------
** End Blog
-------------------------------------*/
/* -----------------------------------
** App Section
-------------------------------------*/
.app-section {
  position: relative;
}

.app-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: #f7f8fa;
  content: '';
}

.app-section .app-image {
  margin-bottom: -32px;
}

@media (max-width: 991px) {
  .app-section .app-image {
    margin-bottom: 20px;
    text-align: center;
  }
}

.app-text {
  padding-top: 27vh;
}

@media (max-width: 991px) {
  .app-text {
    text-align: center;
  }
}

.app-text__title {
  font-size: 42px;
  margin-bottom: 25px;
}

.app-text p {
  max-width: 525px;
  font-size: 18px;
  color: #666666;
}

@media (max-width: 991px) {
  .app-text p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .app-icons {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* -----------------------------------
**  End App Section
-------------------------------------*/
/* -----------------------------------
** Footer
-------------------------------------*/
.black-footer {
  background: #191623;
}

.main-footer {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .main-footer {
    padding-top: 70px;
  }
}

.subscribe {
  display: flex;
  width: 100%;
  align-items: center;
}

@media (max-width: 767px) {
  .subscribe {
    display: block;
    text-align: center;
  }
}

.subscribe__title {
  font-size: 26px;
  width: 230px;
}

@media (max-width: 767px) {
  .subscribe__title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.subscribe__form {
  width: calc(100% - 230px);
  position: relative;
}

@media (max-width: 767px) {
  .subscribe__form {
    width: 100%;
  }
}

.subscribe__input {
  border-radius: 40px;
  background: #201c2c;
  height: 60px;
  border-color: #201c2c;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .subscribe__input {
    height: 50px;
  }
}

.subscribe__submit {
  position: absolute;
  top: 0;
  padding: 20px;
  right: 0;
}

@media (max-width: 767px) {
  .subscribe__submit {
    padding: 15px 20px;
  }
}

.social-icons li {
  display: inline-block;
}

.social-icons li:not(:last-child) {
  margin-right: 10px;
}

.social-icons li a {
  background: #2a2637;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  line-height: 60px;
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
}

.social-icons li a i {
  position: relative;
  z-index: 3;
}

.social-icons li a:before {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 100%;
  left: 0;
  background: #56A952;
  content: '';
  transition: .4s;
  z-index: 1;
  border-radius: 100%;
}

.social-icons li a:hover:before {
  height: 100%;
}

@media (max-width: 767px) {
  .footer-widget {
    text-align: center;
    margin-bottom: 30px;
  }
}

.footer-widget p {
  margin-bottom: 15px;
  font-size: 12px;
}

.footer-widget__title {
  margin-bottom: 32px;
}

.black-footer {
  background: #191623;
}

.black-footer .footer-widget p {
  color: #aaa6b3;
}

.black-footer .latest-news__title {
  color: #aaa6b3;
}

.black-footer .latest-news__title a:hover {
  color: #fff;
}

.black-footer .latest-news__time {
  color: #605c68;
}

.black-footer .footer-widget__title {
  color: #fff;
}

.latest-news {
  margin-bottom: 18px;
  min-height: 80px;
}

@media (max-width: 767px) {
  .latest-news {
    display: inline-block;
  }
}

.latest-news__image {
  float: left;
  width: 122px;
}

.latest-news__text-content {
  margin-left: 140px;
}

@media (max-width: 767px) {
  .latest-news__text-content {
    text-align: left;
  }
}

.latest-news__title {
  line-height: 1.46;
  margin-bottom: 5px;
}

.latest-news__time {
  font-size: 12px;
}

.gallery-list li {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 15px;
}

.copyright-text {
  font-weight: 600;
}

.copyright-area {
  background: #120f1d;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .copyright-area {
    padding: 20px 0;
  }
}

/* -----------------------------------
** End Feature
-------------------------------------*/
/* -----------------------------------
** Widget
-------------------------------------*/
.widget {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
}

@media (max-width: 480px) {
  .widget {
    padding: 25px 15px;
  }
}

.widget__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 27px;
}

.widget--filter-category ul li {
  margin-bottom: 10px;
}

.widget--filter-category ul li:last-child {
  margin-bottom: 0;
}

.widget--category-feed ul li {
  margin-bottom: 10px;
}

.widget--category-feed ul li a {
  font-size: 12px;
}

.widget--category-feed ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 30px;
  }
}

.feature-work__title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 18px;
}

.feature-work__address {
  font-size: 12px;
  margin-bottom: 15px;
}

/* -----------------------------------
** End Widget
-------------------------------------*/
/* -----------------------------------
** Slider
-------------------------------------*/
.slider-area {
  padding-top: 28vh;
  padding-bottom: 12vh;
  overflow: hidden;
}

.slider-area--one {
  background: url("images/header/startseite.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.slider-area--one:before {
  /*background-image: linear-gradient(-45deg, #120aba 20%, #1077c7 100%);*/
  /*background-image: linear-gradient(45deg, #8684c1 20%, #1077c7 100%);*/

  opacity: .66;
}

.slider-area--two {
  background: url("images/header/slider_2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.slider-area--companies {
  background: url("images/header/slider_2.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.slider-area--companies .slider-text__title {
  font-size: 60px;
  margin-bottom: 45px;
}

.slider-area--company-jobs, .slider-area--profile {
  background: url("images/header/slider_2.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 20vh;
  padding-top: 35vh;
}

.slider-area--profile {
  background: url("images/header/slider_2.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 20vh;
  padding-top: 25vh;
}
.slider-area--profile {
  background:

    url(images/header/slider_2.jpg);
  background:
  
    url(images/header/slider_2.jpg);

}
.slider-area--profile h3 { color: #fff;}
.slider-area--profile h4 { color: #ff9000;}

.slider-area--registration-form {
  background: url("images/header/slider_2.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 30vh;
  padding-top: 35vh;
}

.slider-area--registration-form .slider-text {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .slider-area--registration-form .slider-text {
    display: block;
  }
}

.slider-area--registration-form .slider-text__title {
  font-size: 40px;
  margin: 0;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .slider-area--registration-form .slider-text__title {
    padding: 0;
    margin-bottom: 15px;
    font-size: 30px;
  }
}

.slider-text__subtitle {
  color: #fff;
  font-size: 22px;
  display: block;
}

.slider-text__title {
  font-size: 10vh;
  color: #fff;
  margin-bottom: 8vh;
}

.slider-text--black .slider-text__subtitle {
  color: #120f1d;
}

.slider-text--black .slider-text__title {
  color: #222222;
}

.text-center .slider-search-wrap {
  margin-left: auto;
  margin-right: auto;
}

.slider-search-wrap {
  max-width: 772px;
}

.slider-search-wrap .nav-tabs {
  margin: 0;
  padding: 0;
  border: 0;
}

.slider-search-wrap .nav-tabs > li {
  margin: 0 7px 0 0;
  padding: 0;
  border: 0;
}

.slider-search-wrap .nav-tabs > li > a {
  margin: 0;
  font-weight: 700;
  border: 0;
  background: #fff;
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  padding: 18px 40px;
  border-radius: 6px 6px 0 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .slider-search-wrap .nav-tabs > li > a {
    padding: 15px 20px;
  }
}

.slider-search-wrap .nav-tabs > li.active > a,
.slider-search-wrap .nav-tabs > li.active > a:focus,
.slider-search-wrap .nav-tabs > li.active > a:hover {
  margin: 0;
  border: 0;
  background: #468FB9;
  color: #fff;
}

.slider-search {
  display: flex;
  width: 100%;
  background: #fff;
  padding: 30px 30px 20px 30px;
  border-radius: 0 8px 8px 8px;
}

@media (max-width: 767px) {
  .slider-search {
    width: 100%;
    display: block;
  }
}

.slider-search__inputs {
  width: calc(100% - 90px);
  display: flex;
}

@media (max-width: 767px) {
  .slider-search__inputs {
    width: 100%;
    display: block;
  }
}

.slider-search__inputs .form-group-home {
  width: 50%;
  padding-right: 10px;
  position: relative;
}

.slider-search__inputs .form-group {
  width: 33.333333333%;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .slider-search__inputs .form-group {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  .slider-search__inputs .form-group-home {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}

.slider-search__inputs .form-group .location-icon {
  position: absolute;
  top: 12px;
  right: 25px;
}
.slider-search__inputs .form-group-home .location-icon {
  position: absolute;
  top: 12px;
  right: 25px;
}

.slider-search__submit {
  width: 90px;
}

.slider-search__submit .btn {
  min-width: 90px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 10px;
}

.slider-search .form-group__input {
  transition: .3s;
  padding: 11px 10px 10px 10px;
}

.slider-search .form-group__input:focus {
  background: transparent;
  border-color: #f0f0f0;
}

.slider-area--three {
  padding: 0;
  position: relative;
}

.slider-area--three .slider-search-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
}

#gmap-list {
  height: calc(96vh - 88px);
}

.on_gmap.list.gmap_controls {
  display: none;
}

/* -----------------------------------
** End Slider
-------------------------------------*/
/* -----------------------------------
** Company
-------------------------------------*/
.companies-outer-wrapper {
  margin-top: -100px;
}

.companies-main-content {
  border-radius: 10px;
  background: #f9f9f9;
  padding: 100px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .companies-main-content {
    padding: 30px;
  }
}

.company-list > li {
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
  float: left;
}

@media (max-width: 1199px) {
  .company-list > li {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .company-list > li {
    width: 33.33333333%;
  }
}

@media (max-width: 767px) {
  .company-list > li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .company-list > li {
    width: 100%;
  }
}

.company-list > li:after {
  clear: both;
}

.company {
  position: relative;
  margin-bottom: 30px;
  display: block;
}

.company__thumbnail {
  width: 100%;
}

.company__logo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.companies-tabs-nav {
  margin-bottom: 45px;
}

.companies-tabs-nav .nav-tabs {
  margin-left: -5px;
  margin-right: -5px;
  border: 0;
}

.companies-tabs-nav .nav-tabs > li {
  margin: 5px;
}

.companies-tabs-nav .nav-tabs > li > a {
  color: #222222;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #e5e5e5;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.companies-tabs-nav .nav-tabs > li > a:hover {
  background: #56A952;
  border-color: #56A952;
  color: #fff;
}

.companies-tabs-nav .nav-tabs > li.active a {
  background: #56A952;
  border-color: #56A952;
  color: #fff;
}

.company-info {
  position: relative;
}

.company-info__logo {
  position: absolute;
  font-size: 40px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
}

@media (max-width: 991px) {
  .company-info__logo {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 480px) {
  .company-info__logo {
    display: block;
    position: static;
    margin-bottom: 10px;
  }
}

.company-info__text-content {
  padding-left: 130px;
}

@media (max-width: 991px) {
  .company-info__text-content {
    padding-left: 80px;
  }
}

@media (max-width: 480px) {
  .company-info__text-content {
    padding-left: 0;
  }
}

.company-info__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
}

.company-info__rating {
  margin-bottom: 10px;
  font-size: 16px;
}

.company-info__meta > span {
  padding-right: 26px;
}

@media (max-width: 991px) {
  .company-info__meta > span {
    display: block;
  }
}

.company-info__meta > span strong {
  color: #222222;
}

/* -----------------------------------
** End Causes
-------------------------------------*/
/* -----------------------------------
**  Preloader
-------------------------------------*/
.preloader {
  background: #56A952;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
}

.preloader .ball-scale-multiple {
  position: relative;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

.cd-top {
  position: fixed;
  bottom: -100%;
  right: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  font-size: 30px;
  color: #fff;
  background: #56A952;
  opacity: 1;
  border-radius: 100%;
  transition: 1s;
  z-index: 88;
}

.cd-top:hover, .cd-top:focus {
  color: #fff;
}

.backtop-top-show {
  bottom: 20px;
}

.loader {
  border: 5px solid #456b80;
  border-radius: 50%;
  border-top: 5px solid #56A952;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 45%;
  top: calc(50% - 30px);
  left: 45%;
  left: calc(50% - 30px);
  z-index: 88;
}

.loader.loder-hide {
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* -----------------------------------
**  End Preloader
-------------------------------------*/
.profile-banner-text {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .profile-banner-text {
    display: block;
  }
}

@media (max-width: 991px) {
  .profile-banner-text .btn {
    margin-bottom: 10px;
  }
}

.user-info {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .user-info {
    padding-bottom: 15px;
  }
}

.user-info .image {
  padding-right: 20px;
}

.user-info .image img {
  width: 110px;
  height: 110px;
}

@media (max-width: 991px) {
  .user-info .image img {
    width: 60px;
    height: 60px;
  }
}

.user-info .user-name {
  font-size: 35px;
  margin: 0;
}

@media (max-width: 991px) {
  .user-info .user-name {
    font-size: 20px;
  }
}

.profile-text-wrapper {
  margin-top: -100px;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .profile-text-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.profile-text {
  background: #f7f8fa;
  padding: 40px 70px;
  text-align: left;
}

@media (max-width: 991px) {
  .profile-text {
    padding: 40px 15px;
  }
}

.checkbox-icons-lists {
  padding-left: 20px;
}

.checkbox-icons-lists li {
  font-size: 15px;
  padding-bottom: 10px;
}

.progress-item {
  padding-top: 5px;
  padding-bottom: 18px;
}

.progress-item .progress-heading, .progress-item .progress-label-percent {
  margin-bottom: 8px;
  font-weight: 700;
}

.progress-item .progress-bg {
  position: relative;
  height: 7px;
  border-radius: 10px;
  background: #e8e8e8;
}

.progress-item .progress-bg .progress-rate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #56A952;
  border-radius: 10px;
  transition: 2.5s;
}

.progress-item:nth-child(1) .progress-label-percent {
  color: #FF9000;
}

.progress-item:nth-child(1) .progress-rate {
  background: #FF9000;
}

.progress-item:nth-child(2) .progress-label-percent {
  color: #56A952;
}

.progress-item:nth-child(2) .progress-rate {
  background: #56A952;
}

.progress-item:nth-child(3) .progress-label-percent {
  color: #FFCB1D;
}

.progress-item:nth-child(3) .progress-rate {
  background: #FFCB1D;
}

.progress-item:nth-child(4) .progress-label-percent {
  color: #D239E9;
}

.progress-item:nth-child(4) .progress-rate {
  background: #D239E9;
}

.education-qualification__name {
  font-size: 17px;
  display: block;
  margin-bottom: 5px;
}

.education-qualification__university {
  font-size: 20px;
}

.profile-experience {
  position: relative;
  padding-bottom: 15px;
}

.profile-experience__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  font-size: 25px;
}

.profile-experience__text-content {
  padding-left: 40px;
}

.profile-experience__name {
  font-size: 17px;
  display: block;
  margin-bottom: 5px;
}

.profile-experience__compay-name {
  font-size: 20px;
}

.candidate {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 35px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  transition: .3s;
}

@media (max-width: 991px) {
  .candidate {
    display: block;
    padding: 20px 15px;
  }
}

.candidate:first-child {
  border-top: 0;
}

.candidate:hover {
  box-shadow: 0 0 30px rgba(134, 134, 134, 0.22);
  border-color: transparent;
  position: relative;
  z-index: 1;
}

.candidate__details {
  position: relative;
  width: 55%;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .candidate__details {
    width: 100%;
  }
}

.candidate__photo {
  width: 80px;
  height: 80px;
}

.candidate__photo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.candidate__text-content {
  padding-left: 20px;
  width: calc(100% - 80px);
}

.candidate__designation {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.candidate__name {
  font-size: 20px;
  margin-bottom: 5px;
}

.candidate__meta strong {
  color: #222222;
}

.candidate__skills {
  width: 45%;
  text-align: center;
}

@media (max-width: 991px) {
  .candidate__skills {
    width: 100%;
    padding-top: 10px;
    text-align: left;
  }
}

.candidate__skills a {
  display: inline-block;
  white-space: nowrap;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 25px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  border: 2px solid #f0f0f0;
  margin-left: 7px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .candidate__skills a {
    margin-left: 0;
    margin-right: 7px;
  }
}

.candidate__skills a:hover {
  background: #56A952;
  color: #fff;
  border-color: #56A952;
}

.registration-outer-wrapper {
  margin-top: -80px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

.registration-form {
  background: #f7f8fa;
  padding: 50px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .registration-form {
    padding: 20px 15px;
  }
}

.registration-form .form-group {
  margin-bottom: 20px;
}

.registration-form .form-group__label {
  color: #222222;
  font-weight: 600;
}

.registration-form .form-group__input {
  border: 2px solid #cccccc;
  height: 45px;
}

.registration-form .checkbox-label {
  font-weight: 400;
}
