@charset "utf-8";
/* CSS Document */
/*
------------------------------------------------------------

Table of Contents:

1)	HTML & Body
2)	Preloader
3)	Animated Items [hide/show]
4)	Section Headers
5)	Home Sliders
6)	Main Navigation
7)	About Us
8)	Fun Facts
9)	Team
10)	Skills
11)	Services
12)	Tabs & Accordions
13)	Responsive Design Section
14)	aboutus Ready Section
15)	Process
16)	Blog
17)	Quotes
18)	Portfolio
19)	Testimonials
20)	Pricing
21)	Clients
22)	Social Icons
23)	Contact
24) Video Background
25)	Footer
26)	Scrollup
27)	Buttons
28) Parallax
29)	Magnific Popup
30) MediaQueries

------------------------------------------------------------
*/
html {overflow:visible!important;margin:0!important}

html, body {
	text-rendering: optimizeLegibility;
	
}
body {
	font-family: 'eligibleregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

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

strong, b {
	font-family: 'bebas_neuebold', Arial, sans-serif;
	font-weight:bold;
	font-size:110%
}

h1, h2, h3, h4, h5, h6, .btn, #navigation {-webkit-font-smoothing: antialiased;}

.container, .row {position:relative}

/* ---------------------------------------------------------------------- PRELOADER STARTS ------------------ */

#preloader {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	background: #FFF;
	height: 36px;
	width: 36px;
	margin-left: -18px;
	margin-top: -18px;
}
/* ---------------------------------------------------------------------- PRELOADER ENDS ------------------ */

/* ---------------------------------------------------------------------- FOR ANIMATED ITEMS STARTS  ------------------ */

.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

.ie8 .animated,
.ie7 .animated {visibility:visible}

/* ---------------------------------------------------------------------- FOR ANIMATED ITEMS ENDS  ------------------ */

/* ---------------------------------------------------------------------- STANDARD SECTION HEADER STARTS ------------------ */

section {
	padding-top: 75px;
	padding-bottom: 100px;
	background-color:#fff;
	background-size: cover;
}

section#masthead {padding-top:175px;padding-bottom:50px;background:url(../images/slide1.jpg) center center no-repeat;  background-size: cover;color:#fff}

.header {
	text-align: center;
	margin-bottom: 30px;
}
.header .icon {
	font-size:40px;
}
.header h2 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 50px;
	color:#0caaf1
}
.header h3 {font-size:34px}

.header .description {
	font-size: 18px;
	line-height: 26px;
}
/*.hi-icon-color .hi-icon {
	box-shadow: 0 0 0 3px #0caaf1;
}
.hi-icon-color .hi-icon:after {
	background: #0caaf1;
}*/
.top-bottom-cut-white {
	padding-bottom: 80px;
	padding-top: 80px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	border-top: 20px solid #fff;
}
.top-cut-white {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	padding-top: 80px;
}
.bottom-cut-white {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	padding-bottom: 80px;
}
.top-bottom-cut-grey {
	padding-bottom: 80px;
	padding-top: 80px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f6f6f6;
	border-top: 20px solid #f6f6f6;
}
.top-cut-grey {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f6f6f6;
	padding-top: 80px;
}
.bottom-cut-grey {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f6f6f6;
	padding-bottom: 80px;
}
.top-bottom-no-cut {
	padding-bottom: 80px;
	padding-top: 80px;
}
.top-no-cut {
	padding-top: 80px;
}
.bottom-no-cut {
	padding-bottom: 80px;
}
/* ---------------------------------------------------------------------- STANDARD SECTION HEADER ENDS ------------------ */


/* ---------------------------------------------------------------------- SLIDER STARTS ------------------ */

section#slider {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	z-index:100;
	background-color:#222
}

#slider .intro {position:absolute;z-index:100;width:100%;height:100%;bottom:0;}

#slider .intro > .container,
#slider .intro > .container > .row {height:100%}

#slider h1 {font-size:46px;max-width:400px}

#slider .flexslider {z-index:40}

#slider .slides li {height:680px;background-position:center center!important;background-repeat:no-repeat;background-size:cover!important;}

#slider .intro .hand {max-width:496px;height:100%;float:right;width:50%;position:relative}
#slider .intro .hand img {max-width:100%;height:auto;position:absolute;bottom:0}

#slider .intro .welcome {
	position:absolute;
	bottom:50px;
	color:#fff;
	max-width:560px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	font-size:20px;
	line-height:1.4;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 69%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.65)), color-stop(69%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 100%); /* W3C */

}

.gradient {
	position:absolute;
	width:100%;
	height:140px;
	z-index:800;
	bottom:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}


/* rev slider
.tp-banner .s-btn {
	font-family: 'Raleway', sans-serif;
	font-size: 14px!important;
	font-weight: 500;
	border: 2px solid #0caaf1;
	background-color: #0caaf1;
	color: #fff;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tp-banner .s-btn:hover {
	border: 2px solid #0caaf1;
	color: #0caaf1;
	background-color: transparent;
}
.tparrows.preview4 .tp-arr-titleholder {
	background-color: #0caaf1!important;
}
/* Static Slider Picture 
.slider-bg-static {
	background-image: url(../images/slider/fullscreen/6.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: repeat;
	height: 100%;
}
/* Animated Slider Picture
.slider-bg-animated {
	background-image: url(../images/slider/animated-bg/1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: repeat;
	-webkit-animation: BackgroundAnimation 500s linear infinite;
	-moz-animation: BackgroundAnimation 500s linear infinite;
	-ms-animation: BackgroundAnimation 500s linear infinite;
	height: 100%;
}
*/


