/*!
Theme Name: Career Portfolio
Theme URI: https://theme404.com/downloads/career-portfolio/
Author: Theme404
Author URI: https://theme404.com/
Description: Career Portfolio WordPress Free theme is an outstanding portfolio theme with responsive and premium quality best for designers, photographers, artists, creative professionals, agencies creative business owners, and anyone else looking to showcase their work in high quality. It comes with advanced theme options, dozens of shortcodes, various portfolio pages, and much more, for you to build your own unique and professional website.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: career-portfolio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, portfolio, blog, grid-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-header, flexible-header, full-width-template, theme-options

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.

Career Portfolio is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	word-break: break-word;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}
a:focus {
   outline: 1px dotted;
}
a:hover, a:focus, a:active {
	color: #000;
   text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: 'Josefin Sans', sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #919191;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-size: 14px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom:20px;
}

h1{
	font-size:50px;	
} 
h2{
	font-size:45px;
}
h3{
	font-size:32px;
}
h4{
	font-size:25px;
}
h5{
	font-size:16px;
}
h6{
	font-size:12px;
}

p {
	margin-top:0;
	margin-bottom: 1.5em;
}

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 {
	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 https://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. */
}

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. */
	vertical-align: top;
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}


table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.main-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	border-width:1px;
	border-style: solid;
	border-radius:0;
	line-height:40px;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
	padding:0 18px;
	font-weight:400;
	background-color:transparent;
}
a.main-button{
	display:inline-block;
	position: relative;
	padding:0 18px 0 42px;
	z-index: 1;
	white-space:nowrap;
}
a.main-button span{
	position: absolute;
	width: 48px;
	height:100%;
	left:0;
	top: 0;
	z-index: -1;
}
a.main-button span:before{
	content: "\f105";
	font-family:FontAwesome;
	position: absolute;
	top:50%;
	left:19px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.main-button:hover span{
	width: 100%;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline:0;
}

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 {
	border-width:1px;
	border-style:solid;
	border-radius:0;
	padding:5px 5px 5px 15px;
	border-color:rgba(56,91,184,0.1);
	background-color:#fdfefe;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="password"],
select{
	width:100%;
	height:45px;
}
textarea{
	height:205px;
	resize:none;
}

select {
	border-width:1px;
	border-style:solid;
	border-color:rgba(56,91,184,0.1);
	background-color:#fdfefe;
	padding-left:15px;
	outline:none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a{
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul.submenu{
	visibility: hidden;
	opacity:0;
}
.main-navigation .menu-item-has-children:hover > ul.submenu{
	opacity:1;
	visibility: visible;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 105%;
	left: 0;
	z-index: 99999;
	background-color:#fff;
}
.main-navigation ul li:hover ul{
	top:100%;
}
.main-navigation ul ul ul {
	left:100%;
	top: 100%;
}
.main-navigation ul ul li:hover ul{
	top:0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation li.menu-item-has-children{
	margin-right: 12px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation,
.post-navigation {
    margin: 0 0 50px;
    overflow: hidden;
    padding: 20px;
    border-width:1px;
    border-style: solid;
    width: 100%;
}
.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%;
}

/*pagination*/
.pagination,
#wp-page-numbers,
.wp-pagenavi,
#main ul.default-wp-page {
  border-radius: 0px;
  margin: 20px 0 40px;
  text-align: left;
}
.navigation{
	width: 100%;
}

.pagination a,
.pagination>li>a,
.pagination>li>span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination span.current {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}
.pagination span.current,
.section-wrap .pagination a{
	color: #fff;
}
.pagination a{
	background-color: #230935;
}
.pagination a:hover,
.pagination a:focus-within,
.pagination a:focus,
.pagination span.current{
	background-color: #f96d0b;
}
.pagination a.prev,
.pagination a.next {
  position: relative;
}

.nav-previous {
  text-align: left;
  float: left;
  margin-bottom:3px;
  padding-right: 15px;
}

.nav-next {
  float: right;
  margin-bottom:3px;
  padding-left:15px;
}

.nav-links {
  width: 100%;
  padding-right: 15px;
  text-align:center;
}

.nav-links a {
  font-weight: 600;
  position: relative;
}

.post-navigation .nav-links a {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: flex;
}
.posts-navigation .nav-previous a,
.post-navigation  .nav-previous a {
  padding-left: 35px;
  padding-right: 10px;
}
.posts-navigation .nav-next a,
.post-navigation  .nav-next a {
  padding-right: 35px;
  padding-left: 10px;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers{
	width: auto;
	padding: 0 5px;
}

.pagination a.prev::before,
.nav-previous a::before,
.pagination a.next::after,
.nav-next a::after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  z-index: 9;
  text-indent: 0;
}
.pagination a.prev::before,
.nav-previous a::before {
  content: "\f104";
  left: 0;
}

.pagination a.next::after,
.nav-next a::after {
  content: "\f105";
  right: 0;
}

.nav-previous a::before,
.nav-next a::after {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-previous a::before{
    left:0px;
}
.nav-next a::after{
    right: 0px;
}
.pagination a.prev::before{
	padding-right: 5px;
}
.pagination .next::after{
	padding-left: 5px;
}

.pagination ul{
    padding-left:0;
    padding-right: 0;
    text-align: left;
    margin:0;
}
.nav-previous a::before,
.nav-next a::after {
  	border-width: 1px;
  	border-style: solid;
}
.nav-next a{
	justify-content: flex-end;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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,
.line-inner-wrap:before,
.line-inner-wrap:after,
.primary-secondary-wrap .container:before,
.primary-secondary-wrap .container:after,
.nav-links:before,
.nav-links:after{
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.line-inner-wrap:after,
.primary-secondary-wrap .container:after,
.nav-links:after{
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.widget ul{
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.widget_categories li,
.widget_archive li{
	text-align:right;
}
.widget_categories li a,
.widget_archive li a{
	float: left;
}
.widget ul li{
	margin-bottom:10px;
}
.widget ul li:last-child{
	margin-bottom:0;
}
.widget_search .search-form{
	position: relative;
}
.widget_search .search-form label{
	display: block;
}
.widget_search .search-form input[type=search]{
	padding-right: 128px;
}
.widget_search .search-form input[type=submit]{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post {
	margin: 0 0 30px;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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%;
	margin-right:-4px;
	position: relative;
}

.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;
}
/*-------------------------
common css here
--------------------------*/
.container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;	
}
.default-padding{
	padding:100px 0;
}
.section{
	position: relative;
}
/*----------------
common css for 
background-color 
and color
-----------------*/
.search-toggle,
.show-share,
.nav-button{
	background-color:#270a3a;
}
.hgroup-wrap{
	background-color:#1b0728;
}
.contact-us-wrap .wpcf7 form span:before,
.footer-wrap,
.header-search form,
.site-header .navbar,
.pricing-wrap .pricing-item,
.contact-box,
.slick-prev,
.slick-next{
	background-color:#230935;
}
a.main-button span,
.heading .entry-title:before,
.skillbar-bar,
.section-icon:before,
.portfolio-tab-option ul li:before,
.shop-item-wrap .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
.shop-item-wrap .sales-tag,
.slick-dots li button,
.video-content .icon i,
article.blog-item .posted-on,
.contact-us-wrap .wpcf7 form span:hover:before,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.line-item:before,
.cat-links:before,
.qualification-item:after,
.navbar-overlay span,
.widget_search input[type="submit"],
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,  
.slick-next:focus,
.back-to-top a{
	background-color:#f96d0b;
}
.skillbar:before{
	background-color:#cbc6cf; 
}
.nav-button span,
.testimonial-content,
.testimonial-content:before,
.contact-us-wrap .wpcf7{
	background-color:#fff;
}
article.blog-item figure a.main-button span,
.team-item a.main-button span,
.site-header .main-navigation li .toggle,
.site-header .main-navigation li a:hover,
.site-header .navbar .close{
	background-color:rgba(255,255,255,0.2);
}
.header-search.search-expand,
.navbar-overlay{
    background-color:rgba(35,9,53,0.5);
}
a,
.heading .entry-title,
.skill-info label,.skill-in-percent,
.section-icon,
.portfolio-tab-option ul li,
.team-item .entry-title,
.testimonial-intro .entry-title,
article.blog-item .cat-links a:hover,
a.main-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.service-detail .service-item .entry-title,
.portfolio-detail-wrap .entry-title,
.portfolio-info-item,
.author-details .author-name,
.post-navigation .nav-previous a,
.nav-previous a::before, .nav-next a::after{
	color:#230935;
}
.search-toggle:focus,
a:hover,
.header-social ul li a:hover,
.entry-title,
.qualification-item .entry-title a,
.info-count,
.portfolio-tab-option ul li.active,
.shop-item-wrap .entry-summery .price,
.product-title a:hover,
.shop-item-wrap button[type="submit"]:hover,
.team-item .position,
.portfolio-detail .subtitle,
.testimonial-intro .position,
article.blog-item .cat-links a,
.portfolio-item .portfolio-content .entry-title a:hover,
.portfolio-item .post-cat-list a:hover,
a.read-more:hover,
.header-search form input.search-submit,
.site-description,
.portfolio-item .post-cat-list a,
.detail-service-list ul li .entry-title:before,
.service-detail .service-item .pricing-item .entry-title,
.pricing-item .entry-title,
.portfolio-info-item label,
.widget-title,
.post-navigation .nav-previous a:hover,
.nav-previous a:hover:before, .nav-next a:hover:after,
.comments-area .comments-title,
.comment-reply-title{
	color:#f96d0b;
}
.full-page-menu-wrapper ul li a,
.qualification-item .entry-title a:hover{
	color: #e4d3d3;
}
.qualification .heading .entry-title,
.search-toggle,
.show-share,
.header-social ul li a,
.fearured-section .entry-title,
.fearured-section .designation,
.page-title-wrap .designation,
.fearured-section .social-links ul li a,
.fearured-section .social-links li a:hover,
.fearured-section a.main-button,
.qualification a.main-button,
.qualification-item .section-icon,
.counter-title,
.counter-section .heading .entry-title,
.counter-section .entry-title,
a.main-button:hover,
.shop-section a.main-button,
.shop-section .heading .entry-title,
.product-title a,
.shop-item-wrap button[type="submit"],
.shop-item-wrap .product-description,
.shop-item-wrap .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
.shop-item-wrap .sales-tag,
.shop-section .section-info .entry-content,
.video-content .icon,
.video-content .entry-title,
.client-section .heading .entry-title,
article.blog-item .posted-on a,
article.blog-item figure a.main-button,
.team-item a.main-button,
.contact-us-section .heading .entry-title,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.footer-bottom .social-links a,
.site-generator,
.team-top-info .social-links ul li a,
.portfolio-item .portfolio-content .entry-title a,
a.read-more,
.header-search form input.search-submit:hover,
.navbar .main-navigation ul li a,
.site-header .navbar .close,
.site-header .main-navigation li .toggle,
.navbar .menu-title,
.navbar-overlay span,
.portfolio-item .post-cat-list a:hover,
.qualification-detail .heading .entry-title,
.pricing-wrap .pricing-item .price-info,
.pricing-feature li,
.pricing-information .main-button,
.contact-box .social-links ul li a,
.contact-box .section-icon,
.contact-box .contact-info a,
.portfolio-gallery .portfolio-gallery-item a,
.widget_search input[type="submit"],
.page-title-wrap .entry-title,
.page-title-wrap .social-links ul li a,
.page-title-wrap a.main-button{
	color:#fff;
}
/*--------------------------
common css for border-color
--------------------------*/
.slick-dots li button{
	border-color:#cac5ce;
}
.shop-wrap .slick-dots li button,
.testi-figure img{
	border-color:#fff;
}
.slick-dots li.slick-active button{
	border-color:transparent;
}
.testi-figure{
	border-color:#ebeaec;
}
.testi-figure figure{
	border-color:#d6d2d8;
}
article.blog-item figure a.main-button,
.team-item a.main-button,
.navbar .main-navigation ul li a,
body .qualification-item .section-icon,
.pricing-feature li,
.client-item{
	border-color:rgba(255,255,255,0.1);
}
.section-icon,
.portfolio-tab-option ul li{
	border-color:#cbc6cf;
}
.nav-previous a::before, .nav-next a::after,
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation, .post-navigation{
	border-color:#230935;
}
.nav-previous a:hover:before, .nav-next a:hover:after{
	border-color:#f96d0b;
}
/*-----------------
common font-family
-------------------*/
.header-social ul li a,
.fearured-section .entry-title,
.fearured-section .designation,
a.main-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-title,
.widget-title,
.skill-info label,.skill-in-percent,
.contact-info > div,
.counter-item span,
.portfolio-tab-option ul li,
.product-title,
.shop-item-wrap .entry-summery .price,
.shop-item-wrap .onsale,
.shop-item-wrap .sales-tag,
.team-item .position,
.team-item .entry-title,
.portfolio-detail .subtitle,
.testimonial-intro .position,
article.blog-item .posted-on a,
.site-generator,
.navbar .main-navigation ul li a,
.navbar-overlay span,
.pricing-wrap .pricing-item .price-info,
.pricing-feature li,
.portfolio-info-item,
.author-details .author-name,
.comments-area .comments-title,
.comments-area .comments-title,
.comment-reply-title,
.page-title-wrap .designation{
	font-family: 'Oswald', sans-serif;
}
.testimonial-content .entry-content,
.navbar .menu-title{
	font-family: 'Roboto Condensed', sans-serif;
}
/*border-color*/
a.main-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.shop-item-wrap button[type="submit"]:hover,
a.read-more{
	border-color:#f96d0b;
}
/*---------------
transition for
----------------*/
a,
a.main-button span,
.full-page-menu-wrapper ul li,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.team-item .team-top-info,
article.blog-item figure:before,
.team-item figure:before,
.portfolio-item figure:before,
.contact-us-wrap .wpcf7 form span:before,
.portfolio-item .portfolio-content,
.header-search,
.header-search.search-expand,
.site-header .main-navigation li .toggle,
.portfolio-gallery .portfolio-gallery-item figure:before{
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*--------------
Placeholder
---------------*/
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 

}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder { 

}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 

}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder{ 

}

/*social-links*/
.social-links ul{
	list-style:none;
	margin:0;
	padding:0;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.social-links ul,
.social-links ul li,
.social-links ul li a{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin:0;
}
.social-links ul li{
	display: inline-block;
	vertical-align: top;
	margin-right:15px;
}
.social-links ul li:last-child{
	margin-right:0;
}
.social-links ul li a{
	font-size: 0;
	text-transform:uppercase;
}
.social-links ul li a:before{
    font-family: FontAwesome;
    display: block;
}
.social-links ul li a:hover,
.social-links ul li a:before{
	font-size: 14px;
}

.social-links ul li a:hover:before{
	margin-right:7px;
}
.social-links ul li a[href*="facebook.com"]::before {
    content: "\f09a"
}

.social-links ul li a[href*="twitter.com"]::before {
    content: "\f099"
}

.social-links ul li a[href*="linkedin.com"]::before {
    content: "\f0e1"
}

.social-links ul li a[href*="plus.google.com"]::before {
    content: "\f0d5"
}

.social-links ul li a[href*="youtube.com"]::before {
    content: "\f167"
}

.social-links ul li a[href*="dribbble.com"]::before {
    content: "\f17d"
}

.social-links ul li a[href*="pinterest.com"]::before {
    content: "\f0d2"
}

.social-links ul li a[href*="bitbucket.org"]::before {
    content: "\f171"
}

.social-links ul li a[href*="github.com"]::before {
    content: "\f113"
}

.social-links ul li a[href*="codepen.io"]::before {
    content: "\f1cb"
}

.social-links ul li a[href*="flickr.com"]::before {
    content: "\f16e"
}

.social-links ul li a[href$="feed.com"]::before {
    content: "\f09e"
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}

.social-links ul li a[href*="instagram.com"]::before {
    content: "\f16d"
}

.social-links ul li a[href*="tumblr.com"]::before {
    content: "\f173"
}

.social-links ul li a[href*="respanit.com"]::before {
    content: "\f1a1"
}

.social-links ul li a[href*="vimeo.com"]::before {
    content: "\f194"
}

.social-links ul li a[href*="digg.com"]::before {
    content: "\f1a6"
}

.social-links ul li a[href*="twitch.tv"]::before {
    content: "\f1e8"
}

.social-links ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4"
}

.social-links ul li a[href*="delicious.com"]::before {
    content: "\f1a5"
}

.social-links ul li a[href*="mailto:"]::before {
    content: "\f0e0"
}

.social-links ul li a[href*="soundcloud.com"]::before {
    content: "\f1be"
}

.social-links ul li a[href*="wordpress.org"]::before {
    content: "\f19a"
}

.social-links ul li a[href*="wordpress.com"]::before {
    content: "\f19a"
}

.social-links ul li a[href*="jsfispanle.net"]::before {
    content: "\f1cc"
}

.social-links ul li a[href*="tripadvisor.com"]::before {
    content: "\f262"
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}

.social-links ul li a[href*="angel.co"]::before {
    content: "\f209"
}

.social-links ul li a[href*="slack.com"]::before {
    content: "\f198"
}

.social-links ul li a[href*="facebook.com"]:hover:before {
    color: #3b5998
}

.social-links ul li a[href*="twitter.com"]:hover:before {
    color: #00aced
}

.social-links ul li a[href*="plus.google.com"]:hover:before {
    color: #c13c31
}

.social-links ul li a[href*="/feed/"]:hover:before {
    color: #dc622c
}

.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}

.social-links ul li a[href*="github.com"]:hover:before {
    color: #4183c4
}

.social-links ul li a[href*="linkedin.com"]:hover:before {
    color: #007bb6
}

.social-links ul li a[href*="pinterest.com"]:hover:before {
    color: #cb2027
}

.social-links ul li a[href*="flickr.com"]:hover:before {
    color: #ff0084
}

.social-links ul li a[href*="vimeo.com"]:hover:before {
    color: #aad450
}

.social-links ul li a[href*="youtube.com"]:hover:before {
    color: #b00
}

.social-links ul li a[href*="instagram.com"]:hover:before {
    color: #517fa4
}

.social-links ul li a[href*="dribbble.com"]:hover:before {
    color: #ea4c89
}

.social-links ul li a[href*="skype.com"]:hover:before {
    color: #12a5f4
}

.social-links ul li a[href*="digg.com"]:hover:before {
    color: #333
}

.social-links ul li a[href*="codepen.io"]:hover:before {
    color: #000
}

.social-links ul li a[href*="respanit.com"]:hover:before {
    color: #ff4500
}

.social-links ul li a[href*="mailto:"]:hover:before {
    color: #1d62f0
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}

.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}

.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}

.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}

.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}

.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}

.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}

