/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #0fa89d;
}

/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}
#sp-top-bar, #sp-top-bar a {
   	color: #fff;
}

/* Header Menu */
#sp-header {
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
body:not(.home) #sp-header {
    position: relative;
    background: rgba(0,0,0,.8);
}
body:not(.home) #sp-header.header-sticky,
#sp-header.header-sticky {
    position: fixed;
  	background: rgba(0,0,0,.8);
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-style: italic;
}

/* 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;
}

/*** Block Styles ***/
/* Button */
.btn-design, .btn-primary {
    display: inline-block;
    padding: 10px 38px;
    font-size: 18px;
    transition: all .3s;
    font-weight: 600;
    border-radius: 50px;
    background: #fff;
}
.btn-design:hover, .btn-primary:hover {
    color: #fff!important;
}

/* Title */
 .sppb-section-title {
    margin-bottom: 0!important;
 }
.title-design .sppb-title-heading {
    background: url(../images/title-bg.png) center bottom;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

/* Sunday */
.sunday {
  	border-bottom: 1px solid #eee;
}

/* About */
.about {
	position: relative;
}
.about-item ul {
    padding-left: 0;
}
.about-item ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
} 
.about-item ul li:first-child {
    margin-left: 0;
}
.about-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid;
}
.about-item ul li strong {
    display: none;
}
.about-item-center {
    position: relative;
    overflow: hidden;
}
.about-item-center .sppb-media-body {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: rgba(255,255,255,.8);
}
.about-item-center:hover .sppb-media-body {
    opacity: 1;
    visibility: inherit;
    bottom: 30px;
}
.about-item .sppb-img-container {
  	position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-item:hover .sppb-img-container {
  	opacity: .85;
}
.about-item .sppb-img-container:before {
   content: "";
   position: absolute;
   top: -25px;
   right: -25px;
   width: 0;
   height: 0;
   border-left: 50px solid transparent;
   border-right: 0px solid transparent;
   border-top: 50px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-item .sppb-img-container:after {
   content: "";
   position: absolute;
   bottom: -25px;
   left: -25px;
   width: 0;
   height: 0;
   border-left: 0px solid transparent;
   border-right: 50px solid transparent;
   border-bottom: 50px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-item:hover .sppb-img-container:before {
   top: 0;
   right: 0;
}
.about-item:hover .sppb-img-container:after {
   bottom: 0;
   left: 0;
}

/* About Contact */
.about-contact {
    position: relative;
    z-index: 1;
}
.about-contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.about-contact p {
    max-width: 500px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
}
.about-contact .btn-design {
    margin: 20px;
}

/* Time line */
.timeline-wrap {
    position: relative;
}
.timeline-wrap:before {
    content: '';
    position: absolute;
    top: 44px;
    left: 103%;
    height: 97%;
    width: 3px;
    background-color: #eabb91;
}
.timeline-item {
    border: 2px solid #f7f7f7;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.timeline-column-left .timeline-item:hover {
     transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.timeline-column-right .timeline-item:hover {
     transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}
.timeline-item:hover {
   background-color: #FEFFFE;
}
.timeline-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.timeline-item a:hover {
  color: #eabb91;
}
.timeline-item:before {
    content: '\f004';
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    position: absolute;
    top: -12px;
    height: 60px;
    padding: 5px 11px;
    border-radius: 50%;
    width: 60px;
    border: 3px solid #eabb91;
    background-color: #fff;
    color: #eabb91;
}
.timeline-item.left:before {
    right: -100px;
}
.timeline-item.right:before {
    left: -95px;
}
.timeline-item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 10px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f2f9f7;
}
.timeline-item:hover:after {
    border-left-color: #ecf2ec;
}
.timeline-column-right .timeline-item:after {
  	border-right: 20px solid #f2f9f7;
    border-left: 0;
    left: inherit;
    right: 100%;
}

/* Team */
.team-item {
    position: relative;
    overflow: hidden;
}
.team-item ul {
    padding-left: 0;
    background: rgba(234, 203, 194, 0.82);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -70px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.team-item:hover ul {
    bottom: 70px;
    visibility: inherit;
    opacity: 1;
}
.team-item ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
} 
.team-item ul li:first-child {
    margin-left: 0;
}
.team-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid;
    color: #fff;
}
.team-item 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%);
}
.jmm-item .jmm-image.mod-article-image {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.jmm-item .jmm-text {
    float: right;
    width: 50%;
}
.jmm-row:nth-child(2) .jmm-item .jmm-image.mod-article-image {
  	float: right;
    width: 50%;
    margin: 0;
}
.jmm-row:nth-child(2) .jmm-item .jmm-text {
    text-align: right;
    width: 48%;
    margin-right: 2%;
}
.jmm-row .jmm-item .jmm-text a.jmm-title {
  	position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.jmm-row .jmm-item .jmm-text a.jmm-title:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.jmm-row:nth-child(2) .jmm-item .jmm-text a.jmm-title:before {
  	left: auto;
  	right: 0;
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    opacity: 0.75;
}
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
    padding: 7px 15px;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #c8dad7;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    background: #f9decd;
}

/*** Contact ***/
.contact-form .sppb-row-container {
    background: rgba(255, 255, 255, .9);
    padding: 70px 70px 20px;
    max-width: 750px!important;
    margin: 0 auto;
}
.contact-us ul {
  	padding-left: 0;
}
.contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.contact-us ul li strong {
  	display: none;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* Footer Copyright */
#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) {
    .contact-content .sppb-addon-title {
        font-size: 12px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
  	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
    	background: rgba(0,0,0,.8);
	}
  	.about-item-center {
   		margin: 10px 0 40px;
	}
  	.jmm-item .jmm-text, .jmm-item .jmm-image.mod-article-image,
  	.jmm-row:nth-child(2) .jmm-item .jmm-image.mod-article-image,
  	.jmm-row:nth-child(2) .jmm-item .jmm-text {
    	width: 100%;
    	margin-right: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.jmm-image.mod-article-image:before, .jmm-image.mod-article-image:after, .btn-design:hover,
.jmm-row .jmm-item .jmm-text a.jmm-title:before, .btn-primary:hover {
 	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,
#sp-bottom a, .offcanvas-menu .offcanvas-inner ul.menu >li.active a, .btn-design,
.title-design .sppb-section-title .sppb-title-heading, .team-item h5, .btn-primary, .sunday-author {
  	color: var(--text-color) !important;
}
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, .btn-primary:hover {
  	border-color:var(--text-color)!important;
}