/*********************
  carousel Start Here
**********************/
/* line 5, ../../sass/components/_home.scss */
#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 - 108px) !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 24, ../../sass/components/_home.scss */
#home_wrapper #home_slider .white_text {
  color: white;
}
/* 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;
  right: 0;
  top: 0%;
  text-align: left;
  text-shadow: none;
  z-index: 1;
  padding-left: 3%;
}
/* line 47, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text .color_teal {
  color: #00877c;
}
/* line 50, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text .color_gray {
  color: #37424a;
}
/* 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;
  font-family: "DIN W01 Light";
}
/* 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;
  font-family: "DIN W01 Light";
}
/* 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;
  font-family: "DIN W01 Light";
}
/* line 75, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text .txtpos {
  margin: 0;
  padding-top: 10px;
}
/* line 79, ../../sass/components/_home.scss */
#home_wrapper #home_slider .carousel-item .carousel_text .txtpos_1 {
  padding-top: 10px;
  margin: 0;
}
/* 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 {
  display: flex;
}
/* 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: none;
}
/* line 110, ../../sass/components/_home.scss */
#home_wrapper #home_slider .teal_color {
  color: #00877c;
}
/* 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;
}

/********************************************
  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: 700px;
  }
  /* line 147, ../../sass/components/_home.scss */
  #home_wrapper #home_slider {
    height: 700px !important;
  }
  /* line 155, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .color_teal {
    color: #00877c;
  }
  /* line 158, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .color_gray {
    color: #37424a;
  }
  /* line 161, ../../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 168, ../../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 175, ../../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 183, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .txtpos {
    margin: 0;
    padding-top: 10px;
  }
  /* line 187, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .txtpos_1 {
    padding-top: 10px;
    margin: 0;
  }
  /* line 194, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .teal_color {
    color: #00877c;
  }
}
/********************************************
  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: 798px;
  }
  /* line 212, ../../sass/components/_home.scss */
  #home_wrapper #home_slider {
    height: 798px !important;
  }
  /* line 220, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .color_teal {
    color: #00877c;
  }
  /* line 223, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .color_gray {
    color: #37424a;
  }
  /* 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 */
  .indicators {
    display: none !important;
  }
}
/********************************************************
  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 {
    padding-left: 10%;
    left: 0;
    top: 20%;
    text-align: left;
    z-index: 1;
    position: absolute;
    padding-top: 20px;
    color: white;
  }
  /* line 296, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .txt_color_teal {
    color: #00877c;
  }
  /* line 299, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .txt_color_gray {
    color: #37424a;
  }
  /* 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;
    font-family: "DIN W01 Light";
  }
  /* line 309, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_medium {
    font-size: 25px;
    font-weight: normal;
    line-height: normal;
    font-family: "DIN W01 Light";
  }
  /* line 315, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .carousel-item .carousel_text .font_large {
    font-size: 45px;
    font-weight: normal;
    line-height: normal;
    font-family: "DIN W01 Light";
  }
  /* 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 340, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .indicators .indicator-item {
    height: 15px;
    width: 15px;
    background-color: #41999d;
    margin: 22px 3px !important;
  }
  /* line 348, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .indicators .active {
    background-color: white;
  }
  /* line 354, ../../sass/components/_home.scss */
  #home_wrapper #home_slider .teal_color {
    color: #00877c;
  }
}
/*********************
  carousel End Here
**********************/
