/*!
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.7
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, 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
# primary-inners
# Content
	## Posts and pages
# 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;
    padding: 0;
    font-family:"Meiryo", Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:1.8;
    font-weight:normal;
    color: #333;
    background: #f9f9f9; /* Fallback for when there is no custom background color defined. */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-word-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word
}

h2 {
    font-size:26px;
    line-height:1.3;
    font-weight:normal;
    margin: 0 0 10px;
    padding: 0;
    color: #333;
}

h3 {
    font-size:20px;
    line-height:1.3;
    font-weight:bold;
    margin: 0 0 10px;
    padding: 0;
    color: #92278f;
}

p {
    font-size:16px;
    line-height:30px;
    font-weight:normal;
    margin: 10px 0;
    padding: 0;
    color: #333;
}

/*--------------------------------------------------------------
# NEW
--------------------------------------------------------------*/
.primary-secondary-wrap-area {
	background: #e8e6e6;
}

/**
 * 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;
	text-decoration: none;
	color: #333;
}
a:hover, 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
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.8;
}

h1, h4, h5, h6 {
	clear: both;
	margin-bottom:20px;
}

h1{
	font-size:34px;	
} 
/*h2{
	font-size:28px;
}
h3{
	font-size:22px;
}*/
h4{
	font-size:18px;
}
h5{
	font-size:14px;
}
h6{
	font-size:12px;
}

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.custom-background {
    /*background-color: #f5f5f5;*/
    /*background-image: url("https://demo.theme404.com/career-portfolio/default/wp-content/uploads/2019/08/bg-01.png");*/
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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;
	max-width: 100%;
	width: 100%;
	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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
	}
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.line-inner-wrap:before,
.line-inner-wrap:after,
.primary-secondary-wrap .container:before,
.primary-secondary-wrap .container:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.line-inner-wrap:after,
.primary-secondary-wrap .container:after{
	clear: both;
}

/*--------------------------------------------------------------
# primary-inners
--------------------------------------------------------------*/
.primary-inner {
	padding-left: 40px;
	margin: 0 0 30px;
	/* Make sure select elements fit in primary-inners. */
}

.primary-inner select {
	max-width: 100%;
}

.primary-inner ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
.primary-inner ul li{
	margin: 0;
	padding: 7px 26px 7px 0;
	border-bottom: solid 1px #ccc9d0;
	background: url(../images/next.png) no-repeat right center;
}
.primary-inner ul li:hover {
	transition: 0.4s;
}
.primary-inner ul li:last-child{
	border-bottom: none;
}
.primary-inner ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.primary-inner ul li a:hover, .primary-inner ul li:hover a {
	color: #92278f;
	font-weight: bold;
	transition: 0.4s;
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}


/* 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;
}

/*-------------------------
common css here
--------------------------*/
.container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;	
}
.default-padding{
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 100px;
}
.section{
	position: relative;
}
/*----------------
common css for 
background-color 
and color
-----------------*/
.show-share,
.nav-button{
	background: #fff;
}
.hgroup-wrap{
	background: #92278f;
}
.contact-us-wrap .wpcf7 form span:before,
.footer-wrap,
.site-header .navbar,
.slick-prev,
.slick-next{
	background: #6e6450;
}
a.main-button span,
.heading .entry-title:before,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.navbar-overlay span,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,  
.slick-next:focus,
.back-to-top a{
	background-color:#92278f;
}
.skillbar:before{
	background-color:#cbc6cf; 
}
.nav-button span{
	background-color:#333;
}
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);
}
.navbar-overlay{
    background-color:rgba(0, 0, 0, 0.5);
}
.heading .entry-title,
a.main-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.service-detail .service-item .entry-title{
	color:#92278f;
}
a:hover,
.header-social ul li a:hover,
a.read-more:hover,
.site-description,
.primary-inner-title{
	color:#92278f;
}
.show-share,
.fearured-section .entry-title,
.fearured-section a.main-button,
a.main-button:hover,
article.blog-item figure a.main-button,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.site-generator,
.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,
.page-title-wrap .entry-title,
.page-title-wrap .social-links ul li a,
.page-title-wrap a.main-button{
	color:#fff;
}

