@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(--mainBgColor);
  color: #ffffff;
  border-color: var(--mainBgColor);
  border-radius: 0;
  border: solid 1px transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  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(--mainBgColor);
  border-color: var(--mainBgColor);
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  background-color:  var(--mainColor);
  /* color: var(--mainColor); */
  border-color: var(--mainColor);
}
.white-btn.btn 
{
  background: white!important;
  color: black!important;
  border: 1px solid white;
}
.white-btn.btn:hover {
  background: transparent!important;
  color: WHITE!important;
}
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: 400;
  line-height: 1.8;
  overflow-x: hidden!important;
  
  
}
/* @media(min-width:1199px)
{
  body {
    margin-top: 50px;
  }
 
} */

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 {
  outline-width: 0;
  text-decoration: none;
  outline-width: 0;
}

a {
  color: #000000;
}

a:hover {
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 400;
}

hr {
  border-color: #000000;
}

sup {
  font-size: 80%;
}

fieldset label {
  font-weight: 400;
  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: #000;
}

::selection {
  color: #ffffff;
  background-color: #000;
}

.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;
  }
}



.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(.././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;
}
.bk-cta .data-bk 
{
  
  margin: auto;
  font-size: 18px;
  margin-bottom: 1rem;
}
.cta-section .zigzag-curve {
  position: absolute;
  left: 0;
  top: 0;
}
.bk-footer .bk-cta.bk-cta-3 h2 {
  font-size: 1.5rem;
}

.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(.././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(#clip-path);
  clip-path: url(#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;
  padding: 6rem 0;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--mainColor) 30%, transparent),
    color-mix(in srgb, var(--mainBgColor) 30%, transparent)
  );
  background-image: url(http://localhost:8880/gallery-bg.png);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
    
}
.gallery-section h2.section-title {
  display: inline-block;
  /*background: var(--mainColor);*/
  padding: 1rem 2rem;
  border-radius: 13px;
  color:var(--mainColor) !important;
}
.gallery-section:before 
{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content:'';
/* background: var(--mainColor); */
background: #fffef6;
/* opacity: 0.2; */
z-index: -1;
}
.gallery-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
 
  overflow: hidden;
}
.gallery-box .bk-images {
  width: 33.33%;
 
  height: 50%;
}
.gallery-box .bk-images:nth-child(4),.gallery-box .bk-images:nth-child(5) 
{
  width: 50%;
  height: 350px;
}
.gallery-box .bk-images {
  width: 33.33%;
  height: 50%;
  padding-left: 4px;
  padding-right: 4px;
  height: auto;
  height: 300px;
  overflow: hidden;
  margin-bottom: .5rem;
}
.bk-header.fixed-top {
  
  background-color: #fffef6;
}
.header-menu-bar .btn
{
  background: transparent;
  border:1px solid var(--navbar_text_color);
  color: var(--navbar_text_color);
}
@media(max-width:1199px)
{
  .header-menu-bar .bk-btn
  {
margin-right: 1rem;
  }
}
.bk-header.fixed-top .header-menu-bar .btn 
{
  border:1px solid var(--navbar_active_text_color);
  color: var(--navbar_active_text_color);
}
.gallery-box .bk-images a img {
  margin-bottom: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
 
}

.gallery-box .bk-images a 
{
  display: block;
  height: 100%;
}



