/*-- =================================
           FAQ Section Start
====================================== --*/
.faq-sec {
  padding: 5rem 0 5.6rem;
}

@media only screen and (max-width: 767px) {
  .faq-sec {
    padding: 2.2rem 0 2.5rem;
  }
}

.faq-sec .row {
  margin-bottom: 3rem;
}

.faq-sec .row:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .faq-sec .row {
    margin-bottom: 2rem;
  }
}

.faq-sec .card-heading {
  font-size: 2.25rem;
  color: #505455;
  margin-bottom: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .faq-sec .card-heading {
    font-size: 1.3125rem;
    margin-bottom: 1rem;
  }
}

.faq-sec .card {
  border: 0;
  border-radius: 0;
  padding: 0 6.375rem;
  background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
  .faq-sec .card {
    padding: 0 1rem 0 3.75rem;
  }
}

.faq-sec .card:nth-child(odd) {
  background: #ffffff;
}

.faq-sec .card .card-header {
  border: 0;
  background: none;
  padding: 0.9375rem 0;
}

@media only screen and (max-width: 767px) {
  .faq-sec .card .card-header {
    padding: 0.75rem 0;
  }
}

.faq-sec .card .collapsed span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-sec .card h3 {
  font-weight: 300;
  font-family: Jost-Regular;
  margin-bottom: 0;
}

.faq-sec .card button {
  font-size: 1.5rem;
  position: relative;
  border: 0;
  background-color: transparent;
  text-align: left;
  color: #383838;
}

@media only screen and (max-width: 767px) {
  .faq-sec .card button {
    font-size: 1rem;
  }
}

.faq-sec .card button span {
  position: absolute;
  content: "";
  left: -2.625rem;
  top: 50%;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  border: 1px solid #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.faq-sec .card button span::before {
  background: #4e4e4e;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.125rem;
}

.faq-sec .card button span::after {
  background: #4e4e4e none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .faq-sec .card p {
    font-size: 0.875rem;
  }
}

.faq-sec .card .collapsed::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-sec .card .card-body {
  padding: 0;
  font-size: 1.3125rem;
  color: #383838;
}

@media only screen and (max-width: 767px) {
  .faq-sec .card .card-body{
    font-size: 0.875rem;
  }
}
/*-- =================================
           FAQ Section End
====================================== --*/
/*-- ==========================================
        Meet the Team Section Start
============================================= --*/
.team-section {
  padding: 5.7rem 0 5.4rem;
}

@media screen and (max-width: 767px) {
  .team-section {
    padding: 2.5rem 0 2.2rem;
  }
}

.team-section .team-header {
  font-family: 'Jost-Bold';
  font-size: 2rem;
  margin-bottom: 2.6875rem;
  color: #505455;
}

@media screen and (max-width: 1199px) {
  .team-section .team-header {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 991px) {
  .team-section .team-header {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .team-section .team-header {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 991px) {
  .team-section .team-header strong {
    float: none;
    display: block;
  }
}

.team-section .team-header span {
  font-family: 'Jost-Regular';
  max-width: 50%;
  position: relative;
  padding-left: 2rem;
}

@media screen and (max-width: 991px) {
  .team-section .team-header span {
    padding-left: 0;
    max-width: 100%;
  }
}

.team-section .team-header span::before {
  content: " | ";
  color: #505455;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .team-section .team-header span::before {
    content: none;
  }
}

.team-section .media-sec {
  margin-bottom: 1.25rem;
}

.team-section .media-sec:last-child {
  margin-bottom: 0;
}

.team-section .media-sec .media-img {
  margin-right: 1.5rem;
}

.team-section .media-title {
  font-family: 'Jost-Bold';
  letter-spacing: 2.67px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .team-section .media-title {
    letter-spacing: 1.5px;
    font-size: 0.875rem;
  }
}

.team-section .media-text {
  margin-bottom: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 991px) {
  .team-section .media-text {
    font-size: 1rem;
  }
}

.team-section .content-wrapper {
  padding-left: 0.5rem;
  color: #0D0D0D;
}

@media screen and (max-width: 767px) {
  .team-section .content-wrapper {
    max-width: 348px;
    margin: 0 auto;
  }
}

.team-section.primary-bg .content-wrapper {
  color: #ffffff;
}

.team-section.primary-bg .team-header {
  color: #ffffff;
}

.team-section.primary-bg .team-header span::before {
  color: white;
}

.team-section.primary-bg .team-header strong::after {
  color: white;
}

@media screen and (max-width: 767px) {
  .team-section.right-text-wrap .col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .team-section .right-wrap {
    margin-bottom: 2.5rem;
  }
}

.team-section .image-container {
  padding: 0;
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .team-section .image-container {
    padding-right: 0;
  }
  .team-section .image-container img {
    margin: 0 auto;
    display: block;
  }
}

/*-- ==========================================
        Meet the Team Section End
============================================= --*/
/*-- ==========================================
       Logo farm Section Start
============================================= --*/
.tabbing-panel-section {
  padding: 5.4rem 0 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tabbing-panel-section {
    padding: 2.3rem 0 1.5rem;
  }
}

.tabbing-panel-section .primary-title {
  font-family: "Jost-Bold";
  margin-bottom: 0.15rem;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .tabbing-panel-section .primary-title {
    font-size: 1.3125rem;
  }
}

.tabbing-panel-section .tabs {
  padding-top: 2.35rem;
}

@media screen and (max-width: 767px) {
  .tabbing-panel-section .tabs {
    padding-top: 1.75rem;
  }
}

.tabbing-panel-section button[role="tab"] {
  padding: 0.4rem 0.635rem;
  border: 0;
  background-color: transparent;
  margin-right: 0;
  margin-bottom: 0.4rem;
  font-family: "Jost-Medium";
}

.tabbing-panel-section button[role="tab"]:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .tabbing-panel-section button[role="tab"] {
    font-size: 1rem;
    margin-bottom: 0.5625rem;
  }
}

@-moz-document url-prefix() {
  .tabbing-panel-section button[role="tab"] {
    padding: 0.625rem 0.5rem;
  }
}

.tabbing-panel-section button[role="tab"][aria-selected="true"] {
  font-family: "Jost-Bold";
  background-color: #C4D600;
  color: #0D0D0D;
  border: 0;
}

.tabbing-panel-section button[role="tab"][aria-selected="true"]:hover {
  background-color: #C4D600;
}

.tabbing-panel-section button[role="tab"]::after {
  content: attr(data-title);
  content: attr(data-title)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: 700;
  border: none;
  display: block;
}

@media speech {
  .tabbing-panel-section button[role="tab"]::after {
    display: none;
  }
}

.tabbing-panel-section button[role="tab"]:hover {
  background-color: #f8f8f8;
  color: #0D0D0D;
  border: 0;
  font-weight: 700;
}

.tabbing-panel-section button[role="tab"]:focus {
  border-radius: 0;
  outline: 2px solid #505455;
  outline-offset: 2px;
  border: 0;
}

.tabbing-panel-section [role="tabpanel"] {
  position: relative;
  margin-top: 2.65rem;
}

@media screen and (max-width: 767px) {
  .tabbing-panel-section [role="tabpanel"] {
    margin-top: 0.85rem;
  }
}

.tabbing-panel-section [role="tabpanel"]:focus {
  border-radius: 0;
  outline: 2px solid #505455;
  outline-offset: 2px;
  border: 0;
}

.tabbing-panel-section ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .tabbing-panel-section ul {
    margin: 0;
  }
}

