





:root {
    --color-primary: #00b7e3;
    --color-secondary: #ba9717;
    --text-color: #000000;
    --white: #FFF;
}

* {
    outline: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--color-secondary);
    text-decoration: none;
}

strong {
    color: var(--text-color);
}

small {
    font-size: 75%;
}

h1 {
    font-size: 75px;
    font-family: 'Syncopate', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Syncopate', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

h3 {
    font-size: 30px;
    font-family: 'Syncopate', sans-serif;
    text-transform: uppercase;
}

h4 {
    font-size: 25px;
    font-family: 'Syncopate', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

h5 {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Syncopate', sans-serif;
}

.text-dark {
    color: #000000;
}

.text-light {
    color: #FFFFFF;
}

.img-full {
    width: 100%;
}

.required {
    border: 1px solid #FF0000 !important;
    background-color: #fffdee !important;
}

.btn.btn-primary {
    background-color: var(--color-primary);
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
}


.btn.btn-primary:hover {
    background-color: var(--color-secondary);
    color: var(--white);
}

.btn-arrow:after {
    content: url("../img/icon-arrow.png");
    margin-left: 20px;
    vertical-align: middle;
}

ul.check {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

ul.check li:before {
    content: '\f058';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #4DB72F
}

.bg-cyan {
    background-color: #D7F0EA !important;
}

.bg-old-lack {
    background-color: #FCF6E8 !important;
    ;
}

.bg-lavender {
    background-color: #E7E7F4 !important;
    ;
}

.container-fluid.padding {
    padding-left: 50px;
    padding-right: 50px;
}

.title {
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}

.title:after {
    background-color: var(--color-primary);
    content: '';
    height: 5px;
    width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 15px auto;
}

.tel {
    padding: 0;
    margin: 0;
    padding-left: 25px;
}

.tel:before {
    content: '\f095';
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 20px;
    color: var(--color-primary);
    margin-left: -25px;
    float: left;
    margin-top: -2px;
}
.opening-hours:before {
    content: '\f017';
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 20px;
    color: var(--color-primary);
    margin-left: 0px;
    float: left;
    margin-top: -4px;
}
.mail {
    font-size: 16px;
}
.mail:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    color: #31BFF0;
    float: left;
    text-align: center;
    margin-right: 10px;
    border-radius: 100%;
    font-size: 20px;
    margin-top: -3px;
}

.mobile {
    padding: 0;
    margin: 0;
    padding-left: 25px;
}

.mobile:before {
    content: '\f10b';
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 30px;
    color: var(--color-primary);
    vertical-align: middle;
    margin-left: -25px;
    float: left;
    margin-top: -2px;
}
.doble-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}
.contct-col-form {
    background-color: #eaf2f4;
    border-radius: 15px;
    padding: 50px;
}

.header-contact-form {
    background-color: #fdf5d6;
    padding: 50PX;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.maps-section {
    display: contents;
}
.left-move {
    margin-left: 25px;
}
.contact-form-upper-text {
    font-weight: 700;
    font-size: 35px;
}
.devided-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-top: 50px;
}

.email {
    padding: 0;
    margin: 0;
    padding-left: 25px;
}

.contact-form-upper-text:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    margin-right: 20px;
    font-size: 35px;
    color: var(--text-color);
    margin-left: 0px;
    float: left;
    margin-top: -3px;
}
.devided-cols h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Syncopate', sans-serif;
    margin-top: 20px;
    font-weight: 600;
}
.bg-custom-color {
    background-color: #0192b6;
    text-align: center;
    color: var(--white);
    font-size: 50px !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 0px;
}
.contact-us .page-content {
    padding-top: 0px;
    padding-bottom: 50px;
}
.email:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    margin-right: 8px;
    font-size: 20px;
    color: var(--white);
    margin-left: -25px;
    float: left;
    margin-top: -2px;
}

.address {
    padding: 0;
    margin: 0;
    padding-left: 25px;
}

.address:before {
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 25px;
    color: var(--color-primary);
    margin-right: 8px;
    margin-left: -25px;
    float: left;
    margin-top: -5px;
}

.container {
    max-width: 1435px;
}

.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.top-bar {
    background-color: #0d2d6b;
    padding: 10px 0;
    line-height: 25px;
}

