@charset "UTF-8";
body {
    font-family: 'Halvatica', 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
    color: #333;
    word-spacing: 1px;
    font-weight: normal;
    letter-spacing: .5px;
    overflow-x: hidden;
    max-width: 1400px;
    margin: auto;
    border:1px;
    border-top:0;
    border-style:solid;
    border-color: #e0e0e0
}

sub,
sup {
    font-size: 60%;
}

a {
    color: #585AA7;
    text-decoration: none !important;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

a:hover, a:active, a:focus {
    color: #16262e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Halvatica', 'Roboto', sans-serif !important;
    color: #000000;
}

h1,
.h1 {
    font-size: 38px;
    letter-spacing: 0.1rem;
}

h2,
.h2 {
    font-size: 32px;
    letter-spacing: 0rem;
}

h3,
.h3 {
    font-size: 26px;
    letter-spacing: 0.1rem;
}

h4,
.h4 {
    font-size: 20px;
    letter-spacing: 0.1rem;
}

h5,
.h5 {
    font-size: 16px;
    letter-spacing: 0.1rem;
}

h6,
.h6 {
    font-size: 14px;
    letter-spacing: 0.1rem;
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    /*letter-spacing: -0.01rem;*/
    color: #333;
}

hr {
    margin: 20px 0;
}

blockquote {
    font-family: 'Halvatica', 'Roboto', serif;
    font-style: italic;
    background-image: url(../images/blockquote.png);
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border-left-width: 0;
    padding: 15px;
    padding-left: 50px;
    border-radius: 1px;
}

input[type=radio],
input[type=checkbox] {
    border: 1px solid #ced4d7;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline-width: 0;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
    border-color: #585AA7;
    border-radius:4px;
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    display: block;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    speak: none;
    -webkit-font-smoothing: antialiased;
    border-radius:4px;
    -moz-osx-font-smoothing: grayscale;
}

.subjects label {
    margin-right:40px !important;
}

input[type=checkbox]:checked:before {
    content: '\f00c';
    color: #585AA7;
    margin-top: 9px;
    font-size: 11px;
}

input[type=radio] {
    border-radius: 50%;
}

input[type=radio]:checked:before {
    content: '\f111';
    color: #585AA7;
    margin-top: 9px;
    font-size: 8px;
}


img {
    max-width: 100%;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.navbar {
    /* font-family: 'Halvatica','Roboto',serif; */
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.navbarLinks {
    color: #fff;
    padding: 25px 13px;
    font-size: 14px
}

.navbarLinks:hover {
    color: #8e8fd1 !important;
}

.navbarLinks.active {
    color: #8e8fd1 !important;
}

.mg-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar-default {
    background-color: #fff;
    border-width: 0;
    border-radius: 0;
}

.navbar-inverse {
    background-color: #f5f5f5;
    color: #fff;
    border-width: 0;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px !important;
    color: #fff;
    -webkit-transition: color 0.3s, padding 0.3s;
    transition: color 0.3s, padding 0.3s;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #585AA7;
}

.navbar-inverse .navbar-nav > li.active > a {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -3px #585AA7;
    box-shadow: inset 0 -3px #585AA7;
    color: #585AA7;
}

.navbar-inverse .navbar-nav > li.active > a:hover, .navbar-inverse .navbar-nav > li.active > a:focus, .navbar-inverse .navbar-nav > li.active > a:active {
    color: #585AA7;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li.show > a {
    background-color: transparent;
    color: #585AA7;
}

.navbar-inverse .navbar-nav > li.show > a:hover, .navbar-inverse .navbar-nav > li.show > a:focus, .navbar-inverse .navbar-nav > li.show > a:active {
    color: #585AA7;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li.show > a:focus {
    background: #585AA7;
    color: #fff;
}

.navbar-inverse .navbar-nav > li ul.dropdown-menu {
    background-color: #585AA7;
    border-radius: 0;
    padding: 0;
    margin-top: -1px;
    min-width: 200px;
    right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
}

.navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a {
    color: #c5c5c5;
    padding: 10px 20px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a:hover {
    background-color: #585AA7;
}

.navbar-inverse .navbar-nav > li ul.dropdown-menu > li.active > a {
    background-color: #585AA7;
}

.navbar-nav li {
    display: block;
}

.navbar-nav li a {
    display: block;
}

.navbar-nav > li > a {
    font-size: 16px;
    line-height: 20px;
    padding-top: 39px;
    padding-bottom: 38px;
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu {
    font-size: 14px;
}

.dropdown > ul {
    display: block;
    visibility: hidden;
    top: 110%;
    opacity: 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.dropdown > ul > .dropdown > ul {
    left: 100%;
    top: 0;
}

.dropdown.show > ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.navbar-toggler {
    border-radius: 1px;
    border-color: #fff !important;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 21px;
    padding: 9px 10px;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
    background-color: #585AA7 !important;
    border-color: #585AA7 !important;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.btn {
    /* font-family: 'Halvatica','Roboto',serif; */
    font-size: 14px;
    border-radius: 4px;
    font-weight: normal;
    border-width: 0;
    padding: 10px 25px;
    -webkit-transition: color 0.5s, border-color 0.5s, background-color 0.5s;
    transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}

.btn:hover {
    background: #5b6bac !important;
}

.navbar-collapse a .btn {
    border-radius:0;
}

.btn-dark {
    color: #000;
    background-color: #f5f5f5;
    border-color: #16262e;
}

.btn-dark:hover {
    background-color: #264251;
    border-color: #264251;
    color: #fff;
}

.btn-outline-dark {
    border-width: 1px;
    border-style: solid;
    border-color: #16262e;
    color: #16262e;
}

.btn-outline-dark:hover {
    background-color: #f5f5f5;
    border-color: #16262e;
    color: #fff;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-outline-default {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    color: #333;
}

.btn-outline-default:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #333;
}

.btn-main {
    color: #FFF;
    background-color: none;
    border-color: none;
    outline: none;
}

.btn-main:hover {
    background-color: none;
    border-color: none;
    color: #fff;
    outline: none;
}


.btn-outline-main {
    border-width: 0;
    border-style: solid;
    border-color: none;
    color: #eec341;
}

.btn-outline-main:hover {
    background-color: none;
    border-color: none;
    color: #fff;
}

.contactforms .btn-dark-main {
    color: #FFF;
    background-color: #585AA7;
    border-color: #16262e;
}

.btn-dark-main:hover {
    background-color: #585AA7;
    border-color: #585AA7;
    color: #fff;
}

.btn-outline-dark-main {
    border-width: 1px;
    border-style: solid;
    border-color: #16262e;
    color: #16262e;
}

.btn-outline-dark-main:hover {
    background-color: #585AA7;
    border-color: #585AA7;
    color: #fff;
}

.btn-primary {
    color: #FFF;
    background-color: #3b95e8;
    border-color: #3b95e8;
}

.btn-primary:hover {
    background-color: #69aeed;
    border-color: #69aeed;
    color: #fff;
}

.btn-outline-primary {
    border-width: 1px;
    border-style: solid;
    border-color: #3b95e8;
    color: #3b95e8;
}

.btn-outline-primary:hover {
    background-color: #3b95e8;
    border-color: #3b95e8;
    color: #fff;
}

.btn-success {
    color: #FFF;
    background-color: #40c640;
    border-color: #40c640;
}

.btn-success:hover {
    background-color: #67d267;
    border-color: #67d267;
    color: #fff;
}

.btn-outline-success {
    border-width: 1px;
    border-style: solid;
    border-color: #40c640;
    color: #40c640;
}

.btn-outline-success:hover {
    background-color: #40c640;
    border-color: #40c640;
    color: #fff;
}

.btn-warning {
    color: #FFF;
    background-color: #7d5272;
    border-color: #7d5272;
}

.btn-warning:hover {
    background-color: #f8b961;
    border-color: #f8b961;
    color: #fff;
}

.btn-outline-warning {
    border-width: 1px;
    border-style: solid;
    border-color: #7d5272;
    color: #7d5272;
}

.btn-outline-warning:hover {
    background-color: #7d5272;
    border-color: #7d5272;
    color: #fff;
}

.btn-info {
    color: #FFF;
    background-color: #2ebfea;
    border-color: #2ebfea;
}

.btn-info:hover {
    background-color: #5ccdef;
    border-color: #5ccdef;
    color: #fff;
}

.btn-outline-info {
    border-width: 1px;
    border-style: solid;
    border-color: #2ebfea;
    color: #2ebfea;
}

.btn-outline-info:hover {
    background-color: #2ebfea;
    border-color: #2ebfea;
    color: #fff;
}

.btn-danger {
    color: #FFF;
    background-color: #f23a34;
    border-color: #f23a34;
}

.btn-danger:hover {
    background-color: #f56964;
    border-color: #f56964;
    color: #fff;
}

.btn-outline-danger {
    border-width: 1px;
    border-style: solid;
    border-color: #f23a34;
    color: #f23a34;
}

.btn-outline-danger:hover {
    background-color: #f23a34;
    border-color: #f23a34;
    color: #fff;
}

.btn-link {
    color: #585AA7;
}

.progress {
    border-radius: 1px;
    height: 8px;
    overflow: visible;
    margin-top: 45px;
}

.progress + .progress {
    margin-top: 60px;
}

.progress .progress-bar {
    position: relative;
    background-color: #585AA7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress .progress-bar .mg-progress-bar-popup {
    font-family: 'Halvatica', 'Roboto', serif;
    color: #16262e;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: -35px;
    right: 0;
}

.progress .progress-bar .mg-progress-bar-left {
    font-family: 'Halvatica', 'Roboto', serif;
    color: #16262e;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: -35px;
    left: 0;
}

.progress .progress-bar.bg-dark {
    background-color: #16262e !important;
}

.progress .progress-bar.bg-primary {
    background-color: #3b95e8 !important;
}

.progress .progress-bar.bg-success {
    background-color: #40c640 !important;
}

.progress .progress-bar.bg-info {
    background-color: #2ebfea !important;
}

.progress .progress-bar.bg-warning {
    background-color: #7d5272 !important;
}

.progress .progress-bar.bg-danger {
    background-color: #f23a34 !important;
}

.progress.progress-outline {
    height: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eaedee;
    background-color: transparent;
    padding: 3px;
}

.mg-tab-top-nav,
.mg-tab-bottom-nav,
.mg-tab-left-nav,
.mg-tab-right-nav {
    margin-bottom: 30px;
}

.nav-tabs,
.nav-tabs.nav-justified {
    border-bottom-width: 0;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
}

.nav-tabs > li,
.nav-tabs.nav-justified > li {
    font-family: 'Halvatica', 'Roboto', serif;
    font-size: 16px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border-width: 1px 1px 1px 0;
    border-color: #eaedee;
    border-style: solid;
}

.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    border-width: 1px 1px 1px 0;
    border-color: #eaedee;
    border-style: solid;
    background-color: #fff;
    color: #16262e;
    outline-width: 0 !important;
    border-radius: 0;
    padding: 10px 20px;
    margin-right: 0;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover {
    background-color: #585AA7;
    color: #fff;
    border-color: #585AA7;
}

.nav-tabs > li > a.active,
.nav-tabs.nav-justified > li > a.active {
    border-left-width: 0;
    border-color: #eaedee;
    -webkit-box-shadow: inset 0 1px #585AA7;
    box-shadow: inset 0 1px #585AA7;
    border-bottom-color: transparent;
    border-top-color: #585AA7;
    color: #585AA7;
}

.nav-tabs > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs > li > a.active:focus,
.nav-tabs.nav-justified > li > a.active:focus,
.nav-tabs > li > a.active:active,
.nav-tabs.nav-justified > li > a.active:active {
    border-left-width: 0;
    border-color: #eaedee;
    border-bottom-color: transparent;
    border-top-color: #585AA7;
    color: #585AA7;
    background-color: #fff;
}

.nav-tabs > li:first-child > a,
.nav-tabs.nav-justified > li:first-child > a {
    border-left-width: 1px !important;
}

.nav-tabs.nav-justified {
    bottom: -1px;
}

.tab-content {
    border: 1px solid #eaedee;
    padding: 20px;
    margin-bottom: 0;
}

.mg-tab-bottom-nav .nav-tabs,
.mg-tab-bottom-nav .nav-tabs.nav-justified {
    bottom: auto;
    top: -1px;
}

.mg-tab-bottom-nav .nav-tabs > li > a.active,
.mg-tab-bottom-nav .nav-tabs.nav-justified > li > a.active {
    border-left-width: 0;
    border-color: #eaedee;
    -webkit-box-shadow: inset 0 -1px #585AA7;
    box-shadow: inset 0 -1px #585AA7;
    border-bottom-color: #585AA7;
    border-top-color: transparent;
    color: #585AA7;
}

.mg-tab-bottom-nav .nav-tabs > li > a.active:hover,
.mg-tab-bottom-nav .nav-tabs.nav-justified > li > a.active:hover,
.mg-tab-bottom-nav .nav-tabs > li > a.active:focus,
.mg-tab-bottom-nav .nav-tabs.nav-justified > li > a.active:focus,
.mg-tab-bottom-nav .nav-tabs > li > a.active:active,
.mg-tab-bottom-nav .nav-tabs.nav-justified > li > a.active:active {
    border-left-width: 0;
    border-color: #eaedee;
    border-bottom-color: #585AA7;
    border-top-color: transparent;
    color: #585AA7;
    background-color: #fff;
}

.mg-tab-left-nav:before,
.mg-tab-left-nav:after {
    content: " ";
    display: table;
}

.mg-tab-left-nav:after {
    clear: both;
}

.mg-tab-left-nav .nav-tabs,
.mg-tab-left-nav .nav-tabs.nav-justified {
    position: static;
    max-width: 200px;
    width: 200px;
    float: left;
}

.mg-tab-left-nav .nav-tabs > li,
.mg-tab-left-nav .nav-tabs.nav-justified > li {
    width: 100%;
    display: block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.mg-tab-left-nav .nav-tabs > li > a,
.mg-tab-left-nav .nav-tabs.nav-justified > li > a {
    text-align: left;
    border-width: 1px 1px 0 1px;
    border-color: #eaedee;
    border-style: solid;
}

.mg-tab-left-nav .nav-tabs > li > a:hover,
.mg-tab-left-nav .nav-tabs.nav-justified > li > a:hover {
    background-color: #585AA7;
    color: #fff;
    border-color: #585AA7;
}

.mg-tab-left-nav .nav-tabs > li > a.active,
.mg-tab-left-nav .nav-tabs.nav-justified > li > a.active {
    border-bottom-width: 0;
    border-color: #eaedee;
    -webkit-box-shadow: inset 1px 0 #585AA7;
    box-shadow: inset 1px 0 #585AA7;
    border-left-color: #585AA7;
    border-right-color: transparent;
    color: #585AA7;
}

.mg-tab-left-nav .nav-tabs > li > a.active:hover,
.mg-tab-left-nav .nav-tabs.nav-justified > li > a.active:hover,
.mg-tab-left-nav .nav-tabs > li > a.active:focus,
.mg-tab-left-nav .nav-tabs.nav-justified > li > a.active:focus,
.mg-tab-left-nav .nav-tabs > li > a.active:active,
.mg-tab-left-nav .nav-tabs.nav-justified > li > a.active:active {
    border-left-width: 1px;
    border-bottom-width: 0;
    border-color: #eaedee;
    border-left-color: #585AA7;
    border-right-color: transparent;
    -webkit-box-shadow: inset 1px 0 #585AA7;
    box-shadow: inset 1px 0 #585AA7;
    color: #585AA7;
    background-color: #fff;
}

.mg-tab-left-nav .nav-tabs > li:last-child > a,
.mg-tab-left-nav .nav-tabs.nav-justified > li:last-child > a {
    border-bottom-width: 1px !important;
}

.mg-tab-left-nav .tab-content {
    margin-left: 199px;
}

.mg-tab-right-nav:before,
.mg-tab-right-nav:after {
    content: " ";
    display: table;
}

.mg-tab-right-nav:after {
    clear: both;
}

.mg-tab-right-nav .nav-tabs,
.mg-tab-right-nav .nav-tabs.nav-justified {
    position: static;
    max-width: 200px;
    width: 200px;
    float: right;
}

.mg-tab-right-nav .nav-tabs > li,
.mg-tab-right-nav .nav-tabs.nav-justified > li {
    width: 100%;
    display: block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.mg-tab-right-nav .nav-tabs > li > a,
.mg-tab-right-nav .nav-tabs.nav-justified > li > a {
    text-align: left;
    border-width: 1px 1px 0 1px;
    border-color: #eaedee;
    border-style: solid;
}

.mg-tab-right-nav .nav-tabs > li > a:hover,
.mg-tab-right-nav .nav-tabs.nav-justified > li > a:hover {
    background-color: #585AA7;
    color: #fff;
    border-color: #585AA7;
}

.mg-tab-right-nav .nav-tabs > li > a.active,
.mg-tab-right-nav .nav-tabs.nav-justified > li > a.active {
    border-bottom-width: 0;
    border-color: #eaedee;
    -webkit-box-shadow: inset -1px 0 #585AA7;
    box-shadow: inset -1px 0 #585AA7;
    border-right-color: #585AA7;
    border-left-color: transparent;
    color: #585AA7;
}

.mg-tab-right-nav .nav-tabs > li > a.active:hover,
.mg-tab-right-nav .nav-tabs.nav-justified > li > a.active:hover,
.mg-tab-right-nav .nav-tabs > li > a.active:focus,
.mg-tab-right-nav .nav-tabs.nav-justified > li > a.active:focus,
.mg-tab-right-nav .nav-tabs > li > a.active:active,
.mg-tab-right-nav .nav-tabs.nav-justified > li > a.active:active {
    border-right-width: 1px;
    border-bottom-width: 0;
    border-color: #eaedee;
    border-right-color: #585AA7;
    border-left-color: transparent;
    -webkit-box-shadow: inset -1px 0 #585AA7;
    box-shadow: inset -1px 0 #585AA7;
    color: #585AA7;
    background-color: #fff;
}

.mg-tab-right-nav .nav-tabs > li:last-child > a,
.mg-tab-right-nav .nav-tabs.nav-justified > li:last-child > a {
    border-bottom-width: 1px !important;
}

.mg-tab-right-nav .tab-content {
    margin-right: 199px;
}

.mg-about-tabs {
    padding: 40px 0;
    background-image: url(../images/about-bg.png);
    background-position: center center;
    color: #fff;
}

.mg-about-tabs .nav-tabs > li > a,
.mg-about-tabs .nav-tabs.nav-justified > li > a {
    color: #fff;
}

.mg-about-tabs .nav-tabs > li > a.active,
.mg-about-tabs .nav-tabs.nav-justified > li > a.active {
    color: #585AA7;
}

.mg-about-tabs .nav-tabs > li > a.active:hover,
.mg-about-tabs .nav-tabs.nav-justified > li > a.active:hover,
.mg-about-tabs .nav-tabs > li > a.active:focus,
.mg-about-tabs .nav-tabs.nav-justified > li > a.active:focus,
.mg-about-tabs .nav-tabs > li > a.active:active,
.mg-about-tabs .nav-tabs.nav-justified > li > a.active:active {
    color: #585AA7;
}

.alert {
    border-radius: 1px;
    margin-bottom: 23px;
}

.alert .mg-alert-icon {
    font-size: 28px;
    line-height: 56px;
    width: 60px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #16262e;
}

.alert .close {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.alert .close:hover {
    opacity: 1;
}

.alert-success {
    border-color: #d0edce;
    background-color: #effbf0;
    color: #60a662;
}

.alert-success .mg-alert-icon {
    color: #60a662;
    border-color: #60a662;
}

.alert-success .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
}

.alert-success h1,
.alert-success h2,
.alert-success h3,
.alert-success h4,
.alert-success h5,
.alert-success h6 {
    color: #60a662;
    margin-top: 0;
}

.alert-success .close {
    color: #60a662;
}

.alert-info {
    border-color: #bceafc;
    background-color: #e3f5fc;
    color: #53adcf;
}

.alert-info .mg-alert-icon {
    color: #53adcf;
    border-color: #53adcf;
}

.alert-info .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
}

.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4,
.alert-info h5,
.alert-info h6 {
    color: #53adcf;
    margin-top: 0;
}

.alert-info .close {
    color: #53adcf;
}

.alert-warning {
    border-color: #f6e4bd;
    background-color: #fdf8ed;
    color: #d3a33b;
}

.alert-warning .mg-alert-icon {
    color: #d3a33b;
    border-color: #d3a33b;
}

.alert-warning .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
}

.alert-warning h1,
.alert-warning h2,
.alert-warning h3,
.alert-warning h4,
.alert-warning h5,
.alert-warning h6 {
    color: #d3a33b;
    margin-top: 0;
}

.alert-warning .close {
    color: #d3a33b;
}

.alert-danger {
    border-color: #faced3;
    background-color: #fceaec;
    color: #e74659;
}

.alert-danger .mg-alert-icon {
    color: #d3a33b;
    border-color: #d3a33b;
}

.alert-danger .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
}

.alert-danger h1,
.alert-danger h2,
.alert-danger h3,
.alert-danger h4,
.alert-danger h5,
.alert-danger h6 {
    color: #d3a33b;
    margin-top: 0;
}

.alert-danger .close {
    color: #d3a33b;
}

.alert-primary {
    color: #1466d6;
    background-color: #ecf4ff;
    border-color: #cfe1f9;
}

.alert-primary .mg-alert-icon {
    color: #1466d6;
    border-color: #1466d6;
}

.alert-primary h1, .alert-primary h2, .alert-primary h3, .alert-primary h4, .alert-primary h5, .alert-primary h6 {
    color: #1466d6;
    margin-top: 0;
}

.alert-primary .close {
    color: #1466d6;
}

.alert-secondary {
    color: #4b5e71;
    background-color: #ebeff3;
    border-color: #d2dce6;
}

.alert-secondary .mg-alert-icon {
    color: #4b5e71;
    border-color: #4b5e71;
}

.alert-secondary h1, .alert-secondary h2, .alert-secondary h3, .alert-secondary h4, .alert-secondary h5, .alert-secondary h6 {
    color: #4b5e71;
    margin-top: 0;
}

.alert-secondary .close {
    color: #4b5e71;
}

.alert-light {
    color: #7d8a90;
    background-color: #f8fafb;
    border-color: #f1f5f7;
}

.alert-light .mg-alert-icon {
    color: #7d8a90;
    border-color: #7d8a90;
}

.alert-light h1, .alert-light h2, .alert-light h3, .alert-light h4, .alert-light h5, .alert-light h6 {
    color: #7d8a90;
    margin-top: 0;
}

.alert-light .close {
    color: #7d8a90;
}

.alert-dark {
    color: #ffffff;
    background-color: #3b4a52;
    border-color: #3b4a52;
}

.alert-dark .mg-alert-icon {
    color: #ffffff;
    border-color: #ffffff;
}

.alert-dark h1, .alert-dark h2, .alert-dark h3, .alert-dark h4, .alert-dark h5, .alert-dark h6 {
    color: #ffffff;
    margin-top: 0;
}

.alert-dark .close {
    color: #ffffff;
}

.mg-boxed .mg-page {
    position: relative;
    z-index: 1;
}

.mg-boxed .mg-single-church,
.mg-boxed .mg-single-church-review-sec,
.mg-boxed .mg-blog-list,
.mg-boxed .mg-page,
.mg-boxed .mg-team,
.mg-boxed .mg-about-features {
    background-color: #fff;
}

.mt50 {
    margin-top: 50px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mg-404-error-txt {
    padding: 0 190px;
}

.mg-404-error-txt .mg-404-badg {
    background-color: #f5f5f5;
    color: #fff;
    font-family: 'Halvatica', 'Roboto', serif;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 28px;
    border-radius: 100px;
    margin-right: 50px;
}

.mg-404-error-txt .mg-404-badg strong {
    display: block;
    font-size: 80px;
    line-height: 90px;
    vertical-align: top;
    margin: -30px 0 30px;
    position: relative;
}

.mg-404-error-txt .mg-404-badg strong:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    background-color: #585AA7;
}

.mg-404-error-txt .mg-404-badg span {
    font-size: 30px;
    line-height: 40px;
}

.mg-404-error-txt .mg-404-txt-search {
    text-align: left;
}

.mg-404-error-txt .mg-404-txt-search strong {
    font-family: 'Halvatica', 'Roboto', serif;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.mg-404-error-txt .mg-404-txt-search p {
    font-family: 'Halvatica', 'Roboto', serif;
    font-size: 16px;
}

.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input {
    max-width: 250px;
    display: inline-block;
    float: left;
    border-radius: 1px 0 0 1px;
    border-right-width: 0;
    background-color: transparent;
}

.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input::-webkit-input-placeholder {
    color: #fff;
}

.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input:-ms-input-placeholder {
    color: #fff;
}

.mg-404-error-txt .mg-404-txt-search .mg-404-search-form button {
    display: inline-block;
    float: left;
    border-radius: 0 1px 1px 0;
    padding-top: 9px;
    padding-bottom: 9px;
}

.custom-select,
.form-control {
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 10px;
    border-color: #ced4d7;
    padding: 8px 12px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {
    color: #ced4d7;
}

.custom-select:focus,
.form-control:focus {
    border-color: #585AA7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.mg-boxed {
    width: 1200px;
    background-color: #eef3fa;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: auto;
    background-image: url(../images/paisley.png);
    background-attachment: fixed;
    position: relative;
}

.mg-boxed .header {
    max-width: 1200px;
}

.mg-boxed .carousel-caption > h2 {
    font-size: 57px;
}

.mg-boxed .carousel-caption > p {
    font-size: 18px;
    line-height: 28px;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.parallax {
    background-attachment: fixed !important;
}


.welcoming {
    background-image: url(../images/wewelcome2.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;

}


.parallax .col-3 {
    top: 300px;
}

.parallax p {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;

}

.mb250 {
    margin-bottom: 250px !important;
}

.mb245 {
    margin-bottom: 245px !important;
}

.mb240 {
    margin-bottom: 240px !important;
}

.mb235 {
    margin-bottom: 235px !important;
}

.mb230 {
    margin-bottom: 230px !important;
}

.mb225 {
    margin-bottom: 225px !important;
}

.mb220 {
    margin-bottom: 220px !important;
}

.mb215 {
    margin-bottom: 215px !important;
}

.mb210 {
    margin-bottom: 210px !important;
}

.mb205 {
    margin-bottom: 205px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

.mb195 {
    margin-bottom: 195px !important;
}

.mb190 {
    margin-bottom: 190px !important;
}

.mb185 {
    margin-bottom: 185px !important;
}

.mb180 {
    margin-bottom: 180px !important;
}

.mb175 {
    margin-bottom: 175px !important;
}

.mb170 {
    margin-bottom: 170px !important;
}

.mb165 {
    margin-bottom: 165px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mb155 {
    margin-bottom: 155px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb145 {
    margin-bottom: 145px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb135 {
    margin-bottom: 135px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb125 {
    margin-bottom: 125px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb115 {
    margin-bottom: 115px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb105 {
    margin-bottom: 105px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

ul.styled-list li {
    list-style: none;
    padding-left: 0;
}

ul.styled-list li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #16262e;
}

ul.styled-list.list-caret li:before {
    content: '\f0da';
}

ul.styled-list.list-hand li:before {
    content: '\f0a4';
}

ul.styled-list.list-chevron li:before {
    content: '\f054';
}

ul.styled-list.list-times li:before {
    content: '\f00d';
}

ul.styled-list.list-star li:before {
    content: '\f006';
}

.header {
    width: 100%;
    max-width:1400px;
}

.header.transp {
    position: absolute;
    top: 0;
    z-index: 999;
}

.header.transp .navbar-inverse,
.header.transp .mg-search-box {
    background-color: rgba(22, 38, 46, 0.3);
}

.header.transp .navbar-default {
    background-color: rgba(255, 255, 255, 0.3);
}

.header .navbar-default,
.header .navbar-inverse {
    text-align: right;
}

.header.center-content {
    text-align: center;
}

.header.center-content .navbar-header {
    float: none;
}

.header.center-content .navbar-header .navbar-brand {
    float: none;
    display: inline-block;
}

.header.center-content .navbar-right {
    float: none !important;
}

.header.center-content .container {
    width: 100%;
    padding: 0;
}

.header.center-content .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.header.center-content .navbar-default .navbar-collapse {
    border-color: rgba(0, 0, 0, 0.05);
}

.header.center-content .navbar-nav {
    float: none;
    display: inline-block;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.header.center-content .navbar-nav > li > a {
    padding: 20px 25px;
}

.header.sticky-on {
    position: fixed;
    top: 0;
    z-index: 999;
    opacity: 0.9;
}

.header.sticky-on .mg-search-box {
    background-color: rgba(22, 38, 46, 0.95);
}

.header.sticky-on .navbar-inverse {
    background-color: rgba(22, 38, 46, 0.95);
}

.header.sticky-on .navbar-inverse .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header.sticky-on .navbar-brand > img {
    height: 50px;
}

.header.sticky-on.center-content .navbar-header .navbar-brand {
    display: none;
}

.header.sticky-on .mg-search-box-cont {
    margin: 12px 20px 13px;
}

.header.sticky-on .mg-search-box {
    bottom: -71px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0 !important;
}

.navbar-brand img {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    height: 50px;
    /* padding-left: 30px; */
}

.mg-search-box-cont {
    margin: 26px 20px;
    position: relative;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
}

.mg-search-box-cont:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #585AA7;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: -14px;
    margin-top: -2px;
}

.mg-search-box-trigger {
    padding: 11px 0;
    text-align: center;
    width: 43px;
    cursor: pointer;
    display: block;
    color: #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.mg-search-box-trigger:hover,
.mg-search-box-trigger:active,
.mg-search-box-trigger:focus {
    color: #fff;
}

.mg-search-box-trigger.mg-sb-active {
    color: #585AA7;
}

.mg-search-box {
    min-width: 300px;
    position: absolute;
    bottom: -85px;
    right: 0;
    padding: 10px;
    background-color: rgba(22, 38, 46, 0.95);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.mg-search-box.mg-sb-active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.mg-search-box input {
    display: inline-block;
    width: 80%;
    float: left;
    border-radius: 1px 0 0 1px;
    margin-bottom: 0;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border-right-width: 0;
}

.mg-search-box input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.mg-search-box input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 0.5;
}

.mg-search-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 0.5;
}

.mg-search-box input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.mg-search-box button {
    padding: 9px 25px;
    width: 20%;
    float: left;
    border-radius: 0 1px 1px 0;
    text-indent: -2px;
}

.mg-page-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/education.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);

}


.mg-pastor-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/worships-p.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.mg-worship-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/worshipPage.png);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.mg-give-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/worship11.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);

}

.secure i {
    color: green;
    margin-left: 20px;
    font-size: 20px;
}

.myquote {
    font-size: 25px;
}

.mg-community-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/gathering.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);

}

.mg-food-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/pantry-m.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);

}


.mg-seniers-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/seniers.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);

}

.mg-music-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/music27.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);

}

.community {
    color: #000;
}

.imnew-i i {
    padding: 15px;
    border-radius: 7px;
    margin-right: 20px;
    color: #fff
}

.imnew-i h1 {
    font-size: 28px;
}

.mg-believe-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/growth.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);

}

