/*
Theme Name: Grace I.T Custom Theme
Theme URI: http://graceitservices.com/
Author: Justice Kwesi Akuffo
Author URI: https://www.allchristianquotes.org/
Description: A Custom WordPress Theme from Grace I.T Services. With a focus on Church
Version: 0.0.1
License: Grace I.T WordPress Theme, Copyright 2012-2020 Justice Kwesi Akuffo
License URI: LICENSE
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

GraceIT is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.

*/

/*-------------------------------------------------------------
	#Import All Link CSS - 0.0.1
--------------------------------------------------------------*/
@import url(assets/css/bootstrap.min.css);
@import url(assets/fontawesome/css/all.css);
@import url(assets/css/custom-fonts.css);
@import url(assets/css/fancybox.css); 
@import url(assets/css/classy-nav.css);
@import url(assets/css/owl.carousel.min.css);
@import url(assets/css/animate.css);
@import url(assets/css/magnific-popup.css);
@import url(assets/css/customstyle.css);

/*-------------------------------------------------------------
	# Import Fonts - 0.0.2 
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lobster+Two|Montserrat&display=swap');

/*-------------------------------------------------------------
	#Root CSS - 0.0.3 
--------------------------------------------------------------*/
:root {
	--primary-color			: 	#081ca1;
	--primary-close-color	: 	#74b1f0;
	--second-color			: 	#ff811a;
	--white-color			:	white;
	--black-color			:	#000000;
	--light-white-color		:	#FAFAFA;
	--gray-color1			:	#f3f3f3;
	--gray-color2			:	#e6e6e6;
	--gray-color3			:	#eeeeee;
	--gray-color4			:	#B2B2B2;
	--gray-color5			:	#7E7E7E;
	--gray-color6			:	#F4F4F2;
	--gray-color7			:	#dee2e6;	
	--dsblue-color			:	#003348;
	--light-black-color1	:	#222222;
	--light-black-color2	:	#555555;
	--light-black-color3	:	#191919;
	--light-black-color4	:	#888888;
	--light-black-color4	:	#888888;
	--google-map-color		:	#dddddd;
	--youtube-color			:	#b31217;
	--facebook-color		:	#3b5998;
	--twitter-color			:	#55acee;
	--whatsapp-color		:	#075e54;
	--googleplus-color		:	#dd4b39;
	--linkedin-color		:	#0077B5;
	--instagram-color		:	#6651C3;
	--soundcloud-color		:	#6651C3;
	--reverbnation-color	:	#6651C3;
	--audiomack-color		:	#6651C3;
	--author-color			:	#7f8070;
	--transparent-color		:	transparent;
}
/*-------------------------------------------------------------
	#Fonts CSS - 0.0.3 
--------------------------------------------------------------*/
html, body {
	font-family: 'Montserrat', sans-serif !important;
}
.sFont{
	font-family: 'Lobster Two', cursive !important;
}
.mFont{
	font-family: 'Montserrat', sans-serif !important;
}
.font-style-normal{
	font-style: normal !important;
}
.text-primary {
	color: var(--primary-color) !important;
} 
.text-secondary {
	color: var(--second-color) !important;
}
.text-white {
	color: var(--white-color);
}
.text-light-white {
	color: var(--light-white-color);
}
.text-gray-color1 {
	color: var(--gray-color1);
}
.text-gray-color2 {
	color: var(--gray-color2);
}
.text-gray-color3 {
	color: var(--gray-color3);
}
.text-gray-color4 {
	color: var(--gray-color4);
}
.text-gray-color5 {
	color: var(--gray-color5);
}
.text-gmap-color {
	color: var(--google-map-color);
}
.text-black {
	color: var(--black-color);
}
.text-light-black1 {
	color: var(--light-black-color1);
}
.text-light-black2 {
	color: var(--light-black-color2);
}
.text-light-black3 {
	color: var(--light-black-color3);
}
.text-light-black4 {
	color: var(--light-black-color4);
}
.lead p {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-5 {
	font-size: 30px;
	 font-weight: 600;
}
.display-5:hover {
	font-size: 30px;
	color: var(--primary-color);
}
.text-instagram {
	color: var(--instagram-color);
}
.footer-area a{
	color: var(--gray-color1); 
}
.footer-area i{
	color: red; 
}
.footer-area a:hover{
	color: var(--second-color);
}			  
/*-----------------------------------
	#General CSS - 0.0.4 
-----------------------------------*/
html, body {
	font-family: 'Montserrat', sans-serif !important;
}
.header-area .top-header {
    background-color: var(--light-black-color1);
	}
.header-area .top-header a{
		color: var(--gray-color4); 
	}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}
