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

/**********************/
/* Simple Version 74
/* Main Carousel Style
/**********************/

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

/********************/
/* Simple Version 74
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.simple-ver-74-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  position: absolute;
}
/* 2 - Layer - background color - left */
.simple-ver-74-layer::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  content: "";
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  position: absolute;
  background: #393b6b;
  margin: auto auto auto 0;
}
/* 3 - Layer - background color - right */
.simple-ver-74-layer.simple-ver-74-layer-right::after {
  margin: auto 0 auto auto;
}
/* 4 - Play Button - link - left */
.simple-ver-74-layer > a {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: 270px;
  width: 80px;
  margin: auto;
  height: 80px;
  display: block;
  color: #fc6c16;
  background: #fff;
  text-align: center;
  position: absolute;
  text-decoration: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Play Button - link - right */
.simple-ver-74-layer.simple-ver-74-layer-right > a {
  left: -270px;
}
/* 6 - Play Button - icon */
.simple-ver-74-layer > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  margin: auto;
  height: 23px;
  display: block;
  font-size: 24px;
  position: absolute;
}
/* 7 - Play Button - 1st border */
.simple-ver-74-layer > a::before {
  top: -15px;
  left: -15px;
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  background: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 15px solid rgba(252,108,22,.5);
}
/* 8 - Play Button - 2nd border */
.simple-ver-74-layer > a::after {
  top: -30px;
  left: -30px;
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  background: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 15px solid rgba(252,108,22,.3);
}
/* 9 - Image - left */
.simple-ver-74-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  margin: auto 0 auto auto;
}
/* 10 - Image - right */
.simple-ver-74-layer.simple-ver-74-layer-right > div:nth-child(2) {
  margin: auto auto auto 0;
}
/* 11 - Outer Container - left */
.simple-ver-74-layer > div:nth-child(3) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 525px;
  height: 285px;
  display: block;
  text-align: left;
  position: absolute;
  margin: auto auto auto 9%;
}
/* 12 - Outer Container - right */
.simple-ver-74-layer.simple-ver-74-layer-right > div:nth-child(3) {
  text-align: right;
  margin: auto 9% auto auto;
}
/* 13 - 1st child - ( find people you've crossed paths ) */
.simple-ver-74-layer > div:nth-child(3) > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 14 - 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
.simple-ver-74-layer > div:nth-child(3) > span:nth-child(2) {
  color: #fff;
  display: block;
  margin-top: 9px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-family: 'Arimo', sans-serif;
}
/* 15 - Form */
.simple-ver-74-layer > div:nth-child(3) > form {
  width: 100%;
  height: 50px;
  display: block;
  margin-top: 44px;
  position: relative;
}
/* 16 - Input Field */
.simple-ver-74-layer > div:nth-child(3) > form > input {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  border: none;
  width: 400px;
  height: 50px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  padding-left: 30px;
  padding-right: 75px;
  display: inline-block;
  border: 2px solid #fff;
  background: transparent;
  margin: auto auto auto 0;
  font-family: 'Arimo', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
}
/* 17 - Input Field - focus */
.simple-ver-74-layer > div:nth-child(3) > form > input:focus {
  background: transparent;
}
/* 18 - Submit Button */
.simple-ver-74-layer > div:nth-child(3) > form > button {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 180px;
  height: 50px;
  border: none;
  outline: none;
  position: absolute;
  background: #fc6c16;
  display: inline-block;
  margin: auto 0 auto auto;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .1s ease;
  -webkit-transition: background .1s ease;
}
/* 19 - Submit Button */
.simple-ver-74-layer > div:nth-child(3) > form > button:hover {
  background: #fc1741;
}
/* 20 - Icon */
.simple-ver-74-layer > div:nth-child(3) > form > button > i {
  font-size: 13px;
  margin-right: 5px;
  display: inline-block;
}
/* 21 - Text - ( search now ) */
.simple-ver-74-layer > div:nth-child(3) > form > button > span {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
/* 22 - Place Holders */
.simple-ver-74-layer > div:nth-child(3) > form > input::-webkit-input-placeholder {
  color: #fff;
}
.simple-ver-74-layer > div:nth-child(3) > form > input:-moz-placeholder {
  color: #fff;
}
.simple-ver-74-layer > div:nth-child(3) > form > input::-moz-placeholder {
  color: #fff;
}
.simple-ver-74-layer > div:nth-child(3) > form > input:-ms-input-placeholder {
  color: #fff;
}

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

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Layer - background color - left */
  .simple-ver-74-layer::after {
    width: 60%;
  }
  /* Play Button - link - left */
  .simple-ver-74-layer > a {
    left: 0;
	margin: auto 13% auto auto;
  }
  /* Play Button - link - right */
  .simple-ver-74-layer.simple-ver-74-layer-right > a {
    left: 0;
	margin: auto auto auto 13%;
  }
  /* Image - left */
  .simple-ver-74-layer > div:nth-child(2) {
    width: 40%;
  }
  /* Outer Container - left */
  .simple-ver-74-layer > div:nth-child(3) {
    width: 425px;
    height: 255px;
    margin: auto auto auto 4%;
  }
  /* Outer Container - right */
  .simple-ver-74-layer.simple-ver-74-layer-right > div:nth-child(3) {
    margin: auto 4% auto auto;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-74-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 40px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-74-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 14px;
  }
  /* Input Field */
  .simple-ver-74-layer > div:nth-child(3) > form > input {
    width: 300px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 60px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Layer - background color - left */
  .simple-ver-74-layer::after {
    width: 60%;
  }
  /* Play Button - link - left */
  .simple-ver-74-layer > a {
    left: 0;
    width: 80px;
    height: 80px;
	margin: auto 13% auto auto;
  }
  /* Play Button - link - right */
  .simple-ver-74-layer.simple-ver-74-layer-right > a {
    left: 0;
	margin: auto auto auto 13%;
  }
  /* Play Button - icon */
  .simple-ver-74-layer > a > i {
    width: 14px;
    height: 23px;
    font-size: 24px;
  }
  /* Play Button - 1st border */
  .simple-ver-74-layer > a::before {
    top: -15px;
    left: -15px;
    width: 110px;
    height: 110px;
    border: 15px solid rgba(252,108,22,.5);
  }
  /* Play Button - 2nd border */
  .simple-ver-74-layer > a::after {
    top: -30px;
    left: -30px;
    width: 140px;
    height: 140px;
    border: 15px solid rgba(252,108,22,.3);
  }
  /* Image - left */
  .simple-ver-74-layer > div:nth-child(2) {
    width: 40%;
    margin: auto 0 auto auto;
  }
  /* Outer Container - left */
  .simple-ver-74-layer > div:nth-child(3) {
    width: 60%;
    height: 255px;
    text-align: center;
    margin: auto auto auto 0;
  }
  /* Outer Container - right */
  .simple-ver-74-layer.simple-ver-74-layer-right > div:nth-child(3) {
    text-align: center;
    margin: auto 0 auto auto;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-74-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 30px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-74-layer > div:nth-child(3) > span:nth-child(2) {
    margin-top: 9px;
    font-size: 13px;
  }
  /* Form */
  .simple-ver-74-layer > div:nth-child(3) > form {
    height: auto;
    margin-top: 30px;
  }
  /* Input Field */
  .simple-ver-74-layer > div:nth-child(3) > form > input {
    width: 85%;
    height: 50px;
	margin: auto;
    font-size: 16px;
	display: block;
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Submit Button */
  .simple-ver-74-layer > div:nth-child(3) > form > button {
    width: 160px;
    height: 40px;
	display: block;
	position: relative;
	margin: 5px auto auto auto;
  }
  /* Icon */
  .simple-ver-74-layer > div:nth-child(3) > form > button > i {
    font-size: 12px;
  }
  /* Text - ( search now ) */
  .simple-ver-74-layer > div:nth-child(3) > form > button > span {
    font-size: 12px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Layer - background color - left */
  .simple-ver-74-layer::after {
    width: 100%;
    margin: auto;
	background: rgba(57,59,107,.9)
  }
  /* Play Button - link - left */
  .simple-ver-74-layer > a,
  .simple-ver-74-layer.simple-ver-74-layer-right > a {
    left: 0;
    width: 50px;
    margin: auto;
    height: 50px;
    bottom: 295px;
  }
  /* Play Button - icon */
  .simple-ver-74-layer > a > i {
    width: 10px;
    height: 18px;
    font-size: 18px;
  }
  /* Play Button - 1st border */
  .simple-ver-74-layer > a::before {
    top: -10px;
    left: -10px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(252,108,22,.5);
  }
  /* Play Button - 2nd border */
  .simple-ver-74-layer > a::after {
    top: -20px;
    left: -20px;
    width: 90px;
    height: 90px;
    border: 10px solid rgba(252,108,22,.3);
  }
  /* Image - left */
  .simple-ver-74-layer > div:nth-child(2) {
    width: 100%;
    margin: auto;
  }
  /* Outer Container - left */
  .simple-ver-74-layer > div:nth-child(3),
  .simple-ver-74-layer.simple-ver-74-layer-right > div:nth-child(3) {
    top: 95px;
    width: 270px;
    margin: auto;
    height: 295px;
    text-align: center;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-74-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 30px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-74-layer > div:nth-child(3) > span:nth-child(2) {
    margin-top: 5px;
    font-size: 12px;
  }
  /* Form */
  .simple-ver-74-layer > div:nth-child(3) > form {
    height: auto;
    margin-top: 20px;
  }
  /* Input Field */
  .simple-ver-74-layer > div:nth-child(3) > form > input {
    width: 100%;
    height: 50px;
	margin: auto;
    font-size: 16px;
	display: block;
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Submit Button */
  .simple-ver-74-layer > div:nth-child(3) > form > button {
    width: 160px;
    height: 40px;
	display: block;
	position: relative;
	margin: 5px auto auto auto;
  }
  /* Icon */
  .simple-ver-74-layer > div:nth-child(3) > form > button > i {
    font-size: 12px;
  }
  /* Text - ( search now ) */
  .simple-ver-74-layer > div:nth-child(3) > form > button > span {
    font-size: 12px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Layer - background color - left */
  .simple-ver-74-layer::after {
    width: 100%;
    margin: auto;
	background: rgba(57,59,107,.9)
  }
  /* Play Button - link - left */
  .simple-ver-74-layer > a,
  .simple-ver-74-layer.simple-ver-74-layer-right > a {
    left: 0;
    width: 50px;
    margin: auto;
    height: 50px;
    bottom: 225px;
  }
  /* Play Button - icon */
  .simple-ver-74-layer > a > i {
    width: 10px;
    height: 18px;
    font-size: 18px;
  }
  /* Play Button - 1st border */
  .simple-ver-74-layer > a::before {
    top: -10px;
    left: -10px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(252,108,22,.5);
  }
  /* Play Button - 2nd border */
  .simple-ver-74-layer > a::after {
    top: -20px;
    left: -20px;
    width: 90px;
    height: 90px;
    border: 10px solid rgba(252,108,22,.3);
  }
  /* Image - left */
  .simple-ver-74-layer > div:nth-child(2) {
    width: 100%;
    margin: auto;
  }
  /* Outer Container - left */
  .simple-ver-74-layer > div:nth-child(3),
  .simple-ver-74-layer.simple-ver-74-layer-right > div:nth-child(3) {
    top: 95px;
    width: 190px;
    margin: auto;
    height: 220px;
    text-align: center;
	background: red;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-74-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 20px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-74-layer > div:nth-child(3) > span:nth-child(2) {
    margin-top: 5px;
    font-size: 11px;
  }
  /* Form */
  .simple-ver-74-layer > div:nth-child(3) > form {
    height: auto;
    margin-top: 10px;
  }
  /* Input Field */
  .simple-ver-74-layer > div:nth-child(3) > form > input {
    width: 100%;
    height: 40px;
	margin: auto;
    font-size: 12px;
	display: block;
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Submit Button */
  .simple-ver-74-layer > div:nth-child(3) > form > button {
    width: 120px;
    height: 35px;
	display: block;
	position: relative;
	margin: 5px auto auto auto;
  }
  /* Icon */
  .simple-ver-74-layer > div:nth-child(3) > form > button > i {
    font-size: 10px;
  }
  /* Text - ( search now ) */
  .simple-ver-74-layer > div:nth-child(3) > form > button > span {
    font-size: 10px;
  }
}

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

/* 1 - Buttons */
.simple-ver-74-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 35px;
  height: 35px;
  font-size: 0;
  color: #393b6b;
  text-decoration: none;
  background: rgba(255,255,255,.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-74-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 0;
  left: auto;
  margin: 15px 53px auto auto;
}
/* 3 - Next - Button */
.simple-ver-74-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 15px 15px auto auto;
}
/* 4 - Hover */
.simple-ver-74-btn.sz-slider .carousel-control-btn:hover {
  color: #393b6b;
  background: #fff;
}
/* 5 - Icons */
.simple-ver-74-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 11px;
  margin: auto;
  color: #393b6b;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.simple-ver-74-btn.sz-slider .carousel-control-btn:hover > i {
  color: #393b6b;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev - Button */
  .simple-ver-74-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: 10px 48px auto auto;
  }
  /* Next - Button */
  .simple-ver-74-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: 10px 10px auto auto;
  }
}

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

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

/*********************/
/* Simple Version 74
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-74-indicators.carousel-indicators {
  padding: 0;
  width: 105px;
  height: 19px;
  margin: auto auto 20px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-74-indicators.carousel-indicators > li {
  padding: 0;
  margin: 2px;
  width: 25px;
  height: 10px;
  border: 2px solid transparent;
  background: rgba(255,255,255,.6);
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, border .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-74-indicators.carousel-indicators > li.active {
  border: 2px solid #fff;
  background: transparent;
}

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