


@font-face {
    font-family: 'ElegantIcons';
    src:url('../fonts/ElegantIcons.eot');
    src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ElegantIcons.woff') format('woff'),
        url('../fonts/ElegantIcons.ttf') format('truetype'),
        url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
 margin: 0px;
 padding: 0px;
 list-style: none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -ms-box-sizing: border-box;
 -o-box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
/ ie8 / border: none;
    outline: none;
    vertical-align: middle;
}
a, button, input, select, textarea {
    outline: none  ;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a, a:focus {
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
}
a {
    text-decoration: none;
    
}
ul{
    margin:0;
    padding:0;
}

.h1 ,.h2 ,.h3,.h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #4c4f52;
    font-size: 16px;
    padding-top: 147px;
}
p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.clear {
    clear: both;
}
.container {
    width: 1080px;
}


/*header*/
header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.header-top-outer {
    padding: 0px 60px;
    background-color: #004f5a;
}
.header-bottom-outer {
    background: #fffff0;
    padding: 0px 60px;
}
.header-top-left {
    float: left;
}
.header-top-right {
    float: right;
}
.header-top-outer .navbar-brand {
    height: auto;
    padding: 0px;
    margin-top: 18px;
}
.header-top-outer .navbar-default {
    background: none;
    border: none;
    margin: 0px;
}
.header-top-outer .navbar-default .navbar-nav > .active > a, .header-top-outer .navbar-default .navbar-nav > .active > a:focus, .header-top-outer .navbar-default .navbar-nav > .active > a:hover {
    background: #fffff0;
color: #004f5a;
font-weight: bold;
text-decoration: none;
border-color: #f1f1f1;
}
.header .navbar-default .navbar-nav > li > a, .header li > a {
    line-height: 50px;
    height: 50px;
    padding: 0px 20px 0px 20px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fffff0;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    outline: none;
}



.header-top-outer .navbar-default .navbar-nav > li > a .fa{
    margin-right:6px;
}
.header-top-outer .navbar-default .navbar-nav > li > a:hover,.header li > a:hover {
    background: #fffff0;
color: #004f5a;
font-weight: bold;
text-decoration: none;
border-color: #f1f1f1;
}

.header .navbar-default .navbar-nav > li:first-child > a:after{
      content: '';
    display: inline-block;
    background-color: #7fa7ac;
    width: 2px;
    height: 20px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 15px;
}
.header .navbar-default .navbar-nav > li:first-child > a:hover:after{
    opacity:0;
}
.header-top-outer .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.social-list li a {
    font-size: 20px;
    padding: 0px 10px;
}
ul.social-list li {
    display: inline-block;
}
ul.social-list {
    margin: 0;
}
.logo-img {
    display: inline-block;
    line-height: 97px;
    height: 97px;
    padding: 0px 10px 0px 10px;
    padding-top: 0px;    
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 165px;    
    z-index: 999;
    position: absolute;
    width: 194px;
    border: 0;
    padding: 0px 0px 0px 0px;
    background: #fffff0;
    max-width: none;
    left: -24px;
    margin: 0;
box-shadow: none;
}


ul.menu-list li .dropdown-content li{
    display:block;
}
ul.menu-list li .dropdown-content li a {
    display: block;
    background: #fffff0;
    color: #004f5a;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    line-height: 45px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    height: auto;
}
ul.menu-list li .dropdown-content li a:hover {
    background: #004f5a;
    font-weight: bold;
    text-decoration: none;
    color: #fffff0;
}


ul.menu-list li a{
    line-height: 97px;
    height: 97px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #004f5a;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    text-transform:uppercase;
}
ul.menu-list li.purple{
    margin:0px 20px;
}
ul.menu-list li.purple a {
    background: #611232;
    color: #fff;
    padding:0px 20px;
}
ul.menu-list li.purple a:hover {
background: #7c3352;
color: #fff;
}
ul.menu-list li {
    display: inline-block;
}

/*header*/

/*banner start*/

