body {
  font-family: 'Proxima Nova', sans-serif;
}

@media (min-width: 992px) {
  .v-center {
    display: flex;
    align-items: center;
  }
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}

/* global layout helpers */
.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

/* Form */
.form-group {
  margin: 0 0 15px 0;
}

.form-group .col-md-3,
.form-group .col-md-7,
.form-group .col-md-2 {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-group-search button,
.form-group-search input,
.form-group-search ul {
  border-radius: 0px;
  width: 100%;
}

.dropdown-toggle {
  margin-left: 0px !important;
  display: flex !important;
  align-items: center;
  padding-left: 12px !important;
  padding-right: 12px !important;
  justify-content: space-between;
}

/*checkbox font awesome*/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
  line-height: 1.4;
}
.checkbox input[type='checkbox'],
.checkbox input[type='radio'] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type='checkbox']:focus + label::before,
.checkbox input[type='radio']:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type='checkbox']:checked + label::after,
.checkbox input[type='radio']:checked + label::after {
  font-family: 'FontAwesome';
  content: '\f00c';
}
.checkbox input[type='checkbox']:indeterminate + label::after,
.checkbox input[type='radio']:indeterminate + label::after {
  display: block;
  content: '';
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type='checkbox']:disabled,
.checkbox input[type='radio']:disabled {
  cursor: not-allowed;
}
.checkbox input[type='checkbox']:disabled + label,
.checkbox input[type='radio']:disabled + label {
  opacity: 0.65;
}
.checkbox input[type='checkbox']:disabled + label::before,
.checkbox input[type='radio']:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

input[type='checkbox'].styled:checked + label:after,
input[type='radio'].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: '\f00c';
}
input[type='checkbox'] .styled:checked + label::before,
input[type='radio'] .styled:checked + label::before {
  color: #fff;
}
input[type='checkbox'] .styled:checked + label::after,
input[type='radio'] .styled:checked + label::after {
  color: #fff;
}
/**/

.mask {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0);
}

.inline-block {
  display: inline-block;
}

.vertical-align-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-text {
  font-weight: normal;
  font-size: 45px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.subheader-text {
  color: #222;
}

.content-text {
  color: #666;
}

.section {
  margin: 20px 0;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 1000px;
}

.avatar img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border: 0 none;
  border-radius: 1000px;
}

