/*
Theme Name: NexTwo
Theme URI: www.nexthemes.co/demo/html/nextwo
Author: NexThemes
Author URI: www.nexthemes.co
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}


body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
	width:360px;
	height:240px;
}
video {
	width:360px;
	height:240px;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* # Typography */
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
p {
	margin-bottom: 1.5em;
	font-weight: 300;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	font-size: 14px;
	font-style: italic;
	line-height: 1.7em;
	color: #676767;
	padding: 40px 60px;
	background: #f9f9f9;
	border-left: 1px solid #1FB6D3;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/* # Elements */
html {
	box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
	outline: none;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
.navigation-footer {
	padding: 0 0 50px;
}
.navigation-footer a {
	margin: 0;
	padding: 10px 50px;
}
.float-right {
	float: right;
}

/* ## Header */
.header-v1 {
	padding: 30px 0 0;
	border-bottom: 1px solid #1FB6D3;
	background: #fff;
}
.header-v1 .logo-v1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 37px;
	color: #020202;
	line-height: 1em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
}
.footer-v1 .logo-v1 span,
.header-v1 .logo-v1 span {
	color: #1FB6D3;
}
.footer-v1 .logo-v1 a,
.header-v1 .logo-v1 a {
	color: inherit;
}
.footer-v1 .logo-v1 a:hover,
.header-v1 .logo-v1 a:hover {
	text-decoration: none;
}


/* ## Site title */
.site-title {
	text-align: center;
	margin-bottom: 50px;
}
.site-title h1 {
	font-weight: 800;
	font-size: 35px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	line-height: 1.2em;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
.site-title h1:after {
	height: 1px;
	background: #1FB6D3;
	width: 100px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.site-title p {
	font-style: italic;
	color: #999;
	font-size: 14px;
	line-height: 1.7em;
	max-width: 540px;
	margin: auto;
	font-weight: 300;
}

/* ## Buttons */
.button-v1 {
	display: inline-block;
	border-radius: 5px;
	padding: 7px 22px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	background: #1FB6D3;
	border: 2px solid #1FB6D3;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 0 20px 20px 0;
}
.button-v1:hover {
	background: none;
	color: #1FB6D3;
	text-decoration: none;
}
.button-v2 {
	display: inline-block;
	border-radius: 5px;
	padding: 7px 22px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	color: #1FB6D3;
	background: #fff;
	border: 2px solid #fff;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 0 20px 20px 0;
}
.button-v2:hover {
	background: none;
	color: #fff;
	text-decoration: none;
}
.button-v3 {
	display: inline-block;
	border-radius: 5px;
	padding: 7px 22px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	color: #fff;
	background: #1FB6D3;
	border: 1px solid #1FB6D3;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 0 20px 20px 0;
}
.button-v3:hover {
	background: none;
	color: #1FB6D3;
	border: 1px solid #1FB6D3;
	text-decoration: none;
}
.button-v4 {
	display: inline-block;
	border-radius: 5px;
	padding: 7px 22px;
	text-align: center;
	text-transform: uppercase;
	color: #1FB6D3;
	font-size: 13px;
	background: none;
	border: 1px solid #1FB6D3;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 0 20px 20px 0;
}
.button-v4:hover {
	background: #1FB6D3;
	color: #fff;
	text-decoration: none;
}
.button-big {
	font-size: 14px;
	padding: 11px 35px;
	font-weight: 500;
	letter-spacing: 1px;
}

/* ## Information v1 */
.information-v1 {
	background: url('../images/information-bg.jpg') no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 50px 0;
	z-index: 1; 
}
.information-v1:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	content: '';
	z-index: 2;
}
.information-v1 .container {
	position: relative;
	z-index: 3;
}
.information-v1 .button-v4 {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600;
	padding: 15px 40px 14px;
	font-size: 14px;
	margin-top: 5px;
}
.information-v1 h1 {
	margin: 0 0 8px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 1em;
}
.information-v1 p {
	margin: 0;
	color: #999;
	font-size: 18px;
	line-height: 1.5em;
}

/* ## Presentation v1 */
.presentation-v1 {
	background: url('../images/slider3.jpg') no-repeat center center;
	
	background-size: cover;
	position: relative;
	padding: 140px 0;
	z-index: 1; 
}
.presentation-v1 .inside-box {
	text-align: center;
	position: relative;
}
.presentation-v1 .inside-box .box-border {
	padding: 130px 75px 180px;
	    margin-bottom: 70px;
}
.presentation-v1 .inside-box h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 60px;
	line-height: 1.3em;
	letter-spacing: 5px;
	margin: 30px auto;
}
.presentation-v1 .inside-box h1 span {
	color: #1FB6D3;
}
.presentation-v1 .inside-box h6 {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin: 0 auto 50px;
}
.presentation-v1 .inside-box .box-border:after {
	height: 100%;
	background: #fff;
	width: 1px;
	content: '';
	top: 4%;
	right: 0;
	position: absolute;
}
.presentation-v1 .inside-box .box-border:before {
	height: 1px;
	background: #fff;
	width: 85%;
	content: '';
	top: 4%;
	right: 0;
	position: absolute;
}
.presentation-v1 .inside-box:after {
	height: 100%;
	background: #fff;
	width: 1px;
	content: '';
	bottom: 0;
	left: 0;
	top:20%;
	position: absolute;
}
.presentation-v1 .inside-box:before {
	height: 1px;
	background: #fff;
	width: 85%;
	content: '';
	bottom: -20%;
	left: 0;
	position: absolute;
}
.presentation-v1:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	content: '';
	background: rgba(0,0,0,0.6);
}
.presentation-v1 .container {
	position: relative;
	z-index: 3;
}


