@media (min-width: 768px) {
  .container-fluid {
    padding: 0 5%;
  }
}

@media (min-width: 1681px) {

  .container,
  .container-md {
    max-width: 1300px;
  }
}

.arrow-center .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
}

.arrow-center .owl-nav .owl-prev {
  left: -6rem;
}

.arrow-center .owl-nav .owl-next {
  right: -6rem;
}

@media (max-width: 1199px) {
  .arrow-center .owl-nav .owl-prev {
    left: 0rem;
  }

  .arrow-center .owl-nav .owl-next {
    right: 0rem;
  }
}

.bk-obj-md-cover img,
.bk-obj-cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  text-align: center;
  background-color: var(--mainColor);
  color: #ffffff;
  border-color: var(--mainColor);
  border-radius: 0;
  border: solid 1px transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1rem;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  color: var(--mainColor);
  border-color: var(--mainColor);
}

html {
  font-size: 0.9rem;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  overflow-x: hidden!important;
}

@media (min-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}

a {
  text-decoration: none;
  outline-width: 0;
}

a:hover {
  text-decoration: none;
  outline-width: 0;
}

a:active {
  text-decoration: none;
  outline-width: 0;
}

a:visited {
  text-decoration: none;
  outline-width: 0;
}

a:focus {
  text-decoration: none;
  outline-width: 0;
}

a {
  color: #000000;
}