.gallery-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  
  background-position: center;
}
.gallery-bg img {
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.grid-item-gallery-31 {
  width: calc(33.33%);
  border-radius:40px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.grid-item-gallery-31 img {
  border: 8px solid white;
}
.grid-item-gallery-31 img {
  width: 100%;
  border-radius: 40px;
}

@media(max-width:767px) {
  .gallery-bg {
    display: none;
  }
  .gallery-box .bk-images {
    width: 50%;
   height: 200px;
   padding: 8px;
    
  }
  .grid-item-gallery-31 
  {
    margin-bottom: 8px;
  }
  .grid-item-gallery-31 img {
    width: 100%;
    border-radius: 16px;
  }
  .gallery-box .bk-images:nth-child(4),.gallery-box .bk-images:nth-child(5) 
  {
    width: 50%;
   height: 200px;
  }
  .gallery-box .bk-images:nth-child(3),.gallery-box .bk-images:nth-child(6) 
  {
    width: 100%;
    height: 300px;
  }
  .grid-item-gallery-31 {
    width: calc(50%);
    border-radius: 0px;
    overflow: hidden;
  }
}

@media(max-width:767px)
{
  .bk-cta.bk-cta-3 {
    padding-left: 2rem;
    padding-right: 2rem;
}
}

.bk-banner .bk-btn {
  margin-top: 2rem;
}


.gallery-section .image-container {
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 0px;
  overflow: hidden;

}

.gallery-section .image-container {
  height: 100%;
}

.gallery-section .image-container img {
  padding: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: url(#clip-path);
  clip-path: url(#clip-path);
  /* Reference the SVG shape as the clip path */
}
.grid-gallery-31 {
  position: relative;
}
.cta-2 
{
  position: relative;
}
@media(max-width:767px)
{
  .cta-2 .address-bk{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.col-md-6.address-section {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.cta-2:before 
{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #fffef6;
    /* background: var(--mainColor);
    opacity: 0.2; */
    z-index: -1;
}

.col-md-6.map-section {
    position: relative;
}
.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: 10rem;
  margin: auto;
  padding: 0.8rem 1.5rem;
  border-radius: 0.8rem;
  text-transform: capitalize;
  
 font-size: 1rem;

}

.btn path {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.btn:hover path {
  fill: #000;
}

.white-btn {
  background-color: #ffffff;
  border: none;
  color: #000;
}

.white-btn path {
  fill: #000;
}

.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: #000;
  border-color: #000;
}

.btn-border:active,
.btn-border:focus {
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.btn-border:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.btn-light {
  background-color: #ffffff;
  color: #000;
  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;
}



@-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: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 0;
}

.btn-link:hover {
  color: #000;
  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("../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 #000;
  border-radius: 50%;
  margin: 0 2px;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-pagination a:hover,
.bk-pagination span:hover {
  border-color: #000;
  background-color: #000;
  color: #ffffff;
}

.bk-pagination a {
  cursor: pointer;
}

.bk-pagination .current {
  border-color: #000;
  background-color: #000;
  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: 400;
  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: 400;
  line-height: 2rem;
}

@media (min-width: 768px) {

  .h2,
  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

.h3,
h3 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

@media (min-width: 768px) {

  .h3,
  h3 {
    font-size: 1.5rem;
  }
}

.h2, h2 {
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
@media(max-width:767px)
{
  h2.h2.mgb-2, h2.mgb-2 {
    font-size: 2rem;
   
}

}

.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: #000;
  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;
}
.about-section  .top-svg-border path
{
fill: var(--mainColor);
}
.about-section .row:nth-child(even)
{
  flex-direction: row-reverse;
}
.about-section .content-box * 
{
  position: relative;
  z-index: 99;
}


.about-section .bk-image
{
padding-bottom: 100%;
}
.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;
}
.bk-cta
{
  text-align: left;
}

.bk-cta.bk-cta-1 
{
  background: var(--mainBgColor);
}
.bk-cta  .data-bk
{
  color: var(--mainColor);
}
.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;
}

.owl-nav button {
  border: 1px solid white !important;
  width: 50px;
  height: 47px;
  z-index: 99;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.184) !important;
  border-radius: 0rem;
}

button.owl-prev span {
  color: black;
  font-size: 24px;
}



button.owl-next span {
  color: black;
  font-size: 24px;
}

button:focus {
  outline: none;
}

.testimonial-section {
  background: var(--mainBgColor);
  position: relative;
}
.testimonial-section * 
{
  color: var(--mainColor);
}


.review-text  
{
  padding:32px 64px;
  position: relative;
}
@media(max-width:560px)
{
  .review-text  
{
  padding:50px 0px;
  
}
}
.review-text  .review-quote.quote-right {
  position: absolute;
  left: -40px;
  bottom: 0;
  font-size: 45px;
  color: var(--mainColor);
}
.review-text  .review-quote.quote-left {
  position: absolute;
  right: -40px;
  top: 0;
  font-size: 45px;
  color: var(--mainColor);
}
section.testimonial-section {
  background-size:contain;
  background-attachment: fixed;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
section.testimonial-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, 
color-mix(in srgb, var(--mainColor) 85%, transparent), 
color-mix(in srgb, var(--mainBgColor) 85%, transparent));
}
@media(max-width:991px)
{section.testimonial-section {
  
  padding-top: 3rem;
  padding-bottom: 3rem;
}

}
@media(max-width:560px)
{section.testimonial-section {
  
  padding-top: 3rem;
  padding-bottom: 3rem;
}

}
.testimonial-section .content-box {
  padding: 32px;
 
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 767px;
  text-align: center;
  margin: auto;
  align-items: center;
}
@media(max-width:767px)
{
  .testimonial-section .content-box {
    padding: 0;
  }
}
.testimonial-section .content-box *
{
  color: white!important;
}
section.testimonial-section figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.testimonial-section .section-title 
{
  position: relative;
}
@media(max-width:575px)
{
  .footer-horizontal-menu {
    padding: 32px;
}
.bk-footer .footer-sec ul li {
    width: 100%;
}
}
ul.bk-social.fixed {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  position: fixed;
  bottom: 0;
  padding: 0;
  z-index: 999;
}
ul.bk-social.fixed li a {
  display: flex;
  background: white;
  padding: 12px;
  font-size: 18px;
  border-right: 1px solid var(--mainColor);
  justify-content: center;
  align-items: center;
}
.col-md-6.address-section {
  display: flex;
  align-items: center;
}
.address-section i {
  margin-right: 16px;
}
.address-section div div 
{
  margin-bottom: 0.5rem;
}
@media(max-width:767px)
{
  .address-section .address 
{
  padding: 3rem 0!important;
  text-emphasis: center;
}
.cta-2 {
  position: relative;
  text-align: center;
}
.address-section div div {
  margin-bottom: 0.5rem;
  width: 100%!important;
}
.address-section .address 
{
  width: 100%!important;
}
}
.map-section 
{
  background: black;
}
.map-section   iframe
{
  opacity: 0.2;
}
ul.bk-social.fixed li {
  width: 100%;
}
.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: #000;
}

.background-secondary {
  background-color: #000;
}

.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;
}
.location-bk
{
  background: var(--mainBgColor);
  color: white;
  padding: 2rem 0;
  font-size: 20px;
}
.top-svg-border {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.top-svg-border svg {
  width: 100%;
  height: 100%;
}
.bottom-svg-border {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.location-bk .container-fluid
{
  text-align: center;
  justify-content: center;
  align-items: center;

}
/* svg path {
  fill: var(--mainBgColor);
} */
.location-bk .icon-bk 
{
  margin-right: 1rem;
}
.bk-banner {
  height: calc(100vh - 100px);
  height: 100%;
  position: relative;
  
  display: flex;
 
  align-items: flex-end;
 
  justify-content: center;
  text-align: center;

   
  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 .btn
{
color: rgb(0, 0, 0);
background: white;
color: rgb(0, 0, 0);
    background: white;
   
  
    border: 1px solid white;
}
.bk-banner .btn:hover 
{
  background: var(--mainBgColor)!important;
  color: white!important;
}
/* .bk-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
  
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.7) 0%,
    rgba(0,0,0,0.4) 50%,
    rgba(0,0,0,0) 100%
  );
 
} */

.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: center;
    object-position: center;
  }
}

.bk-banner .container {
  position: relative;
  z-index: 2;
}

.bk-banner .h1,
.bk-banner h1 {
  color: black;
  margin-bottom: 0.5rem;
 
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 3.7em;
   
}

@media (min-width: 575px) {

  .bk-banner .h1,
  .bk-banner h1 {
    margin-bottom: 0.5rem;
    line-height: 5rem;
  }
}

h2.subtitle-bk {
  color: black;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Cookie', cursive;
  font-size: 28px;
  line-height: 35px;
}
@media(max-width:991px)
{
  .bk-banner .h1, .bk-banner h1 {
   
    font-size: 32px;
    line-height: 42px;
}

h2.subtitle-bk {
  color: black;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Cookie', cursive;
  font-size: 18px;
  line-height: 25px;
}
}
.js-banner-slider .owl-dots {
  position: absolute;
  bottom: 2rem;
  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; */
    display: flex;
  }
}

/* .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 3px;
  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: 4rem 0 4rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.bk-inner-banner h1 {
  padding: 1.5rem 3rem;
  
  display: inline-block;
  margin-bottom: 2rem;
  color: white!important;
  border-radius: 13px;
  border-radius: 13px;
  font-weight: 300;
  position: relative;
}
.bk-inner-banner h1:before 
{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: var(--mainBgColor);
    z-index: -1;
    opacity: 0.7;


}
@media (min-width: 768px) {
  .bk-inner-banner {
    padding: 7rem 0 4rem;
  }
}

@media (min-width: 992px) {
  .bk-inner-banner {
    padding: 7rem 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: #ffffff2b; */
  padding: 32px;
  color: black;
  border-radius: 0rem;
  width: auto;
  z-index: 9;
  position: absolute;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
}
/* .banner-logo {
  position: absolute;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  width: 250px;
  top: 20%;
  filter: drop-shadow(2px 4px 6px var(--mainBgColor));
} */
.banner-logo {
  position: relative;
  left: 0;
  z-index: 9;
  /* transform: translateX(-50%); */
  width: 250px;
  top: 20%;
  margin: auto;
  filter: drop-shadow(2px 4px 6px var(--mainBgColor));
}
.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(.././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 .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: #000;
}

.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: 0rem 1rem;
  background-color: #fffef6;
  background: url(http://localhost:8880/zingwebsite/public/themes/website/assets/img/testi2.png);
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .bk-header {
    padding: 1em 1rem;
   
  }
}

.bk-header.fixed .header-bk {
  position: fixed;
}


@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 {
  padding: 0 0 0;
  width: 100%;
 
  text-align: center;
  display: flex;
  justify-content: center;
 
}
.bk-header nav a {
  color: var(--navbar_text_color);
 
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.header-menu-bar  aside.right-bk .bk-btn {
  padding: 12px 0;
}

.header-menu-bar {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--mainColor);
  margin-top: 16px;
  padding-top: 1rem;
}
.fixed-top .header-menu-bar
{
  padding-top: 0;
}
@media(max-width:1199px)
{
  .header-menu-bar
  {
    width: 100%;
    margin: 0;
    margin-right: 1rem;
    border-top: none;
    justify-content: flex-end;
   
  }
}

.bk-header nav .current_page_item a {
  color: #000!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("../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: #000;
}

.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;
}
.grid-item-gallery-31 img {
  width: 100%;
}
@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: #fffef6;
  -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-top: 0.5rem;
  padding-bottom: 0.5rem;
  
}