.font-16 {
  font-size: 16px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

.center {
  display: block;
  margin: 0 auto;
}

.navbar {
  margin: 5px 0 0;
  border: 0px;
}

.navbar-toggle .icon-bar {
  background-color: #222;
}

.navbar-header {
  height: 70px;
}

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

.navbar-inverse {
  width: 100%;
  margin-top: 30px;
  background-color: #82c402;
  border-color: #82c402;
  color: #fff;
}

.navbar-toggle {
  margin-right: 0;
}
.bb-logo {
  background-image: url('/resources/img/bigbasket/bb-logo-afc3d7d1fac6653fcdde08500162b0eb.png');
  background-repeat: no-repeat;
  width: 170px;
  height: 70px;
  padding-right: 0;
}

.careers-text-container {
  display: inline-block;
  word-wrap: break-word;
  vertical-align: text-bottom;
  line-height: 100px;
  font-size: 24px;
}

.careers-text-divider {
  display: inline-block;
  word-wrap: break-word;
  vertical-align: text-bottom;
  line-height: 100px;
  font-size: 35px;
}

.nav > li > a {
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  font-weight: 600;
  background-color: #82c402;
}

.join-bigbasket-header {
  height: 220px;
  text-align: center;
  color: #fff;
  background-image: url('/resources/img/bigbasket/banner-join-bb-8711d51c21da5f1f2d674634c7f582be.png');
  background-repeat: no-repeat;
}

.if-you-re-passionate {
  font-size: 20px;
  margin: 20px auto;
  text-align: center;
  color: #ffffff;
}

.if-you-re-passionate p {
  margin: 0;
}

.critical-jobs-row {
  padding: 10px 0;
  margin: 0 0 10px;
  background-color: #f9f9f9;
}

.jobs-row {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.flash-triangle {
  display: inline-block;
  text-align: center;
  width: 43px;
  height: 43px;
  border-radius: 2px;
  background-image: linear-gradient(224deg, #fbda61, #f76b1c);
}

.flash-icon {
  line-height: 43px;
  font-size: 20px;
  color: #fff;
}

.job-title {
  font-size: 14px;
  font-weight: 600;
}

.job-date-location {
  font-size: 12px;
}

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

.job-apply-btn {
  display: inline-block;
  width: 95px;
  height: 35px;
  line-height: 33px;
  border-radius: 2px;
  border: solid 1px #979797;
  font-weight: 600;
  text-align: center;
  color: #979797;
}

.job-apply-btn:hover,
.job-apply-btn:active {
  background-color: #444444;
  color: #fff;
  text-decoration: none;
}

.jobs-header {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
}
.jobs-header:before,
.jobs-header:after {
  background-color: #eee;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.jobs-header:before {
  right: 1.5em;
  margin-left: -50%;
}
.jobs-header:after {
  left: 1.5em;
  margin-right: -50%;
}

.about-us-header {
  height: 220px;
  color: #fff;
  margin-bottom: 20px;
  background-image: url('/resources/img/bigbasket/banner-about-us2-05b696698d253ec1961172bac909e630.png');
  background-repeat: no-repeat;
}

.what-is-image {
  width: 100%;
  height: 220px;
  background-image: url('/resources/img/bigbasket/banner-what-is-92adff9fbbe1a4b638532117a2a26ef3.png');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.why-join-image {
  width: 100%;
  height: 220px;
  background-image: url('/resources/img/bigbasket/banner-why-join-5e331d325c50d09d753de28448a32c56.png');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.testimonials-header {
  height: 220px;
  color: #fff;
  margin-bottom: 20px;
  background-image: url('/resources/img/bigbasket/banner-testimonial-1332007dda2d5f83d7b9df395b3c8239.png');
  background-repeat: no-repeat;
}

.testimonial-text-container {
  height: 200px;
  border-radius: 2px;
  padding: 12px 12px 52px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #f9f9f9;
}

.testimonial-quote {
  height: 50px;
  font-size: 100px;
  line-height: 0.8;
  text-align: center;
  color: #c8c8c8;
}

.testimonial-text {
  height: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.testimonial-intro {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.testimonial-intro-text {
  padding-top: 45px;
}

.testimonial-img {
  position: absolute;
  top: -40px;
  left: 50%;
  margin: 0 -40px;
}

.b-btn {
  display: inline-block;
  padding: 6px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.b-btn:focus,
.b-btn:active {
  outline: none;
}

.bg-grey {
  background-color: #666666;
  color: #fff;
}

.bg-grey:active,
.bg-grey:hover {
  background-color: #444444;
}

.wraper a {
  color: #50c71f;
}

footer .footer-links .col-wraper h4 {
  color: #6cd138;
  font-size: 16px;
}

footer .footer-links .col-wraper ul {
  padding: 0;
}

footer .footer-links .col-wraper ul li {
  padding: 5px 0;
  list-style: none;
}

footer .footer-links .col-wraper ul li a {
  color: gray;
  font-family: ProximaNovaA-Regular;
}

footer .footer-links .col-wraper ul li a:hover {
  color: #096;
}

#social .smGlobalBtn {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border: 2px solid #ddd;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
  border-radius: 27px;
}

#social .facebookBtn {
  background: #3b5998;
}

#social .facebookBtn:before {
  font-family: FontAwesome;
  content: '\f09a';
}

#social .gplusBtn {
  background: #db3236;
}

#social .gplusBtn:before {
  font-family: FontAwesome;
  content: '\f0d5';
}

#social .twitterBtn {
  background: #00aced;
}

#social .twitterBtn:before {
  font-family: FontAwesome;
  content: '\f099';
}

#social .instagramBtn {
  background: #517fa4;
}

