/*

Matrix Template

http://www.templatemo.com/tm-405-matrix

*/

html, body {
	font-family: Tahoma, Arial;
	padding: 0px; 
	margin: 0px; 
	font-size: 16px;
	background: #E3DFC6;
    color: #808080;
}

img	{ width: 100%; }

a {
	color: #ffffff; outline: 0;
}

a:hover, a:focus {
	text-decoration: none;
	color: #cccccc;
}
a:active, a:focus {
	color: #ffffff;
	border: none;
}

p {
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial;
	font-weight: 400;
}
h1	{	font-size: 3em;
	color: #cccccc;
	background: #343537;
	padding: 0px 0px;
	float: left;
	text-shadow: 4px 2px 2px rgba(33, 33, 33, 1);
	margin: 5% 0% 0% 2%;;
	}
	
h2	{ 
	font-size: 24px; 
	color: #333333;
	margin-top: 0px;
	}
h3 { 
	text-align: center; 
	font-size: 2em;
	}

.clear	{ clear: both; }
.content { display: none; height: auto; }
.homepage{ display: block; }
.portfolioshow	{ display: block; }
/* .container	{ position: absolute; } */

.templatemo_link ,.templatemo_linkservice,.templatemo_linkcontact { 
	font-size: 22px; color: #ffffff; font-family:Tahoma, Arial; font-weight:bold;  /*sarah*/
	width: 95%;
}

.templatemo_link1 { 
	font-size: 2em; color: #ffffff;
	padding-top:20%;
	position: absolute;
	width: 100%;
}

.templatemo_smalltitle { 
	float: left; 
	padding: 0px 0px 0px 0px; 
	font-size: 1em; 
	color: #b5b5b5;
	margin: 10px 0px 30px 25px;
}

.templatemo_footer { 
	float: right; 
	padding: 11px 0px 0px 0px; 
	font-size: 13px; 
	color: #b5b5b5;
	margin-top: 10px;
	margin-right: 3%;
	margin-bottom: 10px;
}

.alignTQUK { 
	float:left; 
	width:500px;
	font-size:10px;
}

.tqukLogo { 
	width:113px;
	margin-right:5px;
	margin-left:8px;
	margin-bottom:8px;
	display: inline;
}

.templatemo_mainservice	{
	background: #999933;
	text-align: center;
	width: 100%;
	float: left;
}
.templatemo_allcourse	{
	background: #bbb595;
	text-align: center;
	width: 100%;
	/*float: left;*/
}

.templatemo_mainportfolio {
	background: #993333;
	text-align: center;
	width: 100%;
}

.templatemo_maintesti {
	background: #339966;
	text-align: center;
	width: 100%;
}

.templatemo_main3d {
	background: #C75475;
	text-align: center;
	width: 100%;
}

.templatemo_main1plus3 {
	background: #936;
	text-align: center;
	width: 100%;
}
.templatemo_sen {
	background: #E3DFC6;
	text-align: center;
	width: 100%;
}

.templatemo_sen2 {
	background: #98BED6;
	text-align: center;
	width: 100%;
}

.templatemo_mainabout	{
	background: #cc9933;
	text-align: center;
	width: 100%;
}

.templatemo_mainlinks	{
	background: #bbb595;
	text-align: center;
	width: 100%;
}

.templatemo_mainnew	{
	background: #936;
	text-align: center;
	width: 100%;
}


.templatemo_maincontact	{
	background: #006699;
	text-align: center;
	width: 100%;
}

.templatemo_insideportfolio	 h2 { color: #ffffff; }
.templatemo_insideportfolio	{
	background: #993333;
	width: 100%;
	padding: 0px;
	color: #ffffff;
}

.templatemo_portfoliotext { 
	color: #ffffff;
	/*position: absolute; */
	width: 95%;
	padding: 30px;
}
	
.templatemo_portfolioback { 
	background: #666666;
	text-align: center;
	width: 100%;
}

.templatemo_aboutback { 
	background: #666666;
	text-align: center;
}
	
.templatemo_graybg { 
	float: left; 
	background: #cccccc;
	opacity: 0.7;
	overflow: hidden;
	width: 100%;
}

.templatemo_paddinggap	{ padding: 30px; }
.templatemo_form { padding: 10px 0px; }
.templatemo_form input, .templatemo_form textarea { 
	border-radius: 0px; 
	border: 1px solid #999999; 
}

.templatemo_form textarea { 
	height: 150px;
}

.templatemo_form button {
	float: right;
	background: #666666;
	color: #ffffff;
	border-radius: 0px;
	border: none;
	font-size: 16px;
}

#templatemo_map	{ 
	width: 100%;
	height: 280px;
	margin-bottom:10px;
}

