#sp-logo {
	display: flex;
    align-items: center;
    align-content: center;
}
.main-titles h2{
	font-family: "Lato";
	font-weight: 600;
	color: #353535;
}
.sppb-addon-sp-slider .sp-item .sp-background::after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
	background-color: rgba(0, 0, 0, 0.75);
	animation: animation 800ms ease-in-out;
}
@keyframes animation {
  from {
	  width: 0%;
	  opacity: 0.7;
	}
  to {
	  width: 50%;
	  opacity: 1;
	}
}

.sppb-addon-sp-slider .sp-item .sp-background::before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50%;
	background-color: #e02424;
	animation: animationred 1600ms ease-in-out;
	border-bottom: 2px solid #e02424;
	z-index: 1;
}
@keyframes animationred {
  from {
	  width: 0%;
	  opacity: 0.7;
	}
  to {
	  width: 50%;
	  opacity: 1;
	}
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
    content: "\f078"; 
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
    content: "\f077";
}
.offcanvas-inner .custom{
	display: flex;
	justify-content: center;
}
.offcanvas-inner .menu{
	font-family: "Lato";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    font-size: 18px ; 
	padding: 8px 0px;
	border-bottom: 1px solid #e1e1e1;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 16px;
    line-height: 20px;
	padding: 10px 0px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul li.menu-parent-open > a,
.offcanvas-menu .offcanvas-inner .sp-module ul li.menu-parent-open > span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > span {
    color: #e02424;
    font-weight: 400;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #e02424;
    font-weight: 400;
}

#sp-header.header-sticky #offcanvas-toggler.offcanvas-toggler-right {
    margin-left: 20px;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    height: 63px;
    transition: 250ms;
}

.sppb-sp-slider-button .sp-slider-btn-text,
.sppb-btn.sppb-btn-primary{
	background: #e02424;
	border-radius: 0px;
	text-transform: uppercase;
    font-weight: 600;
}
.sppb-sp-slider-text {
	width: 45%;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
color: #ffffff;
    background-color: #e02424;
	padding: 0px 15px;
	transition: 250ms;
}
.sp-megamenu-parent > li > a:before,
.sp-megamenu-parent > li > span:before {
	display: none;
}
.sp-megamenu-parent > li:hover > a {
	color: #e02424;
}
.sp-megamenu-parent > li {
	padding: 0px!important;
}
ul.services {
	list-style: none!important;
	padding: 0px;
}
ul.services .fas.fa-angle-right {
	color: #e02424;
	font-size: 30px;
	margin-right: 8px;
}
ul.services li {
	display: flex;
    align-items: center;
    align-content: center;
    padding: 5px 0px;
}
.services-box h3.sppb-addon-title{
	text-transform: uppercase !important;
	font-size: 18px !important;
	margin-top: 10px;
}
.services-box h3.sppb-addon-title a {
	color: #353535!important;
}
#sp-footer, #sp-bottom {
	background: #171717;
}
.footer-title h1 {
font-size: 20px;
color: #e01e24;
}
.p-footer p {
	margin-bottom: 0px!important;
	color: #949494!important;
}
.p-footer a {
	color: #949494!important;
	font-weight: 500;
	text-transform: none !important;
}
p.text {
	color: #e01e24!important;
    text-transform: uppercase;
    font-weight: 700;
}
.contacts-box i {
	background-color: #e02424;
	width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
	color: #ffffff;
    font-size: 30px!important;
	margin-bottom: 20px;
}
.contacts-box h3.sppb-addon-title {
    text-transform: uppercase !important;
    font-size: 18px !important;
}
.contacts-box a {
	color: #949494!important;
}
#top-img .sppb-addon-sp-slider .sp-item .sp-background::after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	animation: anim 800ms ease-in-out;
}
@keyframes anim {
  from {
	  width: 0%;
	  opacity: 0.7;
	}
  to {
	  width: 100%;
	  opacity: 1;
	}
}
p.yscopri {
	text-align: right;
    position: absolute;
    bottom: 0;
    right: 10px;
}
p.yscopri a {
	font-weight: 700;
    text-transform: uppercase;
    background-color: #e01e24;
    padding: 8px 15px;
    color: #fff!important;
    font-size: 14px;
	opacity: 0;
	transition: 250ms;
}
.services-box {
       border: 1px solid #ffffff;
    padding: 0px 20px 10px 0px;
    height: 100%;
    transition: 350ms;
    min-height: 265px;
}
.services-box:hover {
    border: 1px solid #dadada;
    background-color: #f1f1f1;
}
.services-box:hover p.yscopri a{
	opacity: 1;
}
p.number {
	position: absolute;
    font-size: 85px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
    line-height: 15px;
    z-index: -9999;
}
p.p-numbers {
	padding: 0px 20px;
}
#sp-footer .container-inner {
	border-top: 1px solid rgb(224, 36, 36);
	padding: 0px!important;
}
.contact-ustitle h3 {
	font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
	color: #ffffff;
    font-weight: 400;
	margin: unset;
}
.ybtn a,
a.ybtn {
	background-color: #ffffff !important;
    color: #353535 !important;
    border-radius: 0px;
    font-weight: 500;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0px 20px;
	font-weight: 600;
}
#sp-header.header-sticky {
	height: 65px;
	transition: 250ms;
}
#sp-header.header-sticky .logo,
#sp-header.header-sticky img.logo-image,
#sp-header.header-sticky #sp-logo {
	height: 63px;
	transition: 250ms;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > span {
	line-height: 65px;
}
#sp-header {
	transition: 250ms;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #e02424 !important;
}

