@charset "utf-8";
/* CSS Document */

/*work-process*/
.work-process
{
	background:#ededec;
}
.process
{
	background:#FFF;
	box-shadow: 0px 4px 4px 0 rgba(78, 78, 78, 0.7);
	padding:50px;
	margin-top:50px;
	margin-bottom:50px;
}
.process h1
{
	color: #515152;
	font-size:14px;
}
/*work-process-end*/

/*tag-line*/
.tag-line
{
	background:#FFF;
}
.tag-head
{
	padding:10px;	
}
.tag-head h1
{
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
.tag-head h2
{
	font-size:18px;
	color:#000;
	font-style:italic;	
}
/*tag-line-end*/

/*about-section*/
.content
{
	padding:30px;
}
.content-about
{
	background:url(../images/content-bg.jpg);	
}
.content-about p
{
	color:#FFF;
	line-height:30px;
	margin-top:35px;
	font-size:15.4px;
}
.content-about span
{
	font-weight:bold;
}
.content-p
{
	border-right:#740e0b 20px solid !important;
}
/*about-section-end*/


/*services*/
.home-services
{
	background:#ededec;
	/*background:url(../images/services-bg.jpg);*/
	padding:50px;
}
.services-h h3
{
	color:#cc0b06;
	font-size:24px;
	font-weight:bold;	
}
.services-line
{
	margin-top:50px;
}
.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #aa4736;
}

.timeline-thumb:hover {
  border-color: #740e0b;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #f78e21;
}
/*end-services*/

/*clients*/
.home-clients
{
	padding:50px;
}
.clients-h h3
{
	color:#cc0b06;
	font-size:24px;
	font-weight:bold;	
}
.client-slider
{
	margin-top:70px;
}
/*end-clients*/
/*footer*/
.home-footer
{
	background:#4f4a4a;
}
.footer-icon
{
	margin-top:30px;
	margin-bottom:30px;
}
.footer-title ul li
{
	display:inline;
	list-style:none;		
}
.footer-title ul li a
{
	display: inline-block;
	padding: 10px 19px 10px 0;
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
}
.footer-title ul
{
	margin: 0 40px 0 0;
	padding: 0 0 25px 0;
	border-bottom: 2px solid #fff;
}
.footer-title h4
{
	font-weight: 700;
	margin-top: 35px;
	font-size: 1.2em;
	margin-bottom: 3px;
	color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
}
.footer-title address
{
	font-size:15px;;
	line-height: 1.3;
	color:#FFF;
}
.footer-title p
{
	font-size: 1.16em;
	color:#FFF;
}
.footer
{
	background:#3c3a3a;
}
.footer-c
{
	margin-bottom:20px;
	margin-top:20px;
}
.footer-c h6
{
	color:#FFF;
}
.footer-c i
{
	color:#FFF;
	padding-left:10px;
	
}
.footer-c h6 a
{
	text-decoration:none;
	color:#FFF;
}
/*footer-end*/


/*ABOUT*/

.banner
{
	background-image:url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	position: relative;
	margin-top:135px;
}
.banner::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background:#F00;
    opacity: 0.6;
}
.banner .tt-title {
    color: #fff;
    text-align: center;
    position: relative;
}
.tt-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}
.breadcrumb {
    background: #fff;
    position: relative;
    padding: 20px 0;
    vertical-align: middle;
    text-align: center;
   /* margin-top: 3px;
    margin-bottom: 0;*/
    box-shadow: 0 8px 43px rgba(0, 0, 0, 0.12);
   /* width: 555px;*/
   /*margin: 0 auto ;
    margin-top: 0px;*/
    
    border-radius: 3px;
    margin-top: -30px;
	list-style:none;
	
}
.breadcrumb ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumb ul li {
    list-style: none;
    float: left;
    padding-right: 10px;
    color: #ffffff;
    background: 0;
}
.breadcrumb ul li a {
    font-size: 14px;
    color: #cc0b06;
    font-weight: 600;
}
.breadcrumb .fa-caret-right {
    color: #898989;
}
.c-history
{
	padding-top:30px;
	padding-bottom:30px;
}
.c-h-title h3
{
	font-size:24px;
	color:#cc0b06;
	font-weight:bold;
}
.c-h-para p
{
	font-size:16px;
	color:#000;	
}
.c-licens
{
	padding-top:30px;
	padding-bottom:30px;
}
.c-h-head h3
{
	font-size:24px;
	color:#cc0b06;
	font-weight:bold;
}
.c-licens-h h2
{
	color:#000;
	font-size:14px;
}
/*ABOUT-END*/

/*SERVICES*/

.services
{
	padding-top:30px;
	padding-bottom:30px;
}
.content-services
{
	background:url(../images/service-bg.jpg);	
}
.content-services p
{
	color:#FFF;
	line-height:30px;
	margin-top:35px;
	font-size:15.4px;
}
.content-services span
{
	font-weight:bold;
}
.services-p
{
	border-right:#740e0b 20px solid !important;
}
.c-services
{
	padding-top:20px;
	padding-bottom:20px;
}
.serv-h h3
{
	color:#cc0b06;
	font-size:25px;
}
.serv-p
{
	padding-top:20px;
	padding-bottom:20px;
}
.serv-p p
{
	color:#000;
	font-size:15px;
}
.serv-p p span
{
	font-weight:bold;
}
.serv-p h4
{
	color:#cc0b06;
	font-size:18px;
	padding-bottom:10px;
}
.serv-p ul li
{
	list-style:circle;
	font-size:15px;
	color:#000;
}
/*SERVICES-END*/

/*CONTACT*/

.map
{
	padding-bottom:40px;
}



/*CONTACT-END*/