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

/**********************/
/* Simple Version 46
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-46.sz-slider {
  background: #f3fcfc;
  -webkit-font-smoothing: antialiased !important;
}

/*******************/
/* Simple Version 46
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-46-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Side Image - left */
.simple-ver-46-layer > div:nth-child(1) {
  right: 0;
  width: 50%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: top right;
}
/* 3 - Side Image - right */
.simple-ver-46-layer.simple-ver-46-layer-right > div:nth-child(1) {
  left: 0;
  right: auto;
  background-position: top left;
}
/* 4 - Overlay Image  */
.simple-ver-46-layer > div:nth-child(2) {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
}
/* 5 - Text - Container - left */
.simple-ver-46-layer > div:nth-child(3) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  width: 360px;
  height: 355px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 15%;
}
/* 6 - Text - Container - right */
.simple-ver-46-layer.simple-ver-46-layer-right > div:nth-child(3) {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 7 - 1st child - ( We Create Digital Branding Products. ) */
.simple-ver-46-layer > div:nth-child(3) > span:nth-child(1) {
  color: #0c0c0c;
  display: block;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: .8px;
  text-transform: capitalize;
  font-family: 'Anton', sans-serif;
}
/* 8 - 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
.simple-ver-46-layer > div:nth-child(3) > span:nth-child(2) {
  color: #8a8a8a;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 19px 0 0 0;
  letter-spacing: .5px;
  font-family: 'Arimo', sans-serif;
}
/* 9 - Play Button - wrapper */
.simple-ver-46-layer > div:nth-child(3) > div {
  font-size: 0;
  position: relative;
  margin: 37px 0 0 0;
}
/* 10 - Play Button - Button - ( Get a Quote ) */
.simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(1) {
  left: 0;
  right: 0;
  bottom: 0;
  top: -18px;
  z-index: 1;
  color: #3d59e8;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  padding: 19px 45px;
  position: relative;
  margin: 0 30px 0 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #3d59e8;
  font-family: 'Barlow', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
  box-shadow: 1.4px 9.9px 10px 0 rgba(66,97,234,.082);
  -webkit-box-shadow: 1.4px 9.9px 10px 0 rgba(66,97,234,.082);
}
/* 11 - Play Button - Button - ( Get a Quote ) */
.simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(1):hover {
  color: #fff;
  background: #3d59e8;
}
/* 12 - Play Button - Play Button */
.simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 45px;
  height: 45px;
  position: relative;
  background: #3d59e8;
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 1.4px 9.9px 10px 0 rgba(66,97,234,.18);
  -webkit-box-shadow: 1.4px 9.9px 10px 0 rgba(66,97,234,.18);
}
/* 13 - Play Button - icon */
.simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(2) > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  margin: auto;
  height: 13px;
  display: block;
  font-size: 14px;
  position: absolute;
}
/* 14 - Play Button - border */
.simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(2)::before {
  top: -12px;
  left: -12px;
  content: "";
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  background: transparent;
  border: 1px dashed #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 15 - Play Button - hover */
.simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(2):hover {
  animation: plsFwd 2s infinite linear;
  -webkit-animation: plsFwd 2s infinite linear;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Text - Container - left */
  .simple-ver-46-layer > div:nth-child(3) {
    margin: auto auto auto 13%;
  }
  /* Text - Container - right */
  .simple-ver-46-layer.simple-ver-46-layer-right > div:nth-child(3) {
    margin: auto 13% auto auto;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - left */
  .simple-ver-46-layer > div:nth-child(3) {
    width: 280px;
    height: 320px;
    margin: auto auto auto 12%;
  }
  /* Text - Container - right */
  .simple-ver-46-layer.simple-ver-46-layer-right > div:nth-child(3) {
    margin: auto 12% auto auto;
  }
  /* 1st child - ( We Create Digital Branding Products. ) */
  .simple-ver-46-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 42px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-46-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 14px;
  }
  .simple-ver-46-layer > div:nth-child(3) > div {
    margin: 25px 0 0 0;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - left */
  .simple-ver-46-layer > div:nth-child(3) {
    width: 230px;
    height: 272px;
    margin: auto auto auto 10%;
  }
  /* Text - Container - right */
  .simple-ver-46-layer.simple-ver-46-layer-right > div:nth-child(3) {
    margin: auto 10% auto auto;
  }
  /* 1st child - ( We Create Digital Branding Products. ) */
  .simple-ver-46-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 32px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-46-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 13px;
	margin: 15px 0 0 0;
  }
  .simple-ver-46-layer > div:nth-child(3) > div {
    margin: 20px 0 0 0;
  }
  /* Play Button - Button - ( Get a Quote ) */
  .simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(1) {
    top: -18px;
    font-size: 12px;
    padding: 16px 38px;
    margin: 0 20px 0 0;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - left */
  .simple-ver-46-layer > div:nth-child(3),
  .simple-ver-46-layer.simple-ver-46-layer-right > div:nth-child(3) {
    margin: auto;
    width: 240px;
    height: 240px;
	text-align: center;
  }
  /* 1st child - ( We Create Digital Branding Products. ) */
  .simple-ver-46-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 30px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-46-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 12px;
	margin: 10px 0 0 0;
  }
  .simple-ver-46-layer > div:nth-child(3) > div {
    margin: 10px 0 0 0;
  }
  /* Play Button - Button - ( Get a Quote ) */
  .simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(1) {
    top: -18px;
    font-size: 12px;
    padding: 16px 38px;
    margin: 0 20px 0 0;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - left */
  .simple-ver-46-layer > div:nth-child(3),
  .simple-ver-46-layer.simple-ver-46-layer-right > div:nth-child(3) {
    margin: auto;
    width: 195px;
    height: 222px;
	text-align: center;
  }
  /* 1st child - ( We Create Digital Branding Products. ) */
  .simple-ver-46-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 20px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-46-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 10px;
	margin: 5px 0 0 0;
  }
  .simple-ver-46-layer > div:nth-child(3) > div {
    margin: 10px 0 0 0;
  }
  /* Play Button - Button - ( Get a Quote ) */
  .simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(1) {
    top: 0;
    font-size: 10px;
    padding: 12px 28px;
    margin: 0 0 15px 0;
  }
  /* Play Button - Play Button */
  .simple-ver-46-layer > div:nth-child(3) > div > a:nth-child(2) {
    display: block;
	margin: auto;
  }
}

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

/* 1 - Buttons */
.simple-ver-46-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #3d59e8;
  display: block;
  font-weight: 500;
  text-align: left;
  background: #eee;
  letter-spacing: .5px;
  text-decoration: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transform: none !important;
  -webkit-transform: none !important;
  font-family: 'Barlow Condensed', sans-serif;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-46-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  left: 17px !important;
  bottom: 53px !important;
  margin: auto auto auto 0 !important;
}
/* 3 - Next - Button */
.simple-ver-46-btn.sz-slider .carousel-control-btn.carousel-control-next {
  top: 53px !important;
  left: 17px !important;
  margin: auto auto auto 0 !important;
}
/* 4 - Hover */
.simple-ver-46-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #3d59e8;
}
/* 5 - Icons */
.simple-ver-46-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 11px;
  margin: auto;
  color: #3d59e8;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.simple-ver-46-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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

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

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

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

/*********************/
/* Simple Version 46
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-46-indicators.carousel-indicators {
  padding: 0;
  width: 28px;
  height: 88px;
  margin: auto 25px auto auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-46-indicators.carousel-indicators > li {
  margin: 2px;
  width: 20px;
  height: 20px;
  border: none;
  background: #fff;
  border: 2px solid #3d59e8;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-46-indicators.carousel-indicators > li.active {
  background: #3d59e8;
}

/******************/
/* 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-46-indicators.carousel-indicators {
    margin: auto 15px auto auto;
  }
}

/*----- 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-46-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-46-indicators.carousel-indicators {
    display: none;
  }
}