/*---------------------------------------------
Template Name: Avionics Limited
Template URL: 
Description: 
Author: 
Author URL: 
Version: 1.0.0

===============================================   
STYLESHEET INDEXING
|
|___ Default Styles
|	|___ Variables
|	|___ Common
|	|___ Reset Styels
|	|___ Typography
|	|___ 
|	|___ 
|	|___ 
|
|___ Elements Styles
|	|___ Section Title
|	|___ Button
|	|___ Breadcrumb
|	|___ 
|	|___ 
|
|___Blocks Styles
|	|___ Hero Styles
|	|___ 
|
|___Template Styles
|	|___ 
|	|___ 
|	|___ 
|	|___ 
|	|___ 
|	|___

|
|___Blocks Styles
|	|___ Header Styles
|	|___ Footer Styles
|
|___
|
|___ 
|
|___ END STYLESHEET INDEXING

--------------------------------------------*/
/*=======================================================================
1. Default Styles
=========================================================================*/
/*==============================
 *  Load Font
=================================*/
@font-face {
  font-family: "Apex-new";
  src: url("/wp-content/themes/avionics/assets/fonts/ApexNew-Bold.otf");
  font-weight: 800;
  font-display: auto;
}
@font-face {
  font-family: "Apex-new";
  src: url("/wp-content/themes/avionics/assets/fonts/ApexNew-Medium.otf");
  font-weight: 600;
  font-display: auto;
}
@font-face {
  font-family: "Apex-new";
  src: url("/wp-content/themes/avionics/assets/fonts/ApexNew-Light.otf");
  font-weight: 400;
  font-display: auto;
}
@font-face {
  font-family: "Univers";
  src: url("/wp-content/themes/avionics/assets/fonts/Univers-Bold.otf");
  font-weight: 600;
  font-display: auto;
}
@font-face {
  font-family: "Univers";
  src: url("/wp-content/themes/avionics/assets/fonts/Univers-Light.otf");
  font-weight: 400;
  font-display: auto;
}
@font-face {
  font-family: "Univers";
  src: url("/wp-content/themes/avionics/assets/fonts/Univers-LightOblique.otf");
  font-weight: 200;
  font-display: auto;
}
/*-------------------------
    Variables
-------------------------*/
:root {
  --color-primary: #1C437F;
  --color-secondary: #79A067;
  --color-textSecondary: #1C437F;
  --color-tertiary: #f8b81f;
  --color-dark: #000;
  --color-heading: #1C437F;
  --color-border: #e5e5e5;
  --color-body: #1C437F;
  --gradient-primary: linear-gradient(-90deg, #79A067 0%, #3BA6B7 100%);
  --bg-color: #EAF0F2;
  --cta-color-bg:#F0F4F5;
  --color-bg-body:#ffffff;
  --color-white: #ffffff;
  --color-black: #000000;
  --footer-text: #262626;
  --color-lighten01: #f0f4f5;
  --border-width: 2px;
  --radius-small: 4px;
  --radius: 10px;
  --radius-big: 16px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --transition: 0.3s;
  --transition-2: 0.5s;
  --transition-transform: transform .65s cubic-bezier(.23,1,.32,1);
  --font-primary: "Univers", sans-serif;
  --font-secondary: "Apex-new", sans-serif;
  --font-size-b1: 16px;
  --font-size-b2: 15px;
  --line-height-b1: 1.73;
  --line-height-b2: 1.85;
  --h1: 50px;
  --h2: 36px;
  --h3: 32px;
  --h4: 24px;
  --h5: 22px;
  --h6: 18px;
  --h1-lineHeight: 1.2;
  --h2-lineHeight: 1.39;
  --h3-lineHeight: 1.43;
  --h4-lineHeight: 1.4;
  --h5-lineHeight: 1.45;
  --h6-lineHeight: 1.62;
  --shadow-darker: 0px 10px 50px 0px rgba(26,46,85,0.1);
  --shadow-darker2: 0px 20px 50px 0px rgba(26,46,85,0.1);
  --shadow-dark: 0px 10px 30px 0px rgba(20,36,66,0.15);
  --shadow-darkest: 0px 10px 30px 0px rgba(0,0,0,0.05);
  --bg-light-color: #f6f9fe;
}

/*==============================
 *  Common
=================================*/
/*--------------------------------------*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}

.bg-lighten01 {
  background-color: var(--color-lighten01);
}

.bg-lighten02 {
  background-color: var(--color-lighten02);
}

.bg-lighten03 {
  background-color: var(--color-lighten03);
}

.bg-lighten04 {
  background-color: var(--color-lighten04);
}

p:empty {
  display: none;
}

.single-news-wrapper .single-news__content ul, .avi-filterable-menu .avi-filterable-menu, .avi-footer .information-list, .avi-social-share {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.modal-opened {
  overflow: hidden !important;
  overscroll-behavior-y: none;
  touch-action: none;
}

body.page.home,
body.single-product {
  overflow: visible;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.avi-container {
  position: relative;
}

.avi-anim-content-box > * {
  will-change: transform;
  opacity: 0;
  transform: translateY(2rem);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.avi-anim-content-box > :nth-child(1) {
  animation-delay: 50ms;
  transition-delay: 50ms;
}

.avi-anim-content-box > :nth-child(2) {
  animation-delay: 0.1s;
  transition-delay: 0.1s;
}

.avi-anim-content-box > :nth-child(3) {
  animation-delay: 0.15s;
  transition-delay: 0.15s;
}

.avi-anim-content-box > :nth-child(4) {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}

.avi-anim-content-box > :nth-child(5) {
  animation-delay: 0.25s;
  transition-delay: 0.25s;
}

#avi-particle-js {
  position: relative;
}

#avi-particle-js .particles-js-canvas-el {
  position: absolute;
  top: 0;
  transform: scale(1);
  opacity: 1;
  animation: appear 1.4s 1;
  animation-fill-mode: forwards;
  z-index: -1;
}

.avi_block--content {
  padding-top: 40px;
}

select {
  transition: 0.3s;
  height: 50px;
  padding: 10px 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: 3px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 15px;
  font-weight: 600;
  background: url(/wp-content/themes/avionics/assets/images/icons/arrow-icon.png) 88% center no-repeat transparent;
  background-color: var(--color-lighten01);
  min-width: 160px;
  cursor: pointer;
}

.gform_wrapper .gform_body .gfield input[type=text],
.gform_wrapper .gform_body .gfield input[type=password],
.gform_wrapper .gform_body .gfield input[type=email],
.gform_wrapper .gform_body .gfield input[type=number],
.gform_wrapper .gform_body .gfield input[type=tel],
.gform_wrapper .gform_body .gfield textarea {
  font-family: var(--font-primary);
  font-size: 15px;
  box-shadow: none;
  padding: 12px 25px;
  outline: none;
  background-color: transparent;
  border: 0.5px solid #e5e7eb;
  border-radius: 5px;
  color: var(--color-white);
  min-height: 44px;
}
.gform_wrapper .gform_body .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield textarea::-webkit-input-placeholder {
  font-family: var(--font-primary);
  color: var(--color-white);
}
.gform_wrapper .gform_body .gfield input[type=text]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=number]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea:-moz-placeholder {
  font-family: var(--font-primary);
  color: var(--color-white);
}
.gform_wrapper .gform_body .gfield input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea::-moz-placeholder {
  font-family: var(--font-primary);
  color: var(--color-white);
}
.gform_wrapper .gform_body .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder {
  font-family: var(--font-primary);
  color: var(--color-white);
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 127px !important;
}

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
    margin-top: 0;
    padding-left: 2% !important;
    padding-right: 0;
  }
}

.btn-blue-alt, .gform_wrapper .gform_footer .gform_button, .hs-button {
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--font-primary);
  padding: 6px 25px;
  border-radius: 8px;
  background-color: var(--color-white);
  border: 0.5px solid var(--color-white);
  text-transform: capitalize;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .btn-blue-alt, .gform_wrapper .gform_footer .gform_button, .hs-button {
    padding: 15px 25px;
  }
}

.gform_wrapper .gform_footer .gform_button:hover {
  color: var(--color-white);
  background-color: transparent;
  border-color: var(--color-white);
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #808080;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #808080;
}

.title-truncate-one,
.title-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.title-truncate-one {
  -webkit-line-clamp: 1 !important;
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: center;
}

/* progress-wrap */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(26, 59, 118, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #1a3b76;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  vertical-align: middle;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: all 200ms linear;
  -moz-osx-font-smoothing: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #1a3b76;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.display-none {
  display: none;
  visibility: hidden;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -55px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot {
  transition: all 0.3s linear;
}
.owl-theme .owl-dots .owl-dot span {
  background: rgba(26, 59, 118, 0.4) !important;
  width: 6px;
  height: 6px;
  border-radius: 50px !important;
  transition: all 0.3s linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}
.owl-theme .owl-dots .owl-dot.active span {
  background: rgb(26, 59, 118) !important;
  width: 14px !important;
  height: 4px !important;
}
@media only screen and (min-width: 768px) {
  .owl-theme .owl-dots .owl-dot.active span {
    width: 16px !important;
    height: 8px !important;
  }
}

.avi_block--content .owl-nav button.owl-next,
.avi_block--content .owl-nav button.owl-prev {
  font-size: 24px;
  color: var(--color-primary);
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  line-height: 1;
  top: 50%;
  background: transparent;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #ccc;
  transition: 0.3s ease;
  cursor: pointer;
  transform: translateY(-50%);
}
.avi_block--content .owl-nav button.owl-prev {
  left: -90px;
  top: 50%;
}
.avi_block--content .owl-nav button.owl-next {
  right: -90px;
  top: 50%;
}
.avi_block--content .owl-nav [class*=owl-]:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.contact-form-wrapper .uagb-container-inner-blocks-wrap .wp-block-uagb-image {
  height: 100%;
}
.contact-form-wrapper .uagb-container-inner-blocks-wrap .wp-block-uagb-image img {
  height: 100%;
}

.avi-pdf_boxes .wp-block-uagb-container {
  padding: 18px 14px;
  border-radius: 5px;
  background: var(--color-white);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
.avi-pdf_boxes .wp-block-uagb-container .uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content {
  text-align: left;
}
.avi-pdf_boxes .wp-block-uagb-container .uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content .uagb-ifb-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-primary);
}
.avi-pdf_boxes .wp-block-uagb-container .uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content .uagb-ifb-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 15px;
  color: var(--color-primary);
}
.avi-pdf_boxes .wp-block-uagb-container .uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content a,
.avi-pdf_boxes .wp-block-uagb-container .uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content .uagb-ifb-button-wrapper {
  font-family: var(--font-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.avi-pdf_boxes .wp-block-uagb-container .uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content a {
  color: #7F1C1C;
}
.avi-pdf_boxes .wp-block-uagb-container .uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content a svg {
  color: #7F1C1C;
  fill: #7F1C1C;
}
.avi-pdf_boxes .wp-block-uagb-info-box {
  display: flex;
}
.avi-pdf_boxes .wp-block-uagb-info-box .uagb-ifb-content {
  width: 50%;
}
.avi-pdf_boxes .wp-block-uagb-info-box .uagb-ifb-image-content {
  width: 50%;
  margin-bottom: 0;
}

/*---------Post Navigation--------------*/
.navigation {
  margin: 0px auto 40px;
}
.navigation .nav-links {
  display: flex;
  justify-content: center;
}
.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a {
  text-align: center;
  height: 50px;
  width: 60px;
  line-height: 35px;
  border-radius: 5px;
  color: var(--dark-color);
  background-color: var(--color-white);
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
}
.navigation .nav-links .nav-next a:hover,
.navigation .nav-links .nav-previous a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.navigation .nav-links div:not(:last-child) a {
  margin-right: 34px;
}

.form-contact-page .gform_wrapper .gform_body .gfield input[type=text],
.form-contact-page .gform_wrapper .gform_body .gfield input[type=password],
.form-contact-page .gform_wrapper .gform_body .gfield input[type=email],
.form-contact-page .gform_wrapper .gform_body .gfield input[type=number],
.form-contact-page .gform_wrapper .gform_body .gfield input[type=tel],
.form-contact-page .gform_wrapper .gform_body .gfield textarea {
  color: var(--color-primary);
}
.form-contact-page .gform_wrapper .gform_body .gfield input[type=text]::-webkit-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=password]::-webkit-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=email]::-webkit-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=number]::-webkit-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=tel]::-webkit-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield textarea::-webkit-input-placeholder {
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.form-contact-page .gform_wrapper .gform_body .gfield input[type=text]:-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=password]:-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=email]:-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=number]:-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=tel]:-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield textarea:-moz-placeholder {
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.form-contact-page .gform_wrapper .gform_body .gfield input[type=text]::-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=password]::-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=email]::-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=number]::-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=tel]::-moz-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield textarea::-moz-placeholder {
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.form-contact-page .gform_wrapper .gform_body .gfield input[type=text]:-ms-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=password]:-ms-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=email]:-ms-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=number]:-ms-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield input[type=tel]:-ms-input-placeholder,
.form-contact-page .gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder {
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.form-contact-page .btn-blue-alt,
.form-contact-page .gform_wrapper .gform_footer .gform_button,
.form-contact-page .hs-button {
  font-size: 16px;
  color: var(--color-white);
  padding: 6px 25px;
  border-radius: 5px;
  background-color: var(--color-primary);
  border: 0.5px solid var(--color-primary);
  text-transform: capitalize;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .form-contact-page .btn-blue-alt,
  .form-contact-page .gform_wrapper .gform_footer .gform_button,
  .form-contact-page .hs-button {
    padding: 15px 25px;
  }
}
.form-contact-page .gform_wrapper .gform_footer .gform_button:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
  border-color: var(--color-primary);
}