a {
	color: var(--primary-color);
  }
a:hover {
	color: var(--second-color);
  }
.ruth li {
	color: var(--primary-color);
  }
.header-area .top-header .top-header-content .top-social-info {
	border-left: none;
	}
.header-area .top-header .top-header-content .top-social-info a:hover {
	color: var(--primary-color); 
	}
.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: var(--primary-color); 
}
#scrollUp {
	background-color: var(--primary-color);
	}
#scrollUp:hover {
	background-color: var(--second-color); 
	}
.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: var(--second-color);
}
.footer-area .main-footer-area .single-footer-widget .contact-information a:hover {
	color: var(--primary-color);
}
.footer-area .copywrite-area .copywrite-text p a {
	color: var(--second-color); }
.footer-area .copywrite-area .copywrite-text p a:hover, .footer-area .copywrite-area .copywrite-text p a:focus {
	color: var(--primary-color); 
}
.footer-area .copywrite-area .footer-social-icon a:hover, .footer-area .copywrite-area .footer-social-icon a:focus {
	color: var(--primary-color);
}	
.footer-area .copywrite-area .footer-social-icon a:hover, .footer-area .copywrite-area .footer-social-icon a:focus {
color: var(--primary-color); }

/* slider css*/
jssor_1
	.jssorb132 {position:absolute;}
	.jssorb132 .i {position:absolute;cursor:pointer;}
	.jssorb132 .i .b {fill:#fff;fill-opacity:0.8;stroke:#000;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.7;}
	.jssorb132 .i:hover .b {fill:#000;fill-opacity:.7;stroke:#fff;stroke-width:2000;stroke-opacity:0.8;}
	.jssorb132 .iav .b {fill:#000;stroke:#fff;stroke-width:2400;fill-opacity:0.8;stroke-opacity:1;}
	.jssorb132 .i.idn {opacity:0.3;}
	.jssora051 {display:block;position:absolute;cursor:pointer;}
	.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
	.jssora051:hover {opacity:.8;}
	.jssora051.jssora051dn {opacity:.5;}
	.jssora051.jssora051ds {opacity:.3;pointer-events:none;
}
.sMainContainer{
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:1920px;
	height:630px;
	overflow:hidden;
	visibility:hidden;
}
.silderLoading{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
.silderIntroImg{
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
}
.slidesContainer{
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	width:1920px;
	height:630px;
	overflow:hidden;
}
.slideContainer{
	left:0px;
	top:0px;
	width:1920px;
	height:630px;
	position:absolute;
}
.slideTitle{
	left:70px;
	top:480px;
	opacity: 1;
	height:150px;
	position:absolute;
	font-size:60px;
	line-height:1.1;
	letter-spacing:0.1em;
	text-shadow: 2px 2px var(--black-color);
}
.slideTitle a{
	font-size:60px !important;
	text-shadow: 2px 2px var(--black-color);
}
.slideTitleMore{
	left:80px;
	top:550px;
	height:157px;
	position:absolute; 
	font-size:40px;
}
@media only screen and (max-width: 769px) {
.slideTitle{
	top:400px;
}
.slideTitleMore{
		top:480px;
	}
	.slideReadMore { 
		font-size: 50px !important;
		padding-left: 25px !important;
	} 	
}
.slideReadMore {
	background: var(--white-color)!important;
	color: var(--primary-color)!important;
	-webkit-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;
	text-transform: none;
	border: none;
	-webkit-transition: all .4s;
	transition: all .4s; 
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 15px !important;
	padding-left: 20px !important;
} 
.slideReadMore:hover {
	background: var(--primary-color) !important;
	color: var(--white-color) !important;
	-webkit-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-webkit-transition: all .4s;
	transition: all .4s; 
		font-size: 30px;
}

/*-------------------------------------------------------------
	#Backgrounds, Margins & Paddings CSS - 0.0.7 
--------------------------------------------------------------*/
.primary-color_bg {
	background-color: var(--primary-color);
}
.white_bg {
	background-color: var(--white-color);
}
.light-white_bg {
	background-color: var(--light-white-color);
}
.gray1_bg {
	background-color: var(--gray-color1);
}
.gray2_bg{
	background-color:  var(--gray-color1);
}
.gray3_bg{
	background-color:  var(--gray-color2);
}
.light-black1_bg{
	background:  var(--light-black-color1);
}
.light-black2_bg{
	background-color:  var(--light-black-color2);
}
.light-black3_bg{
	background-color:  var(--light-black-color3);
}
.black1_bg{
	background-color:  var(--black-color);
}
.author-color_bg{
	background-color:  var(--author-color);
}
.image-boxShd1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: var(--white-color) url("assets/img/image_box_shadow1.png")!important;
    background-repeat: repeat-x !important;
}
.image-boxShd2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: var(--gray-color1) url("assets/img/image_box_shadow2.png")!important;
    background-repeat: repeat-x !important;
}
.image-boxShdnoImage {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: var(--gray-color1) !important;
    background-repeat: repeat-x !important;
}
.bg-overlay::after	{
    background-color: rgba(15, 6, 6, 0.6);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; 
	}
/*-------------------------------------------
	#Read more CSS
--------------------------------------------*/
.read_btn1 {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 46px;
	color: var(--white-color);
	background-color: var(--primary-color);
	border-radius: 3px;
	padding: 0 17px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 700; 
	}
 .read_btn1.active, .read_btn1:hover, .read_btn1:focus {
    color: var(--white-color);
    font-weight: 700;
    background-color: var(--primary-close-color); 
	}
	
.read-btn {
	background: var(--white-color)!important;
	color: var(--primary-color)!important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	border-radius: 0.5rem !important;
	padding: 0.5rem !important;
	-webkit-transition: all .6s;
	transition: all .6s; 
}
.read-btn:hover {
	background: var(--primary-color)!important;
	color: var(--white-color)!important;
}
/* Icon Pulse from Hover CSS because it was too big to use*/
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-outline-primary {
  color: #007bff;
  border-color: transparent;;
}


/*--------------------------------------------------------------
# Play Section
--------------------------------------------------------------*/
#cusplay {
  width: 100%;
  height: 50vh;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
	#cusplay {
	  width: 100%;
	  height: 50vh;
	}
}
#cusplay:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#cusplay .cusplay-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#cusplay p {
  color: var(--light-white-color);
  font-size: 14px;
}
#cusplay .play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#cusplay .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#cusplay .play-btn:before {
  content: '';
  position: absolute;
  width: 126px;
  height: 126px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#cusplay .play-btn:hover::after {
  border-left: 15px solid #f82249; 
  -webkit-transform: scale(20);
  transform: scale(20);
}

