/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #000;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  	color: #000;
  	background: #F7F3E7;
}
#sp-top-bar a {
  	color: #000;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    background: #131313;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid #e0e0e0;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #131313;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #131313;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	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;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}
#sp-menu ul.social-icons a {
    color: #fff;
}

/* 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: #131313;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.button {
    font-size: 15px;
    padding: 12px 25px;
    background: #fff;
    margin-right: 20px;
    color: #fff !important;
    text-transform: capitalize;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #FF0437 !important;
}
.btn, .btn:hover {
    background-color: transparent;
    color: #fff !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}

/* Slider */
.slider-colum {
    border-radius: 8px;
}
.slider-title {
    padding: 50px;
    border-radius: 10px;
}
.slider-colum,
.slider-title,
.subscribe-content {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider-colum:hover {
  	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background-color: rgba(0,0,0,.5)!important;
}
.slider-colum:hover .slider-title {
    transform: scaleX(0.95);
}
.slider-colum:hover .subscribe-content {
    transform: scaleX(1.05);
}

/* Button */
.icon-link a:hover {
    color: #fff !important;
}
.btn.color {
    font-size: 12px;
}

/* Title */
.title h2 {
    color: #12265A;
    font-size: 60px;
    font-weight: 600;
}
.title-icon {
    max-width: 170px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.title-icon:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: -1;
    top: 12px;
    left: 0;
}
.title-icon i {
  	padding: 0 10px;
}

/* Feature */
.feature-colum {
    position: relative;
    overflow: hidde;
}
.feature-colum:before,
.feature-colum:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,.18);
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.feature-colum:after {
    left: inherit;
    right: 0;
}
.feature-colum:hover:before,
.feature-colum:hover:after {
    width: 0;
}

/* Bg */
.bg {
    position: relative;
}
.bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    display: inline-block;
    background-image: linear-gradient(180deg, rgba(50, 51, 53, 0.49) 0%, #323335 100%);
}

/* Shape */
.shape .elementor-shape {
    -webkit-transform: rotate( 180deg);
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg);
}
.shape svg {
    height: 120px;
    width: 100%;
}
.shape path {
    fill: #FFFFFF;
}

/* Feature */
.feature-colum {
    border-radius: 10px;
}

/* About */
.list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list li {
    padding-left: 25px;
    position: relative;
    line-height: 35px;
}
.list li:before {
    content: '\f111';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
    font-family: 'Font Awesome 5 Free';
}
.about-img-effect:hover img {
     transform: skewY(-2deg);
     transition: 0.25s;
}

