html{
  min-height: 100%;
}

 /*---------------- Breadcrumbs------------------------*/
.breadcrumbs-v4 {
    width: 100%;
    padding: 25px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../img/breadcrumbs-img.jpg);
    background-size: cover;
}
/*---------------- Breadcrumbs------------------------*/

/*---------------- Caption for Owl Carousel------------------------*/
.owl-caption{
	position: absolute;
  right: 10%;
	left: 10%;
	top:65%;
	bottom: 20px;
	z-index: 10;
	padding: 20px 20px 20px 20px;
	color: #fff;
	text-align: right;
  background-color: rgb(171 45 45 / 61%);
}
.header-caption{
	font-size: 30px;
	font-weight: 700;
}
.text-caption{
	font-size: 20px;
}
/*---------------- Caption for Owl Carousel------------------------*/

/*---------------- Full Slider------------------------*/
.full-image {
	height: 400px;
  width: 100%;
  background-size: cover;
}

 @media (min-width: 451px) and (max-width: 740px) { 
  .full-image {
    height: 400px;
  }
}
@media (min-width: 800px) and (max-width: 850px) { 
  .full-image {
    height: 400px;
  }
}
/*---------------- Full Slider------------------------*/

/*---------------- Back to top button------------------------*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
/*---------------- Back to top button------------------------*/

@media screen and (min-width: 480px) {
  .mobile-space{margin-top: 0px;}
}

@media screen and (min-width: 720px) {
  .mobile-space{margin-top: 0px;}
}

@media screen and (min-width: 1024px) {
  .mobile-space{margin-top: 3rem;}
}

.purple1{
  background-color: #7048ba !important;
}

.full-image200 {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

.full-image80 {
  height: 80px;
  width: 100%;
  object-fit: cover;
}

.badge-lg{
  font-size: 1rem;
}

.mask.rgba-gradient {
  background-color: #e9f2fe;
 }

.mask.rgba-gradient-1 {
background: linear-gradient(
  45deg,rgba(42,27,161,.7),rgba(255,48,48,.7));
}

.bg99{
  color: #434343 !important;
  background-color: #007bff;   
}

.big-text {
    font-size: 200px;
    font-weight: 900;
    font-family: sans-serif;    
  }


.mask.rgba-gradient {
    background: linear-gradient( 
45deg,rgb(77 88 171 / 70%),rgb(69 101 255 / 80%));
}



.image300 {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

 @media (min-width: 451px) and (max-width: 740px) { 
  .image300 {
    height: 300px;
  }
  .streak-long-3{
    height: 300px;
  }
}
@media (min-width: 800px) and (max-width: 850px) { 
  .image300 {
    height: 300px;
  }
  .streak-long-3{
    height: 300px;
  }
}


.streak-long-3{
  height: 550px;
}



.today-datas{
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px;
}

.today-datas li{
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 20px 15px;
  background-color: #f8f8f8;  
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  text-align: center;
  border-radius: 5px;
}

.today-datas li .spark{
  margin-right: 10px;
}

.today-datas li .datas-text{
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
}

.today-datas li .datas-text span{
  display: block;
  font-size: 28px;
  margin-bottom: 0px;
}

.today-datas li i{
  font-size: 65px;
  margin-right: 10px;
}

.today-datas li .dial{
  margin-right: 10px !important;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f8f9fa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/