
.body {
    color: #fff !important;
    background-color: #000 !important;
}

.navbar-toggler img{
    width: 59%;
    padding: 5px 0;
}
@media (max-width: 991.98px) {
.offcanvas-collapse {
    position: fixed;
    top: 96px;
    bottom: 0;
    left: 100%;
    width: 52%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
}
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
    background-color: #6f42c1;
}
.nav-link:focus, .nav-link:hover {
    color: #000 !important;
}
.navbar{
    box-shadow: 0 0 15px rgb(0 0 0 / 17%);
    animation: slide-down 0.7s;
    z-index: 999999;
}

.border-white {
    border-bottom: 2px solid;
    border-color: #fff
    ;
}

.border-header {
    border-bottom: 4px solid;
    border-color: red;
}

.border-footer {
    border-top: 4px solid;
    border-color: red;
}

.social-mr {
    margin: 8px;
}

.justify-content-center {
    justify-content: center!important;
}

.mb-md-0 {
    margin-bottom: 0!important;
}

.cluster--variant-c {
    padding: 8.231% 8.85%;
}

.cluster {
    position: relative;
    padding: 32px;
    max-width: 490px;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cluster--variant-c:before {
    display: block;
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 29.62%;
    height: 33.33%;
    border-radius: 0 50% 50% 0;
    background: #C3171A;
    z-index: 1;
}

.cluster--variant-c .cluster__image {
    border-radius: 2% 2% 2% 36%;
    aspect-ratio: 1.136;
}

.cluster__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 0 3% 3% 50%;
    z-index: 2;
    -webkit-box-shadow: 0px 24px 32px rgb(0 0 0 / 4%), 0px 16px 24px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    box-shadow: 0px 24px 32px rgb(0 0 0 / 4%), 0px 16px 24px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.cluster--variant-c:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 29.62%;
    height: 33.33%;
    border-radius: 33.33% 0 0 0;
    background: #2E7CC0;
    z-index: 1;
}


.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}
.fw-bold {
    font-weight: 700!important;
}
.underline-title {
    border-bottom: 1px solid;
    border-color: red;
    margin-bottom: 25px;
}



    .underline-text2 {
        position: relative;
        display: inline-block;
        color: #000000c9;
        padding-bottom: 9px;
    }


.underline-text2::before {
    position: absolute;
    bottom: -7px;
    content: " ";
    width: 15px;
    background-color: #00aeef;
    height: 15px;
    left: 42%;
    border-radius: 12px;
    z-index: 99;
    border: 3px solid #fff;
}
.underline-text2::after {
    position: absolute;
    bottom: 0px;
    content: " ";
    width: 150%;
    background: #ce2229;
    height: 2px;
    left: -28%;
    right: 2%;
}

.card-title {
    color: #000;
}

.card-text {
    color: #7c7b7b;
}

.card-icon {
    display: flex;
    height: 220px;
    width: 200px;
    background-color: #313131;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem #000;
  /*   margin-left: -50px; */
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;
  }

  .card-icon:not(:first-child) {
      margin-left: -50px;
  }

  .card-icon:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
  }

  .card-icon:hover ~ .card-icon {
    position: relative;
    left: 50px;
    transition: 0.4s ease-out;
  }

  .title {
    color: white;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 1.50rem;
  }

  .bar {
    position: absolute;
    top: 36px;
    left: 20px;
    height: 5px;
    width: 150px;
  }

  .emptybar {
    //background-color: #2e3033;
    width: 100%;
    height: 100%;
  }

  .filledbar {
    position: absolute;
    top: 10px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0,154,217);
    background: linear-gradient(90deg, rgba(0,154,217,1) 0%, rgb(217, 0, 47) 65%, rgb(255, 0, 0) 100%);
    transition: 0.6s ease-out;
  }

  .card-icon:hover .filledbar {
    width: 120px;
    transition: 0.4s ease-out;
  }

  .circle {
    position: absolute;
    top: 65px;
    left: calc(50% - 60px);
  }

  .stroke {
    stroke: white;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    transition: 0.6s ease-out;
  }

  svg {
    fill: #17141d;
    stroke-width: 2px;
  }

  .card-icon:hover .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
  }

  .bgr {
    background-color: white;
    border-radius: 50px;
    height: 100px;
}

@media (max-width: 575.99px) {
	.bgr {
        background-color: white;
        border-radius: 50px;
        height: 250px;
        margin: 0px;

    }

    .text-end-2 {
        text-align: center!important;
    }

}


.fade-in-left {
    animation: fadeInLeft 1s ease-in-out;
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);
.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 10px;

  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
  border-bottom-right-radius: 25px;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #b81212;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1543 h3 {
  font-family: 'Teko', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.snip1543 p {
  font-size: 0.9em;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}







@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(80px);
    }

    to {
        opacity: 1;
    }
}

section.slide-option {
    margin: 0 0 50px 0;
}

.no-marg {
    margin: 0 0 0 0;
}

section.slide-option {
    display: flex;
    flex-flow: column;
    align-items: center;

    div .container-slide {
        transition: all .3s ease;

        h1 {
            margin: 15px 0 0 0;
        }

        h3 {
            margin: 0 0 25px 0;
        }
    }

    @media (max-width:992px) {
        padding: 0 20px 0 20px;
    }
}

