*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
}

.ast-container {
  padding-left: unset;
  padding-right: unset;
}
@media (min-width: 575px) {
  .ast-container {
    max-width: unset;
  }
}
.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
  margin-bottom: 0;
}

table, td, th {
  border: unset;
}

td, th {
  padding: 0;
}

a, a:focus {
  text-decoration: unset;
  outline: unset;
}

.d_none {
  display: none;
}
.d_block {
  display: block;
}
.d_grid {
  display: grid;
}
.d_inline-block {
  display: inline-block;
}
.d_inline {
  display: inline;
}
.d_flex {
  display: flex;
}
.d_flex__wrap {
  flex-wrap: wrap;
}
.d_flex__justify-center {
  justify-content: center;
}
.d_flex_justify-start {
  justify-content: flex-start;
}
.d_flex__justify-between {
  justify-content: space-between;
}
.d_flex__justify-around {
  justify-content: space-around;
}
.d_flex__justify-end {
  justify-content: flex-end;
}
.d_flex__align-center {
  align-items: center;
}
.d_flex__align-end {
  align-items: flex-end;
}
.d_flex__column {
  flex-direction: column;
}
@media (min-width: 300px) {
  .d_sm_none {
    display: none;
  }
  .d_sm_block {
    display: block;
  }
  .d_sm_flex {
    display: flex;
  }
}
@media (min-width: 575px) {
  .d_sm_md_none {
    display: none;
  }
  .d_sm_md_block {
    display: block;
  }
  .d_sm_md_flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .d_md_none {
    display: none;
  }
  .d_md_block {
    display: block;
  }
  .d_md_flex {
    display: flex;
  }
}
@media (min-width: 980px) {
  .d_lg_none {
    display: none;
  }
  .d_lg_block {
    display: block;
  }
  .d_lg_flex {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .d_xl_lg_none {
    display: none;
  }
  .d_xl_lg_block {
    display: block;
  }
  .d_xl_lg_flex {
    display: flex;
  }
}

.p_0 {
  padding: 0;
}
.pb_0 {
  padding-bottom: 0;
}

.m_0 {
  margin: 0;
}
.mb_0 {
  margin-bottom: 0;
}

.position_relative {
  position: relative;
}
.position_absolute {
  position: absolute;
}
.position_sticky {
  position: sticky;
}
.position_fixed {
  position: fixed;
}

.cursor-pointer {
  cursor: pointer;
}

.no-pointer-events {
  pointer-events: none;
}

.border_circle {
  border-radius: 50%;
}

.overflow_y {
  overflow-y: scroll;
}
.overflow_x {
  overflow-x: scroll;
}

.bg_white {
  background-color: white;
}

.color_black {
  color: black;
}
.color_white {
  color: white;
}

.list_style_none {
  list-style: none;
}

.text_underline {
  text-decoration: underline;
}
.text_none {
  text-decoration: unset;
}
.text_capitalize {
  text-transform: capitalize;
}
.text_uppercase {
  text-transform: uppercase;
}
.text_lowercase {
  text-transform: lowercase;
}

.background_size_cover {
  background-size: cover !important;
}

.background_position_center {
  background-position: center !important;
}

.object_fit_cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.no_background_repeat {
  background-repeat: no-repeat;
}

.font_bold {
  font-weight: bold;
}
.font_normal {
  font-weight: normal;
}
.font_light {
  font-weight: light;
}

.w_100 {
  width: 100%;
}

.w_50 {
  width: 50%;
}

.h_100 {
  height: 100%;
}

.sora_font {
  font-family: "Sora", sans-serif;
}

.roboto_font {
  font-family: "Roboto", sans-serif;
}

.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.para {
  font-size: 14px;
  color: #787878;
}
@media (min-width: 575px) {
  .para {
    font-size: 18px;
  }
}

.secondary_color {
  color: #121013;
}

.primary_color {
  color: #fce653;
}

.sag_btn {
  background-color: #fce653;
  color: #121013;
  padding: 10px 30px;
}
.sag_btn:hover {
  background-color: #121013;
  color: #fce653;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  padding: 0;
}
.slick-arrow:hover {
  background-color: transparent;
}
.slick-dots {
  margin: 0;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: -40px;
}
.slick-dots li {
  padding: 10px;
  border: 1px solid #121013;
  border-radius: 50px;
  transition: all 0.3s;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #121013;
}
.slick-dots button {
  display: none;
}

body {
  background-color: #f4f4f4 !important;
}

.container, #page {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

#page {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
}