article.blog-item figure a.main-button,
.team-item a.main-button,
.navbar .main-navigation ul li a{
	border-color:rgba(255,255,255,0.2);
}
/*-----------------
common font-family
-------------------*/
.fearured-section .entry-title,
.fearured-section .designation,
a.main-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-title,
.primary-inner-title,
.team-item .position,
.team-item .entry-title,
article.blog-item .posted-on a,
.site-generator,
.navbar .main-navigation ul li a,
.navbar-overlay span{
	font-family: 'Oswald', sans-serif;
}
.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:#2979FF;
}
/*---------------
transition for
----------------*/
a.main-button span,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.team-item .team-top-info,
article.blog-item figure:before,
.team-item figure:before,
.site-header .main-navigation li .toggle: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;
}
/*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:0;
	z-index: 2;
	position:absolute;
	text-align:center;
	margin:0 0 20px;
	left:50%;
	-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;
}
.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;
	font-size: 20px;
}
.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;
}
/*----------------
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;
}
.fearured-section .info-wrap{
	position: absolute;
	z-index: 2;
	left: 370px;
    right: 370px;
    top: 340px;
	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;
}
.fearured-section .info-wrap .info-wrap-inner {
	background: rgba(255, 255, 255, 0.6);
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding: 10px 30px;
}
.fearured-section .info-wrap .designation{
	color: #fff;
}
.default-padding .info-wrap {
	padding: 10px 20px 0;
	position: absolute;
	z-index: 2;
	left:0;
	right:0;
	top:340px;
    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;
	background: rgba(255, 255, 255, 0.74);
    box-shadow: 1px 2px 15px rgba(74, 74, 74, 0.4);
}
.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;
}
.info-wrap-inner{
	width:100%;
}
.info-wrap-inner .entry-title, 
.info-wrap-inner .entry-content {
	color: #333;
} 
.info-wrap-inner .entry-title {
	padding: 10px;
}
.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;
}
.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;
}
.page-title-wrap .social-links,
.fearured-section .social-links{
	position: relative;
	z-index: 3;
}
.page-title-wrap  .designation,
.fearured-section .designation{
	font-size: 16px;
	font-weight:500;
	line-height: 1.8;
	text-transform:uppercase;
	opacity: 1;
	color: #fff;
}
.fearured-section .designation p {
	color: #333;
}
/*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;
}
.primary-inner-title,
.entry-title{
	text-transform:uppercase;
    display: block;
}
.primary-inner-title {
	font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}
.primary-inner-title:before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	background: #92278f;
	bottom: 0;
	left: 0;
}
.primary-inner-title a {
	color: #333;
}
.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: 100%;
	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{
	margin:0 15px;
}

.aboutus .section-content-wrap .my-skill {
	margin: 0;
}
.aboutus .section-content-wrap .section-info{
	width: 100%;
}

.aboutus .section-content-wrap .my-skill {
    width: 100%;
}
.aboutus {
	margin: 80px 0 100px;
	padding: 10px;
	border: solid 1px #ccc9d0;
	border-left: dotted 6px #ccc9d0;
}
.aboutus .section-wrap {
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ccc9d0' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	padding: 20px;
}
.aboutus .section-wrap .section-info .entry-content {}
.aboutus img {
	margin-bottom: 20px;
}
.aboutus h2 {
	color: #333;
}
.aboutus h3 {
	color: #92278f;
}
/*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;
}
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;
}
.section-info{
	margin:0 15px;
}
.section-info{
	width:-moz-calc(40% - 30px);
	width:-webkit-calc(40% - 30px);
	width:calc(40% - 30px);
}
/*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{
	background:rgba(0, 0, 0, 0.7);
}
article.blog-item:hover figure:before{
	opacity:1;
	visibility:visible;
}
article.blog-item figure a.main-button{
	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%);
}
article.blog-item:hover figure a.main-button{
	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%);
}
article.blog-item .post-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding: 10px 20px 20px;
}
article.blog-item .entry-meta{
	margin-bottom:7px;
}
article.blog-item .post-info, 
article.blog-item .post-cont{
	width:100%;
}
article.blog-item .post-cont p{
	margin: 0;
	color: #333;
}
/*article.blog-item .post-cont p a {
	color: #fff;
}
article.blog-item .post-cont p a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #fff;
}*/
article.blog-item .entry-title {
}
article.blog-item .entry-title a, article.blog-item .entry-title a:hover{
	color: #92278f;
}
.read-more-wrap,
.load-more-wrap{
	margin-top:43px;
	text-align:center;
}
.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;
	}
}
.primary-secondary-wrap{
	padding:100px 0;
	position: relative;
}
.both-sidebar .site-content .container:after,
.right_sidebar .site-content .container:after,
.left_sidebar  .site-content .container:after{
    clear: both;
    content:'';
    display:block;
}
.primary-left,
.primary-right{
    width: 30%;
}
.primary-left{
    float: left;
}
.primary-right{
    float: right;
}
#primary{
    width:100%;
}

