/*
Theme Name: Template Pixelwebsource
Theme URI: http://www.pixelwebsource.com
Author: Pixelwebsource team
Author URI: http://www.pixelwebsource.com
Description: Creative website designs engineered for your Business.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores http://www.pixelwebsource.com/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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;
}

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;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-search:before {
    content: "\e003";
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after{
display: table;
 content: " ";
}
.row:after{
clear: both;
}
.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-12, .col-sm-12,.col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-8,.col-xs-9,.col-xs-12 {
  float: left !important;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5{
width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-3,.col-sm-4,.col-sm-6,.col-sm-8, .col-sm-9,.col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,.col-md-3,.col-md-4,.col-md-6,.col-md-8, .col-md-9,.col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .col-lg-3,.col-lg-4,.col-lg-6,.col-lg-8,.col-lg-9,.col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 15px;
	margin-top:0
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 0.9375rem;
}
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;
}

body {
	font-family: 'Lato', sans-serif;
}
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. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #fff;
	border: 1px solid #575757;
}
select {
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
	outline-color: #FFF471;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
padding: 14px 10px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {

}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.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 {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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-size: 0.875rem;
	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: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.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 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.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;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## 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;
}
/*============================================
=================== HEADER ================== */
.header{
    position: relative;
}
.header-top {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 8%;
	width: 84%;
}
.logo {
    position: absolute;
    z-index: 999;
	width: 235px;
    height: auto;
	margin-top: 10px;
}

body.home .logo {
	text-align: center;
    width: 100%;
    top: 40%;
    left: 0;
	margin-top: 0;
}
.logo  a{
	display: inline-block;
}
.top-menu {
    position: absolute;
    text-align: center;
    width: 100%;
 }
.top-menu ul{
	margin:0;
	padding:0;
}
.top-menu ul li {
  display: inline-block;
  margin: 0 1em;
 }
