@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Roboto', sans-serif !important;
  overflow-x:hidden;
}
.css_blink {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
.float{
	    position: fixed;
    width: 20%;
    height: 56px;
    bottom: 68px;
    right: 40px;
    background-color: #b31928;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999999;
}
.profile-list
{
        margin: 0;
    padding: 0;
    list-style: none;
}
.profile-list li 
{
    display:flex;
}
.profile-list li .cont {
    padding: 0px 10px;
    display: block;
    margin-left: 44px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 11px;
    color: #333;
}
.profile-list li {
    margin-bottom: 15px;
    display: block;
}
.profile-list .title {
    display: block;
        width: 134px;
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.my-float{
	    font-size: 24px;
    margin-top: 28px;
    position: relative;
    top: 10px;
}
.daily-tht
{
  background: #b31928;
    padding: 19px;
    color: white;
}
.daily-tht hr
{
  border-top: 1px solid rgb(255 255 255);
}
.nws-hed
{
  font-family: 'Noto Serif Malayalam', serif;
}
.cmn-pryrs-p 
{
      border-bottom: 1px solid gainsboro;
    padding-bottom: 13px;
}
.prem-dd img
{
      float: left;
    margin-right: 10px;
    width: 30%;
    margin-bottom: 20px;
}
  

.rowbody{
	margin:0 !important;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}
.pb-hed 
{
  color:black;
  margin-top:15px;
  text-align:center;
}
.mb-50
{
  margin-bottom:50px;
}
.cat-spi

{
      background: #133979 !important;
    color: white !important ;
}
 

.nav-pills-custom .nav-link.active {
   color: #ffffff;
    background: #b31928;
    font-size: 19px;
    letter-spacing: 1px;
}
.ticker-wrapper-h{
	display: flex;	
	position: relative;
	overflow: hidden;
	border: 1px solid #1c6547;
  margin-bottom: 12px;
}

.ticker-wrapper-h .heading{
	background-color: #c62938;
	color: #fff;
	padding: 5px 10px;
	flex: 0 0 auto;
	z-index: 1000;
}
.ticker-wrapper-h .heading:after{
	content: "";
	position: absolute;
	top: 0;
	border-left: 20px solid #c62938;
	border-top: 17px solid transparent;
	border-bottom: 15px solid transparent;
}


.news-ticker-h{
	display: flex;
	margin:0;
	padding: 0;
	padding-left: 90%;
	z-index: 999;
	
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tic-h;
	animation-duration: 30s;
	
}
.news-ticker-h:hover { 
	animation-play-state: paused; 
}

.news-ticker-h li{
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding-left: 20px;
}

.news-ticker-h li a{
	color: #212529;
	font-weight: bold;
}

@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


.padbody{
	padding:0 !important;
}
.container.padbody {
    max-width: 85% !important;
}
img.img-fluid.new-t {
    margin-bottom: 30px;
}
.feedback {
    background-color: #133979;
    margin: 0 !important;
    color: white;
    padding: 10px 20px;
    border-radius: 50px 0px 0px 50px;
   border: 0;
}

img.img-fluid.inner-img-2-youth {
    margin: auto;
    width: 49%;
    justify-content: space-between;
    margin-bottom: 20px;
}

img.img-fluid.up-img {
    margin-bottom: 40px;
}


p.para-inner-1g.top-di-me {
    margin-top: 50px;
    font-weight: 600;
}
img.img-fluid.di-img1 {
    margin-top: 30px;
    border: 3px solid #efecec;
    border-radius: 10px;
}

img.img-fluid.inner-img-3 {
    width: 23%;
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
}
.col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12.table-sec-di-me table {
    background: #fdf8f8;
    margin-top: 20px !important;
}









.row.rowbody.justify-content-md-center.text-center.synod-sec h1.person_name.synod-name.text-center {
    font-size: 20px;
    min-height: 50px;
    align-items: center;
    align-content: center;
    display: grid;
}
.synod-sec p {
    font-size: 17px;
    color: #686565;
}
span.fr-name {
    color: #b31928;
    font-weight: 600;
    font-size: 17px;
}
.row.rowbody.priest-list {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px !important;
}
p.para-priest {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin: 0;
}














.row.rowbody.slide-sec {
    width: 100% !important;
    display: contents;
}
img.img-fluid.inner-banner-img {
    width: 100%;
}
a.parish-facebook {
    background: #2283d1;
    padding: 5px 10px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 18px;
}
p.para-inner-1 a {
    color: #c62938;
    font-weight: 500;
}

.cer-card
{
      margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.cer-card a 
{
      color: #c62938;
  text-decoration:none;
}


.feedback2 {
    background-color: #c62938;
    margin: 0 !important;
    color: white;
    padding: 10px 20px;
    border-radius: 50px 0px 0px 50px;
    margin-top: 10px !important;
   border: 0;
      margin-bottom: 10px !important;
}
#mybutton {
    display: grid;
    position: fixed;
    top: 34%;
    right: 0px;
    z-index: 999919;
}
#mybutton1 {
    display: grid;
    position: fixed;
    bottom:3%;
    right: 20px;
    z-index: 999919;
}
#mybutton2 {
    display: grid;
    position: fixed;
    bottom:3%;
    right: 20px;
    z-index: 999919;
}
.feedback3 {
    background-color: #4e4949;
    margin: 0 !important;
    color: white;
    border-radius: 50px;
   
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
p.para-inner-1.thiru-1 {
    float: left;
    justify-content: center;
    width: 49%;
    background: #f9f0f0;
    padding: 20px;
    border: 1px solid #ccc;
}
h5.cls-ca-th {
    font-style: italic;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    margin-top: 50px;
    background: #deeafd;
    padding: 30px;
    color: #1f1e1e;
}
h5.cls-ca-th img {
    width: 66%;
    padding-top: 20px;
    padding-bottom: 20px;
}

img.img-fluid.inner-img-3a {
    width: 15%;
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
}
img.img-fluid.my-auto.img-ca1 {
    width: 50%;
}


span.ofc {
    font-size: 17px;
    line-height: 38px;
    font-weight: 600;
    color: #204a8f;
}
button.navbar-toggler {
    display:none ;
}
nav.navbar.navbar-expand-md {
    margin: 0;
    padding: 0;
}
div#navbar_top {
    background: #b31928;
    color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
  
    padding: 14px;
}
div#navbarCollapse{
    float: right;
}
a.nav-link {
    color: #fff;
}
h1.head1a {
    color: #000000;
    padding-bottom: 12px;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
h1.head-1 {
    font-size: 22px;
    padding: 10px 0px;
    color: #000;
}
.fixed-top a.navbar-brand {
    width: 100px;
}
.fixed-top .new-con {
    padding: 0px 150px;
}
.slide-1 {
    text-align: left;
    background: url(img/banner.jpg);
    width: 100%;
    background-position: center center;
    padding: 10%;
    background-size: cover;
}
h5.head-1a a {
    color: #1dc6df;
    font-size: 16px;
    text-decoration: none;
}
h5.head-1a a:hover {
    color: #b31928;
    
}
#more {display: none;}


#more1 {display: none;}
#more2 {display: none;}
button#myBtn {
    border: 0;
    background: #b31928;
    padding: 8px 20px;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 36px;
    font-size: 14px;
  
}
button#myBtn1 {
    border: 0;
    background: #b31928;
    padding: 8px 20px;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 36px;
    font-size: 14px;
}
h5.album-name.new-parish-name {
    background: #133979;
    color: #fff;
    font-size: 18px;
    padding: 30px 20px;
    line-height: 30px;
    min-height: 120px;
    margin-bottom: 20px;
}

