@charset "utf-8";

/* CSS Document */


/******************  Table of Contents  *****************************/


/*

1. GLOBAL STYLES
2. NAVIGATION BAR
3. CAROUSEL
4. UPCOMING EVENT
5. FEATURE BLOCK
6. EVENT LIST
7. CAROUSEL
8. LATEST BLOG
9. LATEST SERMONS
10. IMAGE GALLERY
11. BIBLE QUOTES
12. SUBSCRIBE
13. FOOTER
14. SUB PAGES
15. BLOG
16. SHORTCODES
17. CONTACT US


*/


/*========== 1. GLOBAL STYLES ==============*/

body {
    font-family: 'Inter UI';
    font-weight: normal;
    font-style: normal;
    background: #FFF;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 17px;
}

a {
    transition: all 0.4s ease-in-out;
    color: #2C2C2A;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0433ff;
    text-decoration: none;
}

.link-reverse {
    color: #0433ff;
}

.link-reverse:hover,
.link-reverse:focus {
    color: #0433ff;
}

strong,
b {
    font-weight: 600;
}

p {
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
    font-family: 'Inter UI';
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    font-size: 3.4em;
    margin: 10px 0;
    line-height: 1.1;
}

h2 {
    font-family: 'Inter UI';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    color: #333333;
}

h3 {
    font-size: 28px;
    margin: 15px 0;
    word-spacing: -3px;
    color: #FFF;
}

h4 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    font-size: 50px;
    color: #0433ff;
    margin: 10px 0;
    line-height: 1.2;
}

h5 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    font-size: 44px;
    text-align: left;
}

h6 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    color: #FFF;
    line-height: 1.2em;
    letter-spacing: 0.5px;
}

h7 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    color: #FFF;
    line-height: 1.2em;
    letter-spacing: 0.5px;
}

h8 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #000;
    font-size: 2.0em;
    line-height: 1.6em;
}

.lead {
    font-size: 16px;
    line-height: 1.5em;
    color: #384047;
}

.text-center {
    text-align: left;
    letter-spacing: 1px;
}

@media (max-width:767px) {
    h1 {
        font-size: 2.0em;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 2.0em;
    }
    h5 {
        text-align: center;
    }
    h6 {
        font-size: 11px;
    }
    h8 {
        font-size: 20px;
    }
    .img-responsive3,
    .thumbnail>img,
    .thumbnail a>img,
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

.caret {
    margin-top: -3px;
}

.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn {
    font-family: 'Inter UI';
    font-weight: normal;
    font-style: normal;
}

.btn-giant {
    padding: 18px 30px;
    font-size: 32px;
    line-height: 1.33;
    border-radius: 5px;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 14px 25px;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 4px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 52px;
    border-radius: 3px;
}

.form-control {
    border-radius: 3px;
}

.form-control:focus {
    border-color: #BBB4A7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border-radius: 3px;
}

.btn-primary {
    color: #483f34;
    background-color: #ee6b00;
    border-color: #ca5d04;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #483f34;
    background-color: #fdbf51;
    border-color: #e7ad47;
}

.btn-footer {
    color: #FFF;
    background-color: #5fab41;
    padding: 12px 25px;
    font-size: 22px;
    transition: all 0.3s ease-in;
    border-radius: 4px;
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.open>.dropdown-toggle.btn-footer {
    color: #FFF;
    background-color: #0e1999;
    transition: all 0.3s ease-in;
}

.btn-bouton {
    color: #FFFFFF;
    background-color: #0433ff;
    padding: 15px 25px;
    font-size: 16px;
    transition: all 0.3s ease-in;
    /*border-radius: 30px;*/
    border: 2px solid #FFF;
}

.btn-bouton:hover,
.btn-bouton:focus,
.btn-bouton:active,
.btn-bouton.active,
.open>.dropdown-toggle.btn-bouton {
    color: #FFF;
    background-color: #000000;
    transition: all 0.3s ease-in;
}

.well {
    background: #EBEDEE;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.highlight-bg {
    background: #FFF;
    padding: 30px 0 24px;
}

.highlight-bg-intro {
    background: #FFF;
    padding: 80px 0% 12%;
    /*box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .2);*/
}

.highlight-bg-white {
    background: #FFF;
    padding: 8% 0% 4%;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .2);
}

.highlight-bg-black {
    background-image: url('../images/background_expertise.jpg');
    background-repeat: repeat-x;
    padding: 8% 0%;
}

.highlight-bg-image {
    background-image: url('../images/background_img.jpg');
    background-repeat: repeat-x;
    padding: 12% 0%;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .2);
}

