@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
* {
	margin: 0px;
	padding: 0px;
	
}
a{
	outline:none;
}
a:hover
{
	color:#fff;
	text-decoration:none;
}
@font-face {
				font-family: 'calibrib';
				src: url('../fonts/calibrib.html');
				src: url('../fonts/calibribd41d.html?#iefix') format('embedded-opentype'),
						 url('../fonts/calibrib-2.html') format('woff'),
						 url('../fonts/calibrib.ttf') format('truetype'),
						 url('../fonts/calibrib-3.html#bauhs93') format('svg');
}
@font-face {
				font-family: 'OpenSans-Light';
				src: url('../fonts/OpenSans-Light.html');
				src: url('../fonts/OpenSans-Lightd41d.html?#iefix') format('embedded-opentype'),
						 url('../fonts/OpenSans-Light-2.html') format('woff'),
						 url('../fonts/OpenSans-Light.ttf') format('truetype'),
						 url('../fonts/OpenSans-Light-3.html#bauhs93') format('svg');
}
@font-face {
				font-family: 'Lato-Regular';
				src: url('../fonts/Lato-Regular.html');
				src: url('../fonts/Lato-Regulard41d.html?#iefix') format('embedded-opentype'),
						 url('../fonts/Lato-Regular-2.html') format('woff'),
						 url('../fonts/Lato-Regular.ttf') format('truetype'),
						 url('../fonts/Lato-Regular-3.html#bauhs93') format('svg');
}
@font-face {
				font-family: 'OpenSans-Semibold';
				src: url('../fonts/OpenSans-Semibold.html');
				src: url('../fonts/OpenSans-Semiboldd41d.html?#iefix') format('embedded-opentype'),
					/* 	 url('../fonts/OpenSans-Semibold-2.html') format('woff'), */
					/* 	 url('../fonts/OpenSans-Semibold.ttf') format('truetype'), */
						 url('../fonts/OpenSans-Semibold-3.html#bauhs93') format('svg');
}
@font-face {
				font-family: 'ProximaNova-Light';
				src: url('../fonts/ProximaNova-Light.html');
				src: url('../fonts/ProximaNova-Lightd41d.html?#iefix') format('embedded-opentype'),
						 url('../fonts/ProximaNova-Light-2.html') format('woff'),
						 url('../fonts/ProximaNova-Light-3.html') format('truetype'),
						 url('../fonts/ProximaNova-Light-4.html#bauhs93') format('svg');
}
@font-face {
				font-family: 'OpenSans-Bold';
				src: url('../fonts/OpenSans-Bold.html');
				src: url('../fonts/OpenSans-Boldd41d.html?#iefix') format('embedded-opentype'),
						/*  url('../fonts/OpenSans-Bold-2.html') format('woff'), */
						/*  url('../fonts/OpenSans-Bold.ttf') format('truetype'), */
						 url('../fonts/OpenSans-Bold-3.html#bauhs93') format('svg');
}
@font-face {
				font-family: 'OpenSans-Regular';
				src: url('../fonts/OpenSans-Regular.html');
				src: url('../fonts/OpenSans-Regulard41d.html?#iefix') format('embedded-opentype'),
						/*  url('../fonts/OpenSans-Regular-2.html') format('woff'), */
						/*  url('../fonts/OpenSans-Regular.ttf') format('truetype'), */
						 url('../fonts/OpenSans-Regular-3.html#bauhs93') format('svg');
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded- opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


*, *:before, *:after {
	margin: 0px;
	padding: 0px;
}
a, img{
	border: 0px;
	outline: 0px;	
}

body {
	margin:0px;
	padding:0px;
}
.mainheader
{
	width:100%; height:90px;
	background: #d3c3b0;
	background: linear-gradient(to top, #fff 0%,#000000 200%); /* Standard syntax (must be last) */
	background: -webkit-linear-gradient(top, #fff 0%,#000000 200%);
    background: -o-linear-gradient(top, #fff 0%,#000000 200%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #fff 0%,#000000 200%); /* For Firefox 3.6 to 15 */
   
      
}
.mainwrapper
{
	max-width:1101px;
	min-width:240px;
	margin:0px auto;
}
.header
{
	width:100%;
}
.logo
{
	 
	margin-top:5px; float:left;
}
.mainmenu
{
	width:100%;
	 
	margin-top:40px;
}

.over_footer{background:#ccc;}
.mainmenu1
{
	width:100%; padding-top:5px;
        background:rgba(37,46,48,1);
        
        
	 
}

.banner
{
	width:100%;
        height: 80%;
	clear:both;
}
.bannertatile
{
	top:50px !important;
	left:100px !important;
}
.bannertatile::after
{
	width:93%;
	height:4px;
	background:#93989c;
	content: "";
    display: block;
	margin-top:8px;
}
.bannerdescripation
{
	top:100px !important;
	left:100px !important;
}
.bannerreadmore
{
	top:200px !important;
	left:100px !important;
	
}

.button
{
	background:#f50002;
	color:#fff;
	padding:8px 10px;
	text-decoration:none;
}
.searchmaindiv
{
	width:10%;
	float:right;
}
.content
{
	width:100%;
}
.mainheading
{
	text-align:center;
	width:100%;
	font-family:OpenSans-Light;
	font-size:30px;
	color:#485458;
	padding:10px 0px 20px 0px;
}
.homeservices
{
	width:100%;
	position:relative;
}

.list_carousel {
				margin:10px auto 0px auto;
				width:98%;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				border-right:1px solid #ebebeb;
				border-left:1px solid #ebebeb;
				width:268px;
				text-align:center;
				overflow:hidden;
				padding:10px 15px;
				margin:0px 0px;
				display: block;
				float: left;
			
			}
			.list_carousel li:hover > .servicesicon
			{
				top:-10px;
				position:absolute;
				cursor:pointer;
				position:relative;
			}
			
			.list_carousel li p{
				font-family:Lato-Regular;
				font-size:13px;
				color:#6c6c6c;
				line-height:20px;
			}
			.list_carousel li h3{
				font-family:ProximaNova-Light;
				font-size:21px;
				color:#485458;
				padding:10px 0px;
			}

			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			
			
			
#prev2{
	position:absolute;
	z-index:99;
	left:-25px;
	margin-top:135px;
}
#next2{
	position:absolute;
	z-index:99;
	right:-24px;
	margin-top:-148px;
}
.viewmore
{
	background:#f50002;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding:5px 10px;
	margin-top:20px;
	display:inline-table;
	font-family:OpenSans-Semibold;
	border-radius:5px;
}
.homeabout_main
{
	width:100%;
	background:#fdfdfd;
	border-top:1px solid #eeeeee;
	margin-top:50px;
	float:left;
	padding-bottom:20px;
}
.secondmain_heading
{
	width:100%;
	text-align:center;
	font-family:OpenSans-Light;
	font-size:30px;
	color:#485458;
	position:relative;
	padding:25px 0px 20px 0px;
}
.homeabout_button
{
	width:15%;
	border:1px solid #eeeeee;
	border-radius:8px;
	text-align:center;
	font-family:OpenSans-Bold;
	font-size:24px;
	padding:8px 0px;
	color:#555555;
	background:#fff;
	position:absolute;
	top:-28px;
}
.homeaboutinnerdiv
{
	width:100%;
        bottom:5%;
        height:500px;
}
.main_tabs
{
	width:100%;
	float:left;
}

ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		/*border-bottom: 1px solid #f50002;*/
	/*	border-left: 1px solid #999999;*/
		width: 100%;
	}
	ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 0px 21px ;
		height: 33px;
		font-family:OpenSans-Bold;
		font-size:15px;
		line-height: 31px;
/*		border: 1px solid #999999;*/
		border-left: none;
		font-weight: bold;
		overflow: hidden;
		position: relative;
	}
	ul.tabs li:hover {
		background: #87a85e;
		border-bottom: 3px solid #87a85e;
		color:#fff;
	}	
	ul.tabs li.active{
		background: #87a85e;
		border-bottom: 3px solid #87a85e;
		color:#fff;
	}
	.tab_container {
		border: 1px solid #dadada;
		border-top:3px solid #87a85e!important;
		border-top: none;
		clear: both;
		float: left; 
		width: 100%;
		background: #FFFFFF;
	}
	.tab_content {
		padding: 15px;
		display: none;
		font-family: OpenSans-Light;
    	font-size: 15px;
	}
	#container {
		width: 80%;
		margin: 0 auto;	
	}
