/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** 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: none;;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
}
#sp-header .container-inner {
    border-top: 1px solid #EAEAEA;
}
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.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: 30px;
    
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #ffbc0a !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: #222;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;border-radius: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
  	border: none;
	display: inline-block;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .btn.color {
	background: #FFBC0A;
	color: #fff;
}
.btn.white {
	background: transparent;
	border-color: #fff;
}
.btn.white:hover {
	color: #fff;
}

/* Title */
.title h2 {
    font-weight: 500;
	font-size: 45px;
	margin: 20px 0;
}
.title.white h3 {
	color: #fff;
}
.title.white h3:before {
	background: #fff;
}
.title h3 {
	letter-spacing: 3px;
	font-weight: 600;
	position: relative;
	padding-left: 50px;
}
.title h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto 0;
	height: 1px;
	width: 30px;
}
.title h1 {
	font-size: 55px;
	font-weight: 600;
	margin: 25px 0;
}
.title h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 25px 0;
}

/* Intro */
.intro .sppb-row.sppb-no-gutter {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
  	background-color: #fff;
}
.intro-item {
    padding: 10px 25px 50px;
}
.intro-item i {
	color: #ffbc0a;
	height: 100px !important;
	width: 100px !important;
	line-height: 100px !important;
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.intro-item:hover i {
	background-color: #ffbc0a;
}

/* About */
.about-img1 img, .about-img2 img {
	border-radius: 50%;
}
.about-img2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	border-radius: 50%;
	border: 20px solid #fff;
}
.about-img3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.about-item i {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    box-shadow: 0px 0px 20px 0px #ffbc0a66;
    background: #ffbc0a;
    border-radius: 50%;
    transform: rotate(0deg);
}
.about-colum .clearfix:first-child {
    width: 100%;
}
.about-colum .clearfix {
    width: 50%;
  	float: left;
}
.about-number {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.about-number {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    background-image: url('../images/experience-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px;
  	position: absolute;
    right: 0;
  	bottom: 0;
}
.about-number h1 {
    font-size: 46px;
}

/* 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;
}

/* Counter */
.counter-item {
	position: relative;
	padding-bottom: 30px;
}
.counter-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url('../images/circle-pattern-2.png');
	background-repeat: no-repeat;
}
.counter-item h1 {
	font-size: 60px;
}
.counter-item h5 {
	font-size: 22px;
	color: #FFBC0A;
	font-weight: 600;
}

/* Choose */
.choose-img {
	position: absolute;
	bottom: -38px;
	left: -38px
}

/* Video */
.choose-colum .clearfix:first-child {
	position: relative;
}
.choose-colum .clearfix:first-child:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	border-radius: 15px;
	background: rgb(0 0 0 / 50%);
	height: 100%;
	width: 100%;
}
.video {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #0A0B0F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
	z-index: 1;
}
.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 #21C063;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 999;
}
.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
    }
}

/* Services */
.services:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 25%;
	width: 100%;
	background: #E8F6F1;
}
.services .sppb-col-md-4 {
	margin-bottom: 40px;
}
.services-item {
  	position: relative;
}
.services-item i {
    height: 100px !important;
    width: 100px !important;
    line-height: 100px !important;
    border-radius: 50%;
    background: #fff;
}
.services-item h3 {
    box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 30px;
    margin: 0 30px 30px !important;
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sppb-column:hover .services-item h3 {
	box-shadow: none!important;
}
.services-img {
    position: absolute;
    top: 40px;
    right: -30px;
    z-index: 1;
    transform: rotate(41deg);
}

/* Team */
.team-item .sppb-media-content {
    position: absolute;
    width: 100%;
	opacity: 0;
    bottom: 23%;
	transition: .3s ease-in-out;
}
.team-item:hover .sppb-media-content {
	bottom: 38%;
	opacity: 1;
}
.team-item .sppb-media-content p {
	color: #ffbc0a;
}
.team-item .sppb-img-container img {
	border-radius: 30px;
}
.team-item, .team-item .sppb-img-container {
	position: relative;
}
.team-item .sppb-img-container:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background-color: #1DA678D4;
	height: 0%;
	width: 100%;
	border-radius: 30px;
	transition: .4s ease-in-out;
	opacity: 0;
}
.team-item:hover .sppb-img-container:before {
	height: 100%;
	opacity: 1;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
	margin: 0 !important;
}
.shrewd_solution_icon ul li a {
    font-size: 15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: 1px solid;
    background: transparent;
}
.shrewd_solution_icon ul li a:hover {
	background: #ffbc0a;
	border-color: #ffbc0a;
}
.shrewd_solution_icon strong {
    display: none;
}
.team-img {
	transform: rotate(180deg);
}
.team-img {
    transform: rotate(180deg);
    position: absolute;
    bottom: -320px;
    z-index: -1;
}

/* Testimonials */
.testimonials-img img {
    border: 5px solid #fff;
    border-radius: 50%;
}
 
/* FAQs */
.sppb-panel-modern {
    border: none;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 30px;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
    color: #000;
}
.sppb-panel-modern>.sppb-panel-heading.active {
    color: #fff;
	border-radius: 30px 30px 0 0;
}
.sppb-panel-title {
    font-size: 16px;
}

/* Blog */
.faqs .title h3, .blog .title h3 {
	padding-left: 0;
}
.blog .title h3:before, .faqs .title h3:before {
	content: none;
}
.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: 16px;	
}
#sp-bottom p {
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 10px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 0;
	padding-left: 40px;
    position: relative;
}
#sp-bottom .sp-module .sp-module-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto 0;
	height: 1px;
	width: 30px;
	background: #fff;
}
#sp-bottom span {
    padding-right: 10px;
	font-size: 14px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom .shrewd_solution_icon {
    margin-top: 20px;
}
#sp-bottom .shrewd_solution_icon ul li a {
    background-color: #00000026;
    border: none;
    line-height: 36px;
}
#sp-bottom3 ul {
	float: left;
	width: 50%;
}
#sp-bottom h2 {
    margin-bottom: 13px;
}

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

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

/* Mobile Standard Layout */
@media (max-width: 991px) {
  	section#process {
    	padding-top: 90px !important;
	}
    .about-colum .clearfix {
    	width: 100%;
  	}
  	.services .sppb-col-md-4, .business .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	.choose-colum .clearfix {
    	width: 100%;
	}
}

/* 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, .intro-item i, .title h3:before, .video, .sppb-panel-modern>.sppb-panel-heading.active,
.sp-megamenu-parent>li:last-child>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, .title.color h3, .timeline .timeline-icon i,
.check-list em, .intro-item:hover i, .title h3, .services-item i {
  	color: var(--text-color);
}
.btn, .video a:before {
  	border-color: var(--text-color);
}