/*** General CSS ***/
/** REMOVE FRONT-END EDITING BUTTON */
/* SP Page Builder controls not disabling the button. */
#sp-page-builder .sp-pagebuilder-page-edit { display: none; visibility: hidden; }


body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #ffd369;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    background-color: #4943ac;
    color: #fff;
    font-size: 18px;
    padding: 12px 0 12px;
}
#sp-top-bar a {
  	color: #fff;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #22a03d;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    
    color: #000;
}

/* Shape */
.shape-bottom {
  	z-index: 2 !important;
}
.shape-bottom svg {
	height: 88px;
    width: 100%;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
}
.shape-bottom .shape-small svg {
  	height: 30px;
}
.shape-small.bottom {
	-webkit-transform: rotate( 180deg);
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg);
}

.domu {
	line-height: 48px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    background: #d7900f;
    color: #fff !important;
}


.rodice {
	line-height: 48px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    background: #f30606;
    color: #fff !important;
}

.aktuality {
	line-height: 48px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    background: #dd1bd7;
    color: #fff !important;
}

.tridy {
	line-height: 48px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    background: #045a52;
    color: #fff !important;
}

.oskole {
	line-height: 48px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    background: #2856d7;
    color: #fff !important;
}



/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    background-color: #fff;
    z-index: 9999;
}
#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: #222;
    margin-left: 20px;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 30px 0px 30px;
    margin-left: 20px;
    color: #fff;
}
.sp-megamenu-parent>li:last-child>a {
    line-height: 48px;
    font-weight: 500;
    border-radius: 5px;
    background: #ffffff33;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background-image: linear-gradient(45deg, #229631 0%, #21C063 100%);
}

/* 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: 20px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #222;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.btn, .button, .no-btn {
    padding: 13px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid;
    display: inline-block;
    box-shadow: 0px 10px 30px 0px rgb(75 131 252 / 50%);
    background: transparent;
    color: #fff !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
	color: #fff!important;
}
.btn:hover, .button:hover, .no-btn:hover {
      transform: translateY(-8px);
}
.btn.color {
	background-color: #66cfa9 !important;
  	border-color: #66cfa9 !important;
}

/* Title */
.title strong {
	display: none;
}
.title em {
	padding-right: 10px;
}
.title h3 {
	letter-spacing: 2px;
}
.title h2 {
	font-size: 43px;
	font-weight: 600;
	padding: 20px 0;
	color: #1b2336;
}
.title.white h3, .title.white h2 {
	color: #fff !important;
}

