/*===========================
 =  Table of Contents
 0. Keyframes
 1. General
 1.1. Typography
 1.2. Section spacings
 1.3. Forms
 1.4. Buttons
 1.5. Colors & Badges
 1.6. Modals & Popups
 1.7. Tables
 1.8. Tabs
 2. Header
 3. Footer
 4. Banner
 5. Subheader
 6. Shortcodes
 6.0. Loaders
 6.1. Featured Jobs
 6.2. Testimonials
 6.3. Team members
 6.4. Blog Posts
 6.4.1. Sidebar
 6.5. Job Categories
 6.6 Jobs by country
 6.7. Pricing Plans
 6.8. Contact Form
 6.9. Counter
 6.10. Image with Gradient
 6.11. Salary
 6.12. Clients
 6.13. Companies
 6.14. Timeline
 7. Misc
 8. Pages
 8.1. Login & Register
 8.2. Jobs single
 8.3. Company Single
 8.4. Post job
 8.5. User profile
 9. Responsive
===========================*/
/* Google Fonts */
@import url("6f43be8a840b4b95a23765fcb7268183.css");

/*-------------------------------------------------------------------*/
/* === Keyframes === */
@-webkit-keyframes pointAt {
  0%{
    left: -70px; opacity: 1;
  }
  50%{
    left: -60px; opacity: .5;
  }
  100%{
    left: -70px; opacity: 1;
  }
}
@keyframes pointAt {
  0%{
    left: -70px; opacity: 1;
  }
  50%{
    left: -60px; opacity: .5;
  }
  100%{
    left: -70px; opacity: 1;
  }
}


@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
            transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
            transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
            transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
            transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
            transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
            transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
            transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
            transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
            transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
            transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
            transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
            transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
            transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
            transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
            transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
            transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
            transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
            transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
            transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
            transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
            transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
            transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
            transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
            transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/*======================
1.0. General
========================*/
::-moz-selection {
  background-color: #4285F4;
  color: #fff;
}
::selection {
  background-color: #4285F4;
  color: #fff;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .50;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}
.dark-overlay{
  position: relative;
  z-index: 1;
}
.dark-overlay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: -1;
}
.dark-overlay.dark-overlay-2::before{
  background-color: rgba(0,0,0,.6);
}

body {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: #515151;
  overflow-x: hidden;
}
hr{
  margin: 30px 0;
}
img {
  max-width: 100%;
  height: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.close-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}

.close-btn:focus {
  outline: none;
}