/* Background Animation 

@-webkit-keyframes BackgroundAnimation {
from {
background-position: 0px 0px;
}
to {
	background-position: 9600px 0px;
}
}
@-moz-keyframes BackgroundAnimation {
from {
background-position: 0px 0px;
}
to {
	background-position: 9600px 0px;
}
}
@-ms-keyframes BackgroundAnimation {
from {
background-position: 0px 0px;
}
to {
	background-position: 9600px 0px;
}
}
/* ---------------------------------------------------------------------- SLIDER ENDS ------------------ */

/* ---------------------------------------------------------------------- TOP NAVIGATION STARTS ------------------ */

section#navigation {
	padding-top: 0px;
	padding-bottom: 0px;
}
section#header {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 20px;
	margin-top: -13px;
	margin-bottom: 13px;
	position:absolute;
}

.navbar-inverse {background:none}


#navigation {
	margin-left: auto;
	margin-bottom: auto;
	top:22px;
	position: absolute;
	width:100%;
	z-index:999;
	transition:0.5s
}


#navigation-sticky-wrapper {}
#navigation-sticky-wrapper.is-sticky #navigation {position:fixed;top:0;}

#navigation .navbar {background:#fff;background:rgba(255,255,255,0.9);}
#navigation-sticky-wrapper.is-sticky .navbar {background:#fff;background:rgba(255,255,255,1);}

#navigation-sticky-wrapper.is-sticky .navbar-brand {position:relative;margin-top:10px;margin-bottom:10px}
#navigation-sticky-wrapper.is-sticky .navbar-brand img {height:70px;width:auto;}

#navigation ul.nav {
	font-family: 'bebas_neuebold', Arial, sans-serif;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}
#navigation ul.nav li {
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#navigation ul.nav li:last-child {
	padding-right: 0px;
}
#navigation ul.nav li a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#navigation ul.nav a:focus {color:#444}
#navigation ul.nav a:hover {
	color: #0caaf1;
}
#navigation ul.nav .current a {
	color: #0caaf1;
}
#navigation ul.dropdown-menu li {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #000;
}
#navigation ul.dropdown-menu li a {
	color: #444!important;
}


/* ---------------------------------------------------------------------- TOP NAVIGATION ENDS ------------------ */

section#signup {
	padding:40px 0;
	border-bottom:5px solid #fff;
}
#signup .bottom-cut-white {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	padding-bottom: 50px;
}
#signup .bottom-cut-grey {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f6f6f6;
	padding-bottom: 50px;
}
#signup {
	background-color: #0caaf1;
	color: #fff;
}
#signup h3 {
	font-size:34px;
	margin-bottom:0px;
}
#signup .description  {
	font-size:18px;
}
section#signup .buttons {
	margin-top: 40px;
	padding-bottom: 10px;
}
section#signup .buttons a {
	background-color: #fff;
	font-size: 18px;
	color: #0caaf1;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
section#signup .buttons a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}
#signup .frm_half{display:inline-block}
#signup label {display:none}
#signup .form-group {display:inline-block;margin-bottom:0}

#signup .frm_submit {padding:0px}
#signup .frm_submit input {padding:3px 10px;height:40px;}
#signup .form-control {border-radius:0;height:40px}

.has-error {border:2px solid red;}

#contact .has-error input,
#contact .has-error textarea {background:#ffe6e6}

/* ---------------------------------------------------------------------- HIGHLIGHTS STARTS ------------------ 


#highlights .pic {
	margin-bottom: 30px;
}
#highlights .contents .block {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
}
#highlights .contents .block .icon {
	margin-bottom: 40px;
}
#highlights .contents .block h2 {
	
	font-size: 24px;
	
	margin-bottom: 0px;
}
#highlights .contents .block h3 {
	
	font-size: 18px;

	color: #444;
	margin-top: 6px;
}
#highlights .contents .block .line {
	text-align: center;
	width: 120px;
	margin-bottom: 20px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 4px solid #bbbbbb;
}
#highlights .contents .block .description {

	font-size: 14px;
	
	padding-left: 20px;
	padding-right: 20px;
}
#highlights .contents .block .readmore {
	margin-top: 50px;
}
#highlights .about-block{
	padding-top:60px;
	
}
#highlights .about-block h2 {
	
	font-size: 32px;
	
	margin-bottom: 0px;
}
#highlights .about-block h3 {
	
	font-size: 22px;
	
	color: #444;
	margin-top: 6px;
}

#highlights .about-block .herotext {
	
	font-size: 16px;
	
	margin-top:20px;
}


#highlights .about-block  ul.bullets {
	margin-top: 30px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}
#highlights .about-block  ul.bullets li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
#highlights .about-block  ul.bullets li .icon {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	background-color: #0caaf1;
	color: #fff;
	float: left;
}
#highlights .about-block  ul.bullets li .icon i {
	font-size: 18px;
	line-height: 1.8;
}
#highlights .about-block  ul.bullets li .detail {
	text-align: left;
	margin-left: 40px;
}

#highlights .about-block  ul.bullets li .detail h2 {

	font-size: 22px;
	
}


#highlights .about-block  ul.bullets li .detail .description {
	
	font-size: 14px;
	
	
}


/* ---------------------------------------------------------------------- HIGHLIGHTS ENDS ------------------ */