#cusplay .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* Breadcrumb*/
.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
	border-bottom: 1px solid var(--light-gray-color3);
	margin-bottom: -20px;

}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: var(--primary-color);
}
.breadcrumb-item.active {
	color: var(--primary-color);
}
.breadcrumb p {
	font-weight: 700;
}
/*-------------------------------------------------------------
	#Underline CSS 
--------------------------------------------------------------*/
.header-title { 
}
.header-title h2 {
	text-transform: uppercase;
    font-size: 2rem;
    margin-top: -7px;
	margin-bottom: 0px;
}
.title-underline{
    width: 120px;
    height: .1rem; 
    background: var(--primary-color);
    -webkit-transition: width 2s;
    transition: width 2s;
	margin: 1rem auto 1rem auto; 
}	
.title-underline:hover{
    width: 100%;
}
.title-underline2{
	width: 150px;
	height: .1rem; 
	background: var(--primary-color);
	-webkit-transition: width 2s;
	transition: width 2s;
	margin: 0 auto 1rem 0; 
}
.title-underline2:hover{
    width: 98%;
	height: .2rem; 
}
.title-underline3{
	width: 120px;
	height: .1rem; 
	background: var(--primary-color);
	-webkit-transition: width 2s;
	transition: width 2s;
	margin: 0 auto 1rem 0; 
}
.title-underline3:hover{
    width: 98%;
	height: .2rem; 
}
.area-title {
    margin-bottom: 20px;
    position: relative;
}
.area-title h2 {
    display: inline-block; 
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 25px;
    position: relative;
}
.area-title h2::before,
.area-title h2::after {
    background: rgba(0, 0, 0, 0) url("assets/img/title-border.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
	left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
}
.area-title h1 {
    display: inline-block; 
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 25px;
    position: relative;
}
.area-title h1::before,
.area-title h1::after {
    background: rgba(0, 0, 0, 0) url("assets/img/title-border.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
	left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
}
.area-title h1::after {
    background: var(--primary-color) none repeat scroll 0 0;
    height: 5px;
    width: 50px;
}

/* :: 14.0 Sermons Area CSS */
.sermons-content-area {
  position: relative;
  z-index: 1;
  margin-bottom: 0px; }
  @media only screen and (max-width: 767px) {
    .sermons-content-area {
      margin-bottom: 100px; } }
  .sermons-content-area .sermons-text {
    position: relative;
    z-index: 1;
    width: 90%;
    left: 5%;
    right: 5%;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    padding: 2% 4%;
    top: -50px; }
    @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: 30px 30px; } }
    .sermons-content-area .sermons-text h2, h2 a, h2 a:hover {
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .sermons-content-area .sermons-text h2, h2 a, h2 a:hover  {
          font-size: 23px; } }
      @media only screen and (max-width: 767px) {
        .sermons-content-area .sermons-text h2, h2 a, h2 a:hover  {
          font-size: 21px; } }
    .sermons-content-area .sermons-text p {
      font-size: 16px;
      text-align: left; }
    .sermons-content-area .sermons-text .sermons-meta-data p {
      margin-right: 30px;
      font-size: 14px;
      text-align: center; }
      .sermons-content-area .sermons-text .sermons-meta-data p i {
        color: #c92f2f; }
    .sermons-content-area .sermons-text .sermons-cata {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .sermons-content-area .sermons-text .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; }
        .sermons-content-area .sermons-text .sermons-cata a:hover {
          color: #ffffff;
          background-color: #c92f2f;
          border-color: #c92f2f; }
    .sermons-content-area .sermons-text .read-more-share .read-more-btn a {
      font-weight: 700;
      color: #959595; }
      .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: #c92f2f; }
        .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; }
    @media only screen and (max-width: 767px) {
      .sermons-content-area .sermons-text .read-more-share .share {
        margin-top: 30px; } }
    .sermons-content-area .sermons-text .read-more-share .share span,
    .sermons-content-area .sermons-text .read-more-share .share a {
      color: #959595;
      padding: 0 10px;
      font-size: 14px; }
      .sermons-content-area .sermons-text .read-more-share .share span:hover, .sermons-content-area .sermons-text .read-more-share .share span:focus,
      .sermons-content-area .sermons-text .read-more-share .share a:hover,
      .sermons-content-area .sermons-text .read-more-share .share a:focus {
        color: #c92f2f; }
      @media only screen and (max-width: 767px) {
        .sermons-content-area .sermons-text .read-more-share .share span,
        .sermons-content-area .sermons-text .read-more-share .share a {
          padding: 0 5px; } }

.catagory-share-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 5px; }
  .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: #c92f2f;
        border-color: #c92f2f; }
    @media only screen and (max-width: 767px) {
      .catagory-share-meta .sermons-cata {
        margin-bottom: 0px; } }
  .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: #c92f2f; }

.sermons-details-area {
  position: relative;
  z-index: 1; }
 .single-post-details-area {
  margin-bottom: 0px; }
  .sermons-details-area .single-post-details-area {
    border-bottom: 0px solid #ebebeb;
    padding-bottom: 0px;}		
.truncate{
	max-width: 220px;
}
.truncate a:hover{
	color: var(--primary-color) !important;
}	
@media only screen and (min-width: 250px) and (max-width: 320px) {
	.truncate {
		max-width: 250px;
	} 
}	
@media only screen and (min-width: 341px) and (max-width: 375px) {
	.truncate {
		max-width: 300px;
	} 
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
	.truncate {
		max-width: 330px;
	} 
}		
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.truncate {
		max-width: 170px;
	} 
}	
.ctcd {
  position: relative;
  display: inline-block;
  margin-left: 42px;
}

.ctcd .tctcdtext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.ctcd .tctcdtext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.ctcd:hover .tctcdtext {
	visibility: visible;
	opacity: 1;
}
.ctcdhide {
	width: 5px;
	height: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
}	
/*------------------------------------
	#Key Member
--------------------------------------*/ 
#keyMember {
	background: white url('assets/img/jerry_panou8.png') 90% 0px no-repeat;
}

