/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
  	font-family: 'Open Sans', sans-serif;
    font-size: 100%;
  	 background: #FFf;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-----start-header----*/
.logo{
	float: left;
	margin-top:2em;
}
.logo320{
	display:none;
}
.top-nav ul li a{
	color: #fff;
	padding: 0.23em 0.4em;
	font-size: 1.25em;
	text-align: center;
	position: relative;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	border-bottom:5px solid #fff;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
	margin: 1.2em 0;
}
nav li {
	display: inline;
	float: left;
	position:relative;
	margin-left: 30px;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li {
	position: relative;
	margin-left: 0px;
	border-bottom: 1px solid#eee;
	}
  	.top-nav ul li.active a, .top-nav ul li a:hover {
	border-bottom: none;
	}
  	nav li a {
		margin: 0px -13px;
		color: #4972A5;
		padding: 0em 0;
		font-size: 1.2em;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
  	
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:1.3em 0;
		background:#fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top: 18px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
}
/*----slider----*/
#home{
	background:url(../images/banner.png);
	background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	min-height:760px;
	background-size: 100% 100%;	
}

.tittle-head {
	text-align:left;
	margin: 8% auto 1em;
	width: 74%;
}
.tittle-head h1 {
	color: #fff;
	font-size:4em;
	padding: 0;
	font-weight:300;
	text-align:left;
	line-height: 1.4em;
	font-family: 'Open Sans', sans-serif;
}
.tittle-head  p {
	color: #fff;
	font-size: 2em;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin: 0.5em auto;
	line-height: 1.7em;
	width: 98%;
}
/*----*/
.learn-button {
	text-align:left;
}
/*----*/
.slide-btn {
	padding: 0.8em 1em;
	text-decoration: none;
	border:none;
	margin-top: 1em;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	background: #496E90;
	font-weight:400;
	width:15%;
}
.slide-btn:hover{
	background: #343A56;
	text-decoration: none;
	color:#fff;
}
/*----//slider----*
/*-------/services---------*/
#services {
	padding: 6em 0 7.5em 0;
	background: #fff;
}
.service-img{
	float:left;
}
.service-text {
	float:right;
}
.service-text h3{
	font-size: 1.7em;
	font-weight: 600;
	margin: 0.5em 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.service-text p{
	font-size: 1em;
	font-weight:300;
	margin: 0 auto;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	text-align: left;
	line-height:1.5em; 
	padding-bottom: 5%;
}
.service-text a{
	font-size:16px;
	color: #517EA7;
	font-family: 'Open Sans', sans-serif;
}
/*-------/portfolio-------------*/
.main_bg {
	background:#4972A5;
	padding:8.7em 0 5em 0;
}
.portfolio {
	float: none;
	width: 87%;
	text-align: center;
	margin: 0 auto;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_2{
	display: block;
	float:left;
	margin:0% 0 0% 2%;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width: 48.2%;
	padding:0%;
}
.span_1_of_2 h2{
	font-size: 22px;
	font-weight: bold;
	padding:10px 0;
	letter-spacing: 1px;
	color:#B51F24;
}
.span_1_of_2 h3{
	color:#FFF;
	font-size:15px;
	font-weight:normal;
	display:inline-block;
}
	
.location {
	margin-top:1em;
}
.location img{
	display:block;
	width:100%;
}
.company-address{
   float:left;	
}
.company-address2{
   float:right;	
}
.company_address{
	padding-bottom:25px;
}
.company_address li{
	font-size:13px;
	padding:5px 0;
	color:#757575;
	list-style-type:none;
}
.contact_numbers li span.number{
	font-size:1.2em;
}
.company_address li span{
	font-size:1em;
	color:#10A0D5;
	font-weight:bold;
	text-transform:uppercase;
}
/**-----hear-me-----------***/
.contact-head {
	padding:5em 0 6em 0;
}
.contact-head h3{
	font-size:5em;
	font-weight: 300;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
.contact-head h3 span{
	color: #517EA7;
	font-family: 'Open Sans', sans-serif;
	
}
.contact-head p{
	font-size: 1.2em;
	font-weight:400;
	margin: 0 auto;
	color:#8E8C8C;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	text-align: left;
	line-height:1.5em; 
	padding-bottom: 5%;
}
.social-icons {
	padding: 4em 0;
}
.social-icons li a span{
	width: 134px;
	height: 134px;
	display: inline-block;
	background: url(../images/contact-icons.png) no-repeat 0px 0px;
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
}
.social-icons li a {
display: block;
}
.social-icons li a.email span{
	background-position: 0px -0px;
	border:3px solid#E5E5E5;
}
.social-icons li a.email span:hover{
	border:3px solid#517EA7;
}
.social-icons li a.fb span{
	background-position: -138px -0px;
	border:3px solid#E5E5E5;
}
.social-icons li a.fb span:hover{
	border:3px solid#517EA7;
}
.social-icons li a.twit span{
	background-position: -276px -0px;
	border:3px solid#E5E5E5;
}
.social-icons li a.twit span:hover{
	border:3px solid#517EA7;
}
.social-icons li a.dbl span{
	background-position: -414px -0px;
	border:3px solid#E5E5E5;
}
.social-icons li a.dbl span:hover{
	border:3px solid#517EA7;
}
/*------//portfolio------------*/
.footer{
	padding: 1.5em 0;
	background: #4972A5;
}
.copy-right {
	text-align: left;
	margin-top: 1.5em;
}
.copy-right p {
	font-size: 1.2em;
	color: #eee;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.copy-right p a{
	color:#032B4F;
}
.copy-right p a:hover{
	color: #eee;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 29px;
	right: 3%;
	overflow: hidden;
	width:38px;
	height:25px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width:38px;
	height:25px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*---- responsive-design -----*/
@media(max-width:1440px){
	.tittle-head {
	text-align: left;
	margin: 10% auto 0;
	width: 81%;
	}
}
@media(max-width:1366px){
	#home {
	min-height: 732px;
	}
	.tittle-head {
	text-align: left;
	margin: 10% auto 0;
	width: 87%;
	}
}
@media(max-width:1280px){
	#home {
	min-height: 665px;
	}
	.tittle-head {
	text-align: left;
	margin:9% auto 0;
	width: 87%;
	}
	.tittle-head h1 {
	font-size: 3.8em;
	}
	.tittle-head p {
	font-size: 1.75em;
	}
	.gs-prev div {
	margin-top: -11px;
	}
	.contact-head h3 {
	font-size: 4.5em;
	}
	
}
@media(max-width:1024px){
	#home {
	min-height: 648px;
	}
	.tittle-head h1 {
	font-size: 3.5em;
	}
	.tittle-head p {
	font-size: 1.6em;
	}
	.slide-btn {
	font-size: 1.1em;
	width: 21%;
	}
	.tittle-head {
	text-align: left;
	margin: 12% auto 0;
	width: 87%;
	}
	.social-icons {
	padding: 3em 0;
	}
	.service-text h3 {
		font-size: 1.5em;
	}
	.service-text p {
	font-size: 0.98em;
	padding-bottom: 5%;
	}
	#services {
	padding: 5em 0 5em 0;
	}
	.contact-head h3 {
	font-size: 3.8em;
	}
	.main_bg {
	padding: 8.2em 0 5em 0;
	}
	
}
@media(max-width:768px){
	#home {
	min-height: 500px;
	}
	.top-nav ul li a {
			color: #4972A5;
			padding: 0em 0;
			font-size: 1.2em;
	}
	.tittle-head h1 {
	font-size: 3.1em;
	}
	.tittle-head p {
	font-size: 1.25em;
	}
	.slide-btn {
	font-size: 1.1em;
	width: 30%;
	}
	#services {
	padding: 1em 0 8em 0;
	text-align: center;
	}
	.service-img {
		float: none;
		text-align: center;
		margin-bottom: 8px;
	}
	.service-text p {
	font-size: 0.98em;
	padding-bottom: 2%;
	text-align: center;
	line-height: 1.9em;
	}
	.service-grides {
	padding: 0;
	}
	#services {
	padding: 1em 0 2.3em 0;
	}
	.service-grid {
		margin-top: 1.5em;
	}
	.main_bg {
	padding: 6.2em 0 4.5em 0;
	}
	.contact-head {
	padding: 3em 0 4em 0;
	}
	.contact-head h3 {
		font-size: 3.5em;
	}
}
@media(max-width:640px){
	#home {
	min-height: 410px;
	} 
	.tittle-head {
	text-align: left;
	margin: 9% auto 0;
	width: 87%;
	}
	.tittle-head h1 {
	font-size: 2.8em;
	}
	.tittle-head p {
		font-size: 1.1em;
	}
	.contact-head h3 {
	font-size: 3em;
	}
	.contact-head {
	padding: 3em 0 3em 0;
	}
}
@media(max-width:480px){
	#home {
	min-height: 333px;
	}
	.tittle-head p {
	font-size: 1em;
	overflow: hidden;
	height: 49px;
	}
	.tittle-head h1 {
	font-size:2.3em;
	}
	.slide-btn {
	font-size: 1em;
	width: 35%;	
	padding: 0.8em 0.8em;
	}
	.main_bg {
	padding: 4.8em 0 3em 0;
	}
	.social-icons {
	padding: 2em 0;
	text-align: center;
	}
	.copy-right p {
	font-size: 1em;
	}
}
@media(max-width:320px){
	#home {
	min-height: 283px;
	}
	.tittle-head {
	text-align: left;
	margin: 2% auto;
	width: 87%;
	}
	.logo {
	float: left;
	margin-top: 1em;
	}
	nav a#pull{
	top: 4px;
	}
	.tittle-head h1 {
	font-size: 1.5em;
	}
	.tittle-head p {
	font-size: 15px;
	overflow: hidden;
	height: 47px;
	width: 96%;
	}
	.tittle-head {
	text-align: left;
	width: 91%;
	margin-top: 3em;
	}
	.slide-btn {
	font-size: 15px;
	width: 49%;
	padding: 0.6em 0.6em;
	margin-top: 0.5em;
	}
	.service-text h3 {
	font-size: 1.2em;
	}
	.service-text p {
	font-size: 15px;
	padding-bottom: 2%;
	width: 90%;
	}
	.contact-head {
	padding: 1em 0 1em 0;
	}
	.contact-head{
		text-align: center;
	}
	.contact-head p {
	font-size: 1em;
	padding-bottom: 0%;
	text-align: center;
	}
	.footer {
	padding: 1em 0;
	}
	.copy-right {
	margin-top: 0.3em;
	}
	.contact-head h3 {
	font-size: 1.8em;
	}
	.copy-right p {
	text-align: center;
	line-height: 1.5em;
	}
	.top-nav ul li a {
	font-size: 1em;
	}
	.main_bg {
	padding: 3em 0 2.3em 0;
	}
}