/* Bg */
.bg > .sppb-row-overlay {
	background-image: linear-gradient(90deg, #040D25E6 0%, #4B83FC00 100%);
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
	color: #66cfa9;
}

/* Slider */
.title-slider h1 {
	font-size: 75px;
	font-weight: 800;
	color: #1b2336;
	padding: 20px 0;
	margin: 0;
}
.slider-colum .clearfix:nth-child(2) {
	width: 60%;
	float: left;
}
.slider-colum .clearfix:nth-child(3) {
	width: 20%;
	float: left;
}
.slider-colum .clearfix:nth-child(4) {
	width: 50%;
	float: left;
}
.slider-right {
	position: relative;
}
.slider-space {
    width: 538px;
    height: 538px !important;
    border-radius: 50%;
    background: #66cfa9;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}

/* Video */
.video {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #66cfa9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 10px solid #21C063;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.video a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* About */
.about-img img {
	border: 12px solid #fff;
}
.about-pg-colum .clearfix:first-child {
	width: 100%;
}
.about-pg-colum .clearfix {
	width: 50%;
	float: left;
}

/* Team */
.team-item {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgb(102 207 169 / 0%);
    padding: 20px 20px 20px 20px;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover, .team-item.color {
	background-color: #66cfa9;
    box-shadow: 0px 10px 30px 0px rgb(102 207 169 / 50%); 
}
.team-item:hover h3, .team-item:hover .sppb-addon-text {
	color: #fff !important;
}
.team-item img {
	border-radius: 50%;
}
.team-colum .clearfix {
	float: left;
	width: 18%;
	margin: 0 1%;
}

/* Professionals */
.professionals .sppb-row {
	background-color: #558907;
	margin: 0 10px
}
.professionals-img img {
	-webkit-mask-image: url(../images/img-mask.png);
	-webkit-mask-size: 100%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}
.professionals-img {
	position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}
.professionals-img1 {
    position: absolute;
    left: 0;
    top: 20%;
}
.professionals-img2 {
	position: absolute;
    left: 20px;
    bottom: 20%;
}
.professionals-img3 {
	position: absolute;
    right: -90px;
    top: 20%;
}

/* Counter */
.counter-item h1 {
	font-size: 70px;
	margin: 0;
	line-height: 63px;
	font-weight: 600;
}
.counter-item h5 {
	font-size: 16px;
	font-weight: 500;
}

/* Course */
.course-colum {
    box-shadow: 0px 10px 30px 0px rgb(75 131 252 / 10%);
    position: r;
}
.course-item h3 {
	background-color: #66cfa9;
	box-shadow: 0px 10px 30px 0px rgb(102 207 169 / 50%);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	letter-spacing: 3px;
}
.course-item .sppb-media-content {
    padding: 30px 30px 0px;
}
.course-pricing {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 12px 17px;
	background-color: #ffbd40;
	border-radius: 50px 50px 50px 50px;
	box-shadow: 0px 10px 30px 0px rgb(255 189 64 / 50%);
	letter-spacing: 2px;
}
.event-colum .course-pricing {
	top: auto;
	bottom: 100px;
	border-radius: 5px;
}

/* About */
.offer-right {
	position: relative;
}
.offer-space {
    width: 538px;
    height: 538px !important;
    border-radius: 50%;
    background: #66cfa9;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: -1;
    box-shadow: 0px 0px 500px 0px rgb(102 207 169 / 50%);
}
.offer-item {
	padding: 30px;
	box-shadow: 0px 10px 30px 0px rgb(75 131 252 / 10%);
	border-left: 5px solid transparent;
}
.offer-item.first, .offer-item:hover {
	padding: 30px;
	box-shadow: 0px 10px 30px 0px rgb(75 131 252 / 10%);
	border-left: 5px solid #66cfa9;
}

/* Check List */
.check-list strong {
	display: none;
}
.check-list em {
	box-shadow: 0px 10px 30px 0px rgb(102 207 169 / 50%);
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
	color: #66cfa9;
}
.check-list em:before {
	font-size: 10px;
	position: relative;
	top: -2px;
	left: 2px;
}
.check-list p {
	text-transform: uppercase;
	color: #415674;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 15px;
}

/* Who */
.who-colum, .who-colum .sppb-column-overlay {
	border-radius: 15px;
}
.who-img2 {
    position: absolute;
    left: -30px;
    bottom: -30px;
    z-index: -1;
}
.who-img1 {
	position: absolute;
    right: -30px;
    top: -30px;
    z-index: -1;
}
.who-space {
	width: 221px;
	border-radius: 50%;
	border: 20px solid #66cfa9;
    border-radius: 50% 50% 50% 50%;
	position: absolute;
    right: -60px;
    bottom: -30px;
}
/* Skill */
@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.skill .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.skill svg {
    width: 10rem;
    height: 10rem;
}
.skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}
.skill-item p {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 0;
}

/* project */
.project-item i {
    background-color: #4b83fc;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 10px 30px 0px rgb(75 131 252 / 50%);
    height: 35px !important;
    width: 55px !important;
    line-height: 35px !important;
}

/* Blog */
.jmm-row {
	margin-bottom: 1px;
	background: #ffffffb0;
	border-radius: 10px;
}
.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: 19px;
	font-weight: 600;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

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

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
  	
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffff00;
}
#sp-bottom span, #sp-bottom3 span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom h4 {
	letter-spacing: 2px;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-bottom1 .menu-ft li,
#sp-bottom1 .shrewd_solution_icon, #sp-bottom1 .shrewd_solution_icon li {
    display: inline-block!important;
}
#sp-bottom1 .shrewd_solution_icon li a {
    font-size: 16px;
    color: #000 !important;
    height: 0;
    width: 0;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 35px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    background: transparent;
}
#sp-bottom1 .shrewd_solution_icon li a:hover {
	background: #fff !important;
}
#sp-bottom1 .shrewd_solution_icon strong {
    display: none;
}
#sp-bottom1 .menu-ft {
	margin-top: 10px !important;
}
#sp-bottom1 .menu-ft li {
	margin: 0 20px !important;
}
#sp-bottom1 .menu-ft a {
	font-size: 16px;
	color: #000;
	padding: 0 10px;
	color: #229631;
}

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

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.sp-megamenu-parent>li:last-child>a {
    	margin-left: 0px;
	}
}
/* 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;
	}
  	.slider-space {
    	width: 300px !important;
    	height: 300px !important;
	}
  	.slider-colum .clearfix:nth-child(2) {
        width: 100%;
        margin-bottom: 30px;
	}
  	.team-colum .clearfix {
        width: 100%;
        margin-bottom: 30px;
	}
  	.testimonial .sppb-col-md-4, .course .sppb-col-md-4, .client .sppb-col-md-2,
    .event .sppb-col-md-4 {
          margin-bottom: 30px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	div#sp-menu {
    	width: 10%;
	}
}

/* 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, .btn,
.sp-megamenu-parent>li:last-child>a, .get {
 	background-color: #f9b909 !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-footer a, .title-slider h3, .title h3, .bg-title li:first-child {
  	color: #5a9305;
}
.btn {
  	border-color: #f9b909 !important;
}
