/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #222222;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #222222;
    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: capitalize;
    position: relative;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}

/* 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: #222222;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn, .btn.btn-bg:hover {
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    text-transform: capitalize;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 40px;
    border-style: solid;
    border-width: 0px;
}
.btn:hover, .btn.btn-bg {
    color: #fff !important;
    background-color: #000 !important;
    transform: translateY(-8px);
}

/* Title */
.title h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
}
.title h2 {
    color: #333;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.title.while h2 {
    color: #fff;
}

/* Slider */
.slider svg {
    width: calc(120% + 1.3px);
    height: 55px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: -webkit-calc(120% + 1.3px);
    width: calc(120% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px;
    z-index: 99;
}
.slider .sppb-addon-title {
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -104px;
    position: relative;
    z-index: 999;
    background: transparent;
}
.slider .elementor-shape-fill {
    fill: #FFFBF2;
}

/* About */
.about {
    z-index: 9 !important;
}
.about-img1 {
    width: 120px;
    float: right;
}
.about-img2 .sppb-addon-single-image-container img {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border: 5px solid #fff;
}

/* Rating */
.rating {
    padding-left: 0;
    margin-top: 0px;
}
.rating li {
    list-style: none;
    display: inline-block;
}
.rating li a {
    padding: 1px;
    font-size: 12px;
}
.rating li a:hover {
    color: #818a91;
}
.rating li strong {
    display: none;
}

/* Images */
.bg-img img {
    width: 120px;
}

/* Menu */
.menu-item {
    position: relative;
}
.menu-item img {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu-item:hover img {
    transform: scale(1.1);
}
.menu-item .sppb-media-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.menu {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.menu-right .menu-left {
    width: 85%;
    float: left;
}
.menu-right .menu-right {
    float: left;
    width: 15%;
    padding-left: 10px;
}
.menu-right h5 {
    position: relative;
    color: #111111;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
}
.menu-right h5.menu-left-title span {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.menu-right h5.menu-left-title:before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-bottom: 1px dashed #111;
}
.menu-right h6 {
    text-align: center;
    margin: 0px 5px;
    color: #fff;
}

/* Services */
.services .title h2 {
    color: #333333;
    font-size: 36px;
    margin-bottom: 10px;
}

/* Testimonial */
.testimonial-item h4 {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    margin-top: 15px;
}
.testimonial-item h5 {
    font-size: 14px;
    color: #666;
    font-style: italic;
    font-weight: 300;
}

/* Team */
.team-item img, .menu-img img, .info-item {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.team-item:hover img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.team-item .team-icon {
    padding-left: 0;
    margin: 0 auto;
    background: #fff;
    max-width: 200px;
}
.team-icon li {
    list-style: none;
    display: inline-block;
}
.team-icon li a {
    padding: 20px 10px;
    font-size: 23px;
}
.team-icon li a:hover {
    color: #DC0000;
}
.team-icon li strong {
    display: none;
}

/* Images */
.images-opacity img {
    opacity: 0.25;
}

/* Services */
.info-item {
    padding: 50px;
}
.info-item .sppb-icon-container {
    border-radius: 50px 75px 50px 75px;
    padding: 1.5em !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%);
}

/* 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 p {
    line-height: 35px;
    margin: 0;
    font-size: 15px;
}
#sp-bottom h3 {
    position: relative;
    margin: 0 0 20px;
    font-size: 20px !important;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom a {
    font-weight: 500;
}
#sp-bottom1 .working-day {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin: 7px 0;
}
#sp-bottom1 .working-day .left {
    width: 36%;
    float: left;
}
#sp-bottom1 .working-day .edgtf-wh-line {
    width: 30%;
    float: left;
    border-bottom: 1px solid rgba(168,164,161,.25);
    margin-top: -10px;
}
#sp-bottom1 .working-day .right {
    width: 33%;
    float: right;
    text-align: right;
}
#sp-bottom2 li {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.151)!important;
}
#sp-bottom2 li a {
    text-transform: uppercase;
    font-size: 12px;
}
#sp-bottom2 li .post-date {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 13px;
    color: #c7a17a;
}
#sp-bottom4 .small {
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
#sp-bottom3 table input {
    padding: 10px 10px!important;
    border-radius: 0px !important;
    width: 100% !important;
}
#sp-bottom3 table .button {
    padding: 7px 20px!important;
}
#sp-bottom3 table .button:hover {
    background: #fff !important;
    color: #01172F !important;
}
#sp-bottom3 table {
    width: 100% !important;
}
#sp-bottom3 #formAcymailing39931 {
    position: relative !important;
}
#sp-bottom3 .wpforms-field {
    padding: 0 !important;
}
#sp-bottom3 table tr:nth-child(2) {
    position: absolute;
    bottom: 36px;
    right: 17px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** 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;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* 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,
.button:hover, .btn, .info-item .sppb-icon-container {
 	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,
button.btn.btn-primary.validate:hover, .slider-title h3, .counter-item h3, .team-item h3, .title h3, .title h4, .counter .count, 
.counter #shiva {
  	color: var(--text-color) !important; 
}
.divider {
  	border-color: var(--text-color) !important;
}
