html
{
	height: 100%;
}
body{
	font-size: 14px;
	min-height: 100%;
  color: #fff;
  position: relative;
  padding-bottom: 35px;
  background: #000;
  font-family: 'Montserrat';
}
.head-line{
  font-size: 24px;
}
.user-details{
  background: #ff2e63;
  position: absolute;
  padding: 10px;
  color: #fff;
  min-width: 310px;
  bottom: 0;
  right: -20px;
}
.position {
    font-size: 16px;
    font-weight: 700;
    color: #4dcab9;
    margin-bottom: 0;
}
.company {
    font-size: 16px;
}
.year {
    display: block;
    font-size: 13px;
    color: #aaa;
}
.experience{
  display: flex;
}
.flex-1{
  flex: 1;
}
.experience i{
  font-size: 18px;
  margin-right: 10px;
  color: #aaa;
}
.ekko-lightbox-nav-overlay a {
    color: #000 !important;
}
/*slider-style*/
/*.slider .carousel-item::before
{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 28%);
}*/
.carousel-indicators
{
  display: none;
}
.slider-controlls
{
  position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 9;
}
.controll-icons
{
  border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.controll-icons a:nth-child(1)
{
  border-right:solid 1px #fff;
}
.controll-icons a
{
  display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    opacity: 0.8;
}
.controll-icons a:hover
{
  color:#fff;
  opacity: 1;
  text-decoration: none;
}
.carousel-caption
{
  transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50%;
    text-align: left;
    width: 70%;
    bottom: unset;
}
.owl-prev::before
{
  content: "\f530"
}
.owl-next::before
{
  content: "\f532"
}
.owl-prev,.owl-next
{
  display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons" !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.owl-prev span,.owl-next span
{
  display: none;
}
/*slider-style-end*/
.name small{
  font-size: 14px;
}
@media(max-width: 320px){
    .user-details {
    min-width: 100%;
    right: 0;
    font-size: 12px;
  }
}