.row.rowbody.parish-1.justify-content-center a {
    text-decoration: none;
}
h5.album-name.new-parish-name:hover {
    background: #c62938;
    
}



img.img-fluid.inner-img-2 {
    width: 40%;
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
}
button#myBtn2 {
    border: 0;
    background: #b31928;
    padding: 8px 20px;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 36px;
    font-size: 14px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  button.accordion h5.in-order {
    color: #282424;
    padding: 0;
    margin: 0;
}
 .accordion:hover {
    background-color: #ccc; 
  }
  button.accordion {
    margin-bottom: 20px;
}
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

.sec4 table.table.table-bordered thead {
    background: #3b639e;
    color: #fff;
    font-size: 20px;
}



p.para-inner-1f img {
    
    width: 70%;
}

p.para-inner-1f  {
    text-align: center;
    
}











figure {
 
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.hover03 figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}



.fadein {
   
    opacity: 1;
      -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: fadein 5s; /* Firefox < 16 */
          -ms-animation: fadein 5s; /* Internet Explorer */
           -o-animation: fadein 5s; /* Opera < 12.1 */
              animation: fadein 5s;
  }
  
  @keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }
   
  button.navbar-toggler {
    display: none !important;
    background: #c62938;
    line-height: inherit;
    padding: 6px;
    border-radius: 0px;
}
p.para-inner-1.new-p1 {
    font-weight: 600;
    background: #ece4da;
    padding: 4px 10px;
    width: fit-content;
}
  .row.rowbody.menu-new .container.padbody {
    text-align: center;
}
img.img-fluid.inner-img-2a {
    width: 300px;
    border-radius: 50%;
}
h5.h5-photo {
    text-align: center;
    margin-bottom: 40px;
}
.throne-sec {
    background: #f7f5f5;
    padding: 50px 0px;
}
ul.navbar-nav.mr-auto {
    text-align: center;
    width: 100%;
    margin: auto !important;
}