/* @media (min-width: 1200px) {
  .bk-header.fixed-top {
    padding: 0rem 0rem;
  }
} */

.bk-header.fixed-top nav>ul>li {
  padding: 0.8rem 1.5rem;
}

.bk-header.fixed-top nav a {
  color: var(--navbar_active_text_color);
}

.bk-header.fixed-top nav a:hover {
  opacity: 0.8;
}

.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: #000;
}

.bk-header.fixed-top .bk-mail a:hover path {
  fill: #000;
}

.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: #000;
  }
}

@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: #000;
} */

.bk-header li.menu-item-has-children ul.sub-menu li:hover {
  background-color: var(--mainBgColor);
}

.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: #000;
}

.bk-mail a:hover path {
  fill: #000;
}

.bk-footer {
  font-size: 1rem;
  position: relative;
  background: black;
  color: white;
  padding: 4rem 0;
}



.bk-footer ul.bk-social li {
  margin: 0 8px;
  background: var(--footerColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-radius: 7px;
  border: 1px solid var(--footerColor);
}
.bk-footer ul.bk-social li:hover i 
{
  color: white;
}
.bk-footer ul.bk-social li i {
  font-size: 19px;
  margin: 0;
  color: var(--mainBgColor);
}






.bk-footer  ul.bk-social {
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 574px) {
  .bk-footer {
    text-align: center;
  }
}
.bk-footer ul.bk-social li:hover {
  background: transparent;
}

.bk-footer li {
  list-style: none;
  margin-bottom: 0rem;
}
.footer-sec li {
  padding: 8px 20px;
  margin: 0 5px;
  /* border: 1px solid var(--mainColor); */
}
.footer-contact-sec 
{
  display: flex;
  justify-content: space-between;
  align-items: center;margin-bottom: 1rem;
}
@media(max-width:1199px)
{.footer-contact-sec 
  {
    flex-direction: column;
  }

}

@media(max-width:767px)
{
  .footer-contact-sec .d-block span {
    display: flex;
    flex-direction: column;
}

}

@media(min-width:768px)
{
  .footer-contact-sec span {
    display: inline-block;
    margin: 0px 17px;
}
}
.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: #000;
}

