/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}
body.view-article #sp-main-body,
body.com_spsimpleportfolio #sp-main-body {
    margin-top: 60px;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li > span {
  	/*color: #fff;*/
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 30px 0px 30px;
    color: #fff;
}
.sp-megamenu-parent>li:last-child>a {
    font-weight: 500;
    border-radius: 0;
    background: #14305d;
    line-height: 45px;
    border-radius: 10px;
    margin-left: 50px;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #14305d !important;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
  	border: 2px solid;
	display: inline-block;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	background-color: #005946;
	border-color: #005946;
	color: #fff;
	transform: translateY(-8px);
}
.btn.white {
	background: transparent;
}
.btn.white:hover {
	color: #fff;
}

/* Title */
.title h2 {
    font-weight: 600;
	font-size: 45px;
	margin: 20px 0;
}
.title.white h2 {
  	color: #fff;
}
.title h3 {	
	letter-spacing: 2px;
}

/* Slider */
#slider {
	margin-top: -90px !important;
}
.slider > .sppb-row-overlay {
    background-image: linear-gradient(110deg, #FFFFFF00 0%, #1C1E27 100%);
}
.slider-item h3 {
	letter-spacing: 2px;
}
.slider-item h1 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 85px;
}

/* Bg */
.bg-title {
	list-style-type: none;
	margin: 0;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
}
.bg-title li {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 8px;
	font-size: 16px;
}

/* Intro */
.intro-item {
    padding: 50px 40px 50px 40px;
    box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 25%);
    border-radius: 5px;
  	border-top: 5px solid;
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transform: translate(0);
}
.intro-item:hover {
	box-shadow: none;
	transform: translateY(20px);
}
.intro-item a {
	border-bottom: 1px solid;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.intro-item a:hover {
	transform: translateY(-5px);
}

/* Divider */
.divider.center {
    margin: 0 auto;
}

/* About */
.about-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  	border-radius: 5px;
}
.about-item2 {
    width: 300px;
    box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 25%);
    position: absolute;
    bottom: 0;
    -webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sppb-column:hover .about-item2 {
  	bottom: 29px;
}

/* Work */
.work-colum {
  	border-radius: 5px;
}
.work-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}
work-img:hover img {
  	opacity: .85;
}
.work p {
    width: 48%;
    float: left;
}
.work p.left {
    margin-right: 4%;
}

/* Check-list */
.check-list .left, .check-list .right {
	width: 50%;
	float: left;
}
.check-list strong {
	display: none;
}
.check-list em {
	padding-right: 10px;
	font-size: 15px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    cursor: pointer;
}
.check-list p:hover em {
	margin-right: 5px;
}
.check-list p {
	margin-bottom: 10px;
}

/* Client */
.client .sppb-row-overlay {
    background-image: url(../images/bg-worldmap.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

/* Services */
.services-item h3 {
	font-size: 18px !important;
	letter-spacing: 2px;
}
.services-item {
    padding: 50px 40px 50px 40px;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 25%);
    border-radius: 5px;
  	border-bottom: 3px solid;
	background: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-item:hover {
	box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 25%);
}
.services-item a {
	border-bottom: 1px solid;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-item a:hover {
	transform: translateY(-5px);
}
.ser-img1 {
    position: absolute;
    top: 0;
    right: -140px;
    width: 30%;
    z-index: -1;
}
.ser-img2 {
    position: absolute;
    top: 0;
    right: -40px;
    width: 30%;
}
/* Testimonials */
.testimonials .sppb-row-overlay, .bg-services .sppb-row-overlay {
    background-image: url('../images/slide2-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.testimonial-column .clearfix {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transform: translate(0);
}
.testimonial-column:hover .clearfix {
	box-shadow: none!important;
	transform: translateY(20px);
}

/* Choose */
.choose-img .sppb-addon-single-image-container {
  	overflow: hidden;
}
.choose-img .sppb-addon-single-image-container img {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.choose-img .sppb-addon-single-image-container:hover img {
  	transform: scale(1.1);
}

/* Team */
.team-item {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 25%);
	border-bottom: 3px solid;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item:hover {
	transform: translateY(-5px);
}

/* Questions */
.questions-item i {
    height: 45px !important;
    line-height: 45px !important;
    width: 45px !important;
    border-radius: 5px;
}

/* Video */
.video {
    min-width: 70px;
    min-height: 70px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0;
    border: 2px solid #C8693A;
	text-align: center;
    background: #C8693A;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 10px solid #C8693A;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.video a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* FAQs */
.faqs-colum .sppb-addon-single-image-container, .faqs-colum img {
    width: 100%;
}
.faqs-colum .clearfix:last-child {
    border-radius: 0px 25px 25px 25px;
	position: relative;
}
.sppb-panel-modern>.sppb-panel-heading {
	background: #7A7A7A1F;
	padding: 25px 50px 25px 25px;
}
.sppb-panel-modern {
    background: transparent;
    border: none; 
}
.sppb-panel-modern>.sppb-panel-heading .sppb-panel-title {
	font-size: 16px !important;
	font-weight: 500;
	color: #000;
}
.sppb-panel-body {
    border-top: none;
}
.sppb-panel-body {
    padding: 15px;
    border-top: none;
}

/* Blog */
.blog .sppb-row-overlay {
    background-image: url(../images/slide3-1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.11;
}
.blog .title h2 {
    padding-left: 15px;
    border-left: 4px solid;
}
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 20px 20px;
	box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
	border-radius: 0px 0px 10px 10px;
	background: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    padding: 13px 20px;
	border: 2px solid;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 30px;
	font-size: 15px;	
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
#sp-bottom .sp-module .sp-module-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background: #fff;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom1 .sp-module ul>li {
    display: inline-block;
    
    font-size: 17px;
}
#sp-bottom4 a {
    display: inline-block;
}
#sp-bottom4 img {
    width: 150px;
}
.shrewd_solution_icon ul {
	margin-top: 20px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 38px;
    color: #fff !important;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #344143;
}
.shrewd_solution_icon ul li a:hover {
	color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
  	width: 100%;
    position: relative;
    z-index: 1;
	border-top: 1px solid rgba(255,255,255,0.1);
}
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	.about-item1 {
    	left: 0;
	}
  	.feature .sppb-col-md-4 .clearfix {
    	margin: 0 !important;
	}
  	.work .sppb-col-md-8 {
    	padding-top: 80px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	.slider-btn .btn.white {
    	margin: 20px 0;
	}
  	.about-item .left {
    	border-right: none;
	}
  	.about-item .left, .about-item .right {
        width: 100%;
        padding: 0 !important;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, .btn,
.work-colum, .sp-megamenu-parent>li:last-child>a, ul.bg-title, .questions-item i, .shrewd_solution_icon ul li a {
 	background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, .slider-item h3, .intro-item a, .intro-item a:hover, .intro-item i, 
.title h3, .work-item i, .services-item i, .services-item a, .services-item a:hover, .check-list em, .testimonials-item 
.sppb-addon-text, .testimonials-item i, .sppb-panel-modern>.sppb-panel-heading.active .sppb-panel-title, 
.sppb-panel-modern>.sppb-panel-heading.active i, #sp-bottom .sp-module .sp-module-title, .support-item i,
.team-item i, .ser-item i, #sp-bottom span {
  	color: var(--text-color);
}
.btn, .intro-item, .blog .title h2, .team-item  {
  	border-color: var(--text-color);
}
.intro-item a:hover, .divider, .services-item a, .services-item a:hover, .services-item {
  	border-bottom-color: var(--text-color);
}
.divider {
  	border-bottom-color: var(--text-color) !important;
}