div#navbarSupportedContent {
    text-align: center;
   
}
h5.auth {
    margin: 40px 0px 20px;
    color: #b31928;
    font-size: 30px;
}
div#maintop {
    background: url(img/head.jpg);
}
.row.rowbody.sec3 img {
    width: 100%;
}
h5.head-1b a:hover {
    color: #6dd8e4;
   
    text-decoration: none;
}
.gallery {
    
    position: relative;
       padding: 0;
       margin: 0;
       text-align: center;
   }

   .gallery-image{
cursor:pointer;
       position: relative;
       display: block;
   }

   .gallery-text{
       position: absolute;
       top: 0; right: 0;
       bottom: 0; left: 0;
      
      
       text-align: center;
       background-color: rgba(0,0,0,0.8);
       opacity: 0;
       -webkit-transition: opacity 0.6s;
       -moz-transition: opacity 0.6s;
       transition: opacity 0.6s;
      vertical-align:middle;
      line-height:200px;
   }

   .gallery-text:hover{
       opacity: 1;      
   }
   h3.nht {
    font-family: 'Playfair Display', serif;
    color: #fff;
    display: inline-table;
    vertical-align: middle;
    width: 100%;
    line-height: 200px;
    position: absolute;
}
.col-12.padbody.new-links-3-1 {
    background: #fff;
    padding: 30px 20px !important;
}
.row.rowbody.links-3 .container {
    padding: 10px;
    margin-top: -30px !important;
    background: #fff !important;
    z-index: 100;
}
.gallery-text h3{
    font-family: 'Playfair Display', serif;
    color: white;
    display: inline-table;
    vertical-align:middle;
    line-height:100%;            
}
.row.rowbody.sec2a {
    padding: 50px 0px;
    text-align: center;
}
.container.padbody.links-container {
    max-width: 93% !important;
}
h1.head2.text-center {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 37px;
    font-weight: 700;
}
p.para2 {
    color: #726d6d;
    line-height: 28px;
    padding: 10px 20px;
    margin: 0;
}

h5.head-1b a {
    color: #b31928;
    font-size: 16px;
}

h5.head-2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    padding: 10px 0px;
    margin: 0;
    color: #000;
}

.right-sec-red {
    padding: 0 60px !important;
}

.row.rowbody.sec3 {
    background: #b31928;
}

h5.head-21 {
    padding-bottom: 13px;
    color: #fff;
    padding-top: 20px;
    font-family: 'Playfair Display', serif;
}