.close-btn span {
  position: absolute;
  width: 2px;
  height: 15px;
  display: block;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.close-btn.close-dark span {
  background-color: #4a5779;
}

.close-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn:hover span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-btn:hover span:nth-child(2) {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.close-btn.dark span {
  background-color: #4a5779;
}

.icon-2x {
  font-size: 2rem;
}

.icon-3x {
  font-size: 3rem;
}

.icon-4x {
  font-size: 4rem;
}

.border-0 {
  border: 0;
}

.bg-cover {
  background-size: cover;
}
.bg-parallax{
  background-attachment: fixed;
}
.bg-contain {
  background-size: contain;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center;
}

/*======================
1.1. Typography
========================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family:'Nunito', sans-serif;
  font-weight: 700;
  color: #4a5779;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #515151;
}
a {
  color: #4285F4;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a:hover,
a:focus {
  color: #3872d2;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
label{
  font-weight: 600;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul li,
ol li {
  margin: 0;
  position: relative;
}
.jbr-list{
  margin-bottom: 20px;
}
.jbr-list li{
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}
.jbr-list li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 24px;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1ec1b0;
}

blockquote {
  background-color: #f8f9fa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  margin: 10px 0;
  border-left: 3px solid #4285F4;
  font-size: 18px;
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
/*======================
1.2 Section Spacings
========================*/
.section {
  position: relative;
  padding: 80px 0;
}
.section.section-padding{
  padding: 80px 0 50px;
}
.section-light{
  background-color: #f8f9fa;
}

.title {
  font-size: 35px;
}
.section-title-wrap.section-header {
  margin-bottom: 50px;
}
.section-title-wrap p {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 16px;
}
.section-title-wrap.text-center p {
  margin: 0 auto 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mr-lg-30{
  margin-left: 30px;
}

/*==================
1.3. Forms
====================*/
.form-control::-webkit-input-placeholder{
  color: #a5a5a5;
}
.form-control::-moz-placeholder{
  color: #a5a5a5;
}
.form-control:-ms-input-placeholder{
  color: #a5a5a5;
}
.form-control::-ms-input-placeholder{
  color: #a5a5a5;
}
.form-control::placeholder{
  color: #a5a5a5;
}
.form-control {
  height: 50px;
  padding: 8px 15px;
  border-radius: 4px;
  border: 2px solid #efefef;
  width: 100%;
  color: #454545;
}
.form-control:focus {
  border: 2px solid #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group{
  margin-bottom: 20px;
}
.input-with-icon{
  position: relative;
}
.input-with-icon input,
.input-with-icon select{
  padding-left: 40px;
}
.input-with-icon i{
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a5a5a5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.input-with-icon input:focus + i,
.input-with-icon select:focus + i{
  color: #454545;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4285F4;
}

/*==================
1.4. Buttons
====================*/
.btn {
	background: #4285F4;
  border-color: #4285F4;
  line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-primary{
  background: #4285F4;
  border-color: #4285F4;
}
.btn-primary:hover, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus{
  color: #fff;
  background: #3872d2;
  border-color: #3872d2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-success{
  background: #1ec1b0;
  border-color: #1ec1b0;
}
.btn-success:hover, .btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus{
  color: #fff;
  background: #1db9a9;
  border-color: #1db9a9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-danger{
  background: #ff737b;
  border-color: #ff737b;
}
.btn-danger:hover, .btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus{
  color: #fff;
  background: #ea6a71;
  border-color: #ea6a71;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light{
  border: 1px solid rgba(0,0,0,.1);
  background-color: #fff;
  color: #848486;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle{
  border: 1px solid rgba(0,0,0,.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4a5779;
}
.btn i,
.btn-link i{
	margin-left: 10px;
}
.btn.icon-behind i,
.btn-link.icon-behind i{
	margin-right: 10px;
}
.btn-link{
  font-weight: 700;
  color: #4285F4;
  position: relative;
}
.btn-link:hover,
.btn-link:focus{
  color: #3872d2;
  text-decoration: none;
}
.btn-link:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3872d2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.btn-link:hover::before,
.btn-link:focus::before{
  width: 100%;
}
.btn.btn-sm{
  padding: 4px 8px;
}
input[type="submit"]:disabled, button[type="submit"]:disabled {
  background: #e4e3e8;
  border-color: #e4e3e8;
  cursor: not-allowed;
}

/*==================
1.5. Colors & Badges
====================*/
.custom-primary{
  color: #4285F4;
}
.twitter {
  background-color: rgba(44, 170, 225, 0.4);
  color: #2caae1;
}
.twitter:hover{
  background-color: #2caae1;
  color: #fff;
}

.facebook {
  background-color: rgba(59, 87, 157, 0.4);
  color: #3b579d;
}
.facebook:hover{
  background-color: #3b579d;
  color: #fff;
}

.google {
  background-color: rgba(220, 74, 56, 0.4);
  color: #dc4a38;
}
.google:hover{
  background-color: #dc4a38;
  color: #fff;
}

.linkedin{
  background-color: rgba(1, 119, 181, 0.4);
  color: #0177b5;
}
.linkedin:hover{
  background-color: #0177b5;
  color: #fff;
}

.pinterest {
  background-color: rgba(204, 33, 39, 0.4);
  color: #cc2127;
}
.pinterest:hover{
  background-color: #cc2127;
  color: #fff;
}

.youtube{
  background-color: rgba(229, 45, 39, 0.4);
  color: #e52d27;
}
.youtube:hover{
  background-color: #e52d27;
  color: #fff;
}

.github {
  background-color: rgba(51, 51, 51, 0.4);
  color: #333333;
}
.github:hover{
  background-color: #333333;
  color: #fff;
}

.behance {
  background-color: rgba(23, 105, 255, 0.4);
  color: #1769ff;
}
.behance:hover{
  background-color: #1769ff;
  color: #fff;
}

.dribbble {
  background-color: rgba(234, 76, 137, 0.4);
  color: #ea4c89;
}
.dribbble:hover{
  background-color: #ea4c89;
  color: #fff;
}

.reddit{
  background-color: rgba(255, 69, 0, 0.4);
  color: #ff4500;
}
.reddit:hover{
  background-color: #ff4500;
  color: #fff;
}

/* Badges */
[class*='badge-'] {
  position: relative;
  color: #fff;
  font-weight: 400;
  padding: 6px 9px;
  font-size: 13px;
}
.badge.badge-primary {
  background-color: #4285F4;
}
.badge.badge-secondary {
  background-color: #aa66cc;
}
.badge.badge-success {
  background-color: #1ec1b0;
}
.badge.badge-warning {
  background-color: #fda600;
}
.badge.badge-danger {
  background-color: #ff737b;
}
.badge.badge-info {
  background-color: #5a9ee0;
}

/*======================
1.6 Modal & Popups
========================*/
.modal-header .close{
  background: #020202;
  opacity: 1;
  margin: 0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: none;
}
.modal-header{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-header .close:not(:disabled):not(.disabled):hover{
  background: #dd3333;
  opacity: 1;
}

/*======================
1.7 Tables
========================*/
table th,
table td {
  border: 1px solid #efefef;
  padding: 15px;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
.table{
  margin-bottom: 30px;
}
.left-aligned-table th,
.left-aligned-table td{
  padding-left: 0;
}
.left-aligned-table tr:last-child td,
.left-aligned-table tr:last-child th{
  padding-bottom: 0;
}

/*======================
1.8 Tabs
========================*/
.icon-tabs .nav-tabs{
  border-bottom: 0;
}
.icon-tabs .nav-tabs li{
  width: 100%;

}
.icon-tabs .nav-tabs li a{
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
  border-radius: .25rem;
  border: 0;
  text-align: center;
}
.icon-tabs .nav-tabs li a:hover{
  background-color: #f3f3f3;
}
.icon-tabs .nav-tabs li a h5{
  margin-bottom: 0;
}
.icon-tabs .nav-tabs li a i{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 40px;
  color: #4a5779;
}
.icon-tabs .nav.nav-tabs a.active i,
.icon-tabs .nav.nav-tabs a.active h5{
  color: #fff;
}
.icon-tabs .nav.nav-tabs a.active{
  background-color: #4285F4;
}

/*======================
2. Header
========================*/

.main-header {
  width: 100%;
  z-index: 990;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
}

.main-header.absolute-header {
  position: absolute;
}

.navbar {
  padding: 0;
}

.main-header.can-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}

.aside-toggler {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 20px 0;
}

.aside-toggler span {
  display: block;
  margin-bottom: 2px;
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background-color: #4a5779;
}

.navbar-brand {
  width: 160px;
  margin: 0;
  padding: 0;
}

.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar .menu-item {
  position: relative;
  display: inline-block;
}

.navbar .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  color: #4a5779;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbar .navbar-nav > .menu-item:last-child > a{
  padding-right: 0;
}

.navbar .menu-item a.active, .navbar .menu-item a:hover {
  color: #4285F4;
}

.navbar .menu-item:hover>.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar .menu-item .submenu {
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
  min-width: 250px;
  z-index: 990;
}

.navbar .menu-item .submenu.submenu-right {
  left: initial;
  right: 0;
}

.navbar .menu-item .submenu .menu-item {
  display: block;
}
.navbar .menu-item .submenu .menu-item a{
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.navbar .menu-item .submenu .menu-item a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #4285F4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.navbar .menu-item .submenu .menu-item a:hover::before{
  height: 100%;
}
.navbar .menu-item .submenu .menu-item a:hover {
  color: #4a5779;
  background-color: #fafafa;
}
.navbar .menu-item .submenu .menu-item:last-child a{
  border-bottom: 0;
}
.navbar .menu-item .submenu .menu-item.menu-item-has-children>a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 28px;
  margin-left: auto;
  font-size: 10px;
}

.navbar .menu-item .submenu .menu-item .submenu {
  left: 100%;
  top: 0;
}

.main-aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 270px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-aside.open {
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
}

.main-aside .navbar-brand {
  padding: 10px 15px;
  display: block;
  width: 180px;
  margin: 0;
}

.main-aside>ul>li>a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-aside ul .menu-item.menu-item-has-children>a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 28px;
  margin-left: auto;
  font-size: 10px;
}

.main-aside ul .menu-item a {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4a5779;
  font-weight: 700;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.main-aside ul .menu-item ul li a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #4285F4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.main-aside ul .menu-item ul li a:hover::before{
  height: 100%;
}

.main-aside ul .menu-item a:hover, .main-aside ul .menu-item a.active {
  color: #4285F4;
}

.main-aside ul .menu-item .submenu {
  display: none;
  background-color: #fafafa;
}

.main-aside ul .menu-item .submenu.open {
  display: block;
}

.main-aside ul .menu-item .submenu a {
  font-weight: 600;
}

.main-aside .aside-footer {
  padding: 10px 15px;
}

.main-aside .aside-footer .social-media a {
  color: #4a5779;
  font-size: 16px;
}

.main-aside .aside-footer .social-media a:hover {
  color: #fff;
}

.main-aside.open+.aside-overlay {
  opacity: 1;
  visibility: visible;
}

.aside-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  display: none;
}

/*======================
3. Footer
========================*/
.jbr-footer {
  padding: 80px 0 0;
  background-color: #f8f9fa;
}
.jbr-footer p{
  margin-bottom: 20px;
  color: #858585;
}
.jbr-footer a,
.jbr-footer i{
  color: #858585;
}
.jbr-footer a:hover{
  color: #4285F4;
}
.footer-widget {
  padding-bottom: 80px;
}

.footer-widget .widget-title,
.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 150px;
}

.footer-widget ul {
  margin: 0;
}
.footer-widget ul li + li{
  margin: 10px 0 0;
}
.footer-widget ul li a {
  display: block;
}

.footer-widget ul li a:hover {
  opacity: 1;
}

.footer-widget ul.social-media li {
  display: inline-block;
  margin-top: 0;
}
.footer-widget ul.social-media li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #4a5779;
  color: #4a5779;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-widget ul.social-media li a i{
  color: #4a5779;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.footer-widget ul.social-media li a:hover{
  background-color: #4285F4;
  border-color: #4285F4;
  color: #fff;
}
.footer-widget ul.social-media li a:hover i{
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Dark footer */
.footer-dark{
  background-color: #3b426b;
}
.footer-dark .footer-widget .widget-title{
  color: #fff;
}

.footer-dark p,
.footer-dark .media-body p,
.footer-dark .media-body span,
.footer-dark a,
.footer-dark i{
  color: #cecece;
}
.footer-dark ul.social-media li a{
  color: #cecece;
  border: 1px solid #cecece;
}
.footer-dark ul.social-media li a i{
  color: #cecece;
}

/*======================
4. Banner
========================*/

.can-sticky + .banner{
  padding: 180px 0 120px;
}
.banner{
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
}
.jbr-banner-search-wrapper{
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
  margin-bottom: 30px;
}
.jbr-banner-form{
  padding: 30px;
  background-color: #fff;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.jbr-banner-form .btn{
  font-size: 16px;
}
.banner-title{
  font-size: 42px;
}
.banner-subtitle{
  color: #848486;
  font-size: 22px;
  font-weight: 400;
}
.jbr-banner-cv-form{
  padding: 30px;
  background-color: #4285F4;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.jbr-banner-cv-form h3{
  color: #fff;
  font-size: 26px;
}
.jbr-banner-cv-form a{
  display: inline-block;
  color: #4285F4;
  background-color: #fff;
  padding: 3px 9px;
  border-radius: .25rem;
  margin: 2px;
  font-weight: 600;
}
.jbr-banner-cv-form a:hover{
  background-color: #f3f3f3;
}

/* Banner style 2 */
.can-sticky + .banner-2{
  padding: 180px 0 0;
}
.banner-2 .jbr-banner-search-wrapper{
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 120px;
}
.banner-2 .banner-title,
.banner-2 .banner-subtitle{
  color: #fff;
}

/*======================
5. Subheader
========================*/
.subheader{
  padding: 180px 0 70px;
}
.subheader h1{
  color: #fff;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 20px 0 0 0;
}

.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.breadcrumb-item.active{
  color: #fff;
}
.breadcrumb li a {
  font-weight: 700;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/*======================
6. Shortcodes
========================*/

/* 6.0. Loaders */
.jbr-preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4285F4;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.jbr-preloader.hidden{
  opacity: 0;
  visibility: hidden;
}
.loader {
  position: relative;
  width: 75px;
  height: 100px;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #fff;
  -webkit-transform-origin: center bottom;
          -ms-transform-origin: center bottom;
      transform-origin: center bottom;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.2);
          -ms-transform: scale(1, 0.2);
      transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
          animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.4);
          -ms-transform: scale(1, 0.4);
      transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
          animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 0.6);
          -ms-transform: scale(1, 0.6);
      transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
          animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, 0.8);
          -ms-transform: scale(1, 0.8);
      transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
          animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
          animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
          animation: ball 4s infinite;
}