.has-margin-top {
    margin-top: 50px;
}

.has-margin-bottom {
    margin-bottom: 10px;
}

.has-margin-xs-top {
    margin-top: 10px;
}

.has-margin-xs-bottom {
    margin-bottom: 30px;
}

.has-margin-xs-right {
    margin-right: 20px;
}

.has-no-margin {
    margin: 0;
}

.has-padding {
    padding: 20px;
}

.has-padding-xs {
    padding: 10px;
}

.has-padding-vertical {
    padding: 20px 0;
}

.has-padding-bottom {
    padding-bottom: 20px;
}

.has-padding-xs-vertical {
    padding: 10px 0;
}

.has-padding-xs-bottom {
    padding-bottom: 10px;
}

.has-padding-xs-top {
    padding-top: 10px;
}

.has-border {
    border: 1px solid #eadeda;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.has-border-bottom {
    border-bottom: 1px solid #eadeda;
}

.section-title {
    text-align: left;
    color: #53504c;
    min-height: 50px;
    margin-bottom: 40px;
    margin-left: 30px
}

.section-title h4 {
    position: relative;
}

.section-title h4:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -12px;
    width: 30px;
    height: 4px;
    background: #35a8e0;
    margin-left: 0px;
}

.section-title.left-align {
    text-align: left;
}

.section-title.left-align h4:after {
    left: 0;
    margin-left: 0;
}

.well .section-title {
    margin-bottom: 20px;
}

.badge {
    color: #918677;
    background-color: #E7E0D7;
}

@media (min-width:768px) {
    .section-title.left-align-desktop {
        text-align: left;
    }
    .section-title.left-align-desktop h4:after {
        left: 0;
        margin-left: 0;
    }
}


/*========== 2. NAVIGATION BAR ==============*/

@media (min-width:768px) {
    .navbar-header {
        max-width: 160px;
    }
}

@media (min-width:992px) {
    .navbar-header {
        max-width: 280px;
    }
}

.navbar-default {
    background-color: #FFF;
    /*IE Fix*/
    background-color: #FFF;
    border: 0;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    /*text-transform: uppercase;*/
    font-size: 17px;
    letter-spacing: 0px;
}


/*On scroll Transition*/

.navbar-brand,
.navbar-brand img,
.navbar,
.navbar-nav,
.nav>li>a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-brand {
    height: 85px;
}

.navbar-brand img {
    max-height: 100%;
}

.navbar {
    min-height: 85px;
}

.navbar-nav {
    margin: 25px 0;
}