p.para21 {
    color: #fff;
   
    font-weight: 300;
}
h1.head3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    padding: 0px 0px 10px;
    margin: 0;
    color: #fff;
    margin-bottom: 10px;
    line-height: 44px;
}
i.fa.fa-heart-o {
    color: #b31928;
    background: #fff;
    padding: 17px;
    font-size: 26px;
    border-radius: 50px;
    font-weight: 700;
}
i.fa.fa-heart-o:hover {
    color: #ffffff;
    background: #901420;
    
    transition: 0.9s;
}
i.fa.fa-video-camera {
    color: #b31928;
    background: #fff;
    padding: 17px;
    font-size: 26px;
    border-radius: 50px;
    font-weight: 700;
}
i.fa.fa-video-camera:hover {
    color: #ffffff;
    background: #901420;
    
    transition: 0.9s;
}
i.fa.fa-file {
    color: #b31928;
    background: #fff;
    padding: 17px;
    font-size: 26px;
    border-radius: 50px;
    font-weight: 700;
}
i.fa.fa-file:hover {
    color: #ffffff;
    background: #901420;
    
    transition: 0.9s;
}
h5.head-21 a {
    color: #fff;
    text-decoration: none;
}
h5.head-21 a:hover {
    color: #03a9f4;
}
p.para3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
}
.row.rowbody.parish-1.justify-content-center.saint-sec-names h5.album-name.new-parish-name {
    min-height: auto;
}
button.learn {
    border: 0;
    background: #fff;
    padding: 10px 30px;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
button.learn:hover {
    border: 0;
    background: #8d121e;
    padding: 10px 30px;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: 0.9s;
}
.row.rowbody.sec4 {
    padding: 50px 0px;
}




#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: #3a3b4d;
    visibility: visible !important;
    opacity: 1;
    border: 0px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
    .mob-wtsp
    {
            font-size: 13px;
    }
    .feedback
    {
            padding: 3px 0px;
    }
    .feedback2
    {
        padding: 3px 0px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: #b31928;
    border-color: #b31928;
}
.gallery-image img {
    width: 100%;
}
/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
    height: 85vh;
    padding: 0;
}


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    text-transform: uppercase;
}

.slider-content-style .content p {
  
    line-height: 30px;
    font-size: 17px;
    color: #FFFFFF;
    padding: 0px 40px;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    background: #119db2;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    padding: 14px 50px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    border-radius: 30px;
}

.slider-content-style .content a.thm-btn:hover {
    background: #b31928;
    text-decoration: none;
    -webkit-animation-delay: 2s;
}

p.para-inner-1-time {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    
}
img.img-fluid.new-synod {
    margin-bottom: 20px;
    border: 4px solid #d8d8d8;
    border-radius: 10px;
}
img.img-fluid.new-img-par {
    width: auto;
}
p.para-inner-1 a:hover {
    color: #2196f3;
    text-decoration: none;
   
}
.parish-sec-adm p.para-inner-1 {
    padding:40px 20px;
    border: 1px solid #ccc;
    background: #ffdfe2;
    text-align: center;
}
p.para-inner-1g {
    text-align: center;
    font-size: 21px;
    color: #b31928;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}
h5.img-parish {
    text-align: center;
    margin-bottom: 30px;
}
h1.head2 {
    font-family: 'Playfair Display', serif;
    font-size: 33px;
    padding-bottom: 30px;
    font-weight: 600;
    width: 100%;
    padding-left: 15px;
    text-align: center;
}
.row.rowbody.box2 {
    margin-bottom: 40px !important;
}

h5.head-2f {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    line-height: 38px;
}

p.para2f {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}

h5.head-1bt a {
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}

.row.rowbody.box2 {}

.row.rowbody.box2 .col-12.col-sm-12.col-md-7.col-lg-7.col-xl-7 {
    padding: 0px 25px;
}

h5.date {
    font-size: 15px;
    color: #a69c9d;
}

h5.date {}

h5.date i.fa.fa-calendar {
    color: #da818a;
    padding-right: 10px;
}
h1.person_name {
    font-size: 16px;
    font-weight: 600;
    color: #1e1f54;
}
h1.position_name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0px;
    color: #b31928;
    text-transform: uppercase;
}
h1.members-1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
    padding: 20px 0px 40px;
    color: #292b90;
    
}
.new-clm {
    margin-bottom: 30px;
}
.col-md-12.col-sm-12.right_adm1.padbody.bottom-sec-3 {
    margin-top: 30px;
}
img.img-fluid.adm_pic.left_adm {
    margin-bottom: 20px;
    width: 143px;
    height: 156px;
    border: 1px solid #ccc;
}
h1.position_name1 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}
p.para1a-sec2 {
    border-left: 1px solid;
    padding-left: 30px;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
}
h5.left-text1 {
    text-align: right;
    padding-right: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    line-height: 45px;
}

