#top .logo-grid.avia-logo-element-container {
  background-color: white;
}
#top .logo-grid.avia-logo-element-container .slide-entry {
  padding: 20px;
}

.winner-client {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.winner-client .year {
  padding-top: 20px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2.21px solid #AE090C;
  width: 133px;
  padding-bottom: 10px;
  margin: 0;
}
.winner-client .title {
  padding-top: 10px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.winner-client .title .label {
  font-size: 18px;
  color: #AE090C;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 20px;
}

#sales-training-packages .column-top-margin,
.awards-section .column-top-margin {
  margin-top: 0;
}
#sales-training-packages .specs,
.awards-section .specs {
  margin: 0;
}
#sales-training-packages .specs li,
.awards-section .specs li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#sales-training-packages .specs .av_font_icon,
.awards-section .specs .av_font_icon {
  color: #AE090C;
  padding-right: 10px;
}

.awards-section .av_one_fourth {
  margin-top: 30px;
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .awards-section .av_one_fourth {
    width: 48%;
  }
}
.awards-section .av_one_fourth .avia-image-container {
  margin: 0;
  width: 100%;
  max-width: 180px;
  border: 1px solid #e9e9e9;
  padding: 15px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.awards-section .av_one_fourth .avia-image-container .avia-image-container-inner {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset: 0;
}
.awards-section .av_one_fourth .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.awards-section .av_one_fourth .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img.avia_image {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.awards-section.red-theme {
  background-color: #ae0a0a;
  color: white;
}
.awards-section.red-theme .av-special-heading-tag {
  color: white;
}
.awards-section.red-theme .winner-client .year {
  background: none;
  color: white;
}
.awards-section.red-theme .winner-client .title .label {
  color: white;
}
.awards-section.red-theme .specs .av_font_icon {
  color: white;
}
.awards-section.red-theme .av_one_fourth .avia-image-container {
  border-color: rgba(255, 255, 255, 0.431372549);
}

.with-divider {
  border-top: 1px solid #e1e1e1 !important;
}

@media screen and (max-width: 767.99px) {
  .mobile-padding .avia_codeblock {
    padding-bottom: 30px;
  }
}

.map-container .map-box {
  margin-top: 15px;
  padding-bottom: 74.1%;
  position: relative;
}
.map-container .map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small-spacing-column .column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  z-index: inherit;
}
@media all and (max-width: 1023.98px) {
  .small-spacing-column .column3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767.98px) {
  .small-spacing-column .column3 {
    grid-template-columns: 1fr;
  }
  .small-spacing-column .column3 > div:first-of-type {
    margin-top: 30px;
  }
}
.small-spacing-column .column3::after, .small-spacing-column .column3::before {
  display: none !important;
}
.small-spacing-column .column4 {
  display: flex;
}
@media all and (max-width: 1023.98px) and (min-width: 768px) {
  .small-spacing-column .column4 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .small-spacing-column .column4::before, .small-spacing-column .column4::after {
    display: none;
  }
}
@media all and (max-width: 767.98px) {
  .small-spacing-column .column4 {
    flex-direction: column;
  }
}
@media all and (min-width: 1024px) {
  .small-spacing-column .column4 .avia_codeblock_section {
    flex: 1;
  }
  .small-spacing-column .column4 .avia_codeblock_section:not(:last-child) {
    margin-right: 30px;
  }
}
@media all and (max-width: 1023.98px) and (min-width: 768px) {
  .small-spacing-column .column4 .avia_codeblock_section {
    width: calc(50% - 15px);
  }
  .small-spacing-column .column4 .avia_codeblock_section:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767.98px) {
  .small-spacing-column .column4 .avia_codeblock_section {
    margin-top: 30px;
    flex: 1;
  }
}

.text-space {
  padding-top: 20px;
}
@media all and (max-width: 767.98px) {
  .text-space {
    padding-top: 0;
  }
}

.equal-grid .template-page {
  padding-top: 0;
}
.equal-grid .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.equal-grid .entry-content-wrapper .flex_column {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media all and (max-width: 767.98px) {
  .equal-grid .entry-content-wrapper .flex_column {
    padding: 15px;
  }
}
.equal-grid .entry-content-wrapper .flex_column .image-box {
  min-height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767.98px) {
  .equal-grid .entry-content-wrapper .flex_column .image-box {
    min-height: 85px;
  }
}

@media all and (max-width: 767.98px) {
  #why-choose-us {
    background-image: none !important;
  }
}

.archive .post-entry .big-preview {
  display: flex;
  padding: 0 50px 10px 0;
}
@media screen and (max-width: 786px) {
  .archive .post-entry .big-preview {
    padding: 0 0 20px;
  }
}

.flex-container .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.flex-container .entry-content-wrapper .avia-image-overlay-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-container .entry-content-wrapper .avia_image {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 65px;
  margin: 20px;
}

.no-content-padding .template-page.content {
  padding-top: 0;
}

.avia-builder-widget-area .widget_archive {
  max-height: 335px;
  overflow-x: auto;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .avia-builder-widget-area .widget_archive {
    max-height: 120px;
  }
}

#float-inquiry-form {
  position: fixed;
  display: block;
  bottom: 0;
  right: 50px;
  z-index: 900;
  background: white;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.49);
  transform: translateY(100%);
  transition: all 0.5s ease;
  width: 100%;
  max-width: 336px;
}

@media all and (max-width: 767.98px) {
  #float-inquiry-form {
    right: 12px;
    max-width: calc(100% - 12px);
  }
}