.mg-contact-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/growth.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);

}


.alberto {
    background-image: url(../images/library.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 300px;
    bottom: 20px;
}

.visitors {
    background-image: url(../images/worship11.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 300px;
    bottom: 20px;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);
}

.foodpantree {
    background-image: url(../images/welcome17.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 300px;
    bottom: 20px;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);
}

/* .donate {
  background-image: url(../images/donate.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 300px;
  bottom: 20px;
} */


/*------------------------ 5 Portfolio Section ------------------------*/

.ourpastor img {
    border-radius: 5px;

    margin-bottom: 20px;
}

.ourpastor DIV {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.resume-education {
    /* margin-bottom: 30px; */
    background-color: #f5f5f5;
}

.rounded-icon i {
    width: 55px;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #585AA7;
}

.resume-out {
    padding-left: 25px;
}

.resume-info:first-child {
    padding-top: 10px;
}

.resume-info:last-child {
    border: 0;
}

.resume-info {
    border-left: 2px solid #E5E5E5;
    padding: 0 0 10px 30px;
}

.info-title {
    font-weight: 600;
    font-size: 18px;
}

.info-title::after {
    content: '';
    width: 10px;
    height: 10px;
    float: left;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 0px 9px 0 -36px;
    background: #585AA7;
}

.info-date {
    font-size: 14px;
    padding: 6px 0;
    display: block;
    color: #585AA7;
}

.resume-info p {
    color: #000;
    font-size: 15px;
    line-height: 30px;
}


.fadeIn, .hi-icon-fade {
    visibility: hidden;
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 2.0s;
    -webkit-animation-duration: 2.0s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    60% {
        transform: scale(1);
    }
    80%, 100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    60% {
        -webkit-transform: scale(1);
    }
    80%, 100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.mg-about-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(/images/about-old-first.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.mg-team-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/speech.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}


.mg-leader-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/speech.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.mg-home-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/homePage.png);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);
}

