/*** 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;
    background-color: #222222;
  	color: #fff;
}
#sp-top-bar a {
  	color: #fff;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
  	border-bottom: 1px solid rgba(255,255,255,0.1);
    height: inherit;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%)!important;
    background-color: #fff;
}
#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;
}

/* 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, .btn, .btn:hover {
    padding: 19px 30px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    background: transparent;
    color: #4F8CC6;
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.button {
	border: 2px solid;
}
.button:hover {
	background: #4F8CC6;
	transform: scale(1.05);
}
.btn, .btn:hover {
	letter-spacing: 2px;
}
.btn:hover {
	transform: scale(1.05);
}

/* Title */
.title h3 {
	letter-spacing: 3px;
}
.title h2 {
	font-size: 48px;
	font-weight: 800;
	padding: 20px 0;
	margin: 0;
}

/* Shape */
.shape-bottom svg {
	height: 70px;
    width: 100%;
}
.shape-bottom .elementor-shape-fill {
	fill: #FFFFFF;
}

/* About */
.about-colum {
	margin-top: 30px;
}
.about-list ul {list-style-type: none;padding: 0;margin: 0;}
.about-list li {
	padding-bottom: 8px;
	font-size: 14px;
}
.about-list strong {
	display: none;
}
.about-list em {
	padding-right: 10px;
}
.about-img img {
    border: 20px solid #fff;
}
.about-list.big li {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #616161;
}

/* Bg */
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Intro */
.check-list {
	float: left;
	width: 50%;
}
.check-list li {
	margin-bottom: 10px;
	font-size: 13px;
}
.check-list a {
	color: #000;
}
.intro-text p {
	font-style: italic;
}
.check-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.check-list strong {
	display: none;
}
.check-list em {
	padding-right: 10px;
}

/* Feature */
.feature .title h3 {
	color: #ffac00 !important;
	font-size: 15px !important;
}
.feature .title h2 {
  font-size: 41px;
}
.feature-colum .clearfix {
	position: relative;
	z-index: 1;
}
.feature-colum .clearfix:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.62;
}
.feature-colum h3 {
	font-weight: 600;
	letter-spacing: 3px;
}
.feature-colum strong {
	display: none;
}
.feature-colum em {
	color: #fff;
	font-size: 20px;
	margin: 20px 0;
	position: relative;
}
.feature-colum em:before {
	padding: 0 10px;
	z-index: 3;
}
.feature-colum p {
	position: relative;
	display: inline-block;
	padding: 0 50px;
	margin: 0;
}
.feature-colum p:after, .feature-colum p:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 1px;
	width: 50px;
	border: 1px dashed #fff;
	margin: auto 0;
	display: inline-block;
}
.feature-colum p:after {
	right: 0;
}
.feature-colum p:before {
	left: 0;
}
.feature-colum h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 800;
}
.feature-colum h6 {
	color: #fff;
	margin-top: 20px
}

/* Work */
.work-colum {
	position: relative;
}
.work-colum:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 40%;
	right: 0;
	top: 0;
}
.no-bf.work-colum:before {
	content: none;
}
.no-bf.work-colum .work-item {
	border-top: 2px solid;
}
.work-item {
	position: absolute;
	bottom: 80px;
	max-width: 300px;
	padding: 30px;
	background: #fff;
	right: 60px;
}

/* Skill */
.skill {
    position: relative;
}
.skill-left #skill li p {
    color: #000 !important;
}
.bar-skill #skill {
    list-style: none;
    position: relative;
    padding: 0 !important;
    background-image: none !important;
}
#skill li {
    margin-bottom: 20px;
    background: #eee;
    height: 25px;
    border-radius: 20px;
}
#skill li h3, #skill li p {
    position: relative;
    top: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    float: left;
    width: 50%;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#skill li p {
    text-align: right;
    font-size: 16px;
    color: #000;
}
.bar {
    height: 25px;
    position:absolute;
    border-radius: 20px 5px 5px 20px;
    background: #f74f22;
}
.course-colum.right .bar {
	background: #ffac00;
}
.graphic-design {
    width: 60%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
}
.html-css {
    width: 80%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
}
.jquery {
    width: 86%;
    -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%;}  }

