.home-section-1 .homepage-blob1 canvas{
    opacity: 0;
    transform: scale(0.8);
    transform-origin: center;
    transition: ease opacity 4s , ease transform 5s;
}

.show-blob .homepage-blob1 canvas{
    transform: scale(1);
    opacity: 0.7;
    transition: ease opacity 4s , ease transform 5s;
}

.investor-media-blob1 {
  right: -580px;
  top: -110px;
}
.asection-link{
  text-transform: lowercase;
  font-family: "OpenSans-semibold";
  font-size: 16px;
  line-height: 1.64;
  letter-spacing: normal;
}

.media-section-1 .line-anim {
  height: 105px;
  margin: 10px 25px 10px;
}
.section-image-wrapper{
  margin-bottom: 40px;
}
.media1-cont-wrapper h3 {
  margin: 68px 40px 10px 0;
}

/* .media-section-1 p:last-child{
    margin-bottom: 0;
} */

.media-section-1 .right-content {
  max-width: 422px;
}

.related-queries .col-count {
  column-gap: 35px;
}

.article-excerpt {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 1.88;
  /* max-width: 422px; */
		
}
.media-section-1 .related-queries,
.media-section-1 .related-queries p {
  font-family: "OpenSans-Light";
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: normal;
}

/* .media-section-1 .related-queries a {
  font-family: "OpenSans-Bold" !important;
  text-transform: lowercase;
} */
@media (min-width: 992px) {

  .home-section-1 .homepage-blob1{
      min-height: 700px;
      max-height: 700px;
      height: 100%;
      /* width: 100%; */
  }
  .home-section-1 .homepage-blob1{
	  
    right: -590px;
    top: -380px;
}
.sm-link__label{
  margin-top: 20px;
}
	 .media-section-1 .related-queries {
	  padding:0 15px;
		 max-width:853px;
  }
	
}
@media (min-width: 992px) and (max-width: 1366px) {
  .media1-cont-wrapper h3 {
    margin: 45px 40px 10px 0;
    max-width: 540px;
  }
  
  .media-section-1 .related-queries,
  .media-section-1 .related-queries p{
    font-size: 19px;
    line-height: 32px;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .investor-media-blob1 {
    right: -520px;
  }
}

@media (max-width: 991px) {
  .media-section-1 {
    margin: 100px 0 80px;
  }
  .asection-link{
    text-decoration: underline !important;
  letter-spacing: normal;

  }
  .home-section-1 .homepage-blob1{
            min-height: 630px;
        max-height: 840px;
  }
  .home-section-1 .homepage-blob1{
         top: -180px;
        right: -370px;
        transform: scale(0.65);
        min-width: 700px;
              min-height: 700px;
      max-height: 700px;
}
  .sm-link__label{
    margin: 18px 0;
  }
  .para-content,
 .section-body-content{
  padding: 0 20px;
 }
 .section-image-wrapper {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
  overflow: scroll;
  margin-bottom: 0px;
	 padding-left:20px;
	 padding-right:20px;
}
.section-image-wrapper img:last-child {
  min-width:635px;
	display:inline-block !important;
  
}
  .media1-cont-wrapper h3 {
    margin: 50px 0px 5px 0 !important;
  }

  .media-section-1 .right-content {
    margin-top: 20px;
  }

  .media-section-1 .line-anim {
    height: 80px;
    margin: 10px 25px 10px;
  }

  .media-section-1 .related-queries {
    display: block;
    font-size: 19px;
    line-height: 1.68;
    margin-top: 30px;
	  padding:0 ;
  }

  .media-section-1 .related-queries p {
    font-size: 19px;
    line-height: 1.68;
  }

  .investor-media-blob1 {
    right: -350px;
    top: -200px;
    transform: scale(0.65);
    width: 700px !important;
    height: 700px !important;
  }

  .investor-media-blob1.show-blob .inner-blob {
    opacity: 0.7;
  }
	.article-excerpt {
	  padding:0;
	}

  .pipline-image {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    overflow: scroll;
	  padding-left:15px;
	  padding-right:20px;
  }
  .pipline-image img {
    min-width: 720px;
  	  padding-left:20px;
	  padding-right:20px;
  }
	.para-content{
		width: 100%;
    margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  .investor-media-blob1 {
    right: -330px;
    top: -190px;
    transform: scale(0.8);
  }


}
