/* Generated by less 2.5.1 */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/regular.min.css");


/*************************************************************
Governance - Site Wide Rules / overides
*************************************************************/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


h1 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    padding: 0px!important;
}


/*************************************************************
Page Structure - Body
*************************************************************/
html,
body {
    height: 100%;
    width: 100%;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px;
    margin: 0px;
    font-variant: normal;
    text-transform: none;
    display: -webkit-box;
    /* chrome */
    display: -webkit-flex;
    /* safari */
    display: -moz-box;
    /* firefox */
    display: -ms-flexbox;
    /* microsoft */
    display: flex;
    /* generic */
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
    color: #fff;
    background: #000000;
    background-color: #010101;
    margin:0;
}


/*************************************************************
Rows & Columns
*************************************************************/
main {
      /* this removes all "flex properties" on padding and margins */
  -webkit-box-flex: 1 1 auto;
  /* chrome */
  -webkit-flex: 1 1 auto;
  /* safari */
  -moz-box-flex: 1 1 auto;
  /* firefox */
  -ms-flex: 1 1 auto;
  /* microsoft */
  flex: 1 1 auto;
  /* generic */
}

section {
    margin: 88px auto 88px auto!important;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 48px;
    justify-content: space-between;
    padding:16px 48px 16px 48px;
    max-width: 1640px;
    margin: 0 auto;
}

.row .col {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding:0px 0px 0px 0px;
}

.col {
    width: 100%;
    flex: 1;
}

.col-8 {

}

.col-6 {
    flex-basis: 14%;
    width: 100%;
    min-width: 14%;
}

.col-5 {
    flex-basis: 16%;
    width: 100%;
    min-width: 16%;
}

.col-4 {
    flex-basis: 22%;
    width: 100%;
    min-width: 22%;
}

.col-3 {
    flex-basis: 32%;
    width: 100%;
    min-width: 32%;
}

.col-2 {
    flex-basis: 47%;
    width: 100%;
    min-width: 47%;
}

.col-1 {
    flex-basis: 100%;
    width: 100%;
    min-width: 48%;
}

/* @media all and (max-width: 1440px) {

  .row {
    max-width: 1280px;
  }
} */

@media all and (max-width: 1720px) {

  .row {
      max-width: 1350px;
      gap: 32px;
  }
}

@media all and (max-width: 1440px) {

  .row {
      max-width: 1280px;
      gap: 32px;
  }
}

@media all and (max-width: 1280px) {

    .row {
        gap: 32px;
        padding: 8px 32px 8px 32px;
    }

    .col-6 {
        min-width: 48%;
    }

    .col-5 {
        min-width: 30%;
    }

    .col-4 {
        min-width: 48%;
    }

    .col-3 {
        min-width: 48%;
    }

    .col-2 {
        min-width: 48%;
    }

    .col-1 {
        width: 100%;
    }
}

@media all and (max-width: 720px) {

    .row {
        gap: 16px;
        padding: 8px 16px 8px 16px;
    }

    .row .col {
        min-width: 100%!important;
    }

    #services .col {
        min-width: 46%!important;
    }

    .col-6 {
        width: 100%;
    }

    .col-5 {
        min-width: 46%!important;
    }

    .col-4 {
        width: 100%;
    }

    .col-3 {
        width: 100%;
    }

    .col-2 {
        width: 100%;
    }

    .col-1 {
        width: 100%;
    }
}


