/*** 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;
  	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: 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 */
.button {
    font-size: 17px;
    padding: 12px 25px;
    background: #fff;
    margin-right: 20px;
    color: #fff !important;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
  	border-color: #FF0437!important;
    background-color: #FF0437 !important;
}
.btn, .btn:hover {
    background-color: transparent;
    color: #fff !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}
.login .btn-primary {
    padding:  13px;
}
.login .btn-primary:hover {
    background: #222 !important;
}

/* Slider */
.silder .button-row {
  	display: inline-block;
    overflow: hidden;
  	margin-bottom: 20px;
}
.btn-slider {
  	font-size: 17px;
    padding: 9px 25px;
    background: #fff;
    margin-right: 20px;
  	color: #FF0437;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
  	font-weight: 600;
}
.button-slider {
	padding: 9px 25px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
  	font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
  	overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}
.button-slider:hover {
    background: #fff;
}
.slider-right-img img {
    cursor: pointer;
    transition: box-shadow .3s ease-out;
}
.slider-right-img img: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);
}

/* 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;
}

/* Bg */
.bg:after, .slider:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image:url('../images/pattern-circle.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg .title-icon i {
    color: #fff !important;
}
.bg .title-icon span {
    background: transparent !important;
}
.bg .title-icon:before {
    background: #fff !important;
}

/* Dirider */
.slider:before, .questions:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.questions:before {
    top: 0;
    transform: rotate(180deg);
}
.dirider.center {
    margin: 0 auto !important;
}
.questions .button {
    border-color: #fff !important;
}

/* Services */
.services-item .sppb-icon-container i {
    font-size: 25px;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
  	border-radius: 5px;
}
.services-item.left .sppb-icon-container i {
    background-color: rgba(228, 67, 124, 0.1);
}
.services-item.center .sppb-icon-container i {
    background-color: rgba(109, 212, 255, 0.2);
}
.services-item.right .sppb-icon-container i {
    background-color: rgba(255, 223, 86, 0.15);
}
.link-services.ser1 {
  	color: #FF0437;
    font-size: 20px;
}
.link-services.ser2 {
    font-size: 20px;
}
.link-services.ser3 {
  	color: #FED332;
    font-size: 20px;
}
.services-item.ser04 .sppb-icon-container i {
    background-color: rgba(68, 215, 182, 0.2);
}
.services-item.ser05 .sppb-icon-container i {
    background-color: rgba(250, 100, 0, 0.12);
}
.services-item.ser06 .sppb-icon-container i {
    background-color: rgba(32, 61, 224, 0.1);
}
.link-services.ser4 {
    color: #44D7B6;
    font-size: 20px;
}
.link-services.ser5 {
    font-size: 20px;
    color: #FA6400;
}
.link-services.ser6 {
    color: #7027E1;
    font-size: 20px;
}

/* Pricing */
.pricing-colum > .sppb-column-addons {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 5%);
    padding-top: 50px;
    position: relative;
}
.pricing-item h1 {
    font-size: 60px;
    font-weight: 800;
}
.pricing-item .small {
    font-size: 15px;
    font-weight: 600;
}
.pricing-item ul {
    max-width: 260px;
    margin: 25px auto;
}
.pricing-item ul li {
    color: #000;
    padding-left: 40px;
    line-height: 2.4em;
    font-weight: 500;
    text-align: left;
    list-style-type: none;
    position: relative;
    font-size: 15px;
}
.pricing-item ul li em {
    padding-right: 10px;
}
.pricing-item ul li strong {
    display: none;
}
.btn-pricing, .btn-pricing:hover {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    border: none;
    border-radius: 0px 0px 5px 5px;
    padding: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    color: #fff !important;
}
.btn-pricing:hover {
    color: #fff;
}
.pricing-center ul li,
.pricing-center h2.title-pricing,
.pricing-center .et-btn-pricing:hover {
    color: #fff !important;
}
.pricing-center.et-pricing-item h2.title-pricing:after,
.pricing-center .et-btn-pricing  {
    background-color: #fff;
}
.pricing-center .et-btn-pricing:hover {
    border-color: #fff !important;
}
.pricing-badge {
    position: absolute;
    top: 0;
    right: 0;
}
.corner {
    border-right-width: 150px;
    border-bottom-width: 150px;
    border-left-width: 150px;
    width: 0;
    height: 0;
    border-bottom: 150px solid transparent;
    border-right: 150px solid;
    border-left: 150px solid transparent;
}
.corner .title {
    position: absolute;
    top: 35px;
    width: 100px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
    right: 0;
}

/* Testimonials */
.testimonials-item img {
    width: 100px;
    border-radius: 50%;
}
.testimonials-item .name {
    color: #000 !important;
}

/* Counter */
.counter .sppb-row-container {
    background-color: #FED332;
    padding: 0;
    border-radius: 10px;
    margin-top: -70px;
}
.counter-item {
    padding: 40px 0;
    
}
.counter-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    background: rgb(0 0 0 / 12%);
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: -1;
}
.counter-item:hover:before {
    height: 100%;
}
.counter-item .count, .counter-item #shiva {
    line-height: 60px;
    font-weight: 600;
    font-size: 70px;
    color: #fff;
}
.counter-item h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

/* Team */
.team .title:after {
    margin: 0;
}
.team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 0;
    padding: 30px 15px 0 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);
    text-align: center;
    bottom: 0px;
    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;
}
.team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.team-item .sppb-media-content ul li a {
    font-size: 20px;
    color: #fff !important;
}
.team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.team-item .sppb-media-content ul li em {
    display: none;
}
.team-item img {
    width: 100%;
}

/* 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: 100%;
}
#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;
}

/* 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%);
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
    display: inherit;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 30px;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}
/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom1 {
  	text-align: center;
  	font-size: 16px;
}
#sp-bottom1 .shrewd_solution_icon {
    margin: 0;
    text-align: center;
    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;
    margin-bottom: 0 !important;
}
#sp-bottom1 .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;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    margin: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon li a.facebook {
    background-color: rgb(0, 102, 255);
}
#sp-bottom1 .shrewd_solution_icon li a.twitter {
    background-color: rgb(4, 56, 158);
}
#sp-bottom1 .shrewd_solution_icon li a.instagram {
    background-color: rgb(112, 39, 225);
}
#sp-bottom1 .shrewd_solution_icon li a.youtube {
    background-color: rgb(78, 30, 149);
}
/* 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, .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,
.title-icon:before, .say, .questions, .button, .btn-pricing, .btn-pricing:hover, .team-item .sppb-media-content, .bg,
.login .btn-primary, .questions .title-icon i, .say .title-icon i {
 	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-icon i, .services-item.center .sppb-icon-container i, .services-item.center h3,
.link-services.ser2, .title h3, .btn-slider:hover, .button-slider:hover, .pricing-item i, .pricing-item ul li:before, .testimonials-item .job,
.pricing-item ul li em {
  	color: var(--text-color) !important; 
}
.diveder-team, .button {
  	border-color: var(--text-color) !important;
}
.corner {
    border-right-color: var(--text-color) !important;
}