/* ## Testimonial v1 */
.testimonials-v1 {
	background: #282828;
	position: relative;
	z-index: 1;
	padding: 100px 0;
}
.testimonials-v1:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: url('../images/testimonial-bg.jpg') no-repeat center center;
	z-index: 2;
	opacity: 0.1;
}
.testimonials-v1 .container {
	z-index: 3;
	position: relative;
}
.testimonials-v1 .testimonial-box {
	position: relative;
}
.testimonials-v1 .testimonial-box .testimonial-content {
	padding: 70px;
	border-radius: 8px;
	background: #1FB6D3;
	position: relative;
	margin-left: 180px;
}
.testimonials-v1 .testimonial-box .testimonial-content:after {
	width: 0;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	margin: 75px 0 0 -20px;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #1FB6D3 transparent;
}
.testimonials-v1 .testimonial-box .testimonial-content p {
	font-size: 15px;
	color: #fff;
	line-height: 1.8em;
	margin: 0;
}
.testimonials-v1 .testimonial-box .testimonial-author {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	text-align: center;
}
.testimonials-v1 .testimonial-box .testimonial-author img {
	border-radius: 100%;
	border: 2px solid #1FB6D3;
	margin: 30px 0 10px;
	width: 100px;
}
.testimonials-v1 .testimonial-box .testimonial-author h4 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 3px;
	line-height: 1.5em;
	font-weight: 600;
}
.testimonials-v1 .testimonial-box .testimonial-author p {
	color: #fff;
	font-size: 16px;
	margin: 0;
	font-style: italic;
}
.testimonials-v1 .numericControls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto -30px;
	z-index: 5;
	text-align: center;
	padding: 0;
}
.testimonials-v1 .numericControls li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
	border: 1px solid #fff;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	font-size: 0;
	line-height: 0;
	position: relative;
	cursor: pointer;
	*zoom: 1;
	*display: inline;
}
.testimonials-v1 .numericControls li.current,
.testimonials-v1 .numericControls li:hover {
	border: 1px solid #1FB6D3;
}
.testimonials-v1 .numericControls li.current:after {
	position: absolute;
	content: '';
	background: #1FB6D3;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.testimonials-v1 .controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
}
.testimonials-v1 .controls .prevBtn {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	margin-left: -50px;
	opacity: 0.6 !important;
	margin-top: -30px;
}
.testimonials-v1 .controls .nextBtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	margin-right: -50px;
	opacity: 0.6 !important;
	margin-top: -30px;
}
.testimonials-v1 .controls .prevBtn:after,
.testimonials-v1 .controls .nextBtn:after {
	position: absolute;
	content: "\f3d3"; 
	color: #fff;
	font-size: 50px;
	line-height: 1em;
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonials-v1 .controls .prevBtn:after {
	content: "\f3d2"; 
}


/* ## Presentation v2 */
.presentation-v2 {
	padding: 80px 0 50px;
	position: relative;
	z-index: 1;
}
.app-description{
    padding: 80px  0px;
}
.presentation-v2 .presentaion-image {
	margin-left: -50px;
}
.presentation-v2 .presentation-title {
	text-transform: uppercase;
	color: #000;
	font-size: 40px;
	line-height: 1.2em;
	margin: 20px 0 10px;
	font-weight: 800;
	letter-spacing: 1px;
}
.presentation-v2 .presentation-undertitle, .project-v1 .project-undertitle, .form-horizontal .project-undertitle {
	color: #777;
	margin: 0 0 30px;
	line-height: 1.5em;
	font-size: 16px;
}
.presentation-v2 p {
	color: #999;
	font-size: 15px;
	line-height: 1.7em;
}
.presentation-v2.bg-image {
	background: url('../images/presentation-bg.jpg') top center no-repeat;
	background-size: cover;
}
.presentation-v2.bg-image:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0,0,0,0.7);
}
.presentation-v2.bg-image .container {
	position: relative;
	z-index: 3;
}
.presentation-v2.bg-image p {
	color: #fff;
}
.presentation-v2.bg-image .presentaion-image {
	margin-left: 0px;
}
.presentation-v2.bg-image .presentaion-image img {
	border-radius: 8px;
}


/* ## Our Skills v1 */
.our-skills-v1 {
	padding: 100px 0;
    background: #282828;
}
.our-skills-v1 .skill-box {
	margin-bottom: 35px;
	padding: 0 15px;
}
.our-skills-v1 .skill-box p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
	margin-bottom: 10px;
}
.our-skills-v1 .skill-box .skill-line {
	position: relative;
	height: 4px;
	width: 100%;
	background: #5d5d5d;
}
.our-skills-v1 .skill-box .skill-line span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #8fcfe8;
}
.our-skills-v1 .skill-box .skill-line span:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #8fcfe8 transparent;
	right: 0;
	bottom: 0;
}
.our-skills-v1 .skill-box .skill-line span i {
	font-style: normal;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	margin: -25px -12px 0 0;
}
.our-skills-v1 .site-title h1 {
	color: #fdfdfd;
}

/* ## Breadcrumbs v1 */
.breadcrumbs-v1 {
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 100px 0 50px;
}
.web-app{
    	background: url('../images/web-app-banner.jpg') no-repeat top center;
}
.breadcrumbs-v1:after {
	position: absolute;
	z-index: 2;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}
.breadcrumbs-v1 .container {
	position: relative;
	z-index: 3;
}
.breadcrumbs-v1 .site-title h1 {
	color: #fff;
}
.breadcrumbs-v1 .site-title p {
	color: #ccc;
}