span.menu {
  display: none;
}
.top-menu ul li  a{
    text-transform: capitalize;
    font-size: 20px;
    text-decoration: none;
	position: relative;
}
.top-menu ul li a::after {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.top-menu ul li a:hover::after, .top-menu ul li a:focus::after,.top-menu ul li.current-menu-item a::after{
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
/*--- slider-css --*/
.banner{
	min-height:675px;
}
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides div.slid {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  } 
.caption{
	width: 100%;
	margin-top:16em;
    text-align: center;
    margin: 22em auto 0;
}
.caption h2{
    text-transform: capitalize;
	color:#ebd659;
	font-size:30px;
	font-weight: 500;
	position: relative
}
.caption h2:before {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 6px;
    background: #fff;
    content: '';
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	margin-left: 10px;
     border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:2px solid#fef49c;
}
.callbacks_here a:after{
	background:#fef49c;
}
.callbacks_tabs a{
	visibility:hidden;
	display: inline-block;
}
.callbacks_tabs li{
	display:inline-block;
	
}
ul.callbacks_tabs.callbacks1_tabs {
    position: absolute;
    z-index: 9;
    right: 5%;
    bottom: 0;
}
/*============================================
=================== CONTENT ================== */
/*----tab------*/
@media (min-width: 768px) {
	.vc_tta.col-tab-home.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 0px;
	}
	.col-tab-home .vc_tta-tabs-list .vc_tta-tab{
		width:32.5%;
		float: left;
		text-align: center;
		margin: 0px !important;
	}
	.col-tab-home .vc_tta-tabs-list .vc_tta-tab:nth-child(2){
		width:35%;
	}
	.vc_tta.col-tab-home.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 0px;
    padding: 0px;
    border: 4px solid transparent;
    border-image-source: url(img/border-line.jpg);
    border-image-repeat: stretch;
    border-image-slice: 10;
	border-right: 0px;
    border-left: 0px;
    border-top: 0px;
	}
	.vc_tta.col-tab-home.vc_tta-shape-rounded .vc_tta-tab.vc_active>a {
	border-right: 4px solid;
    border-left: 4px solid;
    border-top: 4px solid;
	border-bottom:0;
	}
	.col-tab-home .vc_tta-tabs-list .vc_tta-tab .tabtitles{
	position: inherit;
    top: -45px;
	}
}
@media (min-width: 991px) {
	.col-tab-home .vc_tta-tabs-list .vc_tta-tab{
		width:30%;
	}
	.col-tab-home .vc_tta-tabs-list .vc_tta-tab:nth-child(2){
		width:40%;
	}
}
@media (min-width: 1200px) {
	.col-tab-home .vc_tta-tabs-list .vc_tta-tab{
		width:20%;
	}
	.col-tab-home .vc_tta-tabs-list .vc_tta-tab:nth-child(2){
		width:60%;
	}
}
.col-tab-home .vc_tta-tabs-list .vc_tta-tab .vc_tta-title-text{
	font-size:30px;
	font-weight: 300;
}
.vc_tta.col-tab-home.vc_tta-spacing-1 .vc_tta-tabs-list{
	margin:0
}
.col-tab .wpb_column.vc_column_container.vc_col-sm-12{
	background:rgba(0, 0, 0, 0.6);
    padding: 100px 0 20px 0;
}
.vc_tta-color-grey.col-tab-home.vc_tta-style-classic .vc_tta-tab.vc_active>a,.vc_tta-color-grey.col-tab-home.vc_tta-style-classic .vc_tta-tab>a:hover{
    border-color: #f0f0f0;
}
.vc_tta-color-grey.col-tab-home.vc_tta-style-classic .vc_tta-tab>a{
	background-color: transparent;
}
.vc_tta-color-grey.col-tab-home.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	border: 4px solid transparent;
    border-image-source: url(img/border-line.jpg);
    border-image-repeat: stretch;
    border-image-slice: 10;
	border-top:0;
}
.vc_tta.col-tab-home.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    border-radius: 0px;
}
/*----end tab------*/
.contact-us{
padding: 50px 0;	
}
.col-contact-us{
background:rgba(0, 0, 0, 0.8);
padding: 0 120px 80px 120px;
}
.wpcf7-form br{
display:none;	
}
.form-group {
    margin-bottom: 20px;
	width:100%;
}
.input-group {
    position: relative;
    display: inline-block;
    border-collapse: separate;
	    width: 100%;
}
.input-group-addon {
    padding: 14px 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-top: 1px solid #54575c;
    border-left: 1px solid #54575c;
    border-bottom: 1px solid #54575c;
	height: 55px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
font-size: 18px;
height: 100%;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
	float:left;
}
.wpcf7-form-control-wrap {
	float:left;
	width: calc(100% - 62px) !important;
	width: -webkit-calc(100% - 62px) !important;
	width: -moz-calc(100% - 62px) !important;
	width: -o-calc(100% - 62px) !important;
	height: 55px;
}
.form-control {
display: block;
    width: 100%;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #6c6b6b;
    background-color: transparent;
    background-image: none;
    border-top: 1px solid #54575c;
    border-right: 1px solid #54575c;
    border-bottom: 1px solid #54575c;
    border-left: 0px;
    -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;
}
span.wpcf7-form-control-wrap.textarea-30,textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 167px;
}
span.wpcf7-form-control-wrap.textarea-30:after {
content: "";
    position: absolute;
    border-left: 1px solid #54575c;
    height: 112px;
    top: 54px;
    left: 0;
    z-index: 9;
}
.input-message{
	    display: table;
}
#checkbox-contact.form-group{
	height:35px
}
#checkbox-contact .wpcf7-form-control-wrap.your-select{
	margin-left: 60px;
}
#checkbox-contact .wpcf7-list-item{
	position: relative;
    width: 50%;
    float: left;
    margin-left: 0;
}
#checkbox-contact input[type="checkbox"]{
	width: 30px;
    height: 30px;
	-moz-appearance: none
}
#checkbox-contact .wpcf7-list-item-label {
    color: #6c6b6b;
    font-weight: bold;
    position: absolute;
    font-size: 18px;
}
#submit{
text-align:right;	
}
#submit input{
float: right;
    padding: 10px 30px;
    box-shadow: none;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}
