/*!
Theme Name: Ripple Pro
Theme URI: http://underscores.me/
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
Description: Beautifully designed modern WordPress theme. It is ripple Parallax layout (with ability to configure inner pages as well). It loads super fast, built on customizer and allows you to live preview your changes as you go. Highly configurable and high level of compatibility with major WP plugins.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ripple-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Ripple Pro is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.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
--------------------------------------------------------------*/
[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1{
	font-size:32px;
}
h2{
 	font-size:24px;
}
h3{
	font-size:19px;
}
h4{
	font-size:16px;
}
h5{
	font-size:13px;
}
h6{
	font-size:11px;
}
p {
	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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 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%;
}

.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;
}
/*----------------
Reset css start
-----------------*/
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*max-width: 100%;*/
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    background: #fff;
}
html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}
p {
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0;
    padding: 0 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object, img {
	max-width: 100%;
}
/*--------- Clearings----------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1; 
}
/*-----------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;
}
/*-------Links---------*/
a {
	color:#6a5bd0;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
/*container*/
body {
	background:#fff;
	font-size: 13px;
	color:#464646;
	font-family: 'Merriweather', serif;
	line-height: 1.8;
	letter-spacing: 0.3px;
}
.container{
	max-width: 1160px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
/*layout -1 header*/
.site-header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-header.fixed{
	position: fixed;
	background:#6a5fcd;
	border-bottom: 1px solid #5449bf;
}
.ripple-header-wrapper{
	/* display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
	padding:15px 30px; */
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.site-branding,
.ripple-nav-search-wrap{
	float: left;
}
.site-branding{
	width:200px;
}
.search-wrapper, .header-social-wrapper {
    display: none;
}
.ripple-nav-search-wrap{
	width:100%;
	text-align: right;
}
.header-social-wrapper{
	float: right;
	width: 20%;
	text-align: right;
}
.site-header ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-navigation ul li{
	position: relative;
}
.main-navigation ul li,
.ripple-nav-wrapper,
.search-wrapper,
.search-wrapper > div{
	display: inline-block;
	vertical-align: middle;
}
.main-navigation ul li,
.search-wrapper > div{
	margin-left: 20px;
}
.main-navigation ul li > ul{
	position: absolute;
	width: 250px;
	background:#fff;
	margin-left: 0;
	display: none;
	border:1px solid #ccc;
	z-index: 99;
}
.main-navigation ul li:hover > ul{
	display: block;
}
.main-navigation ul li > ul li{
	top: 50%;
    display: block;
    text-align: left;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}
.main-navigation ul li > ul li > ul{
	left:98%;
	top: 60%;
}
.main-navigation ul li > ul li a{
	color: #222;
	font-size: 13px;
}
.search-wrapper > div{
	position: relative;
}
@keyframes myanimi {
    0% {
    	top:-100%;
    	opacity: 0;
	    top:-100%;
	    height:0;
	    visibility: hidden;
    }
    100% {
    	top: 0;
    	opacity: 1;
	    top:0;
	    height:100%;
	    visibility: visible;
    }
}
.search-wrapper .search-toggle .ak-search{
	top:-100%;
 	opacity: 0;
	top:-100%;
	height:0;
	visibility: hidden;
	position: fixed;
    background: rgba(240,240,240,.9);
    display:block;
    z-index: 999;
    left:0;
    width:100%;
    transition: all 1s ease-in-out;
}
.search-wrapper .search-toggle .ak-search.active {	
    	top: 0;
    	opacity: 1;
	    top:0;
	    height:100%;
	    visibility: visible;
	    -webkit-animation: myanimi  1s ;
    	animation: myanimi  1s ;
}
.search-wrapper .search-toggle .ak-search .close{
	width:60px;
    height:60px;
    line-height:60px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #6a5bd0;
    color: #fff;
    font-size:25px;
    cursor: pointer;
}
.search-wrapper .search-toggle .ak-search form{
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
} 
.search-wrapper .search-toggle .ak-search input[type=submit]{
	display: none;
}
.search-wrapper .search-toggle .ak-search input[type=search]{
	text-align: center;
    height: 90px;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    letter-spacing: 1px;
    background: transparent;
    color: #222;
    outline: 0;
}
.main-navigation ul li:nth-of-child(1),
.search-wrapper > div:nth-of-child(1){
	margin-left: 0;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.cta-img img {
	max-height:600px;
}

.home .section-title.section {
	display:none;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.main-navigation ul li a{
	display: block;
	padding:5px; 
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight:400;
}
.header-social-wrapper a{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
}
.main-navigation ul li a,
.site-header .search-toggle a,
.site-header-cart span,
.header-social-wrapper a{
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-navigation ul li a:hover,
.site-header .search-toggle a:hover,
.header-social-wrapper a:hover{
	color:#6a5bd0;
}
.site-header.fixed .main-navigation ul li a:hover,
.site-header.fixed .search-toggle a:hover,
.site-header.fixed .header-social-wrapper a:hover{
	color: #fff;
}
.site-header .site-header-cart .widget_shopping_cart{
    position: absolute;
    top: 150%;
    right: 0;
    left:auto;
    width: 300px;
    padding: 10px 20px;
    text-align: left;
    background-color: #ffffff;
    z-index: 99999;
    border: 1px solid #d2d2d2;
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.site-header .site-header-cart:hover .widget_shopping_cart{
	left:auto;
    opacity: 1;
    visibility: visible;
}
/*layout -2 header*/
.site-header.ripple-side-menu .ripple-header-wrapper{
    padding-right: 85px;
    position: relative;
}
.site-header.ripple-side-menu .ripple-header-wrapper .side_menu_bar_wrap{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}
.site-header.ripple-side-menu .widget-area-menu-wrapper{
	position: fixed;
    height: 100vh;
    background: #181818;
    max-width: 400px;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: -405px;
    z-index: 9;
}
.site-header.ripple-side-menu .side_menu_off .widget-area-menu-wrapper{
	right:-405px;
}
.site-header.ripple-side-menu .side_menu_on .widget-area-menu-wrapper{
	right:0;
}
.site-header.ripple-side-menu .ripple-nav-search-wrap{
	width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    text-align: right;
}
.site-header.ripple-side-menu .search-wrapper > div{
    margin-left: 20px;
}
.site-header .search-wrapper .cart li{
	position: relative;
}
.site-header .search-wrapper .cart li .count{
	left: 100%;
    display: inline-block;
    position: absolute;
    padding: 3px 6px;
    border-radius: 50%;
    background: #6a5bd0;
    line-height: 1;
    font-size: 11px;
    top: -4px;
    margin-left: -3px;
}
.site-header.ripple-side-menu .closebtn{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background:#6a5bd0;
	color: #fff;
	font-size: 18px; 
}
.ripple-side-menu .side-menu-wrapper .site-branding{
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    padding: 30px 20px;
    border-bottom:1px solid #312f2f;
}
.menu-side-menu-container{
	padding-bottom: 50px;
	padding-top: 50px;
	overflow-y:auto;
}
.menu-side-menu-container ul li{
	display: block;
}
.menu-side-menu-container ul li a{
	display: block;
	padding: 10px 20px;
	color: #8f8f8f;
	position: relative;
}
.menu-side-menu-container ul li.menu-item-has-children > a:after{
	position: absolute;
    display: inline-block;
    content: '\f105';
    right: 15px;
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.menu-side-menu-container ul li.submenu-open > a:after{
	content: '\f107';
}
.menu-side-menu-container ul li.menu-item-has-children ul{
	padding-left: 10px;
}
.side-menu-social-wrapper{
	padding: 10px 20px;
	text-align: center;
	border-top:1px solid #312f2f;
}
.side-menu-social-wrapper a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#8f8f8f;
	font-size: 18px;
}
/*banner slider layout 2*/
#plx-slider-section .slide,
#plx-slider-section .slide .images{
	position: relative;
}
#plx-slider-section .slide .images:before{
    content: '';
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slide-caption{
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	max-width: 768px;
	-moz-transform:translate(-50% , -50%);
	-webkit-transform:translate(-50% , -50%);
	transform:translate(-50% , -50%);
	text-align: center;
}
.slide-caption .caption-title{
	font-family: 'Oswald', sans-serif;
	font-size: 59px;
	color: #fff;
	font-weight:400;
}
.slide-caption  .caption-descr{
	font-weight: 500;
	color: #fff;
	font-size: 16px;
}
.slide-caption  .caption-descr p{
	margin:0;
}
.slide-caption  .caption-title + .caption-descr{
	margin-top:10px;
}
.slide-caption  .button-shortcode{
	margin-top:60px;
}
#plx-slider-section .owl-nav .owl-prev,
#plx-slider-section .owl-nav .owl-next{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top:50%;
	-moz-transform:translateY(-50% );
	-webkit-transform:translateY(-50% );
	transform:translateY(-50% );
	font-size: 20px;
	background: #fff;
	color:#6a5bd0; 
}
#plx-slider-section .owl-nav .owl-prev{
	left: 0;
}
#plx-slider-section .owl-nav .owl-next{
	right: 0;
}
/*-------------------------
section start
---------------------------*/
section{
	padding: 50px 0;
	position: relative;
	background-repeat: no-repeat;
	/*background-size: cover;*/
}
section .img-overlay{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(117,108,208,0.9);
}
#plx-slider-section{
	padding: 0;
}
.title-wrap{
	text-align: center;
}
.section-title{
	color: #000;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0px;
	position: relative;
}
.section-info{
	font-size: 16px;
	color:#363636;
	margin-bottom: 35px;
	max-width: 972px;
	position: relative;
	margin:0 auto 35px auto;
}
#plx-slider-section ul,
#plx-slider-section ol{
	margin: 0;
	list-style: none;
	padding: 0;
}
/*About-us section start*/
.about-content-left,
.about-content-right{
	float: left;
	width: 50%;
}
.about-content-left{
	padding-right:80px; 
	border-right:1px solid #f2f2f2;
}
.about-content-right{
	padding-left:80px; 
}
.about-content-left .section-img{
	margin-bottom:45px; 
}
.about-content-left .section-img img{
	-moz-box-shadow: 25px 25px 0 #F7F7FD;
	-webkit-box-shadow: 25px 25px 0 #F7F7FD;
	box-shadow: 25px 25px 0 #F7F7FD;
}
.about-content-left  .section-desc{
	font-weight:500;
}
.about-content-left  .section-desc p{
	margin:0;
}
.tab-title h3{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	font-weight:500;
	color: #000;
	background: #f7f7fd;
	padding:15px 50px 15px 30px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
.tab-title h3:before{
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	right:30px;
	font-size: 12px;
	color:#818198;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tab-title h3.enabled:before{
	content:"\f068";
	color:#6a5fcd; 
}
.tab-contents{
    font-weight: 500;
    margin-bottom: 32px;
    padding: 25px 30px 0;
}
.tab-contents p{
	margin:0;
}
.tab-contents .content-read-more{
	margin-top:20px;
}
/*Skill section css start*/
.skill-title-wrapper{
	position: relative;
}
.skill-title-wrapper .section-title,
.skill-title-wrapper .section-info{
	color: #fff;
}
.skill-title-wrapper .section-info{
	margin:0;
}
.skill-title-wrapper,
.skill-counters{
    width: 50%;
    float: left;
    position: relative;
    z-index: 99;
}
.skill-title-wrapper{
	padding-right:80px;
}
.skill-wrap .skill-title-wrapper + .skill-counters{
	margin-top: 50px;
}
#plx_skill_section .content-read-more{
	margin-top:40px;
}
.skill-counters{
	padding-left:80px;
	margin-top: 30px;
}
.pbar-title,
.layout-circular{
	font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    color: #fff;
}
.pbar-title{
    margin-bottom:15px;
}
.layout-horizontal .pbar-container{
	margin-bottom: 41px;
	position: relative;
}
.layout-horizontal  .progressBar {
    width: 100%;
    background:rgba(37,33,56,0.5);
    height:3px;
    font-size: 0;
}
.main-navigation ul li a {
    font-size: 16px !important;
}
.layout-horizontal .progressBar > div{
    height: 8px;
    background: #6a5bd0;
    border-radius: 10px;
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 0;
}
.layout-horizontal .percent-bar{
	position: absolute;
    top: 0;
    right: 0;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-right: 29px;
    white-space: nowrap;
}
.layout-circular .progre_view_1{
	width:33.33%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	text-align: center;
}
.skill-team .skill-wrap,
.skill-team  .team-wrapper{
	width:50%;
	float: left;
	position: relative;
	z-index: 99;
}
.skill-team .skill-title-wrapper, 
.skill-team .skill-counters{
	float: none;
	width:100%;
	padding: 0;
}
.skill-team .skill-wrap{
	padding-right: 20px;
}
.skill-team  .team-wrapper{
	padding-left: 20px;
}
.skill-team .team-member{
	float: left;
	width:50%;
	text-align: center;
	padding:8px; 
}
.skill-team .team-member-content{
	position: relative;
}
.skill-team .team-member-content img{
	display: block;
	margin:0 auto;
}
/*service section*/
.layout-tab .service-icon{
	text-align: center;
	outline: 0;
}
.layout-tab  .icon-wrap-wrap{
	position: relative;
}
.layout-tab .service-icon .icon-wrap{
	max-width: 130px;
	padding:10px 0;
	width: 100%;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 9;
}
.has-bg-image.layout-tab .service-icon .icon-wrap{
	background: transparent;
}
.layout-tab .service-icon .line{
	content:'';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #f2f2f2;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.layout-tab .service-icon i{
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    font-size: 30px;
    color: #6a5bd0;
    border:1px solid #f2f2f2;
    /*-moz-box-shadow: 0 0 5px 1px #e6e6e6;
    -webkit-box-shadow: 0 0 5px 1px #e6e6e6;
    box-shadow: 0 0 5px 1px #e6e6e6;*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background: #fff;
}
.layout-tab .service-icon.slick-center i{
	background: #6a5bd0;
	color: #fff;
}
.layout-tab .service-icon .title{
	opacity: 0;
	visibility: hidden;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	padding: 31px 0 35px;
}
.layout-tab .service-icon.slick-center .title{
	opacity: 1;
	visibility: visible;
}
#plx_service_section.layout-tab .content{
	max-width: 480px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}
#plx_service_section.layout-tab .content .content-read-more {
	margin:30px 0;
}
#plx_service_section.layout-tab .slick-dots li{
	width: auto;
	height: auto;
}
#plx_service_section.layout-tab .slick-dots li button{
    background: #fff;
    border: 2px solid #e9e7f8;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
}
#plx_service_section.layout-tab .slick-dots li.slick-active button{
	background: #6a5fcd;
	border-color: #6a5fcd;
}
#plx_service_section.layout-tab .slick-dots li button:before{
	display: none;
}
#plx_service_section.layout-sl{
	padding-top: 0;
}
.layout-sl .title-wrap{
	padding: 92px 0 173px;
	position: relative;
}
.layout-sl .title-wrap .section-title,
.layout-sl .title-wrap  .section-info{
	color: #fff;
}
.layout-sl .title-wrap .img-overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(108,93,207,0.9);
}
.layout-sl .container{
	margin-top: -156px;
}
.layout-sl .owl-item .ftr-contents-main{
	position: relative;
	position: relative;
	text-align: center;
	padding:90px 33px; 
	background: #fff;
}
.layout-sl .owl-item .ftr-contents-main .img-overlay-inner{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(244,244,244,0.9);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.layout-sl .owl-item .ftr-contents-main:hover .img-overlay-inner{
	background: rgba(108,93,207,0.9);
}
.layout-sl .owl-item .ftr-contents{
	position: relative;
	z-index: 9;
}
.layout-sl .owl-item .ftr-contents .icon{
	font-size: 30px;
	color:#6e5fd1;
	margin-bottom:30px;
}
.layout-sl .owl-item .ftr-contents .title{
	font-size: 24px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	color: #000;
	margin-bottom: 28px;
}
.layout-sl .owl-item .ftr-contents  .content{
	font-weight: 500;
}
.layout-sl .owl-item .content-read-more{
	margin-top:40px; 
}
.layout-sl .owl-item .ftr-contents .icon,
.layout-sl .owl-item .ftr-contents .title,
.layout-sl .owl-item .ftr-contents  .content,
.layout-sl .owl-item .content-read-more a{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.layout-sl .owl-item .ftr-contents-main:hover .ftr-contents .icon,
.layout-sl .owl-item .ftr-contents-main:hover .ftr-contents .title,
.layout-sl .owl-item .ftr-contents-main:hover .ftr-contents  .content,
.layout-sl .owl-item .ftr-contents-main:hover .content-read-more a{
	color: #fff;
}
.layout-sl .service-content-sl-wrapper .owl-prev,
.layout-sl .service-content-sl-wrapper  .owl-next{
	position: absolute;
	bottom: 10px;
	right: 0;
	left:auto;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #6d5ed0;
	background:#ffffff;
	border:1px solid #f2f2f2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.layout-sl .service-content-sl-wrapper  .owl-next{
	margin-right: -35px;

}
.layout-sl .service-content-sl-wrapper .owl-prev:hover,
.layout-sl .service-content-sl-wrapper  .owl-next:hover{
	color: #fff;
	background:#6d5ed0;
}
/*Feature section start*/
#plx_feature_section{
	padding-bottom: 0;
}
.layout-1 .hm-left-feats-container, 
.layout-1 .hm-feat-image, 
.layout-1 .hm-right-feats-container{
	width:33.33%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	/*float: left;*/
}
.layout-1 .hm-feat-image{
	vertical-align: bottom;
}
#plx_feature_section .hm-feat-image img,
#plx_feature_section  .feature-img-right img{
	display: block;
	margin:0 auto;
}
.layout-1 .hm-feat-post-wrap{
    position: relative;
    min-height: 95px;
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}
.layout-1 .hm-right-feats-container{
	text-align: right;
}
.layout-1 .hm-left-feats-container .hm-feat-post-wrap {
    padding: 0px 20px 0px 115px;
}
.layout-1 .hm-right-feats-container .hm-feat-post-wrap {
    padding: 0px 115px 0px 20px;
}
.layout-1  .hm-feat-post-icon{
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 95px;
    height: 95px;
    line-height: 95px;
    border: 1px solid #e3e3e3;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fff;
    font-size: 30px;
    color: #222;
}
.layout-1 .hm-feat-post-wrap:hover .hm-feat-post-icon{
	background:#6a5bd0;
	color: #fff;
}
.layout-1 .hm-left-feats-container .hm-feat-post-icon {
    left: 0;
}
.layout-1 .hm-right-feats-container .hm-feat-post-icon {
    right: 0;
}
.layout-1  .hm-feat-post-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.layout-1 .hm-feat-post-wrap:hover .hm-feat-post-title{
	color:#6a5bd0; 
}
.layout-1  .hm-feat-post-describe {
    display: block;
    padding-top: 10px;
    font-weight: 500;
}
.layout-1 .content-read-more{
	margin-top: 15px;
}
.layout-2 .feature-slider-wrap ,
.layout-2 .feature-img-right{
	display: inline-block;
	width: 50%;
	margin-right: -4px;
}
.layout-2 .feature-slider-wrap{
    text-align: left;
    padding-right: 20px;
    padding-bottom: 97px;
    margin-bottom: 60px;
}
.layout-2 .feature-img-right{
	text-align: right;
	padding-left:20px;
	vertical-align: bottom;
}
.layout-2 .feature-slider-wrap .icon{
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	border:1px solid #e3e3e3;
	text-align: center;
	border-radius: 50%;
	float: left;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.layout-2 .feature-content-wrap{
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	padding-left: 25px;
	float: left;
}
.layout-2 .feature-slider-wrap .ftr-content-left-slider{
	padding:40px 0;
	border-bottom: 1px solid #f2f2f2;
}
.layout-2 .feature-content-wrap .title{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.layout-2 .feature-content-wrap .content .content-read-more{
	display: inline-block;
}

.layout-2 .feature-slider-wrap .ftr-content-left-slider:hover .icon{
	background: #6a5bd0;
	color: #fff;
}
.layout-2 .ftr-content-left-slider:hover .feature-content-wrap .title{
	color: #6a5bd0;
}
.layout-2 .feature-slider-wrap .slick-prev, 
.layout-2 .feature-slider-wrap .slick-next{
    top:auto;
    bottom: 0;
    width:36px;
    height:34px;
    left:100px;
    /*background: #f3f3f3;*/
    border:1px solid #f2f2f2;
    text-align: center;
    right: auto;
    margin-right: -15px;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
   	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#6a5bd0; 
	font-size:18px;
	background: #fff;
}
.layout-2 .feature-slider-wrap .slick-prev{
	bottom:35px;
}
.layout-2 .feature-slider-wrap .slick-prev:before, 
.layout-2 .feature-slider-wrap .slick-next:before{
	font-family: none;
	content:none;
}
.layout-2 .feature-slider-wrap .slick-prev:hover, 
.layout-2 .feature-slider-wrap .slick-next:hover{
	background:#6a5bd0; 
	color:#fff;
}
/*Portfolio section layout-2*/

#plx_portfolio_section.layout-2 .filter-button-group{
	text-align: center;
	padding-bottom: 35px;
	margin-bottom:35px;
	border-bottom: 1px solid #f2f2f2;
}
#plx_portfolio_section.layout-2 .filter-button-group > div{
	display: inline-block;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	padding: 5px;
	margin: 0 35px;
	cursor: pointer;
}
#plx_portfolio_section.layout-2 .filter-button-group > div.is-checked{
	color:#6e5fd1;
}
/*Testimonial*/
#plx_testimonial_section .test-slider-wrapper{
	max-width: 900px;
	width: 100%;
	margin:0 auto;
}
.test-slider {
	padding-bottom:45px;
}
.test-img,
.test-content{
	float: left;
}
.test-img{
	width: 353px;
	padding: 9px;
	background: #fff;
	border:1px solid #eee;
	text-align: center;
}
.test-content{
	-moz-width: calc(100% - 353px);
	-webkit-width: calc(100% - 353px);
	width: calc(100% - 353px);
	padding-left: 60px;
	padding-top: 10px;
}
.test-content .test-info{
	position: relative;
	font-weight: 500;
	padding-bottom:25px;
	margin-bottom:18px; 
	border-bottom: 1px solid #eee;
}
.test-content .test-info:before{
    content: '';
    position: absolute;
    top: -11px;
    left: -20px;
    width: 53px;
    height: 53px;
    background: url(assets/images/testimonial-braces.png) no-repeat;
    background-size: 100%;
}
.test-content .test-name{
	font-family: 'Merriweather', serif;
	font-size: 20px;
	font-weight: 500;
	color: #6a5bd0;
}
.test-slider-wrapper.owl-carousel .owl-dots{
	text-align: center;
}
.test-slider-wrapper.owl-carousel .owl-dot{
	display: inline-block;
	margin:3px;
}
.test-slider-wrapper.owl-carousel .owl-dot span{
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border:2px solid #6a5bd0;
}
.test-slider-wrapper.owl-carousel .owl-dot.active span{
	background:#6a5bd0; 
	border-color:#6a5bd0;
}
/*pricing section*/
#plx_pricing_section{
	padding-top: 0;
}
.pricing-title-wrap{
	padding-top: 118px;
	padding-bottom: 265px;
	position: relative;
	background-size:cover;
}
.pricing-title-wrap .section-title,
.pricing-title-wrap .section-info{
	color: #fff;
	position: relative;
}
.pricing-table-wrap{
	margin-left: -3%;
	margin-top: -185px;
}
.pricing-title-wrap .section-info{
	margin-bottom: 0;
}
.pricingarea{
	width: 30.33%;
	float: left;
	margin-left: 3%;
	background: #fff;
	text-align: center;
	position: relative;
	border:1px solid #e3e3e3;
	padding-bottom: 55px;
}
.pricing-title{
	padding: 70px 10px 39px;
}
.pricing-title h3{
	font-size: 24px;
	color: #000;
	font-weight: 500;
	font-family: 'Merriweather', serif;
}
.pricing-title h5{
	font-size:16px;
	color: #000;
	font-weight: 500;
	font-family: 'Merriweather', serif;	
}
.pricing-title h3 + h5{
	margin-top:20px;
}
.pricing-price{
	background: #ececec;
	padding: 30px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.pricing-price:before{
	width: 76px;
	height: 76px;
	position: absolute;
	left: 0;
	top: 0;
	content:'';
	background:url('assets/images/price.png');
	background-repeat: no-repeat;
}
.pricing-price .price-wrap span{
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	color: #000;
	margin:0 2px;
}
.pricing-price .price-wrap span.currency,
.pricing-price .price-wrap span.amount{
		font-family: 'Oswald', sans-serif;
}
.pricing-price .price-wrap span.currency{
	font-size: 18px;
}
.pricing-price .price-wrap span.amount{
	font-size: 30px;
	line-height: 1;
}
.pricing-price .price-wrap span.period{
	font-size: 16px;
	color:#363636;
}
.pricing-price .table-features{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #000;	
	font-size: 16px;
}
.pricing-price .price-wrap + .table-features{
	margin-top: 15px;
}
.pricing-table-feature{
	padding: 54px 10px 20px;
}
.pricing-table-feature .signle-feature{
	margin-bottom: 33px;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	font-family: 'Merriweather', serif;
}
.pricing-table-feature .signle-feature span{
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
.pricing-table-feature .signle-feature span:before{
	position: absolute;
	font-family: FontAwesome;
	top:50%;
	left: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size: 13px;
}
.pricing-table-feature .signle-feature.check span:before{
	content: "\f00c";
}
.pricing-table-feature .signle-feature.cross span:before{
	content: "\f00d";
}
.pricingarea:hover .pricing-price{
	background:#6a5fcd; 
}
.pricingarea:hover .pricing-price .price-wrap span,
.pricingarea:hover .pricing-price .table-features{
	color: #fff;
}
/*Team section*/
.image-team-wrap{
	position: relative;
}
.image-team-wrap:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background:rgba(117,108,208,0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.team-member:hover .image-team-wrap:before{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity: 1;
	visibility: visible;
}
.team-member .details{
	position: absolute;
	top: 50%;
	-webkit-transform:scale(0) translateY(-50%);
	transform:scale(0) translateY(-50%);
	left:0;
	right: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.team-member:hover .details{
	opacity: 1;
	visibility: visible;
	-webkit-transform:scale(1) translateY(-50%);
	transform:scale(1) translateY(-50%);
}
.team-member .name-member{
		font-family: 'Oswald', sans-serif;
}
.team-member .name-member,
.team-member .designation-member{

	display: block;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}
.team-member .name-member{
	font-size: 24px;
}
.team-member .designation-member{
	font-size: 15px;
	margin: 0px 0 15px;
}
.team-member .social-icon a{
	display: inline-block;
	font-size: 13px;
	color: #fff;
	width: 40px;
	height: 40px;
	margin: 5px;
	line-height: 40px;
	border-radius: 50%;
	border:1px solid #fff;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.team-member .social-icon a:hover{
	border-color:#6a5fcd;
	background: #6a5fcd;
}
.team-wrapper .owl-dots{
	text-align: center;
	margin-top: 50px;
}
.team-wrapper .owl-dots .owl-dot{
	display: inline-block;
}
.team-wrapper .owl-dots .owl-dot span{
	display: block;
	width: 11px;
	height: 11px;
	border:2px solid #5b4fac;
	background:#fff;
	border-radius: 50%;
	margin:0 3px 0;
}
.team-wrapper .owl-dots .owl-dot.active span{
	background:#5b4fac;
	border-color:#5b4fac;
}
/*cta section*/
.ripple-cta{
	background:#f7f7fd;
	padding: 0;
}
.cta-text-wrap,
.cta-img{
	width: 50%;
	float: left;
	position: relative;
}
.cta-text-wrap{
	padding: 80px 60px 50px 8%;
}
@media only screen and (min-width: 1400px) {
	.cta-text-wrap{
		padding-left:20%;
	}
}
.cta-img img{
	display: block;
}
.ripple-cta .section-title{
	font-size: 46px;
	line-height: 1.3;
}
.cta-text{
	margin-bottom:25px;
}
/*blog section*/
.layout-lite .blog-main-wrapper{
	margin-left: -3%;
}
.layout-lite .blog-lite-wrap{
	width:30.33%;
	float: left;
	margin-left: 3%;
}
#plx_blog_section .blog-img a{
	position: relative;
	overflow:hidden;
}
#plx_blog_section .blog-img a,
#plx_blog_section .blog-img img{
	display: block;
}
#plx_blog_section .blog-img img{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#plx_blog_section .blog-img a:hover img{
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}
.layout-lite .blog-title{
	padding:15px 0;
}
.layout-lite .blog-title a{
	display: inline-block;
}
.layout-lite .blog-title a h5{
	margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.layout-lite .blog-title a:hover h5{
	color: #6a5fcd;
}
.layout-lite .blog-content{
    font-weight: 500;
}
.layout-lite .blog-content .content-read-more{
	margin-top: 20px;
}
.layout-pro .blog-first-wrapper,
.layout-pro .blog-second-wrapper{
	float: left;
}
.layout-pro .blog-first-wrapper{
	width: 70%;
}
.layout-pro .blog-second-wrapper{
	width: 30%;
}
.layout-pro .blog-content-wrap{
	width:47%;
	float: left;
	margin-right: 3%;
}
.layout-pro .content-wrap{
	background: #f7f7fd;
	margin-top: 30px;
}
.layout-pro .content-wrap:nth-of-type(1){
	margin-top: 0;
}
.layout-pro .blog-second-wrapper .blog-img,
.layout-pro .blog-second-wrapper .blog-content-wrapper{
	float: left;
}
.layout-pro .blog-second-wrapper .blog-img{
	width:102px;
}
.layout-pro .blog-second-wrapper .blog-content-wrapper{
	width:-moz-calc(100% - 102px);
	width:-webkit-calc(100% - 102px);
	width:calc(100% - 102px);
	padding:10px 20px; 
}
.layout-pro .blog-second-wrapper .blog-img img{
	display: block;
	object-fit: cover;
}
.layout-pro .blog-main-wrap-content{
	padding:26px 35px;
	background: #f7f7fd;
}
.layout-pro  .blog-top{
    margin-bottom: 15px;
}
.layout-pro .author{
    float: left;
    position: relative;
    padding-left: 30px;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #222;
    width: 50%;
}
.layout-pro .author i{
    position: absolute;
    left: 0;
    color: #6a5fcd;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.layout-pro .news-social-icons{
	float:right;
	width: 50%;
	text-align: right;
}
.layout-pro .news-social-icons a{
	display: inline-block;
	font-size: 13px;
	color:#6a5fcd;
	margin-left: 5px;
	line-height: 1.3;
}
.layout-pro  .blog-title{
	margin-bottom:10px; 
}
.layout-pro  .blog-title a{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
}
.layout-pro .blog-date{
	font-family: 'Merriweather', serif;
	font-size: 14px;
	color:#222;	
	font-weight: 500;
	margin-bottom:15px;
}
.layout-pro .content{
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0d7d7;
}
.layout-pro  .content-read-more{
	margin-top: 20px;
}
.layout-pro .blog-more{
	margin-top:60px; 
	padding:13px 25px;
}
.layout-pro .post-bottom-wrap .cat{
	float: left;
}
.layout-pro .post-bottom-wrap .cat ul{
	padding: 0;
}
.layout-pro .post-bottom-wrap .comment-count{
	float: right;
}
.layout-pro .post-bottom-wrap .cat ul li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	line-height: 1;
	margin-right:5px;
}
.layout-pro .post-bottom-wrap .cat ul li:nth-of-type(1){
	padding-left: 0;
}
.layout-pro .post-bottom-wrap .cat ul li:before{
	content:'/';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.layout-pro .post-bottom-wrap .cat ul li:nth-of-type(1):before{
	content: none;
}
.layout-pro .post-bottom-wrap .cat ul li a{
	display: inline-block;
	font-size: 14px;
	color: #222;
	font-weight:500;	
}
.layout-pro .blog-second-wrapper  .blog-date{
	color: #6a5fcd;
	margin-bottom:7px; 
}
.layout-pro .blog-second-wrapper .content{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.layout-pro .blog-second-wrapper .content p{
	margin: 0;
}
.layout-pro  .blog-second-wrapper .content-read-more{
	margin-top:7px;
}
/*Portfolio section*/
#plx_portfolio_section.layout-1 .port-title-wrap,
#plx_portfolio_section.layout-1 .filter-button-group {
	display: inline-block;
	width: 50%;
	margin-right: -4px;
	vertical-align: middle;
	text-align: left;
}
#plx_portfolio_section.layout-1 .filter-button-group .button:first-child {
    display: none;
}
#plx_portfolio_section.layout-1 .filter-button-group{
	text-align: right;
	width: 75%;
}
#plx_portfolio_section.layout-1 .port-title-wrap{
	width: 25%;
}
#plx_portfolio_section.layout-1 .filter-button-group > div{
	display: inline-block;
	vertical-align:middle;
	font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #666666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 2px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}