/* ## Our Team v1 */
.our-team-v1 {
	padding: 100px 0 60px;
}
.our-team-v1 .team-box {
	margin-bottom: 40px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.our-team-v1 .team-box .team-image img {
	width: 100%;
}
.our-team-v1 .team-box .team-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.85);
	padding: 20px;
	margin-bottom: -50px;
}
.our-team-v1 .team-box:hover .team-detail {
	margin-bottom: 0;
}
.our-team-v1 .team-box .team-detail h4 {
	margin: 0 0 15px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.our-team-v1 .team-box .team-detail h4:after {
	width: 30px;
	height: 1px;
	background: #1FB6D3;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -9px;
}
.our-team-v1 .team-box .team-detail p {
	color: #787878;
	margin: 0 0 15px;
	font-style: italic;
	font-size: 13px;
}
.our-team-v1 .team-box .team-detail ul {
	margin: 0;
	padding: 0;
}
.our-team-v1 .team-box .team-detail ul li {
	display: inline-block;
	list-style: none;
	margin-right: 8px;
	*zoom: 1;
	*display: inline;
}
.our-team-v1 .team-box .team-detail ul li a {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #1FB6D3;
	color: #1FB6D3;
	font-size: 19px;
	line-height: 1.5em;
	text-align: center;
	border-radius: 100%;
	padding-top: 1px;
}
.our-team-v1 .team-box .team-detail ul li a:hover {
	text-decoration: none;
	background: #1FB6D3;
	color: #fff;
}
/* ## Services v1 */
.services-v1 {
	background: #fff;
	padding: 50px 0px;
}
.services-v1 .service-box {
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}
.services-v1 .service-box .service-icon {
	color: #1FB6D3;
	font-size: 70px;
	line-height: 1em;
	margin: 0 auto 20px;
	text-align: center;
}
.services-v1 .service-box .service-title {
	text-align: center;
	margin: 0 auto 20px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 17px;
	line-height: 1.5em;
}
.services-v1 .service-box p {
	color: #7C848B;
	font-size: 14px;
	text-align: center;
	line-height: 1.7em;
	font-weight: 300;
}

/* ## Services v2 */
.services-v2 {
	padding: 100px 0 10px;
}
.services-v2 .custom-image {
	margin: 0 10px;
}
.services-v2 .service-box {
	position: relative;
	padding-left: 75px;
	margin-bottom: 60px;
}
.services-v2 .service-box h3 {
    color: #4a4a4a;
    margin: 0 0 5px;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 700;
}
.services-v2 .service-box p {
	color: #999;
	font-size: 14px;
	line-height: 1.5em;
}
.services-v2 .service-box .service-icon {
	font-size: 45px;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	color: #1FB6D3;
	margin-top: 5px;
	width: 50px;
	text-align: center;
}

/* ## Our Works v1 */
.our-works-v1 {
	padding: 100px 0 0;
	background: #282828;
	position: relative;
	overflow: hidden;
}
.our-works-v1 .row {
	margin: 0;
}
.our-works-v1 .filter-box {
	display: none;
}
.our-works-v1 .work-box {
    margin: 0 -15px;
	position: relative;
	overflow: hidden;
}
.our-works-v1 .work-box:hover .work-details {
	bottom: 0;
}
.our-works-v1 .work-box .work-details {
	position: absolute;
	bottom: -100%;
	right: 0;
	z-index: 2;
	padding: 15px 20px;
	left: 0;
}
.our-works-v1 .work-box .work-details:before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1FB6D3;
	opacity: 0.7;
	content: '';
}
.our-works-v1 .work-box .work-details h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-size: 18px;
	color: #fff;
	margin: 0;
}
.our-works-v1 .work-box .work-details h4 a {
	color: inherit;
	font-size: inherit;
}
.our-works-v1 .work-box .work-details ul {
	margin: 0;
	padding: 0;
}
.our-works-v1 .work-box .work-details ul li {
	list-style: none;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	*zoom: 1;
	*display: inline;
}
.our-works-v1 .work-box .work-details ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.our-works-v1 .work-box .work-details h4 a:hover,
.our-works-v1 .work-box .work-details ul li a:hover {
	text-decoration: none;
	color: #333;
}
.our-works-v1 .work-box .work-details ul li:last-child {
	font-size: 0;
}
.our-works-v1 .site-title h1 {
	color: #fdfdfd;
}
.our-works-v1 .our-works-filter {
	text-align: center;
	margin: 0 auto 40px;
	padding: 14px 0 0;
	font-size: 0;
}
.our-works-v1 .our-works-filter li {
	list-style: none;
	display: inline-block;
	border-bottom: 1px solid #3d3d3d;
	padding-right: 40px;
	font-size: 14px;
	color: #fdfdfd;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	*zoom: 1;
	*display: inline;
}
.our-works-v1 .our-works-filter li .filter {
	color: inherit;
	padding-bottom: 10px;
	cursor: pointer;
	display: block;
	margin-bottom: -2px;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.our-works-v1 .our-works-filter li .filter.active,
.our-works-v1 .our-works-filter li .filter:hover {
	color: #1FB6D3;
	text-decoration: none;
	border-bottom: 3px solid #1FB6D3;
}
.our-works-v1 .our-works-filter li:last-child {
	padding-right: 0;
}

/* ## Our Works v2 */
.our-works-v2 {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
.our-works-v2 .filter-box {
	display: none;
}
.our-works-v2 .work-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border:1px solid rgba(0,0,0,0.35);
}
.our-works-v2 .work-box:hover .work-details {
	bottom: 0;
}
.our-works-v2 .work-box .work-details {
	position: absolute;
	bottom: -100%;
	right: 0;
	z-index: 2;
	padding: 15px 20px;
	left: 0;
}
.our-works-v2 .work-box .work-details:before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1FB6D3;
	opacity: 0.7;
	content: '';
}
.our-works-v2 .work-box .work-details h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-size: 18px;
	color: #fff;
	margin: 0;
}
.our-works-v2 .work-box .work-details h4 a {
	color: inherit;
	font-size: inherit;
}
.our-works-v2 .work-box .work-details ul {
	margin: 0;
	padding: 0;
}
.our-works-v2 .work-box .work-details ul li {
	list-style: none;
	display: block;
	color: #fff;
	font-size: 14px;
	*zoom: 1;
	*display: inline;
}
.our-works-v2 .work-box .work-details ul li a {
	color: #fff;
	font-size: 14px;
}
.our-works-v2 .work-box .work-details h4 a:hover,
.our-works-v2 .work-box .work-details ul li a:hover {
	text-decoration: none;
	color: #333;
}
.our-works-v2 .work-box .work-details ul li:last-child {
	font-size: 0;
}
.our-works-v2 .our-works-filter {
	text-align: center;
	margin: 0 auto 40px;
	padding: 14px 0 0;
	font-size: 0;
}
.our-works-v2 .our-works-filter li {
	list-style: none;
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	*zoom: 1;
	*display: inline;
}
.our-works-v2 .our-works-filter li .filter {
	color: inherit;
	padding: 5px 10px;
	border-radius: 3px;
	cursor: pointer;
	display: block;
}
.our-works-v2 .our-works-filter li .filter.active,
.our-works-v2 .our-works-filter li .filter:hover {
	background: #1FB6D3;
	color: #fff;
	text-decoration: none;
}
.our-works-v2 .our-works-filter li:last-child {
	padding-right: 0;
}

/* ## Project v1 */
.project-v1 {
	padding: 70px 0 20px;
}
.project-v1 .project-cover img {
	margin-bottom: 30px;
	max-width: 100%;
}
.project-v1 .project-details {
	margin-bottom: 40px;
	padding-right: 20px;
}
.project-v1 .project-details h1 {
	font-weight: 800;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 1.3em;
	color: #000;
	/*margin: 0 0 20px;*/
	text-transform: uppercase;
}
.project-v1 .project-details .gradient h1 {
    font-size:21px;
}
.project-v1 .project-details p {
	line-height: 1.8em;
	font-size: 14px;
	color: #999;
}
.project-v1 .project-details .project-data {
	margin: 0 0 30px;
	padding: 15px 0 0;
}
.project-v1 .project-details .project-data li {
	list-style: none;
	display: block;
	margin: 0 0 10px;
}
.project-v1 .project-details .project-data li span {
	display: block;
	font-size: 15px;
	color: #999;
	margin-bottom: 8px;
}
.project-v1 .project-details .project-data li h4 {
	font-weight: 700;
	color: #333;
	position: relative;
	padding-bottom: 18px;
	font-size: 15px;
	margin: 0 0 17px;
}
.project-v1 .project-details .project-data li h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 40px;
	height: 1px;
	background: #1FB6D3;
}
.project-v1 .project-details .project-data li:last-child h4:after {
	display: none;
}

/* ## Contact */
.contact-v1 {
	padding: 100px 0 70px;
}
.contact-v1 p {
		font-weight: 400;
}
.contact-v1 h4 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
	margin: 0 0 30px;
	font-weight: 800;
}
.map-v1 iframe {
	border: 1px solid #ccc;
	margin: 0 0 30px;
	width: 100%;
}

/* # Contact Info */
.contact-info-v1 {
	margin: 0 0 60px;
	padding: 0;
}
.contact-info-v1 li {
	list-style: none;
	padding: 0;
	display: block;
	font-size: 14px;
	color: #555;
	font-weight: 400;
	position: relative;
	padding-left: 70px;
	line-height: 1.5em;
	margin: 0 0 10px;
}
.contact-info-v1 li span {
	font-weight: 600;
	position: absolute;
	left: 0;
}

/* # Working Hours */
.working-hours-v1 {
	margin: 0 0 60px;
	padding: 0;
}
.working-hours-v1 li {
	list-style: none;
	padding: 0;
	display: block;
	font-size: 14px;
	color: #555;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0 0 10px;
}
.working-hours-v1 li span {
	float: right;
	font-weight: 400;
}