.top-bar a {
    color: var(--white);
}

.top-bar .tel,
.top-bar .mobile,
.top-bar .email {
    margin-left: 30px;
}

.top-bar .tel {
    display: inline-block;
    margin: -10px 0;
    line-height: 45px;
    /* background-color: var(--color-primary); */
    padding: 0 15px;
    margin-left: 30px;
}

.top-bar .tel:before,
.top-bar .tel a {
    color: var(--white);
    float: none;
    margin-right: 10px;
    margin-top: 0;
    margin-left: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    position: absolute;
    z-index: 99;
    width: 100%;
}
.logo {margin-left: 0px;}
#header .logo img {
    padding: 20px 0;
    margin: 0;
}
.header-right {display: flex;justify-content:flex-end;height: 100%;}
.header-btn {
    align-items: center;
    display: flex;
    background-color: #31BFF0;
}
.header-btn:hover,
.header-btn:hover a {background-color: #0E3D68;}
.header-btn .btn {padding: 10px 50px;transition: 0s;}

@media (max-width: 1024px) {
    section.admin-menu {
        background-color: #000;
        position: relative;
        top: 0;
        z-index: 99;
        width: 100%;
        padding: 0;
    }


}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar {padding: 0;flex-wrap: unset;}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    flex-direction: initial;
    align-items: center;
}
.navbar li {
    position: relative;
    margin: 0;
    padding: 0 20px;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    padding: 6px 20px;
    font-size: 15px;
    color: #000000;
    transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar li a:hover, .navbar .active a, .navbar .active a:focus, .navbar li:hover > a,ul.navbar-nav li.active a {
    /* color: #FFF; */
    /* background-color: #0d2d6b; */
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    width: 330px;
    text-align: left;
}

.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 5px 20px;
    font-size: 14px;
    color: #1c3745;
    line-height: 40px;
    text-transform: uppercase;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    /* color: #fff; */
}

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

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
.header .navbar a {
    font-size: 15px;
    color: #ffffff;
    padding: 0 12px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 4px solid transparent;
    padding-left: 0;
    padding-right: 0;
}
.header .navbar a:hover,
.header .navbar li.active a {
    border-bottom: 4px solid #00b7e3;
    background-color: transparent;
}
.header ul.nav.navbar-nav>li:last-child a {
    background-color: #31BFF0;
    color: #fff;
    padding: 10px 35px !important;
}


.header ul.nav.navbar-nav>li:last-child a:hover {
    background-color: #ba9717;
    color: #fff;
}

.register {
    float: right;
}
.register a {
    line-height: 65px;
    background-color: #F01928;
    display: inline-block;
    color: #FFF;
    padding: 0 50px;
}


