/*** General CSS ***/
body {
    line-height: 1.9em;
}
/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
  	box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #000000;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #000000;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
    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: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Slider */
.slider-bg {
    width: 650px;
    height: 320px!important;
    background: #fff;
    position: absolute;
    display: inline-block;
    min-height: 200px!important;
}
.slider-img-bottom {
	width: 100%!important;
	left: 0!important;
    right: 0;
    bottom: 0;
}
.slider-img-bottom img {
	width: 100%!important;
}
.slider .tparrows.preview1 {
	left: 0!important;
	bottom: 0!important;
	top: initial!important;
	width: 62px!important;
	height: 62px!important;
	background: #fff;
}
.slider .tparrows.tp-rightarrow {
	left: 62px!important;
}
.slider .tparrows.preview1:after {
	width: 62px!important;
	height: 62px!important;
	font-size: 20px!important;
	line-height: 62px!important;
}
.slider .tp-leftarrow:after {
	color: #000!important;
}
.slider .tp-arr-allwrapper {
	position: relative;
}
.slider-btn a:hover {
	color: #adadad;
}

/* Button */
.btn-primary:hover {
    border-color: #000;
    background-color: #000;
}

/* About */
.about-title {
    position: relative;
}
.about-title:after {
    content: "";
    bottom: -20px;
    width: 36px;
    height: 3px;
    left: 0;
    position: absolute;
    display: inline-block;
}
.about-title .sppb-addon-content {
    font-weight: 600;
}
.about-right .clearfix:nth-child(n+2) {
    float: left;
    width: 33.3%;
}

/* Service */
.service-item .sppb-addon-text {
    max-width: 75%;
}

/* Project */
.title-content h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
    color: rgb(0, 22, 89);
    letter-spacing: -2px;
    margin-bottom: 25px;
}
.title-content p {
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(86, 89, 105);
}
.project-img-pen {
	position: absolute;
    bottom: 48px;
    right: 20px;
}

/* Portfolio */
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    position: relative;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .75!important;
}

/* Offer */
.offer .sppb-row {
	position: relative;
}
.offer .sppb-row:before {
	content: "";
	position: absolute;
	top: -7%;
	right: 0;
	width: 75%;
	height: 114%;
	background: url(../images/offer.png);
}

/* Contact */
.contact {
	overflow: hidden;
}
.contact-content h2,
.contact-content p {
	color: #fff;
}
.contact-img {
	position: absolute;
	bottom: -650px;
	z-index: -1;
}
.contact .btn-2 {
	background: rgb(9, 49, 111);
}
.contact-left .clearfix:nth-child(2) {
	display: inline-block;
    margin-right: 15px;
}
.contact-left .clearfix:nth-child(3) {
	display: inline-block;
}

/* Feature */ 
.feature .sppb-section-title {
    margin-bottom: 80px!important;
}
.feature .sppb-title-subheading {
    line-height: 40px;
    max-width: 850px;
}
.feature-button {
    background: none;
    border: 0;
    font-size: 12px;
    padding: 0;
    position: relative;
}
.feature-button:hover {
    background: none;
}
.feature-button:before {
    border-top: 1px solid;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    left: -100%;
    top: 50%;
    width: 90%;
    opacity: .2;
}

