@charset "utf-8";
/* CSS Document */

.content {
	padding: 0em;
}
.full-width-image {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	background: url(../images/images/header-img.jpg) repeat-x;
}
.full-width-image img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (min-width:576px) {
.text-sm-left {
	text-align: left!important
}
.text-sm-right {
	text-align: right!important
}
.text-sm-center {
	text-align: center!important
}
}

@media (min-width:768px) {
.text-md-left {
	text-align: left!important
}
.text-md-right {
	text-align: right!important
}
.text-md-center {
	text-align: center!important
}
}

@media (min-width:992px) {
.text-lg-left {
	text-align: left!important
}
.text-lg-right {
	text-align: right!important
}
.text-lg-center {
	text-align: center!important
}
}

@media (min-width:1200px) {
.text-xl-left {
	text-align: left!important
}
.text-xl-right {
	text-align: right!important
}
.text-xl-center {
	text-align: center!important
}
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-lighter {
	font-weight: lighter!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-weight-bolder {
	font-weight: bolder!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #007bff!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #0056b3!important
}
.pad-section {
	border-top: 0px solid #ccc;
	padding: 0% 0%;
	margin: 1% 0%;
}
.pad-section p {
	font-size: inherit;
	margin: 0;
	padding: 0;
	color: #000;
}
.dio-content {
	position: relative;
	vertical-align: middle;
	padding: 0% 0%
}
.dio-content h6 b{ color: #000}
.bishop-content {
	position: relative;
	vertical-align: middle;
	padding: 0% 0%
}
.bishop-content h6 b{ color: #000}
.carousel.slide {
	margin-top: 0%;
}
.slider-container {
	border-radius: 0 !important;
}
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img {
	border-radius: 0px 0px 0 0 !important;
}
.news-updates {
	border: 1px solid #FFA850;
	padding-top: 0%;
	padding-bottom: 0%;
	padding-right: 0%;
	padding-left: 0%;
	margin-top: 0%;
}
.news-updates .top {
	background: #FFA850;
}
.news-updates .top h5 {
	padding: 2% 5%;
	margin: 0;
	color: #ff4d00
}
.footer-copyright {
	background: #7a963f;
	color: #fff;
	font-weight: 600;
}
.footer-copyright a {
	color: #aae33c;
	font-size: 14px;
	line-height: 30px;
}
.footer-copyright a:hover {
	color: #ff4d00;
}
.fa.fa-angle-down {
	float: right;
	font-size: 1.5em;
}

.fa-arrow-square-right {
    background-image: url(../images/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 12px;
    height: 13px;
	display: inline-table;
	vertical-align: middle;
	position: relative;
}

.textupdates {
	background-repeat: no-repeat;
	height: 12px;
	width: 100%;
	font-size: 1.1em;
	line-height: 30px;
	color: #188C04;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	padding: 0px 0px 3px 13px;
	margin: 2px 0px 2px 0px;
	display:inline-table;
}

.textupdates .fa{ margin-right:5px; font-weight:bold; color:#ff4d00;}

.textupdates:hover {
	color: #ff4d00;
}
#services .fa {
	border: 1px solid #ddd;
	border-radius: 50%;
	display: inline-block;
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	width: 60px;
	color: #434A54;
}
.name-text {
	border: 1px solid #ff4d00
}
.name-text p {
	font-size: 0.9em;
	color: #fff;
	background: #a9a8a4;
	padding: 1%;
	font-weight: bold
}
.welcome-mesg {
	margin: 0;
	padding: 0;
}
.welcome-mesg {
	font-size: 14px;
}
.welcome-mesg h4 {
	color: #ff4d00;
	text-transform: uppercase
}
.welcome-mesg span {
	color: #087c07;
}
#services .service-box {
	padding-top: 1%;
	width: 33%;
	margin-left: -1px
}

@media screen and (max-width:768px) {
#services .fa {
	font-size: 100%;
	height: 30px;
	width: 30px;
	line-height: 30px
}
.pad-section p {
	font-size: 50%
}
}

@media screen and (max-width:320px) {
#services .fa {
	font-size: 15%
}
.pad-section p {
	font-size: 80%
}
}

/*Table style*/

.greentitle {
    font-size: 14px;
    font-weight: bold;
    color: #018000;
    text-align: left;
    text-decoration: none;
    padding: 2px 0px 2px 6px;
}
.title {
    color: #9D3155;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
}

.title {
	vertical-align:top;
	line-height:43px;
	padding-left:5px;
	/*background-image: url(../images/images/vellore_diocese_contenttitle.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left bottom;*/
}

#titlehead {
	vertical-align:top;
	line-height:0px;
	padding-left:5px;
	 color: #9D3155;
}

.sitemaplink{
	font-size: 14px;
    font-weight: 400;
    color: #018000;
    text-align: left;
    text-decoration: none;
    padding: 2px 0px 2px 6px;
}

.sitemapsublink{
	font-size: 14px;
    font-weight: 400;
    color: #002280;
    text-align: left;
    text-decoration: none;
    padding: 2px 0px 2px 6px;
}
.loginheader {
    font-size: 15px;
    font-weight: bold;
    color: #4d9241;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px 5px 0px;
}

.para {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align: justify;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.para1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
 
.total {
    font-size: 14px;
    font-weight: bold;
    color: #ef5b00;
    text-align: left;
    text-decoration: none;
    padding: 2px 0px 2px 6px;
}
.formmenu {
    font-size: 14px;
    color: #d08d00;
    text-align: center;
    text-decoration: none;
	font-weight: 400;
}

.formmenu:hover {
    text-decoration: none;
    color: #79973f;
}
.formmenubg {
    font-size: 14px;
    color: #2B5CA8;
    line-height: 17px;
    text-align: right;
    padding-right: 10px;
}
.subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #0A5865;
    font-weight: bold;
    text-align: left;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
}
.parish {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: justify;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 8px;
}
.subtitle1 {
    line-height: 25px;
    font-size: 13px;
    color: #000;
    text-align: left;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.p-0 { padding: 0}
.m-0 { margin: 0;}

#dio-details img{padding: 5px; border: 1px solid #ddd}

.greentitle1 {
    font-size: 14px;
    font-weight: bold;
    color: #018000;
    text-align: center;
    text-decoration: none;
    padding: 2px 0px 2px 6px;
}
.contact {

    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #018000;
    text-align: left;
    text-decoration: none;
    padding: 2px 0px 2px 6px;

}

.news {
    width: 27%;
    background-color: #E9DBA5;
}

.paggingselect {
	font-size: 11px;
	background-color: #018000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #023252;
	color: #f5f0d4;
	text-decoration:none;
}
.pagging {
	font-size: 10px;
	color:#018000;
	text-decoration:none;
	background-color: #e9dba5;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #023252;
}

.controlhead {
    font-size: 14px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
}

.curiacontent {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

.paratable {
    font-size: 14px;
    color: #9d3155;
    text-align: right;
    line-height: 20px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px 0px 0px 4px;
	font-weight: 600;
}

.formfieldleft {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #018000;
    text-decoration: none;
    text-align: left;
    padding-left: 5px;
    padding-right: 8px;
}
.paraboldupd {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #018000;
    text-decoration: none;
    text-align: left;
    padding: 3px 0px 3px 5px;
}

.email {
    font-size: 14px;
    line-height: 20px;
    color: #FF9900;
    font-weight: normal;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    padding-left: 3px;
}

.formtext {
    font-size: 14px;
    color: #000000;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
	font-weight: 400;
}

/*Marquee*/

.marquee {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  font-size: 20px;
  position: relative;
  left: 100%;
  animation: marquee 10s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 0.8s;
}
.marquee span:nth-child(3) {
  animation-delay: 1.6s;
}
.marquee span:nth-child(4) {
  animation-delay: 2.4s;
}
.marquee span:nth-child(5) {
  animation-delay: 3.2s;
}