/* ---------------------------------------------------------------------- FUNFACTS STARTS ------------------ 

section#funfacts {
}
#funfacts .fact {
	text-align: center;
	padding-top: 10px;
}
.hexagon {
	position: relative;
	text-align: center!important;
}
.hexagon-shape {
	position: relative;
	height: 200px;
	width: 218px;
	margin: 0 auto;
	margin-bottom: 120px;
}
.hex-box {
	background-color: #0caaf1;
	border-color: #0caaf1;
	border-width: 10px;
	border-style: solid;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 30px;
	border-radius: 10px;
	-moz-transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	-webkit-transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	-o-transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	-ms-transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	position: absolute;
	left: -465px;
}
.hex-middle {
	background-color: #0caaf1;
	border-color: #0caaf1;
	border-width: 10px;
	border-style: solid;
	padding-bottom: 20px;
	left: -3px;
	position: absolute;
	top: 56px;
	width: 213px;
	z-index: 20;
	border-radius: 5px;
}
.hex-lower {
	bottom: -28px;
}
.hex-box {
	background-color: #0caaf1;
	border-color: #0caaf1;
	border-width: 10px;
	border-style: solid;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 30px;
	border-radius: 10px;
	-moz-transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	-webkit-transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	-o-transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	-ms-transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	transform: scale(1) rotate(81deg) translateX(79px) translateY(-502px) skewX(21deg) skewY(-40deg);
	position: absolute;
	left: -465px;
}
.hexagon img {
	z-index: 20;
	position: absolute;
	top: 80px;
	margin-left: auto;
	margin-right: auto;
}
.hexagon i {
	font-size: 70px;
}
.caption h3 {

	font-size: 60px;

	line-height: 1;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center!important;
}
.caption p {
	font-size: 18px;	
	line-height: 1;
	text-transform: uppercase;
	text-align: center!important;
}
/* ---------------------------------------------------------------------- FUNFACTS ENDS ------------------ */

/* ---------------------------------------------------------------------- TEAM STARTS ------------------ */

/* delete this if you turn the team slider back on 
#team .item {float:none;display:inline-block;width:40%;margin:0 20px;vertical-align:top}
/* end delete this */

#team .owl-controls {display:none} /* remove once they have more team */

#team .item .pic img {max-width:250px;margin:0 auto}

#team {padding-top:0;margin-top:-120px;background:none!important}

#team .contents {
	text-align: center;
}
#team .contents .block {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
#team .contents .pic {
	margin-bottom: 30px;
}
#team .contents .pic img {
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow:0 0 15px rgba(0,0,0,0.2);
}

#team .contents .name {
	font-family: 'bebas_neuebold', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color:#0caaf1
}
#team .contents .designation {
	font-family: 'bebas_neuebold', sans-serif;
	font-size: 18px;
	color: #f1de55;
	text-transform: uppercase;
	margin-bottom: 14px;
}
#team .contents .description {
	font-size: 18px;
}
#team .contents .block .social-icons {
	margin-top: 30px;
}
#team .contents .block .social-icons ul {
	margin-top: 30px;
	padding: 0px;
	margin: 0px;
}
#team .contents .block .social-icons ul li {
	display: inline;
}
#team .contents .block .social-icons ul li i {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #0caaf1;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	margin-left: 2px;
	margin-right: 2px;
}
#team .contents .block .social-icons ul li:hover {
	opacity: 0.8;
}

.mfp-content {background:#fff;max-width:960px;padding:20px;box-shadow:0 0 40px rgba(0,0,0,0.8)}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
/*transform: translateY(100px);*/
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
 /* transform: translateY(0px);*/
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  /*transform: translateY(-100px);*/
}

.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}


/* ---------------------------------------------------------------------- TEAM ENDS ------------------ */

/* ---------------------------------------------------------------------- SKILLS STARTS ------------------ 

section#skills {
	padding-top: 0px;
}
#skills .contents {
	margin-top: 60px;
}
.progress-bar {
	background-color: #0caaf1;
}
#skills .contents span {
	float: right;
	padding-right: 20px;
}
/* ---------------------------------------------------------------------- SKILLS ENDS ------------------ */
/* ---------------------------------------------------------------------- SERVICES STARTS ------------------ 


#services .contents .block {
	padding-top: 25px;
	padding-bottom: 25px;
}
#services .contents .icon {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	border: 2px solid #0caaf1;
	color: #fff;
	float: left;
}
#services .contents .icon i {
	font-size: 30px;
	line-height: 1.9;
	color: #0caaf1;
}
#services .contents .detail {
	margin-left: 80px;
	text-align: left;
	padding-right: 20px;
	margin-top: 8px;
}
#services .contents h2 {

	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0px;
	margin-top: 0px;
}
#services .contents h3 {

	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-top: 6px;
	color: #444444;
}
#services .contents .description {
	
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
}
/* ---------------------------------------------------------------------- SERVICES ENDS ------------------ */

/* ---------------------------------------------------------------------- TABS AND ACCORDIAN STARTS ------------------ 

section#features-tabs {
	padding-top: 0px;
}
#features-tabs .tabs {
	margin-top: 30px;
}
.nav-tabs>li>a i {
	width: 20px;
	text-align: center;
}
#features-tabs .tab-content .picture {
	text-align: center!important;
}
#features-tabs .tab-content .herotext {
	font-family: 'bebas_neuebold', sans-serif;
	font-size: 20px;
}
#features-tabs .tab-content .description1 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 24px;
}
#features-tabs ul.bullets {
	margin-top: 30px;
}
#features-tabs ul.bullets li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 30px;
}
#features-tabs ul.bullets li .icon {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	background-color: #0caaf1;
	color: #fff;
	float: left;
}
#features-tabs ul.bullets li .icon i {
	font-size: 24px;
	line-height: 1.75;
}
#features-tabs ul.bullets li .detail {
	text-align: left;
	margin-top: 10px;
	margin-left: 50px;
}
#features-tabs ul.bullets li .detail h2 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 6px;
}
#features-tabs ul.bullets li .detail .description {
	font-size: 14px;
	margin-top: 10px;
}
/* ---------------------------------------------------------------------- TABS AND ACCORDIAN STARTS ------------------ */