/*************************************************************
FORM CONTROLS
*************************************************************/
.form-control {
    display: block;
    color: #fff !important;
    background: #1a1a1a !important;
    border: 1px solid #2a2a2a !important;
/*            line-height: 40px;*/
    padding: 24px 24px;
}
.form-control:before {
    color: #333 !important;
}
.select.form-control {
    padding: 0px 24px;
    color: rgba(255, 255, 255, 0.4) !important;
    margin: 24px 0px;
    height: 72px;
}
.select.form-control:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
input::-webkit-input-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
input::-moz-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
input:-ms-input-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
input:-moz-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
input:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s ease-in-out;
}
input:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
/*  border: 1px solid rgba(255, 255, 255, 0.2) !important;*/
  border: 1px solid #fff !important;
  outline: 1px solid #fff !important;
}
input:active {
  border: 1px solid #4c99e6;
}
input::selection {
  background: none; /* Removes the default highlight background */
  color: inherit;   /* Keeps the text color the same as before selection */
}
textarea::-webkit-input-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
textarea::-moz-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
textarea:-ms-input-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
textarea:-moz-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
textarea:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s ease-in-out;
}
textarea:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
/*  border: 1px solid rgba(255, 255, 255, 0.2) !important;*/
  border: 1px solid #fff !important;
  outline: 1px solid #fff !important;
}
textarea::selection {
  background: none; /* Removes the default highlight background */
  color: inherit;   /* Keeps the text color the same as before selection */
}
select {
    margin-bottom: 24px;
    padding: 0px 24px;
    /*color: rgba(255,255,255,1)!important;*/
    margin: 16px 0px;
}
select:invalid {
    color: rgba(255,255,255,0.4)!important;
}
select:disabled {
    color: rgba(255,255,255,0.4)!important;
}
select:enabled {
    color: rgba(255,255,255,1)!important;
}
select:has(option[value=""]:checked) {
    color: rgba(255,255,255,0.4)!important;
}
select:before {
    color: rgba(255,255,255,0.4)!important;
}
select::-webkit-input-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
select::-moz-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
select:-ms-input-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
select:-moz-placeholder {
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.4) !important;
}
select:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s ease-in-out;
}
select:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
/*  border: 1px solid rgba(255, 255, 255, 0.2) !important;*/
  border: 1px solid #fff !important;
  outline: 1px solid #fff !important;
}
select::selection {
  background: none; /* Removes the default highlight background */
  color: inherit;   /* Keeps the text color the same as before selection */
}


/*************************************************************
Page Structure - Links
*************************************************************/
a {
    color: #fff;
    list-style-type: none;
    text-decoration: none;
}

a:hover {
    color: #fff;
    list-style-type: none;
    text-decoration: none;
}