#float-inquiry-form.active {
  transform: translateY(0);
}
#float-inquiry-form.active .toggle-header {
  width: 100% !important;
}
#float-inquiry-form .toggle-header {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1;
  background-color: #ae090c;
  color: white;
  border: none;
  padding: 8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
#float-inquiry-form .form-wrapper {
  padding: 1rem;
}
#float-inquiry-form .form-wrapper form {
  margin: 0;
}
#float-inquiry-form .form-wrapper form fieldset {
  margin: 0;
  padding: 0;
}
#float-inquiry-form .form-wrapper form .frm_button_submit {
  margin: 0;
}
#float-inquiry-form .form-wrapper form .vertical_radio .frm_opt_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
#float-inquiry-form .form-wrapper .frm_message {
  margin: 0;
}

body.float-form-enabled #scroll-top-link {
  opacity: 0;
  visibility: hidden;
}

footer#socket {
  z-index: 50;
}

@media all and (max-width: 1100px) {
  #header #header_main .logo {
    display: flex;
    max-width: 130px;
    justify-content: center;
    align-items: center;
  }
  #header #header_main .logo > a {
    height: auto;
  }
}
@media all and (max-width: 1100px) {
  #header #header_main #avia-menu > .menu-item > a {
    padding: 0 6px;
  }
}
#header #header_main #avia-menu .sub-menu {
  background: white;
  margin-top: 0;
}
#header #header_main #avia-menu .sub-menu > .menu-item a {
  border-left: 5px solid rgba(174, 9, 12, 0.55);
  background: white;
  color: #222222;
}
#header #header_main #avia-menu .sub-menu > .menu-item a:hover {
  color: #ae090c;
  border-left: 5px solid #ae090c;
  background: rgba(174, 9, 12, 0.1);
}
#header #header_main #avia-menu .sub-menu > .menu-item.current-menu-item a {
  color: #ae090c;
  border-left: 5px solid #ae090c;
  background: rgba(174, 9, 12, 0.1);
}
#header.av_header_transparency #header_main #avia-menu .sub-menu {
  transform: translateY(-30px);
}

.tablet-only {
  display: none;
}
@media all and (min-width: 990px) and (max-width: 1024px) {
  .tablet-only {
    display: block;
  }
}

body#top .logo-grid .avia-content-slider-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
body#top .logo-grid .avia-content-slider-inner .slide-entry-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
}
@media all and (max-width: 767.98px) {
  body#top .logo-grid .avia-content-slider-inner .slide-entry-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
body#top .logo-grid .avia-content-slider-inner .slide-entry-wrap .slide-entry {
  width: 100% !important;
  border: 1px solid #e9e9e9;
}

