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

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

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 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 > span {
  	color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li > a:before {
   content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    border: 1px solid transparent;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
    border-color: currentColor;
}

/* 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: #000;
}
.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 18px;
    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: 14px;
     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;
}

/* Title */
.title h3,
.title-left h3 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}
.title-portfolio h3 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}
.title-portfolio h3:before {
    content: '';
    position: absolute;
    bottom: 203px;
    left: 0;
    height: 6px;
    width: 100%;
    margin: 0;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 3px,
    rgba(118, 116, 132, 0.15) 3px,
    rgba(118, 116, 132, 0.15) 6px);
}
.title-left h3 {
    padding-bottom: 50px;
}
.title-left h3:before {
    content: '';
    position: absolute;
    bottom: 170px;
    left: 0;
    height: 6px;
    width: 100%;
    margin: 0;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 3px,
    rgba(118, 116, 132, 0.15) 3px,
    rgba(118, 116, 132, 0.15) 6px);
}
body.itemid-181 .lt-title-left h3:before {
    bottom: 134px; 
}
.title h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 15px 0;
    font-size: 17px;
    color: #968360;
}
.title {
    position: relative;
    font-weight: 700;
}
.title h3:before {
    left: 14px;
}
.title h3:after {
    right: 50px;
}
.title h3:before, .title h3:after {
    content: "";
    position: absolute;
    bottom: 71%;
    height: 6px;
    width: 50px;
    margin: 0 -20px;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 3px,  
    rgba(118, 116, 132, 0.15) 3px, rgba(118, 116, 132, 0.15) 6px);
}
.title-portfolio h3:before, .title-portfolio h3:after {
    content: "";
    position: absolute;
    bottom: 67%;
    height: 6px;
    width: 50px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1) 3px,
    rgba(0, 0, 0, 0.15) 3px,
    rgba(0, 0, 0, 0.15) 6px);
}
.title-portfolio h3:before {
    margin-left: -20px;
}
.title-portfolio h3:after {
    margin-left: 23px;
}

/* Slider */
a.slider-btn {
  	color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    padding: 12px 25px !important;
    border-radius: 0px !important;
    border: 2px solid #fff !important;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase !important;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    line-height: 50px;
    position: relative;
    background: #fff;
}
a.slider-btn:hover {
  	background: transparent !important;
}
a.slider-btn.right {
  	margin-left: 20px !important;
}

/* Feature */
#feature .sppb-col-md-6 .feature-sub-left {
    padding-right: -30px;
}
.feature-title-top {
    padding: 8px;
    background-color: #cda05f;
    color: #1a2345;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 
    inset 0 -5px 0 rgba(255, 255, 255, 0.03), 
    inset -20px 0 0 rgba(0, 0, 0, 0.2), 
    inset -21px 0 0 rgba(255, 255, 255, 0.05), 
    inset -40px 0 0 rgba(0, 0, 0, 0.1), 
    inset -41px 0 0 rgba(255, 255, 255, 0.05);
}
.feature-title-top p {
    padding-top: 15px;
    margin-bottom: 1rem;
    font-size: 20px;
    letter-spacing: 3px;
}
#feature .title {
    padding: 50px;
} 
.feature-title-top h3 {
    font-size: 14px;
}
.feature-content-left {
    padding: 50px;
}
.feature-content-left h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#feature .sppb-row-container {
    padding: 0px!important;
    background-color: #fff!important;
}
#feature-bottom .sppb-row-container {
    background-color: #1a2345!important;
}
#feature-bottom h4 {
    font-size: 20px;
    line-height: 38px;
    padding: 30px;
}
#feature-bottom .sppb-btn-custom {
    padding: 10px 30px;
    border-radius: 0px;
}
#feature-bottom .sppb-btn-custom:hover {
    cursor: pointer;
    color: #000!important;
}
.practice-item a:hover {
	color: #333!important;
}

