/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}

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

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	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;
}
.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: #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 ***/
/* Title */
.title h3 {
    position: relative;
    padding-bottom: 20px;
 	margin-bottom: 30px;
}
.title h3:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 70px;
    height: 2px;
    background: #ee3131;
}

/* Button */
.btn {
	padding: 14px 30px;
	border: none;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
	 background-color: #222 !important;
	 color: #fff;
}

/* Intro */
.intro .sppb-col-md-4:first-child .clearfix {
	border-radius: 5px 0px 0px 5px;
}
.intro .sppb-col-md-4:last-child .clearfix {
	border-radius: 0px 5px 5px 0px;
}
.intro-carousel h4 {
	font-size: 30px;
	font-weight: 600;
}
.intro-carousel .sppb-carousel-arrow  {
    top: auto;
    height: 40px;
}
.intro-carousel a.sppb-carousel-arrow.left {
    left: auto;
    right: 60px;
}
.intro-carousel .sppb-carousel-arrow i {
    top: 26%;
    font-size: 18px;
}
.intro-carousel .sppb-carousel-arrow.left i {
    left: 60%;
}
.intro-carousel .sppb-carousel-arrow.right i {
    right: 60%;
}
.sppb-carousel-inner>.sppb-item {
	padding: 20px 30px 60px
}
a.intro-link {
    background: #fff;
    padding: 16px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

/* Things */
.thing-colum-left {
    -webkit-transform: skewX( -16deg);
    transform: skewX( -16deg);
    position: relative;
    left: -9%;
}
.thing-colum-left .thing-left-title {
  	-webkit-transform: skewX(16deg);
  	transform: skewX(16deg);
  	margin-left: calc(50vw - 610px)!important;
  	max-width: 610px;
}
.thing-colum-left h3,
.thing-colum-right h3 {
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.thing-colum-right h3:before,
.thing-colum-left h3:before {
	content: '';
	position: absolute;
	left: 0;bottom: 0;
	height: 2px;
	width: 60px;
	background: #fff;
}
.thing-colum-right {
	-webkit-transform: skewX( -16deg);
	transform: skewX( -16deg);
	right: -80px;
	z-index: 3;
	position: relative;
}
.thing-colum-right h3 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.thing-colum-right .sppb-media-content {
	-webkit-transform: skewX( 16deg);
	transform: skewX( 16deg);
	padding-left: 50px;
}
.thing-colum-right img {
	width: 350px;
}
.thing-colum-right ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.thing-colum-right ul strong {
    display: none;
}
.thing-colum-right ul em {
    padding-right: 10px;
    font-size: 12px;
}

/* Attraction */
.attraction-colum {
	position: relative;
}
.attraction-colum.left {
	z-index: 3;
}
.attraction-colum.center {
	z-index: 2;
}
.attraction-colum.right {
	z-index: 1;
}
.attraction-colum.left:after {
	border-color: transparent #141f31 transparent #141f31;
}
.attraction-colum.center:after {
	border-color: transparent #d20022 transparent #d20022;
}
.attraction-colum.right:after {
	border-color: transparent #ee3131 transparent #ee3131;
}
.attraction-colum:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    height: 100%;
    border-style: solid;
    border-width: 135px 0 135px 60px;
    z-index: 3;
}
.attraction-colum .clearfix {
  	margin: 0 auto;
  	max-width: 200px;
}

/* Feature */
.feature-item .sppb-media-content {
	padding: 30px 20px;
	    background: #f7f7f7;
}

/* Testimonial */
.testimonial-item p {
	margin: 0;
    border-radius: 0px;
    color: #fff;
    padding: 30px 30px;
    background: #141f31;
    margin-bottom: 20px;
}
.testimonial-item img {
	margin: 0 auto;
	border-radius: 50%;
}
.testimonial-item h3 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 20px;
	color: #666;
}
.sppb-carousel-indicators .active {
    background-color: #666;
}
.sppb-carousel-indicators li {
    border: 1px solid #666;
}

/* See */
.see .sppb-col-md-5 {
	z-index: 2;
}
.see-colum-right {
    -webkit-transform: skewX( -16deg);
    transform: skewX( -16deg);
    right: -9%;
}
.see-colum-left {
	-webkit-transform: skewX(-16deg)!important;
    transform: skewX(-16deg)!important;
    left: -5%;
}
.see-colum-left .see-left-title {
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
    margin-left: calc(50vw - 610px)!important;
    max-width: 610px;
}
.see-right-title {
    -webkit-transform: skewX( 16deg);
    transform: skewX( 16deg);
    padding-left: 50px;
}
.see-right-title h3 {
    font-size: 45px;
    font-weight: 600;
    margin: 30px 0
}

/* */
.attraction-colum.cont:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    height: 100%;
    border-style: solid;
    border-width: 85px 0 85px 60px;
    z-index: 3;
}
.attraction-colum.cont .clearfix {
    max-width: 265px;
}

/* Team */
.team-item strong {
	display: none;
}
.team-item a {
	padding: 0 5px;
	font-size: 18px;
}
.team-item h6 {
	color: #aaa;
	font-weight: 600;
	font-size: 18px;
}
.team-item img {
  border-radius: 50%;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin-bottom: 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 {
    background: #f7f7f7;
    padding: 20px;
}

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

/* Bottom */
body.home #sp-bottom,
body.about #sp-bottom{
    padding-top: 210px;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 400;
    font-size: 24px;
}
#sp-bottom em {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}

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

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 1280px) {
  	.intro {
    	margin-top: 90px !important;
	}
    .thing-colum-left, .thing-colum-right, .see-colum-left, .see-colum-right {
    	-webkit-transform: skewX(0deg);
    	transform: skewX(0deg) !important;
    	position: relative; 
    	left: 0;
      	right: 0;
	}
  	.thing-colum-left .thing-left-title, .thing-colum-right .sppb-media-content,
  	.see-colum-left .see-left-title, .see-right-title {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
        margin-left: 0 !important;
        max-width: 100%;
        padding: 10px;
      	padding-left: 10px;
	}
  	.thing-right-title .pull-right, .thing-right-title .sppb-media-body {
    	width: 100% !important;
	}
  	.see .sppb-col-md-5, .see .sppb-col-md-7, .thing .sppb-col-md-6 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
	}
  	.thing-colum-right .clearfix {
    	margin-left: 0 !important;
  	}
}
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 80px;
        width: auto;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.services {
    	background-image: none !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 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,
.slider-btn a, .intro-carousel .sppb-carousel-arrow, .intro-colum .clearfix,
.title h3:before, .btn, .thing-colum-left h3:before, .thing-colum-right .clearfix, .see-colum-left .clearfix {
 	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 .color, .services-item i, .feature-item .sppb-media-content h3 {
  	color: var(--text-color) !important; 
}
.testimonial .clearfix {
  	border-color: var(--text-color) !important;
}
