/*Title:   Updates Css File*/
  
  .sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d9261c;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
 @-webkit-keyframes sk-foldCubeAngle {
 0%, 10% {
 -webkit-transform: perspective(140px) rotateX(-180deg);
 transform: perspective(140px) rotateX(-180deg);
 opacity: 0;
}
 25%, 75% {
 -webkit-transform: perspective(140px) rotateX(0deg);
 transform: perspective(140px) rotateX(0deg);
 opacity: 1;
}
 90%, 100% {
 -webkit-transform: perspective(140px) rotateY(180deg);
 transform: perspective(140px) rotateY(180deg);
 opacity: 0;
}
}
 @keyframes sk-foldCubeAngle {
 0%, 10% {
 -webkit-transform: perspective(140px) rotateX(-180deg);
 transform: perspective(140px) rotateX(-180deg);
 opacity: 0;
}
 25%, 75% {
 -webkit-transform: perspective(140px) rotateX(0deg);
 transform: perspective(140px) rotateX(0deg);
 opacity: 1;
}
 90%, 100% {
 -webkit-transform: perspective(140px) rotateY(180deg);
 transform: perspective(140px) rotateY(180deg);
 opacity: 0;
}
}
.box_icon {
	height: 99px;
	left: 0;
	position: absolute;
	top: -48px;
	width: 100%;
}
.icon_about {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	color: #d9261c;
	display: table;
	font-size: 34px;
	margin: 0 auto;
	min-width: 96px;
	padding: 30px 0;
	text-align: center;
	transition: all 0.2s ease-out 0s;
}
.about-box:hover .icon_about {
	background: #d9261c none repeat scroll 0 0;
	border-color: #d9261c;
	color: #ffffff;
	transition: all 0.2s ease-out 0s;
}
.about-box:hover {
}
.whitecolor {
	color:#fff;
}
.service_list {
	display: table;
	width: 100%;
}
.service_list ul {
}
.clienr img {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #f1f1f1;
	transition: all 0.4s ease-in-out 0s;
}
.clienr img:hover {
	box-shadow: 0 0 15px #d6d6d6;
	cursor:pointer;
}
.map-popup {
	position: relative;
	top: 10px;
}
.header-fixed {
	box-shadow: 0 -11px 22px #f1f1f1;
}
.ci:hover {
	color:#d9261c;
}
.service-features {
	text-align: center;
}
.service-features h3 {
	margin-bottom: 4px;
	padding-top: 20px;
}
.service-features .img-container {
	/*background: #d9261c none repeat scroll 0 0;
	border-radius: 3px;
	margin: 0 auto;
	padding: 21px;
	position: relative;
	width: 101px;*/
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	margin: 0 auto;
	padding: 21px;
	position: relative;
	width: 101px;
	transition: all 0.4s ease-in-out 0s;
}
.service-features .img-container i {
	color: #d9261c;
	font-size: 46px;
	transition: all 0.4s ease-in-out 0s;
}
 .service-features .img-container::after {
   /* -moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
	border-image: none;
	border-left: 20px solid rgba(0, 0, 0, 0) !important;
	border-right: 20px solid rgba(0, 0, 0, 0) !important;
	border-top: 15px solid #d9261c;
	bottom: -13px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 0;*/
	
	 bottom: -13px;
	 color: #ffffff;
	 content: "\f0d7";
	 display: block;
	 font-family: "FontAwesome";
	 font-size: 4em;
	 height: 8px;
	 left: 33px;
	 line-height: 0;
	 position: absolute;
	 text-shadow: 0 2px 0 #eeeeee;
	 transition: all 0.4s ease-in-out 0s;
}
.img-container img {
	width:100%;
}
.imageicon {
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	display: table;
	height: 45px;
	margin: 0 auto;
	width: 73px;
}
.car {
	background: rgba(0, 0, 0, 0) url("./../images/service/1.png");
}
.car1 {
	background: rgba(0, 0, 0, 0) url("./../images/service/2.png");
}
.car2 {
	background: rgba(0, 0, 0, 0) url("./../images/service/3.png");
}
.car3 {
	background: rgba(0, 0, 0, 0) url("./../images/service/4.png");
}

.car4 {
	background: rgba(0, 0, 0, 0) url("./../images/service/5.png");
}

.service_list .active .imageicon{background-position: 0px -44px; transition: all 0.4s ease-in-out 0s;}
.service_list .active b{}

#process ul.nav-tabs li.active .tab-bullet{background:#fff;}

