
@import url(http://fonts.googleapis.com/css?family=Hammersmith+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
@import "http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900";
@import "http://fonts.googleapis.com/css?family=Sacramento";
@import "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";

/* Colors for each section */
/* Global functions */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Basic page setup */
body {
  height: 100%;
  color: #ffffff;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight:300;
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #ffffff;
}
li {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 34px;
}
h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
  margin-top: 50px;
}
h3 {
  /* TODO */
}
h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
h5 {
  /* TODO */
}
h6 {
  /* TODO */
}
.main_wrapper{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.verticalCenter {
  margin-top: 20vh;
  margin-bottom: 80px;
}
/* Menu */
.menuitem {
  background: rgba(23, 26, 26, 0.25);
  margin-bottom: 1px;
}
#menu {
  width: 168px;
  position: fixed;
  left: 30px;
  top: 20px;
  z-index: 100;
  background-color: transparent;
  font-size: 18px;
}
#menu .navigation {
  display: none;
}
#menu .pagelogo {
  background: rgba(23, 26, 26, 0.25);
  margin-bottom:0;
  padding: 8px 0 0 0;
  height: 82px;
}
#menu .pagelogo img{
	margin:0 auto;
	outline:none;
}
#menu .pagelogo a {
  display: block;
  text-align: center;
  font-size: 40px;
  padding-top: 0;
  line-height: 40px;
  outline:none;
}
#menu .menuswitch {
  background: rgba(23, 26, 26, 0.25);
  margin-bottom: 1px;
  height: 70px;
}
#menu .menuswitch a {
  text-align: center;
  display: block;
  height: 100%;
  font-size: 30px;
  outline:none;
}
#menu .menuswitch a span {
  margin-top: 20px;
}
#menu .nav li {
  background: rgba(23, 26, 26, 0.25);
  margin-bottom: 1px;
}
#menu .nav li a {
  background: none;
  padding: 17px;
  outline: 0;
}
#menu .nav li a span {
  margin-right: 15px;
}
#menu .nav li.active {
  background-color: black;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#menu .nav li a:hover {
  background-color: black;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.scrolldown {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
/*Home Page Style*/
.homeSection{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
	/*background:#72c9b9;*/
	

background: #72c9b9; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #72c9b9 , #4bb5a2); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #72c9b9 , #4bb5a2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
}
.logoSection{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.logo{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.logoImg{
	width:271px;
	height:256px;
}
.welcomeSection{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	width:100%;
	height:auto;
}
.welcomeSection h2{
	margin:0;
	padding:0;
	font-size:31px;
	text-transform:uppercase;
	font-weight:300;
}
.welcomeSection h1{
	margin:0;
	padding:0;
	font-size:84px;
	text-transform:uppercase;
	font-weight:800;
}
.downArrowSection{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.downArrowSection a{
	outline:none;
}
.downArrowSection h3{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:300;
}
.slidePage {
    min-height: 100vh;
}
/*About us Page Style*/
.aboutuspage{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;

background: #e43a15; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #e43a15 , #e65245); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #e43a15 , #e65245); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
        
}
.aboutSection{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.headingSection{
	margin:20px 0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.aboutusTab{
	margin:0 auto;
	padding:20px 0;
	max-width:600px;
}
.aboutusTab p{
	font-size:14px;
	color:#fff;
	margin:0;
	padding:0;
}

.headingSection h3{
	margin:0;
	padding:0;
	font-size:43px;
	font-weight:600;	
}
/*services us Page Style*/
.servicespage{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
	

background: #FF8008; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #FF8008 , #FFC837); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #FF8008 , #FFC837); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
}
.servicesSection{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.services{
	margin:20px 0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.services h3{
	margin:0;
	padding:0;
	font-size:30px;
	font-weight:600;
}
.services p{
	font-size:18px;
	font-weight:500;
	margin:0 0 15px 0;
}
.services ul{
	margin:30px 0;
	padding:0;
}
.services ul li{
	margin:0 15px 0;
	padding:0;
	display:inline;
	list-style-type:none;
}
.serviceBox{
	margin:0;
	padding:0;
	float:left;
	width:33%;
	height:auto;
}
.serviceBoxLeft{
	margin:0;
	padding:0;
	float:left;
	width:43px;
}
.serviceBoxLeft .fa{
	font-size:28px;
}
.serviceBoxRight{
	margin:0;
	padding:0 10px 0 0;
	float:left;
	width:248px;
}
.serviceBoxRight h3{
	margin:0 0 15px;
	padding:0;
	font-size:24px;
	font-weight:400;
	color:#fff;
}
.serviceBoxRight p{
	margin:0 0 15px;
	padding:0;
	font-size:14px;
	font-weight:300;
	color:#fff;
}
/*wark us Page Style*/
.workspage{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
background: #5f2c82; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #5f2c82 , #49a09d); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #5f2c82 , #49a09d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
}
.workSection{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.work{
	margin:15px 0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
/*wark us Page Style*/
.contactpage{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
	

background: #283048; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #283048 , #859398); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #283048 , #859398); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
}
.contactSection{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.contactFormSection{
	margin:0;
	padding:0 0 0 15px;
	float:left;
	width:100%;
	height:auto;
}
.mntextfild{
	margin:0 0 15px;
	padding:0 10px;
	width:100%;
	border:1px solid #fff;
	height:45px;
	background:none;
}
.mntextestarea{
	margin:0 0 15px;
	padding:0 10px;
	width:100%;
	border:1px solid #fff;
	height:70px;
	background:none;
}
.btn {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid white;
    border-radius: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.footerLogo{
	margin:80px 0 0;
	padding:0;
	text-align:center;
}
/*fotter Page Style*/
.footerpage{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
	background:#151515;
}
.footerSection{
	margin:15px 0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.footerContent{
	margin:15px 0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
}
.footerContent p{
	margin:0;
	padding:0;
}
.footerSocial{
	margin:0;
	padding:0;
	float:right;
	text-align:right;
	width:100%;
}
.btn-sm {
    font-size: 14px;
    padding: 12px 20px;
}
.btn-sm1 {
    font-size: 14px;
    padding: 12px 16px;
}
.btArrow{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:auto;
	text-align:center;	
}

/*social*/
#social{
		background: url("../images/shape.png") no-repeat scroll 0 0 transparent;
		height: 70px;
		position: absolute;
		left: 0px;
		top:0px;
		width: 435px;
		z-index: 9999998 !important;
		visibility: hidden;
}

#buttonFullScreen
{
	position: absolute;
	background: url("../images/buttonFullscreen.png") no-repeat scroll 0 0 transparent;
	width:50px;
	height:31px;
	left:0px;
	top:0px;
	z-index: 9999999!important;
	cursor: pointer;
	
	visibility: hidden;
	background-position: center;;
}

#buttonFullScreen:hover
{
	background: url("../images/buttonFullscreenOver.png") no-repeat scroll 0 0 transparent;
	background-position: center;;
}

#social h1{
	font-size:12px;

	color:#fff;
	width: 62px;
	left: 50px;
	position: relative;
	top: 5px;
	font-weight:900;
	margin:4px 0 0;
}

#social ul{
        background: url("../images/social_bg.png") no-repeat scroll -34px 0 transparent;
		float: left;
		margin-left: 150px;
		margin-top: -17px;
		position: relative;
		width: 268px;
}

#social ul li{
	float:left;
	list-style:none;
	margin-left: -32px;
	height:31px;
}


/****************  Responsive css  ***********************/
@media (min-width: 980px) and (max-width: 1199px){
	.container{
		margin:0 2%;
		width:94%;
	}
	
}
/* Small devices (tablets, 768px) */
@media (max-width: 767px) {
  #menu {
    position: fixed;
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
  }
  #menu .pagelogo {
    text-align: center;
    background: #171a1a;
    height: 50px;
    padding: 2px 0 0 0;
  }
  #menu .pagelogo a {
    font-size: 25px;
    padding-top: 10px;
    line-height: 1em;
    display: inline-block;
  }
  #menu .menuswitch {
    float: right;
    margin-right: 20px;
    margin-top: -62px;
    background: none;
    height: 50px;
  }
  #menu .nav li {
    background: #171a1a;
  }
  #menu .nav li.active {
    background: #000;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  #menu .nav li a:hover {
    background: #000;
  }
 
}

@media all and (max-width: 640px){
	.container {
		width:600px;
	}
	#menu .pagelogo{
		text-align:left;
	}
	.arrowSepa{
		display:none;
	}
	#menu .pagelogo a{
		padding:0;
	}
	#menu .menuswitch{
		margin-top:-50px;
	}
	tabs > nav > tab{
		padding:0 30px!important;
	}
	.serviceBox{
		width:50%;
	}
	.serviceBoxRight{
		width:227px;
	}
	.footerContent p{
		text-align:center;
	}
	.footerSocial{
		text-align:center;
		margin:15px 0;
	}
}
@media all and (max-width: 480px){
	.container {
		width:440px;
	}
	.arrowSepa{
		display:none;
	}
	#menu .pagelogo{
		text-align:left;
	}
	#menu .pagelogo a{
		padding-top:4px;
	}
	#menu .menuswitch{
		margin-top:-50px;
	}
	.logoImg {
    	height: 190px;
    	width: 193px;
	}
	.downArrowSection h3{
		font-size:14px;
	}
	.welcomeSection h2{
		font-size:20px;
	}
	.welcomeSection h1{
		font-size:38px;
	}
	.headingSection{
		text-align:center;
		margin:60px 0 0 0;
	}
	.headingSection h3{
		font-size:35px;
	}
	tabs > nav > tab{
		padding:0 45px!important;
	}
	.serviceBox{
		width:100%;
	}
	.serviceBoxRight h3{
		font-size:24px;
	}
	.serviceBoxLeft{
		width:100%;
		margin:10px 0;
	}
	.services h3{
		font-size:22px;
	}
	.services ul li{
		display:inline-block;
		margin:9px 15px;
	}
	#posts .post{
		width:100%!important;
	}
	.footerContent p{
		text-align:center;
	}
	.btArrow{
		margin:15px 0;
	}
	.footerSocial{
		text-align:center;
	}
}
@media all and (max-width: 360px){
	.container {
		width: 320px;
	}
	.arrowSepa{
		display:none;
	}
	#menu .pagelogo{
		text-align:left;
	}
	#menu .pagelogo a{
		padding-top:4px;
	}
	#menu .menuswitch{
		margin-top:-50px;
	}
	.logoImg {
    	height: 190px;
    	width: 193px;
	}
	.downArrowSection h3{
		font-size:14px;
	}
	.welcomeSection h2{
		font-size:20px;
	}
	.welcomeSection h1{
		font-size:38px;
	}
	.headingSection{
		text-align:center;
		margin:60px 0 0 0;
	}
	.headingSection h3{
		font-size:35px;
	}
	tabs > nav > tab{
		padding:0 45px!important;
	}
	.serviceBox{
		width:100%;
	}
	.serviceBoxRight h3{
		font-size:24px;
	}
	.serviceBoxLeft{
		width:100%;
		margin:10px 0;
	}
	.services h3{
		font-size:22px;
	}
	.services ul li{
		display:inline-block;
		margin:9px 15px;
	}
	#posts .post{
		width:100%!important;
	}
	.footerContent p{
		text-align:center;
	}
	.btArrow{
		margin:15px 0;
	}
	.footerSocial{
		text-align:center;
	}
}
@media all and (max-width: 320px){
	.container {
		width: 280px;
	}
	.arrowSepa{
		display:none;
	}
	#menu .pagelogo{
		text-align:left;
	}
	#menu .pagelogo a{
		padding-top:4px;
	}
	#menu .menuswitch{
		margin-top:-50px;
	}
	.logoImg {
    	height: 190px;
    	width: 193px;
	}
	.downArrowSection h3{
		font-size:14px;
	}
	.welcomeSection h2{
		font-size:20px;
	}
	.welcomeSection h1{
		font-size:38px;
	}
	.headingSection{
		text-align:center;
		margin:60px 0 0 0;
	}
	.headingSection h3{
		font-size:35px;
	}
	tabs > nav > tab{
		padding:0 45px!important;
	}
	.serviceBox{
		width:100%;
	}
	.serviceBoxRight h3{
		font-size:24px;
	}
	.serviceBoxLeft{
		width:100%;
		margin:10px 0;
	}
	.services h3{
		font-size:22px;
	}
	.services ul li{
		display:inline-block;
		margin:9px 15px;
	}
	#posts .post{
		width:100%!important;
	}
	.footerContent p{
		text-align:center;
	}
	.btArrow{
		margin:15px 0;
	}
	.footerSocial{
		text-align:center;
	}
}

/**************** End  Responsive css  ***********************/

