[data-component="c65-stories"] {
    background-color: transparent;
}
[data-component="m39-stories-filter"] {
    background-color: transparent;
	padding: 0;
}
.receevsese1 {
    display: inline-block;
    margin-bottom: 4%;
    position: relative;
}
#oilgas{
		display: none;
   }
   #manufacturing{
		display: none;
   }
   #automotive{
		display: none;
   }
   #realestate{
		display: none;
   }
   #foodbev{
		display: none;
   }
   #pubtra{
		display: none;
   }
   #institutions{
		display: none;
   }
   #technologyhub{
		display: none;
   }

  ul#tabs .active {
    background: #006400;
    color: white;
}
div#myCarousel1 .item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000000b0, #00000038);
    opacity: .6;
}
.receevsese {
    text-align: center;
}
.receventh1 {
        position: relative;
    top: 0;
    width: 90%;
    margin: 0 auto 2%;
    text-align: center;
    background: #86c77d;
    border-radius: 15px;
    padding: 15px 17px;
}
/*section.receproset:last-child {
      border-bottom: 0px;
}*/
.receventh1 h2 {
       font-weight: 500;
    font-size: 25px;
}
#reevetag {
  margin-bottom: 18px;
  font-size: 25px;
  margin-left: 6%;
  margin-top: 15px;
}
#atntpc {
  background: #c4f0d0;
    display: inline-block;
    padding: 7px 29px;
    width: 16%;
    text-align: right;
    position: relative;
    left: 3px;
	    color: black !important;
    font-size: 18px;
}
h3#reevetag {
  font-size: 32px;
  margin-top: -3%;
  font-weight: 600;
}
.recentevent {
  position: absolute;
  top: 42%;
      color: white;
  width: 100%;
}
.dateproject {
  font-size: 16px !important;
}
[data-component="c65-stories"] {
        padding: 30px 0 0px;
    }
	.receevsese p {
    margin-bottom: 20px;
    line-height: 25px;
}
.receevsese h2 {
        font-weight: 600;
        color: #0a733a;
    margin-bottom: 20px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 45%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
      background: #50aa56;
  border-radius: 10px;
}
.carousel-indicators .active {
      height: 12px;
    margin: 0;
    background: #ffffff;
    width: 31px;
    border-radius: 8px;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

div#myCarousel {
    margin-left: 10%;
}


.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 0px solid #fff;
    border-left: 2px solid #fff;
}
.arrow-right,
.long-arrow-right{
 transform: rotate(-225deg);
}

.arrow-left,
.long-arrow-left{
 transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #fff;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}
.long-arrow-left {
    position: absolute;
    left: 2%;
    top: 50%;
    border-top: 2px solid #fff;
    border-left: 0px solid #fff;
    transform: rotate(-45deg);
}
.long-arrow-right {
    position: absolute;
    right: 2%;
    top: 50%;
}


ul#tabs {
  list-style-type: none;
  padding: 0;
      margin-top: 80px;
}
/*
section.receproset:last-child {
  border-bottom: 0px;
}*/
@media screen and (max-width: 999px) {
  #agriculture .receproset {
    display: none !important;
  }
}

ul#tabs li {
    display: table;
    padding: 14px 29px 14px 20px;
    color: #0a733a;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 24px;
}
ul#tabs li.active a {
    color: white;
}

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content-tab div.active {
  display: block;
}

#content-tab>div {
    text-align: center;
    margin: 0 auto;
    padding: 15px 10px;
    color: #000000;
    position: relative;
}
section.receproset {
    border-bottom: 1px solid;
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
section.receproset .col-md-6 {
    width: 50%;
    display: table-cell !important;
    vertical-align: middle;
    float: none;
}
section.receproset div {
    text-align: left;
}
section.receproset h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #0a733a;
}
section.receproset p {
    font-size: 17px;
    line-height: 23px;
}
p.daterece {
    margin-top: 31px;
    font-size: 17px !important;
    line-height: normal !important;
}
p.recneveremo {
    margin-top: 42px;
    line-height: normal !important;
}
section.receproset img {
    width: 88%;
        height: auto;
    object-fit: unset;
    border-radius: 20px;
}
.receevsese1 .col-md-4 {
    width: 25%;
    float: left;
}
.receevsese1 .col-md-8 {
    width: 75%;
    float: left;
}