/*============================================
=================== FOOTER ================== */
.social-footer {
    text-align: center;
	font-size:24px;
	padding-top: 30px
}
.social-footer  img{
    vertical-align: middle;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.footer-bottom {
    padding: 15px 0;
}
.footer-bottom p{
 margin:0px
}
.footer-bottom a{
	text-decoration:none
}
.footer-bottom a:hover{
	color:#fff!important;
}
/*============================================
=================== RESPONSIVE ================== */
@media (min-width: 1600px) {
	.banner {
    min-height: 955px;
	}
	#banner{
	min-height: 600px!important;
	}
	.caption {
    margin: 29.5em auto 0;
	}
}
@media screen and (max-width:1200px){
	.banner {
    min-height: 635px;
	}
	.caption {
    margin: 20em auto 0;
	}
	div.wpcf7-response-output{
	color:#ead558
	}
}
@media screen and (max-width:1200px) and (min-width:1025px){
	.home .top-menu {
    text-align: center;
	}
	.top-menu {
    text-align: right;
	}
}
@media screen and (max-width:1024px) and (min-width:768px){
	.top-menu{
	 text-align: right;
	}
	.home .top-menu{
	 text-align: center;
	}
}
@media screen and (max-width:991px){
	.header-top,.home .header-top{
	width: 100%;
	z-index: 9999;
	left: 0;
	}
	.top-menu {
    width: 100%;
	}
	body.home .logo{
	top: 0;
	text-align: left;
	width:235px;
	margin-top: 10px;
	left: 15px;
    padding-left: 0
	}
	.logo{
	z-index:9999;
	left:15px
	}
	.cd-stretchy-nav {
	top: -20px;
    z-index: 2;
	}
	.cd-nav-trigger {
	  position: absolute;
	  z-index: 3;
	  top: 0;
	  right: 0;
	  height: 50px;
	  width:120px;
	  border-radius: 50%;
	  /* replace text with image */
	  overflow: hidden;
	  white-space: nowrap;
	  color: #fff;
	}
	a.cd-nav-trigger:before {
    content: "Menu";
    position: absolute;
    top: 12px;
    right: 42px;
    color: #ebd659;
	font-size: 16px
	}
	.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
	/* this is the hamburger icon */
	position: absolute;
     width: 23px;
    height: 2px;
	background-color: #ebd659;
	}
	.cd-nav-trigger span {
	  /* middle line of the hamburger icon */
	  left: 80%;
	  top: 50%;
	  bottom: auto;
	  right: auto;
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -o-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	  -webkit-transition: background-color 0.2s;
	  -moz-transition: background-color 0.2s;
	  transition: background-color 0.2s;
	}
	.cd-nav-trigger span::after, .cd-nav-trigger span::before {
	  /* top and bottom lines of the hamburger icon */
	  content: '';
	  top: 0;
	  left: 0;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -webkit-transition: -webkit-transform 0.2s;
	  -moz-transition: -moz-transform 0.2s;
	  transition: transform 0.2s;
	}
	.cd-nav-trigger span::before {
	  -webkit-transform: translateY(-6px);
	  -moz-transform: translateY(-6px);
	  -ms-transform: translateY(-6px);
	  -o-transform: translateY(-6px);
	  transform: translateY(-6px);
	}
	.cd-nav-trigger span::after {
	  -webkit-transform: translateY(6px);
	  -moz-transform: translateY(6px);
	  -ms-transform: translateY(6px);
	  -o-transform: translateY(6px);
	  transform: translateY(6px);
	}
	.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
	  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	}
	.nav-is-visible .cd-nav-trigger span {
	  background-color: transparent;
	}
	.nav-is-visible .cd-nav-trigger span::before {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	.nav-is-visible .cd-nav-trigger span::after {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.cd-stretchy-nav ul {
	position: relative;
	z-index: 2;
	margin: 60px 0 0;
	display:none;
    /*visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s linear;*/
	text-align: left;
	}
	.cd-stretchy-nav ul a {
    display: block;
    height: 49px;
    line-height: 50px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    font-weight: bold;
	}
	.cd-stretchy-nav ul span {
	  /* navigation item labels */
	  display: block;
	  opacity: 0;
	  -webkit-transform: translateX(-25px);
	  -moz-transform: translateX(-25px);
	  -ms-transform: translateX(-25px);
	  -o-transform: translateX(-25px);
	  transform: translateX(-25px);
	}

	.cd-stretchy-nav.nav-is-visible ul {
	display:block;
    /*visibility: visible;
    opacity: 1;*/
	background: rgba(0, 0, 0, 0.8);
	}
	.cd-stretchy-nav.nav-is-visible ul span {
	  opacity: 1;
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	  -o-transform: translateX(0);
	  transform: translateX(0);
	  -webkit-animation: slideIn 0.15s backwards;
	  -moz-animation: slideIn 0.15s backwards;
	  animation: slideIn 0.15s backwards;
	  -webkit-transition: -webkit-transform 0.2s;
	  -moz-transition: -moz-transform 0.2s;
	  transition: transform 0.2s;
	}
	.top-menu ul li {
    display: block;
	}
	.top-menu ul li a:hover::after, .top-menu ul li a:focus::after, .top-menu ul li.current-menu-item a::after{
	display:none
	}
	.top-menu ul li a:hover::before, .top-menu ul li a:focus::before, .top-menu ul li.current-menu-item a::before{
	   /* content: '';*/
    position: absolute;
    width: 3px;
    height: 20px;
    top: 50%;
    right: -5px;
    background-color: #fff;
    -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
    -moz-transform: translateX(3px) translateY(-50%) scaleY(1);
    -ms-transform: translateX(3px) translateY(-50%) scaleY(1);
    -o-transform: translateX(3px) translateY(-50%) scaleY(1);
    transform: translateX(3px) translateY(-50%) scaleY(1);
    -webkit-transition: -webkit-transform 0.15s 0.3s;
    -moz-transition: -moz-transform 0.15s 0.3s;
    transition: transform 0.15s 0.3s;
	}
	.banner {
	min-height: 480px;
	}
	.caption {
    margin: 17em auto 0;
	}
	body div.pp_default .pp_close{
	right: -45px!important;
	top: -85px !important;
	}
	.col-tab .wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 20px 0 20px 0;
	}
}
@media screen and (max-width:767px){
	.banner {
	max-height: 300px;
	}
	.caption {
    padding: 0 10px;
	}
	.caption h4 {
    font-size: 15px;
	}
	.caption h3{
	    font-size: 20px;
	}
	.caption h4:after {
    top: 32px;
	}
	.hidden-mobile{
	display:none
	}
	body #banner {
    min-height: 300px;
	}
	.col-tab .wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 0px 0 10px 0;
	}
	.vc_tta-color-grey.col-tab-home.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border-image-source: none;
	}
	.col-contact-us {
    padding: 0 50px 30px 50px;
	}
	body div.pp_default .pp_close {
    right: -75px!important;
	top: -13px !important;
	}
	.social-footer img {
    display: block;
    margin: 0 auto;
	}
	body, button, input, select, textarea,.top-menu ul li  a,#checkbox-contact .wpcf7-list-item-label,#submit input {
    font-size: 13px;
	}
	p,p span,.vc_tta.vc_general,.input-group .form-control{
    font-size: 13px !important;
	}
	.social-footer{
	font-size:13px
	}
	.vc_btn3.vc_btn3-size-md{
    font-size: 12px !important;
	padding: 6px 15px !important;
	}
	h1 span, h2 span,h3 span, h4 span,h4,h3,h1,h2{
	font-size: 14px !important;	
	}
	.cd-stretchy-nav ul a{
	height: 44px;
	}
}
@media screen and (max-width:480px){
	.logo {
    text-align: left;
	}
	.logo img{
	width: 150px;	
	}
	.cd-stretchy-nav ul {
    margin: 50px 0 0;
	}
	.banner,#banner{
    min-height: 270px !important;
    max-height: 280px;
	}
	.caption {
    margin: 10em auto 0;
	}
	.caption h2 {
    font-size: 20px;
	}
	#scroll-down {
    bottom: -55px !important;
	margin-left: 0px!important;;
	}
	body #banner {
    min-height: 440px;
	}
	.col-contact-us {
    padding: 0 30px 30px 30px;
	}
	#checkbox-contact .wpcf7-form-control-wrap.your-select {
    margin-left: 0px;
    width: 100%!important;
	}
}
/*
==============================================
ANIMATION
==============================================
*/
/*---pulse----*/
.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

