/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

h2{
	font-size:20px;
	line-height:35px;
	font-family: 'Lato', sans-serif;
}

.content{
	width:410px;
	height:350px;
	padding:20px 10px 20px 20px;
	overflow:auto;
	/*background:rgba(0, 0, 0, 0.8); */
	background:url(../img/content.png) repeat;
	color:#ddd;
	margin:0 0 0 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}


.maincountainer{
	width:100%;
	margin:0px auto;
}
.countainer{
	width:100%;
	float:left;
	}
.leftside{
	width:400px;
	float:left;
}
.logo{
	width:233px;
	height:230px;
	float:left;
	margin:0 0 0 50px;
	background:url(../img/logo.png) no-repeat;
}
.logo a{
	width:233px;
	height:230px;
	float:left;
	display:block;
	text-indent:-9999em;
}

.logophoto{
	width:233px;
	height:230px;
	float:left;
	margin:0 0 0 50px;
	background:url(../img/logo.png) no-repeat;
}
.logophoto a{
	width:233px;
	height:230px;
	float:left;
	display:block;
	text-indent:-9999em;
}

.tagline{
	font-family:"Arial Narrow";
	font-size:20px;
	float:left;
	color:#6eefff;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 30px;
	text-shadow:1px 1px 2px #eee;
}


.rightside{
	float:right;
	/*width:901px;*/
	width:736px;
	position:absolute;
	right:0px;

}
.rightsidelogo{
	width:270px;
	height:58px;
	float:right;
	display:block;
	text-indent:-9999em;
}

.rightsidelogo a{
	width:270px;
	height:58px;
	float:right;
	position:relative;
	margin:5px 10px 0 0;
	background:url(../img/swetalbhavsarlogo.png) no-repeat;
}

.navigationback{
	/*width:901px;*/
	width:727px;
	float:right;
	height:40px;
	position:absolute;
	right:0px;
	top:75px;
	background:url(../img/navigationback.png) no-repeat;
}


.home a{
	width:113px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#181818;
	padding:10px 0 11px 0;
	text-align:center;
	position:absolute;
	z-index:1;
	text-decoration:none;
}
.home a:hover{
	background:url(../img/navigation.png) 0 40px;
	width:113px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	padding:10px 0 11px 0;
	text-decoration:none;
	text-align:center;
}
.homeactive{
	color:#fff !important;
	background:url(../img/navigation.png) 0 40px;
}
.aboutus a{
	width:124px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#181818;
	padding:10px 0 11px 0;
	text-decoration:none;
	text-align:center;
	position:absolute;
	left:85px;
}
.aboutus a:hover{
	background:url(../img/navigation.png) 832px 40px;
	width:124px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 11px 0;
	text-align:center;
	position:absolute;
}
.aboutusactive{
	background:url(../img/navigation.png) 832px 40px;
	color:#fff !important;
}
.services a{
	width:124px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#181818;
	padding:10px 0 11px 0;
	text-decoration:none;
	text-align:center;
	position:absolute;
	left:181px;

}
.services a:hover{
	background:url(../img/navigation.png) 832px 40px;
	width:124px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 11px 0;
	text-align:center;
	position:absolute;
}