.social-links ul li a[href*="soundcloud.com"]:hover:before {
    color: #f50
}

.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}

.social-links ul li a[href*="jsfispanle.net"]:hover:before {
    color: #4679bd
}

.social-links ul li a[href*="tripadvisor.com"]:hover:before {
    color: #86c171
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #2d5be3
}

.social-links ul li a[href*="angel.co"]:hover:before {
    color: #000
}

.social-links ul li a[href*="slack.com"]:hover {
    color: #56b68b
}
/*---------------------------
slick slider button
---------------------------*/
.slick-prev,
.slick-next{
    z-index: 3;
    width: 29px;
    height: 30px;
    padding: 0;
}
.slick-prev{
	left:0px;
}
.slick-next{
	right:0px;
}
.fearured-section .slick-prev{
	left:95px;
}
.fearured-section .slick-next{
	right: 15px;
}
.slick-prev:before{
	content: "\f104";
}
.slick-next:before{
	content: "\f105";
}
.slick-prev:before, 
.slick-next:before{
    font-family: FontAwesome;
    opacity: 1;
    font-size:20px;
}
.fearured-section .slick-dots{
	bottom:25px;
	left: -moz-calc(50% + 48px);
	left: -webkit-calc(50% + 48px);
	left: calc(50% + 48px);
	right:auto;
	width: auto;
	z-index:3;
}
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
}
.slick-dots li button{
	width:10px;
	height:10px;
	border-width:2px;
	border-style:solid;
}
.slick-dots li button:before{
	content:none;
}
.featured-slider.slick-slider.slick-dotted{
	margin:0;
}
/*back-top-up*/
.back-to-top {
    bottom: 70px;
    position: fixed;
    right: 30px;
    z-index: 2;
}
.back-to-top a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-style: solid;
    border-width: 1px;
    color:#fff;
}
.back-to-top a:before{
	content: "\f106";
    font-family:FontAwesome;
}