/* Course */
.course-colum {
	border: 1px solid;
	padding: 20px;
	border-radius: 30px;
}
.couser-full {
	background: #F8FAFF;
	overflow: hidden;
	padding: 30px 20px;
	border-radius: 20px;
}
.couser-full > div {
	width: 33.33%;
	float: left;
	padding: 0px 20px;
	border-right: 2px solid #A7A7A71F;
}
.couser-full > div.right {
	border: none;
}
.couser-full h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(0,0,0,.5);
}
.couser-full h6 {
	font-weight: 800;
	color: #ffac00;
}

/* Services */
.services-colum, .services-colum .sppb-column-overlay {
	border-radius: 30px;
}

/* Counter */
.counter-full {
	width: 31.33%;
	float: left;
	background: #fff;
	margin: 0 1%;
	padding: 15px 10px;
}
.counter-full h1 {
	font-weight: 800;
	font-size: 33px;
}
.counter-full h5 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

/* bg-rotate */
.bg-rotate .sppb-row-overlay:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -35px;
    background: #fff;
    height: 60px;
    width: 80%;
    transform: rotate(2deg);
}
.bg-rotate .sppb-row-overlay:after {
    position: absolute;
    content: '';
    right: -50px;
    bottom: -32px;
    background: #fff;
    height: 60px;
    width: 33%;
    transform: rotate(-7deg);
}

/* Event */
.event-colum-left {
	position: relative;
}
.event-colum-left .event-time {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	border-radius: 20px;
}
.event-colum-left, .event-colum-left .sppb-column-overlay {
	border-radius: 20px;
}
.event-colum-left ul, .event-item ul {
	list-style-type: none;
	padding: 20px 0;
}
.event-colum-left ul strong, .event-item ul strong {
    display: none;
}
.event-colum-left ul em, .event-item ul em {
    padding-right: 10px;
}
.event-item {
	padding: 25px 25px 11px 25px;
	border-radius: 20px;
	width: 100%;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.event-item h5 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px;
}
.event-item h5 a {
	color: #ffac00;
}
.event-item.center,
.event-item:hover {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
} 
.event-item .left {
    float: left;
    width: 70%;
}
.event-item .right {
    float: right;
    width: 30%;
    text-align: right;
    margin-top: 25px;
}
.event-item ul li {
	display: inline-block;
	margin-right: 20px;
}
.event-item ul {
	margin: 0;
}
.event-item .right > div {
	display: inline-block;
	border: 2px solid #ffac00;
	padding: 20px;
	width: 90px;
	text-align: center;
	border-radius: 20px;
}
.event-item .right h4 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	color: #ffac00;
}
.event-item .right h3 {
	font-size: 18px;
	font-weight: 800;
	color: #ffac00;
}

/* Team */
.team-item {
    padding: 30px 30px;
    margin-left: -50px;
    background: #fff;
    border-radius: 20px;
}
.team-item h3 {
	letter-spacing: 2px;
}
.team-item h5 {
	font-size: 16px;
	font-weight: 600;
}
.team-item .shrewd_solution_icon {
    padding-top: 10px;
}
.team-item .shrewd_solution_icon ul, .team-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin: 0;
}
.team-item .shrewd_solution_icon ul li a {
    font-size: 14px;
    color: #fff !important;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    margin-right: 8px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.team-item .shrewd_solution_icon strong {
    display: none;
}
.team-item .shrewd_solution_icon ul li a:hover {
	color: #fff !important;
}

