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

.content {
	padding: 0em;
}

.full-width-image {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	background: url(../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: #ffffff;
}

.fa.fa-angle-down {
	float: right;
	font-size: 1.5em;
}

.fa-arrow-square-right {
	background-image: url(../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: 25px;
	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: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.4px;
}

.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;
}

.content-container {
	padding-bottom: 20px;
}

.table-res-wid {
	max-width: 100%;
	table-layout: fixed;
	width: 100% !important;
}

.table-res-wid table {
	max-width: 100%;
	table-layout: fixed;
	width: 100% !important;
}

.table-res-wid td,
.table-res-wid th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

.table-res-wid th {
	font-weight: normal;
	text-align: left;
}

.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: 15px;
	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
}

.slider-container,
.news-updates,
.welcome-mesg,
#services,
#dio-details,
.consecration-section {
	box-sizing: border-box;
}

.bishop-photo {
	margin: 0 auto;
}

.consecration-section {
	clear: both;
	padding: 10px 15px 25px;
	text-align: center;
}

.consecration-section>h5 {
	color: #ff4d00;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 5px 0 15px;
	text-align: center;
}

.consecration-gallery {
	margin: 0 auto;
	max-width: 820px;
	padding: 0 46px;
	position: relative;
}

.consecration-gallery-window {
	overflow: hidden;
	width: 100%;
}

.consecration-gallery-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
	-webkit-transition: -webkit-transform .35s ease;
	transition: transform .35s ease;
}

.consecration-gallery-item {
	box-sizing: border-box;
	display: block;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	padding: 0 8px;
	text-decoration: none;
}

.consecration-gallery-item img {
	background: #fff4e9;
	border: 1px solid #ddd;
	display: block;
	height: 210px;
	object-fit: cover;
	padding: 4px;
	width: 100%;
}

.consecration-gallery-control {
    background: rgb(255 77 0 / 9%);
    border: 0;
    border-radius: 30%;
    color: #ff4d0087;
    height: 38px;
    line-height: 38px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    width: 38px;
    z-index: 2;
}

.consecration-gallery-control:hover,
.consecration-gallery-control:focus {
    background: #087c072e;
    outline: 0;
    color: #6b933d;
}

.consecration-gallery-prev {
	left: 0;
}

.consecration-gallery-next {
	right: 0;
}

.more-photos-link {
	font-size: 14px;
	margin-top: 12px;
	text-align: center;
}

.more-photos-link a {
	color: #087c07;
	font-weight: 700;
}

.featherlight.consecration-featherlight .featherlight-content {
	background: #111;
	border-bottom: 0;
	max-width: 920px;
	overflow: visible;
	padding: 30px;
}

.featherlight.consecration-featherlight .featherlight-image {
	display: block;
	max-height: 82vh;
	max-width: 100%;
	width: auto;
}

.featherlight.consecration-featherlight .featherlight-close-icon {
	background: rgba(255, 255, 255, .85);
	color: #111;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	right: -14px;
	top: -14px;
	width: 28px;
}

@media screen and (max-width:991px) {

	.slider-container,
	.news-updates {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.consecration-section {
		padding-left: 0;
		padding-right: 0;
	}

	.content-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.table-res-wid {
		margin-left: 0;
		margin-right: 0;
	}

	.table-res-wid .title {
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.table-res-wid .loginheader,
	.table-res-wid .paraboldupd {
		display: inline-block;
		line-height: 22px;
	}

	.table-res-wid .para,
	.table-res-wid .total,
	.table-res-wid .greentitle {
		font-size: 13px;
		line-height: 19px;
		padding-left: 6px;
		padding-right: 6px;
		text-align: left;
	}

	.consecration-gallery {
		padding-left: 38px;
		padding-right: 38px;
	}

	.consecration-gallery-item {
		-ms-flex-basis: 50%;
		flex-basis: 50%;
	}

	.consecration-gallery-item img {
		height: 190px;
	}

	.consecration-gallery-control {
		height: 32px;
		line-height: 32px;
		margin-top: -16px;
		width: 32px;
	}

	.featherlight.consecration-featherlight .featherlight-content {
		margin-left: 12px;
		margin-right: 12px;
		padding: 18px;
	}
}

@media screen and (max-width:480px) {
	.consecration-section>h5 {
		font-size: 16px;
	}

	.consecration-gallery {
		padding-left: 34px;
		padding-right: 34px;
	}

	.consecration-gallery-item {
		-ms-flex-basis: 100%;
		flex-basis: 100%;
	}

	.consecration-gallery-item img {
		height: 230px;
	}

	.featherlight.consecration-featherlight .featherlight-content {
		padding: 10px;
	}
}

.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;
}