@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;margin-right: 30px;
}
.mobile-nav-toggle-admin {
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.navbar-mobile .mobile-nav-toggle.bi-x {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    background-color: #31BFF0;
    margin-top: 39px;
    margin-right: 15px;
    line-height: normal;
}


@media (max-width: 1199px) {
    .mobile-nav-toggle,
    .mobile-nav-toggle-admin {
        display: block;
    }

    .navbar-admin, .navbar ul {
        display: none;
    }
.admin-menu .navbar li.dropdown:hover ul.dropdown-menu {
    display: inline-block;
    position: absolute;
    width: 300px;
    background-color: #fff;
    height: 200px;
    left: 0;
    margin: 0;
}

.navbar-admin-mobile .navbar-admin {
    display: block;
    position: absolute;
    top: 35px;
    background-color: #000;
    left: 0;
}
.navbar-admin-mobile .navbar-admin li {
    display: block;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    transition: 0.3s;z-index: 9999;
}


.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile .mobile-nav-toggle,
.navbar-mobile .mobile-nav-toggle-admin {
    position: absolute;
    top: 29px;
    right: 15px;
    opacity: 1;
    color: #fff;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 0;
    background-color: #000000;
    overflow-y: auto;
    transition: 0.3s;
}
    .header .navbar-mobile ul li a {
        /* border-bottom: 1px solid #31BFF0; */
        line-height: 45px;
        margin: 0;
        color: #FFF;
        display: block;
    }
    .header ul.nav.navbar-nav>li:last-child a {

        padding: 4px 35px !important;
    }
    .header .navbar a i {
        float: right;
        font-size: 20px;
        margin-top: 20px;
    }

    .navbar.navbar-mobile .dropdown ul {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: 0;
    }

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #68A4C4;
}
    .navbar.navbar-mobile .dropdown ul li a {color:#011F5B;}
    .navbar.navbar-mobile .dropdown ul li a {
        color: #011F5B;
        padding: 0 15px;
    }

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar li {
    padding: 0 10px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    /* color:#FFF; */
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
.admin-menu .navbar-mobile ul {
    background-color: #000;
}
.admin-menu .navbar-mobile ul li {
    display: inline-block;
}

}

.blog {
    padding: 40px 0 20px 0
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden
}

.blog .entry-img img.img-fluid {
    width: 100%
}

.blog .entry .entry-title {
    padding: 0;
    margin: 0 0 20px 0
}

.blog .entry .entry-title a {
    transition: .3s
}

.blog .entry .entry-title a:hover {
    color: #68a4c4
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #72afce
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0
}

.blog .entry .entry-meta a {
    color: #777;
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .entry .entry-content p {
    line-height: 24px
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.blog .entry .entry-content blockquote p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1e4356;
    margin-top: 20px;
    margin-bottom: 20px
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6
}

.blog .entry .entry-footer i {
    color: #4c99c1;
    display: inline
}

.blog .entry .entry-footer a {
    color: #255269;
    transition: .3s
}

.blog .entry .entry-footer a:hover {
    color: #68a4c4
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px
}

.blog .entry .entry-footer .cats li {
    display: inline-block
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px
}

.blog .entry .entry-footer .tags li {
    display: inline-block
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ","
}

.blog .entry .entry-footer .share {
    font-size: 16px
}

.blog .entry .entry-footer .share i {
    padding-left: 5px
}

.blog .entry-single {
    margin-bottom: 30px
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: #1e4356
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0
}

.blog .blog-author .social-links a {
    color: rgba(30, 67, 86, .5);
    margin-right: 5px
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7
}

.blog .blog-comments {
    margin-bottom: 30px
}

.blog .blog-comments .comments-count {
    font-weight: 700
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px
}

.blog .blog-comments .comment .comment-img img {
    width: 60px
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.blog .blog-comments .comment h5 a {
    font-weight: 700;
    color: #444;
    transition: .3s
}

.blog .blog-comments .comment h5 a:hover {
    color: #68a4c4
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #1e4356;
    cursor: pointer
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #2b607c;
    margin-bottom: 5px
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog .blog-comments .reply-form h4 {
    font-weight: 700;
    font-size: 22px
}

.blog .blog-comments .reply-form p {
    font-size: 14px
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #b1d0e1
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #b1d0e1
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px
}

.blog .blog-pagination {
    color: #387ea2
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: .3s
}

.blog .blog-pagination li a {
    color: #1e4356;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #68a4c4
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff
}

.blog-pagination {
    color: #387ea2
}

.blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-pagination li {
    margin: 0 5px;
    transition: .3s
}

.blog-pagination li a {
    color: #1e4356;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-pagination li.active,
.blog-pagination li:hover {
    background: #68a4c4
}

.blog-pagination li.active a,
.blog-pagination li:hover a {
    color: #fff
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog .sidebar:after {
    background: transparent;
}

.blog .sidebar .sidebar-title {
    font-size: 35px;
    padding: 0;
    margin: 0 0 15px 0;
    color: #1e4356;
    position: relative
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px)
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #68a4c4;
    color: #fff;
    transition: .3s;
    border-radius: 0 4px 4px 0;
    line-height: 0
}

.blog .sidebar .search-form form button i {
    line-height: 0
}

.blog .sidebar .search-form form button:hover {
    background: #77adca
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px
}

.blog .sidebar .categories ul a {
    color: #1e4356;
    transition: .3s
}

.blog .sidebar .categories ul a:hover {
    color: #68a4c4
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaa;
    font-size: 14px
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: 700
}

.blog .sidebar .recent-posts h4 a {
    color: #1e4356;
    transition: .3s
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #68a4c4
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaa
}

.blog .sidebar .tags {
    margin-bottom: -10px
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0
}

.blog .sidebar .tags ul li {
    display: inline-block
}

.blog .sidebar .tags ul a {
    color: #3f8db5;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #e4eff5;
    display: inline-block;
    transition: .3s
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #68a4c4;
    background: #68a4c4
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #bedae8;
    font-size: 14px
}

.blog-content.group-box {
    padding: 30px;
    background-color: #f7f7f7;
}
.blog-content.group-box h3 a {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.news-grid {
    padding-bottom: 50px;
}

.news-grid .card {
    height: 100%;
}

.news-grid .card h3 {
    font-size: 25px;
}

@media only screen and (max-width: 991px) {
    .news-grid .col-md-4 {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Slide Section
--------------------------------------------------------------*/
.slide {
    position: relative
}
.slide-text {
    color: var(--white);
    font-size: 25px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(-114%);
    left: 0;
    text-align: center;
}
.slide-text h1 {
    line-height: 66px;
}
.slide-text h1 strong {
    color: #fff;
    font-size: 50px;
}


.slide-text h2 {
    font-size: 55px;
    color: var(--white);
    margin-bottom: 30px;
    font-weight: 500;
}

.slide-text .btn {
    margin-top: 30px;
}

.slide .owl-theme .owl-nav .owl-prev,
.slide .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer
}

.slide .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.slide .owl-theme .owl-nav .owl-next {
    right: 0;
}

.slide .owl-theme .owl-nav .owl-prev:hover,
.slide .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}

.slide .owl-nav {
    margin-top: 0 !important;
}

.slide .owl-dots {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.slide .owl-theme .owl-nav button:hover {
    background-color: var(--color-primary);
    color: var(--text-color-secondary);
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
section.services {
    padding: 100px 0;
}
section.welcome {
    background-color: #f6f6f6;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
    padding: 80px 0;
}
section.welcome2 {
    padding: 80px 0;
}
.services-box {
    background-color: #fff;
    border: 1px solid #ebebeb;
    min-height: 350px;
}
.services-box img {
    width: 100%;
}
.services-box h3 {
    margin-top: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 0;
}
.services-box p{
    padding: 15px 15px;
    margin: 0;
}
.global-button {
    background-color: #00b7e3;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding: 16px 25px;
    border-radius: 0px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: none;
    margin-top: 29px;
    text-transform: uppercase;
    font-family: 'Syncopate', sans-serif;
}

.page-title {
    position: relative;
}

.page-title-overlay {
    position: absolute;
    width: 100%;
    top: 30%;
    color: #FFF;
}

.page-banner {
    position: relative;
}

.page-banner h1 {
    color: #FFF;
    position: absolute;
    bottom: 0;
    background-color: rgb(0 183 227 / 80%);
    margin: 0;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    font-size: 50px;
}

.banner-text {
    position: absolute;
    top: 0;
    transform: translateY(50%);
    background-color: rgb(0 0 0 / 40%);
    padding: 15px;
    color: #FFF;
}

.banner-text h1 {
    font-size: 25px;
    margin-bottom: 15px
}

.page-banner .btn {
    margin-top: 30px;
}


.text-large {
    font-family: 'Unna', serif;
    font-size: 25px;
}

.page-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-content  .row {
    display: flex;
    /*align-items: center;*/
}

.page-content h2,
.page-content h3 {
    margin-bottom: 10px;
}
.page-content img {
    width: 100%;
}
.empty-space {
    height: 50px;
}
.box-content {
    background-color: var(--white);
    padding: 50px;
}

.section-one {
    padding-top: 80px;
    padding-bottom: 80px;
    color: var(--text-color);
}

.section-one h1 {
    font-weight: 300;
}

.section-one h1 strong {
    font-weight: 500;
}

.section-two {
    background: rgb(1, 31, 91);
    background: -moz-linear-gradient(0deg, rgba(1, 31, 91, 1) 50%, rgba(1, 31, 91, 0) 50%);
    background: -webkit-linear-gradient(0deg, rgba(1, 31, 91, 1) 50%, rgba(1, 31, 91, 0) 50%);
    background: linear-gradient(0deg, rgba(1, 31, 91, 1) 50%, rgba(1, 31, 91, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011f5b", endColorstr="#011f5b", GradientType=1);
    padding-top: 50px;
    padding-bottom: 120px;
}

.section-two .box-content {
    margin-top: -30%;
    margin-right: 100px;
}

.section-two h3 {
    margin-bottom: 30px;
}

.section-three {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-three .card {
    border: 0;
    border-radius: 0;
    background-color: #011F5B;
    margin-bottom: 25px;
}

.section-three h4 {
    margin: 0;
    line-height: 60px;
    position: relative;
}

.section-three h4 a {
    padding: 0 15px;
}

.section-three h4 a:hover {
    background-color: var(--color-primary);
}

.section-three h4:after {
    content: url("../img/icon-arrow.png");
    right: 0;
    position: absolute;
    top: 0;
    background-color: var(--color-primary);
    width: 40px;
    text-align: center;
}

.section-three .card a {
    color: var(--white);
    display: block;
}

.section-three .btn {
    margin-top: 80px;
}
.services section.services {
    padding: 0;
}
.prayerleft img.img-fluid {
    width: auto;
    margin: 20px 0;
}
.sidebar-form.prayerform {
    margin-left: 80px;
    padding: 30px;
    box-shadow: 0 0 5px #ddd;
    border: 1px solid #ddd;
}
.sidebar-form.prayerform .form-control {
    border-radius: 0;
    line-height: 40px;
}
.im-new-to-church .page-content {
    padding-top: 0;
}
.im-new-to-church section.welcome {
    padding-bottom: 100px;
    margin-bottom: 70px;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    background-color: #eff8fb;
    padding: 80px 0;
}
.testimonials .swiper-slide {
    height: auto !important;
}
.testimonials .container {
    position: relative;
}
.testimonials h3 {font-size:40px;}

.testimonials .testimonial-item {
    font-size: 17px;
    color: #000;
    text-align: justify;
    transition: 0.3s;
    background-color: #FFF;
    margin: 5px 20px;
    padding: 50px;
}
.testimonials .testimonial-item .thumb {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #00A64A;
    padding: 10px;
    margin-bottom: 30px;
}
.testimonials .testimonial-item .thumb img {width: 100%;}
.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item p {
    margin: 0 auto 15px auto;
}
.testimonials .swiper-prev,
.testimonials .swiper-next {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background-color: #31BFF0;padding: 10px 15px;
}
.testimonials .swiper-prev {left: 44.5%;}
.testimonials .swiper-next {right: 44.5%;}

.testimonials .swiper-slide {
    /*opacity: .3;*/
}
.reviews-sectionfull h2 {
    color: #fff;
}
.reviews-sectionfull .testimonials-slider p {
    color: #000;
}
.reviews-sectionfull .swiper-button-next, .reviews-sectionfull .swiper-button-prev {
    color: #2d3192;
    background-color: #2d3192;
}
.reviews-sectionfull .swiper-button-next:after,
.reviews-sectionfull .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}
@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        /*transform: scale(1.12);*/
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    background-color: var(--white);
    padding: 10px 14px;
    border-radius: 3px;
    color: var(--text-color);
}

.testimonials .btn {
    margin-top: 80px;
}

.section-news {
    padding-top: 80px;
    padding-bottom: 80px;
}

.news-button-next:after,
.news-button-prev:after {
    font-size: 16px;
    background-color: var(--white);
    box-shadow: 0 0 5px #ccc;
    padding: 10px 14px;
    border-radius: 3px;
    color: var(--text-color);
}

.latest-news h3 {
    font-size: 22px;
    margin: 0 0 15px;
}

.latest-news .date {
    color: #555;
    margin-bottom: 10px;
}

.latest-news a {
    color: var(--text-color);
}
.new-item.bg-white {
    position: relative;
    
}
.latest-news .news-content {
    background-image: url("../img/news-title-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: absolute;
    bottom: 0;
    height: 100%;
}
.latest-news h3 {
    font-size: 22px;
    margin: 0 0 15px;
    padding-top: 50%;
}
.latest-news .news-content h3 a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.latest-news .btn {
    margin-top: 80px;
}
.home-newsection {
    padding: 100px 50px;
    padding-bottom: 70px;
}
.latest-news {
    margin-bottom: 50px;
}
#call-to-action {
    background: url(../img/call-to-action-bg.jpg) center center;
    background-size: cover;
    padding: 160px 0;
}

#call-to-action h2 {
    color: #fff;
    margin-bottom: 18px;
}
#call-to-action h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}

.career-bottom h4 {
    margin-bottom: 30px;
}

.career-bottom .card {
    background-color: #011F5B;
    color: var(--white);
    padding: 50px;
    border-radius: 0;
    position: absolute;
    transform: translateY(-50%);
    bottom: 0;
}
.album-slide {
    background-color: #222222;
    padding: 100px 0;
}
.album-slide h2 {
   color: #fff;
    
}
.album-slide .owl-carousel .owl-item img {
    opacity: .5;
}
.album-slide .owl-carousel .owl-item.active img {
    opacity: 1;
}

.album-slide .owl-nav {
    position: absolute;
    top: 24%;
    width: 100%;
}
.album-slide .owl-nav span {
    color: #fff;
    font-size: 150px;
    font-weight: normal;
}
.album-slide button.owl-next {
    float: right;
}

.table {
    background-color: #FFF;
    border: 1px solid #C8C8C8;
    margin-bottom: 30px;
}

.table th {
    background-color: #011F5B;
    color: var(--white);
    font-weight: 500;
    font-size: 25px;
    padding: 10px 15px;
    border: 1px solid #011F5B;
}

.table td {
    border-left: 1px solid #C8C8C8;
}

.table .bg-gray {
    background-color: #ECECEC;
    font-weight: 500;
    font-style: oblique;
    font-size: 18px;
}


/*--------------------------------------------------------------
    # Contact
    --------------------------------------------------------------*/
.contact-form {
    background-color: #FFFFFF;
    padding: 50px;
    height: 100%;
}

.contact-form h3 {
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-control {
    background-color: transparent;
    border: 1px solid #80ABDB;
    border-radius: 0;
    min-height: 55px;
}

.contact-form ::placeholder {
    color: #000;
}

.contact-info {
    background-color: #011F5B;
    color: var(--white);
    padding: 50px;
    height: 100%;
    font-size: 20px;
}

.contact-info a:hover {
    color: #FFF;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #000000;
    color: #fff;
    font-size: 14px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #0d2735;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #a2cce3;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #68A4C4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #468db3;
}

#footer .footer-top {
    background: #000000;
    border-top: 0;
    border-bottom: 0;
    padding: 60px 0 30px 0;
    font-size: 16px;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    color: #a2cce3;
    font-weight: 600;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    /*font-family: "Roboto", sans-serif;*/
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    background: #1c1a1a;
    color: #8e8d8d;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

#footer .footer-top .social-links a:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #a2cce3;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #bcbcbc;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
}

#footer .footer-top .footer-links ul a:before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 500;
}

#footer .footer-top .footer-links ul a:hover {
    color: #a2cce3;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    color: #bcbcbc;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}
.footer-info ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
#footer .copyright {
    text-align: center;
    padding: 20px 0;
    background-color: #202020;
    color: #bcbcbc;
    font-size: 14px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #a2cce3;
}
.footer-info input {
    border: 0;
    line-height: 36px;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 24px;
    border: 0;
}
.footer-info input[type="submit"] {
    background-color: #f0842a;
    color: #fff;
    border: 0;
    margin-left: -4px;
}
.social .fa {
    background-color: #FFF;
    color: #0A1520;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    border-radius: 100%;
    font-size: 30px;
}

.social a.facebook:hover .fa {
    background-color: #1877F2;
    color: #FFF;
}

.social a.twitter:hover .fa {
    background-color: #1DA1F2;
    color: #FFF;
}

.social a.instagram:hover .fa {
    background-color: #AB2FB3;
    color: #FFF;
}

.social a.pinterest:hover .fa {
    background-color: #B7081B;
    color: #FFF;
}

.social a.linkedin:hover .fa {
    background-color: #0077B5;
    color: #FFF;
}


#Cookie {
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 36px;
    display: inline-block;
    text-transform: uppercase;
}

#cookie_bar a {
    color: #ffffff;
    text-decoration: underline;
}

#cookie_bar a.ctcc-more-info-link {
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
}

.privacy-box h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

#cookie_bar p {
    color: #000;
}

#cookie_bar .col-sm-8 p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

.cookie-content {
    background: #FFF;
    position: fixed;
    bottom: 0;
    padding: 30px 30px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px -5px 15px #d0d0d0;
}

#cookie_bar-privacy {
    height: auto;
}

#cookie_bar-privacy .cookie-content.clearfix {
    padding: 11px 50px;
}

#cookie_bar-privacy a.ctcc-more-info-link {
    color: #6c00a1;
    border: 1px solid #6c00a1;
    text-decoration: none;
    display: inline-block;
    padding: 15px 93px;
}



