/*** 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;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #fff;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff;
    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.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: #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 ***/
/* Button */
.btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5d7280 !important;
    background-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 20px 0px rgba(0,15,35,0.12);
    padding: 15px 30px 15px 30px;
}
.btn:hover {
    color: #fff !important;
    background: #10162c;
}
.slider-btn a:hover {
  	background-color: #10162c !important;
}

/* Title */
.title h2 {
    font-size: 65px;
    font-weight: 900;
    line-height: 1.2em;
    color: #02365E;
}
.title h4 {
    font-size: 25px;
    font-weight: 600;
    color: #02365E;
    margin-bottom: 30px;
}
.title.while h2 {
    color: #fff !important;
}

/* Counter */
.counter-item {
    padding: 50px 10px;
    border: 1px solid;
}
.counter-item .count, .counter-item #shiva {
    font-weight: 600;
    font-size: 70px;
    color: #000;
}
.counter-item h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Team */
.team .title:after {
    margin: 0;
}
.team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-media-content {
    text-align: left;
    position: absolute;
    left: 0;
    padding: 30px 15px;
    top: auto;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    background-color: rgba(51,204,204,0.9);
    bottom: 100px;
    width: 100%;
}
.team-item:hover .sppb-media-content {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: -1px!important;
}
.team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
    font-weight: 600;
}
.team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 600;
}
.team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.team-item .sppb-media-content ul li a {
    font-size: 18px;
    color: rgba(255,255,255,0.77);
}
.team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.team-item .sppb-media-content ul li em {
    display: none;
}

/* Clients */
.clients-item .clients-name {
    font-size: 20px;
    font-weight: 600;
    color: #02365E;
    margin: 0;
}
.clients-item .clients-job {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

/* Contact Details */
.contact-details .clearfix:nth-child(2),
.contact-details .clearfix:nth-child(3),
.contact-details .clearfix:nth-child(4) {
    float: left;
    width: 48%;
    margin-right: 1%;
}
.contact-details .clearfix:nth-child(3) {
    margin-right: 0;
}

/* Gallery */
.speasyimagegallery-gallery-item > div {
    overflow: hidden;
    position: relative;
}
.porfolio .speasyimagegallery-gallery-item img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.porfolio .speasyimagegallery-gallery-item:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}
.speasyimagegallery-gallery-item > div:after {
    content: " ";
    position: absolute;
    bottom: 6px;
    border: 2px solid #eee;
    left: 6px;
    right: 6px;
    top: 6px;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.porfolio:hover .speasyimagegallery-gallery-item:after {
    opacity: 1;
}
.porfolio .speasyimagegallery-gallery-item-content {
    bottom: 15px;
    left: 15px;
}

/* Testimonial */
.slider-text {
    text-align: center !important;
}
.tes-color i {
    color: rgba(84,89,95,0.05) !important;
    font-size: 120px !important;
}
.tes-img img {
    border-radius: 50%;
}
.tes-name {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #54595f !important;
}
.job-tes {
    font-size: 14px !important;
    color: #54595f !important;
}
.testimonial-column {
    box-shadow: 0px 0px 10px 0px rgb(159 159 158 / 58%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

/* Contact */
.contact-colum {
    box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 4%) !important;
    padding: 80px 30px;
    border-radius: 15px;
    background: #fff;
}

/* 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 */

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#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, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, a.hikabtn.hikacart,
.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 {
 	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 h3, .services-item i, .clients-item i {
  	color: var(--text-color) !important; 
}
.divider, .counter-item {
  	border-color: var(--text-color) !important;
}