/* ---------------------------------------------------------------------- PRODUCTS STARTS ------------------ */

section#products {
	z-index:101;
	background-color:#fff;
	padding-bottom:0;
}
#products .contents {
	
}

#products ul.bullets-right {
	margin: 30px 0;
	padding:0px;
}
#products ul.bullets-right li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
#products ul.bullets-right li .icon {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	background-color: #0caaf1;
	color: #fff;
	float: left;
}
#products ul.bullets-right li .icon i {
	font-size: 28px;
	line-height: 1.8;
}
#products ul.bullets-right li .detail {
	text-align: left;
	margin-left: 70px;
}
#products ul.bullets-right li .detail h2 {
	font-size: 26px;
	margin-bottom: 6px;
	color:#92c54b
}
#products ul.bullets-right li .detail .description {
	font-size: 14px;
	margin-top: 0px;
	line-height:18px;
	color:#888;
}
#products ul.bullets-left {
	margin-top: 50px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}
#products ul.bullets-left li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 40px;
}
#products ul.bullets-left li .icon {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	background-color: #0caaf1;
	color: #fff;
	float: right;
}
#products ul.bullets-left li .icon i {
	font-size: 26px;
	line-height: 2;
}
#products ul.bullets-left li .detail {
	text-align: left;
	margin-right: 70px;
	text-align: right;
}
#products ul.bullets-left li .detail h2 {
	font-size: 28px;
	margin-bottom: 6px;
}
#products ul.bullets-left li .detail .description {
	font-size: 16px;
	margin-top: 10px;
}
#products .devices {position:absolute;bottom:0}

#products .features-caption {display:block;border-top:1px solid #ccc;padding-top:12px;line-height:1.2;}
/* ---------------------------------------------------------------------- PRODUCTS ENDS ------------------ */

/* ---------------------------------------------------------------------- RESPONSIVE STARTS ------------------ 

section#responsive {
	padding-top: 0px;
}
#responsive .col2 img {
	margin-top: 40px;
}
#responsive .contents h2 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 30px;
}
#responsive .contents .description-1 {
	
	font-size: 20px;
	
	margin-bottom: 30px;
}
#responsive .contents .description-2 {

	font-size: 18px;
	
}
#responsive .contents .buttons {
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}
#responsive .contents .buttons a {
	font-size: 16px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* ---------------------------------------------------------------------- RESPONSIVE ENDS ------------------ */

/* ---------------------------------------------------------------------- aboutus STARTS ------------------ */
section#aboutus {
	text-align: center;
	padding-bottom:120px;
	color: white;
}

#aboutus .contents h2 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 30px;
}
#aboutus .contents .description-1 {
	font-size: 20px;
	line-height:30px;
	margin-bottom: 30px;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(58,89,38,0.12) 0%, rgba(12,19,8,0) 79%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(58,89,38,0.12)), color-stop(79%,rgba(12,19,8,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(58,89,38,0.12) 0%,rgba(12,19,8,0) 79%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(58,89,38,0.12) 0%,rgba(12,19,8,0) 79%,rgba(0,0,0,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(58,89,38,0.12) 0%,rgba(12,19,8,0) 79%,rgba(0,0,0,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(58,89,38,0.12) 0%,rgba(12,19,8,0) 79%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3a5926', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#aboutus .contents .description-2 {
	font-size: 18px;	
}
#aboutus .contents .buttons {
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}
#aboutus .contents .buttons a {
	font-size: 16px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* ---------------------------------------------------------------------- aboutus ENDS ------------------ */

/* ---------------------------------------------------------------------- PROCESS STARTS ------------------ 


#process .contents {
	margin-top: 30px;
}
#process .box {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 6px;
	border-right-width: 2px;
	border-bottom-width: 6px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0, 0) 0%, rgba(0,0,0,0.5) 100%);
	background-color: #0caaf1;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#process .box .icon {
	background: #fff;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
#process .box .icon i {
	font-size: 40px;
	font-weight: 400;
	margin-top: 30px;
	color: #0caaf1;
}
#process .box h2 {
	
	font-size: 32px;
	
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#process .box .description {
	
	font-size: 16px;
	
}
/* ---------------------------------------------------------------------- PROCESS ENDS ------------------ */

/* ---------------------------------------------------------------------- SATISFIED SECTION STARTS ------------------ 

section#satisfied {
	padding-top: 0px;
	padding-bottom: 0px;
}
#satisfied .description {
	
	font-size: 22px;
	
	margin-top:30px;
	margin-bottom: 20px;
	line-height: 30px;
}
#satisfied .buttons {
	margin-top: 50px;
	padding-bottom: 0px;
}
/* ---------------------------------------------------------------------- SATISFIED SECTION ENDS ------------------ */

/* ---------------------------------------------------------------------- BLOG STARTS ------------------ */

#news .contents {
	text-align: center;
	margin-top: 30px;
}
#news .contents .box {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
#news .contents .box .picture {
	background-color: #01acec;
	position: relative;
}
#news .contents .box .picture:hover img {
	opacity: 0.5;
}
#news .contents .box .block {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	background:#fff;
}
#news .contents .box h2 {
	
	font-size: 24px;
	
	margin-top: 16px;
	margin-bottom: 16px;
}
#news .contents .box .info {
	
	font-size: 14px;
	
	line-height: 1;
}
#news .contents .box .info i {
	padding-right: 6px;
	padding-left: 12px;
	color: #bbbbbb;
}
#news .contents .box .line {
	text-align: center;
	width: 120px;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #bbbbbb;
}
#news .contents .box .description {
	
	font-size: 14px;
	
	margin-top: 20px;
}


