@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important;
}
div#headtitle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}

ul.innerUl li, ul.unorder_list1 li {
    padding-left: 35px;
    background: url(/images/ulbg.png) 0px 4px no-repeat;
    margin-bottom: 12px;
}
h2.dff {
    font-size: 20px;
    font-weight: 600;
    color: #6cbe03;
}

.accordionHeader_Y {
    border: 1px solid #363636;
    background: #363636 url(/img/arrow-accor-down.png) 99% 12px no-repeat;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 0 7px 7px;
    cursor: pointer;
    margin-top: 3px;
    color: #ffe6b5;
}
.accordionHeaderSelected {
    border: 1px solid #6cbe03;
    background: #6cbe03 url(/img/arrow-accor-up.png) 99% 12px no-repeat;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: 700;
    margin-top: 3px;
    cursor: pointer;
    padding: 7px 0 7px 7px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    color: #ffe6b5;
}



:focus-visible {
  outline: none;
}

ol, ul {
  list-style: none;
  padding: 0 !important;
  margin: 0  !important;
}


.clear {
  clear: both;
}

/* Header Css */
.top-hd {
    background: #6cbe03;
  
}
.top-hd ul {
    display: flex;
    align-items: center;  
    height: 33px;  
    margin: 0;
}
.top-hd ul li{
    padding: 0px;;
}
.top-hd ul li a i{
    padding: 0 7px 0 0;
}
.top-hd ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0 36px 0 0;
    transition: all 0.5s;
}
.top-hd ul li a:hover{
    color: #1c1b19;
}
li.mobile-no {
    margin-left:auto ;
}
li.mobile-no a {
    padding: 0 !important;
}

/* Slider Css */
.slider-bg{
    position: relative;
}
.slider-bg::before {
    content: '';
    background-image: url('../images/white-pg.png');
    width: 152px;
    height: 145px;
    position: absolute;
    bottom: -27px;
    left: 8px;
    background-size: 100%;
    z-index: 99;
    background-repeat: no-repeat;
}
.slider-bg::after {
    content: '';
    background-image: url('../images/jesus.png');
    width: 175px;
    height: 450px;
    position: absolute;
    bottom: -7px;
    right: 63px;
    background-size: 100%;
    z-index: 99;
    background-repeat: no-repeat;
}

.carousel-caption {
    bottom: 15% !important; 
}
.carousel-caption h5 {
    font-size: 30px !important;
    font-family: 'Montserrat';
    font-weight: 600;
}
.carousel-caption h2 {
    font-size: 42px;
    font-weight: 800;
    width: 82%;
    margin: auto;
}
.carousel-caption p{
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
    width: 70%;
    margin: auto;
}
.carousel-control-next, .carousel-control-prev{
    top: 0% !important;
}
.carousel-caption a {
    background: #6cbe03;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 7px 14px;
    border-radius: 16px;
    border: 2px solid #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 13px;
    margin: 13px 0 0 0;
    transition: all 0.5s;
}
.carousel-caption a:hover {
    background-color: #000;
}

/* Popes section css */
.popes-bg{
    padding: 90px 0;
}
.card.shadow-sm.popes-img {
    background: #252525;
    color: #fff;
    transition: all 0.5s;
}
.card.shadow-sm.popes-img:hover {
    background: #6cbe03;
}