.avi-gmap-wrapper .avi-gmap-render {
  min-height: 450px;
  border-radius: 10px;
}

.home .wp-block-uagb-container .gform_confirmation_wrapper .gform_confirmation_message {
  color: var(--color-white);
}

/*-------------------------
    Reset Styels
-------------------------*/
* {
  box-sizing: border-box;
}

html {
  margin-top: 0px !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  display: inline-block;
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre,
pre.wp-block-code {
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  font-size: 15px !important;
  margin: 40px 0 !important;
  overflow: auto;
  padding: 20px !important;
  white-space: pre !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: var(--color-body) !important;
  background: var(--color-light);
  border-radius: 4px;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

table thead th {
  font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(56, 88, 246, 0.6);
  text-decoration: none;
  padding: 0 5px;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
  opacity: 0.6;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/*-------------------------
    Typography
-------------------------*/
html {
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  overflow: hidden;
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: 400;
  background-color: var(--color-bg-body);
  margin: 0;
  padding: 0;
}
body.modal-open {
  padding: 0 !important;
}

.dark-mode body {
  background-color: var(--color-bg-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

.display-one {
  font-size: 112px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  color: var(--color-heading);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: var(--h1-lineHeight);
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: var(--h2-lineHeight);
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: var(--h3-lineHeight);
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: var(--h4-lineHeight);
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: var(--h5-lineHeight);
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: var(--h6-lineHeight);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  transition: 0.5s;
}

a {
  color: var(--color-heading);
  transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--p-bold);
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: var(--p-semi-bold);
}

p {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  font-weight: 400;
  color: var(--color-dark);
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
  }
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.table,
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 30px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
    List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}
ul li a {
  text-decoration: none;
  color: var(--color-body);
  transition: var(--transition);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
ol li a {
  color: var(--heading-color);
  transition: var(--transition);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}

hr {
  display: block;
  height: 0;
  margin: 15px 0;
  border-top: 1px solid var(--color-border);
  background: transparent;
}

kbd {
  background: var(--color-primary);
}

/*-------------------------
    Animations
-------------------------*/
@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes slide_up_elements {
  0% {
    transform: translateY(3.25rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*=======================================================================
2. Elements Styles
=========================================================================*/
/*---------------------------
  Section Title
----------------------------*/
.avi-section-title .uagb-desc-text {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 5px !important;
  color: rgba(26, 59, 118, 0.8);
}

.avi-section-text p {
  font-size: 18px;
  margin-bottom: 10px;
}

.avi-separator,
.avi-section-title .uagb-separator {
  position: relative;
  height: 5px;
  border-color: transparent !important;
}
.avi-separator::before,
.avi-section-title .uagb-separator::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  top: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(26, 59, 118, 0.1882352941) 0%, #1A3B76 100%);
  background-repeat: repeat-x;
  left: 0;
  width: 9px;
  opacity: 0.9;
}
.avi-separator::after,
.avi-section-title .uagb-separator::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  top: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(26, 59, 118, 0.1882352941) 0%, #1A3B76 100%);
  background-repeat: repeat-x;
  left: 15px;
  width: 48px;
}

.avi-contact-info-box > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
  text-align: left;
  border-radius: 20px;
  padding: 30px 25px 30px 25px;
  background-color: #fff;
  border: 1px solid rgba(88, 103, 128, 0.1490196078);
  transition: all 0.3s ease-in;
}

.wp-block-uagb-counter--number.avi-counter-up .wp-block-uagb-counter__number .uagb-counter-block-number {
  font-size: 64px;
  color: var(--color-white);
}
.wp-block-uagb-counter--number.avi-counter-up .wp-block-uagb-counter__number .uagb-counter-block-suffix {
  color: var(--color-white);
  font-size: 24px;
}
.wp-block-uagb-counter--number.avi-counter-up .wp-block-uagb-counter__title {
  font-size: 20px;
  color: var(--color-white);
}

/*-------------------
 * Button
---------------------*/
.avi-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 100%;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .avi-btn {
    width: auto;
  }
}
.avi-btn .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--color-dark);
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.avi-btn .btn-title {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  padding: 12px 15px 10px;
  z-index: 1;
  letter-spacing: 0.1em;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .avi-btn .btn-title {
    font-size: 18px;
    padding: 19px 50px 16px;
  }
}
.avi-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}
.avi-btn:hover .btn-title {
  color: var(--color-white);
}
.avi-btn:hover .btn-curve {
  opacity: 1;
  right: -1px;
  width: 101%;
  transform: skewX(0deg);
}

.avi-btn-wrap {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .avi-btn-wrap {
    gap: 25px;
    flex-direction: row;
  }
}
.avi-btn-wrap a.btn-primary,
.avi-btn-wrap a.btn-secondary {
  display: inline-block;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  padding: 11px 15px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .avi-btn-wrap a.btn-primary,
  .avi-btn-wrap a.btn-secondary {
    max-width: 190px;
  }
}
.avi-btn-wrap a.btn-primary {
  color: var(--color-white);
  background: var(--color-primary);
}
.avi-btn-wrap a.btn-primary:hover {
  color: var(--color-primary);
  color: var(--color-primary);
  border-color: var(--color-primary);
  background: transparent;
}
.avi-btn-wrap a.btn-secondary {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background: transparent;
}
.avi-btn-wrap a.btn-secondary:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.avi-download-btns .uagb-icon-list__wrap .wp-block-uagb-icon-list-child a {
  padding: 31px;
  display: inline-block;
  text-align: center;
  align-content: center;
  align-items: center;
  background-image: linear-gradient(to right, rgba(26, 59, 118, 0.1882352941) 0%, #1A3B76 100%);
  border-radius: 50px;
  line-height: 40px;
}
.avi-download-btns .uagb-icon-list__wrap .wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap {
  margin-top: 16px;
  margin-left: 17px;
  z-index: 3;
}

.avi-primary-btn .uagb-button__wrapper .wp-block-button__link {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 8px !important;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0 !important;
  border: none !important;
}

.avi-primary-btn .uagb-button__wrapper .wp-block-button__link .uagb-button__link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 19px 50px 16px;
  z-index: 1;
  letter-spacing: 0.1em;
  color: inherit;
}

.avi-primary-btn .uagb-button__wrapper .wp-block-button__link span svg {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
}

.avi-primary-btn .uagb-button__wrapper .wp-block-button__link span {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--color-dark);
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.avi-primary-btn .uagb-button__wrapper .wp-block-button__link:hover span {
  opacity: 1;
  right: -1px;
  width: 101%;
  transform: skewX(0deg);
}

.readmore--btn {
  display: inline-block;
  margin-top: 25px;
  padding: 4px 0px 0px;
  border-bottom: 0.5px solid #1C437F;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 700;
}
.readmore--btn .avi-icon {
  display: inline-block;
  padding-left: 4px;
}

.avi-sm__btn {
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  text-align: center;
  color: var(--color-primary);
  font-size: 16px;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 4px;
  letter-spacing: 1px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.avi-sm__btn:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.avi-sec-btn {
  display: inline-block;
  padding: 16px 20px;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  font-size: 16px;
  text-transform: capitalize;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  letter-spacing: 1px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .avi-sec-btn {
    width: auto;
  }
}
.avi-sec-btn:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: transparent;
}

.avi-sidebar-btn {
  display: inline-block;
  padding: 16px 20px;
  line-height: 1;
  text-align: center;
  color: var(--color-primary);
  font-size: 16px;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  letter-spacing: 1px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .avi-sidebar-btn {
    width: auto;
  }
}
.avi-sidebar-btn:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.avi-pdf-btn .uagb-button__wrapper .wp-block-button__link {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: transparent;
  color: var(--color-primary);
  padding: 12px 25px 12px;
  border-radius: 8px !important;
  border: 2px solid var(--color-primary) !important;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.avi-pdf-btn .uagb-button__wrapper .wp-block-button__link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.avi-pdf-btn .uagb-button__wrapper .wp-block-button__link .uagb-button__link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  z-index: 1;
  letter-spacing: 0.1em;
  color: inherit;
}

/*---------------------------
  Infobox style
----------------------------*/
.avi-services-box .wp-block-uagb-info-box {
  text-align: left;
  border-radius: 20px;
  padding: 30px 25px 30px 25px;
  background-color: #fff;
  border: 1px solid rgba(88, 103, 128, 0.1490196078);
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.avi-services-box .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-image-content {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  background: var(--color-dark);
  color: #ffffff;
  border-radius: 75% 25% 43% 57%/46% 29% 71% 54%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.avi-services-box .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-image-content::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -5px;
  width: 80px;
  height: 80px;
  background: #e8e9e9;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: -1;
}
.avi-services-box .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-title {
  transition: all 0.3s ease-in;
}
.avi-services-box .wp-block-uagb-info-box .uagb-ifb-content .uagb-ifb-desc {
  transition: all 0.3s ease-in;
}
.avi-services-box .wp-block-uagb-info-box:hover {
  transform: translateY(-5px);
  box-shadow: -15px 50px 90px rgba(88, 103, 128, 0.1);
  border-color: rgba(88, 103, 128, 0.1);
  background-image: url(/wp-content/themes/avionics/assets/images/iconbox-hover-bg-2.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition-duration: 300ms;
}
.avi-services-box .wp-block-uagb-info-box:hover .uagb-ifb-content .uagb-ifb-title,
.avi-services-box .wp-block-uagb-info-box:hover .uagb-ifb-content .uagb-ifb-desc {
  color: #fff;
}

/*---------------------------
    Social Share Style
---------------------------*/
.avi-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.avi-social-share li {
  display: block;
  border-radius: 9999px;
  transition: transform 0.1s ease;
  height: auto;
}
.avi-social-share li a {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid transparent;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 14px;
  box-shadow: 0 2px 2px -2px rgba(31, 27, 45, 0.08), 0 4px 12px rgba(31, 27, 45, 0.08);
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.avi-social-share li a i {
  color: var(--color-primary);
  font-size: 18px;
}
.avi-social-share li a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.avi-social-share li a:hover i {
  color: var(--color-white);
}

.avi-offcanvas__footer {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .avi-offcanvas__footer {
    padding-left: 20px;
  }
}
.avi-offcanvas__footer .avi-social-share li a {
  background-color: var(--color-white);
}
.avi-offcanvas__footer .avi-social-share li a i {
  color: var(--color-primary);
}
.avi-offcanvas__footer .avi-social-share li a:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.avi-offcanvas__footer .avi-social-share li a:hover i {
  color: var(--color-primary);
}

/*---------------------------
  Featured News
----------------------------*/
.section-avi-featured-news {
  padding: 60px 0 140px;
}
@media only screen and (min-width: 768px) {
  .section-avi-featured-news {
    padding: 80px 0 100px;
  }
}

.avi-featured-news .avi-featured--item {
  display: grid;
  grid-gap: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .avi-featured-news .avi-featured--item {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
    align-items: start;
  }
}
.avi-featured-news .avi-featured--item__thumb a {
  display: block;
  border-radius: 8px;
}
.avi-featured-news .avi-featured--item__thumb a img {
  border-radius: 8px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 475px) {
  .avi-featured-news .avi-featured--item__thumb a img {
    height: 210px;
  }
}
@media only screen and (min-width: 1200px) {
  .avi-featured-news .avi-featured--item__thumb a img {
    height: 425px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.avi-featured-news .avi-featured--item__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.avi-featured-news .avi-featured--item__content .content-header {
  display: flex;
  gap: 20px;
  align-items: center;
}
.avi-featured-news .avi-featured--item__content .content-header .stdl-read-time span,
.avi-featured-news .avi-featured--item__content .content-header .stdl-read-time a,
.avi-featured-news .avi-featured--item__content .content-header .grid-item__meta span,
.avi-featured-news .avi-featured--item__content .content-header .grid-item__meta a {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.avi-featured-news .avi-featured--item__content .content-header .stdl-read-time a,
.avi-featured-news .avi-featured--item__content .content-header .grid-item__meta a {
  font-weight: 600;
  letter-spacing: 1.89px;
}
.avi-featured-news .avi-featured--item__content .content-header .stdl-read-time {
  position: relative;
}
.avi-featured-news .avi-featured--item__content .content-header .stdl-read-time span {
  color: rgba(20, 20, 20, 0.62);
}
.avi-featured-news .avi-featured--item__content .content-header .stdl-read-time::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--color-primary);
}
.avi-featured-news .avi-featured--item__content .content-body {
  flex: 1 1 auto;
}
.avi-featured-news .avi-featured--item__content .avi-featured--item__title {
  margin-top: 25px;
}
.avi-featured-news .avi-featured--item__content .avi-featured--item__desc {
  color: var(--color-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.avi-featured-news .avi-featured--item__content .avi-featured--item-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.avi-featured-news .avi-featured--item__content .avi-featured--item-meta a,
.avi-featured-news .avi-featured--item__content .avi-featured--item-meta span {
  color: #989898;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.89px;
}

/*---------------------------
  Modal PopUp style
----------------------------*/
.avi-modal-wrapper {
  position: absolute;
  z-index: 101;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1088px;
  transform: translate(-50%, -50%);
}

.avi-modal .avi-modal-content__wrapper {
  padding: 40px 30px;
  background: var(--bg-light-color);
  border-radius: 10px;
}

.avi-modal-close-btn {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  cursor: pointer;
  z-index: 99;
}

.modal-overlay {
  opacity: 0.75;
  background: #0c1248;
  z-index: 0;
}

.avi-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -60%);
  height: auto;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  max-width: 1088px;
  height: 100%;
}

.avi-modal-main-wrapper.active .avi-modal {
  opacity: 1;
  z-index: 999;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: rgba(12, 18, 72, 0.75);
  transition: all 0.3s ease;
  display: none;
}

.modal-overlay.active {
  opacity: 1;
  z-index: 88;
  display: block;
  transition: all 0.3s ease;
}

.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=text],
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=password],
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=email],
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=number],
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=tel],
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield textarea {
  color: var(--color-primary);
}
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=text]::-webkit-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=password]::-webkit-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=email]::-webkit-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=number]::-webkit-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=tel]::-webkit-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield textarea::-webkit-input-placeholder {
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=text]:-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=password]:-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=email]:-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=number]:-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=tel]:-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield textarea:-moz-placeholder {
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=text]::-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=password]::-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=email]::-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=number]::-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=tel]::-moz-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield textarea::-moz-placeholder {
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=text]:-ms-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=password]:-ms-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=email]:-ms-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=number]:-ms-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield input[type=tel]:-ms-input-placeholder,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder {
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.avi-modal-main-wrapper .btn-blue-alt,
.avi-modal-main-wrapper .gform_wrapper .gform_footer .gform_button,
.avi-modal-main-wrapper .hs-button {
  font-size: 16px;
  color: var(--color-white);
  padding: 6px 25px;
  border-radius: 5px;
  background-color: var(--color-primary);
  border: 0.5px solid var(--color-primary);
  text-transform: capitalize;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .avi-modal-main-wrapper .btn-blue-alt,
  .avi-modal-main-wrapper .gform_wrapper .gform_footer .gform_button,
  .avi-modal-main-wrapper .hs-button {
    padding: 15px 25px;
  }
}
.avi-modal-main-wrapper .gform_wrapper .gform_footer .gform_button:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
  border-color: var(--color-primary);
}
.avi-modal-main-wrapper .gform_wrapper.gravity-theme .gform_drop_area {
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed #ccc;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
}
.avi-modal-main-wrapper .gform_wrapper .gform_body .gfield_description.gform_fileupload_rules,
.avi-modal-main-wrapper .gform_wrapper .gform_body .gform_drop_instructions,
.avi-modal-main-wrapper .gform_wrapper .gform_body .ginput_preview_list .ginput_preview * {
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.avi-modal-main-wrapper .gform_wrapper .gform_body button.button.gform_button_select_files {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-white);
  padding: 11px 20px;
  background: var(--color-primary);
  border-radius: 5px;
  border: 1px solid var(--color-primary);
  transition: all 0.3s ease-in-out;
}

