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

/**********************/
/* Simple Version 44
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 44
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-44-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-44-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-44-layer.simple-ver-44-layer-right > div:nth-child(1) {
  left: 0;
  right: auto;
  background-position: top left;
}
/* 4 - Overlay Image  */
.simple-ver-44-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 - Container - left */
.simple-ver-44-layer > div:nth-child(3) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  width: 485px;
  height: 360px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 10%;
}
/* 6 - Container - right */
.simple-ver-44-layer.simple-ver-44-layer-right > div:nth-child(3) {
  text-align: right;
  margin: auto 10% auto auto;
}
/* 7 - Children */
.simple-ver-44-layer > div:nth-child(3) > span {
  display: block;
}
/* 8 - 1st child - ( unique business consulting ) */
.simple-ver-44-layer > div:nth-child(3) > span:nth-child(1) {
  color: #301f55;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
/* 9 - 2nd child - ( Make Present Slide Design Ready ) */
.simple-ver-44-layer > div:nth-child(3) > span:nth-child(2) {
  color: #301f55;
  font-size: 64px;
  font-weight: 800;
  margin: 15px 0 43px 0;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 10 - 3rd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex, nihis. ) */
.simple-ver-44-layer > div:nth-child(3) > span:nth-child(3) {
  color: #666;
  width: 320px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: -.19px;
  font-family: 'Poppins', sans-serif;
}
/* 11 - Play Button - Left */
.simple-ver-44-layer > div:nth-child(3) > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  background:#3d59e8;
  text-decoration: none;
  border: 30px solid #fff;
  margin: auto 5px 5px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  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);
}
/* 12 - Play Button - right */
.simple-ver-44-layer.simple-ver-44-layer-right > div:nth-child(3) > a {
  margin: auto auto 5px 5px;
}
/* 13 - Play Button - icon */
.simple-ver-44-layer > div:nth-child(3) > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  margin: auto;
  height: 25px;
  display: block;
  font-size: 26px;
  position: absolute;
}
/* 14 - Play Button - border */
.simple-ver-44-layer > div:nth-child(3) > a::before {
  top: -30px;
  left: -30px;
  content: "";
  margin: auto;
  width: 150px;
  height: 150px;
  position: absolute;
  background: transparent;
  border: 1px dashed rgb(224,224,224);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 15 - Play Button - hover */
.simple-ver-44-layer > div:nth-child(3) > a:hover {
  animation: rotCntr 2s infinite linear;
  -webkit-animation: rotCntr 2s infinite linear;
}

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

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Container - left */
  .simple-ver-44-layer > div:nth-child(3) {
    width: 440px;
    height: 330px;
    margin: auto auto auto 5%;
  }
  /* Container - right */
  .simple-ver-44-layer.simple-ver-44-layer-right > div:nth-child(3) {
    margin: auto 5% auto auto;
  }
  /* 1st child - ( unique business consulting ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 17px;
  }
  /* 2nd child - ( Make Present Slide Design Ready ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 54px;
    margin: 15px 0 35px 0;
  }
  /* 3rd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex, nihis. ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(3) {
    width: 295px;
    font-size: 16px;
  }
  /* Play Button - Left */
  .simple-ver-44-layer > div:nth-child(3) > a {
    width: 130px;
    height: 130px;
    border: 20px solid #fff;
  }
  /* Play Button - border */
  .simple-ver-44-layer > div:nth-child(3) > a::before {
    top: -20px;
    left: -20px;
    width: 130px;
    height: 130px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Container - left */
  .simple-ver-44-layer > div:nth-child(3) {
    width: 390px;
    height: 265px;
    margin: auto auto auto 4%;
  }
  /* Container - right */
  .simple-ver-44-layer.simple-ver-44-layer-right > div:nth-child(3) {
    margin: auto 4% auto auto;
  }
  /* 1st child - ( unique business consulting ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 16px;
  }
  /* 2nd child - ( Make Present Slide Design Ready ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 44px;
    margin: 15px 0 25px 0;
  }
  /* 3rd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex, nihis. ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(3) {
    width: 280px;
    font-size: 15px;
  }
  /* Play Button - Left */
  .simple-ver-44-layer > div:nth-child(3) > a {
    width: 100px;
    height: 100px;
    border: 15px solid #fff;
    margin: auto 5px 5px auto;
  }
  /* Play Button - right */
  .simple-ver-44-layer.simple-ver-44-layer-right > div:nth-child(3) > a {
    margin: auto auto 5px 5px;
  }
  /* Play Button - icon */
  .simple-ver-44-layer > div:nth-child(3) > a > i {
    width: 15px;
    height: 25px;
    font-size: 26px;
  }
  /* Play Button - border */
  .simple-ver-44-layer > div:nth-child(3) > a::before {
    top: -15px;
    left: -15px;
    width: 100px;
    height: 100px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Container - left-right */
  .simple-ver-44-layer > div:nth-child(3),
  .simple-ver-44-layer.simple-ver-44-layer-right > div:nth-child(3) {
    margin: auto;
    width: 270px;
    height: 236px;
	text-align: center;
  }
  /* 1st child - ( unique business consulting ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 13px;
  }
  /* 2nd child - ( Make Present Slide Design Ready ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 30px;
    margin: 5px 0 5px 0;
  }
  /* 3rd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex, nihis. ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(3) {
    width: 100%;
    font-size: 12px;
  }
  /* Play Button - Left-right */
  .simple-ver-44-layer > div:nth-child(3) > a,
  .simple-ver-44-layer.simple-ver-44-layer-right > div:nth-child(3) > a {
    width: 80px;
    margin: auto;
    height: 80px;
	margin-top: 5px;
	position: relative;
    border: 10px solid #fff;
  }
  /* Play Button - icon */
  .simple-ver-44-layer > div:nth-child(3) > a > i {
    width: 10px;
    height: 20px;
    font-size: 20px;
  }
  /* Play Button - border */
  .simple-ver-44-layer > div:nth-child(3) > a::before {
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Container - left-right */
  .simple-ver-44-layer > div:nth-child(3),
  .simple-ver-44-layer.simple-ver-44-layer-right > div:nth-child(3) {
    margin: auto;
    width: 195px;
    height: 195px;
	text-align: center;
  }
  /* 1st child - ( unique business consulting ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 11px;
  }
  /* 2nd child - ( Make Present Slide Design Ready ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 24px;
    margin: 5px 0 5px 0;
  }
  /* 3rd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex, nihis. ) */
  .simple-ver-44-layer > div:nth-child(3) > span:nth-child(3) {
    width: 100%;
    font-size: 11px;
  }
  /* Play Button - Left-right */
  .simple-ver-44-layer > div:nth-child(3) > a,
  .simple-ver-44-layer.simple-ver-44-layer-right > div:nth-child(3) > a {
    width: 60px;
    margin: auto;
    height: 60px;
	margin-top: 5px;
	position: relative;
    border: 8px solid #fff;
  }
  /* Play Button - icon */
  .simple-ver-44-layer > div:nth-child(3) > a > i {
    width: 9px;
    height: 16px;
    font-size: 16px;
  }
  /* Play Button - border */
  .simple-ver-44-layer > div:nth-child(3) > a::before {
    top: -8px;
    left: -8px;
    width: 60px;
    height: 60px;
  }
}

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

/* 1 - Buttons */
.simple-ver-44-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 45px;
  height: 45px;
  font-size: 0;
  color: #301f55;
  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-44-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 47px;
  margin: 15px auto auto auto;
  border-radius: 0 33px 0 33px;
  -webkit-border-radius: 0 33px 0 33px;
}
/* 3 - Next - Button */
.simple-ver-44-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 47px;
  margin: 15px auto auto auto;
  border-radius: 33px 0 33px 0;
  -webkit-border-radius: 33px 0 33px 0;
}
/* 4 - Hover */
.simple-ver-44-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #301f55;
}
/* 5 - Icons */
.simple-ver-44-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 15px;
  margin: auto;
  color: #301f55;
  font-size: 16px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.simple-ver-44-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-44-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

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

/*********************/
/* Simple Version 44
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-44-indicators.carousel-indicators {
  padding: 0;
  width: 72px;
  height: 22px;
  margin: auto auto 25px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-44-indicators.carousel-indicators > li {
  margin: 2px;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  border: 2px solid #301f55;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-44-indicators.carousel-indicators > li.active {
  background: #301f55;
}

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