.header_top1 {
background-color: #E9E9E9;
float: left;
width: 100%;
padding:0px 0px;
height:40px;

}

.wrapper {
	min-height: 100%;
	height: auto !important;
	/* for older versions of IE */
    height: 100%;
	padding-top: 75px;/* navbar height + margin */
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	
}

.video{
	margin:30px 0px 0px 0px;

}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.home-services ul li a{
	color:#fff;
	text-decoration:none;

}

.dropdown-menu li img{
	padding:0px 3px 0px 5px;

}
.wrapper2 {
	min-height: 100%;
	height: auto !important;
	/* for older versions of IE */
    height: 100%;
	padding-top: 65px;/* navbar height + margin */
}
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
a.carousel-arrow {
	height: 40px;
	width: 40px;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -25px;
	background: transparent;
	color: transparent;
	font-size: 32px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: background 300ms, color 300ms;
	transition: background 300ms, color 300ms;
}
.carousel:hover a.carousel-arrow {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
}
.carousel a.carousel-arrow:hover {
	background: rgba(0, 0, 0, 0.7);
}
a.carousel-arrow:hover, a.carousel-arrow:active {
	text-decoration: none;
}
a.carousel-arrow-prev {
	left: 10px;
	right: auto;
	padding-right: 5px;
}
a.carousel-arrow-next {
	right: 10px;
	left: auto;
	padding-left: 5px;
}
/* ===== Homepage Slider ===== */
.home-slider {
	margin-top: -40px;
}
.home-slider .carousel-inner > .item {
	padding: 80px 0 0;
	height: 490px;
	overflow: hidden;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}
#item-1 {
	background-image: url(../images/ima	ge-2.png);
	background-position: bottom center;
}
#item-3 {
	background-image: url(../images/image-2.png);
}

#item-2 {
	background-image: url(../images/image-2.png);
}

#item-4 {
	background-image: url(../images/image-5.png);
}

#item-5 {
	
	background-image: url(../images/image-2.png);
	}
/*** First Slider ***/
.home-slider h3 {
	color: #ed3e49;
}
.home-slider p {
	margin: 35px 0;
	line-height: 1.5;
}
.home-slider ul {
	list-style-type: none;
	padding: 0;
}
/*** Second Slider ***/
.home-slider #item-2 ul {
	margin-top: 20px;
}
.home-slider #item-2 ul > li {
	text-align: right;
}
.home-slider #item-2 ul > li > span {
	display: inline-block;
	margin-bottom: 3px;
	padding: 3px 15px;
	background: rgba(237, 62, 73, 0.9);
	color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.home-slider #item-2 ul.string > li > span {
	background: rgba(43, 171, 207, 0.9);
}
/*** Third Slider ***/
.home-slider #item-3 ul {
	margin: 30px 0;
}
.home-slider #item-3 ul > li {
	font-size: 18px;
	padding: 5px 0;
}
.home-slider #item-3 ul > li > i {
	color: #2babcf;
}
/*.home-slider #item-3 img {
	max-width: 320px;
	margin: 0 auto;
}*/

@media (max-width: 992px) {
  /* Adjusting for small devices */
  .home-slider .carousel-inner > .item {
 padding-top: 50px;
}
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .home-slider .carousel-inner > .item {
 padding-top: 50px;
 text-align: center;
}
 .home-slider #item-2 ul > li {
 text-align: left;
}
 .home-slider #item-2 ul > li > span {
 font-size: 22px;
 margin-bottom: 7px;
}
 .home-slider #item-3 ul {
 text-align: left;
 margin-left: 50px;
}
}
/* ===== Home Services ===== */
.home-services {

	margin-bottom: 0px;
	background: #ed3e49;
	color: white;
}
.home-services ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.home-services li {
	float: left;
	width: 24%;
	padding: 20px 3px;
	border-right: 1px solid #dc2d38;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	/* to avoid cell breaking during expanding on hover */
  -webkit-transition: width 300ms;
	-moz-transition: width 300ms;
	transition: width 300ms;
}
.home-services li:first-child {
	border-left: 1px solid #dc2d38;
}
.home-services ul:hover li {
	width: 20%;
}
.home-services ul:hover > li:hover {
	width: 36%;
}
.home-services li i {
	font-size: 22px;
}
.home-services li p {
	margin: 10px 0 0;
	text-transform: uppercase;
}
.home-services li span {
	display: none;
}
.home-services li:hover span {
	display: inline-block;
}
.home-services .lead {
	margin: 0;
	line-height: 93px;
	text-align:center;
}
@media (max-width: 992px) {
  /* Adjusting for small devices */
  .home-services ul {
 text-align: center;
}


}