.button-group.filter-button-group .button {

}
#plx_portfolio_section.layout-1 .filter-button-group > div.is-checked,
#plx_portfolio_section.layout-1 .filter-button-group > div:hover{
	color:#6a5fcd; 
}
#plx_portfolio_section .pfolio-grid{
	margin:0 -10px;
}
.portfolio-filter {
	width: 25%;
	padding: 10px;
}
.portfolio-filter.wide{
	width: 50%;
}
.portfolio-filter .porfolio-inner-wrap a{
	display: block;
	overflow: hidden;
	position: relative;
}
.portfolio-filter figure{
	position: relative;
}
.portfolio-filter figure img{
	display: block;
	width: 100%;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.portfolio-filter figure:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(117,108,208,0.9);
	opacity: 0;
	visibility: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 9;
}
.portfolio-filter figure:hover:before{
	opacity: 1;
	visibility: visible;	
}
.portfolio-filter figure:hover img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.portfolio-filter .portfolio-inner{
	position: absolute;
	top:10px;
	left:10px;
	opacity: 0;
	visibility: hidden;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	padding-left:15px;
	padding-bottom:10px;
	z-index: 99;

}
.portfolio-filter .portfolio-inner h4{
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}
.portfolio-filter figure:hover .portfolio-inner{
	opacity: 1;
	visibility: visible;
}
.portfolio-filter .portfolio-inner:before{
	content:'';
	position: absolute;
	bottom: 0;
	left:0;
	width:30px;
	height: 1px;
	background: #fff;
}
.port-bttn{
	text-align: center;
	margin-top:58px; 
	display: none;
}
/*Logo section start*/
#plx_logo_section{
	border-top:1px solid #eee;
	padding:60px; 
}
#plx_logo_section .cl-logo-wrapper .owl-item{
	text-align: center;
	margin:0 auto;
}
#plx_logo_section .cl-logo-wrapper .owl-item img{
	width: auto;
	margin:0 auto;
}
#plx_logo_section .cl-logo-wrapper  .client-logo{
	position: relative;
}
#plx_logo_section .cl-logo-wrapper  .client-logo:before{
	content: '';
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#plx_logo_section .cl-logo-wrapper .center .client-logo:before{
	background: none;
}
/*map section start*/
#plx_map_section{
	padding: 0;
}
/*contact us section*/
#plx_contact_section{
	padding:0;
}
#plx_contact_section .section-info{
	margin:0;
	font-size: 13px;
}
.contact-left-wrap,
.contact-form-wrap{
	float: left;
}
.contact-left-wrap{
	width: 60%;
    padding: 45px 30px 0 0;
}
.contact-form-wrap{
    width: 40%;
    background: #6a5bd0;
    padding: 47px 42px;
    border:7px solid #f0eefa;
    position: relative;
    margin-top: 73px;
    margin-bottom: 75px;
    border-bottom: 0;
}
#plx_map_section + #plx_contact_section .contact-form-wrap{
	margin-top: -73px;
	margin-bottom: 0;
}
.contact-left-wrap .contact-title-wrap{
	margin-bottom:50px;
}
.contact-left-wrap  .contact-wraper > div{
	margin-bottom:40px; 
	position: relative;
	padding-left:45px;
}
.contact-left-wrap  .contact-wraper > div,
.contact-left-wrap  .contact-wraper > div a{
	font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    word-break: break-all;
}
.contact-left-wrap  .contact-wraper > div i{
	position: absolute;
	left:0;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#036be3;
}
.contact-form-wrap .form-title{
	font-family: 'Merriweather', serif;
	font-size:20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 43px;
}
.contact-form p{
	margin: 0;
}
.contact-form input[type=text],
.contact-form input[type=email]{
	height: 40px;
	
}
.test-slider .test-info {
    color: #7f7f7f !important;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea, .layout-sl .owl-item .ftr-contents-main:hover:before, .layout-sl .title-wrap .img-overlay{
	background: #ffffff !important;
}
.contact-form input[type=submit] {
    border: 2px solid #f2f2f2;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea{
	width: 100%;
	background: #786bd5;
	color: #aba3e5;
	border:0;
	outline: 0;
	margin-bottom: 17px;
	padding:10px 20px;
}
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder{
	font-size:13px;
	text-transform:capitalize;
	font-weight: 400;
	color: #c9c4ee;
}
.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form textarea:-moz-placeholder{ 
	font-size:13px;
	text-transform:capitalize;
	font-weight: 400;
	color: #c9c4ee;
}
.contact-form input[type="text"]::-moz-placeholder ,
.contact-form input[type="email"]::-moz-placeholder ,
.contact-form textarea::-moz-placeholder{ 
	font-size:13px;
	text-transform:capitalize;
	font-weight: 400;
	color: #c9c4ee;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder{
	font-size:13px;
	text-transform:capitalize;
	font-weight: 400;
	color: #c9c4ee;
}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder{
	font-size:13px;
	text-transform:capitalize;
	font-weight: 400;
	color: #c9c4ee;
}
.contact-form textarea{
	height: 133px;
}
.contact-form div.wpcf7-validation-errors{
	color: #fff;
	padding:20px;
	border:1px solid #fff;
	font-family: 'Merriweather', serif;
	font-size:15px;
	font-weight: 500;
}
.contact-form input[type=text] + span,
.contact-form input[type=email] + span,
.contact-form textarea + span{
	color: #fff;
	font-family:'Merriweather', serif;
	font-size:15px;
	font-weight: 500;
	display: block;	
	margin-bottom: 25px;
}
/*anchor tag for home page*/
#plx_skill_section .content-read-more a,
.port-bttn .view-all-btn,
.cta-anchor a,
.layout-pro .content-read-more a, 
.layout-pro .blog-more,
.contact-form input[type=submit],
.archive-portfolio-wrap .pfolio-content .quick-info a,
.team-member-archive .details .more-btn a,
.layout-lite .blog-content .content-read-more a{
	text-decoration: none;
	display: inline-block;
	background:#6a5bd0;
	color: #fff;
	font-size:15px;
	font-weight: 400;
	border:2px solid #6a5bd0;
	outline: 0;
	font-weight: 500;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact-form input[type=submit]{
	background: #786bd5;

	/*border:2px solid #fff;*/
	padding:15px 22px;*/
}
.layout-lite .blog-content .content-read-more a{
	padding: 10px 20px;
}
.contact-form input[type=submit]:hover{
	background:transparent;
	border-color:#786bd5; 
}
.layout-lite .blog-content .content-read-more a:hover{
	background:transparent;
	color: #6a5bd0;
}
#plx_skill_section .content-read-more a,
.port-bttn .view-all-btn,
.cta-anchor a{
    padding: 13px 23px;
}
.layout-pro .content-read-more a, 
.layout-pro .blog-more {
    padding: 9px 18px;
}
.pricing-buy a{
	display: inline-block;
	font-family: 'Merriweather', serif;
	padding: 15px 25px;
	font-size: 15px;
	color: #6a5fcd;
	border: 1px solid #6a5fcd;
	transition: 0.3s ease all;
}
form.wpcf7-form{
	font-family: 'Merriweather', serif;
	color: #fff;
}
.pricingarea:hover .pricing-buy a{
	color: #fff;
	background: #6a5fcd;
}
#plx_skill_section .content-read-more a:hover,
.port-bttn .view-all-btn:hover,
.cta-anchor a:hover,
.layout-pro .content-read-more a:hover, 
.layout-pro .blog-more:hover,
.pricingarea:hover .pricing-buy a:hover,
.archive-portfolio-wrap .pfolio-content .quick-info a:hover,
.team-member-archive .details .more-btn a:hover{
	color: #6a5fcd;
	background:#fff;
}
.layout-pro .blog-second-wrapper .content-read-more a{
	padding: 0;
	background: none;
	color:#6a5fcd; 
	border:0;
}
.content-read-more a,
.widget .cta-btn a{
	color:#6a5bd0;
}
.tab-contents .content-read-more a{
	display: inline-block;
	font-size:15px;
}
#plx_service_section.layout-tab .content .content-read-more a {
    font-size: 15px;
}
.archive  .content-read-more a,
.layout-sl .owl-item .content-read-more a,
.widget .cta-btn a{
	font-size: 15px;
}