/*--------------
site-header
---------------*/
.site-header{
	position: relative;
}
.site-header:after{
	content:'';
	position: absolute;
	top:0;
	right:0;
	width: 50%;
	height: 100%;
}
.site-branding{
	padding:20px;
	z-index: 2;
	position:absolute;
	text-align:center;
	margin:0;
	left:50%;
	top:10px;
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	text-transform:uppercase;
	z-index: 9;
}
.site-branding .site-title{
	margin:0;
	font-size: 45px;
	font-weight: 700;
}
.hgroup-wrap{
	position: fixed;
	width:80px;
	height:100%;
	left:0;
	top: 0;
	z-index:9;
}
.search-toggle,
.show-share,
.nav-button{
	width: 100%;
	height:80px;
	line-height: 80px;
	text-align: center;
	position: relative;
	cursor:pointer;
}
.search-toggle,
.nav-button{
	display: block;
}
input:focus-within,
input:focus{
	outline: 1px dotted;
}

.nav-button:focus{
	outline: 1px dotted #fff;
}
.nav-button{
	line-height: 1;
}
.search-toggle{
	margin-bottom:1px;
}
.show-share{
	margin-bottom:30px;
}
.search-toggle:before{
	content: "\f002";
}
.show-share:before{
	content: "\f079";
}
.search-toggle:before,
.show-share:before{
	font-family: FontAwesome;
	font-size: 30px;
}
.header-social{
	position:absolute;
	overflow: hidden;
    left:0;
    right:0;
    padding-bottom:19px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.header-social ul{
	list-style: none;
	padding:0;
	margin:0;
    display:block;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-rl;
    writing-mode: tb-lr;
    transform: scale(-1, -1);
   	white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-social ul li{
    margin-bottom:22px;
}
.header-social ul li a{
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:400; 
}
.nav-button{
    padding:23px;
    position: absolute;
    bottom:0;
    left: 0;
    line-height: 1;
    box-sizing:border-box;
}
.nav-button span{
	display:block;
	width:36px;
	height: 3px;
	margin-bottom:10px;
}
.nav-button span:last-child{
	margin-bottom:0;
}
.site-header .nav-button.close span{
	width: 25px;
}
.site-header .nav-button.close span:nth-of-type(1){
-webkit-transform: rotate(43deg) translateX(10px) translateY(9px);
    -ms-transform: rotate(43deg) translateX(10px) translateY(9px);
    transform:rotate(43deg) translateX(10px) translateY(9px);
}
.site-header .nav-button.close span:nth-of-type(2){
-webkit-transform: rotate(-41deg);
    -ms-transform: rotate(-41deg);
    transform: rotate(-41deg);
}
.site-header .nav-button.close span:last-child{
	display: none;
}
/*navbar css*/
.site-header .navbar .close {
	width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    right: 20px;
    top: 39px;
    cursor: pointer;
}
.site-header .navbar .close:before {
    content: "\f00d";
    font-family: FontAwesome;
}
.navbar .menu-title{
	padding:30px 20px;
	margin:0;
	text-transform:uppercase;
	font-weight:300;
}
.share-wrapper{
	display: none;
}
.site-header .navbar{
	width:300px;
	position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index:8;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.site-header .navbar.menu-expand{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.site-header .hgroup-wrap + .navbar.menu-expand{
	right:-moz-calc(100% - 80px);
	right:-webkit-calc(100% - 80px);
    right:calc(100% - 80px);
}
.navigation-wrap{
	padding:0 20px 20px;
	overflow-y:auto;
}
.navigation-wrap .main-navigation{
	float:none;
}
.navbar .main-navigation ul li{
    display: block;
    float: none;
    margin: 0;
}
.navbar .main-navigation ul li a {
    padding: 10px 0;
    width: 100%;
    border-width:1px 0 0 0;
    border-style:solid;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar .main-navigation ul li:first-child a{
	border-top:0;
}
.navbar .main-navigation ul li .sub-menu{
	float: none;
    position: static;
    background: transparent;
    opacity: 1;
    visibility: visible;
    padding-left: 10px;
    box-shadow: none;
}
.navbar .main-navigation ul li .sub-menu a{
	width: 100%;
}
.site-header .main-navigation li a{
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.site-header .main-navigation li{
    position: relative;
}
.site-header .main-navigation li.menu-item-has-children ul{
    padding-left:10px;
}
.site-header .main-navigation li a:hover {
    padding-left: 10px;
}
.site-header .main-navigation li .toggle{
    position: absolute;
    top: 6.5px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 0
}
.site-header .main-navigation li .toggle:hover{
	padding: 0
}
.site-header .main-navigation li:hover > .toggle{
	right: 10px;
}
.site-header .main-navigation li > .toggle:before{
    content:"\f067";
    font-family: FontAwesome;
}
.site-header .main-navigation li.icon > .toggle:before{
    content:"\f068";
}
.navbar-overlay{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index:-1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}
.navbar-overlay.on{
	opacity: 1;
    visibility: visible;
    cursor:none;
    z-index: 7;
}
.navbar-overlay span{
	position: fixed;
	display:inline-block;
	padding:5px 10px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:300;
	white-space:nowrap;
}
/*header search*/
.header-search{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    padding: 0 25px;
    visibility: hidden;
    z-index: 99999;
    -webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.header-search.search-expand{
    visibility: visible;
    -webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.header-search form {
    width:100%;
    padding:25px 20px;
    position: relative;
    z-index: 99999;
}

.header-search form input[type="search"] {
    background-color: transparent;
    border: none;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
}
.header-search form input.search-submit{
	display: none;
}
.search-container{
    left: 50%;
    max-width: 100%;
    padding: 25px 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1000px;
    z-index: 99999;
}
.header-search .close-icon {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 40px;
    padding-top: 6px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 40px;
    z-index: 99;
}
/*full page menu css*/
.full-page-menu-wrapper{
	position: fixed;
	top:30%;
	left:100%;
	z-index:4;
	visibility: visible !important;
}
.full-page-menu-wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.full-page-menu-wrapper ul li{
	position: relative;
	transform:translateX(-7px);
	white-space:nowrap;
	text-align: right;
}
.full-page-menu-wrapper ul li:hover{
	transform:translateX(-100%);
	padding-right:30px; 
}
.full-page-menu-wrapper ul li:before{
    position: absolute;
    top: 50%;
    margin-top: -1px;
    content: '';
    display: block;
    width: 7px;
    height:5px;
    background-color: #e4d3d3;
    left: 0;
}
.full-page-menu-wrapper ul li:hover:before{
	right:0;
	left: auto;
	width:15px; 
}
.full-page-menu-wrapper ul li a{
	opacity: 0;
	visibility: hidden;
	text-transform: uppercase;
}
.full-page-menu-wrapper ul li:hover a{
	opacity: 1;
	visibility: visible;	
}
/*----------------
fearured-section
-----------------*/
.page-title-wrap,
.fearured-section,
.featured-slider figure,
.page-title-wrap  figure{
	position:relative;
	margin:0;
}
.overlay{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
}
.overlay,
.fearured-section .info-wrap,
.page-title-wrap .info-wrap{
	background: -webkit-linear-gradient(left,rgba(249,109,11,0.8),rgba(35,9,53,0.9) 15%); /*Safari 5.1-6*/
    background: -o-linear-gradient(right, rgba(35,9,53,0.9) 15%, rgba(249,109,11,0.8)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right, rgba(35,9,53,0.9) 15%, rgba(249,109,11,0.8)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(35,9,53,0.9) 15%, rgba(249,109,11,0.8) ); /*Standard*/
}
.featured-item{
	vertical-align: top;
}
.page-title-wrap  figure:before,
.featured-slider figure:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(259,149,155,0.4);
}
.featured-slider figure img,
.page-title-wrap  figure img{
	margin:0 auto;
}
.fearured-section .info-wrap,
.page-title-wrap .info-wrap{
	padding:48px;
	position: absolute;
	z-index: 2;
	left:50%;
	right:0;
	top:0;
	bottom:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.info-wrap-inner{
	width:100%;
}
.widget-title,
.entry-title{
	margin-top:0;
}
.page-title-wrap .entry-title,
.fearured-section .entry-title{
	text-transform:uppercase;
	font-weight:500;
	line-height: 1.2;
	margin-bottom:21px;
}
.fearured-section .entry-title,
.page-title-wrap .entry-title{
	font-size:70px;
}
.error404 .page-title-wrap .entry-title{
	font-size:40px;
}
.page-title-wrap .entry-title .first-word,
.fearured-section .entry-title .first-word{
	display: block;
}
.page-title-wrap .entry-title .first-word,
.error404 .page-title-wrap .entry-title,
.fearured-section .entry-title .first-word{
	font-weight:200;
}
.page-title-wrap .entry-title,
.fearured-section .entry-title{
	margin-bottom:35px;
}
.error404 .page-title-wrap .entry-title .first-word{
	font-size: 70px;
	font-weight:500;
}
.page-title-wrap .social-links,
.fearured-section .social-links{
	position: relative;
	z-index: 3;
}
.page-title-wrap  .designation,
.fearured-section .designation{
	font-size: 70px;
	font-weight:500;
	line-height: 1;
	text-transform:uppercase;
	opacity: 0.1;
	margin-top:-27px;
	margin-bottom:25px;
}
/*section*/
.section-wrap,
.section-inner-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.section-wrap{
	position: relative;
}
.heading{
	width: 100px;
    padding-left: 15px;
    margin-top: 0;
}
.widget-title,
.entry-title{
	text-transform:uppercase;
	font-weight:400;
    display: block;
    line-height: 1.2;
}
.heading .entry-title{
	-webkit-writing-mode: vertical-lr;
    writing-mode: vertical-rl;
    writing-mode: tb-lr;
    transform: scale(-1, -1);
    white-space: nowrap;
    margin:0;
    position: relative;
    padding-top:23px;
    line-height:1;
    display:inline-block;
}
.heading .entry-title:before{
	content:'';
	position: absolute;
	width:100%;
	height: 8px;
	left:0;
	top:0;
}
.section-content-wrap{
	width:-moz-calc(100% - 100px);
	width:-webkit-calc(100% - 100px);
	width:calc(100% - 100px);
	padding-left:15px;
	margin-left: auto;
}
.section-content-wrap .section-inner-wrap{
	margin:0 -15px;
}
/* .portfolio .section-content-wrap .section-inner-wrap{
	margin:0;
} */
.aboutus .section-content-wrap .section-info,
.aboutus .section-content-wrap .my-skill{
	margin:0 15px;
}
.aboutus .section-content-wrap .section-info{
	width:-moz-calc(55% - 30px);
	width:-webkit-calc(55% - 30px);
	width:calc(55% - 30px);
}

.aboutus .section-content-wrap .my-skill {
    width: -moz-calc(45% - 30px);
    width: -webkit-calc(45% - 30px);
    width: calc(45% - 30px);
}

/*about section*/
/*.aboutus .section-info .entry-title{
    line-height: 1.2;
}*/
.skill-item{
	margin-bottom:35px;
}
.skill-item:last-child{
	margin-bottom:0;
}
.skill-info{
	margin-bottom:15px;
}
.skill-info label,.skill-in-percent{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	text-transform: uppercase;
	font-weight:600;
}
.skill-in-percent{
	position: relative;
	padding-left:10px;
}
.skill-in-percent:before{
	content:'-';
	position: absolute;
	left:0;
	top:50%;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.skillbar{
  position: relative;
  display: block;
  width: 100%;
  overflow:hidden;
  padding:5px 0;
}
.skillbar:before{
	content:'';
	display:block;
	width:100%;
	height:5px;
}
.skillbar-bar{
	height: 10px;
    margin-top: -7px;
    width: 0px;
}
.contact-info{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin:0 -15px;
}
.aboutus-detail .contact-info{
	margin-top:11px;
}
.contact-info > div {
	margin:0 15px 30px;
	width:-moz-calc(50% - 30px);
	width:-webkit-calc(50% - 30px);
	width:calc(50% - 30px);
	text-transform: uppercase;
	font-weight:500;
}
.contact-info > div:nth-of-last-type(1),
.contact-info > div:nth-of-last-type(2){
	margin-bottom:0;
}
.contact-info > div span{
	display: block;
	margin-right:10px;
}
/*-------------------
qualification icon css
--------------------*/
.section-icon{
	width: 40px;
	height:40px;
	border-width: 1px;
	border-style: solid;
	float:left;
	letter-spacing: 0;
	text-align: center;
	position:relative;
	font-size:16px;
}
.section-icon .fa{
	font-size:16px;
	line-height: 40px;
}
.section-icon:before{
	content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    bottom: -2px;
    left: 50%;
    margin-left: -13px;
}
.qualification-item .section-icon{
	width:58px;
	height:58px;
	border:0;
	height:58px;
	display:block;
	border-width:1px;
	border-style:solid;
}
.qualification-item  .section-icon .fa{
	font-size:24px;
	line-height: 58px;
}
.qualification-item  .section-icon:before{
	width:40px;
	margin-left: -20px;
}
/*--------------------------
qualification Section
---------------------------*/
.section-content-left,
.section-content-right{
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin:0 15px;
}
.qualification-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:40px;
	position:relative;
}
.qualification-item:last-child{
	margin-bottom:0;
}
.qualification-item .section-icon + .section-contain{
	width:-moz-calc(100% - 58px);
	width:-webkit-calc(100% - 58px);
	width:calc(100% - 58px);
	padding-left:15px;
}
.date-interval{
	display: block;
	margin-bottom:2px;
}
.section-contain .entry-title{
	margin-bottom:5px;
}
.section-contain .entry-content p{
	margin-bottom: 0;
}
.qualification .section-content-wrap a.main-button{
	margin-top:40px;
}
/*service-section*/
.service-item{
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin:0 15px 20px;
}
.service-item:nth-last-child(1),
.service-item:nth-last-child(2){
	margin-bottom:0;
}
.service-item .section-icon{
	margin-bottom: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.service-item  .section-icon .fa{
	font-size: 23px;
}
.service-item .entry-title{
	margin-bottom:10px;
}
.service .service-item .entry-content p{
	margin-bottom:0;
}
/*---------------------
counter-section
---------------------*/
.counter-section{
	padding:226px 0;
	background-repeat:no-repeat;
	position: relative;
	background-position:center;
	background-size:cover;
}
.counter-section .section-wrap{
	position: relative;
}
.counter-item{
    width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin:0 15px;
}
.counter-item span{
	display: inline-block;
	vertical-align: middle;
}
.counter-item .counter-title{
	display: block;
}
.counter-icon{
	padding-left: 10px;
	color: #fff;
	font-size: 25px;
}
.info-count{
	font-size: 45px;
	font-weight: 500;
}
.counter-title{
	font-size: 18px;
	text-transform: uppercase;
}

/*portfolio*/
.portfolio.default-padding{
	padding-bottom:70px;
}
.portfolio-tab-option,
.portfolio-wrap{
	width:100%;
}
.portfolio-tab-option{
	text-align: center;
	margin:0 15px 50px;
}
.portfolio-tab-option ul{
	padding:0;
	margin:0;
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.portfolio-tab-option ul li{
	display: block;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-width: 1px;
    border-style: solid;
    line-height: 1;
    margin-right: -1px;
    position: relative;
    cursor:pointer;
}
.portfolio-tab-option ul li:before {
    content: '';
    position: absolute;
    width: 68%;
    height: 3px;
    bottom: -2px;
    left: 50%;
	-webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
.portfolio-tab-option ul li.active:before{
    opacity: 1;
    visibility:visible;
}
.portfolio-item{
	width: -moz-calc(33.33% - 30px);
	width: -webkit-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	margin:0 15px 30px;
	position: relative;
}
.portfolio-item figure,
.portfolio-gallery .portfolio-gallery-item figure{
	margin:0;
	position: relative;
}
.portfolio-item figure:before,
.portfolio-gallery .portfolio-gallery-item figure:before{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(249,109,11,0.01);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(249,109,11,0.01)), to(rgba(35,9,53,0.8)));
    background-image: -webkit-linear-gradient(rgba(249,109,11,0.01), rgba(35,9,53,0.8));
    background-image: -o-linear-gradient(rgba(249,109,11,0.01), rgba(35,9,53,0.8));
    background-image: linear-gradient(rgba(249,109,11,0.01), rgba(35,9,53,0.8));
}
.portfolio-item .portfolio-content{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding:35px;
}
.portfolio-item:hover .portfolio-content{
	padding-bottom:60px;
}
.portfolio-item .portfolio-content .entry-meta{
	margin-bottom:5px;
}
.portfolio-item .portfolio-content .cat-link{
	text-transform: uppercase;
}
.portfolio-item .portfolio-content .entry-title{
	font-weight:300;
	margin-bottom:0;
}
a.read-more{
	display:inline-block;
	padding: 0 10px;
	border-width:0 0 0 5px;
	border-style:solid;
	line-height:1;
	text-transform: uppercase;
}
a.read-more:hover{
	border-width:0 0 0 15px;
}
.portfolio-item .portfolio-content .read-more{
	visibility: hidden;
	position: absolute;
	left:35px;
	bottom:20px;
}
.portfolio-item:hover .portfolio-content .read-more{
	visibility: visible;
	bottom:35px;
}
/*shop section*/
.section-info, .shop-wrap , .testimonial-wrap,.contact-us-wrap{
	margin:0 15px;
}
.section-info{
	width:-moz-calc(40% - 30px);
	width:-webkit-calc(40% - 30px);
	width:calc(40% - 30px);
}
.shop-wrap,
.testimonial-wrap,
.contact-us-wrap{
	width:-moz-calc(60% - 30px);
	width:-webkit-calc(60% - 30px);
	width:calc(60% - 30px);
	position: relative;
}
.shop-item-wrap{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.shop-item-wrap figure,
.shop-item-wrap .entry-summery{
	width: 50%;
}
.shop-item-wrap figure{
	margin:0;
	position: relative;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.shop-item-wrap .onsale,
.shop-item-wrap .sales-tag{
	position: absolute;
	top:20px;
	display:inline-block;
	padding:4px 10px;
	line-height: 1;
	text-transform:uppercase;
	font-size: 12px;
}
.shop-item-wrap .onsale{
	right:110px;
}
.shop-item-wrap .sales-tag{
	right:20px;
	max-width: 74px;
}
.shop-item-wrap .entry-summery{
	padding-left:20px;
	margin-top:40px;
}
.product-title{
	text-transform:uppercase;
	margin:0 0 10px;
	font-size: 16px;
	font-weight:400;
}
.shop-item-wrap .entry-summery .price{
	display: block;
	margin-bottom:8px;
}
.shop-item-wrap .entry-summery .price del,
.shop-item-wrap .entry-summery .price ins{
	display: block;
}
.shop-item-wrap button[type="submit"]{
	border-width: 0 0 0 5px;
    background: transparent;
    outline: none;
    height: auto;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop-item-wrap button[type="submit"]:hover{
	border-width:0 0 0 15px;
}
.shop-section .slick-dotted.slick-slider{
	margin-bottom:0;
}
.shop-section .shop-wrap .slick-dots{
	bottom:6px;
	display: inline-block;
	width: auto;
	left:50%;
	padding-left:20px;
}
/*team section*/
.team-item{
	width:-moz-calc(33.33% - 30px);
	width:-webkit-calc(33.33% - 30px);
	width:calc(33.33% - 30px);
	margin:0 15px 30px;
}
.team-item:nth-last-of-type(1),
.team-item:nth-last-of-type(2),
.team-item:nth-last-of-type(3){
	margin-bottom:0;
}
.team-top{
	margin-bottom:15px;
	position: relative;
}
.team-item figure{
	margin:0;
	position: relative;
}
.team-top .team-top-info .social-links{
	width: 100%;
	margin-bottom:30px;
}
.team-top .team-top-info .social-links ul{
	-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
}
.team-item .position,
.portfolio-detail .subtitle{
	display:block;
	text-transform:uppercase;
	margin-bottom:10px;
}
.team-item .entry-title{
	margin:0;
}
.team-top-info .social-links ul li a:hover,
.footer-bottom-wrap .social-links ul li a:hover{
    font-size:0;
}
.widget-post-author .social-links ul li a:hover:before,
.team-top-info .social-links ul li a:hover:before,
.footer-bottom-wrap  .social-links ul li a:hover:before{
	margin-right:0;
}
/*video-section*/
.video-section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:225px 0;
	position: relative;
}

.video-content{
	max-width:588px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position: relative;
    	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.video-content .icon{
	width:200px;
	height:200px; 
	display: block;
	background-color:rgba(35,9,53,0.2);
	border-radius:50%; 
	letter-spacing:0px;
}
.video-content .icon i{
	font-size:40px;
	width: 109px;
	height: 109px;
	border-radius:50%;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.video-content .icon,
.video-content .icon i{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.video-content .icon:hover i{
	width:200px;
	height:200px; 
}
.video-content .entry-title{
	width:-moz-calc(100% - 200px);
	width:-webkit-calc(100% - 200px);
	width:calc(100% - 200px);
	padding-left:15px;
	margin-bottom:0;
}
/*testimonial-section*/
.testimonial-section{
	position: relative;
}
.testimonial-wrap:focus,
.shop-wrap:focus{
	outline:none;
}
.testi-figure{
	position:absolute;
	opacity:0.2;
}
.testi-figure:nth-of-type(1){
	left: 91px;
    bottom: 14%;
    width: 230px;
}
.testi-figure:nth-of-type(2){
    left: 29%;
    bottom: 33%;
    width: 130px;
}
.testi-figure:nth-of-type(3){
	bottom: 2%;
    right: 16%;
}
.testi-figure:nth-of-type(4){
    right: 1%;
    top: 8%;
}
.testi-figure , .testi-figure figure , .testi-figure img{
	border-radius: 50%;
	margin:0;
}
.testi-figure figure , .testi-figure img{
	width: 100%;
}
.testi-figure img,
.testi-figure,
.testi-figure figure{
	border-style: solid;
}
.testi-figure img{
	border-width:3px;
}
.testi-figure,
.testi-figure figure{
	border-width:9px;
}
.testimonial-item{
	padding-top:41px;
}
.testimonial-content{
	padding:50px;
	margin-bottom:32px;
	position: relative;
}
.testimonial-content:before{
	content: '';
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 100%;
    left: 55px;
    -webkit-transform: translateY(-37px) rotate(44deg);
    -ms-transform: translateY(-37px) rotate(44deg);
        transform: translateY(-37px) rotate(44deg);
}
.testimonial-content .entry-content{
	font-size:20px;
	font-weight:300;
}
.testimonial-content .entry-content p{
	margin:0;
}
.testimonial-intro{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.testimonial-intro .testi-figure{
	position: static;
    width:156px;
    opacity:1;
}
.testimonial-intro .intro{
	width: -moz-calc(100% - 156px);
	width: -webkit-calc(100% - 156px);
	width: calc(100% - 156px);
	padding-left:18px;
}
.testimonial-intro .entry-title{
	margin-bottom:5px;
}
.testimonial-intro .position{
	text-transform: uppercase;
}
.testimonial-wrap  .slick-dots{
	display: inline-block;
	bottom:auto;
	top: 0;
	left:0;
	width: auto;
}
/*.client-section*/
.client-section{
	background-color:#230935;
}
.client-section .section-inner-wrap{
	margin:0;
}
.client-item{
	width: 33.33%;
	padding:36px 16px;
	border-width:1px 1px 0 0;
	border-style:solid;
}
.client-item:nth-of-type(1),
.client-item:nth-of-type(2),
.client-item:nth-of-type(3){
	border-top:0;
}
.client-item:nth-of-type(3n){
	border-right:0;
}
.client-item figure{
	margin:0;
}
.client-item figure img{
	display: block;
	margin:0 auto;
	/*max-height:52px;*/
	opacity:0.5;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.client-item:hover figure img{
	opacity: 1;
}
/*blog section*/
.page-template-template-home .blog-section .blog-item{
	width: -moz-calc(33.33% - 30px);
	width: -webkit-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	margin:0 15px 30px;
}

.blog-section .blog-item:nth-last-of-type(1),
.blog-section .blog-item:nth-last-of-type(2),
.blog-section .blog-item:nth-last-of-type(3){
	margin-bottom:0;
}

article.blog-item figure{
	margin-top:0; 
	position:relative;
	overflow:hidden;
	display:inline-block;
}

article.blog-item figure:before,
.team-item figure:before{
	content:'';
	position: absolute;
	left:0;
	right:0;
	height: 100%;
	z-index: 2;
	opacity:0;
	visibility: hidden;
}
article.blog-item figure:before,
.team-item figure:before,
.portfolio-item:hover figure:before,
.portfolio-gallery .portfolio-gallery-item:hover figure:before{
	background-color:rgba(249,109,11,0.6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(249,109,11,0.6)), to(rgba(35,9,53,0.9)));
	background-image: -webkit-linear-gradient(rgba(249,109,11,0.6), rgba(35,9,53,0.7));
	background-image: -o-linear-gradient(rgba(249,109,11,0.6), rgba(35,9,53,0.7));
	background-image: linear-gradient(rgba(249,109,11,0.6), rgba(35,9,53,0.7));
}
article.blog-item:hover figure:before,
.team-item:hover figure:before{
	opacity:1;
	visibility:visible;
}
article.blog-item figure a.main-button,
.team-item .team-top-info{
	position: absolute;
	top:60%;
	z-index:3;
	opacity: 0;
	visibility: hidden;
}
article.blog-item figure a.main-button{
	left:50%;
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.team-item .team-top-info{
	left:0;
	right: 0;
	text-align: center;
}
article.blog-item:hover figure a.main-button,
.team-item:hover .team-top-info{
	opacity: 1;
	visibility: visible;
}
article.blog-item:hover figure a.main-button{
	top:40%;
	-moz-transform:translate(-50%);
	-webkit-transform:translate(-50%);
	transform:translate(-50%);
}
.team-item:hover .team-top-info{
	top:50%;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
article.blog-item .post-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
article.blog-item .entry-meta{
	margin-bottom:7px;
}
.cat-links{
	text-transform: uppercase;
	display:inline-block;
	vertical-align:top;
	position: relative;
	padding-left:9px;
	margin-left:6px;
}
.cat-links:nth-of-type(1){
	margin-left:0;
	padding-left:0;
}
.cat-links:before{
	content:'';
	position: absolute;
	display:block;
	width:3px;
	height:3px;
	left:0;
	top:50%;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.cat-links:nth-of-type(1):before{
	content:none;
}
article.blog-item .posted-on{
    width: 50px;
    line-height: 1.3;
}
article.blog-item .posted-on a{
    display: block;
    padding: 6px;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
}
article.blog-item .post-info{
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	padding-left:15px;
}
article.blog-item .entry-title{
	text-transform:unset;
	margin-bottom:0;
}
.read-more-wrap,
.load-more-wrap{
	margin-top:43px;
	text-align:center;
}
/*contact us section*/
.contact-us-section{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-us-section.default-padding{
	padding-bottom:0;
}
.contact-us-section figure{
	margin:50px 0 0;
}
.contact-us-section figure img{
	display: block;
	margin:0 auto;
}
.contact-us-wrap .wpcf7{
	padding:45px;
	position:relative;
}
.contact-us-wrap .wpcf7:before{
	content:'';
	position: absolute;
	right:100%;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color:transparent transparent #fff transparent;
}

.contact-us-wrap .wpcf7 form span:before {
  width: 68px;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
  font-family: FontAwesome;
  line-height:45px;
  font-size: 18px;
  color: #fff;
}
.contact-us-wrap form .your-name:before {
  content: "\f2c0";
}
.contact-us-wrap form .your-email:before {
  content: "\f003";
}
.contact-us-wrap form .your-telephone:before {
  content: "\f095";
}
.contact-us-wrap form .your-address:before{
	content: "\f041";
}
.contact-us-wrap form .wpcf7-form-control-wrap{
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.contact-us-wrap .wpcf7 form span input{
	padding-left:83px;
}
.entry-content form .wpcf7-form-control-wrap{
	display:block;
	margin-bottom:15px;
}
.footer-bottom-wrap{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:10px 0;	
}
.footer-bottom-wrap .footer-bottom-left{
	margin-right:auto;
}
.footer-bottom-wrap .footer-bottom-right{
	margin-left:auto;
}
.site-generator{
	text-transform:uppercase;
	font-weight:200;
}
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
	width: auto;
	background-color:transparent;
	text-align: center;
}
/*for line and animation*/
body{
	position: relative;
}
.lines-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
}
.lines-wrap .container,
.line-inner-wrap{
	height: 100%;
}
.line-item {
    float: left;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgba(153, 153, 153, 0.1);
    height: 100%;
    position: relative;
}
.line-item:first-child {
    border-left: 1px solid rgba(153, 153, 153, 0.09);
}
.line-item:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 30px;
}
.line-item:nth-of-type(3):before,
.line-item:nth-of-type(4):before{
	right: -2px;
}
.line-item:nth-of-type(1):before,
.line-item:nth-of-type(2):before{
	left:-2px;
}
.line-item:nth-of-type(1):before,
.line-item:nth-of-type(3):before{
	top: 0;
}
.line-item:nth-of-type(2):before,
.line-item:nth-of-type(4):before{
	bottom:0;
}
.line-item:nth-of-type(1):before{
	animation: scroll3 16s ease-out infinite;
}
.line-item:nth-of-type(2):before{
	animation: scroll2 10s ease-out infinite;
}
.line-item:nth-of-type(3):before{
	animation: scroll3 16s ease-out infinite;
}
.line-item:nth-of-type(4):before{
	animation: scroll2 10s ease-out infinite;
}

@keyframes scroll3 {
	0% {
		opacity: 1;
		top: 0
	}
	50% {
		top: 50%;
	}
	100% {
		top: 100%;
		opacity: 0.5;
	}
}
@keyframes scroll2 {
	0% {
		opacity: 1;
		bottom: 0;
	}
	50% {
		bottom: 50%;
	}
	100% {
		bottom: 100%;
		opacity: 0.5;
	}
}
/*about-us-detail*/
.aboutus-detail .section-info,
.aboutus-detail .entry-content{
	width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.aboutus-detail .my-skill{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.aboutus-detail .contact-info > div {
    width: calc(33.33% - 30px);
}
.aboutus-detail .my-skill .skill-item{
	width: calc(50% - 30px);
	margin:0 15px 30px;
}
.aboutus-detail .my-skill .skill-item:nth-last-of-type(1),
.aboutus-detail .my-skill .skill-item:nth-last-of-type(2){
	margin-bottom:0;
}
.skill-description{
	margin-top:15px;
}
.qualification{
	background-color:#230935;
}
.qualification-detail .section-content-left, 
.qualification-detail .section-content-right{
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.qualification-detail .section-content-left > .entry-title, 
.qualification-detail .section-content-right > .entry-title{
	width:25%;
	padding-right:20px;
}
.qualification-detail .section-content-left .entry-title + .qualification-wrap,
.qualification-detail .section-content-right .entry-title + .qualification-wrap{
	width: 75%;
	margin-left:auto;
}
.qualification-detail .section-content-left + .section-content-right{
	margin-top:30px;
	padding-top:30px;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#391331;
}
/*service-detail page*/
.service-detail  .section-content-wrap .section-inner-wrap{
	margin:0;
}
.service-detail .service-item{
	width:100%;
	margin:0;
}
.detail-service-list ul{
	list-style:none;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 -15px;
}
.detail-service-list ul li{
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin:0 15px 30px;
}
.detail-service-list ul{
    counter-reset: section;
}
.detail-service-list ul li .entry-title:before{
	content: counter(section, decimal-leading-zero)'.';
    counter-increment: section;
}
.pricing-wrap{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;	
    margin:0 -15px;
}
.pricing-wrap .pricing-item{
	width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin:0 15px;
    padding:50px;
    text-align:center;
}
.pricing-wrap .pricing-item .entry-title{
	font-weight:200;
	margin-bottom:20px;
}
.pricing-wrap .pricing-item .price-info{
	font-size:50px;
	line-height:1;
	display:block;
	margin-bottom:15px;
}
.pricing-feature{
	list-style:none;
	padding:0;
	margin:0;
}
.pricing-feature li{
	font-size:16px;
	text-transform:uppercase;
	font-weight:200;
	padding:10px;
	border-width:0 0 1px 0;
	border-style:solid;
}
.pricing-feature li:last-child{
	border-bottom:0;
}
.pricing-information .main-button{
	margin-top:10px;
}
.pricing-information{
	padding:20px 12px;
	background-color: rgba(249,109,11,1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(249,109,11,1)), to(rgba(35,9,53,1)));
    background-image: -webkit-linear-gradient(rgba(249,109,11,1), rgba(35,9,53,1));
    background-image: -o-linear-gradient(rgba(249,109,11,1), rgba(35,9,53,1));
    background-image: linear-gradient(rgba(249,109,11,1), rgba(35,9,53,1));
}
/*team-detail-page*/
.team-detail .section-content-wrap .section-inner-wrap,
.portfolio-detail .section-content-wrap .section-inner-wrap{
	margin:0;
}
.team-detail .team-item{
	margin:0;
	width: 100%;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.team-detail .team-item .entry-title,
.portfolio-detail-wrap .entry-title{
	margin-bottom:15px;
}
.team-detail .team-item .position,
.portfolio-detail .subtitle{
	margin-bottom:4px;
}
.team-detail .social-links{
	margin-bottom:25px;
}
.team-detail .contact-info,
.map .contact-info{
	margin:0;
}
.team-detail .team-item figure{
	width: 30%;
}
.team-detail .team-item figure:before{
	content:none;
}
.team-detail .team-detail-content{
	width: 70%;
	padding-left:30px;
}
.map .contact-info > div,
.team-detail .contact-info > div{
    margin: 0 0 30px;
    width:100%;
}
/*map-section*/
.map-section .section-content-wrap .section-inner-wrap{
	margin:0;
}
.map{
	width:100%;
	position: relative;
}
.map iframe{
	width:100%;
	height:484px;
    width: 100%;
    border: 0;
    margin: 0;
    display: block;
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-box{
	position: absolute;
	top:50px;
	right: 50px;
	max-width:335px;
	padding:30px;
}
/*portfolio page*/
.portfolio-info{
	margin-bottom:30px;
}
.portfolio-info,
.portfolio-info-item{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.portfolio-info-item{
	width:-moz-calc(50% - 30px);
	width:-webkit-calc(50% - 30px);
	width:calc(50% - 30px);
	padding:18px;
	background-color:#e9e8ea;	
	text-transform:uppercase;
	font-size:18px;
	-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
        line-height:1;
}
.portfolio-info-item:nth-of-type(2n+1){
	margin-right:30px;
}
.portfolio-info-item:nth-of-type(2n){
	margin-left:30px;
}
.portfolio-info-item:nth-of-type(4n),
.portfolio-info-item:nth-of-type(4n-1){
	background-color:transparent;	
}
.portfolio-info-item label{
	margin-right:5px;
}
.portfolio-gallery{
	margin:0 -15px;
}
.portfolio-gallery .portfolio-gallery-item{
	width:-moz-calc(33.33% - 30px);
	width:-webkit-calc(33.33% - 30px);
	width:calc(33.33% - 30px);
	margin:0 15px 30px;
	overflow:hidden;
	position: relative;
}
.portfolio-gallery .portfolio-gallery-item figure{
	margin:0;
}
.portfolio-gallery .portfolio-gallery-item figure img,
.portfolio-item figure img{
	display:block;
	margin:0 auto;
}
.portfolio-gallery .portfolio-gallery-item a{
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	top:60%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	opacity: 0;
	visibility: hidden;
	font-size:30px;
}
.portfolio-gallery .portfolio-gallery-item:hover a{
	top:50%;
	opacity:1;
	visibility:visible;
}
/*blog page*/
.primary-secondary-wrap{
	padding:100px 0;
}
.both-sidebar .site-content .container:after,
.right_sidebar .site-content .container:after,
.left_sidebar  .site-content .container:after{
    clear: both;
    content:'';
    display:block;
}
.widget-area-left,
.widget-area-right{
    width: 30%;
}
.widget-area-left{
    float: left;
}
.widget-area-right{
    float: right;
}
#primary{
    width:100%;
}
.right_sidebar #primary,
.left_sidebar #primary{
	width:-o-calc(70% - 30px);
	width:-ms-calc(70% - 30px);
	width:-moz-calc(70% - 30px);
	width:-webkit-calc(70% - 30px);
    width:calc(70% - 30px);
}
.right_sidebar #primary{
    float:left;
    margin-right:30px;
}
.left_sidebar #primary{
    float: right;
    margin-left:30px;
}
.both-sidebar #primary{
	width:-o-calc(50% - 60px);
	width:-ms-calc(50% - 60px);
	width:-moz-calc(50% - 60px);
	width:-webkit-calc(50% - 60px);
    width:calc(50% - 60px);
    margin:0 30px;
    float: left;
    position: relative;
    left:25%;
}
.both-sidebar .widget-area-left{
    position: relative;
    right: 50%;
}
.both-sidebar .widget-area-left, 
.both-sidebar .widget-area-right{
    width:25%;
}
.right_sidebar .blog-item,
.left_sidebar .blog-item{
	width: 50%;
	width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    
    /*padding: 0 15px;*/
}
.both-sidebar .blog-item{
	width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.single .detail-wrap .section-content-wrap .section-inner-wrap{
	margin:0;
}
.post figure{
	margin-top:0;
}
/*author post*/
.widget-post-author{
    margin-bottom:50px;
}
.widget-post-author figure{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}
.widget-post-author .author-details{
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
    padding-left:17px;
}
.author-details .author-name{
    margin-top:0;
    margin-bottom:7px;
    text-transform: uppercase;
}
.author-details p{
    margin-bottom:10px;
}
.author-info-wrap,
.comments-area .comment-meta,
.comments-area .comment-author{
    display:-o-flex;
    display:-ms-flex;
    display:-moz-flex;
    display:-webkit-flex;
    display:flex;
    -o-align-items:center;
    -ms-align-items:center;
    -moz-align-items:center;
    -webkit-align-items:center;
    align-items:center;
    -o-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.author-info-wrap .author-info{
    margin-left:auto;
    text-transform:uppercase;
    font-size: 12px;
}
.comments-title,
.comment-reply-title{
	text-transform: uppercase;
	margin-top:0;
	font-weight:400;
}
.comments-area ul, .comments-area ol{
	margin-left:0;
}
.comments-area .comment-meta{
	margin-bottom:10px;
}
.comments-area .comment-author{
	margin-right: 10px;
}
.comment-content p{
	margin-bottom:10px;
}
.comments-area .comment-body{
	margin-bottom:20px;
}
.comments-area .comment-author > img{
	width:50px;
	height: 50px;
	border-radius:50%;
	object-fit:cover; 
	margin-right:10px;
}
.comments-area .says{
	margin-left:10px;
}
.site-footer{
	position: relative;
}
/*-----------------------------
css for animation for scroll
overriding animate.css
------------------------------*/
@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }

  50% {
    opacity: 0.2;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }

  50% {
    opacity: 0.2;
  }
}
#today a{
	color: #f96d0b;	
}
.featured-post-image{
	margin-bottom: 20px;
}
.service figure{
	margin-bottom: 15px;
}
.qualification .entry-date{
	color: #919191;
}
/*add css*/
.video-section .entry-title,
.copyright-part a{
	color: #fff;
}
.copyright-part a:hover{
	color: #f96d0b;
}
.no-results .search-form{
	position: relative;
}
.no-results .search-submit{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #f96d0b;
	color: #fff;
}
.error404.right_sidebar #primary,
.error404.left_sidebar #primary{
	width: 100%;
	float: none;
	margin-right:0;
}
.error-404.not-found{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    position: relative;
}
.error-404.not-found:before{
	content: '';
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.error-404-wrapper{
	position: relative;
	z-index: 8;
}
.widget_categories li:before,
.widget_categories li:after,
.widget_archive li:before,
.widget_archive li:after,
.widget ul:before,
.widget ul:after{
	clear: both;
	display: block;
	content: '';
}
#myfullpage > .primary-secondary-wrap{
	padding: 180px 0 100px;
}
#myfullpage .fearured-section + .primary-secondary-wrap{
	padding: 100px 0;
}
.error404 .first-word{
    font-size: 70px;
    font-weight: 500;
}
.error404 h4{
    font-size: 40px;
    font-weight: 200;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
}
.error404 .button-icon,
.error404 .main-button{
	color: #fff;
}
.wp-custom-header-video-play{
	display: none;
}
.wp-custom-header{
	position:relative;
    padding-bottom:56.25%;
    padding-top:0;
    height:0;
    overflow:hidden;
}
.wp-custom-header video,
.wp-custom-header iframe, 
.wp-custom-header object, 
.wp-custom-header embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.widget .children,
.widget .sub-menu {
	padding-left: 5px;
}

.widget .gallery {
	display: flex;
	flex-wrap: wrap;
}
.widget .gallery .gallery-item {
   	display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
}
.widget .gallery .gallery-item div{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 5px;
}
.widget .gallery .gallery-item div img{
	height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.fearured-section figure img {
    width: 100%;
}

.blog-item {
	margin: 0 15px 30px;
}
.site-header .navbar{
	z-index:99;
}
.site-header .navbar.menu-expand a{
	color:#fff;
}
.site-description{
	margin:0;
}
.cat-links{
	font-weight:400;
}
.portfolio-item .portfolio-content .entry-title{
	font-weight:400;
	line-height:1.5;
}
.entry-content form .wpcf7-form-control-wrap{
	display:block;
	margin-bottom:15px;
}
.contact-us-section .section-info{
	  display: flex;
    flex-wrap: wrap;
}
.contact-us-section figure{
	align-self: flex-end;
}
.contact-us-section .contact-us-wrap{
	    padding-bottom: 30px;
}
@media only screen and (max-width: 1300px) {
	.site-branding .site-title {
    font-size: 30px;
}
	#myfullpage .fearured-section + .primary-secondary-wrap {
    padding: 70px 0;
}
}
@media only screen and (max-width: 768px) {
	.right_sidebar #primary, .left_sidebar #primary{
		width:100%;
		float:none;
	}
}
@media only screen and (max-width: 640px) {
	.site-branding .site-title {
    font-size: 22px;
}
	#myfullpage .fearured-section + .primary-secondary-wrap {
    padding: 30px 0;
}
}
@media only screen and (max-width: 479px){
.site-branding .site-title {
    font-size: 18px;
}
	.site-branding{
		top:0;
		-moz-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
	}
}

/*add css*/

.career-portfolio-elementor-builder #myfullpage .fearured-section + .primary-secondary-wrap{
	padding:100px 0 0;
}
.career-portfolio-elementor-builder.no_sidebar .primary-secondary-wrap>.container{
    width: 100%;
		max-width:100%;
}
.navbar .main-navigation ul li .sub-menu a.toggle {
    width: 30px;
}

.admin-bar .hgroup-wrap {
    padding-top: 32px;
}
.nav-button:focus span{
	background: #F96D0B
}
input:focus-within, input:focus,
textarea:focus {
    border: 1px solid rgba(0,0,0,0.6);
}
input[type="submit"]:focus {
    background: #270A3A;
    border-color: #270A3A;
    color: #fff;
}
/*a:focus{
	text-decoration: underline;
}*/
.footer-bottom-wrap a{
    color: #fff;
}
header.entry-header.heading {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-item {
	margin: 0 15px 30px;
}
.site-header .navbar{
	z-index:99;
}
.site-header .navbar.menu-expand a{
	color:#fff;
}
.site-description{
	margin:0;
}
.cat-links{
	font-weight:400;
}
.portfolio-item .portfolio-content .entry-title{
	font-weight:400;
	line-height:1.5;
}
.entry-content form .wpcf7-form-control-wrap{
	display:block;
	margin-bottom:15px;
}
.contact-us-section .section-info{
	  display: flex;
    flex-wrap: wrap;
}
.contact-us-section figure{
	align-self: flex-end;
}
.contact-us-section .contact-us-wrap{
	    padding-bottom: 30px;
}
@media only screen and (max-width: 1300px) {
	.site-branding .site-title {
    font-size: 30px;
}
	#myfullpage .fearured-section + .primary-secondary-wrap {
    padding: 70px 0;
}
}
@media only screen and (max-width: 768px) {
	.right_sidebar #primary, .left_sidebar #primary{
		width:100%;
		float:none;
	}
}
@media only screen and (max-width: 640px) {
	.site-branding .site-title {
    font-size: 22px;
}
	#myfullpage .fearured-section + .primary-secondary-wrap {
    padding: 30px 0;
}
}
@media only screen and (max-width: 479px){
.site-branding .site-title {
    font-size: 18px;
}
	.site-branding{
		top:0;
		-moz-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
	}
}

/* horizontal-menu */
	.horizontal-menu .hgroup-wrap{
		width:100%;
		height: 80px;
		z-index:99;
	}
	.horizontal-menu .search-toggle, .horizontal-menu .nav-button{
		width: 80px;
    	height: 80px;
	}
	.horizontal-menu .nav-button {
		right: 0;
		left: auto;
		width: 80px;
		height: 80px;
	}
	.horizontal-menu #myfullpage,
	.horizontal-menu .site-footer {
		padding-left: 0 !important;
	}
	.horizontal-menu .header-social{
		overflow:visible;
		top: 0 !important;
		bottom: 0 !important;
		padding-bottom: 0;
	}
	.horizontal-menu .header-social ul{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		transform: scale(1);
	}
	.horizontal-menu .header-social ul li {
		margin-bottom: 0;
		margin-right:10px;
	}
	.horizontal-menu.admin-bar .hgroup-wrap{
		top:32px;
		padding-top: 0;
	}
	.horizontal-menu .site-header .hgroup-wrap + .navbar.menu-expand {
		right: -moz-calc(100% - 0px);
		right: -webkit-calc(100% - 0px);
		right: calc(100% - 0px);
	}
	.horizontal-menu .site-branding {
		top: 80px;
		z-index: 9;
	}

@media only screen and (max-width: 479px){
	.horizontal-menu .site-branding {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/* normal-menu */
.normal-menu .site-header{
	background-color: #270a3a;
	padding: 20px 0;
}
.normal-menu .site-header .container{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.normal-menu .site-header .main-navigation li a{
	text-transform:capitalize;
}
.normal-menu .site-header .main-navigation li a:hover{
	background-color:transparent;	
}
.normal-menu .site-branding{
	position:relative;
	left:0;
	transform:translatex(0);
	top:0;
	padding: 0;
	width: 200px;
}
.normal-menu .nav-button{
 display:none;	
}
.normal-menu .navigation-wrap{
	    padding: 0;
	overflow-y: unset;
}

.normal-menu .hgroup-wrap{
	position:static;
	width:79%;
	width: calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	width: -ms-calc(100% - 230px);
	width: -o-calc(100% - 230px);
	
}
.normal-menu .search-toggle,
.normal-menu .hgroup-wrap{
    background-color: transparent;
}
.normal-menu .search-toggle{
	width:25px;
	float:right;
	height: auto;
    line-height: inherit;
}
.normal-menu .main-navigation a {
	color: #fff;
}
.normal-menu .header-social ul{
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	transform: scale(1);
}
.normal-menu.admin-bar .hgroup-wrap{
	padding-top:0;
}
.normal-menu .site-header .main-navigation li{
	padding:0 15px;
}
.normal-menu .site-header .main-navigation li a:hover {
    padding-left: 0px;
}
.normal-menu .main-navigation a{
	font-size:20px;
}
.normal-menu .main-navigation a:hover{
	color:#f96d0b;
}
.normal-menu .main-navigation ul ul{
	background-color:#270a3a;
}
.normal-menu .header-social{
		overflow:visible;
		top: 0 !important;
		bottom: 0 !important;
		padding-bottom: 0;
		position: unset;
	}
.normal-menu .header-nav-wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:nowrap;
	    flex-wrap:nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.normal-menu .header-social ul li{
	margin-bottom:0;
}
.normal-menu .search-toggle:before{
	font-size:18px
}
.normal-menu .main-navigation ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    background: #270a3a;
    z-index: 99999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.normal-menu .main-navigation li:focus-within > ul.sub-menu, 
.normal-menu .main-navigation li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.normal-menu .main-navigation > ul > li >ul.sub-menu{
    top: 110%;
}

.normal-menu .main-navigation > ul > li:hover > ul.sub-menu{
        top:100%;
}
.normal-menu .main-navigation ul ul li:hover > ul,
.normal-menu .main-navigation ul ul li.focus > ul {
    left: 100%;
}
.normal-menu .main-navigation ul.sub-menu li > ul,
.normal-menu .main-navigation ul.sub-menu li:hover > ul{
    top:0;
}

.normal-menu .main-navigation ul li:hover > ul,
.normal-menu .main-navigation ul li.focus > ul {
    left: auto;
}


@media only screen and (min-width: 768px){
.normal-menu .main-navigation li.menu-item-has-children:before {
    content: "\f107";
    color:#fff;
    position: absolute;
    right: 0px;
    top: 50%;
    font-family: FontAwesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.normal-menu .main-navigation li.menu-item-has-children:hover:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.normal-menu .main-navigation .sub-menu li.menu-item-has-children:before,
.normal-menu .main-navigation .sub-menu li.menu-item-has-children:hover:before {
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
}
}
body.normal-menu{
	overflow-x:hidden !important;
	white-space: normal;
}

/*   -- "Social Profile" (These are the styles for the Social Site section) --   */
.normal-menu .header-social ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.normal-menu .header-social ul li{
	display: inline-block;
	padding: 0 5px;
}
.normal-menu .header-social ul li a{
	font-size:0;
}
.normal-menu .header-social ul li a::before {
	font-family: "FontAwesome";
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	margin-left: 5px;
}
.normal-menu .header-social ul li a[href*="facebook.com"]::before {
	content: "\f09a";
}
.normal-menu .header-social ul li a[href*="twitter.com"]::before {
	content: "\f099";
}

.normal-menu .header-social ul li a[href*="linkedin.com"]::before {
	content: "\f0e1";
}

.normal-menu .header-social ul li a[href*="plus.google.com"]::before {
	content: "\f0d5";
}

.normal-menu .header-social ul li a[href*="youtube.com"]::before {
	content: "\f167";
}

.normal-menu .header-social ul li a[href*="dribbble.com"]::before {
	content: "\f17d";
}

.normal-menu .header-social ul li a[href*="pinterest.com"]::before {
	content: "\f0d2";
}
.normal-menu .header-social ul li a[href*="bitbucket.org"]::before {
	content: "\f171";
}
.normal-menu .header-social ul li a[href*="github.com"]::before {
	content: "\f113";
}
.normal-menu .header-social ul li a[href*="codepen.io"]::before {
	content: "\f1cb";
}
.normal-menu .header-social ul li a[href*="flickr.com"]::before {
	content: "\f16e";
}
.normal-menu .header-social ul li a[href$="feed.com"]::before {
	content: "\f09e";
}
.normal-menu .header-social ul li a[href*="foursquare.com"]::before {
	content: "\f180";
}
.normal-menu .header-social ul li a[href*="instagram.com"]::before {
	content: "\f16d";
}
.normal-menu .header-social ul li a[href*="tumblr.com"]::before {
	content: "\f173";
}
.normal-menu .header-social ul li a[href*="respanit.com"]::before {
	content: "\f1a1";
}
.normal-menu .header-social ul li a[href*="vimeo.com"]::before {
	content: "\f194";
}
.normal-menu .header-social ul li a[href*="digg.com"]::before {
	content: "\f1a6";
}
.normal-menu .header-social ul li a[href*="twitch.tv"]::before {
	content: "\f1e8";
}
.normal-menu .header-social ul li a[href*="stumbleupon.com"]::before {
	content: "\f1a4";
}
.normal-menu .header-social ul li a[href*="delicious.com"]::before {
	content: "\f1a5";
}
.normal-menu .header-social ul li a[href*="mailto:"]::before {
	content: "\f0e0";
}
.normal-menu .header-social ul li a[href*="soundcloud.com"]::before {
	content: "\f1be";
}
.normal-menu .header-social ul li a[href*="wordpress.org"]::before {
	content: "\f19a";
}
.normal-menu .header-social ul li a[href*="wordpress.com"]::before {
	content: "\f19a";
}
.normal-menu .header-social ul li a[href*="jsfispanle.net"]::before {
	content: "\f1cc";
}
.normal-menu .header-social ul li a[href*="tripadvisor.com"]::before {
	content: "\f262";
}
.normal-menu .header-social ul li a[href*="foursquare.com"]::before {
	content: "\f180";
}
.normal-menu .header-social ul li a[href*="angel.co"]::before {
	content: "\f209";
}
.normal-menu .header-social ul li a[href*="slack.com"]::before {
	content: "\f198";
}
.normal-menu .header-social ul li a[href*="facebook.com"]:hover:before {
	color: #3b5998;
}
.normal-menu .header-social ul li a[href*="twitter.com"]:hover:before {
	color: #00aced;
}
.normal-menu .header-social ul li a[href*="plus.google.com"]:hover:before {
	color: #c13c31;
}
.normal-menu .header-social ul li a[href*="/feed/"]:hover:before {
	color: #dc622c;
}
.normal-menu .header-social ul li a[href*="wordpress.org"]:hover:before {
	color: #21759b;
}
.normal-menu .header-social ul li a[href*="github.com"]:hover:before {
	color: #4183c4;
}
.normal-menu .header-social ul li a[href*="linkedin.com"]:hover:before {
	color: #007bb6;
}
.normal-menu .header-social ul li a[href*="pinterest.com"]:hover:before {
	color: #cb2027;
}
.normal-menu .header-social ul li a[href*="flickr.com"]:hover:before {
	color: #ff0084;
}
.normal-menu .header-social ul li a[href*="vimeo.com"]:hover:before {
	color: #aad450;
}
.normal-menu .header-social ul li a[href*="youtube.com"]:hover:before {
	color: #b00;
}
.normal-menu .header-social ul li a[href*="instagram.com"]:hover:before {
	color: #517fa4;
}
.normal-menu .header-social ul li a[href*="dribbble.com"]:hover:before {
	color: #ea4c89;
}
.normal-menu .header-social ul li a[href*="skype.com"]:hover:before {
	color: #12a5f4;
}
.normal-menu .header-social ul li a[href*="digg.com"]:hover:before {
	color: #333;
}
.normal-menu .header-social ul li a[href*="codepen.io"]:hover:before {
	color: #000;
}
.normal-menu .header-social ul li a[href*="respanit.com"]:hover:before {
	color: #ff4500;
}
.normal-menu .header-social ul li a[href*="mailto:"]:hover:before {
	color: #1d62f0;
}
.normal-menu .header-social ul li a[href*="foursquare.com"]:hover:before {
	color: #f94877;
}
.normal-menu .header-social ul li a[href*="stumbleupon.com"]:hover:before {
	color: #eb4924;
}
.normal-menu .header-social ul li a[href*="twitch.tv"]:hover:before {
	color: #6441a5;
}
.normal-menu .header-social ul li a[href*="tumblr.com"]:hover:before {
	color: #32506d;
}
.normal-menu .header-social ul li a[href*="foursquare.com"]:hover:before {
	color: #f94877;
}
.normal-menu .header-social ul li a[href*="stumbleupon.com"]:hover:before {
	color: #eb4924;
}
.normal-menu .header-social ul li a[href*="twitch.tv"]:hover:before {
	color: #6441a5;
}
.normal-menu .header-social ul li a[href*="tumblr.com"]:hover:before {
	color: #32506d;
}
.normal-menu .header-social ul li a[href*="soundcloud.com"]:hover:before {
	color: #f50;
}
.normal-menu .header-social ul li a[href*="wordpress.org"]:hover:before {
	color: #21759b;
}
.normal-menu .header-social ul li a[href*="jsfispanle.net"]:hover:before {
	color: #4679bd;
}
.normal-menu .header-social ul li a[href*="tripadvisor.com"]:hover:before {
	color: #86c171;
}
.normal-menu .header-social ul li a[href*="foursquare.com"]:hover:before {
	color: #2d5be3;
}
.normal-menu .header-social ul li a[href*="angel.co"]:hover:before {
	color: #000;
}
.normal-menu .header-social ul li a[href*="slack.com"]:hover {
	color: #56b68b;
}
@media only screen and (max-width: 1300px){
	.normal-menu #myfullpage, .normal-menu .site-footer {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 991px){
	.normal-menu .site-header .main-navigation li {
		padding: 0 5px;
	}
	.normal-menu .main-navigation a {
		font-size: 18px;
	}
	.normal-menu .header-social ul li a::before{
		font-size: 14px;
		margin-left: 0px;
	}
	.normal-menu .search-toggle:before{
		font-size: 14px;
	}
	.normal-menu .main-navigation ul.sub-menu{
		left:auto;
		right:0;
	}
	.main-navigation li.menu-item-has-children {
		margin-right: 2px;
	}
	.normal-menu .main-navigation li.menu-item-has-children:before{
		right: -5px;
	}
	
}
@media only screen and (max-width: 767px){

	.mean-container a.meanmenu-reveal {
        width: 30px;
        height: 34px;
	    padding: 9px 15px 11px;
    }

    .mean-container a.meanmenu-reveal span {
        background: #fff;
        margin-top: 15px;
        border-radius: 5px;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal span::before,
    .mean-container a.meanmenu-reveal span::after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal span::before {
        top: -10px;
    }

    .mean-container a.meanmenu-reveal span::after {
        bottom: -10px;
    }

    .mean-container a.meanmenu-reveal.meanclose span {
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal.meanclose span::before {
        -webkit-transform: rotate(-220deg);
        -ms-transform: rotate(-220deg);
        transform: rotate(-220deg);
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mean-container a.meanmenu-reveal.meanclose span::after {
        -webkit-transform: rotate(220deg);
        -ms-transform: rotate(220deg);
        transform: rotate(220deg);
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .meanmenu-reveal.meanclose span:nth-child(2n) {
        opacity: 0;
    }
	.mean-container .mean-bar{
		background:transparent;
	}
	
	.normal-menu  .navigation-wrap{
		position:absolute;
		top:40px; 
		width: 100%;
		left: 0;
		right: 0;
	}
	.normal-menu .search-toggle{
		margin-right:70px;
	}
	.normal-menu .header-social,
	.normal-menu .search-toggle{
		position:relative;
		z-index:9999999;
	}
	.normal-menu .mean-container .mean-nav {
		float: none;
		width: 100%;
		position: absolute;
		right: 0;
		top: 40px;
		background: #270a3a none repeat scroll 0 0;
	}

	.normal-menu .site-header .main-navigation li.menu-item-has-children ul {
		padding-left: 0;
	}
	.normal-menu .site-header .main-navigation li a:hover {
		padding-left: 5%;
	}
	.normal-menu .site-header .main-navigation li li a:hover{
		padding-left: 10%;
	}
	.normal-menu .site-header .main-navigation li {
		padding: 0;
	}
	.normal-menu .main-navigation ul.sub-menu{
		position:static;
	}


}
@media only screen and (max-width: 479px){
	.normal-menu .hgroup-wrap{
		width:100%;
		position:relative;
	}
	.normal-menu .navigation-wrap {
		top: -14px;
	}
	.normal-menu .site-branding{
		width:100%;
	}
	.normal-menu .search-toggle{
		margin-right:auto;
	}
	.normal-menu .mean-container .mean-nav{
		margin-top:12px;
	}
}

