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

/**********************/
/* Simple Version 42
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-42.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Background Images Position */
.simple-ver-42.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center bottom;
}

/*******************/
/* Simple Version 42
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper - left */
.simple-ver-42-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background: #1c61ba;
}
/* 2 - Layer - wrapper - right */
.simple-ver-42-layer.simple-ver-42-layer-right {
  background: #1892b9;
}
/* 3 - Single Side Image - left */
.simple-ver-42-layer > img:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 60%;
  display: block;
  max-width: 550px;
  position: absolute;
  margin: auto 5% 0 auto;
}
/* 4 - Single Side Image - right */
.simple-ver-42-layer.simple-ver-42-layer-right > img:nth-child(1) {
  margin: auto auto 0 5%;
}
/* 5 - Bottom Design Image - left */
.simple-ver-42-layer > img:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: absolute;
  margin: auto auto 0 auto;
}
/* 6 - Bottom Design Image - right */
.simple-ver-42-layer.simple-ver-42-layer-right > img:nth-child(2) {
  margin: auto auto 0 auto;
}
/* 7 - Text - Container - left */
.simple-ver-42-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  width: 533px;
  height: 230px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 10%;
}
/* 8 - Text - Container - right */
.simple-ver-42-layer.simple-ver-42-layer-right > div {
  margin: auto 10% auto auto;
}
/* 9 - Separate Text - ( Hello I’M ) */
.simple-ver-42-layer > div > span:nth-child(1) {
  float: left;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  position: relative;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 10 - Separate Text - ( Hello I’M ) - Line - ( / ) */
.simple-ver-42-layer > div > span:nth-child(1)::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 1px;
  content: "";
  height: 88px;
  display: block;
  background: #fff;
  position: absolute;
  margin: 0 -18px auto auto;
  transform: rotate(33deg);
  -webkit-transform: rotate(33deg);
}
/* 11 - Text Elements Container */
.simple-ver-42-layer > div > div {
  width: 360px;
  margin: 0 0 0 72px;
  display: inline-block;
}
/* 12 - Name - ( Willims Smith ) */
.simple-ver-42-layer > div > div > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: .7px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 13 - Description - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
.simple-ver-42-layer > div > div > span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.64px;
  margin: 9px 0 34px auto;
  font-family: 'Barlow', sans-serif;
}
/* 14 - Button - ( View Our Portfolio ) */
.simple-ver-42-layer > div > div > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 42px;
  text-align: center;
  background: #f28b05;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 15 - Button - hover - ( View Our Portfolio ) */