.servicesactive{
	background:url(../img/navigation.png) 832px 40px;
	color:#fff !important;
}
.contactus a{
	width:139px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#181818;
	padding:10px 0 11px 0;
	text-decoration:none;
	text-align:center;
	position:absolute;
	left:278px;
}
.contactus a:hover{
	background:url(../img/navigation.png) -393px 40px;
	width:139px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 11px 0;
	text-align:center;
	position:absolute;
}
.contactusactive{
	background:url(../img/navigation.png) -393px 40px;;
	color:#fff !important;

}
.careers a{
	width:124px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#181818;
	padding:10px 0 11px 0;
	text-decoration:none;
	text-align:center;
	position:absolute;
	left:388px;
}
.careers a:hover{
	background:url(../img/navigation.png) 832px 40px;
	width:124px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 11px 0;
	text-align:center;
	position:absolute;
}
.careersactive{
	background:url(../img/navigation.png) 832px 40px;
	color:#fff !important;
}
.clients a{
	width:124px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#181818;
	padding:10px 0 11px 0;
	text-decoration:none;
	text-align:center;
	position:absolute;
	left:484px;
}
.clients a:hover{
	background:url(../img/navigation.png) 832px 40px;
	width:124px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 11px 0;
	text-align:center;
	position:absolute;
}
.clientsactive{
	background:url(../img/navigation.png) 832px 40px;
	color:#fff !important;
}
.photogallery a{
	width:137px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#181818;
	text-decoration:none;
	padding:10px 0 11px 10px;
	text-align:center;
	position:absolute;
	left:580px;
}
.photogallery a:hover{
	background:url(../img/navigation.png) 147px 40px;
	width:137px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 11px 10px;
	text-align:center;
	position:absolute;
}
.photogalleryactive{
	background:url(../img/navigation.png) 147px 40px;
	width:137px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff !important;
	text-decoration:none;
	padding:10px 0 11px 10px;
	text-align:center;
	position:absolute;
}
.innercountaint{
	float:left;
	position:absolute;
	bottom:8%;

}
.welcometext{
	float:left;
	width:400px;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.innertext{
	width:380px;
	float:left;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 0 10px 0;
}
.innertext p{
	float:left;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.viewdegree a{
	width:150px;
	height:150px;
	float:right;
	position:absolute;
	bottom:12%;
	right:2%;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:25px;
	text-shadow:2px 2px 5px #111;

}

footer{
	width:100%;
	position:absolute;
	bottom:0px;
	/*background:rgba(0, 0, 0, 0.8); */
	background:url(../img/content.png) repeat;
	padding:10px 0;
}

.footerleft{
	font-family:Arial;
	font-size:14px;
	float:left;
	color:#d7d7d7;
	text-align:left;
	margin:0 0 0 30px;
}
.footerright{
	font-family:Arial;
	font-size:14px;
	float:right;
	color:#d7d7d7;
	text-align:left;
	margin:0 30px 0 0px;
}

.footerright a{

	color:#d7d7d7;
	text-decoration:none;
}
.footerright a:hover{

	color:#d7d7d7;
	text-decoration: underline;
}

/*------------------Start Contact Us -------------------*/
.maincontactus{
	width:380px;
	float:left;
	margin:10px 0 0 0;
}
.formbackinside{
	width:380px;
	float:left;
	padding: 10px 0;
}
.nametext{
	width:140px;
	float:left;
	padding:5px 0 5px 0;
}
.nameinput input{
	width:220px;
	float:left;
	padding:7px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	background:rgba(255, 255, 255, 0.8);

}
.nameinput textarea{
	width:220px;
	float:left;
	padding:7px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	background:rgba(255, 255, 255, 0.8);

}

.nameinput input[type="submit"]{
	width:80px;
	float:left;
	padding:7px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	background:rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.nameinput input[type="submit"]:hover{
	border:none;
	background:#058f01;
	color:#ddd;

}

.nameinput input[type="reset"]{
	width:80px;
	float:left;
	padding:7px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	background:rgba(255, 255, 255, 0.8);
	margin:0 0 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.nameinput input[type="reset"]:hover{
	border:none;
	background:#058f01;
	color:#ddd;

}

.phonetext{
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	padding:5px 0 5px 0;
}
.phonetext a{
	color:#ddd;
	text-decoration:none;
}


/*------------------End Contact Us -------------------*/

.clientlist{
	width:355px;
	float:left;
	padding:0 0 0 25px;
}

.clientlist p{
	line-height:16px;
	width:355px;
}

#mobile{
	display:none;
}

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

.logo{
	width:180px;
	height:178px;
	float:left;
	margin:0 0 0 20px;
	background:url(../img/logorc.png) no-repeat;
}
.logo a{
	width:180px;
	height:178px;
	float:left;
	display:block;
	text-indent:-9999em;
}
.navigationback{
	top:100px;
}
.tagline{
	font-size:17px;
}

.content{
	width:370px;
	height:300px;
}

.innertext{
	width:340px;
	font-size:12px;
}

.innertext p{
	font-size:12px;
}

.nameinput input{
	width:200px;
}

#mobile{
	display:none;
}








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

.logo{
	width:180px;
	height:178px;
	float:left;
	margin:0 0 0 30px;
	background:url(../img/logorc.png) no-repeat;
}
.logo a{
	width:180px;
	height:178px;
	float:left;
	display:block;
	text-indent:-9999em;
}
.navigationback{
	/*width:901px;*/
	float:right;
	height:37px;
	position:absolute;
	right:0px;
	top:100px;
	background:#eee;
	width:540px;
}
.tagline{
	font-family:"Arial Narrow";
	font-size:17px;
	float:left;
	color:#6eefff;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 20px;
}

.home a{
	font-size:14px;
	width:70px;
}
.home a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.homeactive{
	color:#fff !important;
	background:#089002;
}
.aboutus a{
	font-size:14px;
	width:70px;
	left:73px;
}
.aboutus a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.aboutusactive{
	background:#089002;
	font-size:14px;
	width:70px;
}
.services a{
	font-size:14px;
	width:70px;
	left:146px;

}
.services a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}

.servicesactive{
	background:#089002;
	font-size:14px;
	width:70px;
}
.contactus a{
	font-size:14px;
	width:70px;
	left:219px;
}
.contactus a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.contactusactive{
	background:#089002;
	font-size:14px;
	width:70px;

}
.careers a{
	font-size:14px;
	width:70px;
	left:292px;
}
.careers a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.careersactive{
	background:#089002;
	font-size:14px;
	width:70px;
}
.clients a{
	font-size:14px;
	width:70px;
	left:365px;
}
.clients a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.clientsactive{
	background:#089002;
	font-size:14px;
	width:70px;
}
.photogallery a{
	font-size:14px;
	width:100px;
	left:438px;
	padding-left:0;
	padding-right:0;
}
.photogallery a:hover{
	background:#089002;
	font-size:14px;
	width:100px;
	padding-left:0;
	padding-right:0;
}
.photogalleryactive{
	background:#089002;
	font-size:14px;
	width:100px;
	padding-left:0;
	padding-right:0;
}

.innertext{
	width:340px;
	font-size:12px;
}

.innertext p{
	font-size:12px;
}

.nameinput input{
	width:200px;
}
.nameinput textarea{
	width:200px;
}

.formbackinside{
	width:350px;
}

.footerleft{
	font-size:12px;
}
.footerright{
	font-size:12px;
}
#mobile{
	display:none;
}

}





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

