/*********************
  carousel Start Here
**********************/
/* line 5, ../../sass/components/_home.scss */
body {
	font-family: "Invention-Light","DIN W01 Regular","Arial Narrow", Arial, sans-serif;
}

#home_wrapper {
  height: auto;
  background-color: #37424a;
  position: relative;
  /* carousel image trasition */
}
/* line 11, ../../sass/components/_home.scss */
#home_wrapper #home_slider {
  /*height: 83vh !important;*/
  height: calc(100vh - 118px) !important;
}
/* line 16, ../../sass/components/_home.scss */
#home_wrapper #home_slider .purple_bg_color {
  background: #662046 !important;
  height: 100%;
}
/* line 20, ../../sass/components/_home.scss */
#home_wrapper #home_slider .teal_bg_color {
  background: #00877c !important;
  height: 100%;
}
/* line 30, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .col {
  padding: 0;
}
/* line 33, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text {
  width: 100%;
  bottom: 0;
  top: auto;
  position: relative;
  left: 0;
  padding-bottom: 30px;
  padding-left:3%;
  right: 0;
  top: 0%;
  text-align: left;
  text-shadow: none;
  z-index: 1;
}
/* line 53, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text .font_small {
  font-size: 15px;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.42857143;
}
/* line 60, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text .font_medium {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  line-height: normal;
}
/* line 67, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text .font_large {
  font-size: 25px;
  color: #ffffff;
  font-weight: normal;
  line-height: normal;
}
/* line 75, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text .txtpos {
  margin: 0;
  padding-top: 10px;
}

/* line 84, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text .disBlock {
  display: block;
}
/* line 90, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text p .learn_more {
  color: #ffffff;
  display: flex;
  cursor: pointer;
}
/* line 92, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text p .learn_more .arrow_img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
/* line 99, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text p a:hover {
  text-decoration: underline;
}
/* line 105, ../../sass/components/_home.scss */
#home_wrapper #home_slider .indicators {
  display: block;
}
/* line 117, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item.active img {
  transition: transform 8000ms linear 0s;
  /*This should be based on your carousel setting. For bs, it should be 5second*/
  /*transform: scale(1.05, 1.05);*/
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}

.carousel_overlay
{
	display:none;
	width:50%;
	background-color:#000;
	opacity: 0.6;
	margin:auto;
	margin-left:0px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.carousel-item .carousel_image img{
	width: 100%;
}

#home_wrapper #home_slider .indicators .indicator-item {
	height: 20px;
	width: 20px;
	background-color: #41999d;
	margin: 22px 14px !important;
}

/********************************************
  Media only for mobile landscape Start Here
*********************************************/
@media only screen and (min-width: 320px) and (max-width: 767px) and (max-width: 768px) and (min-aspect-ratio: 13 / 9) and (min-width: 320px) and (orientation: landscape) {
  /* line 143, ../../sass/components/_home.scss */
  #home_wrapper {
    height: auto;
  }
  /* line 147, ../../sass/components/_home.scss */
  #home_wrapper #home_slider {
    height: 930px !important;
  }

  /* line 161, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_small {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.42857143;
  }
  /* line 168, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_medium {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
  }
  /* line 175, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_large {
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
  }
  /* line 183, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .txtpos {
    margin: 0;
    padding-top: 10px;
  }
  
  #home_wrapper #home_slider .indicators .indicator-item {
	height: 20px;
	width: 20px;
	background-color: #41999d;
	margin: 15px 8px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait )
{
	#home_wrapper #home_slider {
		height: 700px !important;
	}
	
	#home_wrapper #home_slider .indicators .indicator-item {
	height: 20px;
	width: 20px;
	background-color: #41999d;
	margin: 8px 12px !important;
  }
}
/********************************************
  Media only for Ipad Portrait Start Here
*********************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 208, ../../sass/components/_home.scss */
  #home_wrapper {
    height: 1100px;
  }
  /* line 212, ../../sass/components/_home.scss */
  #home_wrapper #home_slider {
    height: 1100px !important;
  }
  /* line 226, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_small {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.42857143;
    font-family: "DIN W01 Light";
  }
  /* line 233, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_medium {
    font-size: 25px;
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
    font-family: "DIN W01 Light";
  }
  /* line 240, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_large {
    font-size: 35px;
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
    font-family: "DIN W01 Light";
  }


  /* line 250, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .teal_color {
    color: #00877c;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 263, ../../sass/components/_home.scss */  
  #home_wrapper #home_slider .carousel-item .carousel_text {
	  top:0px;
  }
  
}
/********************************************************
  Media only for Ipad landscape  and desktop Start Here
*********************************************************/
@media only screen and (min-width: 992px) {
  /* line 274, ../../sass/components/_home.scss */
  #home_wrapper {
    background-color: #37424a;
  }
  /* line 278, ../../sass/components/_home.scss */
  #home_wrapper #home_slider {
    /*height: 83vh !important;*/
  }
  /* line 284, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text {
    left: 0;
    top: 10%;
    text-align: left;
    z-index: 1;
    position: absolute;
    padding-top: 10px;
    color: white;
  }
  /* line 303, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_small {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
  }
  /* line 309, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_medium {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
  }
  /* line 315, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_large {
    font-size: 35px;
    font-weight: normal;
    line-height: normal;
  }
  /* line 324, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .txt_left25 {
    left: 25% !important;
  }
  /* line 328, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .txt_left55 {
    left: 55% !important;
  }
  /* line 334, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .indicators {
    display: block;
    z-index: 0;
    position: relative;
    /* top: 30px; */
  }
  
  /* line 348, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .indicators .active {
    background-color: white;
  }
  
  .carousel_overlay {
	  display:block;
  }
}

@media only screen and (min-width: 1400px) and (min-height: 600px) {
  #home_wrapper #home_slider .carousel-item .carousel_text .font_small {
    font-size: 15px;
  }
  /* line 309, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_medium {
    font-size: 25px;
  }
  /* line 315, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_large {
    font-size: 45px;
  }
  #home_wrapper #home_slider .carousel-item .carousel_text {
	  top: 20%;
  }
}
/*********************
  carousel End Here
**********************/
