@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:700,800");
@import url(bootstrap.min.css);
@import url(classy-nav.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f2c;
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #636363;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1f1f2c;
  font-weight: 500;
  font-size: 14px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }
img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.pl-15 {
  padding-left: 15px !important; }
.pr-15 {
  padding-right: 15px !important; }
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

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

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

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

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

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

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

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

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }
/*border*/
.border-erp {border-bottom: solid 5px #d8761f;}
.border-fv {border-bottom: solid 5px  #51266e;}
.border-am {border-bottom: solid 5px  #249bd3;}
.border-qm {border-bottom: solid 5px  #f76570;}
/* :: 3.2.0 Height */
.height-400 {
  height: 400px; }

.height-500 {
  height: 500px; }

.height-600 {
  height: 600px; }

.height-700 {
  height: 700px; }

.height-800 {
  height: 800px; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    text-align: center;
    max-width: 730px;
    margin: 0 auto 50px; }
.section-heading h2 {
    font-size: 32px;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 28px; } 
}
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 22px; } 
}
.section-heading p {
    font-size: 16px;
    color: #636363;
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .section-heading p {
        font-size: 14px; } 
}
.section-heading.white h2,
.section-heading.white p {
    color: #ffffff; }

/* :: 3.5.0 Preloader */
.preloader {
    background-color: #f3f3f3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden; }
.preloader .line-preloader {
    position: absolute;
    left: 0;
    top: 50%;
    overflow: hidden;
    width: 0;
    height: 6px;
    z-index: 10;
    border-radius: 0;
    background-color: #d8761f;
    margin-top: -3px;
    -webkit-animation: line 40000ms infinite linear;
    animation: line 40000ms infinite linear; }

@-webkit-keyframes line {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes line {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover; }
.bg-overlay::after {
    background-color: rgba(15, 6, 6, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-gray {
  background-color: #f3f3f3; }

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

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #d8761f;
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #1f1f2c; }

/* :: 3.8.0 crose Button */
.crose-btn {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    /*min-width: 150px;
    height: 46px;*/
    color: #ffffff;
    border-radius: 3px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700; }
.crose-btn.agix {background-color: #d8761f;}
.crose-btn.agix1 {background-color: #424142;}
.crose-btn.erp {background-color: #d8761f;}
.crose-btn.fv {background-color: #51266e;}
.crose-btn.am {background-color: #249bd3;}
.crose-btn.qm {background-color: #f76570;}
.crose-btn.active, .crose-btn:hover, .crose-btn:focus {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    background-color: #1f1f2c; }
.crose-btn.btn-2 {
    background-color: #ffffff;
    color: #d8761f; }
.crose-btn.btn-2.active, .crose-btn.btn-2:hover, .crose-btn.btn-2:focus {
    color: #ffffff;
    background-color: #d8761f; }
.underline{border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;}
/* :: 4.0 Header Area CSS */
.header-area {
    position: relative;
    width: 100%;
    z-index: 100; 
}
.header-area .top-header {
    position: relative;
    z-index: 1;
    background-color: rgb(52, 58, 64);
    width: 100%; 
}
.header-area .top-header .top-header-content {
    position: relative;
    z-index: 1;
    height: 50px; 
}
.header-area .top-header .top-header-content .open,
.header-area .top-header .top-header-content .email-address,
.header-area .top-header .top-header-content .phone {
    font-size: 14px;
    color: #fff; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .top-header .top-header-content .open,
.header-area .top-header .top-header-content .email-address,
.header-area .top-header .top-header-content .phone {
    font-size: 13px; } 
}
@media only screen and (max-width: 767px) {
.header-area .top-header .top-header-content .open span,
.header-area .top-header .top-header-content .email-address span,
.header-area .top-header .top-header-content .phone span {
    display: none; } 
}
.header-area .top-header .top-header-content .open i,
.header-area .top-header .top-header-content .email-address i,
.header-area .top-header .top-header-content .phone i {
    color: #fff;
    margin-right: 5px; 
}
.header-area .top-header .top-header-content .open:hover,
.header-area .top-header .top-header-content .email-address:hover,
.header-area .top-header .top-header-content .phone:hover {
    color: #d8761f; 
}
.header-area .top-header .top-header-content .email-address {
    margin-right: 30px; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .top-header .top-header-content .email-address {
    margin-right: 15px; }
}
.header-area .top-header .top-header-content .top-social-info {
    position: relative;
    z-index: 1;
    border-left: 2px solid #fff;
    margin-left: 30px;
    padding-left: 20px; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .top-header .top-header-content .top-social-info {
    margin-left: 10px;
    padding-left: 5px; } 
}
@media only screen and (max-width: 767px) {
.header-area .top-header .top-header-content .top-social-info {
    margin-left: 10px;
    padding-left: 5px; } 
}
.header-area .top-header .top-header-content .top-social-info a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #fff; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .top-header .top-header-content .top-social-info a {
    font-size: 13px;
    padding: 0 5px; } 
}
.header-area .top-header .top-header-content .top-social-info a:hover {
    color: #d8761f; }
.header-area .crose-main-menu {
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15); }
.header-area .crose-main-menu .classy-navbar {
    height: 90px;
    padding: 0; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .crose-main-menu .classy-navbar .nav-brand {
    max-width: 120px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .crose-main-menu .classy-navbar .nav-brand {
    max-width: 120px; }
}
@media only screen and (max-width: 767px) {
.header-area .crose-main-menu .classy-navbar .nav-brand {
    max-width: 120px; } 
}
.header-area .classynav ul li a {
    font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .classynav ul li a {
    font-size: 13px;
    padding: 0 7px; } 
}
.header-area .classynav ul li a:hover, .header-area .classynav ul li a:focus {
    color: #d8761f; }
.header-area .classynav ul li ul li a {
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 13px; }
.header-area .is-sticky .crose-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header-area .header-btn {
  color: #ffffff;
  font-weight: 700; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .header-btn {
    margin: 0 15px 30px; }
}
@media only screen and (max-width: 767px) {
.header-area .header-btn {
    margin: 0 15px 30px; } 
}
.header-area .header-btn:hover {
    color: #ffffff;
    font-weight: 700; }
.hero-area,
.hero-post-slides {
  position: relative;
  z-index: 1; }

.single-hero-slide {
  width: 100%;
  height: 546px;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 420px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-slide {
      height: 315px; } }
  .single-hero-slide .hero-slides-content {
    position: relative;
    z-index: 1;
    text-align: center; }
    .single-hero-slide .hero-slides-content h2 {
      font-size: "Raleway", sans-serif;
      letter-spacing: 1px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      color: #ffffff;
      font-weight: 700;
      font-size: 72px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 48px; } }
      @media only screen and (max-width: 767px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 30px; } }
    .single-hero-slide .hero-slides-content p {
      font-size: 20px;
      color: #ffffff;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .single-hero-slide .hero-slides-content p {
          font-size: 14px; } }

/* :: 6.0 About Us Area CSS */
.about-us-area {
    position: relative;
    z-index: 1; }
.about-us-area .about-thumbnail {    
    margin-bottom: 30px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area .about-thumbnail {
        margin-top: 100px; } 
}
@media only screen and (max-width: 767px) {
    .about-us-area .about-thumbnail {
        margin-top: 100px; }
}
.about-us-content {
    position: relative;
    z-index: 1; }
.about-us-content img {
    border-radius: 5px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px; }
.about-us-content img.standard {
    border-radius: 0px;
    box-shadow: none;}
.about-us-content img img {
    border-radius: 5px; }
.about-us-content ul li::before{
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f061";
    margin-right: 15px;}
.about-us-content ul li{
    color: #636363;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    padding-left: 15px; 
}
.about-us-content .about-text h4 {
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.about-us-content .about-text a {
    font-weight: 700;
    color: #959595; }
.about-us-content .about-text a i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.about-us-content .about-text a:hover, .about-us-content .about-text a:focus {
    color: #d8761f; }
.about-us-content .about-text a:hover i, .about-us-content .about-text a:focus i {
    padding-left: 5px; }
.about-us-content:hover .about-text h4 {
    color: #d8761f; }
.about-page {
    position: relative;
    z-index: 1; }
.about-page h2 {
    font-size: 36px;
    margin-bottom: 20px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-page h2 {
        font-size: 30px; } 
}
@media only screen and (max-width: 767px) {
    .about-page h2 {
        font-size: 24px; } 
}
.about-page ul {
  position: relative;
  z-index: 1; 
  border-left: solid 1px #eee;
  padding-left: 15px;}
.latest-sermons-area ul {
  position: relative;
  z-index: 1; 
}
.about-page ul li a::before, .about-page ul li::before, .latest-sermons-area ul li a::before, .latest-sermons-area ul li::before {
    font: normal normal normal 16px/1 FontAwesome;
    content:"\f046";
    margin-right: 5px;
    color: #d8761f;
}
.about-page ul li a, .about-page ul li, .latest-sermons-area ul li a, .latest-sermons-area ul li {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #636363; }
.about-page ul li a:hover, .latest-sermons-area ul li a:hover {
    color: #d8761f; }
.about-page ul li a i {
    margin-right: 5px; }
.about-page ul li:last-child a {
    margin-bottom: 0; }

/* :: 7.0 Why Choose Us Area CSS */
.single-why-choose-us {
    text-align: center; }
.single-why-choose-us i {
    width: 100px;
    height: 100px;
    font-size: 50px;
    padding: 25px;
    border-radius: 50%;
    color:#fff;
    background-color: #d8761f;}
.single-why-choose-us h4 {
    font-weight: 400;
    margin-bottom: 15px; }

/* :: 8.0 Team Members Area */
.single-team-members {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-team-members .team-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto 30px; }
    .single-team-members .team-thumb::after {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      content: '';
      top: 0;
      left: 0;
      background-color: rgba(201, 47, 47, 0.8);
      z-index: 20;
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0); }
    .single-team-members .team-thumb img {
      border-radius: 50%;
      position: relative;
      z-index: 1; }
    .single-team-members .team-thumb .team-social-info {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      z-index: 100;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
      visibility: hidden; }
      .single-team-members .team-thumb .team-social-info a {
        display: inline-block;
        padding: 0 5px;
        color: #ffffff;
        font-size: 14px; }
        .single-team-members .team-thumb .team-social-info a:hover {
          color: #1f1f2c; }
  .single-team-members h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px; }
  .single-team-members span {
    color: #959595;
    font-size: 14px;
    margin-bottom: 0; }
  .single-team-members:hover .team-thumb, .single-team-members:focus .team-thumb {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15); }
    .single-team-members:hover .team-thumb::after, .single-team-members:focus .team-thumb::after {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
  .single-team-members:hover .team-social-info, .single-team-members:focus .team-social-info {
    opacity: 1;
    visibility: visible; }

/* :: 9.0 Call To Action Area */
.call-to-action-area {
    position: relative;
    z-index: 1;
    background-attachment: fixed; }
.call-to-action-area h6 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    margin-bottom: 45px; }
.call-to-action-area .call-to-action-content {
  width: 100%;}
.call-to-action-area .call-to-action-content .vc_column_container {
    background: rgba(255,255,255,.6);
    display: block;
    padding: 13px;
    border-radius: 5px;
    color: #404040;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;}
.call-to-action-area .call-to-action-content .vc_column_container:hover{
    background: #fff;
    transition: all .3s ease-in-out;}
.call-to-action-area .call-to-action-content .vc_column_container:hover a{
    color: #d8761f;
    transition: all .3s ease-in-out;}
.call-to-action-area .call-to-action-content .vc_column_container:hover a i{
    background: #424142;
    transition: all .3s ease-in-out;}
.call-to-action-area .call-to-action-content .vc_column_container a{
    display: block;
    width: 100%;}
.call-to-action-area .call-to-action-content .vc_column_container a i{
    font-size: 30px;
    width: 66px;
    height: 66px;
    background: #d8761f;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 50%;
    margin: 0;}
.call-to-action-area .call-to-action-content .vc_column_container a span{
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-top: 15px;}
/* :: 10.0 Sermons Area CSS */
.single-latest-sermons {
  position: relative;
  z-index: 1; }
.single-latest-sermons .sermons-thumbnail {
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px; }
.single-latest-sermons .sermons-thumbnail img {
    border-radius: 5px; }
.single-latest-sermons .sermons-thumbnail .sermons-date {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
    width: 80px;
    height: 80px;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    bottom: -15px;
    background-color: #ffffff; }
@media only screen and (max-width: 767px) {
    .single-latest-sermons .sermons-thumbnail .sermons-date {
    width: 60px;
    height: 60px; }
}
.single-latest-sermons .sermons-thumbnail .sermons-date h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #636363; }
.single-latest-sermons .sermons-thumbnail .sermons-date h6 span {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #1f1f2c; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-latest-sermons .sermons-thumbnail .sermons-date h6 span {
        font-size: 30px; } 
}
@media only screen and (max-width: 767px) {
    .single-latest-sermons .sermons-thumbnail .sermons-date h6 span {
        font-size: 24px; } 
}
.single-latest-sermons .sermons-content {
    position: relative;
    z-index: 1;
    margin-top: 40px; }
.single-latest-sermons .sermons-content h4 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 0; }
.single-latest-sermons:hover .sermons-content h4 {
    color: #d8761f; }
.single-latest-sermons .sermons-content a:hover, .single-latest-sermons .sermons-content a:focus {
    color: #d8761f;
}
.single-latest-sermons .sermons-content a {
    font-weight: 700;
    color: #959595;
}
.single-latest-sermons .sermons-content a:hover i, .single-latest-sermons .sermons-content a:focus i {
    padding-left: 5px;
}
.single-latest-sermons .sermons-content a i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-latest-sermons .sermons-content .sermons-meta-data {
    margin-top: 20px; }
.single-latest-sermons .sermons-content .sermons-meta-data p span {
    font-style: italic;
    color: #636363; }
.single-latest-sermons:hover .sermons-thumbnail .sermons-date {
    bottom: 20px;}
.single-latest-sermons:hover .sermons-thumbnail .fv{
    background-color: #51266e; }
.single-latest-sermons:hover .sermons-thumbnail .am{
    background-color: #249bd3; }
.single-latest-sermons:hover .sermons-thumbnail .mes{
    background-color: #ec6672; }
.single-latest-sermons:hover .sermons-thumbnail .sermons-date h6 {
    color: #ffffff; }
.single-latest-sermons:hover .sermons-thumbnail .sermons-date h6 span {
    color: #ffffff; }

/* :: 11.0 Subscribe Area CSS */
.subscribe-area {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background-color: #d8761f; }
  .subscribe-area .subscribe-text h3 {
    font-weight: 600;
    font-size: 30px;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .subscribe-area .subscribe-text h3 {
        font-size: 24px; } }
  .subscribe-area .subscribe-text h6 {
    font-weight: 400;
    margin-bottom: 0;
    color: #ffffff; }
  .subscribe-area .subscribe-form {
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe-area .subscribe-form {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .subscribe-area .subscribe-form {
        margin-top: 30px; } }
    .subscribe-area .subscribe-form input {
      width: 470px;
      height: 55px;
      background-color: #ffffff;
      border: none;
      border-radius: 2px;
      padding: 0 30px;
      color: #636363;
      font-size: 14px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .subscribe-area .subscribe-form input {
          width: 450px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-area .subscribe-form input {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .subscribe-area .subscribe-form input {
          width: 100%; } }
    .subscribe-area .subscribe-form button {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 10; }

/* :: 14.0 Sermons Area CSS */
.sermons-content-area {
    position: relative;
    z-index: 1;
    margin-bottom: -106px; }
@media only screen and (max-width: 767px) {
    .sermons-content-area {
        margin-bottom: 150px; } 
}
.sermons-content-area .sermons-text {
    position: relative;
    z-index: 1;
    width: 80%;
    left: 10%;
    right: 10%;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    padding: 5% 8%;
    top: -206px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sermons-content-area .sermons-text {
        width: 90%;
        left: 5%;
        right: 5%; }
}
@media only screen and (max-width: 767px) {
    .sermons-content-area .sermons-text {
        width: 100%;
        left: 0%;
        right: 0%;
        top: 50px;
        padding: 30px 15px; } 
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sermons-content-area .sermons-text {
        padding: 50px 30px; }
}
.sermons-content-area .sermons-text h1 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;}
.sermons-content-area .sermons-text h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sermons-content-area .sermons-text h2 {
        font-size: 30px; }
}
@media only screen and (max-width: 767px) {
    .sermons-content-area .sermons-text h2 {
        font-size: 24px; }
}
.sermons-content-area .sermons-text p {
    font-size: 16px;
    text-align: left; }
.sermons-content-area .sermons-text .read-more-share .read-more-btn a i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.sermons-content-area .sermons-text .read-more-share .read-more-btn a:hover, .sermons-content-area .sermons-text .read-more-share .read-more-btn a:focus {
    color: #d8761f; }
.sermons-content-area .sermons-text .read-more-share .read-more-btn a:hover i, .sermons-content-area .sermons-text .read-more-share .read-more-btn a:focus i {
    padding-left: 5px; }
.catagory-share-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 20px; }
  .catagory-share-meta .sermons-cata {
    position: relative;
    z-index: 1; }
    .catagory-share-meta .sermons-cata a {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin: 0 10px;
      border: 2px solid #ebebeb;
      color: #959595;
      border-radius: 50%;
      line-height: 28px;
      text-align: center; }
      .catagory-share-meta .sermons-cata a:hover {
        color: #ffffff;
        background-color: #d8761f;
        border-color: #d8761f; }
    @media only screen and (max-width: 767px) {
      .catagory-share-meta .sermons-cata {
        margin-bottom: 30px; } }
  .catagory-share-meta .share span,
  .catagory-share-meta .share a {
    color: #959595;
    padding: 0 10px;
    font-size: 14px; }
    .catagory-share-meta .share span:hover, .catagory-share-meta .share span:focus,
    .catagory-share-meta .share a:hover,
    .catagory-share-meta .share a:focus {
      color: #d8761f; }

.sermons-details-area {
  position: relative;
  z-index: 1; }
  .sermons-details-area .single-post-details-area {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 80px; }

/* :: 15.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1; }
.footer-area .main-footer-area {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    background-color: #2f2f2f; }
.footer-area .main-footer-area .single-footer-widget {
    position: relative;
    z-index: 1; }
.footer-area .main-footer-area .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 40px; }
.footer-area .main-footer-area .single-footer-widget p {
    color: #c2c2c2;
    margin-bottom: 0; }
.footer-area .main-footer-area .single-footer-widget .widget-title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600; }
.footer-area .main-footer-area .single-footer-widget .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.footer-area .main-footer-area .single-footer-widget .footer-menu ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
.footer-area .main-footer-area .single-footer-widget .footer-menu ul li a {
    font-size: 14px;
    color: #959595;
    font-weight: 600;
    padding: 7px 0;
    display: block; }
.footer-area .main-footer-area .single-footer-widget .footer-menu ul li a:hover {
    color: #d8761f; }
.footer-area .main-footer-area .single-footer-widget .contact-information p,
.footer-area .main-footer-area .single-footer-widget .contact-information a {
    color: #c2c2c2;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.footer-area .main-footer-area .single-footer-widget .contact-information p i,
.footer-area .main-footer-area .single-footer-widget .contact-information a i {
    color: #d8761f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px; }
.footer-area .main-footer-area .single-footer-widget .contact-information a:hover {
    color: #d8761f; }
.footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    background-color: #2a2a2a;
    height: 50px;
    width: 100%; }
@media only screen and (max-width: 767px) {
.footer-area .copywrite-area {
    height: auto;
    padding: 15px 0; } 
}
.footer-area .copywrite-area .copywrite-text {
    position: relative;
    z-index: 1; }
@media only screen and (max-width: 767px) {
.footer-area .copywrite-area .copywrite-text {
    text-align: center; } 
}
.footer-area .copywrite-area .copywrite-text p {
    color: #c2c2c2;
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .copywrite-text p {
    font-size: 13px; } 
}
.footer-area .copywrite-area .copywrite-text p a {
    color: #d8761f; }
.footer-area .copywrite-area .copywrite-text p a:hover, .footer-area .copywrite-area .copywrite-text p a:focus {
    color: #d8761f; }
.footer-area .copywrite-area .footer-social-icon {
    text-align: right; }
@media only screen and (max-width: 767px) {
.footer-area .copywrite-area .footer-social-icon {
    text-align: center;
    margin-top: 15px; } 
}
.footer-area .copywrite-area .footer-social-icon a {
    display: inline-block;
    margin-left: 15px;
    color: #959595;
    font-size: 18px; }
.footer-area .copywrite-area .footer-social-icon a:hover, .footer-area .copywrite-area .footer-social-icon a:focus {
    color: #d8761f; }

/* :: 16.0 Breadcumb Area CSS */
.breadcrumb-area {
    position: relative;
    z-index: 10;
    width: 100%; }
.breadcrumb-area .breadcrumb {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    background-color: transparent; }
.breadcrumb-area .breadcrumb .breadcrumb-item {
    font-size: 15px;
    text-transform:uppercase;
    color: #959595;
    font-weight: 600; }
.breadcrumb-area .breadcrumb .breadcrumb-item a {
    font-size: 15px;
    text-transform:uppercase;
    color: #1f1f2c;
    font-weight: 600; }
.breadcrumb-area .breadcrumb .breadcrumb-item a:hover, .breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
    color: #d8761f; }
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #1f1f2c;
    font-family: 'FontAwesome';
    content: "\f105"; }
/* :: 21.0 Sidebar Area CSS */
.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-widget-area .widget-title h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize; }
  .single-widget-area .widget-content img {
    margin-top: 20px;
    margin-bottom: 15px; }
  .single-widget-area .widget-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6; }
  .single-widget-area .single-latest-post {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb; }
    .single-widget-area .single-latest-post:last-child {
      margin-bottom: 0; }
    .single-widget-area .single-latest-post .post-title h6 {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      font-size: 16px;
      line-height: 1.7;
      font-weight: 600; }
      .single-widget-area .single-latest-post .post-title h6:hover, .single-widget-area .single-latest-post .post-title h6:focus {
        color: #d8761f; }
    .single-widget-area .single-latest-post p {
      color: #959595;
      font-style: italic; }
    .single-widget-area .single-latest-post .sermons-meta-data {
      padding-bottom: 15px; }
      .single-widget-area .single-latest-post .sermons-meta-data p {
        margin-bottom: 5px;
        color: #959595;
        font-style: normal; }
        .single-widget-area .single-latest-post .sermons-meta-data p:last-child {
          margin-bottom: 0; }
        .single-widget-area .single-latest-post .sermons-meta-data p i {
          width: 15px;
          color: #d8761f; }
        .single-widget-area .single-latest-post .sermons-meta-data p span {
          font-style: italic;
          color: #636363; }
  .single-widget-area .popular-tags li a {
    display: inline-block;
    margin: 4px;
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    color: #1f1f2c;
    border-radius: 2px; }
    .single-widget-area .popular-tags li a:hover, .single-widget-area .popular-tags li a:focus {
      color: #ffffff;
      border-color: #d8761f;
      background-color: #d8761f; }

  .single-widget-area .crose-archives {
    position: relative;
    z-index: 1; }
    .single-widget-area .crose-archives li a {
      display: block;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      color: #636363;
      margin-bottom: 20px; }
      .single-widget-area .crose-archives li a:hover {
        color: #d8761f; }
    .single-widget-area .crose-archives li:last-child a {
      margin-bottom: 0; }
.single-post-details-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-post-details-area img {
    width: 100%; }
  .single-post-details-area .post-content .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-post-details-area .post-content .post-title {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-post-details-area .post-content .post-title {
        font-size: 24px; } }
  .single-post-details-area .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .single-post-details-area .post-content .post-meta a {
      display: inline-block;
      font-size: 14px;
      color: #1f1f2c;
      margin-right: 15px; }
      .single-post-details-area .post-content .post-meta a:first-child {
        font-style: italic; }
      .single-post-details-area .post-content .post-meta a span,
      .single-post-details-area .post-content .post-meta a i {
        color: #959595;
        margin-left: 3px; }
      .single-post-details-area .post-content .post-meta a:hover {
        color: #d8761f; }
  .single-post-details-area .post-content p {
    font-size: 16px;
    color: #636363; }
  .single-post-details-area .post-content blockquote {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    border-left: 2px solid #d8761f;
    margin: 25px 0; }
    .single-post-details-area .post-content blockquote .blockquote-text h6 {
      font-weight: 600;
      line-height: 1.9; }
      .single-post-details-area .post-content blockquote .blockquote-text h6 span {
        color: #959595; }
      .single-post-details-area .post-content blockquote .blockquote-text h6:first-child {
        font-style: italic;
        margin-bottom: 15px; }
      .single-post-details-area .post-content blockquote .blockquote-text h6:last-child {
        line-height: 1.2;
        margin-bottom: 0; }

.post-tags-share {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  border-top: 1px solid #ebebeb;
  padding-top: 15px; }
  .post-tags-share .popular-tags li a {
    display: inline-block;
    margin: 4px;
    line-height: 1;
    text-transform: capitalize;
    font-size: 14px;
    color: #959595;
    font-style: italic; }
    .post-tags-share .popular-tags li a:hover, .post-tags-share .popular-tags li a:focus {
      color: #d8761f; }
  .post-tags-share .post-share span {
    font-size: 14px; }
  .post-tags-share .post-share a {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px; }
    .post-tags-share .post-share a:hover, .post-tags-share .post-share a:focus {
      color: #d8761f; }
    @media only screen and (max-width: 767px) {
      .post-tags-share .post-share a {
        padding: 0 5px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .post-sidebar-area {
    margin-top: 100px; } }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area iframe {
    width: 100%;
    height: 530px;
    border: none;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .map-area iframe {
        height: 300px; } }

/* :: 22.0 Contact Area CSS */
.contact-content-area {
    position: relative;
    z-index: 50;
    padding: 30px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    top: -100px;
    background-color: #ffffff; }
.contact-content-area .contact-content {
    position: relative;
    z-index: 2;
    text-align: center; }
@media only screen and (max-width: 767px) {
    .contact-content-area .contact-content {
    margin-bottom: 50px; } 
}
.contact-content-area .contact-content h4 {
    font-weight: 600;
    margin-bottom: 15px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-content-area .contact-content h4 {
    font-size: 18px; } 
}
.contact-content-area .contact-content p {
    color: #636363;
    font-size: 14px;
    margin-bottom: 5px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-content-area .contact-content p {
        font-size: 12px; } 
}
.contact-content-area .contact-content p:last-child {
    margin-bottom: 0; }
.contact-content-area .contact-content::after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #d2d2d5;
    content: '';
    right: -15px;
    top: 0;
    z-index: 10; }
@media only screen and (max-width: 767px) {
    .contact-content-area .contact-content::after {
    display: none; }
}
.contact-content-area .col-12:last-child .contact-content::after {
    display: none; }
.contact-content-area .col-12:last-child .contact-content:last-child {
    margin-bottom: 0; }
.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  font-size: 12px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 15px 30px;
  color: #000;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
.contact-form-area .form-control:focus {
    box-shadow: none;
    border-color: #d8761f; }
.contact-form-area textarea.form-control {
    height: 150px; }
.error {
  position: relative;
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  padding: 10px;
  margin-top: 10px;
  display: block;
}
.error:after, .error:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.error:after {
  border-color: rgba(213, 73, 45, 0);
  border-bottom-color: #f2dede;
  border-width: 10px;
  margin-left: -10px;
}
.error:before {
  border-color: rgba(213, 73, 45, 0);
  border-bottom-color: #f2dede;
  border-width: 11px;
  margin-left: -11px;
}
/* animation submit button*/
button:not(.disabled):before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-left-color: transparent;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
button:not(.disabled):after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0px;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
}
button:not(.disabled).sending {
  pointer-events: none;
  cursor: not-allowed;
}
button:not(.disabled).sending:not(.expand) {
  text-align: left;
}
button:not(.disabled).sending:before {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
button:not(.disabled).sending:after {    
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 20px;
}

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