.wr-1000-form-small-heading{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.wr-1000-form-h2{
	font-size: 24px;
}
.wr-1000-form form{
	margin: 0px;
	padding: 0px;
}

.wr-1000-form .form-group label{
	font-weight: 600;
}

.wr-1000-form .form-group label span{
	color: red;
}

.wr-1000-form .form-group .form-control{
	height: 42px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.video-modal-section, .video-modal-image_boxes-bg{
	position: relative;
}
.video-modal-image_boxes-bg:before{
	content: "";
  position: absolute;
  top: -10%;
  right: 0;
  bottom: -10%;
  left: -2.5%;
  border-radius: 10px;
  background-color: #078586;
  z-index: 0;
  width: 60%;
  height: 120%;
}
.video-modal-section img{
	border-radius: 10px;
}

.wr-1000-home-news-section{
	border: 1px solid #d2d2d2;
  padding: 20px;
  height: 100%;
}
.wr-1000-home-news-section h3{
	margin-bottom: 15px;
	font-size: 24px;
}

.wr-1000-home-news-section.no-border{
	border:0px;
	padding:0px;
}
.wr-1000-home-news-section .wr-1000-hn-main{
	margin-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}
.wr-1000-home-news-section .wr-1000-hn-main p{
	padding-bottom: 5px;
}
.wr-1000-home-news-section .wr-1000-hn-main:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.wr-1000-home-news-section .wr-1000-hn-main h4, .wr-1000-home-news-section .wr-1000-hn-main h4 a{
	margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
  color: var(--primary-color-two);
}
.wr-1000-home-news-section .wr-1000-hn-main h4 a:hover{
	color: var(--primary-color-one);
}

.wr-1000-home-news-section.small-headings h4, .wr-1000-home-news-section.small-headings h4 a{
	font-size: 14px;
	font-weight: 600;
}