@charset "UTF-8";
/* 
Theme Name: amiImports
Author: Shooga 
Author URI: https://shooga.ca
Version: 1.0 
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
.homeBanner_arrows_parent .homeBanner_slider_arrows .homeBanner_slider_left, .homeBanner_arrows_parent .homeBanner_slider_arrows .homeBanner_slider_right {
  height: 42px;
  width: 42px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  border: 1px solid #CDCDCD !important;
  background-color: transparent;
  color: #fff;
}
.homeBanner_arrows_parent .homeBanner_slider_arrows .homeBanner_slider_left:hover, .homeBanner_arrows_parent .homeBanner_slider_arrows .homeBanner_slider_right:hover {
  background-color: #fff;
}
.homeBanner_arrows_parent .homeBanner_slider_arrows .homeBanner_slider_left:hover::before, .homeBanner_arrows_parent .homeBanner_slider_arrows .homeBanner_slider_right:hover::before {
  color: #000;
}

.single_image_slider {
  filter: grayscale(100%) !important;
}

.contact_form .frm_form_fields .frm_submit .frm_button_submit {
  font-size: 16px !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0;
  background-color: #000;
  padding: 16px 26px !important;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.contact_form .frm_form_fields .frm_submit .frm_button_submit:hover {
  background-color: #fff;
  color: #111B1E !important;
}

.contact_form .frm_form_fields .form-field {
  margin-bottom: 18px;
}
.contact_form .frm_form_fields .frm_form_title {
  color: #000 !important;
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.contact_form .frm_form_fields .select2-container .select2-selection--single {
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #E0E0E0 !important;
}
.contact_form .frm_form_fields .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
  padding-left: 0;
}
.contact_form .frm_form_fields .select2-container .select2-selection__arrow b {
  background-image: url("images/select2_icon.svg");
  width: 10px !important;
  height: 6px !important;
  background-repeat: no-repeat;
  border: none !important;
  background-size: 100%;
}
.contact_form .frm_form_fields .select2-container .select2-selection[aria-expanded=true] .select2-selection__arrow b {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.contact_form .frm_form_fields fieldset {
  padding-bottom: 0 !important;
}
.contact_form .frm_form_fields input, .contact_form .frm_form_fields textarea {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #E0E0E0 !important;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  box-shadow: none !important;
  padding: 4px 0 8px 0 !important;
}
.contact_form .frm_form_fields input:not(textarea), .contact_form .frm_form_fields textarea:not(textarea) {
  height: 30px;
}
.contact_form .frm_form_fields input:focus, .contact_form .frm_form_fields textarea:focus {
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}
.contact_form .frm_form_fields textarea {
  height: 89px;
}
.contact_form .frm_form_fields label {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #000 !important;
  padding-bottom: 4px !important;
}
.contact_form .frm_form_fields input:-ms-input-placeholder, .contact_form .frm_form_fields textarea:-ms-input-placeholder, .contact_form .frm_form_fields .select2-selection__placeholder {
  color: #595959 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.contact_form .frm_form_fields input::placeholder, .contact_form .frm_form_fields textarea::placeholder, .contact_form .frm_form_fields .select2-selection__placeholder {
  color: #595959 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.contact_form .frm_form_fields .frm_submit .frm_button_submit {
  margin: 0 !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: none;
}

body {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100svh;
}
body p {
  margin: 0 0 20px 0;
}
body h1, body h2, body h3, body h4 {
  margin: 0 0 20px 0 !important;
}

.home .elementor-location-header .first_header {
  background-color: transparent !important;
}
.home .elementor-location-header .first_header nav ul.elementor-nav-menu li a {
  color: #fff !important;
}
.home .elementor-location-header .first_header div.elementor-button-wrapper:hover a.elementor-button {
  background-color: #000;
  border-color: #fff;
}
.home .elementor-location-header .first_header div.elementor-button-wrapper:hover a.elementor-button span.elementor-button-text {
  color: #fff;
}
.home .elementor-location-header .first_header div.elementor-button-wrapper a.elementor-button {
  background-color: #fff;
  border-color: #fff;
}
.home .elementor-location-header .first_header div.elementor-button-wrapper a.elementor-button span.elementor-button-text {
  color: #000;
}
.home .second_header {
  background-color: transparent !important;
}

body:not(.elementor-editor-active) .elementor-location-header {
  position: sticky !important;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 9999 !important;
}
body:not(.elementor-editor-active) .elementor-location-header #open_div {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
body:not(.elementor-editor-active) .elementor-location-header #open_div.transform_dropdown_menu {
  background-color: #fff;
}
body:not(.elementor-editor-active) .elementor-location-header #open_div.transform_dropdown_menu nav ul a {
  color: #000;
}
body:not(.elementor-editor-active) .elementor-location-header #open_div.transform_dropdown_menu nav ul a:hover {
  color: #F41823;
}
body:not(.elementor-editor-active) .elementor-location-header #open_div.transform_dropdown_menu nav ul a.elementor-item-active {
  color: #F41823;
}
body:not(.elementor-editor-active) .elementor-location-header #open_div.transform_dropdown_menu .elementor-button-wrapper a.elementor-button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
body:not(.elementor-editor-active) .elementor-location-header #open_div.transform_dropdown_menu .elementor-button-wrapper a.elementor-button:hover {
  background-color: #fff;
  color: #000;
}
body:not(.elementor-editor-active) .elementor-location-header .hide {
  display: none;
}
body:not(.elementor-editor-active) .elementor-location-header #mobile_header:not(.second_header) .elementor-icon svg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(33%) hue-rotate(68deg) brightness(102%) contrast(100%);
}

body.elementor-editor-active #mobile_header.second_header .elementor-icon svg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(33%) hue-rotate(68deg) brightness(102%) contrast(100%);
}

.elementor-location-header .elementor-nav-menu--main .elementor-item:after {
  bottom: -20px !important;
}
.elementor-location-header #close_icon svg {
  fill: #fff !important;
}
.elementor-location-header #close_icon svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

#wpadminbar {
  position: fixed;
}

.homeBanner_arrows_parent .homeBanner_slider_feed .single_slider::before {
  background: linear-gradient(115deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 96.59%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .single_slider {
  position: relative;
  width: 100%;
  height: 963px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .single_slider video {
  object-fit: cover;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .single_slider .banner_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .single_slider .banner_content {
  max-width: 738px;
  width: 100%;
  position: absolute;
  padding-left: 40px;
  bottom: 75px;
  z-index: 30;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .single_slider .banner_content .title *, .homeBanner_arrows_parent .homeBanner_slider_feed .single_slider .banner_content .text {
  color: #fff !important;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .single_slider .banner_content .banner_button {
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #000;
  padding: 12px 26px;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  display: inline-block;
  z-index: 30;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .single_slider .banner_content .banner_button:hover {
  background-color: #fff;
  color: #000;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots {
  position: absolute;
  right: calc(0% + 67px);
  bottom: 59px;
  list-style: none;
  padding-left: 0;
  width: 100% !important;
  max-width: 317px !important;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots .slick-active {
  border-bottom: 2px solid #fff;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots li:not(:first-child):not(:last-child) button {
  color: transparent;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots li:first-child button {
  text-align: left;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots li:first-child button::before {
  content: "0";
}
.homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots li:last-child button {
  text-align: right;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots li:last-child button::before {
  content: "0";
}
.homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots li {
  -ms-flex: 1;
      flex: 1;
}
.homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots li button {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  background-color: unset;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.homeBanner_arrows_parent .homeBanner_slider_arrows {
  position: absolute;
  right: 113px;
  bottom: 102px;
}
.homeBanner_arrows_parent .homeBanner_slider_arrows .homeBanner_slider_right {
  position: absolute;
  right: -42px;
}

.default-ticker {
  display: inline-block;
  overflow: hidden;
}
.default-ticker p {
  color: #fff;
  font-size: 140px;
  line-height: 116px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .default-ticker p {
    font-size: 64px;
    line-height: 64px;
  }
}

@media only screen and (min-width: 1201px) {
  .program_slider .elementor-widget-container {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .program_slider .elementor-widget-container {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1201px) {
  .program_slider .swiper.elementor-image-carousel-wrapper {
    margin-left: -400px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .program_slider .swiper.elementor-image-carousel-wrapper {
    margin-left: -350px;
  }
}
.program_slider .swiper-wrapper .swiper-slide {
  text-align: left;
}
@media only screen and (min-width: 1201px) {
  .program_slider .swiper-wrapper .swiper-slide.swiper-slide-next {
    -ms-transform: translateX(-130px);
        transform: translateX(-130px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .program_slider .swiper-wrapper .swiper-slide.swiper-slide-next {
    -ms-transform: translateX(-100px);
        transform: translateX(-100px);
  }
}
.program_slider .swiper-wrapper .swiper-slide figure img {
  width: 100%;
}
.program_slider .swiper-pagination {
  padding-left: 0;
  left: 40px !important;
  width: 100% !important;
  max-width: 317px !important;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  counter-reset: my-sec-counter;
  text-align: unset !important;
  bottom: -70px !important;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .program_slider .swiper-pagination {
    left: 0px !important;
  }
}
.program_slider .swiper-pagination .swiper-pagination-bullet {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 100%;
  background: #000;
  height: 1px !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.program_slider .swiper-pagination .swiper-pagination-bullet::before {
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter);
  color: #000 !important;
  margin-bottom: 5px !important;
}
.program_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #000 !important;
  height: 2px !important;
}
.program_slider .swiper-pagination .swiper-pagination-bullet-active::before {
  color: #000 !important;
}
.program_slider .swiper-pagination .swiper-pagination-bullet:not(:first-child):not(:last-child)::before {
  content: "";
}
.program_slider .swiper-pagination .swiper-pagination-bullet:last-child::before {
  position: absolute;
  right: 0;
  margin-bottom: 5px !important;
}

.program_icon_list > .elementor-element::after {
  border-right: 1px solid #D0D0D0;
  content: "";
  position: absolute;
  left: -60px;
  height: 100%;
  z-index: -1;
}

.contact_right_icon_list > .elementor-element::before {
  border-right: 2px solid #E1E1E1;
  content: "";
  position: absolute;
  left: 45px;
  height: calc(100% + 101px);
}
@media only screen and (max-width: 1025px) {
  .contact_right_icon_list > .elementor-element::before {
    height: calc(100% + 50px);
  }
}
.contact_right_icon_list > .elementor-element::after {
  content: "";
  font-family: "dashicons";
  position: absolute;
  left: 37.5px;
  top: calc(100% + 91px);
  color: #E1E1E1;
}
@media only screen and (max-width: 1025px) {
  .contact_right_icon_list > .elementor-element::after {
    top: calc(100% + 40px);
  }
}
.contact_right_icon_list .elementor-icon-list-items {
  margin-top: 25px !important;
}
.contact_right_icon_list .elementor-icon-list-items .elementor-icon-list-text {
  text-shadow: none !important;
  color: #000F1F;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
}
.contact_right_icon_list .elementor-icon-list-items .elementor-icon-list-text span {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #777777;
}
.contact_right_icon_list .elementor-icon-list-items .elementor-icon-list-text a {
  width: auto !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.contact_right_icon_list .elementor-icon-list-items .elementor-icon-list-text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1025px) {
  .homeBanner_arrows_parent .homeBanner_slider_feed .single_slider {
    height: 830px;
  }
}
@media only screen and (max-width: 992px) {
  .homeBanner_arrows_parent .homeBanner_slider_arrows {
    left: calc(50% - 40px);
    right: unset;
  }
  .homeBanner_arrows_parent .slick-dots {
    left: calc(50% - 156px);
    right: unset;
  }
  .homeBanner_arrows_parent .homeBanner_slider_feed .single_slider .banner_content {
    bottom: unset;
    top: calc(50% - 88px);
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .homeBanner_arrows_parent .homeBanner_slider_arrows {
    bottom: 70px;
  }
  .homeBanner_arrows_parent .homeBanner_slider_feed .slick-dots {
    bottom: 34px;
  }
  .homeBanner_arrows_parent .homeBanner_slider_feed .banner_content {
    bottom: unset;
    top: calc(50% - 120px);
    width: 100%;
  }
}
.elementor-location-footer {
  margin-top: auto;
}

/*# sourceMappingURL=style.css.map */