/*************************************************************
Page Structure - Nav
*************************************************************/
nav {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav ul {
  display: block;
  margin-bottom: 0px;
}
nav ul li {
  display: block;
}
nav ul li a {
  text-decoration: none;
  font-size: 22px;
  line-height: auto;
  font-weight: 400;
  color: #ffffff !important;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
nav ul li a:hover {
  text-decoration: underline;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}


/*************************************************************
Page Structure - Header
*************************************************************/
header {
    display: flex;
    opacity: 1;
    z-index: 200;
    width: 100%;
    position: fixed;
    padding: 16px 48px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    align-content: center;
    background: #000;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

header.active {
    background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: brightness(1.5) blur(4px);
    backdrop-filter: brightness(1.5) blur(4px);
    opacity: 1;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.show {
    background: #000!important;
    /*padding: 24px;*/
    /*height: 100vh;*/
    /*width: 100vw;*/
    display: flex;
}

header .navbar-collapse .collapse .show {
    display: block!important;
}

header .navbar-collapse .collapse {
    display: block!important;
}

header.show .navbar-collapse.show {

}

header nav {
    -webkit-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    margin: 0 auto;
    position: fixed;
    max-width: 1540px;
    /*  margin-left: 16px;*/
}
header nav.triggered {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
header nav:nth-of-type(1n) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

header nav ul li .project-title {
  font-weight: 800;
}

header nav ul li .project-description {
  font-weight: 400;
}

header nav ul.right li {
  margin-left: 32px;
}

header .web-nav {
  display: inline-flex;
}

header.active {
  opacity: 1;
}

.navbar-toggler {
    padding: 0px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: none;
/*    transition: var(--bs-navbar-toggler-transition);*/
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

@media all and (max-width: 1720px) {
    header nav {
        max-width: 1250px;
    }
}

@media all and (max-width: 1440px) {
    header nav {
        max-width: 1180px;
    }
}

/* @media all and (max-width: 1280px) {
    header {
        padding: 16px 32px;
    }
    header nav {
        width: 100%;
        max-width: 100%;
    }
} */

@media all and (max-width: 990px) {
    header {
        padding: 16px 32px;
    }
    header nav ul.right li {
        margin-left: 0px;
        margin-bottom: 16px;
    }
    header.show {
        background: transparent;
    }
    header.active {
        background-color: rgba(0, 0, 0, 0.8);
        background: rgba(0, 0, 0, 0.8);
        -webkit-backdrop-filter: brightness(1.5) blur(4px);
        backdrop-filter: brightness(1.5) blur(4px);
        opacity: 1;
        background: #000!important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media all and (min-width: 990px) {
  header {
      background: transparent!important;
  }
  header.show {
      background: transparent!important;
  }
  header.active {
      background: #000!important;
  }
}

@media all and (max-width: 720px) {
    header {
        padding: 16px 16px;
    }
    header nav ul.right li {
        margin-left: 0px;
        margin-bottom: 16px;
    }
}




/*************************************************************
HERO
*************************************************************/
#hero {
    position: relative;
    top: 0px;
    margin: 0px auto;
    width: 100vw;
    height: 100%;
    max-height: 72dvh;
    overflow: hidden;
}

#hero .block {
  -webkit-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
#hero .block.triggered {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#hero .block:nth-of-type(1n) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
#hero .slider {
    width: auto;
    min-width: 100vw;
    height: 100%;
    max-height: 100dvh;
}
#hero .card {
  min-width: 100vw;
  height: auto;
}
#hero .card-details {
    opacity: 1;
    /* width:100vw; */
    /* height: 100%; */
    /* max-height: 100dvh; */
    /* cursor: default; */
    z-index: 100;
    /* margin: 0 auto; */
    /* height: auto; */
    text-align: center;
    position: absolute; 
    top: 50%;
    left: 50%; 
    padding: 80px; 
    max-width: 880px;
    -webkit-transform: translateX(-50%) translateY(-50%); 
    transform: translateX(-50%) translateY(-50%);
}
#hero .card-details:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.0);
}
#hero .card .video_content {
    background: transparent;
    height: 100dvh;
    width: 100vw;
}
/*        #hero video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: 0; 
        }
*/
#hero .video_content .logo {
    border-radius: 0px;
    width: 100%;
    max-width: 880px;
/*        margin: 0 auto;*/
}
#hero .background-image {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
}
#hero .project-control {
    display: block;
}
#hero .project-control-mobile {
    display: none;
}
#hero .video-desktop {
    display: block;
}
#hero .video-mobile {
    display: none;
}



@media all and (max-width: 1720px) {
 
    #hero {
        height: 72vh;
    }
    #hero .block {
        height: 72vh;
    }
    #hero .slider {
        height: 72vh;
    }
    #hero .card-details {
        height: 72vh;
    }
    #hero .card {
        min-width: 100vw;
        height: auto;
        /* min-height: 72vh; */
        max-height: 72vh;
    }
    #hero .background-image {
        min-height: 72vh;
        height: 72vh;
    }
}