.logo-image{
	transition: 250ms;
}

#offcanvas-toggler > .fa:hover, 
#offcanvas-toggler > .fa:focus, 
#offcanvas-toggler > .fa:active {
    color: #e02424;
}
@media screen and (min-width: 1024px){
	#sp-header.header-sticky #offcanvas-toggler.offcanvas-toggler-right {
    	display: none !important;
	}
}

@media screen and (max-width: 1024px){
	.services-box p{
		font-size: 14px;
	}
	.services-box {
        border: 1px solid #ffffff;
		padding: 0px 20px 10px 0px;
		height: 100%;
		transition: 350ms;
		min-height: 300px;
	}
	.sppb-sp-slider-title {
		font-size: 28px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.main-titles h2 {
		font-family: "Lato";
		font-weight: 600;
		color: #353535;
		font-size: 23px;
	}
	.h2txt h2{
		font-size: 23px;
	}
	#sppb-addon-1582532572761 .dot-controller-position-bottom_left.sp-slider .sp-dots{
		left: 7%;
    	
	}
}

@media screen and (max-width: 992px){
	#sppb-addon-1582532572761 .sp-slider .sp-slider-content-wrap {
		width: 90%;
		margin: 0 auto;
	}	
	#sppb-addon-1582532572761 .dot-controller-position-bottom_left.sp-slider .sp-dots{
		left: 35px;
    	bottom: 30px;
	}
	.sppb-addon-sp-slider .sp-item .sp-background::after {
    	width: 60%;
	}
	p.yscopri {
		text-align: right;
		position: absolute;
		bottom: 18px;
		right: 10px;
	}
	.services-box {
		border: 1px solid #ffffff;
		padding: 0px 20px 10px 0px;
		height: 100%;
		transition: 350ms;
		min-height: 180px;
	}
}


@media screen and (max-width: 768px){
	.contact-ustitle h3 {
		text-align: center;
	}
	p.p-numbers {
		padding: 0px 20px 30px 0px;
	}
	#sppb-addon-1598965303147 .sp-slider .sp-slider-content-wrap {
   		width: 90%;
	}
	.txtcenter,
	.txtcenter h2,
	.footer-title h1,
	.p-footer{
		text-align: center;
	}
}
@keyframes animationred {
  from {
	  width: 0%;
	  opacity: 0.7;
	}
  to {
	  width: 60%;
	  opacity: 1;
	}
	}
	
	@keyframes animation {
  from {
	  width: 0%;
	  opacity: 0.7;
	}
  to {
	  width: 60%;
	  opacity: 1;
	}
}


@media screen and (max-width: 576px){
	
	.sppb-addon-sp-slider .sp-item .sp-background::after {
    	width: 100% ;
	}
	.sppb-sp-slider-text {
		width: 100%;
	}
	.sppb-sp-slider-title {
		font-size: 20px;
	}
	#sppb-addon-1582532572761 .dot-controller-position-bottom_left.sp-slider .sp-dots {
		display: none;
	}
	.main-titles h2 {
		font-family: "Lato";
		font-weight: 600;
		color: #353535;
		font-size: 21px;
	}
	.sppb-addon-sp-slider .sp-item .sp-background::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #e02424;
    animation: animationred 1600ms ease-in-out;
    border-bottom: 2px solid #e02424;
    z-index: 1;
}
}
@keyframes animationred {
  from {
	  width: 0%;
	  opacity: 0.7;
	}
  to {
	  width: 100%;
	  opacity: 1;
	}
	}
	
	
	@keyframes animation {
  from {
	  width: 0%;
	  opacity: 0.7;
	}
  to {
	  width: 100%;
	  opacity: 1;
	}
}

.sp-module img {
	max-width: 60%;
    margin: 0 auto;
}
div.sp-module-content ul.menu {
	margin-bottom: 100px !important;
}
@media screen and (max-width: 420px){
	.slideimg .sppb-sp-slider-image{
		display: none;
	}
	.services-box {
		border: 1px solid #ffffff;
		padding: 0px 20px 10px 0px;
		height: 100%;
		transition: 350ms;
		min-height: 230px;
	}
}
.offitems i{
	font-size: 25px;
	color: #e02424;
}

.offcont{
	display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
	.logo-image {
	object-fit: contain;
	}
	.sppb-sp-slider-title {
		font-size: 20px;
		text-align: center;
		margin: 0 auto;
	}
	p.p-numbers:last-child {
		padding: 0px 20px 0px 0px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	ul.services {
		margin: 0px !important;
	}
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.sp-slider-outer-stage {
		height: 500px!important;
	}
	.sppb-sp-slider-title {
		font-size: 35px;
	}
}
div.sppb-form-check {
	width: 100%;
}
.sppb-form-check-label>a {
	color: #e02424!important;
}