/* ## Contact Form */
.contact-form-v1 {
	position: relative;
	margin-bottom: 40px;
}
.contact-form-v1 .icon3 {
	display: block;
}
.contact-form-v1 .icon1,
.contact-form-v1 .icon2,
.contact-form-v1 .icon3,
.contact-form-v1 .icon5,
.contact-form-v1 .icon7{
	position: relative;
}
.contact-form-v1 .icon1:after,
.contact-form-v1 .icon2:after,
.contact-form-v1 .icon3:after,
.contact-form-v1 .icon5:after,
.contact-form-v1 .icon7:after{
	position: absolute;
	font-size: 35px;
	line-height: 1em;
	top: 0;
	left: 0;
	color: #c1c1c1;
	z-index: 2;
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    display: block;
    height: 50px;
    text-align: center;
    padding-top: 5px;
}
.contact-form-v1 .icon1:after {
	content: "\f47d";
}
.contact-form-v1 .icon2:after {
	content: "\f422";
}
.contact-form-v1 .icon3:after {
    content: "\f417";
}
.contact-form-v1 .icon5:after {
    content: "\f2e9";
}
.contact-form-v1 .icon7:after {
    content: "\f1fe";
}
.contact-form-v1 textarea,
.contact-form-v1 input[type="text"], .contact-form-v1 select, .contact-form-v1 input[type="file"] {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #999;
	padding: 12px 17px 12px 50px;
	margin-bottom: 30px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.5em;
	z-index: 1;
	position: relative;
	color: #888;
	background:#fff;
}
.contact-form-v1 textarea {
	height: 210px;
	resize: none;
}
.contact-form-v1 .button-v4 {
	border: 2px solid;
	padding: 10px 30px;
	font-size: 16px;
}




/* ## Menus */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: relative
}
.main-navigation .responsive-menu {
	font-size: 29px;
	line-height: 1em;
	color: #000;
	display: none;
	cursor: pointer;
	margin-top: 5px;
}
.main-navigation .responsive-menu:hover {
	color: #1FB6D3;
}
.main-navigation ul {

	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
}
.main-navigation>ul {
	padding-top: 5px;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.main-navigation>ul>li {
	padding: 0 10px;
} 
.main-navigation a {
	color: #020202;
	display: block;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
}
.main-navigation>ul>li>a {
	padding: 0 6px 35px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	text-align: left;
	left: -999em;
	z-index: 99999;
	background: #fff;	
}
.main-navigation>ul>li>ul {
	margin-top: 36px;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	padding: 10px 5px;
	
	text-align: center;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #1FB6D3;
	border-bottom: 4px solid #1FB6D3;
}
.main-navigation a:hover {
	color: #1FB6D3;
}

/* Transitions */
.our-works-v1 .our-works-filter li .filter,
.our-works-v1 .work-box .work-details,
.our-works-v2 .our-works-filter li .filter,
.our-works-v2 .work-box .work-details,
.testimonials-v1 .numericControls li,
.our-team-v1 .team-box .team-detail,
.widget-archive ul li,
i,
input,
textarea,
a {
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}


/* # Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* # Alignments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* # Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* # Widgets */
.widget {
	margin: 0 0 40px;
}
.widget-information-v1 p {
	color: #a8a8a8;
	font-size: 14px;
	line-height: 1.5em;
}
.widget-links-v1 ul {
	margin: 0 -15px;
	padding: 0;
}
.widget-links-v1 ul li {
	list-style: none;
	position: relative;
	margin: 0 0 8px 0;
	padding: 0 0px 8px;
	display: block;
}
.widget-links-v1 ul li a {
	color: #a8a8a8;
	font-size: 13px;
	letter-spacing: 1px;
}
.widget-links-v1 ul li a:hover {
	text-decoration: none;
	color: #1FB6D3;
}
.widget-links-v1 ul li:after {
	position: absolute;
	content: '';
	background: #1FB6D3;
	width: 30px;
	height: 1px;
	bottom: 0;
	margin-left: 0px;
	left: 0;
}
.widget .widget-title {
	text-transform: uppercase;
	color: #000;
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.main-sidebar .widget .widget-title {
	font-weight: 700;
}
.footer-v1 .widget .widget-title {
	color: #fff;
}
.widget-latest-posts-v1 .latest-post-box {
	position: relative;
	margin-bottom: 20px;
	padding-left: 115px;
}
.widget-latest-posts-v1 .latest-post-box .post-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 55px;
	overflow: hidden;
	margin-top: 5px;
}
.widget-latest-posts-v1 .latest-post-box h4{
    	margin: 0;
}
.widget-latest-posts-v1 .latest-post-box h4, .newsletter h3 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	color: #e1e1e1;
}
.widget-latest-posts-v1 .latest-post-box h4 a {
	color: inherit;
}
.widget-latest-posts-v1 .latest-post-box h4 a:hover {
	text-decoration: none;
	color: #1FB6D3;
}
.widget-latest-posts-v1 .latest-post-box span {
	color: #999;
	font-size: 12px;
}

.widget-search .widget-title {
	display: none;
}
.widget-search form {
	position: relative;
}
.widget-search form input[type="text"] {
	width: 100%;
	border: 1px solid #1FB6D3;
	padding: 12px 15px;
	color: #1FB6D3;
	font-style: italic;
	font-size: 14px;
	line-height: 1.5em;
	border-radius: 5px;
	position: relative;
	z-index: 2;
}
.widget-search form input[type="submit"] {
	width: 50px;
	height: 47px;
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	background: none;
	border: 0;
}
.widget-search form:after {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 50px;
	height: 47px;
	z-index: 3;
	color: #1FB6D3;
	font-size: 28px;
	padding-top: 9px;
	content: "\f4a5";
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget-category ul {
	margin: 0;
	padding: 0;
}
.widget-category ul li {
	list-style: none;
	display: block;
	padding: 0 0 8px;
	margin: 0 0 8px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.widget-category ul li:last-child {
	border: 0;
	margin: 0;
}
.widget-category ul li a {
	display: block;
	color: #565656;
}
.widget-category ul li a:hover {
	text-decoration: none;
	color: #1FB6D3;
}
.widget-category ul li a span {
	float: right;
}

.widget-recent-posts ul {
	margin: 0;
	padding: 0;
}
.widget-recent-posts ul li {
	display: block;
	list-style: none;
	position: relative;
	padding: 0 0 0 95px;
	margin: 0 0 30px;
}
.widget-recent-posts ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
.widget-recent-posts ul li h3 {
	color: #000;
	font-size: 13px;
	font-weight: 700;
}
.widget-recent-posts ul li h3 a {
	color: inherit;
}
.widget-recent-posts ul li h3 a:hover {
	text-decoration: none;
	color: #1FB6D3;
}
.widget-recent-posts ul li p {
	margin: 0;
	font-size: 12px;
	color: #999;
}
.widget-recent-posts ul li p span {
	float: right;
	position: relative;
	padding-left: 15px;
}
.widget-recent-posts ul li p span i {
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
	margin-top: -1px;
	line-height: 1.5em;
}
.widget-tags ul {
	margin: 0;
	padding: 0; 
	font-size: 0;
}
.widget-tags ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 10px 10px 0;
	*zoom: 1;
	*display: inline;
}
.widget-tags ul li a {
	display: block;
	border: 1px solid #1FB6D3;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5em;
	color: #1FB6D3;
	padding: 3px 8px;
}
.widget-tags ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #1FB6D3;
}
.widget-instagram ul {
	margin: 0 -1%;
	padding: 0;
	font-size: 0;
}
.widget-instagram ul li {
	display: inline-block;
	list-style: none;
	margin: 0 1% 2%;
	padding: 0;
	width: 31%;
	*display: inline;
	*zoom: 1;
}
.widget-instagram ul li a {
	display: block;
}
.widget-instagram ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.widget-archive ul {
	margin: 0;
	padding: 0;
} 
.widget-archive ul li {
	display: block;
	list-style: none;
	padding: 0 0 8px 20px;
	margin: 0 0 8px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.widget-archive ul li:hover {
	padding: 0 0 8px 25px;
}
.widget-archive ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	color: #1FB6D3;
	font-size: 10px;
	padding-top: 6px;
	content: "\f215";
	line-height: 1.5em;
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget-archive ul li a {
	display: block;
	color: #777;
	font-size: 14px;
	line-height: 1.5em;
}
.widget-archive ul li a:hover {
	text-decoration: none;
	color: #1FB6D3;
}
.widget-archive ul li:last-child {
	border: 0;
	margin: 0;
}

/* # Subscribe */
.subscribe-v1 {
	background: url('../images/subscribe-bg.jpg') no-repeat top center;
	background-size: cover; 
	padding: 40px 0;
	position: relative;
	z-index: 1;
}
.subscribe-v1 .site-title {
    margin-bottom:30px;
}
.subscribe-v1:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0,0,0,0.8);
}
.subscribe-v1 .container {
	position: relative;
	z-index: 3;
}
.subscribe-v1 h3 {
	color: #999;
	margin: 0 auto 30px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.5em;
}
.subscribe-v1 form {
	margin: auto;
	position: relative;
}
.subscribe-v1 form input[type="text"] , .subscribe-v1 form input[type="email"] {
	border-radius: 6px;
	background: #fff;
	padding: 10px 0px 10px 20px;
	color: #686868;
	border: 0;
	height: 40px;
	margin:10px;
}
.subscribe-v1 form input[type="submit"] {
	color: #fff;
	background: #1FB6D3;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	border: 0;
	font-size: 15px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	width:130px;
}
.subscribe-v1 form input[type="submit"]:hover {
	background: #333;
}
/* # Subscribe */