.nav>li>a {
    padding: 7px 18px;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    color: #0433ff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #0433ff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #0433ff;
    /*background-color: #f2e7d7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
}

.navbar-toggle {
    margin-top: 17px;
}

.copy {
    font-size: 8px;
}


/*== NAVBAR ON SCROLL ==*/

@media (min-width:992px) {
    .navbar-brand img {
        height: 60px;
    }
    .navbar-default.shrink {
        background-color: #FFF;
        border-bottom: solid 0px #F7F7F7;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
    }
    .shrink .navbar-brand {
        height: 75px;
    }
    .shrink .navbar-brand img {
        height: 45px;
    }
    .navbar.shrink {
        min-height: 50px;
    }
    .shrink .navbar-nav {
        margin: 20px 0;
    }
    .shrink .nav>li>a {
        padding: 7px 15px;
    }
}

@media (max-width:991px) {
    .navbar-brand {
        height: 70px;
    }
    .navbar {
        min-height: 50px;
    }
    .navbar-nav {
        margin: 17px 0;
    }
    .nav>li>a {
        padding: 7px 12px;
    }
}

@media (max-width:991px) {
    .navbar-default {
        background-color: #FFF;
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu-left {
        left: 18px;
    }
    .navbar-right .active .dropdown-menu-left {
        left: 0;
    }
}


/*========== 3. CAROUSEL ==============*/


/* Carousel base class */

.carousel {
    height: 80vh;
}

.carousel_small {
    height: 380px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
    bottom: auto;
    text-shadow: 0px 1px 2px transparent;
    padding: 50px;
    color: #FFF;
    right: 10%;
    left: 10%;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    text-align: center;
}

.carousel_small-caption {
    z-index: 10;
    top: 20%;
    bottom: 0;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width:480px) {
    .carousel-caption {
        /*top: 40%;*/
        right: 2%;
        left: 2%;
    }
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 80vh;
    background-color: #eeeeee;
    background-position: center;
}

.carousel_small .item {
    height: 380px;
    background-color: #e5d9c8;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 55%;
}

.slide-one {
    background: url(../images/big_slideshow01.jpg) no-repeat;
    background-size: cover;
}

.slide-two {
    background: url(../images/big_slideshow02.jpg) no-repeat;
    background-size: cover;
}

.slide-three {
    background: url(../images/big_slideshow03.jpg) no-repeat;
    background-size: cover;
}

.slide-four {
    background: url(../images/big_slideshow04.jpg) no-repeat;
    background-size: cover;
}

.slide-five {
    background: url(../images/big_slideshow05.jpg) no-repeat;
    background-size: cover;
}

.slide-six {
    background: url(../images/big_slideshow06.jpg) no-repeat;
    background-size: cover;
}

.slide-seven {
    background: url(../images/big_slideshow07.jpg) no-repeat;
    background-size: cover;
}

.slide-eight {
    background: url(../images/big_slideshow08.jpg) no-repeat;
    background-size: cover;
}

.slide-nine {
    background: url(../images/big_slideshow09.jpg) no-repeat;
    background-size: cover;
}

.slide-010 {
    background: url(../images/big_slideshow010.jpg) no-repeat;
    background-size: cover;
}

.slide-011 {
    background: url(../images/big_slideshow011.jpg) no-repeat;
    background-size: cover;
}

.slide-012 {
    background: url(../images/big_slideshow012.jpg) no-repeat;
    background-size: cover;
}

.slide-013 {
    background: url(../images/big_slideshow013.jpg) no-repeat;
    background-size: cover;
}

.slide-014 {
    background: url(../images/big_slideshow014.jpg) no-repeat;
    background-size: cover;
}

.slide-015 {
    background: url(../images/big_slideshow015.jpg) no-repeat;
    background-size: cover;
}

.slide-016 {
    background: url(../images/big_slideshow016.jpg) no-repeat;
    background-size: cover;
}

.slide-017 {
    background: url(../images/big_slideshow017.jpg) no-repeat;
    background-size: cover;
}

.slide-018 {
    background: url(../images/big_slideshow018.jpg) no-repeat;
    background-size: cover;
}

.slide-019 {
    background: url(../images/big_slideshow019.jpg) no-repeat;
    background-size: cover;
}

.slide-020 {
    background: url(../images/big_slideshow020.jpg) no-repeat;
    background-size: cover;
}

.slide-021 {
    background: url(../images/big_slideshow021.jpg) no-repeat;
    background-size: cover;
}

.slide-022 {
    background: url(../images/big_slideshow022.jpg) no-repeat;
    background-size: cover;
}

.slide-023 {
    background: url(../images/big_slideshow023.jpg) no-repeat;
    background-size: cover;
}

.slide-024 {
    background: url(../images/big_slideshow024.jpg) no-repeat;
    background-size: cover;
}

.slide-025 {
    background: url(../images/big_slideshow025.jpg) no-repeat;
    background-size: cover;
}

.slide-026 {
    background: url(../images/big_slideshow026.jpg) no-repeat;
    background-size: cover;
}

.slide-027 {
    background: url(../images/big_slideshow027.jpg) no-repeat;
    background-size: cover;
}

.slide-actu {
    background: url(../images/big_slideshow_actu.png) no-repeat;
    background-size: cover;
}


/*========== 4. UPCOMING EVENT ==============*/

.event-cta {
    text-align: center;
}

.event-cta p {
    font-size: 23px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #666;
}

.event-cta span {
    color: #9f978c;
    font-family: 'Inter UI';
    font-weight: normal;
    font-style: normal;
}

@media (min-width:992px) {
    .event-cta {
        text-align: left;
    }
    .ec-txt {
        float: left;
    }
    .event-cta p {
        margin-bottom: 0;
    }
    .event-cta .btn {
        float: right;
    }
}

.event-details .ed-title {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.event-details .ed-content {
    line-height: 2;
    color: #53504c;
}


/*========== 5. FEATURE BLOCK ==============*/

@media (max-width:767px) {
    .feature-block {
        text-align: center;
    }
    .feature-block .img-responsive {
        margin: 0 auto;
    }
}

@media (max-width:991px) {
    .center-this {
        text-align: center;
    }
    .center-this .img-responsive {
        margin: 0 auto;
    }
}


/*========== 6. EVENT LIST ==============*/

.el-block {
    text-align: center;
}

.el-block h4 {
    position: relative;
    color: #53504c;
}

.el-block h4:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    width: 20px;
    height: 4px;
    background: #919191;
    margin-left: -10px;
}

.el-head {
    color: #53504c;
    font-size: 18px;
    margin: 20px 0 5px;
}

.el-cta {
    margin: 15px 0;
}


/*========== 7. CAROUSEL ==============*/


/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav {
    display: none;
}

@media (min-width:1200px) {
    .owl-theme .owl-controls .owl-nav {
        display: block;
    }
    .owl-theme .owl-controls .owl-nav div {
        position: absolute;
    }
    .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -10px;
        top: 55px;
    }
    .owl-theme .owl-controls .owl-nav .owl-next {
        right: -10px;
        top: 55px;
    }
}

.owl-theme .owl-controls .nav-arrow {
    width: 16px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    display: block;
}

.owl-theme .owl-controls .nav-arrow.left {
    background-position: 0 0;
}

.owl-theme .owl-controls .nav-arrow.right {
    background-position: 100% 0;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #DDCBAB;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #AC7F62
}


/*========== 8. LATEST BLOG ==============*/

.media-heading {
    color: #53504c;
}

.media-content {
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .media-heading {
        margin-top: 20px;
    }
    .bulletin {
        text-align: center;
    }
}


/*========== 9. LATEST SERMONS ==============*/

.list-group {
    padding-left: 30px;
    margin-bottom: 20px;
    padding-right: 30px;
}

.list-group-item {
    background: url(../images/play.png) no-repeat 0 15px transparent;
    border: 0;
    border-top: 1px solid #FFF;
    padding-left: 20px;
}

.list-group-item:first-child {
    border-top: 0;
}

a.list-group-item-text {
    color: #9E9E9E;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: transparent;
}


/*========== 10. IMAGE GALLERY ==============*/

.img-gallery .fancybox img {
    margin: 0 auto;
    margin-bottom: 30px;
}


/*========== 11. BIBLE QUOTES ==============*/

.blockquote-centered {
    text-align: center;
    color: #393939;
    border: 0;
    line-height: 1.6;
    position: relative;
    cursor: hand;
}

@media (min-width:767px) {
    .blockquote-centered {
        padding: 0 50px;
        font-size: 26px;
    }
}

.blockquote-centered:before,
.blockquote-centered:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
}