#success1010-rewards .avia-image-container {
  border: 1px solid #e9e9e9;
  padding: 16px;
  min-height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#success1010-rewards .avia-image-container img.avia_image {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

#news-and-media .v-main__wrap {
  display: flex;
}
#news-and-media .v-main__wrap > .container {
  width: 100% !important;
  max-width: 100% !important;
}
@media all and (max-width: 767.98px) {
  #news-and-media .v-main__wrap > .container {
    padding: 0 16px !important;
  }
}
#news-and-media .container {
  box-sizing: border-box;
}
#news-and-media .container .row {
  display: grid;
  grid-template-columns: 0.33fr 1fr;
  margin: 0;
  grid-gap: 16px;
}
@media all and (max-width: 767.98px) {
  #news-and-media .container .row {
    grid-template-columns: 1fr;
  }
}
#news-and-media .container .row > div {
  box-sizing: border-box;
  padding: 0;
  max-width: 100% !important;
}
#news-and-media .container .row > div.col-md-8 > .row {
  grid-template-columns: 1fr;
}

#dynamic-google-reviews .v-main__wrap {
  display: flex;
}
#dynamic-google-reviews .v-dialog .v-card {
  box-sizing: border-box;
}
#dynamic-google-reviews .container {
  box-sizing: border-box;
}
#dynamic-google-reviews .container .row {
  display: grid;
  grid-template-columns: 1fr 0.33fr;
  margin: 0;
  grid-gap: 16px;
}
@media all and (max-width: 767.98px) {
  #dynamic-google-reviews .container .row {
    grid-template-columns: 1fr;
  }
}
#dynamic-google-reviews .container .row > div {
  box-sizing: border-box;
  padding: 0 !important;
  max-width: 100% !important;
}
#dynamic-google-reviews .container .row > div.pr-md-3 .row {
  grid-template-columns: auto 1fr;
}
@media all and (max-width: 767.98px) {
  #dynamic-google-reviews .container .row > div.pr-md-3 .row {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 768px) {
  #dynamic-google-reviews .container .row > div.pr-md-3 .row > .align-self-center {
    grid-column: span 2;
  }
}
#dynamic-google-reviews .container .row > div.pr-md-3 .row > .col-md-6 > .row {
  grid-template-columns: 30px 1fr 30px;
  grid-gap: 8px;
}
#dynamic-google-reviews .container .row .v-card.v-sheet > .row {
  align-items: center;
}
#dynamic-google-reviews .container .row .v-card.v-sheet .reviews > .row {
  grid-template-columns: 36px 1fr;
  grid-gap: 12px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    transform: scale(0.8);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    transform: scale(1);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-with-poster {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-with-poster .play-button {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  color: white;
  z-index: 3;
  box-shadow: 0 0 0 rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: all 0.35s ease;
  pointer-events: none;
}
.video-with-poster .play-button svg {
  width: 60px;
  height: 60px;
}
.video-with-poster .play-button .loading {
  animation: spin 1s linear infinite;
  display: block;
}
.video-with-poster .play-button .ready {
  display: none;
}
.video-with-poster .play-button.ready {
  animation: pulse 3s ease infinite;
}
.video-with-poster .play-button.ready .loading {
  display: none;
}
.video-with-poster .play-button.ready .ready {
  display: block;
}
.video-with-poster .content-holder {
  display: flex;
  width: 100%;
  padding-bottom: 56.5%;
  position: relative;
}
.video-with-poster .content-holder::after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.video-with-poster .content-holder .poster-img, .video-with-poster .content-holder::after {
  pointer-events: none;
}
.video-with-poster .content-holder .poster-img,
.video-with-poster .content-holder .video, .video-with-poster .content-holder::after {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.35s ease;
}
.video-with-poster .content-holder .video {
  opacity: 0;
}
.video-with-poster.played .play-button,
.video-with-poster.played .content-holder::after,
.video-with-poster.played .content-holder .poster-img {
  opacity: 0;
  visibility: hidden;
}
.video-with-poster.played .content-holder .video {
  opacity: 1;
  visibility: visible;
}

.video-featured-grid .entry-content-wrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 767.98px) {
  .video-featured-grid .entry-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.video-featured-grid .entry-content-wrapper > div {
  width: 100% !important;
  margin: 0 !important;
}
@media all and (min-width: 768px) {
  .video-featured-grid .entry-content-wrapper > div:first-of-type {
    grid-column: span 3;
  }
}
.video-featured-grid .entry-content-wrapper::before {
  display: none;
}

#office-locations {
  background: white;
  border-top: 1px solid #e9e9e9;
  float: left;
  width: 100%;
}
#office-locations .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
#office-locations .container h2,
#office-locations .container h3 {
  text-align: center;
}
#office-locations .container .location-grid {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1023.98px) {
  #office-locations .container .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  #office-locations .container .location-grid {
    grid-template-columns: 1fr;
  }
}
#office-locations .container .location-grid .map-box {
  margin-top: 15px;
  padding-bottom: 74.1%;
  position: relative;
}
#office-locations .container .location-grid .map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 767.98px) {
  .video-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.video-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 767.98px) {
  .video-intro-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .video-intro-grid .intro-video {
    grid-column: span 3;
  }
}