/*=======================================================================
3. Block Styles
=========================================================================*/
/*-------------------
  Baner Styles
---------------------*/
.section-hero_slider--wrapper {
  position: relative;
}
.section-hero_slider--wrapper .banner-slider-item {
  position: relative;
  position: relative;
  display: block;
  background-color: var(--color-dark);
  color: #ffffff;
  overflow: hidden;
}
.section-hero_slider--wrapper .banner-slider-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
}
.section-hero_slider--wrapper .banner-slider-item .banner-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-height: 500px;
  height: 60vh;
  padding: 0 0px;
  z-index: 11;
}
.section-hero_slider--wrapper .banner-slider-item .banner-content .banner-content-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 150px 0px 50px;
}
@media only screen and (min-width: 768px) {
  .section-hero_slider--wrapper .banner-slider-item .banner-content .banner-content-inner {
    flex-direction: row;
    gap: 10px;
  }
}
.section-hero_slider--wrapper .banner-slider-item .banner-content .banner-content-inner .banner-content-inner__wrapper {
  position: relative;
  display: block;
  max-width: 950px;
}
.section-hero_slider--wrapper .banner-slider-item .banner-content .banner-content-inner .banner-content-inner__wrapper h1 {
  display: block;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 600;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  transform: translateY(80px);
}
@media only screen and (min-width: 768px) {
  .section-hero_slider--wrapper .banner-slider-item .banner-content .banner-content-inner .banner-content-inner__wrapper h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero_slider--wrapper .banner-slider-item .banner-content .banner-content-inner .banner-content-inner__wrapper h1 {
    font-size: 46px;
    line-height: 66px;
  }
}
.section-hero_slider--wrapper .banner-slider-item .banner-content .banner-content-inner .banner-content-inner__wrapper p {
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(80px);
}
.section-hero_slider--wrapper .banner-slider-item .banner-content .banner-content-inner .banner-btn {
  position: relative;
  display: block;
  padding-top: 0px;
  opacity: 0;
  transform: translateY(80px);
}
.section-hero_slider--wrapper .owl-item.active .banner-slider-item .image-layer {
  transform: scale(1.15);
  transition: all 7000ms linear;
}
.section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-content-inner__wrapper h1 {
  opacity: 1;
  transform: translate(0);
  transition: all 700ms ease;
  transition-delay: 800ms;
}
.section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-content-inner__wrapper p {
  opacity: 1;
  transform: translate(0);
  transition: all 1000ms ease;
  transition-delay: 1300ms;
}
.section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-content-inner__wrapper .banner-btn {
  opacity: 1;
  transform: translate(0);
  transition: all 700ms ease;
  transition-delay: 1800ms;
}
.section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-btn {
  opacity: 1;
  transform: translate(0);
  transition: all 700ms ease;
  transition-delay: 800ms;
}
.section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-btn a {
  background-color: var(--bg-light-color);
  color: var(--color-dark);
  border: 1px solid var(--bg-light-color);
}
.section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-btn a .btn-title {
  line-height: 20px;
  font-size: 14px;
  color: var(--color-dark);
}
@media only screen and (min-width: 768px) {
  .section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-btn a .btn-title {
    padding: 19px 26px 16px;
    min-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-btn a .btn-title {
    line-height: 25px;
    font-size: 16px;
  }
}
.section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-btn a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-dark);
}
.section-hero_slider--wrapper .owl-item.active .banner-slider-item .banner-content-inner .banner-btn a:hover .btn-title {
  color: var(--color-white);
}
.section-hero_slider--wrapper .owl-dots {
  bottom: -2px;
}
@media only screen and (min-width: 768px) {
  .section-hero_slider--wrapper .owl-dots {
    bottom: 25px;
  }
}
.section-hero_slider--wrapper .owl-dots .owl-dot {
  transition: all 0.3s linear;
}
.section-hero_slider--wrapper .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.4) !important;
}
.section-hero_slider--wrapper .owl-dots .owl-dot.active span {
  background: rgb(255, 255, 255) !important;
}
.section-hero_slider--wrapper .owl-nav {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .section-hero_slider--wrapper .owl-nav {
    display: block;
    visibility: visible;
  }
}
.section-hero_slider--wrapper .owl-nav button.owl-next,
.section-hero_slider--wrapper .owl-nav button.owl-prev {
  font-size: 24px;
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 35px;
  height: 35px;
  line-height: 1;
  top: 50%;
  background: transparent;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #ccc;
  transition: 0.3s ease;
  cursor: pointer;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-hero_slider--wrapper .owl-nav button.owl-next,
  .section-hero_slider--wrapper .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
  }
}
.section-hero_slider--wrapper .owl-nav button.owl-next .icon,
.section-hero_slider--wrapper .owl-nav button.owl-prev .icon {
  max-height: 24px;
}
.section-hero_slider--wrapper .owl-nav button.owl-next .icon svg,
.section-hero_slider--wrapper .owl-nav button.owl-prev .icon svg {
  width: 16px;
}
@media only screen and (min-width: 768px) {
  .section-hero_slider--wrapper .owl-nav button.owl-next .icon svg,
  .section-hero_slider--wrapper .owl-nav button.owl-prev .icon svg {
    width: 22px;
  }
}
.section-hero_slider--wrapper .owl-nav button.owl-prev {
  left: 30px;
  top: 50%;
}
.section-hero_slider--wrapper .owl-nav button.owl-next {
  right: 30px;
  top: 50%;
}
.section-hero_slider--wrapper .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #333;
}

.after-banner-nav-wrapper {
  position: relative;
  background-color: var(--bg-light-color);
  margin-top: -10px;
  border-bottom: 1px solid rgba(88, 103, 128, 0.1490196078);
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .after-banner-nav-wrapper {
    display: block;
    visibility: visible;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 0px;
    align-items: start;
  }
}
.after-banner-nav-wrapper .after-banner-nav {
  display: grid;
  grid-gap: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .after-banner-nav-wrapper .after-banner-nav {
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 0px;
    align-items: start;
  }
}
.after-banner-nav-wrapper .after-banner-nav-item {
  margin: 0;
}
.after-banner-nav-wrapper .after-banner-nav-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
  width: 100%;
  padding: 20px 40px;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  border-left: 1px solid rgba(88, 103, 128, 0.1490196078);
}
.after-banner-nav-wrapper .after-banner-nav-item a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.after-banner-nav-wrapper .after-banner-nav-item a span {
  line-height: 1;
}
.after-banner-nav-wrapper .after-banner-nav-item a span:last-child {
  height: 24px;
}
.after-banner-nav-wrapper .after-banner-nav-item a:not(:last-child) {
  border-left: 1px solid rgba(88, 103, 128, 0.1490196078);
}
.after-banner-nav-wrapper .after-banner-nav-item:not(:first-child) a {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.after-banner-nav-wrapper .after-banner-nav-item:not(:first-child) a:hover {
  background-color: var(--bg-light-color);
  color: var(--color-dark);
}

/*-------------------
  Page Banner
---------------------*/
.avi-page-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 470px;
  background-color: var(--bg-light-color);
}
@media only screen and (max-width: 1199px) {
  .avi-page-banner {
    height: 80vh;
  }
}
.avi-page-banner .banner-content-wrap {
  position: relative;
  z-index: 7;
  display: grid;
  grid-gap: 30px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .avi-page-banner .banner-content-wrap {
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    align-items: start;
  }
}
.avi-page-banner__content {
  height: 100%;
}
.avi-page-banner__content .pg-bnr-subtitle {
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.72px;
}
@media only screen and (min-width: 768px) {
  .avi-page-banner__content .pg-bnr-subtitle {
    font-size: 18px;
  }
}
.avi-page-banner__content .pg-bnr-title {
  color: var(--color-white);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .avi-page-banner__content .pg-bnr-title {
    font-size: 52px;
  }
}
.avi-page-banner__content .pg-bnr-desc {
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.72px;
}
@media only screen and (min-width: 768px) {
  .avi-page-banner__content .pg-bnr-desc {
    font-size: 18px;
  }
}
.avi-page-banner__right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.avi-page-banner__right .pg-bnr-btn a {
  color: var(--color-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 11px 22px;
  border-radius: 5px;
  border: 1.096px solid var(--color-white);
  background: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .avi-page-banner__right .pg-bnr-btn a {
    font-size: 16px;
  }
}
.avi-page-banner__right .pg-bnr-btn a:hover {
  color: var(--color-white);
  background: transparent;
  border-color: var(--color-white);
}
.avi-page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(31, 31, 31, 0.9) 0%, rgba(31, 31, 31, 0.9) 20%, rgba(31, 31, 31, 0.85) 26.67%, rgba(32, 32, 32, 0.77) 33.33%, rgba(33, 33, 33, 0.667) 40%, rgba(34, 34, 34, 0.557) 46.67%, rgba(35, 35, 35, 0.443) 53.33%, rgba(36, 36, 36, 0.333) 60%, rgba(37, 37, 37, 0.23) 66.67%, rgba(38, 38, 38, 0.15) 73.33%, rgba(39, 39, 39, 0.082) 80%, rgba(39, 39, 39, 0.035) 86.67%, rgba(39, 39, 39, 0.008) 93.33%, rgba(39, 39, 39, 0) 100%);
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.post-type-archive .avi-archive .avi-page-banner {
  background-position: center bottom !important;
}

