/* ==========================================================================
    Slider core styles
===========================================================================*/
/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/
/*.paraWidth{
	margin-righht:80%;
}
*/

.slide1Bg{
	background-image: url(../images/slide1Bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.slide2Bg{
	background-image: url(../images/slide2Bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.slide3Bg{
	background-image: url(../images/slide3Bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}

.slider-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*background-image: linear-gradient(#dadada, #d1d1d1);*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
}
.bg1{
	background-image: url(../../sagar-plastics/images/slide1New.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.slider {
  position: relative;
  width: 100%;
  height:auto;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 65vh;
  
}
.slider__item h1{
	width:65%;
	padding:0px;
	position:relative;
	top:10%;
	left:15%;
	font-size:4.8em;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-weight:400;
	text-shadow:1px 1px 10px #000;
	
}
.slider__item p{
	position:relative;
	top:10%;
	left:15%;
	width:55%;
	color:#fff;
	text-shadow:1px 1px 20px #000;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:1.8em;
	padding:0px;
	margin:15px 0px;
}
.slider__item img {
  display: block;
  width: 100%;
  height: auto;
}

.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
  background: #000;
  opacity: .3;
  transition: opacity .15s ease;
  fill: #fff;
}
.slider__switch--prev {
  left: 10px;
}
.slider__switch--next {
  right: 10px;
}

.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {
	font-family: 'omnesreg';
  position: absolute;
  top: 17%;
  left: 6%;
  display: block;
  width: 39%;
  padding: 10px;
  color: #69696a;
  /* ie8 */
}

.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider__caption a .smImg{
	width:30%;
	height:auto;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  display:none;
	
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 8;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
	
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  border: 2px solid #aaabad;
  border-radius: 50%;
  background: transparent;
}

.slider-nav__control.is-active {
  width: 10px;
  height: 10px;
  background: #707070;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}
@media (max-width: 580px) {
	.slider__item{
		height:55vh;
	}
	.slider__item h1{
	width:88%;
	padding:0px;
	position:relative;
	top:5%;
	left:5%;
	font-size:3.2em;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-weight:400;
	text-shadow:1px 1px 10px #000;
	line-height:1.1em;
	
}
.slider__item p{
	position:relative;
	top:5%;
	left:5%;
	width:75%;
	color:#fff;
	text-shadow:1px 1px 20px #000;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:1.3em;
	padding:0px;
	margin:15px 0px;
	line-height:1.2em;
}
	.slider__item .mobScreen{
	display:block;
}	
.slider__item .bigScreen{
	display:none;
}	
/*	.slider-container {
  padding-top:30%;
  padding-bottom:8px;
}
*/
  .slider__switch {
    display: none;
  }


  .slider__caption {
	font-family: 'omnesreg';
  position: absolute;
  top: 20px;
  left: 2%;
  display: block;
  width: 100%;
  padding: 10px;
  color: #69696a;
  /* ie8 */
}
.slider__caption h1{
	font-family: 'omnesrmed';
	font-size:1em;
  margin-top:0px;
  margin-bottom:18px;
  line-height:20px;
  color:#515254;
  /* ie8 */
}
.slider-nav {
	display:none;
}
 .slider__caption img{
	 display:none;
 }
 .line-spacing{
	 display:none;
 }
}
@media screen and (max-width:800px) and (min-width:579px){
	  .slider__switch {
    display: none;
  }

	 .slider__caption {
		 font-size:0.8em;
	font-family: 'omnesreg';
  position: absolute;
  top: 20px;
  left: 2%;
  display: block;
  max-width: 47%;
  padding: 10px;
  color: #69696a;
  /* ie8 */
}
.slider__caption h1{
	font-family: 'omnesrmed';
	font-size:1.5em;
  margin-top:0px;
  margin-bottom:10px;
  line-height:30px;
  color:#515254;
  /* ie8 */
}
.slider__caption img{
	 display:none;
 }
}
@media screen and (max-width:1300px) and (min-width:799px){
		 .slider__caption {
	font-family: 'omnesreg';
  position: absolute;
  top: 60px;
  left: 2%;
  display: block;
  max-width: 100%;
  padding: 10px;
  color: #69696a;
  /* ie8 */
}
.slider__caption h1{
	font-family: 'omnesrmed';
	font-size:1.8em;
  margin-top:0px;
  margin-bottom:10px;
  line-height:30px;
  color:#515254;
  /* ie8 */
}
}