body #loader-wrapper {
	 position: fixed;
	 top: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 10000000;
	 background-color: #fff;
}
 body #loader-wrapper #loader {
	 display: block;
	 margin: -50px -150px 0 0;
	 height: 100px;
	 width: 300px;
	 position: relative;
	 top: 50%;
	 right: 50%;
}
 body #loader-wrapper #loader .loader {
	 text-align: center;
	 font-family: 'Cairo', sans-serif;
	 font-size: 25px;
	 line-height: 100px;
	 margin: 0 auto;
}
 body #loader-wrapper #loader .loader .bolt {
	 width: 0px;
	 height: 0px;
	 border: 15px solid transparent;
	 position: absolute;
	 margin-top: -100px;
	 margin-right: 43%;
	 border-bottom: 55px solid #e91e21;
}
 body #loader-wrapper #loader .loader .one {
	 margin-right: 0;
	 transform: rotateZ(-25deg) translateY(7px);
	 animation: white 0.5s linear infinite;
}
 body #loader-wrapper #loader .loader .one .other {
	 animation: whitet 0.5s linear infinite;
	 width: 0px;
	 height: 0px;
	 border: 11px solid transparent;
	 margin-top: 40px;
	 border-top: 55px solid #e91e21;
}
 body #loader-wrapper #loader .loader .two {
	 border-bottom: 55px solid #FEFEFE;
	 transform: translateY(-7px);
	 animation: orangeb 0.7s linear infinite;
}
 body #loader-wrapper #loader .loader .two .other {
	 animation: oranget 0.7s linear infinite;
	 width: 0px;
	 height: 0px;
	 border: 11px solid transparent;
	 margin-top: 40px;
	 border-top: 55px solid #FEFEFE;
}
 body #loader-wrapper #loader .loader .three {
	 margin-right: 84%;
	 transform: rotateZ(25deg) translateY(0px);
	 animation: white 0.5s linear infinite;
}
 body #loader-wrapper #loader .loader .three .other {
	 width: 0px;
	 height: 0px;
	 border: 11px solid transparent;
	 margin-top: 40px;
	 animation: whitet 0.5s linear infinite;
	 border-top: 55px solid #e91e21;
}
 body header .header-info-toggle ul.header-icons {
	 margin-top: 25px;
	 margin-bottom: 25px;
	 text-align: right;
}
 body header .header-info-toggle ul.header-icons li {
	 position: relative;
	 margin-right: 27px;
	 line-height: 18px;
	 margin: 7px;
}
 body header .header-info-toggle ul.header-icons li i {
	 color: #e91e21;
	 right: -24px;
	 top: 2px;
	 position: absolute;
	 font-size: 15px;
}
 body header .header-info-toggle ul.header-icons li span {
	 color: #333;
	 font-weight: 400;
}
 body header .header-info-toggle .call-us {
	 margin-top: 25px;
}
 body header .header-info-toggle .call-us .number i {
	 color: #e91e21;
	 font-size: 15px;
}
 body header .header-info-toggle .call-us .number span {
	 font-family: 'Cairo', sans-serif;
	 font-weight: 600;
	 font-size: 30px;
}
 body header .header-info-toggle .call-us .number p {
	 font-weight: 600;
	 margin-right: 23px;
	 font-size: 15px;
}
 body header .header-info-toggle .sidemenu .nav {
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 background: #142d16;
	 margin-top: 30px;
}
 body header .header-info-toggle .sidemenu .nav li {
	 padding: 20px 40px;
}
 body header .header-info-toggle .sidemenu .nav li:hover {
	 border-bottom: 2px solid #e91e21;
}
 body header .header-info-toggle .sidemenu .nav li:hover a {
	 opacity: 1;
}
 body header .header-info-toggle .sidemenu .nav li a {
	 font-family: 'Cairo', sans-serif;
	 color: #fff;
	 text-transform: uppercase;
	 opacity: 0.6;
}
 body header .header-info-toggle .sidemenu .nav li.active {
	 border-bottom: 2px solid #e91e21;
}
 body header .header-info-toggle .sidemenu .nav li.active a {
	 opacity: 1;
}
 body footer .footer-top {
	 padding: 15px 0;
	 background: #e91e21;
	 color: #fff;
}
 body footer .main-footer {
	 background: #142d16;
}
 body footer .main-footer .logo-footer {
	 padding: 25px 0;
}
 body footer .main-footer .logo-footer a img {
	 width: 140px;
}
 body footer .main-footer .copy-right {
	 color: #fff;
	 opacity: 0.5;
}
 body footer .main-footer .social-links {
	 margin-bottom: 60px;
}
 body footer .main-footer .social-links ul {
	 display: flex;
	 justify-content: center;
	 padding-right: 0;
}
 body footer .main-footer .social-links ul li {
	 margin: 10px;
}
 body footer .main-footer .social-links ul li a {
	 color: #fff;
}
 body footer .main-footer .social-links ul li a span {
	 font-size: 2rem;
	 transition: all 0.4s ease-in-out;
}
 body footer .main-footer .social-links ul li:hover a span {
	 color: #e91e21;
	 font-size: 2.6rem;
}
 body footer .main-footer .company-info {
	 padding: 25px 0;
}
 body footer .main-footer .company-info ul {
	 padding: 50px 10px;
}
 body footer .main-footer .company-info ul li {
	 color: #fff;
}
 body footer .main-footer .company-info ul li p {
	 font-size: 1.1rem;
}
 body footer .main-footer .company-info ul li p > span {
	 color: #e91e21;
}
 body footer .main-footer .company-info ul li p > em {
	 margin-right: 5px;
}
 @keyframes white {
	 to {
		 border-bottom-color: #FEFEFE;
	}
}
 @keyframes whitet {
	 to {
		 border-top-color: #FEFEFE;
	}
}
 @keyframes orange {
	 to {
		 border-bottom-color: #e91e21;
	}
}
 @keyframes oranget {
	 to {
		 border-top-color: #e91e21;
	}
}
 @keyframes orangeb {
	 to {
		 border-bottom-color: #e91e21;
	}
}
 .certif-container {
	 margin: 30px 0;
}
 .certif-container .img img {
	 box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.3);
	 cursor: pointer;
}
 