/*** 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: #f5f5f5;
}
#sp-top-bar a {
  	color: #000;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    background: #fff;
  	box-shadow: none;
}
#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 {
    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: #000;
}
.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 33px;
    background: #fff;
    color: #fff !important;
    text-transform: capitalize;
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #171F32 !important;
    transform: translateY(-8px);
}
.btn {
    padding: 10px 15px;
    background: transparent;
    color: #fff;
    border: 1px solid;
}
.btn:hover {
    background: #fff !important;
}

/* Slider */
.silder h5 {
    padding: 10px 15px 10px 15px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00AAFF 0%, #40F599 100%);
    border-radius: 69px 69px 69px 69px;
    width: max-content;
}

/* Shape */
.shape {
    fill: #ffffff;
}
.shape.bottom {
    fill: #4064d7;
}
.shape.bg h3 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Divider */
.divider.center {
    margin: 0 auto;
}

/* Services */
.services-item:hover {
    cursor: pointer;
}
.services-item, .services-item img {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.services-item:hover img {
    transform: scale(1.1);
}

/* Feature */
.feature-colum .sppb-column-overlay {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.feature-colum:hover .sppb-column-overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Images */
.images-colum .clearfix {
    width: 20%;
    float: left;
}

/* Testimonial */
.testimonial-colum {
    padding: 25px 30px 0;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

/* Team */
.team-colum {
    margin-bottom: 100px;
    display: inline-block;
}
.team-colum > .sppb-column-addons {
    padding: 0px 35px 35px 35px;
    border: 1px solid;
}
.team-contact {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}
.team-contact li {
    display: inline-block;
}
.team-contact a {
    display: inline-block;
    padding: 0 7px;
    color: #000;
    font-size: 17px;
}
.team-contact strong {
    display: none;
}

/* Started */
.started .sppb-col-md-6 {
    border-right: 4px solid;
}
.started .sppb-col-md-6:last-child {
    border-right: none
}
.started-title {
    padding: 22px 0px 22px 0px;
    border: 5px solid;
}

/* Contact */
.contact-home .team-contact a {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    font-size: 20px !important;
}

/* Counter */
.faq-item {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/* 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%;}  }


/* subscribe */
.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 #01172F !important;
    background-color: #01172F !important;
}
.subscribe-content table .button:hover {
    background: #fff !important;
    color: #01172F !important;
}
.subscribe-content table {
    width: 100% !important;
}
.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);
}

/* Step */
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
    background: #fff;
}
.sppb-panel-heading {
    padding: 50px 20px 50px 34px!important;
    background: #fff !important;
}
.et-step .sppb-addon-content {
    font-size: 13px;
}
.sppb-panel.sppb-panel-modern {
    border: 1px solid #d4d4d4 !important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.sppb-panel-heading i {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
}
.sppb-panel-heading i:before {
    content: "+";
    font-size: 18px;
}
.sppb-panel-heading.active i:before {
    content: "-";
    font-size: 18px;
}
.sppb-panel-heading.active i {
    transform: rotate(90deg);
    color: #fff;
    left: 27px;
}
.sppb-panel-title {
    font-size: 17px;
    text-transform: uppercase;
}

/* 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-bottom1 .sppb-icon-container i {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
    border-radius: 5px !important;
}

/* 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;
    }
}
@media (max-width: 1024px) {
    .shape.bg {
		display: none;
    }
}

/* 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) {
  	.silder h5 {
    	width: initial !important;
	}
}

/* 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,
#sp-bottom1 .sppb-icon-container 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,
button.btn.btn-primary.validate:hover, .title h3, .button:hover, .counter-item .count, .counter-item #shiva, #sp-footer a,
.button, .title h3, .services-item h3, .sppb-panel-heading.active .sppb-panel-title, a:hover {
  	color: var(--text-color) !important; 
}
.button:hover, .team-colum > .sppb-column-addons, .started-title, .divider, .started .sppb-col-md-6 {
  	border-color: var(--text-color) !important;
}