.row.rowbody.sec2 {
    background: #111848;
    padding: 60px 0px;
    color: #fff;
}
.row.rowbody.welcome-1 img {
    width: 45px !important;
}
.row.rowbody.sec1 {
    padding: 70px 0px;
    
}
.right-sec-1-new {
    padding: 0 50px;
}
p.para1a {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
h5.head-1 {
    padding-bottom: 10px;
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
h5.head-1a {
    margin-bottom: 20px;
}
p.para1ae {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin: 0;
    padding-bottom: 6px;
}
.row.rowbody.welcome-1 {
    padding-top: 20px;
}

h5.name_slider {
    position: absolute;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-top: 11%;
    font-size: 30px;
}
@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
      padding: 0;
      border-radius: 0;
      background: transparent;
    }
  }
  a.dropdown-item {
    padding: 7px 20px;
    background: #184083;
    color: #fff;
    border-bottom: 1px solid #4671b9;
    font-size: 14px;
}
a.dropdown-item:hover {
    color: #fff;
    background: #193667;
    
}
.carousel-item {
    
    background-size: cover;
    background-position: center center;
  
}
h5.copyright a {
    color: #d43040;
    text-decoration: none;
}
h1.head2g {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    padding-bottom: 30px;
    font-weight: 600;
    width: 100%;
    padding-left: 15px;
    text-align: center;
}
img.img-fluid.news-left {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
}
.carousel-item img.img-fluid.new-img-1 {
    width: 100%;
}
h5.nws-btn {
    text-align: center;
}

