body {
font-family: "Raleway", sans-serif;
color: #333;
font-size:14px;
line-height:25px;
}
.project-count {
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
z-index: 9;
}
@media (min-width: 1200px) {
#sp-header.transparent nav.sp-megamenu-wrapper #offcanvas-toggler {
	display: none !important;
}
}
/*header*/
#sp-header.transparent .sp-megamenu-parent > li > a:hover {
color:#fff;
}
#sp-header.transparent .sp-megamenu-parent > li > a,
#sp-header.transparent .sp-megamenu-parent > li > span {
color: #fff;
font-weight: 600;
text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
color: #333;
font-weight: 600;
text-transform: uppercase;
}

#sp-header.transparent {
background: transparent;
border-bottom: 0 solid transparent;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
left: 0;
transition: all 0.5s ease 0s;
width: 100%;
z-index: 99;
position:absolute;
top:20px;
}
#sp-header.header-sticky {
position: fixed;
z-index: 9999;
background: #863F51;
top:0;
}
#offcanvas-toggler i {color:#fff!important;}
#sp-header.header-sticky a {
	color:#fff !important;
}
#sp-header.header-sticky .sp-megamenu-parent .sp-dropdown li.sp-menu-item a{
	color:#252525 !important;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
    display: none!important;
}
/**/

.owl-carousel .owl-item img {
    width: auto;
}

.single-testimonial .testimonial-text .client-texe-dec {
    margin: 25px 0 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.single-testimonial .client-image {
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
}
.single-testimonial {
    text-align: center;
    color: #fff;
}
.single-testimonial .client-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.d-flex {
    display: flex !important;
	text-align: center;
	padding: 0;
}
.single-testimonial {
    text-align: center;
    color: #fff;
}
.single-testimonial  ul {
	list-style: none;
}
.single-testimonial .client-image img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 5px solid #863F51;
}
.single-testimonial .client-rating ul li a {
    color: #E7BF2E;
    margin: 0 1px;
}
.single-testimonial .test-author h3 {
    font-weight: 600;
    margin-top: -3px;
    font-size: 20px;
    margin-bottom: 0;
    color: #ffffff;
}
.single-testimonial .test-author p {
    font-weight: 500;
    font-size: 14px;
}
.owl-carousel .owl-item img {
    display: block;
    text-align: center;
    margin: auto;
}
/**/
.brd5 {
	border-radius:5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index:9999!important;
}
.brd4 {
	z-index:0!important;
}
#sp-footer .container-inner {
    padding: 0px 0;
    border-top: 0px solid rgba(255, 255, 255, .1);
}

/**/

.overlay-left-right-02::before {
    border-right: 50vw solid #F6F6F6;
    border-top: 160px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2;
}
.overlay-left-right-02::after {
    border-left: 50vw solid #F6F6F6;
    border-top: 160px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 2;
}
.burger-icon > span {
	background-color: #fff !important;
}
body.ltr .close-offcanvas {
  background: #252525 !important;
  padding: 5px !important;
}