/* # Subscribe */
.subscribe-v2 {
	/*background: url('../images/subscribe-bg.jpg') no-repeat top center;*/
	background-size: cover; 
	position: relative;
	z-index: 1;
}
/*.subscribe-v2:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}*/
.subscribe-v2 .container {
	position: relative;
	z-index: 3;
}
.subscribe-v2 h3 {
	color: #fff;
	margin: 0 auto 30px;
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.5em;
}
.subscribe-v2 form {
	margin: auto;
	max-width: 440px;
	position: relative;
}
.subscribe-v2 form input[type="text"] {
	width: 100%;
	border-radius: 6px;
	background: #fff;
	padding: 10px 0px 10px 20px;
	color: #686868;
	border: 0;
	height: 44px;
}
.subscribe-v2 form input[type="submit"] , .social_media form input[type="submit"]  {
	color: #fff;
	background: #1FB6D3;
	padding: 6px;
	text-align: center;
	width: 130px;
	border-radius: 5px;
	border: 0;
	font-size: 14px;
	height: 33px;
	top: 0;
	right: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top:10px;
}
.subscribe-v2 form input[type="submit"]:hover, .social_media form input[type="submit"]:hover {
	background: #333;
}
.subscribe-v2 .widget-title{
    margin-top:30px;
}

/* # Blog */
.blog-v1 {
	padding: 100px 0;
	max-width: 1440px;
	margin: auto;
}
.blog-v1 .see-more-posts {
	padding-top: 30px;
	text-align: center;
}
.blog-v1 .see-more-posts .button-v4 {
	padding: 12px 40px;
	font-size: 13px;
}
.blog-v1 .blog-post {
	margin-bottom: 30px;
	position: relative;
}
.blog-v1 .blog-post.sticky-post .post-cover {
	max-height: 528px;
}
.blog-v1 .blog-post .post-cover {
	position: relative;
	z-index: 1;
	max-height: 249px;
	overflow: hidden;
}
.blog-v1 .blog-post .post-cover:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0,0,0,0.6);
}
.blog-v1 .blog-post.sticky-post .post-header {
	text-align: center;
}
.blog-v1 .blog-post .post-header {
	position: absolute;
	margin: 40px 50px;
	top: 0;
	text-align: left;
	left: 0;
	z-index: 3;
	right: 0;
}
.blog-v1 .blog-post .post-header h1 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 700;
	margin: 0;
}
.blog-v1 .blog-post .post-header h1 a {
	color: inherit;
}
.blog-v1 .blog-post.sticky-post .post-footer {
	text-align: center;
}
.blog-v1 .blog-post .post-footer {
	position: absolute;
	margin: 40px 50px;
	bottom: 0;
	left: 0;
	text-align: left;
	z-index: 3;
	right: 0;
}
.blog-v1 .blog-post .post-footer p {
	color: #fff;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}
.blog-v1 .blog-post .post-footer p a {
	color: inherit;
	font-weight: 700;
}
.blog-v1 .blog-post .post-header h1 a:hover,
.blog-v1 .blog-post .post-footer p a:hover {
	text-decoration: none;
	color: #1FB6D3;
}

.blog-v2 {
	padding: 100px 0;
}
.main-sidebar {
	padding: 100px 0;
}
.blog-v2 .blog-post {
	overflow: hidden;
	margin-bottom: 30px;
}
.blog-v2 .blog-post .post-cover {
	margin-bottom: 20px;
}
.blog-v2 .blog-post .post-content p { 
	font-size: 14px;
	line-height: 1.5em;
	color: #565656;
}
.blog-v2 .blog-post .post-header,
.blog-v2 .blog-post .post-content,
.blog-v2 .blog-post .post-footer {
	padding: 0 20px
}
.blog-v2 .blog-post .post-header h1 {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px;
	line-height: 1.1em;
	font-weight: 700;
	margin: 0 0 12px;
}
.blog-v2 .blog-post .post-header h1 a {
	color: inherit;
}
.blog-v2 .blog-post .post-header p {
	color: #999;
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.5em;
	font-style: italic;
}
.blog-v2 .blog-post .post-header p a {
	color: inherit;
	font-weight: 700;
}
.blog-v2 .blog-post .post-header h1 a:hover,
.blog-v2 .blog-post .post-header p a:hover {
	text-decoration: none;
	color: #1FB6D3;
}
.blog-v2 .blog-post .post-footer ul {
	margin: 0;
	padding: 5px 0 0;
	float: right;
}
.blog-v2 .blog-post .post-footer ul li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
	color: #1FB6D3;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
	padding-left: 34px;
	padding-top: 3px;
	*zoom: 1;
	*display: inline;
}
.blog-v2 .blog-post .post-footer ul li i {
	margin-right: 5px;
	font-size: 28px;
	position: absolute;
	width: 30px;
	text-align: center;
	left: 0;
	top: 0;
	line-height: 0.5em;
}

/* ## Post page */
.single-post-v1 {
	padding: 100px 0;
}
.single-post-v1 .blog-post {
	margin-bottom: 0px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}