/*Sticky sidebar*/
.stickyicon-list {
    position: fixed;
    top: 300px;
    transform: translateY(-50%);
    z-index: 9999;
    right: 0
}

.stickyicon-list a {
    display: block;
    text-align: center;
    padding: 8px;
    transition: all .5s ease;
    color: #fff;
    font-size: 20px
}

.stickyicon-list a:hover {
    color: #000
}

.sticky-facebook {
    background: #3b5998;
    color: #fff
}

.sticky-twitter {
    color: #fff;
    background: #00acee
}

.sticky-linkedin {
    background: #0e76a8;
    color: #fff
}

.sticky-google {
    color: #fff;
    background: #db4a39
}

.sticky-instagram {
    background: #3f729b;
    color: #fff
}

.sticky-youtube {
    color: #fff;
    background: #c4302b
}

.sticky-email {
    color: #fff;
    background: #44C1ED
}

.sticky-whatsapp {
    color: #fff;
    background: #007a6c
}

.sticky-phone {
    color: #fff;
    background: #44C1ED
}

.stickyicon-list .email:before {
    display: none
}

.whatsapp-fixed a {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #4dc247;
    border-radius: 100%;
    padding: 8px
}

.page-content .services .row {
    align-items: stretch;
}
.ministries .services-box {
    min-height: 603px;
}
.ministries section.services {
    padding: 0;
}
.accordion h2 button {
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
}



