h1 {
  font-size:     72px;
  line-height:   1.5;
  color: #2c3e50;
  font-weight:   100;
}

#container {
  width:  980px;
  margin: 0 auto;
}

section {
  height: 300px;
  margin: 60px 0;
}

.section--purple {
  background-color: #9b59b6;
}

.section--blue {
  background-color: #3498db;
}

.section--green {
  background-color: #2ecc71;
}

#main {
  text-align: center;
}

#more {
  margin: 20px auto 48px;
}


/*add blog css*/


.Blog-list-img{height: 518px;}
.Blog-list-img img{height:100%; width: 100%; object-fit: cover;}

.Blog-list-right {
       padding-left: 57px;
}
.image_text__data {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.image_text__data__title {
  padding-bottom: 32px;
  position: relative;
  font-family: "Interstate Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;color: #000;
    margin-top: 137px;
        font-size: 16px;

}
.image_text__data__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  content: "";
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #F89C37 0%, #F20D36 100%);
}
.image_text__data__subtitle {
  font-family: "Interstate Condensed", sans-serif;
  text-transform: capitalize;
  margin: 25px 0 0 0;
  font-weight: 700;
  line-height: 1.16;color: #000;

}
.image_text__data__date {
  font-size: 20px;
  font-family: "Interstate Condensed", sans-serif;
  margin: 25px 0 0 0; color: #000;
  margin-top: 30px;
}

.new-button {
    display: inline-block;
    cursor: pointer;
    width: 185px;
    height: 55px;
    max-width: 100%;
    font-size: 16px;
    line-height: 55px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: uppercase;
    background: #000;
    color: #ffffff;
    border-radius: 0;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.ps-0 {
  margin-left: 0 !important;
}
.Blogbox{margin-bottom:70px;}
.Bolgdetails {
  padding: 240px 0;
}
.breadcrumb{padding: 0;  color: #DE1245;     font-size: 18px;  text-transform: uppercase;  letter-spacing: 0.1em;}
.breadcrumb a {
    color: #000 !important;     font-family: "Interstate Condensed", sans-serif;}

    .post__cont h1, .post__cont h2, .post__cont h3, .post__cont h4, .post__cont h5, .post__cont h6 {
    font-family: "Interstate Condensed", sans-serif;
    font-size: 36px !important;
    line-height: 43px;
    font-weight: 700;    text-transform: capitalize !important;
}
.post__cont__date {
    color: #DE1245;
    font-size: 19px;
    margin: 12.8px 0 0 0;
    text-transform: uppercase;
}
.news-tag, .single-news-detail .class-heading{    padding: 30px 0 0 0 !important; border-bottom: 1px solid transparent !important;}

.blogSlide{
  padding: 70px 0;
  overflow-x: hidden;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right {
    margin-right: -78px;
  margin-left: -78px;
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 9px;
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 306px;
	height: auto;
}
.slider__images__item__title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 22px; color: #000;
}
.slider__images__item__date {
    margin: 12px 0;
    color: #DE1245;
}
.article__description {
    font-size: 14px;
}
.article__description .read-more {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
}
.img-Rblog{height: 195px;}
.img-Rblog img{width: 100%; height: 100%; object-fit: cover;}
.leftArrow{    color: #DE1245;
    border-radius: 50%;
    border: 2px solid #000000;
    padding: 0;
    width: 56px;
    height: 56px;
    left: -25.6px;
    right: auto;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    background: #ffffff url(../img/slider-arrow-left.svg) center no-repeat;
}

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
        width: 50px;
        height: 50px;
        border: 2px solid #000;
        border-radius: 50%; background: #ffffff url(../img/slider-arrow-left.svg) center no-repeat;
    }
    .glyphicon-chevron-left:before{content: none;}
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
         width: 50px;
        height: 50px;
        border: 2px solid #000;
        border-radius: 50%;  background: #ffffff url(../img/slider_arrow_right.svg) center no-repeat;
    }
    .glyphicon-chevron-right:before{content: none;}

    .slider__images__title {
    font-family: "Interstate Condensed", sans-serif;
    font-size: 55px;
    text-align: center;
    width: 100%;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 49px; color: #000;
}
.slider__images__title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 44px;
    border-bottom: 3px solid #DE1245;
    content: "";
    padding-bottom: 56px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


    .section-standard {
        padding: 60px 0;
    }


    /* link hover image change */
        .lmay2 {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 0;
        height: 100%; margin-top:30%;

}
 .lmay2 .heropab{margin-top: 20px; display: inline-block;     line-height: 100px;}

 .FullText{background: to(#F20D36));
  background: linear-gradient(90deg, #F89C37 0%, #F20D36 100%); padding: 40px 0; color:#fff;
margin-bottom:60px;}