.templatemo_address { color: #757575; padding-top: 10px; }

/*------------------------------------------------------
	Gallery Styles 
--------------------------------------------------------*/
.gallery-item {
  -webkit-box-shadow: inset 0 0 1px #666;
  -moz-box-shadow: inset 0 0 1px #666;
  box-shadow: inset 0 0 1px #666;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.gallery-item .content-gallery {
  text-align: center;
}
.gallery-item .content-gallery h3 {
  color: #b10021;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.gallery-item img {
  width: 100%;
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}
.gallery-item .overlay a {
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 24px;
}

.templatemo_frame { 
	float: left; overflow-x:hidden; margin-top: 30px;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #cccccc;
}

.templatemo_frame a {
	color: #06C;
}

.templatemo_frame a:hover {
	color: #C30;
}

::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #b1b1b1;
}

.resp-vtabs ul.templatemo_tab { float: left; width: 100%; }
.resp-vtabs ul.templatemo_tab li { padding: 0px; background: url(../images/templatemo_¤é_gap.png) no-repeat center right #cc9933; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_tab li.resp-tab-active{ background: url(../images/templatemo_arrow.png) no-repeat center right #cc9933; border: 0px; padding: 0px; color: #ffffff; }

.resp-vtabs ul.templatemo_stem { float: left; width: 100%; }
.resp-vtabs ul.templatemo_stem li { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #993366; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_stem li.resp-tab-active{ background: url(../images/templatemo_stem_arrow.png) no-repeat center right #993366; border: 0px; padding: 0px; color: #ffffff; }

.resp-vtabs ul.templatemo_elsstab { float: left; width: 100%; }
.resp-vtabs ul.templatemo_elsstab li { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #669ACC; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_elsstab li.resp-tab-active { background: url(../images/templatemo_elss_arrow.png) no-repeat center right #669ACC; border: 0px; padding: 0px; color: #ffffff;  }

.resp-vtabs ul.templatemo_testitab { float: left; width: 100%; }
.resp-vtabs ul.templatemo_testitab li { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #339966; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_testitab li.resp-tab-active { background: url(../images/templatemo_testi_arrow.png) no-repeat center right #339966; border: 0px; padding: 0px; color: #ffffff;  }

.resp-vtabs ul.templatemo_1plus3 { float: left; width: 100%; }
.resp-vtabs ul.templatemo_1plus3 li { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #993366; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_1plus3 li.resp-tab-active { background: url(../images/templatemo_tw_arrow.png) no-repeat center right #993366; border: 0px; padding: 0px; color: #ffffff;  }

/* button  color*/
#tw_intro1 { float: left; width: 100%; border: 0px; padding: 0px; color: #ffffff;}
#tw_intro1 { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #339966; font-size: 24px; text-align: center; font-weight: normal; }
#tw_intro1:active { background: url(../images/templatemo_testi_arrow.png) no-repeat center right #339966; border: 0px; padding: 0px; color: #ffffff;  }

.resp-vtabs ul.templatemo_elt { float: left; width: 100%; }
.resp-vtabs ul.templatemo_elt li { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #999933; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_elt li.resp-tab-active { background: url(../images/templatemo_elt_arrow.png) no-repeat center right #999933; border: 0px; padding: 0px; color: #ffffff;  }

.resp-vtabs ul.templatemo_3d { float: left; width: 100%; }
.resp-vtabs ul.templatemo_3d li { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #C75475; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_3d li.resp-tab-active { background: url(../images/templatemo_3d_arrow.png) no-repeat center right #C75475; border: 0px; padding: 0px; color: #ffffff;  }

.resp-vtabs ul.templatemo_eltc1 { float: left; width: 100%; }
.resp-vtabs ul.templatemo_eltc1 li { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #993333; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_eltc1 li.resp-tab-active { background: url(../images/templatemo_elt_arrow.png) no-repeat center right #993333; border: 0px; padding: 0px; color: #ffffff;  }

.resp-vtabs ul.templatemo_nss { float: left; width: 100%; }
.resp-vtabs ul.templatemo_nss li { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #993333; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_nss li.resp-tab-active{ background: url(../images/templatemo_nss_arrow.png) no-repeat center right #993333; border: 0px; padding: 0px; color: #ffffff; }

.resp-vtabs ul.templatemo_sen { float: left; width: 100%; }
.resp-vtabs ul.templatemo_sen li { padding: 0px; background: url(../images/templatemo_arrow_gap.png) no-repeat center right #98BED6; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.templatemo_sen li.resp-tab-active { background: url(../images/templatemo_sen_arrow.png) no-repeat center right #98BED6; border: 0px; padding: 0px; color: #ffffff;  }

.resp-vtabs .templatemo_aboutcontainer,.resp-vtabs .templatemo_eltcontainer, 
.resp-vtabs .templatemo_eltc1container,.resp-vtabs .templatemo_nsscontainer,.resp-vtabs .templatemo_sencontainer,.resp-vtabs .templatemo_testicontainer	{  background: none; border-radius: 0px; border: 0px; }
h2.resp-accordion	{ color: #ffffff; }
.resp-tabs-list li	{ color: #ffffff; }

/*responsive tab color for narrow screen*/
.templatemo_testicontainer h2.resp-accordion {
 background: #339966 !important; }
 
.templatemo_elsscontainer h2.resp-accordion {
 background: #669ACC !important; }
 
.templatemo_eltcontainer h2.resp-accordion {
 background: #999933 !important; }
 
.templatemo_stemcontainer h2.resp-accordion {
 background: #993366 !important; }
 
 .templatemo_eltc1container h2.resp-accordion {
 background: #999933 !important; }

.templatemo_aboutcontainer h2.resp-accordion {
 background: #cc9933 !important; }
 
.templatemo_nsscontainer h2.resp-accordion {
 background: #993333 !important; }
 
.templatemo_sencontainer h2.resp-accordion {
 background: #98BED6 !important; }
 
.templatemo_3dcontainer h2.resp-accordion {
 background: #C75475 !important; }
 
.templatemo_1plus3 h2.resp-accordion {
 background: #993366 !important; }
 
/*----- Page Load ------*/

@media(min-width:320px) {
	.templatemo_leftgap	{ padding: 0px 10px; }
	.templatemo_rightgap_about	{ padding: 0px 10px; }
	.templatemo_botgap	{ margin: 0px 0px 20px 0px; }
	.templatemo_topgap, .templatemo_portfotopgap	{ margin-top: 20px; }
	.templatemo_col37	{ float: left; width: 100%; }
	.resp-vtabs .templatemo_aboutcontainer,.resp-vtabs .templatemo_nsscontainer,  .templatemo_sencontainer, .resp-vtabs .templatemo_testicontainer	{ width: 100%; }
	.templatemo_aboutlinkwrapper{ display: none; }
	.templatemo_aboutlinkwrapper1{  display: block; }
	.templatemo_frame	{ padding: 0px 30px 30px 30px; }
	.templatemo_link { padding-top: 20%; }
	.logocontainer	{ background-image:url('../images/bottom-bg.jpg'); padding: 0px 15px; margin: 0 auto; }
	.alignTQUK { float:right; margin-right:0px; width: 250px; margin-top:0px; margin-right:10px;}
	.tqukLogo { display:block; float:none; margin-left:15%;} 
	.templatemo_insideportfolio	{ padding-bottom: 30px; }
	.templatemo_link, .templatemo_linkservice, .templatemo_linkcontact  { padding: 50px 0px; }

}	
@media(min-width:550px) and (max-width: 767px) {
	/*.container	{ left: 15px; right: 15px; padding: 0px; }*/
	.alignTQUK { float:right; margin-right:0px; margin-left:0px; margin-top:0px; width:500px;}
	.tqukLogo { display:inline; float:none; margin-right:5px; margin-left:8px; margin-top:0px;}
}
@media(min-width:768px) {
	.templatemo_leftgap	{ padding: 0px 10px; }
	.templatemo_botgap	{ margin: 0px 0px 20px 0px; }
	.templatemo_topgap	{	margin-top: 20px; }
	.templatemo_portfotopgap	{ margin-top: 0px; } 
	.templatemo_link { padding-top: 20%; }
	/*.container { left: 50%; margin-left: -375px; right: 0px; }*/
	.logocontainer	{ background-image:url('../images/bottom-bg.jpg'); width: 750px; padding: 0px 15px; margin: 0 auto; }
	.alignTQUK { float:right; margin-right:0px; margin-left:0px; margin-top:0px; width:500px; }
	.tqukLogo { display:inline; float:none; margin-right:5px; margin-top:0px; margin-left:8px;}
	.templatemo_insideportfolio	{ height: 398px; }
	.templatemo_link, .templatemo_linkservice, .templatemo_linkcontact 	{ height: 189px; line-height: 189px; padding: 0px; }
}

@media(min-width:992px) {
	.templatemo_leftgap	{ padding: 0px 6px; }
	.templatemo_rightgap_about	{ padding: 0px 6px 0px 2px; }
	.templatemo_botgap	{ margin: 0px 0px 12px 0px; }
	.templatemo_topgap	{	margin-top: 0px; }
	.templatemo_portfotopgap	{ margin-top: 0px; }
	.templatemo_bordergapborder	{ padding: 0px; margin: 0px; }
	.templatemo_graybg	{height: 405px; }
	.templatemo_col37	{ float: left; width: 37.5%; }
	.templatemo_col50	{ float: left; width: 50%; position: relative; }
	.templatemo_form { padding: 5px 0px; }
	.templatemo_form textarea { height: 120px; }
	.templatemo_address { font-size: 12px; }
	.templatemo_portfoliotext { width: 95%; padding: 15px ; font-size: 14px; }
	.resp-vtabs .templatemo_aboutcontainer,.resp-vtabs .templatemo_nsscontainer,.resp-vtabs .templatemo_sencontainer, .resp-vtabs .templatemo_testicontainer	{ width: 75%; }
	.templatemo_leftgap_about	{ padding: 0px 0px 0px 6px; }
	.templatemo_aboutlinkwrapper { width: 95.8%; float: left; background: #666666; text-align: center; display: block; }
	.templatemo_aboutlinkwrapper1 {  display: none; }
	.resp-vtabs .templatemo_tab li,
	.resp-vtabs .templatemo_nss li,
	.resp-vtabs .templatemo_sen li,
	.resp-vtabs .templatemo_elt li,
	.resp-vtabs .templatemo_3d li,
	.resp-vtabs .templatemo_eltc1 li,
	.resp-vtabs .templatemo_testitab li,
	.resp-vtabs .templatemo_elsstab li,
	.resp-vtabs .templatemo_1plus3 li,
	#tw_intro1{ padding: 0px;  margin-bottom: 12px; }
	.resp-vtabs ul.templatemo_tab li, 
	.resp-vtabs ul.templatemo_stem li, 
	.resp-vtabs ul.templatemo_nss li, 
	.resp-vtabs ul.templatemo_sen li, 
	.resp-vtabs ul.templatemo_tab li.resp-tab-active, 
	.resp-vtabs ul.templatemo_stem li.resp-tab-active, 
	.resp-vtabs ul.templatemo_nss li.resp-tab-active,
	.resp-vtabs ul.templatemo_sen li.resp-tab-active,
	.resp-vtabs ul.templatemo_testitab li, 
	.resp-vtabs ul.templatemo_elsstab li, 
	.resp-vtabs ul.templatemo_1plus3 li,
	.resp-vtabs ul.templatemo_elt li,
	.resp-vtabs ul.templatemo_3d li,
	.resp-vtabs ul.templatemo_eltc1 li, 
	.resp-vtabs ul.templatemo_testitab li.resp-tab-active,
	.resp-vtabs ul.templatemo_elsstab li.resp-tab-active,
	.resp-vtabs ul.templatemo_1plus3 li.resp-tab-active,
	.resp-vtabs ul.templatemo_eltc1 li.resp-tab-active,
	.resp-vtabs ul.templatemo_elt li.resp-tab-active,
	.resp-vtabs ul.templatemo_3d li.resp-tab-active,
	#tw_intro1, #tw_intro1:active	{ line-height: 79px; height: 79px; }
	.templatemo_frame	{ height: 337px; margin-right: 1px; padding: 0px 30px; }
	.templatemo_link { padding-top: 15%; }
	/*.container { left: 50%; margin-left: -485px; }*/
	.templatemo_link, .templatemo_linkservice, .templatemo_linkcontact { height: 124px; line-height: 124px; padding: 0px; }
	.logocontainer	{ background-image:url('../images/bottom-bg.jpg'); width: 970px; padding: 0px 15px; margin: 0 auto; }
	.alignTQUK { float:left; width: 500px; margin-left:10px; margin-top:0px; margin-right:0px; }
	.tqukLogo { display:inline; float:none; margin-top:0px; margin-right:5px; margin-left:8px; }
	.templatemo_insideportfolio	{ height: 260px; }
}

@media(min-width:1200px) {
	.templatemo_leftgap	{ padding: 0px 8px; }
	.templatemo_rightgap_about	{ padding: 0px 8px; }
	.templatemo_botgap	{ margin: 0px 0px 16px 0px; }
	.templatemo_topgap	{ margin-top: 0px; }
	.templatemo_portfotopgap	{ margin-top: 0px; }
	.templatemo_bordergapborder	{ padding: 0px 16px; }
	.templatemo_graybg	{ height: 466px; }
	.templatemo_col37	{ float: left; width: 37.5%; position: relative; }
	.templatemo_col50	{ float: left; width: 50%; position: relative; }
	.templatemo_form { padding: 10px 0px; }
	.templatemo_form textarea { height: 150px; }
	.templatemo_address { font-size: 14px; }
	.templatemo_portfoliotext { width: 95%; padding: 30px; font-size: 16px; }
	.resp-vtabs .templatemo_aboutcontainer, .templatemo_sencontainer, .resp-vtabs .templatemo_nsscontainer, .resp-vtabs .templatemo_testicontainer	{ width: 75%; }
	.templatemo_leftgap_about	{ padding: 0px 0px 0px 10px; }
	.resp-vtabs ul.templatemo_tab li, 
	.resp-vtabs ul.templatemo_stem li, 
	.resp-vtabs ul.templatemo_nss li, 
	.resp-vtabs ul.templatemo_sen li, 
	.resp-vtabs ul.templatemo_tab li.resp-tab-active, 
	.resp-vtabs ul.templatemo_stem li.resp-tab-active, 
	.resp-vtabs ul.templatemo_nss li.resp-tab-active,
	.resp-vtabs ul.templatemo_sen li.resp-tab-active,
	.resp-vtabs ul.templatemo_testitab li, 
	.resp-vtabs ul.templatemo_elsstab li, 
	.resp-vtabs ul.templatemo_1plus3 li, 
	.resp-vtabs ul.templatemo_elt li,
	.resp-vtabs ul.templatemo_3d li,
	.resp-vtabs ul.templatemo_eltc1 li,
	.resp-vtabs ul.templatemo_elt li.resp-tab-active, 
	.resp-vtabs ul.templatemo_3d li.resp-tab-active, 
	.resp-vtabs ul.templatemo_eltc1 li.resp-tab-active, 
	.resp-vtabs ul.templatemo_testitab li.resp-tab-active,
	.resp-vtabs ul.templatemo_elsstab li.resp-tab-active,
	.resp-vtabs ul.templatemo_1plus3 li.resp-tab-active,
	#tw_intro1, #tw_intro1:active{ line-height: 93px; height: 93px; }
	.resp-vtabs .templatemo_tab li, 
	.resp-vtabs .templatemo_nss li,
	.resp-vtabs .templatemo_sen li,
	.resp-vtabs .templatemo_elt li, 
	.resp-vtabs .templatemo_3d li, 
	.resp-vtabs .templatemo_eltc1 li, 
	.resp-vtabs .templatemo_testitab li,
	.resp-vtabs .templatemo_elsstab li,
	.resp-vtabs .templatemo_1plus3 li,
	#tw_intro1 { padding: 0px;  margin-bottom: 15px; }
	.templatemo_frame	{ height: 406px; padding: 0px 30px; }
	.templatemo_link { height: 150px; line-height: 150px; padding: 0px; }
	/*.container { left: 50%; margin-left: -585px; }*/
	.logocontainer	{ background-image:url('../images/bottom-bg.jpg'); width: 1140px; padding: 0px 15px; margin: 0 auto; }
	.alignTQUK { float:left; width: 500px; margin-left:10px; margin-right:0px; margin-top:0px;}
	.tqukLogo { display:inline; float:none; margin-right:5px; margin-left:8px; margin-top:0px;}
	.templatemo_insideportfolio	{ height: 316px; }
	.templatemo_leftgap_about .templatemo_link { height: 142px; line-height: 142px; padding: 0px; }
	.templatemo_linkservice, .templatemo_linkcontact { height: 145px; line-height: 145px; padding: 0px; }
}

.row{margin-right:-15px;margin-left:-15px}
.row:before,.row:after{display:table;content:" "}
.row:after{clear:both}
.row:before,.row:after{display:table;content:" "}
.row:after{clear:both}
