hr { 
  border-color: #000000 !important;

}

#sp-header {
	height: unset;
	left: 0;
	position: absolute;
	background: transparent;
	top: 64px;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding: 0px 0px;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

#sp-footer .container-inner {
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}



#sp-header.header-sticky {
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	top: 0;
	animation-name: menu_sticky;
	animation-duration: 0.80s;
	animation-timing-function: ease-out;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;	
}

@-webkit-keyframes menu_sticky {
    0%   {margin-top:-180px;}
    50%  {margin-top: -150px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-180px;}
    50%  {margin-top: -150px;}
    100% {margin-top: 0;}
}

#sp-header .container {
     background: #fff;
	 opacity: 0.95;
	 border-left: 1px solid #d5d3d4;
	 border-bottom: 4px solid #d5d3d4;
	 border-right: 1px solid #d5d3d4;
	 border-top: 1px solid #d5d3d4;
}

@media (max-width: 1200px) {
	#sp-header {
	left: 0
	position: relative;
	top: 0;
 }
}

#sp-left .sp-module ul>li>a, 
#sp-right .sp-module ul>li>a { line-height: 20px!important; }

#sp-left .sp-module-title::after, #sp-right .sp-module-title::after {
    height: 2px;
    width: 70px;
    background: #e1e1e1;
    display: block;
    margin: 17px 0 0 0;
    content: " ";
}

#sppb-addon-1563627261740 .sppb-articles-scroller-introtext{
    display: none;
}
 
#sp-header .logo {
    height: 70px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	margin: 0;
	position: relative;	
	color: #252525;
	text-align: center;
	letter-spacing: 0px;
	font-size: 14px;
	text-transform: uppercase;	
	line-height: 70px;
	border-left: 1px solid #d5d3d4;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
box-shadow: none;
}
.sp-megamenu-wrapper .sp-dropdown-mega.sp-menu-left .sp-dropdown-inner {
    padding: 28px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 14px;
	line-height: 1;
	display: block;
	cursor: pointer;
	position: relative;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;	
}


.sp-page-title {
	padding: 230px 0 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

@media (max-width: 767px) {
.sp-page-title {
	padding: 100px 0 20px;
}

 }

.sp-page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.45);
}

.sp-page-title .sp-page-title-heading {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.sp-page-title .breadcrumb {
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
	position: relative;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li > a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sp-page-title .breadcrumb > .active {
	color: #fff;	
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 15px;
	font-size: 18px;
	font-weight: 400;
}

.sp-page-title .breadcrumb > li > a:hover {color: #d5ac63;}


.sp-scroll-up,
.sp-scroll-up:hover {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 100px;
	width: auto;
	height: auto;
	line-height: 1.8em;
	text-align: center;
	font-size: 21px;
	color: #444;
	border-radius: 0;
	z-index: 1000;
	background: none;

}
.sp-scroll-up:after {
	content: "";
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	margin-left: 5px;
}

@media (max-width: 1400px) {
.sp-scroll-up,
.sp-scroll-up:hover {
right: 15px;
bottom: 58px;
  }	
 }

.error-page .error-code {
    color: #444;
}

.view-login .login, .view-registration .login, .view-login .registration, .view-registration .registration {
    padding: 50px;
    background-color: #eef2f8;
}

.com-content #sp-main-body {
    background-color: #eef2f8;
}

.view-article .article-details {
    background: #fff;
    padding: 20px;
	margin-top: -50px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px 5px rgba(0,0,0,.1);
}

.article-list .article {
    background: #fff;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #444;
    border-color: #444;

}

.page-item.active .page-link:hover {
 color: #fff;
}

.article-intro-image img{
transition: 0.6s ease;
}
.article-intro-image img:hover{
	transform: scale(1.2);
}





.pagination { margin: 0 -3px; }
.pagination > li { padding: 0 3px; }
.page-item:first-child .page-link,
.page-item:last-child .page-link { border-radius: 0; }
.page-link { padding: 15px 20px; }


.categories-module li { border-width: 0!important; }
.categories-module h4 { font: inherit; overflow: hidden; margin: 2px 0!important; }
.categories-module h4:before { content: "\f101"; float: left; margin: 0 9px 0 0; font-family: "fontawesome";}
.categories-module h4 a { float: left; }


.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    display: inline-block;
    font: 400 12px/32px "Roboto Condensed", sans-serif;
    margin: 0 10px 10px 0;
    overflow: visible;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0;
    padding: 3px 25px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 1000px;
    padding: 0px 10px 0px 0px;
}

.sp-megamenu-parent > li.menu-search > a span {
    font-size: 14px;
    width: 38px;
    height: 38px;
    border: 1px solid #252525; 
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    line-height: 34px;
    text-align: center;
    border-radius: 5%;
    margin: 0;
    color: #252525;
    border-color:    #d5d3d4;
    transition: all .3s ease;
    position: relative;
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 22px;
    color: #ffffff;
    position: relative;
	text-align: center;
}
.article-info > span {
    background: #f7f7f7 ;
    color: #9e9e9e;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 4px;
    padding: 3px 9px;
    transition: all 0.5s ease 0s;
}


.sp-page-title .sp-page-title-heading {
 font-size: 55px;
}

@media (max-width: 767px) {
.sp-page-title .sp-page-title-heading {
    font-size: 35px; 
  }
}

@media (min-width: 1400px) { 
.container, .com-sppagebuilder .sppb-row-container, .com-sppagebuilder .sppb-container {
	max-width: 1400px !important;
	width: 1400px !important;
	}