/* Practice */
.practice-item h3 {
    font-size: 18px;
    color:#1a2345;
    font-weight: 900;
    transition: all 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.practice-item p {
    line-height: 26px;
}
.practice-item {
    margin-bottom: 30px;
}
.practice-item .sppb-icon-container {
    margin-bottom: 10px;
}
.practice-sub {
    padding-top: 60px;
}

/* Testimonial */
h4.testimonial-job {
    font-size: 18px;
    font-weight: 400;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    margin-top: 30px;
    font-size: 20px;
}
.testimonial-item img {
    margin: 0 auto;
  	border-radius: 50%;
}
.testimonial-item p {
    line-height: 40px;
}

/* Client */
#client {
    background-color: #cda05f;
    color: #1a2345;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 
    inset 0 -5px 0 rgba(255, 255, 255, 0.03), 
    inset -20px 0 0 rgba(0, 0, 0, 0.2),
    inset -21px 0 0 rgba(255, 255, 255, 0.05), 
    inset -40px 0 0 rgba(0, 0, 0, 0.1),
    inset -41px 0 0 rgba(255, 255, 255, 0.05);
}
#client h4 {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Team */
#team .title-left h3 {
    color: #1a2345;
    font-size: 45px;
    line-height: 48px;
    font-weight: 900;
}
#team .title-left h3:before {
    top: 166px;
}
.team-item {
    transition: all 0.5s ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.team-item .sppb-addon-text {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    bottom:0;
}
.team-item .sppb-addon-text h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
.team-item .sppb-addon-text p {
    font-size: 16px;
    color: #000;
}
 
/* Testimonial */
/*.testimonial {
    position: relative;
    z-index: 1;
}
.testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}*/

/* 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: 14px;
    position: relative;
    padding: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 40px;
    height: 2px;
    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,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active a:before {
    visibility: inherit;
    opacity: 1;
}

/* Consultation */
#consultation {
    background: #ed3e3e;
    background: -moz-radial-gradient(top center, ellipse cover, #ef7c55 0%, #d02828 100%);
    background: -webkit-radial-gradient(top center, ellipse cover, #ef7c55 0%, #d02828 100%);
    background: radial-gradient(at top center, #ef7c55 0%, #d02828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef7c55', endColorstr='#d02828', GradientType=1);
}
.consultation-item {
    padding-top: 15px;
}
.consultation-item .sppb-icon-container {
    float: left;
}
.consultation-item .sppb-icon-container h3 {
    font-size: 30px;
    font-weight: 700;
}
.consultation-item {
    border-right-color: #e52d2d!important;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.05)!important;
}
.consultation-right {
   	border-left-color: #e52d2d!important;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.05)!important;
}
.consultation-content h3 {
    font-size: 22px;
    font-weight: 900;
}
.consultation-content h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
#consultation .sppb-btn-custom {
    padding: 10px 30px;
    border-radius: 0px;
    background-color: #1a2345;
    color: #ffffff;
}

/* 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;
}
#contact {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    border-radius: 5px;
    max-width: 1300px;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), inset 0 -5px 0 rgba(255, 255, 255, 0.03),
    inset -20px 0 0 rgba(0, 0, 0, 0.2), inset 20px 0 0 rgba(0, 0, 0, 0.2),
    inset -21px 0 0 rgba(255, 255, 255, 0.05), inset 21px 0 0 rgba(255, 255, 255, 0.05),
    inset -40px 0 0 rgba(0, 0, 0, 0.1), inset 40px 0 0 rgba(0, 0, 0, 0.1),
    inset -41px 0 0 rgba(255, 255, 255, 0.05),
    inset 41px 0 0 rgba(255, 255, 255, 0.05), 0 20px 40px rgba(0, 0, 0, 0.2);
    background: #ed3e3e;
    background: -moz-radial-gradient(top center, ellipse cover, #ef7c55 0%, #d02828 100%);
    background: -webkit-radial-gradient(top center, ellipse cover, #ef7c55 0%, #d02828 100%);
    background: radial-gradient(at top center, #ef7c55 0%, #d02828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef7c55', endColorstr='#d02828', GradientType=1);
}
#contact {
    bottom: -40px;
}
.contact-left .sppb-addon-title {
    font-weight: 700;
}
.contact-left .sppb-addon-text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 40px;
}
.contact-left .sppb-icon-container {
    margin-top: 15px;
}
.contact-subcribe .acym_module_form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.contact-subcribe .acym_module_form p.acysubbuttons {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.contact-subcribe input.btn.btn-primary.button.subbutton {
    border: none !important;
    padding: 9px 20px !important;
    border-radius: 0 !important;
}
.contact-subcribe .acym_form .onefield > input {
    padding: 11px !important;
    border-radius: 0 !important;
}

/* 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-rows .jmm-row.row-0 .jmm-text,
.jmm-rows .jmm-row.row-2 .jmm-text {
    width: 50%;
    float: right;
  	padding-left: 20px;
}
.jmm-rows .jmm-row.row-0 .jmm-image.mod-article-image,
.jmm-rows .jmm-row.row-2 .jmm-image.mod-article-image {
    width: 50%;
    float: left;
}
.jmm-rows .jmm-row.row-1 .jmm-text {
    width: 50%;
    float: left;
  	padding-right: 20px;
}
.jmm-rows .jmm-row.row-1 .jmm-image.mod-article-image {
    width: 50%;
    float: right;
}
a.jmm-title.mod-articles-category-title {
    font-size: 19px;
}

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

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 25px;
}
#sp-bottom {
    padding: 60px 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, 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;
        background: #000;
	}
  	.service .sppb-col-md-6 {
    	margin-bottom: 30px;
	}
  	.choose-left:before, .choose-left:after {
    	display: none;
  	}
  	.jmm-rows .jmm-row.row-0 .jmm-image.mod-article-image, .jmm-rows .jmm-row.row-2 .jmm-image.mod-article-image,
  	.jmm-rows .jmm-row.row-1 .jmm-image.mod-article-image, .jmm-rows .jmm-row.row-1 .jmm-text,
  	.jmm-rows .jmm-row.row-0 .jmm-text, .jmm-rows .jmm-row.row-2 .jmm-text {
  	  	width: 100%;
    	padding: 0 !important;;
	}
}

/* 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, .btn,
.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,
#feature-bottom .sppb-btn-custom {
 	background-color: var(--background-color) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, a.slider-btn,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.practice-item .sppb-icon-container i, .sppb-btn-custom:hover, .sppb-btn-custom:hover:hover, .slider-title h2,
h4.testimonial-job {
  	color: var(--text-color) !important; 
}
.process-item:hover, a.slider-btn:hover, .sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}