.home-services-section .disc p {
  color: #FFF;
  font-size: 25px;
  line-height: 34px;
}

@media (max-width: 1000px) {
  .home-services-section .disc p {
    font-size: 18px;
    line-height: 26px;
  }
}

.home-services-section h4 {
  font-size: 34px;
  color: #16B6B6;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1000px) {
  .home-services-section h4 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 33px;
  }
}

.hm-shaik-section { 
  background: url(../images/hm-shaik-sec-bg.svg) no-repeat right 45% top 185px;
}
 
.hm-shaik-section .author .title {
  font-size: 18px;
  font-weight: 400;
  color: #0E5383;
  display: block;
}

.hm-shaik-section .author .designation {
  font-size: 14px;
  font-weight: 300;
  color: #0E5383;
}

.pin-spacer:first-child .card-contents {
  background: #4d758f;
}

.pin-spacer:nth-child(2) .card-contents {
  background: #53575a;
}

.pin-spacer:nth-child(3) .card-wrapper .card-contents {
  background: #113949;
}

@media (max-width: 1000px) {
  .pin-spacer:nth-child(3) .card-wrapper {
    padding-bottom: 80px !important;
  }
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

@media (max-width: 1000px) {
  .card-wrapper {
    height: auto;
  }
}

.card-contents {
  position: relative;
  width: 100%;
  border-radius: 18px;
}

.card-contents h3 {
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .card-contents h3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 1000px) {
  .card-contents h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.card-contents p {
  color: #FFF;
}

@media (min-width: 1200px) {
  .card-contents p {
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .card-contents .card-cont-left {
    padding-right: 55px;
  }
}

@media (max-width: 1000px) {
  .card-contents .card-cont-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.card-contents .card-cont-left img {
  width: 100%;
}

@media (min-width: 1000px) {
  .card-contents .card-cont-left img {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }
}

@media (max-width: 1000px) {
  .card-contents .card-cont-left img {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}

@media (min-width: 1200px) {
  .card-contents .card-cont-right {
    padding-right: 150px;
  }
}

@media (max-width: 1000px) {
  .card-contents .card-cont-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 83px 30px;
  }
}

.hm-shaik-section {
  padding-top: 260px;
}

@media (max-width: 1000px) {
  .hm-shaik-section {
    padding-top: 110px;
  }
}
@media (max-width: 600px) {
  .hm-shaik-section {
    padding-top: 250px;
  }
	.card-contents p
	{
		text-align: left;
	}
}

@media (min-width: 1200px) {
  .hm-shaik-section .hm-shaik-left img {
    width: 706px;
    max-width: initial;
  }
}

@media (min-width: 1200px) {
  .hm-shaik-section .hm-shaik-right {
    padding: 0;
  }
}

.hm-shaik-section .hm-shaik-right h2 {
  color: #FFF;
	text-transform: capitalize;
	font-size: 33px !important;
}

@media (min-width: 1200px) {
  .hm-shaik-section .hm-shaik-right h2 {
    margin-top: 20px;
    margin-bottom: 60px;
	  text-transform: capitalize;
	  font-size: 35px !important;
  }
}

@media (min-width: 1000px) {
  .hm-shaik-section .hm-shaik-right .disc {
    background: url(../images/quote-icon.svg) no-repeat left 10px top 25px;
  }
}

@media (min-width: 1200px) {
  .hm-shaik-section .hm-shaik-right .disc {
    padding-left: 114px;
    padding-right: 44px;
  }
}

.hm-shaik-section .hm-shaik-right p {
  color: #FFF;
  font-size: 23px;
  line-height: 34px;
}

@media (max-width: 1000px) {
  .hm-shaik-section .hm-shaik-right p {
    font-size: 18px;
    line-height: 26px;
  }
}

.partner-logo a img
{
	padding: 10px; 
	/* Apply grayscale filter for modern browsers */
filter: grayscale(100%) !important;

/* Vendor prefixes for older browsers */
-webkit-filter: grayscale(100%) !important; /* Safari, Chrome */
-moz-filter: grayscale(100%) !important;    /* Firefox */
-ms-filter: grayscale(100%) !important;     /* Internet Explorer */
-o-filter: grayscale(100%) !important;      /* Old Opera */

/* For IE 6-9 using proprietary DXImageTransform */
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) !important;

}

/*# sourceMappingURL=style-home.css.map */

body.page-id-1209 .news-cont-read-col img {
    height: 300px !important;
    object-fit: cover !important;
	width:100%;
}