.recall h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
}
.recall {
    background: #c4f0d0;
    width: 65%;
    padding: 15px 18px;
    border-radius: 17px;
	    margin-top: 12%;
}
p.contactbtn {
    border: 1px solid;
    text-align: center;
    display: inline-block;
    margin-top: 18px;
    padding: 6px 26px;
    border-radius: 9px;
}
span.procomp {
    color: #0a733a;
}
p.projstatus {
    margin-top: 18px;
}
.mobtabpro{
	display: none;
}
@media (min-width: 1680px) and (max-width: 1919px)  {
	.recall {
    width: 70%;
}
#atntpc {
    width: 19%;
}
}
@media (min-width: 1600px) and (max-width: 1679px)  {
	.recall {
    width: 70%;
}
#reevetag {
    margin-left: 8%;
}
#atntpc {
    width: 20%;
}
}
@media (min-width: 1530px) and (max-width: 1599px)  {
		.recall {
    width: 70%;
}
#reevetag {
    margin-left: 8%;
}
#atntpc {
    width: 20%;
}
[data-component="c65-stories"] {
    padding: 30px 0 0px;
}
}
@media (min-width: 1440px) and (max-width: 1529px)  {
	[data-component="c65-stories"] {
    padding: 40px 0 0px;
}
#reevetag {
    margin-left: 8%;
}
#atntpc {
    width: 21%;
}
}
@media (min-width: 1366px) and (max-width: 1439px)  {
	[data-component="c65-stories"] {
    padding: 40px 0 0px;
}
#reevetag {
    margin-left: 8%;
}
#atntpc {
    width: 22%;
}
}
@media (min-width: 1359px) and (max-width: 1365px)  {
	ul#tabs li {
		margin-bottom: 0;
        font-size: 14px;
    }
	[data-component="c65-stories"] {
    padding: 40px 0 0px;
}
.receventh1 {
    width: 40%;
}
.receevsese {
    text-align: left;
}
.mobtabpro{
	display: inline-block;
}
.deskpro{
	display: none;
}
section.receproset {
    padding-bottom: 60px;
    padding-top: 60px;
}
.receevsese h2 {
    font-weight: 500;
    margin-bottom: 20px;
}
ul#tabs {
    margin-top: 40px;
}
.receevsese p {
    font-size: 14px;
}
#reevetag {
    margin-left: 10%;
}
#atntpc {
    width: 29%;
}
.receevsese1 .col-md-4{
	width: 100%;
}
section.receproset h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 28px;
}
    .recall {
        margin-top: 7%;
        margin-bottom: 8%;
    }
.receevsese1 .col-md-8 {
    width: 100%;
    float: left;
}
section.receproset img {
    height: auto;
}
}
@media (min-width: 1024px) and (max-width: 1365px)  {
	[data-component="c65-stories"] {
    padding: 40px 0 0px;
}
.receventh1 {
    width: 40%;
}
.receevsese {
    text-align: left;
}
.mobtabpro{
	display: inline-block;
}
.deskpro{
	display: none;
}
section.receproset {
    padding-bottom: 60px;
    padding-top: 60px;
}
.receevsese h2 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
}
ul#tabs li {
    display: inline-block;
    margin-right: 12px;
}
ul#tabs {
    margin-top: 40px;
}
#reevetag {
    margin-left: 10%;
}
#atntpc {
    width: 29%;
}
.receevsese1 .col-md-4{
	width: 100%;
}
section.receproset h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 28px;
}
    .recall {
        margin-top: 0;
        margin-bottom: 8%;
    }
.receevsese1 .col-md-8 {
    width: 100%;
    float: left;
}
section.receproset img {
    height: auto;
}
}
@media (min-width: 240px) and (max-width: 599px)  {
	.recentevent {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 8%;
	padding-bottom: 10%;
	color: black;
}
.mobtabpro{
	display: inline-block;
}
.deskpro{
	display: none;
}
.receventh1 h2 {
    font-size: 21px;
}
.receventh1 {
    width: 80%;
    margin: 0px auto 8%;
    padding: 11px 17px;
}
h3#reevetag {
    font-size: 26px;
    margin-top: 0;
    font-weight: 500;
}
#reevetag {
        margin-bottom: 18px;
    font-size: 34px;
    margin-left: 8%;
    margin-top: 21px;
}
.carousel-indicators {
    bottom: 20px;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
#atntpc {
    width: 100%;
	    padding: 7px 22px;
    text-align: left;
    position: relative;
    left: 0;
}
.receevsese h2 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 24px;
}
.receevsese1 .col-md-4 h3 {
    font-size: 27px;
    text-align: center;
}
section.receproset h3 {
    font-weight: 500;
    font-size: 22px;
	margin-top: 24px;
}

.long-arrow-left {
    top: auto;
}
.long-arrow-right {
    top: auto;
}
[data-component="c65-stories"]{
	padding: 28px 0 0px;
}
.receevsese {
    margin-top: 5%;
}
.receevsese1 .col-md-4{
	width: 100%;
}
.receevsese1 .col-md-8 {
    width: 100%;
}
section.receproset {
    padding-bottom: 50px;
    padding-top: 40px;
}
section.receproset .col-md-6 {
    width: 100%;
    display: block !important;
}
section.receproset img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}
ul#tabs {
    margin-top: 35px;
}
ul#tabs li {
    width: 100%;
    text-align: center;
}
    .recall {
        width: 100%;
       
        margin-bottom: 15%;
    }
}