body #main .client-logo-wrapper h2 {
  text-align: center;
  text-transform: uppercase !important;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  body #main .client-logo-wrapper h2 {
    font-size: 32px;
  }
}
body #main .client-logo-wrapper .client-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
}
@media (max-width: 767.98px) {
  body #main .client-logo-wrapper .client-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body #main .client-logo-wrapper .client-logo-grid .single-client {
  border: 1px solid #e9e9e9;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #main .client-logo-wrapper .client-logo-grid .single-client img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  body .custom-heading-box h1 {
    font-size: 45px !important;
  }
}
@media (max-width: 767.98px) {
  body .custom-heading-box p {
    text-align: center;
  }
}

.frm_forms .bot-filter-field {
  display: none !important;
}

body #main .custom-form-box {
  background: #fcfcfc;
  border-top-right-radius: 30px !important;
  border-top-left-radius: 30px !important;
  padding: 25px;
  margin-top: 40px;
}
body #main .custom-form-box p {
  text-align: center;
  margin: 0;
}
body #main .custom-form-box .grey-text {
  font-size: 30px;
  font-weight: 600;
  color: #424242;
  line-height: 32px;
}
body #main .custom-form-box .red-text {
  font-size: 30px;
  font-weight: 600;
  color: #ae0a0a;
  line-height: 32px;
}
body #main .custom-form-box .touch-text {
  color: #ae0a0a;
}
body #main .custom-form-box .get-in-touch {
  padding-bottom: 50px;
}
body #main .custom-form-box form .nf-field-container {
  width: 47%;
  margin: 0;
  display: inline-block !important;
}
body #main .custom-form-box form .phone-container {
  margin: 0 !important;
}
body #main .custom-form-box form input {
  font-size: 12px !important;
  padding: 12px !important;
  background-color: #fcfcfc !important;
}
body #main .custom-form-box form .submit-container {
  width: 100%;
  text-align: center;
}
body #main .custom-form-box form .submit-wrap input {
  border: 1px solid transparent !important;
  background: linear-gradient(#710709, #ae0a0a);
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px !important;
  padding: 15px 50px !important;
  font-size: 16px !important;
}
body #main .custom-form-box form .submit-wrap input:hover {
  background: #fff;
  color: #424242;
  border: 1px solid #424242 !important;
}
body #main .custom-form-box .textbox-container,
body #main .custom-form-box form .firstname-container {
  margin-right: 5%;
}
body #main .custom-form-box .nf-form-fields-required,
body #main .custom-form-box .nf-error-wrap {
  display: none !important;
}/*# sourceMappingURL=style.css.map */