@media all and (max-width: 720px) {

    #hero {
        top: 0px!important;
        height: 64vh;
        min-height: 64vh;
    }
    #hero .slider {
        height: 64vh;
    }
    #hero .card {
        min-width: 100vw;
        height: auto;
        min-height: 64vh;
        max-height: 64vh;
    }
    #hero .background-image {
        min-height: 64vh;
        height: 64vh;
    }
    #hero .btn-row {
        display: flex;
        align-items: center; 
        justify-content: center; 
        margin: 24px auto;
        gap: 16px;
    }
    #hero .btn-row .text {
        display: none!important;
    }
    #hero .btn-row span:first-of-type {
        /*display: block!important;*/
        display: none!important;
    }
    #hero .btn-row button {
        display: block;
        width: auto;
    }
    #hero .btn-row .video-control {
        /*display: none!important;*/
        height: 72px!important;
        width: 72px !important;
    }
    #hero .btn-row .video-control-mobile {
        /*display: block!important;*/
        height: 72px!important;
        width: 72px !important;
    }
    #hero .btn-row .audio-control {
        /*display: none!important;*/
        height: 72px!important;
        width: 72px !important;
    }
    #hero .btn-row .audio-control-mobile {
        /*display: block!important;*/
        height: 72px!important;
        width: 72px !important;
    }
    #hero .btn-row .project-control {
        /*display: none!important;*/
        height: 72px!important;
        width: 72px !important;
    }
    .cannaco-desktop-video {
        display: none!important;
    }
    .cannaco-mobile-video {
        display: block!important;
    }
    .cannaco-desktop-audio {
        display: none!important;
    }
    .cannaco-mobile-audio {
        display: block!important;
    }
    #hero button.project-control-mobile {
        font-size: 18px;
        height: 64px!important;
        padding: 8px 48px;
    }
    #hero .card-details {
        /* height: 72vh; */
        padding: 0px; 
        max-width: 72%;
    }
    .btn-large {
        font-size: 16px;
        height: 64px !important;
        padding: 16px 40px;
    }
    .btn-large i {
        font-size: 16px;
    }
    .circle-arrows .slick-next {
        right: 0px!important;
    }
    .circle-arrows .slick-prev {
        left: 0px!important;
    }
    #hero button {
        height: 72px !important;
        width: auto;
        font-size: 24px;
        padding: 16px 0px;
    }
    #hero button.project-control-mobile {
        font-size: 18px;
        padding: 8px 48px;
    }
    .circle-arrows .slick-next {
        right: 0px!important;
    }
    .circle-arrows .slick-prev {
        left: 0px!important;
    }
    #hero .project-control {
        display: none;
    }
    #hero .project-control-mobile {
        display: block!important;
    }
  /*    #hero .video-desktop {
        display: none;
    }
    #hero .video-mobile {
        display: block!important;
    }*/
    #hero .slick-dots li {
        width: 80px;
        height: 12px;
    }
    .slick-dots li button:before {
        height: 6px!important;
    }
}



/*************************************************************
Page Structure - Container
*************************************************************/
.container {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.container {
    width: 100%;
    margin: 0 auto;
    gap: 48px;
    padding-right: 0px;
    padding-left: 0px;
/*  border-bottom:1px solid #f1f0ef;*/
}


@media (min-width: 1200px) {

    .container {
        max-width: 1640px;
    }
}

@media (min-width: 768px) {

    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 1280px) {

    .container {
        gap: 24px!important;
    }
}

.content-container {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
    margin: 0%;
}

.icon-card {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
/*    float:left;*/
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px;
    overflow: hidden;
}

.content-container .logo {
    border-radius: 0px;
    width: 100%;
    max-width: 32%;
    margin: 0 auto;
    opacity: 0;
}

.content-container img {
/*    border-radius: 30px;*/
    width: 100%;
}

.video {
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px;
    overflow: hidden;
}


/*************************************************************
Intro
*************************************************************/
#intro .row {
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
/*  margin-left: 16px;*/
}
#intro .row.triggered {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#intro .row:nth-of-type(1n) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}


/*************************************************************
PROJECTS
*************************************************************/
#projects .icon-card {
    width: 100%;
  /*    height: auto;*/
    padding-bottom: 80%;
  /*    float:left;*/
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px;
    overflow: hidden;
}

@media all and (max-width: 960px) {
    #projects .col {
        margin-bottom: 8px!important;
    }
}

@media all and (max-width: 720px) {
    #projects .row {
        gap: 24px;
    }
}


/*************************************************************
Description
*************************************************************/
#description {
  -webkit-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
#description.triggered {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
#description h1 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.accordion .list-group a {
    width: 100%;
    padding: 32px 32px;
    font-size: 24px; 
    font-weight: 500;
}
.accordion .list-group:hover a,
.accordion .list-group:hover li {
    background: rgba(0, 0, 0, 0.2)!important;
    cursor: pointer;
}
.accordion .list-group a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.accordion .list-group.collapsed a:before {
    float: right !important;
    content:"\f067";
}
.accordion .list-group a:hover, 
.accordion .list-group a:active, 
.accordion .list-group a:focus  {
    text-decoration:none;
}
.table>:not(caption)>*>* {
    padding: 24px 24px;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

#description .col-3 {
    min-width: 31.7%;
    max-width: 31.7%;
    /* width: 100%; */
}

