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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
  	border-bottom: 1px solid rgba(220,220,220,.2);
    top: 0px;
  	padding: 0px;
    height: inherit;
    background: transparent;
  	box-shadow: none;
    position: absolute;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background-color: #fff;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff;
    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;
}
header.header-sticky .sp-megamenu-parent > li > a,
header.header-sticky .sp-megamenu-parent > li > span {
    color: #000;
}
body:not(.home) .sp-megamenu-parent > li > a,
body:not(.home) .sp-megamenu-parent > li > span {
    color: #000;
}
.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;
}
header.header-sticky .burger-icon>span,
body:not(.home) .burger-icon>span {
  	background-color: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Slider */
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: url($overlay_pattern) left top repeat;
  opacity: $overlay_opacity;
}
.video-content {
	position: relative;
	text-align: center;
	color: #FFF;
  margin: 150px 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.slider .page-width {
  	position: relative;
    z-index: 4;
    padding: 100px 0;
}
.slider-content .sppb-addon-content {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    color: #fff;
    top: 30%;
}
.slider .sppb-addon-title {
    margin-bottom: 0;
}
.slider .sppb-addon-title > div {
    z-index: 1;
}
.slider .sppb-addon-title > div:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #4a90e2;
    background: -webkit-linear-gradient(45deg,#4a90e2 0,rgba(74,144,226,.3) 100%);
    background: linear-gradient(45deg,#4a90e2 0,rgba(74,144,226,.3) 100%);
    top: 0;
    z-index: 2;
}
.slider h5 {
    padding-top:90px;
    font-size: 14px;
    letter-spacing: 7px;
}
.slider h1 {
    font-size: 70px;
    font-weight: 600;
    margin: 30px 0 20px;
}
.slider p {
    font-size: 20px;
}
.slider .btn {
    margin-top: 35px;
    display: inline-block;
    border: 2px solid;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    padding: 15px 32px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 30px;
    letter-spacing: 1px;
}
.slider .btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/* About Bottom */
.about-bottom img {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.about-item i {
    color: #fff;
    border: 5px solid transparent;
    display: inline-block!important;
    border-radius: 100%;
    width: 90px!important;
    height: 90px!important;
    line-height: 90px!important;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.about-item a:hover {
    color:#000!important;
}
.about-item:hover .sppb-icon i {
    cursor: pointer;
    background: #333;
    border:2px solid #ddd;
    color:#fff !important;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

/* Skill */
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
    width: 100%;
    float: left;
}
.skills {
    padding:15px;
}
.skills .skill {
    margin-bottom: 30px;
}
.skills .skill .skill-title {
    color: #313131;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
}
.skills .skill .skill-bar {
    width: 0;
    height: 5px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
    width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 5px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 12px;
    color: #313131;
    font-weight: 600;
    top: -22px;
}

/* Portfolio */
.portfolio {
    border-bottom: 1px solid #f2f2f2;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    color: #adadad;
    font-size: 14px;
    font-weight: 600;
    padding: 11px;
    background: none!important;
    text-transform: uppercase;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    color: #000;
    background: none!important;
}

/* Service */
.service {
    border-bottom: 1px solid #f2f2f2;
}
.service-item .pull-left {
    margin-right: 20px;
}
.service-item .sppb-icon {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-item:hover .sppb-icon {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.service-item i {
    color: #fff;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.service-item:hover i {
    cursor: pointer;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

/* Team */
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container:after {
    position: absolute;
    background: 0 0;
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.team-item:hover .sppb-img-container:after {
    background: rgba(49,49,49,.95);
}
.team-item .sppb-img-container,
.team-item .sppb-img-container img {
	  width: 100%;
}
.team-item .team-content {
    padding: 20px 0 0;
    top: 50%;
    -webkit-transform: translate(10px,-50%);
    transform: translate(10px,-50%);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
}
.team-item:hover .team-content {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1;
}
.team-item h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 8px;
    color: #fff;
    font-size: 12px;
}
.team-item h6 {
    font-size: 14px;
    opacity: .8;
    margin: 0;
    color: #fff;
}
.team-item ul {
    padding: 0;
    position: absolute;
    bottom: -94px;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item:hover ul {
    bottom: 20px;
    opacity: 1;
    visibility: inherit;
}
.team-item ul li {
	  list-style: none;
    display: inline-block;
    text-align: center;
    width: 50px;
    position: relative;
    z-index: 1;
}
.team-item ul li a {
	  padding: 20px 0;
    display: inline-block;
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item ul li a:hover {
    opacity: 1;
}
.team-item ul li em {
    font-size: 14px;
    color: #fff;
}
.team-item ul li strong {
	  display: none;
}

/* Testimonial */
.testimonial {
  	position: relative;
  	z-index: 1;
}
.testimonial .sppb-carousel-content {
    max-width: 700px;
    margin: 0 auto!important;
    font-style: italic;
    position: relative;
}
.testimonial .sppb-carousel-content em {
	font-size: 32px;
  	margin-bottom: 30px;
}
.testimonial .sppb-carousel-content strong {
	display: none;
}
.testimonial h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    font-style: initial;
}

/* Client */
.client-item {
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.client-item:hover {
    opacity: 1;
}

/* Feature */
.feature {
    border-bottom: 1px solid #f2f2f2;
}

/* Counter */
.counter-item h1 {
    font-size: 54px;
    line-height: 1;
    margin: 0 0 15px;
}
.counter-item h5 {
    font-weight: 500;
    font-size: 15px;
    color: #999;
}

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

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

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 30px;
}

/* 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, .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;
	}
  	.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%;
	}
  	.about-column-right, .about-column-left {
  		padding: 100px 10px;  
  	}
  	.work-item {
    	padding: 50px 0px 35px 0px;
  	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.slider h1 {
    	font-size: 45px;
	}
}

/* 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,
.skills .skill .skill-bar span, .about-item:hover i {
 	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,
.about-item .sppb-icon i, .service-item .sppb-icon i, .counter-item h1 {
  	color: var(--text-color) !important; 
}
.testimonial .clearfix, a.about-btn:hover, .testimonial .testimonial-item:hover .sppb-img-container img {
  	border-color: var(--text-color) !important;
}