/*-Scroll Down-*/
#arrow-down{
	position: relative;
	    z-index: 999;
}
#scroll-down a,#arrow-down a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
	outline: 0;
}
#arrow-down a{
	top:0
}
#scroll-down a:hover,#arrow-down a:hover {
	opacity: .5;
}
#scroll-down {
    position: absolute;
    z-index: 999;
    bottom: -5px;
    left: 50%;
	margin-left: 5px;
}
#scroll-down a ,#arrow-down a{
	padding-top: 60px;
}
#scroll-down a span,#arrow-down a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}
#scroll-down a span::after,#arrow-down a span::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
#scroll-down a span::before,#arrow-down a span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.vc_btn3.vc_btn3-size-md {
    padding: 9px 20px !important;
	background-image: none !important
}
a.vc_btn3.vc_btn3-size-md:before {
    content: '';
    position: absolute;
    border: #ebd659 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
a.vc_btn3.vc_btn3-size-md:hover:before,a.vc_btn3.vc_btn3-size-md:focus:before ,a.vc_btn3.vc_btn3-size-md:active:before  {
	top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
/*
==============================================
CSS END
==============================================
*/
div.wpcf7-response-output {
    color: rebeccapurple;
}
/*--prettyphoto popup--*/
body div.pp_default .pp_details {
    position: inherit;
}
body div.pp_default .pp_details .pp_nav,body div.pp_default .pp_bottom .pp_middle,body div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_right{
	display:none !important
}
body div.pp_default .pp_description {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    text-align: center;
	text-transform: uppercase;
	color: #000
}
body div.pp_default .pp_content_container .pp_left,body div.pp_default .pp_top .pp_middle,body div.pp_default .pp_top .pp_left,body div.pp_default .pp_top .pp_right,body div.pp_default .pp_content_container .pp_right{
	background:#ebd659
}
body div.pp_default .pp_content {
    background-color: #ebd659;
}
body div.pp_default .pp_close{
	background:url('img/prettyphoto/close.png') no-repeat;
	background-color: #fff;
	width:64px;
	height:64px;
	right: -80px;
    top: -13px;
}
body div.pp_default .pp_next:hover{
	background:url('img/prettyphoto/right-arrow.png') center right no-repeat;
}
body div.pp_default .pp_previous:hover{
	background:url('img/prettyphoto/left-arrow.png') center left no-repeat;
}
/*--contact form 7--*/
div.wpcf7-response-output{
    margin: 2em 0 1em;
}

/* Captcha custom */
.form-group.captcha{
	height: 80px;
}
.form-group.captcha .wpcf7-form-control-wrap{
	width: 100% !important;
}
.form-group.captcha .gcaptcha{
	float: right;
}
@media (max-width: 380px) {
	.form-group.captcha .gcaptcha { margin-right: -30px; }
}