/*
Theme Name: kashyapinfomedia
Theme URI: http://kashyapinfomedia.com/
Author: kashyapinfomedia
Author URI: http://kashyapinfomedia.com/
Description: Description
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: kashyapinfomedia
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.

kashyapinfomedia is based on Underscores http://underscores.me/, (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/

*/

/*--------------------------------------------------------------
>>> Colors:
----------------------------------------------------------------
Yellow Color: #F0b803
Blue Color: #2a3655

/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/

@font-face {
	font-family: 'Montserrat UltraLight';
	src: url('assest/fonts/montserrat-ultralight.eot');
	src: url('assest/fonts/montserrat-ultralight.eot?#iefix') format('embedded-opentype'),
		url('assest/fonts/montserrat-ultralight.woff') format('woff'),
		url('assest/fonts/montserrat-ultralight.ttf') format('truetype'),
		url('assest/fonts/montserrat-ultralight.svg#montserratultra_light') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: 'kashyap-icons';
	src: url('assest/fonts/kashyap-icons.eot');
	src: url('assest/fonts/kashyap-icons.woff') format('woff'),
		 url('assest/fonts/kashyap-icons.ttf') format('truetype'),
		 url('assest/fonts/kashyap-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Montserrat;
	-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;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-transform: uppercase;
    margin: 0.5em 0;
    letter-spacing: 0.05em;
}

p {
	margin-bottom: 1.5em;
    text-align: justify;
}

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 {
	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 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul li,
ol li {
	padding: 5px 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
    margin-top: 8px;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #efb803;
	color:#fff;
    padding: 10px 40px;
    font-size: 20px;
	margin: 0;
	position: relative;
    text-align: center;
    text-transform: uppercase;
    border: 0 none;
    border-radius: 3px;
	width:100%;
	font-weight:700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #2a3655;
}

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 {
	background-color: #2a3655;
}

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: #3c3950;
	border: 1px solid #dfe5e8;
	border-radius: 3px;
	padding: 12px 20px;
	background-color: #f4f6f7;
	width: 100%;
	font-size:16px;
}

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: #111;
}

textarea {
	width: 100%;
	height: 150px;
}

div.wpcf7-response-output {
	margin-top:0;
}
.contact-form-style-3 {
    padding: 0 15px;
}
.contact-form-style-3-main {
    padding: 50px 25px 25px;
    overflow: hidden;
    background: rgba(240,243,242,0.95);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    border-bottom: 6px solid #efb803;
}
.wpcf7 p {
    margin-bottom: 24px;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form .phone:after,
.wpcf7-form .website:after,
.wpcf7-form .email:after,
.wpcf7-form .name:after {
    position: absolute;
    font-family: kashyap-icons;
    right: 12px;
    top: 12px;
    font-size: 24px;
	color: #b6c6c9;
}
.wpcf7-form .name:after {
    content: '\e63b';
}
.wpcf7-form .phone:after {
    content: '\e625';
}
.wpcf7-form .email:after {
    content: '\e643';
}
.wpcf7-form .website:after {
    content: '\e623';
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2a3b55;
}

a:visited {
	color: #f0b803;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}

/*--------------------------------------------------------------
## 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;
}
.navbar-toggle {
	width:auto;
	padding: 40px 0;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color:#fff;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
	background:#f0b803;
}
.navbar-toggle .icon-bar {
	background-color:#2a3655;
}

@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: 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 2.2em;
    border: 1px solid #dfe5e8;
    padding: 1.2em 0.85em;
    border-radius: 15px;
}

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

.widget-title {
	font-size:19px;
	line-height:30px;
	font-weight: 700;
	margin-top:0;
}
.widget-title:after {
    font-family: kashyap-icons;
    content: '\e630';
    font-size: 8px;
    padding-left: 8px;
    font-weight: normal;
	color: #F0b803;
}
.widget ul {
	margin:0;
	padding:0 0 0 20px;
}
.widget ul li {
	padding:5px 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

#wrapper {
	padding-top:40px;
	padding-bottom:40px;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.single-post-image {
	margin-bottom: 1.5em;
    border-top: 1px solid #dfe5e8;
    padding-top: 25px;
}

.single-post-image img {
	width:100%;
}

.single.single-post .entry-footer {
	border-top: 1px solid #dfe5e8;
    padding: 15px 0;
    border-bottom: 1px solid #dfe5e8;
    margin: 30px 0 20px;
    display: block;
    overflow: hidden;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.single-post .entry-content p {
	text-align:justify;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.item-post-container {
	overflow:hidden;
}

.post-item {
    position: relative;
    border-radius: 40px;
    margin-left: 200px;
    box-shadow: none;
    min-height: 220px;
	border: 1px solid #dfe5e8;
	margin-bottom: 1.2em;
}
.post-info-wrap {
    position: absolute;
    left: -200px;
    top: 50%;
    margin-top: -70px;
    padding-right: 60px;
    width: 200px;
}
.post-info {
	text-align:center;
}
.post-img {
    width: 140px;
    height: 140px;
	border: 3px solid #dfe5e8;
    border-radius: 50%;
}
.post-img a img {
    width: 134px;
    height: 134px;
	border-radius: 50%;
	padding:3px;
}

.wrap-style {
	stroke: #dfe5e8;
	fill: #fff;
    width: 50px;
    height: 100px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -50px;
    transform: rotate(360deg);
    transform-origin: 0 100%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 0 100%;
}

.post-text-wrap {
    padding: 30px 45px;
}
.post-text-wrap h3 {
	font-size:20px;
	margin-top:0;
}
.posted-on {
	color:#2a3655;
}
.posted-on a {
	display:block;
}
.entry-meta {
	display:block;
	margin-top:5px;
}
.entry-meta .time {
	color: #F0b803;
	margin-top:2px;
	font-size: 30px;
	line-height:30px;
    font-family: 'Montserrat UltraLight';
	display:block;
}
.entry-footer span {
	display:inline-block;
	position:relative;
	margin:2px 6px;
}
.entry-footer span a {
	color:#00bcd4
}
.entry-footer span:after {
	display:inline-block;
	content:'';
	position:absolute;
	border:1px solid #dfe5e8;
	top:3px;
	right:-8px;
	bottom:1px;
}
.entry-footer span:last-child:after {
	display:none;
}
span.comments-link {
    margin-left: 10px;
}
.entry-title a {
	color:#f0b803;
}
.entry-title a:hover {
	color:#2a3655;
}
.navigation.pagination {
	text-align:center;
	padding:20px 0;
	display: block;
}
.nav-links .page-numbers {
	border: 2px solid #2a3655;
    padding: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #2a3655;
    margin: 0 5px;
	font-weight:700;
	font-size: 16px;
}
.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus {
	background:#2a3655;
	color:#fff;
}
.navigation.post-navigation,
.navigation.posts-navigation {
	border-top:1px solid #dfe5e8;
	border-bottom:1px solid #dfe5e8;
	padding: 20px 10px;
    margin: 25px 0 50px 0;
}
.navigation.posts-navigation {
    margin: 50px 0 30px 0;
}
.nav-links .nav-previous,
.nav-links .nav-next {
	font-size: 16px;
}

.content-none {
	margin-bottom:50px;
}
.content-none form {
	width:33.33%;
	display: -webkit-box;
}
.content-none form label {
	display:block;
}



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

.bypostauthor {
	display: block;
}
#comments {
    border: 1px solid #dfe5e8;
    padding: 35px;
    border-radius: 15px;
}
.comment-reply-title {
	margin-top:0;
}

/*--------------------------------------------------------------
# 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;
}
.mg-bot-0 {
	margin-bottom:0 !important;
}
.error-block {
	text-align: center;
    border: 2px solid #2a3655;
    padding: 50px;
    margin: 40px 0;
    background: #f0b803;
}

.error-block h1 {
	margin-top: 0;
}

.error-block h6 {
	line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.error-block .go-back-btn {
	padding: 12px 30px;
    display: inline-block;
    margin: 10px 0;
    background: #2a3655;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #2a3655;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-top-bar {
	background-color:#2a3655;
    padding: 10px 0;
}
ul.top-menu {
	list-style-type:none;
	overflow: hidden;
    margin: 8px 0;
	padding-left:0;
}

ul.top-menu li {
	display: inline-block;
	padding:0 8px;
	position:relative;
}
ul.top-menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    bottom: 3px;
    border-left: 1px solid #ccc;
    left: 0;
}
ul.top-menu li:first-child:after {
	border-left:none;
}
ul.top-menu li a {
	color:#ccc;
}
ul.top-menu li a:hover {
	text-decoration:none;
	color:#fff;
}
.top-bar-left {
    float: left;
}
.top-bar-right {
	float:right;
	color:#ccc;
}
.top-contact-info {
	list-style-type:none;
	padding:0;
	margin:0;
}
.top-contact-info li {
	list-style-type:none;
	display:inline-block;
	padding:0 10px;
	color: #fff;
}
.top-contact-info li:first-child {
	border-right:1px solid #fff;
}
.top-contact-info li i {
	margin:0 5px;
	color: #f0b803;
}
.header-main-menu {
	margin-bottom:0;
}
.logo {
	padding:12px 20px;
	max-width:100%;
	height:auto;
}
.header-bottom-bar {
	border-top:3px solid #f0b803;
	border-bottom:2px solid #e5e5e5;
	background:#fff;
}
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top-width:2px;
	border-bottom:0;
	box-shadow: 0px 0px 3px #666;
}

.header-main-menu .navbar-nav.main-menu {
	float:right;
	padding: 38px 0;
}
.header-main-menu .navbar-nav > li > a {
	color:#333;
	padding:5px 15px;
	margin:0 1px;
	font-weight:bold;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}

.header-main-menu .navbar-nav > .active > a, .header-main-menu .navbar-nav > .active > a:hover, .header-main-menu .navbar-nav > .active > a:focus {
    color: #2a3b55;
    border-color: #2a3b55;
}
.home .header-main-menu .navbar-nav > .active > a,
.home .header-main-menu .navbar-nav > .active > a:hover, 
.home .header-main-menu .navbar-nav > .active > a:focus {
	border-color: #fff;
}

.home .header-main-menu .navbar-nav li:first-child {
	border-color: #2a3b55;
}

.header-main-menu .navbar-nav > li > a:hover, .header-main-menu .navbar-nav > li > a:focus {
    color: #2a3b55;
    border-color: #2a3b55;
	background:transparent;
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-info {
    margin-top: 5px;
    color: #efb803;
}
.footer-bottom {
	padding:25px 0;
}
.footer-menu {
    display: inline-block;
    padding-left: 5px;
}
.footer-menu .widget {
    border: none;
    padding: 0;
    margin: 0;
}
.footer-menu .widget ul {
    list-style-type: none;
    padding: 0;
}
.footer-menu .widget ul li {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}
.footer-menu .widget ul li:before {
    content: '';
    position: absolute;
    border-left: 1px solid #5f727f;
    top:3px;
    bottom: 3px;
    left: -2px;
}
.footer-menu .widget ul li a {
    color: #5f727f;
}
.footer-menu .widget ul li a:hover {
    color: #f0b803;
}
#social {
	padding:0;
	margin:0;
	list-style-type:none;
    float: right;
}
#social li {
	display:inline-block;
	margin:0 5px;
	list-style-type:none;
}
.facebook i {
	color:#4e64b5;
}
.twitter i {
	color:#00aced;
}
.linkedin i {
	color:#0288d1;
}
.pinterest i {
	color:#ff5757;
}

/*--------------------------------------------------------------
## Page Title
--------------------------------------------------------------*/
.home header.entry-header {
	display:none;
}
.page-header {
	margin:0;
	padding:0; 
}
.page-title {
	margin:45px 0;
	color:#F0b803;
	font-size:50px;
	text-align:center;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.mouse-scroll {
    display: block;
    width: 32px;
    height: 48px;
    border: 3px solid #4dc4c8;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    transform: translate(0, 0);
    overflow: hidden;
    font-size: 10000px;
}
.mouse-scroll:after {
    content: '';
    width: 4px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 7px;
    border-radius: 4px;
    background-color: #4dc4c8;
    margin-left: -2px;
    opacity: 1;
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite running scrollAnimation;
    -webkit-animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite scrollAnimation;
}


.home .entry-content {
	margin:0;
	padding:0;
}

/*--------------------------------------------------------------
## Font Style
--------------------------------------------------------------*/
.styled-subtitle {
    line-height: 37px;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
.light {
	font-family: 'Montserrat UltraLight';
    font-weight: 300;
}



/*--------------------------------------------------------------
## What We Do
--------------------------------------------------------------*/
.text-block {
	background-color: #f4f6f7;
    background-position: center top;
	padding: 30px 40px;
	margin-bottom:25px;
	box-shadow: 0 0 5px rgba(0,0,0,0.11);
}
.text-block h4 {
	font-size: 24px;
	line-height: 38px;
	text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 0.05em;
	font-weight: 700;
}
.text-block .wpb_text_column.wpb_content_element {
	margin-bottom:0;
}
.text-block p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:25px;
	margin-bottom:1.5em !important;
}



/*--------------------------------------------------------------
## Our Work
--------------------------------------------------------------*/
.pf-overlay {
	background-color: rgba(42,54,85,0.8);
}
ul.afp-item-details {
    position: absolute;
    bottom: 40px;
	left: 20px;
    z-index: 10;
    color: #fff;
}

li.afp-single-item a.colorbox {
    line-height: 0;
    display: block;
}
li.afp-single-item {
	position:relative;
    padding: 0 !important;
	width:25%;
}
.adipoli-before,
.adipoli-before img,
.adipoli-after,
.adipoli-after img  {
    width: 100% !important;
    height: auto !important;
}
.adipoli-wrapper {
	width: 100% !important;
}
.afp-block {
	position:relative;
}
.img-initial {
	position:relative;
	overflow: hidden;
}
.img-initial img {
	max-width: 100%;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	background-color: rgba(41,53,84,0.85);
}
.img-initial:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity:0.35;
}
.img-initial:before {
	content: '';
	position: absolute;
    top:0;
	bottom:0;
	left:0;
	right:0;
    opacity: 0.7;
    background-color: rgba(41,53,84,0.85);  
}
.img-initial:before {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.afp-block a:hover .img-initial:before {
	opacity:0.8;
	background: #2a3655;
	background: -moz-linear-gradient(-45deg,  #2a3655 25%, rgba(240,184,3,0.8) 105%);
	background: -webkit-linear-gradient(-45deg,  #2a3655 25%,rgba(240,184,3,0.8) 105%); 
	background: linear-gradient(135deg,  #2a3655 25%,rgba(240,184,3,0.8) 105%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3655', endColorstr='#f0b803',GradientType=1 );
}
.afp-block a:hover ul.afp-item-details:after {
	content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 100%;
}
ul.afp-item-details {
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#afp-filter li a {
	color:#fff;
	border:2px solid #fff;
	padding:4px 10px;
	display:block;
	min-width:50px;
}
ul#afp-filter {
	display:none !important;
	padding:10px !important;
}


/*--------------------------------------------------------------
## Our Process
--------------------------------------------------------------*/
.process-block  h5 {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}
.process-block  h5:before, .process-block  h5:after, .process-block  h5:before, .process-block  h5:after {
    display: block;
    border-bottom: 2px solid #f0b803;
    content: " ";
    margin-bottom: 15px;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    min-width: 60px;
}
.process-block-wrapper .vc_col-sm-2:nth-child(1) .process-block  h5:before,
.process-block-wrapper .vc_col-sm-2:nth-child(1) .process-block  h5:after, 
.process-block-wrapper .vc_col-sm-2:nth-child(1) .process-block  h5:before, 
.process-block-wrapper .vc_col-sm-2:nth-child(1) .process-block  h5:after {
	margin-bottom: 29px;
}
.process-block-wrapper .vc_col-sm-2:nth-child(5) .process-block  h5:before,
.process-block-wrapper .vc_col-sm-2:nth-child(5) .process-block  h5:after, 
.process-block-wrapper .vc_col-sm-2:nth-child(5) .process-block  h5:before, 
.process-block-wrapper .vc_col-sm-2:nth-child(5) .process-block  h5:after {
	margin-bottom: 29px;
}
.process-block-wrapper .vc_col-sm-2:nth-child(1) .fancy {
	top:30%;
}
.process-block-wrapper .vc_col-sm-2:nth-child(5) .fancy {
	top:30%;
}
.process-bg {
	height: 144px;
    background-repeat: no-repeat !important; 
    background-position: center !important;
	position:relative;
}
.fancy {
	text-align: center;
	margin:0;
	top: 40%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	position: absolute;
	left: 50%;
}
@media (min-width:767px) {
	.fancy span:before,
	.fancy span:after {
		width: 100%;
	}
}
.fancy span {
	display: inline-block;
	position: relative;  
}
.fancy span:before,
.fancy span:after {
	content: "";
	position: absolute;
	height: 1px;
	border-top: 1px solid #d9adec;
	width: 15%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fancy span:before {
	right: 100%;
	margin-right: 8px;
}
.fancy span:after {
	left: 100%;
	margin-left: 8px;
}
.home .ult_modal-header {
    border-bottom: 1px solid #f0b803;
}
.home h3.ult_modal-title {
    padding: 0px 20px;
    font-size: 2em;
    line-height: 2.5em;
}
.home .ult_modal-content {
    box-shadow: none !important;
}
.home .ult_modal-body {
    font-size: 1.5em;
	font-family:'Source Sans Pro';
}


/*--------------------------------------------------------------
## Why Us
--------------------------------------------------------------*/
#why-us h3 { 
	color:#b6c6c9;
	margin-bottom:25px;
}
#why-us p { 
	font-size:18px;
	color:#b6c6c9;
	line-height:25px;
	font-family: 'Source Sans Pro', sans-serif;
}

/* Video Background */
.fullwidth-block {
    position: relative;
}
.fullwidth-block {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.video-background {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-background-inner,
.video-background-overlay {
    background: rgba(0,0,0,0.30);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-background-inner video {
}
.fullwidth-block .fullwidth-block-inner {
    position: relative;
    z-index: 3;
}

/* Icon Bopx */
.icon-block {
	background-color: rgba(0,0,0,0.25);
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 35px;
	text-align:center;
	width:44%;
	margin:3%;
	float:left;
}
.icon-block:hover {
	cursor:pointer;
}
.icon-block:hover .icon-box .fa,
.icon-block:hover h5 {
	color:#f0b803;
}
.icon-box .fa {
	font-size:3em;
	color:#b6c6c9;
}
.icon-block h5 {
	color:#b6c6c9;
	margin-top:30px;
	font-family:'Montserrat UltraLight';
	line-height:35px;
	font-size:22px;
	margin-bottom:0px;
	padding: 0 12px;
}

.quote-btn,
.quote-btn:visited {
	display:inline-block;
	background:#f0b803;
	color:#fff;
	font-weight: 700;
	padding: 0px 90px;
	font-size:36px;
	line-height:100px;
	border-radius:300px;
	text-transform:uppercase;
	font-family: Montserrat;
	margin:20px 0;
}
.quote-btn:hover {
	text-decoration:none;
	background:#2a3655;
	color:#fff;
}


/*--------------------------------------------------------------
## Progress Bar
--------------------------------------------------------------*/
.vc_progress_bar .vc_single_bar {
	margin:25px 0;
	border-radius: 50px !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 50px 0 0 50px !important;
}
.vc_progress_bar .vc_single_bar .vc_label {
	font-size: 16px;
    font-weight: 700;
	text-transform:uppercase;
    letter-spacing: 0.07em;
	padding: .3em 1.5em !important;
}


/*--------------------------------------------------------------
## Contact Adress & Map
--------------------------------------------------------------*/
.contact-icon {
	position:absolute;
	left:10px;
	top: 20px;
}
.vc_icon_element.vc_icon_element-outer.contact-icon .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
	font-size:6.3em !important;
	color:#f0b803 !important;
}
.contact-text {
	padding-left:85px;
}
.contact-text h4 {
	font-weight:700;
	margin-top:0;
}
.contact-text p {
	font-family:'Source Sans Pro';
	font-size: 16px;
    line-height: 24px;
}
.home .wpb_gmaps_widget .wpb_wrapper {
	padding:0;
}
.home .hentry {
	margin-bottom:0;
}
#primary {
	position:relative;
	clear:both;
}
.ult_modal-header,
.ult_modal {
    display: none !important;
}
.ult-overlay.ult-open .ult_modal-header,
.ult-overlay.ult-open .ult_modal{
    display: block !important;
}


/*--------------------------------------------------------------
## Responsvie
--------------------------------------------------------------*/

/*--- Desktop < 1200px & > 960px ---*/
@media only screen and (max-width: 1239px) and (min-width: 960px) {
	.process-block-wrapper .vc_col-sm-2 {
		width:33.33%;
	}
	.process-block h5:before, .process-block h5:after, .process-block h5:before, .process-block h5:after {
		min-width: 114px;
	}
	.process-bg {
    	height: 145px;
	}
	.header-main-menu .navbar-nav > li > a {
		padding:5px 8px;
	}
}

/*--- Desktop < 1200px ---*/
@media (max-width:1199px) {
	#why-us .vc_col-sm-6 {
		width:100%;
	}
}

/*--- Desktop < 1200px & > 960px ---*/
@media only screen and (max-width: 1024px) and (min-width: 992px) {
	.process-block-wrapper .vc_col-sm-2 {
		width:33.33%;
	}
	.fancy span:before,
	.fancy span:after {
		width: 100%;
	}
}
/*--- Desktop < 992px & > 767px ---*/
@media only screen and (max-width: 992px) and (min-width: 767px) {
	.text-block-wrapper .vc_col-sm-4 {
		width:100%;
	}
	.process-block-wrapper .vc_col-sm-2,
	li.afp-single-item {
		width:50%;
	}
	.process-block h5:before, .process-block h5:after, .process-block h5:before, .process-block h5:after {
		min-width: 130px;
	}
	.process-bg {
    	height: 146px;
	}
	.fancy span:before,
	.fancy span:after {
		width: 100%;
	}
	.header-main-menu .navbar-nav > li > a {
		padding:5px 9px;
	}
	.header-main-menu .navbar-nav.main-menu {
		float:left;
		padding:15px 0;
	}
}

/*--- For All Tablet To Mobile < 767px ---*/
@media (max-width:767px) {
	.quote-btn {
		height: 80px;
		line-height: 80px;
		padding: 0 37px;
		font-size: 24px;
		margin: 40px;
	}
	.ult-adjust-bottom-margin {
		padding-bottom: 50px;
	}
	.post {
		width: 100%;
		border-radius: 60px;
		padding-top: 135px;
	}
	.item-post-container {
		overflow: visible !important;
	}
	.post-item {
		position: relative;
		border-radius: 45px;
		margin-left: 0;
	}
	.post-info-wrap {
		width: 100%;
		left: 0;
		top: -118px;
		position: absolute;
		margin-top: 0;
		padding-right: 0;
	}
	.post-info {
		width: 100%;
		left: 0;
		position: relative;
		text-align: left;
	}
	.post-img {
		position: absolute;
		right: 20px;
		width: 92px;
		height: 92px;
	}
	.post-img a, 
	.post-img a img {
		width: 86px;
		height: 86px;
	}
	.entry-meta {
		width: 200px;
		text-align: center;
		margin-top: 0;
	}
	.wrap-style {
		width: 50px;
		height: 100px;
		position: absolute;
		left: 50px;
		top: -100px;
		transform: rotate(90deg);
		transform-origin: 0 100%;
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: 0 100%;
	}
	.post-text-wrap {
		padding: 30px 45px 45px;
	}
	.header-main-menu .navbar-nav.main-menu {
		float:none;	
	}
	.header-main-menu .navbar-nav.main-menu {
		padding:10px 0;
	}
	#social,
	.top-bar-left,
	.top-bar-right,
	.site-info {
		float:none;
		text-align:center;
		padding: 5px 0;
	}
	.content-none form {
		width: 100%;
		display: block;
	}
	li.afp-single-item {
		width:50%;
	}
}

/*--- Screen From < 500px ---*/
@media (max-width: 500px) {
	.quote-btn {
		padding: 0px 30px !important;
		font-size: 14px;
	}
	.header-main-menu .navbar-nav > li > a {
		padding:10px;
	}
	.header-main-menu .navbar-nav.main-menu {
		padding:10px 0;
	}
}

/*--- Tablet & Mobile < 767px & > 480px ---*/
@media only screen and (max-width: 767px) and (min-width: 480px) {
	.process-block h5:before, .process-block h5:after, .process-block h5:before, .process-block h5:after {
		min-width: 400px;
	}
	.icon-block {
		width:100%;
		float:none;
		margin-left:0;
		margin-right:0;
	}
}

/*--- Mobile < 480px ---*/
@media (max-width:480px) {
	.process-block {
		margin-bottom:30px;
	}
	.process-block h5:before, .process-block h5:after, .process-block h5:before, .process-block h5:after {
		min-width: 400px;
	}
	.icon-block {
		width:100%;
		float:none;
		margin: 50px 0;
	}
	.error-block {
		padding: 50px 15px;
	}
	li.afp-single-item {
		width:100%;
	}
}

.tp-bgimg,
.defaultimg {
	background-size: auto !important;
}