.single-post-v1 .blog-post .post-cover {
	margin-bottom: 30px;
}
.single-post-v1 .blog-post .post-header {
	margin: 0 0 30px;
}
.single-post-v1 .blog-post .post-header h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.3em;
	margin: 0 0 15px;
}
.single-post-v1 .blog-post .post-header .post-info {
	color: #999;
	font-size: 15px;
	line-height: 1.5em;
}
.single-post-v1 .blog-post .post-header .post-info .post-details {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 20px;
}
.single-post-v1 .blog-post .post-header .post-info .post-details li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	padding-left: 30px;
	*zoom: 1;
	*display: inline;
}
.single-post-v1 .blog-post .post-header .post-info .post-details li i {
	font-size: 21px;
	position: absolute;
	width: 30px;
	text-align: center;
	top: 0;
	left: 0;
	line-height: 1em;
}
.single-post-v1 .blog-post .post-header .post-info span {
	font-weight: 700;
}
.single-post-v1 .blog-post .post-header .socials-v2 {
	float: right;
	margin-top: -5px;
}
.single-post-v1 .blog-post .post-header .socials-v2 ul li a {
	width: 29px;
    height: 29px;
    font-size: 17px;
    padding-top: 2px;
}
.single-post-v1 .blog-post .post-content p {
	margin: 0 0 15px;
	color: #555;
	line-height: 1.7em;
	font-size: 14px;
}
.single-post-v1 .blog-post .post-content .float-right {
	float: right;
	margin: 0 0 20px 20px;
}

.single-post-v1 .post-footer {
	padding-top: 20px;
}
.single-post-v1 .post-footer p {
	color: #878787;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5em;
}
.single-post-v1 .post-footer p a {
	color: inherit;
}
.single-post-v1 .post-footer p a:hover {
	text-decoration: none;
	color: #454545;
}
.single-post-v1 .post-footer ul {
	margin: 0;
	padding: 0;
}
.single-post-v1 .post-footer ul li {
	display: inline-block;
	list-style: none;
	color: #1FB6D3;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	*zoom: 1;
	*display: inline;
	cursor:pointer;
}
.single-post-v1 .post-footer ul li a {
	color: inherit;
	border-bottom: 1px solid #1FB6D3;
	padding-bottom: 1px;
	display: block;
}
.single-post-v1 .post-footer ul li a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #333;
}
.single-post-v1 .post-footer ul li:first-child {
	float: right;
}
/*.app-description .list-text li:nth-child(1), .app-description .list-text li:nth-child(3), .app-description .list-text li:nth-child(5){
    float:right;
    padding-right:30px;
}*/

/* ## Comments v1 */
.comments-area-v1 {
	padding: 50px 0;
}
.comments-area-v1 h4 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 40px;
}
.comments-area-v1 .comments-area-ul {
	padding: 0;
	margin: 0 0 140px;
}
.comments-area-v1 ul {
	padding: 0;
	margin: 0;
}
.comments-area-v1>ul>li.comment-li:first-child {
	margin: 0;
}
.comments-area-v1 .comments-area-ul .comment-li {
	list-style: none;
	display: block;
	margin: 60px 0 0;
	padding: 0 0 0 130px;
	position: relative;
	min-height: 120px;
}
.comments-area-v1 .comments-area-ul .comment-li p {
	font-size: 14px;
	color: #555;
	line-height: 1.6em;
}
.comments-area-v1 .comments-area-ul .comment-li .comment-li-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
}
.comments-area-v1 .comments-area-ul .comment-li .comment-li-avatar img {
	border-radius: 100%;
	border: 3px solid #1FB6D3;
}
.comments-area-v1 .comments-area-ul .comment-li .comment-reply {
    color: #1FB6D3;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
    position: absolute;
    letter-spacing: 1px;
    top: 0;
    right: 0;
    padding-left: 30px;
    padding-top: 6px;
}
.comments-area-v1 .comments-area-ul .comment-li .comment-reply i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
}
.comments-area-v1 .comments-area-ul .comment-li .comment-reply:hover {
	color: #333;
	text-decoration: none;
}
.comments-area-v1 .comments-area-ul .comment-li .comment-author {
	font-weight: 700;
	margin: 0;
}
.comments-area-v1 .comments-area-ul .comment-li h6 {
	font-size: 13px;
	color: #999;
}

.comments-area-v1 .comment-form i {
	position: absolute;
    z-index: 2;
    font-size: 30px;
    color: #ccc;
    width: 50px;
    text-align: center;
    line-height: 1em;
    padding-top: 8px;
}
.comments-area-v1 .comment-form input[type="text"] {
	border: 1px solid #ccc;
	padding: 10px 20px 10px 46px;
	color: #999;
	width: 100%;
	font-weight: 300;
	outline: none;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.comments-area-v1 .comment-form textarea {
	border: 1px solid #ccc;
	padding: 10px 20px 10px 50px;
	color: #999;
	width: 100%;
	font-weight: 300;
	outline: none;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 30px;
	height: 180px;
	resize: none;
	position: relative;
}
.comments-area-v1 .comment-form input[type="submit"] {
	padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid;
    border-radius: 6px;
}
/* # Socials */
.socials-v1 p {
	font-weight: 600;
	font-size: 13px;
	color: #ccc;
	margin: 0 0 10px;
}
.socials-v2 p {
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	color: #555;
	margin: 0 0 10px;
}
.socials-v2 ul,
.socials-v1 ul {
	margin: 0;
	padding: 0;
}
.socials-v2 ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	*zoom: 1;
	*display: inline;
}
.socials-v1 ul li {
	list-style: none;
	display: inline-block;
	margin-right: 3px;
	*zoom: 1;
	*display: inline;
}
.socials-v2 ul li a {
	display: block;
	text-align: center;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	font-size: 19px;
	padding-top: 3px;
	line-height: 1.5em;
	border: 1px solid #1FB6D3;
	color: #1FB6D3;
}
.socials-v1 ul li a {
	display: block;
	text-align: center;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	font-size: 19px;
	padding-top: 3px;
	line-height: 1.5em;
	border: 1px solid #1FB6D3;
	color: #fff;
}
.socials-v1 ul li a:hover {
	text-decoration: none;
	background: #1FB6D3;
}
.socials-v2 ul li a:hover {
	text-decoration: none;
	background: #1FB6D3;
	color: #fff;
}
.socials-v2 ul li:last-child,
.socials-v1 ul li:last-child {
	margin-right: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* # Content */




/* ## Posts and pages */
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* ## Comments */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

/* # Infinite scroll */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* # Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* ## Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}

/* ## Galleries */
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}


/* ## Footer */
.footer-v1 {
	background: #000000;
	padding-top: 70px;
}
.footer-v1 .logo-v1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 37px;
	color: #fff;
	line-height: 1em;
	margin: -10px 0 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
}
.footer-v1 .footer-bottom {
	text-align: center;
	border-top: 1px solid #262626;
	margin-top: 10px;
	padding: 30px 0;
}
.footer-v1 .footer-bottom p {
	color: #999;
	font-size: 14px;
	margin: 0;
}


