:root {
  --jumbotron-padding-y: 6rem;
  --jumbotron-joinus-padding-y: 3rem;
  --areas-padding-y: 2rem;
  --brands-padding-y: 4rem;
  --testimonials-padding-y: 2rem;
  --dev-detail-padding-y: 2rem;
  --contact-us-padding-y: 4rem;
}

body {
  background-color: #F6F8FE;
  font-family: 'Lato', sans-serif;
}

.navbar {
  background-color: #F6F8FE;
}

#navbarHeader {
  background-color: #5D6B73;
}

a {
  color: #13C9D7;
}

a:hover {
  color: #13C9D7;
  text-decoration: none;
}

.menuIcon {
  min-width: 20px !important;
}

.smallLink {
  color: #13C9D7;
  cursor: pointer;
}

.tab,
.try-it-tab {
  display: none;
}

.form-input-check {
  padding-left: 35px;
}

.btn-circle.btn-xl {
    width: 45px;
    height: 45px;
    padding: 10px 10px;
    border-radius: 35px;
    /*font-size: 24px;*/
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-primary {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.btn-outline-primary {
  border-color: #2196f3;
  color: #2196f3
}

.btn-outline-primary:hover {
  background-color: #2196f3;
  border-color: #2196f3
}

.btn-primary:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.fa-bars {
  font-size: 18px;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #F6F8FE;
  /*background-image: url('../img/main_welcome_big.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;*/
}

.jumbotron .container {
  max-width: 70rem;
  /*background: rgba(255, 255, 255, 0.2);*/
  padding: 2rem;
  /*color: white;*/
}

.brands-img {
  max-width: 200px;
}

.jumbotron-joinus {
  padding-top: var(--jumbotron-joinus-padding-y);
  padding-bottom: var(--jumbotron-joinus-padding-y);
  margin-bottom: 0;
  background-color: #F6F8FE;
  /*background-image: url('../img/main_welcome_big.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;*/
}

.pricingSection {
  background-color: #DBE0E8 !important;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y) !important;
  padding-bottom: var(--jumbotron-padding-y) !important;
}

.pricingButton {
  min-width: 200px;
  /* font-weight: normal !important */
}

.pricingBlueText {
  color: #2196F3;
}

/*** Responsive breakpoints ***/
@media (min-width: 1200px) {
  .jumbotron-text {
    font-size: 32px;
  }

  .gridimg .gridimg-text {
    font-size: 65px;
    font-weight: 800;
  }

  .carousel-caption {
    font-size: 18px;
  }

  .jumbotron-dev h1 {
    font-size: 3.5rem;
  }

  .areas-heading {
    font-size: 40px;
  }

  .contact-us-heading {
    font-size: 70px;
  }
}

img.gridimg-size {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .jumbotron-text {
    font-size: 28px;
  }

  .gridimg .gridimg-text {
    font-size: 55px;
    font-weight: 800;
  }

  .carousel-caption {
    font-size: 18px;
  }

  .jumbotron-dev h1 {
    font-size: 3rem;
  }

  .areas-heading {
    font-size: 40px;
  }

  .contact-us-heading {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }

  .areas {
    padding-top: calc(var(--areas-padding-y) * 2);
    padding-bottom: calc(var(--areas-padding-y) * 2);
  }

  .jumbotron-text {
    font-size: 28px;
  }

  .gridimg .gridimg-text {
    font-size: 45px;
    font-weight: 600;
  }

  .carousel-caption {
    font-size: 18px;
  }

  .jumbotron-dev h1 {
    font-size: 2rem;
  }

  .areas-heading {
    font-size: 34px;
  }

  .contact-us-heading {
    font-size: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .jumbotron-text {
    font-size: 20px;
  }

  .gridimg .gridimg-text {
    font-size: 40px;
    font-weight: 600;
  }

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

  .jumbotron-dev h1 {
    font-size: 1.8rem;
  }

  .areas-heading {
    font-size: 30px;
  }

  .contact-us-heading {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .jumbotron-text {
    font-size: 18px;
  }

  .gridimg .gridimg-text {
    font-size: 30px;
    font-weight: 600;
  }

  .carousel-caption {
    font-size: 14px;
  }

  .jumbotron-dev h1 {
    font-size: 1.5rem;
  }

  .areas-heading {
    font-size: 28px;
  }

  .contact-us-heading {
    font-size: 80px;
  }

}
/*** Responsive breakpoints END ***/

.jumbotron-text {
  font-family: 'Lato', sans-serif;
}

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

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron-heading-joinus {
    font-family: 'Lato', sans-serif;
    color: #5D6B73;
    font-weight: bolder;
}

.jumbotron-text-joinus {
  font-family: 'Lato', sans-serif;
}

.green-bar-short {
    width: 25%;
    font-size: 1px;
    color: #74d955;
    line-height: 1px;
    height: 1px;

    background-color: #74d955;
    margin-top: -6px;
    margin-bottom: 10px;
}

.areasGreen,
.areasPurple,
.areasBlue {
  font-family: 'Lato', sans-serif;
  color: white;
  padding-top: var(--areas-padding-y);
  padding-bottom: var(--areas-padding-y);
  margin-bottom: 0;
  /*background-image: url('../img/main_welcome_big.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;*/
}

.areasGreen {
  background-color: #ffc107;
}

.areasPurple {
  background-color: #4DAB56;
}

.areasBlue {
  background-color: #2196f3;
}

.areas-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: white;
  /* padding-bottom: 35px; */
}

.areas-col-1 {
  font-size: 24px;
  font-weight: 300;
}

.areas-col-detail {
  font-size: 1.25rem;
  font-weight: 300;
  color: #6c757d!important;
}

.areas-card-title {
  font-weight: 400;
}

.areas-card-title a {
  color: inherit;
}

.areas-col-detail .card {
  width: 150px;
}

.card-items li {
  font-weight: 400;
  font-size: 16px;
  padding-top: 0.2rem;
  padding-right: 1.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1.2rem;
}

.card-text {
  font-size: 1.25rem;
  font-weight: 300;
}



#small-arrow {
  padding-right: 5px;
  /*font-size: 20px;*/
  vertical-align: middle;
}

.testimonials {
  /*
  padding-top: calc(var(--testimonials-padding-y) * 2);
  padding-bottom: calc(var(--testimonials-padding-y) * 2);
  */
  font-family: 'Lato', sans-serif;

  /*
  color: white;
  margin-bottom: 1;
  background-color: #74d955;
  background-image: url('../img/main_welcome_big.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  */
}

.img-circle {
  border-radius: 50%;
}

.profile-pic-container {
  width: 250px;
  height: 250px;
  background-image: url('../img/web/testimonials.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.profile-pic {
  width: 100px;
  top: 75px;
  left: 110px;
  position: relative;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #5D6B73;
}

footer p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: white;
  margin-bottom: .25rem;
}

#toTop{
	position: fixed;
	bottom: 100px;
	right: 125px;
	cursor: pointer;
	display: none;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.box-shadow1 {
  box-shadow: .25rem .25rem .25rem rgba(0, 0, 0, .15);
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 10;
  color: #6c757d;
  font-weight: 300;
}

/* Declare heights because of positioning of img element */
.carousel-item-container {
  width: 60%;
  display: flex;
}
.carousel-item-text {
  /* font-size: 1rem; */
  font-weight: 300;
}
.carousel-caption > img {
  max-width: 170px;
  top: 0;
  left: 0;
  height: auto;
}

.carousel_cont {
  /*font-size: 18px;*/
  color: #6c757d;
  padding-top: 120px;
  padding-bottom: 90px;
  /*
  padding-left: 70px;
  padding-right: 70px;
  */

}

.carousel-caption .blockquote-footer {
  font-size: 90%;
}

.carousel-caption small {
  font-weight: 300;
}

#in-icon {
  color: #6c757d!important;
}

.carousel-control-prev {
  opacity: 1.0;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232196f3' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next {
  opacity: 1.0;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232196f3' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.gridimg {
  background-color: #f8f9fa;
  padding-top: 48px;
}

.gridimg img {
/*  object-fit: none; */
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
/*
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}
*/
.gridimg .container {
  /* background-color: #74d955; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridimg .gridimg-text {
  font-family: 'Lato', sans-serif;
  color: #fff;
}

#gridBrands {
  padding-top: var(--brands-padding-y);
  padding-bottom: var(--brands-padding-y);
  background-color: #F6F8FE;
}

@media (max-width: 1380px) {
    .carousel-item-container {
        width: 80%
    }
}

@media (max-width: 760px) {
    .carousel-item-container {
        flex-direction: column;
    }
    .gridimg-description {
      margin-top: 20px !important;
    }
    .card-text {
      font-size: 1rem;
    }
    .gridimg {
      padding-top: 0;
    }
}

@media (min-width: 992px) {
  #gridBrands {
    padding-top: var(--brands-padding-y);
    padding-bottom: var(--brands-padding-y);
  }
}

.brands-heading {
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.brands-grid-spacing {
  width: 97%;
  margin-bottom: .40rem!important;
}

.hr-line {
   width: 100px;
   height: 1px;
   background-color: #74d955;
   margin: 0 auto;
   margin-top: 40px;
   margin-bottom: 60px;

}

.counters .container {
  padding-top: 35px;
  padding-bottom: 35px;
}

.counters-number {
  font-family: 'Lato', sans-serif;
  color: #74d955;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 0;
}

.counters-caption {
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 0;
}

.contact-us {
  font-family: 'Lato', sans-serif;
  color: white;
  font-weight: bold;
  /* padding-top: var(--contact-us-padding-y); */
  margin-bottom: 0;
  background-color: #5D6B73;
  background-image: url('../img/web/map.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.contact-us-heading {
  font-size-adjust: auto;
  font-weight: 900;
  padding-bottom: 50px;
}

.contact-us-items-col {
  /* padding-bottom: 10%; */
}

.contact-us-items {
  font-size: 18px;
  font-weight: 300;
  color: white;
  padding: 2px;
  cursor: pointer;
}

.contact-us-items a:hover {
  text-decoration: none;
  color: inherit;
}

#contact-us-icons {
  font-size: 28px;
  color: white;
  padding-right: 10px;
  vertical-align: middle;
}

.required-fields {
  font-weight: 300;
}

.help-block {
  font-size: 12px;
  color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.embed-responsive-gmap {
  padding: 2px;
  padding-bottom: 400px;
}

#gmaps_modal {
  color: #5D6B73;
  font-weight: bold;
}

.btn-send {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.btn-primary {
  font-weight: 600;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1em;
  /*margin-bottom: 20px;*/
}

.card-padding {
  padding: 1.25rem;
}

.modal-body {
  margin-bottom: 20px;
}

#search-icon a {
  font-weight: normal;
  color: #a5a5a5!important;
}

.matching-test-heading {
  font-family: 'Lato', sans-serif;
  font-size-adjust: auto;
  font-size: 40px;
  font-weight: 900;
  color: #5D6B73;
}
/* DEVELOPMENT PAGE
-------------------------------------------------- */


.clarolab_green {
  color: #74d955;
}

.jumbotron-dev h1 {
  font-family: 'Lato', sans-serif;
  color: #5D6B73;
  font-weight: bolder;
}

.dev-detail {
  font-family: 'Lato', sans-serif;
  color: #5D6B73;
  padding-top: var(--dev-detail-padding-y);
  padding-bottom: var(--dev-detail-padding-y);
  margin-bottom: 0;
  background-color: white;
  /*background-image: url('../img/main_welcome_big.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;*/
}

.dev-detail .card-title {
  font-weight: bold;
}

.dev-detail .card-text {
  font-weight: 200;
}

.icon-dev-main {
  max-width: 85px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing-main {
  background-color: rgb(65, 216, 80);
  min-width: 100%;
}
.marketing {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /*background-color: rgb(65, 216, 80);
  min-width: 100%;*/
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