.bk-footer a:hover path {
  fill: #000;
}

.bk-footer  .footer-sec ul {
 
  margin-bottom: 0rem;
  flex-wrap: wrap;
 
}

.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 0;
 
}
.bk-footer .footer-sec {
 
  background: #00000024;
  position: relative;
  border-radius: 1rem;
  text-align: left;
 
}
.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;
  }
}
@media (max-width: 767px) {
  .bk-footer .bottom-bk ul {
    display: none!important;
  }
}
.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: #000;
}

.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;
}



@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: 400;
}

@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: 400;
  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: 400;
  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(../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: #000;
  color: #000000;
}

.bk-mob-nav .list-bk ul li ul li ul {
  margin-left: 1rem;
  background-color: #000;
  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;
}



.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: #000;
  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: 13px;
  width: 13px;
  /* border:1px solid  var(--mainColor)!important; */
  display: inline-block;
  /* border:1px solid  white!important; */
  background: rgba(255, 255, 255, 0.493)!important;
  margin: 0 5px;
  border-radius: 0%;
  BORDER: none;
  /* background: transparent!important; */
}
.owl-dots {
  text-align: center;
  margin-top: 1rem;
}

button.owl-dot.active span {
  /* background: var(--mainColor)!important; */
  background: white!important;
}
button.owl-dot span:hover 
{
  background: white!important;
}
.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;
}