/* Services */
.services-item h2,
.about-img-effect img,
.services .sppb-row .clearfix,
.services-item .sppb-addon-content h4 {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.services .sppb-row > div:nth-child(n+2) .clearfix:hover {
    box-shadow: 2px 2px 25px rgb(0 0 0 / 50%);
}
.services-item .sppb-addon-content h4 {
    font-size: 18px;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: -25px;
    cursor: pointer;
}
.services .clearfix:hover .services-item .sppb-addon-content h4 {
    margin-top: -5px;
}
.services .clearfix:hover .services-item h2 {
  	color: #000!important;
    transform: scale(.95);
}

/* Office */
.office-colum .clearfix {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.office-colum .clearfix:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

/* Benefits */
.benefits-colum {
    border-radius: 10px;
}
.benefits-colum img {
    width: 90px;
}
.benefits-colum img {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.benefits-colum:hover img {
  	 transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

/* Something */
.something-colum {
    border-radius: 10px;
}
.something-colum img {
    width: 80px;
}

/* Testimonial */
.testimonial-colum {
    border-radius: 10px;
}
.testimonial-colum img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid;
}
.testimonial-colum {
  	cursor: pointer;
  	transition: box-shadow .3s ease-out;
}
.testimonial-colum:hover {
  box-shadow:
    0 2px 2px rgba(34,34,34,0.2),
    0 4px 4px rgba(34,34,34,0.2),
    0 8px 8px rgba(34,34,34,0.2),
    0 16px 16px rgba(34,34,34,0.2),
    0 32px 32px rgba(34,34,34,0.2),
    0 64px 64px rgba(34,34,34,0.2);
}

/* Counter */
.counter-item img {
    width: 80px;
    margin-bottom: 20px;
}
.counter-item .count, .counter-item #shiva {
    line-height: 60px;
    font-weight: 600;
    font-size: 65px;
    color: #fff;
}
.counter-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

/* Team */
.team .et-title:after {
    margin: 0;
}
.team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
}
.team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.team-item .sppb-media-content p {
    margin-bottom: 0;
}
.team-item .sppb-media-content ul {
    padding: 0;
}
.team-item .sppb-media-content ul li a {
    font-size: 16px;
    color: #000 !important;
    padding: 0 4px;
}
.team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.team-item .sppb-media-content ul li em strong{
    display: none;
}

/* Contact Info */
.contact-info .shrewd_solution_icon {
    margin: 0;
    padding: 0;
    padding-top: 7px;
}
.contact-info .shrewd_solution_icon li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
.contact-info .shrewd_solution_icon li a, #sp-bottom1 .shrewd_solution_icon li a:hover {
    font-size: 18px;
    height: 40px;
    width: 40px;
    position: relative;
    line-height: 45px;
    background: #000;
    color: #fff !important;
    text-align: center;
    border-radius: 5%;
    margin: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.et-contact-info .shrewd_solution_icon li strong {
    display: none;
}

/* Skill */
.skill {
    position: relative;
}
.skill:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.33) 0%, rgba(246,131,56,0.67) 100%);
    z-index: -1;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.bar .sppb-row-container {
    margin-top: -250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 50px 20px;
}
.skill-left #skill li p {
    color: #000 !important;
}
#skill { 
    list-style: none;
    position: relative;
    padding-left: 0;
}
#skill li { 
    margin-bottom: 60px; 
    background: #eee;
    height: 5px; 
    border-radius: 0px;    
}
#skill li h3, #skill li p { 
    position: relative;
    top: -25px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 50%;
}
#skill li p { 
    text-align: right;
    font-size: 15px;
}
.bar { 
    height: 5px;  
    position:absolute;
    border-radius: 0px;   
}
.graphic-design {
    background: #0066FF;
    width: 90%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
}
.html-css {
    background: #FF0437;
    width: 80%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
}
.jquery {
    background: #7027E1;
    width: 86%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
.thread {
    background: #FED332;
    width: 70%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
@-moz-keyframes graphic-design {0%  { width:0px;} 100%{ width:100%;}  }
@-moz-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-moz-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

@-webkit-keyframes graphic-design       { 0%  { width:0px;} 100%{ width:100%;}  }
@-webkit-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-webkit-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }


/* Say */
.say .title-icon:before {
    background: #fff !important;
}
.say .title-icon i {
    color: #fff !important;
}
.say .button {
    background: #ffc107 !important;
}

/* Questions */
.questions .title-icon:before {
    background: #fff !important;
}
.questions .title-icon i {
    color: #fff !important;
}

/* subscribe */
.subscribe-content {
    padding: 30px 30px;
    background: #323335;
    border-radius: 10px;
    margin-top: 20px;
}
.subscribe-content table input {
    padding: 10px 10px!important;
    border-radius: 0px !important;
    width: 100% !important;
}
.subscribe-content table .button {
    padding: 6px 20px!important;
    border: 3px solid !important;
}
.subscribe-content table .button:hover {
    background: #fff !important;
    color: #01172F !important;
}
.subscribe-content table {
    width: 100% !important;
    position: relative;
}
.subscribe-content #formAcymailing39931 {
    position: relative !important;
}
.subscribe-content .wpforms-field {
    padding: 0 !important;
}
.subscribe-content table tr:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Bg Title */
.bg-title .sppb-addon-content {
    margin-top: -50px;
}
.bg-title h4 {
    font-size: 55px;
    font-weight: 600;
}
.bg-title h6 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.63);
} 

/* 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;
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

/* Bottom */
#sp-bottom > .container,
#sp-footer > .container {
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}
.sp-module .sp-module-title {
    position: relative;
    margin: 0 0 20px;
    color: #fff;
    font-size: 28px !important;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom .sp-module .sp-module-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100px;
    display: block;
    height: 4px;
    z-index: 0;
}
#sp-bottom #sp-bottom1 h2 {
    font-size: 50px;
    color: #fff;
}
#sp-bottom .sp-module ul > li {
    margin-bottom: 0;
}
#sp-bottom a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff !important;
    font-weight: 500;
}
#sp-bottom1 .shrewd_solution_icon {
    margin: 0;
    padding: 15px 0;
    margin-top: 14px !important;
}
#sp-bottom1 .shrewd_solution_icon li {
    position: relative;
    display: inline-block !important;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
#sp-bottom1 .shrewd_solution_icon li a, #sp-bottom1 .shrewd_solution_icon li a:hover {
    font-size: 18px;
    height: 40px;
    position: relative;
    line-height: 45px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom2 strong,
#sp-bottom1 .shrewd_solution_icon li strong {
    display: none;
}
#sp-bottom2 ul {
  float: left;
  width: 50%;
}
#sp-bottom2 ul li {
    padding-bottom: 20px;
}
#sp-bottom2 ul li em {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
  border-top: 1px solid rgba(255,255,255,.1);
    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;
    }
    .sp-dropdown {
		max-width: 1200px;
    }
}
@media (max-width: 1337px) {
  	#sp-menu .social-wrap {
    	display: none  !important;
	}
}
/* 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) {
  	div#sp-menu {
    	width: 10%;
	}
    .testimonial .sppb-col-md-4 {
      	margin-bottom: 30px;
    }
}

/* 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,
a.hikabtn.hikacart, .slider-title, .services-item .sppb-addon-content h4, .button, .something-colum,
#sp-bottom .sp-module .sp-module-title:before {
 	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, .counter-item h4, .list li:before {
  	color: var(--text-color) !important; 
}
.testimonial-colum img {
  	border-color: var(--text-color) !important;
}