.logo{
	width:180px;
	height:178px;
	float:left;
	margin:0 0 0 10px;
	background:url(../img/logorc.png) no-repeat;
}
.logo a{
	width:180px;
	height:178px;
	float:left;
	display:block;
	text-indent:-9999em;
}
.navigationback{
	/*width:901px;*/
	float:right;
	height:37px;
	position:absolute;
	right:0px;
	top:100px;
	background:#eee;
	width:540px;
}
.tagline{
	font-family:"Arial Narrow";
	font-size:17px;
	float:left;
	color:#6eefff;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 20px;
}

.home a{
	font-size:14px;
	width:70px;
}
.home a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.homeactive{
	color:#fff !important;
	background:#089002;
}
.aboutus a{
	font-size:14px;
	width:70px;
	left:73px;
}
.aboutus a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.aboutusactive{
	background:#089002;
	font-size:14px;
	width:70px;
}
.services a{
	font-size:14px;
	width:70px;
	left:146px;

}
.services a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}

.servicesactive{
	background:#089002;
	font-size:14px;
	width:70px;
}
.contactus a{
	font-size:14px;
	width:70px;
	left:219px;
}
.contactus a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.contactusactive{
	background:#089002;
	font-size:14px;
	width:70px;

}
.careers a{
	font-size:14px;
	width:70px;
	left:292px;
}
.careers a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.careersactive{
	background:#089002;
	font-size:14px;
	width:70px;
}
.clients a{
	font-size:14px;
	width:70px;
	left:365px;
}
.clients a:hover{
	background:#089002;
	font-size:14px;
	width:70px;
}
.clientsactive{
	background:#089002;
	font-size:14px;
	width:70px;
}
.photogallery a{
	font-size:14px;
	width:100px;
	left:438px;
	padding-left:0;
	padding-right:0;
}
.photogallery a:hover{
	background:#089002;
	font-size:14px;
	width:100px;
	padding-left:0;
	padding-right:0;
}
.photogalleryactive{
	background:#089002;
	font-size:14px;
	width:100px;
	padding-left:0;
	padding-right:0;
}

.innertext{
	width:340px;
	font-size:12px;
}

.innertext p{
	font-size:12px;
}

.nameinput input{
	width:200px;
}
.nameinput textarea{
	width:200px;
}

.footerleft{
	font-size:12px;
}
.footerright{
	font-size:12px;
}
#mobile{
	display:none;
}


}