/* start pricing tables v1 */
.pricing-tables-v1 {
  margin: 100px 0;
}
.pricing-tables-v1 .pricing-box {
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 2px solid #4c4c4c;
}
.pricing-tables-v1 .pricing-box.pricing-box-featured {
  border: 2px solid #1ab0db;
  
}
.pricing-tables-v1 .pricing-box.pricing-box-featured .pricing-price,
.pricing-tables-v1 .pricing-box.pricing-box-featured .pricing-header {
  background: #1ab0db;
}
.pricing-tables-v1 .pricing-box .pricing-header {
  background: #4c4c4c;
  padding: 20px 20px 60px;  
} 
.pricing-tables-v1 .pricing-box .pricing-header h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
}
.pricing-tables-v1 .pricing-box .pricing-price {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius: 100%;
  padding-top: 10px;
  background: #4c4c4c;
  margin: -45px auto 9px;
}
.pricing-tables-v1 .pricing-box .pricing-price h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}
.pricing-tables-v1 .pricing-box .pricing-price h3 span {
  font-size: 22px;
  padding-right: 1px;
  font-weight: 300;
  line-height: 2em;
}
.pricing-tables-v1 .pricing-box .pricing-price p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
}
.pricing-tables-v1 .pricing-box .pricing-options {
  margin: 0 auto 15px;
  padding: 0 30px;
}
.pricing-tables-v1 .pricing-box .pricing-options li {
  list-style: none;
  /*padding-bottom: 10px;*/
  color: #787878;
  font-size: 14px;
  line-height: 1.5em;
  /*margin-bottom: 10px;*/
  border-bottom: 1px solid #e1e1e1;
}
.pricing-tables-v1 .pricing-box .pricing-footer {
  padding-bottom: 30px;
}
.pricing-tables-v1 .pricing-box .pricing-footer .pricing-link, .project-cover .pricing-footer .pricing-link {
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  background: #4c4c4c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 1.5em;
}
.project-cover .pricing-footer .pricing-link{
    margin:20px 0;
}
.pricing-tables-v1 .pricing-box.pricing-box-featured .pricing-footer .pricing-link,  .project-cover .pricing-footer .pricing-link {
  background: #1ab0db;
}
.pricing-tables-v1 .pricing-box .pricing-footer .pricing-link:hover {
  text-decoration: none;
  background: #1ab0db;
}
.pricing-tables-v1 .pricing-box.pricing-box-featured .pricing-footer .pricing-link:hover {
  text-decoration: none;
  background: #4c4c4c;
}
/* end pricing tables v1 */

/* start pricing tables v2 */
.pricing-tables-v2 {
  margin: 100px 0;
}
.pricing-tables-v2 .pricing-box .pricing-header {
  border-radius: 100%;
  width: 160px;
  height: 160px;
  border: 2px solid #999;
  margin: 30px auto;
}
.pricing-tables-v2 .pricing-box .pricing-header h2 {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1em;
  padding-top: 30px;
  margin: 0;
  color: #eee;
  font-weight: 600;
  letter-spacing: 1px;
}
.pricing-tables-v2 .pricing-box .pricing-header p {
  margin: 0;
    padding-top: 8px;
    color: #8C8C8C;
    font-size: 14px;
    line-height: 1.5em;
    font-style: italic;
}
.pricing-tables-v2 .pricing-box .pricing-header h3 {
  text-transform: uppercase;
  color: #ccc;
  font-size: 40px;
  font-weight: 600;
  line-height: 0.5em;
}
.pricing-tables-v2 .pricing-box .pricing-header h3 span {
  font-size: 22px;
}
.pricing-tables-v2 .pricing-box.pricing-box-featured .pricing-header h3 {
  color: #1ab0db;
}
.pricing-tables-v2 .pricing-box.pricing-box-featured .pricing-header {
  border: 2px solid #1ab0db;
}
.pricing-tables-v2 .pricing-box {
  text-align: center;
  background: #19242a;
  border-top: 3px solid #999;
  margin-bottom: 30px;
}
.pricing-tables-v2 .pricing-box.pricing-box-featured {
  border-top: 3px solid #1ab0db;
  background: #1f3038;
}
.pricing-tables-v2 .pricing-box .pricing-options {
  margin: 0 auto 30px;
  padding: 0 30px;
}
.pricing-tables-v2 .pricing-box .pricing-options li {
  list-style: none;
  color: #999;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.pricing-tables-v2 .pricing-box .pricing-options li span {
  color: #fff;
}
.pricing-tables-v2 .pricing-box.pricing-box-featured .pricing-options li span {
  color: #1ab0db;
}
.pricing-tables-v2 .pricing-box .pricing-footer {
  padding-bottom: 30px;
}
.pricing-tables-v2 .pricing-box .pricing-footer .pricing-link {
  display: inline-block;
  padding: 10px 50px;
  color: #999;
  border: 2px solid #999;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1.5em;
}
.pricing-tables-v2 .pricing-box .pricing-footer .pricing-link:hover {
  color: #333;
  background: #fff;
  border-color: #fff;
  text-decoration: none;
}
.pricing-tables-v2 .pricing-box.pricing-box-featured .pricing-footer .pricing-link {
  color: #1ab0db;
  border: 2px solid #1ab0db;
  text-decoration: none;
}
.pricing-tables-v2 .pricing-box.pricing-box-featured .pricing-footer .pricing-link:hover {
  color: #333;
  background: #fff;
  border-color: #fff;
}
/* end pricing tables v2 */







@media (min-width: 993px) {
    .main-navigation>ul {
        display: block !important;
    }
}
@media (max-width: 992px) {
    .main-navigation .responsive-menu  {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
    }
    .main-navigation>ul>li>ul {
    	margin: 0;
    	float: none;
    	text-align: left;
    }
    .main-navigation>ul>li>a {
    	padding: 5px 10px;
    }
    .main-navigation ul ul ul,
    .main-navigation ul ul {
    	position: relative;
    	left: 0;
    	float: none;
    	box-shadow: 0 0 0 #000;
    	top: 0;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
    	left: 0;
    }
    .main-navigation>ul>li>a:hover,
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-menu-ancestor > a {
    	border: 0;
    }
    .main-navigation ul ul a {
    	width: auto;
    	text-align: left;
    	padding: 5px 10px;
    	border: 0;
    	text-transform: none;
    }
    .main-navigation>ul {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        padding: 10px;
        width: 100%;
        margin: auto;
        border: 1px solid #e1e1e1;
    }
   .main-navigation ul li {
		display: block;
		list-style: none;
		text-align: left;
   }
    .header-v1 {
    	padding: 30px 0;
    }
	.information-v1 .button-v4 {
    	position: relative;
    }
}
.sub_links{
	    width:950px;
	     right:-150px;
	     padding:23px 0px;
	     border-radius: 2px;
   /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);*/
     box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5) !important;
     top:0.5em !important;
}

.main-navigation li {
	    margin:0px;
	 }
	 li > ul, li > ol {
    margin-bottom: 0;
    margin-left: -1.5em;
}
.main-navigation ul ul a {
    border-bottom: 1px solid #1FB6D3;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    width: 200px;
}
.sub_item li a{
    border-bottom:none;
    list-style-type:circle;
 font-size: 13px;
    font-weight: 400;
}

.ion-android-menu::before {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}



/* Mobile View Portrait */

@media only screen and (max-width: 480px) {
    
}

/* Mobile View Landscape */

 @media only screen and (max-width: 640px) {
	.header-v1 {
		padding: 10px 0;
	}
	.presentation-v1 .inside-box h1{
	    font-size:34px;
	    margin:0 -130px 30px;
	}
	.our-works-v1 .our-works-filter li{
	    padding:14px;
	    border-bottom:none;
	}
	.testimonials-v1 .testimonial-box .testimonial-content{
	    margin-left:0px;
	}
	.testimonials-v1 .testimonial-box .testimonial-author{
	    position:relative !important;
	    width:auto;
	    top:-25px;
	}
	body .breadcrumbs-v1 h1 {
    font-size: 45px;
    }

}