.simple-ver-42-layer > div > div > a:hover {
  color: #f28b05;
  background: #fff;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Single Side Image - left */
  .simple-ver-42-layer > img:nth-child(1) {
    width: 50%;
    margin: auto 2% 0 auto;
  }
  /* Single Side Image - right */
  .simple-ver-42-layer.simple-ver-42-layer-right > img:nth-child(1) {
    margin: auto auto 0 2%;
  }
  /* Text - Container - left */
  .simple-ver-42-layer > div {
    width: 466px;
    height: 215px;
    margin: auto auto auto 5%;
  }
  /* Text - Container - right */
  .simple-ver-42-layer.simple-ver-42-layer-right > div {
    margin: auto 5% auto auto;
  }
  /* Separate Text - ( Hello I’M ) */
  .simple-ver-42-layer > div > span:nth-child(1) {
    font-size: 37px;
  }
  /* Separate Text - ( Hello I’M ) - Line - ( / ) */
  .simple-ver-42-layer > div > span:nth-child(1)::after {
    height: 88px;
    margin: 0 -10px auto auto;
  }
  /* Text Elements Container */
  .simple-ver-42-layer > div > div {
    width: 315px;
    margin: 0 0 0 52px;
  }
  /* Name - ( Willims Smith ) */
  .simple-ver-42-layer > div > div > span:nth-child(1) {
    font-size: 62px;
  }
  /* Description - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
  .simple-ver-42-layer > div > div > span:nth-child(2) {
    font-size: 18px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Single Side Image - left */
  .simple-ver-42-layer > img:nth-child(1) {
    width: 50%;
    max-width: 550px;
    margin: auto 1% 0 auto;
  }
  /* Single Side Image - right */
  .simple-ver-42-layer.simple-ver-42-layer-right > img:nth-child(1) {
    margin: auto auto 0 1%;
  }
  /* Text - Container - left */
  .simple-ver-42-layer > div {
    width: 388px;
    height: 190px;
    margin: auto auto auto 4%;
  }
  /* Text - Container - right */
  .simple-ver-42-layer.simple-ver-42-layer-right > div {
    margin: auto 4% auto auto;
  }
  /* Separate Text - ( Hello I’M ) */
  .simple-ver-42-layer > div > span:nth-child(1) {
    font-size: 32px;
  }
  /* Separate Text - ( Hello I’M ) - Line - ( / ) */
  .simple-ver-42-layer > div > span:nth-child(1)::after {
    height: 68px;
    margin: 0 -5px auto auto;
  }
  /* Text Elements Container */
  .simple-ver-42-layer > div > div {
    width: 270px;
    margin: 0 0 0 32px;
  }
  /* Name - ( Willims Smith ) */
  .simple-ver-42-layer > div > div > span:nth-child(1) {
    font-size: 52px;
  }
  /* Description - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
  .simple-ver-42-layer > div > div > span:nth-child(2) {
    font-size: 16px;
    margin: 9px 0 34px auto;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-42-layer > div > div > a {
    font-size: 15px;
    padding: 14px 38px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Single Side Image - left */
  .simple-ver-42-layer > img:nth-child(1) {
    width: 50%;
    max-width: 550px;
    margin: auto 1% 0 auto;
  }
  /* Single Side Image - right */
  .simple-ver-42-layer.simple-ver-42-layer-right > img:nth-child(1) {
    margin: auto auto 0 1%;
  }
  /* Text - Container - left */
  .simple-ver-42-layer > div {
    width: 250px;
    height: 206px;
    margin: auto auto auto 5%;
  }
  /* Text - Container - right */
  .simple-ver-42-layer.simple-ver-42-layer-right > div {
    margin: auto 5% auto auto;
  }
  /* Separate Text - ( Hello I’M ) */
  .simple-ver-42-layer > div > span:nth-child(1) {
    float: none;
	display: inline-block;
  }
  /* Separate Text - ( Hello I’M ) - Line - ( / ) */
  .simple-ver-42-layer > div > span:nth-child(1)::after {
    width: 100%;
    height: 1px;
    margin: auto auto -5px auto;
	transform: none;
	-webkit-transform: none;
  }
  /* Text Elements Container */
  .simple-ver-42-layer > div > div {
    width: 100%;
    margin: 10px 0 0 0;
  }
  /* Name - ( Willims Smith ) */
  .simple-ver-42-layer > div > div > span:nth-child(1) {
    font-size: 46px;
  }
  /* Description - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
  .simple-ver-42-layer > div > div > span:nth-child(2) {
    font-size: 15px;
    margin: 10px 0 20px auto;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-42-layer > div > div > a {
    font-size: 14px;
    padding: 13px 30px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Single Side Image - left */
  .simple-ver-42-layer > img:nth-child(1),
  .simple-ver-42-layer.simple-ver-42-layer-right > img:nth-child(1) {
    width: 200px;
    max-width: 200px;
    text-align: center;
    margin: auto auto 0 auto;
  }
  /* Text - Container - left */
  .simple-ver-42-layer > div,
  .simple-ver-42-layer.simple-ver-42-layer-right > div {
    margin: auto;
    width: 250px;
    height: 212px;
    text-align: center;
	background: rgba(0,0,0,0.3);
  }
  /* Separate Text - ( Hello I’M ) */
  .simple-ver-42-layer > div > span:nth-child(1) {
    float: none;
	display: inline-block;
  }
  /* Separate Text - ( Hello I’M ) - Line - ( / ) */
  .simple-ver-42-layer > div > span:nth-child(1)::after {
    width: 100%;
    height: 1px;
    margin: auto auto -5px auto;
	transform: none;
	-webkit-transform: none;
  }
  /* Text Elements Container */
  .simple-ver-42-layer > div > div {
    width: 100%;
    margin: 10px 0 0 0;
  }
  /* Name - ( Willims Smith ) */
  .simple-ver-42-layer > div > div > span:nth-child(1) {
    font-size: 46px;
  }
  /* Description - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
  .simple-ver-42-layer > div > div > span:nth-child(2) {
    font-size: 15px;
    margin: 10px 0 20px auto;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-42-layer > div > div > a {
    font-size: 14px;
    padding: 13px 30px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Single Side Image - left */
  .simple-ver-42-layer > img:nth-child(1),
  .simple-ver-42-layer.simple-ver-42-layer-right > img:nth-child(1) {
    width: 180px;
    max-width: 180px;
    text-align: center;
    margin: auto auto 0 auto;
  }
  /* Text - Container - left */
  .simple-ver-42-layer > div,
  .simple-ver-42-layer.simple-ver-42-layer-right > div {
    margin: auto;
    width: 180px;
    height: 170px;
    text-align: center;
	background: rgba(0,0,0,0.3);
  }
  /* Separate Text - ( Hello I’M ) */
  .simple-ver-42-layer > div > span:nth-child(1) {
    float: none;
    font-size: 30px;
	display: inline-block;
  }
  /* Separate Text - ( Hello I’M ) - Line - ( / ) */
  .simple-ver-42-layer > div > span:nth-child(1)::after {
    width: 100%;
    height: 1px;
    margin: auto auto -5px auto;
	transform: none;
	-webkit-transform: none;
  }
  /* Text Elements Container */
  .simple-ver-42-layer > div > div {
    width: 100%;
    margin: 10px 0 0 0;
  }
  /* Name - ( Willims Smith ) */
  .simple-ver-42-layer > div > div > span:nth-child(1) {
    font-size: 30px;
  }
  /* Description - ( Creative web designer and UI/UX Designer in Web Solution Company. ) */
  .simple-ver-42-layer > div > div > span:nth-child(2) {
    font-size: 12px;
    margin: 10px 0 20px auto;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-42-layer > div > div > a {
    font-size: 12px;
    padding: 10px 23px;
  }
}

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

/* 1 - Buttons */
.simple-ver-42-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.5px;
  background: transparent;
  color: rgba(255,255,255,.6);
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-42-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 10px auto auto 20px;
}
/* 3 - Next - Button */
.simple-ver-42-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 10px 20px auto auto;
}
/* 5 - Buttons - hover */
.simple-ver-42-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: transparent;
}

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

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

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

/*********************/
/* Simple Version 42
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-42-indicators.carousel-indicators {
  padding: 0;
  width: 68px;
  height: 22px;
  margin: auto auto 30px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-42-indicators.carousel-indicators > li {
  margin: 3px;
  width: 16px;
  height: 16px;
  border: none;
  background: rgba(255,255,255,.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-42-indicators.carousel-indicators > li.active {
  background: #fff;
}

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

/*----- 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=x] .simple-ver-42-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=x] .simple-ver-42-indicators.carousel-indicators {
    display: none;
  }
}