#keyMember h3 {
	margin: 0 0 15px;
}
/* ====	#Media Queries	Key Member	==== */
@media screen and (max-width : 991px) {
	#keyMember .container {
		background: rgba(255,255,255,0.8);
		padding: 20px;
	}
} 
.badge.social {
	background: var(--google-map-color);
	font-size: 20px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	margin: 0 5px 20px 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: var(--white-color);
}

.badge.social.twitter:hover {
	background: var(--twitter-color);
}

.badge.social.facebook:hover {
	background: var(--facebook-color);
}

.badge.social.instagram:hover {
	background: var(--instagram-color);
}
.single-latest-sermons .sermons-content h2 {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid var(--gray-color2);
	padding-bottom: 20px;
	margin-bottom: 0; 
	color: var(--light-black-color1);
}
.single-latest-sermons .sermons-content a:hover, .events-text h2 a:hover{
	color: var(--primary-color) !important;
}
.events-text h2 a{
		font-size: 23px;
	color: var(--black-color) !important;
}	
.ruthBorderRightHidemobile {
	border-right: 1px solid var(--gray-color7);
	border-left: 1px solid var(--gray-color7);
}  
/* Clients Section
--------------------------------*/

#clients {
  /*box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#clients img {
  transition: all 0.4s ease-in-out;
}
/*------------------------------------
15.	#Read More CSS
--------------------------------------*/
.btnMore {
	background: var(--white-color)!important;
	color: var(--primary-color)!important;
	-webkit-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: none;
	border: none;
	-webkit-transition: all .4s;
	transition: all .4s; 
	font-weight: bold;
} 
.btnMore:hover {
	background: var(--primary-color) !important;
	color: var(--white-color) !important;
	-webkit-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-moz-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
	-webkit-transition: all .4s;
	transition: all .4s; 
}
.hoverup:hover {
	margin-top: -10px !important;
	transition: all 0.5s ease-in-out;
}
/* ===============================
12. Portfolio
================================ */
.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}
.work-nav #filters li {
  margin: 0 10px 30px 0;
  padding: 0;
  float: left;
}
work-nav #filters li a {
  color: #7F8289;
  font-size: 16px;
  display: block;
}
.work-nav #filters li a:hover {}