@media screen and (max-width: 640px) {
.viewdegree {
    display: none;
}
.logo{
	width:150px;
	height:148px;
	float:left;
	margin:0 0 0 10px;
	background:url(../img/logomobile.png) no-repeat;
}
.logo a{
	width:150px;
	height:148px;
	float:left;
	display:block;
	text-indent:-9999em;
}
.navigationback{
	/*width:901px;*/
	float:right;
	height:35px;
	position:absolute;
	right:0px;
	top:80px;
	background:#eee;
	width:448px;
}
.tagline{
	font-family:"Arial Narrow";
	font-size:17px;
	float:left;
	color:#6eefff;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 20px;
}

.home a{
	font-size:12px;
	width:55px;
	padding:10px 0 10px 0;
}
.home a:hover{
	background:#089002;
	font-size:12px;
	width:55px;
	padding:10px 0 10px 0;
}
.homeactive{
	font-size:12px;
	width:55px;
	padding:10px 0 10px 0;
}
.aboutus a{
	font-size:12px;
	width:55px;
	padding:10px 0 10px 0;
	left:58px;
}
.aboutus a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
}
.aboutusactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
}
.services a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
	left:116px;

}
.services a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
}

.servicesactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
}
.contactus a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
	left:174px;
}
.contactus a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
}
.contactusactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;

}
.careers a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
	left:232px;
}
.careers a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
}
.careersactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
}
.clients a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
	left:290px;
}
.clients a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;;
}
.clientsactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:55px;
}
.photogallery a{
	font-size:12px;
	width:100px;
	left:348px;
	padding:10px 0 10px 0;
}
.photogallery a:hover{
	background:#089002;
	font-size:12px;
	width:100px;
	padding:10px 0 10px 0;
}
.photogalleryactive{
	background:#089002;
	font-size:12px;
	width:100px;
	padding:10px 0 10px 0;
}

.content{
	width:300px;
	height:300px;
	padding:20px 10px 20px 20px;
	overflow:auto;
	/*background:rgba(0, 0, 0, 0.8); */
	background:url(../img/content.png) repeat;
	color:#ddd;
	margin:0 0 0 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}

.innertext{
	width:270px;
	font-size:12px;
}

.innertext p{
	font-size:12px;
}

.formbackinside{
	width:272px;
}

.nameinput input{
	width:272px;
}
.nameinput textarea{
	width:272px;
}
#displaynone{
	display:none;
}
#careerwidth{
	width:272px;
}
.clientlist p{
	width:250px;
}

.footerleft{
	margin-left:10px;
	font-size:11px;
}

.footerright{
	margin-right:10px;
	font-size:11px;
}
#mobile{
	display:none;
}


}

@media screen and (max-width: 600px) {
.navigationback{
	/*width:901px;*/
	float:right;
	height:35px;
	position:absolute;
	right:0px;
	top:180px;
	background:#eee;
	width:480px;
}
.tagline{
	font-family:"Arial Narrow";
	font-size:17px;
	float:left;
	color:#6eefff;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 20px;
}

.home a{
	font-size:12px;
	width:60px;
	padding:10px 0 10px 0;
}
.home a:hover{
	background:#089002;
	font-size:12px;
	width:60px;
	padding:10px 0 10px 0;
}
.homeactive{
	font-size:12px;
	width:60px;
	padding:10px 0 10px 0;
}
.aboutus a{
	font-size:12px;
	width:60px;
	padding:10px 0 10px 0;
	left:63px;
}
.aboutus a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.aboutusactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.services a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
	left:126px;

}
.services a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}

.servicesactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.contactus a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
	left:189px;
}
.contactus a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.contactusactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;

}
.careers a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
	left:252px;
}
.careers a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.careersactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.clients a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
	left:315px;
}
.clients a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.clientsactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.photogallery a{
	font-size:12px;
	width:102px;
	left:378px;
	padding:10px 0 10px 0;
}
.photogallery a:hover{
	background:#089002;
	font-size:12px;
	width:102px;
	padding:10px 0 10px 0;
}
.photogalleryactive{
	background:#089002;
	font-size:12px;
	width:102px;
	padding:10px 0 10px 0;
}
.clientlist{
	width:355px;
	float:left;
	padding:0 0 0 17px;
}


}

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