@media only screen and (max-width: 1024px) {
  .sub_links{
        right: -245px;
        width: 930px;
    }
}
/* Tab View */

@media only screen and (max-width: 768px) {
     .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        left: 0;
    }
     .sub_links{
        width: auto;
        display:none;
    }
    .none:hover .sub_links{
        display:block;
    }
    .presentation-v2 .presentaion-image {
	    margin-left:0px;   
	}
		.services-v2 .service-box {
        margin: 20px 60px 0 30px;
	}
	.footer-v1 .footer-bottom {
        margin-bottom: 30px;
    }
    body .crisp-client .crisp-6k5puw[data-full-view="true"] .crisp-4n0wrv .crisp-113f7m5 {
        bottom: 85px !important;
    }
    body .crisp-client .crisp-6k5puw .crisp-4n0wrv .crisp-113f7m5 {
        bottom: 85px !important;
    }
}
.white{
    color:#fff !important;
}
.blue{
    background:#262626;
}
.gray-bg{
    background:#F4F4F4;
}
.blogger-v1{
    padding: 40px 0 0;
}
.blogger-v2{
    padding: 30px 0;
}
.blogger-v2 h3{
    font-style:italic;
    color:#787878;
}
.blogger-v1 h1{
    font-weight:400;
    text-transform:none;
    color:#fff;
}
.content p{
    padding-top:20px;
    font-weight: 400;
}
.bullets ul li{
    list-style-image:url("../images/bullet.png");;
}
.number ul li{
    list-style:number;
}
.none ul li{
    list-style:none;
}
.services-v1 .number{
    padding-top:30px;
}

.social_media{
    padding: 70px 0;
}
.img-grid{
    margin: 20px 30px;
}
.img-grid p{
    padding:14px 0px;
}
.breadcrumbs-v1 h1{
    font-size:60px;
}

.social_media .presentaion-image{
    margin-left:0px;
}
.social_media .site-title p{
    max-width:none;
    text-align:left;
}
.social_media .site-title{
    text-align:left;
}
.list-text ul{
    margin:0px;
    line-height:1.7em;
}
.social_media .site-sub-title{
    padding-left:12px;
}
.contact-btn{
    background: #F0F0F0;
    padding: 10px
}
.pricing-tables-v1 .pricing-box .pricing-options li{
    line-height:1.9em;
}
.app-description .list-text li{
    line-height:2.5em;
    color:#fff;
}
.app-description .list-text{
    background:rgba(0,0,0,0.64);
    padding: 30px 0;
    min-height:170px;
}
.information-v1 .blog{
    color:#fff;
}
.r-blogs .team-box{
    border:1px solid rgba(0,0,0,0.35);
}
.media-bg .head-title{
    border-radius: 15px;
    margin: 20px 20px;
    padding: 5px 0;
    background:#fff;
}
.head-title span{
    font-weight:300;
    font-size:23px;
}
.head-title h2{
    font-size:25px;
}
.media-bg{
    background: rgba(0, 0, 0, 0) url(../images/media-bg.jpg) no-repeat scroll center top / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    filter: grayscale(50%);
}
.gradient .bullets ul{
    padding: 0 17px;
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.0em;
}
.project-v1 .site-title h1::after{
    right:83%;
}
.project-v1 .site-title{
    margin-bottom:30px;
}
     
@media (max-width: 768px){
    .img-grid{
        margin: 0px;
    }
    .subscribe-v1 form input[type="submit"] {
        top:70px;
    }
    .main-navigation {
	
	top:-13px;
}
}
@media (max-width: 480px){
    .head-title h2, .head-title span{
        font-size:20px;
    }
    .media-bg .head-title{
    margin: 20px 0;
    padding: 10px 0;
    }
    .subscribe-v1 form input[type="submit"] {
    right: 33% !important;
    top: 200px !important;
    }
    .subscribe-v1{
        padding:50px 0 80px !important;
    }
    .information-v1 .blog{
    font-size: 21px;
    line-height: 1.3em;
    padding: 10px 0;
    }
    video {
    	width:330px;
    }
}
.single-post-v1 b{
    font-size:18px;
    word-spacing:2px;
}

/* WhatsApp API Integration Start */
.down_enquiry.visible-sm.visible-xs{
    background: #1FB6D3;
    bottom: 0;
    position: fixed;
    display: none;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    padding: 15px 5px;
}
.down_enquiry.visible-sm.visible-xs a {
    text-decoration: none;
    color:#fff;
    font-size: 15px;
    font-weight: 700;
}
.down_enquiry.visible-sm.visible-xs a .fa{
    padding-right: 10px;
    font-size: 24px;
}
.p-l{
    border-right:2px solid #fff;
}
/* WhatsApp API Integration End*/

body .crisp-client .crisp-6k5puw .crisp-ukuhcj, body .crisp-client .crisp-6k5puw .crisp-f1id2w::before, body .crisp-client .crisp-6k5puw .crisp-f1id2w::after {
    background-color: #1FB6D3 !important;
}

/*Css for page Social media packages */
.pricing-tables-v1 .pricing-box .pricing-price1{
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 100%;
    padding-top: 10px;
    background: #4c4c4c;
    margin: -45px auto 9px;
}
.pricing-tables-v1 .pricing-box .pricing-price2 {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 100%;
    padding-top: 10px;
    background: #1ab0db;
    margin: -45px auto 9px;
}
.pricing-tables-v1 .pricing-box .pricing-price1 h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
}
.pricing-tables-v1 .pricing-box .pricing-price2 h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
}
.pricing-price1 h3 {margin-top:20px !important;}

.pricing-price2 h3 {margin-top:20px !important;}

.height1{height:850px;}

.height2{height:645px;}

.pricing-footer.fot3 {margin-top: 48%;}

.pricing-footer.fot1 {margin-top: 27%;}

.pricing-footer.fot2 {margin-top: 26%;}

li.reach {color: #fff !important;background-color:#1ab0db;font-weight: bold;}
.pricing-tables-v1.mar_bott {margin-bottom: 0px !important;}
.site-title.bonus h3.text-center {font-weight: 800;
    font-size: 25px;
    margin: 0;
    color: #008000;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.2em;
    padding-bottom: 12px;
    /*margin-bottom: 15px;*/
    margin-top: 30px;}
p.txt_bonus {font-size: 16px;color: #000;font-style: normal;text-align: center !important;}
.list-text.bullets.right ul li {
    list-style-image: url(../images/right.jpg) !important;
}
.footer_link a h4 {color:#fff !important;text-decoration:none !important;}

.footer_link a h4:hover{color:#1FB6D3 !important;text-decoration:none !important;}
h2, .h2 {font-size: 40px !important;}
.blogger-v1.blue.social_white h2 {color:#fff;}
.web_app_p{margin-bottom: 0px;text-transform: uppercase;color: #fff;font-weight: 700;}
.index_p{color: #4a4a4a !important;font-size: 15px !important;font-weight: 700;}
.dig_p{margin: 7px 6px;font-size: 18px;}
.icon_css{position: absolute;left: 35px;color: gray;z-index: 2;}
.mb-0{margin-bottom:0px;}
