	#vision {
	    background-color: #8e0719;
	    color: #ffffff;
	    cursor: default;
	    font-size: 1.1em;
	    height: 6em;
	    line-height: 6em;
	    width: 100%;
	   /* z-index: 10000;*/
	     background: #a13b5d;
	    background: -webkit-linear-gradient(
		86deg
		, #a13b5d 3%, #f38740 65%, #d43939 100%);
		    background: linear-gradient(
		86deg
		, #a13b5d 3%, #f38740 65%, #d43939 100%);
	}	

    .main-header{
			font: normal 43px / 20px Montserrat, Helvetica, Arial, Verdana, sans-serif;
      /* color: #ffffff; */
      color: #607d8b;
	    text-transform: uppercase;margin-top: 3%;
    }
    .sec{
    	background: rgb(244, 244, 244);
    }
    .maincontent{
    	background-color: white;
    }
    .marqueeBanner{ background-color: #8e0719;
    color: #ffffff;
    cursor: default;
    font-size: 1.1em;
    height: 2em;
    line-height: 6em;
    width: 100%;
    z-index: 10000;
    }
    .vision{
    	    /* width: 509px;
            height: 200px; */
    }
    .bordermain{
    	border-right-style: solid;
    border-right-width: 1px;
    border-right:  none;
    }
    .bordermain{
    	border-left-style: solid;
    border-left-width: 1px;
    border-left:  none;
    }

    



    .card {
background-color: #f4f4f4 !important;
  margin-top: 5%;
  border-bottom: 2.5px solid #a7c4df !important; 
  border-radius: 0;
  line-height: 1.3;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.card-body::after {

  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 2.5px solid #a7c4df !important; 
  -webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
  -o-transition: all 0.35s;
	transition: all 0.35s;
}

.card-body::before,
.card-body::after {
  background: rgba(255, 0, 0, 0.2);
  content: '';
  position: absolute;
  z-index: -1;
}

.card:hover {
  color: #000;
}

.card:hover .card-body:after {
  height: 100%;
  color: #fff;
}

.card-body {  
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.card-img, .card-img-top {
  z-index: 1;
}

.card-text {
  margin-bottom: 1rem;
}
.textsize{
	font-size: medium;
}
.headTop{
    font-size: 28px;
    color: #f2840b;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: normal;
}

.NewWrapper {
  padding: 0em 0em 4em !important;
}
.card {
  background-color: #f4f4f4 !important;
  margin-top: 5%;
  border-bottom: 2.5px solid #a7c4df !important;
  border-radius: 0;
  line-height: 1.3;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.card-title{
  font-size: 18px !important;
}
