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

/*** Header Area ***/
/* Header Logo */
div#sp-logo {
    width: 25%;
    text-align: center;
}

/* Header Menu */
#sp-header .container {
	max-width: 100%;
	padding: 0;
}
#sp-menu {
	padding-left: 0;
}
.sp-megamenu-parent {
	display: flex!important;
	width: calc(100% - 75px);
      float: left;
}
.sp-megamenu-parent > li {
	flex: 1;
    text-align: center;
    border-right: 1px solid #e8e8e9;
}
.sp-megamenu-parent > li li {
	text-align: left;
}
.sp-megamenu-parent > li:last-child {
	border-right: 0;
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
	width: 100%;
  	padding: 0;
}
.sp-megamenu-parent > li > span:hover,
.sp-megamenu-parent > li > a:hover {
	background-image: url(../images/hover_menu.png);
    background-position: 520px 0;
    -webkit-transition: 15s linear;
    -o-transition: 15s linear;
    transition: 15s linear;
}
.sp-megamenu-parent > li li a {
	-webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
#sp-menu > .d-flex, .sp-megamenu-wrapper {
    display: inherit !important;
}
#offcanvas-toggler {
	position: relative;
	width: 80px;
	height: 80px;
    background: #f68e13;
  	padding: 28px;
}
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    float: initial;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 79px;
}
#sp-logo {
  	background: #f68e13;
}

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

/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    border: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .5s cubic-bezier(.49,.79,.17,.94);
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .5s cubic-bezier(.49,.79,.17,.94);
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .5s cubic-bezier(.49,.79,.17,.94);
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .5s cubic-bezier(.49,.79,.17,.94),-webkit-box-shadow .5s cubic-bezier(.49,.79,.17,.94);
    padding: 7px 38px;
    color: #fff;
  	cursor: pointer;
}
.btn:hover {
	color: #fff;
	box-shadow: rgba(255, 94, 20, 0.5) 0px 10px 20px 0px;
}

/* Title */
.sppb-section-title {
    padding-top: 75px;
}
.sppb-section-title .sppb-title-heading {
	text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -50px;
    z-index: 0;
    white-space: nowrap;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d2d2d4;
}
.sppb-section-title .sppb-title-subheading {
	font-weight: 700;
	position: relative;
	color: #001659;
}

/* Slider */
a.slider-btn {
  	color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    padding: 12px 30px !important;
    border-radius: 3px !important;
    border: none !important;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase !important;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    line-height: 50px;
    position: relative;
}
a.slider-btn:hover {
  	box-shadow: rgb(255 94 20 / 50%) 0px 10px 20px 0 !important;
}
a.slider-btn.right {
  	background: rgb(0, 35, 90)!important;
  	margin-left: 20px !important;
}

/* 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 */
.portfolio .clearfix:first-child {
    position: relative;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}
.portfolio .portfolio-btn {
	position: absolute;
    right: 0;
    top: -76px;
    color: #fff;
    background: none;
    border: 0;
}
.portfolio .portfolio-btn:hover {
	border: 0;
}
.portfolio .portfolio-btn i {
    margin-left: 8px!important;
    display: inline-block;
    padding: 16px 20px;
}
.portfolio .sppb-section-title .sppb-title-heading {
    -webkit-text-stroke-color: #1e3c6f;
}
.portfolio .sppb-section-title .sppb-title-subheading {
	color: #fff;
}

/* 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: -610px;
	z-index: -1;
}
.contact .btn-2 {
	background: rgb(9, 49, 111) !important;
}
.contact-left .clearfix:nth-child(2) {
	display: inline-block;
    margin-right: 15px;
}
.contact-left .clearfix:nth-child(3) {
	display: inline-block;
}

/* Feature */
.feature-item {
	padding: 30px 20px;
	border: 1px solid #e8e8e9;
	position: relative;
}
.feature-item:hover,
.feature-item:hover:after {
	background-color: #00235a;
}
.feature-item:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
}
.feature-item h4 {
    color: #001659;
    font-size: 26px;
}
.feature-item .sppb-addon-content a {
	padding: 8px 18px 11px;
    margin: 30px 0 10px;
    display: inline-block;
    font-size: 20px;
    border: 3px;
}
.feature-item:hover .sppb-addon-content a {
	color: #fff;
}
.feature-item:hover h5,
.feature-item:hover h4 {
	color: #fff!important;
}