.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: 400;
  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);
}


@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 var(--mainColor);
  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: var(--mainColor);
}


.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;
}

.normal-banner ul.bk-social {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
}
.normal-banner  ul.bk-social li {
  height: 32px;
  
  
 
 
  margin: 0 5px;

  width: 100%;
}
.normal-banner  ul.bk-social li a 
{
  padding: 10px;
  background: #ffffff90;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width:767px) {
  .normal-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }
}

.events-section .title-bk {
  margin-bottom: 0rem;
}

.event-footer {
  background: #000;
  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: 400;
}

.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 #000;
  
}
.testimonial-section .content-bk 
{
  padding: 32px;
}
.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;
  margin-bottom: 0;
}

.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: var(--mainColor);
  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;
  
  line-height: 2.5rem;
  /* margin-top: 1rem; */
 
}
body .faq-section .accordion-button {
  
  font-size: 1rem!important;
  box-shadow: none!important;
}
@media(max-width:767px)
{
  .section-title {
    
    
    
  }
}


.bk-image {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
section.cta-2 img {
  height: 100%;
  width:100%;
  object-fit: cover;
}
@media(max-width:1200px)
{
    section.cta-2 .row {
       flex-direction: column-reverse;
    }
}
.bk-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .bk-image img
{
  position: relative;
  height: auto;
  width: 100%;
}
.about-section .bk-image 
{
  padding-bottom: 0;
}
/* 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(https://img.freepik.com/free-vector/fast-food-pattern_1108-194.jpg?w=1060&t=st=1687254090~exp=1687254690~hmac=9dcc66ac444b2c50a61a2c456ca6fe2b16bead69f831d0b73d47c03fff299af3);
  background-attachment: fixed;
  position: relative;
}

.about-section figure {
  border-radius: 0px;
  margin: 0;
  
}
.about-section .content-box {
  padding: 32px 64px;
}


@media(max-width:767px)
{
  .about-section .content-box {
    padding: 16px 15px;
    text-align: center;
  }
  section.about-section .bk-btn {
    text-align: center;
    margin: auto;
}
}



@media(max-width:560px)
{
  .about-section .content-box {
    padding: 16px 15px;
  }
}
.about-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: color-mix(in srgb, var(--mainColor) 30%, transparent);
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--mainColor) 30%, transparent),
    color-mix(in srgb, var(--mainBgColor) 30%, transparent)
  );
}


.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: #ffffff58; */
    padding: 16px;
    color: black;
    border-radius: 0rem;
    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;
}


body[theme-font="Roboto Slab"],
body[theme-font="Roboto Slab"] p,
body[theme-font="Roboto Slab"] li,
body[theme-font="Roboto Slab"] h1,
body[theme-font="Roboto Slab"] h2,
body[theme-font="Roboto Slab"] h3,
body[theme-font="Roboto Slab"] h4,
body[theme-font="Roboto Slab"] h5,
body[theme-font="Roboto Slab"] h6,
body[theme-font="Roboto Slab"] blockquote,
body[theme-font="Roboto Slab"] a,
body[theme-font="Roboto Slab"] .btn,
body[theme-font="Roboto Slab"] input,
body[theme-font="Roboto Slab"] select,
body[theme-font="Roboto Slab"] textarea
{
  font-family: 'Roboto Slab', sans-serif !important;
}












.cta-section {
  background: #f1f1f1;
}

h2.footer-title {
  font-size: 19px;
  text-align: left;
  font-weight: 400;
}
.bk-footer li {
  list-style: none;

}
.bk-footer li {
 
  list-style: none;
  
}
.bk-footer .bk-social li {
  
  margin-bottom: 0rem;
}