#blog-page .contents .box .block {
	padding-top: 40px;
	
}
#blog-page .contents .box h2 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#blog-page .contents .box .info {
	font-size: 13px;
	line-height: 1;
}
#blog-page .contents .box .info i {
	padding-right:4px;
	padding-left:14px;	
}
#blog-page .contents .box .info i:first-child {
	padding-left:0px;	
}
#blog-page .contents .box .description {
	font-size: 14px;
	margin-top: 20px;
}
#blog hr {
	padding-bottom: 20px;
}
#blog-page .social-icons {
	margin-top: 20px;
	margin-bottom: 50px;
}
#blog-page .social-icons ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#blog-page .social-icons ul li a {
	display: inline-block;
	background-color: #cccccc;
	color: #FFF;
	font-size: 20px;
	padding: 3px!important;
	height: 50px;
	width: 50px;
	text-align: center;
	margin-right: 1px!important;
	float: left;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	line-height: 2;
}
#blog-page .social-icons ul li a:hover {
	background-color: #28282e;
}
#blog-page .social-icons ul li i {
	padding-top: 9px!important;
	font-size: 28px;
}
.about-author {
	margin-top: 80px;
	margin-bottom: 80px;
	float: left;
}
.about-author img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#comments {
	margin-top: 80px;
}
.media, .media .media {
	margin-top: 30px
}
.media:first-child {
	margin-top: 15px;
}
.media img {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#comments .media-heading {
	font-size: 16px;
}
#comments .date a {
	font-size: 14px;
	color: #aaa;
}
#respond {
	margin-top: 80px;
	margin-bottom: 40px;
	background-color: #f6f6f6;
  padding: 40px;
  color: #000;
}
#respond .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #000;
	background-image: none;
	border: 2px solid #aaa;
	background-color: transparent;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#respond .btn-default {
	color: #fff;
	background-color: #0caaf1;
	border-color: #0caaf1;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#respond .btn-default:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

#respond label {display:block}

ul.wpfai-list li {background:#cbcbcb;margin:0;margin-right:1px}
ul.wpfai-list li:hover {background:#0caaf1}

.pagination {display:block}
.pagination .old-posts {float:left;display:block}
.pagination .new-posts {float:right;display:block}

/* SIDEBAR */


#sidebar .widget {margin-bottom:50px}

#sidebar .widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar .widget ul li {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	
}

#sidebar .widget-title {color:#92c54b}


#sidebar .widget_search input {
	height: 50px;
	border: 2px solid #aaa;
}
.blog-tabs {
	margin-top: 50px;
}
.tab-content ul {
	padding: 0px;
	margin: 0px;
}
.tab-content ul li {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.tab-content ul li a {
	color: #333;
}
.nav-tabs>li>a {
	color: #333;
}
.tab-content ul li:first-child {
	padding-top: 0px;
}
.tab-content ul li:last-child {
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ddd;
}

.tag-list a {
	border: 1px solid #d9d9d9;
	display: inline-block;
	font-size: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-right: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tag-list a, .tag-list a:hover, .tag-list a:active, .tag-list a:focus {
	text-decoration: none;
	outline: none;
}
.tag-list a:hover {
	color: #fff;
	background-color: #0caaf1;
}
iframe {
	border: none!important;
}
/* ---------------------------------------------------------------------- BLOG ENDS ------------------ */

/* ---------------------------------------------------------------------- QUOTES STARTS ------------------ */
section#quotes {
		color:#f1de55;
		padding:50px 0
}
#quotes .quotes-carousel {
	text-align: center;
-webkit-font-smoothing:antialiased;

}
#quotes .quotes-carousel .description {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 34px;
	color:#fff;
}
#quotes .quotes-carousel .name {
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: #f1de55;
	font-family: 'bebas_neuebold', Arial,sans-serif;
}
/* ---------------------------------------------------------------------- QUOTES ENDS ------------------ */