#description .row .list-group {
    background: #1A1A1A!important;
}

#description .row .col .card {
    background: #212121 !important;
}

#description .row .col .card:hover  {
    background: #212121 !important;
}

#description .card-details:hover {
  opacity: 1;
  background: #212121!important;
}

@media all and (max-width: 1120px) {
    #description .col-3 {
        min-width: 100%;
        max-width: 100%;
    }
}

/*************************************************************
Card
*************************************************************/
.card {
    border: none;
    border-radius: 0px;
    overflow: hidden;
    background: #1a1a1a!important;
}



/*************************************************************
IMAGES
*************************************************************/
#images img {
  border-radius: 24px;
}


@media all and (max-width: 960px) {
  #images .row .col-4 {
      min-width: 46%!important;
  }
  #images img {
      border-radius: 16px!important;
  }
}
@media all and (max-width: 420px) {
  #images .row .col {
      margin-bottom: 8px!important;
  }
}
@media all and (max-width: 420px) {
  #images .row .col-4 {
      min-width: 46%!important;
  }
}



/*************************************************************
QUESTIONS
*************************************************************/
#questions .row {
    gap: 24px;
}

#questions .blockquote {
    margin-bottom: 0px;
    font-size: 1.25rem;
    padding: 24px;
}

#questions ul {
    background: #1a1a1a;
}

#questions .expand {
    margin-top: 0;
    padding: 0px 40px 24px 40px;
    color: #fff;
}

#questions a.expand {
    display: block;
    margin-bottom: 32px;
}

#questions .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: #fff;
    background: #1a1a1a;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

#questions .accordion .list-group a {
    width: 100%;
    padding: 32px 32px;
    font-size: 24px; 
    font-weight: 500;
}

/* #questions .collapse {
  padding: 0px 32px 32px 32px;
} */

/* #questions .accordion p {
    padding: 0px 32px 8px 32px!important;
} */

#questions .accordion li {
    font-size: 18px;
    padding: 0px 32px 0px 32px!important;
}

@media all and (max-width: 960px) {
    #questions .list-group {
        margin: 8px 0px 8px 0px!important;
    }
    #questions .row {
        gap: 16px;
    }
    #questions .accordion .list-group a {
        font-size: 18px;
        padding: 32px 24px;
    }
    /* #questions .collapse {
      padding: 0px 24px 24px 24px;
    } */
    /* #questions .accordion p {
      padding: 0px 24px 8px 24px!important;
    } */
    #questions .accordion li {
      padding: 0px 24px 0px 24px!important;
    }
}
@media all and (max-width: 720px) {
  #questions .list-group {
      margin: 0px !important;
  }
  #questions .list-group a {
      width: 100%;
      /* padding: 24px; */
      font-size: 18px;
      font-weight: 500;
  }
  #questions th:nth-of-type(3) {
      display: none!important;
  }
  #questions td:nth-of-type(3) {
      display: none!important;
  }
}
@media all and (max-width: 480px) {

  .accordion .list-group a {
      width: 100%;
      padding: 24px;
      font-size: 18px;
      font-weight: 500;
  }
  #questions .list-group a {
      font-size: 18px;
  }
}







/*************************************************************
Buttons
*************************************************************/
.btn-row {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin: 44px auto;
    gap: 32px;
}

.btn {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  height: 64px!important;
  padding: 16px 48px;
  border: none;
}

.btn-large {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  height: 80px!important;
  padding: 16px 64px;
  border: none;
  border-radius: 64px;
}

.btn:hover {
  color: #000;
  fill: #000;
  background: #eee;
/*  box-shadow: 0 0 0 .4rem rgba(0, 123, 255, .5);*/
}

.btn:focus {
  color: #000;
  fill: #000;
  background: #eee;
  border: none;
}

.btn:active {
  color: #000;
  fill: #000;
  background: #eee;
border: none;
}

.btn-primary {
  color: #000;
  background: #fff;
}

.btn-primary:hover {
  color: #000;
  fill: #000;
  background: #eee;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #000;
  fill: #000;
  background: #eee;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
/*  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);*/
  box-shadow: 0 0 0 .0rem rgba(0, 123, 255, .0);
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .0rem rgba(0, 123, 255, .0);
}