/*@media (min-width: 1100px) and (max-width: 1150px)  {
 .home-slider .carousel-inner > .item {
	padding: 80px 0 0;
	height: 590px;
	overflow: hidden;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}


}
*/


@media (max-width: 767px) {
  /* Adjusting for mobile */
  
  
  .home-services li {
 display: block;
 float: none;
 width: 100%;

 border-right: 0;
 border-bottom: 1px solid #dc2d38;

}
 .home-services li:first-child {
 border-left: 0;
}
 .home-services ul:hover li {
 width: 100%;
}
 .home-services ul:hover > li:hover {
 width: 100%;
}





}
.Professional {
	background-color:#f3f2f2;
	padding:5px 20px 20px 20px;
	text-align:center;
	line-height:22px;
}
.service {
	padding-top:30px;
}
.box {
	padding-top:25px;
	padding-bottom:25px;
}
.box img {
	float:left;
	padding:0px;
	margin:0px;
}
.box h4 {
	padding:6px 0px 0px 3px;
	margin:0px;
	float:left;
	font-size:18px;
}
.box p {
	width:100%;
	clear:both;
	line-height:22px;
	padding:6px;
}
.about {
	width:100%;
	margin-bottom:5px;
	margin-top:20px;
}
.media img {
	margin-right:10px;
	border:1px solid #ccc;
	margin-top:10px
}
.about p {
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
}
.banner-top {
	background:#f6f6f6;
	padding-top:20px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
	margin-bottom:15px;
}
.banner {
	margin-bottom:20px; 
}

.main-banner {
padding-top:20px;
	
	 background:#b8b8b8;
}
.main-banner1 {
padding-top:86px;
	 
	 background:#b8b8b8;
}
.black-banner 
{
	margin-top:50px;
	 background:#b8b8b8;
	}
.footer_top {
	background-color:#e9e9e9;
	width:100%;
	clear:both;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
}
footer {
	background-color:#d2d2d2;
	width:100%;
	clear:both;
	margin-top:0px;
}
.footer_nav {
	text-align:center;
	padding:0px;
	margin:0px auto;
}
.footer_nav ul {
	list-style-type:none;
	padding:0px;
	margin:10px 0px 10px 0px;
}
.footer_nav ul li {
	display:inline;
	padding:0px;
	margin:0px;
}
.footer_nav ul li a {
	padding:0px 15px 0px 15px;
	text-decoration:none;
	color:#333;
	font-size:14px;
}
.footer_nav ul li a:hover {
	color:#333333;
}
.footer_nav p {
	margin:12px 0px 15px 0px;
}
.footer_nav p a {
	color:#333333;
	text-decoration:none;
}
.footer_nav p a:hover {
	text-decoration:underline;
}
.nav-tabs + .tab-content {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow: hidden;
	padding: 15px;
}
.Quote h4 {
	background-color:#ed3e49;
	padding:10px;
	margin-top:20px;
	border-radius:5px;
	color:#FFFFFF;
}
.Quote ul {
	list-style-type:none;
	margin-top:10px;
	border-radius:50px;
	color:#0000CC;
}
.Quote ul li {
	padding:10px;
	background-color:#eae9e9;
	border-bottom:1px #ccc solid;
}
.Quote ul li a  {
	color:#333333;
	text-indent:10px;
}

.Quote ul.list-unstyled li.active a {
	color:#ed3e49 ;
	font-weight:bold;
}