/* ---------------------------------------------------------------------- PORTFOLIO STARTS ------------------ 

#options {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 20px;
}
#options ul {
	width: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#options ul li {
	display: inline-block
}
#options ul li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 6px;
	text-align: center;
	color: #0caaf1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #0caaf1;
}
#options ul li a:link {
	color: #0caaf1;
	border: 1px solid #0caaf1;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#options ul li:hover a, #options ul li a.selected {
	color: #fff;
	background-color: #0caaf1;
	border: 1px solid #0caaf1;
}
#portfolio ul li {
	list-style-type: none;
}
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
#portfolio .buttons {
	padding: 0px;
	margin-top: 70px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#portfolio .buttons a {
	font-size: 16px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#portfolio-mansory figure {
	float: left;
	width: 30%;
	height: auto!important;
	margin-bottom: 1px;
	margin-left: 1px;
	overflow: hidden;
	background-color: #000;
}
#portfolio-mansory figure img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#portfolio-mansory figure.item {
	margin-bottom: 1px!important;
	text-align: center;
}
#portfolio-mansory .item-w2 {
	width: 60%
}
#portfolio-mansory .item-h2 {
	height: auto!important
}
#portfolio-mansory .picture {
	background-color: #0caaf1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
#portfolio-mansory .item:hover img {
	opacity: 0.4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.picture-overlay {
	-webkit-backface-visibility: hidden;
	display: block;
	position: absolute!important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	text-align: left;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.picture-overlay .icons {
	display: table;
	width: 100%;
	height: 100%;
}
.picture-overlay:hover {
	opacity: 1
}
.picture-overlay .icons>:first-child {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.picture-overlay .icons>:first-child .icon {
	display: inline-block!important;
	background-color: #fff;
	color: #0caaf1;
	width: 50px;
	height: 50px;
	margin: 4px;
	border-radius: 25px;
	text-align: center;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	padding: 10px;
}
.picture-overlay .icons>:first-child .icon a {
	font-size: 20px;
	line-height: 32px;
	color: #0caaf1;
}


.portfolio-detail {
	padding-top: 40px;
	padding-bottom: 80px;
}
.portfolio-detail .header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 40px;
}
.portfolio-detail .header h2 {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
}
.portfolio-detail .contents {
	margin-top: 40px;
}
.portfolio-detail .desc {
	margin-top: 0px;
}
.portfolio-detail ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.portfolio-detail ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	padding-top: 8px;
	padding-bottom: 8px;
}
.portfolio-detail ul li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.portfolio-detail .social-icons ul {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.portfolio-detail .social-icons ul li {
	width: 36px;
	height: 36px;
	background-color: #bbbbbb;
	border: 2px solid #bbbbbb;
	border-radius: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1.1;
	color: #fff;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-detail .social-icons ul li a {
	color: #fff;
}
.portfolio-detail .social-icons ul li:hover {
	border: 2px solid #bbbbbb;
	background-color: transparent;
	color: #bbbbbb;
}
.portfolio-detail .social-icons ul li:hover a {
	color: #bbbbbb;
}
.links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
.links div {
	display: inline-block;
	margin-top: 20px;
	margin-right: 30px;
}
.links a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.links a:hover {
	color: #333;
	text-decoration: none!important;
}
.close-detail {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}
.close-detail:hover {
	color: #000;
	text-decoration: none!important;
}
/* -- Detail Portfolio Ends -- */

/* ---------------------------------------------------------------------- PORTFOLIO ENDS ------------------ */

/* ---------------------------------------------------------------------- TESTIMONIALS STARTS ------------------ 

section#testimonials {
	padding-top: 0px;
}
#testimonials .testimonial-carousel {
	text-align: center;
}
#testimonials .testimonial-carousel .block {
	text-align: center;
}
#testimonials .testimonial-carousel .box {
	border-radius: 20px;
	padding: 30px;
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0, 0) 0%, rgba(246,246,246,1) 100%);
	background-color: #e2e5ea;
}
.point {
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 20px solid #e2e5ea;
	position: absolute;
	left: 48%;
	top: -20px;
}
#testimonials .testimonial-carousel .picture {
	margin-bottom: 40px;
}
#testimonials .testimonial-carousel .picture img {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	background-color: #0caaf1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px!important;
	border: 6px solid #e2e5ea;
}
#testimonials .testimonial-carousel .description {
	font-size: 20px;
	margin-bottom: 30px;
}
#testimonials .testimonial-carousel .name {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #0caaf1;
}
#testimonials .testimonial-carousel .company {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}
#testimonials .owl-theme .owl-controls {
	margin-top: 15px!important;
}
/* ---------------------------------------------------------------------- TESTIMONIALS ENDS ------------------ */

/* ---------------------------------------------------------------------- PRICING STARTS ------------------ 

#pricing .contents {
	margin-top: 30px;
}
#pricing .price-box {
	text-align: center;
	background-color: #aaa;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	padding-bottom: 10px;
}
#pricing .pro {
	background-color: #0caaf1;
}
#pricing .price-box .header {
	font-size: 36px;
	line-height: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 5px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0, 0) 0%, rgba(0,0,0,0.2) 100%);
}
#pricing .price-box .price {
	font-size: 80px;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
}
#pricing .price-box .price sub {
	font-size: 30px;
	line-height: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
#pricing .price-box .duration {
	font-size: 26px;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#pricing .price-box .bullets {
	background-color: #fff;
	color: #000;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#pricing .price-box .bullets ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pricing .price-box .bullets ul li {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#pricing .price-box .bullets ul li i {
	padding-right: 10px;
}
#pricing .price-box .bullets ul li:first-child {
	padding-top: 24px
}
#pricing .price-box .bullets ul li:last-child {
	padding-bottom: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pricing .price-box .bullets .signup {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	padding-bottom: 35px;
	margin-left: 0px;
}
#pricing .price-box .bullets .signup a {
	background-color: #000;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#pricing .price-box .bullets .signup a:hover {
	background-color: #0caaf1;
	color: #fff;
	text-decoration: none;
}
/* ---------------------------------------------------------------------- PRICING ENDS ------------------ */

/* ---------------------------------------------------------------------- CLIENTS STARTS ------------------ 

#clients row {
	text-align: center!important;
}
#clients img {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center!important;
}
.clients-carousel {
	margin-top: 50px;
	text-align: center!important;
}
.clients-carousel div {
	text-align: center!important;
}
/* ---------------------------------------------------------------------- CLIENTS ENDS ------------------ */