.blockquote-centered:before {
    background: url(../images/quote-1.png) no-repeat;
    left: 0;
    top: 0;
}

.blockquote-centered:after {
    background: url(../images/quote-2.png) no-repeat;
    right: 0;
    bottom: 0;
}

.blockquote-centered small {
    padding: 15px 0;
}


/*========== 12. SUBSCRIBE ==============*/

.susbcribe-head {
    margin: 0;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.susbcribe-head span {
    color: #999085;
    font-weight: normal;
}

.ketchup-error {
    display: none!important;
}

@media (min-width:767px) {
    .subscribe-form .form-group {
        margin-bottom: 0;
    }
    .susbcribe-head {
        margin: 0;
        text-align: left;
    }
    .susbcribe-head span {
        display: block;
    }
}


/*========== 13. FOOTER ==============*/

footer {
    background: #EEE;
    color: #f9f1e6;
    padding-top: 0spx;
}


/*footer h5 {
	color:#fff;
}
*/

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.footer-links li {
    border-bottom: 1px solid #92a1a8;
    padding: 5px;
}

footer p {
    color: #FFF;
    font-size: 16px;
}

footer a {
    color: #FFF;
}

footer a:hover,
footer a:focus {
    color: #0433ff;
}

.copyright {
    background: #0433ff;
    padding-top: 10%;
    padding-bottom: 8%;
    margin-top: 0px;
    text-align: center
}

.social-icons a {
    opacity: 0.5;
}

.social-icons a:hover,
.social-icons a:focus {
    opacity: 0.8;
}


/*========== 14. SUB PAGES ==============*/

.subpage-head {
    background-color: #ebedee;
    padding-top: 80px;
    padding-bottom: 20px;
}

.subpage-head h3 {
    color: #53504c;
}

@media (min-width:992px) {
    .subpage-head {
        padding-top: 30px;
    }
}


/*========== 15. BLOG ==============*/

.pagination>li>a,
.pagination>li>span {
    color: #483f34;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #917E68;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #fdbf51;
    border-color: #e7ad47;
    color: #483f34;
}

.vertical-links li {
    border-bottom: 1px solid #E6DDD4;
    padding: 8px 0;
}

.tag-cloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 8px;
    border: 1px solid #eceae4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f7f3;
    font-size: 12px;
}