/*-------------------
  Client Logo Styles
---------------------*/
.client-logo-grid-items {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  list-style: none;
  margin: 0;
  width: 100%;
  margin-bottom: 40px;
}
.client-logo-grid-items .client-logo-item {
  margin-bottom: 26px;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  align-items: center;
  grid-column: span 3;
  width: 300px;
  height: 300px;
  border-radius: 6px;
  margin: 0 10px;
  padding: 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee;
  text-align: center;
  margin: 0 auto;
}
.client-logo-grid-items .client-logo-item a {
  display: block;
  width: 100%;
}
.client-logo-grid-items .client-logo-item__img {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 479px) {
  .client-logo-grid-items .client-logo-item {
    grid-column: span 6;
    width: 100%;
    height: 115px;
  }
}

.client-logo-carousel-wrap .client-logo-item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  border-radius: 6px;
  margin: 0 10px;
  padding: 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee;
  text-align: center;
  margin: 0 auto;
}
.client-logo-carousel-wrap .client-logo-item a {
  display: block;
  width: 100%;
}
.client-logo-carousel-wrap .client-logo-item__img {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 479px) {
  .client-logo-carousel-wrap .client-logo-item {
    width: 255px;
    height: 115px;
  }
}
.client-logo-carousel-wrap .owl-nav button.owl-next,
.client-logo-carousel-wrap .owl-nav button.owl-prev {
  width: 45px;
  height: 45px;
  line-height: 14px;
}

/*-------------------
  Featured Projects
---------------------*/
.avi_block-featured-projects-wrapper {
  display: grid;
  grid-gap: 30px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .avi_block-featured-projects-wrapper {
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    align-items: start;
  }
}

.avi-featured-projects-wrap {
  position: relative;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .avi-featured-projects-wrap {
    order: 0;
  }
}
.avi-featured-projects-wrap .block-section-header {
  margin-bottom: 40px;
}
.avi-featured-projects-wrap .featured-projects--item {
  padding-bottom: 60px;
}
.avi-featured-projects-wrap .featured-projects--item__thumb {
  position: relative;
}
.avi-featured-projects-wrap .featured-projects--item__thumb .see-more__btn {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--color-white);
  padding: 8px 20px;
  background-color: var(--color-primary);
  border-radius: 4px;
}
.avi-featured-projects-wrap .featured-projects--item__thumb .poup-action_img {
  display: inline-block;
  position: absolute;
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0px;
  padding: 2px;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .avi-featured-projects-wrap .featured-projects--item__thumb .poup-action_img {
    right: 20px;
    bottom: 20px;
  }
}
.avi-featured-projects-wrap .featured-projects--item__thumb .avi-projects-gallery__item a,
.avi-featured-projects-wrap .featured-projects--item__thumb img {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  max-height: 386px;
  -o-object-fit: cover;
     object-fit: cover;
}
.avi-featured-projects-wrap .featured-projects--item__content {
  display: grid;
  grid-gap: 30px;
  width: 100%;
  padding-top: 30px;
  margin: 0 auto;
}
.avi-featured-projects-wrap .featured-projects--item__content .featured-projects--item__desc {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-dark);
}
.avi-featured-projects-wrap .featured-projects--item__content .featured-projects--item__title {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .avi-featured-projects-wrap .featured-projects--item__content {
    align-items: start;
  }
}
.avi-featured-projects-wrap .featured-projects--item__content--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.avi-featured-projects-wrap .featured-projects--item__content--right p {
  font-size: 16px;
  margin-bottom: 5px;
}

.avi-projects__sidebar {
  order: 0;
}
.avi-projects__sidebar.avi-sticky {
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .avi-projects__sidebar.avi-sticky > .block-section-header {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .avi-projects__sidebar.avi-sticky {
    order: 2;
    position: sticky !important;
    top: 80px;
  }
}
.avi-projects__sidebar .section-title {
  font-size: 20px;
  font-weight: 600;
}
.avi-projects__sidebar .avi-product__wrapper {
  padding-top: 40px;
}
.avi-projects__sidebar .avi-product__wrapper .product-item {
  margin-bottom: 40px;
}
.avi-projects__sidebar .avi-product__wrapper .product-item__thumb img {
  border-radius: 4px;
}
.avi-projects__sidebar .avi-product__wrapper .product-item__content {
  padding: 20px;
  border-radius: 4px;
  padding-top: 15px;
}
.avi-projects__sidebar .avi-product__wrapper .product-item__content .product__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.avi-projects__sidebar .avi-product__wrapper .product-item__content .product__price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.avi-projects__sidebar .avi-product__wrapper .product-item__footer {
  margin-top: 20px;
}
.avi-projects__sidebar .avi-product__wrapper .product-item__footer .avi-sec-btn {
  padding: 11px 20px;
}

/*-------------------
  Highlights Content
---------------------*/
.section-avi-highlights-content {
  padding: 60px 0;
}

.highlights-content-wrap .highlights-item {
  display: grid;
  grid-gap: 30px;
  width: 100%;
  margin: 0 auto 40px;
  border-radius: 4px;
  background-color: var(--bg-light-color);
  min-height: 450px;
}
@media only screen and (min-width: 768px) {
  .highlights-content-wrap .highlights-item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: start;
  }
}
.highlights-content-wrap .highlights-item__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 0px 20px 30px;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .highlights-content-wrap .highlights-item__content {
    order: 0;
    padding: 40px;
  }
}
.highlights-content-wrap .highlights-item__content .highlights-desc {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-dark);
}
.highlights-content-wrap .highlights-item__content .highlights-title {
  font-weight: 700;
}
.highlights-content-wrap .highlights-item__image {
  position: relative;
  height: 100%;
  order: 0;
}
@media only screen and (min-width: 768px) {
  .highlights-content-wrap .highlights-item__image {
    order: 2;
  }
}
.highlights-content-wrap .highlights-item__image a img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .highlights-content-wrap .highlights-item__image a img {
    border-radius: 0px 4px 4px 0;
  }
}
.highlights-content-wrap .highlights-item__image .poup-action_img {
  display: inline-block;
  position: absolute;
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0px;
  padding: 2px;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .highlights-content-wrap .highlights-item__image .poup-action_img {
    right: 20px;
    bottom: 20px;
  }
}
.highlights-content-wrap .highlights-item__image .see-more__btn {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--color-white);
  padding: 8px 20px;
  background-color: var(--color-primary);
  border-radius: 4px;
  z-index: 9;
}
.highlights-content-wrap .highlights-item__image .featured-projects--item__thumb,
.highlights-content-wrap .highlights-item__image .featured-projects--item__thumb a.projects-thumb,
.highlights-content-wrap .highlights-item__image .avi-projects-gallery__item {
  height: 100%;
}

/*-------------------
  Product Slider Styles
---------------------*/
.section-product_slider .avi_block-product_slider {
  position: relative;
}
.section-product_slider .avi_block-product_slider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  height: 50%;
  width: 40%;
  background-image: radial-gradient(circle at 1px 1px, #c3bfca 1px, transparent 0);
  background-size: 20px 20px;
}
.section-product_slider .avi_block-product_slider::after {
  content: "";
  display: table;
  clear: both;
}
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item {
  position: relative;
}
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item__img {
  max-width: 80%;
  margin-left: auto;
  text-align: right;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  transform: scale(0.9);
}
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  background: transparent;
  border-radius: 8px;
  padding: 40px 40px 40px 0;
  max-width: 40%;
  z-index: 9;
}
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item__content .avi-product__title,
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item__content .avi-product__price,
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item__content .avi-product__desc {
  position: relative;
  z-index: 9;
}
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item__content .avi-product__desc p {
  color: var(--color-dark);
}
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item__content .section-btn {
  position: relative;
  z-index: 9;
}
.section-product_slider .avi_block-product_slider .owl-item .avi_block-product_slider--item__content .section-btn a {
  transition-delay: 0s !important;
  font-size: 1em;
}
.section-product_slider .avi_block-product_slider .owl-item.active .avi_block-product_slider--item__img {
  transform: none;
}
.section-product_slider .avi_block-product_slider .owl-item.active .avi_block-product_slider--item .avi-anim-content-box > * {
  animation-name: slide_up_elements;
}

/*-------------------
  News Carousel Styles
---------------------*/
.section-avi-news-block {
  padding: 0px 0 60px;
}
@media only screen and (max-width: 479px) {
  .section-avi-news-block {
    padding: 0px 0 60px;
  }
}

.section-avi-blog .blog-section-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .section-avi-blog .blog-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
  }
}
.section-avi-blog .blog-section-header .blog-section-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .section-avi-blog .blog-section-header .blog-section-header-right {
    justify-content: flex-end;
  }
}
.section-avi-blog .blog-section-header .blog-section-header-right .blog--all-link {
  display: inline-block;
  padding: 4px 0px 0px;
  border-bottom: 0.5px solid rgba(20, 20, 20, 0.62);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  border-bottom: 1px solid #A3A3A3;
}
.section-avi-blog .blog-section-header .blog-section-header-right .blog-owl-nav {
  position: relative;
  min-width: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}
.section-avi-blog .blog-section-header .blog-section-header-right .blog-owl-nav span {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
}
.section-avi-blog .blog-section-header .blog-section-header-right .blog-owl-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 16px;
  border-left: 1px solid #ccc;
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item {
  position: relative;
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item__thumb a {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item__thumb a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(31, 31, 31, 0.9) 0%, rgba(31, 31, 31, 0.9) 20%, rgba(31, 31, 31, 0.85) 26.67%, rgba(32, 32, 32, 0.77) 33.33%, rgba(33, 33, 33, 0.667) 40%, rgba(34, 34, 34, 0.557) 46.67%, rgba(35, 35, 35, 0.443) 53.33%, rgba(36, 36, 36, 0.333) 60%, rgba(37, 37, 37, 0.23) 66.67%, rgba(38, 38, 38, 0.15) 73.33%, rgba(39, 39, 39, 0.082) 80%, rgba(39, 39, 39, 0.035) 86.67%, rgba(39, 39, 39, 0.008) 93.33%, rgba(39, 39, 39, 0) 100%);
  z-index: 3;
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item__thumb a img {
  border-radius: 8px;
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.45, 1);
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item__content {
  position: relative;
  z-index: 3;
  padding: 20px;
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-white);
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item__title a:hover {
  color: var(--color-white);
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item:hover .avi-blog--item__thumb a img {
  transform: scale(1.1);
}
.section-avi-blog .blog-carousel-wrap .owl-item .avi-blog--item .avi-blog--item__read-more svg path {
  fill: var(--color-white);
}

/*-------------------
  Product Filter
---------------------*/
.section-product-filter {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .section-product-filter {
    padding: 80px 0;
  }
}

.product-taxonomy ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0;
  margin-bottom: 0;
}
.product-taxonomy ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
  height: 110px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-taxonomy ul li a {
    padding: 35px;
    height: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-taxonomy ul li a {
    padding: 35px;
    height: 236px;
  }
}
.product-taxonomy ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  z-index: 9;
  color: var(--color-white);
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .product-taxonomy ul li a span {
    font-size: 36px;
  }
}
.product-taxonomy ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 7;
  border-radius: 10px;
}
.product-taxonomy ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(31, 31, 31, 0.9) 0%, rgba(31, 31, 31, 0.9) 20%, rgba(31, 31, 31, 0.85) 26.67%, rgba(32, 32, 32, 0.77) 33.33%, rgba(33, 33, 33, 0.667) 40%, rgba(34, 34, 34, 0.557) 46.67%, rgba(35, 35, 35, 0.443) 53.33%, rgba(36, 36, 36, 0.333) 60%, rgba(37, 37, 37, 0.23) 66.67%, rgba(38, 38, 38, 0.15) 73.33%, rgba(39, 39, 39, 0.082) 80%, rgba(39, 39, 39, 0.035) 86.67%, rgba(39, 39, 39, 0.008) 93.33%, rgba(39, 39, 39, 0) 100%);
  z-index: 8;
  transition: all 0.3s ease-in-out;
}
.product-taxonomy ul li a.active::before {
  background: rgba(26, 59, 118, 0.9);
}

#filter-title {
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  #filter-title {
    padding: 60px 0 0;
  }
}
#filter-title .avi-section-title {
  display: none;
}

.product-filtered-items {
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
  display: grid;
  grid-gap: 30px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .product-filtered-items {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
}
.product-filtered-items .product-filtered-item {
  display: none;
}

.grid-item {
  height: 100%;
}
.grid-item article {
  height: 100%;
  border-radius: 8px;
}
.grid-item article .grid-item__thumb {
  display: block;
  border-radius: 8px 8px 0 0;
}
.grid-item article .grid-item__thumb a {
  position: relative;
  width: 100%;
  min-height: 406px;
  text-align: center;
  line-height: 406px;
}
.grid-item article .grid-item__thumb a img {
  border-radius: 8px 8px 0 0;
}
.grid-item article .grid-item__thumb a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 20px 0 rgba(240, 240, 240, 0.7);
}
.grid-item article .grid-item__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .grid-item article .grid-item__title {
    font-size: 22px;
  }
}
.grid-item article .grid-item__meta {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.grid-item article .grid-item__meta span {
  font-weight: 600;
}
.grid-item article .grid-item__meta a {
  font-weight: 500;
}
.grid-item article .grid-item__price {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 0px;
}
.grid-item article .grid-item__desc {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-dark);
}
.grid-item article .avi-product-item__content {
  padding: 30px 0px;
}

