/*
  Simple Grid
  Learn More - https://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - https://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:justify;
	 /*background: -moz-linear-gradient(center bottom , #D8E7F8  0%, #D8E7F8 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	    background-image: url("../images/tech-why-bg.png") !important;
   
    background-repeat:repeat !important;
   
}


/*body1_Back_Up {
	margin: 0px; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:justify;
	 background: -moz-linear-gradient(center bottom , #094A8C  0%, #110545 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
*/

[class*='col-'] {
	float: left;
/*	padding-right: 20px;*/
}

/*[class*='col-']:last-of-type {
	padding-right: 0px;
}*/

.grid {
	width:100%;

	margin: 0 auto;

	padding:2px;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	/*padding: 20px 0 0px 20px;*/
}

/*.grid-pad > [class*='col-']:last-of-type {
	padding-right: 20px;
}*/

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 65%;
	background-color:#996600;
}

.col-1-2, .col-6-12 {

    width:50%;
	
}

.col-1-3, .col-4-12 {


    width: 32%;
	background-color:#000;
}

.col-1-4, .col-3-12 {
	
    width: 20%;
	

}

.col-1-5 {
	width: 25%;
	
}

.col-1-6, .col-2-12 {
	width: 16.667%;
	background-color:#996633;
}

.col-1-7 {
	width:85%;
	background-color:#335599;
}

.col-1-8 {
	width: 12.5%;
	background-color:#CC0066;
}

.col-1-9 {
	width: 11.1%;
	background-color:#FF6666;
}

.col-1-10 {
	width: 15%;
	background-color:#FF33FF;
}

.col-1-11 {
	width: 9.09%;
	background-color:#6633CC;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
	background-color:#ccc;
}

.col-10-12 {
	width: 85%;
	background-color:#dddddd;
}

.col-9-12 {
	width: 75%;
	background-color:#ededed;
}

.col-5-12 {
	width:35%;
	background-color:#485695;
}

.col-7-12 {
	width: 75%;
	
}

.btn {
    background:#ffcc00 !important; padding:10px !important; color:#3D3C3F !important; cursor:pointer !important; text-transform:uppercase !important;
	}
	.btn:hover {
  color:#fff !important; cursor:pointer !important; background:#3D3C3F !important;
	}
	.btn2 {
    background:#3D3C3F; padding:10px; color:#fff; cursor:pointer; 
	}

.head{ background:#ffcc00 ; padding:10px; color:#3D3C3F; text-decoration:none;}


.head1{ background:#8bc53f; padding:10px; color:#fff;}

.head a:active{
color:#FFFFFF;
} 



.subhead{border-bottom:1px solid #009FE3; padding-bottom:8px;}
.subhead span {
    border-bottom: 4px solid #0760a2;
    padding-bottom: 5px;
}
.bb{border:1px solid #ccc;}
.wrapper{width:90%; box-shadow: 0 0 10px #d5d5d5;
margin:0 auto;padding:10px; background:#fff; min-height:800px !important; }



/*  Back_Up    .wrapper{width:90%; box-shadow:0 0 4px #000; border:1px solid #000; margin:0 auto;padding:10px; background:#fff; min-height:800px !important; }*/

img{max-width:100%;}
/*.img_size {
    width: 200px;
}*/
.mb{margin-bottom:10px;}
.fl{float:left;}
.fw{font-weight:bold;}
.fr{float:right;}
li{list-style:none;}
.tc{text-align:center;}
.cl{clear:both}
.right_menu{position:fixed; right:75px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.right_menu ul{margin:0; padding:0;}
.right_menu ul li{ list-style:none;}
.right_menu ul li a{ background: none repeat scroll 0 0 #0760A2;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-top: 2px;
    padding: 10px;
    text-align: center;
    text-decoration: none;}

.right_menu ul li a:hover{background:#009fe3;}



table {
	max-width:100%;
	background-color:transparent
}
th {
	text-align:left
}
.table {
	width:100%;
	margin-bottom:20px
}
.rbb{border-right:1px solid #ddd; }
.tbb{border-top:1px solid #ddd; }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding:8px;
	line-height:1.42857143;
	vertical-align:top;
	border-bottom:1px solid #ddd; 
	border-left:1px solid #ddd;
}
.table>thead>tr>th {
	vertical-align:top;
	border-bottom:1px solid #ddd;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
	border-top:0
}
.table>tbody+tbody {
	border-top:2px solid #ddd
}
.table .table {
	background-color:#fff
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding:5px
}
.table-bordered {
	border:1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border:1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width:2px
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
background-color:#f9f9f9
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color:#f5f5f5
}
table col[class*=col-] {
position:static;
float:none;
display:table-column
}
table td[class*=col-], table th[class*=col-] {
position:static;
float:none;
display:table-cell
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
	background-color:#f5f5f5
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th {
	background-color:#e8e8e8
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
	background-color:#dff0d8
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th {
	background-color:#d0e9c6
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
	background-color:#d9edf7
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th {
	background-color:#c4e3f3
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
	background-color:#fcf8e3
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th {
	background-color:#faf2cc
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
	background-color:#f2dede
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th {
	background-color:#ebcccc
}
@media (max-width:767px) {
.table-responsive {
width:100%;
margin-bottom:15px;
overflow-y:hidden;
overflow-x:scroll;
-ms-overflow-style:-ms-autohiding-scrollbar;
border:1px solid #ddd;
-webkit-overflow-scrolling:touch
}
.table-responsive>.table {
margin-bottom:0
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
white-space:nowrap
}
.table-responsive>.table-bordered {
border:0
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-left:0
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right:0
}
.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
border-bottom:0
}
}
  
  
  
.form-control {
	 background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
	display: block;
	height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
	width: 100%;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control:focus {
	border-color: #999999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
} 


@media handheld, only screen and (max-width: 767px) {

	
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 510px) {
.wrapper {
    padding: 5px;
}
.right_menu {
    position: relative;
    right: 0;
}
.grid {
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

[class*="col-"] {
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

}



@media screen and (max-width: 980px) {

.right_menu {
    position: fixed;
    right: 58px;
}

}