.container_fluid {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.px_g {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .px_g {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  .px_g {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section_margin {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section_margin {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 980px) {
  .section_margin {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 980px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 35px;
  }
}

.hero-wrapper {
  background-image: url(/wp-content/themes/astra-child/assets/images/website-hero.jpg);
  height: 100vh;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .hero-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 980px) {
  .hero-wrapper {
    padding: 0 30px;
  }
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-content {
  z-index: 2;
}
.hero-content h1 {
  line-height: 1.2;
}
.hero-content strong {
  color: #fce653;
}
.hero-desc {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .hero-desc {
    margin: 30px 0;
    font-size: 20px;
  }
}
.hero-mouse-scroll {
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  animation: move 2s linear infinite;
}
.hero-mouse-scroll i {
  font-size: 32px;
}
.hero-cta {
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 575px) {
  .hero-cta {
    flex-direction: row;
  }
}
.hero-cta > a {
  width: calc(50% - 15px);
  text-align: center;
}
@media (min-width: 980px) {
  .hero-cta > a {
    width: auto;
  }
}
.hero--content {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
  left: 50%;
}
@media (min-width: 575px) {
  .hero--content {
    transform: translateY(-50%);
    left: 30px;
    width: 50%;
  }
}
.hero--content h1 {
  font-size: 20px;
}
@media (min-width: 575px) {
  .hero--content h1 {
    font-size: 30px;
  }
}
.hero-cta a {
  width: 100%;
}
.hero-btn-invert {
  background-color: black;
  color: #fce653;
  padding: 10px 30px;
}
.hero-btn-invert:hover {
  background-color: #fce653;
  color: black;
}

@keyframes move {
  0% {
    transform: translateX(-50%) translateY(0%);
  }
  50% {
    transform: translateX(-50%) translateY(8%);
  }
  100% {
    transform: translateX(-50%) translateY(0%);
  }
}
.company-description {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fce653;
}
@media (min-width: 768px) {
  .company-description {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.company-description .flag {
  margin-bottom: 15px;
}
.company-description .flag i {
  color: red;
  font-size: 50px;
}
.company-description__desc-text {
  color: #121013;
  font-size: 1.3rem;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .company-description__desc-text {
    width: 65%;
  }
}

.lead-form__section {
  flex-direction: column;
}
@media (min-width: 980px) {
  .lead-form__section {
    flex-direction: row;
  }
}
.lead-form__section > div {
  padding: 40px 40px 80px 40px;
  flex: 100%;
  width: 100%;
}
@media (min-width: 980px) {
  .lead-form__section > div {
    flex: 50%;
    width: 50%;
  }
}
.lead-form__section .testimonials__slider {
  margin-top: 30px;
}
.lead-form__section .testimonials__meta {
  margin-top: 20px;
}
.lead-form__left {
  background-color: #fce653;
}

.services_slide {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 768px) {
  .services_slide {
    flex-direction: row;
    height: 400px;
  }
}
.services_slide > div {
  width: 100%;
}
@media (min-width: 768px) {
  .services_slide > div {
    width: 50%;
  }
}
.services_slide-right {
  background-color: #fff29d;
}
.services_slide-content {
  padding: 30px;
}
.services_slide-content ul {
  margin: 20px 0 30px 0;
}
.services_slide-content ul li {
  color: #121013;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
}
.services_slide-heading {
  color: #121013;
  font-size: 2.3rem;
}
@media (min-width: 980px) {
  .services_slide {
    height: 350px !important;
  }
}

.gallery_wrapper {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 575px) {
  .gallery_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.about_company {
  flex-direction: column;
}
@media (min-width: 768px) {
  .about_company {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.about__col-left {
  display: none;
}
@media (min-width: 768px) {
  .about__col-left {
    display: block;
  }
}
.about__col-right {
  padding-top: 0;
}
.about__col-right p {
  line-height: 1.6;
  font-size: 1.2rem;
}
.about__col {
  width: 100%;
}
@media (min-width: 768px) {
  .about__col {
    width: 50%;
  }
}
.about__cta {
  margin-top: 30px;
}
.about-hours {
  flex-direction: column;
}
@media (min-width: 768px) {
  .about-hours {
    flex-direction: row;
  }
}
.about-hours__col-left {
  width: 100%;
  background-color: #fce653;
  padding: 30px;
}
@media (min-width: 768px) {
  .about-hours__col-left {
    width: 40%;
  }
}
.about-hours__col-right {
  width: 100%;
}
@media (min-width: 768px) {
  .about-hours__col-right {
    width: 60%;
  }
}
.about-hours-table {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 1200px) {
  .about-hours-table {
    width: 70%;
  }
}
.about-hours-table tr:not(:last-child) {
  margin-bottom: 15px;
}

.services__categories {
  margin-bottom: 30px;
}
.services__categories-wrapper {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
.services__categories-wrapper li {
  background-color: #fce653;
}
.services__categories-wrapper li:hover {
  background-color: #121013;
}
.services__categories-wrapper li:hover a {
  color: #fce653;
}
.services__categories-wrapper a {
  padding: 15px;
  text-transform: capitalize;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: #121013;
  display: inline-block;
}

.services__post {
  flex-direction: column;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 768px) {
  .services__post {
    flex-direction: row;
  }
}
.services__post:not(:last-child) {
  margin-bottom: 10px;
}
.services__post-col h2 {
  color: #121013;
}
.services__post-col p {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.services__post-col {
  width: 100%;
}
@media (min-width: 768px) {
  .services__post-col-left {
    width: 70%;
  }
  .services__post-col-right {
    width: 30%;
    display: flex;
    align-items: center;
  }
}

.gallery-item-content {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2901960784);
  opacity: 0;
}
.gallery-card:hover .gallery-item-content {
  opacity: 1;
}

.contact__form {
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .contact__form {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.contact__form-col {
  width: 100%;
}
@media (min-width: 768px) {
  .contact__form-col-left {
    width: 60%;
  }
  .contact__form-col-right {
    width: 40%;
  }
}
.contact__form-col-right h2 {
  margin-bottom: 30px;
}
.contact__icon-box, .contact__socials {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contact__icon-box {
  margin-bottom: 15px;
}
.contact__socials-icons {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.contact__social-icon {
  width: 35px;
  height: 35px;
  background: #fce653;
}
.contact__social-icon a {
  color: #121013;
}
.contact__social-icon:hover {
  background-color: #121013;
}
.contact__social-icon:hover a {
  color: #fce653;
}

.error-page-error-heading {
  flex-direction: column;
}
@media (min-width: 768px) {
  .error-page-error-heading {
    flex-direction: row;
  }
}
.error-page-error-heading p {
  font-size: 22px;
}
@media (min-width: 768px) {
  .error-page-error-heading p {
    font-size: 35px;
  }
}
.error-page-cta {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .error-page-cta {
    flex-direction: row;
  }
}
.error-page-cta-or {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .error-page-cta-or {
    margin: 0 20px;
  }
}
.error-page-cta-search form > label {
  display: flex;
}
.error-page-cta-search input[type=search] {
  padding: 10px 30px;
  border-radius: unset;
  outline: none;
}
.error-page-cta-search input[type=search]:hover {
  border: 1px solid #fce653;
}
.error-page-cta-search input[type=search]:focus {
  border: 1px solid #fce653;
}
.error-page-cta-search button.search-submit {
  padding: 10px 20px;
  border-radius: unset;
  background-color: #fce653;
  color: #121013;
  outline: none;
}
.error-page-cta-search button.search-submit:hover {
  background-color: #121013;
  color: #fce653;
}
.error-page-cta-search input[type=submit] {
  display: none;
}

.get-a-quote,
.get-a-quote-call {
  padding-top: 50px;
  padding-bottom: 50px;
}

.get-a-quote {
  background-color: #fce653;
  position: relative;
}
.get-a-quote::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-top: 30px solid #fce653;
}

.get-a-quote-call {
  background-color: blue;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (max-width: 545px) {
  .get-a-quote-call {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.get-a-quote-call p {
  font-size: 20px;
  line-height: 1.6;
  width: 50%;
}
@media (max-width: 545px) {
  .get-a-quote-call p {
    width: 100%;
  }
}

.get-a-quote-form-section {
  margin-top: 60px;
}

.get_a_quote_form_field.formintor-col,
.get_a_quote_form_field .formintor-col {
  width: 100% !important;
  max-width: 100% !important;
}

.get_a_quote_form_field label,
.get_a_quote_form_field .forminator-label {
  margin-bottom: 10px !important;
  font-weight: 400 !important;
  color: black !important;
  font-size: 21px !important;
  line-height: 1 !important;
}

.get_a_quote_form_field.forminator-col input,
.get_a_quote_form_field .forminator-col input {
  background-color: #fff !important;
  padding: 10px 15px !important;
}
.get_a_quote_form_field.forminator-col input:hover, .get_a_quote_form_field.forminator-col input:focus,
.get_a_quote_form_field .forminator-col input:hover,
.get_a_quote_form_field .forminator-col input:focus {
  border-color: black !important;
}

.get_a_quote_form_field.forminator-col .select2-selection--single[role=combobox],
.get_a_quote_form_field.forminator-col textarea {
  background-color: #fff !important;
}
.get_a_quote_form_field.forminator-col .select2-selection--single[role=combobox]:hover, .get_a_quote_form_field.forminator-col .select2-selection--single[role=combobox]:focus,
.get_a_quote_form_field.forminator-col textarea:hover,
.get_a_quote_form_field.forminator-col textarea:focus {
  border-color: black !important;
}

.get_a_quote_form_field.forminator-col .forminator-checkbox-box {
  background-color: white !important;
}

.get_a_quote_terms_condition > div {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 545px) {
  .get_a_quote_terms_condition > div {
    text-align: left;
  }
}
.forminator-row-last .forminator-field {
  display: flex;
  justify-content: center;
}

.get_a_quote_form_submit {
  background-color: #fce653 !important;
  color: #121013 !important;
  padding: 10px 30px !important;
  text-transform: uppercase !important;
}

.scrap-car-section {
  background-image: url(/wp-content/themes/astra-child/assets/images/we-buy-scrap-car.webp);
  min-height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 70px;
}

.scrap-car-content {
  z-index: 1;
}
.scrap-car-content h1 {
  font-size: 35px;
}
.scrap-car-content a:hover {
  color: white;
}

.font_small {
  font-size: 25px;
}

h2.font_small {
  font-size: 18px;
}

.scrap-car-content h2:not(.font_small) {
  font-size: 20px;
}

.scrap__heading {
  margin-bottom: 1.8rem;
}

.scrap-experience {
  padding: 70px 0;
}
.scrap-experience strong {
  font-size: 50px;
  color: #b71c1c;
  margin-right: 30px;
}
@media (min-width: 575px) {
  .scrap-experience strong {
    font-size: 70px;
  }
}
.scrap-experience b {
  font-size: 25px;
  margin-bottom: 10px;
}
.scrap-experience span {
  color: #3a3a3a;
  font-size: 25px;
}

.global_cards-row {
  row-gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .global_cards-row {
    row-gap: 0;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.global_cards-col {
  border: 1.5px solid #adadad;
  padding: 50px 20px;
  transition: all 0.3s;
  border-radius: 5px;
  flex: 1;
  height: 400px;
  position: relative;
}
.global_cards-col:hover {
  background-color: #121013;
}
.global_cards-col:hover h3,
.global_cards-col:hover p {
  color: white;
}
.global_cards-col p {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .global_cards-col p {
    line-height: 1.6;
  }
}
.global_cards-icon {
  margin-bottom: 15px;
}
.global_cards-icon i {
  font-size: 3.125rem;
  color: #fce653;
}
.global-cards__heading {
  margin-bottom: 15px;
  line-height: 1;
}

.section_content-divider {
  width: 100px;
  height: 5px;
  background-color: transparent;
  background-image: linear-gradient(-45deg, transparent 10%, #fce653 10%, #fce653 50%, transparent 50%, transparent 60%, #fce653 60%, #fce653);
  background-size: 7px 7px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.section_content-divider-invert {
  width: 100px;
  height: 5px;
  background-color: transparent;
  background-image: linear-gradient(-45deg, transparent 10%, #121013 10%, #121013 50%, transparent 50%, transparent 60%, #121013 60%, #121013);
  background-size: 7px 7px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.banner_section {
  margin-bottom: 0;
}
.banner_overlay {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
}
.banner_content {
  z-index: 2;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.banner_heading {
  margin-bottom: 15px;
}
.banner_para {
  margin-bottom: 30px;
  color: white;
}
.banner_section {
  padding: 50px 15px;
  background-image: url(https://sagahauler.com/wp-content/themes/astra-child/assets/images/gallery1.webp);
}
@media (min-width: 768px) {
  .banner_section {
    padding: 70px 20px;
  }
}
@media (min-width: 980px) {
  .banner_section {
    padding: 100px 30px;
  }
}

.page-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://sagahauler.com/wp-content/themes/astra-child/assets/images/page-banners.webp");
}
.page-banner__overlay {
  top: 0;
  left: 0;
  background-color: rgba(255, 226, 39, 0.3);
  z-index: 1;
}
.page-banner__heading {
  z-index: 2;
}

.global-form-input-field label {
  display: none !important;
}
.global-form-input-field input, .global-form-input-field textarea {
  padding: 10px 15px !important;
  background: white !important;
  border: 1px solid #787878 !important;
  border-radius: 4px !important;
  font-family: "Roboto", sans-serif !important;
  resize: none !important;
}
.global-form-input-field input:hover, .global-form-input-field textarea:hover {
  border-color: #fce653 !important;
}
.global-form-input-field input:focus, .global-form-input-field textarea:focus {
  border-color: #fce653 !important;
}
.global-submit-form-btn {
  width: 100% !important;
  background-color: #fce653 !important;
  color: #121013 !important;
  padding: 10px 30px !important;
}
.global-submit-form-btn:hover {
  box-shadow: unset !important;
  background-color: #121013 !important;
  color: #fce653 !important;
}
@media (min-width: 768px) {
  .global-submit-form-btn {
    width: 35% !important;
  }
}

.lead-form__form .forminator-row:not(:last-child) {
  margin-bottom: 20px;
}

.footer {
  background-color: #393939;
}
.footer-main {
  row-gap: 25px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-main {
    row-gap: 0;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.footer-main__col {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-main__col:not(:first-child) {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .footer-main__col {
    width: 33%;
  }
}
.footer-main__col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-main__col ul li .footer-icon {
  margin-right: 10px;
}
.footer-main__col ul li a:hover {
  color: #fce653;
}
.footer-company-about {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fce653;
}
.footer-logo-wrapper, .footer-main__col h3 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-logo-wrapper, .footer-main__col h3 {
    margin-bottom: 30px;
  }
}
.footer-company-about-text {
  margin-bottom: 15px;
}
.footer-socials {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer-social-link {
  width: 40px;
  background: #393939;
  height: 40px;
}
.footer-social-link:hover i {
  color: #fce653;
}
.footer-social-link i {
  transition: all 0.3s;
  font-size: 18px;
}
.footer-bottom {
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #787878;
}
@media (min-width: 768px) {
  .footer-bottom {
    margin-top: 0;
  }
}
.footer-bottom p {
  color: white;
}/*# sourceMappingURL=style.css.map */