/*!
 * Template Name : simple-ver-30
 */

/**********************/
/* Simple Version 30
/* Main Carousel Style
/**********************/

/* 1 - Background color of the carousel */
.simple-ver-30.sz-slider {
  background: #fff;
}

/********************/
/* Simple Version 30
/* Layer Settings
/********************/

/* 1 - Text - center - wrapper */
.simple-ver-30-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: #fff;
  position: absolute;
}
/* 2 - Background Color - 50%  - left */
.simple-ver-30-layer::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  content: "";
  display: block;
  position: absolute;
  background: #bc3c4b;
  margin: auto 0 auto auto;
}
/* 3 - Background Color - 50% - right */
.simple-ver-30-layer.simple-ver-30-layer-right::before {
  margin: auto auto auto 0;
}
/* 4 - Image - left */
.simple-ver-30-layer > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  display: block;
  position: absolute;
  margin: auto 13% 0 auto;
}
/* 5 - Image - right */
.simple-ver-30-layer.simple-ver-30-layer-right > img {
  margin: auto auto 0 10%;
}
/* 6 - Text - wrapper - left */
.simple-ver-30-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 360px;
  height: 270px;
  display: block;
  position: absolute;
  margin: auto auto auto 10%;
}
/* 7 - Text - wrapper - right */
.simple-ver-30-layer.simple-ver-30-layer-right > div {
  margin: auto 13% auto auto;
}
/* 8 - 1st child - ( Hello I'M ) */
.simple-ver-30-layer > div > span:nth-child(1) {
  color: #333;
  margin: auto;
  display: block;
  font-size: 65px;
  font-weight: 300;
  margin-top: -26px;
  letter-spacing: -.5px;
  text-transform: capitalize;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 9 - 2nd child - ( thomas smith ) */
.simple-ver-30-layer > div > span:nth-child(2) {
  color: #fff;
  margin: auto;
  display: block;
  font-size: 65px;
  font-weight: 800;
  background: #333;
  margin: 0 0 15px 0;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 10 - 3rd child - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
.simple-ver-30-layer > div > span:nth-child(3) {
  color: #333;
  margin: auto;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin: 5px 0 20px 0;
  letter-spacing: .2px;
  font-family: 'Barlow', sans-serif;
}
/* 11 - Button - ( view my portfolio ) */
.simple-ver-30-layer > div > a {
  padding: 0;
  color: #333;
  margin: auto;
  font-size: 14px;
  font-weight: 800;
  position: relative;
  text-align: center;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .1s ease, border .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, border .1s ease, color .1s ease;
}
/* 12 - Button - hover - ( view my portfolio ) */
.simple-ver-30-layer > div > a:hover {
  color: #d90c11;
  border-color: #d90c11;
  background: transparent;
}
/* 13 - Button - underline - ( _ ) */
.simple-ver-30-layer > div > a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 98%;
  height: 2px;
  content: "";
  position: absolute;
  background: #1d335c;
  margin: auto auto -2px auto;
  transition: background .1s ease;
  -webkit-transition: background .1s ease;
}
/* 14 - Button - underline - hover ( _ ) */
.simple-ver-30-layer > div > a:hover::after {
  background: #d90c11;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - center */
  .simple-ver-30-layer > div {
    width: 290px;
    height: 244px;
    margin: auto auto auto 8%;
  }
  /* Text - Container - right */
  .simple-ver-30-layer.simple-ver-30-layer-right > div {
    margin: auto 8% auto auto;
  }
  /* Centred Image */
  .simple-ver-30-layer > img {
    width: 60%;
    margin: auto 5% 0 auto;
  }
  /* Centred Image */
  .simple-ver-30-layer.simple-ver-30-layer-right > img {
    margin: auto auto 0 0%;
  }
  /* 1st child - ( Hello I'M ) */
  .simple-ver-30-layer > div > span:nth-child(1) {
    font-size: 55px;
    margin-top: -22px;
  }
  /* 2nd child - ( thomas smith ) */
  .simple-ver-30-layer > div > span:nth-child(2) {
    font-size: 55px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - center */
  .simple-ver-30-layer > div {
    width: 250px;
    height: 210px;
    margin: auto auto auto 10%;
  }
  /* Text - Container - right */
  .simple-ver-30-layer.simple-ver-30-layer-right > div {
    margin: auto 10% auto auto;
  }
  /* Centred Image */
  .simple-ver-30-layer > img {
    width: 60%;
    margin: auto 5% 0 auto;
  }
  /* Centred Image */
  .simple-ver-30-layer.simple-ver-30-layer-right > img {
    margin: auto auto 0 0;
  }
  /* 1st child - ( Hello I'M ) */
  .simple-ver-30-layer > div > span:nth-child(1) {
    font-size: 45px;
    margin-top: -18px;
  }
  /* 2nd child - ( thomas smith ) */
  .simple-ver-30-layer > div > span:nth-child(2) {
    font-size: 45px;
  }
  /* 3rd child - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
  .simple-ver-30-layer > div > span:nth-child(3) {
    font-size: 13px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - center */
  .simple-ver-30-layer > div {
    width: 220px;
    height: 160px;
	text-align: center;
    margin: auto auto auto 2%;
	background: rgba(255,255,255,.7);
  }
  /* Text - Container - right */
  .simple-ver-30-layer.simple-ver-30-layer-right > div {
	text-align: center;
    margin: auto 2% auto auto;
  }
  /* Centred Image */
  .simple-ver-30-layer > img {
    width: 250px;
    margin: auto 1% 0 auto;
  }
  /* Centred Image */
  .simple-ver-30-layer.simple-ver-30-layer-right > img {
    margin: auto auto 0 1%;
  }
  /* 1st child - ( Hello I'M ) */
  .simple-ver-30-layer > div > span:nth-child(1) {
    font-size: 35px;
    margin-top: -14px;
  }
  /* 2nd child - ( thomas smith ) */
  .simple-ver-30-layer > div > span:nth-child(2) {
    font-size: 35px;
    margin: 0 0 5px 0;
  }
  /* 3rd child - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
  .simple-ver-30-layer > div > span:nth-child(3) {
    font-size: 10px;
    margin: 5px 0 10px 0;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - center */
  .simple-ver-30-layer > div {
    margin: auto;
    width: 190px;
    height: 160px;
	text-align: center;
	background: rgba(255,255,255,.7);
  }
  /* Text - Container - right */
  .simple-ver-30-layer.simple-ver-30-layer-right > div {
    margin: auto;
	text-align: center;
  }
  /* Centred Image */
  .simple-ver-30-layer > img {
    width: 99%;
    margin: auto auto 0 auto;
  }
  /* Centred Image */
  .simple-ver-30-layer.simple-ver-30-layer-right > img {
    margin: auto auto 0 auto;
  }
  /* 1st child - ( Hello I'M ) */
  .simple-ver-30-layer > div > span:nth-child(1) {
    font-size: 35px;
    margin-top: -14px;
  }
  /* 2nd child - ( thomas smith ) */
  .simple-ver-30-layer > div > span:nth-child(2) {
    font-size: 35px;
    margin: 0 0 5px 0;
  }
  /* 3rd child - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
  .simple-ver-30-layer > div > span:nth-child(3) {
    font-size: 10px;
    margin: 5px 0 10px 0;
  }
}

/**************************/
/* Simple Version 30
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.simple-ver-30-btn .carousel-control-btn {
  z-index: 1;
  opacity: 1;
  color: #fff;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  font-size: 12px;
  background: #333;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: background .2s ease, color .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, color .2s2s ease, border .2s ease;
  transform: none !important;
  -webkit-transform: none !important;
}
/* 2 - Prev Button */
.simple-ver-30-btn .carousel-control-prev.carousel-control-btn {
  line-height: 45px;
  margin: 25px auto auto 25px !important;
}
/* 3 - Next Button */
.simple-ver-30-btn .carousel-control-next.carousel-control-btn {
  line-height: 50px;
  margin: auto auto 25px 25px !important;
}
/* 4 - Buttons - hover */
.simple-ver-30-btn.sz-slider .carousel-control-btn:hover {
  color: #333;
  border-color: #333;
  background: transparent;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Prev Button */
  .simple-ver-30-btn .carousel-control-prev.carousel-control-btn {
    margin: 25px auto auto 5px !important;
  }
  /* Next Button */
  .simple-ver-30-btn .carousel-control-next.carousel-control-btn {
    margin: auto auto 25px 5px !important;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev Button */
  .simple-ver-30-btn .carousel-control-prev.carousel-control-btn {
    margin: 5px auto auto 5px !important;
  }
  /* Next Button */
  .simple-ver-30-btn .carousel-control-next.carousel-control-btn {
    margin: auto auto 5px 5px !important;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .simple-ver-30-btn .carousel-control-btn {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Buttons */
  .simple-ver-30-btn .carousel-control-btn {
    display: none;
  }
}

/*********************/
/* Simple Version 30
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-30-indicators.carousel-indicators {
  height: 88px;
  padding: 0 0 0 7px;
  margin: auto 25px auto 0;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-30-indicators.carousel-indicators > li {
  padding: 0;
  width: 19px;
  height: 19px;
  border: none;
  background: #333;
  line-height: 19px;
  margin: 8px 0 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 0 0 0 2px #333;
  -webkit-box-shadow: 0 0 0 2px #333;
  transition: background .2s ease, border .2s ease, box-shadow .2s ease;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-box-shadow .2s ease;
}
/* 3 - Indicators - active - child */
.sz-slider[data-type=slider] .simple-ver-30-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #333;
  -webkit-box-shadow: 0 0 0 2px #333;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .simple-ver-30-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: #333;
  position: absolute;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .simple-ver-30-indicators.carousel-indicators > li.active::after {
  background: #333;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-30-indicators.carousel-indicators {
    margin: auto 5px auto 0;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-30-indicators.carousel-indicators {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-30-indicators.carousel-indicators {
    display: none;
  }
}