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

/**********************/
/* Simple Version 75
/* Main Carousel Style
/**********************/

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

/********************/
/* Simple Version 75
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.simple-ver-75-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  position: absolute;
}
/* 2 - Image - left */
.simple-ver-75-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  display: block;
  position: absolute;
  margin: auto auto auto 0;
}
/* 3 - Image - right */
.simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(1) {
  margin: auto 0 auto auto;
}
/* 4 - Image - Overlay Color */
.simple-ver-75-layer > div:nth-child(1)::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0,0,0,.5);
}
/* 5 - Text And Form Container - left */
.simple-ver-75-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 900px;
  height: 414px;
  display: block;
  text-align: left;
  position: absolute;
  margin: auto auto auto auto;
}
/* 6 - Text And Form Container - right */
.simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) {
  text-align: right;
  margin: auto auto auto auto;
}
/* 7 - Text - left */
.simple-ver-75-layer > div:nth-child(2) > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 480px;
  height: 190px;
  display: block;
  text-align: left;
  position: absolute;
  margin: auto auto 50px 0;
}
/* 8 - Text - right */
.simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) > div {
  text-align: right;
  margin: auto 0 50px auto;
}
/* 9 - Heading - ( Technology Conference Together Meetings ) */
.simple-ver-75-layer > div:nth-child(2) > div > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 53px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.3px;
  text-transform: capitalize;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 10 - Date & Address - ( 19 July 2020 - San Fanciso, CA ) */
