.newsupdate .col-md-6 {
    width: 50%;
    float: left;
    padding-right: 28px;
}
.robotssub {
    width: 45% !important;
    margin-top: 0 !important;
    margin-left: 0% !important;
}
.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: -50px;
  }
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 0px solid #53a15b;
    border-left: 2px solid #53a15b;
}
.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: #53a15b;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

#myCarousel1 .long-arrow-left {
    position: absolute;
    left: -2%;
    top: 30%;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
#myCarousel1 .long-arrow-right {
    position: absolute;
    right: -4%;
    top: 30%;
}

img.imgresponsive {
    width: 100%;
}

div#myCarousel .col-md-4 {
    width: 27%;
    float: left;
    margin-right: 25px;
}
div#myCarousel {
    margin-left: 10%;
}
.eventtoph h2 {
    margin-top: 3%;
    margin-bottom: 20px;
}
.latestevents h3 {
    color: white;
    margin-bottom: 50px;
    margin-left: 23px;
    font-size: 36px;
}
.latestevents h3:after {
    content: '';
    display: block;
    position: relative;
    width: 6%;
    border: 1px solid #927146;
    margin-top: 12px;
}
  ul.eventsocial li {
    display: inline-block;
    margin-top: 3%;
    margin-right: 14px;
}
.allevents h5 {
    margin-top: 24px;
    margin-bottom: 24px;
}
.allevents {
    margin-bottom: 10%;
}
.eventtoph {
    margin-bottom: 3%;
}
.aboutvision {
    margin-top: 6%;
}
.newsupdate {
    margin-top: 2%;
}
.newsupdate .col-md-8 {
    width: 70%;
    float: left;
    padding-right: 7%;
}
.newsupdate2 {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 5%;
}
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}
#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#border-pagination li {
    display: inline;
}
#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}
#border-pagination li a.active {
    background-color: #3bcf40;
    color: #fff;
}
.newsupdate img {
    width: 100%;
}
.newsupdate h4 {
    margin-top: 0px;
    margin-bottom: 3%;
        font-weight: 600;
}
.newsupdate p {
    margin-top: 1%;
}
.newsupdate .recneveremo {
    margin-top: 4%;
}
.newsupdate .col-md-4 {
    width: 25%;
    float: left;
	    margin-left: 4%;
}
.newsform {
    background: #e5e5e5;
    padding: 50px 35px 80px 35px;
    border-radius: 20px;
}
.newsform form {
    margin-top: 10%;
}
.robotssub button {
        width: 100%;
    background: #0d7339;
    color: white;
    padding: 9px 7px;
    border: none;
}
.newsform input {
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 6%;
    border: 0px;
}
.newsupdate1 .recneveremo {
    margin-top: 7%;
}

.newsupdate1 {
    margin-top: 3%;
    margin-bottom: 3%;
	    width: 100%;
    display: inline-block;
}
.newsupdate1 .col-md-4 {
    width: 33.33%;
    float: left;
    padding-right: 27px;
}
.newsupdate1 img {
    width: 100%;
	height: 265px;
    object-fit: cover;
    margin-bottom: 4%;
}
p.date {
    font-weight: 600;
}
.newsupdate1 h4 {
    font-size: 21px;
    margin-top: 4%;
    margin-bottom: 3%;
}

/* border-pagination */
.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex
}
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;

}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
  background-color: #3bcf40;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}
.newsupdate2 {
    position: relative;
    display: inline-block;
    text-align: center;
        width: 100%;
    margin-top: 2%;
    margin-bottom: 5%;
}
.newsupd {
    margin-bottom: 30px;
}
.mobile{
	display: none !important;
}
@media (min-width: 1600px) and (max-width: 1919px)  {

.carousel-inner {
    margin-left: 18px;
}
.carousel {
    margin-right: 2%;
}
.latestevents h3 {
    margin-left: 36px;
}
}
@media (min-width: 1530px) and (max-width: 1599px)  {
.carousel-inner {
    margin-left: 18px;
}
.carousel {
    margin-right: 2%;
}
.latestevents h3 {
    margin-left: 40px;
    font-size: 32px;
}
}

@media (min-width: 1440px) and (max-width: 1529px)  {

.latestevents h3 {
    margin-left: 42px;
    font-size: 29px;
}
.carousel-inner {
    margin-left: 18px;
}
.carousel {
    margin-right: 2%;
}
}
@media (min-width: 1366px) and (max-width: 1529px)  {
.carousel-inner {
    margin-left: 18px;
}
.carousel {
    margin-right: 2%;
}
.newsupdate1 h4 {
    font-size: 18px;
}	
.newsteall p {
    font-size: 14px;
}
.newsform {
    padding: 34px 35px 55px 35px;
}
.mediah2 {
    font-size: 24px;
}
}