.work-nav #filters li a.selected {
  color: #DE5E60;
}

#thumbs {
  margin: 0;
  padding: 0;
}

#thumbs li {
  list-style-type: none;
}
.item-thumbs .hover-wrap .overlay-img {
	background: var(--primary-color);
}
.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.item-thumbs a+img {
  width: 100%;
}
.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 42%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-thumbs .hover-wrap h6 {
  position: absolute;
  top: 58%;
  left: 35%;
	margin: 0;	
  color: #fff;
  font-size: 13px;
  line-height: 1em;
	/*opacity: 1;*/
  filter: alpha(opacity=100);
}
/* --- Portolio filter --- */

ul.portfolio-categ {
  margin: 10px 0 30px 0;
  padding: 0;
  float: left;
  list-style: none;
}
ul.portfolio-categ li {
  margin: 0;
  padding: 0 20px 0 0;
  float: left;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
}
ul.portfolio-categ li a {
  display: block;
  padding: 35x 0 35x 0;
  color: #353535;
}
ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
  text-decoration: none;
  outline: 0;
} 
/* fancybox */
.fancybox-close:hover {
	background-color: var(--primary-color);
}
.fancybox-nav:hover span {
	background-color: var(--primary-color);
}
/*======================================
	13.	#Service
======================================*/
.work-box {
	margin-bottom: 3rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.work-box:hover {
	margin-bottom: 3rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.work-box a{
	color: var(--light-black-color3) !important;
}
.w-title a:hover{
	color: var(--primary-color) !important;
}
.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.work-img {
  display: block;
  overflow: hidden;
}
.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
	/*color: var(--primary-color);*/
  font-size: .8rem;
}
.work-content p {
	/*color: var(--primary-color);*/
  font-size: 16px;
}
.work-content .w-more .w-ctegory {
  color: #0078ff;
}

/*
.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}
*/
.w-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: var(--primary-color);
  border-radius: 10%;
  padding: 8px;
  padding-right: 32px;
  border: 2px dotted var(--primary-color);
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #ff5821;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff5821;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff7e54;
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.4s;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
	color: var(--second-color) !important;;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #473d3a;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #989595;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #656262;
}