/*-------------------
  Career Archive Styles
---------------------*/
.section-career-archive {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .section-career-archive {
    padding: 80px 0;
  }
}

.avi_block-career-archive {
  display: grid;
  gap: 30px;
}
.avi_block-career-archive .career-article-item {
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: 5fr 1fr;
  padding: 30px 10px;
  border-radius: 10px;
  background: var(--bg-light-color);
}
@media only screen and (min-width: 768px) {
  .avi_block-career-archive .career-article-item {
    grid-template-columns: 3fr 1fr;
    padding: 30px 40px;
  }
}
.avi_block-career-archive .career-article-item .avi-bx-title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .avi_block-career-archive .career-article-item .avi-bx-title {
    font-size: 28px;
  }
}
.avi_block-career-archive .career-article-item .avi-bx-location {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .avi_block-career-archive .career-article-item .avi-bx-location {
    font-size: 16px;
  }
}
.avi_block-career-archive .career-article-item .section-btn {
  text-align: right;
}
.avi_block-career-archive .career-article-item .section-btn a.avi-btn {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 14px 22px 14px;
  border-radius: 6px;
  text-transform: capitalize;
  border: 1px solid var(--color-primary);
}
.avi_block-career-archive .career-article-item .section-btn a.avi-btn:hover {
  color: var(--color-primary);
  background: transparent;
  border-color: var(--color-primary);
}
@media only screen and (min-width: 768px) {
  .avi_block-career-archive .career-article-item .section-btn a.avi-btn {
    display: inline-block;
  }
}
.avi_block-career-archive .career-article-item .section-btn .avi-btn-icon {
  display: block;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .avi_block-career-archive .career-article-item .section-btn .avi-btn-icon {
    display: none;
    visibility: hidden;
  }
}

/*-------------------
  Projects Styles
---------------------*/
.section-avi-projects-content {
  padding: 60px 0;
}

.projects-content-wrap .projects-item {
  display: grid;
  grid-gap: 30px;
  width: 100%;
  margin: 0 auto 40px;
  border-radius: 4px;
  background-color: var(--bg-light-color);
  min-height: 450px;
}
@media only screen and (min-width: 768px) {
  .projects-content-wrap .projects-item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: start;
  }
}
.projects-content-wrap .projects-item__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 0px 20px 30px;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .projects-content-wrap .projects-item__content {
    order: 0;
    padding: 40px;
    justify-content: space-between;
  }
}
.projects-content-wrap .projects-item__content .projects-desc {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-dark);
}
.projects-content-wrap .projects-item__content .projects-title {
  font-weight: 700;
}
.projects-content-wrap .projects-item__image {
  position: relative;
  height: 100%;
  order: 0;
}
@media only screen and (min-width: 768px) {
  .projects-content-wrap .projects-item__image {
    order: 2;
  }
}
.projects-content-wrap .projects-item__image a img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .projects-content-wrap .projects-item__image a img {
    border-radius: 0px 4px 4px 0;
  }
}
.projects-content-wrap .projects-item__image .poup-action_img {
  display: inline-block;
  position: absolute;
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0px;
  padding: 2px;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .projects-content-wrap .projects-item__image .poup-action_img {
    right: 20px;
    bottom: 20px;
  }
}
.projects-content-wrap .projects-item__image .see-more__btn {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--color-white);
  padding: 8px 20px;
  background-color: var(--color-primary);
  border-radius: 4px;
  z-index: 9;
}
.projects-content-wrap .projects-item__image .featured-projects--item__thumb,
.projects-content-wrap .projects-item__image .featured-projects--item__thumb a.projects-thumb,
.projects-content-wrap .projects-item__image .avi-projects-gallery__item {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .projects-content-wrap .projects-item:nth-child(2n) .projects-item__content {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .projects-content-wrap .projects-item:nth-child(2n) .projects-item__image {
    order: 1;
  }
  .projects-content-wrap .projects-item:nth-child(2n) .projects-item__image a img {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .projects-content-wrap .projects-item:nth-child(2n) .projects-item__image a img {
    border-radius: 4px 0px 0px 4px;
  }
}

/*=======================================================================
3. Template Styles
=========================================================================*/
/*=======================================================================
4.Header Styles 
=========================================================================*/
.avi-main-header {
  position: relative;
  margin-bottom: -135px;
  z-index: 999;
  padding: 50px 0 20px;
}
.avi-main-header .site-branding a img {
  max-width: 65%;
}
@media only screen and (min-width: 768px) {
  .avi-main-header .site-branding a img {
    max-width: 100%;
  }
}
.avi-main-header.navbar-sticky {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  padding: 10px 0px;
  transition: 0.4s ease-in-out;
  animation: slideDown 0.35s ease-out;
  background-color: var(--color-primary);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
}
.avi-main-header.navbar-sticky .site-branding a img {
  max-height: 55px;
}
@media only screen and (min-width: 768px) {
  .avi-main-header.navbar-sticky {
    padding: 20px 0;
  }
}
.avi-main-header.navbar-sticky #navbar_toggle {
  background-color: var(--color-white);
}
.avi-main-header.navbar-sticky #navbar_toggle .toggle-icon .toggle-line {
  background-color: var(--color-primary);
}

body:not(.home, .single, .archive, .page-template-default, .search) header.avi-main-header {
  margin-bottom: 0px;
  background: var(--color-primary);
}
body:not(.home, .single, .archive, .page-template-default, .search) header.avi-main-header #navbar_toggle {
  background-color: var(--color-white);
}
body:not(.home, .single, .archive, .page-template-default, .search) header.avi-main-header #navbar_toggle .toggle-icon .toggle-line {
  background-color: var(--color-primary);
}

body:is(.single-product, .error404) .avi-main-header {
  margin-bottom: 0px;
  padding: 20px 0 20px;
}

/*-------------------------
   Navigation Styles
-------------------------*/
.avi-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#navbar_toggle {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: var(--color-primary);
  align-content: flex-start;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #navbar_toggle {
    width: 60px;
    height: 60px;
  }
}
#navbar_toggle .toggle-icon {
  --width-icon: 25px;
  margin-right: 0px;
}
#navbar_toggle .toggle-icon .toggle-line {
  position: relative;
  height: 2px;
  background-color: var(--color-white);
  width: 25px;
  transition: 0.5s;
}
#navbar_toggle .toggle-icon .toggle-line:not(:first-child) {
  margin-top: 5px;
}
#navbar_toggle .toggle-icon .toggle-line:nth-of-type(1), #navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
  transform: scaleX(0.5);
}
#navbar_toggle .toggle-icon .toggle-line:nth-of-type(2) {
  width: var(--width-icon);
}
#navbar_toggle .toggle-icon .toggle-line:nth-of-type(1) {
  transform-origin: left;
}
#navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
  transform-origin: right;
}
#navbar_toggle .toggle-text {
  position: relative;
  --animate-trans: translateY(5px) rotateX(75deg);
  min-width: 43px;
}
#navbar_toggle .toggle-text .text-open, #navbar_toggle .toggle-text .text-close {
  position: absolute;
  top: 0;
  left: 0;
}
#navbar_toggle .toggle-text .text-open .char, #navbar_toggle .toggle-text .text-close .char {
  opacity: 0;
  visibility: hidden;
  transform: var(--animate-trans);
}
#navbar_toggle .toggle-text .text-open, #navbar_toggle .toggle-text .text-close, #navbar_toggle .toggle-text .text-menu {
  overflow: hidden;
  will-change: transform;
}
#navbar_toggle .toggle-text .text-open .char, #navbar_toggle .toggle-text .text-close .char, #navbar_toggle .toggle-text .text-menu .char {
  will-change: transform;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 91ms;
}
#navbar_toggle:hover .toggle-line {
  --trans-icon: scale(0.2, 1.7);
}
#navbar_toggle:hover .toggle-line:nth-of-type(1), #navbar_toggle:hover .toggle-line:nth-of-type(2), #navbar_toggle:hover .toggle-line:nth-of-type(3) {
  transform: var(--trans-icon);
  border-radius: 3px;
}
#navbar_toggle:hover .toggle-line:nth-of-type(1) {
  transform: var(--trans-icon) translateY(4px);
}
#navbar_toggle:hover .toggle-line:nth-of-type(3) {
  transform: var(--trans-icon) translateY(-4px);
}
#navbar_toggle:hover .text-menu .char {
  opacity: 0;
  visibility: hidden;
  transform: var(--animate-trans);
}
#navbar_toggle:hover:not(.open) .text-open .char, #navbar_toggle:hover.open .text-close .char {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.avi-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: -300px;
  width: 320px;
  max-width: calc(100% - 30px);
  background: rgb(26, 59, 118);
  height: 100%;
  flex-flow: column;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  padding: 20px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 5% 2% 5%;
  height: 100%;
  overflow-y: scroll;
  right: -600px;
  width: 600px;
  animation-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s ease;
}
.avi-offcanvas-wrapper .offcanvas-close {
  position: relative;
}
.avi-offcanvas-wrapper .offcanvas-close i {
  cursor: pointer;
  font-size: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--color-white);
  border-radius: 100%;
}
.avi-offcanvas-wrapper .offcanvas-close i::before {
  margin-left: 8px;
}
.avi-offcanvas-wrapper.active {
  opacity: 1;
  right: 0px;
  visibility: visible;
}
.avi-offcanvas-wrapper .avi-offcanvas__body {
  flex: 1 1 auto;
}

.avi-popup-modal-overlay {
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  left: auto;
  right: -300px;
  visibility: hidden;
  z-index: -1;
  background: rgba(26, 59, 118, 0.5);
  transition: width 0.3s ease;
  display: none;
  opacity: 0.75;
}
.avi-popup-modal-overlay.modal-active {
  display: block;
  right: 0;
  width: 100vw;
  visibility: visible;
  z-index: 7;
}

/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.avi-offcanvas-wrapper .avi-offcanvas__header {
  display: flex;
  border-bottom: none;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.avi-offcanvas-wrapper .avi-offcanvas__header .logo a img {
  width: 65%;
}
.avi-offcanvas-wrapper .avi-offcanvas__header .logo a img.logo-dark {
  display: none;
}
.avi-offcanvas-wrapper .avi-offcanvas__header .logo a img.logo-light {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .avi-offcanvas-wrapper .avi-offcanvas__header .logo a img {
    width: 100%;
  }
}
.avi-offcanvas-wrapper .avi-offcanvas__header .close-button {
  background: var(--color-white);
  border: 0 none;
  color: var(--color-heading);
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  transition: var(--transition);
}
.avi-offcanvas-wrapper .avi-offcanvas__header .close-button:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.avi-offcanvas-wrapper .avi-offcanvas__body .avi-menu-wrapper {
  display: none;
  visibility: hidden;
}
.avi-offcanvas-wrapper .avi-offcanvas__body .avi-menu-wrapper-mobile {
  display: block;
  visibility: visible;
}
@media only screen and (min-width: 1200px) {
  .avi-offcanvas-wrapper .avi-offcanvas__body .avi-menu-wrapper {
    display: block;
    visibility: visible;
  }
  .avi-offcanvas-wrapper .avi-offcanvas__body .avi-menu-wrapper-mobile {
    display: none;
    visibility: hidden;
  }
}
.avi-offcanvas-wrapper .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 20px;
}
.avi-offcanvas-wrapper .main-menu li {
  margin: 0;
}
.avi-offcanvas-wrapper .main-menu li a {
  padding: 12px 0;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white) !important;
}
@media only screen and (min-width: 768px) {
  .avi-offcanvas-wrapper .main-menu li a {
    font-size: 20px;
  }
}
.avi-offcanvas-wrapper .main-menu li a.active {
  color: var(--color-white) !important;
}
.avi-offcanvas-wrapper .main-menu li.current-menu-item a {
  color: var(--color-white) !important;
}
.avi-offcanvas-wrapper .main-menu .menu-item-has-children .sub-menu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.avi-offcanvas-wrapper .main-menu .menu-item-has-children .sub-menu li a {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
}
@media only screen and (min-width: 768px) {
  .avi-offcanvas-wrapper .main-menu .menu-item-has-children .sub-menu li a {
    font-size: 18px;
  }
}
.avi-offcanvas-wrapper .main-menu .menu-item-has-children .sub-menu li a.active {
  color: var(--color-white) !important;
}
.avi-offcanvas-wrapper .main-menu .menu-item-has-children a {
  position: relative;
}
.avi-offcanvas-wrapper .main-menu .menu-item-has-children a > span.nav-link-text {
  display: inline-block;
  width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) {
  .avi-offcanvas-wrapper .main-menu .menu-item-has-children a > span.nav-link-text {
    width: calc(100% - 150px);
  }
}
.avi-offcanvas-wrapper .main-menu .menu-item-has-children a > span.sub-menu-arrow {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 6px;
  min-width: 80px;
  text-align: right;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .avi-offcanvas-wrapper .main-menu .menu-item-has-children a > span.sub-menu-arrow {
    min-width: 150px;
    text-align: right;
  }
}
.avi-offcanvas-wrapper .main-menu .menu-item-has-children a > span.sub-menu-arrow.active {
  transform: rotate(90deg);
}
.avi-offcanvas-wrapper .main-menu .menu-item-has-children a > span.sub-menu-arrow svg {
  transition: transform 0.3s ease-in-out;
  max-height: 24px;
}
.avi-offcanvas-wrapper .main-menu .menu-item-has-children.active svg {
  transform: rotate(90deg);
  max-height: 24px;
}
.avi-offcanvas-wrapper .main-menu .mega-menu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.avi-offcanvas-wrapper .main-menu .mega-menu > li .menu-title {
  margin-bottom: 5px;
  padding-top: 15px;
}
.avi-offcanvas-wrapper .main-menu .mega-menu .sub-menu {
  padding: 0;
  margin: 0;
  display: block;
}