@media only screen and (max-width: 1920px) {
    .section-three h4 {
        font-size: 20px;
    }

    .logo {
        /* width: 260px; */
    }

    .navbar-nav li a {
        padding: 25px 10px;
    }
}

@media only screen and (max-width: 1700px) {
.services-box h3 {
    font-size: 14px;
}
}


@media only screen and (max-width: 1600px) {
    .page-banner h1 {
     
        font-size: 38px;
    }
    .navbar-nav li a {
        font-size: 15px;
    }

    .slide-text {
        /* transform: translateY(-30%);
        width: 60%; */
    }

    .section-three h4 {
        font-size: 16px;
    }
    .latest-news h3 {
        font-size: 16px;
        margin: 0 0 15px;
        padding-top: 28%;
    }
    .latest-news .news-content h3 a {
        color: #fff;
        font-size: 19px;
        font-weight: bold;
    }
    section.welcome {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .navbar li {
        position: relative;
        margin: 0;
        padding: 0 17px;
    }
    h2 {
        font-size: 32px;
        
    }

}

@media only screen and (max-width: 1400px) {
    .logo {
        /* width: 200px; */
        padding: 0;
    }

    .navbar-nav li a {
        font-size: 14px;
        padding: 10px 8px;
    }

    .section-one {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .section-two .box-content {
        margin-top: -70%;
    }

    .section-two h3 {
        font-size: 25px;
    }

    .section-three {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-three h4 {
        font-size: 14px;
    }
    .services-box h3 {
      
        font-size: 16px;
    }
    .page-content  .row {
        /* display: flex;
        align-items: stretch;
        flex-direction: column; */
    }
    .page-content .row .col-sm-7, .page-content .row .col-sm-5 {
        width: 50%;
    }
    .sidebar-form.prayerform {
        margin-left: 0;
       
    }
  

}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .navbar li {
        position: relative;
        margin: 0;
        padding: 0 12px;
    }


}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
h2 {
    font-size: 20px;
}
.page-content  .row {
    display: flex;
    align-items: stretch;
}
body {
    font-size: 15px;
    line-height: 1.56;
    font-weight: normal;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .navbar li {
        position: relative;
        margin: 0;
        padding: 0 5px;
    }
    .header .navbar a {
        font-size: 15px;
        padding: 0px 3px;
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    .slide-text h1 strong {
        font-size: 30px;
        
    }
    .slide-text {
        transform: translateY(0);
        width: 100%;
        text-align: center;
    }
    .page-banner h1 {
        font-size: 40px;
    }
    .slide-text h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }

    .slide-text .btn {
        margin-top: 15px;
    }

    .section-two {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-two .box-content {
        margin-top: 0;
        width: 100%;
    }

    .section-three {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-three h4 {
        font-size: 18px;
    }

    .testimonial-item {
        padding: 0 30px;
    }

    .section-news {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-form-upper-text {
        font-size: 32px;
    }
    h2 {
        /* font-size: 40px; */
    }
    section.welcome {
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    }
    .latest-news .news-content h3 a {
        color: #fff;
        font-size: 17px;
        font-weight: bold;
    }
    .latest-news h3 {
        font-size: 14px;
        margin: 0 0 15px;
        padding-top: 62px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
.services-box {
    background-color: #fff;
    border: 1px solid #ebebeb;
    min-height: 365px;
    margin-bottom: 30px;
}
.latest-news h3 {
    font-size: 14px;
    margin: 0 0 15px;
    padding-top: 29px;
}
.page-content .row .col-sm-7, .page-content .row .col-sm-5 {
    width: 100%;
}
.page-content  .row {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
h2 {
    font-size: 30px;
}

}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
    .header-contact-form {
    background-color: #fdf5d6;
    padding-top: 25PX;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding-bottom: 10px;
}

    .top-bar a {
        padding: 0 10px;
        color: var(--color-primary);
    }

    .slide-text h2 {
        font-size: 35px;
    }

    .box-content {
        padding: 30px;
    }

    .latest-news .news-content {
        padding: 30px;
    }

    .footer-middle .social {
        margin-top: 50px;
    }

    .footer-middle .col-md-6 {
        margin-bottom: 30px;
    }
    .contact-form-upper-text {
        font-size: 26px;
        line-height: 33px;
    }
    .btn.btn-primary {
        padding: 15px 30px;
    }
    h2 {
        font-size: 30px;
    }
    .middle-button-con {
        margin-top: 0;
        padding-right: 65px;
    }
    .latest-news h3 {
        padding-top: 50%;
    }
    .page-content  .row {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }
    .page-content .row .col-sm-7, .page-content .row .col-sm-5 {
        width: 100%;
    }
    #header .logo img {
        width: 109px;
    }
    


}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 35px;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        position: relative;
        width: auto;
        text-align: center;
    }

    .slide .container {
        padding: 0;
    }

    .slide-text {
        position: relative;
        background-color: #31BFF0;
        padding: 30px;
    }

    .section-one {
        text-align: center;
    }
    .page-content {
        padding-top: 35px;
    }
    h1,.home-page-h-text {
        font-size: 24px;
    }
    .slide-text h1 {
        line-height: 40px;
    }
    .header-contact-form {
        margin-top: 20px;
    }
    .contact-form-upper-text {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    .middle-button-con {
        margin-top: 15px;
        padding-right: 65px;
    }
    .testimonials h3 {
        font-size: 25px;
    }
    section.welcome {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
        padding: 58px 0;
    }
    .services-box {
        margin-bottom: 20px;
    }
    .home-newsection {
        padding: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .copyright .text-start, .copyright .text-end {
        text-align: center !important;
    }
    .album-slide {
        background-color: #222222;
        padding: 40px 0;
    }
    .album-slide .owl-nav {
        position: absolute;
        top: 3%;
        width: 100%;
    }
    .album-slide .owl-nav span {
        color: #00b7e3;
        font-size: 76px;
        font-weight: normal;
    }
    .ministries .services-box {
        min-height: auto;
    }
    .page-content h2, .page-content h3 {
        margin-top: 10px;
    }
    .page-banner h1 {
        position: relative;
        font-size: 22px;
        bottom: 0;
    }
    #header {
        position: relative;
        background-color: #000;
    }
}

@media only screen and (max-width:427px) {


    .section-three h4 {
        font-size: 13px;
    }
    #header .logo img {
       
        width: 85px;
    }
}



@media only screen and (min-width: 1500px) {
.testimonials .container {
    padding: 0 100px;
}
section.welcome .container {
    padding: 0 170px;
}

}