.slide-bg {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.slide-cont {
    max-width: 1200px;    
    padding: 0px 15px;
    position: absolute;
    top: 50%;
    height: 500px;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slide-box {
    position: absolute;
    background-color: #fff;
    width: 450px;
    background: RGBA(255,255,255,1);
    box-shadow: 0px 1px 10px 0px RGBA(0,0,0,0.22);
    top: 50%;
    transform: translateY(-50%);
    padding: 2.1875em 2.875em 2.1875em 1.875em;
    right: 55px;
}
.slide-box.left {
    left: 55px;
}
.slide-box h6 {
    font-family: 'Roboto', Arial;
    color: #8c8c8c;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}
.slide-box h2 {
    color: #1a1a1a;
    font-size: 225%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-family: 'Playfair Display', Arial;
    margin: 0em 0em 1.25em;
}
.slide-box p {
font-family: 'Playfair Display', Arial;
color: #8c8c8c;
font-size: 100%;
text-shadow: none;
line-height: 1.8;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: left;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
margin: 1.25em 0em 1.5625em;

}
.green-btn {
    font-family: 'Roboto', Arial;
    color: #ffffff;
    font-size: 87.5%;
    text-shadow: 1px 1px 0px RGBA(0,0,0,0.17);
    line-height: 1.5;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: none;
    background: #427f82;   
    padding: 10px 18px 10px 18px;        
    border-radius: 3px;
    display: inline-block;
}
.green-btn:hover, .green-btn:focus{
background: #139fb1;
color:#fff;
}
.banner-slider.owl-carousel .owl-nav button.owl-next, .banner-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -17px;
    font-size: 0;
    display: block ;
    background-color: #fff;
    border-radius: 50%; 
    background-repeat: no-repeat;
    background-position: center;
}
.banner-slider.owl-carousel .owl-nav button.owl-next:hover, .banner-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #427f82;
}
.banner-slider.owl-carousel .owl-nav button.owl-prev {
    left: 40px;
    background-image: url(../images/arrow-left1.png);
}
.banner-slider.owl-carousel .owl-nav button.owl-next {
    right: 40px;
    background-image: url(../images/arrow-right1.png);
}
.banner-slider.owl-carousel .owl-nav button.owl-prev:hover {    
    background-image: url(../images/arrow-left.png);
}
.banner-slider.owl-carousel .owl-nav button.owl-next:hover {   
    background-image: url(../images/arrow-right.png);
}

/* list green */

.green-block{
    font-weight: 700;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 2px;
background-color: #014f5b;
border-radius: 0 0 0 0;
overflow: hidden;
margin-top: 0px;
margin-bottom: 10px;
transition: margin 300ms ease 0ms,padding 300ms ease 0ms,border-radius 300ms ease 0ms;
border-right: 1px solid #fff;
}
.list-block {
    position: absolute;
    width: 100%;   
}
.list-block .green-block:last-child{
    border-right:0;
}
.green-block a {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    display: block;
    background-color: #014f5b;
}
.green-block a:hover {
    border-radius: 0 0 10px 10px;
overflow: hidden;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 35px;
}
.green-block:hover {
    border-radius: 0 0 10px 10px;
}
.flower-block {
    background-image: url(../images/cmsc_bg1.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat:no-repeat;
    padding:40px;
    text-align:center;
    margin-top: 95px;
}
.flower-block h3 {    
    font-weight: 600;
    font-size: 18px;
    color: #611031;
    line-height: 1.6em;
    padding-bottom: 10px;
}
.flower-block p {
    padding-bottom: 20px;
}
.green-border-btn {
    color: #014f5b ;
    border-color: #014f5b;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 16px;    
    text-transform: uppercase;
    background-color: rgba(234,114,74,0);
    padding: 10px 30px;
    border: 2px solid;
    font-weight: 700;
    display: inline-block;
}
.green-border-btn:hover{
    color: #fff;
    background-color: #014f5b;
}
.flower-block .col-sm-4{
    padding: 25px;  
}
.sub-head {
    text-transform: uppercase;
    font-size: 12px;
    color: #0b727a  ;
    letter-spacing: 0.5em;
    line-height: 2em;
    font-weight: 700;
    text-align: center;
}
.main-head {
    font-size: 36px;
    color: #0b727a  ;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 50px;
}
.latest-block {
    padding: 30px 0px 70px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(../images/church-04.jpg);
    background-attachment: fixed;
}
.image-block {

    height: 200px;
    overflow: hidden;
    text-align: center;
    position: relative;

}
.image-block img {

    height: 100%;
    width: auto;
    max-width: inherit;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;

}
.cont-block span {
    font-size: 14px;
    color: #417f82;
    font-weight: 700;
    padding: 20px;
    display: block;
}
.cont-block h3 {
    font-size: 24px;
    color: #6f7073  ;
    padding: 0px 20px 20px;
}
.cont-block h6 {
    color: #6f7073;
    font-size: 10px;
    font-weight: 700;
    padding: 0px 20px;
}
.cont-block p {
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    box-shadow: 0px 8px 18px -6px rgba(0,0,0,0.3);    
    line-height: 1.7em;
}
.bottom-block {
    padding: 20px 0px;
    margin-top: 40px;
}
.globe-block {
    background-color: #7c3352;
    color: #fff;
    padding: 27px 0px;  
}
.globe-image {
    margin-top: -130px;
    margin-bottom: -178px;
    margin-left: -17px;
}


.globe-block h2 {
    display: inline-block;
    margin-bottom: 20px;
}
.globe-block .view-all {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    margin-left: 10px;
}
.globe-block h4 {
    color: #FFFFFF  ;
    border-width: 0px  ;
    border-radius: 0px;
    font-size: 14px;   
    font-weight: 700  ;    
    padding-right: 0.7em;
    line-height: 1.7em;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	font-weight: bold;
line-height: 1.4em;
text-decoration: underline;
}
.globe-block h4:hover {
    background-color: rgba(0,0,0,.05);
}
.globe-block p {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}
.globe-block h4 span {
    margin-left: -19px;
    display: inline-block;
    margin-right: 5px;
}
.upcoming-events {
    padding: 20px 0px;   
}
.img-event {
    width: 158px;
    height: 158px;
    height: 158px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.event-inner { 
    display: flex;
    align-items: center;
}
.event-inner a {
    margin-left: 20px;
padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
color: #611031 !important;
border-width: 0px !important;
border-radius: 8px;
font-size: 14px;
padding-left: 0.7em;
padding-right: 2em;
background-color: #ffffff;
}
.event-inner a .fa{
    margin-left:5px;
}
.event-inner a:hover {
color: #ffffff!important;
    background-color: #611031!important;
}
.share-container {
    max-width: 1500px;
    margin: 0px auto;
    padding: 0px 15px;
}
.share-block {
    padding-top: 70px;
    padding-right: 0px;
    padding-bottom: 110px;
    padding-left: 0px;
    background: url(../images/cmsc_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.share-block .main-head {
    max-width: 800px;
    margin: auto;
    padding: 27px 0px;
    margin-bottom: 25px;
}
.share-inner{
    position:relative;
    box-shadow: 0px 20px 45px -15px rgba(0,0,0,0.5);
    transition: color 300ms ease 0ms,padding 300ms ease 0ms,box-shadow 300ms ease 0ms,box-shadow 300ms ease 0ms;
    height: 220px;
    overflow: hidden;
}
.share-inner:hover{ 
    box-shadow: 0px 32px 105px -15px rgba(0,0,0,0.5);   
}


.cont-share {   
    background-image: linear-gradient(160deg,rgba(1,79,91,0.7) 0%,rgba(1,79,91,0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cont-inner {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 50px 40px 30px;
    transition: color 300ms ease 0ms,padding 300ms ease 0ms,box-shadow 300ms ease 0ms,box-shadow 300ms ease 0ms;
    
}
.share-inner:hover .cont-inner {
    padding:60px 40px;  
}

.cont-inner h3 {
    margin-bottom: 20px;
}
.cont-inner p{    
    text-align: center;
    display:none;
    color:#fff;
}
.share-inner:hover p{
display:block;
}
.library-block h4 {
    font-size: 28px;
    color: #404040  ;
    line-height: 2em;
    text-align: left;
}
.library-block {
    padding: 40px;
    margin-top: 27px;
}
.library-block p {
    color: #404040;
    line-height: 1.7em;    
    margin: 10px 0px 37px;
}
.green-border-btn.brown {
    color: #611031  ;
    border-color: #611031;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 20px 20px;
    font-weight: 900;
}
.green-border-btn.brown:hover,.green-border-btn.brown:focus{
    color: #fff;
    background-color: #611031;
}
.footer-top {
    border-top: 7px solid #417f82;
}
.footer-bottom {
    background-color: #222;
    padding: 50px 0px 100px;
}
.footer-bottom h4 {
    color: #2ea3f2;
    margin-bottom: 10px;
    line-height: 1em;
}
.footer-bottom ul {
    margin-bottom: 60px;
}
.footer-bottom ul li a {
    color: #ffffff;
    font-size: 14px;
}
.footer-bottom ul li {
    margin-bottom: .5em;
    position: relative;
    padding-left: 14px;
}
.footer-bottom ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    border-width: 3px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: "";
    border-color: #2ea3f2;
}
.tagcloud {
    max-width:225px;
}
.tagcloud a {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,.05);
    font-size: 12px  ;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.plum-box p {
    color: #fff !important;
}

.categorie-list li {
    list-style: none !important;
}