/*-------------------------
   CTA Styles
-------------------------*/
.avi-cat {
  position: relative;
  z-index: 7;
  margin-bottom: -200px;
}
@media only screen and (min-width: 768px) {
  .avi-cat {
    margin-bottom: -160px;
  }
}
.avi-cat .avi-cta__wrapper {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  background-color: #fff;
  background-position: 7px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 30px rgba(26, 46, 85, 0.1);
  display: grid;
  grid-gap: 30px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .avi-cat .avi-cta__wrapper {
    padding: 30px 25px;
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .avi-cat .avi-cta__wrapper {
    padding: 50px 80px;
    grid-template-columns: 2fr 2fr;
    align-items: center;
  }
}
.avi-cat .avi-cta__wrapper::after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  bottom: -36px;
  right: -123px;
  width: 40%;
  height: 100%;
  background-image: url(/wp-content/themes/avionics/assets/images/dots-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  overflow: hidden;
  z-index: 0;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .avi-cat .avi-cta__wrapper::after {
    bottom: 97px;
    right: -66px;
    background-size: auto;
    width: 200px;
    height: 100%;
  }
}
.avi-cat .avi-cta__wrapper .avi-cta__content-title {
  color: var(--color-primary);
}
.avi-cat .avi-cta__wrapper .avi-cta__btn-wrap {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .avi-cat .avi-cta__wrapper .avi-cta__btn-wrap {
    text-align: right;
  }
}
.avi-cat .avi-cta__wrapper .avi-cta__btn-wrap a .btn-title {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .avi-cat .avi-cta__wrapper .avi-cta__btn-wrap a .btn-title {
    padding: 13px 25px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .avi-cat .avi-cta__wrapper .avi-cta__btn-wrap a .btn-title {
    padding: 19px 50px;
    font-size: 18px;
  }
}

/*-------------------------
   Footer Styles
-------------------------*/
.avi-footer {
  position: relative;
  z-index: 3;
}
.avi-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 59, 118, 0.1);
  z-index: 0;
}
.avi-footer .avi-footer-widget-wrapper {
  display: grid;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .avi-footer .avi-footer-widget-wrapper {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .avi-footer .avi-footer-widget-wrapper {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.avi-footer .footer-top {
  position: relative;
  padding: 275px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .avi-footer .footer-top {
    padding: 275px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .avi-footer .footer-top {
    padding: 260px 0 0;
  }
}
.avi-footer .avi-footer-widget.footer-one {
  max-width: 85%;
}
.avi-footer .avi-footer-widget.footer-one .wp-block-image {
  margin-bottom: 30px;
}
.avi-footer .avi-footer-widget.footer-one .wp-block-image img {
  max-width: 70%;
}
@media only screen and (max-width: 479px) {
  .avi-footer .avi-footer-widget.footer-one .wp-block-image img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .avi-footer .avi-footer-widget.footer-one {
    max-width: 100%;
  }
}
.avi-footer .avi-footer-widget.footer-three {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .avi-footer .avi-footer-widget.footer-three {
    max-width: 100%;
  }
}
.avi-footer .avi-footer-widget .footer-brand-logo {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  padding-left: 0;
}
.avi-footer .avi-footer-widget .footer-brand-logo li {
  padding: 0px 20px 0px 0;
}
.avi-footer .avi-footer-widget .footer-brand-logo li img {
  width: 100%;
  max-width: 100%;
}
.avi-footer.footer-style-2 {
  background-image: url(/wp-content/themes/avionics/assets/images/dot-map-svg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  overflow: hidden;
}
.avi-footer.footer-style-2 .footer-top .avi-footer-widget .widget-title {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
.avi-footer .description {
  margin-top: 20px;
  margin-bottom: 20px;
}
.avi-footer .information-list {
  padding-left: 0;
}
.avi-footer .information-list li {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.avi-footer .information-list li div {
  padding-left: 10px;
}
.avi-footer .information-list li div span {
  display: block;
  text-align: left;
}
.avi-footer .information-list li span {
  font-weight: 500;
  margin-right: 5px;
}
.avi-footer .information-list li span i {
  border: 1px solid var(--color-border);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 16px;
  color: var(--color-body);
  transition: 0.3s;
  text-align: center;
}
.avi-footer .information-list li span i:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.avi-footer .information-list li a {
  transition: 0.3s;
}
.avi-footer .information-list li + li {
  margin-top: 5px;
}
.avi-footer .information-list li:hover a {
  color: var(--color-primary);
}
.avi-footer .avi-footer-widget {
  position: relative;
  z-index: 1;
}
.avi-footer .avi-footer-widget .logo a img.logo-light {
  display: inline-block;
}
.avi-footer .avi-footer-widget .inner {
  margin-top: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .avi-footer .avi-footer-widget .inner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .avi-footer .avi-footer-widget .inner {
    margin-top: 20px;
  }
}
.avi-footer .avi-footer-widget .menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.avi-footer .avi-footer-widget .menu li {
  margin-top: 0;
  margin-bottom: 0;
}
.avi-footer .avi-footer-widget .menu li a {
  display: block;
  line-height: 26px;
  color: rgba(26, 59, 118, 0.8);
  font-weight: 500;
}
.avi-footer .avi-footer-widget .menu li + li {
  margin-top: 11px;
}
.avi-footer .avi-footer-widget .menu li:hover a {
  color: var(--color-primary);
}
.avi-footer .avi-footer-widget .gform_wrapper.gravity-theme .gform-body.gform_body input[type=email] {
  color: #666;
  background-color: transparent;
  border-radius: 8px !important;
  border: 1px solid rgba(26, 59, 118, 0.8);
  font-size: var(--font-size-b1);
  font-weight: 400;
  padding: 9px 15px;
  height: auto;
  width: 100%;
  box-shadow: 0 2px 2px -2px rgba(31, 27, 45, 0.08), 0 4px 12px rgba(31, 27, 45, 0.08);
}
.avi-footer .avi-footer-widget .gform_wrapper.gravity-theme .gform-body.gform_body input[type=email]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
.avi-footer .avi-footer-widget .gform_wrapper.gravity-theme .gform-body.gform_body input[type=email]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
.avi-footer .avi-footer-widget .gform_wrapper.gravity-theme .gform-body.gform_body input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
}
.avi-footer .avi-footer-widget .gform_wrapper.gravity-theme .gform-body.gform_body input[type=email]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808080;
}
@media only screen and (min-width: 768px) {
  .avi-footer .avi-footer-widget .gform_wrapper.gravity-theme .gform-body.gform_body input[type=email] {
    padding: 16px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .avi-footer .avi-footer-widget .input-group {
    margin-bottom: 35px;
  }
}
.avi-footer .avi-footer-widget .input-group .form-control {
  background-color: transparent;
  border-radius: 8px !important;
  border: 1px solid rgba(26, 59, 118, 0.8);
  font-size: var(--font-size-b1);
  font-weight: 400;
  height: auto;
  padding: 16px 15px;
  width: 100%;
  box-shadow: 0 2px 2px -2px rgba(31, 27, 45, 0.08), 0 4px 12px rgba(31, 27, 45, 0.08);
}
.avi-footer .avi-footer-widget .input-group .gform_wrapper.gravity-theme .gform_footer.before input,
.avi-footer .avi-footer-widget .input-group .gform_wrapper.gravity-theme .gform_footer .gform_image_button,
.avi-footer .avi-footer-widget .input-group button {
  margin-left: 10px !important;
  border-radius: 5px !important;
  position: absolute;
  left: auto;
  right: 5px;
  top: 6px;
  height: 44px;
  line-height: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .avi-footer .avi-footer-widget .input-group .gform_wrapper.gravity-theme .gform_footer.before input,
  .avi-footer .avi-footer-widget .input-group .gform_wrapper.gravity-theme .gform_footer .gform_image_button,
  .avi-footer .avi-footer-widget .input-group button {
    top: 6px;
  }
}
.avi-footer .avi-footer-widget .input-group .gform_wrapper.gravity-theme .gform_footer.before input i,
.avi-footer .avi-footer-widget .input-group .gform_wrapper.gravity-theme .gform_footer .gform_image_button i,
.avi-footer .avi-footer-widget .input-group button i {
  padding-left: 0;
}
.avi-footer .avi-footer-widget.explore-widget {
  margin-left: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .avi-footer .avi-footer-widget.explore-widget {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .avi-footer .avi-footer-widget.explore-widget {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .avi-footer .avi-footer-widget.explore-widget {
    margin-left: 0;
  }
}
.avi-footer .avi-footer-widget .input-group.footer-subscription-form {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .avi-footer .avi-footer-widget .input-group.footer-subscription-form {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .avi-footer .avi-footer-widget .input-group.footer-subscription-form .form-control {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
  }
}
.avi-footer .avi-footer-widget .input-group.footer-subscription-form .gform_wrapper.gravity-theme .gform_footer .gform_image_button,
.avi-footer .avi-footer-widget .input-group.footer-subscription-form .gform_wrapper.gravity-theme .gform_footer.before input,
.avi-footer .avi-footer-widget .input-group.footer-subscription-form button {
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  border-radius: 0.4px;
  color: #000;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: unset;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  padding: 9px;
}
.avi-footer .avi-footer-widget .input-group.footer-subscription-form .gform_wrapper.gravity-theme .gform_footer .gform_image_button i,
.avi-footer .avi-footer-widget .input-group.footer-subscription-form .gform_wrapper.gravity-theme .gform_footer.before input i,
.avi-footer .avi-footer-widget .input-group.footer-subscription-form button i {
  position: relative;
  display: block;
  margin-left: -8px;
  color: #f8f8f8;
  margin-top: -4px;
  margin-left: -10px;
}
@media only screen and (max-width: 479px) {
  .avi-footer .avi-footer-widget .input-group.footer-subscription-form .gform_wrapper.gravity-theme .gform_footer .gform_image_button,
  .avi-footer .avi-footer-widget .input-group.footer-subscription-form .gform_wrapper.gravity-theme .gform_footer.before input,
  .avi-footer .avi-footer-widget .input-group.footer-subscription-form button {
    margin-left: 0px !important;
  }
}
.avi-footer .avi-footer-widget .input-group.footer-subscription-form .gform_wrapper.gravity-theme .gform_footer .gform_image_button:hover,
.avi-footer .avi-footer-widget .input-group.footer-subscription-form .gform_wrapper.gravity-theme .gform_footer.before input:hover,
.avi-footer .avi-footer-widget .input-group.footer-subscription-form button:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  box-shadow: 0 4px 4px 0.2px rgba(26, 59, 118, 0.1), 0 6px 12px -2px rgba(26, 59, 118, 0.4);
}
.avi-footer.footer-dark .widget-title {
  color: var(--color-white);
  font-weight: 700;
}
.avi-footer.footer-dark p {
  color: var(--color-primary);
}
.avi-footer.footer-dark li {
  color: var(--color-primary);
}
.avi-footer.footer-dark a {
  color: var(--color-primary);
}
.avi-footer .avi-footer-bottom-text {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .avi-footer .avi-footer-bottom-text p {
    font-size: 14px;
  }
}

.copyright-area {
  position: relative;
  padding: 32px 0;
  z-index: 3;
}
.copyright-area p {
  margin-bottom: 0;
}
.copyright-area .footer-bottom-content {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 25px;
  display: grid;
  align-items: center;
  row-gap: 20px;
}
.copyright-area .footer-bottom-content p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .copyright-area .footer-bottom-content {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-top: 25px;
  }
  .copyright-area .footer-bottom-content p:first-child {
    text-align: left;
  }
  .copyright-area .footer-bottom-content p:last-child {
    text-align: right;
  }
}

.footer-bottom-content .avi-copyright {
  font-size: 14px;
}
.footer-bottom-content .avi-copyright a {
  font-size: 14px;
}
.footer-bottom-content .avi-std-dev {
  font-size: 14px;
}
.footer-bottom-content .avi-std-dev a {
  font-size: 14px;
}

/*=======================================================================
5.Blog Styles 
=========================================================================*/
/*-------------------------
    Blog Styles  
---------------------------*/
.article-grid-col {
  display: grid;
  grid-gap: 30px;
  width: 100%;
  margin: 40px auto 60px;
  border-radius: 4px;
  min-height: 450px;
}
@media only screen and (min-width: 768px) {
  .article-grid-col.col-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    align-items: start;
  }
}
@media only screen and (min-width: 768px) {
  .article-grid-col.col-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    align-items: start;
  }
}
@media only screen and (min-width: 768px) {
  .article-grid-col.col-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    align-items: start;
  }
}
.article-grid-col .avi-post-item {
  visibility: visible;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.article-grid-col .avi-post-item.hide {
  display: none;
  visibility: hidden;
}
.article-grid-col .post-thumbnail {
  display: block;
}
.article-grid-col .post-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-grid-col .entry-title {
  font-size: 22px;
  font-weight: 600px;
  line-height: 32px;
}
.article-grid-col .entry-content {
  flex: 1 1 auto;
  color: var(--color-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.article-grid-col .entry-content p {
  color: var(--color-dark);
}
.article-grid-col .entry-content a {
  color: var(--color-primary);
}
.article-grid-col .content-header {
  margin-top: 40px;
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.article-grid-col .content-header .stdl-read-time span,
.article-grid-col .content-header .stdl-read-time a,
.article-grid-col .content-header .grid-item__meta span,
.article-grid-col .content-header .grid-item__meta a {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.article-grid-col .content-header .stdl-read-time a,
.article-grid-col .content-header .grid-item__meta a {
  font-weight: 600;
  letter-spacing: 1.89px;
}
.article-grid-col .content-header .stdl-read-time {
  position: relative;
}
.article-grid-col .content-header .stdl-read-time span {
  color: rgba(20, 20, 20, 0.62);
}
.article-grid-col .content-header .stdl-read-time::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--color-primary);
}
.article-grid-col .grid-item-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.article-grid-col .grid-item-meta a,
.article-grid-col .grid-item-meta span {
  color: #989898;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.89px;
}
.avi-filterable-menu {
  margin-top: 25px;
}
.avi-filterable-menu .avi-filterable-menu {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .avi-filterable-menu .avi-filterable-menu {
    gap: 20px;
  }
}
.avi-filterable-menu .avi-filterable-menu li {
  color: #989898;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 6px 12px;
  background: transparent;
  border-radius: 20px;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .avi-filterable-menu .avi-filterable-menu li {
    font-size: 16px;
    padding: 8px 15px;
  }
}
.avi-filterable-menu .avi-filterable-menu li:hover, .avi-filterable-menu .avi-filterable-menu li.active {
  color: var(--color-white);
  background: var(--color-primary);
}

/*=======================================================================
6.Template Style
=========================================================================*/
/* =============
page 
===================*/
.avionics-page-banner {
  background-color: transparent;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  position: relative;
  height: auto;
  text-align: left;
  display: -moz-flex;
  display: flex;
  -moz-align-items: left;
  align-items: left;
  -moz-justify-content: left;
  justify-content: left;
  padding: 175px 0 20px;
}
@media only screen and (min-width: 768px) {
  .avionics-page-banner {
    padding: 300px 0 30px;
  }
}
.avionics-page-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(148.25deg, rgba(26, 59, 118, 0.02) 16.46%, rgba(26, 59, 118, 0.09) 89.85%);
  content: "";
  opacity: 0.7;
}
.avionics-page-banner .avionics-page-banner-wrapper {
  position: relative;
  z-index: 3;
}
.avionics-page-banner .avionics-page-banner-wrapper .page-title {
  font-size: 32px;
  line-height: 1.2;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .avionics-page-banner .avionics-page-banner-wrapper .page-title {
    line-height: 1.5;
    font-size: 45px;
  }
}

.avionics-team-image .uagb-ifb-image-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 320px !important;
}
@media (min-width: 460px) {
  .avionics-team-image .uagb-ifb-image-content img {
    height: 400px !important;
  }
}
@media (min-width: 768px) {
  .avionics-team-image .uagb-ifb-image-content img {
    height: 320px !important;
  }
}

/* =============
Archive page
===================*/
.avi-archive {
  padding: 0px 0 0;
}
@media only screen and (min-width: 768px) {
  .avi-archive {
    padding: 0px 0 60px;
  }
}
.avi-archive .product-desc p {
  font-size: 18px;
}

.archive-items {
  display: grid;
  grid-gap: 25px;
  height: auto;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .archive-items {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .archive-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-items .avi-product-item {
  position: relative;
  padding: 20px 25px;
  overflow: hidden;
  background-color: var(--bg-light-color);
  border-radius: 8px;
  border: 1px solid #f8f8f8;
}
.archive-items .avi-product-item__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: -30px -30px 0px;
}
@media only screen and (max-width: 767px) {
  .archive-items .avi-product-item__thumb {
    margin: -25px -20px 0px;
  }
}
.archive-items .avi-product-item__thumb a {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.archive-items .avi-product-item__thumb a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(31, 31, 31, 0.9) 0%, rgba(31, 31, 31, 0.9) 20%, rgba(31, 31, 31, 0.85) 26.67%, rgba(32, 32, 32, 0.77) 33.33%, rgba(33, 33, 33, 0.667) 40%, rgba(34, 34, 34, 0.557) 46.67%, rgba(35, 35, 35, 0.443) 53.33%, rgba(36, 36, 36, 0.333) 60%, rgba(37, 37, 37, 0.23) 66.67%, rgba(38, 38, 38, 0.15) 73.33%, rgba(39, 39, 39, 0.082) 80%, rgba(39, 39, 39, 0.035) 86.67%, rgba(39, 39, 39, 0.008) 93.33%, rgba(39, 39, 39, 0) 100%);
  z-index: 3;
}
.archive-items .avi-product-item__thumb a img {
  border-radius: 8px;
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.45, 1);
}
.archive-items .avi-product-item__title {
  padding: 20px 0;
}
.archive-items .avi-product-item__title a {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-primary);
}
.archive-items .avi-product-item__title a:hover {
  color: var(--color-primary);
}
.archive-items .avi-product-item__content p {
  font-size: 18px;
  font-weight: 400;
}
.archive-items .avi-product-item:hover .avi-product-item__thumb a img {
  transform: scale(1.1);
}

/* =============
Single Post
===================*/
.avi-content-wrap {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .avi-content-wrap {
    padding: 100px 0;
  }
}

.avi-post-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.avi-post-item .post-thumbnail img {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}
.avi-post-item .entry-header {
  margin: 30px 0 15px;
}
.avi-post-item .entry-meta {
  display: flex;
  gap: 25px;
}
.avi-post-item .entry-meta span i {
  display: inline-block;
  margin-right: 6px;
}
.avi-post-item .entry-meta .byline,
.avi-post-item .entry-meta .posted-on {
  background: var(--color-primary);
  padding: 2px 12px;
  border-radius: 25px;
  display: inline-block;
}
.avi-post-item .entry-meta .byline i,
.avi-post-item .entry-meta .posted-on i {
  font-size: 14px;
  color: #f6f9fe;
}
.avi-post-item .entry-meta .byline a,
.avi-post-item .entry-meta .posted-on a {
  font-size: 14px;
  color: #f6f9fe;
}

.single-news-wrapper {
  position: relative;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .single-news-wrapper {
    padding: 100px 0;
  }
}
.single-news-wrapper .single-news {
  padding-bottom: 40px;
}
.single-news-wrapper .before-single-header {
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.single-news-wrapper .before-single-header .stdl-read-time span,
.single-news-wrapper .before-single-header .stdl-read-time a,
.single-news-wrapper .before-single-header .grid-item__meta span,
.single-news-wrapper .before-single-header .grid-item__meta a {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.single-news-wrapper .before-single-header .stdl-read-time a,
.single-news-wrapper .before-single-header .grid-item__meta a {
  font-weight: 600;
  letter-spacing: 1.89px;
}
.single-news-wrapper .before-single-header .stdl-read-time {
  position: relative;
}
.single-news-wrapper .before-single-header .stdl-read-time span {
  color: rgba(20, 20, 20, 0.62);
}
.single-news-wrapper .before-single-header .stdl-read-time::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--color-primary);
}
.single-news-wrapper .after-single-header {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.single-news-wrapper .after-single-header a,
.single-news-wrapper .after-single-header span {
  color: #989898;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.89px;
}
.single-news-wrapper .single-title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .single-news-wrapper .single-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.single-news-wrapper .single-news__thumb {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .single-news-wrapper .single-news__thumb {
    margin: 50px 0;
  }
}
.single-news-wrapper .single-news__thumb img {
  width: 100%;
  max-width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.single-news-wrapper .single-news__content h1, .single-news-wrapper .single-news__content h2, .single-news-wrapper .single-news__content h3, .single-news-wrapper .single-news__content h4, .single-news-wrapper .single-news__content h5, .single-news-wrapper .single-news__content h6 {
  color: var(--color-primary);
}
.single-news-wrapper .single-news__content h1 a, .single-news-wrapper .single-news__content h2 a, .single-news-wrapper .single-news__content h3 a, .single-news-wrapper .single-news__content h4 a, .single-news-wrapper .single-news__content h5 a, .single-news-wrapper .single-news__content h6 a {
  color: var(--color-primary);
}
.single-news-wrapper .single-news__content .wp-block-heading {
  margin: 40px 0 25px;
}
.single-news-wrapper .single-news__content .wp-block-heading + .wp-block-heading {
  margin-top: 0;
}
.single-news-wrapper .single-news__content p {
  color: var(--color-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .single-news-wrapper .single-news__content p {
    font-size: 18px;
    line-height: 180%;
  }
}
.single-news-wrapper .single-news__content p:last-child {
  margin-bottom: 0;
}
.single-news-wrapper .single-news__content p a {
  color: var(--color-primary);
}
.single-news-wrapper .single-news__content p + p {
  margin-bottom: 0;
}
.single-news-wrapper .single-news__content .wp-block-image {
  text-align: center;
  margin: 40px 0;
}
.single-news-wrapper .single-news__content .wp-block-image img {
  border-radius: 8px;
}
.single-news-wrapper .single-news__content .wp-block-image + .wp-block-image {
  margin-top: 0;
}
.single-news-wrapper .single-news__content .wp-block-image figcaption {
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-style: italic;
  text-align: left;
  margin: 20px 0 0;
}
.single-news-wrapper .single-news__content .wp-block-image:last-child {
  margin-bottom: 0;
}
.single-news-wrapper .single-news__content ul li {
  position: relative;
  padding-left: 18px;
}
.single-news-wrapper .single-news__content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
}
.single-news-wrapper .single-news__content ul, .single-news-wrapper .single-news__content ol {
  margin-bottom: 26px;
}
.single-news-wrapper .single-news__content ul li, .single-news-wrapper .single-news__content ol li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 0px;
  color: var(--color-dark);
}
@media only screen and (min-width: 768px) {
  .single-news-wrapper .single-news__content ul li, .single-news-wrapper .single-news__content ol li {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* =============
Single Product
===================*/
.single-product header.avi-main-header {
  margin-bottom: 0px;
  background: var(--color-primary);
}
.single-product header.avi-main-header #navbar_toggle {
  background-color: var(--color-white);
}
.single-product header.avi-main-header #navbar_toggle .toggle-icon .toggle-line {
  background-color: var(--color-primary);
}

.product-breadcrumbs {
  padding: 10px 0;
  border-bottom: 0.5px solid rgba(26, 59, 118, 0.5);
  background: #F6F9FE;
}
.product-breadcrumbs .breadcrumbs a,
.product-breadcrumbs .breadcrumbs span {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.35px;
  color: var(--color-primary);
}
@media only screen and (min-width: 768px) {
  .product-breadcrumbs .breadcrumbs a,
  .product-breadcrumbs .breadcrumbs span {
    font-size: 18px;
  }
}
.product-breadcrumbs .breadcrumbs a {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .product-breadcrumbs {
    padding: 20px 0;
  }
}

.avi-single-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 60px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .avi-single-product-wrapper {
    padding: 70px 0;
    align-items: left;
  }
  .avi-single-product-wrapper .avi-single-product_content,
  .avi-single-product-wrapper .product-gallery-wrapper {
    flex: 0 0 auto;
    width: 45.5%;
  }
}
@media only screen and (min-width: 992px) {
  .avi-single-product-wrapper .avi-single-product_content,
  .avi-single-product-wrapper .product-gallery-wrapper {
    flex: 0 0 auto;
    width: 46.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .avi-single-product-wrapper .avi-single-product_content,
  .avi-single-product-wrapper .product-gallery-wrapper {
    flex: 0 0 auto;
    width: 47.5%;
  }
}
.avi-single-product-wrapper .product-gallery-wrapper {
  position: relative;
  overflow: hidden;
}
.avi-single-product-wrapper .product-gallery-wrapper .see-more__btn {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 100%;
  z-index: 9;
}
.avi-single-product-wrapper .product-gallery-wrapper .owl-dots {
  bottom: 75px;
}
.avi-single-product-wrapper .product-gallery-wrapper .product-gallery-carousel-wrapper {
  display: block;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .avi-single-product-wrapper .product-gallery-wrapper .product-gallery-carousel-wrapper {
    display: none;
    visibility: hidden;
  }
}
.avi-single-product-wrapper .product-gallery-wrapper .single-product-grid {
  position: relative;
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .avi-single-product-wrapper .product-gallery-wrapper .single-product-grid {
    visibility: visible;
    display: grid;
    gap: 35px;
  }
}
.avi-single-product-wrapper .product-gallery-item a {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .avi-single-product-wrapper .product-gallery-item a {
    min-height: 406px;
    text-align: center;
    line-height: 406px;
  }
}
.avi-single-product-wrapper .product-gallery-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 0 rgba(240, 240, 240, 0.5);
}
.avi-single-product-wrapper .product-gallery-item a img {
  border-radius: 4px;
}
.avi-single-product-wrapper .owl-thumbs {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.avi-single-product-wrapper .owl-thumbs button {
  border: none;
  padding: 0;
}
.avi-single-product-wrapper .owl-thumbs button img {
  max-width: 100px;
  border-radius: 4px;
}
.avi-single-product-wrapper .avi-single-product_content .grid-item__meta {
  font-size: 16px;
  line-height: 28px;
  color: rgba(20, 20, 20, 0.62);
  margin-bottom: 10px;
}
.avi-single-product-wrapper .avi-single-product_content .grid-item__meta span {
  font-weight: 600;
}
.avi-single-product-wrapper .avi-single-product_content .grid-item__meta a {
  color: rgba(20, 20, 20, 0.62);
  font-weight: 500;
  text-decoration: underline;
}
.avi-single-product-wrapper .avi-single-product_content .avi-single-product_title {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .avi-single-product-wrapper .avi-single-product_content .avi-single-product_title {
    font-size: 36px;
  }
}
.avi-single-product-wrapper .avi-single-product_content .product-description {
  padding: 10px 0 30px;
}
.avi-single-product-wrapper .avi-single-product_content .product-description p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dark);
}
.avi-single-product-wrapper .avi-single-product_content-sticky {
  position: sticky !important;
  top: 80px;
  z-index: 11;
}

.avi-single-product_aditional-info {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
}
.avi-single-product_aditional-info .product-featured_list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.avi-single-product_aditional-info .product-featured_list ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 0px;
  padding-left: 25px;
  color: var(--color-dark);
}
.avi-single-product_aditional-info .product-featured_list ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
}