.comments-block>.media {
    border-bottom: 1px solid #eadeda;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-block>.media .media {
    border-top: 1px solid #eadeda;
    padding-top: 20px;
}

.media-object {
    width: 40px;
}

.comments-head {
    font-size: 35px;
    color: #53504c;
    border-bottom: 1px solid #eadeda;
    margin: 40px 0 20px;
    padding-bottom: 10px;
}


/*========== 16. SHORTCODES ==============*/

.theme-showcase {
    margin-bottom: 50px;
}

.theme-showcase h1 {
    font-size: 35px;
    color: #53504c;
    margin-bottom: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #483f34;
    background-color: #ffc55f;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #483f34;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: transparent;
    color: #483f34;
}

.panel-primary {
    border-color: #DBBA80;
}

.panel-primary>.panel-heading {
    color: #483f34;
    background-color: #ffc55f;
    border-color: #DBBA80;
}

.progress {
    background-color: #D3CFCC;
}


/*========== 17. CONTACT US ==============*/

.location-map {
    height: 400px;
    background-color: #ccc;
}

.location-map iframe {
    width: 100%;
    height: 400px;
    border: 0;
}


/*========== 18. CHARITY DONATION ==============*/

.charity-box {
    background: #f9f1e6;
    overflow: hidden;
}

.charity-image {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.charity-image img {
    min-width: 100%;
}

.charity-desc {
    padding: 15px;
}

.charity-desc h3 {
    font-size: 28px;
    color: #53504c;
    margin: 0 0 5px 0;
}

.pledged-amount {
    font-size: 40px;
    color: #53504c;
    margin: 15px 0 5px 0;
}

.pledged-amount.has-no-margin {
    margin: 0 0 5px;
}

.donate-now {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    float: left;
}

@media (min-width:992px) {
    .charity-image {
        width: 420px;
        margin-bottom: 0;
        margin-right: 20px;
    }
}

@media (min-width:768px) {
    .donate-now {
        text-align: right;
        padding: 0;
        float: right;
        width: auto;
    }
}


/*========== 19. EVENT CALENDAR ==============*/

.event-cal-wrap h2 {
    font-size: 18px;
    color: #2c2c2a;
}

.subpage-head2 {
    padding-top: 80px;
}

.has-margin-bottom3 {
    margin-bottom: 0px;
    padding-top: 0px;
    background-color: #35a8e0;
}

.highlight-bg2 {
    background: #fff;
    padding: 24px 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #FFF;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 6px 30px;
    margin-bottom: -1px;
    border-bottom: 1px solid #FFF;
}

.action {
    font-size: 20px;
    line-height: : 21px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    text-decoration: none;
    padding: 1.2em;
    letter-spacing: 0;
    text-align: center;
    border: 2px solid #FFF;
    display: inline-block;
    transition: all 0.3s ease-in;
    background-color: none;
}

.action:hover {
    transition: all 0.3s ease-in;
    background-color: #FFF;
    color: #000;
}

.font_footer {
    transition: all 0.4s ease-in-out;
    font-family: 'Inter UI';
    font-weight: normal;
    color: #FFF;
    font-size: 17px;
    border-bottom: 1px solid #0433ff;
    padding-bottom: 5px;
}

.font_footer:hover {
    transition: all 0.4s ease-in-out;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
}

.font_footer2 {
    font-family: 'Inter UI';
    font-weight: normal;
    font-style: normal;
    color: #666666;
    font-size: 13px;
    transition: all 0.4s ease-in-out;
}

.font_footer2:hover {
    transition: all 0.4s ease-in-out;
    color: #0433ff;
}

.map.embed-container {
    position: relative;
}

.map.embed-container #map-notice {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgb(100, 100, 100);
    /*for old IE browsers with no support for rgba()*/
    background-color: rgba(0, 0, 0, .50);
    color: #ccc;
    padding: 8px;
}

.map.embed-container .map-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.00);
    /*should be transparent but this will help you see where the overlay is going in relation with the markup*/
}

.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 30px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
}

.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}

.form-modal .modal-content,
.form-modal .form-control {
    border-radius: 0;
}

