@charset "UTF-8";
/*Site Colors*/
/*Menu Colors*/
/*Link Colors*/
/*Button Colors*/
/*Text Colors*/
h1 {
  font-size: 36px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #06113e;
}

h2 {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h3 {
  font-size: 20.8px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h5 {
  font-size: 12.8px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h6 {
  font-size: 11.2px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 19.6px;
}

a {
  font-size: 16px;
  text-decoration: none;
  color: #06113e;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #00AAC0;
}

.pageTitle {
  font-size: 36px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.pageSubTitle {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #70757a;
  padding-bottom: 20px;
}

.pageSubTitle:empty {
  display: none;
}

.title-h1 {
  font-size: 36px;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 40px;
  margin: 0;
}

.title-h2 {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
}

/*----------- Typography End ---------*/
.header__top {
  border-top: 5px solid #06113e;
  background: #fff;
}
.header__top .top__flex {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.header__top .top__flex .top__flex-left,
.header__top .top__flex .top__flex-right {
  display: flex;
  align-items: center;
}
.header__top .top__flex .top__flex-left svg .d {
  fill: #06113e;
}
.header__top .top__flex .top__flex-left .link__block {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-weight: 500;
  color: #06113e;
  font-size: 14px;
}
.header__top .top__flex .top__flex-left .link__block span {
  line-height: 16.8px;
}
.header__top .top__flex .top__flex-left .link__block svg {
  margin-right: 10px;
}
.header__top .top__flex .top__flex-left .link__block:hover {
  color: #00AAC0;
  text-decoration: none;
}
.header__top .top__flex .top__flex-left .link__block:hover svg .d {
  fill: #00AAC0;
}
.header__top .top__flex .top__flex-left .link__block:last-child {
  margin: 0;
}
.header__top .top__flex .top__flex-left .link__block:nth-child(1) svg {
  width: 19px;
  height: 20px;
}
.header__top .top__flex .top__flex-left .link__block:nth-child(2) svg {
  width: 25px;
  height: 20px;
}
.header__top .top__flex .top__flex-right .social__links {
  display: flex;
}
.header__top .top__flex .top__flex-right .social__links a svg .d {
  fill: #06113e;
}
.header__top .top__flex .top__flex-right .social__links a svg:hover .d {
  fill: #00AAC0;
}
.header__top .top__flex .top__flex-right .social__links a:nth-child(1) svg {
  width: 20px;
  height: 20px;
}
.header__top .top__flex .top__flex-right .social__links a:nth-child(2) svg {
  width: 20px;
  height: 20px;
}
.header__top .top__flex .top__flex-right .social__links a:nth-child(3) svg {
  width: 20px;
  height: 20px;
}
.header__top .top__flex .top__flex-right .social__links a {
  margin: 0 7.5px;
}
.header__top .top__flex .top__flex-right .social__links a:last-child {
  margin-right: 0;
}

.header__bottom {
  background: #06113e;
  padding: 20px 0;
  position: relative;
  z-index: 999999;
  box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.38);
}
.header__bottom .header__bottom--flex {
  display: flex;
  justify-content: space-between;
}
.header__bottom .menu__section {
  width: 33.333333%;
  flex: 0 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.header__bottom .logo__section {
  width: 148px;
  flex: 0 0 auto;
  margin-bottom: -70px;
  z-index: 9999999;
}
.header__bottom .logo__section svg {
  width: 148px;
  height: 148px;
  box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}
.header__bottom .button__holder {
  width: 33.333333%;
  flex: 0 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

#main-menu,
.menu-container,
.main-nav {
  background-color: #06113e;
}

.menu-container {
  position: relative;
  z-index: 777777;
}

#main-menu li a {
  color: #808285;
  text-transform: normal;
}

#main-menu li a:hover {
  color: #00AAC0;
}

#main-menu ul li {
  display: block;
  width: 100%;
}

#main-menu ul li a {
  display: block;
  width: 100%;
  color: #fff;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #808285;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

#main-menu ul {
  background-color: #00AAC0;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

#main-menu ul a {
  text-transform: normal;
}

#main-menu li a.highlighted {
  background-color: #06113e;
  color: #00AAC0;
}

#main-menu ul a:hover {
  background-color: #06113e;
  color: #fff;
}

#main-menu a {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  background: #fff !important;
}

.nav-brand {
  color: #fff;
  text-align: left;
  padding-left: 15px;
  margin: 0;
  padding-top: 10px;
  text-transform: uppercase;
}

#main-menu a.highlighted {
  box-shadow: none;
}

@media (min-width: 769px) {
  #main-menu {
    float: none;
    clear: none;
    text-align: left;
  }

  #main-menu li {
    float: none;
    display: inline-block;
  }

  #main-menu li a {
    padding: 15px;
    line-height: 25px;
    color: #fff;
  }

  #main-menu a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 0px;
    width: 11px;
    height: 23px;
    background: url(../images/svg/menuArrow.svg);
    border-radius: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    border: none !important;
  }

  .nav-brand {
    display: none;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 769px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
    margin: 0 -15px;
  }
}
.owl-dots {
  position: absolute;
  top: 95%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
}

.owl-carousel button.owl-dot {
  background: #fff;
  color: inherit;
  border: none;
  padding: 10px !important;
  font: inherit;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  max-width: 20px;
  width: 100%;
  outline: none;
}