.avi-single-product_aditional-text {
  padding: 0px 0 60px;
}
.avi-single-product_aditional-text .avi-section-title {
  font-size: 24px;
  margin-bottom: 0;
}
.avi-single-product_aditional-text .product-text {
  padding: 40px 0 0px;
}
.avi-single-product_aditional-text .product-text p {
  color: var(--color-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.avi-single-product_aditional-text .product-text ol,
.avi-single-product_aditional-text .product-text ul {
  margin: 20px 0;
  padding-left: 0;
}
.avi-single-product_aditional-text .product-text ol li,
.avi-single-product_aditional-text .product-text ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-dark);
  font-weight: 400;
  padding-bottom: 0px;
  padding-left: 25px;
}
.avi-single-product_aditional-text .product-text ul li {
  position: relative;
}
.avi-single-product_aditional-text .product-text ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
}
.avi-single-product_aditional-text .product-text ol {
  padding-left: 15px;
}
.avi-single-product_aditional-text .product-text ol li {
  padding-left: 10px;
}
.avi-single-product_aditional-text .product-text h1, .avi-single-product_aditional-text .product-text h2, .avi-single-product_aditional-text .product-text h3, .avi-single-product_aditional-text .product-text h4, .avi-single-product_aditional-text .product-text h5, .avi-single-product_aditional-text .product-text h6 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

