a {
  display: inline;
  text-decoration: underline;
}

.hero-vid-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-vid-bg.svg-clipped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.brand {
  padding-top: 0.75em;
}

.logo {
  height: 46px;
  padding-bottom: 12px;
}

.tity {
  width: 40vw;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}

.navlink.w--current {
  color: #fff;
  text-decoration: underline;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 100%;
  padding: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.hero-content {
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading {
  font-family: canada-type-gibson;
}

.title-lg {
  font-family: canada-type-gibson;
  font-size: 5em;
  line-height: 1em;
}

.temp-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#181818)), url('../images/tat-hero2-bg.jpg');
  background-image: linear-gradient(180deg, transparent, #181818), url('../images/tat-hero2-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.supplier-logo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70vh;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section.alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.body {
  background-color: #fff;
  font-family: canada-type-gibson;
  color: #171717;
  font-size: 18px;
  line-height: 1.47em;
}

.content-slider {
  width: 50%;
  padding-left: 5%;
}

.content-slider.alt {
  padding-right: 5%;
  padding-left: 0%;
}

.content-gutter {
  width: 20%;
}

.content-gutter.alt {
  text-align: right;
}

.div-block-2 {
  width: 50%;
}
.personal-message{
  width: 60% !important;
}
.section-content {
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.footer-content > .content-title{
  color: white;
}
.content-title {
  margin-bottom: 0.5em;
  font-size: 3em;
  line-height: 1.111111em;
}
.footer-content > p {
  color:white;
}
.slider {
  position: relative;
  height: auto;
  background-color: transparent;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: #171717;
  -webkit-transform: translate(0.5em, 0.75em);
  -ms-transform: translate(0.5em, 0.75em);
  transform: translate(0.5em, 0.75em);
}

.right-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: #171717;
  -webkit-transform: translate(2.125em, 0.75em);
  -ms-transform: translate(2.125em, 0.75em);
  transform: translate(2.125em, 0.75em);
}

.icon-2 {
  color: #FFF;
  font-size: 0.5em;
}

.icon-3 {
  color: #FFF;
  font-size: 0.5em;
}

.slide-nav {
  display: none;
}

.content-link {
  margin-right: 0.5em;
  color: #171717;
  font-size: 1.75em;
  font-weight: 600;
  text-decoration: none;
}

.paragraph, ul {
  margin-bottom: 1.75em;
}

.img-caption {
  position: fixed;
  left: auto;
  top: auto;
  right: 1em;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0px, -1em);
  -ms-transform: translate(0px, -1em);
  transform: translate(0px, -1em);
  color: #fff;
  font-size: 0.6666em;
}

.map-pin {
  margin-right: 0.333em;
}

.chili {
  width: 100px;
  height: 100px;
}

.link-block {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
}

.link {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.link.borders {
  border-top: 1px solid hsla(0, 0%, 59%, .2);
  border-bottom: 1px solid hsla(0, 0%, 59%, .2);
}

.wheretogo {
  padding-top: 5em;
  padding-bottom: 5em;
}

.slide {
  width: 25%;
  padding-right: 1%;
  padding-left: 1%;
}

.mask {
  overflow: visible;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-slide {
  overflow: hidden;
  width: 25%;
  margin-bottom: 2%;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-slider {
  height: auto;
  background-color: transparent;
}

.button-arrow {
  margin-left: 11px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.card-slider-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-content-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.wheretovisit {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.card {
  background-color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20em;
  padding: 10% 15% 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .09);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.card.noruz {
  background-image: url('../images/Noruz.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card.zeen {
  background-image: url('../images/Zeen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #51a646;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-button:hover {
  color: #79be44;
}

.webeen {
  text-align: center;
}

.staff-wrapper {
  margin-bottom: 2em;
}

.staff-pic {
  display: inline-block;
  overflow: auto;
  width: 13em;
  height: 17em;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-left: 1%;
  background-color: #878f97;
}

.staff-slider {
  background-color: transparent;
}

.staff-img {
  width: 320px;
  height: 420px;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #ff7070;
}

.image {
  min-width: 100%;
}

.usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.heading-2 {
  color: white;
  font-size: 1em;
  line-height: 1em;
}

.usp-icon {
  margin-right: 1em;
}

.paragraph-3 {
  color: rgba(255, 255, 255, .7);
}

.columns {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.columns.column-usps {
  margin-top: 3em;
}

.footer {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 4em;
  padding-bottom: 10em;
  text-align: center;
}

.footer-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/foodbg.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.footer-content {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.cta-big {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.paragraph-4 {
  font-size: 1.33333em;
}

.paragraph-4.phone-no {
  font-size: 1.75em;
}

.label {
  margin-bottom: 0.25em;
  font-size: 0.66666em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-content {
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding-top: 2em;
  padding-bottom: 1.5em;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .3);
  background-color: hsla(0, 0%, 59%, .1);
}

.footer-ctas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-awards {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2em;
  margin-right: auto;
  margin-left: auto;
}

.main-slider-img {
  min-width: 100%;
}

.navlink-btn {
  display: none;
  padding: 1em 2em;
  border-radius: 100px;
  background-color: hsla(165.9375, 66.67%, 62.35%, 1.00);
  color: #fff;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block {
  color: #fff;
}

.text-block.btn-label {
  margin-left: 1em;
  font-size: 0.67777em;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.play-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.66667em;
  height: 2.66667em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: hsla(165.9375, 66.67%, 62.35%, 1.00);
}

.image-2 {
  height: 128px;
}

.bold-text {
  padding-right: 0.25em;
  color: #171717;
}

.link-block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 59%, .2);
  text-decoration: none;
}

.text-block-2 {
  padding-right: 0.5em;
}

.link-block-phone-icon {
  margin-right: 0.25em;
  text-transform: none;
}

.hero-scrim {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 49%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 49%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bottom-footer {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

.link-2 {
  margin-right: auto;
  margin-left: auto;
  color: #171717;
  text-decoration: none;
}

@media (max-width: 991px) {
  .menu-button.w--open {
    background-color: #711be0;
  }
  .nav-menu {
    background-color: hsla(266.1928934010152, 78.49%, 49.22%, 1.00);
  }
  .navlink {
    background-color: #711be0;
    text-align: center;
  }
  .icon {
    color: #fff;
  }
  .content-section {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content-section.alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .body {
    font-size: 16px;
  }
  .content-slider {
    width: 100%;
    padding-left: 0%;
  }
  .content-slider.alt {
    padding-right: 0%;
  }
  .content-gutter {
    display: none;
  }
  .personal-message{
    width: 98% !important;
  }
  .section-content {
    width: 98%;
    padding-top: 2em;
    padding-right: 4em;
    padding-left: 4em;
  }
  .content-title {
    font-size: 3em;
  }
  .slider {
    height: auto;
  }
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block {
    width: 100%;
    padding-right: 0em;
    padding-left: 0em;
  }
  .intro-copy {
    width: 100%;
    max-width: 100%;
  }
  .paragraph-2 {
    padding-top: 15px;
    padding-right: 2em;
  }
  .card-slide {
    width: 50%;
  }
  .wheretovisit {
    width: 100%;
  }
  .card {
    height: 15em;
  }
  .card.noruz {
    background-image: url('../images/Noruz2.jpg');
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .06);
    -webkit-transition: box-shadow 150ms ease, -webkit-transform 150ms ease;
    transition: box-shadow 150ms ease, -webkit-transform 150ms ease;
    transition: transform 150ms ease, box-shadow 150ms ease;
    transition: transform 150ms ease, box-shadow 150ms ease, -webkit-transform 150ms ease;
  }
  .card.zeen {
    background-image: url('../images/Zeen2.jpg');
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .06);
    -webkit-transition: box-shadow 150ms ease, -webkit-transform 150ms ease;
    transition: box-shadow 150ms ease, -webkit-transform 150ms ease;
    transition: transform 150ms ease, box-shadow 150ms ease;
    transition: transform 150ms ease, box-shadow 150ms ease, -webkit-transform 150ms ease;
  }
  .usp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-content {
    max-width: 98%;
  }
  .cta-content {
    margin-bottom: 0.25em;
  }
  .footer-ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-awards {
    padding-right: 1em;
    padding-left: 1em;
  }
  .navlink-btn {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .body {
    font-size: 16px;
  }
  .slider {
    height: auto;
  }
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block {
    margin-top: 2em;
  }
  .paragraph-2 {
    padding-right: 0em;
  }
  .card-slide {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .card-slider {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
  }
  .card-slider-mask {
    display: block;
  }
  .wheretovisit {
    overflow: hidden;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .card {
    height: 20em;
  }
  .usp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .footer-awards {
    padding-right: 1em;
    padding-left: 1em;
  }
  .link-block-link {
    padding-right: 0em;
  }
}

@media (max-width: 479px) {
  .brand {
    width: 60%;
  }
  .navbar {
    padding-right: 1em;
    padding-left: 1em;
  }
  .title-lg {
    font-size: 3em;
  }
  .content-section {
    min-height: auto;
    padding-bottom: 2em;
  }
  .content-section.alt {
    padding-top: 0em;
  }
  .personal-message{
    width: 94% !important;
  }
  .section-content {
    width: 94%;
    padding-right: 0em;
    padding-left: 0em;
  }
  .content-title {
    font-size: 2em;
  }
  .slider {
    height: auto;
  }
  .left-arrow {
    width: 1em;
    height: 1em;
    -webkit-transform: translate(0.5em, 0.5em);
    -ms-transform: translate(0.5em, 0.5em);
    transform: translate(0.5em, 0.5em);
  }
  .right-arrow {
    width: 1em;
    height: 1em;
    -webkit-transform: translate(1.75em, 0.5em);
    -ms-transform: translate(1.75em, 0.5em);
    transform: translate(1.75em, 0.5em);
  }
  .link-block {
    margin-bottom: 4em;
    padding-top: 2em;
  }
  .columns.column-usps {
    max-width: 94%;
  }
  .footer {
    width: 100vw;
  }
  .footer-awards {
    padding-right: 1em;
    padding-left: 1em;
  }
  .bold-text {
    display: inline-block;
  }
  .text-block-2 {
    display: block;
  }
}