h5.nws-btn a {
    background: #b31928;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
p.para-news {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: #000;
}



.carousel-item h1 {
    margin: 0;
  color: white;
}

a.navbar-brand img {
    width: 68%;
    padding: 10px 0px;
}
.row.rowbody.menu-new {
    background: #b31928;
}

.row.rowbody.footer {
    padding: 50px 0px;
    background: #282424;
}
p.para-footer {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
}
ul.footer-links {
    padding: 0;
}
p.para-foo {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
h5.copyright {
    color: #c6c0c0;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}









h5.in-order {
    margin: 40px 0px 20px;
    color: #b31928;
}
h5.album-name {
    text-align: center;
    padding: 20px 0px;
    font-family: 'Playfair Display', serif;
    color: #b31928;
}
p.para-inner-1 {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-align: justify;
}
p.para-inner-1a {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-align: justify;
    font-style: italic;
}


















p.para-cn-foo {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
}
ul.footer-social {
    padding: 0;
    float: right;
    margin: 0;
}

ul.footer-social li {
    display: inline-block;
    margin-left: 10px;
}

ul.footer-social a {
    color: #ffffff;
}
.row.rowbody.copyright {
    padding:30px 0px;
    background: #222222;
}
.row.rowbody.cn-foo1 img {
   
}
p.para-date-foo {
    color: #a49e9e;
    font-size: 13px;
    margin: 0;
}

hr.line-foo {
    border-top: 1px solid #756e6e;
    width: 80%;
    margin: 20px 0px 20px;
}

.row.rowbody.latest-foo img {
    width: 80%;
}
ul.footer-links li {
    line-height: 44px;
    border-bottom: 1px solid #cccccc80;
}
i.fa.fa-bars {
    color: #fff;
}
ul.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
}
h5.footer-logo {
    color: #fff;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 22px;
}
li.nav-item .download-mobile {
    display: none !important;
}
li.nav-item.download-mobile {
    display: none;
}

@media only screen and (max-width: 320px) {
}
@media  (min-width: 300px) and  (max-width: 576px)  {
    li.nav-item .download-mobile {
        display: block !important;
    }
    li.nav-item.download-mobile {
        display: block !important;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 8px 14px;
    }
    #mybutton
    {
        right: 10px;
    }
    /* div#mybutton {
        display: none;
    } */
    div#navbarSupportedContent {
        text-align: center;
      
    }
    .slider-content-style .content h3 {
         
        font-size: 20px;
        
    }
    .slider-content-style .content p {
        line-height: 24px;
        font-size: 14px;
        
    }
    h1.head3 {
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        padding: 30px 0px 10px;
        margin: 0;
        color: #fff;
        margin-bottom: 10px;
        line-height: 28px;
    }
    .gallery-text {
        line-height: 150px;
    }
    h1.members-1 {
        font-size: 22px;
       
        padding: 20px 0px 20px;
    
    }
    .row.rowbody.box2 .col-12.col-sm-12.col-md-7.col-lg-7.col-xl-7 {
        padding: 10px 0px;
    }
    p.para1a-sec2 {
        border-left: 0px solid;
        padding-left: 0;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        text-align: center;
    }
    h5.left-text1 {
        text-align: center;
        padding-right: 0px;
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    p.para1ae {
        font-size: 14px;
        line-height: 24px;
        color: #000;
        margin: 0;
        padding-bottom: 6px;
    }
    .right-sec-red {
        padding: 0 20px 30px !important;
    }
    .right-sec-1-new {
        padding: 30px  15px;
    }
    h5.head-1a a {
        
        font-size: 14px;
        
    }
    p.para-cn-foo {
        color: #fff;
        font-weight: 300;
        font-size: 13px;
        line-height: 22px;
    }
    button.learn {
        border: 0;
        background: #fff;
        padding: 7px 18px;
        margin-top: 12px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
    }
    p.para2 {
        color: #726d6d;
        line-height: 24px;
        padding: 4px 20px;
        margin: 0;
        font-size: 14px;
    }
    h5.head-21 {
        padding-bottom: 0px;
        color: #fff;
        padding-top: 10px;
        font-family: 'Playfair Display', serif;
    }
    p.para21 {
      
        font-size: 14px;
    }
    p.para-foo {
        font-size: 13px;
        line-height: 22px;
    }
    p.para2f {
        font-size: 14px;
        line-height: 23px;
        
    }
    h5.footer-logo {
        
        font-size: 18px;
       
    }
    ul.footer-links a {
       
        font-size: 14px;
    }


    p.para1a {
        text-align: justify;
        font-size: 15px;
        line-height: 26px;
    }

    img.img-fluid.inner-img-3 {
        width: 100%;
        float: left;
        padding-right: 0px;
        padding-bottom: 20px;
    }


    h5.head-1 {
        padding: 0;
        font-size: 17px;
       
    }
    h1.head1a {
       
        padding-bottom: 12px ;
       
        font-size: 18px;
        line-height: 28px;
     
    }
   
    .container.padbody {
        max-width: 95% !important;
    }
    .row.rowbody.sec1 {
        padding: 0px 0px 0px;
    }
    h1.head2.text-center {
        width: 100%;
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 700;
        padding: 0;
    }
    h1.head2 {
      
        font-size: 24px;
       
    }
    h5.head-2f {
        font-family: 'Playfair Display', serif;
        font-size: 19px;
        line-height: 30px;
    }
    h5.footer-logo {
        color: #fff;
        padding-bottom: 5px;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 20px;
    }
    .row.rowbody.footer {
        padding: 40px 0px 20px;
      
    }
    .row.rowbody.box2 {
        margin-bottom: 20px !important;
    }
    .row.rowbody.sec4 {
        padding: 30px 0px 20px;
    }
    ul.footer-social {
        padding: 0;
        float: none;
        margin: 0;
        text-align: center;
        margin-top: 20px;
    }
    h5.copyright {
        color: #c6c0c0;
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }
.fixed-top .new-con {
    padding: 0px 0px;
}
.dropdown-item {
  
    padding: 10px !important;
}
.dropdown-menu {
    padding: 0 !important;
    border: transparent !important;
}
div#navbarCollapse {
    float: none;
}
a.navbar-brand {
    width: 90%;
}
a.navbar-brand img {
    width: 100%;
    
}
.slider-content-style .content a.thm-btn {
   
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 27px;
    
}
.gallery-text h3 {
    font-size: 16px;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
   
    height: 54vh;
    padding: 0;
}
i.fa.fa-bars {
    color: #fff;
}
button.navbar-toggler {
    display: block !important;
    position: fixed;
    top: 0;
    z-index: 9999;
}
	button.navbar-toggler {
		right: 0;
		float: right;
		margin-top: 20px;
	}
    h3.nht {
        font-size: 18px;
        
        line-height: 150px;
    
        
    }
    img.img-fluid.inner-img-2 {
        width: 100%;
        float: left;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .gallery {
      
        margin-bottom: 20px;
    }
    .new-m {
        margin-bottom: 20px;
    }
}
@media  (min-width: 577px) and  (max-width: 767.98px)  {
    img.img-fluid.inner-img-3 {
        width: 100%;
        float: left;
        padding-right: 0px;
        padding-bottom: 20px;
    }
.new-m {
        margin-bottom: 20px;
    }


    li.nav-item .download-mobile {
        display: block !important;
    }
    li.nav-item.download-mobile {
        display: block !important;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 8px 14px;
    }
    div#mybutton {
        display: none;
    }  
    div#navbarSupportedContent {
        text-align: center;
      
    }
    .slider-content-style .content h3 {
         
        font-size: 28px;
        
    }
    .slider-content-style .content p {
        line-height: 24px;
        font-size: 14px;
        
    }
    h1.head3 {
        font-family: 'Playfair Display', serif;
        font-size: 23px;
        padding: 30px 0px 10px;
        margin: 0;
        color: #fff;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .gallery-text {
        line-height: 150px;
    }
    .row.rowbody.box2 .col-12.col-sm-12.col-md-7.col-lg-7.col-xl-7 {
        padding: 10px 0px;
    }
    p.para1a-sec2 {
        border-left: 0px solid;
        padding-left: 0;
        font-size: 16px;
        line-height: 28px;
        margin: 0;
        text-align: center;
    }
    h5.left-text1 {
        text-align: center;
        padding-right: 0px;
        font-family: 'Playfair Display', serif;
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 20px;
    }
    .right-sec-red {
        padding: 0 20px 30px !important;
    }
    .right-sec-1-new {
        padding: 30px  15px;
    }
    h1.head1a {
       
        padding-bottom: 12px ;
       
        font-size: 21px;
        line-height: 28px;
     
    }
    p.para1a {
        text-align: justify;
    }
    .container.padbody {
        max-width: 95% !important;
    }
    .row.rowbody.sec1 {
        padding: 0px 0px 0px;
    }
    h1.head2.text-center {
        width: 100%;
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 700;
        padding: 0;
    }
    h1.head2 {
      
        font-size: 28px;
       
    }
    img.img-fluid.inner-img-2 {
        width: 100%;
        float: left;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    h5.footer-logo {
        color: #fff;
        padding-bottom: 5px;
        text-transform: uppercase;
        font-size: 22px;
        margin-top: 20px;
    }
    .row.rowbody.footer {
        padding: 40px 0px 20px;
      
    }
    .row.rowbody.box2 {
        margin-bottom: 20px !important;
    }
    .row.rowbody.sec4 {
        padding: 30px 0px 20px;
    }
    ul.footer-social {
        padding: 0;
        float: none;
        margin: 0;
        text-align: center;
        margin-top: 20px;
    }
    h5.copyright {
        color: #c6c0c0;
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }
.fixed-top .new-con {
    padding: 0px 0px;
}
.dropdown-item {
  
    padding: 10px !important;
}
.dropdown-menu {
    padding: 0 !important;
    border: transparent !important;
}
div#navbarCollapse {
    float: none;
}
a.navbar-brand {
    width: 80%;
}
a.navbar-brand img {
    width: 100%;
    
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
   
    height: 54vh;
    padding: 0;
}
i.fa.fa-bars {
    color: #fff;
}
button.navbar-toggler {
    display: block !important;
    position: fixed;
    top: 0;
    z-index: 9999;
}
	button.navbar-toggler {
		right: 0;
		float: right;
		margin-top: 20px;
	}
    h3.nht {
        line-height: 100px;
        font-size: 15px;
    }
    .gallery-text {
        line-height: 100px;
    }
    .gallery-text h3 {
        line-height: 100px;
        font-size: 15px;
    }
    .gallery {
      
        margin-bottom: 20px;
    }
}