.section-avi-blog.section-related-product {
  position: relative;
  background-color: var(--bg-light-color);
  padding: 60px 0 330px;
  margin-bottom: -216px;
}
@media only screen and (min-width: 768px) {
  .section-avi-blog.section-related-product {
    padding: 70px 0 210px;
    margin-bottom: -104px;
  }
}
.section-avi-blog.section-related-product .blog-carousel-wrap .owl-stage {
  padding: 20px 0;
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item {
  border-radius: 8px;
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__thumb a {
  position: relative;
  width: 100%;
  min-height: 406px;
  text-align: center;
  line-height: 406px;
  border-radius: 8px 8px 0 0;
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__thumb a img {
  border-radius: 8px 8px 0 0;
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__thumb a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  box-shadow: inset 0 0 20px 0 rgba(240, 240, 240, 0.7);
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__content {
  position: relative;
  bottom: unset;
  padding: 30px 0;
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__content .grid-item__meta {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__content .grid-item__meta span {
  font-weight: 600;
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__content .grid-item__meta a {
  font-weight: 500;
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__content .grid-item__price {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 0px;
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__title {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__title {
    font-size: 20px;
  }
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__title a {
  color: var(--color-primary);
}
.section-avi-blog.section-related-product .avi_block-blog--item .avi-blog--item__title a:hover {
  color: var(--color-primary);
}

/* =============
Single Career Post
===================*/
.single-career .single-title-wrap {
  display: grid;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .single-career .single-title-wrap {
    gap: 30px;
    grid-template-columns: 3fr 1fr;
  }
}
.single-career .single-title-wrap .section-btn {
  text-align: right;
  margin-top: 0;
}
.single-career .section-btn {
  text-align: left;
}
.single-career .section-btn a {
  text-align: center;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 12px 22px 11px;
  border-radius: 6px;
  text-transform: capitalize;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-career .section-btn a {
    font-size: 16px;
    padding: 14px 22px 14px;
    width: auto;
    max-width: 100%;
  }
}
.single-career .section-btn a:hover {
  color: var(--color-primary);
  background: transparent;
  border-color: var(--color-primary);
}
.single-career .single-page-footer {
  margin-top: 40px;
  display: grid;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .single-career .single-page-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-career .single-page-footer .director-email {
  display: flex;
  flex-direction: column;
}
.single-career .director-email {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .single-career .director-email {
    text-align: right;
  }
}
.single-career .director-email p {
  margin-bottom: 5px;
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1;
}
.single-career .director-email a {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

/* =============
Related Section
===================*/
.section-related {
  position: relative;
  background-color: var(--bg-light-color);
  padding: 60px 0;
  margin-bottom: -65px;
}
@media only screen and (min-width: 768px) {
  .section-related {
    padding: 70px 0 210px;
    margin-bottom: -105px;
  }
}
.section-related .related-news {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-related .related-news {
    padding-top: 60px;
  }
}
.section-related .related-news-carousel-wrap .owl-stage {
  padding: 20px 0;
}
.section-related .avi-post-item {
  visibility: visible;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.section-related .avi-post-item .post-thumbnail {
  display: block;
}
.section-related .avi-post-item .post-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-related .avi-post-item .entry-title {
  font-size: 22px;
  font-weight: 600px;
  line-height: 32px;
}
.section-related .avi-post-item .entry-content {
  flex: 1 1 auto;
  color: var(--color-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.section-related .avi-post-item .entry-content p {
  color: var(--color-dark);
}
.section-related .avi-post-item .entry-content a {
  color: var(--color-primary);
}
.section-related .avi-post-item .content-header {
  margin-top: 40px;
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.section-related .avi-post-item .content-header .stdl-read-time span,
.section-related .avi-post-item .content-header .stdl-read-time a,
.section-related .avi-post-item .content-header .grid-item__meta span,
.section-related .avi-post-item .content-header .grid-item__meta a {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.section-related .avi-post-item .content-header .stdl-read-time a,
.section-related .avi-post-item .content-header .grid-item__meta a {
  font-weight: 600;
  letter-spacing: 1.89px;
}
.section-related .avi-post-item .content-header .stdl-read-time {
  position: relative;
}
.section-related .avi-post-item .content-header .stdl-read-time span {
  color: rgba(20, 20, 20, 0.62);
}
.section-related .avi-post-item .content-header .stdl-read-time::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--color-primary);
}
.section-related .avi-post-item .grid-item-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.section-related .avi-post-item .grid-item-meta a,
.section-related .avi-post-item .grid-item-meta span {
  color: #989898;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.89px;
}
/* =============
Single Projects
===================*/
.projects__thumb {
  position: relative;
  padding: 40px 0;
}
.projects__thumb .featured-projects--item__thumb {
  position: relative;
  display: grid;
  grid-gap: 8px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .projects__thumb .featured-projects--item__thumb {
    grid-template-columns: 4fr 1fr 1fr;
  }
}
.projects__thumb .featured-projects--item__thumb .masonry-item-1,
.projects__thumb .featured-projects--item__thumb .masonry-item-5,
.projects__thumb .featured-projects--item__thumb .masonry-item-9,
.projects__thumb .featured-projects--item__thumb .masonry-item-13 {
  grid-column: 1;
  grid-row: 1/3;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.projects__thumb .featured-projects--item__thumb .masonry-item-1 img,
.projects__thumb .featured-projects--item__thumb .masonry-item-5 img,
.projects__thumb .featured-projects--item__thumb .masonry-item-9 img,
.projects__thumb .featured-projects--item__thumb .masonry-item-13 img {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.projects__thumb .featured-projects--item__thumb .masonry-item-2,
.projects__thumb .featured-projects--item__thumb .masonry-item-6,
.projects__thumb .featured-projects--item__thumb .masonry-item-10,
.projects__thumb .featured-projects--item__thumb .masonry-item-14 {
  grid-column: 2/4;
  grid-row: 1;
  border-top-right-radius: 4px;
}
.projects__thumb .featured-projects--item__thumb .masonry-item-2 img,
.projects__thumb .featured-projects--item__thumb .masonry-item-6 img,
.projects__thumb .featured-projects--item__thumb .masonry-item-10 img,
.projects__thumb .featured-projects--item__thumb .masonry-item-14 img {
  border-top-right-radius: 4px;
}
.projects__thumb .featured-projects--item__thumb .masonry-item-3,
.projects__thumb .featured-projects--item__thumb .masonry-item-7,
.projects__thumb .featured-projects--item__thumb .masonry-item-11,
.projects__thumb .featured-projects--item__thumb .masonry-item-15 {
  grid-column: 2;
  grid-row: 2;
}
.projects__thumb .featured-projects--item__thumb .masonry-item-4,
.projects__thumb .featured-projects--item__thumb .masonry-item-8,
.projects__thumb .featured-projects--item__thumb .masonry-item-12,
.projects__thumb .featured-projects--item__thumb .masonry-item-16 {
  grid-column: 3;
  grid-row: 2;
  border-bottom-right-radius: 4px;
}
.projects__thumb .featured-projects--item__thumb .masonry-item-4 img,
.projects__thumb .featured-projects--item__thumb .masonry-item-8 img,
.projects__thumb .featured-projects--item__thumb .masonry-item-12 img,
.projects__thumb .featured-projects--item__thumb .masonry-item-16 img {
  border-bottom-right-radius: 4px;
}
@media (max-width: 450px) {
  .projects__thumb .featured-projects--item__thumb .avi-projects-gallery__item.display-none-mobile {
    display: none;
    visibility: hidden;
  }
  .projects__thumb .featured-projects--item__thumb .avi-projects-gallery__item a.projects-thumb img {
    border-radius: 4px !important;
  }
}
.projects__thumb .featured-projects--item__thumb .projects-thumb {
  display: block;
  width: 100%;
  height: 100%;
}
.projects__thumb .featured-projects--item__thumb .projects-thumb img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow-clip-margin: content-box;
  overflow: clip;
}
.projects__thumb .featured-projects--item__thumb .poup-action_img {
  display: inline-block;
  position: absolute;
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0px;
  padding: 2px;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .projects__thumb .featured-projects--item__thumb .poup-action_img {
    right: 20px;
    bottom: 20px;
  }
}

/* =============
404 page
===================*/
body.error404 .avionics-page-banner {
  display: none;
  visibility: hidden;
}

.error-page-area {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 479px) {
  .error-page-area {
    padding: 60px 0;
  }
}
.error-page-area .avi-error {
  text-align: center;
}
.error-page-area .avi-error .thumbnail {
  margin-bottom: 60px;
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .error-page-area .avi-error .thumbnail {
    margin-bottom: 50px;
    width: 100%;
  }
}
.error-page-area .avi-error .content .title {
  font-size: 50px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .error-page-area .avi-error .content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .error-page-area .avi-error .content .title {
    font-size: 30px;
  }
}
.error-page-area .avi-error .content .subtitle {
  margin-bottom: 65px;
}
@media only screen and (max-width: 575px) {
  .error-page-area .avi-error .content .subtitle {
    margin-bottom: 50px;
  }
}
.error-page-area .avi-error .content .avi-btn i {
  padding-right: 10px;
  font-size: 16px;
  top: 1px;
}
/*# sourceMappingURL=style.css.map */