/*----------
footer css
----------*/
.site-footer{
	background:#1e1e1e;
}
.site-footer section{
	padding: 0;
}
.top-footer-wrap{
	padding: 87px 0 0;
}
.top-footer-wrap .footer-widgets-wrap{
	margin-left: -3%;
}
.top-footer-wrap  .footer-widgets-wrap > section{
	float: left;
	margin-left: 3%;
	padding-bottom: 87px;
}
.col-4 .top-footer-wrap  .footer-widgets-wrap > section{
	width: 22%;
}
.col-3 .top-footer-wrap  .footer-widgets-wrap > section{
	width: 30.33%;
}
.col-2 .top-footer-wrap  .footer-widgets-wrap > section{
	width: 47%;
}
.col-3 .top-footer-wrap  .footer-widgets-wrap > section:nth-of-type(3n+1),
.col-2 .top-footer-wrap  .footer-widgets-wrap > section:nth-of-type(2n+n){
	clear:left;
}
.col-1 .top-footer-wrap  .footer-widgets-wrap{
	margin-left: 0;
}
.col-1 .top-footer-wrap  .footer-widgets-wrap > section{
	width: 100%;
	margin-left: 0;
}
.top-footer-wrap .tnp-widget{
	margin-top: 29px;
}
.top-footer-wrap .widget-title{ 
	margin-bottom:20px; 
	border:0;
	position: relative;
}
.top-footer-wrap .widget-title,
.top-footer-wrap .widget-title  a{
	color:#fff;
}
.top-footer-wrap .widget-title:before{
	content: '';
    width: 20px;
    height: 1px;
    background: #6a5bd0;
    left: 0;
    bottom: 0;
    position: absolute;
}
.top-footer-wrap  .menu-footer-menu-container ul li{
	margin-bottom: 15px;
}
.top-footer-wrap  .menu-footer-menu-container ul li a,
.top-footer-wrap  .widget,
.top-footer-wrap .widget ul li a{
	color: #8f8f8f;
}
.top-footer-wrap  .menu-footer-menu-container ul li a:hover{
	color: #6a5bd0;
}
.top-footer-wrap .tnp-widget .tnp-email{
	background:#111;
	border:0;
	outline: 0;
	padding: 15px 10px;
}
.top-footer-wrap .tnp-widget form{
	position: relative;
}
.top-footer-wrap .tnp-widget input[type=submit]{
    position: absolute;
    top: 50%;
    right: 10px;
    background: url(assets/images/right-arrow.png)center no-repeat;
    width: 24px;
    height: 24px;
    margin-top: -11px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline:0;
    font-size: 0;
}
.bottm-footer .container{
	border-top: 1px solid #787878;
	padding:20px 10px; 
}
.bottm-footer .container > div{
	display: inline-block;
	width: 33.33%;
	margin-right: -4px;
	vertical-align: middle;
}
.bottm-footer .footer-logo{
	text-align: left;
}
.bottm-footer .footer-social-icons{
	text-align: center;
}
.bottm-footer .site-info{
	text-align: right;
	color: #8f8f8f;
}
.bottm-footer .site-info a{
	display: inline-block;
	color:#8f8f8f;
}
.bottm-footer .footer-social-icons a{
	display: inline-block;
	vertical-align: middle;
	color: #8f8f8f;
	font-size: 16px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.bottm-footer .footer-social-icons a:hover,
.bottm-footer .site-info a:hover{
	color:#6a5bd0; 
}
/**/
.back-to-top{
    background-color: #6a5fcd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 20px;
    /* border-radius: 100%; */
    z-index: 999999;
}
/*Archieve PAGE for Blog*/
.archive .site-content{
	padding-bottom:100px;
}
.archive  .grid .archive-post-wrap{
	margin: 0 -10px;
}
.header-banner-container{
	padding:200px 0 100px;
	margin-bottom: 100px;
	position: relative;
}
.header-banner-container:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7)
}
.archive .grid  article{
	width:50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 50px;
}
.archive .grid  article:nth-child(2n+1){
	clear: left;
}
.archive .grid  .post-img,
.archive .grid  .post-thumb{
	padding: 0 45px 0;
	margin-bottom: -50px;
}
.archive .grid  .content-wrap{
	padding:80px 45px 50px;
	border:1px solid #f2f2f2;
}
.archive .entry-title{
	margin-bottom:8px;/* 20px;*/
	font-size: initial;
}
.archive .entry-title a{
	font-size: 24px;
	font-weight:500;
	color: #000;
	font-family: 'Oswald', sans-serif;
}
.archive .archive-portfolio-wrap .entry-title a{
	line-height: 1.2;
}
.archive .post-date{
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.archive .list .post-date{
	padding-bottom: 0;
	border-bottom: 0;
}
.archive  .content-read-more{
	margin-top: 30px;
}
.archive .list .archive-content{
	border:1px solid #f2f2f2;
	margin-bottom: 40px;
}
.archive .list .archive-content .list-texts-wrap,
.archive .list .archive-content .post-thumb,
.archive .list .archive-content  .post-img{
	float: left;
}
.archive .list .archive-content .list-texts-wrap{
	width:75%;
	padding: 45px;
}
.archive .list .archive-content .post-thumb,
.archive .list .archive-content  .post-img{
	width: 25%;
}
.archive .list.right-sidebar-enabled.list .archive-content .list-texts-wrap,
.archive .list.left-sidebar-enabled.list .archive-content .list-texts-wrap{
	width: 60%;
}
.archive .right-sidebar-enabled.list .archive-content .post-thumb,
.archive .left-sidebar-enabled.list .archive-content  .post-img,
.archive .left-sidebar-enabled.list .archive-content .post-thumb,
.archive .right-sidebar-enabled.list .archive-content  .post-img{
	width: 40%;
}
/**/
.archive .list.both-sidebar-enabled .archive-content{
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow:column-reverse;
	-webkit-flex-flow:column-reverse;
	flex-flow:column-reverse;
}
.archive .list.both-sidebar-enabled .archive-content .list-texts-wrap,
.archive .both-sidebar-enabled.list .archive-content .list-texts-wrap{
	width: 100%;
	float: none;
}
.archive .both-sidebar-enabled .archive-content .post-thumb,
.archive .both-sidebar-enabled .archive-content  .post-img{
	width:100%;
	float: none;
	/*margin-bottom: 20px;*/
}
/**/
.archive .list .archive-content .post-thumb iframe,
.archive .list .archive-content  .post-img img{
	display: block;
	margin: 0 auto;
}
.nav-links{
	text-align: center;
	margin-top:50px;
}
.nav-links ul li{
	display: inline-block;
}
.nav-links ul li a,
.nav-links ul li span{
    display: block;
    font-size: 17px;
    width: 36px;
    height: 36px;
    line-height: 33px;
    color: #6a5bd0;
    border: 2px solid #ebebeb;
}
.nav-links ul li span.current{
	background: #ebebeb;
}
/*sidebar*/
#primary,
.sidebar-left,
.sidebar-right{
	margin-bottom:80px;
}
.sidebar-left,
.sidebar-right{
	width: 25%;
	position: relative;
}
.sidebar-left{
	float: left;
}
.sidebar-right{
	float: right;
}
.right-sidebar-enabled #primary,
.left-sidebar-enabled #primary{
	width:75%;
	position: relative;
	float: left;
}
.left-sidebar-enabled #primary{
	float: right;
}
.both-sidebar-enabled .sidebar-left{
	right: 50%;
}
.right-sidebar-enabled #primary{
	padding-right: 40px;
}
.left-sidebar-enabled #primary{
	padding-left: 40px;
}
.both-sidebar-enabled #primary{
	position: relative;
	left:25%;
	width: 50%;
	padding:0 40px;
	float: left;
}
.both-sidebar-enabled.grid .archive-post-wrap{
	margin: 0;
}
.both-sidebar-enabled.grid article {
    width:100%;
    float: none;
    padding:0;
}
/*widget*/
section.widget{
	padding: 0;
}
.widget ul,
.widget ol{
	list-style: none;
	margin: 0 ;
	padding: 0;
}
.sidebar-left .widget,
.sidebar-right .widget{
	border:1px solid #f2f2f2;
	padding:42px 27px; 
}
.widget-title,
.widget-title a{
	font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #000;
    padding-bottom: 11px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 1.1;
    margin-bottom: 20px;
}
.widget-title a{
    padding-bottom: 0;
    border-bottom:0;
    margin-bottom:0;
}
.widget_categories li,
.widget_archive li{
	color: #6a5bd0;
	font-weight: 600;
	margin-top: 30px;
}
.widget_categories li:nth-of-type(1),
.widget_archive li:nth-of-type(1){
	margin-top: 0;
}
.widget_categories li a,
.widget_archive li a{
	display: block;
	color: #000;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 5px;
}
.widget_categories li ul{
	margin-top: 30px;
	margin-left: 30px;
}
.widget_pages li,
.recent-post-widget .recent-posts-content,
.widget_recent_comments li,
.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget_rss ul li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.widget_pages li:last-child,
.recent-post-widget .recent-posts-content:last-child,
.widget_recent_comments li:last-child,
.widget_meta ul li:last-child,
.widget.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.widget_pages li a,
.recent-post-widget .recent-posts-content a,
.widget_meta ul li a,
.widget.widget_recent_entries ul li a{
	color: #000;
}
.widget_recent_comments li a{
	color:#6a5bd0;
}
.recent-post-widget .image-recent-post,
.recent-post-widget .date-title-recent-post{
	float: left;
}
.recent-post-widget .image-recent-post{
	width:66px;
}
.recent-post-widget .date-title-recent-post{
	width: -moz-calc(100% - 66px);
	width: -webkit-calc(100% - 66px);
	width: calc(100% - 66px);
	padding-left:15px;
}
.widget_ripple_pro_toggle .ap-toggle-title {
	padding-right: 25px;
	position: relative;
	font-size: 16px;

}
.widget_ripple_pro_toggle .ap-toggle-title  .pointer{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
.widget_ripple_pro_toggle .ap-toggle-content{
	margin-top: 20px;
}
.widget-flickr-stream .flickr_badge_image{
	width: 33.33%;
	float: left;
}
.widget-flickr-stream .flickr_badge_image a,
.widget-flickr-stream .flickr_badge_image a img,
.widget_media_gallery .gallery-item a,
.widget_media_gallery .gallery-item a img{
	display: block;
}
.widget_media_gallery .gallery{
	margin-bottom: 0;
}
.widget select{
    height: 35px;
    padding-left: 7px;
    border: 1px solid #f2f2f2;
    color: #000;
    font-size: 16px;
    font-family: 'Merriweather', serif;
    outline:0;
}
.sidebar-left select,
.sidebar-right  select{
	width: 100%;
	outline: 0;
}
.widget_search .search-form,
.widget_product_search .woocommerce-product-search{
	position: relative;
}
.sidebar-left .widget_search,
.sidebar-right .widget_search,
.sidebar-left  .widget_product_search,
.sidebar-right  .widget_product_search{
	padding:10px 27px;
}
.sidebar-left .widget_search .widget-title,
.sidebar-right .widget_search .widget-title,
.sidebar-right .widget_product_search .widget-title,
.sidebar-left .widget_product_search .widget-title{
	padding-top: 17px;
	display: none;
}
.widget_search .search-form input[type=search],
.widget_search .search-form input[type=submit],
.widget_product_search  input[type=search],
.widget_product_search  input[type=submit]{
	height: 40px;
	border:0;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	background: transparent;
}
.widget_search .search-form input[type=search],
.widget_product_search  input[type=search]{
	padding-right: 65px;
}
.widget_search .search-form input[type=submit],
.widget_product_search  input[type=submit]{
    position: absolute;
    top: 50%;
    right: 0;
    background: url(assets/images/search01.png) no-repeat;
    width: 24px;
    height: 24px;
    margin-top: -7px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
}
/*.widget_search .search-form input[type=search]:before,
.widget_search .search-form input[type=submit]:before,
.widget_product_search  input[type=search]:before,
.widget_product_search  input[type=submit]:before{
	content:"\f002";
	font-family: Fontawesome;
	font-size: 18px;
	color: #222;
}*/
.widget_ripple_pro_contact_info .ripple-contact-info span{
	display: block;
	position: relative;
	padding-left: 30px;
	margin-top: 20px;
}
.widget_ripple_pro_contact_info .ripple-contact-info span:nth-of-type(1){
	margin-top: 0;
}
.widget_ripple_pro_contact_info .ripple-contact-info span a{
	display: inline-block;
	color:#000;
	word-break: break-word;
}
.widget_ripple_pro_contact_info .ripple-contact-info span  i{
	width: 25px;
	position: absolute;
	left: 0;
	top: 6px;
}
.widget_nav_menu ul li{
	margin-top: 15px; 
}
.widget_nav_menu ul li:nth-of-type(1){
	margin-top: 0;
}
.widget_nav_menu ul li ul{
	margin-top: 15px;
	margin-left: 15px;
}
.widget_nav_menu ul li a{
	color: #000;
}
/*social icon widget*/
.widget-social-icons li{
	margin: 5px;
}
.widget-social-icons li a{
	padding:7px 65px 7px 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color:#6a5bd0;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.5px;
    display: inline-block;
}
.widget-social-icons li a i{
    position: absolute;
    top: 0;
    font-size: 18px;
    right: 0;
    width: 45px;
    text-align: center;
    line-height: 41px;
    border-left: 1px solid #fff;
}
.widget-social-icons.social2 li a i,
.widget-social-icons.social3 li a i{
	background: #eee;
	color: #6a5bd0;
	border-left:0;
}
.widget-social-icons.social3 li a{
	-webkit-border-radius:20px;
	border-radius:20px;
	overflow: hidden;
}
.maintenance-mode-wrapper .widget-social-icons li{
	display: inline-block;
	vertical-align: middle;
}
/*tag widget*/
.widget_tag_cloud .tagcloud a{
	display: inline-block;
	vertical-align: bottom;
	padding:10px 20px;
	border:1px solid #f2f2f2;
	border-radius:20px;
	line-height: 1;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	margin:5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget_tag_cloud .tagcloud a:hover{
	background:#6a5bd0; 
	color: #fff;
	border-color:#6a5bd0;
}
/*slider widget*/
.owl_slider_content{

}
/*single page blog*/
.single .post-thumb{
	margin-bottom: 26px;
}
.post-thumb img{
	display: block;
}
.post  .entry-footer > span{
	display: inline-block;
	margin-right: 7px;
}
.single .post-content-wrap .entry-meta span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 23px;
}
.single .post-content-wrap .entry-meta span i{
	margin-right:3px;
}
.entry-title,
.woocommerce-products-header__title.page-title,
.error-404 .page-header h1,
.search .page-title,
.single-portfolio .inner-content-wrap .entry-title a{
	font-size: 36px;
	font-weight:500;
	color: #000;
	font-family: 'Oswald', sans-serif;
}
.search .page-title{
	margin-bottom: 30px;
}
.page-thumb{
	margin-bottom: 20px;
}
.single .post-content-wrap .author{
	position: relative;
	padding-left: 25px;
	/*margin-top:7px;*/
	display: block;
}
.single .post-content-wrap .author i{
	position: absolute;
	left: 0;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #6a5bd0;
}
.single .post-content-wrap .content{
	margin:23px 0;
	padding:23px 0;
	border-width:1px 0 1px 0; 
	border-style: solid;
	border-color: #eee;
}
.single .comments-area .comments-title,
.single .rel-post{
	font-size: 24px;
    font-weight: 500;
    color: #000;
    font-family: 'Oswald', sans-serif;
    margin-top: 30px;
    margin-bottom: 48px;
}
.single .rel-post-wrapper{
	border:1px solid #f2f2f2;
	margin-bottom:10px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}
.single .blog-date,
.single .rel-title-wrap,
.single .rel-post-img{
	float: left;
	align-items: center;
}
.single .blog-date,
.single .rel-title-wrap{
	text-align: center;
	padding: 20px;
}
.single .blog-date{
	width: 22%;
	border-right: 1px solid #f2f2f2;
}
.single .rel-title-wrap{
	width: 40%;
}
.single .rel-post-img{
	width: 38%;
}
.single .rel-post-img img{
	display: block;
	margin:0 0 0 auto;
}
.single .blog-date-inner,
.single .rel-title-wrap-inner{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.single .blog-date-inner > span{
    font-weight: 500;
    color: #000;
    font-family: 'Oswald', sans-serif;
}
.single .posted-day{
	display: block;
	font-size:38px;
}
.single .posted-month,
.single .posted-year{
	display: inline-block;
	font-size:18px;
	padding:0 5px;
}
.single .rel-post-title{
	margin-bottom:10px; 
}
.single .rel-post-title a{
	font-size: 19px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    font-family: 'Oswald', sans-serif;	
}
.single .rel-title-wrap-inner > span i{
	margin-right:7px;
	font-size: 16px;
	color:#6a5bd0; 
}
.single .comments-area{
	margin-top:50px;
}
.single .comment-list{
    list-style: none;
    margin-bottom: 55px;
}
.single .comment-list li{
	margin-bottom: 26px;
}
.single .comment-list li .comment-author{
	float: left;		
	width: 115px;
}
.single .comment-list li .comment-wrapper{
	float: left;	
	width: -moz-calc(100% - 115px);
	width: -webkit-calc(100% - 115px);
	width: calc(100% - 115px);
	border:1px solid #f2f2f2;
	padding:28px 47px; 
}
.single .comment-list li .comment-wrapper .fn,
.single .comment-list li .comment-wrapper .fn a{
	font-size: 19px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-style: normal;

}
.single .comment-list li .comment-wrapper .comment-meta{
	padding:10px 0;
}
.comment-text .reply{
	display: inline-block;
}
/*comment form*/
.comment-respond{
    padding: 65px 55px;
    border: 1px solid #f2f2f2;
    margin-top: 10px;
}
.comment-reply-title{
	font-size: 24px;
    font-weight: 500;
    color: #000;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 37px;
}
.comment-form .comment-notes,
.comment-form label{
	display: none;
}
.comment-form p{
	margin-bottom:37px;
}
.comment-form .comment-form-author,
.comment-form  .comment-form-email{
	float: left;
	width: 50%;
}
.comment-form .comment-form-author{
	padding-right:15px; 
}
.comment-form  .comment-form-email{
	padding-left:15px; 
}
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url]{
	background: #f6f9fb;
	border:0;
	width: 100%;
	margin-bottom: 0;
	outline: 0;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url]{
	height: 56px;
	padding: 0 24px;
}
.comment-form textarea{
	padding: 24px;
}
.comment-form .form-submit{
	margin-top: 15px;
	margin-bottom: 0;
}
.comment-form .form-submit input[type=submit]{
	padding:16px 18px;
    background: #6a5bd0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border: 2px solid #6a5bd0;
    outline: 0;
    font-weight: 500;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*inner page banner*/
.header-banner-container .page-title{
	font-size: 24px;
    font-weight: 500;
    color: #fff;
	font-family: 'Oswald', sans-serif;
	padding-bottom:22px;
	margin-bottom: 20px;
	position: relative;
}
.header-banner-container .page-title:before{
	content: '';
	width:50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background:#fff;
}
#ripple-breadcrumb,
#ripple-breadcrumb  a,
#ripple-breadcrumb span{
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
}
#ripple-breadcrumb  a:hover{
	color:#6a5bd0;
}
/*woocommerce page*/
.woocommerce-account .entry-title{
	margin-bottom: 20px;
}
.woocommerce-account .content .woocommerce{
    border: 1px solid #f2f2f2;
    padding:30px;
}
.woocommerce-account .content .woocommerce form{
	    border: 0;
    padding: 0;
}
.woocommerce-account .content .woocommerce h2{
	margin-bottom: 20px;
}
.woocommerce-account .woocommerce-form-login > p{
	margin-top: 30px;
}
.woocommerce-account .woocommerce-form-login > p:nth-of-child(1){
	margin-top: 0;
}
.woocommerce-account .woocommerce-form-login > p.woocommerce-form-row {
	position: relative;
	display: block;
	padding-left: 200px;
}
.woocommerce-account .woocommerce-form-login > p.woocommerce-form-row  label{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 200px;
}
.woocommerce-account .woocommerce-form-login > p.woocommerce-form-row input[type=text],
.woocommerce-account .woocommerce-form-login > p.woocommerce-form-row input[type=password]{
	height:35px;
	width: 100%;
	background: transparent;
	border:1px solid #f2f2f2;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 10px;
	outline: 0;
}
.woocommerce .products .star-rating{
	margin: 0 auto 15px;
}
input[type=submit].woocommerce-Button{
    background: #6a5bd0;
    color: #fff;
    padding: 9px 18px;
    font-size: 15px;
    font-weight: 400;
    border: 2px solid #6a5bd0;
    outline: 0;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type=submit].woocommerce-Button:hover{
	color: #6a5bd0;
	background: transparent;
}
.lost_password a{
	color:#cd4d4e; 
}
input[type=checkbox].woocommerce-form__input-checkbox{
	width: 20px;
	height: 20px;
	border-radius: 0;
	margin-left: 10px;
}
/*shop page*/
.woocommerce .content-area ul.products li.product {
    text-align: center;
    position: relative;
    border: 1px solid #eee;
    padding-bottom: 15px;
}
.woocommerce.woocommerce-page .onsale,
.woocommerce.woocommerce-page .related.products .product .onsale,
.woocommerce ul.products li.product .onsale{
    top: 0px;
    left: -5px ;
    right: auto;
    border-radius: 0;
    background-color:#6a5bd0;
    margin: 0;
    padding: 5px 10px;
    line-height: 1;
    min-height: auto;
    min-width: auto;
    text-transform: uppercase;;
    font-weight: 500;
}
.woocommerce.woocommerce-page  .onsale:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 4px 0;
    border-color: transparent #6a5bd0 transparent transparent;
    left: 0;
    bottom: -4px;
}
.woocommerce-ordering,
.woocommerce-result-count{
	margin-bottom:10px;
}
.woocommerce form select.orderby {
    height: 32px;
}
.woocommerce ul.products li.product a img{
	margin-bottom: 0;
	border-bottom: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product h2{
	margin-top:20px;
}
.woocommerce.woocommerce-page .content-area ul.products li.product .add_to_cart_button,
.woocommerce.woocommerce-page .content-area ul.products li.product .product_type_simple,
.woocommerce .cart .coupon input.button[type="submit"],
.woocommerce .place-order .button.alt,
 .widget_shopping_cart_content a.button,
.widget_price_filter .price_slider_amount button[type=submit],
.woocommerce .cart button[type=submit].single_add_to_cart_button,
.woocommerce #review_form #respond .form-submit input{
	padding:7px 15px;
    text-decoration: none;
    display: inline-block;
    background: #6a5bd0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border: 2px solid #6a5bd0;
    outline: 0;
    font-weight: 500;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
.woocommerce #review_form #respond .form-submit input{
	padding: 15px 20px;
}
.woocommerce.woocommerce-page .content-area ul.products li.product .add_to_cart_button:hover,
.woocommerce.woocommerce-page .content-area ul.products li.product .product_type_simple:hover,
.woocommerce .cart .coupon input.button[type="submit"]:hover,
.woocommerce .place-order .button.alt:hover,
.widget_shopping_cart_content a.button:hover,
.widget_price_filter .price_slider_amount button[type=submit]:hover,
.woocommerce .cart button[type=submit].single_add_to_cart_button:hover,
.woocommerce #review_form #respond .form-submit input:hover{
	background:transparent;
	color:  #6a5bd0;
}
.woocommerce  .quantity input[type=number]{
	height: 31px;
}
.woocommerce #reviews #comment{
	height: 150px;
}
.woocommerce ul.products li.product .price{
	color: #6a5bd0;
}
.woocommerce-cart #content .woocommerce table.cart td.actions .coupon .input-text {
    width: auto;
    border-radius: 0;
}
.woocommerce .wc-proceed-to-checkout a.button.alt {
    background:#6a5bd0;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce-error{
	border-top-color:#6a5bd0;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
    clear: both;
}
.woocommerce-checkout #content .woocommerce-checkout .woocommerce-billing-fields p,
.woocommerce-checkout #content .woocommerce-checkout .woocommerce-account-fields  p{
    position: relative;
    width: 100%;
    display: block;
    padding: 5px 0 5px 200px;
    margin: 0;
    margin-bottom: 20px;
}
.woocommerce-checkout #content .woocommerce-checkout .woocommerce-billing-fields p label ,
.woocommerce-checkout #content .woocommerce-checkout .woocommerce-account-fields  p label span,
.woocommerce-checkout .create-account .woocommerce-invalid-required-field label{
    position: absolute;
    top: 2px;
    left: 0;
}
.woocommerce-checkout #content .woocommerce-checkout .woocommerce-billing-fields p input,
.woocommerce-account-fields .create-account p input,
.woocommerce form .form-row input.input-text{
    line-height: 30px;

    border: 1px solid #eee;
    border-radius: 0;
    padding-left: 10px;
}
.woocommerce-checkout form .form-row.woocommerce-validated.address-field select,
.select2-container--default .select2-selection--single{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
     line-height: 30px;
    border: 1px solid #eee;
    height: 30px;
}
.woocommerce-checkout #content .woocommerce-checkout .woocommerce-billing-fields p input {
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 0;
}
.woocommerce form .form-row textarea, 
.woocommerce-page form .form-row textarea{
	height: 150px;
	padding: 10px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
	width: 100%;
	float: none;
}
.woocommerce-MyAccount-content fieldset{
	margin-top: 30px;
}
.woocommerce-MyAccount-content fieldset legend{
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.woocommerce-MyAccount-content fieldset legend:before{
	content: '';
	background:#6a5bd0;
	height: 2px;
	width:20px;
	bottom: 0;
	position: absolute;
	left: 0;
}
.woocommerce-MyAccount-navigation ul li a{
	padding: 5px 7px;
	border:1px solid #f2f2f2;
	border-top: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.woocommerce-MyAccount-navigation ul li:nth-of-type(1) a{
	border-top: 1px solid #f2f2f2;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	background:#6a5bd0;
	color: #ffffff;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total{
	margin:20px 0;
}
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total{
	border-top: 0;
}
.woocommerce .widget-area .product_list_widget li{
	padding-bottom:20px;
	margin-top: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.woocommerce .widget-area .product_list_widget .woocommerce-mini-cart-item{
	padding-left:30px;
}
.woocommerce .widget-area .product_list_widget li:nth-of-type(1){
	margin-top: 0;
}
.woocommerce .widget-area .product_list_widget li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.site-header .widget  span{
	color:#000;
}
.site-header .widget  p{
	margin:10px 0;
}
.woocommerce div.product p.price, 
.woocommerce div.product .price span{
	color: #000;
}
.woocommerce div.product p.price{
	margin-bottom: 10px;
}
.woocommerce-product-details__short-description{
	margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
}
/*search page*/
.search section{
	padding: 0;
}
.search article{
	margin-bottom: 50px;
}
.search article h2{
	font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1.3;
    padding-bottom: 0;
    font-weight: 600;
}
.search article .entry-title + .entry-meta{
	margin-top: 20px;
}

.search h2 a, .search .cat-links a, 
.search .edit-link a, .search .comments-link a {
    color: #000;
}
.search h2 a:hover, 
.search .cat-links a:hover, 
.search .edit-link a:hover, 
.search .posted-on a:hover, 
.search .comments-link a:hover{
	color: #6a5bd0;
}
/*404page*/
.error-404,
.search-no-results .no-results{
	padding:0 0 120px;
}
.error-404 .page-content form{
	margin-top: 20px;
}
.error-404 .page-content form input[type=search],
.search-no-results .no-results form input[type=search]{
	max-width: 300px;
	width: 100%;
	height: 30px;
	border:1px solid #f2f2f2;
	padding:0 10px;
	outline: 0;
}
.error-404 .page-content form input[type=submit],
.search-no-results .no-results form input[type=submit]{
	display: inline-block;
    background: #6a5bd0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    border: 2px solid #6a5bd0;
    padding: 0 10px;
}
/*maintenance page*/
.bg-image-maintanance{
	position: relative;
}
.bg-image-maintanance:before{
	content:'';
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: rgba(0,0,0,0.8)
}
.maintenance-mode-wrapper{
	max-width: 840px;
	margin:0 auto;
	text-align: center;
	padding:80px 0;
	position: relative;
	height: 100vh;
}
.maintenance-mode-wrapper .flip-clock-wrapper{
	display: inline-block;
    width: auto;
    margin-bottom: 50px;
}
.maintenance-mode-wrapper .flip-clock-wrapper ul li a div div.inn {
    text-shadow: 0 1px 2px #6a5bd0;
    background-color:#6a5bd0;
}
.maintenance-title{
	margin-bottom: 30px;
}
.maintenance-title h1{
	font-family: 'Oswald', sans-serif;
    font-size: 59px;
    color: #fff;
    font-weight: 400;
}
.maintenance-intro{
	color: #fff;
	margin-bottom:70px;
}
.maintenance-mode-wrapper .flip-clock-divider .flip-clock-label{
	color: #fff;
    font-size: 15px;
}
.maintenance-widget-wrapper .widget_ripple_pro_social_icons{
	margin-bottom: 30px;
}
.maintenance-widget-wrapper .widget-title{
	color: #fff;
	border:0;
	font-size: 24px;
	position: relative;
}
.maintenance-widget-wrapper .widget-title:before{
	content: '';
	width:50px;
	height: 2px;
	background:  #6a5bd0;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.maintenance-widget-wrapper .widget_newsletterwidget{
	color: #fff;
}
.maintenance-widget-wrapper .tnp-widget form{
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	padding-right: 100px;
	margin-top:10px;
}
.maintenance-widget-wrapper .tnp-widget form input[type=submit]{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100px;
	background: #6a5bd0;
}

/*Portfoliol archieve page*/
.archive-portfolio-wrap{
	margin: 0 -5px;
}
.archive-portfolio-wrap article{
	width:50%;
	float: left;
	margin:0;
	display: table;
	padding: 5px;
}
.archive-portfolio-wrap article .inner-content-wrap{
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
}
.archive-portfolio-wrap article:nth-of-type(2n+1){
	clear: left;
}
.archive-portfolio-wrap .pfolio-img,
.archive-portfolio-wrap .content-wrap{
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.archive-portfolio-wrap .content-wrap{
	padding:20px ;
	position: relative;
}
.archive-portfolio-wrap .content-wrap:before{
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff transparent transparent;
}
/*.archive-portfolio-wrap article:nth-of-type(1) .content-wrap,
.archive-portfolio-wrap article:nth-of-type(2) .content-wrap{
	border-top-width: 1px;
}*/
.client-website a{
	word-break: break-all;
}
.archive-portfolio-wrap .pfolio-img a,
.archive-portfolio-wrap .pfolio-img img{
	display: block;
}
.archive-portfolio-wrap .pfolio-content > div{
    position: relative;
    padding-left: 65px;
}
.archive-portfolio-wrap .pfolio-content > div label{
	position: absolute;
	left: 0;
	max-width: 65px;
	font-weight:600;
}
.archive-portfolio-wrap .pfolio-content .quick-info{
	margin-top: 20px;
}
.archive-portfolio-wrap .pfolio-content .quick-info a{
	padding: 6px 15px;
}
/*---------------------
portfolio single page
---------------------*/
.single-portfolio article{
	margin-bottom: 100px;
}
.single-portfolio  .inner-content-wrap {
    border: 1px solid #f2f2f2;
}
.single-portfolio  .content-wrap,
.single-portfolio  .pfolio-img{
	float: left;
}
.single-portfolio  .pfolio-img{
	width: 40%;
}
.single-portfolio  .content-wrap{
    padding: 37px 70px;
    width: 60%;
}
.single-portfolio  .pfolio-img img{
	display: block;
}
/*---------------------
Team Archieve Page
---------------------*/
.team-member-archive{
	position: relative;
	border:1px solid #f2f2f2;
}
.archive-team-wrap{
	margin:0 -10px;
}
.archive-team-wrap article{
	width:25%;
	float: left;
	padding:0 10px;
}
.archive-team-wrap article:nth-of-type(4n+1){
	clear: left;
}
.archive-team-wrap .image-team-wrap img,
.team-member-single .image-team-wrap img{
	display: block;
}
.team-member-archive .details,
.team-member-single .details{
	padding: 20px;
}
.team-member-archive .details .designation-name,
.team-member-single .details .designation-name{
	margin-bottom:10px;
}
.team-member-archive .details .designation-name span,
.team-member-single .details .designation-name span{
	display: block;
}
.team-member-archive .details .designation-name span.name-member,
.team-member-single .details .designation-name span.name-member{
	font-size:16px;
	font-weight: 600;
}
.team-member-archive .details .social-icon{
	margin-bottom: 20px;
}
.team-member-archive .details .social-icon a,
.team-member-single  .details .social-icon a{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border:1px solid #f2f2f2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-member-archive .details .social-icon a:hover,
.team-member-single  .details .social-icon a:hover{
	color: #fff;
	background:#6a5bd0; 
}
.team-member-archive .details  .more-btn a{
	display: inline-block;
	padding: 5px 10px;
}
/*---------------------
Team single page
---------------------*/
.team-member-single .team-left-wrap,
.team-member-single  .team-right-wrap{
	float: left;
}
.team-member-single .team-left-wrap{
	width: 30%;
	padding-right:40px;
	text-align: center;
}
.team-member-single  .details .social-icon a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin:3px;
}
.team-member-single  .team-right-wrap{
	width: 70%;
}
.team-right-wrap p{
	margin:0;
}
.single-team article{
	margin-bottom:100px;
}
/*Shortcode css*/
.button-shortcode a{
/*	font-family:'Oswald', sans-serif;*/
	padding: 10px 25px;
	border:2px solid #6a5fcd;
	display: inline-block;
	font-size: 15px;
	margin-right: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button-shortcode a.btn1{
	background:#6a5fcd;
	color:#fff;  
}
.button-shortcode a.btn2{
	color:#6a5fcd; 
}
.button-shortcode a.btn1:hover{
	color:#6a5fcd; 
	background: transparent;
}
.button-shortcode a.btn2:hover{
	background:#6a5fcd;
	color:#fff; 
}
#plx-slider-section a.btn1,
#plx-slider-section a.btn2{
	margin:4px 10px;
}
#plx-slider-section  .button-shortcode a.btn2,
#plx-slider-section  .button-shortcode a.btn1:hover{
		color: #fff;
}
