/*** 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;
	border-bottom: 1px solid #FFFFFF1F;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
	background: #0b1061;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #095dbd;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
}
body:not(.home) #sp-header {
    background: #0b1061;
    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;
}

/* 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: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #0b1061;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 13px 40px;
    font-size: 16px;
    font-weight: 600;border-radius: 30px;
    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: #fff;
	border-color: #fff;
	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;
	color: #0b1061;
}
.title.white h2 {
  	color: #fff;
}
.title h3 {	
	letter-spacing: 2px;
}

/* Bg-Header */
.bg-header {
    background-image: radial-gradient(at top left, #0b1061 0%, #087ce3 100%);
}
.bg-header .sppb-row-overlay {
    background-image: url('../images/appa-img25.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shape-item h3, .shape h3 {
    display: block;
}

/* Slider */
#slider {
	margin-top: -150px !important;
  	background-image: radial-gradient(at top left, #0b1061 0%, #087ce3 100%);
}
.slider > .sppb-row-overlay {
    background-image: url('../images/appa-img41.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-item h3 {
	letter-spacing: 2px;
}
.slider-item h1 {
	font-size: 52px;
	font-weight: 600;
	margin-bottom: 30px;
}
.slider-btn .btn.white {
    margin-left: 30px;
}
.slider-btn .btn.white {
  	border-color: #fff;
    color: #fff !important;
}

/* Services */
.services .clearfix {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    transform: translate(0);
}
.services .clearfix:hover {
  	transform: translateY(-20px);
}
.services-item a {
	margin-top: 15px;
}
.services-item h1 {
    font-size: 60px;
    font-weight: 600;
    color: #d9d9d9;
    position: absolute;
    top: 35px;
    right: 40px;
}

/* 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;
}
.check-list p {
	letter-spacing: 1px;
}

/* About */
.about-item .left, .about-item .right {
	width: 50%;
	float: left;
}
.about-item .left {
	border-right: 2px solid #ff9222;
}
.about-item .right {
	padding-left: 40px;
}
.about img {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about img:hover {
  	opacity: .85;
}
.about-item em {
	color: #ff9222;
	padding-right: 2px;
}
.about-item strong {
	display: none;
}
.about-item h3 {
	float: left;
	width: 30%;
	font-weight: 600;
	font-size: 40px;
}
.about-item .about-left-content {
	float: left;
	width: 70%;
}
.about-item p {
	margin-bottom:6px;
}

/* CheckOut */
#checkout {
    z-index: 2 !important;
}
.checkout img {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.checkout img:hover {
  	opacity: .85;
}
.checkout .sppb-row.sppb-no-gutter {
	background-image: radial-gradient(at top left, #0b1061 0%, #087ce3 100%);
	border-radius: 25px;
}
.checkout-colum .clearfix:nth-child(2), .checkout-colum .clearfix:nth-child(3) {
    display: inline-block;
    margin-right: 10px;
}
#checkout2 .sppb-row.sppb-no-gutter {
	background: #fff;
    background-image: url(../images/appa-img25.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
  	box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
	position: relative;
	top: -150px
}

/* Video */
.video {
    min-width: 70px;
    min-height: 70px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    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: transparent;
	color: #0b1061;
}
.sppb-panel-modern {
    background: transparent;
    border: none; 
	box-shadow: 0px 0px 13px -4px rgb(0 0 0 / 10%);
}
.sppb-panel-modern>.sppb-panel-heading.active {
	border-radius: 30px 30px 0px 0px;
}
.sppb-panel-modern>.sppb-panel-heading .sppb-panel-title {
	font-size: 18px !important;
	font-weight: 600;
}
.sppb-panel-body {
    border-top: none;
}
.sppb-panel-body {
    padding: 15px;
    border-top: none;
}

/* Gallery */
.gallery-colum .clearfix:last-child {
    background-size: 48% auto;
    background-position: 20px -110px;
}

/* Pricing */
.pricing .sppb-row-overlay, #faqs2 .sppb-row-overlay {
    background-image: url('../images/appa-img30.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}
.pricing-item h2 {
    font-size: 60px;
    font-weight: 600;
    padding: 20px 0;
    color: #0b1061;
    margin: 0;
}
.pricing-item .btn {
    margin-top: 20px;
}
.pricing-item.center {
	border-radius: 20px;
	border: 3px solid;
	background: transparent;
}
.pricing-item {
    border: 3px solid transparent;
    padding: 50px;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pricing-item.first {
	border-radius: 25px 0px 0px 25px;
}
.pricing-item.last {
	border-radius: 0px 25px 25px 0px;
}
.pricing-item i {
	height: 130px !important;
	width: 130px !important;
    line-height: 130px !important;background-image: url(https://wpdemo.agethemes.com/wordpress/at-tracker/wp-content/uploads/2022/04/appa-img27.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Shape */
.shape .elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shape svg {
  	height: 50px;
    width: 100%;
}
.shape .elementor-shape .elementor-shape-fill {
    fill: #fff;
}
.shape .shape-item .elementor-shape .elementor-shape-fill {
    fill: #f8f8f8;
}

/* Team */
.team > .sppb-row-overlay {
  	background-image: url('../images/appa-img31.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.15;
}
.team-item .shrewd_solution_icon ul, .team-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
	margin: 0;
}
.team-item .shrewd_solution_icon {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 20%;
	opacity: 0;
	-webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.team-item:hover .shrewd_solution_icon {
	bottom: 30%;
	opacity: 1;
}
.team-item .shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 38px;
    color: #fff !important;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #344143;
}
.team-item .shrewd_solution_icon ul li a:hover {
	color: #fff !important;
  	background: #344143;
}
.team-item .shrewd_solution_icon strong {
    display: none;
}
.team-item {
    box-shadow: 5px 10px 30px -10px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 25px;
}
.team-item p {
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
}
.team-item .sppb-img-container {
    position: relative;
	border-radius: 25px;
}
.team-item .sppb-img-container img {
	border-radius: 25px;
}
.team-item .sppb-img-container:before {
    position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	border-radius: 25px;
	height: 0%;
	width: 100%;
	opacity: 0;
    background-image: radial-gradient(at top left, #0B10619E 0%, #087CE3AD 100%);
	-webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.team-item:hover .sppb-img-container:before {
	height: 100%;
	opacity: 1;
}

/* Feature */
.feature {
    background-image: radial-gradient(at top left, #0b1061 0%, #087ce3 100%);
}
.feature .sppb-row-overlay {
    background-image: url('../images/appa-img25.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature img {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.feature img:hover {
  	opacity: .85;
}

/* Testimonials */
.testimonials .sppb-row-overlay {
    background-image: url('../images/appa-img1.png');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}
.testimonials-item {
	position: relative;
}
.testimonials-item img {
  	position: absolute;
    top: -70px;
    border-radius: 50%;
    left: -50px;
    -webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    transform: translate(0);
}
.clearfix:hover .testimonials-item img {
   transform: translate(20px, 0px);
}
.testimonial-item {
	position: relative;
}
.testimonial-item .sppb-addon-testimonial-review img {
    position: absolute;
    right: 0px;
    bottom: -10px;
}

/* Screenshots */
.screenshots >  .sppb-row-overlay {
	background-image: url('../images/appa-img33.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: 0.25;
}

/* Counter */
.counter .sppb-row.sppb-no-gutter {	
    background-position: center center;
    background-repeat: no-repeat;
	padding: 50px 10px 0px;
    background-size: cover;
	position: relative;
	background-image: radial-gradient(at top left, #0b1061 0%, #087ce3 100%);border-radius: 20px;
}
.counter .sppb-row.sppb-no-gutter:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/appa-img25.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-item h1 {
	font-size: 60px;
	font-weight: 600;
	padding: 5px 0;
}
.counter-img .sppb-img-responsive {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.counter-img .sppb-img-responsive:hover {
  	transform: rotateZ(15deg);
}

/* Client */
.client .sppb-row.sppb-no-gutter {
    box-shadow: 0px -20px 25px 20px rgb(0 0 0 / 2%);
    padding: 50px;
    border-radius: 10px;
	background: #fff;
}

/* Blog */
.blog .sppb-row-overlay, #faqs1 .sppb-row-overlay {
    background-image: url('../images/appa-img29.png');
	background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
	opacity: 0.1;
}
.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;
}
.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;
  	background-image: radial-gradient(at top left, #0b1061 0%, #087ce3 100%);
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
	padding-left: 15px;
	border-left: 3px solid;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom1 .sp-module ul>li {
    display: inline-block;
    margin-right: 25px;
    font-size: 17px;
}
#sp-bottom4 a {
    display: inline-block;
}
#sp-bottom4 img {
    width: 150px;
}

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

/* 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,
.btn.white:hover, .team-item .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, .btn:hover, .btn.white, .services-item i,
.title h3, .pricing-item.center h2, .team-item p, .counter-item i,
.sppb-panel-modern>.sppb-panel-heading.active .sppb-panel-title, #sp-bottom3 span {
  	color: var(--text-color);
}
.pricing-item:hover,
.btn, .btn.white:hover, .btn.white, .pricing-item.center, .pricing-item.center .btn:hover,
button.btn.btn-primary.validate, #sp-bottom .sp-module .sp-module-title {
  	border-color: var(--text-color);
}
