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

/*** Header Area ***/
/* Top Head */

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #072740;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #072740;
    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;
}
.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: #072740;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
/* Title */
 .sppb-section-title {
    margin-bottom: 0!important;
 }
.title .sppb-title-heading {
    background: url(../images/title-bg-white.png) center bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
.title.black .sppb-title-heading {
    background: url(../images/title-bg-black.png) center bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

/* Slider */
.slider .tp-revslider-mainul li .defaultimg {
    position: relative;
    z-index: 1;
}
.slider .tp-revslider-mainul li .defaultimg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.4);
    z-index: 2;
}

/* Service */
.service-item {
    cursor: pointer;
}
.service-item a:hover {
  color:#1e283c;
}
.service-item .sppb-icon-container {
    height: 85px;
    width: 85px;
    position: relative;
}
.service-item .sppb-icon-container:after {
     box-shadow: 3px 3px #394F6F;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.service-item:hover .sppb-icon-container:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.service-item:hover h5 {
    color: #222!important;
}

/* Counter */
.counter .sppb-row > div {
    border-right: 1px solid #b1a4a4;
}
.counter .sppb-row > div:last-child {
    border-right: 0;
}
.counter-item h2 {
    font-size: 40px;
    color: #fff;
    margin: 0;
}

/* About */
.about {
    position: relative;
}
.about:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background: #002937;
    position: absolute;
}
.about .sppb-row > div:first-child {
    padding: 0;
}
.about-img .sppb-addon-single-image-container,
.about-img .sppb-addon-single-image-container img {
    width: 100%;
}

/* Couter */
.counter .sppb-row > div:nth-child(2n) {
  	background: rgba(0,0,0,.15);
}
.counter-item  {
  	cursor: pointer;
}
.counter-item h3,
.counter-item .sppb-icon-container {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;  	
}
.counter-item:hover .sppb-icon-container {
    transform: scale(1.15);
  	-webkit-transform: scale(1.15);
}
.counter-item:hover h3 {
    transform: scale(.8);
  	-webkit-transform: scale(.8);
    color: #222!important;
}

/* Subscribe */
.subscribe .sppb-column-addons {
    text-align: center;
}
.subscribe .sppb-column-addons .clearfix {
    display: inline-block;
}
.subscribe .acym_form {
    width: 260px;
    float: left;
}
.subscribe .acysubbuttons {
    width: 100px;
    float: left;
}
.subscribe .onefield.fieldacy2 {
    display: none;
}
.subscribe .acysubbuttons .btn.btn-primary,
.subscribe #acym__user__edit__email {
    border-radius: 0!important;
}
.subscribe .acym__users__creation__fields__title {
    color: #fff;
    text-align: left;
}
.subscribe #acym__user__edit__email {
    line-height: 26px;
    max-width: 100%;
}
.subscribe .acysubbuttons {
    width: 200px!important;
}
.subscribe .acysubbuttons .btn.btn-primary {
    padding: 8px 35px;
    text-transform: uppercase;
    margin-top: 28px;
    max-width: 100%!important;
}

/* Team */
.team-item .sppb-img-container {
  	position: relative;
}
.team-item .sppb-img-container:before {
  	position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(0,0,0,.2);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item:hover .sppb-img-container:before {
    opacity: 1;
    visibility: initial;
}
.team-item ul {
    padding-left: 0;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.team-item ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -100%;
}
.team-item ul li:nth-child(1) {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item ul li:nth-child(2) {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.45s ease-in-out;
    top: 100%;
}
.team-item ul li:nth-child(3) {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    top: -100%;
}
.team-item ul li:nth-child(4) {
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    top: 100%;
}
.team-item:hover ul li {
  	opacity: 1;
    visibility: initial;
    top: 0;
}
.team-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid;
    background-color: #394F6F;
    color: #fff;
}
.testimonial .testimonial-item ul li strong,
.team-item ul li strong {
    display: none;
}

/* Testimonial */
.testimonial .testimonial-item {
	border-radius: 15px;
}
.testimonial .testimonial-item ul {
  padding-left: 0px;
}
.testimonial .testimonial-item ul li a {
  border: 1px solid #eee;
  color: #777777;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.testimonial .testimonial-item ul li a:hover{
  background-color: #1e283c;
  color: #fff;
}
.testimonial .testimonial-item ul li {
  list-style: none;
}

/* Portfolio */
#portfolio .sppb-row > div:first-child {
	padding: 0;
}
.portfolio p {
	color: #fff;
}
.portfolio-top {
	padding: 40px;
}
.portfolio-top p {
	color: #000;
}
.portfolio-top ul {
	padding-left: 0;
}
.portfolio-top ul li {
	list-style: none;
}
.portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: none;
	color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}

/* Pricing */
.pricing .pricing-item {
  padding: 25px 20px;
  text-align: center;
  border: 2px solid #1e283c;
  transition: all 0.3s ease 0s;
}
.pricing .pricing-item:hover{ 
  box-shadow: 0 8px 10px -6px rgba(0,0,0,0.7); 
}
.pricing .pricing-item h3{
  padding: 10px 0;
  margin: 0 0 20px 0;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
}
.pricing .pricing-item h3:before,
.pricing .pricing-item h3:after{
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: skew(0deg, -6deg);
  transition: all 0.3s ease 0s;
}
.pricing .pricing-item h3:after{
  right: auto;
  left: 0;
  transform: skew(0deg, 6deg);
}
.pricing .pricing-item:hover h3:before{ 
  transform: skew(0deg,6deg); 
}
.pricing .pricing-item:hover h3:after{ 
  transform: skew(0deg,-6deg); 
}
.pricing .pricing-item .price-value{ 
  margin-bottom: 20px; 
}
.pricing .pricing-item .amount{
  display: block;
  font-size: 50px;
  font-weight: 700;
}
.pricing .pricing-item .month{
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #1e283c;
}
.pricing .pricing-item ul{
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 40px;
  letter-spacing: 1px;
}
.pricing .pricing-item ul li {
  box-shadow:  0 7px 10px -9px rgba(30, 40, 60, 0.6);
}
.pricing .pricing-item ul li:last-child{ 
  box-shadow: none; 
}
.pricing .pricing-item .pricingTable-signup{
  display: block;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}
.pricing .pricing-item .pricingTable-signup:before{
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #1e283c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: border-left-color 0.1s linear 0.14s,
  border-top-color 0.1s linear 0.07s,
  border-right-color 0.1s linear 0s,
  border-bottom-width 0.1s linear 0.14s;
}
.pricing .pricing-item:hover .pricingTable-signup:hover:before{
  border-bottom-width: 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  transition: border-left-color 0.1s linear 0s,
  border-top-color 0.1s linear 0.07s,
  border-right-color 0.1s linear 0.14s,
  border-bottom-width 0.1s linear 0.14s;
}

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

/* 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%);
}
.jmm-text {
    padding: 21px 20px 32px 20px;
    background: #f5f5f5;
}
.jm-category-module.default .mod-article-image {
    margin-bottom: 0px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 500;
    font-size: 28px;
}
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 18px;
}

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

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

/* 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-btn a,
.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,
.pricing .pricing-item h3:after, .pricing .pricing-item h3:before, .counter {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.title h4, .pricing .pricing-item .amount {
  	color: var(--text-color) !important; 
}
.about-item.color .sppb-icon-container, .btn {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}