.team .member:hover .social {
  opacity: 1;
}
/*------------------------------------
15.	#Read More CSS
--------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 200px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #ff5821;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #ff5821;
}

.services .icon-box:hover .icon i {
  color: #ff5821;
}

.services .icon-box:hover .title a {
  color: #ff5821;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 110px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.services .icon {
  background: var(--primary-color);
}

.services .icon-box:hover .icon {
  border: 2px solid var(--primary-color);
}

.services .icon-box:hover .icon i {
  color: var(--primary-color);
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0px !important;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0px !important;
} 

/*--------------------------------------------------------------
	#Footer CSS - 0.1.9 
--------------------------------------------------------------*/
#footer {
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	background: var(--light-black-color4);
	padding: 0;
	color: var(--light-white-color); 
	font-size: 12px;
	border-bottom: 5px groove var(--primary-color);	
	background-image: 
	linear-gradient(
		rgba(0, 0, 0, 0.9), 
		rgba(0, 0, 0, 0.9)
		),
	url('assets/img/defaultBanner2.jpg');
}
.sub-footer {
	background-color:  var(--black-color);; 
	opacity: 0.9;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	color: var(--white-color);
}
#footer .footer-top { 
	padding: 70px 0 30px 0;
}
#footer .footer-top .footer-info img {
	margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
		margin-bottom: 8px;
}
#footer h4 {
	font-weight: bold;
    font-size: 15px;
	color: var(--light-black-color1);
	position: relative;
	padding-bottom: 5px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
} 
#footer .footer-top .footer-info ul li {
	margin-bottom: 8px;
}
#footer .footer-top .footer-activities ul li {
	margin-bottom: 18px;
}
#footer .footer-top .social-links a{
	font-size: 18px;
	display: inline-block;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	transition: 0.3s;
	background-color: var(--white-color);
	color: var(--primary-color) !important;
}  
#footer .copyright  {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
}
#footer .copyright p{
	margin: 0;
	color: var(--gray-color3);
}
#footer .copyright p {
	text-align: left;
}
#footer .copyright-sub {
		margin-right: 0px;
	}