/* 6.1. Featured Jobs */
.jbr-featured-job{
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
  border-radius: .25rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  margin-bottom: 30px;
}
.jbr-featured-job:hover{
  background-color: #f3f3f3;
}
.jbr-featured-job img{
  width: 40px;
}
.jbr-featured-job-meta{
  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;
}
.jbr-job-price{
  color: #1ec1b0;
  font-weight: 600;
}

/* 6.2. Testimonials */
.testimonial-item {
  position: relative;
  margin-bottom: 30px;
  border-radius: .25rem;
  background-color: #f8f9fa;
  padding: 30px;
}
.testimonials-2 .testimonial-item{
  background-color: #fff;
}
.testimonials-2 .testimonials-irregular-container .masonry-item:first-child {
  margin-top: 60px;
}
.testimonial-item:before {
  content: '\f107';
  font-family: Flaticon;
  font-style: normal;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 70px;
  opacity: 0.1;
  line-height: 1;
}
.testimonial-item img {
  width: 40px;
  border-radius: 50%;
}
.testimonial-item p {
  margin-bottom: 0;
}

/* 6.3. Team members */
.member-item{
  margin-bottom: 30px;
}
.member-item .member-item-body{
  background-color: #f8f9fa;
  padding: 20px;
  text-align: center;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.member-item .member-item-body h5{
  margin-bottom: 0;
}
.member-item .member-item-body h5 a{
  color: #4a5779;
}
.member-item .member-item-body span{
  font-size: 16px;
  color: #848486;
  font-weight: 600;
}
.member-item img{
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.member-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0;
}
.member-item ul li {
  margin: 0 10px;
}
.member-item ul li a {
  width: 30px;
  height: 30px;
  border-radius: .25rem;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member-thumbnail{
  position: relative;
}
.member-rating{
  position: absolute;
  bottom: 20px;
  background-color: #fff;
  border-radius: 25px;
  width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 5px;
}
.member-rating i{
  padding: 0 5px;
  color: #d0d0d0;
}
.member-rating i.active{
  color: #ff9941;
}

/* Style 2 */
.members.members-2 .member-item-body{
  background-color: #fff;
}

/* 6.4. Blog Posts */
.post{
  margin-bottom: 30px;
}
.post .post-thumbnail{
  overflow: hidden;
  border-radius: .25rem;
}
.post .post-thumbnail img{
  border-radius: .25rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1.1) translateX(-10px);
      -ms-transform: scale(1.1) translateX(-10px);
          transform: scale(1.1) translateX(-10px);
}
.post .post-thumbnail:hover img{
  -webkit-transform: scale(1) translateX(0);
      -ms-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}
.post .media{
  margin-bottom: 20px;
}
.post .media img{
  width: 40px;
}
.post .post-title a{
  color: #4a5779;
}
.post .post-title a:hover{
  color: #4285F4;
}
.post .post-body{
  padding: 20px 0 0;
}
.post .post-text{
  margin-bottom: 20px;
}
.post.list .post-body{
  padding: 0 0 0 20px;
}
.post.list .row{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-single {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-single .post-thumbnail img {
  border-radius: .25rem;
  margin-bottom: 20px;
}
.post-single .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.post-single .media img {
  width: 50px;
  border-radius: 50%;
}
.post-single .media p {
  margin-bottom: 0;
}
.post-single .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.post-content img{
  margin-bottom: 10px;
}
.post-meta{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-author {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-author h4{
  margin-bottom: 30px;
}
.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-author .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 10px;
}
.social-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #4a5779;
  color: #4a5779;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-media a:hover {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #fff;
}
.social-media li a i{
  margin: 0;
}
.about-author img {
  width: 90px;
  border-radius: 50%;
}

.comments-list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-list h4 {
  margin-bottom: 30px;
}
.comments-list .media img {
  width: 45px;
  border-radius: 50%;
}
.comments-list .media h5 {
  margin-bottom: 0;
}
.comments-list .media span {
  display: inline-block;
  margin-bottom: .5rem;
  color: #a5a5a5;
}
.comments-list .media p {
  margin-bottom: .5rem;
 }
.comments-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
 }
.comments-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.comment-form{
  margin-bottom: 30px;
}
.comment-form h4 {
  margin-bottom: 30px;
}


/* 6.4.1. Sidebar */
.sidebar-widget{
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: .25rem;
}
.sidebar-widget + .sidebar-widget{
  margin-top: 30px;
}
.sidebar-widget p{
  margin-bottom: 20px;
}
.sidebar-widget .media{
  margin-bottom: 20px;
}
.sidebar-widget .media:last-child{
  margin-bottom: 0;
}
.sidebar-widget .media img{
  width: 50px;
  border-radius: .25rem;
}
.sidebar-widget .media h6 a{
  color: #4a5779;
}
.sidebar-widget .media h6 a:hover{
  color: #4285F4;
}
.tags a{
  display: inline-block;
  font-size: 13px;
  padding: 3px 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #7286a2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
  margin: 2px 2px 2px 0;
  border-radius: 3px;
}
.tags a:hover{
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #7286a2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 6.5. Job Categories */
.jbr-job-category{
  text-align: center;
  margin-bottom: 30px;
  border-radius: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
  border: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.jbr-job-category:hover{
  background-color: #4285F4;
}
.jbr-job-category:hover i,
.jbr-job-category:hover h5{
  color: #fff;
}
.jbr-job-category i{
  color: #4a5779;
  font-size: 40px;
  margin-bottom: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.jbr-job-category h5{
  margin: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* 6.6. Jobs by country */
.jbr-country{
  position: relative;
}
.jbr-country-thumbnail{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.jbr-country .jbr-country-thumbnail::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.jbr-country a{
  display: block;
}
.jbr-country .jbr-country-info{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}
.jbr-country:hover .jbr-country-info{
  -webkit-transform: scale(1.1) translate(-50%, -50%);
      -ms-transform: scale(1.1) translate(-50%, -50%);
          transform: scale(1.1) translate(-50%, -50%);
}
.jbr-country .jbr-country-info h4{
  color: #fff;
}
.jbr-country .jbr-country-info span{
  color: #fff;
  background-color: #4285F4;
  font-weight: 400;
  padding: 6px 9px;
  font-size: 13px;
  border-radius: .25rem;
}

/* Style2 */
.jbr-country-jobs.section{
  padding: 80px 0 50px;
}
.jbr-country-jobs .jbr-country{
  margin-bottom: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.jbr-country-jobs .jbr-country-thumbnail{
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
}
.jbr-country-jobs .jbr-country .jbr-country-thumbnail::before,
.jbr-country-jobs .jbr-country-thumbnail,
.jbr-country-jobs .jbr-country-thumbnail img{
  border-radius: .25rem;
}
.jbr-country-jobs .jbr-country:hover .jbr-country-info{
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}
.jbr-country-jobs .jbr-country:hover{
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* 6.7. Pricing Plans */

.pricing {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  border-radius: .25rem;
}
.pricing:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.pricing h3{
  font-size: 25px;
}
.pricing--des {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing--des h4 {
  display: inline-block;
  position: relative;
  color: #4285F4;
  margin-bottom: 0;
}
.pricing--des h6 {
  text-decoration: line-through;
  font-weight: 400;
  color: #d0d0d0;
}
.pricing--des h4 .cycle {
  font-weight: 400;
  font-size: 13px;
  color: #848486;
}

.pricing--body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}
.pricing--body ul li {
  position: relative;
  padding: 5px 0 5px 30px;
  font-size: 16px;
}
.pricing--body ul li:first-child {
  padding-top: 0;
}
.pricing--body ul li:last-child {
  padding-bottom: 0;
}
.pricing--body ul li.check::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 28px;
  position: absolute;
  left: 0;
  color: #1ec1b0;
}
.pricing--body ul li.uncheck::before {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 28px;
  position: absolute;
  left: 0;
  color: #ff737b;
}

/* 6.8. Contact Form */
.contact-body{
  background-color: #f8f9fa;
  padding: 30px;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.contact-info p {
  margin-bottom: 20px;
}
.contact-info .media{
  margin-bottom: 20px;
}
.contact-info .media i{
  color: #4285F4;
}

.contact-map {
  height: 300px;
  position: relative;
}
.contact-map iframe {
  border: 0;
  height: 100%;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* 6.9. Counter */
.counter-item{
  margin-bottom: 20px;
}
.counter-item h5{
  font-size: 24px;
  margin-bottom: 5px;
}
.counter-item .counter-text{
  font-size: 16px;
  font-weight: 600;
}

/* Style 2 */
.counter-2 .counter-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 30px;
  border-radius: .25rem;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
}

.counter-2 .counter-item i{
  color: #4285F4;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
}

/* 6.10. Image with Gradient */
.img-gradient{
  position: relative;
}
.img-gradient::before{
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right bottom, left top, from(rgba(66, 133, 244, 0.6)), to(transparent));
  background-image: -o-linear-gradient(bottom right, rgba(66, 133, 244, 0.6), transparent);
  background-image: linear-gradient(to top left, rgba(66, 133, 244, 0.6), transparent);
  z-index: -1;
  border-radius: .25rem;
}
.img-gradient::after{
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right bottom, left top, from(transparent) , to(rgba(66, 133, 244, 0.6)));
  background-image: -o-linear-gradient(bottom right, transparent , rgba(66, 133, 244, 0.6));
  background-image: linear-gradient(to top left, transparent , rgba(66, 133, 244, 0.6));
  z-index: -1;
  border-radius: .25rem;
}
.img-gradient img{
  border-radius: .25rem;
}

/* 6.11. Salary */
.jbr-salary{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 30px;
  border-radius: .25rem;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
}
.jbr-salary h4{
  font-size: 24px;
}
.jbr-salary h5{
  margin-bottom: 0;
  color: #4285F4;
}
.jbr-salary.jbr-salary-main{
  background-color: #4285F4;
}
.jbr-salary.jbr-salary-main h5,
.jbr-salary.jbr-salary-main h4{
  color: #fff;
}

/* 6.12. Clients */

.client-item a{
  text-align: center;
  display: block;
  padding: 10px 0;
}
.client-item a:hover h5{
  color: #4285F4;
}
.client-item img{
  margin: 0 auto;
}
.client-item .client-info h5{
  margin: 20px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.client-item .client-info span{
  color: #fff;
  background-color: #4285F4;
  font-weight: 400;
  padding: 6px 9px;
  font-size: 13px;
  border-radius: .25rem;
}

/* Style 2 */
.clients-2 .client-item{
  margin-bottom: 30px;
}
.clients-2 .client-item img{
  opacity: .6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.clients-2 .client-item:hover img{
  opacity: 1;
}

/* 6.13. Companies */
.jbr-company{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 30px;
  border-radius: .25rem;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
}
.jbr-company:hover{
  background-color: #f3f3f3;
}
.jbr-company .company-info{
  text-align: center;
}
.jbr-company .company-info h5{
  margin: 20px 0;
}
.jbr-company .company-info span{
  color: #fff;
  background-color: #4285F4;
  font-weight: 400;
  padding: 6px 9px;
  font-size: 13px;
  border-radius: .25rem;
}

/* 6.14. Timeline */
.timeline{
  position: relative;
}
.timeline{
  padding-left: 40px;
}
.timeline::before{
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.timeline li{
  position: relative;
  margin-bottom: 20px;
}

.timeline li::before{
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  width: 20px;
  height: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.jbr-tagline span{
  font-weight: 400;
  font-size: 14px;
}
.timeline li.current::after{
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  color: #4285F4;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  position: absolute;
  top: -3px;
  left: -70px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation-name: pointAt;
          animation-name: pointAt;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*======================
7. Misc
========================*/
.slick-list{
  margin: 0 -15px;
}
.slick-slide{
  outline: none;
  margin: 0 15px;
}
.jbr-slider-arrows{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.jbr-slider-arrows i{
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
  border-radius: .25rem;
  cursor: pointer;
  background-color: #4285F4;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.tooltip{
  font-family: 'Nunito', sans-serif;
}
.media{
  margin-bottom: 10px;
}
.media img{
  margin-right: 15px;
  border-radius: 50%;
}
.media i{
  margin-right: 15px;
  line-height: 24px;
}
.media-body h6,
.media-body h5{
  margin-bottom: 5px;
}
.media-body p,
.media-body span{
  margin-bottom: 0;
  color: #848486;
}

.article-usefulness {
  position: fixed;
  bottom: 0;
  left: -335px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 9;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
  width: 320px;
  margin: 15px;
}
.article-usefulness p{
  margin-bottom: 20px;
}
.article-usefulness.active {
  left: 0;
}
.article-usefulness.active.reviewed, .article-usefulness.reviewed {
  left: -335px;
}

.accordion .card {
  margin-bottom: 0;
}
.accordion .card .card-header {
  position: relative;
  background-color: #fff;
  border-bottom: 0;
  padding: .75rem 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  font-weight: 700;
  color: #4a5779;
}

.accordion .card-header[aria-expanded="true"] {
  background-color: #f8f9fa;
  color: #4a5779;
}

.accordion .card-header::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: #7286a2;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.accordion .card-header::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: #7286a2;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion .card-header[aria-expanded="true"]::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}

.accordion .card-header[aria-expanded="true"]::after, .accordion .card-header[aria-expanded="true"]::before {
  background-color: #4a5779;
}

.accordion .card-header i {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-size: 20px;
}

.accordion .card-header[aria-expanded="true"] i {
  color: #4285F4;
}

.accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion.with-gap .card-header {
  border-radius: 3px 3px;
}

.accordion.with-gap .card {
  margin-bottom: 20px;
}
.accordion.with-gap .card:first-of-type, .accordion.with-gap .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.jbr-job-pagination{
  margin-bottom: 30px;
  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;
}

/* Filter */
.jbr-filter{
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.jbr-filter-form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jbr-filter-label,
.jbr-filter-value{
  display: block;
}
.jbr-filter-label{
  font-size: 13px;
  color: #848486;
  font-weight: 700;
}
.jbr-filter-value{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.jbr-filter-item{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-left: 1px solid rgba(0,0,0,.1);
}
.jbr-filter-item:hover{
  background-color: #f8f9fa;
}
.jbr-filter-item .btn{
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.jbr-filter-submit{
  padding: 0;
}
.jbr-filter-dropdown-wrap{
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  z-index: 128;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.jbr-filter-item:hover .jbr-filter-dropdown-wrap{
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.jbr-filter-dropdown-wrap ul{
  padding: 0;
  margin: 0;
}
.jbr-filter-dropdown-wrap ul li{
  position: relative;
  padding: 10px;
  color: #4a5779;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.jbr-filter-dropdown-wrap ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #4285F4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.jbr-filter-dropdown-wrap ul li:hover,
.jbr-filter-dropdown-wrap ul li.active{
  color: #4a5779;
  background-color: #fafafa;
}
.jbr-filter-dropdown-wrap ul li:hover::before,
.jbr-filter-dropdown-wrap ul li.active::before{
  height: 100%;
}

/*======================
8. Pages
========================*/

/* 8.1. Login & Register */
.auth-form{
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
          box-shadow: 0 2px 12px rgba(0,0,0,.1);
  width: 600px;
  border-radius: .25rem;
  margin: 0 auto;
}
.auth-form h1{
  font-size: 34px;
}
.auth-controls{
  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;
}

/* 8.2. Job single */
.job-single .title{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.job-single .job-meta{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.job-meta .job-controls{
  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;
}
.job-meta .job-controls-inner a{
  margin-left: 15px;
  font-size: 16px;
  color: #4a5779;
}
.job-single .media{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.job-single .media a{
  color: #4a5779;
}
.job-single .media a:hover{
  color: #4285F4;
}
.job-single .media img{
  width: 50px;
  border-radius: 50%;
}
.job-single .media p{
  margin-bottom: 0;
}
.job-single .job-content p{
  margin-bottom: 20px;
}

/* 8.3. Company Single */
.company-single .company-meta{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.company-single .company-meta .media{
  margin: 0;
}
.company-single .company-meta .media img{
  width: 50px;
  border-radius: 50%;
}
.company-single .company-content p{
  margin-bottom: 20px;
}

/* 8.4. Post Job */

.wizard > .steps .current-info,
.tabcontrol > .steps .current-info{
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title{
  position: absolute;
  left: -999em;
}
.wizard .steps{
  position: relative;
  display: block;
  width: 100%;
}
.wizard .steps ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.wizard .steps ul li{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wizard .steps a{
  display: block;
  width: auto;
  margin: 0 15px 30px;
  padding: 15px;
  text-decoration: none;
  border-radius: .25rem;
  font-weight: 700;
}

.wizard .steps .disabled a{
  background: #f8f9fa;
  color: #858585;
  cursor: default;
}

.wizard .steps .current a,
.wizard .steps .current a:hover,
.wizard .steps .current a:active{
  background: #4285F4;
  color: #fff;
  cursor: default;
}

.wizard .steps .done a,
.wizard .steps .done a:hover,
.wizard .steps .done a:active{
  background: #ccdfff;
  color: #4285F4;
}

.wizard .content{
  background: #f8f9fa;
  display: block;
  min-height: 35em;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 30px;
  border-radius: .25rem;
}
.wizard .body{
  display: none !important;
}
.wizard .body.current{
  display: block !important;
}
.wizard .job-single .media{
  margin-bottom: 0;
}
.wizard .actions ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wizard .actions a{
  background: #4285F4;
  color: #fff;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  white-space: nowrap;
  border-radius: .25rem;
  vertical-align: middle;
  border: 1px solid transparent;
  margin-left: 15px;
}

.wizard .actions a:hover,
.wizard .actions a:active,
.wizard .actions a:focus{
  background-color: #3872d2;
  border-color: #3872d2;
}

.wizard .actions .disabled a,
.wizard .actions .disabled a:hover,
.wizard .actions .disabled a:active{
  background: #eee;
  border-color: #eee;
  color: #aaa;
}

/* 8.5. user profile */
.user-profile-img{
  margin-bottom: 20px;
  border-radius: .25rem;
}
.user-thumbnail img{
  margin-bottom: 20px;
  border-radius: .25rem;
}
.user-profile-content p{
  margin-bottom: 20px;
}
.user-skills{
  margin-bottom: 20px;
}
.user-skills span{
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #7286a2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
  margin: 2px 2px 2px 0;
  border-radius: 3px;
}
.user-language-item{
  margin-bottom: 20px;
}
.user-language-item-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.user-language-item-inner span{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 10px;
  background-color: #afafaf;
  margin: 0 10px 0 0;
}
.user-language-item-inner span.active{
  background-color: #ffcb6c;
}

/*======================
9. Repsonsive
========================*/

@media (max-width: 991px) {
  .mb-lg-30{
    margin-bottom: 30px;
  }
  .mr-lg-30{
    margin-left: 0;
  }
  .main-aside{
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  .main-aside.open{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .aside-overlay {
    display: block;
  }
  .aside-toggler{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-nav {
    display: none;
  }

  .navbar-brand {
    width: 130px;
  }
  .section {
    padding: 60px 0;
  }
  .jbr-footer{
    padding: 60px 0 0 0;
  }
  .footer-widget{
    padding-bottom: 60px;
  }
  .section.section-padding{
    padding: 60px 0 30px;
  }

  .title {
    font-size: 26px;
  }
  .subtitle{
    font-size: 14px;
  }
  .testimonials-2 .testimonials-irregular-container .masonry-item:first-child {
    margin-top: 0;
  }

}

@media (max-width: 768px){
  .aside-footer .media,
  .aside-footer hr{
    display: none;
  }

  .can-sticky + .banner{
    padding: 130px 0 80px;
  }
  .can-sticky + .banner-2{
    padding: 180px 0 0;
  }
  .banner{
    padding: 80px 0;
  }
  .banner-title{
    font-size: 32px;
  }
  .banner-subtitle,
  .jbr-banner-cv-form h3{
    font-size: 18px;
  }
  .jbr-banner-form,
  .jbr-banner-cv-form{
    padding: 20px;
  }
  .subheader{
    padding: 150px 0 70px;
  }
  .subheader h1{
    font-size: 32px;
  }
  .post.list .post-body{
    padding: 20px 0 0;
  }
  .about-author img{
    width: 45px;
  }
  .article-usefulness{
    display: none;
  }

  .auth-form{
    width: 100%;
  }
  .jbr-filter-form{
    display: block;
  }
  .jbr-filter-item{
    border-right: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .jbr-filter-item:last-child{
    border-bottom: 0;
  }
  .wizard .steps ul{
    display: block;
  }
  .img-gradient::before,
  .img-gradient::after{
    display: none;
  }


}

@media (max-width: 575px){

  .auth-controls {
    display: block;
  }
  .auth-controls .btn-link{
    margin-top: 20px;
    display: block;
  }

  .btn-block-custom-sm{
    width: 100%;
  }

}