.image_container {
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
    width: 100%;
    text-align: center;
/*  pointer-events: none;*/
/*  margin-top: -15px;*/
}

.image_button {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  padding: 14px 27px 14px 29px;
  color: #222;
  white-space: nowrap;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  background: #e5e5e5;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 1px;
}

.image_button:hover {
  background: #fff;
}


@media all and (max-width: 720px) {

    .content{
        margin: 0 auto;
    }

    .col{
        overflow: hidden;
        height:inherit;
/*        max-width: 500px;*/
        margin: 0 auto;
    }


    .content-container{
        margin: 0% 0% 0% 0%;
        padding: 0% 0% 0% 0%;
        width: 42%;
    }


    .icon-card {
/*        border-radius: 50px;*/
        width: 100%;
    }
      
    .content-container img {
/*        border-radius: 50px;*/
        width: 100%;
    }
      
      
    .content-details {
    }
}


@media all and (max-width: 560px) {
  
    .content{
        margin: 0 auto;
    }

    .col{
        overflow: hidden;
        height:inherit;
/*        max-width: 500px;*/
/*        padding: 2% 2% 2% 2%;*/
        margin: 0 auto;
    }

    .content-container {
/*        margin: 3% 3% 3% 3%;*/
/*        padding: 0% 0% 0% 0%;*/
/*        border-radius: 20px;*/
/*        width: 42%;*/
    }

    .icon-card {
/*        border-radius: 20px;*/
        width: 100%;
    }
      
    .content-container img {
/*        border-radius: 20px;*/
        width: 100%;
    }
      
    .content-details {
    }
}


@media all and (max-width: 400px) {
  
    .partner_section_container{
        margin: 0 auto;
    }

    .partner_row{
        overflow: hidden;
        height:inherit;
        max-width: 350px;
        margin: 0 auto;
    }
      
    .partner_control {
        padding: 0% 0% 0% 0%;
        width: 50%;
    }


    .partner_control img {
        border-radius: 30px;
        width: 80%;
    }
}



/*************************************************************
            BOOTSTRAP CAROUSEL
*************************************************************/
/* .carousel-inner {
    position: relative;
    width: auto;
    height: 100%;
    margin-top: 0px;
    height: 100vh;
    overflow: hidden;
} */

/*.carousel-container {

}*/

/*@media only screen and (max-width: 1860px) {

  .carousel-container {

  }
}*/

/*.carousel-item {
    position: relative;
    float: none;
    max-width: 100%;
    margin-right: 0%!important;
    margin-left: 0%!important;
    left: 0px;
    right: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}*/