.clients {
	box-shadow: none !important;
	margin-bottom: 0 !important;
}
.clients li {
	background: none repeat scroll 0 0 #fafafa;
	margin-left: 1px;
	overflow: hidden;
	position: relative;
}
.clients li:hover {
	background: none repeat scroll 0 0 #f6f6f6;
}
.clients li img.color-img {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}
.clients li:hover img.color-img {
	display: block;
}
.clients li img {
	float: none !important;
	margin: 0 auto !important;
}
.clients li img:hover {
	filter: none;
}
.clients, .flexslider.home {
	border: 0 none;
	margin-bottom: 30px;
	margin-top: 10px;
	overflow: hidden;
}
.flexslider {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	margin-top: 10px !important;
}
.flexslider .flex-direction-nav a {
	margin-top: -10px !important;
}
.fancybox-overlay.fancybox-overlay-fixed {
	z-index: 9999;
}
.zoomer:hover .overlay-zoom .zoom-icon {
	opacity: 0.4;
	transform: scale(1);
}
.overlay-zoom {
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	transition: all 0.1s ease-in-out 0s;
	width: 100%;
	z-index: 90;
}
.overlay-zoom .zoom-icon {
	background-color: #000;
	background-image: url("../index.html");
	background-position: 50% center;
	background-repeat: no-repeat;
	height: inherit;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: all 0.4s ease-in-out 0s;
	width: inherit;
	z-index: 100;
}
#topcontrol {
	background-color:#ef565f;
	padding:5px 10px 5px 10px;
	border-radius:3px;
	font-size:16px;
	color:#FFFFFF;
}
.text-primary {
	color:#ed3e49;
}
a.social {
	background: #fff;
	color: #888;
	display: inline-block;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	margin: 10px 1px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	width: 38px;
	border-radius:50px;
}
.blog{
	background-image:url("../index.html");
	}
a.social.fa-twitter:hover {
	background: none repeat scroll 0 0 #41b7d8 !important;
	color: #fff !important;
}
a.social.fa-facebook:hover {
	background: none repeat scroll 0 0 #3b5997 !important;
	color: #fff !important;
}
a.social.fa-google-plus:hover {
	background: none repeat scroll 0 0 #d64937 !important;
	color: #fff !important;
}
a.social.fa-linkedin:hover {
	background: none repeat scroll 0 0 #0073b2 !important;
	color: #fff !important;
}
a.social.fa-vimeo-square:hover {
	background: none repeat scroll 0 0 #388fc5 !important;
	color: #fff !important;
}
a.social.fa-youtube-square:hover {
	background: none repeat scroll 0 0 #a40f09 !important;
	color: #fff !important;
}
a.social.fa-flickr:hover {
	background: none repeat scroll 0 0 #ff0084 !important;
	color: #fff !important;
}
a.social.fa-pinterest:hover {
	background: none repeat scroll 0 0 #cb2027 !important;
	color: #fff !important;
}
a.social.fa-skype:hover {
	background: none repeat scroll 0 0 #00aff0 !important;
	color: #fff !important;
}
a.social.fa-rss:hover {
	background: none repeat scroll 0 0 #e0812a !important;
	color: #fff !important;
}
a.social.default:hover {
	background: none repeat scroll 0 0 #37353a !important;
	color: #fff !important;
}
a.social.rounded {
	height: 38px;
	line-height: 38px;
	width: 38px;
}
.managemnet {
	padding:10px;
	margin:0px 0px 20px 0px;
	background-color:#4f81bd;
	overflow:hidden;
	border-radius:6px;
	color:#FFFFFF;
}
.managemnet img {
	float:left;
	padding:0px;
	margin:0px 10px 0px 0px;
	border-radius:6px;
}
.Edge {
	padding:10px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.Edge img {
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
}
.ourser th {
	background-color:#ed3e49;
	border:none;
	color:#FFFFFF;
}
.indus {
	background-color:#eae9e9;
	color:#000;
	padding:10px;
	margin-top:10px;
	border-radius:8px;
	box-shadow:0px 0px 2px #666;

}


.client{
	padding:0px;
	margin:0px;
	float:left;

}

.client ul{
	list-style-type:none;
	margin:0px;
	padding:0px;

}
.client ul li{
	display:inline;
	float:left;
padding-left:40px;
}

.client ul li img{
	width:90px;
	height:70px;
}



.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top:15%;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}





ul.topnav {
	padding: 0;
	margin: 0;
	
	list-style: none;
}

ul.topnav li {}

ul.topnav li a {
	line-height: 10px;

	padding: 0px;
	color: #000;
	
	text-decoration: none;
	
}


ul.topnav ul {
	margin: 5px 0px 0px 0px;
	
	padding: 0;
	display: none;
	
}



ul.topnav ul li {
	margin: 0;
	padding: 8px;
	clear: both;
	
}

ul.topnav ul li a {
	padding-left: 20px;
	font-size: 13px;
	font-weight: normal;
	outline:0;
}


ul.topnav ul ul li a {
	color:silver;
	padding-left: 40px;
	
}


ul.topnav span{
	float:right;
}

ul.topnav ul li.active a{
	color:#ed3e49;
	
	font-weight:bold;
	

}






.Clientele ul {
	list-style-type:none;
	margin-top:10px;
	border-radius:50px;
}
.Clientele ul li {
	padding:10px;
	background-color:#fff;
	border-bottom:1px #ccc solid;
}
.Clientele ul li a {
	color:#333333;
	text-indent:10px;
}