@media   (min-width: 7767.98px) and  (max-width: 3000px) {
    li.nav-item.dropdown.download-mobile {
        display: none;
    }
}



@media   (min-width: 768px) and  (max-width: 991.98px) {
    .right-sec-red {
        padding: 30px 60px !important;
    }

    h5.left-text1 {
        text-align: right;
        padding-right: 0px;
        font-family: 'Playfair Display', serif;
        font-size: 21px;
        line-height: 45px;
    }
    h1.head1a {
       
        padding-top: 20px !important;
    }
    .right-sec-1-new {
        padding: 0 0px;
    }
    .carousel-item {
      
        height: 44vh !important;
        padding: 0;
    }
    .row.rowbody.sec1 {
        padding: 20px 0px 20px;
    }
    p.para-foo {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        
    }
    p.para-footer {
        
        margin-bottom: 20px;
    }
    p.para1a-sec2 {
      
        padding-left: 30px;
        font-size: 15px;
        line-height: 24px;
        margin: 0;
    }
    h3.nht {
       
        line-height: 105px;
        
        font-size: 14px;
    }
    .gallery-text {
        line-height: 105px;
    }
    .gallery-text h3 {
        line-height: 105px;
     
        font-size: 14px; 
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 8px 4px;
        font-size: 10px;
    }
    .row.rowbody.menu-new .container.padbody {
        text-align: center;
        max-width: 97% !important;
    }

    .fixed-top .new-con {
        padding: 0px 10px;
    }
    a.dropdown-item {
        padding: 7px 10px;
        background: #184083;
        color: #fff;
        border-bottom: 1px solid #4671b9;
        font-size: 10px;
    }


}