a:hover {
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

hr {
  border-color: #000000;
}

sup {
  font-size: 80%;
}

fieldset label {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.d-flex-parent>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap-parent>* {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bk-page-nav {
  background-color: #ffffff;
  text-align: center;
}

.bk-page-nav a {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

::-moz-selection {
  color: #ffffff;
  background-color: var(--mainColor);
}

::selection {
  color: #ffffff;
  background-color: var(--mainColor);
}

.spacing {
  padding: 3rem 0rem;
}

@media (min-width: 768px) {
  .spacing {
    padding: 4rem 0rem;
  }
}

@media (min-width: 1200px) {
  .spacing {
    padding: 6em 0rem;
  }
}

@media (min-width: 1681px) {
  .spacing {
    padding: 7rem 0rem;
  }
}

.spacing-top {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .spacing-top {
    padding-top: 4rem;
  }
}

@media (min-width: 1200px) {
  .spacing-top {
    padding-top: 6em;
  }
}

@media (min-width: 1681px) {
  .spacing-top {
    padding-top: 7rem;
  }
}

.spacing-bottom {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .spacing-bottom {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  .spacing-bottom {
    padding-bottom: 6em;
  }
}

@media (min-width: 1681px) {
  .spacing-bottom {
    padding-bottom: 7rem;
  }
}

.p-mgb-2 p {
  margin-bottom: 1rem;
}

@media (min-width: 575px) {
  .p-mgb-2 p {
    margin-bottom: 2rem;
  }
}

/* svg path {
  fill: var(--mainColor);
} */

.zigzag-curve {
  position: relative;
  width: 100%;
  height: 93px;
  /* background-color: #f2f2f2; */
  overflow: hidden;
}

.zigzag-curve::before {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  z-index: 1;
  background: url(https://site.zingmyorder.com/themes/website/assets/temporary/css/images/14/shape.png);
  background-size: contain;
  /* filter: invert(1); */
  /* transform: skewX(162deg); */
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cta-section {
  padding-bottom: 10rem;
  position: relative;
}

.cta-section .zigzag-curve {
  position: absolute;
  left: 0;
  top: 0;
}

.white-bk::before {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  z-index: 1;
  background: url(https://site.zingmyorder.com/themes/website/assets/temporary/css/images/14/shape.png);
  background-size: contain;
  /* filter: invert(1); */
  /* transform: skewX(162deg); */
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.cta-shape.zigzag-curve::before {
  top: 26px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-container {
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 25px;
  overflow: hidden;
  border: 2px solid white;
}

.image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: url(https://site.zingmyorder.com/themes/website/assets/temporary/css/design14/design14.css#clip-path);
  clip-path: url(https://site.zingmyorder.com/themes/website/assets/temporary/css/design14/design14.css#clip-path);
  /* Reference the SVG shape as the clip path */
}

.clip-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  /* Hide the SVG shape visually */
}

.gallery-section {
  position: relative;
}

.gallery-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background-color: #212121;
  content: '';
}

.gallery-section h2 {
  color: rgb(255, 255, 255);
}

.zigzag-curve-banner-bottom {
  width: 101%;
  position: absolute;
  z-index: 9;
  bottom: -4px;
  left: -0.5%;
}

.zigzag-curve-banner-bottom path {
  fill: #FFC107;
}

.about-section {
  /* background: #FFC107; */
}

.about-section figure {
  position: relative;
  z-index: 2;
}

.image-bg {
  position: absolute;
  top: 0;
  z-index: 1;
  /* opacity: 0.1; */
}

.image-bg path {
  fill: rgba(255, 255, 255, 0.25);
}

@-webkit-keyframes flare {
  0% {
    width: 0;
    left: -10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 0;
    left: 110%;
  }
}

@keyframes flare {
  0% {
    width: 0;
    left: -10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 0;
    left: 110%;
  }
}

.btn {

  display: flex;

  align-items: center;

  justify-content: center;

  width: max-content;
  min-width: 8rem;
  margin: auto;
  padding: 1rem 1.5rem;
  text-transform: capitalize;
  border-radius: 1rem;

}

.btn path {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.btn:hover path {
  fill: var(--mainColor);
}

.white-btn {
  background-color: #ffffff;
  border: none;
  color: var(--mainColor);
}

.white-btn path {
  fill: var(--mainColor);
}

.white-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.white-btn:hover path {
  fill: #ffffff;
}

.bk-btn {
  position: relative;
  max-width: 10rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* .bk-btn:before {
    content: "";
    position: absolute;
    width: 3.8rem;
    height: 3.8rem;
    background-color: rgba(245, 1, 87, 0.5411764706);
    left: -9px;
    top: -11px;
    z-index: 1;
    border-radius: 25px;
  } */
.bk-btn .btn {
  z-index: 2;
}

.view-more {
  padding: 0.8rem 2.5rem;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-border {
  background-color: transparent;
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.btn-border:active,
.btn-border:focus {
  background-color: transparent;
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.btn-border:hover {
  background-color: transparent;
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.btn-light {
  background-color: #ffffff;
  color: var(--mainColor);
  border-color: #ffffff;
}

.btn-light:active,
.btn-light:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-light:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-light.btn-border {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-light.btn-border:active,
.btn-light.btn-border:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-light.btn-border:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-primary {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #000000;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.btn-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mainColor);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 0;
}

.btn-link:hover {
  color: var(--mainColor);
  text-decoration: none;
}

.btn-link:hover::after {
  -webkit-animation: right 2s infinite;
  animation: right 2s infinite;
}

.btn-link::after {
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-left: 0.5rem;
  content: "";
  vertical-align: middle;
  background-image: url("https://site.zingmyorder.com/themes/website/assets/temporary/css/images/icon-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.bk-pagination {
  margin-top: 2rem;
}

.bk-pagination a,
.bk-pagination span {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border: solid 1px var(--mainColor);
  border-radius: 50%;
  margin: 0 2px;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: var(--mainColor);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-pagination a:hover,
.bk-pagination span:hover {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  color: #ffffff;
}

.bk-pagination a {
  cursor: pointer;
}

.bk-pagination .current {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  color: #ffffff;
}

.bk-breadcrumb a {
  display: block;
  margin-left: 0.5rem;
}

.bk-breadcrumb i {
  margin-left: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Rufina', serif;
}

.h1,
h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  text-transform: capitalize;
}

@media (min-width: 575px) {

  .h1,
  h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {

  .h1,
  h1 {
    font-size: 3rem;
  }
}

.h1,
h1,
.h2,
h2,
.h3,
h3 {
  margin-bottom: 1rem;
}

.h2,
h2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width: 768px) {

  .h2,
  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

.h3,
h3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width: 768px) {

  .h3,
  h3 {
    font-size: 1.5rem;
  }
}

h2.h2.mgb-2,
h2.mgb-2 {
  font-size: 35px;
  font-weight: 600;
}

.border-radius {
  border-radius: 1.2rem;
}

.radius {
  border-radius: 1.2rem;
}

.radius-0 {
  border-radius: 1.2rem;
}

.radius-1 {
  border-radius: 1.5rem;
}

.radius-2 {
  border-radius: 1.8rem;
}

.radius-3 {
  border-radius: 2.1rem;
}

.radius-4 {
  border-radius: 2.4rem;
}

.radius-5 {
  border-radius: 2.7rem;
}

.radius-6 {
  border-radius: 3rem;
}

.radius-7 {
  border-radius: 3.3rem;
}

.radius-8 {
  border-radius: 3.6rem;
}

.radius-9 {
  border-radius: 3.9rem;
}

.radius-10 {
  border-radius: 4.2rem;
}

.bk-obj-cover {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (min-width: 768px) {
  .no-gutters .bk-obj-md-cover {
    left: 0;
    right: 0;
  }
}

.bk-obj-md-cover {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 80%;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .bk-obj-md-cover {
    width: auto;
    height: 100%;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
  }
}

blockquote {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 0;
}

blockquote p {
  display: inline-block;
  margin-bottom: 0;
}

blockquote cite {
  font-family: -apple-system, BlinkMacSystemFont, "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}

.relative {
  position: relative;
}

.img-w-100 img {
  width: 100%;
}

.zigzag-curve-footer {
  background: var(--mainColor);
  position: absolute;
  top: 0px;
  left: 0;
  left: -3px;
  width: 101%;
}

.zigzag-curve-footer path {
  fill: black;
}

.zigzag-curve-footer-top {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  bottom: -2px;
  left: 0;
  left: -3px;
  width: 101%;
}

.zigzag-curve-testi-top {
  left: -3px;
  width: 101%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -1px;
}

.zigzag-curve-testi-top path {
  fill: black;
}

.about-section {
  position: relative;
  padding-bottom: 8rem;
}

.zigzag-curve-gallery-top {
  position: absolute;
  width: 101%;
  left: -3px;
  bottom: -1px;
  background: #ffc008;
}

.zigzag-curve-gallery-top path {
  fill: black;
  left: -3px;
}

.owl-dots span {
  height: 10px;
  width: 10px;
  border: 1px solid #ffffff;
  display: block;
}

.owl-nav {

  display: flex;
  width: 100%;


  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 32px;
  padding-right: 32px;

  transform: translate(-50%, -50%) !important;
  height: 0.1px;
  z-index: 9999;
}

button.owl-prev {
  border: 1px solid white !important;
  width: 50px;
  height: 47px;
  z-index: 99;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.459) !important;
  border-radius: 1rem;
}

button.owl-prev span {
  color: black;
  font-size: 24px;
}

button.owl-next {
  border: 1px solid rgba(255, 255, 255, 0.506) !important;
  width: 50px;
  z-index: 99;
  position: relative;
  display: block;
  height: 47px;
  background: rgba(255, 255, 255, 0.456) !important;
  border-radius: 1rem;
}

button.owl-next span {
  color: black;
  font-size: 24px;
}

button:focus {
  outline: none;
}

.testimonial-section {
  background: #f1f1f1;
  position: relative;
}

.mgt-0 {
  margin-top: 0rem;
}

.mgb-0 {
  margin-bottom: 0rem;
}

.mgl-0 {
  margin-left: 0rem;
}

.mgr-0 {
  margin-right: 0rem;
}

.mgt--0 {
  margin-top: -0rem;
}

.mgb--0 {
  margin-bottom: -0rem;
}

.mgl--0 {
  margin-left: -0rem;
}

.mgr--0 {
  margin-right: -0rem;
}

.mgt-1 {
  margin-top: 1rem;
}

.mgb-1 {
  margin-bottom: 1rem;
}

.mgl-1 {
  margin-left: 1rem;
}

.mgr-1 {
  margin-right: 1rem;
}

.mgt--1 {
  margin-top: -1rem;
}

.mgb--1 {
  margin-bottom: -1rem;
}

.mgl--1 {
  margin-left: -1rem;
}

.mgr--1 {
  margin-right: -1rem;
}

.mgt-2 {
  margin-top: 2rem;
}

.mgb-2 {
  margin-bottom: 2rem;
}

.mgl-2 {
  margin-left: 2rem;
}

.mgr-2 {
  margin-right: 2rem;
}

.mgt--2 {
  margin-top: -2rem;
}

.mgb--2 {
  margin-bottom: -2rem;
}

.mgl--2 {
  margin-left: -2rem;
}

.mgr--2 {
  margin-right: -2rem;
}

.mgt-3 {
  margin-top: 3rem;
}

.mgb-3 {
  margin-bottom: 3rem;
}

.mgl-3 {
  margin-left: 3rem;
}

.mgr-3 {
  margin-right: 3rem;
}

.mgt--3 {
  margin-top: -3rem;
}

.mgb--3 {
  margin-bottom: -3rem;
}

.mgl--3 {
  margin-left: -3rem;
}

.mgr--3 {
  margin-right: -3rem;
}

.mgt-4 {
  margin-top: 4rem;
}

.mgb-4 {
  margin-bottom: 4rem;
}

.mgl-4 {
  margin-left: 4rem;
}

.mgr-4 {
  margin-right: 4rem;
}

.mgt--4 {
  margin-top: -4rem;
}

.mgb--4 {
  margin-bottom: -4rem;
}

.mgl--4 {
  margin-left: -4rem;
}

.mgr--4 {
  margin-right: -4rem;
}

.mgt-5 {
  margin-top: 5rem;
}

.mgb-5 {
  margin-bottom: 5rem;
}

.mgl-5 {
  margin-left: 5rem;
}

.mgr-5 {
  margin-right: 5rem;
}

.mgt--5 {
  margin-top: -5rem;
}

.mgb--5 {
  margin-bottom: -5rem;
}

.mgl--5 {
  margin-left: -5rem;
}

.mgr--5 {
  margin-right: -5rem;
}

.mgt-6 {
  margin-top: 6rem;
}

.mgb-6 {
  margin-bottom: 6rem;
}

.mgl-6 {
  margin-left: 6rem;
}

.mgr-6 {
  margin-right: 6rem;
}

.mgt--6 {
  margin-top: -6rem;
}

.mgb--6 {
  margin-bottom: -6rem;
}

.mgl--6 {
  margin-left: -6rem;
}

.mgr--6 {
  margin-right: -6rem;
}

.mgt-7 {
  margin-top: 7rem;
}

.mgb-7 {
  margin-bottom: 7rem;
}

.mgl-7 {
  margin-left: 7rem;
}

.mgr-7 {
  margin-right: 7rem;
}

.mgt--7 {
  margin-top: -7rem;
}

.mgb--7 {
  margin-bottom: -7rem;
}

.mgl--7 {
  margin-left: -7rem;
}

.mgr--7 {
  margin-right: -7rem;
}

.mgt-8 {
  margin-top: 8rem;
}

.mgb-8 {
  margin-bottom: 8rem;
}

.mgl-8 {
  margin-left: 8rem;
}

.mgr-8 {
  margin-right: 8rem;
}

.mgt--8 {
  margin-top: -8rem;
}

.mgb--8 {
  margin-bottom: -8rem;
}

.mgl--8 {
  margin-left: -8rem;
}

.mgr--8 {
  margin-right: -8rem;
}

.mgt-9 {
  margin-top: 9rem;
}

.mgb-9 {
  margin-bottom: 9rem;
}

.mgl-9 {
  margin-left: 9rem;
}

.mgr-9 {
  margin-right: 9rem;
}

.mgt--9 {
  margin-top: -9rem;
}

.mgb--9 {
  margin-bottom: -9rem;
}

.mgl--9 {
  margin-left: -9rem;
}

.mgr--9 {
  margin-right: -9rem;
}

.mgt-10 {
  margin-top: 10rem;
}

.mgb-10 {
  margin-bottom: 10rem;
}

.mgl-10 {
  margin-left: 10rem;
}

.mgr-10 {
  margin-right: 10rem;
}

.mgt--10 {
  margin-top: -10rem;
}

.mgb--10 {
  margin-bottom: -10rem;
}

.mgl--10 {
  margin-left: -10rem;
}

.mgr--10 {
  margin-right: -10rem;
}

@media (min-width: 575px) {
  .mgt-sm-0 {
    margin-top: 0rem;
  }

  .mgb-sm-0 {
    margin-bottom: 0rem;
  }

  .mgl-sm-0 {
    margin-left: 0rem;
  }

  .mgr-sm-0 {
    margin-right: 0rem;
  }

  .mgt-sm--0 {
    margin-top: -0rem;
  }

  .mgb-sm--0 {
    margin-bottom: -0rem;
  }

  .mgl-sm--0 {
    margin-left: -0rem;
  }

  .mgr-sm--0 {
    margin-right: -0rem;
  }

  .mgt-sm-1 {
    margin-top: 1rem;
  }

  .mgb-sm-1 {
    margin-bottom: 1rem;
  }

  .mgl-sm-1 {
    margin-left: 1rem;
  }

  .mgr-sm-1 {
    margin-right: 1rem;
  }

  .mgt-sm--1 {
    margin-top: -1rem;
  }

  .mgb-sm--1 {
    margin-bottom: -1rem;
  }

  .mgl-sm--1 {
    margin-left: -1rem;
  }

  .mgr-sm--1 {
    margin-right: -1rem;
  }

  .mgt-sm-2 {
    margin-top: 2rem;
  }

  .mgb-sm-2 {
    margin-bottom: 2rem;
  }

  .mgl-sm-2 {
    margin-left: 2rem;
  }

  .mgr-sm-2 {
    margin-right: 2rem;
  }

  .mgt-sm--2 {
    margin-top: -2rem;
  }

  .mgb-sm--2 {
    margin-bottom: -2rem;
  }

  .mgl-sm--2 {
    margin-left: -2rem;
  }

  .mgr-sm--2 {
    margin-right: -2rem;
  }

  .mgt-sm-3 {
    margin-top: 3rem;
  }

  .mgb-sm-3 {
    margin-bottom: 3rem;
  }

  .mgl-sm-3 {
    margin-left: 3rem;
  }

  .mgr-sm-3 {
    margin-right: 3rem;
  }

  .mgt-sm--3 {
    margin-top: -3rem;
  }

  .mgb-sm--3 {
    margin-bottom: -3rem;
  }

  .mgl-sm--3 {
    margin-left: -3rem;
  }

  .mgr-sm--3 {
    margin-right: -3rem;
  }

  .mgt-sm-4 {
    margin-top: 4rem;
  }

  .mgb-sm-4 {
    margin-bottom: 4rem;
  }

  .mgl-sm-4 {
    margin-left: 4rem;
  }

  .mgr-sm-4 {
    margin-right: 4rem;
  }

  .mgt-sm--4 {
    margin-top: -4rem;
  }

  .mgb-sm--4 {
    margin-bottom: -4rem;
  }

  .mgl-sm--4 {
    margin-left: -4rem;
  }

  .mgr-sm--4 {
    margin-right: -4rem;
  }

  .mgt-sm-5 {
    margin-top: 5rem;
  }

  .mgb-sm-5 {
    margin-bottom: 5rem;
  }

  .mgl-sm-5 {
    margin-left: 5rem;
  }

  .mgr-sm-5 {
    margin-right: 5rem;
  }

  .mgt-sm--5 {
    margin-top: -5rem;
  }

  .mgb-sm--5 {
    margin-bottom: -5rem;
  }

  .mgl-sm--5 {
    margin-left: -5rem;
  }

  .mgr-sm--5 {
    margin-right: -5rem;
  }

  .mgt-sm-6 {
    margin-top: 6rem;
  }

  .mgb-sm-6 {
    margin-bottom: 6rem;
  }

  .mgl-sm-6 {
    margin-left: 6rem;
  }

  .mgr-sm-6 {
    margin-right: 6rem;
  }

  .mgt-sm--6 {
    margin-top: -6rem;
  }

  .mgb-sm--6 {
    margin-bottom: -6rem;
  }

  .mgl-sm--6 {
    margin-left: -6rem;
  }

  .mgr-sm--6 {
    margin-right: -6rem;
  }

  .mgt-sm-7 {
    margin-top: 7rem;
  }

  .mgb-sm-7 {
    margin-bottom: 7rem;
  }

  .mgl-sm-7 {
    margin-left: 7rem;
  }

  .mgr-sm-7 {
    margin-right: 7rem;
  }

  .mgt-sm--7 {
    margin-top: -7rem;
  }

  .mgb-sm--7 {
    margin-bottom: -7rem;
  }

  .mgl-sm--7 {
    margin-left: -7rem;
  }

  .mgr-sm--7 {
    margin-right: -7rem;
  }

  .mgt-sm-8 {
    margin-top: 8rem;
  }

  .mgb-sm-8 {
    margin-bottom: 8rem;
  }

  .mgl-sm-8 {
    margin-left: 8rem;
  }

  .mgr-sm-8 {
    margin-right: 8rem;
  }

  .mgt-sm--8 {
    margin-top: -8rem;
  }

  .mgb-sm--8 {
    margin-bottom: -8rem;
  }

  .mgl-sm--8 {
    margin-left: -8rem;
  }

  .mgr-sm--8 {
    margin-right: -8rem;
  }

  .mgt-sm-9 {
    margin-top: 9rem;
  }

  .mgb-sm-9 {
    margin-bottom: 9rem;
  }

  .mgl-sm-9 {
    margin-left: 9rem;
  }

  .mgr-sm-9 {
    margin-right: 9rem;
  }

  .mgt-sm--9 {
    margin-top: -9rem;
  }

  .mgb-sm--9 {
    margin-bottom: -9rem;
  }

  .mgl-sm--9 {
    margin-left: -9rem;
  }

  .mgr-sm--9 {
    margin-right: -9rem;
  }

  .mgt-sm-10 {
    margin-top: 10rem;
  }

  .mgb-sm-10 {
    margin-bottom: 10rem;
  }

  .mgl-sm-10 {
    margin-left: 10rem;
  }

  .mgr-sm-10 {
    margin-right: 10rem;
  }

  .mgt-sm--10 {
    margin-top: -10rem;
  }

  .mgb-sm--10 {
    margin-bottom: -10rem;
  }

  .mgl-sm--10 {
    margin-left: -10rem;
  }

  .mgr-sm--10 {
    margin-right: -10rem;
  }
}

@media (min-width: 768px) {
  .mgt-md-0 {
    margin-top: 0rem;
  }

  .mgb-md-0 {
    margin-bottom: 0rem;
  }

  .mgl-md-0 {
    margin-left: 0rem;
  }

  .mgr-md-0 {
    margin-right: 0rem;
  }

  .mgt-md--0 {
    margin-top: -0rem;
  }

  .mgb-md--0 {
    margin-bottom: -0rem;
  }

  .mgl-md--0 {
    margin-left: -0rem;
  }

  .mgr-md--0 {
    margin-right: -0rem;
  }

  .mgt-md-1 {
    margin-top: 1rem;
  }

  .mgb-md-1 {
    margin-bottom: 1rem;
  }

  .mgl-md-1 {
    margin-left: 1rem;
  }

  .mgr-md-1 {
    margin-right: 1rem;
  }

  .mgt-md--1 {
    margin-top: -1rem;
  }

  .mgb-md--1 {
    margin-bottom: -1rem;
  }

  .mgl-md--1 {
    margin-left: -1rem;
  }

  .mgr-md--1 {
    margin-right: -1rem;
  }

  .mgt-md-2 {
    margin-top: 2rem;
  }

  .mgb-md-2 {
    margin-bottom: 2rem;
  }

  .mgl-md-2 {
    margin-left: 2rem;
  }

  .mgr-md-2 {
    margin-right: 2rem;
  }

  .mgt-md--2 {
    margin-top: -2rem;
  }

  .mgb-md--2 {
    margin-bottom: -2rem;
  }

  .mgl-md--2 {
    margin-left: -2rem;
  }

  .mgr-md--2 {
    margin-right: -2rem;
  }

  .mgt-md-3 {
    margin-top: 3rem;
  }

  .mgb-md-3 {
    margin-bottom: 3rem;
  }

  .mgl-md-3 {
    margin-left: 3rem;
  }

  .mgr-md-3 {
    margin-right: 3rem;
  }

  .mgt-md--3 {
    margin-top: -3rem;
  }

  .mgb-md--3 {
    margin-bottom: -3rem;
  }

  .mgl-md--3 {
    margin-left: -3rem;
  }

  .mgr-md--3 {
    margin-right: -3rem;
  }

  .mgt-md-4 {
    margin-top: 4rem;
  }

  .mgb-md-4 {
    margin-bottom: 4rem;
  }

  .mgl-md-4 {
    margin-left: 4rem;
  }

  .mgr-md-4 {
    margin-right: 4rem;
  }

  .mgt-md--4 {
    margin-top: -4rem;
  }

  .mgb-md--4 {
    margin-bottom: -4rem;
  }

  .mgl-md--4 {
    margin-left: -4rem;
  }

  .mgr-md--4 {
    margin-right: -4rem;
  }

  .mgt-md-5 {
    margin-top: 5rem;
  }

  .mgb-md-5 {
    margin-bottom: 5rem;
  }

  .mgl-md-5 {
    margin-left: 5rem;
  }

  .mgr-md-5 {
    margin-right: 5rem;
  }

  .mgt-md--5 {
    margin-top: -5rem;
  }

  .mgb-md--5 {
    margin-bottom: -5rem;
  }

  .mgl-md--5 {
    margin-left: -5rem;
  }

  .mgr-md--5 {
    margin-right: -5rem;
  }

  .mgt-md-6 {
    margin-top: 6rem;
  }

  .mgb-md-6 {
    margin-bottom: 6rem;
  }

  .mgl-md-6 {
    margin-left: 6rem;
  }

  .mgr-md-6 {
    margin-right: 6rem;
  }

  .mgt-md--6 {
    margin-top: -6rem;
  }

  .mgb-md--6 {
    margin-bottom: -6rem;
  }

  .mgl-md--6 {
    margin-left: -6rem;
  }

  .mgr-md--6 {
    margin-right: -6rem;
  }

  .mgt-md-7 {
    margin-top: 7rem;
  }

  .mgb-md-7 {
    margin-bottom: 7rem;
  }

  .mgl-md-7 {
    margin-left: 7rem;
  }

  .mgr-md-7 {
    margin-right: 7rem;
  }

  .mgt-md--7 {
    margin-top: -7rem;
  }

  .mgb-md--7 {
    margin-bottom: -7rem;
  }

  .mgl-md--7 {
    margin-left: -7rem;
  }

  .mgr-md--7 {
    margin-right: -7rem;
  }

  .mgt-md-8 {
    margin-top: 8rem;
  }

  .mgb-md-8 {
    margin-bottom: 8rem;
  }

  .mgl-md-8 {
    margin-left: 8rem;
  }

  .mgr-md-8 {
    margin-right: 8rem;
  }

  .mgt-md--8 {
    margin-top: -8rem;
  }

  .mgb-md--8 {
    margin-bottom: -8rem;
  }

  .mgl-md--8 {
    margin-left: -8rem;
  }

  .mgr-md--8 {
    margin-right: -8rem;
  }

  .mgt-md-9 {
    margin-top: 9rem;
  }

  .mgb-md-9 {
    margin-bottom: 9rem;
  }

  .mgl-md-9 {
    margin-left: 9rem;
  }

  .mgr-md-9 {
    margin-right: 9rem;
  }

  .mgt-md--9 {
    margin-top: -9rem;
  }

  .mgb-md--9 {
    margin-bottom: -9rem;
  }

  .mgl-md--9 {
    margin-left: -9rem;
  }

  .mgr-md--9 {
    margin-right: -9rem;
  }

  .mgt-md-10 {
    margin-top: 10rem;
  }

  .mgb-md-10 {
    margin-bottom: 10rem;
  }

  .mgl-md-10 {
    margin-left: 10rem;
  }

  .mgr-md-10 {
    margin-right: 10rem;
  }

  .mgt-md--10 {
    margin-top: -10rem;
  }

  .mgb-md--10 {
    margin-bottom: -10rem;
  }

  .mgl-md--10 {
    margin-left: -10rem;
  }

  .mgr-md--10 {
    margin-right: -10rem;
  }
}

@media (min-width: 992px) {
  .mgt-lg-0 {
    margin-top: 0rem;
  }

  .mgb-lg-0 {
    margin-bottom: 0rem;
  }

  .mgl-lg-0 {
    margin-left: 0rem;
  }

  .mgr-lg-0 {
    margin-right: 0rem;
  }

  .mgt-lg--0 {
    margin-top: -0rem;
  }

  .mgb-lg--0 {
    margin-bottom: -0rem;
  }

  .mgl-lg--0 {
    margin-left: -0rem;
  }

  .mgr-lg--0 {
    margin-right: -0rem;
  }

  .mgt-lg-1 {
    margin-top: 1rem;
  }

  .mgb-lg-1 {
    margin-bottom: 1rem;
  }

  .mgl-lg-1 {
    margin-left: 1rem;
  }

  .mgr-lg-1 {
    margin-right: 1rem;
  }

  .mgt-lg--1 {
    margin-top: -1rem;
  }

  .mgb-lg--1 {
    margin-bottom: -1rem;
  }

  .mgl-lg--1 {
    margin-left: -1rem;
  }

  .mgr-lg--1 {
    margin-right: -1rem;
  }

  .mgt-lg-2 {
    margin-top: 2rem;
  }

  .mgb-lg-2 {
    margin-bottom: 2rem;
  }

  .mgl-lg-2 {
    margin-left: 2rem;
  }

  .mgr-lg-2 {
    margin-right: 2rem;
  }

  .mgt-lg--2 {
    margin-top: -2rem;
  }

  .mgb-lg--2 {
    margin-bottom: -2rem;
  }

  .mgl-lg--2 {
    margin-left: -2rem;
  }

  .mgr-lg--2 {
    margin-right: -2rem;
  }

  .mgt-lg-3 {
    margin-top: 3rem;
  }

  .mgb-lg-3 {
    margin-bottom: 3rem;
  }

  .mgl-lg-3 {
    margin-left: 3rem;
  }

  .mgr-lg-3 {
    margin-right: 3rem;
  }

  .mgt-lg--3 {
    margin-top: -3rem;
  }

  .mgb-lg--3 {
    margin-bottom: -3rem;
  }

  .mgl-lg--3 {
    margin-left: -3rem;
  }

  .mgr-lg--3 {
    margin-right: -3rem;
  }

  .mgt-lg-4 {
    margin-top: 4rem;
  }

  .mgb-lg-4 {
    margin-bottom: 4rem;
  }

  .mgl-lg-4 {
    margin-left: 4rem;
  }

  .mgr-lg-4 {
    margin-right: 4rem;
  }

  .mgt-lg--4 {
    margin-top: -4rem;
  }

  .mgb-lg--4 {
    margin-bottom: -4rem;
  }

  .mgl-lg--4 {
    margin-left: -4rem;
  }

  .mgr-lg--4 {
    margin-right: -4rem;
  }

  .mgt-lg-5 {
    margin-top: 5rem;
  }

  .mgb-lg-5 {
    margin-bottom: 5rem;
  }

  .mgl-lg-5 {
    margin-left: 5rem;
  }

  .mgr-lg-5 {
    margin-right: 5rem;
  }

  .mgt-lg--5 {
    margin-top: -5rem;
  }

  .mgb-lg--5 {
    margin-bottom: -5rem;
  }

  .mgl-lg--5 {
    margin-left: -5rem;
  }

  .mgr-lg--5 {
    margin-right: -5rem;
  }

  .mgt-lg-6 {
    margin-top: 6rem;
  }

  .mgb-lg-6 {
    margin-bottom: 6rem;
  }

  .mgl-lg-6 {
    margin-left: 6rem;
  }

  .mgr-lg-6 {
    margin-right: 6rem;
  }

  .mgt-lg--6 {
    margin-top: -6rem;
  }

  .mgb-lg--6 {
    margin-bottom: -6rem;
  }

  .mgl-lg--6 {
    margin-left: -6rem;
  }

  .mgr-lg--6 {
    margin-right: -6rem;
  }

  .mgt-lg-7 {
    margin-top: 7rem;
  }

  .mgb-lg-7 {
    margin-bottom: 7rem;
  }

  .mgl-lg-7 {
    margin-left: 7rem;
  }

  .mgr-lg-7 {
    margin-right: 7rem;
  }

  .mgt-lg--7 {
    margin-top: -7rem;
  }

  .mgb-lg--7 {
    margin-bottom: -7rem;
  }

  .mgl-lg--7 {
    margin-left: -7rem;
  }

  .mgr-lg--7 {
    margin-right: -7rem;
  }

  .mgt-lg-8 {
    margin-top: 8rem;
  }

  .mgb-lg-8 {
    margin-bottom: 8rem;
  }

  .mgl-lg-8 {
    margin-left: 8rem;
  }

  .mgr-lg-8 {
    margin-right: 8rem;
  }

  .mgt-lg--8 {
    margin-top: -8rem;
  }

  .mgb-lg--8 {
    margin-bottom: -8rem;
  }

  .mgl-lg--8 {
    margin-left: -8rem;
  }

  .mgr-lg--8 {
    margin-right: -8rem;
  }

  .mgt-lg-9 {
    margin-top: 9rem;
  }

  .mgb-lg-9 {
    margin-bottom: 9rem;
  }

  .mgl-lg-9 {
    margin-left: 9rem;
  }

  .mgr-lg-9 {
    margin-right: 9rem;
  }

  .mgt-lg--9 {
    margin-top: -9rem;
  }

  .mgb-lg--9 {
    margin-bottom: -9rem;
  }

  .mgl-lg--9 {
    margin-left: -9rem;
  }

  .mgr-lg--9 {
    margin-right: -9rem;
  }

  .mgt-lg-10 {
    margin-top: 10rem;
  }

  .mgb-lg-10 {
    margin-bottom: 10rem;
  }

  .mgl-lg-10 {
    margin-left: 10rem;
  }

  .mgr-lg-10 {
    margin-right: 10rem;
  }

  .mgt-lg--10 {
    margin-top: -10rem;
  }

  .mgb-lg--10 {
    margin-bottom: -10rem;
  }

  .mgl-lg--10 {
    margin-left: -10rem;
  }

  .mgr-lg--10 {
    margin-right: -10rem;
  }
}

@media (min-width: 1200px) {
  .mgt-xl-0 {
    margin-top: 0rem;
  }

  .mgb-xl-0 {
    margin-bottom: 0rem;
  }

  .mgl-xl-0 {
    margin-left: 0rem;
  }

  .mgr-xl-0 {
    margin-right: 0rem;
  }

  .mgt-xl--0 {
    margin-top: -0rem;
  }

  .mgb-xl--0 {
    margin-bottom: -0rem;
  }

  .mgl-xl--0 {
    margin-left: -0rem;
  }

  .mgr-xl--0 {
    margin-right: -0rem;
  }

  .mgt-xl-1 {
    margin-top: 1rem;
  }

  .mgb-xl-1 {
    margin-bottom: 1rem;
  }

  .mgl-xl-1 {
    margin-left: 1rem;
  }

  .mgr-xl-1 {
    margin-right: 1rem;
  }

  .mgt-xl--1 {
    margin-top: -1rem;
  }

  .mgb-xl--1 {
    margin-bottom: -1rem;
  }

  .mgl-xl--1 {
    margin-left: -1rem;
  }

  .mgr-xl--1 {
    margin-right: -1rem;
  }

  .mgt-xl-2 {
    margin-top: 2rem;
  }

  .mgb-xl-2 {
    margin-bottom: 2rem;
  }

  .mgl-xl-2 {
    margin-left: 2rem;
  }

  .mgr-xl-2 {
    margin-right: 2rem;
  }

  .mgt-xl--2 {
    margin-top: -2rem;
  }

  .mgb-xl--2 {
    margin-bottom: -2rem;
  }

  .mgl-xl--2 {
    margin-left: -2rem;
  }

  .mgr-xl--2 {
    margin-right: -2rem;
  }

  .mgt-xl-3 {
    margin-top: 3rem;
  }

  .mgb-xl-3 {
    margin-bottom: 3rem;
  }

  .mgl-xl-3 {
    margin-left: 3rem;
  }

  .mgr-xl-3 {
    margin-right: 3rem;
  }

  .mgt-xl--3 {
    margin-top: -3rem;
  }

  .mgb-xl--3 {
    margin-bottom: -3rem;
  }

  .mgl-xl--3 {
    margin-left: -3rem;
  }

  .mgr-xl--3 {
    margin-right: -3rem;
  }

  .mgt-xl-4 {
    margin-top: 4rem;
  }

  .mgb-xl-4 {
    margin-bottom: 4rem;
  }

  .mgl-xl-4 {
    margin-left: 4rem;
  }

  .mgr-xl-4 {
    margin-right: 4rem;
  }

  .mgt-xl--4 {
    margin-top: -4rem;
  }

  .mgb-xl--4 {
    margin-bottom: -4rem;
  }

  .mgl-xl--4 {
    margin-left: -4rem;
  }

  .mgr-xl--4 {
    margin-right: -4rem;
  }

  .mgt-xl-5 {
    margin-top: 5rem;
  }

  .mgb-xl-5 {
    margin-bottom: 5rem;
  }

  .mgl-xl-5 {
    margin-left: 5rem;
  }

  .mgr-xl-5 {
    margin-right: 5rem;
  }

  .mgt-xl--5 {
    margin-top: -5rem;
  }

  .mgb-xl--5 {
    margin-bottom: -5rem;
  }

  .mgl-xl--5 {
    margin-left: -5rem;
  }

  .mgr-xl--5 {
    margin-right: -5rem;
  }

  .mgt-xl-6 {
    margin-top: 6rem;
  }

  .mgb-xl-6 {
    margin-bottom: 6rem;
  }

  .mgl-xl-6 {
    margin-left: 6rem;
  }

  .mgr-xl-6 {
    margin-right: 6rem;
  }

  .mgt-xl--6 {
    margin-top: -6rem;
  }

  .mgb-xl--6 {
    margin-bottom: -6rem;
  }

  .mgl-xl--6 {
    margin-left: -6rem;
  }

  .mgr-xl--6 {
    margin-right: -6rem;
  }

  .mgt-xl-7 {
    margin-top: 7rem;
  }

  .mgb-xl-7 {
    margin-bottom: 7rem;
  }

  .mgl-xl-7 {
    margin-left: 7rem;
  }

  .mgr-xl-7 {
    margin-right: 7rem;
  }

  .mgt-xl--7 {
    margin-top: -7rem;
  }

  .mgb-xl--7 {
    margin-bottom: -7rem;
  }

  .mgl-xl--7 {
    margin-left: -7rem;
  }

  .mgr-xl--7 {
    margin-right: -7rem;
  }

  .mgt-xl-8 {
    margin-top: 8rem;
  }

  .mgb-xl-8 {
    margin-bottom: 8rem;
  }

  .mgl-xl-8 {
    margin-left: 8rem;
  }

  .mgr-xl-8 {
    margin-right: 8rem;
  }

  .mgt-xl--8 {
    margin-top: -8rem;
  }

  .mgb-xl--8 {
    margin-bottom: -8rem;
  }

  .mgl-xl--8 {
    margin-left: -8rem;
  }

  .mgr-xl--8 {
    margin-right: -8rem;
  }

  .mgt-xl-9 {
    margin-top: 9rem;
  }

  .mgb-xl-9 {
    margin-bottom: 9rem;
  }

  .mgl-xl-9 {
    margin-left: 9rem;
  }

  .mgr-xl-9 {
    margin-right: 9rem;
  }

  .mgt-xl--9 {
    margin-top: -9rem;
  }

  .mgb-xl--9 {
    margin-bottom: -9rem;
  }

  .mgl-xl--9 {
    margin-left: -9rem;
  }

  .mgr-xl--9 {
    margin-right: -9rem;
  }

  .mgt-xl-10 {
    margin-top: 10rem;
  }

  .mgb-xl-10 {
    margin-bottom: 10rem;
  }

  .mgl-xl-10 {
    margin-left: 10rem;
  }

  .mgr-xl-10 {
    margin-right: 10rem;
  }

  .mgt-xl--10 {
    margin-top: -10rem;
  }

  .mgb-xl--10 {
    margin-bottom: -10rem;
  }

  .mgl-xl--10 {
    margin-left: -10rem;
  }

  .mgr-xl--10 {
    margin-right: -10rem;
  }
}

.pdt-0 {
  padding-top: 0rem;
}

.pdb-0 {
  padding-bottom: 0rem;
}

.pdl-0 {
  padding-left: 0rem;
}

.pdr-0 {
  padding-right: 0rem;
}

.pdt--0 {
  padding-top: -0rem;
}

.pdb--0 {
  padding-bottom: -0rem;
}

.pdl--0 {
  padding-left: -0rem;
}

.pdr--0 {
  padding-right: -0rem;
}

.pd-0 {
  padding: 0rem;
}

.pdt-1 {
  padding-top: 1rem;
}

.pdb-1 {
  padding-bottom: 1rem;
}

.pdl-1 {
  padding-left: 1rem;
}

.pdr-1 {
  padding-right: 1rem;
}

.pdt--1 {
  padding-top: -1rem;
}

.pdb--1 {
  padding-bottom: -1rem;
}

.pdl--1 {
  padding-left: -1rem;
}

.pdr--1 {
  padding-right: -1rem;
}

.pd-1 {
  padding: 1rem;
}

.pdt-2 {
  padding-top: 2rem;
}

.pdb-2 {
  padding-bottom: 2rem;
}

.pdl-2 {
  padding-left: 2rem;
}

.pdr-2 {
  padding-right: 2rem;
}

.pdt--2 {
  padding-top: -2rem;
}

.pdb--2 {
  padding-bottom: -2rem;
}

.pdl--2 {
  padding-left: -2rem;
}

.pdr--2 {
  padding-right: -2rem;
}

.pd-2 {
  padding: 2rem;
}

.pdt-3 {
  padding-top: 3rem;
}

.pdb-3 {
  padding-bottom: 3rem;
}

.pdl-3 {
  padding-left: 3rem;
}

.pdr-3 {
  padding-right: 3rem;
}

.pdt--3 {
  padding-top: -3rem;
}

.pdb--3 {
  padding-bottom: -3rem;
}

.pdl--3 {
  padding-left: -3rem;
}

.pdr--3 {
  padding-right: -3rem;
}

.pd-3 {
  padding: 3rem;
}

.pdt-4 {
  padding-top: 4rem;
}

.pdb-4 {
  padding-bottom: 4rem;
}

.pdl-4 {
  padding-left: 4rem;
}

.pdr-4 {
  padding-right: 4rem;
}

.pdt--4 {
  padding-top: -4rem;
}

.pdb--4 {
  padding-bottom: -4rem;
}

.pdl--4 {
  padding-left: -4rem;
}

.pdr--4 {
  padding-right: -4rem;
}

.pd-4 {
  padding: 4rem;
}

.pdt-5 {
  padding-top: 5rem;
}

.pdb-5 {
  padding-bottom: 5rem;
}

.pdl-5 {
  padding-left: 5rem;
}

.pdr-5 {
  padding-right: 5rem;
}

.pdt--5 {
  padding-top: -5rem;
}

.pdb--5 {
  padding-bottom: -5rem;
}

.pdl--5 {
  padding-left: -5rem;
}

.pdr--5 {
  padding-right: -5rem;
}

.pd-5 {
  padding: 5rem;
}

.pdt-6 {
  padding-top: 6rem;
}

.pdb-6 {
  padding-bottom: 6rem;
}

.pdl-6 {
  padding-left: 6rem;
}

.pdr-6 {
  padding-right: 6rem;
}

.pdt--6 {
  padding-top: -6rem;
}

.pdb--6 {
  padding-bottom: -6rem;
}

.pdl--6 {
  padding-left: -6rem;
}

.pdr--6 {
  padding-right: -6rem;
}

.pd-6 {
  padding: 6rem;
}

.pdt-7 {
  padding-top: 7rem;
}

.pdb-7 {
  padding-bottom: 7rem;
}

.pdl-7 {
  padding-left: 7rem;
}

.pdr-7 {
  padding-right: 7rem;
}

.pdt--7 {
  padding-top: -7rem;
}

.pdb--7 {
  padding-bottom: -7rem;
}

.pdl--7 {
  padding-left: -7rem;
}

.pdr--7 {
  padding-right: -7rem;
}

.pd-7 {
  padding: 7rem;
}

.pdt-8 {
  padding-top: 8rem;
}

.pdb-8 {
  padding-bottom: 8rem;
}

.pdl-8 {
  padding-left: 8rem;
}

.pdr-8 {
  padding-right: 8rem;
}

.pdt--8 {
  padding-top: -8rem;
}

.pdb--8 {
  padding-bottom: -8rem;
}

.pdl--8 {
  padding-left: -8rem;
}

.pdr--8 {
  padding-right: -8rem;
}

.pd-8 {
  padding: 8rem;
}

.pdt-9 {
  padding-top: 9rem;
}

.pdb-9 {
  padding-bottom: 9rem;
}

.pdl-9 {
  padding-left: 9rem;
}

.pdr-9 {
  padding-right: 9rem;
}

.pdt--9 {
  padding-top: -9rem;
}

.pdb--9 {
  padding-bottom: -9rem;
}

.pdl--9 {
  padding-left: -9rem;
}

.pdr--9 {
  padding-right: -9rem;
}

.pd-9 {
  padding: 9rem;
}

.pdt-10 {
  padding-top: 10rem;
}

.pdb-10 {
  padding-bottom: 10rem;
}

.pdl-10 {
  padding-left: 10rem;
}

.pdr-10 {
  padding-right: 10rem;
}

.pdt--10 {
  padding-top: -10rem;
}

.pdb--10 {
  padding-bottom: -10rem;
}

.pdl--10 {
  padding-left: -10rem;
}

.pdr--10 {
  padding-right: -10rem;
}

.pd-10 {
  padding: 10rem;
}

@media (min-width: 768px) {
  .pdt-md-0 {
    padding-top: 0rem;
  }

  .pdb-md-0 {
    padding-bottom: 0rem;
  }

  .pdl-md-0 {
    padding-left: 0rem;
  }

  .pdr-md-0 {
    padding-right: 0rem;
  }

  .pdt-md--0 {
    padding-top: -0rem;
  }

  .pdb-md--0 {
    padding-bottom: -0rem;
  }

  .pdl-md--0 {
    padding-left: -0rem;
  }

  .pdr-md--0 {
    padding-right: -0rem;
  }

  .pd-md-0 {
    padding: 0rem;
  }

  .pdt-md-1 {
    padding-top: 1rem;
  }

  .pdb-md-1 {
    padding-bottom: 1rem;
  }

  .pdl-md-1 {
    padding-left: 1rem;
  }

  .pdr-md-1 {
    padding-right: 1rem;
  }

  .pdt-md--1 {
    padding-top: -1rem;
  }

  .pdb-md--1 {
    padding-bottom: -1rem;
  }

  .pdl-md--1 {
    padding-left: -1rem;
  }

  .pdr-md--1 {
    padding-right: -1rem;
  }

  .pd-md-1 {
    padding: 1rem;
  }

  .pdt-md-2 {
    padding-top: 2rem;
  }

  .pdb-md-2 {
    padding-bottom: 2rem;
  }

  .pdl-md-2 {
    padding-left: 2rem;
  }

  .pdr-md-2 {
    padding-right: 2rem;
  }

  .pdt-md--2 {
    padding-top: -2rem;
  }

  .pdb-md--2 {
    padding-bottom: -2rem;
  }

  .pdl-md--2 {
    padding-left: -2rem;
  }

  .pdr-md--2 {
    padding-right: -2rem;
  }

  .pd-md-2 {
    padding: 2rem;
  }

  .pdt-md-3 {
    padding-top: 3rem;
  }

  .pdb-md-3 {
    padding-bottom: 3rem;
  }

  .pdl-md-3 {
    padding-left: 3rem;
  }

  .pdr-md-3 {
    padding-right: 3rem;
  }

  .pdt-md--3 {
    padding-top: -3rem;
  }

  .pdb-md--3 {
    padding-bottom: -3rem;
  }

  .pdl-md--3 {
    padding-left: -3rem;
  }

  .pdr-md--3 {
    padding-right: -3rem;
  }

  .pd-md-3 {
    padding: 3rem;
  }

  .pdt-md-4 {
    padding-top: 4rem;
  }

  .pdb-md-4 {
    padding-bottom: 4rem;
  }

  .pdl-md-4 {
    padding-left: 4rem;
  }

  .pdr-md-4 {
    padding-right: 4rem;
  }

  .pdt-md--4 {
    padding-top: -4rem;
  }

  .pdb-md--4 {
    padding-bottom: -4rem;
  }

  .pdl-md--4 {
    padding-left: -4rem;
  }

  .pdr-md--4 {
    padding-right: -4rem;
  }

  .pd-md-4 {
    padding: 4rem;
  }

  .pdt-md-5 {
    padding-top: 5rem;
  }

  .pdb-md-5 {
    padding-bottom: 5rem;
  }

  .pdl-md-5 {
    padding-left: 5rem;
  }

  .pdr-md-5 {
    padding-right: 5rem;
  }

  .pdt-md--5 {
    padding-top: -5rem;
  }

  .pdb-md--5 {
    padding-bottom: -5rem;
  }

  .pdl-md--5 {
    padding-left: -5rem;
  }

  .pdr-md--5 {
    padding-right: -5rem;
  }

  .pd-md-5 {
    padding: 5rem;
  }

  .pdt-md-6 {
    padding-top: 6rem;
  }

  .pdb-md-6 {
    padding-bottom: 6rem;
  }

  .pdl-md-6 {
    padding-left: 6rem;
  }

  .pdr-md-6 {
    padding-right: 6rem;
  }

  .pdt-md--6 {
    padding-top: -6rem;
  }

  .pdb-md--6 {
    padding-bottom: -6rem;
  }

  .pdl-md--6 {
    padding-left: -6rem;
  }

  .pdr-md--6 {
    padding-right: -6rem;
  }

  .pd-md-6 {
    padding: 6rem;
  }

  .pdt-md-7 {
    padding-top: 7rem;
  }

  .pdb-md-7 {
    padding-bottom: 7rem;
  }

  .pdl-md-7 {
    padding-left: 7rem;
  }

  .pdr-md-7 {
    padding-right: 7rem;
  }

  .pdt-md--7 {
    padding-top: -7rem;
  }

  .pdb-md--7 {
    padding-bottom: -7rem;
  }

  .pdl-md--7 {
    padding-left: -7rem;
  }

  .pdr-md--7 {
    padding-right: -7rem;
  }

  .pd-md-7 {
    padding: 7rem;
  }

  .pdt-md-8 {
    padding-top: 8rem;
  }

  .pdb-md-8 {
    padding-bottom: 8rem;
  }

  .pdl-md-8 {
    padding-left: 8rem;
  }

  .pdr-md-8 {
    padding-right: 8rem;
  }

  .pdt-md--8 {
    padding-top: -8rem;
  }

  .pdb-md--8 {
    padding-bottom: -8rem;
  }

  .pdl-md--8 {
    padding-left: -8rem;
  }

  .pdr-md--8 {
    padding-right: -8rem;
  }

  .pd-md-8 {
    padding: 8rem;
  }

  .pdt-md-9 {
    padding-top: 9rem;
  }

  .pdb-md-9 {
    padding-bottom: 9rem;
  }

  .pdl-md-9 {
    padding-left: 9rem;
  }

  .pdr-md-9 {
    padding-right: 9rem;
  }

  .pdt-md--9 {
    padding-top: -9rem;
  }

  .pdb-md--9 {
    padding-bottom: -9rem;
  }

  .pdl-md--9 {
    padding-left: -9rem;
  }

  .pdr-md--9 {
    padding-right: -9rem;
  }

  .pd-md-9 {
    padding: 9rem;
  }

  .pdt-md-10 {
    padding-top: 10rem;
  }

  .pdb-md-10 {
    padding-bottom: 10rem;
  }

  .pdl-md-10 {
    padding-left: 10rem;
  }

  .pdr-md-10 {
    padding-right: 10rem;
  }

  .pdt-md--10 {
    padding-top: -10rem;
  }

  .pdb-md--10 {
    padding-bottom: -10rem;
  }

  .pdl-md--10 {
    padding-left: -10rem;
  }

  .pdr-md--10 {
    padding-right: -10rem;
  }

  .pd-md-10 {
    padding: 10rem;
  }
}

@media (min-width: 992px) {
  .pdt-lg-0 {
    padding-top: 0rem;
  }

  .pdb-lg-0 {
    padding-bottom: 0rem;
  }

  .pdl-lg-0 {
    padding-left: 0rem;
  }

  .pdr-lg-0 {
    padding-right: 0rem;
  }

  .pdt-lg--0 {
    padding-top: -0rem;
  }

  .pdb-lg--0 {
    padding-bottom: -0rem;
  }

  .pdl-lg--0 {
    padding-left: -0rem;
  }

  .pdr-lg--0 {
    padding-right: -0rem;
  }

  .pd-lg-0 {
    padding: 0rem;
  }

  .pdt-lg-1 {
    padding-top: 1rem;
  }

  .pdb-lg-1 {
    padding-bottom: 1rem;
  }

  .pdl-lg-1 {
    padding-left: 1rem;
  }

  .pdr-lg-1 {
    padding-right: 1rem;
  }

  .pdt-lg--1 {
    padding-top: -1rem;
  }

  .pdb-lg--1 {
    padding-bottom: -1rem;
  }

  .pdl-lg--1 {
    padding-left: -1rem;
  }

  .pdr-lg--1 {
    padding-right: -1rem;
  }

  .pd-lg-1 {
    padding: 1rem;
  }

  .pdt-lg-2 {
    padding-top: 2rem;
  }

  .pdb-lg-2 {
    padding-bottom: 2rem;
  }

  .pdl-lg-2 {
    padding-left: 2rem;
  }

  .pdr-lg-2 {
    padding-right: 2rem;
  }

  .pdt-lg--2 {
    padding-top: -2rem;
  }

  .pdb-lg--2 {
    padding-bottom: -2rem;
  }

  .pdl-lg--2 {
    padding-left: -2rem;
  }

  .pdr-lg--2 {
    padding-right: -2rem;
  }

  .pd-lg-2 {
    padding: 2rem;
  }

  .pdt-lg-3 {
    padding-top: 3rem;
  }

  .pdb-lg-3 {
    padding-bottom: 3rem;
  }

  .pdl-lg-3 {
    padding-left: 3rem;
  }

  .pdr-lg-3 {
    padding-right: 3rem;
  }

  .pdt-lg--3 {
    padding-top: -3rem;
  }

  .pdb-lg--3 {
    padding-bottom: -3rem;
  }

  .pdl-lg--3 {
    padding-left: -3rem;
  }

  .pdr-lg--3 {
    padding-right: -3rem;
  }

  .pd-lg-3 {
    padding: 3rem;
  }

  .pdt-lg-4 {
    padding-top: 4rem;
  }

  .pdb-lg-4 {
    padding-bottom: 4rem;
  }

  .pdl-lg-4 {
    padding-left: 4rem;
  }

  .pdr-lg-4 {
    padding-right: 4rem;
  }

  .pdt-lg--4 {
    padding-top: -4rem;
  }

  .pdb-lg--4 {
    padding-bottom: -4rem;
  }

  .pdl-lg--4 {
    padding-left: -4rem;
  }

  .pdr-lg--4 {
    padding-right: -4rem;
  }

  .pd-lg-4 {
    padding: 4rem;
  }

  .pdt-lg-5 {
    padding-top: 5rem;
  }

  .pdb-lg-5 {
    padding-bottom: 5rem;
  }

  .pdl-lg-5 {
    padding-left: 5rem;
  }

  .pdr-lg-5 {
    padding-right: 5rem;
  }

  .pdt-lg--5 {
    padding-top: -5rem;
  }

  .pdb-lg--5 {
    padding-bottom: -5rem;
  }

  .pdl-lg--5 {
    padding-left: -5rem;
  }

  .pdr-lg--5 {
    padding-right: -5rem;
  }

  .pd-lg-5 {
    padding: 5rem;
  }

  .pdt-lg-6 {
    padding-top: 6rem;
  }

  .pdb-lg-6 {
    padding-bottom: 6rem;
  }

  .pdl-lg-6 {
    padding-left: 6rem;
  }

  .pdr-lg-6 {
    padding-right: 6rem;
  }

  .pdt-lg--6 {
    padding-top: -6rem;
  }

  .pdb-lg--6 {
    padding-bottom: -6rem;
  }

  .pdl-lg--6 {
    padding-left: -6rem;
  }

  .pdr-lg--6 {
    padding-right: -6rem;
  }

  .pd-lg-6 {
    padding: 6rem;
  }

  .pdt-lg-7 {
    padding-top: 7rem;
  }

  .pdb-lg-7 {
    padding-bottom: 7rem;
  }

  .pdl-lg-7 {
    padding-left: 7rem;
  }

  .pdr-lg-7 {
    padding-right: 7rem;
  }

  .pdt-lg--7 {
    padding-top: -7rem;
  }

  .pdb-lg--7 {
    padding-bottom: -7rem;
  }

  .pdl-lg--7 {
    padding-left: -7rem;
  }

  .pdr-lg--7 {
    padding-right: -7rem;
  }

  .pd-lg-7 {
    padding: 7rem;
  }

  .pdt-lg-8 {
    padding-top: 8rem;
  }

  .pdb-lg-8 {
    padding-bottom: 8rem;
  }

  .pdl-lg-8 {
    padding-left: 8rem;
  }

  .pdr-lg-8 {
    padding-right: 8rem;
  }

  .pdt-lg--8 {
    padding-top: -8rem;
  }

  .pdb-lg--8 {
    padding-bottom: -8rem;
  }

  .pdl-lg--8 {
    padding-left: -8rem;
  }

  .pdr-lg--8 {
    padding-right: -8rem;
  }

  .pd-lg-8 {
    padding: 8rem;
  }

  .pdt-lg-9 {
    padding-top: 9rem;
  }

  .pdb-lg-9 {
    padding-bottom: 9rem;
  }

  .pdl-lg-9 {
    padding-left: 9rem;
  }

  .pdr-lg-9 {
    padding-right: 9rem;
  }

  .pdt-lg--9 {
    padding-top: -9rem;
  }

  .pdb-lg--9 {
    padding-bottom: -9rem;
  }

  .pdl-lg--9 {
    padding-left: -9rem;
  }

  .pdr-lg--9 {
    padding-right: -9rem;
  }

  .pd-lg-9 {
    padding: 9rem;
  }

  .pdt-lg-10 {
    padding-top: 10rem;
  }

  .pdb-lg-10 {
    padding-bottom: 10rem;
  }

  .pdl-lg-10 {
    padding-left: 10rem;
  }

  .pdr-lg-10 {
    padding-right: 10rem;
  }

  .pdt-lg--10 {
    padding-top: -10rem;
  }

  .pdb-lg--10 {
    padding-bottom: -10rem;
  }

  .pdl-lg--10 {
    padding-left: -10rem;
  }

  .pdr-lg--10 {
    padding-right: -10rem;
  }

  .pd-lg-10 {
    padding: 10rem;
  }
}

@media (min-width: 1200px) {
  .pdt-xl-0 {
    padding-top: 0rem;
  }

  .pdb-xl-0 {
    padding-bottom: 0rem;
  }

  .pdl-xl-0 {
    padding-left: 0rem;
  }

  .pdr-xl-0 {
    padding-right: 0rem;
  }

  .pdt-xl--0 {
    padding-top: -0rem;
  }

  .pdb-xl--0 {
    padding-bottom: -0rem;
  }

  .pdl-xl--0 {
    padding-left: -0rem;
  }

  .pdr-xl--0 {
    padding-right: -0rem;
  }

  .pd-xl-0 {
    padding: 0rem;
  }

  .pdt-xl-1 {
    padding-top: 1rem;
  }

  .pdb-xl-1 {
    padding-bottom: 1rem;
  }

  .pdl-xl-1 {
    padding-left: 1rem;
  }

  .pdr-xl-1 {
    padding-right: 1rem;
  }

  .pdt-xl--1 {
    padding-top: -1rem;
  }

  .pdb-xl--1 {
    padding-bottom: -1rem;
  }

  .pdl-xl--1 {
    padding-left: -1rem;
  }

  .pdr-xl--1 {
    padding-right: -1rem;
  }

  .pd-xl-1 {
    padding: 1rem;
  }

  .pdt-xl-2 {
    padding-top: 2rem;
  }

  .pdb-xl-2 {
    padding-bottom: 2rem;
  }

  .pdl-xl-2 {
    padding-left: 2rem;
  }

  .pdr-xl-2 {
    padding-right: 2rem;
  }

  .pdt-xl--2 {
    padding-top: -2rem;
  }

  .pdb-xl--2 {
    padding-bottom: -2rem;
  }

  .pdl-xl--2 {
    padding-left: -2rem;
  }

  .pdr-xl--2 {
    padding-right: -2rem;
  }

  .pd-xl-2 {
    padding: 2rem;
  }

  .pdt-xl-3 {
    padding-top: 3rem;
  }

  .pdb-xl-3 {
    padding-bottom: 3rem;
  }

  .pdl-xl-3 {
    padding-left: 3rem;
  }

  .pdr-xl-3 {
    padding-right: 3rem;
  }

  .pdt-xl--3 {
    padding-top: -3rem;
  }

  .pdb-xl--3 {
    padding-bottom: -3rem;
  }

  .pdl-xl--3 {
    padding-left: -3rem;
  }

  .pdr-xl--3 {
    padding-right: -3rem;
  }

  .pd-xl-3 {
    padding: 3rem;
  }

  .pdt-xl-4 {
    padding-top: 4rem;
  }

  .pdb-xl-4 {
    padding-bottom: 4rem;
  }

  .pdl-xl-4 {
    padding-left: 4rem;
  }

  .pdr-xl-4 {
    padding-right: 4rem;
  }

  .pdt-xl--4 {
    padding-top: -4rem;
  }

  .pdb-xl--4 {
    padding-bottom: -4rem;
  }

  .pdl-xl--4 {
    padding-left: -4rem;
  }

  .pdr-xl--4 {
    padding-right: -4rem;
  }

  .pd-xl-4 {
    padding: 4rem;
  }

  .pdt-xl-5 {
    padding-top: 5rem;
  }

  .pdb-xl-5 {
    padding-bottom: 5rem;
  }

  .pdl-xl-5 {
    padding-left: 5rem;
  }

  .pdr-xl-5 {
    padding-right: 5rem;
  }

  .pdt-xl--5 {
    padding-top: -5rem;
  }

  .pdb-xl--5 {
    padding-bottom: -5rem;
  }

  .pdl-xl--5 {
    padding-left: -5rem;
  }

  .pdr-xl--5 {
    padding-right: -5rem;
  }

  .pd-xl-5 {
    padding: 5rem;
  }

  .pdt-xl-6 {
    padding-top: 6rem;
  }

  .pdb-xl-6 {
    padding-bottom: 6rem;
  }

  .pdl-xl-6 {
    padding-left: 6rem;
  }

  .pdr-xl-6 {
    padding-right: 6rem;
  }

  .pdt-xl--6 {
    padding-top: -6rem;
  }

  .pdb-xl--6 {
    padding-bottom: -6rem;
  }

  .pdl-xl--6 {
    padding-left: -6rem;
  }

  .pdr-xl--6 {
    padding-right: -6rem;
  }

  .pd-xl-6 {
    padding: 6rem;
  }

  .pdt-xl-7 {
    padding-top: 7rem;
  }

  .pdb-xl-7 {
    padding-bottom: 7rem;
  }

  .pdl-xl-7 {
    padding-left: 7rem;
  }

  .pdr-xl-7 {
    padding-right: 7rem;
  }

  .pdt-xl--7 {
    padding-top: -7rem;
  }

  .pdb-xl--7 {
    padding-bottom: -7rem;
  }

  .pdl-xl--7 {
    padding-left: -7rem;
  }

  .pdr-xl--7 {
    padding-right: -7rem;
  }

  .pd-xl-7 {
    padding: 7rem;
  }

  .pdt-xl-8 {
    padding-top: 8rem;
  }

  .pdb-xl-8 {
    padding-bottom: 8rem;
  }

  .pdl-xl-8 {
    padding-left: 8rem;
  }

  .pdr-xl-8 {
    padding-right: 8rem;
  }

  .pdt-xl--8 {
    padding-top: -8rem;
  }

  .pdb-xl--8 {
    padding-bottom: -8rem;
  }

  .pdl-xl--8 {
    padding-left: -8rem;
  }

  .pdr-xl--8 {
    padding-right: -8rem;
  }

  .pd-xl-8 {
    padding: 8rem;
  }

  .pdt-xl-9 {
    padding-top: 9rem;
  }

  .pdb-xl-9 {
    padding-bottom: 9rem;
  }

  .pdl-xl-9 {
    padding-left: 9rem;
  }

  .pdr-xl-9 {
    padding-right: 9rem;
  }

  .pdt-xl--9 {
    padding-top: -9rem;
  }

  .pdb-xl--9 {
    padding-bottom: -9rem;
  }

  .pdl-xl--9 {
    padding-left: -9rem;
  }

  .pdr-xl--9 {
    padding-right: -9rem;
  }

  .pd-xl-9 {
    padding: 9rem;
  }

  .pdt-xl-10 {
    padding-top: 10rem;
  }

  .pdb-xl-10 {
    padding-bottom: 10rem;
  }

  .pdl-xl-10 {
    padding-left: 10rem;
  }

  .pdr-xl-10 {
    padding-right: 10rem;
  }

  .pdt-xl--10 {
    padding-top: -10rem;
  }

  .pdb-xl--10 {
    padding-bottom: -10rem;
  }

  .pdl-xl--10 {
    padding-left: -10rem;
  }

  .pdr-xl--10 {
    padding-right: -10rem;
  }

  .pd-xl-10 {
    padding: 10rem;
  }
}

.size-0 {
  font-size: 1.1rem;
}

.size-1 {
  font-size: 1.2rem;
}

.size-2 {
  font-size: 1.3rem;
}

.size-3 {
  font-size: 1.4rem;
}

.size-4 {
  font-size: 1.5rem;
}

.size-5 {
  font-size: 1.6rem;
}

.size-6 {
  font-size: 1.7rem;
}

.size-7 {
  font-size: 1.8rem;
}

.size-8 {
  font-size: 1.9rem;
}

.size-9 {
  font-size: 2rem;
}

.size-10 {
  font-size: 2.1rem;
}

@media (min-width: 768px) {
  .size-md-0 {
    font-size: 1.1rem;
  }

  .size-md-1 {
    font-size: 1.2rem;
  }

  .size-md-2 {
    font-size: 1.3rem;
  }

  .size-md-3 {
    font-size: 1.4rem;
  }

  .size-md-4 {
    font-size: 1.5rem;
  }

  .size-md-5 {
    font-size: 1.6rem;
  }

  .size-md-6 {
    font-size: 1.7rem;
  }

  .size-md-7 {
    font-size: 1.8rem;
  }

  .size-md-8 {
    font-size: 1.9rem;
  }

  .size-md-9 {
    font-size: 2rem;
  }

  .size-md-10 {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .size-lg-0 {
    font-size: 1.1rem;
  }

  .size-lg-1 {
    font-size: 1.2rem;
  }

  .size-lg-2 {
    font-size: 1.3rem;
  }

  .size-lg-3 {
    font-size: 1.4rem;
  }

  .size-lg-4 {
    font-size: 1.5rem;
  }

  .size-lg-5 {
    font-size: 1.6rem;
  }

  .size-lg-6 {
    font-size: 1.7rem;
  }

  .size-lg-7 {
    font-size: 1.8rem;
  }

  .size-lg-8 {
    font-size: 1.9rem;
  }

  .size-lg-9 {
    font-size: 2rem;
  }

  .size-lg-10 {
    font-size: 2.1rem;
  }
}

@media (min-width: 1200px) {
  .size-xl-0 {
    font-size: 1.1rem;
  }

  .size-xl-1 {
    font-size: 1.2rem;
  }

  .size-xl-2 {
    font-size: 1.3rem;
  }

  .size-xl-3 {
    font-size: 1.4rem;
  }

  .size-xl-4 {
    font-size: 1.5rem;
  }

  .size-xl-5 {
    font-size: 1.6rem;
  }

  .size-xl-6 {
    font-size: 1.7rem;
  }

  .size-xl-7 {
    font-size: 1.8rem;
  }

  .size-xl-8 {
    font-size: 1.9rem;
  }

  .size-xl-9 {
    font-size: 2rem;
  }

  .size-xl-10 {
    font-size: 2.1rem;
  }
}

.gutter-0 {
  margin-left: -0px;
  margin-right: -0px;
}

.gutter-0 div[class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.gutter-1 {
  margin-left: -1px;
  margin-right: -1px;
}

.gutter-1 div[class*=col] {
  padding-left: 1px;
  padding-right: 1px;
}

.gutter-2 {
  margin-left: -2px;
  margin-right: -2px;
}

.gutter-2 div[class*=col] {
  padding-left: 2px;
  padding-right: 2px;
}

.gutter-3 {
  margin-left: -3px;
  margin-right: -3px;
}

.gutter-3 div[class*=col] {
  padding-left: 3px;
  padding-right: 3px;
}

.gutter-4 {
  margin-left: -4px;
  margin-right: -4px;
}

.gutter-4 div[class*=col] {
  padding-left: 4px;
  padding-right: 4px;
}

.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-5 div[class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-6 {
  margin-left: -6px;
  margin-right: -6px;
}

.gutter-6 div[class*=col] {
  padding-left: 6px;
  padding-right: 6px;
}

.gutter-7 {
  margin-left: -7px;
  margin-right: -7px;
}

.gutter-7 div[class*=col] {
  padding-left: 7px;
  padding-right: 7px;
}

.gutter-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-8 div[class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-9 {
  margin-left: -9px;
  margin-right: -9px;
}

.gutter-9 div[class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10 div[class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-11 {
  margin-left: -11px;
  margin-right: -11px;
}

.gutter-11 div[class*=col] {
  padding-left: 11px;
  padding-right: 11px;
}

.gutter-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.gutter-12 div[class*=col] {
  padding-left: 12px;
  padding-right: 12px;
}

.gutter-13 {
  margin-left: -13px;
  margin-right: -13px;
}

.gutter-13 div[class*=col] {
  padding-left: 13px;
  padding-right: 13px;
}

.gutter-14 {
  margin-left: -14px;
  margin-right: -14px;
}

.gutter-14 div[class*=col] {
  padding-left: 14px;
  padding-right: 14px;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-15 div[class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-16 {
  margin-left: -16px;
  margin-right: -16px;
}

.gutter-16 div[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

.gutter-17 {
  margin-left: -17px;
  margin-right: -17px;
}

.gutter-17 div[class*=col] {
  padding-left: 17px;
  padding-right: 17px;
}

.gutter-18 {
  margin-left: -18px;
  margin-right: -18px;
}

.gutter-18 div[class*=col] {
  padding-left: 18px;
  padding-right: 18px;
}

.gutter-19 {
  margin-left: -19px;
  margin-right: -19px;
}

.gutter-19 div[class*=col] {
  padding-left: 19px;
  padding-right: 19px;
}

.gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-20 div[class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-21 {
  margin-left: -21px;
  margin-right: -21px;
}

.gutter-21 div[class*=col] {
  padding-left: 21px;
  padding-right: 21px;
}

.gutter-22 {
  margin-left: -22px;
  margin-right: -22px;
}

.gutter-22 div[class*=col] {
  padding-left: 22px;
  padding-right: 22px;
}

.gutter-23 {
  margin-left: -23px;
  margin-right: -23px;
}

.gutter-23 div[class*=col] {
  padding-left: 23px;
  padding-right: 23px;
}

.gutter-24 {
  margin-left: -24px;
  margin-right: -24px;
}

.gutter-24 div[class*=col] {
  padding-left: 24px;
  padding-right: 24px;
}

.gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-25 div[class*=col] {
  padding-left: 25px;
  padding-right: 25px;
}

.gutter-26 {
  margin-left: -26px;
  margin-right: -26px;
}

.gutter-26 div[class*=col] {
  padding-left: 26px;
  padding-right: 26px;
}

.gutter-27 {
  margin-left: -27px;
  margin-right: -27px;
}

.gutter-27 div[class*=col] {
  padding-left: 27px;
  padding-right: 27px;
}

.gutter-28 {
  margin-left: -28px;
  margin-right: -28px;
}

.gutter-28 div[class*=col] {
  padding-left: 28px;
  padding-right: 28px;
}

.gutter-29 {
  margin-left: -29px;
  margin-right: -29px;
}

.gutter-29 div[class*=col] {
  padding-left: 29px;
  padding-right: 29px;
}

.gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.gutter-30 div[class*=col] {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 575px) {
  .gutter-sm-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .gutter-sm-0 div[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .gutter-sm-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .gutter-sm-1 div[class*=col] {
    padding-left: 1px;
    padding-right: 1px;
  }

  .gutter-sm-2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .gutter-sm-2 div[class*=col] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .gutter-sm-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .gutter-sm-3 div[class*=col] {
    padding-left: 3px;
    padding-right: 3px;
  }

  .gutter-sm-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .gutter-sm-4 div[class*=col] {
    padding-left: 4px;
    padding-right: 4px;
  }

  .gutter-sm-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-sm-5 div[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gutter-sm-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .gutter-sm-6 div[class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .gutter-sm-7 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .gutter-sm-7 div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }

  .gutter-sm-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-sm-8 div[class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gutter-sm-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .gutter-sm-9 div[class*=col] {
    padding-left: 9px;
    padding-right: 9px;
  }

  .gutter-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-sm-10 div[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gutter-sm-11 {
    margin-left: -11px;
    margin-right: -11px;
  }

  .gutter-sm-11 div[class*=col] {
    padding-left: 11px;
    padding-right: 11px;
  }

  .gutter-sm-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gutter-sm-12 div[class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .gutter-sm-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .gutter-sm-13 div[class*=col] {
    padding-left: 13px;
    padding-right: 13px;
  }

  .gutter-sm-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .gutter-sm-14 div[class*=col] {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gutter-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .gutter-sm-15 div[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gutter-sm-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .gutter-sm-16 div[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gutter-sm-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .gutter-sm-17 div[class*=col] {
    padding-left: 17px;
    padding-right: 17px;
  }

  .gutter-sm-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .gutter-sm-18 div[class*=col] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gutter-sm-19 {
    margin-left: -19px;
    margin-right: -19px;
  }

  .gutter-sm-19 div[class*=col] {
    padding-left: 19px;
    padding-right: 19px;
  }

  .gutter-sm-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-sm-20 div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gutter-sm-21 {
    margin-left: -21px;
    margin-right: -21px;
  }

  .gutter-sm-21 div[class*=col] {
    padding-left: 21px;
    padding-right: 21px;
  }

  .gutter-sm-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .gutter-sm-22 div[class*=col] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .gutter-sm-23 {
    margin-left: -23px;
    margin-right: -23px;
  }

  .gutter-sm-23 div[class*=col] {
    padding-left: 23px;
    padding-right: 23px;
  }

  .gutter-sm-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .gutter-sm-24 div[class*=col] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gutter-sm-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-sm-25 div[class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .gutter-sm-26 {
    margin-left: -26px;
    margin-right: -26px;
  }

  .gutter-sm-26 div[class*=col] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .gutter-sm-27 {
    margin-left: -27px;
    margin-right: -27px;
  }

  .gutter-sm-27 div[class*=col] {
    padding-left: 27px;
    padding-right: 27px;
  }

  .gutter-sm-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .gutter-sm-28 div[class*=col] {
    padding-left: 28px;
    padding-right: 28px;
  }

  .gutter-sm-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .gutter-sm-29 div[class*=col] {
    padding-left: 29px;
    padding-right: 29px;
  }

  .gutter-sm-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .gutter-sm-30 div[class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .gutter-md-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .gutter-md-0 div[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .gutter-md-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .gutter-md-1 div[class*=col] {
    padding-left: 1px;
    padding-right: 1px;
  }

  .gutter-md-2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .gutter-md-2 div[class*=col] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .gutter-md-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .gutter-md-3 div[class*=col] {
    padding-left: 3px;
    padding-right: 3px;
  }

  .gutter-md-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .gutter-md-4 div[class*=col] {
    padding-left: 4px;
    padding-right: 4px;
  }

  .gutter-md-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-md-5 div[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gutter-md-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .gutter-md-6 div[class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .gutter-md-7 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .gutter-md-7 div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }

  .gutter-md-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-md-8 div[class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gutter-md-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .gutter-md-9 div[class*=col] {
    padding-left: 9px;
    padding-right: 9px;
  }

  .gutter-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-md-10 div[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gutter-md-11 {
    margin-left: -11px;
    margin-right: -11px;
  }

  .gutter-md-11 div[class*=col] {
    padding-left: 11px;
    padding-right: 11px;
  }

  .gutter-md-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gutter-md-12 div[class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .gutter-md-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .gutter-md-13 div[class*=col] {
    padding-left: 13px;
    padding-right: 13px;
  }

  .gutter-md-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .gutter-md-14 div[class*=col] {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gutter-md-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .gutter-md-15 div[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gutter-md-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .gutter-md-16 div[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gutter-md-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .gutter-md-17 div[class*=col] {
    padding-left: 17px;
    padding-right: 17px;
  }

  .gutter-md-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .gutter-md-18 div[class*=col] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gutter-md-19 {
    margin-left: -19px;
    margin-right: -19px;
  }

  .gutter-md-19 div[class*=col] {
    padding-left: 19px;
    padding-right: 19px;
  }

  .gutter-md-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-md-20 div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gutter-md-21 {
    margin-left: -21px;
    margin-right: -21px;
  }

  .gutter-md-21 div[class*=col] {
    padding-left: 21px;
    padding-right: 21px;
  }

  .gutter-md-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .gutter-md-22 div[class*=col] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .gutter-md-23 {
    margin-left: -23px;
    margin-right: -23px;
  }

  .gutter-md-23 div[class*=col] {
    padding-left: 23px;
    padding-right: 23px;
  }

  .gutter-md-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .gutter-md-24 div[class*=col] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gutter-md-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-md-25 div[class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .gutter-md-26 {
    margin-left: -26px;
    margin-right: -26px;
  }

  .gutter-md-26 div[class*=col] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .gutter-md-27 {
    margin-left: -27px;
    margin-right: -27px;
  }

  .gutter-md-27 div[class*=col] {
    padding-left: 27px;
    padding-right: 27px;
  }

  .gutter-md-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .gutter-md-28 div[class*=col] {
    padding-left: 28px;
    padding-right: 28px;
  }

  .gutter-md-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .gutter-md-29 div[class*=col] {
    padding-left: 29px;
    padding-right: 29px;
  }

  .gutter-md-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .gutter-md-30 div[class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .gutter-lg-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .gutter-lg-0 div[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .gutter-lg-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .gutter-lg-1 div[class*=col] {
    padding-left: 1px;
    padding-right: 1px;
  }

  .gutter-lg-2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .gutter-lg-2 div[class*=col] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .gutter-lg-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .gutter-lg-3 div[class*=col] {
    padding-left: 3px;
    padding-right: 3px;
  }

  .gutter-lg-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .gutter-lg-4 div[class*=col] {
    padding-left: 4px;
    padding-right: 4px;
  }

  .gutter-lg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-lg-5 div[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gutter-lg-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .gutter-lg-6 div[class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .gutter-lg-7 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .gutter-lg-7 div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }

  .gutter-lg-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-lg-8 div[class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gutter-lg-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .gutter-lg-9 div[class*=col] {
    padding-left: 9px;
    padding-right: 9px;
  }

  .gutter-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-lg-10 div[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gutter-lg-11 {
    margin-left: -11px;
    margin-right: -11px;
  }

  .gutter-lg-11 div[class*=col] {
    padding-left: 11px;
    padding-right: 11px;
  }

  .gutter-lg-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gutter-lg-12 div[class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .gutter-lg-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .gutter-lg-13 div[class*=col] {
    padding-left: 13px;
    padding-right: 13px;
  }

  .gutter-lg-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .gutter-lg-14 div[class*=col] {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gutter-lg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .gutter-lg-15 div[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gutter-lg-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .gutter-lg-16 div[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gutter-lg-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .gutter-lg-17 div[class*=col] {
    padding-left: 17px;
    padding-right: 17px;
  }

  .gutter-lg-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .gutter-lg-18 div[class*=col] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gutter-lg-19 {
    margin-left: -19px;
    margin-right: -19px;
  }

  .gutter-lg-19 div[class*=col] {
    padding-left: 19px;
    padding-right: 19px;
  }

  .gutter-lg-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-lg-20 div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gutter-lg-21 {
    margin-left: -21px;
    margin-right: -21px;
  }

  .gutter-lg-21 div[class*=col] {
    padding-left: 21px;
    padding-right: 21px;
  }

  .gutter-lg-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .gutter-lg-22 div[class*=col] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .gutter-lg-23 {
    margin-left: -23px;
    margin-right: -23px;
  }

  .gutter-lg-23 div[class*=col] {
    padding-left: 23px;
    padding-right: 23px;
  }

  .gutter-lg-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .gutter-lg-24 div[class*=col] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gutter-lg-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-lg-25 div[class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .gutter-lg-26 {
    margin-left: -26px;
    margin-right: -26px;
  }

  .gutter-lg-26 div[class*=col] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .gutter-lg-27 {
    margin-left: -27px;
    margin-right: -27px;
  }

  .gutter-lg-27 div[class*=col] {
    padding-left: 27px;
    padding-right: 27px;
  }

  .gutter-lg-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .gutter-lg-28 div[class*=col] {
    padding-left: 28px;
    padding-right: 28px;
  }

  .gutter-lg-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .gutter-lg-29 div[class*=col] {
    padding-left: 29px;
    padding-right: 29px;
  }

  .gutter-lg-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .gutter-lg-30 div[class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .gutter-xl-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .gutter-xl-0 div[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .gutter-xl-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .gutter-xl-1 div[class*=col] {
    padding-left: 1px;
    padding-right: 1px;
  }

  .gutter-xl-2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .gutter-xl-2 div[class*=col] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .gutter-xl-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .gutter-xl-3 div[class*=col] {
    padding-left: 3px;
    padding-right: 3px;
  }

  .gutter-xl-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .gutter-xl-4 div[class*=col] {
    padding-left: 4px;
    padding-right: 4px;
  }

  .gutter-xl-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xl-5 div[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gutter-xl-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .gutter-xl-6 div[class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .gutter-xl-7 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .gutter-xl-7 div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }

  .gutter-xl-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-xl-8 div[class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gutter-xl-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .gutter-xl-9 div[class*=col] {
    padding-left: 9px;
    padding-right: 9px;
  }

  .gutter-xl-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-xl-10 div[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gutter-xl-11 {
    margin-left: -11px;
    margin-right: -11px;
  }

  .gutter-xl-11 div[class*=col] {
    padding-left: 11px;
    padding-right: 11px;
  }

  .gutter-xl-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .gutter-xl-12 div[class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .gutter-xl-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .gutter-xl-13 div[class*=col] {
    padding-left: 13px;
    padding-right: 13px;
  }

  .gutter-xl-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .gutter-xl-14 div[class*=col] {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gutter-xl-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .gutter-xl-15 div[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gutter-xl-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .gutter-xl-16 div[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gutter-xl-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .gutter-xl-17 div[class*=col] {
    padding-left: 17px;
    padding-right: 17px;
  }

  .gutter-xl-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .gutter-xl-18 div[class*=col] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gutter-xl-19 {
    margin-left: -19px;
    margin-right: -19px;
  }

  .gutter-xl-19 div[class*=col] {
    padding-left: 19px;
    padding-right: 19px;
  }

  .gutter-xl-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-xl-20 div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gutter-xl-21 {
    margin-left: -21px;
    margin-right: -21px;
  }

  .gutter-xl-21 div[class*=col] {
    padding-left: 21px;
    padding-right: 21px;
  }

  .gutter-xl-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .gutter-xl-22 div[class*=col] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .gutter-xl-23 {
    margin-left: -23px;
    margin-right: -23px;
  }

  .gutter-xl-23 div[class*=col] {
    padding-left: 23px;
    padding-right: 23px;
  }

  .gutter-xl-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .gutter-xl-24 div[class*=col] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gutter-xl-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-xl-25 div[class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .gutter-xl-26 {
    margin-left: -26px;
    margin-right: -26px;
  }

  .gutter-xl-26 div[class*=col] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .gutter-xl-27 {
    margin-left: -27px;
    margin-right: -27px;
  }

  .gutter-xl-27 div[class*=col] {
    padding-left: 27px;
    padding-right: 27px;
  }

  .gutter-xl-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .gutter-xl-28 div[class*=col] {
    padding-left: 28px;
    padding-right: 28px;
  }

  .gutter-xl-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .gutter-xl-29 div[class*=col] {
    padding-left: 29px;
    padding-right: 29px;
  }

  .gutter-xl-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .gutter-xl-30 div[class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mxw-0 {
  max-width: 0px;
}

.mxw-1 {
  max-width: 50px;
}

.mxw-2 {
  max-width: 100px;
}

.mxw-3 {
  max-width: 150px;
}

.mxw-4 {
  max-width: 200px;
}

.mxw-5 {
  max-width: 250px;
}

.mxw-6 {
  max-width: 300px;
}

.mxw-7 {
  max-width: 350px;
}

.mxw-8 {
  max-width: 400px;
}

.mxw-9 {
  max-width: 450px;
}

.mxw-10 {
  max-width: 500px;
}

.mxw-11 {
  max-width: 550px;
}

.mxw-12 {
  max-width: 600px;
}

.mxw-13 {
  max-width: 650px;
}

.mxw-14 {
  max-width: 700px;
}

.mxw-15 {
  max-width: 750px;
}

.mxw-16 {
  max-width: 800px;
}

.mxw-17 {
  max-width: 850px;
}

.mxw-18 {
  max-width: 900px;
}

.mxw-19 {
  max-width: 950px;
}

.mxw-20 {
  max-width: 1000px;
}

@media (min-width: 575px) {
  .mxw-sm-0 {
    max-width: 0px;
  }

  .mxw-sm-1 {
    max-width: 50px;
  }

  .mxw-sm-2 {
    max-width: 100px;
  }

  .mxw-sm-3 {
    max-width: 150px;
  }

  .mxw-sm-4 {
    max-width: 200px;
  }

  .mxw-sm-5 {
    max-width: 250px;
  }

  .mxw-sm-6 {
    max-width: 300px;
  }

  .mxw-sm-7 {
    max-width: 350px;
  }

  .mxw-sm-8 {
    max-width: 400px;
  }

  .mxw-sm-9 {
    max-width: 450px;
  }

  .mxw-sm-10 {
    max-width: 500px;
  }

  .mxw-sm-11 {
    max-width: 550px;
  }

  .mxw-sm-12 {
    max-width: 600px;
  }

  .mxw-sm-13 {
    max-width: 650px;
  }

  .mxw-sm-14 {
    max-width: 700px;
  }

  .mxw-sm-15 {
    max-width: 750px;
  }

  .mxw-sm-16 {
    max-width: 800px;
  }

  .mxw-sm-17 {
    max-width: 850px;
  }

  .mxw-sm-18 {
    max-width: 900px;
  }

  .mxw-sm-19 {
    max-width: 950px;
  }

  .mxw-sm-20 {
    max-width: 1000px;
  }
}

@media (min-width: 768px) {
  .mxw-md-0 {
    max-width: 0px;
  }

  .mxw-md-1 {
    max-width: 50px;
  }

  .mxw-md-2 {
    max-width: 100px;
  }

  .mxw-md-3 {
    max-width: 150px;
  }

  .mxw-md-4 {
    max-width: 200px;
  }

  .mxw-md-5 {
    max-width: 250px;
  }

  .mxw-md-6 {
    max-width: 300px;
  }

  .mxw-md-7 {
    max-width: 350px;
  }

  .mxw-md-8 {
    max-width: 400px;
  }

  .mxw-md-9 {
    max-width: 450px;
  }

  .mxw-md-10 {
    max-width: 500px;
  }

  .mxw-md-11 {
    max-width: 550px;
  }

  .mxw-md-12 {
    max-width: 600px;
  }

  .mxw-md-13 {
    max-width: 650px;
  }

  .mxw-md-14 {
    max-width: 700px;
  }

  .mxw-md-15 {
    max-width: 750px;
  }

  .mxw-md-16 {
    max-width: 800px;
  }

  .mxw-md-17 {
    max-width: 850px;
  }

  .mxw-md-18 {
    max-width: 900px;
  }

  .mxw-md-19 {
    max-width: 950px;
  }

  .mxw-md-20 {
    max-width: 1000px;
  }
}

@media (min-width: 992px) {
  .mxw-lg-0 {
    max-width: 0px;
  }

  .mxw-lg-1 {
    max-width: 50px;
  }

  .mxw-lg-2 {
    max-width: 100px;
  }

  .mxw-lg-3 {
    max-width: 150px;
  }

  .mxw-lg-4 {
    max-width: 200px;
  }

  .mxw-lg-5 {
    max-width: 250px;
  }

  .mxw-lg-6 {
    max-width: 300px;
  }

  .mxw-lg-7 {
    max-width: 350px;
  }

  .mxw-lg-8 {
    max-width: 400px;
  }

  .mxw-lg-9 {
    max-width: 450px;
  }

  .mxw-lg-10 {
    max-width: 500px;
  }

  .mxw-lg-11 {
    max-width: 550px;
  }

  .mxw-lg-12 {
    max-width: 600px;
  }

  .mxw-lg-13 {
    max-width: 650px;
  }

  .mxw-lg-14 {
    max-width: 700px;
  }

  .mxw-lg-15 {
    max-width: 750px;
  }

  .mxw-lg-16 {
    max-width: 800px;
  }

  .mxw-lg-17 {
    max-width: 850px;
  }

  .mxw-lg-18 {
    max-width: 900px;
  }

  .mxw-lg-19 {
    max-width: 950px;
  }

  .mxw-lg-20 {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) {
  .mxw-xl-0 {
    max-width: 0px;
  }

  .mxw-xl-1 {
    max-width: 50px;
  }

  .mxw-xl-2 {
    max-width: 100px;
  }

  .mxw-xl-3 {
    max-width: 150px;
  }

  .mxw-xl-4 {
    max-width: 200px;
  }

  .mxw-xl-5 {
    max-width: 250px;
  }

  .mxw-xl-6 {
    max-width: 300px;
  }

  .mxw-xl-7 {
    max-width: 350px;
  }

  .mxw-xl-8 {
    max-width: 400px;
  }

  .mxw-xl-9 {
    max-width: 450px;
  }

  .mxw-xl-10 {
    max-width: 500px;
  }

  .mxw-xl-11 {
    max-width: 550px;
  }

  .mxw-xl-12 {
    max-width: 600px;
  }

  .mxw-xl-13 {
    max-width: 650px;
  }

  .mxw-xl-14 {
    max-width: 700px;
  }

  .mxw-xl-15 {
    max-width: 750px;
  }

  .mxw-xl-16 {
    max-width: 800px;
  }

  .mxw-xl-17 {
    max-width: 850px;
  }

  .mxw-xl-18 {
    max-width: 900px;
  }

  .mxw-xl-19 {
    max-width: 950px;
  }

  .mxw-xl-20 {
    max-width: 1000px;
  }
}

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

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

.background-gray {
  background-color: #f7f7f7;
}

.background-darkgray {
  background-color: #cccccc;
}

.background-white {
  background-color: #ffffff;
}

.background-black {
  background-color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.grey-bg {
  background-color: #f7f7f7;
}

.form-group {
  margin-bottom: 1rem;
}

/* .form-group input,
.form-group textarea {
  width: 100%;
  height: 3rem;
  border: 1px solid #eeeded;
  padding: 1rem;
  color: #000000;
  font-weight: 300;
  font-style: italic;
  outline: 0;
} */

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: #000000;
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  color: #000000;
}

.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
  color: #000000;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #000000;
}

.form-group textarea {
  height: 10rem;
  resize: none;
}

.form-group .bk-btn {
  margin-top: 3rem;
  margin-left: 1rem;
}

.bk-banner {
  min-height: 100vh;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10rem 0rem 6rem;
   
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .bk-banner {
    min-height: auto;
  }
}

@media (min-width: 992px) {
  .bk-banner {
    padding: 14rem 0rem 10rem;
  }
}

.bk-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.bk-banner .bk-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bk-banner .bk-banner-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 23% top;
  object-position: 23% top;
  height: 100%;
  width: 100%;
}

@media (min-width: 575px) {
  .bk-banner .bk-banner-bg img {
    -o-object-position: left top;
    object-position: left top;
  }
}

.bk-banner .container {
  position: relative;
  z-index: 2;
}

.bk-banner .h1,
.bk-banner h1 {
  color: black;
  margin-bottom: 0.5rem;
}

@media (min-width: 575px) {

  .bk-banner .h1,
  .bk-banner h1 {
    margin-bottom: 0.5rem;
  }
}

h2.subtitle-bk {
  color: black;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Cookie', cursive;
  font-size: 28px;
  line-height: 35px;
}

.js-banner-slider .owl-dots {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .js-banner-slider .owl-dots {
    display: block;
  }
}

@media (min-width: 768px) {
  .js-banner-slider .owl-dots {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    left: inherit;
    bottom: inherit;
  }
}

.js-banner-slider .owl-dots span {
  height: 10px;
  width: 10px;
  border: 1px solid #ffffff;
  display: block;
}

.js-banner-slider .owl-dots .owl-dot {
  display: block;
  margin: 0px 10px;
  outline: 0;
}

@media (min-width: 768px) {
  .js-banner-slider .owl-dots .owl-dot {
    margin: 10px 0px;
  }
}

.js-banner-slider .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

.bk-inner-banner {
  min-height: auto;
  padding: 9rem 0 4rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .bk-inner-banner {
    padding: 12rem 0 4rem;
  }
}

@media (min-width: 992px) {
  .bk-inner-banner {
    padding: 14rem 0 7rem;
  }
}

.bk-inner-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.bk-inner-banner h1 {
  margin-bottom: 0;
  color: #ffffff;
}

.bk-inner-banner .container {
  position: relative;
  z-index: 2;
}

.banner-text-bk {
  background: #ffffffba;
  padding: 32px;
  color: black;
  border-radius: 1.5rem;
}

.section-banner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(https://site.zingmyorder.com/themes/website/assets/temporary/css/images/14/slider2.jpg);
  position: relative;
}

.section-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section-banner .container {
  z-index: 2;
  position: relative;
  color: white;
}

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

.testimonial-section p {
  text-align: center;
}

.testimonial-section figure {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-section figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-section .name-bk {
  font-weight: 400;
  font-size: 18px;
}

.testimonial-section .designation-bk {
  font-weight: 400;
}

.bk-list ul {
  padding-left: 0;
}

.bk-list li {
  list-style: none;



  margin-bottom: 1.1rem;
  position: relative;
  padding-left: 2rem;
}

.bk-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 1rem;
  height: 1rem;
  background-color: var(--mainColor);
}

.bk-list li:last-child {
  margin-bottom: 0;
}

body.admin-bar .bk-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .bk-header {
    top: 46px;
  }
}

.bk-header {
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 1rem 0rem;
}

@media (min-width: 768px) {
  .bk-header {
    padding: 2rem 0rem;
  }
}

.bk-header.fixed .header-bk {
  position: fixed;
}

.bk-header.active {
  left: -280px;
}

@media (min-width: 1200px) {
  .bk-header.active {
    left: 0;
  }
}

.bk-header a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: capitalize;
}

.bk-header a:not(.btn):not(.obj):not(.button)::after {
  display: none;
}

.bk-header nav a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

 
.bk-header nav .current_page_item a {
  color: var(--mainColor) !important;
}

.bk-header nav .current_page_item a:after {
  -webkit-filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%) !important;
  filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%) !important;
}

.bk-header nav>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bk-header nav>ul>li {
  margin: 0;
  padding: 1rem 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bk-header nav>ul>li.menu-item-has-children>a:after {
   /* content: url("https://site.zingmyorder.com/themes/website/assets/temporary/css/images/down-arrow.svg"); */
  display: inline-block !important;
  width: 0.9rem;
  vertical-align: 2px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bk-header nav>ul>li.menu-item-has-children:hover>a {
  color: var(--mainColor);
}

.bk-header nav>ul>li.menu-item-has-children:hover>a:after {
  -webkit-filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
  filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
}

.bk-header nav>ul>li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.bk-header .logo-bk {
  padding-right: 1.8rem;
}

@media (max-width: 1680px) {
  .bk-header .logo-bk {
    padding-right: 1rem;
  }
}

.bk-header .logo-bk a {
  display: block;
}

.bk-header .logo-bk img {
  width: auto;
  height: 4rem;
}

@media (min-width: 575px) {
  .bk-header .logo-bk img {
    height: 5rem;
  }
}

@media (max-width: 1199px) {
  .bk-header .right-bk {
    margin-left: auto;
  }
}

.bk-header .right-bk ul {
  margin-bottom: 0;
  padding-left: 0;
}

.bk-header .right-bk ul li {
  padding-left: 1.8rem;
}

@media (max-width: 574px) {
  .bk-header .right-bk ul li {
    padding-left: 1.2rem;
  }
}

.bk-header .right-bk .btn:hover {
  color: #ffffff;
}

.bk-header.fixed-top {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  -webkit-animation: 0.7s fade-in;
  animation: 0.7s fade-in;
  z-index: 999;
  -webkit-animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
  animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  padding: 1rem 0rem;
}

@media (min-width: 1200px) {
  .bk-header.fixed-top {
    padding: 0rem 0rem;
  }
}

.bk-header.fixed-top nav>ul>li {
  padding: 2rem 1.5rem;
}

.bk-header.fixed-top nav a {
  color: rgb(0, 0, 0);
}

.bk-header.fixed-top nav a:hover {
  color: var(--mainColor);
}

.bk-header.fixed-top nav ul li.menu-item-has-children>a:after {
  -webkit-filter: invert(128%) sepia(37%) saturate(0%) hue-rotate(54deg) brightness(91%) contrast(103%);
  filter: invert(128%) sepia(37%) saturate(0%) hue-rotate(54deg) brightness(91%) contrast(103%);
}

.bk-header.fixed-top nav ul li.menu-item-has-children:hover a:after {
  -webkit-filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
  filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
}

.bk-header.fixed-top .bk-mail a {
  color: #000000;
}

.bk-header.fixed-top .bk-mail a path {
  fill: #000000;
}

.bk-header.fixed-top .bk-mail a:hover {
  color: var(--mainColor);
}

.bk-header.fixed-top .bk-mail a:hover path {
  fill: var(--mainColor);
}

.bk-header.fixed-top .obj2 {
  display: block !important;
}

.bk-header.fixed-top .obj {
  display: none;
}

.bk-header.fixed-top .logo-bk img {
  height: 3rem;
}

@media (min-width: 575px) {
  .bk-header.fixed-top .logo-bk img {
    height: 4rem;
  }
}

.bk-header.fixed-top .bk-btn:before {
  display: none;
}

.bk-header.fixed-top .bk-mob-tog {
  color: #000000;
}

.bk-header.fixed-top .bk-mob-tog .bk-burger-menu:before,
.bk-header.fixed-top .bk-mob-tog .bk-burger-menu:after {
  background-color: #000000;
}

@media (max-width: 574px) {
  .bk-header.fixed-top .bk-btn .btn path {
    fill: #000000;
  }

  .bk-header.fixed-top .bk-btn .btn:hover path {
    fill: var(--mainColor);
  }
}

@media (max-width: 574px) {
  .bk-header .bk-btn .btn {
    background-color: transparent;
    min-width: auto;
    padding: 0;
    border: none;
  }

  .bk-header .bk-btn:before {
    display: none;
  }
}

.bk-header .obj2 {
  display: none !important;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.bk-header li.menu-item-has-children ul.sub-menu {
  display: none;
  white-space: nowrap;
  min-width: 14rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  -webkit-animation: slide 0.2s ease;
  animation: slide 0.2s ease;
  padding: 0.25rem 0rem;
}

.bk-header li.menu-item-has-children ul.sub-menu li {
  width: 100%;
  margin: 0;
  padding: 0.25rem 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-header li.menu-item-has-children ul.sub-menu li a {
  color: var(--mainColor);
}

.bk-header li.menu-item-has-children ul.sub-menu li:hover {
  background-color: var(--mainColor);
}

.bk-header li.menu-item-has-children ul.sub-menu li:hover>ul {
  display: block;
}

.bk-header li.menu-item-has-children ul.sub-menu li:hover>a {
  color: #ffffff;
}

.bk-header li.menu-item-has-children ul.sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  text-transform: none;
}

.bk-header li.menu-item-has-children ul.sub-menu li a::after {
  display: none;
}

.bk-header li.menu-item-has-children ul.sub-menu li ul {
  display: none;
  min-width: 12rem;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
}

.bk-mail {
  padding: 0 0rem 0 1.2rem;
  margin-right: 1rem;
}

@media (min-width: 575px) {
  .bk-mail {
    padding: 0 1.8rem 0 1.2rem;
  }
}

@media (min-width: 768px) {
  .bk-mail {
    padding: 0 2.4rem 0 1.2rem;
  }
}

.bk-mail a {
  color: #ffffff;
  text-transform: lowercase;
}

.bk-mail a path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bk-mail a:hover {
  color: var(--mainColor);
}

.bk-mail a:hover path {
  fill: var(--mainColor);
}

.bk-footer {
  font-size: 1rem;
  position: relative;
  background: black;
  color: white;
}

@media (max-width: 574px) {
  .bk-footer {
    text-align: center;
  }
}

.bk-footer li {
  list-style: none;
  margin-bottom: 0rem;
}

.bk-footer li:last-child {
  margin-bottom: 0;
}

.bk-footer a {
  color: #ffffff;
}

.bk-footer a path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bk-footer a:hover {
  color: var(--mainColor);
}

.bk-footer a:hover path {
  fill: var(--mainColor);
}

.bk-footer ul {
  padding-left: 0;
  margin-bottom: 0;
}

.bk-footer .title-bk {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.2rem;
  color: #ffffff;
  line-height: normal;
}

.bk-footer .bottom-bk {
  color: white;
}

.bk-footer .bottom-bk .container {
  padding: 1rem 0rem;
  border-top: 1px solid #514e4e;
}

.bk-footer .bottom-bk a {
  color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
  .bk-footer .bottom-bk {
    text-align: center;
  }
}

.bk-footer .bottom-bk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .bk-footer .bottom-bk ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bk-footer .bottom-bk li {
  padding-right: 1.4rem;
}

.bk-footer .bottom-bk li:last-child {
  padding-right: 0;
}

.bk-footer .bottom-bk p {
  margin-bottom: 0;
  font-style: normal;
}

.bk-footer .social-bk {}

@media (min-width: 992px) {
  .bk-footer .social-bk {}
}

.bk-footer .social-bk a {
  margin-left: 1rem;
}

.bk-footer .social-bk a:first-child {
  margin-left: 0;
}

.bk-footer p img {
  height: 1.1rem;
  width: auto;
}

.footer svg path {
  fill: var(--mainColor);
}

.footer-logo {
  padding-right: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-logo img{
    max-height: 100px;
  }
}
.bk-wrapper {
  width: 100%;
  overflow: hidden;
}

.bk-wrapper.active .bk-ui {
  right: 280px;
}

@media (min-width: 1200px) {
  .bk-wrapper.active .bk-ui {
    right: 0;
  }
}

.bk-wrapper .bk-ui {
  position: relative;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-mob-tog {
  position: relative;
  height: 3rem;
  margin-left: 0.8rem;
  padding: 0 0 0 2rem;
  outline: 0 !important;
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

@media (min-width: 575px) {
  .bk-mob-tog {
    margin-left: 1rem;
    padding-left: 2rem;
  }
}

.bk-mob-tog.active .bk-burger-menu::before {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
  transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
}

.bk-mob-tog.active .bk-burger-menu::after {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(45deg);
  transform: translate(-50%, -50%) translateY(0) rotate(45deg);
}

.bk-mob-tog .bk-burger-menu {
  width: 2.2rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bk-mob-tog .bk-burger-menu::before,
.bk-mob-tog .bk-burger-menu::after {
  width: 0.8rem;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (min-width: 575px) {

  .bk-mob-tog .bk-burger-menu::before,
  .bk-mob-tog .bk-burger-menu::after {
    width: 1.2rem;
    height: 2px;
  }
}

.bk-mob-tog .bk-burger-menu::before {
  -webkit-transform: translate(-50%, -50%) translateY(-2px) rotate(0);
  transform: translate(-50%, -50%) translateY(-2px) rotate(0);
}

@media (min-width: 575px) {
  .bk-mob-tog .bk-burger-menu::before {
    -webkit-transform: translate(-50%, -50%) translateY(-3px) rotate(0);
    transform: translate(-50%, -50%) translateY(-3px) rotate(0);
  }
}

.bk-mob-tog .bk-burger-menu::after {
  -webkit-transform: translate(-50%, -50%) translateY(2px) rotate(0);
  transform: translate(-50%, -50%) translateY(2px) rotate(0);
}

@media (min-width: 575px) {
  .bk-mob-tog .bk-burger-menu::after {
    -webkit-transform: translate(-50%, -50%) translateY(3px) rotate(0);
    transform: translate(-50%, -50%) translateY(3px) rotate(0);
  }
}

.bk-mob-tog span {
  display: block;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}

@media (min-width: 575px) {
  .bk-mob-tog span {
    font-size: 0.9rem;
    margin-left: 1.5rem;
  }
}

.bk-mob-nav-mask {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 320;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-mob-nav-mask.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bk-mob-nav {
  background-color: var(--mainColor);
  color: #000000;
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 321;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999999;
}

.bk-mob-nav.active {
  right: 0;
}

.bk-mob-nav .contain-bk {
  width: 100%;
  height: 100%;
  padding: 1.2rem 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.bk-mob-nav a {
  display: inline-block;
  color: #ffffff;
}

.bk-mob-nav a::after {
  background-color: #ffffff;
}

.bk-mob-nav a:hover {
  color: #ffffff;
}

.bk-mob-nav .grid-bk {
  text-align: center;
}

.bk-mob-nav .grid-bk ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bk-mob-nav .grid-bk ul li {
  width: 50%;
  position: relative;
  margin: 0;
  padding: 0;
}

.bk-mob-nav .grid-bk ul li a {
  display: block;
  background-color: #000000;
  text-transform: uppercase;
  padding: 1rem 0.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.bk-mob-nav .grid-bk ul li a.active {
  background-color: transparent;
}

.bk-mob-nav .list-bk ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bk-mob-nav .list-bk ul li {
  position: relative;
  margin: 0;
  padding: 0.5rem 0;
}

.bk-mob-nav .list-bk ul li:first-child {
  border-top: none;
}

.bk-mob-nav .list-bk ul li a {
  position: relative;
  margin-left: 1.5rem;
  margin-right: 3rem;
  padding: 0.25rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}

.bk-mob-nav .list-bk ul li button {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: transparent;
  border: none;
  outline: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.bk-mob-nav .list-bk ul li button:after {
    /* content: url(https://site.zingmyorder.com/themes/website/assets/temporary/css/img/menu/right-arrow-angle.svg); */

  position: absolute;
  right: 19px;
  top: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bk-mob-nav .list-bk ul li ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #000000;
}

.bk-mob-nav .list-bk ul li ul li {
  border-top: none;
}

.bk-mob-nav .list-bk ul li ul li button {
  background-color: var(--mainColor);
  color: #000000;
}

.bk-mob-nav .list-bk ul li ul li ul {
  margin-left: 1rem;
  background-color: var(--mainColor);
  color: #000000;
}

.bk-mob-nav .list-bk ul li ul li ul ul {
  background-color: rgba(255, 255, 255, 0.1);
}

.bk-mob-nav .list-bk ul li ul li a {
  position: relative;
  text-transform: none;
}

.bk-mob-nav .list-bk .active>button:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bk-gallery>div[class*=col] {
  margin-bottom: 10px;
}

.bk-gallery-popup {
  position: relative;
  padding-bottom: 100%;
  display: block;
}

.bk-gallery-popup img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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



@media only screen and (max-width:991px) {
  .banner-view {
    display: none !important;
  }

  .mobile-banner-view {
    display: block !important;
  }
}

@media only screen and (min-width:991px) {
  .banner-view {
    display: block !important;
  }

  .mobile-banner-view {
    display: none !important;
  }
}


.bk-inner-banner {
  height: 400px;
  background: black;
}

.cta-section {
  padding-bottom: 6rem;
  position: relative;
}

.zigzag-curve-footer {
  background: #ffffff;
  position: absolute;
  top: -1px;
  left: 0;
  left: -3px;
  width: 101%;
}

.bk-figure {
  position: relative;
  padding-bottom: 60%;
  border-radius: 25px;
  overflow: hidden;
}

.bk-figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.section-title {
  font-size: 35px;
  font-weight: 600;
}

.gutter-bk>div {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-bk {
  margin-left: -20px;
  margin-right: -20px;
}


svg.zigzag-curve-footer-1 path {
  fill: #000000;

}

svg.zigzag-curve-footer-1 {
  background: var(--mainColor);
  width: 101%;
  left: 0.5%;

}

/* .image-container 
{
  position: relative;
}
.image-container svg  
{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
} */


.hero {
  min-height: 30vh;
}



.circle-container {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid white;
}

.circle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: circle(50%);
}


.circle-container img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle-container {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

button.owl-dot span {
  height: 10px;
  width: 10px;
  background: rgb(105, 104, 104);
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dots {
  text-align: center;
  margin-top: 1rem;
}

button.owl-dot.active span {
  background: #27a69a;
}

.fancybox {
  display: inline-block;
}

.a {
  text-decoration: none;
}

.bk-title {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
  color: #ce1212;
}

.inner-banner {
  min-height: auto;
  height: 300px;
}

.events .event-item {
  position: relative;
}

.events .event-item {

  min-height: 400px;
  margin-bottom: 2rem;

}

.gallery .item {
  margin-bottom: 1rem;
}

.address-bk {
  padding: 32px;
  background: #eeeeee;
  position: relative;
  padding-top: 50px;
  padding-bottom: 45px;
  text-align: center;
}

@media (max-width:991px) {
  .address-bk {
    margin-bottom: 6rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mgb--6 {
    margin-bottom: -6rem;
  }
}

ul.contact-bk li a {
  color: black;
}

ul.contact-bk {
  list-style: none;
  padding: 31px 50px;
  margin-bottom: 0;
  width: auto;
  /* padding-left: 10px; */
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: center;
  /* margin-bottom: 1rem; */
  background: #ffffffe3;
  border: 1px solid #bbb9b9;
  display: inline-block;
  /* margin: auto; */
  width: 100%;
}

ul.contact-bk li:last-child {
  margin-bottom: 0;
}

.nav-bk {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  /* margin-bottom: 0.5rem; */
  align-items: stretch;
  justify-content: center;
  margin-bottom: 8px;
}

ul.nav-bk.flex-column li {
  margin-bottom: 10px;
}

.nav-bk a {
  color: black;
  font-size: 16px;
}

ul.contact-bk span.icon-bk {
  margin-right: 8px;
  margin-bottom: 4px;
}

ul.contact-bk li {
  margin-bottom: 1.3rem;
}

.address-bk .title-bk {
  position: absolute;
  left: 50%;
  top: -32px;
  font-weight: 600;
  transform: translateX(-50%);
  font-size: 19px;
  background: white;
  padding: 10px 37px;
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: 0.3s;
  min-width: 200px;
  text-align: center;
}

ul.contact-bk li {
  margin-bottom: 1.3rem;
}

.address-bk:hover .title-bk {
  background: black;
  color: white;
}

a.btn.btn-bk {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  font-size: 16px;
  background: #ce1213;
  padding: 10px 21px;
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  transition: 0.3s;
  color: white;
}

a.btn.btn-bk:hover {
  background: black;
  color: white;
}

ul.nav-bk li a {
  padding: 4px 13px;
  position: relative;
  display: inline-block;
  margin: 0 4px;
  border: 1px solid #ce1213;
  border-radius: 16px;
  /* width: 98px; */
  text-align: center;
  font-size: 15px;
  transition: 0.4s;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  /* background: #e24142; */
  color: #ce1213;
}

ul.nav-bk li a:hover {
  background: #ce1213;
  color: white !important;
}

ul.nav-bk li:last-child a:after {
  display: none;
}

.map-bk {

  width: 45%;
  filter: grayscale(1);
  padding-right: 10px;
}

.bk-contact {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}


.gallery a.btn-gallery {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

ul.contact-bk li a span {
  display: block;
}

@media (max-width:991px) {
  .hero {
    width: 100%;
    background-size: cover;
    position: relative;
    min-height: 60vh;
    padding: 100px 0 60px 0;
  }

}

@media(max-width:560px) {
  .circle-container {
    width: 300px;
    height: 300px;
    margin: auto;

  }
}

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

.contact-btn {
  padding: 4px 13px;
  position: relative;
  display: inline-block;
  margin: 0 4px;
  border: 1px solid #ce1213;
  border-radius: 16px;
  /* width: 98px; */
  text-align: center;
  font-size: 15px;
  transition: 0.4s;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  /* background: #e24142; */
  color: #ce1213;
}


.justify-content-lg-right {
  justify-content: right;
}

@media(max-width:767px) {
  .justify-content-lg-right {
    text-align: center;
    justify-content: center;
  }

  .footer-logo {
    text-align: center;
    justify-content: center;
    padding-right: 0;
  }
}


.mobile-banner {
  display: none;
}

@media(max-width:767px) {
  .normal-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }
}

.events-section .title-bk {
  margin-bottom: 0rem;
}

.event-footer {
  background: var(--mainColor);
  border-radius: 0 0 25px 25px;
  padding: 12px 20px;
  color: white;
}

.events-section figure.bk-image.mgb-0 {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}

.events-section .date-bk {
  font-size: 14px;
  font-size: 13px;
  font-weight: 500;
}

.bk-event-item {
  position: relative;
}

.bk-event-item:before {
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 100%;
  height: 1px;
  content: '';
  background: #80808054;
}

.bk-event-item:last-child::before {
  display: none;
}

.content-bk {
  background: #f1f1f1;
  padding: 26px 32px;
  border-radius: 0 5px 5px 0;
  z-index: -1;
  padding-left: 40px;
  position: relative;
  margin-left: -35px;
  border-right: 4px solid var(--mainColor);
  ;
}

.events-section .left-bk {
  filter: drop-shadow(0px 0px 4px gray);
}

.events-section .title-bk {
  font-size: 1.6rem;
  line-height: 1.7rem;
}


@media(max-width:767px) {
  .bk-event-item {
    margin-bottom: 2.5rem !important;


  }

  .bk-event-item:last-child {
    margin-bottom: 0rem !important;


  }

  .content-bk {
    margin-left: 0;
    padding-left: 32px;
  }

  .left-bk {

    border-radius: 25px 25px 0 0;
  }

  .content-bk {
    border-right: none;
    border-radius: 0 0 25px 25px;
  }

  .event-footer {
    border-radius: 0;
  }

  .bk-event-item:before {
    display: none;
  }

}

.bk-image {
  position: relative;
}

.info-item .title-bk {
  display: flex;
  align-items: center;
}

.info-item .title-bk h3 {
  margin: 0;
}

.info-item .icon-bk {
  padding: 16px;
  /* background: #80808094; */
}

.info-item .title-bk h3 {
  padding: 8px 16px;
}

.info-item {
  border-radius: 25px;
  overflow: hidden;
}

.info-item .title-bk {
  display: flex;
  align-items: center;
  background: var(--mainColor);
}

.info-item .icon-bk {
  padding: 16px;
  background: black;
  height: 100%;
  color: white;
}

.info-item .data-bk {
  padding: 15px 25px;
  background: #f1f1f1;

}

.contact-section form {
  border: 1px solid #f1f1f1;
  padding: 25px !important;
  border-radius: 25px;
  margin-top: 3rem;
}

.info-item .title-bk h3 {
  margin: 0;
  color: white;
}

.section-subtitle {
  color: white;
  font-family: 'Cookie', cursive;
  font-size: 25px;
}

.section-title {
  color: white;
  font-size: 2.9rem;
  line-height: 2.5rem;
  margin-top: 1rem;
}

.bk-image {
  position: relative;
  padding-bottom: 90%;
  border-radius: 25px;
  overflow: hidden;
}

.bk-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Design 14 */


.portfolio-filter-header {

  background: #212121;
  padding-top: 80px;
  padding-bottom: 50px;
}

.section-heading {
  margin: auto;
  text-align: center;
}

.about-section {
  padding-bottom: 0;
  background: url(../../../../../../free-vector/fast-food-pattern_1108-194_w-1060-t-st-1687254090-exp-1687254690-hmac-9dcc66ac444b2c50a61a2c456ca6fe2b16bead69f831d0b73d47c03fff299af3.jpg);
  background-attachment: fixed;
  position: relative;
}

.about-section figure {
  border-radius: 0px;
}



.about-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #ffffffbd;
}


.content-bk {
  position: relative;
  z-index: 99;
}

section.about-section .content-bk {
  border-radius: 55px;
  padding: 52px;
  background: white;
  margin-left: -100px;
  z-index: 99;
}

@media(max-width:767px) {
  body section.about-section .content-bk {
    border-radius: 55px;
    padding: 32px;
    background: transparent;
    margin-left: 0;
  }

  body .about-section:before {

    background: #ffffffd9;
  }

  .owl-nav {
    display: flex;
    width: auto;
    justify-content: center;
    position: absolute;
    top: 80%;
    left: 50%;

    transform: translate(-50%, -50%) !important;
    height: 0.1px;

  }

  .owl-nav button {
    margin: 0 8px;
  }

  .banner-text-bk {
    background: #ffffffba;
    padding: 32px;
    color: black;
    border-radius: 1.5rem;
    width: 80%;
    margin: auto;
  }

  .about-section figure {
    border-radius: 25px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 0;
    margin-top: 50px;
  }
}

body[theme-font="poppins"],
body[theme-font="poppins"] p,
body[theme-font="poppins"] li,
body[theme-font="poppins"] h1,
body[theme-font="poppins"] h2,
body[theme-font="poppins"] h3,
body[theme-font="poppins"] h4,
body[theme-font="poppins"] h5,
body[theme-font="poppins"] h6,
body[theme-font="poppins"] blockquote,
body[theme-font="poppins"] a,
body[theme-font="poppins"] .btn,
body[theme-font="poppins"] input,
body[theme-font="poppins"] select,
body[theme-font="poppins"] textarea
{
  font-family: 'Poppins', sans-serif !important;
}
body[theme-font="lato"],
body[theme-font="lato"] p,
body[theme-font="lato"] li,
body[theme-font="lato"] h1,
body[theme-font="lato"] h2,
body[theme-font="lato"] h3,
body[theme-font="lato"] h4,
body[theme-font="lato"] h5,
body[theme-font="lato"] h6,
body[theme-font="lato"] blockquote,
body[theme-font="lato"] a,
body[theme-font="lato"] .btn,
body[theme-font="lato"] input,
body[theme-font="lato"] select,
body[theme-font="lato"] textarea
{
  font-family: 'lato', sans-serif !important;
}
body[theme-font="oswald"],
body[theme-font="oswald"] p,
body[theme-font="oswald"] li,
body[theme-font="oswald"] h1,
body[theme-font="oswald"] h2,
body[theme-font="oswald"] h3,
body[theme-font="oswald"] h4,
body[theme-font="oswald"] h5,
body[theme-font="oswald"] h6,
body[theme-font="oswald"] blockquote,
body[theme-font="oswald"] a,
body[theme-font="oswald"] .btn,
body[theme-font="oswald"] input,
body[theme-font="oswald"] select,
body[theme-font="oswald"] textarea
{
  font-family: 'oswald', sans-serif !important;
}
body[theme-font="merriweather"],
body[theme-font="merriweather"] p,
body[theme-font="merriweather"] li,
body[theme-font="merriweather"] h1,
body[theme-font="merriweather"] h2,
body[theme-font="merriweather"] h3,
body[theme-font="merriweather"] h4,
body[theme-font="merriweather"] h5,
body[theme-font="merriweather"] h6,
body[theme-font="merriweather"] blockquote,
body[theme-font="merriweather"] a,
body[theme-font="merriweather"] .btn,
body[theme-font="merriweather"] input,
body[theme-font="merriweather"] select,
body[theme-font="merriweather"] textarea
{
  font-family: 'merriweather', sans-serif !important;
}
body[theme-font="overlock"],
body[theme-font="overlock"] p,
body[theme-font="overlock"] li,
body[theme-font="overlock"] h1,
body[theme-font="overlock"] h2,
body[theme-font="overlock"] h3,
body[theme-font="overlock"] h4,
body[theme-font="overlock"] h5,
body[theme-font="overlock"] h6,
body[theme-font="overlock"] blockquote,
body[theme-font="overlock"] a,
body[theme-font="overlock"] .btn,
body[theme-font="overlock"] input,
body[theme-font="overlock"] select,
body[theme-font="overlock"] textarea
{
  font-family: 'overlock', sans-serif !important;
}
body[theme-font="roboto"],
body[theme-font="roboto"] p,
body[theme-font="roboto"] li,
body[theme-font="roboto"] h1,
body[theme-font="roboto"] h2,
body[theme-font="roboto"] h3,
body[theme-font="roboto"] h4,
body[theme-font="roboto"] h5,
body[theme-font="roboto"] h6,
body[theme-font="roboto"] blockquote,
body[theme-font="roboto"] a,
body[theme-font="roboto"] .btn,
body[theme-font="roboto"] input,
body[theme-font="roboto"] select,
body[theme-font="roboto"] textarea
{
  font-family: 'roboto', sans-serif !important;
}
body[theme-font="raleway"],
body[theme-font="raleway"] p,
body[theme-font="raleway"] li,
body[theme-font="raleway"] h1,
body[theme-font="raleway"] h2,
body[theme-font="raleway"] h3,
body[theme-font="raleway"] h4,
body[theme-font="raleway"] h5,
body[theme-font="raleway"] h6,
body[theme-font="raleway"] blockquote,
body[theme-font="raleway"] a,
body[theme-font="raleway"] .btn,
body[theme-font="raleway"] input,
body[theme-font="raleway"] select,
body[theme-font="raleway"] textarea
{
  font-family: 'raleway', sans-serif !important;
}
body[theme-font="playfair"],
body[theme-font="playfair"] p,
body[theme-font="playfair"] li,
body[theme-font="playfair"] h1,
body[theme-font="playfair"] h2,
body[theme-font="playfair"] h3,
body[theme-font="playfair"] h4,
body[theme-font="playfair"] h5,
body[theme-font="playfair"] h6,
body[theme-font="playfair"] blockquote,
body[theme-font="playfair"] a,
body[theme-font="playfair"] .btn,
body[theme-font="playfair"] input,
body[theme-font="playfair"] select,
body[theme-font="playfair"] textarea
{
  font-family: 'playfair', sans-serif !important;
}
body[theme-font="oxygen"],
body[theme-font="oxygen"] p,
body[theme-font="oxygen"] li,
body[theme-font="oxygen"] h1,
body[theme-font="oxygen"] h2,
body[theme-font="oxygen"] h3,
body[theme-font="oxygen"] h4,
body[theme-font="oxygen"] h5,
body[theme-font="oxygen"] h6,
body[theme-font="oxygen"] blockquote,
body[theme-font="oxygen"] a,
body[theme-font="oxygen"] .btn,
body[theme-font="oxygen"] input,
body[theme-font="oxygen"] select,
body[theme-font="oxygen"] textarea
{
  font-family: 'oxygen', sans-serif !important;
}
body[theme-font="fondamento"],
body[theme-font="fondamento"] p,
body[theme-font="fondamento"] li,
body[theme-font="fondamento"] h1,
body[theme-font="fondamento"] h2,
body[theme-font="fondamento"] h3,
body[theme-font="fondamento"] h4,
body[theme-font="fondamento"] h5,
body[theme-font="fondamento"] h6,
body[theme-font="fondamento"] blockquote,
body[theme-font="fondamento"] a,
body[theme-font="fondamento"] .btn,
body[theme-font="fondamento"] input,
body[theme-font="fondamento"] select,
body[theme-font="fondamento"] textarea
{
  font-family: 'fondamento', sans-serif !important;
}
body[theme-font="acme"],
body[theme-font="acme"] p,
body[theme-font="acme"] li,
body[theme-font="acme"] h1,
body[theme-font="acme"] h2,
body[theme-font="acme"] h3,
body[theme-font="acme"] h4,
body[theme-font="acme"] h5,
body[theme-font="acme"] h6,
body[theme-font="acme"] blockquote,
body[theme-font="acme"] a,
body[theme-font="acme"] .btn,
body[theme-font="acme"] input,
body[theme-font="acme"] select,
body[theme-font="acme"] textarea
{
  font-family: 'acme', sans-serif !important;
}
body[theme-font="satisfy"],
body[theme-font="satisfy"] p,
body[theme-font="satisfy"] li,
body[theme-font="satisfy"] h1,
body[theme-font="satisfy"] h2,
body[theme-font="satisfy"] h3,
body[theme-font="satisfy"] h4,
body[theme-font="satisfy"] h5,
body[theme-font="satisfy"] h6,
body[theme-font="satisfy"] blockquote,
body[theme-font="satisfy"] a,
body[theme-font="satisfy"] .btn,
body[theme-font="satisfy"] input,
body[theme-font="satisfy"] select,
body[theme-font="satisfy"] textarea
{
  font-family: 'satisfy', sans-serif !important;
}
body[theme-font="niconne"],
body[theme-font="niconne"] p,
body[theme-font="niconne"] li,
body[theme-font="niconne"] h1,
body[theme-font="niconne"] h2,
body[theme-font="niconne"] h3,
body[theme-font="niconne"] h4,
body[theme-font="niconne"] h5,
body[theme-font="niconne"] h6,
body[theme-font="niconne"] blockquote,
body[theme-font="niconne"] a,
body[theme-font="niconne"] .btn,
body[theme-font="niconne"] input,
body[theme-font="niconne"] select,
body[theme-font="niconne"] textarea
{
  font-family: 'niconne', sans-serif !important;
}
body[theme-font="josefin-slab"],
body[theme-font="josefin-slab"] p,
body[theme-font="josefin-slab"] li,
body[theme-font="josefin-slab"] h1,
body[theme-font="josefin-slab"] h2,
body[theme-font="josefin-slab"] h3,
body[theme-font="josefin-slab"] h4,
body[theme-font="josefin-slab"] h5,
body[theme-font="josefin-slab"] h6,
body[theme-font="josefin-slab"] blockquote,
body[theme-font="josefin-slab"] a,
body[theme-font="josefin-slab"] .btn,
body[theme-font="josefin-slab"] input,
body[theme-font="josefin-slab"] select,
body[theme-font="josefin-slab"] textarea
{
  font-family: 'josefin-slab', sans-serif !important;
}


body[theme-font="Yeseva One"],
body[theme-font="Yeseva One"] p,
body[theme-font="Yeseva One"] li,
body[theme-font="Yeseva One"] h1,
body[theme-font="Yeseva One"] h2,
body[theme-font="Yeseva One"] h3,
body[theme-font="Yeseva One"] h4,
body[theme-font="Yeseva One"] h5,
body[theme-font="Yeseva One"] h6,
body[theme-font="Yeseva One"] blockquote,
body[theme-font="Yeseva One"] a,
body[theme-font="Yeseva One"] .btn,
body[theme-font="Yeseva One"] input,
body[theme-font="Yeseva One"] select,
body[theme-font="Yeseva One"] textarea
{
  font-family: 'Yeseva One', sans-serif !important;
}












.cta-section {
  background: #f1f1f1;
}

h2.footer-title {
  font-size: 19px;
  text-align: left;
  font-weight: 600;
}
.bk-footer li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.bk-footer .bk-social li {
  
  margin-bottom: 0rem;
}

address 
{
  margin-bottom: 0;
}
.footer-address i 
{
  margin-right: 8px;
}
.footer-address .d-flex
{
margin-bottom: 0.5rem;
}

@media(max-width:575px)
{
  .footer-title 
  {
    text-align: center!important;
  }
  .footer-address div
{
justify-content: center;
}
}

.contact-section h3 
{
  color: white!important;
}
.bk-footer i {
  margin-right: 8px;
}

.timing-bk ul.data-bk {
  margin: 0;
  list-style: none;
  padding: 31px 16px;
  text-align: center;
  /* text-align: justify; */
  border: 1px solid #8080802b;
  display: inline-block;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.data-bk li {
  margin: 0 8px;
  background: #f1f1f1;
  padding: 16px;
  margin-bottom: 16px;
  width: 30%;
}

@media(max-width:760px) {
  ul.data-bk li {
    width: 45%;
  }

}

@media(max-width:560px) {
  ul.data-bk li {
    width: 100%;
  }

}

ul.data-bk span {
  display: block;
  font-weight: 600;
}
button#submit_btn {
  margin-top: 1.5rem;
}
.events-section .left-bk {
  position: relative;
  z-index: 2;
 
}
.content-bk {
  position: relative;
  z-index: 1;
}
.content-bk iframe {
  margin-top: 1rem!important;
}

.events-section figure.bk-image.mgb-0 {
 
  background: white;
}
.events-section .date-bk {
  font-size: 14px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  background: #f50158;
  padding: 5px 10px;
  border-radius: 15px 0 5px 0px;
  z-index: 99;
  top: 0px;
  font-weight: 600;
  font-size: 13px;
  left: 0px;
}
.event-button .btn {
  margin: 8px;
  color: white;
}

i.fas.fa-plus-circle {
  margin-right: 5px;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  padding: 0;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  width: auto;
  height: auto;
  padding: 7px;
  position: relative;
  top: 2px;
}
.bk-footer a, .bk-footer, .bottom-bk {
  color: var(--footerColor)!important;
}




.bk-mob-nav .contain-bk {
  
  padding: 1.2rem 1.5rem;
  position: relative;
  
}
.bk-mob-nav-mask.active {
  background: var(--mainBgColor);
  z-index: 2;
}

.bk-mob-nav .list-bk ul li {
  position: relative;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ffffff42;
}
.bk-mob-nav .list-bk ul li:last-child {
  border: none;
}

ul.social-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99999;
}
ul.social-menu li {
  padding: 10px!important;
  border: none!important;
  background: rgb(255, 255, 255);
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}


ul.social-menu a {
  margin-left: 0!important;
  margin-right: 0!important;
}

ul.social-menu li:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: var(--mainColor);
  width: 1px;
  height: 100%;
  opacity: 0.4;
}
.bk-mob-nav .list-bk ul li a {
  
  margin-left: 0rem;
  
  font-weight: 600;
  text-transform: uppercase;
}
ul.social-menu li a {
  color: var(--mainColor);
}
.bk-mob-nav .btn {
  border-radius: 0;
  /* margin-top: 2rem; */
}
.bk-mob-nav .btn {
  background-color: var(--mainBgColor)!important;
  text-transform: uppercase;
}
.bk-mob-tog .bk-burger-menu::before, .bk-mob-tog .bk-burger-menu::after 
{
  background-color: var(--mainColor)!important;
  width: 16px;
    display: block;
}
.bk-mob-tog .bk-burger-menu::before, .bk-mob-tog .bk-burger-menu::after 
{
  background-color: var(--mainColor)!important;
  width: 16px;
    display: block;
}
.bk-mob-tog span 
{
  color:var(--mainColor)!important;
}

iframe#player {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

@media(max-width:1400px)
{
  iframe#player  
  {
    width: 200%;
    height: 200%;
  }
  
}
@media(max-width:1199px)
{
  iframe#player  
  {
    width: 250%;
    height: 200%;
  }
  
}
@media(max-width:991px)
{
  iframe#player  
  {
    width: 300%;
    height: 200%;
  }
  
}
iframe#player-mobile 
{
  position: absolute;
  
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 340%;
    height: 130%;
}
@media(max-width:560px)
{
  iframe#player-mobile 
{
  
  width: 500%;
    
}
}