.owl-carousel button.owl-dot.active {
  background: #06113e;
  background: -moz-radial-gradient(circle, #06113e 50%, white 60%);
  background: -webkit-radial-gradient(circle, #06113e 50%, white 60%);
  background: radial-gradient(circle, #06113e 50%, white 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06113e",endColorstr="#ffffff",GradientType=1);
}

.owl-nav {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
}

.owl-prev,
.owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  outline: none !important;
}

.owl-next {
  right: 0;
}

.owl-prev {
  left: 10;
}

button.owl-prev,
button.owl-next {
  width: 20px;
}

.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: auto;
  height: auto;
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

/* Slider Styles */
.slider-banner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  max-height: 600px;
}

.slider-banner::before {
  content: "";
  float: left;
  padding-top: calc(600 / 1920 * 100%);
}

.slider-banner::after {
  content: "";
  display: table;
  clear: both;
}

.slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 0 1em;
}

.slider-text .head {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Banner Styles */
.banner {
  background-color: #efefef;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.banner::before {
  content: "";
  float: left;
  padding-top: calc((400 / 1920) * 100%);
}

.banner::after {
  content: "";
  display: table;
  clear: both;
}

.about .title-h1 {
  padding: 0;
  margin: 0;
  padding-bottom: 80px;
}
.about .about__content {
  display: flex;
}
.about .about__left {
  width: 282px;
  flex: 0 0 auto;
}
.about .about__right {
  padding: 0 20px;
  border-left: 2px solid #06113e;
  width: 76.5%;
  flex: 1 0 auto;
}
.about .about__right p:last-child {
  margin: 0;
}

.contact .section__heading,
.content .section__heading {
  margin-bottom: 40px;
}

.contact .contact__text {
  margin-bottom: 80px;
}
.contact .contact__text > *:last-child {
  margin: 0;
  padding: 0;
}
.contact form {
  display: flex;
}
.contact form ::placeholder {
  color: #06113e;
}
.contact form .labels__container {
  flex-basis: 310px;
  flex-grow: 0;
  flex-shrink: 0;
}
.contact form .labels__container .form__group {
  margin-bottom: 50px;
}
.contact form .labels__container .form__group:last-child {
  margin-bottom: 0;
}
.contact form .inputs__container {
  flex: 1 0 auto;
}
.contact form .inputs__container input {
  padding: 15px 20px;
}
.contact form .form__button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.contact .label {
  padding-right: 20px;
  padding-left: 30px;
}
.contact .label .head {
  font-weight: 600;
  font-size: 18px;
  color: #06113e;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact .label .head i {
  margin-right: 20px;
}
.contact .label .head i svg {
  height: 15px;
  width: 15px;
}
.contact .label .body {
  font-size: 16px;
  font-weight: 400;
  color: #70757a;
}
.contact .label .body p {
  margin: 0;
  padding: 0;
  line-height: 19.6px;
}
.contact .label.call__target {
  background: url(../images/svg/call.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: top left;
}
.contact .label.mail__target {
  background: url(../images/svg/contact-mail.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: top left;
}
.contact .label.hours__target {
  background: url(../images/svg/tradinghours.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: top left;
}
.contact .contact__socials svg .d {
  fill: #06113e;
}
.contact .contact__socials svg:hover .d {
  fill: #00AAC0;
}
.contact .contact__socials {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 1025px) {
  .header__top, .header__bottom {
    padding-left: 1em;
    padding-right: 1em;
  }

  .header__bottom--flex {
    flex-direction: column;
  }

  .header__bottom .logo__section {
    order: 1;
    margin: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .header__bottom .button__holder {
    order: 2;
    width: 100%;
    justify-content: center;
  }

  .header__bottom .menu__section {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .about .about__content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .about .about__right {
    flex: 0 1 auto;
  }

  .contact, .content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact form .inputs__container {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .header__bottom .menu__section {
    display: block;
    margin-top: 1em;
  }

  #main-menu li a {
    color: #fff;
  }

  .slider-text {
    max-width: 760px;
  }

  .slider-text .head {
    font-size: 24px;
    line-height: 30px;
  }

  .owl-dots {
    top: 90%;
  }

  .about .about__content {
    flex-direction: column;
  }

  .about .about__content .about__left,
.about .about__content .about__right {
    width: 100%;
    flex: 100%;
  }

  .about .about__content .about__left {
    margin-bottom: 20px;
    text-align: center;
  }

  .about .about__content .about__left h2 {
    padding: 0;
    padding-bottom: 20px;
  }

  .about .about__content .about__right {
    border: 0;
    border-top: 2px solid #06113e;
    padding: 20px 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .slider-text {
    position: relative;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    top: 0;
    left: 0;
    background: #06113e;
    padding: 2em 1em;
  }

  .header__top .top__flex {
    flex-direction: column;
  }

  .header__top .top__flex .top__flex-left, .header__top .top__flex .top__flex-right {
    flex-direction: column;
  }

  .header__top .top__flex .top__flex-left .link__block {
    margin-bottom: 0.75em !important;
  }

  .contact form {
    display: flex;
    flex-direction: column;
  }

  .contact form .labels__container {
    flex-basis: 100%;
    margin-bottom: 2em;
  }
}

/*# sourceMappingURL=atf-styles.css.map */
