 
    .HomePageFullWidthArea {
    display: none;
    }
    .carousel-control span {
    width: 50px !important;
    height: 50px !important;
    }
    .carousel-inner > .item .carousel-link {
    display: initial;
    }
    .carousel-caption {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }
    .carousel-inner .item:after {
       background: linear-gradient(#5656567d, #00000099);

    display: block;
    content: '';
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    }
    .carousel-caption h1, .carousel-caption p {
    max-width: 500px;
    }
    .carousel-caption {
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    max-width: 1300px;
    text-align: left;
    width: 100%;
    text-shadow: none;
    height: 100%;
    }
    .carousel-caption p span {
    display: inline;
    box-shadow: 6px 0px 0 white, -6px 0px 0 white; -webkit-box-shadow: 6px 0px 0 white, -6px 0px 0 white;
    background: white;
    color: #333333;
    line-height: 1.9;
    font-size: 20px;
    padding: 4px 0px;
    }
    .carousel-caption h1 {
    line-height: 1;font-size: 64px;text-shadow: -2px 2px 5px #00000045;
}





    }
    .Custom-Carousel   .carousel-caption span.date {
    font-size: 14px;
    }
    /*** Display Flex ***/
    .carousel-caption div {
     display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */ width: 100%;
    }
    .carousel-caption div div:nth-child(2) {
    margin: auto;
    }
    .carousel-caption div .col-sm-6 {
    display: block;
    margin: auto;
    }
    /*** MOBILE ***/
    @media (max-width: 500px) {
    .carousel-caption div .col-sm-6 {
    /* margin: inherit; */
    }
    .carousel-caption div div:nth-child(2) {
    margin: inherit;
    }
    .carousel-control {
    top: auto;
    margin: 25px 0;
    }
    ol.carousel-indicators {
    bottom: 0;
    }
    .carousel-caption div {
    /* display: block; */
    }
    }
    @media (max-width: 1400px) {
    .carousel-control {
    top: auto;
    margin: 25px 0;
    }  ol.carousel-indicators {
    bottom: 0;
    }
    }
    @media (max-width: 1024px) {
    .carousel-inner.bg-img > .item {
    height: auto;
    }
    .carousel-control {
    top: auto;
    margin: 25px 0;
    }
    }
    @media (max-width: 500px) {
  
    .carousel-caption div:nth-child(2) {
    position: absolute;
    bottom: 0;
    margin-bottom: 60px !important;
    }
    } 

   @media (max-width: 767px) {
    .carousel-inner.bg-img > .item {
    height: calc(80vh - 135px) !important;
    }
    
.carousel-caption div div:nth-child(2) {
    display: none;
}
    
    .carousel-caption .col-sm-6 img.fade-in {
    display:none;
    }

 .carousel-caption h1 {
    
    font-size: 55px;
}
.carousel-caption p span {
font-size: 16px;
}
.carousel-indicators li{
  border-radius: 0;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #696969;
  background-color: #525252;
}
.carousel-indicators .active {
   border: 1px solid #a2a2a2;
    background-color: #989898;
}
    
    }





.carousel-caption span.date {
    font-size: 15px !important;
}

    
 
    .HomePageFullWidthArea {
    display: none;
    }
    .carousel-control span {
    width: 50px !important;
    height: 50px !important;
    }
    .carousel-inner > .item .carousel-link {
    display: initial;
    }
    .carousel-caption {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }
    .carousel-inner .item:after {
       background: linear-gradient(#5656567d, #00000099);

    display: block;
    content: '';
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    }
    .carousel-caption h1, .carousel-caption p {
    max-width: 500px;
    }
    .carousel-caption {
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    max-width: 1300px;
    text-align: left;
    width: 100%;
    text-shadow: none;
    height: 100%;
    }
    .carousel-caption p span {
    display: inline;
    box-shadow: 6px 0px 0 white, -6px 0px 0 white;
    -webkit-box-shadow: 6px 0px 0 white, -6px 0px 0 white;
    background: white;
    color: #333333;
    line-height: 1.9;
    font-size: 20px;
    padding: 4px 0px;
    }
    .carousel-caption h1 {
    line-height: 1;font-size: 64px;text-shadow: -2px 2px 5px #00000045;
}





    }
    .Custom-Carousel   .carousel-caption span.date {
    font-size: 14px;
    }
    /*** Display Flex ***/
    .carousel-caption div {
     display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */ width: 100%;
    }
    .carousel-caption div div:nth-child(2) {
    margin: auto;
    }
    .carousel-caption div .col-sm-6 {
    display: block;
    margin: auto;
    bottom: -38px;
    }
    /*** MOBILE ***/
    @media (max-width: 500px) {
    .carousel-caption div .col-sm-6 {
    /* margin: inherit; */
    }
    .carousel-caption div div:nth-child(2) {
    margin: inherit;
    }
    .carousel-control {
    top: auto;
    margin: 25px 0;
    }
    ol.carousel-indicators {
    bottom: 0;
    }
    .carousel-caption div {
    /* display: block; */
    }
    }
    @media (max-width: 1400px) {
    .carousel-control {
    top: auto;
    margin: 25px 0;
    }  ol.carousel-indicators {
    bottom: 0;
    }
    }
    @media (max-width: 1024px) {
    .carousel-inner.bg-img > .item {
    height: auto;
    }
    .carousel-control {
    top: auto;
    margin: 25px 0;
    }
    }
    @media (max-width: 500px) {
  
    .carousel-caption div:nth-child(2) {
    position: absolute;
    bottom: 0;
    margin-bottom: 60px !important;
    }
    } 


@media (max-width: 320px) {
    .carousel-inner.bg-img > .item {
    height: calc(100vh - 80px) !important;
    }


    .carousel-caption p span {
font-size:15px
    }
    }

   @media (max-width: 767px) {
    
.carousel-caption div div:nth-child(2) {
    display: none;
}
    
    .carousel-caption .col-sm-6 img.fade-in {
    display:none;
    }

 .carousel-caption h1 {
    
    font-size: 55px;
}
.carousel-caption p span {
font-size: 16px;
}
    
   }
    @media (min-width: 767px) {




.carousel-caption span.date {
    font-size: 15px !important;
}

    .carousel-indicators li:after {
      
        display: table;
        font-size: 15px;
        color:white;
}

.carousel-indicators li {
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 2px 7px;
    text-indent: unset;
    border: none;
    border-radius: 0;
    cursor: pointer;
    
    background-color: #363636;
    padding: 1px 9px;
}

.carousel-indicators .active {
    margin: 2px 7px;
    width: auto;
    height: auto;
    background-color: #616161;
}


ol.carousel-indicators {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
    bottom: 8px;
}

ol.carousel-indicators:hover {
    opacity: 1;
    transition: 0.3s ease-in-out;
}
} 


