html, body {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif; 
	padding: 0px; 
	margin: 0px; 
	color: #8a8a8a;
}

a {
	color: #00ACE9;
}

a:hover {
	text-decoration: none;
}

p {
	color: #777;
}

.height10 { height: 10px; }
.height20 { height: 20px; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

h1	{	font-size: 1.5em;
	color: #ffffff;
	background: #343537;
	padding: 10px 8px;
	float: left;
	}
	
h2	{ font-size: 24px; color: #333333; }

.reasonbg h2 { color: #ffffff; }

img {
  	max-width: 100%;
  	height: auto;
  	width:100%;
}
.clear	{ clear: both;}

.mWrapper {
  	width: 100%;
  	background-color: white;
  	z-index: 5000;
}

.top	{
	position: fixed;
	z-index: 5000;
	background: #ffffff;
	width: 100%;

}
.slider {
	border-top: #333537 solid 1px;
	border-bottom: #333537 solid 1px;
	top: 80px;
	position: relative;
}
.logo {
	padding: 0 0 0 20px;
	width: 190px;
}
.mainMenu {

}
.mainMenu ul {
	float: right;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 60px;
}
.mainMenu li {
	list-style-type: none;
	display: inline-block;
}
.mainMenu li a {
	display: block;
	text-transform: uppercase;
	color: #939393;
}

#top-menu {
    background: white;
}
#top-menu ul { float: right;}
#top-menu li {
    float: left;
	line-height: 60px;
	display: inline-block;
}

#top-menu a {
    display: block;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
    color: #666;
    text-decoration: none;
	font-size: 14px;
}

#top-menu a:hover {
	color: #ffffff;
	background-color: #49d1ff;
}

#top-menu li.active a {
    color: #ffffff;
	background: #49d1ff;
	line-height: 60px;
	font-size: 14px;
}

.btn-primary {
	background-color: #49d1ff;
	border-color: #26c5fc;
}

.btn-primary:hover {
	font-weight:800;
	background-color: #cef41a;
	border-color: #cef41a;
}

.caption p { color: #ffffff; background: rgba(0, 0, 0, 0.32); padding: 10px; font-size: 12px; }

.caption	{
	margin-left: 20%;
	text-align: left;
	text-shadow: none;
	top: 25%;
	position: absolute;
	z-index: 10;
	width: 60%;
}

.slidetitle	{
	font-size: 1em;
	background: #ffffff;
	padding: 5px 8px;
	color: #202224;
	float: left;
	margin-bottom: -10px;
	-webkit-box-shadow: 1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	-moz-box-shadow:    1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	box-shadow:         1px 3px 13px 0px rgba(158, 158, 158, 0.75);
}

.lightgrey_about	{
	background-color: #e9e9e9;
	padding: 120px 0px 50px 0px;

}

.contactus {
	background-color: #e9e9e9;
	padding: 70px 0px;
	color: #333333;

}

.paracenter { text-align: center; }

.about_box {
	background: #ffffff;
	border-radius: 5px;
	padding: 20px 0px;
	text-align: center;
}

.square_coner {
	margin: 0 auto;
	width: 100px;
	margin-bottom: 20px;

}
.texts-a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px;
	background: #49d1ff;
	border-radius: 5px;
	font-size: 32px;
	color: #ffffff;
} 

.hover-box {
    position: absolute;
    top: 0;
    left: 4%;
    width: 92%;
    height: 100%;
	border-radius: 5px;
    background: #49d1ff;
    visibility: hidden\0/;
    opacity: 0\0/;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transform: rotateY(-90deg) scale(0.8);
    -moz-transform: rotateY(-90deg) scale(0.8);
    -ms-transform: rotateY(-90deg) scale(0.8);
    -o-transform: rotateY(-90deg) scale(0.8);
    transform: rotateY(-90deg) scale(0.8);
}

.project-post:hover .hover-box {
    visibility: visible;\0/;
    opacity: 1\0/;
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
}

.inner-hover-box p {
	color: #ffffff;
	padding: 15px 10px 5px 10px;
	font-weight:800;
}

.inner-hover-box ul {
	color: #ffffff;
	font-weight:800;
}