/* ---------------------------------------------------------------------- SOCIAL ICONS STARTS ------------------ 
section#social-icons {
	padding-top: 0px;
}
#social-icons .contents {
	margin-top: 30px;
}
#social-icons .social {
	text-align: center;
	margin-top: 30px;
}
#social-icons .social .icon {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px!important;
	color: #fff;
	border: 4px solid #FFF;
}
#social-icons .social .icon:hover {
	background-color: #0caaf1;
}
#social-icons .social .icon i {
	font-size: 50px;
	line-height: 1.7;
}
#social-icons .social h2 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 2px;
}
#social-icons .social h2 a {
	color: #fff;
}
#social-icons .social p {
	font-size: 14px;
}
.facebook {
	background-color: #3c599f
}
.twitter {
	background-color: #0caaf1
}
.linkedin {
	background-color: #017eb4
}
.dribbble {
	background-color: #e04c86
}
.youtube {
	background-color: #c00000
}
.behance {
	background-color: #1478ff
}
#social-icons .bottom-cut-color {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #0caaf1;
	padding-bottom: 80px;
}
/* ---------------------------------------------------------------------- SOCIAL ICONS ENDS ------------------ */

/* ---------------------------------------------------------------------- CONTACT US STARTS ------------------ */

section#contact {
	color: white;
}
#contact .header h2 {color:#fff}

#contact .contents {
	margin-top: 30px;
	
}
#contact .address {
	margin:0 auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	max-width:940px;
}
#contact .address span {
	line-height: 30px;
}

#contact .address a {
	color:#fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#contact .address a:hover {
	color: #fff;
	text-decoration: none;
}
#contact label {display:none}

#contact .form {
	margin-top: 60px;
	
	color: #fff;
	
	text-align: center;
}
#contact .form .heading {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
#contact .form .input-group {
	margin-top: 24px;
}
#contact .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#message_post {
}
.errorMessage {
	color: #ff0000;
	margin: 0px;
	padding-bottom: 2px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
}
.successMessage {
	color: #12d62d;
	margin: 0px;
	padding-bottom: 2px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
}

#contact .btn {font-size:24px;line-height:24px;padding:10px;width:100%}

/* ---------------------------------------------------------------------- CONTACT US ENDS ------------------ */

/* ---------------------------------------------------------------------- VIDEO AND NEWSLETTER STARTS ------------------ 

section#videos {
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
#videos .top-cut-grey {
	color: #fff;
	padding-bottom: 110px;
}
#videos .bottom-cut-white {
	color: #fff;
	padding-top: 110px;
}
.video-background {
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.video-wrapper {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	color: #fff;
}
.video-wrapper video {
	width: 100%;
	position: absolute;
	top: 0px;
}
.video-background .container {
	position: relative;
	z-index: 3;
}
.video-background:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	content: '';
	opacity: 0.3;
	z-index: 2;
	background-color: #000000;
}
.video-bg-image {
	position: absolute;
	top: -10%;
	height: 120%;
	width: 100%;
	background-size: cover !important;
	z-index: 0;
	background-position: 50% 50% !important;
}
#videos .description {
	
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
	font-style: italic;
	line-height: 32px;
}
#videos .icon {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	opacity: 0.9;
	border: 4px solid #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 40px;
}
#videos .icon:hover {
	opacity: 0.5;
}
#videos .icon i {
	font-size: 40px;
	line-height: 1.4;
	color: #fff;
}
/* ---------------------------------------------------------------------- VIDEO AND NEWSLETTER ENDS ------------------ */

/* ---------------------------------------------------------------------- FOOTER STARTS ------------------ */

#footer {
	background-color: #fff;
	color: #444;
	padding-top: 40px;
	padding-bottom: 40px;;
}

/* ---------------------------------------------------------------------- FOOTER ENDS ------------------ */

/* ---------------------------------------------------------------------- TOTOP STARTS ------------------ */