/*************************************************************
            SLICK CAROUSEL
*************************************************************/
.slider {
  position: relative;
  display: block;
  /*  cursor:ew-resize;*/
  margin-bottom: 0px;
  height: auto;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  margin: 0px;
  width: auto;
  float: left;
  min-height: 1px;
  display: none;
  padding: 16px;
  padding: 0px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/*************************************************************
            SLICK SLIDER ARROWS
*************************************************************/
.slick-prev,
.slick-next {
  top: 0%;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: auto;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  opacity: 1;
  color: #000000;
}
.slick-prev::before {
  left: auto;
  content: "\f053";
}
.slick-next::before {
  right: auto;
  content: "\f054";
}
.slick-prev:hover,
.slick-next:hover {
  border-radius: 100%;
}
.carousel-arrows:hover .slick-next,
.carousel-arrows:hover .slick-prev,
.carousel-arrows:hover .slick-prev:before,
.carousel-arrows:hover .slick-next:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  display: block;
  /*    z-index: -10;*/
  opacity: 1;
}
.carousel-arrows:hover .slick-disabled {
  display: block;
  /*    z-index: -10;*/
}
.slick-prev:focus,
.slick-next:focus {
  outline-width: 0;
}
/*************************************************************
            FULL HEIGHT ARROWS
*************************************************************/
.full-height-arrows .slick-prev,
.full-height-arrows .slick-next {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-height-arrows .slick-prev {
  left: 0px;
  border-radius: 0px 12px 12px 0px;
}
.full-height-arrows .slick-next {
  right: 0px;
  border-radius: 12px 0px 0px 12px;
}
.full-height-arrows .slick-prev::before,
.full-height-arrows .slick-next::before {
  border-radius: 100%;
  width: 64px;
  font-size: 24px;
  line-height: 24px;
  background: #ffffff;
}
.full-height-arrows:hover .slick-prev {
  background: #ffffff;
}
.full-height-arrows:hover .slick-next {
  background: #ffffff;
}
/*************************************************************
            OUTSIDE ARROWS
*************************************************************/
/*************************************************************
            ABSOLUTE ARROWS
*************************************************************/
.circle-arrows .slick-prev,
.circle-arrows .slick-next {
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.circle-arrows .slick-prev {
  left: 80px;
}
.circle-arrows .slick-next {
  right: 80px;
}
.circle-arrows .slick-prev::before,
.circle-arrows .slick-next::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #000000;
  color: #ffffff;
/*  background: #787878;*/
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.0);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.0);
}
.circle-arrows .slick-prev:hover::before,
.circle-arrows .slick-next:hover::before {
  border-radius: 100%;
  color: #fff;
/*  background: #48494a;*/
/*  background: #000;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);*/
}
.circle-arrows .slick-prev::before {
  padding-right: 4px;
}
.circle-arrows .slick-next::before {
  padding-left: 4px;
}
@media only screen and (max-width: 1860px) {
  .carousel-arrows:hover .slick-next,
  .carousel-arrows:hover .slick-prev,
  .carousel-arrows:hover .slick-prev:before,
  .carousel-arrows:hover .slick-next:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    display: none !important;
    /*    z-index: -10;*/
    opacity: 1;
  }
  .carousel-arrows:hover .slick-disabled {
    display: none !important;
    /*    z-index: -10;*/
  }
  .circle-arrows .slick-prev {
    left: 48px;
  }
  .circle-arrows .slick-next {
    right: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 24px;
    line-height: 24px;
  }
  .circle-arrows .slick-prev {
/*    left: -14px;*/
  }
  .circle-arrows .slick-next {
/*    right: -14px;*/
  }
  .circle-arrows .slick-prev::before,
  .circle-arrows .slick-next::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 16px;
    line-height: 16px;
  }
  .circle-arrows .slick-prev {
/*    left: -9px;*/
  }
  .circle-arrows .slick-next {
/*    right: -9px;*/
  }
  .circle-arrows .slick-prev::before,
  .circle-arrows .slick-next::before {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .circle-arrows .slick-prev::before {
    padding-right: 3px;
  }
  .circle-arrows .slick-next::before {
    padding-left: 3px;
  }
}
/*************************************************************
            TOP ARROWS
*************************************************************/
.top-arrows .slick-prev,
.top-arrows .slick-next {
  top: -32px;
}
.top-arrows .slick-prev {
  right: 48px;
}
.top-arrows .slick-next {
  right: 8px;
}
.top-arrows .slick-prev::before,
.top-arrows .slick-next::before {
  font-size: 24px;
  line-height: 24px;
  display: block;
  color: #ffffff;
}
.top-arrows .slick-prev.slick-disabled:before,
.top-arrows .slick-next.slick-disabled:before {
  display: block !important;
  /*    z-index: -10;*/
  opacity: 0.05;
}
.top-arrows:hover .slick-disabled {
  display: block !important;
  /*    z-index: -10;*/
}
@media (max-width: 523px) {
  .top-arrows .slick-prev,
  .top-arrows .slick-next {
    display: none;
  }
  .top-arrows:hover .slick-disabled {
    display: none !important;
    /*    z-index: -10;*/
  }
}
/*************************************************************
            DOTS
*************************************************************/
.slick-dotted.slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 40px;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots button {
    max-height: 8px!important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: .8;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .4;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  height: 8px;
  width: 80px;
  text-indent: -9999px;
  overflow:hidden; 
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}
@media only screen and (max-width: 720px) {
    main #content .block-container .block {
        margin-top: 40px;
        margin-bottom: 64px;
    }
    .slick-dots {
        /*background: linear-gradient(to bottom, transparent 0%, black 100%);*/
        bottom: 0px;
        padding: 24px;
    }
    .slick-dots button {
        max-height: 8px!important;
    }
    .slick-prev,
    .slick-next {
    /*    display: none!important;*/
    }
    .slick-dots li button:before {
        height: 6px!important;
        opacity: .2;
    }
    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: .4;
    }
    .slick-dots li.slick-active button:before {
        opacity: .8;
    }
}