/* Step */
.step .sppb-panel-title {
	font-size: 26px;
	color: #fff;
    font-weight: 400;
}
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
	background: none;
	border:	0;
}
.sppb-panel-group {
    position: relative;
}
.sppb-panel-modern .sppb-panel-body {
	border:	0;
}
.sppb-panel-heading {
	padding: 30px 20px 20px 0!important;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.sppb-panel-heading.active .sppb-panel-title {
	padding-bottom: 10px;
    opacity: 1;
    border-bottom: 2px solid;
    padding-left: 45px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.sppb-panel-collapse {
	padding: 0 20px 30px;
}
.sppb-panel-modern .sppb-panel-heading {
    position: absolute;
    z-index: 2;
    top: 100px;
    left: -100px;
}
.sppb-panel-heading .sppb-toggle-direction {
    display: none;
}
.sppb-panel-modern:nth-child(2) .sppb-panel-heading {
    top: 160px;
}
.sppb-panel-modern:nth-child(3) .sppb-panel-heading {
    top: 220px;
}
.sppb-panel-modern:nth-child(4) .sppb-panel-heading {
    top: 280px;
}
.sppb-panel-modern:nth-child(5) .sppb-panel-heading {
    top: 340px;
}
.sppb-panel-modern:nth-child(6) .sppb-panel-heading {
    top: 400px;
}
.sppb-panel-modern:nth-child(7) .sppb-panel-heading {
    top: 360px;
}
.sppb-panel-modern:nth-child(8) .sppb-panel-heading {
    top: 420px;
}

/* Counter */
.counter .clearfix {
    background-position: center;
}
.counter-item {
    padding-top: 40px;
}
.counter-item h4 {
    font-size: 32px;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Plan */
.plan-item {
	width: 100%;
    background-color: #fff;
    border: 1px solid #e8e8e9;
    border-bottom: 4px solid #ff5e14;
    padding: 50px;
}
.plan-item.mid {
	padding: 80px 50px;
    background-color: #00235a;
    border: 1px solid #00235a;
    border-bottom: 4px solid #00235a;
    box-shadow: -32px 32px 75px 0 rgba(0,0,0,.3);
    -moz-box-shadow: -32px 32px 75px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: -32px 32px 75px 0 rgba(0,0,0,.3);
    color: #fff;
}
.plan-item.mid h4.sppb-addon-title,
.plan-item.mid .prices * {
	color: #fff!important;
}
.plan-item ul {
	padding-left: 0;
}
.plan-item ul li {
	list-style: none;
}
.plan-item .prices {
    position: relative;
    margin-top: -3px;
    display: inline-block;;
}
.plan-item .price {
    color: #001659;
    font-size: 80px;
    line-height: 1em;
    letter-spacing: -.01em;
    font-weight: 800;
}
.plan-item .value {
    position: relative;
    vertical-align: super;
    top: -1px;
    font-size: 48px;
    line-height: 1em;
    font-weight: 600;
    color: #001659;
}
.plan-item .mark {
    position: relative;
    display: block;
    margin: 46px 0 0;
    font-size: 12px;
    line-height: 2.33em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #565969;
    background: none;
}
.plan-item .prices * {
	float: left;
}
.plan-item .content {
	clear: left;
	margin: 15px 0 40px;
}
.plan-item .content ul li {
    margin: 0;
    padding: 0 30px 0 0;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
}
.plan-item .content ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 16px;
    margin: 5px 15px 0 0;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.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%);
}
.blog .jm-category-module.default .jmm-intortext {
    color: #000;
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    width: 31%;
    margin: 1%;
  	background: #fff;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
.bottom-top .bottom-sp {
    border-bottom: 1px solid #363636!important;
}
.bottom-top .bottom-top-btn {
    font-size: 13px;
    padding: 9px 34px;
    line-height: 25px;
    text-transform: uppercase;
    border: 2px solid transparent;
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 0;
}
.bottom-top .bottom-top-btn:hover {
    background: #fff;
    color: #000;
}
#sp-footer a, #sp-bottom a {
    font-weight: 600;
}

/* Footer Copyright */
#sp-footer {
    border-top: 1px solid #1d263f;
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
	.sp-menu-full.container {
    	width: 1000px;
	}
}
/* 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;
        background: #000;
	}
  	.slider-colum-right .sppb-column-addons {
    	left: 0px;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.event-tag .sppb-tab-content ul li {
    	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,
.about-title:after {
 	background-color: var(--background-color) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.about-title h6, .sppb-panel-heading.active .sppb-panel-title {
  	color: var(--text-color) !important; 
}
.plan-item, .sppb-panel-heading.active .sppb-panel-title {
  	border-color: var(--text-color) !important;
}