/*.logo{
	width:150px;
	height:148px;
	float:left;
	margin:0 0 0 10px;
	background:url(../img/logomobile.png) no-repeat;
}*/
/*.logo a{
	width:150px;
	height:148px;
	float:left;
	display:block;
	text-indent:-9999em;
}*/
.navigationback{
	/*width:901px;*/
	float:right;
	height:35px;
	position:absolute;
	right:0px;
	top:130px;
	background:#eee;
	width:480px;
}
.tagline{
	font-family:"Arial Narrow";
	font-size:15px;
	float:left;
	color:#6eefff;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 10px;
	width:300px;
}

.logo{
	width:100px;
	height:99px;
	float:left;
	margin:0 0 0 5px;
	background:url(../img/logoiphone.png) no-repeat;
}
.logo a{
	width:110px;
	height:99px;
	float:left;
	display:block;
	text-indent:-9999em;
}
.leftside{
	width:20px;
	height:99px;
}

.rightside{
	float:right;
	/*width:901px;*/
	width:200px;
	position:absolute;
	right:0px;

}
.rightsidelogo{
	width:190px;
}

.rightsidelogo a{
	width:190px;
	height:40px;
	float:right;
	position:relative;
	margin:15px 5px 0 0;
	background:url(../img/sbiphone.png) no-repeat;
}

.home a{
	font-size:12px;
	width:60px;
	padding:10px 0 10px 0;
}
.home a:hover{
	background:#089002;
	font-size:12px;
	width:60px;
	padding:10px 0 10px 0;
}
.homeactive{
	font-size:12px;
	width:60px;
	padding:10px 0 10px 0;
}
.aboutus a{
	font-size:12px;
	width:60px;
	padding:10px 0 10px 0;
	left:63px;
}
.aboutus a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.aboutusactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.services a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
	left:126px;

}
.services a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}

.servicesactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.contactus a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
	left:189px;
}
.contactus a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.contactusactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;

}
.careers a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
	left:252px;
}
.careers a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.careersactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.clients a{
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
	left:315px;
}
.clients a:hover{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.clientsactive{
	background:#089002;
	font-size:12px;
	padding:10px 0 10px 0;
	width:60px;
}
.photogallery a{
	font-size:12px;
	width:102px;
	left:378px;
	padding:10px 0 10px 0;
}
.photogallery a:hover{
	background:#089002;
	font-size:12px;
	width:102px;
	padding:10px 0 10px 0;
}
.photogalleryactive{
	background:#089002;
	font-size:12px;
	width:102px;
	padding:10px 0 10px 0;
}

.content{
	width:300px;
	height:200px;
	padding:20px 10px 20px 20px;
	overflow:auto;
	/*background:rgba(0, 0, 0, 0.8); */
	background:url(../img/content.png) repeat;
	color:#ddd;
	margin:0 0 0 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}

.innertext{
	width:270px;
	font-size:12px;
}

.innertext p{
	font-size:12px;
}

.formbackinside{
	width:272px;
}

.nameinput input{
	width:272px;
}
.nameinput textarea{
	width:272px;
}
#displaynone{
	display:none;
}
#careerwidth{
	width:272px;
}
.clientlist p{
	width:250px;
}

.footerleft{
	font-size:12px;
}
.footerright{
	font-size:12px;
}

#other{
	display:none;
}

#mobile{
	display:block;
}

.viewdegree a{
	width:100px;
	height:100px;
	float:right;
	position:absolute;
	bottom:12%;
	right:2%;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	text-shadow:1px 1px 3px #111;

}

.footerleft{
	margin-left:5px;
	font-size:11px;
}

.footerright{
	margin-right:5px;
	font-size:11px;
}
}


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

h2{
	font-size:15px;
}

.logo{
	width:100px;
	height:99px;
	float:left;
	margin:0 0 0 5px;
	background:url(../img/logoiphone.png) no-repeat;
}
.logo a{
	width:110px;
	height:99px;
	float:left;
	display:block;
	text-indent:-9999em;
}
.leftside{
	width:20px;
	height:99px;
}

.rightside{
	float:right;
	/*width:901px;*/
	width:200px;
	position:absolute;
	right:0px;

}
.rightsidelogo{
	width:190px;
}

.rightsidelogo a{
	width:190px;
	height:40px;
	float:right;
	position:relative;
	margin:15px 5px 0 0;
	background:url(../img/sbiphone.png) no-repeat;
}
.navigationback{
	/*width:901px;*/
	float:right;
	height:28px;
	position:absolute;
	right:0px;
	top:110px;
	background:#eee;
	width:320px;
}
.tagline{
	display:none;
}