.tabsimg
{
	width:34%;
	float:left;
}
.tabsright_text
{
	width:100%;
	float:right;
	font-family:OpenSans-Light;
	font-size:15px;
	line-height:24px;
	text-align:justify;
}
.main_accroding
{
	width:28%;
	float:right;
}
.tabsreadmore
{
	color:#F50002 !important;
	text-decoration:none;
	font-family:OpenSans-Bold;
	font-size:12px;
	float:right;	
}
.main_accroding h3
{
	font-family:OpenSans-Semibold;	
	color:#485458;
	font-size:22px;
	margin-bottom:15px;
}
.mainhomecontact
{
	width:100%;
	background:url(../images/homecontct_bg.jpg) no-repeat;
	height:320px;
	display:inline-table;
	margin-top:20px;
	background-size:cover;
}
.homeform
{
	width:60%;
	position:relative;
	float:left;
}
.innerleftform
{
	width:50%;
	float:left;
	margin-top:50px;
	margin-left:30px;
}
.inputfields
{
	width:100%;
	background:#323437;
	border:1px solid #d2d4d8;
	border-radius:5px;
	padding:8px;
	color:#ffffff;
	font-family:OpenSans-Regular;
	font-size:14px;
	margin-top:17px;
        z-index:800;
}
.inputfields:hover
{
	width:100%;
	background:#ffffff;
	border:1px solid #d2d4d8;
	border-radius:15px;
	padding:8px;
	color:#333333;
	font-family:OpenSans-Regular;
	font-size:14px;
	margin-top:17px;
        z-index:800;
}
.innerrightform
{
	width:42%;
	float:right;
	margin-top:56px;
}
.textfields
{
	width:100%;
	background:#7f8184;
	border:1px solid #d2d4d8;
	border-radius:5px;
	padding:8px;
	color:#c5c5c5;
	font-family:OpenSans-Regular;
	font-size:14px;
	height:155px;
	margin-top:10px;
}
.home_address
{
	width:30%;
	margin-top:65px;
	float:right;
}
.home_contacthd
{
	width:26%;
	border:1px solid #eeeeee;
	border-radius:8px;
	text-align:center;
	font-family:OpenSans-Bold;
	font-size:20px;
	padding:8px 0px;
	color:#555555;
	background:#fff;
	position:absolute;
	top:-28px;
}
.homeform_submit
{
	width:100%;
	background:#f50002;
	color:#fff;
	border:none;
	padding:8px 0px;
	margin-top:9px;
	font-family:OpenSans-Semibold;	
	font-size:15px;
	border-radius:5px;
}
.homecontactnum
{
	width:100%;
}
.homeaddre
{
	width:100%;
	float:left;
	margin-top:10px;
}