address 
{
  margin-bottom: 0rem;
}
.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;
}
.footer-address .d-flex {
  margin-bottom: 0.5rem;
  flex-direction: column;
  text-align: center;
}
.location-bk .container-fluid {
  
  flex-direction: column;
}.testimonial-section .content-box 
{
  padding: 0;
}
}

.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: 400;
}
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: 400;
  position: absolute;
  background: #f50158;
  padding: 5px 10px;
  border-radius: 15px 0 5px 0px;
  z-index: 99;
  top: 0px;
  font-weight: 400;
  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, .bk-cta-3 li   span, .bk-cta-3 li   a, .bk-cta-3 {
  color: var(--footerColor)!important;
}
.bk-cta-3 ul 
{
  padding-left: 0;
}

.bk-cta * {
  color: var(--footerColor)!Important;
}


.bk-mob-nav .contain-bk {
  
  padding: 1.2rem 1.5rem;
  position: relative;
  
}

.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: 400;
  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;
}


@media(max-width:767px)
{
  .bk-footer i
{
  margin-right: 0;
}
.footer-contact-sec .d-block span {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 16px;
}
.footer-contact-sec {
  
  margin-bottom: 2rem;
}
}

.content 
{
  text-align: center;
  width: 100%;
}

.grid-item-gallery-31 img {
  transition: 0.3s;
}
.grid-item-gallery-31:hover img {
  transform: scale(1.05);
}
.grid-item-gallery-31 img {
  width: 100%;
}


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%;
    
}
}

body .menu-item  a.remove-font-color *
{
  color: var(--mainColor)!important;
}

body .fixed-top .menu-item  a.remove-font-color *
{
  color: black!important;
}

.bk-inner-banner
{
    position: relative;
}
.bk-inner-banner .inner-bg {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    width: 100%;
}
.bk-inner-banner .inner-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section svg path {
  fill: var(--mainBgColor);
}
.bottom-svg-border  path, .top-svg-border  path
{
  fill: var(--mainBgColor);
}


.skip-link {
  position: absolute;
  top: -60px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  z-index: 999999;
  border-radius: 4px;
  transition: top 0.3s;
}
.skip-link:hover
{
 color:white!important;
}
.skip-link:focus-visible {
  bottom: auto;
  outline: 2px solid var(--mainColor);
  color: white !important;
  top: 15px;
}
li 
{
  list-style: none;
}

@media(max-width:575px)
{
  span.scentence-2026 {
    display: block;
}
}
section.faq-section
{
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--mainColor) 30%, transparent),
    color-mix(in srgb, var(--mainBgColor) 30%, transparent)
  );
}
section.faq-section .top-svg-border {
 
  transform: scaleY(-1);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--mainColor) !important;
}



.bk-btn:before {
    background-color: var(--mainColor) !important;

}