.scrollup {
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size:50px;
	line-height:50px;
	display: none;
	
	color:#444;
	text-align:center;
	padding:5px;
	z-index: 999997;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scrollup:hover {
	opacity: 0.8
}
/* ---------------------------------------------------------------------- TOTOP ENDS ------------------ */

/* ---------------------------------------------------------------------- FOOTER STARTS ------------------ */

.buttons {
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	padding-bottom: 35px;
	margin-left: 0px;
}
.buttons a, .btn {
	font-family: 'bebas_neuebold', Arial,sans-serif;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding:3px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.buttons a:hover {
	background-color: transparent;
	color: #0caaf1;
	text-decoration: none;
	border: 2px solid #0caaf1;
}
/* ---------------------------------------------------------------------- FOOTER ENDS ------------------ */

/* ---------------------------------------------------------------------- BUTTONS STARTS ------------------ */

.readmore {
	margin-top: 30px;
	margin-bottom: 10px;
}
.readmore a {
	background-color: #a0c75d;
	font-family: 'bebas_neuebold', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
	border: 2px solid #a0c75d;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.readmore a:hover {
	background-color: transparent!important;
	color: #0caaf1;
	text-decoration: none;
	border: 2px solid #a0c75d;
}
.link {
	margin-top: 20px;
}
.link a {
	font-size: 14px;
	font-weight: 500;
	color: #0caaf1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.link a:hover {
	color: #0caaf1;
	text-decoration: underline;
}
/* ---------------------------------------------------------------------- BUTTONS ENDS ------------------ */

/* ---------------------------------------------------------------------- PARALLAX STARTS ------------------ */

section.parallax-1, section.parallax-2 {
	/*padding-bottom: 0px;*/
}
.parallax-1 {
	color: white;
	background-attachment: fixed;
	background-image: url(../images/bg-letters.png);
	background-repeat: repeat;
	background-position: 50% 0;
	background-size:cover;

}
.parallax-2 {
	color: white;
	background-attachment: fixed;
	background-image: url(../images/bg-contact.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
}

/* ---------------------------------------------------------------------- PARALLAX ENDS ------------------ */

/* ---------------------------------------------------------------------- MAGNIFIC POPUP STARTS ------------------ */

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
/* ---------------------------------------------------------------------- MAGNIFIC POPUP STARTS ------------------ */

/* ---------------------------------------------------------------------- OWL CAROUSEL STARTS ------------------ */

.owl-theme .owl-controls {margin-top:40px}


.owl-theme .owl-controls .owl-nav div {
	border: 2px solid #0caaf1;
	background-color: #0caaf1;
}
.owl-theme .owl-controls.clickable .owl-nav div:hover {
	border: 2px solid #0caaf1;
}

.owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-dots span {
	background: #0caaf1;
display: block;
  width: 24px;
  height: 8px;
  filter: Alpha(Opacity=40);
  opacity: 0.4;
  margin: 4px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span,
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0caaf1;
  filter: Alpha(Opacity=1);
  opacity: 1;
}

/* ---------------------------------------------------------------------- OWL CAROUSEL ENDS ------------------ */

/* ---------------------------------------------------------------------- BACKGROUND STARTS ------------------ */

section {position:relative}

.overlay { position:absolute;left:0;top:0;width:100%;height:100%; }

.blue-overlay {background-color: #0caaf1;opacity:0.8;}
.black-overlay {background-color: #000;opacity:0.8;}
.black-overlay2 {background-color: #000;opacity:0.6;}
.green-overlay {background-color: #7ea630;opacity:0.2;}


.blue-bg {
	background-color: #0caaf1!important;
}
.green-bg {
	background-color: #92c54b!important;
}
.yellow-bg {
	background-color: #f1de55!important;
}
.grey-bg {
	background-color: #f6f6f6;
	color: #000;
}
.grey-box {
	background-color: #f6f6f6;
	padding: 40px;
	color: #000;
}
.texture-1 {
	background-image: url(../images/textures/texture1.png);
	background-repeat: repeat;
}
.texture-2 {
	background-image: url(../images/textures/texture2.png);
	background-repeat: repeat;
}
.texture-3 {
	background-image: url(../images/textures/texture3.png);
	background-repeat: repeat;
}
.texture-4 {
	background-image: url(../images/textures/texture4.png);
	background-repeat: repeat;
}
.texture-5 {
	background-image: url(../images/textures/texture5.png);
	background-repeat: repeat;
}
.texture-6 {
	background-image: url(../images/textures/texture6.png);
	background-repeat: repeat;
}
.texture-7 {
	background-image: url(../images/textures/texture7.png);
	background-repeat: repeat;
}
.texture-8 {
	background-image: url(../images/textures/texture8.png);
	background-repeat: repeat;
}
.texture-9 {
	background-image: url(../images/textures/texture9.png);
	background-repeat: repeat;
}
.texture-10 {
	background-image: url(../images/textures/texture10.png);
	background-repeat: repeat;
}
.texture-11 {
	background-image: url(../images/textures/texture11.png);
	background-repeat: repeat;
}
.texture-12 {
	background-image: url(../images/textures/black-dots-pattern.png);
	background-repeat: repeat;
}
.texture-13 {
	background-image: url(../images/textures/noise.png);
	background-repeat: repeat;
}

/* ---------------------------------------------------------------------- BACKGROUND ENDS ------------------ */

/* ---------------------------------------------------------------------- RESPONSIVE STARTS ------------------ */


@media (min-width:1200px) { 

#slider .intro .welcome {padding-left:120px;padding-right:40px;max-width:680px}
#products ul.bullets-right li .detail .description {font-size:15px}
#products ul.bullets-right li {margin-bottom:25px}
}

@media (max-width:480px) {
.header h2 {
	font-size: 46px;
	line-height: 1;
	margin-bottom: 20px;
}
.hidemobile {
	display: none;
}
}
 @media (max-width:991px) {
.nav>li>a {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav {
	margin-left: 0px!important;	
	text-align: left!important;
}

#videos .top-cut-grey {
	color: #fff;
	padding-bottom: 50px;
}
#videos .bottom-cut-white {
	color: #fff;
	padding-top: 50px;
}
#slider .slides li {height:500px}

#products .devices {position:relative;bottom:0;text-align:center}
#products .devices img {margin:0 auto}
#products .features {float:none!important;margin-bottom:50px}
#products ul.bullets-right {margin:0}

#slider .intro .welcome {bottom:0px;max-width:480px;font-size:18px;padding:20px}
#slider h1 {font-size:38px}

}
@media only screen and (max-width: 767px) {
#funfacts .fact {
	margin-bottom: 50px;
}
#responsive .col2 img {
	margin-top: 80px;
}
.video-background .video-wrapper {
	display: none;
}
#contact .address .tel, #contact .address .email {
	padding-top: 40px;
}
.navbar-brand {
	position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }
  
.navbar-brand img {height:70px;width:auto;}

#navigation ul.nav li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbar-nav  {float:none!important}
.navbar-collapse {border-top:0;}
#navigation ul.nav {margin:30px 0 20px;}

#navigation {top:0}
#navigation .navbar {min-height:90px;background:#fff;}

.navbar-inverse .navbar-toggle:focus {background-color:#fff!important}

#slider .slides li {min-height:500px;height:auto}
#slider .hand {display:none}
#slider .intro .welcome  {width:100%;max-width:100%;position:relative;padding-top:130px;}

#signup h3 {font-size:30px}
#signup .frm_forms{margin-top:10px}
}

/* ---------------------------------------------------------------------- MEDIA ENDS ------------------ */