.simple-ver-75-layer > div:nth-child(2) > div > span:nth-child(2) {
  color: #d9d9d9;
  display: block;
  font-size: 25px;
  font-weight: 400;
  margin-top: 26px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 11 - Form - left */
.simple-ver-75-layer > div:nth-child(2) > form {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 328px;
  height: 414px;
  display: block;
  text-align: center;
  position: absolute;
  padding: 56px 34px;
  background: #d1601c;
  margin: 0 0 auto auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 57px 0 rgba(0,0,0,.039);
  -webkit-box-shadow: 0 0 57px 0 rgba(0,0,0,.039);
}
/* 12 - Form - right */
.simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) > form {
  margin: 0 auto auto 0;
}
/* 13 - 1st child - ( Register to attend ) */
.simple-ver-75-layer > div:nth-child(2) > form > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 14 - 2nd child - ( international Conference 2020 ) */
.simple-ver-75-layer > div:nth-child(2) > form > span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 3px auto 23px auto;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 15 - Input Fields */
.simple-ver-75-layer > div:nth-child(2) > form > input {
  color: #777;
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  display: block;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto auto 7px auto;
  font-family: 'Barlow Condensed', sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* 16 - Input Fields - focus */
.simple-ver-75-layer > div:nth-child(2) > form > input:focus {
  background: #fff;
}
/* 17 - Submit Button - ( register now ) */
.simple-ver-75-layer > div:nth-child(2) > form > button {
  color: #fff;
  border: none;
  outline: none;
  font-size: 13px;
  font-weight: 700;
  background: #000;
  padding: 16px 46px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 6px auto auto auto;
  font-family: 'Barlow Condensed', sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 18 - Submit Button - ( register now ) */
.simple-ver-75-layer > div:nth-child(2) > form > button:hover {
  color: #000;
  background: #fff;
}
/* 19 - Place Holders */
.simple-ver-75-layer > div:nth-child(2) > form > input::-webkit-input-placeholder {
  color: #777;
}
.simple-ver-75-layer > div:nth-child(2) > form > input:-moz-placeholder {
  color: #777;
}
.simple-ver-75-layer > div:nth-child(2) > form > input::-moz-placeholder {
  color: #777;
}
.simple-ver-75-layer > div:nth-child(2) > form > input:-ms-input-placeholder {
  color: #777;
}

/******************/
/* 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) {
  /* Text And Form Container - left */
  .simple-ver-75-layer > div:nth-child(2) {
    width: 750px;
  }
  /* Text - left */
  .simple-ver-75-layer > div:nth-child(2) > div {
    width: 410px;
    height: 168px;
  }
  /* Heading - ( Technology Conference Together Meetings ) */
  .simple-ver-75-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 44px;
  }

  .bg_img{
    width: 100%;
    height: auto ;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Image - left */
  .simple-ver-75-layer > div:nth-child(1) {
    width: 70%;
  }


  .bg_img{
    width: 100%;
    height: auto ;
  }


  /* Text And Form Container - left */
  .simple-ver-75-layer > div:nth-child(2) {
    width: 570px;
    height: 380px;
  }
  /* Text - left */
  .simple-ver-75-layer > div:nth-child(2) > div {
    width: 285px;
    height: 130px;
    margin: auto auto 40px 0;
  }
  /* Text - right */
  .simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) > div {
    margin: auto 0 40px auto;
  }
  /* Heading - ( Technology Conference Together Meetings ) */
  .simple-ver-75-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 30px;
  }
  /* Date & Address - ( 19 July 2020 - San Fanciso, CA ) */
  .simple-ver-75-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 20px;
    margin-top: 20px;
  }
  /* Form - left */
  .simple-ver-75-layer > div:nth-child(2) > form {
    width: 275px;
    height: 380px;
    padding: 30px;
  }
  /* 1st child - ( Register to attend ) */
  .simple-ver-75-layer > div:nth-child(2) > form > span:nth-child(1) {
    font-size: 30px;
  }
  /* 2nd child - ( international Conference 2020 ) */
  .simple-ver-75-layer > div:nth-child(2) > form > span:nth-child(2) {
    font-size: 14px;
    margin: 3px auto 23px auto;
  }
  /* Input Fields */
  .simple-ver-75-layer > div:nth-child(2) > form > input {
    height: 42px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto auto 7px auto;
  }
  /* Submit Button - ( register now ) */
  .simple-ver-75-layer > div:nth-child(2) > form > button {
    font-size: 13px;
    padding: 16px 46px;
    margin: 6px auto auto auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Image - left - right */
  .simple-ver-75-layer > div:nth-child(1),
  .simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(1) {
    width: 100%;
  }
  /* Text And Form Container - left - right */
  .simple-ver-75-layer > div:nth-child(2),
  .simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) {
    margin: auto;
    width: 270px;
    height: 376px;
  }
  /* Text - left - right */
  .simple-ver-75-layer > div:nth-child(2) > div,
  .simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) > div {
    width: 100%;
    margin: auto;
    height: auto;
	display: block;
	text-align: center;
	position: relative;
  }
  /* Heading - ( Technology Conference Together Meetings ) */
  .simple-ver-75-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 22px;
  }
  /* Date & Address - ( 19 July 2020 - San Fanciso, CA ) */
  .simple-ver-75-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 16px;
    margin-top: 10px;
  }
  /* Form - left */
  .simple-ver-75-layer > div:nth-child(2) > form,
  .simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) > form {
    width: 100%;
    margin: auto;
    height: auto;
    margin-top: 10px;
	position: relative;
    padding: 10px 20px;
  }
  /* 1st child - ( Register to attend ) */
  .simple-ver-75-layer > div:nth-child(2) > form > span:nth-child(1) {
    font-size: 24px;
  }
  /* 2nd child - ( international Conference 2020 ) */
  .simple-ver-75-layer > div:nth-child(2) > form > span:nth-child(2) {
    font-size: 14px;
    margin: 3px auto 13px auto;
  }
  /* Input Fields */
  .simple-ver-75-layer > div:nth-child(2) > form > input {
    height: 37px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto auto 7px auto;
  }
  /* Submit Button - ( register now ) */
  .simple-ver-75-layer > div:nth-child(2) > form > button {
    font-size: 12px;
    padding: 13px 26px;
    margin: 0 auto auto auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Image - left - right */
  .simple-ver-75-layer > div:nth-child(1),
  .simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(1) {
    width: 100%;
  }
  /* Text And Form Container - left - right */
  .simple-ver-75-layer > div:nth-child(2),
  .simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) {
    margin: auto;
    width: 190px;
    height: 338px;
  }
  /* Text - left - right */
  .simple-ver-75-layer > div:nth-child(2) > div,
  .simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) > div {
    width: 100%;
    margin: auto;
    height: auto;
	display: block;
	text-align: center;
	position: relative;
  }
  /* Heading - ( Technology Conference Together Meetings ) */
  .simple-ver-75-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 18px;
  }
  /* Date & Address - ( 19 July 2020 - San Fanciso, CA ) */
  .simple-ver-75-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 14px;
    margin-top: 5px;
  }
  /* Form - left */
  .simple-ver-75-layer > div:nth-child(2) > form,
  .simple-ver-75-layer.simple-ver-75-layer-right > div:nth-child(2) > form {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 5px;
    margin-top: 7px;
	position: relative;
  }
  /* 1st child - ( Register to attend ) */
  .simple-ver-75-layer > div:nth-child(2) > form > span:nth-child(1) {
    font-size: 20px;
  }
  /* 2nd child - ( international Conference 2020 ) */
  .simple-ver-75-layer > div:nth-child(2) > form > span:nth-child(2) {
    font-size: 12px;
    margin: 3px auto 10px auto;
  }
  /* Input Fields */
  .simple-ver-75-layer > div:nth-child(2) > form > input {
    height: 37px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto auto 7px auto;
  }
  /* Submit Button - ( register now ) */
  .simple-ver-75-layer > div:nth-child(2) > form > button {
    font-size: 12px;
    padding: 13px 26px;
    margin: 0 auto auto auto;
  }
}

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

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

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

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

/*********************/
/* Simple Version 75
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-75-indicators.carousel-indicators {
  padding: 0;
  width: 105px;
  height: 14px;
  margin: auto 20px 20px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-75-indicators.carousel-indicators > li {
  padding: 0;
  margin: 2px;
  width: 30px;
  height: 10px;
  border: none;
  background: #777;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-75-indicators.carousel-indicators > li.active {
  border: none;
  background: #000;
}

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