.home.right_sidebar #primary {
	width: 100%;
}
.right_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);
}
.home.page-template-template-home .blog-section .container {
	width: 100%;
}
.right_sidebar #primary{
    float:left;
    margin-right: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 .primary-left{
    position: relative;
    right: 50%;
}
.both-sidebar .primary-left, 
.both-sidebar .primary-right{
    width:25%;
}
.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;
    /*box-shadow: 1px 2px 4px rgba(74, 74, 74, 0.15);*/
    background: #fff;
    padding: 30px 10px 10px;
    position: relative;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.page-template-template-home .blog-section .blog-item:before {
	position: absolute;
    content: "";
    height: 140px;
    width: 140px;
    background: #fff url(../images/school.png) no-repeat top 10px center;
    border-radius: 50%;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease 0s;
}
.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;
}
.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;
  }
}
.featured-post-image{
	margin-bottom: 20px;
}
/*add css*/
.copyright-part a{
	color: #fff;
}
.copyright-part a:hover{
	text-decoration: none;
}
.primary-wrap li:before,
.primary-wrap li:after,
.primary-inner ul:before,
.primary-inner ul:after{
	clear: both;
	display: block;
	content: '';
}
#myfullpage > .primary-secondary-wrap{
	padding: 180px 0 100px;
}
#myfullpage .fearured-section + .primary-secondary-wrap{
	padding: 100px 0;
}
.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;
}
.entry-content form .wpcf7-form-control-wrap{
	display:block;
	margin-bottom:15px;
}
@media only screen and (max-width: 1300px) {
	.site-branding .site-title {
    font-size: 30px;
}
	#myfullpage .fearured-section + .primary-secondary-wrap {
    padding: 70px 0;
}
.default-padding .info-wrap {
	top: 20px;
}
.fearured-section .info-wrap {
	position: static;
}
}
@media only screen and (max-width: 768px) {
	.right_sidebar #primary, .left_sidebar #primary{
		width:100%;
		float:none;
	}
	.primary-inner {
		padding-left: 0;
	}
}
@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%);
	}
	.primary-inner ul li {
		padding: 10px 5px;
	}
}


.navbar .main-navigation ul li .sub-menu a.toggle {
    width: 30px;
}

.nav-button:focus span{
	background: #92278f;
}
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;
}

@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%);
	}
}
.copyright-part {
	color: #fff;
}
.menu-header-container ul li.menu-item a{
	font-size: 18px;
	font-weight: bold;
}