.home_address p
{
	color:#fff;
	font-size:16px;
	padding-top:2px;
	padding-left:15px;
	font-family:OpenSans-Light;
	float:left;
	width:85%;
}

.socialicons
{
	width:100%;
	float:left;
	padding-top:20px;
}
.socialicons ul
{
	list-style-type:none;
	clear:both;
}
.socialicons ul li
{
	float:left;
	margin-left:15px;
}
.socialicons ul li a
{
	outline:none;
	text-decoration:none;
}
.home_technologies
{
	width:100%;
	position:relative;
}
.home_technologieshd
{
	width:17%;
	border:1px solid #eeeeee;
	border-radius:8px;
	text-align:center;
	font-family:OpenSans-Bold;
	font-size:24px;
	padding:8px 0px;
	color:#555555;
	background:#fff;
	position:absolute;
	top:-28px;
}
.techno_scroll
{
	width:100%;
	margin-top:40px;
	float:left;
}
.techno_scroll li
{
	float:left;
	list-style:none;
	margin-right:37px;
}
.mainfooter
{
	width:100%;
	background:url(../images/footerbg.jpg) repeat-x;
	height:74px;
	clear:both;
}
.footermenu
{
	width:50%;
	float:left;
}
.footermenu ul
{
	list-style-type:none;
	margin-top:30px;
}
.footermenu ul li
{
	list-style:none;
	float:left;
	margin-right:30px;
}
.footermenu ul li a
{
	text-decoration:none;
	color:#fff;
	font-family:OpenSans-Bold;
	font-size:13px;
}
.footermenu ul li a:hover
{
	color:#f50002;
}
.footermenu ul li a.current
{
	color:#f50002;
}
.copyright
{
	 
	float:left;
	text-align:right;
	color:#cecdcd;
	font-family:OpenSans-Regular;
	font-size:11px;
	margin-top:30px;
}
.copyright1
{
	width:31%;
	float:right;
	text-align:right;
	color:#cecdcd;
	font-family:OpenSans-Regular;
	font-size:11px;
	margin-top:30px;
}
 
