body {
  font-family: "Lato", sans-serif;
  background-color: #f8f9fa;
  max-width: 100%;
  overflow-x: hidden;
}

section {
  padding: 50px 0;
}
section.footer {
  margin-top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #666;
  font-weight: normal;
  margin-bottom: 0;
}

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

.bg-alt {
  background-color: #174ea6;
}

.bg-trans {
  background-color: transparent;
}

.title-default {
  font-size: 45px;
  line-height: 55px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 45px;
}

.my-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #ff4800;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.my-btn:hover {
  background-color: #d73f03;
  color: #fff;
}

.my-btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-large {
  font-size: 25px;
  padding: 10px 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 20px;
  box-shadow: 0px 2px 5px 1px #000 inset;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-brand {
  font-size: 25px;
  color: #fff !important;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}

.navbar-brand span {
  color: #ff4800;
  font-weight: 700;
}

.fixed-top {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.is-scrolling {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ddd;
}

.hero {
  position: relative;
  z-index: 0;
  background-image: url("../images/bg.webp");
  background-attachment: fixed;
  background-position: center center;
  padding-top: 200px;
  padding-bottom: 100px;
}

.hero::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.hero-text h3 {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

.hero-text h2 {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 45px;
}

.hero-text p {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 25px;
}

.hero-text p span {
  font-weight: 700;
  color: #ff4800;
  letter-spacing: 0.5px;
}

.hero-text ul {
  margin-bottom: 60px;
}

.hero-text ul li {
  color: #fff;
  position: relative;
  margin-left: 40px;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 30px;
}

.hero-text ul li span {
  position: absolute;
  top: 1px;
  left: -40px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ff4800;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  font-size: 18px;
}

.how-to-box {
  border: 1px solid transparent;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.how-to-box:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.how-to-box i {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  background-color: #ff4800;
  font-size: 50px;
  color: #fff;
}

i.fa-clipboard-list {
  background-color: #00B67A;
}

i.fa-poll {
  background-color: #0092F4;
}

i.fa-dollar-sign {
  background-color: #DB54D4;
}

.how-to-box h3 {
  margin: 20px 0;
  font-size: 35px;
  font-weight: 700;
  color: #333;
}

.start-earning-box {
  text-align: center;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.start-earning-box:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.start-earning-box img {
  width: 91px;
}

.start-earning-box i {
  font-size: 91px;
}

.start-earning-box p {
  font-size: 20px;
  margin-top: 15px;
}

.start-earning-box span {
  font-weight: 700;
  color: #ff4800;
}

.start-earning .btn-large {
  margin-top: 80px;
}

.page-header {
  background-color: #000;
}

.page-content {
  padding-top: 140px;
  background-color: var(--theme-bg-color);
}

.page-content .title-default {
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}

.page-content .title-default:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #ff4800;
}

.page-content .sub-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 35px;
}

.page-content p {
  margin-bottom: 15px;
}

.page-content p a {
  color: #ff4800;
  font-weight: 700;
}

.page-content ul {
  list-style: none;
}

.page-content ul li,
.page-content ol li {
  color: #666;
  margin-bottom: 15px;
  line-height: 25px;
  font-size: 16px;
}

.page-content-address li {
  position: relative;
  padding-left: 15px;
}

.page-content-address li i {
  position: absolute;
  top: 7px;
  left: -15px;
}

.page-survey {
  min-height: 850px;
}

.quote-area {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  padding: 50px;
  border-radius: 10px;
  max-width: 750px;
  margin: auto;
}

#step_0, #step_1, #step_2, #step_3, #step_4, #step_5, #step_6 {
  text-align: center;
}

.main-label {
  color: #666;
  font-size: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.quote-area .form-control {
  background-color: rgba(252, 247, 247, 0.6);
  color: rgb(88, 86, 86);
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.quote-area .form-control:focus {
  box-shadow: none;
  border: 1px solid #ff4800;
}

.progress {
  background-color: transparent;
  border: 1px solid #ff4800;
  border-radius: 50px;
  margin-bottom: 30px;
}

.progress-bar {
  background-color: #ff4800;
  border-radius: 50px;
}

.custom-radio .custom-label {
  color: #fff;
  border: 1px solid transparent;
  padding: 8px 20px;
  margin-top: 10px;
  min-width: 215px;
  cursor: pointer;
  transition: all 0.25s;
  background-color: #ff4800;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}

.custom-radio .custom-label:hover {
  background-color: #d73f03;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
  background-color: #ff4800;
  color: #fff;
}

.custom-radio .custom-label-month, .custom-radio .custom-label-day, .custom-radio .custom-label-household {
  min-width: 50px !important;
}

.custom-radio .custom-label::before {
  width: 0;
  height: 0;
  opacity: 0;
}

.single-step ul li {
  font-size: 25px;
  line-height: 35px;
}

.single-step ul li i {
  color: #ff4800;
}

.exit-modal-content {
  position: relative;
}

.exit-modal-content .close {
  position: absolute;
  top: 2px;
  right: 5px;
}

.exit-modal-content h2 {
  font-weight: 600;
  text-align: left;
  font-size: 35px;
  margin-bottom: 10px;
}

.footer-top {
  background-color: #252525;
  padding-bottom: 30px;
}

.footer-top p {
  color: #fff;
  font-size: 16px;
}

.footer-top h3 {
  color: #fff;
  margin: 10px 0;
  font-size: 25px;
}

.footer {
  background-color: #252525;
  padding-top: 30px;
}

.footer ul {
  margin-bottom: 15px;
}

.footer ul li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 15px;
  transition: all 0.5s;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer ul li:last-child a {
  border-right: none;
}
/* Pagination */
ul.pagination .page-item .page-link{
  border-radius: 4px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.page-item.disabled .page-link {
  opacity: 0.38;
}
.page-item.active .page-link {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(25, 118, 210) !important;
}
.prev{
  user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.125rem;
    margin: 0px -8px;
}
.search-menu {
  height: 50px;
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  background-color: var(--header-bg-color);
  border-radius: 8px;
  width: 70%;
  padding-left: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.job-card img.company-logo {
  /* width: 50px; */
  /* height: 50px; */
  border-radius: 5px;
}

.select2-search--inline {
	display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.select2-search__field:placeholder-shown {
	width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.select2-selection__arrow {
	display: none !important;
}

.select2-container .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  height: 38px; }
  .select2-container .select2-selection--single:focus {
    outline: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: #495057; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px; }
    .select2-container .select2-selection--single .select2-selection__arrow b {
      border-color: #adb5bd transparent transparent transparent;
      border-width: 6px 6px 0 6px; }
  .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #495057; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #adb5bd transparent !important;
  border-width: 0 6px 6px 6px !important; }

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: #fff; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #74788d;
    outline: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #556ee6; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f8f9fa;
  color: #16181b; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #556ee6;
    color: #fff; }

.select2-results__option {
  padding: 6px 12px; }

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
          box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); }

.select2-search input {
  border: 1px solid #f6f6f6; }

.select2-container .select2-selection--multiple {
  min-height: 38px;
  background-color: #fff;
  border: 1px solid #ced4da !important; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px; }
  .select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #495057; }
    .select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
      color: #495057; }
    .select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
      color: #495057; }
    .select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
      color: #495057; }
    .select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
      color: #495057; }
    .select2-container .select2-selection--multiple .select2-search__field::placeholder {
      color: #495057; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #eff2f7;
    border: 1px solid #f6f6f6;
    border-radius: 1px;
    padding: 0 7px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da; }

.select2-container--default .select2-results__group {
  font-weight: 600; }

.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px; }
  .select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 2px; }

.select2-result-repository__statistics {
  margin-top: 7px; }

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 11px;
  margin-right: 1em;
  color: #adb5bd; }
  .select2-result-repository__forks .fa,
  .select2-result-repository__stargazers .fa,
  .select2-result-repository__watchers .fa {
    margin-right: 4px; }
    .select2-result-repository__forks .fa.fa-flash::before,
    .select2-result-repository__stargazers .fa.fa-flash::before,
    .select2-result-repository__watchers .fa.fa-flash::before {
      content: "\f0e7";
      font-family: 'Font Awesome 5 Free'; }

.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__watchers {
  color: rgba(255, 255, 255, 0.8); }

.select2-result-repository__meta {
  overflow: hidden; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 17px;
}

@media (max-width: 1199px) {
  .page-survey {
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .fixed-top {
    background-color: #252525;
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    color: #ddd;
  }

  .how-to-box h3 {
    font-size: 25px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .exit-modal-content {
    padding: 15px !important;
    text-align: center;
  }

  .exit-modal-content h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding-top: 85px;
  }

  .page-content .title-default {
    font-size: 25px;
    margin-bottom: 35px;
  }

  .page-content .title-default:after {
    bottom: -5px;
  }

  .page-content ul li, .page-content ol li {
    word-wrap: break-word;
  }

  .quote-area {
    padding: 35px 15px;
  }

  .main-label {
    font-size: 25px;
  }

  .custom-radio .custom-label {
    min-width: inherit;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .main-label {
    margin-bottom: 15px;
  }

  .progress {
    margin-bottom: 20px;
  }

  .page-survey {
    min-height: 650px;
  }
}
@media (max-width: 575px) {
  .footer ul li a{
    font-size: 14px;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  body .search-menu{
    width: 100%;
  }
  p {
    font-size: 16px;
    line-height: 28px;
  }

  section {
    padding: 30px 0;
  }

  body .navbar-brand {
    font-size: 17px;
  }

  .hero {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .hero-text h3 {
    font-size: 30px;
    text-align: center;
  }

  .hero-text h2 {
    font-size: 41px;
    text-align: center;
    margin-bottom: 15px;
  }

  .hero-text p {
    font-size: 22px;
  }

  .hero-text ul {
    margin-bottom: 35px;
  }

  .hero-text ul li {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .btn-large {
    display: block;
    width: 85%;
    margin: auto;
    font-size: 20px;
  }

  .how-to-box {
    padding: 15px;
  }

  .how-to-box i {
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

  .how-to-box h3 {
    font-size: 20px;
    margin: 15px auto;
  }

  .title-default {
    font-size: 35px;
    line-height: 45px;
  }

  .start-earning-box img {
    width: 55px;
  }

  .start-earning-box i {
    font-size: 55px;
  }

  .start-earning-box p {
    font-size: 16px;
    line-height: 25px;
  }

  .start-earning-box {
    padding: 15px 5px;
  }

  .start-earning .btn-large {
    margin-top: 35px;
  }
}

/*# sourceMappingURL=style.css.map */
