/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
}
#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: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
#sp-menu {
  	position: relative;
}
#sp-menu:before {
    background-color: #333;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: -335px;
    width: 1280px;
    -webkit-transform: skew(-45deg);
    -khtml-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}
.sp-contact-info li {
    text-transform: uppercase;
}

/* 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: #333;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}
#offcanvas-toggler {
    position: relative;
    z-index: 9;
}

/*** Block Styles ***/
/* Button */
.btn {
    position: relative;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    background: none;
    line-height: 24px;
    border: none;
    z-index: 0;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn:hover {
  	background: #333 !important;
  	color: #fff;
}

/* Slider */
a.slider-btn {
  	color: #fff !important;
  	font-size: 15px !important;
  	font-weight: 500 !important;
  	letter-spacing: 1px !important;
  	padding: 15px 35px !important;
  	border-radius: 3px !important;
  	border: none !important;
  	display: inline-block;
  	cursor: pointer;
  	text-transform: uppercase !important;
  	-moz-transition: ease all 0.55s;
  	-o-transition: ease all 0.55s;
  	-webkit-transition: ease all 0.55s;
  	transition: ease all 0.55s;
  	line-height: 50px;
  	position: relative;
  	margin: 0 20px !important;
}
a.slider-btn.right:hover,
a.slider-btn.left {
  	background: #333 !important;
}

/* Skew Divider */
.skew {
    z-index: 2 !important;
}
.skew-divider {
    position: relative;
    z-index: 1;
}
.skew-divider:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: -33px;
    z-index: -1;
    top: 0;
    width: 100%;
    -webkit-transform: skew(-45deg);
    -khtml-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}
.skew-divider-2.skew-divider:before {
    -webkit-transform: skew(45deg);
    -khtml-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg);
}
.skew-divider.skew-divider-3:before {
    right: auto;
    left: -50px;
    width: 90%;
}
.button-no-bg {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent !important;
    border: none;
}

/* Title */
.title h3 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 10px;
}

/* Services */
.services-item h4 {
    color: #7d7a7a;
    position: relative;
    margin-top: -55px;
    font-size: 36px;
    padding-left: 25px;
    letter-spacing: 0.01em;
    font-weight: 700;
}

/* Check List */
.check-list {
    list-style-type: none;
    padding: 0;
}
.check-list li {
    padding-bottom: 10px;
}
.check-list em {
    padding-right: 10px;
}
.check-list strong {
    display: none;
}

/* Team */
.team-item .sppb-img-container {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.team-item .sppb-img-container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    background: #ccc;
    transition: all .3s linear;
    z-index: 2;
}
.team-item .sppb-img-container img {
    width: 100%;
    border-radius: 50%;
}
.team-item:hover .sppb-img-container:before {
    opacity: .5;
     border-radius: 200px!important;
}
.team-item .qx-person-position {
    font-size: 16px;
    transition: all .3s linear;
    color: #959191;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 300;
    text-transform: capitalize;
}
.team-item:hover .social-links  {
    position: absolute;
    bottom: 150px;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    opacity: 1;
}
.team-item .social-links {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.team-item:hover .social-links {
    bottom: 180px;
    opacity: 1;
}
.team-item .social-links a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    line-height: 38px;
    margin: 0 6px;
    display: inline-block;
}
.team-item .social-links a:hover {
    color: #007dac !important;
}
.team-item .social-links strong {
    display: none;
}

/* Course */
.course-item {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-bottom: 4px solid #26bdef;
    border-radius: 0px 0px 10px 10px;
}
.course-item .course-info {
    display: inline-block;
    margin: 20px 0 0px;
    width: 100%;
}
.course-item .course-info span a {
    font-size: 20px;
    color: #fff;
    background: #26bdef;
    padding: 5px 12px;
    border-radius: 57px;
}
span.course-instructor {
    width: 50%;
    float: left;
}
.course-item span.course-students {
    font-weight: bold;
    color: #8a8989;
    font-size: 17px;
}
.course-item .btn-course {
    position: absolute;
    bottom: 10%;
    border-radius:50px;
    display: inline-block;
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
    width: 110px;
    padding: 10px 28px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.course-item .btn-course:hover {
    background: #000 !important;
}
.course-item:hover .btn-course {
    bottom: 50%;
    opacity: 1;
}

/* Contact */
.contact {
    z-index: 3 !important;
}
.contact .sppb-row {
    background-color: #fff;
    padding: 70px 55px 70px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 10px 50px rgb(0 0 0 / 20%);
    -khtml-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
    box-shadow: 0 10px 50px rgb(0 0 0 / 20%);
    z-index: 109;
    position: relative;
}
.contact ul {
  padding: 0;
  margin: 0;
}
.contact ul li {
  display: inline-block;
}
.contact ul li a {
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  left: 0;
  right: 0;
  line-height: 30px;
  background-color: #ddd;
  margin: auto;
  text-align: center;
  display: inline-block;
}
.contact ul li strong {
    display: none;
}
.contact ul li a.facebook {
  background-color: #2a5187;
}
.contact ul li a.twitter {
  background-color: #42c7f8;
}
.contact ul li a.google {
  background-color: #f13055;
}
.contact ul li a.rss {
  background-color: #facf39;
}
.contact ul li a.vimeo {
  background-color: #4288be;
}
.mail-item i {
    height: 63px !important;
    width: 63px !important;
    line-height: 63px !important;
    background: #222;
    border-radius: 50%;
}

/* Testimonial */
.testimonial-item img {
  	border-radius: 50%;
}

/* Tabs */
.tab .sppb-nav-tabs>li {
  margin-right: 10px;
}
.tab .sppb-nav-tabs>li>a {
    line-height: 1.42857143;
    padding: 10px 15px;
    background: none;
    border: 1px solid transparent;
    color: #000 !important;
    border-right-width: 0;
}
.sppb-nav-tabs {
    border-bottom:none;
}
.tab .sppb-nav-tabs>li>a:hover,
.tab .sppb-nav-tabs>li.active>a {
    border-radius: 5px;
    border: 1px solid #eee;
}

/* Step */
.sppb-panel-modern>.sppb-panel-heading {
    padding: 10px 30px 10px 15px;
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
    border-radius: 15px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin-bottom: 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 {
    background: #f7f7f7;
    padding: 20px;
}

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

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 400;
    font-size: 24px;
    color: #000;
}
#sp-bottom .sp-module-content .latestnews>li>a>span {
    color: #000;
}
#sp-bottom em {
    padding-right: 10px;
}
#sp-bottom 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;
    }
}
@media (max-width: 1400px) {
  	#sp-menu {
    	position: relative !important;
	}
	#sp-menu:before {
    	left: 100px;
      	right: auto;
  	}
}

/* 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;
	}
  	.skew {
    	margin-top: 0px  !important;
  	}
  	.button-no-bg {
    	font-size: 20px;
    }
  	.skew-divider .clearfix {
    	padding-left: 0 !important;
	}	
    .need-colum {
      	padding: 10px !important;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	#sp-menu:before {
        left: 0px;
        right: auto;
	}
}

/* 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.slider-btn.right, .btn, .course-item .course-info span a,
.course-item .btn-course, .mail-item i, a.slider-btn.left:hover {
 	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,
.slider-title-small h3, .button-no-bg, .title h3 .color, .title h4, .check-list em, .team-item .social-links a,
.team-item p  {
  	color: var(--text-color) !important; 
}
.course-item {
  	border-color: var(--text-color) !important;
}