.Clientele p{
	float:left;
	padding-top:10px;
	
	

}

.Clientele p img{
	padding:2px 8px 0px 8px;
}


.Certificates{
	display:block;
	
	
	margin-right:15px;
	
	height:320px;
	overflow:auto;
	

}

.Management{
	padding:0px;
	margin:0px;
	clear:both;

}


.Management img{
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin:5px 10px 0px 0px;

}

.Management h5{
	float:left;
	padding:0px 15px 70px 0px;
	/*border-right:1px solid #ccc;
	margin-right:5px;*/


}

.privacy{
	padding:0px;
	margin:0px;
	

}

.privacy ul{
	list-style-type:square;
	margin-left:40px;
	padding:0px;

}
.privacy ul li{
	line-height:24px;

}

.Delivering h4{
	color:#0033CC;
	font-style:italic;
	line-height:24px;

}

 
.tophead{
position:absolute;
 font-size:35px; 
 padding:180px 0px 100px 0px;
 margin:0px;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height: 50px;
 color:#d31a20;


}
.tophead8{
position:absolute;
 font-size:35px; 
 padding:110px 0px 100px 0px;
 margin:0px;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height: 50px;
 color:#d31a20;


}

.banner_head2{
position:absolute;
 font-size:35px; 
 padding:120px 0px 100px 70px;
 margin:0px;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height: 50px;
 color:#d31a20;

}

.tophead23{
position:absolute;
 font-size:14px; 
 padding:120px 0px 100px 70px;
 margin:0px;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height: 120px;
 padding-left:130px;
font-style:!important;

}




.tophead1{
position:absolute;
 font-size:35px; 
 padding:120px 0px 100px 10px;
 margin:0px;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height: 50px;


}




.banner_head{
position:absolute;
 font-size:35px; 
 padding:80px 0px 0px 100px;
 margin:0px;
 line-height:10px;
 text-align:center;
 font-family:Georgia, "Times New Roman", Times, serif;

}

.banner_head1{
position:absolute;
 font-size:35px; 
 padding:150px 0px 0px 100px;
 margin:0px;
 line-height:10px;
 text-align:center;
 font-family:Georgia, "Times New Roman", Times, serif;

}

.{
position:absolute;
 font-size:40px; 
 padding:120px 0px 0px 100px;
 margin:0px;
 line-height:70px;
 text-align:center;
 font-family:Georgia, "Times New Roman", Times, serif;

}






@media only screen and (min-width: 310px) and (max-width: 767px) {
	
	
	.tophead23{
position:absolute;
 font-size:15px; 
 padding:10px 0px 0px 0px;
 margin:0px;


}

.banner_head2 {
position:absolute;
 font-size:15px; 
 padding:10px 0px 0px 0px;
 margin:0px;
}	
	
.tophead{
position:absolute;
 font-size:15px; 
 padding:10px 0px 0px 0px;
 margin:0px;

}

.banner_head{
position:absolute;
 font-size:15px; 
 padding:0px 0px 0px 0px;
 margin:0px;
 line-height:22px;
 text-align:center;

}

.{
position:absolute;
 font-size:18px; 
 padding:0px 0px 0px 0px;
 margin:0px;
 line-height:10px;

}

}
.btn-theme-primary {
    background: linear-gradient(to bottom, #f05f68 0%, #ed3e49 100%) repeat-x scroll 0 0 #ed3e49;
    border-color: #e31522;
    color: #ffffff;
	margin-top:14px;
}
.btn-theme-primary:hover, .btn-theme-primaryfocus, .btn-theme-primary:active {
    background: none repeat scroll 0 0 #ed3e49;
    border-color: #cc131f;
    color: #ffffff;
}

.btn-theme-primary a{
	 color:#FFFFFF;

}

.get{
	background-color:#ed3e49;
	color:#FFFFFF;

}
.navbar-default .navbar-nav > li.get a{
	color:#fff;

}

























































.left
{
	float: left;
width: 30%;
	}
.right
{
	float: right;

	}
.link
{
	list-style:none;
	float: left;
border: medium none;
width: auto;
height: auto;
font-size: 13px;
margin-right: 10px;
margin-top: 1px;}
	
	.tiny .header_top1 {
    display: none;
}
.tophead-51

{
	 height:300px;
	background-image:url(../images/industry-served.jpg)	
	}
	