#footer .copyright-sub p {
	text-align: right;
}
@media only screen and (max-width: 768px) {
	#footer .copyright-sub {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#footer .copyright p {
	text-align: center;
	}
	#footer .copyright-sub p {
	text-align: center;
}
}
@media (max-width: 768px){
	.mobile-text-center {
		text-align: center !important;
	}
	.fl-space {
		padding-left: 25px;
	}
}
.list-unstyled {
	text-align: left !important;
}
/*------------------------------------
#5 Social CSS
--------------------------------------*/
.facebook a{
	color: var(--white-color) !important;
}
.twitter a {
	color: var(--white-color) !important;
}
.instagram a{
	color: var(--white-color) !important;
}
.googleplus a{
	color: var(--white-color) !important;
}
.youtube a{
	color: var(--white-color) !important;
}
.linkedin a{
	color: var(--white-color) !important;
}
.whatsapp a{
	color: var(--white-color) !important;
}
.soundcloud a{
	color: var(--white-color) !important;
}
.reverbnation a{
	color: var(--white-color) !important;
}
.audiomack a{
	color: var(--white-color) !important;
}
.facebook a:hover{
	color: var(--facebook-color)!important;
}
.twitter a:hover {
	color: var(--twitter-color)!important;
}
.whatsapp a:hover {
	color: var(--whatsapp-color)!important;
}
.instagram a:hover{
	color: var(--instagram-color)!important;
}
.googleplus a:hover{
	color: var(--googleplus-color)!important;
}
.youtube a:hover{
	color: var(--youtube-color)!important;
}
.linkedin a:hover{
	color: var(--linkedin-color)!important;
}
.soundcloud a:hover{
	color: var(--soundcloud-color)!important;
}
.reverbnation a:hover{
	color: var(--reverbnation-color)!important;
}
.audiomack a:hover{
	color: var(--audiomack-color)!important;
}
.facebook-icon a{
	color: var(--gray-color4) !important;
}
.twitter-icon a{
	color: var(--gray-color4) !important;
}
.whatsapp-icon a{
	color: var(--gray-color4) !important;
}
.instagram-icon a{
	color: var(--gray-color4) !important;
}
.googleplus-icon a{
	color: var(--gray-color4) !important;
}
.youtube-icon a{
	color: var(--gray-color4) !important;
}
.linkedin-icon a{
	color: var(--gray-color4) !important;
}
.soundcloud-icon a{
	color: var(--gray-color4) !important;
}
.reverbnation-icon a{
	color: var(--gray-color4) !important;
}
.audiomack-icon a{
	color: var(--gray-color4) !important;
}
.facebook-icon a:hover{
	color: var(--facebook-color)!important;
}
.twitter-icon a:hover{
	color: var(--twitter-color)!important;
}
.whatsapp-icon a:hover{
	color: var(--whatsapp-color)!important;
}
.instagram-icon a:hover{
	color: var(--instagram-color)!important;
}
.googleplus-icon a:hover{
	color: var(--googleplus-color)!important;
}
.youtube-icon a:hover{
	color: var(--youtube-color)!important;
}
.linkedin-icon a:hover{
	color: var(--linkedin-color)!important;
}
.soundcloud-icon a:hover{
	color: var(--soundcloud-color)!important;
}
.soundcloud-icon a:hover{
	color: var(--soundcloud-color)!important;
}
.audiomack-icon a:hover{
	color: var(--audiomack-color)!important;
}
/* -----------------------------
    5. SERVICE AREA
------------------------------- */
.service-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.service-content h2::after {
    border-bottom: 1px dashed rgb(243, 156, 18);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.service-catalouge-content-area {
    background: rgba(0, 0, 0, 0) url("assets/img/whyus_bg.png") no-repeat scroll center center / contain;
    position: relative;
}

.catalouge-content {
    background: rgba(8, 28, 161, 0.9) none repeat scroll 0 0;
    color: var(--white-color);
    padding: 30px; 
}

.catalouge-content h3 {
    color: var(--white-color);
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.catalouge-content h3::after {
    border-bottom: 1px dashed;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.catalouge-content .read-more:hover,
.catalouge-content .read-more:focus {
    background: var(--white-color) none repeat scroll 0 0;
    color: var(--primary-color);
}

.catalouge-content ul {
    margin-top: 40px;
}

.catalouge-content ul li {
    margin-bottom: 15px;
}

.catalouge-content ul li i {
    margin-right: 15px;
}
.area-title {
    margin-bottom: 20px;
    position: relative;
}
.area-title h2 {
    display: inline-block; 
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 25px;
    position: relative;
}
.area-title h2::before,
.area-title h2::after {
    background: rgba(0, 0, 0, 0) url("assets/img/title-border.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
	left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
}
.area-title h2::after {
    background: var(--primary-color) none repeat scroll 0 0;
    height: 5px;
    width: 50px;
}
/*-------------------------------------------------------------
	#Profile/ CSS - 0.1.9
--------------------------------------------------------------*/
.about-me:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.relative {
	position: relative;
}
.lined-head {
    position: relative;
    padding-left: 62px;
}
.lined-head:before {
	background: var(--primary-color);
    position: absolute;
    content: close-quote;
    height: 2px;
    width: 40px;
    left: 0;
    top: 50%;
}
.experience li {
    padding-left: 86px;
    position: relative;
}
.experience li .dates {
    position: absolute;
    left: 0;
    top: 2px;
}
.experience li:not(:last-child) {
    margin-bottom: 30px;
}
.about-image {
    max-width: 474px;
}
.about-image img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s;
}
.user-exprnce {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.user-exprnce h1 {
	text-shadow: 0.1px 0.1px var(--white-color);
	font-size: 85px;
	margin-left: 13px;
}
.user-exprnce h4 {
	text-shadow: 1px 1px var(--black-color);
	margin-left: 20px;
}
.introHighlight {
    border-left: 4px solid var(--primary-color);
    position: relative;
	padding-left: 10px;
}
.introHighlight:before {
    position: absolute;
    content: close-quote;
    width: 4px;
    bottom: 0;
    left: 0;
    top: 0;
}
.dotList li {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    position: relative;
    padding-left: 25px;
}
.dotList li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f192";
    position: absolute;
    left: 0;
    top: 0px;
	color: var(--primary-color);
}
.ruthList li {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    position: relative;
    padding-left: 25px;
}
.ruthList li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f192";
    position: absolute;
    left: 0;
    top: 0px;
	color: var(--primary-color);
}
.imgHover img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	transition: all 1s;
}
.imgHover img:hover {
	transition: all 1s;
	margin: 1rem !important;
	border-radius: 10px;
}
.accordion-button {
	color: var(--primary-color);
}
.accordion-button:not(.collapsed) {
	color: var(--primary-color);
	background-color: var(--gray-color1);
}
.accordion-button:focus {
	border-color: var(--primary-color) !important;
}
.accordion-button:focus {
	border-color: var(--primary-color) !important;
}
#profiles {
  padding: 60px 0 30px 0;
}
#profiles .profile {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#profiles .profile .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#profiles .profile .details h3 {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 5px;
}
#profiles .profile .details p {
  color: var(--white-color);
  font-size: 12px;
  margin-bottom: 5px;
}
#profiles .profile .details .social {
  height: 30px;
}
#profiles .profile .details a {
  color: var(--primary-color) !important;
}
#profiles .profile .details a:hover {
  color: var(--white-color) !important;
}
#profiles .profile:hover .details {
  bottom: 0;
}
#profiles-details {
  padding: 60px 0;
}
#profiles-details .details h2 {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#profiles-details .details .social {
  margin-bottom: 10px;
}
#profiles-details .details .social a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}
#profiles-details .details p {
  font-size: 16px;
  margin-bottom: 10px;
}
.profile:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s;
}