/* Us */
.us .clearfix {
	float: left;
	width: 20%;
	padding: 0 20px;
}
.us .us-item {
	background-color: #F8FAFF;
	padding: 25px;
	border-radius: 20px;
}
.us .us-item i {
	height: 80px !important;
	width: 80px !important;
	line-height: 80px !important;
	border: 1px solid;
	border-radius: 50%;
}

/* Testimonial */
.tes-img img {
    border: 4px solid #3c527e;
}

/* Video */
.video-left {
	position: relative;
	border-radius: 30px 0px 0px 30px;
}
.video-left:before {
	content: '';
	position: absolute;
	left: 1%;
	top: 1%;
	border-radius: 30px;
	height: 98%;
	width: 98%;
	border: 2px solid #FFFFFF3D;
}
.video-right {
    border-radius: 0px 30px 30px 0px;
}

/* Blog */
.blog .title h3 {
	font-size: 40px;
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
	width: 31.33%;
	margin: 1%;
	background: #160040;
}
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.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%);
}
.jmm-text {
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.jmm-readmore a {
	color: #ce17eb;
}
.jm-category-module.default .jmm-intortext {
    color: #fff;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #4F8CC6 !important;
    padding: 13px 20px;
}

/* Bottom Top */
#sp-bottom-top {
	position: relative;
}
#sp-bottom-top:before {
    position: absolute;
    content: '';
    left: 0;
    top: -35px;
    background: #fff;
    height: 60px;
    width: 80%;
    transform: rotate(-2deg);
}
#sp-bottom-top:after {
    position: absolute;
    content: '';
    right: -50px;
    top: -32px;
    background: #fff;
    height: 60px;
    width: 33%;
    transform: rotate(7deg);
}
.bottom-top-item {
	padding: 30px;
	background-image: linear-gradient(180deg, #D73502 4%, #222222 4%);
}
.bottom-top-item i {
	height: 48px !important;
	width: 48px !important;
	line-height: 48px !important;
	border-radius: 50%;	
}
.bottom-top-item.center {
	background-image: none;
}
.bottom-top-item.center i {
	background: #fff !important;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
}
#sp-bottom2 span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-bottom1 .shrewd_solution_icon ul, #sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #fff !important;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 0px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
	background: #fff !important;
}
#sp-bottom1 .shrewd_solution_icon strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/*** 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;
	}
  	.bar-skill .sppb-col-md-6, .get-involve .sppb-col-md-4 {
    	margin-bottom: 40px;
	}
  	.team-item {
    	margin-left: 0px;
	}
  	.client .sppb-col-md-6:last-child .clearfix:first-child {
    	margin-bottom: 30px !important;
	}
  	.us .clearfix {
    	width: 100%;
    	margin-bottom: 30px;
	}
  	.testi .sppb-col-md-6 {
    	margin-bottom: 50px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
  	#skill li h3, #skill li p {
    	top: 5px;
    	font-size: 12px;;
	}
  	.bg-rotate .sppb-row-overlay:before, #sp-bottom-top:before {
    	left: -5px;
    	width: 85%;
	}
  	.couser-full > div {
        width: 100%;
        border-right: 0;
	}
  	.counter-full {
    	width: 100%;
	}
  
}

/* 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-footer, #sp-bottom1 .shrewd_solution_icon ul li a, .feature-colum .clearfix:before, .work-colum:before,
.event-colum-left .event-time, .team-item .shrewd_solution_icon ul li a:hover, .bottom-top-item i, .bottom-top-item.center {
 	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, .check-list em, .counter-full h1, .event-colum-left ul em, .event-item ul em, .event-item.center h3, .event-item.center h4,
.team-item .shrewd_solution_icon ul li a, .bg-title li em, .about-list em, .us-item i, .bottom-top-item.center i,
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
  	color: var(--text-color) !important;
}
.title h4:before, .title h3:before, .course-colum, .event-item.center .right > div, .team-item .shrewd_solution_icon ul li a,
.us-item i, .no-bf.work-colum .work-item {
  	border-color: var(--text-color) !important;
}
