/*-----------------------------------------------------------------------------
	Name	    : Carousel card
	Description	: carosuel card settings
	Author		: artibaj
	Author URL	: https://www.artibaj.com/
    Created		: 01 September 2019
	License		: All Rights Reserved. Do Not Copy!
-------------------------------------------------------------------------------*/
.carousel-card {
  padding: 0 !important;
  margin: 0 !important;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #000000;
}
.carousel-card .carousel-inner {
  padding: 0;
  margin: 0;
}
.carousel-card .carousel-item.active, .carousel-card .carousel-item-next, .carousel-card .carousel-item-prev {
  display: block;
}
.carousel-card .carousel-item {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.carousel-card .carousel-item-body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.carousel-card .carousel-caption {
  position: static;
  color: #000;
  text-shadow: none;
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.carousel-card .carousel-caption * {
  /*    color: #FFF;*/
}
.carousel-card .carousel-control-prev, .carousel-card .carousel-control-next {
  width: 3rem;
  height: 3rem;
  top: calc(50% - 1.5rem);
  z-index: 2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0.5;
}
.carousel-card .carousel-control-prev {
  left: 0rem;
}
.carousel-card .carousel-control-next {
  right: 0rem
}
.carousel-card .carousel-control-prev:hover, .carousel-card .carousel-control-next:hover {
  opacity: 1;
}
.carousel-card .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.5rem;
  width: 100%;
}
.carousel-card .carousel-controls i {
  font-size: 1rem;
  color: #000;
  z-index: 2;
}
/*Controls on sides */
.carousel-card .carousel-caption.on-sides {
  max-width: 100% !important;
}
.carousel-card .carousel-controls.on-sides .carousel-control-prev, .carousel-card .carousel-controls.on-sides .carousel-control-next {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
}
@media (min-width: 768px) {
  .carousel-card .carousel-caption.on-sides {
    max-width: calc(100% - 3rem - 1rem - 3rem - 1rem) !important;
  }
  .carousel-card .carousel-controls.on-sides .carousel-control-prev, .carousel-card .carousel-controls.on-sides .carousel-control-next {
    position: absolute;
    top: calc(50% - 1.5rem);
  }
  .carousel-card .carousel-controls.on-sides .carousel-control-prev {
    left: 0;
  }
  .carousel-card .carousel-controls.on-sides .carousel-control-next {
    right: 0;
  }
}
.carousel-card .img-card {
  border: 5px solid #FFFFFF;
}
.carousel-card cite {
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  margin-top: .6rem;
  display: block;
}
.outside-indicators {
  margin-top: 8px;
}
.outside-indicators .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  top: auto;
  margin-left: 0;
  margin-right: 0;
}
.outside-indicators .carousel-indicators li {
  cursor: pointer;
}
/* 
Indicators bottom left
------------------------------------
*/
.carousel-card .outside-indicators.bottom-left {
  bottom: 0rem;
  right: auto;
  left: 1rem;
  top: auto;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
/* 
Indicators bottom right
------------------------------------
*/
.carousel-card .outside-indicators.bottom-right {
  bottom: 1rem;
  right: 1rem;
  left: auto;
  top: auto;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* 
Controls bottom center
------------------------------------
*/
.carousel-card .carousel-control-prev.bottom-center, .carousel-card .carousel-control-next.bottom-center {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
}
.carousel-card.controls-bottom-center {
  padding: 0;
}
/* 
Controls bottom left
------------------------------------
*/
.carousel-card .carousel-control-prev.bottom-left, .carousel-card .carousel-control-next.bottom-left {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
}
.carousel-card .carousel-controls.bottom-left {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
/* 
Controls bottom right
------------------------------------
*/
.carousel-card .carousel-control-prev.bottom-right, .carousel-card .carousel-control-next.bottom-right {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
}
.carousel-card .carousel-controls.bottom-right {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
/* 
Counter
------------------------------------
*/
.carousel-card .carousel-counter {
  position: relative;
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel-card .carousel-counter .carousel-counter-current {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 2rem;
  font-weight: 700;
  margin-top: -20px;
  color: #000;
}
.carousel-card .carousel-counter .carousel-counter-count {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 1rem;
  margin-bottom: -20px;
  color: #000;
}
.carousel-card .carousel-counter .carousel-counter-separator {
  width: 2px;
  height: 40px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #2b2c2f;
  margin: 0 0.5rem 0 0.5rem;
}
/* 
Indicators circle
------------------------------------
*/
.carousel-indicators.circle li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #000;
}
.carousel-indicators.circle li:hover {
  opacity: 1;
  background: #000;
}
.carousel-indicators.circle li:after {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: inline-block;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  opacity: 0;
  border: 1px solid #000;
}
.carousel-indicators.circle li:hover:after, .carousel-indicators.circle li.active:after {
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
  width: 24px;
  height: 24px;
  opacity: 1;
}
/* carousel-controls-container-outside */
.carousel-controls-container-outside .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: rgba(255, 0, 4, 1.00);
}
.carousel-controls-container-outside .carousel-control-prev {
  position: relative;
}
.carousel-controls-container-outside .carousel-control-next {
  position: relative;
}
/*
Carousel comment with 2 lines
==================================
*/
.carousel-card-2line .carousel-controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  width: 100%;
}
.carousel-card-2line .carousel-controls-container .carousel-control-prev, .carousel-card-2line .carousel-controls-container .carousel-control-next {
  width: 3rem;
  height: 2rem;
  color: #FFF;
  opacity: 1;
}
.carousel-card-2line .carousel-controls-container .carousel-control-prev i, .carousel-card-2line .carousel-controls-container .carousel-control-next i {
  color: #FFF;
}
.carousel-card-2line .carousel-controls-container .carousel-control-prev:hover, .carousel-card-2line .carousel-controls-container .carousel-control-next:hover {
  opacity: 0.5;
}
.carousel-card-2line .carousel-controls-container .border-controls {
  border-left: 1px solid #d7d7d7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2rem;
  opacity: 0.2;
}
.carousel-card-2line .carousel-controls-container .carousel-counter {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}
.carousel-card-2line .carousel-controls-container .carousel-counter .carousel-counter-current {
  font-weight: 100;
  font-size: 5rem;
  margin: 0;
  line-height: 5.5rem;
  text-align: right;
  opacity: 0.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
}
@media (min-width: 768px) {
  .carousel-card-2line .carousel-controls-container .carousel-counter .carousel-counter-current {
    font-size: 8rem;
    line-height: 8rem;
  }
}
.carousel-card-2line .carousel-controls-container .carousel-counter .carousel-counter-count {
  font-weight: 100;
  font-size: 3rem;
  margin: 0;
  /*		line-height: 8rem;*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
}
.carousel-card-2line .carousel-controls-container .carousel-counter .carousel-counter-separator {
  width: auto;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
  margin: 0 0.5rem;
  font-size: 3rem;
  font-weight: 100;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
}
/* Section background */
.section-bg-carousel-card-2line {
  background: rgba(44, 52, 59, 1.00);
  /*    	padding-top: 3rem;*/
  position: relative;
}
.section-bg-carousel-card-2line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  background: #FFF;
}
/*
Carousel comment with 2 column
==================================
*/
/*
Controls with counter
*/
.carousel-card-2col .carousel-controls-container {
  position: absolute;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  /*    right: 0;*/
  bottom: 0;
  background: #d2232a;
  /*    border: 1px solid #ebebeb;*/
  padding: 1rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}
.carousel-card-2col .carousel-controls-container .carousel-counter {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  margin-left: 1rem;
}
.carousel-card-2col .carousel-controls-container .carousel-controls {
  padding: 0;
  width: 100%;
}
.carousel-card-2col .carousel-controls-container .carousel-counter .carousel-counter-separator {
  width: auto;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
  margin: 0 0.4rem 0 0;
  font-size: 1.5rem;
  line-height: calc(1.5rem * 0.68);
  font-weight: 100;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.carousel-card-2col .carousel-controls-container .carousel-counter .carousel-counter-current {
  font-weight: 300;
  font-size: 2rem;
  line-height: calc(2rem * 0.68);
  margin: 0;
  color: rgba(0, 0, 0, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.carousel-card-2col .carousel-controls-container .carousel-counter .carousel-counter-count {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: calc(1.5rem * 0.68);
  margin: 0;
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.carousel-card-2col .carousel-controls-container .carousel-control-prev {
  margin-right: 0;
}
.carousel-card-2col .carousel-controls-container .carousel-control-prev, .carousel-card-2col .carousel-controls-container .carousel-control-next {
  width: 3rem;
  height: 3rem;
  opacity: 1;
}
.carousel-card-2col .carousel-controls-container .carousel-controls i {
  color: #FFF;
}
.carousel-card-2col .carousel-controls-container .carousel-control-prev i, .carousel-card-2col .carousel-controls-container .carousel-control-next i {
  color: #FFF;
}
.carousel-card-2col .carousel-controls-container .carousel-control-prev:hover i, .carousel-card-2col .carousel-controls-container .carousel-control-next:hover i {
  color: #000;
}
@media (min-width: 768px) {
  .carousel-card-2col .carousel-controls-container {
    width: 100%;
  }
  .carousel-card-2col .carousel-controls-container .carousel-counter .carousel-counter-current {
    font-size: 3rem;
    line-height: calc(3rem * 0.733333333);
  }
}
/* Img as background */
.carousel-card-2col .img-cover-card-bg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
}
.carousel-card-2col .img-cover-card-bg {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0px;
  /*    bottom: 0;*/
  margin: 0;
  height: 100%;
  width: 100%;
  background: #FFF;
}
@media (min-width: 768px) {
  .carousel-card-2col .img-cover-card-bg {
    display: block;
    width: 66.666667%;
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .carousel-card-2col .img-cover-card-bg {
    width: 50%;
  }
}
/* Comment */
.carousel-card-2col .carousel-caption * {
  color: #FFF;
}
.carousel-card .carousel-caption-comment {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}
.carousel-card .carousel-caption-comment-2 {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}
.carousel-card-2col .carousel-caption-comment {
  padding: 2rem 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
/* Item */
.carousel-card-2col .img-cover-card {
  /*    min-height: auto;*/
  position: static;
}
.carousel-card .carousel-caption-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0;
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  .carousel-card-2col .img-cover-card {
    min-height: 500px;
  }
}
/*
Carousel projects
==================================
*/
.carousel-projects-slick .carousel-controls a {
  border: 2px solid #e5e7e9;
  opacity: 1;
}
.carousel-projects-slick .carousel-controls i {
  color: #9b9b9b;
}
.carousel-projects-slick .carousel-controls a:hover {
  border-color: #0e9bac;
}
.carousel-projects-slick .carousel-controls a:hover i {
  color: #0e9bac;
}
.carousel-projects-slick .carousel-controls .carousel-control-prev:hover i, .carousel-projects-slick .carousel-controls .carousel-control-next:hover i {}
.carousel-projects-slick .carousel-controls .carousel-control-prev:hover i, .carousel-projects-slick .carousel-controls .carousel-control-next:hover i {}
.carousel-projects-slick .carousel-controls .carousel-counter .carousel-counter-current, .carousel-projects-slick .carousel-controls .carousel-counter .carousel-counter-count {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
.carousel-projects-slick .carousel-controls .carousel-counter .carousel-counter-separator {
  width: 1px;
  height: 1rem;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #2b2c2f;
  margin: 0 0.5rem 0 0.5rem;
}
.dupsko222 {
  min-height: 0px !important; 
}
/* Quote text*/
.quote-text-v1 {
  font-weight: 400;
  letter-spacing: 0.075rem;
}