.reasonbg {
	background: url(../images/reasons_bg.jpg) no-repeat;
	background-position: center;
	padding: 30px 20px 30px 20px;
	color: #ffffff;
	text-align: center;
	font-size:1.25em;
}

.reasonbg p { color: #ffffff; }

.reasonbg p.green { color: #cef41a; font-weight: 500; font-size: 1.5em; }

.reasonbg div.fa {
	font-size: 40px;
	margin: 10px 8px;
}

.portfolio {
	padding: 80px 0px;
	text-align: center;
}
.portfolio p { padding-bottom: 50px; font-size: 1.25em; }
.portfolio2 {
	width: 100%;
	background: #333537;
	padding: 80px 0px;
	text-align: center;
}
.portfolio2 p { 
	padding-bottom: 50px; 
	color: #ffffff !important; 
	font-size: 1.25em;  
}
.portfolio2 h2 {color: #ffffff;}

.portfolio-thumb { overflow: hidden; position: relative; box-shadow: 10px 10px 6px -6px #999; }

.no-shadow { box-shadow: none !important; }

.portfolio-thumb img { width: 100%; height: auto; }

.portfolio-item { margin-bottom: 40px; }

.portfolio-title { width: 100%; text-align: center; }
.portfolio-title a { color: #38e395; font-size: 18px; text-transform: uppercase; }


.partner { padding: 80px 0px;}

#prev {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  left:0;
  text-indent: -9999px;
  background: url(../images/prev.png)0px -50px no-repeat;
}

#next {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  right: 0;
  text-indent: -9999px;
  background: url(../images/next.png)0px -50px no-repeat;
}

#prev:hover, #next:hover {
  background-position: 0px 0px;
}

.partnerWrap {
  margin: 50px 0;
  position: relative;
}
.slideshow { 
  margin: auto;
  width: 80%;
}
.slideshow img { padding: 2px; }

.addr {

}
.addr ul {
  padding-left: 0;
}
.addr ul li {
  list-style-type: none;
} 
.addr ul li i {
  width: 14px;
  margin-right: 10px;
  margin-bottom: 15px;
  color: #00ACE9;
  font-size: 18px;
  text-align: center;
}

.footer	{
	padding: 40px 0px;
	background: #333536;
}

.footer ul {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.footer ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer ul li:before {
    content: "\002022";
    color: #49d1ff; 
	font-size: 1.5em;
    vertical-align: middle;
	line-height: 20px;
	margin-right: 5px;
}

.footer span.color {
	color: #49d1ff;
	font-size: 1.5em;
	text-align: left;
}
.footer .contact {
	float: left;
	text-align: left;
}
.footer .col-xs-1 {
	padding: 0px;
}
.footer .col-xs-11	{
	padding: 0px 0px 0px 10px;
}
.footer span.left.fa-envelope { font-size: 1.2em;}

.bottom	{ 
	padding: 15px 0px; 
	width: 100%; 
	background: #333536;
	}
.bottom .left { float: left;}
.bottom .right { float: right;}
.bottom .right fa { padding: 15px;}

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

ul.list_bullet { margin: 10px 0 10px 15px; padding: 0; list-style: none }
ul.list_bullet li { color:#555; margin: 0 0 7px 0; padding: 0 0 0 20px;  }
ul.list_bullet li a { color: #555; font-weight: normal; text-decoration: none }
ul.list_bullet li a:hover { color: #555 }

ul.footer_gallery li { display: block; float: left; margin: 0 5px 5px 0 }
ul.footer_gallery li img { }

.white {color: #ffffff;}
.green {color: #cef41a;}
.center {text-align: center;}
.blue {color: #49d1ff;}
.contactus h1 {
	color: #333333;
	font-size: 2.0em;
	background: none;
	padding: 0;
	float: none;
}

.webform input[type=text] {
	margin-bottom: 20px;
	margin-top: 10px;
	width:100%;
	padding: 10px;
	border-radius:5px;
	border:1px solid #49d1ff;
}
.phone input[type=text], select {
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px;
	border-radius:5px;
	border:1px solid #49d1ff;
}

input[type=submit]{
	margin-bottom: 20px;
	width:100%;
	padding: 10px;
	border-radius:5px;
	border:1px solid #49d1ff;
	background-color: #49d1ff;
	color: #ffffff;
	font-size:1.5em;
	font-weight:500;
	cursor:pointer;
}
#submit:hover
{
background-color: #333536;
}
textarea{
width:100%;
padding: 10px;
margin-top: 10px;
border:1px solid #49d1ff;
border-radius:5px;
margin-bottom: 20px;
resize:none;
}
input[type=text]:focus,textarea:focus {
border: 2px solid #cef41a;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {
	.mainMenu li a {		
		font-size: 8px;
	}
	#top-menu li a {		
		font-size: 8px;
	}
	#top-menu li a	{ padding: 0px;}
	#top-menu li.active a {
    color: #ffffff;
	background: #49d1ff;
	font-size: 8px;
	}
	.col12	{
		width: 100%;
		margin-bottom: 5px;
	}

	.hover-box {
    left: 3%;
    width: 94%;
	}
	.bottom span.left	{ width: 90%; margin-left: 10px;}
	.bottom span.right { width: 90%; float: left; margin: 10px;}
}
@media (max-width:600px){
	.caption {
		display: none;
	}
}
@media(min-width:500px) and (max-width: 650px){
	.hover-box {
    left: 5%;
    width: 90%;
	}
}
@media(max-width:767px){
	.col9	{ padding: 0px;}
	.slider	{ top: 130px;}
	.lightgrey_about	{ padding-top: 150px;}
	.portfolio	{ padding-top: 130px; }
	.partner	{ padding-top: 130px;}
	.contactus	{ padding-top: 130px;}
	.margintop10 { 	margin-top: 10px; }
	.mailme {
		
	}
	.logo {
		text-align: center;
	}
	.socials ul {
		float: none;
		text-align: center;
	}
	.mainMenu ul {
		float: none;
		text-align: center;
		line-height: 40px;
	}
	.mainMenu li a {
	padding: 8px 7px;

	}
	#top-menu ul {
		float: none;
		text-align: center;
		line-height: 40px;
		margin-left: 15px;
	}
	#top-menu li {
    float: left;
	line-height: 40px;
}
	#top-menu li a {
	padding: 8px 7px;

	}
	#top-menu li.active a {
    color: #ffffff;
	background: #49d1ff;
	line-height: 40px;
	}
	
  .teamInfo ul li {
    width: 50%;
  }
  .imgWrp {
    height: 220px;
  }
  .imgWrp:hover {
      height: 220px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0;
  }
  .info3 {
    margin-bottom: 30px;
  }
}

@media(min-width:768px){
	.rmargin	{ right: 10%;}
   .socials ul {
    float: none;
    text-align: center;
  }
  .imgWrp {
    height: 160px;
  }
  .imgWrp:hover {
      height: 160px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0px;
  }
  #box-img_testimonial a {
    width: 40px;
  }
  .opener span:before,
  .opener span:after {
    width: 30%;
  }
  .info3 {
    margin-bottom: 30px;
  }

}
@media(min-width:600px) and (max-width:769px){
	h1	{ font-size: 1em;}
	.slidetitle { font-size: 0.8em;}
	.caption	{ font-size: 12px; top: 20.5%;  width: 90%; margin-left: 5%; }
	.rmargin	{ right: 3%; }
	.btn	{ font-size: 12px; padding: 3px 5px;}
	}
@media(min-width:768px) and (max-width:992px){
	 h1	{ font-size: 1em;}
	.slidetitle { font-size: 0.8em;}
	.caption	{ font-size: 12px; margin-left: 15%; top: 18%;}
	.btn	{ font-size: 13px; padding: 3px 5px;}
	.optimus_container {
	width: 100%;
	}
	
	.optimus_container .mainMenu li a { 
	padding: 10px;
	}
	.margintop10	{
	margin-top: 10px;
	}
}
@media(min-width:992px) {
  .imgWrp {
    height: 190px;
    opacity: 0.5;
  }
  .imgWrp:hover {
      height: 220px;
      opacity: 1;
      margin-top: -15px;
  }
  .txtarea {
    margin: 0;
  }
  #box-img_testimonial a {
    width: 50px;
  }
  .opener span:before,
  .opener span:after {
    width: 45%;
  }
  .socials ul {
    float: right;
  }
}

@media only screen 
and (min-device-width : 320px) 
and (max-width : 540px)	{
	.marginleft50	{ margin-left: 50px;}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }
}