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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}
#sp-top-bar > .container {
    padding: 10px 0px;
}

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

/*** Block Styles ***/
/* Button */
.tp-caption a.btn-slider {
     display: inline-block;
     padding:10px 50px;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
 }
 .tp-caption a.btn-slider:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #f9f9f9;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
 }
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
     color: #342f31;
 }
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.tp-caption a.btn-slider{
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
    border: 2px solid transparent;
}
.sppb-btn-custom {
    padding: 18px 33px!important;
}
.sppb-btn-custom:hover {
  	border-color: #466233 !important;
   	background: #466233 !important;
  	color: #fff;
}

/* Title */
.title h3 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 0px;
}
.title-bottom h1 {
    font-size: 50px;
    line-height: 57px;
    font-weight: 700;
    letter-spacing: 5px
}

/* Slider */
#slider {
  z-index: 20!important;
  margin-top: -80px !important;
}
.slider h3 {
    font-size: 80px;
    font-weight: 800;
}
.slider h4 {
    font-size: 30px;
    font-weight: 800;
}
.slider-right-img {
    animation: slider 5s ease-in-out infinite alternate;
}
@keyframes slider {
    0% {
        transform: scale(1.0);
    }
    20% {
        transform: scale(1.03);
    }
    40% {
        transform: scale(1.06);
    }
    60% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1.03);
    }
}

/* About */
#about {
  z-index: 2!important;
  position: inherit!important;
}
#about-bottom {
  position: inherit!important;
  z-index: 1;
}
.about-sub-center,
.about-sub-right {
    padding: 20px;
}
.about-sub-center h3 {
    color: #3f2f20;
    font-size: 28px;
    margin-top: 20px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0px;
}
.about-sub-right h3 {
    color: #fff;
    font-size: 28px;
    margin-top: 20px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0px;
}
.about-sub-right .sppb-addon-text {
    color: #fff;
}
.about-sub-left {
    margin-top: 50px;
}
.about-bottom h3 {
    font-size: 28px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: 0px;
}
.clearfix .about-bottom:hover .sppb-img-responsive {
  	animation: leaves 3s ease-in-out infinite alternate;
}
@keyframes leaves {
    0% {
        transform: scale(1.05);
    }
    33% {
        transform: scale(1);
    }
    66% {
        transform: scale(.95);
    }
    100% {
        transform: scale(1);
    }
}

/* New */
.new-item img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.new-item:hover img {
  	opacity: .85;
}
.new-item h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 0px;
}

/* Event **/
#event .sppb-row-container {
    padding: 25px 25px 20px 0;
    background-color: #e8e8e8;
}
.event-title h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0px;
}
.event-time h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0px;
}
#event-2 .sppb-row-container {
    padding: 25px 25px 20px 0;
    background-color: #f9f9f9;
}

/* Testimonial-2 */
#testimonial-2 .tp-simpleresponsive .tp-caption {
    text-align: center!important;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
}
#testimonial-2 .tp-caption img {
    border-radius: 50px!important;
}
#testimonial-2 .tp-caption.medium_light_black,
#testimonial-2 .medium_light_black {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
}
#testimonial-2 .tp-caption.medium_light_white,
#testimonial-2 .medium_light_white {
    color:#b9b5b5!important;
}

/* Testimonial */
h4.testimonial-job {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.testimonial-item .testimonial-name {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: capitalize;
    font-style: italic;
}
.testimonial-item img {
    margin: 0 auto;
  	border-radius: 50%;
}
.testimonial-item p {
    line-height: 30px;
    margin: 20px 0px 0px;
}
.sppb-carousel-indicators .active {
    background-color: #222;
}
.sppb-carousel-indicators li {
    border: 1px solid #222;
}

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

/* 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 {
    font-size: 18px;
    line-height: 1.6;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 24px;
    font-weight: 500;
}

/* 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: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	#event .sppb-row-container, #event-2 .sppb-row-container {
        padding: 25px 25px 20px 20px;
	}
  	.event .sppb-addon.sppb-addon-single-image, .event-2 .sppb-addon.sppb-addon-single-image {
    	text-align: left !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .slider-title h3.sppb-addon-title {
      	font-size: 55px !important;
    }
}

/* 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 a.slider-btn-2:hover, .sppb-btn-custom {
 	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 {
  	color: var(--text-color) !important;
}
.sppb-btn-custom {
  	border-color: var(--text-color) !important;
}