.popes-img {
    font-family: 'Montserrat'; 
}
.popes-img .card-body{
    padding-bottom: 0;
}
.popes-img .card-body h3 {
    font-family: 'Montserrat';
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.popes-img .card-body p {
    font-size: 15px;
    text-align: center;
    padding: 13px 0 0 0;
    line-height: 20px;
}
.popes-img .card-body a {
    text-decoration: none;
    display: block;
    margin: auto;
    background: #6cbe03;
    width: 120px;
    text-align: center;
    padding: 6px 0;
    position: relative;
    top: 22px;
    border-radius: 19px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #fff;
    transition: background-color 0.3s ease;
}
.popes-img .card-body a:hover{
    background-color: #1c1b19;
}

/* Notices Css */
.notices-bg{
    background-color: #242424;
    height: auto;
    padding: 50px 0px;
    overflow: hidden;

}
.title-notis{
    text-align: center;
    color: #fff;
}
.notice-img {
    padding: 0 14px 0 0;
}
.notices-sl{
    margin: auto;
    text-align: center;
    width: 90%;
}
a.notices-bx {
    border: 2px solid #fff;
    border-radius: 27px;
    padding: 22px 16px;
    text-decoration: none;
    display: block;
    width: 95% !important;
    margin: auto;
    transition: all 0.8s;
}
a.notices-bx:hover {
    border: 2px solid #6cbe03;
}
.tp-notices {
    display: flex;
    align-items: center;
}
.notice-title h3 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
.notice-title span {
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: 600;
}
.notices-bx p {
    line-height: 20px;
    color: #fff;
    margin: 0px;
    padding: 14px 0 0 0;
    text-align: left;
    font-weight: 300;
}

a.btn-more {
    text-decoration: none;
    background: #6cbe03;
    color: #fff;
    width: 131px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 9px 0;
    margin-top: 35px;
    border-radius: 20px;
    font-weight: 500;
    border: 2px solid #fff;
    transition:  all 0.8s;
}
a.btn-more:hover{
    background-color: #000;
}
ul.parent-arrow {
    display: flex;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 17%;
}
ul.parent-arrow li { 
    color: #6cbe03;
    font-size: 65px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
li.prev1 {
    position: absolute;
    left: 0;
}
li.next1{
    position: absolute;
    right: 1%;
}

/* Cathedral section css */
.bg-cathedral {
    background: url('../images/bg-cathedral.png') no-repeat;
    height: 546px;
    background-size: cover;
    margin: 101px 0px;
    padding: 86px 0px;
    overflow: hidden;
}
.title-h2 {
    background: #6cbe03;
    color: #fff;
    text-align: center;
    padding: 0;
    margin-bottom: 28px;
}
.title-h2 h2 {
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 24px;
    margin: 0px;
    padding: 8px 0;
}
.center-cathedral {    
    height: auto;
    width: 82%;
    margin: 0 40px;
}
a.cathedral-img img {
    width: 100%;
}
ul.parent-arrow1 {
    display: flex;
    width: 94%;
    padding: 0px;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 52%;
}
ul.parent-arrow1 li { 
    color: #6cbe03;
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
li.prev1 {
    position: absolute;
    left: 0;
}
li.next1{
    position: absolute;
    right: 1%;
}

/* MASS SCHEDULE Css */
nav.mass-tabs {
    background: #10c64c;
    border-radius: 7px 7px 0 0;
    border-bottom: none;
}
nav.mass-tabs .nav-link {
    color: #fff;
    border-bottom: none;
}
.tab-content.tab-text {
    background: #fff;
    padding: 16px;
}
.tab-content.tab-text .tab-pane h5 {
    background: #10c64c;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 2px;
}
.tab-content.tab-text .tab-pane ul {
    padding: 0 7px;
    margin: 0px;
    
}
.tab-content.tab-text .tab-pane ul li {
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #10c64c36;
    padding: 6px 0;
    font-weight: 500;
    color: #5c5c5c;
}
li.center-ul-li{
    text-align: center;
    background: #878787;
    color: #fff !important;
    padding: 1px 0 !important;
    font-size: 16px !important;
    font-weight: 600!important;;
}
.nav-tabs .nav-link{
    border:none !important
}




/* Offices Times Css */
.bg-officeTimes{
    padding: 100px 0 50px 0;
}
.title-office h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 6px;
}
.office-white-bg {
    height: 214px;
    box-shadow: 1px 5px 8px 6px #14121221;
    margin-bottom: 35px;
    overflow: hidden;
}
.office-times-bx{
    display: flex  !important;
    padding-top: 30px;
}
.time-imgbx {    
    width: 167px;
    height: 167px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}
.times-text{
    width: 70%;
    display: flex;
    justify-content: center;
    
}
.times-text h3 {
    color: #10c64c;
    font-size: 22px;
    width: 57%;
    line-height: 31px;
    margin: 0;
}
.times-text p{
    padding:12px 0 0 0;
    margin: 0;
    color: #000;
}
ul.parent-arrow3, ul.parent-arrow4 {
    display: flex;
    width: 6%;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 0;
    border-left: 2px solid #10c64c;
    height: 80%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}
ul.parent-arrow3 li, ul.parent-arrow4 li {
    color: #10c64c;
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
    border-bottom: 1px solid #6cbe03;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.parent-arrow3 li:last-child, ul.parent-arrow4 li:last-child{
    border-bottom: none;
}

/* Gallery Css */
.bg-gallery{
    position: relative;
    overflow: hidden;
    padding: 30px 0 50px 0;
}
section.bg-gallery::after {
    content: '';
    position: absolute;
    top: -177px;
    height: 399px;
    width: 104%;
    background: #10c64c;
    z-index: -9;
    transform: rotate(7deg);
    
}
.title-office.photo-tit h2{
    color:#fff
}
.title-office.photo-tit p {
    text-align: center;
    color: #fff;
}
.gallery-sl {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pht-bx {
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 15%);
    height: 198px;
    overflow: hidden;
    object-fit: cover;
    padding: 0px;
    width: 94% !important;
    margin: 13px 0;
}
.pht-bx img{
    width: 100%;
    height: 100%;
}
.btn-pht{
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #6cbe03;
    color: #fff;
    width: 99px;
    border-radius: 8px;
    padding: 5px 0;
    display: block;
    margin: 13px auto;
    font-weight: 500;
}
ul.parent-arrow5 {
    width: 6%;
    padding: 0px;
    margin: auto !important;
    cursor: pointer;
    position: relative;
    top: 85%;
    height: 34px;
}

.Grydate, .gallery-heading {
    text-align: center;
    font-weight: 600;
}

ul.parent-arrow5 li {
    color: #6cbe03;
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    line-height: 0;    
}
li.prev5 {
    position: absolute;
    left: 0;
}
li.next5{
    position: absolute;
    right: 0;
}

/* Scriptural Css */
.bg-scriptural{
    background-color: #a2fec1;
    width: 100%;
    height: auto;
    padding: 50px 0;
}

ul.parent-arrow6 {
    display: flex;
    width: 94%;
    padding: 0px;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 45%;
}
ul.parent-arrow6 li { 
    color: #6cbe03;
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
li.prev6 {
    position: absolute;
    left: 0;
}
li.next6{
    position: absolute;
    right: 1%;
}

.center-cathedral.center-cathedral-1{
    margin: 0;
}
ul.parent-arrow7 {
    display: flex;
    width: 95%;
    padding: 0px;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 38%;
   left: 6px;
}
.parent-arrow7 .prev7 { margin-left: 10px;}
.parent-arrow7 .next7  { margin-right: 10px;}
ul.parent-arrow7 li { 
    color: #6cbe03;
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
li.prev7 {
    position: absolute;
    left: 0;
}
li.next7{
    position: absolute;
    right:0;
}


footer{
    background-image: url('../images/bg-ft.png') ;
    background-color: #242424;
    height: auto;
    background-position: center 12px;
    padding: 10px 0;
}
ul.ft-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
ul.ft-ul li {
    border-right: 1px solid white;
    margin-top: 22px;
    line-height: 14px;
}

    ul.ft-ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        padding: 0 14px;
        display: inline-block;
        transition: all 0.8s;
        font-weight: 600;
    }
ul.ft-ul li a:hover{
    color: #10c64c;
}
ul.ft-ul li:last-child{
        border-right:none
    }
.ft-logo{
    text-align: center;
    color: #fff;
}
.ft-logo img{
    padding-bottom: 16px;
}
.widgets-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 34px;
}
.widgets-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 25px;
    margin: 0 3px;
    transition: all 0.6s;
}
.widgets-social a:hover{
   background-color: #10c64c;
   color: #fff;
}
.widgets-social.ft-sitemap a {
    width: 46px;
    height: 46px;
    margin: 0 7px;
}
.external-sl {
    margin: auto;
    position: relative;
    left: 21px;
    width: 90% !important;
}
.external-box{
    position: relative;
}
.external-box h4 {
    color: #fff;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 20px;
    padding: 28px 0 16px 0;
    font-weight: 600;
    margin: 0;
}
a.external-img {
    border-radius: 10px;
    width: 96px !important;
    height: 60px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
a.external-img img {
    max-width: 84px;
    height: 89%;
}

ul.parent-arrow8 {
    display: flex;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 64%;
    left: 16px;
}
ul.parent-arrow8 li { 
    color: #fff;
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
li.prev8 {
    position: absolute;
    left: 0;
}
li.next8 {
    position: absolute;
    right:0;
}
.ft-form {
    background: #4c4c4c;
    width: 96%;
    height: auto;
    margin-top: 18px;
    float: right;
}
.ft-form{
    padding: 16px;
}
.ft-form h3 {
    padding: 0 0 30px 0;
    margin: 0px;
    text-align: center;
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 20px;
}
.form-bx {
    display: flex;
    flex-wrap: wrap;
}
.form-right, .form-left{
    width: 50%;
}
input.input-bx {
    margin: 0 0 0px 0;
    height: 30px;
    padding: 0 8px;
    width: 97%;
}
textarea.form-area {
    height: 91%;
    width: 97%;
    float: right;
}
input.input-bx::placeholder {
    font-size: 13px;
    font-style: italic;
    color: #adadad;
}
a.btn-send {
    text-decoration: none;
    background: #6cbe03;
    color: #fff;
    padding: 13px 0;
    display: block;
    width: 120px;
    text-align: center;
    margin: 12px auto;
    transition: all 0.7s;
}
a.btn-send:hover{
    background: rgb(41, 117, 204);
}
.ft-last {
    color: #fff;
    font-size: 14px;
    padding: 36px 0 0 0;
    font-weight: 400;
}
.ft-last a{
    color: #fff;
    text-decoration: none;
}
.ft-last a:hover{
    color: #10c64c;
}
/* Master Page Css */
.sliderBox {
    background: #f5ce7d;
    padding: 22px 0;
    margin: auto;
}
.mstrRight {
    width: 80%;
    margin: auto;
    background: #fff;
    min-height:300px
}
.master-hdr {
    background: #6cbe03;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0;
}
.masterIn{
    padding:16px
}
.masterIn p {
    font-size: 16px;
    padding: 0px 0 12px 0;
    margin: 0px;
    text-align: justify;
}


@media (max-width:1200px){

    .logo img {
        width: 80%;
    }
    #cssmenu > ul > li > a{
        font-size: 11px !important;        
    }
    .slider-bg::after{
        width: 143px;
    height: 362px;
    }
    
}

@media (max-width:1023px) and (min-width:768px){
    .top-hd, .slider-bg::after{
        display: none;
    }
    .carousel-caption h2{
        font-size: 22px;
    }
    .carousel-caption h5{
        font-size: inherit;
    }
    .carousel-caption p{
        width: 100%;
        font-size: 16px;    
    }
    .carousel-caption{
        bottom: 0 !important;
    }


}

@media (max-width:767px){
    .slider-bg::after, .top-hd{
        display: none;
    }
    .slider-bg::before {
        bottom: -67px;
        left: 0px;
        width: 27%;
    }
    .popes-bg{
        padding: 20px 0;
    }
    .popes-img .card-body a{
        margin-bottom: 35px;
    }
    .notices-sl{
        width: 100%;
    }
    
    ul.parent-arrow, ul.parent-arrow1, ul.parent-arrow5, ul.parent-arrow6, ul.parent-arrow7, ul.parent-arrow8  {
        display: none;
    }
    .bg-cathedral{
        height: auto;
        margin-top: 20px;
        padding: 20px 0px;
    }
    .center-cathedral{
        margin: 0;
        width: 100%;
    }
    .title-h2{
        margin:26px 0 0 0;
    }
    .office-times-bx{
        flex-wrap: wrap;
        justify-content: center;
    }
    .office-times-bx{
        margin: 0;
    }
    .bg-officeTimes {
        padding: 24px 0 24px 0;
    }
    .title-office h2{
        font-size: 26px;
    }
    .office-white-bg{
        height:auto;
        padding: 0 0 38px 0;
    }
    .times-text{
        Width:100%
    }
    .times-text h3 {
        color: #10c64c;
        font-size: 17px;
        width: 100%;
        line-height: 26px;
        margin: 0;
        text-align: center;
        padding: 12px 0 0 0;
    }
    ul.parent-arrow3, ul.parent-arrow4 {        
        width: 26%;    
        margin: auto;         
        position: relative;
        top: 18px;
        right: 0;
        border: none;
        height: auto;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background-color: #fff;
    }
    ul.parent-arrow3 li, ul.parent-arrow4 li{
        border: none;
    }
    
    section.bg-gallery::after{
        transform: rotate(0deg);
    }
    .bg-scriptural{
        padding: 0 0 20px 0;
    }
    ul.ft-ul{
        padding: 0;
    }
    .external-sl{
        width: 100%;
        left: 0;
    }
    .mstrRight{
        width: 92% !important;
    }
}
h2.imphding {
    color: #6cbe03;
    font-weight: 600;
    font-size: 18px;
}











.roundbtn {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}

    .roundbtn p {
        color: #000;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 26px;
        font-family: 'Montserrat';
        white-space: nowrap
    }

    .roundbtn ul li {
        display: inline-block;
        margin: 0 5px;
        text-align: center;
        vertical-align: top;
    }

    .roundbtn .slick-slide img {
        display: inline-block;
    }

.btnslider {
    padding: 0px 50px;
}

    .btnslider .slick-prev:before,
    .btnslider .slick-next:before {
        display: none
    }

    .btnslider .slick-prev {
        left: 0;
        background: url(/images/icleft.png) top center no-repeat;
        top: 66px;
    }

    .btnslider .slick-next {
        right: 0;
        background: url(/images/icright.png) top center no-repeat;
        top: 66px;
    }

    .btnslider .slick-prev:hover {
        left: 0;
        background: url(/images/icleft.png) top center no-repeat;
        top: 66px;
    }

    .btnslider .slick-next:hover {
        right: 0;
        background: url(/images/icright.png) top center no-repeat;
        top: 66px;
    }

.roundbtn ul li a {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #a2fec1;
    display: inline-block;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    padding-top: 20px;
    transition: all 0.5s ease-out;
    margin-bottom: 10px;
}

    .roundbtn ul li a span {
        background-image: url(/images/big-icon.png);
        background-repeat: no-repeat;
        width: 46px;
        height: 50px;
        display: inline-block;
    }

.Forthcoming span {
    background-position: 8px 0px;
}

.Congratulations span {
    background-position: -167px 0px;
}

.Bishope span {
    background-position: -342px 0px;
}

.Archdiocesan span {
    background-position: -518px 0px
}

.arch span {
    background-position: -693px 0px
}

.roundbtn ul li:hover a {
    background: #6cbe03;
    border: 5px solid #6cbe03;
}

    .roundbtn ul li:hover a.Forthcoming span {
        background-position: 8px -55px;
    }

    .roundbtn ul li:hover a.Congratulations span {
        background-position: -167px -55px;
    }

    .roundbtn ul li:hover a.Bishope span {
        background-position: -342px -55px;
    }

    .roundbtn ul li:hover a.Archdiocesan span {
        background-position: -518px -55px
    }

    .roundbtn ul li:hover a.arch span {
        background-position: -693px -55px
    }

.roundbtn ul li a p {
    margin-bottom: 0px;
}

.roundbtn ul li a span.small {
    height: auto;
    width: auto;
    background-image: none;
    font-size: 12px;
}


ul.parent-arrow7SANJU {
    display: flex;
    width: 95%;
    padding: 0px;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 38%;
    left: 6px;
}

.parent-arrow7SANJU .prev7SANJU {
    margin-left: 10px;
}

.parent-arrow7SANJU .next7SANJU {
    margin-right: 10px;
}

ul.parent-arrow7SANJU li {
    color: #6cbe03;
    font-size: 34px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

li.prev7SANJU {
    position: absolute;
    left: 0;
}

li.next7SANJU {
    position: absolute;
    right: 0;
}


@media (max-width: 767px){
    ul.ft-ul {
        display: block;
    }
        ul.ft-ul li {
            border-right: inherit;
            text-align: center;
        }
}