.tabbing-panel-section ul li {
  display: inline-block;
  width: auto;
  height: 120px;
  padding: 1.75rem;
}

@media screen and (max-width: 567px) {
  .tabbing-panel-section ul li {
    padding: 1rem;
    display: block;
    width: 100%;
  }
}

.tabbing-panel-section ul li img {
  height: auto;
  max-width: 100%;
  max-height:80px;
}

/*-- ==========================================
       Logo farm Section End
============================================= --*/
/*-- ==========================================
        Vendor Jumpstart Section End
============================================= --*/
.card-section {
  background-color: #f0f0f0;
  text-align: center;
  padding: 5.1rem 0 1.8rem;
}

@media screen and (max-width: 767px) {
  .card-section {
    padding: 2.2rem 0 0.2rem;
  }
}

.card-section .primary-title {
  margin-bottom: 0.1rem;
  font-family: 'Jost-Bold';
  font-size: 2.625rem;
}

@media screen and (max-width: 767px) {
  .card-section .primary-title {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .card-section .text-lg {
    font-size: 1.2rem;
  }
}

.card-section .sub-primary-text {
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 767px) {
  .card-section .sub-primary-text {
    margin-bottom: 1rem;
  }
}

.card-section .card-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin-bottom: 0;
}

.card-section .card-wrap {
  margin-bottom: 3.75rem;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .card-section .card-wrap {
    padding: 0 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .card-section .card-wrap {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.3rem;
  }
  .card-section .card-wrap:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.card-section .card-wrap.vehicle-card .card-link {
  color: #5BC2E7;
}

.card-section .card-wrap.vehicle-card .card-link::after {
  background-image: url(../images/chevron-blue.svg);
}

.card-section .card-wrap.marketing-card .card-link {
  color: #FFA400;
}

.card-section .card-wrap.marketing-card .card-link::after {
  background-image: url(../images/chevron-orange.svg);
}

.card-section .card {
  border-radius: 0.625rem;
  padding: 2.5rem 1.5625rem 1.3rem;
  height: 100%;
  background-color: #474747;
}

@media screen and (max-width: 991px) {
  .card-section .card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.card-section .card .card-head img {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card-section .card .card-body {
  padding: 1.875rem 0 0.6rem;
}

.card-section .card .card-title {
  margin-bottom: 1.25rem;
  line-height: 1.35;
}

@media screen and (max-width: 991px) {
  .card-section .card .card-title {
    font-size: 1.125rem;
  }
}

.card-section .card .card-title a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.card-section .card .card-title a:hover, .card-section .card .card-title a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.card-section .card .card-title a:focus::after, .card-section .card .card-title a:active::after {
  outline: 2px solid #505455;
  outline-offset: 2px;
}

.card-section .card:focus .card-head img, .card-section .card:hover .card-head img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-section .card:focus .card-link::after, .card-section .card:hover .card-link::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.card-section .dotted-bullet-list {
  text-align: left;
  max-width: 270px;
  margin: 0 auto 2px;
}

@media screen and (max-width: 991px) {
  .card-section .dotted-bullet-list {
    max-width: 145px;
  }
}

.card-section .dotted-bullet-list li {
  padding: 0 0.625rem 0.625rem 1.25rem;
  vertical-align: top;
  line-height: 1.25;
}

@media screen and (min-width: 992px) {
  .card-section .dotted-bullet-list li {
    width: 49%;
    display: inline-block;
  }
}

.card-section .card-link {
  color: #C4D600;
  text-transform: uppercase;
}

.card-section .card-link {
  letter-spacing: 3px;
  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;
  font-family: 'Jost-Bold';
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.card-section .card-link::after {
  content: "";
  margin-left: 0.5rem;
  display: inline-block;
  background-image: url(../images/chevron-green.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-- ==========================================
        Vendor Jumpstart Section End
============================================= --*/
