
a {
     -webkit-transition: .3s all ease;
     -o-transition: .3s all ease;
     transition: .3s all ease;
     color: #1089ff;
}

a:hover, a:focus {
     text-decoration: none !important;
     outline: none !important;
     -webkit-box-shadow: none;
     box-shadow: none;
}
button {
     -webkit-transition: .3s all ease;
     -o-transition: .3s all ease;
     transition: .3s all ease;
}
button:hover, button:focus {
     text-decoration: none !important;
     outline: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
}
.img {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
}
 .owl-carousel {
     position: relative;
}
 .owl-carousel .owl-item {
     opacity: 1;
}
 .owl-carousel .owl-item.active {
     opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
    top: 40%;
    width: 90%;
    left: 5%;
}

@media (max-width: 992px) {
    .owl-carousel .owl-nav {
        top: 40%;
    }
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
     position: absolute;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     margin-top: -60px;
     color: white !important;
     -webkit-transition: 0.7s;
     -o-transition: 0.7s;
     transition: 0.7s;
     opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
     .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
         -webkit-transition: none;
         -o-transition: none;
         transition: none;
    }
}
 .owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
     font-size: 60px;
}
 .owl-carousel .owl-nav .owl-prev {
     left: 0;
}
 .owl-carousel .owl-nav .owl-next {
     right: 0;
}
 .owl-carousel .owl-dots {
     text-align: center;
     margin-top: 20px;
}
 .owl-carousel .owl-dots .owl-dot {
     width: 10px;
     height: 10px;
     margin: 5px;
     border-radius: 50%;
     background: #fff;
     position: relative;
}
 .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
     outline: none !important;
}
 .owl-carousel .owl-dots .owl-dot.active {
     background: rgba(42,144,190,1);
}
 .owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
     opacity: 1;
}
 .owl-carousel:hover .owl-nav .owl-prev {
     left: -25px;
}
 .owl-carousel:hover .owl-nav .owl-next {
     right: -25px;
}
 .owl-carousel.owl-drag .owl-item {
     -ms-touch-action: pan-y;
     touch-action: pan-y;
}
 .work {
     width: 100%;
}

.work .img .icon {
     width: 70px;
     height: 70px;
     border-radius: 50%;
     background: #fff;
     display: block;
     opacity: 0;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
     .work .img .icon {
         -webkit-transition: none;
         -o-transition: none;
         transition: none;
    }
}
 .work .text h3 {
     font-size: 18px;
     font-weight: 500;
}
 .work .text h3 a {
     color: #000;
}
 .work:hover .img .icon {
     opacity: 1;
}

.fs-img-title {
    font-size: 23px;
    line-height: 25px;
}

.fs-img-desc {
    font-size: 18px;
}

@media (max-width: 992px) {
    .fs-img-title {
        font-size: 18px;
        line-height: 18px;
    }

    .fs-img-desc {
        font-size: 12px;
    }

}
.modal.lightbox-modal {
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-modal .carousel-item img {
    border-radius: 10px;
    max-height: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

@media only screen and (max-width: 700px) {
    .lightbox-modal .carousel-item {
        padding: 10px;
    }

    .lightbox-modal .carousel-item img {
        max-width: 100%;
        max-height: 480px;
    }
}


.carousel-item {
    transition: none;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.carousel-control-prev, .carousel-control-next {
    justify-content: space-between;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='arrow-ios-back'%3E%3Crect width='24' height='24' transform='rotate(90 12 12)' opacity='0'%3E%3C/rect%3E%3Cpath d='M13.83 19a1 1 0 0 1-.78-.37l-4.83-6a1 1 0 0 1 0-1.27l5-6a1 1 0 0 1 1.54 1.28L10.29 12l4.32 5.36a1 1 0 0 1-.78 1.64z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='arrow-ios-forward'%3E%3Crect width='24' height='24' transform='rotate(-90 12 12)' opacity='0'%3E%3C/rect%3E%3Cpath d='M10 19a1 1 0 0 1-.64-.23 1 1 0 0 1-.13-1.41L13.71 12 9.39 6.63a1 1 0 0 1 .15-1.41 1 1 0 0 1 1.46.15l4.83 6a1 1 0 0 1 0 1.27l-5 6A1 1 0 0 1 10 19z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

/*@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}*/

.owl-carousel .item{
  margin: 3px;
}
.owl-carousel .item img{
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    object-fit: cover;
}

@media (max-width: 992px) {
    .owl-carousel .item img{
        height: 150px;
    }
}

.h-50 {
    min-height: 300px;
}

.loader {
  margin: auto;
  left: 0;
  width: 50px;
  height: 50px;
  display: grid;
  animation: s4 4s infinite;
}
.loader::before,
.loader::after {    
  content:"";
  grid-area: 1/1;
  border:5px solid;
  border-radius: 50%;
  border-color:#F4F4F4 #F4F4F4 #0000 #0000;
  mix-blend-mode: darken;
  animation: s4 1s infinite linear;
}
.loader::after {
  border-color:#0000 #0000 #E4E4ED #E4E4ED;
  animation-direction: reverse;
}

@keyframes s4{ 
  100%{transform: rotate(1turn)}
}