/* Step */
.step .sppb-row {
	position: relative;
}
.step .sppb-row:before {
	content: "";
	position: absolute;
	top: -7%;
	right: 0;
	width: 75%;
	height: 114%;
	background: url(../images/offer.png);
}
.step .sppb-panel-title {
	font-size: 26px;
	color: #001659;
}
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
	background: none;
	border:	0;
}
.sppb-panel-modern .sppb-panel-body {
	border:	0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
	background: #fff;
}
.sppb-panel-heading {
	padding: 30px 20px 20px 34px!important;
}
.sppb-panel-heading.active {
	padding-bottom: 0!important;
}
.sppb-panel-collapse {
	padding: 0 20px 30px;
}
.sppb-panel-heading i {
	padding: 10px 18px 14px;
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
.sppb-panel-heading.active i {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.sppb-panel-heading i:before {
	content: "+";
	font-size: 18px;
}
.sppb-panel-heading.active i:before {
	content: "-";
	font-size: 18px;
}
.sppb-panel-heading.active i {
	transform: rotate(90deg);
	color: #fff;
}

/* Team */
.team .sppb-title-subheading {
	color: #fff;
}
.team .sppb-title-heading {
	-webkit-text-stroke-color: #1e3c6f;
}
.team-item .sppb-img-container {
	position: relative;
}
.team-item .sppb-img-container:before {
	content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,35,90,.9);
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 1;
}
.team-item:hover .sppb-img-container:before {
	opacity: 1;
}
.team-item h4 {
	font-size: 26px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 500;
}
.team-item ul {
	padding-left: 0;
	position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
}
.team-item ul li {
	list-style: none;
	display: block;
	text-align: right;
}
.team-item ul li a {
	display: inline-block;
    padding: 13px 16px 10px;
    border-radius: 3px;
}
.team-item ul li a.share {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.team-item ul li a.share:hover em {
	color: #fff!important;
}
.team-item ul li:nth-child(n+2) a {
	opacity: 0;
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
    pointer-events: none;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.team-item ul li:nth-child(3) a {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.team-item ul li:nth-child(4) a {
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.team-item ul li:nth-child(5) a {
    -webkit-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.team-item ul:hover li:nth-child(n+2) a {
    opacity: 1!important;
    -webkit-transform: translateX(0)!important;
    -ms-transform: translateX(0)!important;
    transform: translateX(0)!important;
    pointer-events: auto!important;
}
.team-item ul li strong {
	display: none;
}
.team-item ul li em {
	color: #fff;
	-webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

/* Counter */
.counter-item .sppb-addon-title {
	float: left;
}
.counter-item .sppb-addon-title h6 {
	line-height: 2em;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 14px;
    margin: 13px 0 -3px;
    text-transform: uppercase;
}
.counter-item .sppb-addon-title h3 {
	font-size: 40px;
}
.counter-content {
	padding-top: 30px;
}
.skill-box .skills-circle ul {
	margin-right: 20px;
	padding: 0;
	list-style-type: none;
}
.skill-box .skills-circle  ul > li {
	width: 150px;
	height: 150px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 10px;
	border-radius: 50%;
    border: 1px solid #b9a17e;
}
.skill-box .skills-circle ul > li > span {
	color: #7a7;
}
.skill-box .skills-circle ul > li > span.text, .skill-box .skills-circle ul li > span ~ b {
    top: 54%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin-top: -8px;
    z-index: 1;
    font-size: 45px;
}
.skill-box .skills-circle ul > li > span.text ~ b, .skill-box .skills-circle ul li > span ~ b ~ b {
	font-weight: normal;
	margin-top: 8px;
}
.skill-box .skills-circle ul > li > span.bar-circle-right, 
.skill-box .skills-circle ul > li > span.bar-circle-left {
	border-radius: 50%;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	clip: rect(0, 75px, 150px, 0);
	background: #f68e13;
}
.skill-box .skills-circle ul > li > span.bar-circle-right {
	background: #fff;
}
.skill-box .skills-circle ul > li > span.bar-circle-cover {
	display: block;
	width: 95%;
	height: 95%;
	border-radius: 50%;
	background-color: #eee;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 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 em {
    padding-right: 10px;
}
.plan-item .content ul li strong {
    display: none;
}

/* 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;
  	padding: 0;
    border: 1px solid #e8e8e9;
  	position: relative;
}
.jmm-text {
    padding: 10px 20px;
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item:after {
    position: absolute;
    content: "";
    width: 100%;
    display: inline-block;
    left: 0;
    right: 0;
    height: 4px;
    bottom: 0;
    -webkit-transition: 1.3s ease-in-out;
    -o-transition: 1.3s ease-in-out;
    transition: 1.3s ease-in-out;
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item:hover:after {
  	width: 0%;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}

/* 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;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
  	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    	padding: 0 10px;
	}
  	.sp-megamenu-parent > li {
    	flex: auto;
	}
}

/* Mobile Standard Layout */
@media (max-width: 990px) {
  	.sp-megamenu-parent {
    	display: none !important;
	}
  	.sp-megamenu-parent > li {
    	border-right: none;
	}
  	#sp-header, #sp-header .logo {
        height: 80px;
    }
  	div#sp-logo {
    	width: 60%;
	}
}
@media (max-width: 768px) {
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
        background: #f68e13;
	}
  	.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) {
  	.sppb-section-title .sppb-title-heading {
    	left: 0;
	}
}

/* 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,
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item:after, .btn, .about, .feature-item:after,
.sppb-panel-heading.active i, .team-item ul li a.share, .counter, .skill-box .skills-circle ul > li > span.bar-circle-cover,
 .feature-item:hover .sppb-addon-content a, a.slider-btn.left, .portfolio .portfolio-btn i {
 	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 {
  	color: var(--text-color) !important; 
}
.btn:hover, .about-img:after, .btn {
  	border-color: var(--text-color) !important;
}