.home a{
	font-size:11px;
	margin:0 0 0 0;
	width:35px;
	padding:7px 0;
}
.home a:hover{
	font-size:11px;
	width:35px;
	padding:7px 0;
}
.homeactive{
	font-size:11px;
	width:35px;
	padding:7px 0;

}
.aboutus a{
	font-size:11px;
	width:35px;
	padding:7px 0;
	left:37px;

}
.aboutus a:hover{
	font-size:11px;
	width:35px;
	padding:7px 0;
	background:#089002;
}
.aboutusactive{
	font-size:11px;
	width:35px;
	padding:7px 0;
	background:#089002;

}
.services a{
	font-size:11px;
	padding:7px 0;
	left:74px;
	width:46px;

}
.services a:hover{
	font-size:11px;
	padding:7px 0;
	width:46px;
	background:#089002;
}

.servicesactive{
	font-size:11px;
	padding:7px 0;
	width:46px;
	background:#089002;
}
.contactus a{
	font-size:11px;
	padding:7px 0;
	width:40px;
	left:122px;
}
.contactus a:hover{
	font-size:11px;
	padding:7px 0;
	width:40px;
	background:#089002;
}
.contactusactive{
	font-size:11px;
	padding:7px 0;
	width:40px;
	background:#089002;

}
.careers a{
	font-size:11px;
	padding:7px 0;
	width:43px;
	left:164px;
}
.careers a:hover{
	font-size:11px;
	padding:7px 0;
	width:43px;
}
.careersactive{
	font-size:11px;
	padding:7px 0;
	width:43px;
	background:#089002;
}
.clients a{
	font-size:11px;
	padding:7px 0;
	width:35px;
	left:209px;
}
.clients a:hover{
	font-size:11px;
	padding:7px 0;
	width:35px;
	background:#089002;

}
.clientsactive{
	font-size:11px;
	padding:7px 0;
	width:35px;
	background:#089002;
}
.photogallery a{
	font-size:11px;
	padding:7px 0;
	width:74px;
	left:246px;
}
.photogallery a:hover{
	font-size:11px;
	padding:7px 0;
	width:74px;
	background:#089002;
}
.photogalleryactive{
	font-size:11px;
	padding:7px 0;
	width:74px;
	background:#089002;
}

.content{
	width:280px;
	height:140px;
	padding:10px 10px 14px 10px;
	overflow:auto;
	/*background:rgba(0, 0, 0, 0.8); */
	background:url(../img/content.png) repeat;
	color:#ddd;
	margin:0 0 0 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}

.innertext{
	width:235px;
	font-size:11px;
	line-height:16px;
	padding:0 0 0 5px;
}

.innertext p{
	font-size:11px;
	line-height:16px;
}

.formbackinside{
	width:272px;
	padding:0 0 7px 0;
}

.nameinput input{
	width:225px;
}
.nameinput textarea{
	width:225px;
}
#displaynone{
	display:none;
}
#careerwidth{
	width:272px;
}

.clientlist{
	width:207px;
}

.clientlist p{
	width:207px;
}
.nameinput input[type="submit"]{
	width:45px;
	float:left;
	padding:3px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	background:rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.nameinput input[type="submit"]:hover{
	border:none;
	background:#058f01;
	color:#ddd;

}

.nameinput input[type="reset"]{
	width:45px;
	float:left;
	padding:3px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	background:rgba(255, 255, 255, 0.8);
	margin:0 0 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.nameinput input[type="reset"]:hover{
	border:none;
	background:#058f01;
	color:#ddd;

}
.phonetext{
	font-size:11px;
}

footer{
	background:none;
}

.footerleft{
	font-size:11px;
}
.footerright{
	font-size:11px;
}

#other{
	display:none;
}

#mobile{
	display:block;
}

.viewdegree a{
	width:100px;
	height:100px;
	float:right;
	position:absolute;
	bottom:12%;
	right:2%;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	text-shadow:1px 1px 3px #111;
	display:none;

}

.footerleft{
	margin-left:5px;
	font-size:10px;
	position:absolute;
	bottom:2px;
}

.footerright{
	margin-right:5px;
	font-size:10px;
	display:none;
}
}