.mg-home-title::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /* height: 500px; */
    /* background-color: rgba(0, 0, 0, 0.35); */
}

.mg-home-title h2 {
    color: #fff;
    font-size: 25px;
    top: 150px;
    position: relative;
    width: 600px;
    margin: auto
}

.mg-wedding-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/wedding7.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);
}

.mg-speech-title {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 500px;
    background-image: url(../images/worship11.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);
}

.weddings {
    height: 200px;
    background-image: url(../images/wedding3.jpg);
    text-align: center;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.churchwedding h2 {
    text-align: center;
    color: #585AA7;
}

.churchwedding {
    background: #16262e;
}

.mg-page-title .mg-page {
    background-color: transparent;
}

.alsovisit img {
    width: 40px;
}

.mg-page-title h2 {
    font-family: 'Halvatica', 'Roboto', serif;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
    margin-top: 80px;
    font-size: 45px;

}

.mg-page p {
    font-size: 14px;
    line-height: 35px;
}


.contactus span {
    color: #585AA7;
    font-weight: bold;
}

.contactus h2 {
    text-align: center;
}

.contactus p {
    font-size: 14px;
}

.mg-page-title h2:after {
    content: '';
    width: 110px;
    height: 3px;
    background-color: #585AA7;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -55px;
}


/* .header.transp + .mg-page-title {
    padding-top: 167px;
} */

.header.transp.center-content + .mg-page-title {
    padding-top: 235px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-caption {
    right: 15%;
    left: 15%;
    text-shadow: none;
    padding: 0;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.carousel-caption > h2 {
    font-family: 'Halvatica', 'Roboto', serif;
    color: #fff;
    font-size: 37px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-caption > h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background-color: #585AA7;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-caption > img {
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: opacity 0.5s, margin-top 0.5s;
    transition: opacity 0.5s, margin-top 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-caption > p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.header.transp + .carousel .carousel-caption {
    margin-bottom: -40px;
}

.header.transp.center-content + .carousel .carousel-caption {
    margin-bottom: -60px;
}

.carousel-inner .carousel-item.active .carousel-caption > h2 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.carousel-inner .carousel-item.active .carousel-caption > h2:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.carousel-inner .carousel-item.active .carousel-caption > p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.carousel-inner .carousel-item.active .carousel-caption > img {
    opacity: 1;
    margin-top: 0px;
}


/*###
    ### Active at init fixed
    ###*/
.carousel-inner > .beactive {
    display: block;
}

.carousel-control {
    width: 80px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../images/cur-arrow-left.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 33px 60px;
    -webkit-transition: left 0.3s, right 0.3s;
    transition: left 0.3s, right 0.3s;
}

.carousel-control.left {
    left: -100px;
}

.carousel-control.right {
    background-image: url(../images/cur-arrow-right.png) !important;
    right: -100px;
}

.header.transp + .carousel .carousel-control {
    margin-top: -10px !important;
}

.header.transp.center-content + .carousel .carousel-control {
    margin-top: 22px !important;
}

.carousel {
    overflow: hidden;
}

.carousel:hover .carousel-control.left {
    left: 0;
}

.carousel:hover .carousel-control.right {
    right: 0;
}

.mg-book-now {
    padding: 3px 0;
}

.lines {
    text-align: right;
}

.joinus {
    color: #fff;
}

.spaces {
    height: 2px;
}

.mg-book-now .mg-bn-title {
    font-family: 'Halvatica', 'Roboto', serif;
    color: #585AA7;
    font-size: 30px;
    line-height: 43px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
    -webkit-box-shadow: 3px 0 #585AA7;
    box-shadow: 3px 0 #585AA7;
}

.mg-book-now .mg-bn-title .mg-bn-big {
    display: block;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
}

.mg-book-now .focus .form-control {
    color: #fff !important;
    border-color: #585AA7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mg-book-now .focus .input-group-addon {
    border-color: #585AA7 !important;
    color: #fff !important;
    background-color: #585AA7 !important;
}

.mg-book-now .mg-bn-forms {
    padding: 36px 0px;
}

.mg-book-now .mg-bn-forms .input-group-addon:first-child {
    border-right: 0;
}

.mg-book-now .mg-bn-forms .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mg-book-now .mg-bn-forms .input-group-addon {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.mg-book-now .mg-bn-forms .input-group-addon:first-child {
    border-radius: 1px 0px 0px 1px;
}

.mg-book-now .mg-bn-forms .input-group .form-control {
    border-radius: 0 1px 1px 0;
}

.mg-book-now .mg-bn-forms .form-control {
    height: auto;
    padding: 8px 12px;
    border-radius: 1px;
    border-color: #fff;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
}

.mg-book-now .mg-bn-forms .form-control::-webkit-input-placeholder {
    color: #fff;
}

.mg-book-now .mg-bn-forms .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.mg-book-now .mg-bn-forms .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.mg-book-now .mg-bn-forms .form-control:-ms-input-placeholder {
    color: #fff;
}

.mg-book-now .mg-bn-forms .form-control:focus {
    color: #fff;
    border-color: #585AA7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mg-book-now .mg-bn-forms .btn {
    padding: 9px 12px;
}

.mg-book-now .mg-bn-forms .col-lg-3,
.mg-book-now .mg-bn-forms .col-md-6,
.mg-book-now .mg-bn-forms .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.mg-book-now .mg-bn-forms > form > .row:first-child .row {
    margin-right: -10px;
    margin-left: -10px;
}

.mg-book-now .cs-active > .cs-placeholder {
    border-color: #585AA7;
    color: #fff;
}

.mg-book-now.mg-book-now-light {
    background-color: #f2f2f2;
}

.mg-book-now.mg-book-now-light .mg-bn-title .mg-bn-big {
    color: #16262e;
}

.mg-book-now.mg-book-now-light .cs-active > .cs-placeholder {
    border-color: #585AA7;
    color: #585AA7;
}

.mg-book-now.mg-book-now-light .mg-bn-forms .form-control {
    border-color: #889195;
    color: #16262e;
}

.mg-book-now.mg-book-now-light .mg-bn-forms .form-control::-webkit-input-placeholder {
    color: rgba(22, 38, 46, 0.5);
}

.mg-book-now.mg-book-now-light .mg-bn-forms .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(22, 38, 46, 0.5);
}

.mg-book-now.mg-book-now-light .mg-bn-forms .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(22, 38, 46, 0.5);
}

.mg-book-now.mg-book-now-light .mg-bn-forms .form-control:-ms-input-placeholder {
    color: rgba(22, 38, 46, 0.5);
}

.mg-book-now.mg-book-now-light .mg-bn-forms .form-control:focus {
    color: #16262e;
    border-color: #585AA7;
}

.mg-book-now.mg-book-now-light .mg-bn-forms .input-group-addon {
    color: #16262e;
    border-color: #889195;
}

.mg-book-now.mg-book-now-light .mg-bn-forms div.cs-skin-elastic > span {
    border-color: #889195;
    color: #16262e;
}

.mg-book-now.mg-book-now-light .mg-bn-forms .cs-active > .cs-placeholder {
    border-color: #585AA7;
    color: #585AA7;
}

.mg-book-now.mg-book-now-light .focus .form-control {
    color: #16262e !important;
    border-color: #585AA7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mg-book-now.mg-book-now-light .focus .input-group-addon {
    border-color: #585AA7 !important;
    color: #fff !important;
    background-color: #585AA7 !important;
}

.datepicker {
    padding: 4px;
    border-radius: 1px;
    direction: ltr;
    margin: 0;
}

.datepicker:before,
.datepicker:after {
    border-width: 0;
}

.datepicker table tr td,
.datepicker table tr th {
    color: #333;
    border-radius: 0;
    width: 40px;
    height: 35px;
    text-shadow: none;
}

.datepicker table tr td span {
    height: 54px;
    line-height: 54px;
    border-radius: 1px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #FFF;
    background-color: #585AA7;
    border-color: #585AA7;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    text-shadow: none;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #c0c8cb;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #88979d;
}

.datepicker table tr td.old.disabled,
.datepicker table tr td.new.disabled {
    color: #c0c8cb;
}

div.cs-skin-elastic {
    background: transparent;
    font-size: 14px;
    color: #fff;
}

div.cs-skin-elastic > span {
    background-color: transparent;
    z-index: 100;
    border: 1px solid #fff;
}

div.cs-skin-elastic > span::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    font-weight: 900;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

div.cs-skin-elastic .cs-options {
    border: 1px solid #e1eaee;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

div.cs-skin-elastic .cs-options span {
    padding: 4px 12px;
    color: #333;
}

div.cs-skin-elastic .cs-options .cs-selected span {
    color: #585AA7;
}

div.cs-skin-elastic .cs-options .cs-selected span:hover {
    color: #fff;
}

div.cs-skin-elastic .cs-options .cs-selected span::after {
    content: '';
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span {
    color: #fff;
    background-color: #585AA7;
}

.mg-slide-booking {
    position: relative;
}

.mg-slide-booking .mg-book-now {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(22, 38, 46, 0.3);
    padding: 10px 0;
    z-index: 5;
}

.mg-slide-booking .mg-book-now .mg-bn-title {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mg-slide-booking .carousel-caption > h2 {
    font-size: 50px;
}

.mg-slide-booking .carousel-caption > p {
    font-size: 16px;
}

.mg-c2a {
    padding: 50px 0;
    background-color: #f5f5f5;
    color: #fff;
    position: relative;
}

.mg-c2a .col-md-12 {
    position: static;
}

.mg-c2a strong {
    font-family: 'Halvatica', 'Roboto', serif;
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    margin-left: 200px;
}

.mg-c2a p {
    margin-bottom: 0;
    margin-left: 200px;
}

.mg-c2a .mg-c2a-offer-badg {
    text-align: center;
    font-family: 'Halvatica', 'Roboto', serif;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    float: left;
    width: 150px;
    background-color: #585AA7;
    height: 105%;
    padding: 32px 20px;
    position: absolute;
    top: 0;
}

.mg-c2a .mg-c2a-offer-badg:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-width: 30px 75px 0 75px;
    border-color: #585AA7 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.mg-c2a .mg-c2a-offer-badg .mg-c2a-offer-perc {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.mg-c2a .btn {
    float: right;
    margin-top: 13px;
}

.mg-c2a .mg-c2a-info {
    float: left;
}

.mg-best-churchs {
    padding: 70px 0 40px;
    background-color: #eee;
    color: #585AA7;
}

.mg-best-churchs {
    text-align: center;
}

.mg-best-churchs h3 {
    margin: 0;
}

.mg-best-churchs button {
    border-radius: 50px;
    margin: 5px;
    padding: 10px;
}


.scrolling {
    overflow-y: scroll;
    height: 350px;
}


.scrolling img {
    border-radius: 5px;
}

.backdrops {
    background-color: #fff;
}

.backdrops {
    text-align: center;
}

.backdrops img {
    max-width: 30%;
}

.backdrops span {
    font-weight: bold;
    color: #222222;
}

.mg-sec-title {
    text-align: center;
    /* font-family: 'Halvatica','Roboto',serif; */
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.mg-sec-title h2 {
    color: #222222;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
}

div.mg-team h2 {
    color: #000;
}

hr {
    background: none !important;
    width: 50%;
    border: none;
}

.mg-sec-title p {
    font-size: 16px;
}

.mg-sec-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #585AA7;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.mg-sec-title.mg-lighten h2 {
    color: #fff;
}

.mg-sec-title.mg-lighten p {
    color: #fff;
}

.mg-sec-left-title,
.mg-widget-title {
    font-family: 'Halvatica', 'Roboto', serif;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 10px;
    padding-bottom: 15px;
    position: relative;
    color: #333;
    text-transform: initial;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding-top: 20px;
    font-size: 22px;
}


.mission {
    color: #16262e;
    padding-top: 20px;
}

.mg-widget-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #585AA7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mg-church {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.mg-church figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.mg-church figcaption h2 {
    font-family: 'Halvatica', 'Roboto', serif;
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 4px;
    -webkit-transform: translate(0, 120px);
    transform: translate(0, 120px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.mg-church figcaption h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #585AA7;
}

.mg-church figcaption .mg-church-fecilities {
    color: #fff;
    margin-bottom: 20px;
}

.mg-church figcaption .mg-church-fecilities ul li {
    color: #fff;
    padding-bottom: 8px;
    font-size: 17px;
}

.mg-church figcaption .mg-church-rating {
    font-family: "Georgia";
    background-color: #585AA7;
    float: right;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-top: -18px;
    margin-right: -1px;
    z-index: 99;
    position: relative;
    -webkit-transform: translate(0, 120px);
    transform: translate(0, 120px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.mg-church figcaption .mg-church-price {
    font-family: "Georgia";
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    -webkit-transform: translate(0, 120px);
    transform: translate(0, 120px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.mg-church figcaption .btn-link {
    padding: 8px 0;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, color 0.3s;
    -webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, color 0.3s;
    transition: opacity 0.3s, transform 0.3s, color 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.mg-church figcaption .btn-link:hover,
.mg-church figcaption .btn-link:active,
.mg-church figcaption .btn-link:focus {
    color: #fff;
}

.mg-church figcaption .btn.btn-main {
    float: left;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.mg-church figcaption p,
.mg-church figcaption ul {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mg-church figcaption ul.styled-list {
    margin-bottom: 15px;
}

.mg-church figcaption ul.styled-list li {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.mg-church figcaption ul.styled-list li:before {
    color: #fff;
}

.mg-church.mg-church-col-4 figcaption h2 {
    -webkit-transform: translate(0, 75px);
    transform: translate(0, 75px);
}

.mg-church.mg-church-col-4 figcaption .mg-church-rating {
    -webkit-transform: translate(0, 75px);
    transform: translate(0, 75px);
}

.mg-church.mg-church-col-4 figcaption .mg-church-price {
    font-size: 20px;
    -webkit-transform: translate(0, 75px);
    transform: translate(0, 75px);
}

.mg-church.mg-church-col-4 figcaption .btn-link {
    margin-top: 20px;
}

.mg-church.mg-church-col-4 figcaption .btn.btn-main {
    margin-top: 20px;
}

.mg-church.mg-church-col-2 figcaption h2 {
    font-size: 25px;
    -webkit-transform: translate(0, 235px);
    transform: translate(0, 235px);
}

.mg-church.mg-church-col-2 figcaption .mg-church-rating {
    -webkit-transform: translate(0, 235px);
    transform: translate(0, 235px);
}

.mg-church.mg-church-col-2 figcaption .mg-church-price {
    -webkit-transform: translate(0, 235px);
    transform: translate(0, 235px);
}

.mg-church:hover figcaption {
    background-color: rgba(0, 0, 0, 0.2);
}

.mg-church:hover figcaption p,
.mg-church:hover figcaption ul,
.mg-church:hover figcaption .btn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mg-church:hover figcaption .btn {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mg-church:hover figcaption .btn.btn-link {
    -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
    -webkit-transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
    transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
}

.mg-church:hover figcaption p,
.mg-church:hover figcaption ul {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.mg-church:hover figcaption h2,
.mg-church:hover figcaption .mg-church-rating,
.mg-church:hover figcaption .mg-church-price {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mg-church:hover figcaption h2,
.mg-church:hover figcaption .mg-church-rating {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.mg-church:hover figcaption .mg-church-price {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mg-church.mg-featured figcaption {
    padding: 20px 30px;
}

.mg-church.mg-featured figcaption h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
    -webkit-transform: translate(0, 310px);
    transform: translate(0, 310px);
}

.mg-church.mg-featured figcaption .mg-church-rating {
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
    margin-top: -27px;
    -webkit-transform: translate(0, 310px);
    transform: translate(0, 310px);
}

.mg-church.mg-featured figcaption .mg-church-price {
    font-family: "Georgia";
    font-size: 30px;
    line-height: 41px;
    font-weight: 300;
    margin-bottom: 15px;
    -webkit-transform: translate(0, 310px);
    transform: translate(0, 310px);
}

.mg-church.mg-featured figcaption .btn-link {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.mg-church.mg-featured figcaption .btn.btn-main {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.mg-church.mg-featured:hover figcaption h2,
.mg-church.mg-featured:hover figcaption .mg-church-rating,
.mg-church.mg-featured:hover figcaption .mg-church-price {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mg-church.mg-featured:hover figcaption .btn {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mg-about {
    padding: 0px 0;
    background-image: url(../images/about-bg.png);
    background-position: center center;
    color: #fff;
}

.mg-about .mg-sec-left-title {
    color: #333;
    text-transform: initial;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding-top: 20px;
    font-size: 22px;
}

.main-pageImages .mg-sec-left-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #585AA7;
    position: absolute;
    bottom: 0;
}


.blog {
}

.blog .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px;
}

.blog .blog-post {
    display: inline-block;
    width: 100%;
}

.blog .blog-post .tittle-post {
    font-size: 18px;
    color: #141414;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin: 10px 0;
}

.blog .blog-post .tittle-post:hover {
    color: #eeb013;
}

.blog .blog-post p {
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 13px;
}

.blog-post .post-bt {
    font-size: 14px;
    color: #141414;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.blog-post .post-info {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    margin-top: 10px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-post .post-img {
    position: relative;
    overflow: hidden;
}

.blog-post .post-img img {
    width: 100%;
}

.blog-post .post-info li {
    display: inline-block;
    color: #6f6f6f;
    margin-right: 20px;
    font-size: 12px;
}

.blog-post .post-info li i {
    margin-right: 10px;
    font-size: 14px;
}

.blog-post .post-info li .date {
    height: 52px;
    width: 58px;
    background: #eeb013;
    color: #fff;
    float: right;
    position: absolute;
    right: 0px;
    top: -11px;
    padding: 0 10px;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    font-style: italic;
}

.blog.style-2 .tittle-post {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.blog.style-2 .date {
    height: 52px;
    width: 58px;
    background: #eeb013;
    color: #fff;
    float: right;
    position: absolute;
    left: 0px;
    bottom: 40px;
    padding: 0 10px;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    font-style: italic;
}

.enter-round {
    border: 1px solid #fff;
    height: 83px;
    width: 83px;
    border-radius: 50%;
    line-height: 83px;
    text-align: center;
}

.side-bar .search input {
    width: 100%;
    border: none;
    border: 1px solid #e3e7f0;
    border-radius: 0px;
    height: 50px;
    padding: 0 20px;
    font-style: italic;
    color: #7b7b7b;
    font-size: 18px;
}

.side-bar .search button {
    height: 50px;
    color: #909090;
    background: none;
    border: none;
    font-size: 18px;
    position: relative;
    float: right;
    margin-top: -50px;
    width: 60px;
    text-align: center;
}

.heading-side-bar {
    margin-top: 50px;
    position: relative;
}

.heading-side-bar h4 {
    font-family: 'Halvatica', 'Roboto', serif;
    font-style: italic;
    border-bottom: 1px solid #141414;
    padding-bottom: 12px;
    margin: 0px;
    padding-left: 30px;
}

.heading-side-bar h4:before {
    height: 10px;
    width: 10px;
    background: #eeb013;
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    -ms-transform: rotate(40deg); /* IE 9 */
    -webkit-transform: rotate(40deg); /* Safari */
    transform: rotate(40deg);
}

.heading-side-bar {
}

.about-me-small {
}

.about-me-small img {
    border-radius: 30px;
}

.side-bar .latest-post li {
    padding: 15px 0;
}

.side-bar .latest-post li a {
    padding: 0px !important;
    text-transform: uppercase;
    line-height: 20px;
}

.side-bar .cate li {
    line-height: 40px;
}

.side-bar .cate li a {
    color: #6f6f6f;
    width: 100%;
    font-size: 13px;
    display: inline-block;
    padding-left: 30px;
    font-weight: 500;
}

.side-bar .cate li a span {
    color: #b8b8b8;
}

.side-bar .cate li a:hover {
    color: #eeb013;
}

.side-bar .tags {
    display: inline-block;
    width: 100%;
}

.side-bar .tags li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

.side-bar .tags li a {
    display: inline-block;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #272727;
    float: left;
    font-size: 13px;
    font-size: 10px;
    padding: 8px 15px;
}

.side-bar .tags li a:hover {
    background: #eeb013;
    color: #fff;
    border-color: #eeb013;
}

.side-bar .top-sale li a {
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
}

.side-bar .top-sale li p {
    font-size: 18px;
    color: #141414;
    margin-top: 15px;
}

.side-bar .tags.size a {
    font-size: 12px;
    border: 1px solid #ececec;
    color: #141414;
}

.side-bar .tags.size a:hover {
    border: 1px solid #141414;
    background: none;
    color: #141414;
}

.split-post .blog-post .tittle-post {
    font-size: 26px;
}

.blog-detail .blog-post p {
    line-height: 30px;
}

.comments {
    margin-top: 40px;
}

.comments h5 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.comments .avatar {
    margin-right: 30px;
    width: 70px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.comments a i {
    margin-left: 10px;
}

.comments a {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #141414;
}

.comments .a-com p {
    color: #272727;
    font-family: 'Halvatica', 'Roboto', serif;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

.comments .more-comments {
    border: 1px solid #ececec;
    padding: 20px 30px;
    margin-top: 30px;
}

.comments .more-comments a {
    margin: 0px;
    font-weight: 600;
}

.comments .a-com {
    display: inline-block;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 30px;
}

.comments .a-com span {
    font-weight: 600;
}

.comments .date {
    color: #6f6f6f;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 20px;
}

.comments .btn {
    width: auto;
    float: right;
    margin: 0px;
}

.comments ul {
}

.comments .com-reply {
    margin-left: 110px;
}

.comments .comment-form {
    margin-top: 40px;
}

.comments .comment-form {
}

.comments .comment-form label {
    font-family: 'Halvatica', 'Roboto', serif;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 20px;
}

.comments .comment-form input {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    font-weight: bold;
    color: #272727;
    font-size: 18px;
    letter-spacing: 1px;
    height: 40px;
}

.comments .comment-form .form-control {
    height: 40px;
    border: none;
    display: inline-block;
    width: 100%;
    box-shadow: none;
    margin-top: 10px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.emailSection {
    background: none;
}

.emailSection:focus {
    background: none;
    color: #fff;
}

.comments .comment-form {
    margin-bottom: 40px;
}

.comments .comment-form ul {
    border-bottom: none;
}

.comments .comment-form textarea {
    height: 250px;
    font-family: 'Halvatica', 'Roboto', serif;
    font-style: italic;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    box-shadow: none;
    margin-top: 10px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.comments .comment-form .btn {
    margin-top: 20px;
    color: #fff;
}

.subscribe {
    background-color: #585AA7;
    padding: 5px 10px !important;
}

.subscribe:hover {
    background-color: #712b61;
}

.wow a {
    transition: all ease 1s;
}

.january {
    animation-delay: .2s;
}

.february {
    animation-delay: .3s;
}

.march {
    animation-delay: .4s;
}

.april {
    animation-delay: .5s;
}

.may {
    animation-delay: .6s;
}

.june {
    animation-delay: .7s;
}

.july {
    animation-delay: .8s;
}

.august {
    animation-delay: .9s;
}

.september {
    animation-delay: 1s;
}

.october {
    animation-delay: 1.1s;
}

.november {
    animation-delay: 1.2s;
}

.december {
    animation-delay: 1.3s;
}

.affect1 {
    animation-delay: .2s;
}

.effect2 {
    animation-delay: .4s;
}

.effect3 {
    animation-delay: .6s;
}

.effect4 {
    animation-delay: .8s;
}

.effect5 {
    animation-delay: 1s;
}

.effect6 {
    animation-delay: 1.2s;
}

.effect7 {
    animation-delay: 1.4s;
}


.comments .comment-form label {
    width: 100%;
    font-size: 12px;
}

.comments .comment-form .form-control:focus {
    border: 1px solid #eeb013;
}

.auther-name .social-icons {
    margin-top: 20px;
}

.auther-name .social-icons a {
    background: #f0f0f0;
    height: 37px;
    width: 37px;
    line-height: 37px;
    font-size: 12px;
}

.entry-title {
    display: inline-block;
}


.next-prev a {
    color: #141414;
}

.next-prev {
    margin-top: 50px;
    padding: 10px 0;
    border-top: 1px solid #141414;
    border-bottom: 1px solid #141414;
}

.parallax-0 {
    background-image: url(../images/church.jpg);
}

.parallax-0 span {
    color: #fff;
}

.mg-features {
    /* padding: 70px 0 30px;
  background-image: url(../images/bible3.j);
  background-attachment: fixed;
  background-size: cover; */
    background-color: #f5f5f5;
}


.mg-feature {
    margin-bottom: 40px;
}

.mg-features h2 {
    color: #222222;
}

.mg-features p {
    padding: 2px;
    color: #585AA7;
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 2px;
}

.mg-features li {
    margin: 0px;
    padding: 0px;
}

.tags {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
}

.older {
    background-image: url(../images/Older1.jpg) !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
}

.newer {
    background-image: url(../images/Newer1.jpg) !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
}

.parallax-0 p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #585AA7;
    font-weight: normal;
}

/* .carousel-inner {
  max-height: 350px;
} */


.mg-feature .mg-feature-icon-title {
    margin-bottom: 10px;
}

.mg-feature .mg-feature-icon-title:before,
.mg-feature .mg-feature-icon-title:after {
    content: " ";
    display: table;
}

.mg-feature .mg-feature-icon-title:after {
    clear: both;
}

.mg-feature .mg-feature-icon-title i {
    display: block;
    width: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 21px;
    color: #fff;
    border-radius: 50%;
    float: left;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.mg-feature .mg-feature-icon-title h3 {
    display: block;
    font-family: 'Halvatica', 'Roboto', serif;
    font-size: 20px;
    color: #16262e;
    font-weight: 400;
    margin-left: 60px;
    margin-top: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.mg-feature p {
    margin-bottom: 0;
}

.mg-feature:hover .mg-feature-icon-title i {
    background-color: #585AA7;
}

.mg-testi-partners {
    padding: 20px 0;
    background-color: #f5f5f5;
    background-image: url(../images/clients-bg.png);
    background-position: center center;
    color: #fff;
    text-align: center;
}

.mg-testi-partners .mg-sec-left-title {
    color: #585AA7;
}

.partner {
    max-width: 100%;
    margin: 0;
    color: #222222;
}

.partner li {
    text-align: left
}

.mg-believe-title p {
    color: #fff;
}

.mg-light-testimonial {
    padding: 70px 0;
    background-color: #f7f7f7;
    background-image: url(../images/clients-bg.png);
    background-position: center center;
}

.mg-light-testimonial .mg-testimonial-slider {
    text-align: center;
    background-color: transparent;
}

.mg-light-testimonial .mg-testimonial-slider p {
    font-size: 25px;
    line-height: 24px;
}

.mg-testi-partners p {
    font-size: 14px;
    line-height: 24px;
}

.mg-light-testimonial .mg-testimonial-slider footer {
    color: #585AA7;
    font-family: 'Halvatica', 'Roboto', serif;
    font-style: italic;
}

.mg-light-testimonial .mg-testimonial-slider blockquote footer:before {
    content: '';
}

.mg-testimonial-slider blockquote {
    font-weight: 400;
    border-width: 0;
    background-color: transparent;
}

.mg-testimonial-slider blockquote p {
    font-size: 15px;
    line-height: 24px;
}

.mg-testimonial-slider blockquote footer {
    color: #585AA7;
    font-family: 'Halvatica', 'Roboto', serif;
    font-style: italic;
}

.mg-testimonial-slider blockquote footer:before {
    content: '';
}

.devider {
    height: 5px;
    border-radius: 25px;
    width: 90%;
    background-color: #585AA7;
    margin: 30px;
    position: Center;
}

.owl-carousel {
    overflow: hidden;
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
    margin-left: 0;
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-next {
    margin-right: 0;
}

.owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left;
    margin-left: -50px;
    -webkit-transition: margin-left 0.3s, background-color 0.5s;
    transition: margin-left 0.3s, background-color 0.5s;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    float: right;
    margin-right: -50px;
    -webkit-transition: margin-right 0.3s, background-color 0.5s;
    transition: margin-right 0.3s, background-color 0.5s;
}

.owl-theme .owl-controls .owl-buttons div {
    margin: 1px;
    padding: 13px 13px;
    font-size: 21px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #585AA7;
}

.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.5);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #585AA7;
}

.mg-part-logos {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-news-gallery {
    padding: 70px 0;
    background-color: #f5f5f5;
    color: #fff;
}

.mg-news-gallery h3 {
    color: #585AA7;
}

.mg-recnt-posts {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mg-recnt-post {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4a4a4a;
}

.mg-recnt-post .mg-rp-date {
    width: 70px;
    /* font-family: 'Halvatica','Roboto',serif; */
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0 5px;
    position: relative;
    border-radius: 1px;
    float: left;
    margin-right: 20px;
    /* &:after{
              content: '';
              display: block;
              width: 100%;
              height: 1px;
              background-color: @dcolor;
              position: absolute;
              top: 37px;
              left: 0;
          } */
}

.mg-recnt-post .mg-rp-date .mg-rp-month {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}

.mg-recnt-post > h3 {
    font-family: 'Halvatica', 'Roboto', serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1rem;
}

.mg-recnt-post > h3 > a {
    color: #16262e;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.mg-recnt-post > h3 > a:hover {
    color: #fff;
    text-decoration: none;
}

.mg-recnt-posts p a:hover {
    color: #fff;
    text-decoration: none;
}

.mg-recnt-post > p {
    margin-left: 90px;
    margin-bottom: 0;
}

.mg-gallery-container {
    position: relative;
    text-align: center;
}

.mg-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-gallery .owl-controls {
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.mg-gallery .owl-controls .owl-buttons div {
    background-color: rgba(255, 255, 255, 0.4) !important;
    padding: 13px 15px;
    border-radius: 25px;
    margin-top: -25px;
    opacity: 0;
    color: #16262e;
    -webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s !important;
    transition: opacity 0.3s, background-color 0.3s, color 0.3s !important;
}

.mg-gallery .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: 25px !important;
}

.mg-gallery .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin-right: 25px !important;
}

.mg-gallery .owl-controls .owl-buttons div:hover {
    opacity: 1;
    color: #fff;
    background-color: #585AA7 !important;
}

.mg-gallery:hover .owl-controls .owl-buttons div {
    opacity: 0.5;
}

.mg-gallery-thumb {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 330px;
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -165px;
    z-index: 2;
}

.mg-gallery-thumb .owl-item {
    opacity: 0.4;
}

.mg-gallery-thumb .owl-item.synced {
    opacity: 1;
}

.mg-gallery img {
    border-radius: 5px;
}

.mg-part-logos-full {
    margin: 0;
    padding: 0;
}

.mg-part-logos-full li {
    list-style: none;
    text-align: center;
}

.mg-part-logos img {
    width: 15%;
    bottom: 0;
}

.mg-part-logos li {
    width: 90%;
}

.mg-map {
    width: 100%;
    height: 300px;
}

.mg-contact-form-input {
    /* margin-bottom: 25px; */
    display: inline-block;
}

.mg-contact-form-input label {
    /* font-family: 'Halvatica','Roboto',serif; */
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #16262e;
    margin-bottom: 10px;
}

.information {
    margin: 20% 0;
    left: 25%;
}

.mg-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}

.contactusnow {
    text-align: left;
}

.mg-contact-info li {
    margin-bottom: 20px;
}


.mg-contact-info li i {
    font-size: 18px;
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    text-align: center;
    color: #16262e;
}

.mg-contact-info li a {
    font-weight: 600;
    color: #16262e;
}

.mg-contact-info li a:hover {
    color: #585AA7;
}

.mg-churchs-cols {
    padding: 70px 0;
}

.mg-single-church {
    padding: 100px 0 0;
}

.mg-church-fecilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-church-fecilities ul li {
    color: #16262e;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: 300;
}

.mg-church-fecilities ul li i {
    margin-right: 10px;
}

.mg-single-church-price {
    position: relative;
}

.mg-single-church-price .mg-srp-inner {
    font-family: 'Halvatica', 'Roboto', serif;
    width: 100px;
    padding: 21px 0px 17px;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -60px;
    background-color: #f5f5f5;
    color: #fff;
    font-size: 25px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 50%;
}

.mg-single-church-price .mg-srp-inner > span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    position: relative;
}

.mg-single-church-price .mg-srp-inner > span:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #585AA7;
    top: -1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
}

.mg-single-church-txt {
    padding: 50px 0 47px;
}

.mg-single-church-review-sec {
    padding: 0 0 70px;
}

.mg-sm-full-rating {
    position: relative;
    margin-bottom: 50px;
    /* .mg-sec-left-title{
          &:before{
              content: '';
              display: block;
              position: absolute;
              bottom: 1px;
              left: 0;
              width: 100%;
              height: 1px;
              background-color: #f2f2f2;
          }
      } */
}

.mg-sm-full-rating .mg-smfr-rate {
    color: #fff;
    background-color: #585AA7;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}

.mg-sm-full-rating .mg-smfr-cont {
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.mg-reviews {
    padding-right: 50px;
}

.mg-reviews .media {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #4a4a4a;
}

.mg-reviews .media:last-child {
    border-bottom-width: 0;
}

.mg-reviews .media .media-body .media-heading {
    font-family: 'Halvatica', 'Roboto', serif;
    color: #16262e;
    font-style: italic;
    font-size: 22px;
    line-height: 40px;
}

.mg-reviews .media .media-body .mg-media-user-rating {
    display: inline-block;
}

.mg-reviews .media .media-body .mg-media-user-rating .mg-rs-icon .far {
    color: #ced4d7;
}

.mg-reviews .media .media-body .mg-media-user-rating .mg-rs-icon .fas.fa-star {
    color: #585AA7;
    margin-right: 5px;
}

.mg-reviews .media .media-body p {
    font-style: italic;
}

.mg-reviews .media .media-body p:after {
    content: '”';
}

.mg-reviews .media .media-body p:before {
    content: '“';
}

.mg-reviews .media .media-body .media-date {
    float: right;
    color: #b3b3b3;
    font-size: 13px;
}

.mg-reviews .media .media-body .mg-media-rating {
    margin: 0 -15px;
    border-bottom: 1px solid #ebebeb;
    border: 1px solid #f2f2f2;
    padding: 5px 0;
}

.mg-reviews .media .media-body .mg-media-rating .mg-rating-sector {
    width: 50%;
    float: left;
    padding: 5px 15px;
}

.mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-title {
    font-size: 18px;
    font-weight: 300;
    color: #16262e;
}

.mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-icon {
    float: right;
}

.mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-icon i {
    color: #b2bcc0;
}

.mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-icon i.fa-star {
    color: #585AA7;
}

.mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-icon i.fa-star-half-empty {
    color: #585AA7;
}

.mg-reviews .media .media-left a {
    border-radius: 50%;
}

.mg-reviews .media .media-left a .media-object {
    border-radius: 50%;
}

.mg-reviews .mg-media-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mg-reviews .mg-media-meta .media-date {
    margin-left: auto;
}

.mg-reviews .mg-media-meta .mg-media-user-rating {
    margin-left: 20px;
    font-size: 12px;
}

.mg-single-church-bn.mg-book-now {
    margin-bottom: 70px;
    padding: 50px 50px 20px;

}

.mg-single-church-bn.mg-book-now .mg-sec-left-title {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.mg-sec-left-review {
    color: #585AA7;
}

.mg-single-church-bn.mg-book-now .mg-sec-left-title:after {
    left: 50%;
    margin-left: -40px;
}

.mg-star-rating-title {
    display: inline-block;
    font-size: 16px;
    font-family: 'Halvatica', 'Roboto', serif;
    color: #16262e;
    min-width: 65px;
}

.mg-star-rating {
    margin-bottom: 20px;
}

.starrr {
    display: inline-block;
}

.starrr i {
    display: inline-block;
    padding: 3px;
    font-size: 14px;
    color: #ced4d7;
    cursor: pointer;
}

.starrr i.fas {
    color: #585AA7;
}

.mg-churchs-no-padd > .container {
    padding-left: 30px;
    padding-right: 30px;
}

.mg-churchs-no-padd .row > .col-md-3,
.mg-churchs-no-padd .row > .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.mg-churchs-no-padd .row > .col-md-3 > .mg-church,
.mg-churchs-no-padd .row > .col-md-4 > .mg-church {
    margin-bottom: 0;
}

.mg-gallery-page,
.mg-page {
    padding: 70px 0 100px;
}

#mg-grid {
    position: relative;
    overflow: visible !important;
    margin-top: 25px;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.giving button {
    height: 100%;
    width: 100%;
    font-weight: normal;
    background: #585AA7;
}

.mg-gallery-item {
    position: relative;
    padding: 15px;
    margin: 0;
}

.mg-gallery-item.galleries {
    padding: 2px;
}

.mg-gallery-item li {
    color: #585AA7;
}

.mg-gallery-item h3 {
    text-align: center;
    color: #585AA7;
}

.mg-gallery-item img {
    border-radius: 5px;
}

.mg-gallery-item:hover .mg-gallery-overlayer {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    overflow: hidden;
}

.mg-gallery-item:hover .mg-gallery-overlayer > i {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
}

.mg-gallery-item .mg-gallery-overlayer {
    /*background-color: rgba(22, 38, 46, 0.9);*/
    position: absolute;
    top: 0;
    padding-top: 20px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: block;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.mg-gallery-item .mg-gallery-overlayer > i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #585AA7;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    color: #16262e;
    font-size: 16px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.mg-gallery-item .mg-gallery-overlayer > i:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mg-filter {
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    z-index: 1;
    /*background: #fff;*/
}

.mg-filter label > input {
    display: none;
}

.mg-filter .btn-main {
    padding: 8px 25px !important;
    background: #8e6684 !important;
    border-radius: 3px;
}

.mg-filter .btn-main:hover {
    padding: 8px 25px !important;
}

.mg-blog-list {
    padding: 40px 0 60px;
    /*background-color: #f5f5f5;*/
}

.mg-blog-list h2 {
    text-align: center;
    padding-top: 50px;
    color: #000;
    font-weight: bold
}

.mg-blog-list h6 {
    color: #000000;
    font-size: 14px;
    text-align: center
}

.mg-blog-list div {
    color: #000;
}


.mg-post {
    padding-right: 15px;
    margin-bottom: 60px;
}

.btn-warning {
    background-color: #585AA7;
    border-color: #585AA7;
}

.btn-warning:hover {
    background-color: #712b61;
    cursor: pointer;
}

.mg-post .mg-post-title {
    font-family: 'Halvatica', 'Roboto', serif;
    margin-bottom: 15px;
    margin-top: 20px;
}

.mg-post-mission {
    color: #fff !important;
    font-weight: bold;
}

.mg-post .mg-post-title a {
    color: #16262e;
}

.mg-post .mg-post-title a:hover {
    color: #585AA7;
}

.Titles span {
    font-weight: bold;
    color: #000000;
}

.mg-post .mg-post-meta {
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: 'Halvatica', 'Roboto', serif;
    color: #96a3a9;
}

.mg-post .mg-post-meta span {
    padding-right: 10px;
}

.mg-post .mg-post-meta span:after {
    content: '/';
    padding-left: 15px;
    color: #ced4d7;
}

.mg-post .mg-post-meta span:last-child:after {
    content: '';
    padding-left: 0;
}

.mg-post .mg-post-meta a {
    color: #264251;
}

.mg-post .mg-post-meta a:hover {
    color: #585AA7;
}

.mg-post .mg-read-more {
    font-family: 'Halvatica', 'Roboto', serif;
    font-style: italic;
    font-size: 15px;
}

.mg-widget {
    background: none;
    padding: 10px;
    margin-bottom: 30px;
    color: #c0c8cb;
}

.contactforms input, .contactforms textarea {
    background-color: #f5f5f5;
    border-radius:4px;
}

.contactforms input:focus {
    background-color: #f5f5f5;
}

.contactforms textarea:focus {
    background-color: #f5f5f5;
}

.contactforms label {
    color: #000;
}


.mg-widget .mg-widget-title {
    color: #fff;
}

.mg-widget .form-control {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.mg-widget .form-control:focus {
    border-color: #585AA7;
    background-color: transparent;
}

.mg-widget .mg-recnt-posts .mg-recnt-post {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mg-widget .mg-recnt-posts .mg-recnt-post p {
    font-family: "Georgia";
    margin-bottom: 0;
}

.mg-widget .mg-recnt-posts .mg-recnt-post .mg-rp-date {
    color: #fff;
}

.mg-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-widget ul li {
    font-family: 'Halvatica', 'Roboto', serif;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mg-widget ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.mg-widget ul li a:hover {
    color: #585AA7;
}

.mg-widget .tagcloud a {
    background-color: rgba(0, 0, 0, 0.5);
}

.mg-widget .tagcloud a:hover {
    background-color: #585AA7;
}

.tagcloud a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #fff;
    border-radius: 1px;
    margin-right: 2px;
    margin-bottom: 6px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.tagcloud a:hover {
    background-color: #585AA7;
}

.mg-post-nav {
    margin-bottom: 70px;
    border-bottom: 1px solid #4a4a4a;
    border-top: 1px solid #F2F2F2;
    font-family: 'Halvatica', 'Roboto', serif;
    font-size: 16px;
    line-height: 30px;
    color: #16262e;
}

.mg-post-nav a {
    padding: 10px;
    display: block;
    color: #adb9bf;
}

.mg-post-nav a:hover {
    color: #16262e;
}

.mg-post-nav > div {
    width: 50%;
}

.mg-post-nav div + div {
    text-align: right;
}

.mg-single-comments-list {
    margin-bottom: 70px;
}

.media .media-object {
    border-radius: 50%;
}

.media .media-body {
    position: relative;
    width: 100%;
}

.media .media-body .mg-comment-body {
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 20px;
}

.media .media-body .media-heading {
    font-size: 17px;
    line-height: 27px;
    color: #16262e;
}

.media .media-body .media-heading a {
    color: #16262e;
}

.media .media-body span {
    display: block;
    color: #adb9bf;
    margin-bottom: 10px;
}

.media .media-body span a {
    color: #adb9bf;
}

.media .media-body .btn-comment-reply {
    position: absolute;
    top: 0;
    right: 0;
}

.mg-about-features {
    padding: 70px 0 70px;
}

.mg-about-testimonial {
    padding: 70px 0;
    background-color: #f5f5f5;
    background-image: url(../images/about-bg.png);
    background-position: center center;
    color: #fff;
}

.mg-about-testimonial .mg-testimonial-slider blockquote {
    text-align: center;
    padding: 0 150px;
    padding-top: 35px;
    background-position: top center;
}

.mg-about-testimonial .mg-sec-title h2 {
    color: #fff;
}

.mg-team {
    padding: 70px 0 80px;
}

.mg-team-member {
    position: relative;
    margin-bottom: 30px;
}

.mg-team-member FIGURE{min-height:200px;}

.mg-team-member .img-fluid {
    /* height:250px; */
    border-radius: 7px;
}

.marietta .img-fluid {
    height: 350px;
}

.mg-team-member strong {
    font-size: 16px;
    font-weight: bold
}

.mg-team-member .btn {
    font-size: 11px;
}

.mg-team-member .mg-team-info {
	margin-top:5px;
    position: relative;
    left: 0;
    width: 100%;
    padding: 0px 20px 20px 20px;
    color: #333;
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.mg-team-member .mg-team-info h3 {
    position: relative;
    margin-bottom: 5px;
    color: #333;
    font-size: 18px;
}

#X .mg-team-member .mg-team-info h3:after {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #585AA7;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.mg-team-member .mg-team-info strong {
    display: block;
    font-style: italic;
    margin-bottom: 5px;
}

#X .mg-team-member .mg-team-member-overlayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    background-color: rgba(22, 38, 46, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    border-radius: 7px;
}

.mg-team-member .mg-team-member-social {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

.mg-team-member .mg-team-member-social li {
    display: inline-block;
    float: left;
}

.mg-team-member .mg-team-member-social li a {
    display: block;
    text-align: center;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    background: none;
    margin-right: 5px;
    color: #333;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.mg-team-member .mg-team-member-social li i {
    padding:5px
}

.mg-team-member .mg-team-member-social li a:hover {
    background-color: #4b4b4b;
    border-radius:4px
}

.mg-team-member-social p {
    color: #333;
    font-size: 12px;
}

.mg-team-member:hover .mg-team-member-overlayer {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.mg-team-member:hover .mg-team-info {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mg-team-member:hover .mg-team-info h3:after {
    width: 60px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mg-about-us-txt {
    text-align: center;
}

.mg-about-clients {
    padding: 80px 0;
    background-color: #f2f2f2;
}

.mg-booking-form .nav-tabs > li {
    width: 25%;
    text-align: center;
    font-size: 18px;
}

.mg-booking-form .nav-tabs > li > a {
    color: #ced4d6;
    border-width: 0;
    position: relative;
    background-color: transparent !important;
    border-width: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mg-booking-form .nav-tabs > li > a span.mg-bs-tab-num {
    display: block;
    font-family: 'Halvatica', 'Roboto', serif;
    font-weight: 600;
    color: #16262e;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    border-width: 3px;
    border-style: solid;
    border-color: #dbdedf;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    text-transform: uppercase;
    width: 55px;
    line-height: 49px;
    margin-bottom: 10px;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.mg-booking-form .nav-tabs > li > a span.mg-bs-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #dbdedf;
    position: absolute;
    top: 50%;
    right: -50%;
    margin-top: -17px;
    z-index: -1;
}

.mg-booking-form .nav-tabs > li > a span.mg-bs-bar:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #585AA7;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}

.mg-booking-form .nav-tabs > li > a.active,
.mg-booking-form .nav-tabs > li > a.active:hover,
.mg-booking-form .nav-tabs > li > a.active:focus,
.mg-booking-form .nav-tabs > li > a.active:active {
    border-width: 0;
    color: #16262e;
}

.mg-booking-form .nav-tabs > li > a.active span.mg-bs-tab-num {
    color: #585AA7;
    border-color: #585AA7;
}

.mg-booking-form .nav-tabs > li.mg-step-done > a {
    color: #585AA7;
}

.mg-booking-form .nav-tabs > li.mg-step-done > a span.mg-bs-tab-num {
    color: #fff;
    border-color: #585AA7;
    background-color: #585AA7;
}

.mg-booking-form .nav-tabs > li.mg-step-done > a span.mg-bs-bar:after {
    width: 100%;
}

.mg-booking-form .tab-content {
    padding: 0;
    border-width: 0;
}

.mg-book-form-input {
    min-height: 100px;
}

.mg-book-form-input label {
    font-family: 'Halvatica', 'Roboto', serif;
    font-weight: 400;
    color: #16262e;
    font-size: 16px;
    margin-bottom: 10px;
}

.mg-book-form-personal,
.mg-book-form-billing {
    padding-top: 50px;
    padding-bottom: 30px;
}

.mg-terms-input {
    margin-bottom: 30px;
}

.mg-terms-input label {
    font-weight: 400;
}

.mg-widget-cart-row {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mg-widget-cart-row strong {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

.mg-cart-church h3 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mg-cart-total {
    padding: 50px 0 10px;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Halvatica', 'Roboto', serif;
    color: #fff;
    font-weight: 400;
}

.mg-cart-total strong {
    font-weight: 400;
}

.mg-cart-address {
    padding: 20px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mg-cart-address > strong {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    float: left;
}

.mg-cart-address > address {
    margin-left: 120px;
}

.mg-saerch-church .mg-book-now {
    padding: 20px 30px;
}

.mg-saerch-church .mg-book-now .mg-bn-title {
    font-size: 28px;
}

.mg-saerch-church .mg-book-now .mg-bn-title .mg-bn-big {
    font-size: 16px;
}

.cs-select > span {
    padding-right: 1.5em;
}

.cs-select > span::after {
    right: 0.75em;
}

.mg-available-churchs {
    padding: 70px 0;
}

.mg-available-churchs .mg-avl-church {
    padding-bottom: 80px;
}

.mg-available-churchs .mg-avl-church:last-child {
    padding-bottom: 0;
}

.mg-available-churchs .mg-church-fecilities {
    margin-bottom: 15px;
}

.mg-available-churchs .mg-church-fecilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-available-churchs .mg-church-fecilities ul li {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
}

.mg-available-churchs .mg-avl-church-title {
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4a4a4a;
}

.mg-available-churchs .mg-avl-church-title a {
    color: #16262e;
}

.mg-available-churchs .mg-avl-church-title span {
    font-family: "Georgia";
    font-weight: 300;
    color: #585AA7;
    float: right;
    /* 			position: relative;

  &:after{
      content: '';
      width: 100%;
      height: 3px;
      background-color: @mcolor;
      position: absolute;
      bottom: -12px;
      right: 0;
  } */
}

.mg-paid .mg-widget {
    background-image: url(../images/paid.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.mg-paid .mg-widget .mg-payment-id {
    color: #fff;
    margin: 0;
    font-size: 25px;
    margin-bottom: 20px;
}

.table > thead > tr > th {
    background-color: #f8f9f9;
    color: #16262e;
}

.card {
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eaedee;
    margin-bottom: 20px;
    border-bottom: 0;
}

.card .collapse {
    border-bottom: 0;
}

.card .collapse.show {
    border-bottom: 1px solid #eaedee;
}

.card .collapsing {
    border-bottom: 1px solid #eaedee;
}

.card .card-header {
    border-color: #eaedee;
    background-color: #fff;
    padding: 0;
}

.card .card-header a {
    display: block;
    padding: 10px 15px;
    position: relative;
    color: #585AA7;
    outline-width: 0;
}

.card .card-header a:after {
    content: '';
    width: 21px;
    height: 1px;
    background-color: #585AA7;
    position: absolute;
    top: 50%;
    right: 20px;
}

.card .card-header a:before {
    content: '';
    width: 1px;
    height: 21px;
    background-color: #585AA7;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease 0.2s;
    transition: -webkit-transform 0.5s ease 0.2s;
    transition: transform 0.5s ease 0.2s;
    transition: transform 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

.card .card-header a.collapsed {
    color: #16262e;
}

.card .card-header a.collapsed:before {
    background-color: #f5f5f5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card .card-header a.collapsed:after {
    background-color: #f5f5f5;
}

.card .card-header .panel-title {
    font-size: 19px;
    margin-bottom: 0;
}

.card .card-header + .panel-collapse > .panel-body {
    border-top-color: #eaedee;
}

.mg-footer-widget {
    background-color: #132027;
    /* padding: 10px 0 20px; */
    color: #757575;
    text-align: center;
}

.mg-footer-widget .widget {
    margin-bottom: 10px;
    text-align: center;
}

.mg-footer-widget .widget:before,
.mg-footer-widget .widget:after {
    content: " ";
    display: table;
}

.mg-footer-widget .widget:after {
    clear: both;
}

.mg-footer-widget .widget h2:after {
    display: none !important;
}

.mg-footer-widget a {
    color: #757575;
}

.mg-footer-widget a:hover {
    color: #585AA7;
}

.mg-footer-widget .form-control {
    height: auto;
    padding: 8px 12px;
    border-radius: 1px;
    border-color: #757575;
    color: #757575;
    background-color: transparent;
}

.mg-footer-widget .form-control::-webkit-input-placeholder {
    color: #757575;
}

.mg-footer-widget .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #757575;
}

.mg-footer-widget .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575;
}

.mg-footer-widget .form-control:-ms-input-placeholder {
    color: #757575;
}

.mg-footer-widget .form-control:focus {
    color: #757575;
    border-color: #585AA7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mg-footer-widget .mg-instagram a {
    display: block;
    position: relative;
}

.mg-footer-widget .mg-instagram a:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.mg-footer-widget .mg-instagram a:before {
    font-family: 'Font Awesome 5 Brands';
    content: '\f083';
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.mg-footer-widget .mg-instagram a:hover:after {
    background-color: rgba(22, 38, 46, 0.7);
}

.mg-footer-widget .mg-instagram a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.mg-footer-widget .mg-instagram a img {
    width: 100%;
}

.mg-footer-widget .mg-widget-title {
    color: #585AA7;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
}

.newsletters {
    color: #585AA7;
    padding-bottom: 25px;
}

.mg-footer-widget .mg-widget-title:after {
    width: 50px;
    background-color: #585AA7;
}

.mg-footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-footer-social > li {
    display: inline-block;
    margin-right: 3px;
}

.mg-footer-social > li > a {
    display: block;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.15);
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.mg-footer-social > li > a:hover {
    background-color: #585AA7;
    color: #fff;
}

.mg-instagram {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-instagram > li {
    float: left;
    width: 33.33333333%;
}

.mg-copyright {
    padding: 5px 0;
    color: #7a8a92;
    background-color: #132027;
    font-size: 13px;
    text-align: center;
}

.mg-copyright a {
    color: #96a3a9;
}

.mg-copyright a:hover {
    color: #585AA7;
    text-decoration: none;
}

.mg-copyright p {
    margin: 0;
}

.mg-footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-footer-nav > li {
    /* float: left; */
    margin-right: 20px;
    display: inline-block;
}

.mg-light-footer .mg-footer-widget {
    background-color: #f7f7f7;
    color: #7a8a92;
}

.mg-light-footer .mg-widget-title {
    color: #16262e;
}

.mg-light-footer .mg-copyright {
    color: #7a8a92;
    background-color: #eaeaea;
}

.mg-light-footer .mg-footer-social > li > a {
    background-color: #f5f5f5;
}

.mg-light-footer .mg-footer-social > li > a:hover {
    background-color: #585AA7;
}


.header .navbar-collapse {
    background-color: rgba(22, 38, 46, 0.95);
    position: absolute;
    top: 100%;
    right: 15px;
    min-width: 300px;
    padding: 0;
    text-align: left;
    z-index: 99;
}

.header .navbar-collapse .navbar-nav {
    margin: 0;
}

.navbar-nav .open .dropdown-menu > .active > a {
    color: #fff !important;
    background-color: #585AA7 !important;
}

.navbar-nav > li > a {
    padding: 15px 20px !important;
}

.navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #585AA7 !important;
}

.dropdown > ul {
    display: none;
    padding-left: 20px !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.dropdown > ul a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.dropdown > ul a:hover {
    color: #585AA7 !important;
}

.navbar-inverse .navbar-nav > li.active > a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
    background-color: #585AA7 !important;
    /* margin: 2px; */
}

.header .navbar-collapse.collapse {
    display: none !important;
}

.header .navbar-collapse.collapse.show {
    display: block !important;
}

.dropdown-toggle::after {
    float: right;
}

.navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a:hover {
    color: #fff !important;
}

@media (min-width: 768px) {
    .noViewOnDesktop {
        display: none;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: relative;
    }

    .community-p-s {
        margin-top: -350px
    }
}


@media (max-width: 1199px) {
    .carousel-caption > h2 {
        font-size: 55px;
    }

    .carousel-caption > p {
        font-size: 20px;
    }

    .mg-church figcaption h2 {
        -webkit-transform: translate(0, 90px);
        transform: translate(0, 90px);
    }

    .mg-church figcaption .mg-church-rating {
        -webkit-transform: translate(0, 90px);
        transform: translate(0, 90px);
    }

    .mg-church figcaption .mg-church-price {
        -webkit-transform: translate(0, 90px);
        transform: translate(0, 90px);
    }

    .mg-church figcaption .btn-link {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    .mg-church figcaption p {
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 20px;
    }

    .mg-church figcaption p,
    .mg-church figcaption ul {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    .mg-church.mg-church-col-2 figcaption h2 {
        font-size: 25px;
        -webkit-transform: translate(0, 180px);
        transform: translate(0, 180px);
    }

    .mg-church.mg-church-col-2 figcaption .mg-church-rating {
        -webkit-transform: translate(0, 180px);
        transform: translate(0, 180px);
    }

    .mg-church.mg-church-col-2 figcaption .mg-church-price {
        -webkit-transform: translate(0, 180px);
        transform: translate(0, 180px);
    }

    .mg-church.mg-church-col-2 figcaption p {
        display: none;
    }

    .mg-church.mg-church-col-2:hover figcaption {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mg-church.mg-church-col-2:hover figcaption p,
    .mg-church.mg-church-col-2:hover figcaption ul,
    .mg-church.mg-church-col-2:hover figcaption .btn {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-2:hover figcaption .btn {
        opacity: 1;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .mg-church.mg-church-col-2:hover figcaption .btn.btn-link {
        -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
        -webkit-transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
    }

    .mg-church.mg-church-col-2:hover figcaption p,
    .mg-church.mg-church-col-2:hover figcaption ul {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .mg-church.mg-church-col-2:hover figcaption h2,
    .mg-church.mg-church-col-2:hover figcaption .mg-church-rating,
    .mg-church.mg-church-col-2:hover figcaption .mg-church-price {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-2:hover figcaption h2,
    .mg-church.mg-church-col-2:hover figcaption .mg-church-rating {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .mg-church.mg-church-col-2:hover figcaption .mg-church-price {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .mg-church.mg-church-col-4 figcaption h2 {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    .mg-church.mg-church-col-4 figcaption .mg-church-rating {
        display: none;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    .mg-church.mg-church-col-4 figcaption .mg-church-price {
        font-size: 20px;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    .mg-church.mg-church-col-4 figcaption .btn-link {
        margin-top: 0;
    }

    .mg-church.mg-church-col-4 figcaption .btn.btn-main {
        display: none;
        margin-top: 20px;
    }

    .mg-church.mg-church-col-4:hover figcaption {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mg-church.mg-church-col-4:hover figcaption p,
    .mg-church.mg-church-col-4:hover figcaption ul,
    .mg-church.mg-church-col-4:hover figcaption .btn {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-4:hover figcaption .btn {
        opacity: 1;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .mg-church.mg-church-col-4:hover figcaption .btn.btn-link {
        -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
        -webkit-transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
    }

    .mg-church.mg-church-col-4:hover figcaption p,
    .mg-church.mg-church-col-4:hover figcaption ul {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .mg-church.mg-church-col-4:hover figcaption h2,
    .mg-church.mg-church-col-4:hover figcaption .mg-church-rating,
    .mg-church.mg-church-col-4:hover figcaption .mg-church-price {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-4:hover figcaption h2,
    .mg-church.mg-church-col-4:hover figcaption .mg-church-rating {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .mg-church.mg-church-col-4:hover figcaption .mg-church-price {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .mg-book-now .mg-bn-title {
        font-size: 25px;
    }

    .mg-book-now .mg-bn-title .mg-bn-big {
        font-size: 14px;
    }

    .mg-404-error-txt {
        padding: 0px 140px;
    }
}

@media (max-width: 991px) {
    .carousel-caption > h2 {
        font-size: 45px;
    }

    .carousel-caption > p {
        font-size: 20px;
    }

    .navbar-nav > li > a {
        padding: 28px 9px 27px;
    }

    .navbar-brand img {
        height: 55px;
    }

    .mg-search-box-cont {
        margin: 15px 20px;
    }

    .mg-search-box {
        bottom: -73px;
    }

    .mg-church figcaption h2 {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    .mg-church figcaption .mg-church-rating {
        display: none;
        -webkit-transform: translate(0, 90px);
        transform: translate(0, 90px);
    }

    .mg-church figcaption .mg-church-price {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    .mg-church figcaption .btn-link {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    /* .mg-church figcaption .btn-main {
    display: none;
  } */
    .mg-church figcaption p {
        display: none;
    }

    .mg-church figcaption p,
    .mg-church figcaption ul {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    .mg-church.mg-church-col-2 figcaption h2 {
        font-size: 25px;
        -webkit-transform: translate(0, 120px);
        transform: translate(0, 120px);
    }

    .mg-church.mg-church-col-2 figcaption .mg-church-rating {
        display: block;
        -webkit-transform: translate(0, 120px);
        transform: translate(0, 120px);
    }

    .mg-church.mg-church-col-2 figcaption .mg-church-price {
        -webkit-transform: translate(0, 120px);
        transform: translate(0, 120px);
    }

    .mg-church.mg-church-col-2 figcaption .btn-main {
        display: inline-block;
    }

    .mg-church.mg-church-col-2 figcaption ul {
        display: none;
    }

    .mg-church.mg-church-col-2 figcaption p {
        display: block;
    }

    .mg-church.mg-church-col-2:hover figcaption {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mg-church.mg-church-col-2:hover figcaption p,
    .mg-church.mg-church-col-2:hover figcaption ul,
    .mg-church.mg-church-col-2:hover figcaption .btn {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-2:hover figcaption .btn {
        opacity: 1;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .mg-church.mg-church-col-2:hover figcaption .btn.btn-link {
        -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
        -webkit-transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
    }

    .mg-church.mg-church-col-2:hover figcaption p,
    .mg-church.mg-church-col-2:hover figcaption ul {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .mg-church.mg-church-col-2:hover figcaption h2,
    .mg-church.mg-church-col-2:hover figcaption .mg-church-rating,
    .mg-church.mg-church-col-2:hover figcaption .mg-church-price {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-2:hover figcaption h2,
    .mg-church.mg-church-col-2:hover figcaption .mg-church-rating {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .mg-church.mg-church-col-2:hover figcaption .mg-church-price {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .mg-church.mg-church-col-4 figcaption h2 {
        -webkit-transform: translate(0, 120px);
        transform: translate(0, 120px);
    }

    .mg-church.mg-church-col-4 figcaption .mg-church-rating {
        display: block;
        -webkit-transform: translate(0, 120px);
        transform: translate(0, 120px);
    }

    .mg-church.mg-church-col-4 figcaption .mg-church-price {
        font-size: 20px;
        -webkit-transform: translate(0, 120px);
        transform: translate(0, 120px);
    }

    .mg-church.mg-church-col-4 figcaption .btn-link {
        margin-top: 60px;
    }

    .mg-church.mg-church-col-4 figcaption .btn.btn-main {
        display: inline-block;
        margin-top: 60px;
    }

    .mg-church.mg-church-col-4:hover figcaption {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mg-church.mg-church-col-4:hover figcaption p,
    .mg-church.mg-church-col-4:hover figcaption ul,
    .mg-church.mg-church-col-4:hover figcaption .btn {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-4:hover figcaption .btn {
        opacity: 1;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .mg-church.mg-church-col-4:hover figcaption .btn.btn-link {
        -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
        -webkit-transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
    }

    .mg-church.mg-church-col-4:hover figcaption p,
    .mg-church.mg-church-col-4:hover figcaption ul {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .mg-church.mg-church-col-4:hover figcaption h2,
    .mg-church.mg-church-col-4:hover figcaption .mg-church-rating,
    .mg-church.mg-church-col-4:hover figcaption .mg-church-price {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-4:hover figcaption h2,
    .mg-church.mg-church-col-4:hover figcaption .mg-church-rating {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .mg-church.mg-church-col-4:hover figcaption .mg-church-price {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .mg-404-error-txt {
        padding: 0px 40px;
    }

    .mg-about-testimonial .mg-testimonial-slider blockquote {
        padding: 35px 80px 0px;
    }

    .mg-team-member .mg-team-info p {
        display: none;
    }

    .mg-book-now .mg-bn-forms .col-lg-3,
    .mg-book-now .mg-bn-forms .col-md-6,
    .mg-book-now .mg-bn-forms .col-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mg-book-now .mg-bn-forms .col-md-6 {
        margin-bottom: 30px;
    }

    .mg-book-now .mg-bn-forms > form > .row:first-child .row {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 30px;
    }

    .mg-book-now .mg-bn-title {
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
    }

    .mg-book-now .mg-bn-title:after {
        content: '';
        width: 100px;
        height: 3px;
        background-color: #585AA7;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -50px;
    }

    .mg-instagram > li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .container {
        width: 480px;
    }

    .carousel-caption > h2 {
        font-size: 35px;
    }

    .carousel-caption > p {
        font-size: 16px;
    }

    .header .container {
        position: relative;
    }

    .header .navbar-collapse {
        background-color: rgba(22, 38, 46, 0.95);
        position: absolute;
        top: 100%;
        right: 15px;
        min-width: 300px;
        padding: 0;
        text-align: left;
        z-index: 99;
    }

    .header .navbar-collapse .navbar-nav {
        margin: 0;
    }

    .navbar-nav .open .dropdown-menu > .active > a {
        color: #fff !important;
        background-color: #585AA7 !important;
    }

    .navbar-nav > li > a {
        padding: 15px 20px !important;
    }

    .navbar-nav > li > a:hover {
        color: #fff !important;
        background-color: #585AA7 !important;
    }

    .dropdown > ul {
        display: none;
        padding-left: 20px !important;
        background-color: rgba(0, 0, 0, 0.1) !important;
    }

    .dropdown > ul a {
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
    }

    .dropdown > ul a:hover {
        color: #585AA7 !important;
    }

    .navbar-inverse .navbar-nav > li.active > a {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff !important;
        background-color: #585AA7 !important;
    }

    .header .navbar-collapse.collapse {
        display: none !important;
    }

    .header .navbar-collapse.collapse.show {
        display: block !important;
    }

    .mg-search-box-cont {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .mg-church figcaption h2 {
        -webkit-transform: translate(0, 170px);
        transform: translate(0, 170px);
    }

    .mg-church figcaption .mg-church-rating {
        display: block;
        -webkit-transform: translate(0, 170px);
        transform: translate(0, 170px);
    }

    .mg-church figcaption .mg-church-price {
        -webkit-transform: translate(0, 170px);
        transform: translate(0, 170px);
    }

    .mg-church figcaption .btn-link {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    .mg-church figcaption .btn-main {
        display: inline-block;
    }

    .mg-church figcaption p {
        display: block;
        margin-bottom: 23px;
        font-size: inherit;
        line-height: inherit;
    }

    .mg-church figcaption p,
    .mg-church figcaption ul {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    .mg-church.mg-church-col-2 figcaption h2 {
        font-size: 25px;
        -webkit-transform: translate(0, 175px);
        transform: translate(0, 175px);
    }

    .mg-church.mg-church-col-2 figcaption .mg-church-rating {
        display: block;
        -webkit-transform: translate(0, 175px);
        transform: translate(0, 175px);
    }

    .mg-church.mg-church-col-2 figcaption .mg-church-price {
        -webkit-transform: translate(0, 175px);
        transform: translate(0, 175px);
    }

    .mg-church.mg-church-col-2 figcaption .btn-main {
        display: inline-block;
    }

    .mg-church.mg-church-col-2 figcaption ul {
        display: none;
    }

    .mg-church.mg-church-col-2 figcaption p {
        display: block;
    }

    .mg-church.mg-church-col-2:hover figcaption {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mg-church.mg-church-col-2:hover figcaption p,
    .mg-church.mg-church-col-2:hover figcaption ul,
    .mg-church.mg-church-col-2:hover figcaption .btn {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-2:hover figcaption .btn {
        opacity: 1;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .mg-church.mg-church-col-2:hover figcaption .btn.btn-link {
        -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
        -webkit-transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
    }

    .mg-church.mg-church-col-2:hover figcaption p,
    .mg-church.mg-church-col-2:hover figcaption ul {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .mg-church.mg-church-col-2:hover figcaption h2,
    .mg-church.mg-church-col-2:hover figcaption .mg-church-rating,
    .mg-church.mg-church-col-2:hover figcaption .mg-church-price {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-2:hover figcaption h2,
    .mg-church.mg-church-col-2:hover figcaption .mg-church-rating {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .mg-church.mg-church-col-2:hover figcaption .mg-church-price {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .mg-church.mg-church-col-4 figcaption h2 {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    .mg-church.mg-church-col-4 figcaption .mg-church-rating {
        display: none;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    .mg-church.mg-church-col-4 figcaption .mg-church-price {
        font-size: 20px;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }

    .mg-church.mg-church-col-4 figcaption .btn-link {
        margin-top: 0;
    }

    .mg-church.mg-church-col-4 figcaption .btn.btn-main {
        display: none;
        margin-top: 60px;
    }

    .mg-church.mg-church-col-4:hover figcaption {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mg-church.mg-church-col-4:hover figcaption p,
    .mg-church.mg-church-col-4:hover figcaption ul,
    .mg-church.mg-church-col-4:hover figcaption .btn {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-4:hover figcaption .btn {
        opacity: 1;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .mg-church.mg-church-col-4:hover figcaption .btn.btn-link {
        -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
        -webkit-transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
        transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s, -webkit-transform 0.3s ease 0.5s;
    }

    .mg-church.mg-church-col-4:hover figcaption p,
    .mg-church.mg-church-col-4:hover figcaption ul {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .mg-church.mg-church-col-4:hover figcaption h2,
    .mg-church.mg-church-col-4:hover figcaption .mg-church-rating,
    .mg-church.mg-church-col-4:hover figcaption .mg-church-price {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mg-church.mg-church-col-4:hover figcaption h2,
    .mg-church.mg-church-col-4:hover figcaption .mg-church-rating {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .mg-church.mg-church-col-4:hover figcaption .mg-church-price {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .mg-404-error-txt {
        padding: 0px;
    }

    .mg-404-badg {
        width: 190px;
        margin-bottom: 20px;
        float: none !important;
    }

    .mg-about-testimonial .mg-testimonial-slider blockquote {
        padding: 35px 0 0px;
    }

    .mg-team-member .mg-team-info p {
        display: block;
    }

    .mg-booking-form .nav-tabs > li > a span.mg-bs-bar {
        margin-top: -15px;
    }

    .mg-booking-form .nav-tabs > li {
        font-size: 13px;
    }

    .mg-booking-form .nav-tabs > li > a {
        padding-right: 5px;
        padding-left: 5px;
    }

    .mg-available-churchs img {
        margin-bottom: 20px;
    }

    .mg-booking-form .nav-tabs > li > a span.mg-bs-tab-num {
        width: 45px;
        line-height: 39px;
    }

    .mg-instagram > li {
        width: 20%;
    }

    .community-p-s {
        width: 100% !important;
        margin-left: 0 !important
    }

    .stickyImageCommunity {
        display: none
    }
    .maggim {
        padding: 10px;
    }
}

@media (max-width: 662px) {
    .header.transp + .carousel .carousel-caption {
        margin-bottom: 0;
    }

    .carousel-caption > h2 {
        font-size: 25px;
    }

    .carousel-caption > p {
        font-size: 14px;
        line-height: 23px;
    }

    .carousel-caption > img {
        width: 100px;
    }

    .header.transp + .carousel .carousel-control {
        margin-top: -60px !important;
    }

    .header.transp {
        position: relative;
        top: 0;
        z-index: 999;
    }

    .header.transp .navbar-inverse,
    .header.transp .mg-search-box {
        background-color: rgb(0, 0, 0, 0.5);
    }

    .header.transp .navbar-default {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .header.transp + .mg-page-title {
        padding-top: 70px;
    }
}

@media (max-width: 480px) {
    .container {
        width: 100%;
    }

    .mg-404-error-txt .mg-404-txt-search .mg-404-search-form input {
        max-width: 150px;
    }

    .navbar-brand span {
        font-size: 10px !important;
    }

    .header.transp {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .resume-out {
        padding-left: 10px;
    }

    .header.transp + .mg-page-title {
        z-index: -1;
    }

    .mg-page-title.parallax {
        z-index: -1;
    }

    .mg-page-title,
    .mg-pastor-title,
    .mg-worship-title,
    .mg-give-title,
    .mg-community-title,
    .mg-food-title,
    .mg-seniers-title,
    .mg-music-title,
    .mg-believe-title,
    .mg-contact-title,
    .mg-leader-title,
    .mg-contact-title {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-size: cover;
        height: 500px;
        background-color: rgb(0, 0, 0, 0.3);
        background-position: 50% !important;
    }


    .alberto,
    .visitors,
    .foodpantree,
    .weddings {
        background-size: contain;
        position: -webkit-sticky;
        position: sticky;
        bottom: 450px;
        height: 120px;
        background-position: 50% !important;
        height: 200px;
        overflow: hidden;
        margin-bottom: 10px;
        background-attachment: unset !important;
    }

    .mg-blog-list div {
        background: #fff;
    }

    .mg-blog-list {
        padding: 20px 0 20px;
    }

    .mg-sec-left-title, .mg-widget-title {
        margin: 10px 20px;
    }

    .contactforms small {
        margin: 0 0 10px 20px;
        color: #eee;
    }

    .mg-recnt-post {
        margin-bottom: 10px;
    }

    .mg-recnt-post > h3 {
        letter-spacing: 0;
        margin: 20px;
        font-size: 16px;
    }

    .writerName {
        right: 10px;
        margin-left: 20px;
    }

    .parallax p {
        letter-spacing: 0;
    }

    .welcoming {
        display: none;
    }

    .toOffset {
        display: none;
    }

    .mg-footer .widget .address, .mg-footer .widget p {
        margin-bottom: 10px;
    }

    .mg-instagram > li {
        width: 16%;
    }

    .h6andbtn {
        margin-bottom: 30px;
    }

    .dailyWrite .writerTitle {
        font-size: 16px;
        padding: 10px;
    }

    .dailyWrite {
        padding: 15px !important;
        filter: none !important;
        z-index: 99;
        margin-bottom: -100px;
    }

    .dailyTextSection {
        background: none;
    }

    .mg-blog-list p {
        text-align: justify;
    }

    .mg-page-title h2 {
        font-size: 25px;
    }

    .carousel-caption > h2 {
        font-size: 16px;
    }

    .carousel-caption > p {
        font-size: 12px;
    }

    .carousel-control {
        width: 40px;
        height: 80px;
    }

    .mg-news-gallery {
        padding: 20px 0;
    }

    .title-directory h2 {
        font-size: 20px;
    }

    .community {
        padding: 20px 0;
    }

    .mg-best-churchs {
        padding: 20px 0;
    }

    .paddingOnMobile {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px !important;
    }

    .noPaddingOnMobile {
        margin-bottom: 10px !important;
    }

    .godMessage {
        font-size: 16px;
    }

    .moreHeight {
        height: 200px !important;
        overflow: hidden !important;
        -moz-transition: height 1s ease;
        -webkit-transition: height 1s ease;
        -o-transition: height 1s ease;
        transition: height 1s ease;
    }

    .animatetheDiv {
        height: auto;
        -moz-transition: height 1s ease;
        -webkit-transition: height 1s ease;
        -o-transition: height 1s ease;
        transition: height 1s ease;
    }

    .readmoreButtonContainer {
        width: 100%;
        top: 40px;
        position: relative;
        text-align: center;
    }

    .readmoreButtonContainer a {
        text-align: right;
        font-weight: bold;
    }

    .noViewOnDesktop {
        z-index: 99;
    }


    .mainPage {
        position: -webkit-sticky;
        position: sticky;
        top: 75px !important;
        z-index: -1;
    }

    /* .infoSectionPosition {position:relative;margin-top:-100px;} */
    .mg-filter .btn-dark {
        font-size: 10px;
        padding: 4px 10px;
    }

    .gallery {
        padding-top: 10px;
    }

    /* figure {
        width: 320px !important;
    } */

    .getDirection h2 {
        font-size: 15px;
    }
}

.dailyWrite {
    padding: 50px;
    position: relative;
    width: 95%;
}

/* .mainPage {position: -webkit-sticky;position: sticky;top: 75px !important;z-index: -1;} */

.carousel-indicators {
    bottom: 20px;
}

.dailyTextSection {
    padding-bottom: 0;
}

.__NOPE__ a:hover {
    color: #fff !important;
}

.mainPage {
    background: #000;
}

.column18 {
    /* margin: 15px 15px 0; */
    padding: 0;
}

.column18:last-child {
    padding-bottom: 10px;
}

.column18::after {
    content: '';
    clear: both;
    display: block;
}

.column18 div {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
}


.column18 figure {
    width: 380px;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}


/* Zoom Out #1 */
.hover03 figure img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover03 figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}


@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}


.photos {
    width: 100%;
}


.image3d {
    top: -150px;
    left: 50%;
    transform: translate(-50%, 50%);
    list-style: none;
    font-size: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* margin: 0 0 1em 0; */
    height: 245px;
    background: none;
    outline: none;

    /* define a perspective of 800 pixels */
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;

}

.image3d img {
    /* smoothly transition any changes to the image in a second */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;

}

.image3d .figuer19:hover img, .image3d .figuer19:focus img {

    /* rotate the image and move it to the back */
    -webkit-transform: rotateY(50deg) rotateX(10deg) translate3d(80px, -20px, -100px);
    -moz-transform: rotateY(50deg) rotateX(10deg) translate3d(80px, -20px, -100px);
    -o-transform: rotateY(50deg) rotateX(10deg) translate3d(80px, -20px, -100px);
    -ms-transform: rotateY(50deg) rotateX(10deg) translate3d(80px, -20px, -100px);
    transform: rotateY(50deg) rotateX(10deg) translate3d(80px, -20px, -100px);

    opacity: 0.7;

}

.image3d figcaption {
    position: absolute;
    background: #585AA7;
    color: #fff;
    border-radius: 5px;
    left: 800px;
    bottom: 10px;
    width: 230px;
}

.image3d:hover figcaption, .image3d:focus figcaption {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    left: 80px;
}

.image3d figcaption strong {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    padding: 5px 0;
}

.image3d figcaption p {
    display: block;
    color: #fff;
    padding: 5px;
}


/*
   * Boxed Mode Responsive
   */
@media (max-width: 1199px) {
    .mg-boxed {
        width: 992px;
    }

    .mg-boxed .header {
        max-width: 992px;
    }

    .mg-boxed .carousel-caption > h2 {
        font-size: 50px;
    }

    .mg-boxed .carousel-caption > p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .mg-boxed {
        width: 767px;
    }

    .mg-boxed .header {
        max-width: 767px;
    }

    .mg-boxed .carousel-caption > h2 {
        font-size: 35px;
    }

    .mg-boxed .carousel-caption > p {
        font-size: 15px;
        line-height: 25px;
    }

    .mg-boxed .carousel-caption > img {
        width: 120px;
    }


}

@media (max-width: 767px) {
    .mg-boxed {
        width: 500px;
    }

    .mg-boxed .header {
        max-width: 500px;
    }

    .mg-boxed .carousel-caption > h2 {
        font-size: 25px;
    }

    .mg-boxed .carousel-caption > p {
        font-size: 13px;
        line-height: 23px;
    }

    .mg-boxed .carousel-caption > img {
        width: 90px;
    }

    .mg-boxed .header.transp + .carousel .carousel-caption {
        margin-bottom: 0;
    }

    .mg-boxed .header.transp + .carousel .carousel-control {
        margin-top: -60px !important;
    }

    .mg-boxed .header.transp {
        position: relative;
        top: 0;
        z-index: 999;
    }

    .mg-boxed .header.transp .navbar-inverse,
    .mg-boxed .header.transp .mg-search-box {
        background-color: #f5f5f5;
    }

    .mg-boxed .header.transp .navbar-default {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .mg-boxed .header.transp + .mg-page-title {
        padding-top: 70px;
    }

    .parallax {
        background-attachment: unset !important;
        background-position: 50% !important;
        padding: 0 !important;
    }

    .visitors {
        background-attachment: unset !important;
        background-position: 75%;
        padding: 0 !important;
    }

    .mg-food-title {
        background-position: top !important;
    }

    .noViewOnMobile {
        display: none !important;
    }

}

.live-stream {
    width: 600px;
    margin: auto
}

@media (max-width: 500px) {
    .mg-boxed {
        width: 100%;
    }

    .mg-boxed .header {
        max-width: 100%;
    }

    .navbar > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .older {
        background-image: url(../images/Older1.jpg) !important;
        background-attachment: fixed !important;
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: contain !important;
        height: 200px;
    }

    .newer {
        background-image: url(../images/Newer1.jpg) !important;
        background-attachment: fixed !important;
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: contain !important;
        height: 200px;
    }

    .mg-blog-list h2 {
        padding-bottom: 0px;
        font-size: 22px;
        padding-top: 5px;
    }

    .dailyNoteColor .wysiwyg-body P, .dailyNoteColor .mceContentBody P {
        font-size: 12px;
        line-height: 20px;
    }

    .live-stream {
        width: 100%
    }
}


@media (max-width: 400px) {
    .navbar-brand img {
        height: 40px;
    }
}

.infovisitors a:hover {
    color: blue;
}

.fc-content, .fc-content span {
    background: #585AA7;
    padding: 4px;
}

audio {
    /* width:260px; */
}

.btn-main {
    padding: 5px 0;
}

#calendar {
    max-width: 100%;
}

.h6andbtn h6, .h6andbtn .btn {
    text-align: center;
    margin-bottom: 5px;
}

.carousel-item img {
    width: 100%;
}

.mainPage .carousel-item img {
    opacity: 0.5
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #757575 !important;
}

.mg-about .textContainerWidth .dailyText {
    display: inline-block;
    text-align: justify;
}

.dailyText {
    text-align: justify;
    text-justify: inter-word;
}

.weddingText p {
    background-color: #f5f5f5;
}

.modal-body label {
    margin-bottom: 0 !important;
}

.modal-body .recipient {
    color: #333 !important;
}

.contact-ind {
    background: none;
    border: 1px solid #333;
    border-radius: 3px;
    color: #333;
    font-size: 10px;
}

.cr {
    width: 130px;
    padding: 16px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
}

.cr-sticky {
    position: fixed;
}


.cr-top {
    top: 4px;
}

.cr-left {
    left: -32px;
}

.cr-top.cr-left {
    transform: rotate(-45deg);
}


.cr-bottom.cr-left {
    transform: rotate(45deg);
}

.cr-red {
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}


/* .textContainerWidth {background-color: #f5f5f5;} */

.fc-toolbar.fc-header-toolbar button {
    background: #585AA7;
    color: #fff
}

.content_HOME h4 {
    color: #585AA7;
}

.content_HOME h3, .content_HOME h5, .content_HOME h1 {
    color: #fff;
}

.tinemce_guides p {
    text-align: justify;
}

.btn-dark-main {
    font-size: 12px;
}

/*.gallery {*/
/*    background-color: #f5f5f5;*/
/*}*/

.stoplists p {
    margin-bottom: 5px;
}

#resume {
    background: #16262e;
}

.getDirection {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.viewCalendar label {
    background: #585AA7;
    border-radius: 4px;
    color: #fff;
    padding: 15px
}

.dailyNoteColor p {
    color: #000;
}

.dailyNoteColor .wysiwyg-body P, .dailyNoteColor .mceContentBody P {
    color: #000 !important;
}

.wysiwyg-body P, .mceContentBody P {
    padding: 5px 20px;
}


.activationmodalNote::-webkit-scrollbar {
    width: 0 !important
}

.wysiwyg-body HR, .mceContentBody HR {
    background: none;
}

/* .activationmodalNote {max-height:700px;overflow:hidden;overflow-y: scroll;} */
/*
img {
    border-radius: 7px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
*/

.navbar-brand img {
    box-shadow: none
}

.mg-footer-widget p, .mg-footer-widget a, .mg-footer-widget address {
    color: #fff;
}

.mg-mission {
    background: rgb(242 242 242);
    border-radius: 7px;
    padding: 55px !important;
    margin: auto;
}

.mg-mission p {
    color: #000;
    text-align: center;
    font-size: 18px;
}

.mg-mission h2 {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
    /* background: #be2fff; */
    background: linear-gradient(to right, #be2fff 0%, #0ed571 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.lgbtq-st h1 {
    background: #be2fff;
    background: linear-gradient(to right, #be2fff 0%, #0ed571 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-align: center;
}

.lgbtq-st p {
    /* color: #aeacac; */
    text-align: justify
}

.mg-worship h1 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    padding-top: 30px
}

.whoweare h1 {
    /* color: #aeacac */
}

.whoweare p {
    /* color: #aeacac; */
    text-align: justify
}

.communityHeaders {
    font-size: 30px;
    margin-top: 50px
}

.stickyImageCommunity {
    position: sticky;
    top: 180px;
    width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    background: #757575;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.wechoosewelcome {
    text-align: center;
    margin: 0px 0;
}

.wechoosewelcome h1 {
    font-weight: 700;
    letter-spacing: -0.05em;
    background: #999ee1;
    background: linear-gradient(to right, #646ef5 0%, #ff0d09 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
}

.servicesSection {
    margin: 25px 0;
}

.maggim {
    /* background: #f5f5f5; */
    padding: 60px;
    border-radius: 7px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
    text-align: justify;
}

.maggim h1 {
    font-weight: 700;
    letter-spacing: -0.05em;
}

.bulletin {
    color: #6666ff !important;
}

.bulletin:hover {
    color: #000 !important;
}

.slideShowImages .section-w {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding:30px;
    border-radius:7px;
    min-height:700px;
}
.slideShowImages img {
    min-height:270px;
    overflow:hidden
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px
    }

    .textContainerWidth {
        width: 1370px;
    }

    .carousel-inner .carousel-item.active .carousel-caption > h2 {
        font-size: 45px;
    }
}


.content_preview{border:5px dotted #434C44;margin:10px;padding:10px;position:relative;min-height:300px;}
.content_preview .content_preview_notice{position:absolute; text-align:center;color:#434C44;font-size:100px;width:100%;height:200px;top:100px;left:0px;padding:10px;z-index:1;transform: rotate(-45deg);}
.content_preview .content_inner{position:relative;z-index:2}


A.button,
A.button:hover{
 	display:inline-block;
	background: #864a8e;
	color: #FFFFFF;
    font-weight: normal;
    padding: 5px 20px;
    border: none;
    border-radius: 3px;
    letter-spacing: .1rem
}

.content_inner P:empty,
.content_inner DIV:empty,
.content_inner TD:empty,
.content_inner *:empty:not(IMG){display:block;padding:10px 0px;}



.bulletin {
    display: block !important;
    clear: both;
    width: 100%;
    margin: 5px 25px;
}