.everify{
	float: left;
    height: 60px;
    margin: 7px auto;
    overflow: hidden;
}




.left_txt {
    background-color: #F5F5F5;
    color: #F26023;
	font:normal 14px Arial, Helvetica, sans-serif;
    padding: 7px 3px 7px 10px;
	
}
.right_txt {
    background-color: #FDF7EC;
    color: #4b4b4b;
  font:normal 13px Arial, Helvetica, sans-serif;
    padding: 7px 3px 7px 10px;
	
}
.latestnew_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.table {
    text-align: center;
    width: 100%;
}
.td{
	min-height:50px;
}
th{
	text-align:center;
}

.viewjobs {
    color: #ff0000;
    text-decoration: none;
}
.viewjobs:hover{
	color:#EC581A;
	text-decoration:underline;
} 

.contactleft {
    float: left;
    width: 64%;
}
.address {
    width: 100%;
}
.address h4 {
    color: #666666;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
}
.contacticon {
    color: #27aedb;
    margin-right: 10px;
}
.contactright {
    float: right;
    width:35%;
}
.contactpahename {
    display: block;
}
.contactpahename p {
    font: 14px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}
.contactfield {
    background: none repeat scroll 0 0 #ededed;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 15px;
    padding: 8px 10px;
    width: 80%;
}
.submit {
    background: none repeat scroll 0 0 #ff0000;
    border: medium none;
    color: #fff;
    padding: 10px 15px;
}
.submit:hover {
    background: none repeat scroll 0 0 #535E62;
}

@media only screen and (min-width : 980px) and (max-width : 1279px){
.mainwrapper {
    max-width: 920px;
    min-width: 240px;
}		
.logo {
    width: 27%;
}
.logo img {
	width:100%;
}
.mainmenu {
    width: 72%;
}
.innermenudiv
{       
	width:100%;
        background:rgba(37,46,48,0.8);
        //position:fixed;
}
.secondmain_heading
{
	font-size:25px;
}
.tabsimg img
{
	width:100%;
}
.footermenu
{
	width:69%;
}
.copyright
{
	width:31%;
}
.bannertatile {
    top: 10px !important;
	left:36px !important;
}
.bannerdescripation {
    top: 10% !important;
	left:3% !important;
}
.bannerreadmore {
    left: 34px !important;
    top: 191px !important;
}
.caroufredsel_wrapper
{
	height:270px !important;
}
.list_carousel li h3 {
    font-size: 18px;
}
.techno_scroll li {
    margin-right: 6px;
}
.main_tabs {
    width: 100%;
    
}
.main_accroding {
    width: 33%;
}
	
	
}




@media only screen and (min-width : 768px) and (max-width :979px){
	
.logo
{
width:100%;
text-align:center;
}
	
.mainmenu {
    float: right;
    margin-top: 10px;
    width: 100%;
}
.mainwrapper {
    max-width: 735px;
    min-width: 240px;
}
.main_tabs {
    width: 100%;
}
.secondmain_heading
{
	font-size:20px;
}
.main_accroding {
    width: 100%;
}



}

@media only screen and (min-width : 360px) and (max-width :767px){
	
	
	
	
}


@media only screen and (min-width : 240px) and (max-width :359px){
	
	
}