.form-modal .modal-content {
    padding: 20px;
}

.form-modal .modal-header {
    border-bottom: none;
}

.form-modal .modal-title {
    text-align: center;
    color: #0433ff;
	font-family: 'Gilroy';
	font-weight: bold;
	font-style: normal;
	font-size: 35px;
	line-height: 1.1em;
}

button.close {
    color: #000;
    opacity: 0.7;
    transition: opacity ease-in 0.3s;
}

button.close:hover {
    opacity: 1;
}

.form-modal .close {
    position: absolute;
    top: 35px;
    right: 35px;
}

.inner-subtitle h4 {
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
}

.form-modal .file_input_placeholder {
    cursor: pointer;
    border: none;
    background: transparent;
}

.form-modal .file_input_button {
    cursor: pointer;
}

.form-modal .file_input_placeholder::placeholder {
    transition: color ease-in 0.4s;
}

.form-modal .file_input_placeholder:hover::placeholder {
    color: #000;
}

.file-placeholder-wrapper {
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
}

.file-placeholder-wrapper .input-group-btn {
    padding: 3px 12px 3px 0;
    font-size: 1.2em;
    opacity: 0.7;
    transition: opacity ease-in 0.4s;
}

.file-placeholder-wrapper:hover .input-group-btn {
    opacity: 1;
}

.submit-wrapper {
    text-align: center;
}

.modal-submit {
    background: #000;
    color: #fff;
    padding: 12px 25px;
}

.modal-submit:hover,
.modal-submit:focus {
    color: #fff;
}

.modal-submit[disabled] {
    opacity: 1;
}

.pro-form-desc {
    font-size: 0.85em;
    color: #000;
}

.placeholder-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.placeholder-success {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.modal-msg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 15px;
    right: 15px;
    color: #666;
    background-color: #FFF;
    border-color: #FFF;
    text-align: center;
}


/* .modal-msg h3 {
    color: #3c763d;
    padding: 0 0 7px 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #44a55a;
} */

.modal-msg .btn {
    background: #0433ff;
    border: none;
}

.mdal-btn {
    text-align: center;
}

.grecaptcha-badge {
    display: none !important;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: 'Inter UI';
    src: url('../fonts_inter/InterUI-Medium.eot');
    src: url('../fonts_inter/InterUI-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts_inter/InterUI-Medium.woff2') format('woff2'), url('../fonts_inter/InterUI-Medium.woff') format('woff'), url('../fonts_inter/InterUI-Medium.ttf') format('truetype'), url('../fonts_inter/InterUI-Medium.svg#InterUI-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter UI';
    src: url('../fonts_inter/InterUI-Black.eot');
    src: url('../fonts_inter/InterUI-Black.eot?#iefix') format('embedded-opentype'), url('../fonts_inter/InterUI-Black.woff2') format('woff2'), url('../fonts_inter/InterUI-Black.woff') format('woff'), url('../fonts_inter/InterUI-Black.ttf') format('truetype'), url('../fonts_inter/InterUI-Black.svg#InterUI-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter UI';
    src: url('../fonts_inter/InterUI-Bold.eot');
    src: url('../fonts_inter/InterUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts_inter/InterUI-Bold.woff2') format('woff2'), url('../fonts_inter/InterUI-Bold.woff') format('woff'), url('../fonts_inter/InterUI-Bold.ttf') format('truetype'), url('../fonts_inter/InterUI-Bold.svg#InterUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter UI';
    src: url('../fonts_inter/InterUI-Regular.eot');
    src: url('../fonts_inter/InterUI-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts_inter/InterUI-Regular.woff2') format('woff2'), url('../fonts_inter/InterUI-Regular.woff') format('woff'), url('../fonts_inter/InterUI-Regular.ttf') format('truetype'), url('../fonts_inter/InterUI-Regular.svg#InterUI-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

@font-face {
    font-family: 'Bebas Neue';
    src: url('../bebas_font/BebasNeueBold.eot');
    src: url('../bebas_font/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../bebas_font/BebasNeueBold.woff2') format('woff2'), url('../bebas_font/BebasNeueBold.woff') format('woff'), url('../bebas_font/BebasNeueBold.ttf') format('truetype'), url('../bebas_font/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

a.jx-knightlab span.juxtapose-name {
    display: table-cell;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: white;
    font-size: 0px !important;
    padding-left: 0.375em;
    vertical-align: middle;
    line-height: normal;
    text-shadow: none;
}