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

/**********************/
/* Simple Version 45
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 45
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-45-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-45-layer > div:nth-child(1) {
  right: 0;
  width: 70%;
  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-45-layer.simple-ver-45-layer-right > div:nth-child(1) {
  left: 0;
  right: auto;
  background-position: top left;
}
/* 4 - Overlay Image  */
.simple-ver-45-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 - Play Button - Left */
.simple-ver-45-layer > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  width: 115px;
  height: 115px;
  display: block;
  position: absolute;
  background: #3d59e8;
  text-decoration: none;
  margin: auto 25% auto auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: background .2s ease, color .2s ease, transform .2s ease;
  -webkit-transition: background .2s ease, color .2s ease, -webkit-transform .2s ease;
}
/* 6 - Play Button - right */
.simple-ver-45-layer.simple-ver-45-layer-right > a {
  margin: auto auto auto 25%;
}
/* 7 - Play Button - icon */
.simple-ver-45-layer > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  margin: auto;
  height: 25px;
  display: block;
  font-size: 26px;
  position: absolute;
}
/* 8 - Play Button - border */
.simple-ver-45-layer > a::before {
  top: -33px;
  left: -33px;
  content: "";
  margin: auto;
  width: 180px;
  height: 180px;
  position: absolute;
  background: transparent;
  border: 3px dashed #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 9 - Play Button - hover */
.simple-ver-45-layer > a:hover {
  color: #3d59e8;
  background: #fff;
  transform: scale(.9);
  -webkit-transform: scale(.9);
}
/* 10 - Container - left */
.simple-ver-45-layer > div:nth-child(4) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  width: 400px;
  height: 360px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 10%;
}
/* 11 - Container - right */
.simple-ver-45-layer.simple-ver-45-layer-right > div:nth-child(4) {
  text-align: right;
  margin: auto 10% auto auto;
}
/* 12 - Children */
.simple-ver-45-layer > div:nth-child(4) > span {
  display: block;
}
/* 13 - Heading - ( We Create Digital Branding Products. ) */
.simple-ver-45-layer > div:nth-child(4) > span:nth-child(1) {
  color: #333;
  font-size: 70px;
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.5px;
  text-transform: capitalize;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 14 - Description - ( Alienum phaedrum torquatos nec eu, vis detrax periculaeuripidis, hem ei est Alienum. ) */
.simple-ver-45-layer > div:nth-child(4) > span:nth-child(2) {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0 0 0;
  font-family: 'Arimo', sans-serif;
}
/* 15 - Button - ( Get a Quote ) */
.simple-ver-45-layer > div:nth-child(4) > a {
  color: #3d59e8;
  font-size: 16px;
  font-weight: 700;
  margin-top: 32px;
  background: #fff;
  padding: 19px 36px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #3d59e8;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s 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);
}
/* 16 - Button - hover - ( Get a Quote ) */
.simple-ver-45-layer > div:nth-child(4) > a:hover {
  color: #fff;
  background: #3d59e8;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Play Button - Left */
  .simple-ver-45-layer > a {
    margin: auto 23% auto auto;
  }
  /* Play Button - right */
  .simple-ver-45-layer.simple-ver-45-layer-right > a {
    margin: auto auto auto 23%;
  }
  /* Container - left */
  .simple-ver-45-layer > div:nth-child(4) {
    width: 355px;
    height: 340px;
  }
  /* Heading - ( We Create Digital Branding Products. ) */
  .simple-ver-45-layer > div:nth-child(4) > span:nth-child(1) {
    font-size: 62px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Play Button - Left */
  .simple-ver-45-layer > a {
    width: 115px;
    height: 115px;
    margin: auto 19% auto auto;
  }
  /* Play Button - right */
  .simple-ver-45-layer.simple-ver-45-layer-right > a {
    margin: auto auto auto 19%;
  }
  /* Container - left */
  .simple-ver-45-layer > div:nth-child(4) {
    width: 305px;
    height: 310px;
    margin: auto auto auto 6%;
  }
  /* Container - right */
  .simple-ver-45-layer.simple-ver-45-layer-right > div:nth-child(4) {
    margin: auto 6% auto auto;
  }
  /* Heading - ( We Create Digital Branding Products. ) */
  .simple-ver-45-layer > div:nth-child(4) > span:nth-child(1) {
    font-size: 54px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu, vis detrax periculaeuripidis, hem ei est Alienum. ) */
  .simple-ver-45-layer > div:nth-child(4) > span:nth-child(2) {
    font-size: 14px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Play Button - Left */
  .simple-ver-45-layer > a {
    width: 75px;
    height: 75px;
    margin: auto 18% auto auto;
  }
  /* Play Button - right */
  .simple-ver-45-layer.simple-ver-45-layer-right > a {
    margin: auto auto auto 18%;
  }
  /* Play Button - border */
  .simple-ver-45-layer > a::before {
    top: -33px;
    left: -33px;
    width: 140px;
    height: 140px;
    border: 3px dashed #fff;
  }
  /* Container - left */
  .simple-ver-45-layer > div:nth-child(4) {
    width: 250px;
    height: 278px;
    margin: auto auto auto 3%;
  }
  /* Container - right */
  .simple-ver-45-layer.simple-ver-45-layer-right > div:nth-child(4) {
    margin: auto 3% auto auto;
  }
  /* Heading - ( We Create Digital Branding Products. ) */
  .simple-ver-45-layer > div:nth-child(4) > span:nth-child(1) {
    font-size: 44px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu, vis detrax periculaeuripidis, hem ei est Alienum. ) */
  .simple-ver-45-layer > div:nth-child(4) > span:nth-child(2) {
    font-size: 13px;
    margin: 20px 0 0 0;
  }
  /* Button - ( Get a Quote ) */
  .simple-ver-45-layer > div:nth-child(4) > a {
    font-size: 14px;
    margin-top: 20px;
    padding: 17px 34px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Play Button - Left */
  .simple-ver-45-layer > a,
  .simple-ver-45-layer.simple-ver-45-layer-right > a {
    width: 50px;
    height: 50px;
    margin: auto;
    bottom: 165px;
  }
  /* Play Button - icon */
  .simple-ver-45-layer > a > i {
    width: 10px;
    height: 20px;
    font-size: 18px;
  }
  /* Play Button - border */
  .simple-ver-45-layer > a::before {
    top: -13px;
    left: -13px;
    width: 75px;
    height: 75px;
    border: 2px dashed #fff;
  }
  /* Container - left-right */
  .simple-ver-45-layer > div:nth-child(4),
  .simple-ver-45-layer.simple-ver-45-layer-right > div:nth-child(4) {
    top: 75px;
    margin: auto;
    width: 265px;
    height: 160px;
    text-align: center;
    background: rgba(238, 248, 251,.8);
  }
  /* Heading - ( We Create Digital Branding Products. ) */
  .simple-ver-45-layer > div:nth-child(4) > span:nth-child(1) {
    line-height: 1;
    font-size: 34px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu, vis detrax periculaeuripidis, hem ei est Alienum. ) */
  .simple-ver-45-layer > div:nth-child(4) > span:nth-child(2) {
    font-size: 13px;
    margin: 5px 0 0 0;
  }
  /* Button - ( Get a Quote ) */
  .simple-ver-45-layer > div:nth-child(4) > a {
    font-size: 13px;
    margin-top: 5px;
    padding: 13px 26px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Play Button - Left */
  .simple-ver-45-layer > a,
  .simple-ver-45-layer.simple-ver-45-layer-right > a {
    width: 50px;
    height: 50px;
    margin: auto;
    bottom: 150px;
  }
  /* Play Button - icon */
  .simple-ver-45-layer > a > i {
    width: 8px;
    height: 14px;
    font-size: 14px;
  }
  /* Play Button - border */
  .simple-ver-45-layer > a::before {
    top: -13px;
    left: -13px;
    width: 75px;
    height: 75px;
    border: 2px dashed #fff;
  }
  /* Container - left-right */
  .simple-ver-45-layer > div:nth-child(4),
  .simple-ver-45-layer.simple-ver-45-layer-right > div:nth-child(4) {
    top: 75px;
    margin: auto;
    width: 195px;
    height: 145px;
    text-align: center;
    background: rgba(238, 248, 251,.8);
  }
  /* Heading - ( We Create Digital Branding Products. ) */
  .simple-ver-45-layer > div:nth-child(4) > span:nth-child(1) {
    line-height: 1;
    font-size: 22px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu, vis detrax periculaeuripidis, hem ei est Alienum. ) */
  .simple-ver-45-layer > div:nth-child(4) > span:nth-child(2) {
    font-size: 11px;
    margin: 5px 0 0 0;
  }
  /* Button - ( Get a Quote ) */
  .simple-ver-45-layer > div:nth-child(4) > a {
    font-size: 11px;
    margin-top: 5px;
    padding: 13px 26px;
  }
}

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

/* 1 - Buttons */
.simple-ver-45-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 35px;
  height: 35px;
  font-size: 0;
  color: #3d59e8;
  display: block;
  font-weight: 500;
  text-align: left;
  background: #fff;
  letter-spacing: .5px;
  text-decoration: none;
  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-45-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 37px;
  margin: 15px auto auto 15px;
}
/* 3 - Next - Button */
.simple-ver-45-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 37px;
  margin: 15px auto auto 15px;
}
/* 4 - Hover */
.simple-ver-45-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #3d59e8;
}
/* 5 - Icons */
.simple-ver-45-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-45-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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

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

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

/*********************/
/* Simple Version 45
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-45-indicators.carousel-indicators {
  padding: 0;
  width: 112px;
  height: 18px;
  margin: auto 25px 25px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-45-indicators.carousel-indicators > li {
  margin: 2px;
  width: 30px;
  height: 12px;
  border: none;
  background: #fff;
  border: 1px solid #3d59e8;
  border-radius: 33px;
  -webkit-border-radius: 33px;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-45-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=x] .simple-ver-45-indicators.carousel-indicators {
    margin: auto 10px 10px 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=x] .simple-ver-45-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-45-indicators.carousel-indicators {
    display: none;
  }
}