@media   (min-width: 992px) and  (max-width: 1200px) {
    .right-sec-red {
        padding: 0 14px !important;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 8px;
        font-size: 13px;
    }
    p.para21 {
        color: #fff;
        font-weight: 300;
        font-size: 13px;
    }
    .right-sec-1-new {
        padding: 0 10px;
    }
    h5.left-text1 {
      
        font-size: 25px;
        
    }
    p.para3 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 15px;
    }
    h3.nht {
       
        line-height: 138px;
      
    }
    ul.footer-links li {
        line-height: 35px;
        border-bottom: 1px solid #cccccc80;
    }
    button.learn {
        border: 0;
        background: #fff;
        padding: 4px 16px;
        margin-top: 7px;
        text-transform: uppercase;
        font-weight: 600;
    }
    p.para-footer {
        color: #fff;
        font-size: 13px;
        line-height: 25px;
        font-weight: 300;
        margin: 0;
    }
    p.para-foo {
       
        font-size: 13px;
       
    }
    ul.footer-links a {
       
        font-size: 13px;
    }
    .gallery-text {
        line-height: 138px;
    }
    .row.rowbody.box2 {
        margin-bottom: 18px !important;
    }
    p.para2f {
        font-size: 14px;
        line-height: 18px;
        color: #000;
        margin: 0;
        padding-bottom: 6px;
    }
    h5.head-2f {
        font-family: 'Playfair Display', serif;
        font-size: 19px;
        line-height: 23px;
    }
    h1.head3 {
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        padding: 0px 0px 4px;
        margin: 0;
        color: #fff;
        margin-bottom: 4px;
        line-height: 27px;
    }
    .row.rowbody.menu-new .container.padbody {
        text-align: center;
        max-width: 88% !important;
    }
    h5.head-21 {
        padding-bottom: 5px;
        color: #fff;
        padding-top: 12px;
        font-family: 'Playfair Display', serif;
    }
    .fixed-top .new-con {
        padding: 0px 30px;
    }
    h1.head1a {
        color: #000000;
        padding-bottom: 12px;
      
        
        font-size: 24px;
        line-height: 33px;
        font-weight: 700;
    }
    .row.rowbody.welcome-1 {
        padding-top: 7px;
    }
    i.fa.fa-heart-o {
        color: #b31928;
        background: #fff;
        padding: 8px;
        font-size: 16px;
        border-radius: 50px;
        font-weight: 700;
    }
    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
      
        
        height: 47vh;
      
    }
}

@media   (min-width: 992px) and  (max-width: 2400px) {
div#navbarSupportedContent {
    text-align: center;
    display: inline-block !important;
}
}





@media   (min-width: 1200px) and  (max-width: 1400px) {


    h5.left-text1 {
      
        font-size: 30px;
        
    }
    p.para2f {
        font-size: 15px;
        line-height: 23px;
        color: #000;
        margin: 0;
        padding-bottom: 6px;
    }
    h5.head-2f {
        font-family: 'Playfair Display', serif;
        font-size: 19px;
        line-height: 23px;
    }
    h1.head3 {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        padding: 0px 0px 10px;
        margin: 0;
        color: #fff;
        margin-bottom: 10px;
        line-height: 34px;
    }
    .row.rowbody.menu-new .container.padbody {
        text-align: center;
        max-width: 95% !important;
    }
    h5.head-21 {
        padding-bottom: 5px;
        color: #fff;
        padding-top: 12px;
        font-family: 'Playfair Display', serif;
    }
    .fixed-top .new-con {
        padding: 0px 30px;
    }
    h1.head1a {
        color: #000000;
        padding-bottom: 12px;
      
        
        font-size: 24px;
        line-height: 33px;
        font-weight: 700;
    }
    .row.rowbody.welcome-1 {
        padding-top: 7px;
    }
    i.fa.fa-heart-o {
        color: #b31928;
        background: #fff;
        padding: 13px;
        font-size: 24px;
        border-radius: 50px;
        font-weight: 700;
    }
    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
      
        
        height: 47vh;
      
    }
}