a {
    position: relative;
    color: #5d5d5d;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color:  #1b8eff;
}

h1,h2,h3,h4,h5,h6{
    font-weight:  600;
    font-family: 'Raleway', sans-serif;
}

h1{
    font-size:  62px;
}

h2{
    font-size:  52px;
}

h3{
    font-size:  42px;
}

h4{
    font-size:  32px;
}

h5{
    font-size:  28px;
}

h6{
    font-size:  22px;
}


body {
    background: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
}

.btn-primary{
    background:  #0056ab;
}

nav.bg-transparent {
    color: #fff;
    position: relative;
    top:  60px;
}

.navbar-nav .nav-item{
    padding: 0 15px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    color:  #fff;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight:  600;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #1b8eff;
}

.nav-link:focus, .nav-link:hover{
    color: #1b8eff;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar-dark .navbar-toggler-icon {
    font-size: 28px;
    color: #b9302e;
    padding: 8px;
}

.navbar-brand img{
    border:  5px solid #fff;
    border-radius: 50%;
}

.navbar-toggler svg{
    color:  #fff;
    font-size: 30px;
}

.btn {
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-shadow: none;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

header{
    background: url("../zion/img/hero.png");
    background-size:  cover;
    min-height:  70vh;
}

.hero-bg{
    padding: 250px 0;
    text-align:  center;
    border-radius:  0;
    margin-top:  -120px;
}

.hero-bg h1{
    margin:  0 auto;
}

.hero-bg .btn {
    border: 1px solid #fff;
    border-radius: 50px!important;
    margin: 60px 0;
    font-size: 12px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight:  600;
}

.bg-blue{
    background:  #0056AB;
}

.bg-green{
    background:  #007929;
}

.hero-bottom{
    margin-top:  -125px;
    margin-bottom: 125px;
}

.icon-box{
    text-align: center;
    padding:  30px;
    color: #ffffff;
}

.icon-box .icon {
    height: 100px;
    width: 100px;
    margin: 30px auto;
    background: #fff;
    border-radius: 50%;
}

.icon-box img{
    padding: 25px 0;
    width: 50%;
}

.icon-box h5{
    text-transform:  uppercase;
}

.cta-1{
    background:  url(../img/cta-1.jpg);
    background-size:  cover;
    padding:  150px 0;
    color:  #ffffff;
    text-align:  center;
}

.cta-1 h4{
    letter-spacing: 10px;
    padding-bottom:  80px;
}

.cta-1 h6{
    padding-bottom:  40px;
    text-transform: uppercase;
    min-height: 95px;
}

.cta-1 img{
    width:  65px;
}

.events{
    padding: 8% 0;
    text-align:  center;
}

.news{
    padding: 8% 0;
    text-align:  left;
}

.events .card,
.news .card{
    box-shadow: rgb(204 204 204 / 57%) 0 4px 8px -2px;
    margin:  30px 0;
}

.events h3,
.news h3{
    color:  #0056ab;
    margin-bottom:  80px;
}

.events h5,
.news h5{
    text-transform: uppercase;
    letter-spacing: 5px;
    color:  #5d5d5d;
}

.event-date,
.event-location{
    color:  #999999;
    margin:  0;
}

.event-title,
.news-title{
    font-size: 22px;
    font-weight:  700;
    color:  #333333;
    margin:  0;
}

.events .btn,{
    margin:  80px auto 0;
    padding:  20px 50px;
    border-radius: 10px;
}

.news .desc{
    font-size: 14px;
}

.news .btn-link{
    padding-left:  0;
}

.grid-gallery{
    padding: 100px 0 0;
    text-align: center;
}

#gallery a{
    pointer-events: none;
    touch-action: none;
}

.staffs{
    color:  #ffffff;
    padding: 100px 0;
    text-align:  center;
    min-height: 480px;
}

.staffs h5{
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom:  30px;
}

.staff-images{
    margin-top:  -150px;
    text-align: center;
}

.testimonials{
    text-align:  center;
    font-size: 18px;
    line-height: 32px;
    padding: 100px 0;
}

.testimonials h5{
    text-transform: uppercase;
    letter-spacing: 5px;
    color:  #5d5d5d;
    margin-bottom:  60px;
}

.testimonials img{
    max-width: 80px;
    margin:  0 auto;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0056ab!important;
}

.content-area{
    padding:  125px 0 0;
    color:  #5d5d5d;
}

.content-area h3{
    color:  #333333;
}

.contact header{
    min-height: 40vh;
    background: url("../img/contact-banner.png");
    background-size:  cover;
}

.contact .hero-bg{
    padding: 0;
}

.contact h3{
    margin-bottom:  80px;
    color:  #0056ab;
}

.contact h4{
    color:  #0056ab;
    margin:  60px 0;
}

.contact .media h6{
    font-size: 18px;
    color:  #000000;
}

.contact .media-body{
    font-size: 16px;
}

.contact .media p>a{
    color:  #5d5d5d;
}

.contact .media p>a:hover{
    color:  #0056ab;
}

.contact iframe{
    margin:  30px 0 0;
}

.contact form input,
.contact form textarea{
    border:  0;
    background:  #fdfdfd;
    margin:  15px 0;
    min-height:  60px;
    padding:  15px;
    font-size: 18px;
    text-indent: 10px;
}

.contact form textarea{
    padding: 30px 15px;
}

.contact form .btn{
    margin:  60px;
    padding:  20px 80px;
}

.events-page header,
.news-page header{
    min-height: 40vh;
    background: url("../img/events-banner.png");
    background-size:  cover;
}

.events-page .hero-bg,
.news-page .hero-bg{
    padding: 0;
}

.events .page-item:first-child,
.events .page-item:last-child{
    padding-left:  40px;
    padding-right:  40px;
}

.events .page-item:first-child .page-link:hover,
.events .page-item:last-child .page-link:hover{
    background:  transparent;
    color:  #0056ab;
}

.events .page-link {
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #5d5d5d;
    padding:  30px;
    height: 80px;
    width: 80px;
    border-radius:  50%;
}

.events .page-item.active .page-link,
.events .page-item .page-link:hover{
    background:  #0056ab;
    color:  #ffffff;
    opacity: .6;
} 

'

.news .page-item:first-child,
.news .page-item:last-child{
    padding-left:  40px;
    padding-right:  40px;
}

.news .page-item:first-child .page-link:hover,
.news .page-item:last-child .page-link:hover{
    background:  transparent;
    color:  #0056ab;
}

.news .page-link {
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #5d5d5d;
    padding:  30px;
    height: 80px;
    width: 80px;
    border-radius:  50%;
}

.news .page-item.active .page-link,
.news .page-item .page-link:hover{
    background:  #0056ab;
    color:  #ffffff;
    opacity: .6;
} 

nav.page.navigation {
    margin: 60px 0;
}

footer{
    padding:  100px 0;
    color:  #5d5d5d;
    font-size: 16px;
}

footer h6{
    color:  #0056ab;
    text-transform: uppercase;
    margin:  40px 0;
    font-size:  16px;
}

footer ul{
    padding:  0;
    margin:  0;
}

footer ul li{
    list-style: none;
    padding:  5px 0;
}

footer ul li a{
    text-transform: uppercase;
    color:  #5d5d5d;
    font-size: 14px;
}

footer ul li a:hover,
footer ul li a:focus{
    color:  #0056ab;
}

footer .text-widget{
    padding-right:  70px;
}