/*************************************************************
            Icons
*************************************************************/
i {
    text-shadow: none;
    cursor: pointer;
    opacity: 1;
    font-size: 24px;
    width: auto;
    height: auto;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.icon.active {
    color: #ffe63c;
/*    display: none;*/
}

i:hover {
    transition: all 0.2s ease-in-out;
}

p {
    transition: all 0.2s ease-in-out;
}

p.active {
    color: #ffe63c;
}

p:hover {
    transition: all 0.2s ease-in-out;
}

.fa-star {
    color: #ffd200;
}

.fa-star:before {
    font-size: 16px;
    line-height: inherit;
}

.fa-heart {
  color: #ffe63c;
}

.fa-heart:hover {
    color: #ffe63c;
}

.fa-heart:before {
   font-size: 16px;
  line-height: inherit;
}

.fa-times {
    color: #fff;
    content: "\f057"
}
    
.fa-times:hover {
    color: #ffe63c;
}

.fa-times-circle {
    color: #fff;
    content: "\f057"
}

.fa-times-circle:hover {
    color: #125936!important;
}

.fa-times-circle:before {
    font-size: 40px;
}

/*.fa-eye {
    font-size: 16px;
    content: "\f06e";
    color: #ffe63c;
}

.fa-eye:hover {
    opacity: 0.8 !important;
}

.fa-eye-slash {
    font-size: 16px;
    content: "\f070";
    color: #ffe63c;
    margin-right: -1px;
}

.fa-eye-slash:hover {
    opacity: 0.8 !important;
} */

.fa-shopping-bag:hover {
    color: #ffe63c;
}

/*************************************************************
            Browser Bar
*************************************************************/
.browser {
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 1px 6px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0px 1px 6px;
  box-shadow: rgba(0, 0, 0, .15) 0px 1px 6px;
  margin: 0px 0px 24px 0px;
}

.browser .browser-bar {
  border-radius: 4px 4px 0px 0px;
  float: left;
  width: 100%;
  padding: 10px;
  background: #fefefe;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.browser .browser-bar .browser-bar-button  {
  float: left;
  margin: 4px;
  padding: 5px;
  font-size: 1em;
  border-radius:10px;
  background-color: rgba(220, 220, 220, 1);
  border: 1px solid rgba(0,0,0,0.06);
}

.browser .browser-content {
  border-radius: 0px 0px 4px 4px;
  cursor: pointer;
  background: transparent;
  border-radius: 5px;
}

.browser .browser-content img {
  border-radius: 0px 0px 4px 4px;
  width: 100%;
}


/*************************************************************
            Footer
*************************************************************/
footer {
    background: #1a1a1a;
}

footer nav {
    margin: 0 auto;
    width: 100%;
    max-width: 1640px;
}

footer li {
    display: list-item;
    text-align: left;
    unicode-bidi: isolate;
}

footer .row .col {
    display: list-item;
    text-align: left;
    unicode-bidi: isolate;
}

footer nav .nav-link {
    padding-right: 16px!important;
    padding-left: 16px!important;
}

footer nav .nav-link:hover {
    text-decoration: underline;
}

@media all and (max-width: 1720px) {

  footer nav {
      max-width: 1330px;
      gap: 32px;
  }
}

@media all and (max-width: 1440px) {

  footer nav {
      max-width: 1270px;
      gap: 32px;
  }
}

@media all and (max-width: 880px) {

    footer .justify-content-end {
        justify-content: center !important;
    }
    footer nav .nav-link {
        padding-right: 16px !important;
        padding-left: 16px !important;
        width: 100%;
        text-align: center;
    }
    footer #navbarSupportedContent {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
}