@media (min-width: 1359px) and (max-width: 1365px)  {
	.newsupdate .col-md-8 {
    width: 100%;
    float: left;
    padding-right: 0;
}
.eventtoph h2 {
    margin-top: 4%;
    margin-bottom: 23px;
    font-weight: 500;
}

.newsupdate h4 {
    margin-top: 0px;
    margin-bottom: 4%;
    font-weight: 500;
}
.allevents {
    margin-bottom: 5%;
}
.allevents h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.latestevents h3 {
    margin-bottom: 35px;
    margin-left: 42px;
    font-size: 28px;
}

.carousel-inner {
    margin-left: 18px;
}
#myCarousel1 .long-arrow-right {
    top: 15%;
}
#myCarousel1 .long-arrow-left {
    top: 15%;
}
.carousel {
    margin-right: 2%;
}
.newsupdate .col-md-4 {
    width: 50%;
    float: left;
	margin-left: 0;
}
.newsform {
    margin-top: 5%;
	        margin-bottom: 15%;
}
.newsupdate1 .col-md-4 {
    width: 100%;
    float: left;
    padding-right: 0;
    margin-top: 8%;
}
.newsupdate1 {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}

    .newsupdate2 {
        margin-top: 0;
        margin-bottom: 0%;
    }
}

@media (min-width: 1024px) and (max-width: 1358px)  {
	.newsupdate .col-md-8 {
    width: 100%;
    float: left;
    padding-right: 0;
}
.eventtoph h2 {
    margin-top: 4%;
    margin-bottom: 23px;
    font-weight: 500;
    font-size: 26px;
}

.newsupdate h4 {
    margin-top: 0px;
    margin-bottom: 4%;
    font-weight: 500;
    font-size: 24px;
}
.allevents {
    margin-bottom: 5%;
}
.allevents h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.latestevents h3 {
    margin-bottom: 35px;
    margin-left: 42px;
    font-size: 34px;
}

.carousel-inner {
    margin-left: 18px;
}
#myCarousel1 .long-arrow-right {
    top: 15%;
}
#myCarousel1 .long-arrow-left {
    top: 15%;
}
.carousel {
    margin-right: 2%;
}
.newsupdate .col-md-4 {
    width: 50%;
    float: left;
	margin-left: 0;
}
.newsform {
    margin-top: 5%;
	        margin-bottom: 15%;
}
.newsupdate1 .col-md-4 {
    width: 100%;
    float: left;
    padding-right: 0;
    margin-top: 8%;
}
.newsupdate1 {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}

    .newsupdate2 {
        margin-top: 0;
        margin-bottom: 0%;
    }
}


@media (min-width: 240px) and (max-width: 599px)  {
	.newsupdate .col-md-8 {
    width: 100%;
    float: left;
    padding-right: 0;
}
.newsupdate .col-md-6 {
    width: 100%;
    float: left;
    padding-right: 0;
}
.eventtoph h2 {
    font-size: 24px;
}
.eventtoph {
    margin-bottom: 12%;
}
.latestevents h3 {
	    margin-left: 0;
    font-size: 30px;
}
.newsupdate h4 {
    margin-top: 8%;
    margin-bottom: 12%;
    font-weight: 500;
    font-size: 20px;
}
.newsupdate p {
    margin-top: 6%;
    margin-bottom: 4%;
}
.newsupdate img {
    width: 100%;
    margin-bottom: 9%;
}
.newsupdate .recneveremo {
    margin-top: 15%;
}
.newsupdate .col-md-4 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-bottom: 20%;
    }
.newsform {
    margin-top: 0%;
	    padding: 44px 35px 75px 35px;
}
.newsform input {
    font-size: 19px;
}
.robotssub button {
    font-size: 18px;
}
.newsupd {
    margin-bottom: 15%;
    margin-top: 20%;
}
    .newsupdate1 .col-md-4 {
        width: 100%;
        float: left;
        padding-right: 0;
        margin-top: 12%;
        margin-bottom: 12%;
    }
	.newsupdate1 .recneveremo {
    margin-top: 11%;
}
.newsupdate1 {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}

    .newsupdate2 {
        margin-top: 5%;
        margin-bottom: 0;
    }
	#myCarousel2 .long-arrow-left {
    position: absolute;
    left: 4%;
    top: auto;
    border-top: 2px solid #53a15b;
    border-left: 0px solid #53a15b;
    transform: rotate(-45deg);
}
#myCarousel2 .long-arrow-right {
    position: absolute;
    right: 4%;
    top: auto;
}
.allevents {
    margin-bottom: 18%;
    margin-top: 9%;
}
.allevents h5 {
        font-size: 18px;
    }
	.newsform h3 {
    font-size: 26px;
}
ul.eventsocial li {
    margin-top: 8%;
}
.mobile{
	display: block !important;
}
.newsupdate .col-md-12 {
    width: 100%;
    display: inline-block;
    margin-bottom: 10%;
}
.desktop{
	display: none !important;
}
}