/*** General CSS ***/
.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 34px;
    cursor: pointer;
    border: 0!important;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid!important;
}
.btn:hover,
#sp_qc_submit:hover {
    background: none!important;
  	color: #212529;
  	border-color: #212529;
}

/*** Header Area ***/
/* Header Menu */
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    height: inherit;
}
#sp-header > .container {
    max-width: 100%;
  	padding: 0 100px;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;

}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent>li>span,
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li>span {
  color: #fff;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}

/* 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: #000000;
}
.offcanvas-menu > .align-items-center {
    background: #ffc533;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000000;
}

/*** Block Styles ***/
/*** Slider ***/
.slider-column {
    text-align: center;
}
.slider-content {
    display: inline-block;
    width: 600px;
    height: 600px;
    background: #fff;
    margin: -25px auto;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFC533;
    box-shadow: 0px 0px 10px 0px rgb(198 108 108 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 150px 75px 150px 75px;
}

/*** Social ***/
.social-icon ul {
    padding-left: 0;
}
.social-icon ul li {
    list-style: none;
    display: inline-block;
}
.social-icon ul li a {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.social-icon ul li a i {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}
.social-icon ul li a strong {
    display: none;
}

/*** Service ***/
.service-item {
    position: relative;
}
.service-item h5 {
    padding: 20px 20px 25px 20px;
    background-color: #FFC533;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.service-item img {
    width: 100%;
}

/*** Counter ***/
.counter-item h1 span {
    font-weight: 500;
    font-size: 86px;
}

/*** Project ***/
.project-content h2 {
    position: relative;
    padding-bottom: 30px;
}
.project-content h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 3px;
}
.project-img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff;
    box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 12%);
}

/*** Testimonial ****/
.testimonial-title {
    padding: 50px;
    position: relative;
    margin-top: -250px;
}
.testimonial-bottom {
    position: relative;
}
.testimonial-bottom:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 30%;
    display: inline-block;
    background: #FFC533;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.testimonial-content {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px 0px 0px;
    padding: 30px 30px 30px 30px;
    background: #fff;
    border-radius: 8px;
}
.testimonial-content i {
    font-size: 18px;
}
.testimonial-content h5 {
    color: #1f2025;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
}

/*** Contact Form ***/
.contact-modul {
    background: #fff;
    box-shadow: 0px 0px 80px 0px rgb(0 0 0 / 15%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
}
#sp-quickcontact-form input#name {
    width: 49%;
    float: left;
    margin-right: 2%;
}
#sp-quickcontact-form input#email {
    width: 49%;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    width: auto;
    color: #fff;
    border: 2px solid!important;
    border-radius: 7px;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background: #fff!important;
}

/*** Contact ***/
.contact-title em {
    font-style: inherit;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.contact-column-right .clearfix:nth-child(n+2) {
    float: left;
    width: 50%;
    padding: 30px 10px;
}
.contact-column-right .clearfix:nth-child(4) {
    clear: left;
}


/* Bottom Area */
#sp-footer {
    text-align: center;
}

/*** 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;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	#sp-header > .container {
    	padding: 0 10px;
	}
  	.slider-content {
        padding: 80px;
        width: 350px;
        height: auto;
	}
  	.contact-column-right .clearfix:nth-child(n+2) {
        width: 100%;
        padding: 10px 10px;
    }
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

.btn,
.testimonial-title,
#sp_qc_submit {
  	background-color: var(--background-color);
}

.slider-content h1 {
  	color: var(--background-color)!important;
}


@media (max-width: 768px) {

.logo-image {

height: 23px!important;

}

}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {

width: 100%;

text-align: right;

}