.bk-footer {
  background-color: var(--mainBgColor) !important;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

.bk-footer a,
.bk-footer,
.bottom-bk {
    color: var(--footerColor) !important;
}

.event-footer .title-bk {
    color: white !important;
}

.edit-block .edit-actions 
{
    right: 0!important;
}
@media (max-width: 991px)
{
    .bk-banner h1 {
        font-size: 45px;
        line-height: 50px!important;
    }
}


section.faq-section 
{
 padding: 6rem 0!important;
}



/* ── Section background ── */
.faq-section {
 background: #fff;
 position: relative;
 overflow: hidden;
}

/* Subtle red glow top-right */
.faq-section::before {
 content: '';
 position: absolute;
 top: -60px; right: -60px;
 width: 380px; height: 380px;
 background: radial-gradient(circle, rgba(var(--mainColor-rgb, 211,47,47), .07) 0%, transparent 70%);
 pointer-events: none;
}

/* Watermark */
.faq-section::after {
 content: 'FAQ';
 position: absolute;
 bottom: 30px; left: -10px;
 font-family: 'Bebas Neue', 'Arial Black', sans-serif;
 font-size: clamp(100px, 18vw, 220px);
 color: rgba(0,0,0,.03);
 pointer-events: none;
 line-height: 1;
 letter-spacing: 10px;
 user-select: none;
 z-index: 0;
}

.faq-section .container { position: relative; z-index: 1; }

/* ── Header ── */
.faq-pill {
 display: inline-block;
 background: var(--mainBgColor, #D32F2F);
 color: #fff;
 font-size: 11px;
 font-weight: 800;
 letter-spacing: 3px;
 text-transform: uppercase;
 padding: 5px 18px;
 border-radius: 100px;
}

.faq-main-title {
 font-family: 'Bebas Neue', 'Arial Black', sans-serif;
 
 color: #111;
 line-height: 1;
 letter-spacing: 2px;
}

.faq-main-title span {
 color: var(--mainBgColor, #D32F2F);
}

.faq-subtitle {
 color: #999;
 font-size: 15px;
 font-weight: 600;
 max-width: 460px;
 margin: 8px auto 0;
 line-height: 1.6;
}

/* ── Accordion item ── */
.faq-item {
 border: 1.5px solid #efefef !important;
 border-radius: 14px !important;
 overflow: hidden;
 background: #fafafa;
 transition: border-color .25s, box-shadow .25s, background .25s;
}

.faq-item:has(.accordion-button:not(.collapsed)) {
 border-color: var(--mainBgColor, #D32F2F) !important;
 background: #fff;
 box-shadow: 0 8px 28px rgba(211,47,47,.09);
}

/* ── Accordion button ── */
.faq-btn {
 background: transparent !important;
 box-shadow: none !important;
 padding: 18px 20px;
 gap: 14px;
 align-items: center;
 border-radius: 0 !important;
}

.faq-btn::after {
 /* hide default Bootstrap chevron */
 display: none !important;
}

/* Custom toggle icon via pseudo-element */
.faq-btn .faq-icon-wrap {
 width: 30px;
 height: 30px;
 border-radius: 50%;
 border: 1.5px solid #ddd;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
 margin-left: auto;
 transition: background .25s, border-color .25s, transform .35s;
 font-size: 18px;
 color: #bbb;
 line-height: 1;
}

.faq-btn:not(.collapsed) .faq-icon-wrap {
 background: var(--mainBgColor, #D32F2F);
 border-color: var(--mainBgColor, #D32F2F);
 color: #fff;
 transform: rotate(45deg);
}

/* Number badge */
.faq-num {
 width: 30px;
 height: 30px;
 border-radius: 8px;
 background: #efefef;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 font-size: 11px;
 font-weight: 800;
 color: #bbb;
 flex-shrink: 0;
 transition: background .25s, color .25s;
}

.faq-btn:not(.collapsed) .faq-num {
 background: var(--mainBgColor, #D32F2F);
 color: #fff;
}

/* Question text */
.faq-q-text {
 font-size: 14px;
 font-weight: 800;
 color: #111;
 line-height: 1.4;
 flex: 1;
}

/* Answer body */
.faq-body {
 font-size: 13.5px;
 color: #777;
 font-weight: 600;
 line-height: 1.7;
 padding: 4px 20px 20px 64px;
 background: #fff;
}

/* ── Responsive: stack on small screens ── */
@media (max-width: 767px) {
 .faq-body { padding-left: 20px; }
}

section.bk-cta.bk-cta-3 {
  padding: 2rem;
  /* border: 1px solid #ffffff66; */
  margin-bottom: 2rem;
  background: #ffffff2e;
  background: #00000024;
  border-radius: 1rem;
}


    section.slider-title
    {
      position: relative;
      height: 350px;
      background-color: var(--mainColor);
      background-image: url(http://localhost:8880/zingwebsite/public/themes/website/assets/img/testi2.png);
      background-position: center;
      opacity: 1;
      background-size: contain;
      background-repeat: repeat;
      /* filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5)); */
      background-attachment: fixed;
      z-index: 99;
    }
    .banner-2 {
      position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    padding: 80px 5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
   
    z-index: 9;
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 450px;
    top: -14%;
    z-index: 9;
    opacity: var(--scroll-opacity, 0);
    transform: translateX(-50%) translateY(var(--scroll-offset, 0));
    transition: opacity 0.3s ease-out, transform 0.1s linear;
    will-change: transform, opacity;
    background-color: var(--mainBgColor);
    border-radius: 50%;
    background-image: url(http://localhost:8880/zingwebsite/public/themes/website/assets/img/testi2.png);
    background-position: center;
    opacity: 1;
    z-index: 2;
    background-size: cover;
    background-repeat: repeat;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5));
    border: 2px solid var(--mainColor);
    
    opacity: var(--scroll-opacity, 0); 
    transform: translateX(-50%) translateY(var(--scroll-offset, 0));
    
   
    transition: opacity 0.3s ease-out, transform 0.1s linear;
    will-change: transform, opacity;
  
    }
@media(max-width:575px)
{
  .banner-2
  {
    border-radius: 0;
  }
}
   
    .banner-2 .btn 
    {
      background: var(--mainColor);
      color: var(--mainBgColor);
    }
    /* Big red circle behind */
    .banner-2::before {
      content: '';
      /* position: absolute;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%);
      width: 700px;
      height: 700px;
      border-radius: 50%;
      background-color: var(--mainBgColor);
      background-image: url(http://localhost:8880/zingwebsite/public/themes/website/assets/img/testi2.png);
      background-position: center;
      opacity: 1;
      z-index: 2;
      background-size: cover;
      background-repeat: repeat;
      filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5));
      border: 2px solid var(--mainColor); */
      
    }
    @media(max-width:767px)
    {
      .banner-2::before
      {
        border-radius: 0;
      }
    }
    /* .banner-2::after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 350px;
     z-index: 1;
     
     
    } */

    section.spacing.text-center.bk-cta.bk-cta-1 
    {
      background-color: var(--mainBgColor);
      background-image: url(http://localhost:8880/zingwebsite/public/themes/website/assets/img/testi2.png);
      background-position: center;
      background-attachment: fixed;
    }
    /* Decorative lines */
    .banner-2__lines {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .banner-2__line {
      position: absolute;
      background: rgba(204,0,0,.06);
    }

    .banner-2__line:nth-child(1) { width: 1px; height: 100%; left: 15%; top: 0; }
    .banner-2__line:nth-child(2) { width: 1px; height: 100%; right: 15%; top: 0; }
    .banner-2__line:nth-child(3) { width: 100%; height: 1px; top: 30%; left: 0; }

    .banner-2__content {
      position: relative;
      z-index: 2;
      max-width: 700px;
    }

    .banner-2__eyebrow {
      display: inline-block;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 5px;
      text-transform: uppercase;
      color: #cc0000;
      margin-bottom: 20px;
      position: relative;
    }

    .banner-2__eyebrow::before,
    .banner-2__eyebrow::after {
      content: '—';
      color: rgba(204,0,0,.4);
      margin: 0 10px;
    }

    .banner-2__title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(2.5rem, 8vw, 4rem);
      font-weight: 700;
      line-height: 1.0;
      color: #111;
      margin-bottom: 10px;
    }

    .banner-2__title .red { color: var(--mainColor); }

    .banner-2__title .italic {
      font-style: italic;
      color: var(--mainColor);
    }

    .banner-2__divider {
      width: 60px;
      height: 3px;
      background: var(--mainColor);
      margin: 28px auto;
      border-radius: 2px;
    }

    .banner-2__subtitle {
      font-size: 17px;
      color: #ffffff;
      font-weight: 600;
      line-height: 1.7;
      max-width: 480px;
      margin: 0 auto 40px;
    }

    .banner-2__btns {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    /* .btn-elegant {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #111;
      color: #fff;
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 17px 36px;
      border-radius: 0;
      text-decoration: none;
      border: 2px solid #111;
      cursor: pointer;
      transition: background .25s, color .25s;
    } */

    /* .btn-elegant:hover { background: #cc0000; border-color: #cc0000; } */

    /* .btn-elegant-outline {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      color: #111;
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 15px 34px;
      border-radius: 0;
      border: 2px solid #111;
      text-decoration: none;
      cursor: pointer;
      transition: background .25s, color .25s;
    } */

    .btn-elegant-outline:hover { background: #111; color: #fff; }

    /* Floating food plates */
    .banner-2__food-l,
    .banner-2__food-r {
      position: absolute;
      font-size: 70px;
      opacity: .5;
      user-select: none;
    }

    .banner-2__food-l { left: 5%; top: 50%; transform: translateY(-50%) rotate(-15deg); animation: float1 5s ease-in-out infinite; }
    .banner-2__food-r { right: 5%; top: 50%; transform: translateY(-50%) rotate(15deg); animation: float1 5s ease-in-out infinite .8s; }

    /* .bk-header.fixed-top .logo-bk
    {
display: none;
    } */
    .bk-header.fixed-top .header-menu-bar 
    {
      margin: 0;
      border: none;
    }

    .bk-header.fixed-top  .flex-xl-column 
    {
      flex-direction: row!important;
    }

    .bk-header.fixed-top rect {
      fill: black!important;
  }



  .about-section .bk-image img {
    position: relative;
    height: auto;
    width: 100%;
    object-fit: cover;
}