#social .instagramBtn:before {
  font-family: FontAwesome;
  content: '\f16d';
}

.copyright {
  background: #eaeaea;
}

.copyright p {
  padding: 8px 0 8px 20px;
  margin: 0;
  color: gray;
  font-size: 12px;
}

.job-container {
  margin: 30px 0px;
}

.apply-text {
  padding-bottom: 15px;
  font-weight: 600;
  color: #444444;
}

.resume-file-upload {
  position: fixed;
  top: -1000px;
}

.job-application-form-container {
  position: relative;
  padding: 20px;
  background-color: #efefef;
}

.job-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.job-header-title {
  font-size: 24px;
  color: #222222;
}

.job-header-location {
  font-size: 14px;
  color: #666666;
}

.skill-label {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px;
  min-width: 114px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  border: solid 1px #979797;
  font-weight: 600;
}

.is-loading .form-loading {
  display: block;
}

.form-loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0.6;
  background-color: #fff;
}

.loader {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 40px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader.loader-circle {
  width: 1em;
  height: 1em;
  border-top: 0.125em solid rgba(163, 175, 183, 0.5);
  border-right: 0.125em solid rgba(163, 175, 183, 0.5);
  border-bottom: 0.125em solid rgba(163, 175, 183, 0.5);
  border-left: 0.125em solid #a3afb7;
  border-radius: 50%;
  -webkit-animation: loader-circle 1.1s infinite linear;
  -o-animation: loader-circle 1.1s infinite linear;
  animation: loader-circle 1.1s infinite linear;
}

.form-loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.success-message {
  border-radius: 2px;
  background-color: #84c225;
  color: #ffffff;
  padding: 10px;
}

.success-message .icon {
  font-size: 28px;
}

.submit-btn {
  background-color: #f2a900;
  color: #fff;
}

.submit-btn:hover {
  background-color: #ffaf00;
}

.filename-label {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #444444;
  font-family: ProximaNovaA;
  font-size: 12px;
  line-height: 10px;
  color: #ffffff;
}

.resume-text {
  line-height: 34px;
}

.modal {
  text-align: center;
}

.modal-header {
  padding-top: 0;
}

.modal-header .close {
  padding-top: 15px;
}

.modal-header .testimonial-intro {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%;
  }
}

.modal-header {
  border: none;
}

.modal-dialog {
  margin-top: 35px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

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

.testimonial {
  cursor: pointer;
}

.search-container {
  margin: 30px 0 40px;
}

.contact-us-container {
  border-top: 1px solid grey;
}

.bg-green {
  background-color: #84c225;
  color: #fff;
}

.bg-green:hover,
.bg-green:active {
  background-color: #689f38;
}

.bg-white {
  font-weight: normal;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  color: #444444;
}

.btn:active,
.btn:focus,
.btn-group.open .dropdown-toggle,
.form-control:focus,
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  border: 1px solid #dfdfdf;
}

.input-group-btn:last-child > .b-btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .b-btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .b-btn,
.input-group-btn:last-child > .btn-group > .b-btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn > .b-btn {
  position: relative;
}

.testimonial-header .testimonial-position {
  min-height: 60px;
}

.carousel {
  margin-bottom: 0;
  padding: 0 30px 30px;
}
/* The controlsy */
.carousel-control {
  left: -12px;
  top: 50%;
  height: 40px;
  width: 40px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
}
.carousel-control.right {
  right: -12px;
}
/* The indicators */
.carousel-indicators {
  right: 40%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}
.carousel-indicators .active {
  background: #428bca;
}

.powered-by-container {
	padding: 10px;	
}

.powered-by-img {
	display: block;
    margin: 0 auto;
	height: 36px;
    width: auto;
}

@media only screen and (max-width : 480px) {
	.header-text {
		font-size: 36px;
	}
	.if-you-re-passionate {
		font-size: 17px;
	}
}