div.highway-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 166px;
}

@keyframes translatestf {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-500%);
    }
}

#stffull div.highway-barrier {}

ul.highway-lane {
    width: 500%;
}

li.highway-car {
    animation: translatestf 30s linear infinite;
}

h4 {
    font-size: 28px;
}


@keyframes translateinfinite {
    100% {
        transform: translateX(calc(-180px * 12));
    }
}

#infinite div.highway-barrier {
    background: #fff;
    height: 166px;

}

.highway-barrier {
    /*overflow: hidden;*/
    position: relative;
}

ul.highway-lane {
    width: calc(180px * 16);
}

ul.highway-lane {
    display: flex;
    height: 100%;
}

li.highway-car {
    animation: translatestf 30s linear infinite;
}

li.highway-car {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #343434;
}

.highway-car {
    filter: grayscale(1);
}

.highway-car:hover {
    filter: grayscale(0);
}

li.highway-car {
    animation: translatestf 30s linear infinite;
}

li.highway-car {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #343434;
}

.footer-list ul li a {
    display: list-item;
    list-style-type: none;
    text-decoration: none;
    color: #fff;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #C3171A;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 10px;
    background-color: #C3171A;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}



.bgr-breadcrumb {
    background-color: #5a5757;
    border-radius: 15px;
}


/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #5a5757;
  }

  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: #fff;
  }

  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: white;
    content: "/\00a0";
  }

  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #999999;
    text-decoration: none;
  }

  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #e8eaeb;
    text-decoration: underline;
  }

#scrollUp {
    background-color: red;
    color: var(--ltn__heading-color);
    bottom: 70px;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    right: 3%;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: var(--ltn__box-shadow-3);
    box-shadow: var(--ltn__box-shadow-3);
    border-radius: 50px;
}
#scrollUp:hover {
    background-color: blue;
    color: var(--white);
}
#scrollUp i {
    line-height: 40px;
}


.list-group {
    --bs-list-group-color: #fff !important;
    --bs-list-group-bg: #232323 !important;
}

.list-group-flush>.list-group-item:hover {
    background-color: #4c4c4c;
}

.list-group-item {
    background-color: var(--bs-list-group-bg);
    border-bottom: var(--bs-list-group-border-width) solid rgb(85 85 85 / 97%) !important;
}


.single-form {
    margin-top: 30px;
}

.single-form .form-control {
    height: 50px;
    border-radius: 0;
    padding: 10px 15px;
    border-color: #ebebeb;
    font-size: 14px;
}

#contact-form button:hover {
    background-color: #2E7CC0;
    transform: scale(1.1);
    transition: all .1s ease-in-out;
}

.btn {
    color: #232323;
    background-color: #fff !important;
}
.btn:hover {
    color: red !important;
}

.list-group-item:hover {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: rgb(201, 201, 201);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.menu-link  {
    color: #ffffff;
    text-decoration: none;
}

.menu-link:hover  {
    color: #c2c2c2;
    text-decoration: none;
}




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .containerds{
    /*display: flex;*/
    height: 50vh;
    width: 35vw;
    align-items: center;
    justify-content: center;
  }
  .cardsectionds{
    display: flex;
    height: 50vh;
    width: 35vw;
  }
  .cardds{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    position: relative;
    border-radius: 50px;
    flex: 0.5;
    cursor: pointer;
    transition: all .7s ease-in-out;
  }
  .cardds:not(.active):hover{
    transform: scale(1.1);
    border: 1px solid;
  }
  .cardds.active{
    flex: 5;
  }
  .cardds h3{
    position: absolute;
    bottom: 40px;
    left: 50px;
    font-size: 22px;
    opacity: 0;
    transition: all 1s ease-in-out;
  }
  .cardds.active h3{
    opacity: 1;
  }
@media(max-width: 480px){
    .cardds h3 {
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 19px;
  opacity: 0;
    }
  }


  .kumova {
    font-family: "Muli", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
  }

   .kumova-panel {
     display: flex;
     width: 90vw;
   }

   .panel-logo {
    border-radius: 25px;
    flex: 0.5;
    margin: 16px;
    position: relative;
    transition: flex 0.7s ease-in;
    -webkit-transition: all 700ms ease-in;
  }

   .panel {
     background-size: auto 100%;
     background-position: center;
     background-repeat: no-repeat;
     height: 232px;
     border-radius: 25px;
     color: #fff;
     cursor: pointer;
     flex: 0.5;
     margin: 10px;
     position: relative;
     transition: flex 0.7s ease-in;
     -webkit-transition: all 700ms ease-in;
   }

   .panel h3 {
     font-size: 24px;
     position: absolute;
     bottom: 20px;
     left: 20px;
     margin: 0;
     opacity: 0;
   }

   .panel.active {
     flex: 5;
   }

   .panel.active h3 {
     opacity: 1;
     transition: opacity 0.3s ease-in 0.4s;
   }

   @media (max-width: 480px) {

     .panel:nth-of-type(4),
     .panel:nth-of-type(5) {
       display: none;
     }
   }
