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

/**********************/
/* Simple Version 72
/* Main Carousel Style
/**********************/

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

/********************/
/* Simple Version 72
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.simple-ver-72-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  position: absolute;
}
/* 2 - Outer Container - left */
.simple-ver-72-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 535px;
  height: 260px;
  display: block;
  text-align: left;
  position: absolute;
  margin: auto auto auto 10%;
}
/* 3 - Outer Container - right */
.simple-ver-72-layer.simple-ver-72-layer-right > div {
  margin: auto 10% auto auto;
}
/* 4 - 1st child - ( Powerful Tools and Weep Analysis ) */
.simple-ver-72-layer > div > span:nth-child(1) {
  color: #002165;
  display: block;
  font-size: 57px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 5 - 2nd child - ( Alienum phaedrum torquatos nec eu, vis detr axitdis, hinc artem. ) */
.simple-ver-72-layer > div > span:nth-child(2) {
  color: #404040;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
  letter-spacing: .73px;
  font-family: 'Arimo', sans-serif;
}
/* 6 - Form */
.simple-ver-72-layer > div > form {
  width: 436px;
  height: 62px;
  display: block;
  background: #fff;
  margin-top: 40px;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 35px 0 rgba(0,0,0,.027);
  -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.027);
}
/* 7 - Input Field */
.simple-ver-72-layer > div > form > input {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 370px;
  height: 62px;
  outline: none;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  padding-left: 30px;
  display: inline-block;
  background: transparent;
  margin: auto auto auto 0;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 8 - Submit Button */
.simple-ver-72-layer > div > form > button {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 150px;
  height: 53px;
  border: none;
  outline: none;
  position: absolute;
  background: #fa4900;
  display: inline-block;
  margin: auto -90px auto auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 9 - Submit Button */
.simple-ver-72-layer > div > form > button:hover {
  background: #002165;
}
/* 10 - Icon */
.simple-ver-72-layer > div > form > button > i {
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
}
/* 11 - Text - ( check now. ) */
.simple-ver-72-layer > div > form > button > span {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 12 - Input Field - focus */
.simple-ver-72-layer > div > form > input:focus {
  background: transparent;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Outer Container - left */
  .simple-ver-72-layer > div {
    width: 475px;
    height: 270px;
  }
  /* Form */
  .simple-ver-72-layer > div > form {
    width: 385px;
  }
  /* Input Field */
  .simple-ver-72-layer > div > form > input {
    width: 318px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Outer Container - left - right */
  .simple-ver-72-layer > div,
  .simple-ver-72-layer.simple-ver-72-layer-right > div {
    margin: auto;
    width: 270px;
    height: 306px;
    text-align: center;
  }
  /* 1st child - ( Powerful Tools and Weep Analysis ) */
  .simple-ver-72-layer > div > span:nth-child(1) {
    font-size: 42px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detr axitdis, hinc artem. ) */
  .simple-ver-72-layer > div > span:nth-child(2) {
    font-size: 14px;
    margin-top: 20px;
  }
  /* Form */
  .simple-ver-72-layer > div > form {
    width: 100%;
    height: 112px;
    margin-top: 20px;
	background: transparent;
	box-shadow: none;
    -webkit-box-shadow: none;
  }
  /* Input Field */
  .simple-ver-72-layer > div > form > input {
    width: 100%;
    height: 53px;
	display: block;
    font-size: 16px;
	background: #fff;
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
  }
  /* Input Field - focus */
  .simple-ver-72-layer > div > form > input:focus {
	background: #fff;
  }
  /* Submit Button */
  .simple-ver-72-layer > div > form > button {
    width: 150px;
    height: 53px;
	display: block;
	position: relative;
    margin: 5px auto auto auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Outer Container - left - right */
  .simple-ver-72-layer > div,
  .simple-ver-72-layer.simple-ver-72-layer-right > div {
    margin: auto;
    width: 195px;
    height: 265px;
    text-align: center;
  }
  /* 1st child - ( Powerful Tools and Weep Analysis ) */
  .simple-ver-72-layer > div > span:nth-child(1) {
    font-size: 28px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detr axitdis, hinc artem. ) */
  .simple-ver-72-layer > div > span:nth-child(2) {
    font-size: 12px;
    margin-top: 15px;
  }
  /* Form */
  .simple-ver-72-layer > div > form {
    width: 100%;
    height: 112px;
    margin-top: 15px;
	background: transparent;
	box-shadow: none;
    -webkit-box-shadow: none;
  }
  /* Input Field */
  .simple-ver-72-layer > div > form > input {
    width: 100%;
    height: 53px;
	display: block;
    font-size: 16px;
	background: #fff;
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
  }
  /* Input Field - focus */
  .simple-ver-72-layer > div > form > input:focus {
	background: #fff;
  }
  /* Submit Button */
  .simple-ver-72-layer > div > form > button {
    width: 150px;
    height: 53px;
	display: block;
	position: relative;
    margin: 5px auto auto auto;
  }
}

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

/* 1 - Buttons */
.simple-ver-72-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 0;
  background: #002165;
  text-decoration: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-72-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 15px auto auto 15px;
}
/* 3 - Next - Button */
.simple-ver-72-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 0;
  margin: 15px auto auto 53px;
}
/* 4 - Hover */
.simple-ver-72-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #fa4900;
}
/* 5 - Icons */
.simple-ver-72-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  color: #fff;
  height: 11px;
  margin: auto;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.simple-ver-72-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 - Button */
  .simple-ver-72-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: 10px auto auto 10px;
  }
  /* Next - Button */
  .simple-ver-72-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: 10px auto auto 48px;
  }
}

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

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

/*********************/
/* Simple Version 72
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-72-indicators.carousel-indicators {
  padding: 0;
  width: 95px;
  height: 28px;
  margin: auto 20px 20px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-72-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 20px;
  height: 20px;
  border: none;
  line-height: 20px;
  background: #002165;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 0 2px #002165;
  -webkit-box-shadow: 0 0 0 2px #002165;
  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 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-72-indicators.carousel-indicators > li.active {
  border: none;
  background: #fff;
  box-shadow: 0 0 0 2px #fa4900;
  -webkit-box-shadow: 0 0 0 2px #fa4900;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .simple-ver-72-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background: #002165;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .simple-ver-72-indicators.carousel-indicators > li.active::after {
  background: #fa4900;
}

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