/*

Theme Name: gaga pro

Theme URI: http://demo.accesspressthemes.com/gaga-pro

Author: AccesspressThemes

Author URI: http://accesspressthemes.com/

Description: Gaga pro is simple, clean, beautiful and responsive WP theme. The theme is fully built in customizer so you can build your website easy to use customizer options with live preview. The theme has option for multiple header layout, full screen slider, team layout, services layout, skills layout (counter), portfolio layout, client layout, testimonial layout, pricing table, blog layout, call to action, footer layout, news letter, progress bar, map section etc. You can change theme colors, typography and have full control over all layout components.The theme is responsive, translation ready, parallax, SEO friendly and easily customizable.

Version: 1.1.4

License: GNU General Public License v3 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: gaga-pro

Tags: right-sidebar, left-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, threaded-comments, featured-images, full-width-template, responsive-layout, custom-colors



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.



gaga pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v3 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/ /*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

 Normalize# Typography# Elements# Forms# Navigation        ## Links        ## Menus# Accessibility# Alignments# Clearings# Widgets# Content    ## Posts and pages        ## Asides        ## Comments# Infinite scroll# Media        ## Captions        ## Galleries--------------------------------------------------------------*//*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

html {

    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust:     100%;

}



body {

    margin: 0;
    overflow-x:hidden;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.is-horizontal, .is-horizontal .site, .is-horizontal .site-content, .is-horizontal body{
	height:100%;	
}

article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

    display: block;

}



audio,

canvas,

progress,

video {

    display: inline-block;

    vertical-align: baseline;

}



audio:not([controls]) {

    display: none;

    height: 0;

}



[hidden],

template {

    display: none;

}



a {
text-decoration:none;
    background-color: transparent;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}



a:active,

a:hover {

    outline: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}



abbr[title] {

    border-bottom: 1px dotted;

}



b,

strong {

    font-weight: bold;
    color: #E01428;

}



dfn {

    font-style: italic;

}



h1 {

    font-size: 2em;

    margin: 0.67em 0;

}



mark {

    background: #ff0;

    color: #000;

}



small {

    font-size: 80%;

}



sub,

sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}



sup {

    top: -0.5em;

}



sub {

    bottom: -0.25em;

}



img {

    border: 0;

}



svg:not(:root) {

    overflow: hidden;

}



figure {

    margin: 1em 40px;

}



hr {

    box-sizing: content-box;

    height: 0;

}



pre {

    overflow: auto;

}



code,

kbd,

pre,

samp {

    font-family: monospace, monospace;

    font-size: 1em;

}



button,

input,

optgroup,

select,

textarea {

    color: inherit;

    font: inherit;

    margin: 0;

}



button {

    overflow: visible;

}



button,

select {

    text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

    -webkit-appearance: button;

    cursor: pointer;

}



button[disabled],

html input[disabled] {

    cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



input {

    line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box;

    padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

    height: auto;

}



input[type="search"] {

    -webkit-appearance: textfield;

    box-sizing: border-box;

}



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,

textarea {

    color: #404040;

    font-size: 16px;

    font-size: 1rem;

    line-height: 1.5;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform:capitalize;
    clear: both;
}


dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}



abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 15px 3em;
}



ul {
    list-style: disc;
}



ol {
    list-style: decimal;
}



li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}



dt {
    font-weight: bold;
}



dd {
    margin: 0 1.5em 1.5em;
}



img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
	vertical-align:middle;
}

.header_logo img{
    max-height: 65px;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}



/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #d9d9d9;
    border: 2px solid #cccccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}



textarea {
    padding-left: 3px;
    width: 100%;
}



/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {
    color: #e01428 ;
}



a:visited {
    color: #e01428 ;
}




a:focus {
    outline: none;
    border:none;

}



a:hover,
a:active {
    outline: 0;
}



/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

.my_class_pages  .onee, 
.post-type-archive-portfolio_type .onee, 
.onee{    
    width: 100%;
    z-index: 999;
}
.my_class_pages .onee .top_inner_header, 
.post-type-archive-portfolio_type .onee, 
.onee{
    padding: 0;
    background:#ffffff;
}
.my_class_pages .onee .top_inner_header .ak-container .header_logo{
    border: 0;
}
.my_class_pages .onee .top_inner_header .ak-container-menu .header_logo{
    border: 0;
}

.my_class_pages .onee .main-navigation{
    padding-top: 25px;
}
header .onee {
	position:fixed;	
}
/*
.plx_about_section{
    padding-top:198px !important;
}
*/
.main-nav-scrolled{
    position: fixed;
    width: 100%;
    top: 0;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

.innerr_header,
.top_inner_header{
   
}
.main-navigation {
    display:inline-block;    
    width:100%;
    float:right;
    padding-top:25px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    padding:10px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.8);

}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {

    width: 200px;

}



.main-navigation ul ul li {
    text-align:left;
}



.main-navigation li:hover > a,

.main-navigation li.focus > a {

}



.main-navigation ul ul :hover > a,

.main-navigation ul ul .focus > a {

}



.main-navigation ul ul a:hover,

.main-navigation ul ul a.focus {

}



.main-navigation ul li:hover > ul,

.main-navigation ul li.focus > ul {

    left: auto;

}



.main-navigation ul ul li:hover > ul,

.main-navigation ul ul li.focus > ul {

    left: 100%;

}



.main-navigation .current  a{
    color: #ec1b2e !important;
}



/* Small menu. */

.menu-toggle,

.main-navigation.toggled ul {

    display: block;

}


.menu-toggle {

    display: none;

}
.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
    margin: 0 !important;
}
.side_bar_menu.mm-current.mm-opened{
	display:block;	
}


@media screen and (min-width: 37.5em) {



    .main-navigation ul {

        display: block;

    }

}



.site-main .comment-navigation,

.site-main .posts-navigation,

.site-main .post-navigation {

    margin: 0 0 1.5em;

    overflow: hidden;

}



.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

    float: left;

    width: 50%;
    line-height:0;
}



.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

    float: right;

    text-align: right;

    width: 50%;

}

.main-navigation .nav{
    float:left;
}
.main-navigation .menu-menu-1-container{
    float:none;
}
/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    position: absolute !important;

    height: 1px;

    width: 1px;

    overflow: hidden;

}



.screen-reader-text:focus {

    background-color: #f1f1f1;

    border-radius: 3px;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    clip: auto !important;

    color: #21759b;

    display: block;

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: bold;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000; /* Above WP toolbar. */

}



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {

    display: inline;

    float: left;

    margin-right: 1.5em;

}



.alignright {

    display: inline;

    float: right;

    margin-left: 1.5em;

}



.aligncenter {

    clear: both;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

    content: "";

    display: table;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

    clear: both;

}



/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {

    margin: 0 0 1.5em;

}



/* Make sure select elements fit in widgets. */

.widget select {

    max-width: 100%;

}



/* Search widget. */

.widget_search .search-submit {

    display: none;

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {

    display: block;

}



.hentry {

    margin: 0 0 1.5em;

}



.byline,

.updated:not(.published) {

    display: none;

}



.single .byline,

.group-blog .byline {

    display: inline;

}



.page-content,

.entry-content,

.entry-summary {

    margin: 1.5em 0 0;

}



.page-links {

    clear: both;

    margin: 0 0 1.5em;

}



/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

    display: none;

}



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {

    word-wrap: break-word;

}



.bypostauthor {

    display: block;

}



/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

    display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

    display: block;

}



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

    border: none;

    margin-bottom: 0;

    margin-top: 0;

    padding: 0;

}



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

    max-width: 100%;

}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

    margin:0;

    max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

    display: block;

    margin: 0 auto;

}



.wp-caption-text {

    text-align: center;

}



.wp-caption .wp-caption-text {

    margin: 0.8075em 0;

}



/*--------------------------------------------------------------

## 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;

}





/*====================Body Section Start ==========================*/
* {
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
}

.clearfix:before,.clearfix:after,
.comment-metadata:before,
.comment-metadata:after  {
    content: "";
    display: table;
}

.clearfix:after,.clearfix:after,
.comment-metadata:before,
.comment-metadata:after {
    clear: both;
}

body {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}
a {
    display: inline-block;
    text-decoration: none;
}

a:hover {text-decoration: none;}

.ak-container {
    width: 960px; 
    margin: 0px auto;
}

.ak-container-menu {
/*    width: 960px; */
width:100%;
    margin: 0px auto;
border:solid 1px #ff0000;
}

.ak-container2{
    width: 1100px;
    margin: 0px auto;
}

.ak-container-blog {
    width: 49%; 
    margin: 0px auto; 
/* float:right; */
}

.akblog-left{
float:left;width:49%;border:solid 1px #ff0000;margin-left:10px;height:264px;background:#ffffff;
}

.akblog-right{
float:right;
}

.bgf5{background:#f5f5f5;}


@media screen and (max-width: 700px) {

.ak-container-blog {    width: 100%;     margin: 0px auto; }
.akblog-left{float:left;width:100%;border:solid 1px #ff0000;margin-left:10px;height:264px;}
.akblog-right{float:left;}

}


/*==================Banner Slider Section Open=========*/

.portfolio_slider_image{
    margin:0;
}
.gaga_pro_slider li{
    line-height:0;
}
.slider_area .gaga_pro_slider .bx-pager.bx-default-pager {
    position: absolute;
    /* width: 960px; */
    /* margin: 0 auto; */
    /* position: static; */
    bottom: 50px;
    right: 180px;
    width: auto;
}
.gaga_pro_slider{
    text-align:center;
}
.gaga_pro_slider img{
    display:inline-block !important;
    width:100%;
}
.bxslider {
    margin-left: 0px;
}
.bx-wrapper *{direction:ltr}

.slider_area .gaga_pro_slider {
    position: relative;
}
.slider_area .gaga_pro_slider span.next-page{
    position: absolute;

    bottom: 50px;
    text-align: center;
    z-index:9;
}
.slider_area .gaga_pro_slider span.next-page a{
    position: relative;
    -webkit-animation: next-page 2s linear 3s infinite alternate; /* Chrome, Safari, Opera */
    animation: next-page 2s linear 3s infinite alternate;
    color:#ed1b2f;
    font-size:35px;
    font-weight:bold;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes next-page{
    0%   {top:0px;}
    100% {top:20px;}
}

/* Standard syntax */
@keyframes next-page{
    0%   {top:0px;}
    100% { top:20px;}
}

.slider_area .gaga_pro_slider .bx-controls.bx-has-pager {
    position: relative;
    
    margin:0 auto;
}



.slider_area .gaga_pro_slider .bx-pager.bx-default-pager .bx-pager-item {
    display: inline-block;
}

.slider_area .gaga_pro_slider .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link {
	font-size:15px;
    display: inline-block;
    width: 30px;
    border-bottom: 5px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px;
    margin-left: 5px;
    border-radius: 0px;
    text-indent: 0px;
    background: none;
    height: auto !important;
}

.slider_area .gaga_pro_slider .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link.active {
    border-bottom: 5px solid #ed1b2f;
    color: #ed1b2f;
    font-weight: 500;
}

.slider_area .gaga_pro_slider .slider_capation {
    position: absolute;
    bottom: 100px;
    left: 0px;
    text-align: right;
    width: 100%;
}

.slider_area .gaga_pro_slider .slider_capation .slider_title,
.slider_area .gaga_pro_slider .slider_capation .slider_content {
    color: #404040; 
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    text-transform: uppercase;
}
.slider_area .gaga_pro_slider .slider_capation .slider_content span{
	color:#ed1b2f;	
}

.slider_area .gaga_pro_slider .slider_capation .slider_content span.highpro {
    color: #ed1b2f;
}
div.highpro {
/*    color: #ed1b2f; */
}

/*==================Banner Slider Section Close=========*/
/*==================Logo & Navigation Section Open=========*/
.header_logo_text{
    font-size: 19px;
    font-weight: bold;
    line-height: normal;
    color: #000;
}
.header_logo_text span{
    color: #e01428;
}
.site-header .ak-container {position: relative;}
.site-header .ak-container-menu {position: relative;}
.header_text_info{
	width:100%;	
	display:table;
	padding: 10px 0 0 0;
	min-height:42px;
}
.header_number{
	width:50%;
	float:left;	
	color:#000;
	font-size:16px;
	line-height:30px;
}
.header_number .fa{
	    color: #ed1b2f;
    vertical-align: middle;
    margin-right: 6px;
}

.header_text_info .fa-search{
	float:right;
	padding-top:10px;
	cursor:pointer;
	 color: #ed1b2f;
	 font-size:17px;	
}
.header_search{
	width:50%;
	display:inline-block;
	text-align:right;
	position:relative;
}
.header_search input[type="text"]{
	background:rgba(255, 255, 255, 0.48);
	border:1px solid #ec1e31;
	width:225px;
	padding: 3px 24px 3px 5px;	
}
.header_search .searchsubmit{
	background:0;
	border:0;
	box-shadow:none;
	padding:0;	
	position:absolute;
	right:6px;
	top:6px;
}
.header_search .searchsubmit .fa{
	padding:0;	
}


.header_wraper{
	width:100%;
	display:table;	
}

.site-header .ak-container .header_logo {
    /*position: absolute;*/
    float:left;
    top: 0px;
    left: 0px;
    width:23%;
    height:100%;
    overflow:hidden;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    line-height:0;
}
.site-header .ak-container-menu .header_logo {
    /*position: absolute;*/
    float:left;
    top: 0px;
    left: 0px;
    width:23%;
    height:100%;
    overflow:hidden;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    line-height:0;
}
.site-header .ak-container-menu .header_logo a{
    line-height:0;
    text-align: center;
}
.header_logo_outer{
    display:table;
    width:100%;
    height:100%;
}
.header_logo_outer a{
    display:table-cell;
    vertical-align:middle;
}
.main-navigation ul {
    text-align: left;
    display: block;
    margin: 0px;
    padding: 0px;
}

.main-navigation ul>li {
    float: none;
    display: inline-block;
	margin-bottom:10px;
}

.main-navigation ul>li a {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    padding: 0px 10px;
}
.main-navigation ul.nav >li:first-child a {
    padding-left:0px;
}

.main-navigation ul>li a:hover,
.main-navigation ul>li.active a {color: #ec1b2e;}
.site-title{
    margin:0px;
}
#toggle {
    float: right;
    width: 28px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
	margin-top:25px;
}
.onee #toggle{
	display:none;	
}
#toggle.on div{
    background:#000000;
}
#toggle div {
    width: 100%;
    height: 5px;
    background: #ec1e31;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
#toggle.on div{
    background:#ec1e31;
}
#toggle.on .one {
    transform:none;
}

#toggle.on .two {
    opacity: 1;
}

#toggle.on .three {
    transform: none;
}

#toggle .one{
	-moz-transform: rotate(45deg) translate(5px, 5px);
	-ms-transform: rotate(45deg) translate(5px, 5px);
	-o-transform: rotate(45deg) translate(5px, 5px);
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}
#toggle .two{
	opacity:0;	
}
#toggle .three{
	-moz-transform: rotate(-45deg) translate(7px, -7px);
	-ms-transform: rotate(-45deg) translate(7px, -7px);
	-o-transform: rotate(-45deg) translate(7px, -7px);
	-webkit-transform: rotate(-45deg) translate(7px, -7px);
	transform: rotate(-45deg) translate(7px, -7px);
}
#menu {
   position:absolute;
/*    right: 30px; */

    width: 77%;  
    text-align: center;
    margin: auto;
}
.onee #menu{
	position:relative;
	display:inline-block;	
}

.menu-on-top #menu{
    bottom:0px;
    right:50px;
}
.menu-on-right #menu{
    bottom:0;
    right: 0;
    width: 0px;
    overflow: hidden;
}
nav:not(.mm-menu){
	display:block;	
}
.header_logo_top .top_inner_header{
    padding-top: 0;
}



/*==================hidden menu style starts=========*/
.hidden{
	min-height:0 !important;
	width:100%;
	position:fixed;
	display:table;
	z-index:999;
}

.hidden .top_inner_header{
	
    background: rgba(0, 0, 0, 0.79);
}
.hidden .top_inner_header #menu {
	z-index:999;
	position:relative;
	float:left;
	display:none;
	width:100%;
}
.hidden #toggle{
	position:absolute;
	right:0;
	display:block;
	
}
.hidden #toggle .one, .hidden #toggle .three{
	transform:none;	
}
.hidden #toggle .two{
	opacity:1;	
}
.hidden #toggle.on .two{
	opacity:0;	
}
.hidden #toggle.on .one{
	 -moz-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    -o-transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);	
}
.hidden #toggle.on .three{
	-moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);	
}
.hidden  .main-navigation{
	padding:0;	
}
.hidden .main-navigation .nav{
	float:none;	
}

.hidden .main-navigation ul>li{
	display:block;	
	text-align:center;
	margin-bottom:20px;
	padding:10px 0;
	transition:linear 0.3s;
}

.hidden .main-navigation .menu-menu-1-container{
	float:none;	
	text-align:center;
}
.hidden .main-navigation ul{
	text-align:center;	
}
.hidden .main-navigation ul>li a{
	color:#fff;
	font-size:20px;
	display:inline-block;	
}
.hidden .main-navigation ul>li a:hover, .hidden .main-navigation ul>li.active a{
	color: #ec1b2e;	
}
.hidden .main-navigation ul li:hover ul{
	display:none;	
}
.hidden .main-navigation ul li:hover ul li a{
	font-size:15px;	
}
.hidden .main-navigation ul ul{
	position:relative;	
	float:none;
	display:none;
}
.hidden .main-navigation ul li:hover ul li{
	margin-bottom:5px;	
}
.hidden .main-navigation ul ul a{
	width:auto;	
}


/*========================side slide menu style=======================*/
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span{
	    background: #292929;	
}
.mm-page .header{
	position:fixed;
	z-index:999999;
	background: rgba(0, 0, 0, 0);	
}
.side_bar_menu .header_logo{
	line-height:80px;
	background:#fff;
	padding:20px 0;
}

.mm-menu {
	width: 80%;
    max-width: 140px;
	min-width:140px;
	background:#000;
	height:100vh;
}
#menu.mm-menu{
	position:fixed;	
}

.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span{
	font-size:21px;
	color:#fff;	
    font-weight: normal;
	 padding: 15px 10px 15px 4px;
	white-space:normal;
	display:block;
}
.mm-menu  .menu-item i._before{
	display:block;	
}
.mm-menu .mm-listview > li:not(.mm-divider):after{
	display:none;	
}

.mm-menu .mm-listview > li{
	border-bottom:1px solid #4c4b4b;
	line-height:normal;
	height:auto;
	border-left: 6px solid rgba(255, 255, 255, 0);
}
.mm-menu .mm-listview > li:hover{
	background:#292929;	
}
.mm-menu .mm-listview > li.current{
	border-left:6px solid #ec1e31;
	background:#171717;	
}
.mm-menu .mm-listview > li>a .dashicons{
	display:block;
	width:100%;
	height:auto;
	    font-size:38px;
    margin-bottom: 5px;	
}
.mm-panel.mm-hasnavbar .mm-navbar{
	display:none;	
}
.mm-menu > .mm-panel.mm-hasnavbar{
	padding-top:0;	
}
html.mm-opening .mm-slideout{
	-moz-transform: translate(139px, 0);
	-ms-transform: translate(139px, 0);
	-o-transform: translate(139px, 0);
	-webkit-transform: translate(139px, 0);
	transform: translate(139px, 0);	
}
#menu.mm-menu ::-webkit-scrollbar {
    width: 5px;
}
#menu.mm-menu ::-webkit-scrollbar-track {
	background:#000;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1); 
    border-radius: 10px;
}
 
#menu.mm-menu ::-webkit-scrollbar-thumb {
	background:#ed1b2f;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1); 
}
.menu-item i._mi{
	margin:0;	
}
/*primary side menu*/
.side_menu_bar_primary .side_menu_logo{
	padding:0;	
}
.side_menu_bar_primary .side_menu_logo .primary_logo{
	display:block;
	background:#fff;
	padding: 20px 0 30px 0;	
}

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after{
	display:none;	
}
.mm-listview .mm-next{
	
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span{
	margin:0;	
}
.mm-listview .mm-next{
	width:5px;
	padding:0;
	color:#fff;	
}
.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview{
	margin-top:0;	
}
.mm-menu .mm-listview > li > a.mm-next{
	display:none;
}
.ap_toggle.close .ap_toggle_content{
    display: none;
} 
.header_logo_top .ak-container .header_logo{
	    width: 100%;
    display: block;
    text-align: center;	
    margin: 0;
    border: 0;
}
.header_logo_top .ak-container-menu .header_logo{
	    width: 100%;
    display: block;
    text-align: center;	
    margin: 0;
    border: 0;
}
.header_logo_top #menu{
	position:relative;
	right:0;
	width:100%;	
	clear:both;
    z-index: 2;
}
.header_logo_top .main-navigation .nav{
	float:none;	
}
.header_logo_top .main-navigation{
	float:none;	
}
.header_logo_top .main-navigation ul{
	text-align:center;
	padding:0;	
}
.onee .main-navigation ul ul{
	top:32px;	
}
.onee .main-navigation ul ul li{
	border-bottom:1px solid #ccc;
	padding:10px;
	margin:0;	
}
.onee .main-navigation ul ul li:last-child{
	border:0;
}
.onee .main-navigation ul>li a{
	line-height:32px;	
}
.onee .main-navigation ul ul li>a{
	font-size:13px;	
}


/*==================hidden menu style close=========*/


/*==================Logo & Navigation Section Close=========*/
/*==================About Us Section Open=========*/
#plx_about_section {
    padding:140px 0px;
}

#plx_testimonial_section .bx-pager-item {
    display: inline-block;
    margin-left: 10px;
}



#plx_about_section .combine {
    float:left;
    width:50%;
    padding-right:30px;
}

#plx_about_section .combine .about_title {
    font-size: 56px;
    line-height: 56px;
    color: #ed1b2f;
    font-weight: 700;
    text-transform: uppercase;
}

#plx_about_section .combine_content {
    padding-top:80px;
    width: 50%;
    float:right;
}

#plx_about_section .combine_content .about-contents {
    color: #010101;
    font-size: 19px;
    line-height: 22px;
    font-weight: 300;
	font-style:italic;
    font-family: 'Ariel', sans-serif;
}

#plx_about_section .combine_content .buy {
    text-align: right;
}

#plx_about_section .combine_content .buy a {
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    color: #ffffff;
    background: #ed1b2f;
    padding: 0px 30px;
    text-align: center;
    text-transform: capitalize;
}

h2.about_section_title {
    text-align: left !important;
}

/*==================About Us Section Close=========*/
/*==================Our Services Us Section Open=========*/
#plx_service_section {
	background-color:#fff;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.service_section,
.skill_section,
.pricing_section {
    padding: 60px 0px;
}

h2.about_section_title,
.service_section_title h2,
.team_section h2,
.blog_sectio_title h2,
.blog_latest_post h2,
.portfolio_section h2,
.skill_section_title h2,
.client_section_title h2,
.pricing_section h2,
.cta_section_title h2,
.testimonial-title h2,
.feature-posts h2, 
.faq_section_title h2 {
    color: #ed1b2f;
    font-size: 44px;
    line-height: normal;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
.cta_section_title h2{
    text-align:center !important;
}
.feature-posts h2{
    margin-bottom: 30px;
}
h2.about_section_title span,
.service_section_title h2 span,
.team_section h2 span,
.blog_sectio_title h2 span,
.blog_latest_post h2 span,
.portfolio_section h2 span,
.skill_section_title h2 span,
.client_section_title h2 span,
.pricing_section h2 span,
.cta_section_title h2 span,
.testimonial-title h2 span,
.faq_section_title h2 span,
.feature-posts h2 span {
    display: block;
    color: #0e0000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
}

#plx_service_section .service-posts {
    position: relative;
    margin: 75px 0px;
}

#plx_service_section .service-posts:before {
    width: 60px;
    background: rgb(245, 245, 245);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
}
#plx_service_section .service_post_less .service-posts:before, 
#plx_service_section .service_post_one .service-posts:before{
    display: none;
}
#plx_service_section .service_post_more .service-posts:before {
    top: 33.5%;
}

#plx_service_section .service_post_more .service-posts-wrap:nth-child(5) {
    position: relative;
}

#plx_service_section .service_post_more .service-posts-wrap:nth-child(5):after {
    width: 60px;
    background: rgb(245, 245, 245);
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    margin-top: -30px;
    margin-right:-30px;
    content:'';
}
#plx_service_section .service-posts-wrap {
    width: 50%;
    display: inline-block;
    padding: 22px 0px;
}

#plx_service_section .service-posts-wrap:nth-child(odd) {
    border-right: 1px solid #ed1b2f;
    float: left;
}

#plx_service_section .service-posts-wrap:nth-child(even) {
    float: right;
}

#plx_service_section .service-posts-wrap:first-child,
#plx_service_section .service-posts-wrap:nth-child(2), 
#plx_service_section .service_post_more .service-posts-wrap:nth-child(3), 
#plx_service_section .service_post_more .service-posts-wrap:nth-child(4) {
    border-bottom: 1px solid #ed1b2f;
}
#plx_service_section .service_post_less .service-posts-wrap:first-child,
#plx_service_section .service_post_less .service-posts-wrap:nth-child(2) {
    border-bottom:none;
}
#plx_service_section .service_post_one .service-posts-wrap:first-child {
    border:none;
    text-align: center;
}
#plx_service_section .service-posts-wrap .service_title,
#plx_service_section .service-posts-wrap .services-excerpt-content {
    float: right;
    width: 80%;
    padding-left: 20px;
    padding-right: 70px;
}

#plx_service_section .service-posts-wrap:nth-child(even) .service_title,
#plx_service_section .service-posts-wrap:nth-child(even) .services-excerpt-content {
    float: left;
    padding-right: 20px;
    padding-left: 70px;
    text-align: right;
}

#plx_service_section .service-posts-wrap .service_title a h3 {
    font-weight: 500;
    color: #ed1b2f;
    font-size: 15px;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#plx_service_section .service-posts-wrap .services-excerpt-content {
    color: #44495e;
    font-size: 12px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

#plx_service_section .service-posts-wrap .service_image {
    float: left;
    width: 20%;
}

#plx_service_section .service-posts-wrap:nth-child(even) .service_image {
    float: right;
}

#plx_service_section .service-posts-wrap .service_image figure img{
    border-radius:100%;
    background:#ED1B2F;
}
#plx_service_section .service-posts-wrap .service_image figure {
    margin: 0px;
    margin-left: 10px;
}

#plx_service_section .service-posts-wrap:nth-child(even) .service_image figure {
    margin: 0px;
    margin-right: 10px;
}

#plx_service_section .service-descr {
    color: #373737;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    max-height: 75px;
    overflow: hidden;
    font-weight: 500;
}
.gaga_pro_service_content{
	background: #fff;
    padding: 40px 15px 15px 15px;
    margin: 0 5px 30px 5px;
	width:32%;
	float:left;
	text-align:center;	
}
.service_titl{
	color:#ed1b2f;	
}
.service_image_container{
	width: 100px;
    height: 100px;
    border-radius: 50%;
  	display:inline-block;
    margin-right: 10px;
    background: #ed1b2f;
    line-height: 100px;
    text-align: center;
}
.service_content_wrap{
	padding:0;	
}
.content_service{
	    padding-top: 20px;
		height: 200px;
    overflow: hidden;	
}
.category-service .entry-image{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    background: #ed1b2f;
    line-height: 100px;
	text-align:center;
}
.category-service .entry-header{
	display:inline-block;	
}
.category-service .entry-image .img-responsive{
	max-width:100%;	
}
.content-area-left .gaga_pro_service_content,
.content-area-right .gaga_pro_service_content{
	width:48%;	
}
.content-area-both .gaga_pro_service_content, 
#plx_service_section .service_post_one .service-posts-wrap {
	width:100%;	
}
#plx_service_section .service_post_one .service-posts-wrap {
    width:100%;
}
#plx_service_section .service_post_one .service-posts-wrap .service_image {
    width:50%;
    text-align: right;
    padding-right: 20px;
}
#plx_service_section .service_post_one .service-posts-wrap .service_title, 
#plx_service_section .service_post_one .service-posts-wrap .services-excerpt-content {
    width:50%;
    text-align: left;
}
/*==================Our Sercives Section Close=========*/
/*==================Our Team Section Open=========*/

#plx_team_section{
	background:#e3e2e2;	
}
.team_section {text-align: center; padding:10px 0;}
ol.children {
    list-style: none;
}
.team_section .team_title{
	margin-bottom:30px;	
}


.team_section .team_slider {position: relative;}

#plx_team_section .nbs-flexisel-nav-left{
    background:url("images/team_left.png") no-repeat center center;
    left:0;		
    top: 50% !important;
    margin-top: -17px;
	height:36px;
	width:19px;
}
#plx_team_section .nbs-flexisel-nav-right{
    background:url("images/team_right.png") no-repeat center;
    right:0;
    top: 50% !important;
    margin-top: -17px;
	height:36px;
	width:19px;
}
#plx_team_section .nbs-flexisel-container{   
    text-align:center;
} 
#plx_team_section .nbs-flexisel-inner {    
    width: 90%;
    float:none;
    margin:0 auto;
    border:none;
    background: transparent;
    display:inline-block;
}
#plx_team_section .nbs-flexisel-item a{
    display:block;
}
.team-social{
    position:absolute;
    bottom:-10px;
    left:0;
    width:100%;
    text-align:center;
    z-index:999999;
    opacity:0
}
.team-social a{
    display: inline-block !important;
    width:30px;
    height:30px;
    background:rgba(255, 255, 255, 0.44);
    border-radius:100%;
    overflow:hidden;
    line-height:30px;
    text-align:center;
    color:#ed1b2f;
}
.team-social a:hover{
    background:#ed1b2f;
    color:#ffffff;
    
}
#plx_team_section .nbs-flexisel-item:hover .team-social{
    bottom:20px;
    opacity:1;
}
#plx_team_section .nbs-flexisel-item .team_inner{
    display: block !important;
    position: relative !important;
    line-height: 0px !important;    
    overflow:hidden;
}

#plx_team_section .team_image {
    width: 100% !important;
    height:auto !important;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}

#plx_team_section .nbs-flexisel-item:hover .team_image{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#plx_team_section .nbs-flexisel-item .team_cover {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    left: 0px;
    display: inline-block;
}

#plx_team_section .nbs-flexisel-item .team_cover::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(images/geek2.png) no-repeat !important;
    background-size: cover !important;
    z-index: 2 !important;
    top: 0px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;    
}

#plx_team_section .nbs-flexisel-item .team_cover::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25) !important;
    background-size: cover !important;
    z-index: 2 !important;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#plx_team_section .nbs-flexisel-item:hover .team_cover::before {

    transform: scale(5);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#plx_team_section .nbs-flexisel-item:hover .team_cover::after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);	
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#plx_team_section .nbs-flexisel-item .team_name {
    position: absolute !important;
    width: 100% !important;
    bottom: -20px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    line-height:0.9;
}
#plx_team_section .nbs-flexisel-item:hover .team_name {
    bottom:100px;
    margin-bottom:-18px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform:scale(1.2);
    z-index:9;
}
.team-post-wrap .owl-item {
    width: 230px !important;
}
.team_section .team-descr {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #ed1b2f;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
	text-transform:uppercase;
    text-align: center;
    width: 528px;
    display: inline-block;
}
/*====inner team page style=====*/
.single-team_type .site-content{
	background:#fff;	
}
.single-team_type .inner{
	margin:0;	
}
.single-team_type .content-area{
	padding:0;	
}
.team_top_content{
	width: 960px;
    margin: 0 auto;	
}
.single-team_type .inner_content_background{
	padding:0;	

}
.team_contest_section{
	text-align:center;
}
.team_designation{
	    font-size: 17px;
    font-weight: bold;	
}
.team_contest_section .member_name h2{
	 font-size: 37px;
    display: inline-block;	
}
.team_contest_section .entry-content{
	position:relative;
	margin-bottom: 20px;	
}
.team_contest_section .entry-content:after{
	width:80%;
	height:1px;
	background:#ccc;
	display:inline-block;	
}
.contents_team{
	 width: 960px;
    display: table;
    clear: both;
    position: relative;
	margin:0 auto;
}
.contents_team_leftwrap{
	width:40%;	
	position: absolute;
    bottom: 10%;
}
.team-social_profile a{
    font-size: 17px;
    border: 1px solid #f2747f;
    color: #f2747f;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
	margin-bottom:10px;
}
.team-social_profile a:hover {
    background: #f2747f;
    color: #fff;
}
.team-social_profile a+ .team-social_profile a{
	margin-left:5px;	
}
.contents_team .email_team{
	font-size:15px;	
	color: #f2747f;
	position:relative;
	padding-bottom: 10px; 
}
.contents_team .email_team:after{
	content: '';
    position: absolute;
    width: 25%;
    height: 1px;
    background: #f2747f;
    bottom: 0;
    left: 50%;
    margin-left: -12%;
}
.team_single_image{
	width:60%;
	float:right;	
}
.team_skill_section{
	width:100%;
	display:inline-block;
	clear:both;
	background:#e8eced;
	text-align:center;	
}
.team_skill_wrapper {
    width: 960px;
    margin: 0 auto;
}
.skill_top_content{
	width: 50%;
	display:inline-table;
}
.skill_sub_title{
	font-size:45px;
	color:#f01b31;
	margin-bottom:40px;	
}
.skill_image_display{
	width:49%;
    display:inline-block;
}
.skill_content_display{
	font-size:16px;
	line-height:30px;	
	position:relative;
	padding-bottom:15px;
	margin-bottom:40px;
}
.skill_content_display:after{
	content:'';
	height:1px;
	width:50%;
	background:#000;
	position:absolute;
	left:25%;	
	bottom:0;
	
}
.skill_content_right .progress_bar{
	width:100%;
	float:none;
	margin-bottom:30px;	
}
.skill_content_right .progress_bar .Progress_title{
	text-align:left;	
}
.team_map_section{
	background:#fff;
	padding-top:30px;	
}
.team_map_section .map_contact_address{
	margin-bottom:60px;	
}
/*====team inner styles====*/
.content-area-right .team_simple_layout{
	
}
.team_social_profile_link a{
	    font-size: 17px;
    border: 1px solid #f2747f;
    color: #f2747f;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;	
}
.team_social_profile_link a:hover{
	    background: #f2747f;
    color: #fff;	
}
.team-descr_round_description{
	margin-bottom:30px;	
}
.gaga_pro_team_name_title{
	padding:10px 0;
	text-transform:capitalize;	
}
.team_membet_name{
	    color: #ec1b2e;
    font-size: 27px;
    display: block;	
}
.team_membet_designation{
	    font-size: 22px;
    display: block;	
}
.team_member_email_id{
	font-size: 14px;
    color: #ed1b2f;
    margin-bottom: 25px;
    display: table;
	position:relative;
	padding-bottom:10px;	
}
.team_member_email_id:after{
	 content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35%;
    height: 1px;
    width: 70%;
    background: #ed1b2f;
	
}
/*=====team inner round thumb style===*/
.team_round_layout, .team_round_alternate_layout{
	text-align:center;
	margin-top: 30px;
	margin-bottom:30px;
	position:relative;
}
.team_round_layout .team_content_all, .team_round_alternate_layout .team_content_all{
	    background: #fff;
    border: 1px solid #EAEAEA;
    padding: 135px 10px 35px 10px;	
}
.team_round_layout .team_archive_image, .team_round_alternate_layout .team_archive_image{
	width: 275px;
    height: 286px;
	line-height:300px;
    overflow: hidden;
	display:inline-block;
	background:url(images/round.png) no-repeat;
	 margin-bottom: -124px;	
}
.round_thumb_img_wrap{
	    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    vertical-align: middle;
    display: inline-block;
    
}
.team_round_layout .team_archive_image img, .team_round_alternate_layout .team_archive_image img{
	display:block;
}
.team_round_layout .team_member_email_id, .team_round_alternate_layout .team_member_email_id{
	display:inline-block;	
}

/*====alternate round stle===*/

.content-area-no .team_round_alternate_layout .team_archive_image {
	 float: none;
    vertical-align: middle;
    position: absolute;
    top: 50%;
  	left:0;
    margin-top: -144px;
}

.content-area-no .combine:nth-child(even) .team_round_alternate_layout .team_archive_image{
	right:0;
	left: inherit;	
}
.content-area-no .team_round_alternate_layout .team_content_all{
	margin:0 0 0 130px;
    padding:30px 20px 20px 180px ;
}
.content-area-no .combine:nth-child(even) .team_round_alternate_layout .team_content_all{
	margin:0 130px 0 0;
    padding:30px 180px 20px 20px ;	
}
.combine{
    width: auto;
    display: block;
}
.content-area-no .team_round_layout{
    width: 50%;
    float: left;
    padding: 0 10px;
} 
.content-area-no .team_round_layout .team-descr_round_description{
    height: 200px;
    overflow: hidden;
}

/*=========box thumb style===*/
.team_boxed_layout, .boxed_thumb_alternet {
	background: #fff;
    border: 1px solid #EAEAEA;
    margin-bottom: 30px;	
}
.team_boxed_layout .team_content_all{
	padding:20px;	
}
.team_boxed_layout .team_archive_image{
	width:30%;
	float:left;	
}

.team_boxed_layout .team_content_all{
	width:70%;
	display:inline-block;	
}
.content-area-both .team_boxed_layout .team_content_all,
.content-area-both .team_boxed_layout .team_archive_image{
	width:100%;
	display:table;	
}
.team_boxed_layout .team_archive_image img{
	width:100%;	
}
.boxed_thumb_alternet .team_archive_image {
	width:30%;
	float:left;
}
.combine:nth-child(even) .boxed_thumb_alternet .team_archive_image {
	float:right;	
}
.boxed_thumb_alternet .team_content_all{
	width:70%;	
	display:inline-block;
	    padding: 0 20px;
}

.boxed_thumb_alternet .team_social_profile_link{
	margin-bottom:20px;	
}
.content-area-both .boxed_thumb_alternet .team_archive_image,
.content-area-both .boxed_thumb_alternet .team_content_all{
	width:100%;	
}

	

/*==================Our BLog Section Open=========*/
#plx_blog_section{
	background:#fff;	
}
.blog_section{
	padding:70px 0;	
}
.blog_main_post {
/*    float: left; */
/*    width: 69.799%; */
width:100%;
}
.blog_sectio_title h2 {text-align: left !important; margin-bottom:20px;}

.blog_latest_post h2 {text-align: left !important;}

.blog_image figure,.blog-posts-wrap-latest figure, .work_latest_post .work-posts-wrap-latest figure{
    margin:0px;
    padding: 0px;
    line-height: 0px;
    overflow: hidden;
    
}

.blog_image figure img,.blog-posts-wrap-latest figure img,
.work_latest_post .work-posts-wrap-latest figure img{
    webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog_image figure:hover img,.blog-posts-wrap-latest figure:hover img,
.work_latest_post .work-posts-wrap-latest figure:hover img{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    
}
.blog_section .blog-posts  .blog-posts-wrap figure{
	margin:0;	
}
.blog_main_post .blog_video figure{
	margin-left:0;	
}

.blog_image figure img,.blog-posts-wrap-latest figure img {width: 100%;}

.blog_title a h3,.blog-posts-wrap-latest a h3 {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin: 10px 0 0 0;
}

.blog-posts-wrap-latest a h3 {font-size: 12px;}

.blog-posts-wrap-latest a h3 {margin: 10px 0;}

.blog_date_main {margin-bottom: 5px;}

.blog_date_main,.blog_date_sub {
    color: #a0a9b6;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog_date_sub {font-size:12px; line-height:18px; margin-bottom:10px;}

.blog_main_post .blogs-excerpt-content {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
	margin-bottom:0;
}
.blog-posts .bx-controls-direction{
	    position: absolute;
    width: 100%;
    top: 50%;
}
.blog-posts .bx-wrapper .bx-controls-direction a{
	    height: 60px;
    width: 60px;
    background: #e41b2f;
    line-height: 0px;
    padding: 30px 0px;
    text-align: center;
    text-indent: 0;
    z-index: 2;	
}
.blog-posts .bx-controls-direction .bx-next{
	right:0;		
}
.blog-posts .bx-controls-direction .bx-next:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    top: 33%;
    left: 35%;
}
.blog-posts .bx-controls-direction .bx-prev{
	left:0;	
}
.blog-posts .bx-controls-direction .bx-prev:before{
	content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    top: 33%;
    left: 35%;
}
#plx_about_section .combine_content .buy a,
.blog_read_more a,
.portfolio_read_more a,
.team-post-wrap>a,
a.view_all_latest,
.portfolio_view_all a,
.cta_btn_link a,
.inner .arcive_read_more a,
input.wpcf7-submit,
#respond .form-submit input,
.ap_call_to_action_button {
    margin: 15px 0px;
    display: inline-block;
    background: #ed1b2f;
    padding: 8px 30px;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    border: 2px solid transparent;
}

a.view_all_latest {
    float: right;
    margin: 0px;
}
.blog_latest_post a.read_more,
.comment-metadata .edit-link a {
    float: right;
}
.blog_latest_post a.read_more,
.reply a,
.comment-metadata .edit-link a {
    display: inline-block;
    line-height: 24px;
    background: #ed1b2f;
    padding: 0px 5px;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    border:1px solid transparent;
    text-transform: uppercase;
}

#plx_about_section .combine_content .buy a:hover,
.blog_read_more a:hover,
.portfolio_read_more a:hover,
.team-post-wrap>a:hover,
.blog_latest_post a.read_more:hover,
.comment-metadata .edit-link a:hover,
.reply a:hover,
a.view_all_latest:hover,
.portfolio_view_all a:hover,
.cta_btn_link a:hover,
.inner .arcive_read_more a:hover,
.inner #respond .form-submit input:hover,
input.wpcf7-submit:hover,
.ap_call_to_action_button:hover, 
#plx_shop_section .shop-product .shop_view_all input:hover {
    border-color: #ea1e30;
    color: #ea1e30;
    background: transparent;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}


.blog-posts .main_like_comment,
.inner .main_like_comment,
.blog-posts-wrap-latest .sub_like_comment {
	float:left;
    clear: left;
    font-size: 15px;
    color: #a0a9b6;
    line-height: 20px;
    font-weight: 500;
	padding-top:3px;
}
.blog-posts .main_like_comment{
	padding-top:10px;	
}
 .main_like_comment{
	width:100%;
	display:table;
	clear:both;	
	border-top:1px solid #d2dde1;
	border-bottom:1px solid #d2dde1;
	padding:10px 0;
}
 .main_like_comment p{
	margin:0 15px 0 0;
	float:left;
	font-size:12px;
	line-height:20px;
	padding-top: 3px;
	width:110px;
}
 .main_like_comment p span{
	text-align:center;
	border-radius:50%;
	background:#ed1b2f;
	margin-right:5px;
	color:#fff;
	float:left;
	width:20px;
	height:20px;
	line-height:20px;
}
 .main_like_comment .home_blog_social{
	width:calc(100% - 125px);
	float:left;	
}
 .main_like_comment .home_blog_social p{
		width:85px; 
 }
 .main_like_comment .home_blog_social p span{
	padding:0;
	color:#a0a9b6;

}
 .main_like_comment .home_blog_social p i{
	color:#fff;
}
 .main_like_comment .home_blog_social .apss-social-share{
	width:calc(100% - 100px);
	float:left;	
}
.main_like_comment .apss-theme-4 .apss-single-icon a{
	min-height:0;
	margin:0 10px 0 0
}
 .main_like_comment .apss-theme-4 .apss-icon-block{
width:25px;
height:25px;
border-radius:50%;
text-align:center;	
}
 .main_like_comment .apss-theme-4 .apss-single-icon .fa{
	font-size:15px;
	min-width:0;
	padding:0;
	vertical-align:middle;	
}

.inner .main_like_comment{
    margin:20px 0;
	font-size:12px;
	line-height:25px;
	padding:10px 0;
	border-top: 1px solid #d2dde1;
    border-bottom: 1px solid #d2dde1;
    float: none;
}

#blog-grid .blog-post-wrap{
	width:33.33%;
	padding:5px;
	position: relative;
	overflow:hidden;	
}
#blog-grid .blog-positing{
	position:relative;
}
#blog-grid .blog-positing .blog_image img{
	width:100%;
}
#blog-grid .blog-positing .blog_main{
	 position: absolute;
    top: 100%;
    padding: 15px;
    left: 0px;
    width: 100%;
    height: 0%;
    line-height: normal;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    transition: all 3s ease 0s;	
}
#blog-grid .blog-positing:hover .blog_main{
	top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(241, 73, 89, 0.88);
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#blog-grid .blog-positing .blog_main a{
	font-size: 11px;
    color: #fff;
	    height: 85px;
    overflow: hidden;	
}
#blog-grid .blog-positing .blog_main .blog_content{
	    height: 106px;
    overflow: hidden;	
}
#blog-grid .blog-positing .blog_main .blog_content a{
	font-size:13px;
	color:#fff;	
	height:auto;
}
#blog-grid .blog-positing .blog_main .blog_search a{
	font-size: 17px;
    margin: 0 4px;	
}
#blog-grid .blog-positing .blog_main .blog_slider .gallery{
	display:none;
}
/*===both content area*/
.content-area-both #blog-grid .blog-post-wrap,
.content-area-left #blog-grid .blog-post-wrap,
.content-area-right #blog-grid .blog-post-wrap{
	width:50%;	
}

.content-area-both #blog-grid .blog-positing .blog_main a{
	height:55px;
	margin-bottom:5px;	
}
.content-area-both #blog-grid .blog-positing .blog_main .blog_content{
	height:80px;	
}
.content-area-both #blog-grid .blog-positing .blog_main .blog_content a{
	height:auto;	
}
/**/
.blog_single_comment{
	width:110px;
	float:left;
	    margin-top: 3px;	
}
.blog_social_share{
	width:calc(100% - 110px);
	display:inline-block;	
}
.blog_social_share .apss-theme-4 .apss-single-icon a{
	min-height:0;
	    margin: 0 5px;	
}
.blog_social_share .apss-theme-4 .apss-icon-block{
	width:30px;
	height:30px;
	    text-align: center;	
}
.blog_social_share .apss-theme-4 .apss-single-icon .fa{
	    min-width: 0;
    vertical-align: middle;
    font-size: 17px;
    padding: 0;
    line-height: 29px;	
}

/*.blog-posts .main_like_comment span,
.inner .main_like_comment span,
.blog-posts-wrap-latest .sub_like_comment span {
    color: #ffffff;
    display: inline-block;
    background: #ed1b2f;
    width: 20px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    float: left;
}*/

/*========blog inner page style====*/
.blog-listing{
	
}
.blog_buttons{
	text-align:center;
	margin-bottom:40px;	
}
.blog_buttons .button-group{
	margin:0;
}
.blog_buttons .button-group li{
	        list-style: none;
    display: inline-block;
    padding: 0 7px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bolder;
    line-height: 14px;
    text-transform: uppercase;
}
.blog_buttons .button-group li+li {
    border-left: 1px solid #ED1B2F;
}

.content-area-left .portfolio-post-wrap, .content-area-right .portfolio-post-wrap{
	width:50%;
	padding:5px;
}
.content-area-left .portfolio-positing img, .content-area-right .portfolio-positing img{

}
.content-area-left .portfolio-post-wrap .portfolio_main a h3,
.content-area-right .portfolio-post-wrap .portfolio_main a h3{
	font-size: 17px !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: 400;
	    height: 33px;
    overflow: hidden;
 
}
.content-area-no .portfolio-post-wrap{
	width:33.33%;
	padding:5px;
	
}
.content-area-no .portfolio-positing img{
    width: inherit;
	background-position:50% 50%;	
}
/*=====boxed thumb blog style=====*/

/*==================Our BLog Section Close=========*/

/*==================Our News Section starts=========*/
#plx_news_letter_section{
	background:#ed1b2f;	
}
.news_letter_section_content{
	width:100%;
	display:inline-block;
	clear:both;	
}
.gaga_pro_news_letter_wrap{
	width:50%;
	float:left;	
	padding:70px 60px 0 240px;
}
.news_letter_feature_image_class{
	width:50%;
	display:inline-block;	
}
.news_letter_feature_image_class img{
	vertical-align:middle;	
}
.news_letter_feature_title_class{
	font-size:22px;
	color:#fff;
	text-align:center;	
}
.news_letter_feature_description_class{
	font-size:50px;
	color:#fff;
	line-height:51px;
	text-align:center;
	margin-bottom:50px;	
}
.news_letter_feature_contact_class form span{
	font-size:15px;
	color:#fff;	
}
.news_letter_feature_contact_class form input{
	background:#ffffff;
	border:0;
	border-bottom:1px solid #fff;
	color:#000 !important;
		
}
.news_letter_feature_contact_class form input[type="submit"]{
	color:#ed1b2f !important;
	font-size:23px;
	border:2px solid #fff;
	background:#fff;
	float:none;
	padding: 8px 50px;
	text-shadow:none;
}
.news_letter_feature_contact_class form input[type="submit"]:hover{
	background:none ;
	border:2px solid #fff !important;
	color:#fff !important;	
}
.news_letter_feature_contact_class form input::-webkit-input-placeholder {
   color: #fff;
}

/*==================Our News Section Close=========*/

/*==================extra syle open=========*/
span.tags-links
{
    color: #ed1b2f;
}
/*==================extra syle close=========*/

/*==================Our Latest BLogs Section Open=========*/
.blog_latest_post {
/*    float: right; */
/*    width: 24.6%; */
width:100%;
}
.blog_latest_post h2{
	margin-bottom: 20px;	
}
.blog-posts-wrap-latest {margin-bottom: 40px;}
.blog-posts-wrap-latest a {
    display: block;
}
.blog-posts-wrap-latest:last-child{margin-bottom:10px;}
.blog_slider_image{
    margin: 0;
}
.blog_slider figure, .blog_type figure{
    margin:0;
}
/*==================Our Latest BLogs Section Close=========*/
/*==================Our Skills Section Open=========*/
#plx_skill_section {background-repeat: no-repeat;}
.skill_section{
    padding:80px 0px;
}
.prog {
    float: left;
    width: 25%;
    text-align: center;
    padding-top:60px;
}

/*==================Our Skills Section Close=========*/
/*==================Our Portfolio Section Open=========*/
#portfolio-grid{
	height:auto;	
}
.portfolio_section{
	padding:80px 0;	
}
.portfolio_slide_home li{
    width:25%;
    display: inline-block;
    float:left;
}
.portfolio-post-wrap {
    float: left;
    width: 100%;
	padding:40px 5px;
}
#portfolio-grid .portfolio-post-wrap{
	width:33.33%;
	padding:10px 10px;	
}

.portfolio-positing {
    position: relative;
    margin: 0px;
    line-height: 0px;
    overflow: hidden;
}

.portfolio_image {
    line-height: 0px;
}

.portfolio-positing img {
    width: 100%;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.portfolio-positing:hover img {
    transform : scale(1.3);
}
.portfolio_main {
    position: absolute;
    top: 100%;
    padding: 150px 15px 15px 15px;
    left: 0px;
    width: 100%;
    height: 0%;
    line-height: normal;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    transition: all 3s ease 0s;

}

.portfolio_main h3{font-size:1.5em;}

.portfolio_main .portfolio_content{
	height:125px;
    overflow: hidden;
	padding: 20px 0px;
	clear:both;
	margin-bottom:10px;
}
.portfolio_main .portfolio_content a{
	font-size:15px;
	line-height:20px;
    font-weight: 400;
    color: #ffffff;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

.portfolio_main a h3 {
    font-size: 17px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 400;
}

.portfolio-positing:hover .portfolio_main {
    color: #fff;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(241, 73, 89, 0.88);
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfolio-positing .portfolio_main a{
	height: 60px;
	overflow:hidden;	
}
.portfolio_main .portfolio_search a{
	font-size:20px;
	color:#fff;
	padding:0 10px;
		
}
.portfolio-positing:hover .portfolio_main  ul, .portfolio_main  ul{
	margin:0;
	padding:0;
	text-align:center;	
}
.portfolio-positing:hover .portfolio_main  ul li, .portfolio_main  ul li, .portfolio_main  ul li:first-child{
	display:inline-block !important;
	float:none;	
}

.portfolio-positing:hover .portfolio_main  ul li a, .portfolio_main  ul li a{
	font-size:20px;
	color:#fff;	
	font-weight:lighter;
}

.portfolio_view_all {    
    text-align: center;
}

.portfolio_view_all a {
    margin: 0px;
}
.portfolio_section .nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    /* background: #fcfcfc; */
    background: transparent;
    border:none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.content-area .portfolio_main .portfolio_content{
	height: 85px;
    padding: 5px 0px;
    clear: both;
    margin-bottom: 5px;	
}
.content-area .portfolio_main .portfolio_search a{
	font-size:17px;	
}
.content-area-right #portfolio-grid  .portfolio-post-wrap, .content-area-left #portfolio-grid  .portfolio-post-wrap{
	width:50%;	
}
/*===========boxed portfolio style ==========*/
.portfolio-post-wrap_boxed_thumb{
	width:100%;
	display:table;
	clear:both;	
}
.portfolio-positing_boxed_thumb{
	    width: 100%;
    display: table;
    clear: both;
    background: #FFF;
    padding: 2px;
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;	
}
.portfolio_image_boxed_thumb{
	width:30%;
	float:left;	
	position:relative;
	overflow:hidden;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	
}
.portfolio_image_boxed_thumb img{
	vertical-align:middle;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.portfolio_image_boxed_thumb:hover img{
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);	
}
 .portfolio_search_boxed_thumb{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(187, 0, 0, 0.31);
    text-align: center;	
	opacity:0;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.portfolio_image_boxed_thumb:hover .portfolio_search_boxed_thumb{
	opacity:1;
}
.portfolio_search_boxed_thumb a{
	  color: #fff;
    top: 45%;
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin: 5px;
	
}
.portfolio_main_boxed_thumb{
	width:70%;
	display:inline-block;
	padding-left:20px;
	padding-bottom:20px;	
}
.content-area-both .portfolio_image_boxed_thumb, .content-area-both .portfolio_main_boxed_thumb{
	width:100%;
}

/*=========round portfolio style=====*/
.portfolio-post-wrap_round_thumb{
	width: 50%;
    float: left;
	clear:both;
	margin-bottom:30px;
	padding:0 20px;
	text-align:center;
   
}
.content-area-no .portfolio-post-wrap_round_thumb{
    clear:none;
}
.portfolio-positing_round_thumb{
	position:relative;
	width:100%;	
	
}
.portfolio_image_round_thumb{
        width: 310px;
		height:310px;
    text-align: center;
    display: inline-block;
    border: 10px solid #ccc;
    border-radius: 50%;
	position:relative;
	overflow:hidden;
	
}
.portfolio_image_round_thumb img{
    display: inline-block;
    vertical-align: middle;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	overflow:hidden;
}

.portfolio_image_round_thumb .portfolio_search_round_thumb{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	background: rgba(181, 0, 0, 0.29);
	border-radius:50%;
	opacity:0;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
		
}
.portfolio_image_round_thumb:hover .portfolio_search_round_thumb{
	opacity:1;	
}
.portfolio_image_round_thumb .portfolio_search_round_thumb a{
	    position: relative;
    top: 50%;
    margin: 0 5px;
    font-size: 19px;
    color: #fff;
		
}
.portfolio_image_round_thumb .portfolio_search_round_thumb a:hover{
	color:#e01428;	
}

.portfolio_main_round_thumb{
	background: #FBFBFB;
	 height:300px;
	 overflow:hidden;
	 border: 1px solid #EAEAEA;
	  margin-top: -135px;
	padding: 135px 10px 20px 10px;
}
.portfolio_main_round_thumb .gallery{
	display:none;	
}
.content-area-both .portfolio-post-wrap_round_thumb{
	width:100%;	
}
.content-area-right .portfolio-post-wrap_round_thumb, .content-area-left .portfolio-post-wrap_round_thumb{
	width:100%;	
}


/*==================Our Portfolio Section Close=========*/

/*==================Client Section Open=========*/
#plx_client_section{
	padding:60px 0;	
	background:#fff;
}
.client_section_title {margin-bottom: 50px;}

/*
.client-posts .owl-carousel {
    padding: 0px 82px;
    position: relative;
}

.client-posts .owl-item {
    padding:30px;
}

.client-posts .owl-controls {
    margin: 0px !important;
    display: none !important;
}

.client-posts:hover .owl-controls {
    display: block !important;
}

.client-posts .nbs-flexisel-nav-left {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: transparent !important;
    background: url("images/left.png") no-repeat scroll center center !important;
    text-indent: -9999px;
    width: 67px !important;
    height: 67px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.client-posts .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url("images/right.png") no-repeat scroll center center !important;
    text-indent: -9999px;
    width: 67px !important;
    height: 67px !important;
    margin: 0px !important;
    padding: 0px !important;
}
*/

.client-posts .item {text-align: center;}
.client-posts .nbs-flexisel-container {
    position: relative;
    text-align: center !important;
    max-width: 100%;
}
.client-posts .nbs-flexisel-inner{
    width:90%;
    float:none;
    display: inline-block;
}

.client-posts .item img {
    display: inline-block;
    max-width:100%;
    width:auto;
    height:52px;
}
.client-posts .nbs-flexisel-inner{
    background:none;
    border:none;
}
.client-posts .nbs-flexisel-nav-right{
    right:0px !important;
    top:0px !important;
	background:none;
	height:50px;
	width:50px;
	border-radius:50%;
	border:2px solid #6f6f6f;

}
.client-posts .nbs-flexisel-nav-right:after{
    content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size:45px;
	position:absolute;
	color:	#6f6f6f;
	left: 39%;
}
.client-posts .nbs-flexisel-nav-left{
    left:0px !important;  
    top:0px !important;
	background:none;
	height:50px;
	width:50px;
	border-radius:50%;
	border:2px solid #6f6f6f;

}
.client-posts .nbs-flexisel-nav-left:after{
	    content: "\f104";
		font: normal normal normal 14px/1 FontAwesome;
	font-size:45px;
	position:absolute;
	color:	#6f6f6f;
	left: 35%;
}

/*==================Client Section Close=========*/
/*==================Pricing Section Open=========*/
.pricing_widget.clearfix {
    margin-left: -15px;
    margin-top: 50px;
}

.widget_gaga_pro_pricing {
    float: left;
    width: 25%;
}

.widget_gaga_pro_pricing>a {display: block;}

.pricing_section ul {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
}

.gaga-pricing-table {
    margin-left: 15px;
    background: #EBEBEB;
    text-align: center;
    position: relative;
    margin-top: 60px;
    padding-top: 88px;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    line-height: 0px;
    text-transform: capitalize;
}

.gaga-pricing-head {
    position: absolute;
    top: -58px;
    width: 100%;
    z-index: 1;
}
.per_tex{
    margin-top: -82px;
}

.fill{
    fill:#EA1E30;
}

.gaga-price-box,.gaga-pricing-features-inner {
    line-height: 23px; 
    font-size:15px; 
    font-weight:normal;
}

.per_tex>.percent {
    height: 100%;
    color: #ffffff !important;
    font-weight: 700;
    line-height: initial;
    text-transform: lowercase;
}

.percent span {
    font-size: 30px;
    line-height:normal;
    display: inline-block;
}

span.gaga-pricing-plan-sub-text {
    color: #ec1b2e;
    font-size: 18px;
    font-weight: 700;
    padding-top:5px;
    display: inline-block;
    line-height: normal;
}

li span.sign-up {
    margin-top: 30px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(images/sign_up.png) center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.widget_footer {
    display: inline-block;
    width: 100%;
    height: 41px;
    background: url(images/pricing_btn.png) center ;
    background-color:#ffffff !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.widget_gaga_pro_pricing {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 0px;
    margin-bottom:0;
}

.widget_gaga_pro_pricing:hover {
    margin-top: -5px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget_gaga_pro_pricing>a:hover .widget_footer {
    background: url(images/pricing_btn2.png) center;
    background-color:#ffffff;
    display: inline-block;
    width: 100%;
    height: 41px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pricing_widget .sign_up_price{
    margin: 10px 0px;
    margin-top: 20px;
    display: inline-block;
    line-height: 44px;
    background: #ea1e30;
    padding-left: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    padding-right: 70px;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.pricing-read a{
    position:relative;
}
.pricing-position-outer {
    position:absolute;
    top:0;
    right:0; 
    background:#ffffff;
    height:100%;    
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.pricing-position-inner {    
    position:relative;
    height:100%;
    padding:6px;
}
.pricing-position-inner:before{
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: -5px;    
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.pricing_widget .sign_up_price:hover{
    border-color: #ea1e30;
    color: #ea1e30;
    background: #ffffff !important;
}
.pricing_widget .sign_up_price:hover .fill{
    fill:#ffffff !important;
}
.pricing_widget .sign_up_price:hover .pricing-position-inner:before{
    color:#ea1e30;
}
.pricing_widget .sign_up_price:hover .pricing-position-outer{
    background: #ea1e30;
}
/*==================Pricing Section Close=========*/
/*==================MAC Section Open=========*/
#plx_cta_section {
    padding: 100px 0px;
    background-size:cover !important;
    background-attachment:fixed !important;
}

.cta_section_view {
    position: relative;
}

.cta_image {
    position: absolute;
    top: -55px;
    left: -60px;
}

.cta_desc {
    text-align: center;
}

.cta_section_title h2 {
    font-size: 50px;
    text-align: right;
}

/*==================MAC Section Close=========*/
/*==================Testinomial Section Open=========*/
.testimonial_section .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 0px;
    width: 20px;
    height: 5px;
    background: #1D1D1C;
    text-indent: -99999999px;
}

.testimonial_section .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ed1b2f;
}

.testimonial_section {
    text-align: center;
    overflow: hidden;
}
.testimonial_view {
    margin: 80px 0px;
}

.testimonial-title h2 {
    margin-bottom: 55px;
}
.bxslider_testimonial .test_image, 
.bxslider_testimonial .slider_title {
    padding:0px 5px;
}

.bxslider_testimonial .slider_capation {
    position:relative;
}
.bxslider_testimonial .image_title {
    position:absolute;
    top:0;
    left:0;
    width:20%;
    height:100%;    
}
.bxslider_testimonial .slider_content {
    float: right;
    width: 75%;
    text-align: left;
	min-height:200px;
}
.bxslider_testimonial .slider_content p{
    font-weight: 300;
    font-size: 16px !important;
    line-height: 24px;
    color: #FFFFFF;

}
.bxslider_testimonial .slider_title {
    font-size: 18px;
    line-height: 32px;
    color:#FFFFFF;
}
.bxslider_testimonial img{
    display:inline-block;
    border-radius:100%;
    overflow:hidden;    
    padding: 2px;
    border: 1px solid #B1AFAF;
}


ul.bxslider_testimonial,ol.bxslider_testimonial {margin: 0px !important;}

.bxslider_testimonial .bx-pager-item {display: inline-block;}

.bxslider_testimonial .bx-pager-item a.active {background-color: #ed1b2f;}

.bxslider_testimonial .bx-pager-item a {
    text-indent: -9999px;
    width: 30px;
    height: 5px;
    background-color: #dddddc;
    margin: 0px 5px;
}

.bxslider_testimonial .bx-pager-item a::before {content: "";}

/*==================Testinomial Section Close=========*/
/*==================COntact Us Section Open=========*/
.site-footer {padding: 80px 0;}

.footer_1 {
    float: left;
    width: 45%;
    display: inline-block;
    padding: 0px 15px;
}

.footer_widget_view .contact_title {
    color: #ed1b2f;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer_widget_view .widget-title {
    font-size: 15px;
    color: #010101 !important;
    text-transform: uppercase;
    border: none !important;
    margin: 0px !important;
    line-height: normal !important;
    font-weight: normal !important;
}

hr.border {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #ed1b2f;
    margin-left: 5px;
    margin-bottom: 0px;
}

.contact_desc {
    font-size: 14px;
    color: #373543;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact_aside {
    float: left;
    width: 50%;
	min-height:160px;
}

.contact_sub_title {
    color: #556b72;
    font-size: 11.64px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom:5px;
}

.footer_2 {
    float: left;
    width: 30%;
    display: inline-block;
    padding: 0px 15px;
}

.footer_3 {
    float: left;
    width: 25%;
    display: inline-block;
    padding: 0px 15px;
}

.wpcf7 form span input,.wpcf7 form span textarea {
    width: 100% !important;
    border-color: #e8f1f4;
    border-radius: 0px;
    padding: 5px;
    font-size: 14px;
    color: #000000;	
    outline:none;
}

.wpcf7 form span textarea {
    height: 100px;	
    outline:none;
}

.wpcf7 form p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
	width:100%;
	display:table;
	text-align:center;
}

input.wpcf7-submit {
    display: inline-block;
    width: auto;
    border-radius: 0px;
    border:2px solid transparent;
    box-shadow: none;
    float: right;
}

.aptf-template-3 .aptf-single-tweet-wrapper {
    border: none;
    border-radius: 00px;
    clear: both;
    color: #313537;
    font-size: 12px;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aptf-tweet-content>a {
    color: #ed1b2f !important;
    display: block;
}

.aptf-timestamp>a {
    color: #8b9398 !important;
    font-size: 12px !important;
}

/*==================COntact Us Section Close=========*/
/*==================Footer Section Open=========*/
.main_footer {
    border-top: 9px solid #ed1b2f;
    padding: 25px 0px;
    font-size: 13.5px;
    color: #a0a9b6;
    text-transform: capitalize;
}

.social_link_footer {
    float: right;
    width: 50%;
    text-align: right;
}
.site-info a:hover {
    color: red;
}
.site-info a{
    color: #a0a9b6;
}

.aps-icon-link img {border: none !important;}

/*==================Footer Section Close=========*/

/*==================Inner Page Section Open=========*/
.site-content {
/*    background: #f5f5f5; */
}
.sidebar_background{

}
.inner_content_background,
.sidebar_background aside {
    background: #ffffff;
    box-shadow: none;
    margin-bottom: 30px;
    padding:15px;
}

.inner_header {
    background-size: cover;
    position: relative;
    text-align: center;
    color: #ed1b2f;
    background-attachment: fixed;
	padding:115px 0 80px 0;
}

.inner_header .title_background img {width: 100%;}

.inner_header .title_background {line-height: 0px;}

.inner_header>h1,.page-header>h1.page-title {
    font-size: 50px;
    width: 100%;
    text-align: center;
    color: #ed1b2f;
    margin: 0px;
    padding: 0px;
}

.img-responsive {
    max-width: 100%;
}

.content-area-no {
    width: 100% !important;
    float: none !important;
}
.content-area-left{
    float:right !important;
}

.content-area {
    float: left;
    width: 66.66%;
    padding:0px 15px;
}
.content-area-both {
    float: left;
    width: 50%;
    padding:0px 15px;
    position:relative;
    left:25%;
}

.widget-area{	
    position: relative;
    top:0;
    height: 100%;
    padding:0px 15px;

}
.widget-area-left {
    float:left;       
    width: 33.33%;
}	
.widget-area-left-both {
    float:left;       
    width: 25%;    
    position:relative;
    right:50%;
}
.widget-area-right{	
    float:right;
    width: 33.33%;   
}
.widget-area-right-both{
    float:right;
    width: 25%;
}
.widget-area-inner{
    width: 100%;
}
.widget-area .widget_nav_menu .menu-item i._mi{
	display:none;	
}
.inner {
    margin-top: 30px;
    position: relative;
    margin-left:-15px;
    margin-right:-15px;
}

.inner h2.entry-title {
    color: #ed1b2f;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
	margin-bottom: 16px;
    padding: 0px;
    padding-top: 15px;
}
.no-results{
	position:relative;	
}
.no-results .page-header>h1.page-title{
	position:relative;
	line-height:normal !important;
	text-align:left;
	color:#000 !important;	
}
/*
.blog_social_share_outer{
    text-align:center;
}
.blog_social_share_inner{
    display: inline-block;
}
*/
#secondary .widget_search input.search-field {
    width: 100%;
    border: none;
    background: #eee;
    border-radius: 0;
    outline:0;
    border-bottom: 2px solid #ED1B2F;
}
.work_latest_post .work-posts-wrap-latest{
	margin-bottom:30px;	
}
.work_latest_post .work-posts-wrap-latest:last-child{
	margin-bottom:20px;	
}
.work_latest_post .work-posts-wrap-latest figure{
	margin:0px;	
}
.work_latest_post .work-posts-wrap-latest figure img{
	width:100%;	
}
.work_latest_post .work-posts-wrap-latest a h3{
	margin:10px 0 10px 0;	
}
.work_latest_post .work-posts-wrap-latest .work_date_sub{
	font-size:12px;	
	color: #a0a9b6;
	margin-bottom:10px;
}

/*==================Inner Page Section Close=========*/
/*==================Inner Page Next/Previous Button Section Open=========*/
.nav-previous a, 
.nav-next a,
.archive_pagination a,
.archive_pagination span.current{
    display: inline-block;
    height: 22px;
    line-height: 19px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    padding-left: 7px;
    padding-right: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 98%;
    text-transform: capitalize;
    border: 1px solid transparent;
}
.nav-previous a:before,
.archive_pagination a.prev:before{
    left: 5px;
    content: "\f060";
}

.nav-next a:before,
.archive_pagination a.next:before{
    right: 5px;
    content: "\f061";
}

.nav-previous a:before, 
.nav-next a:before,
.archive_pagination a:before{
    position: absolute;
    font-family: "FontAwesome";
    color: #ffffff;
    top: 0;
}
.nav-previous a:hover:before, 
.nav-next a:hover:before, 
.archive_pagination a:hover:before {
    color: #ed1b2f;
}

.nav-previous a:hover:after,
.nav-next a:hover:after,
.archive_pagination a.prev:hover:after,
.archive_pagination a.next:hover:after{
    background: #ed1b2f;
    opacity: 0.3;
}
.nav-previous a:after,
.nav-next a:after,
.archive_pagination a.prev:after,
.archive_pagination a.next:after{
    background: #ffffff;
    opacity: 0.3;
    height: 96px;
    width: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    top: 0;
}

.nav-previous a:after,
.archive_pagination a.prev:after{
    left: 15px;
    top: -25px;
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    transform: rotate(70deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.archive_pagination a.prev:after {
    left: 5px;
}

.nav-next a:after,
.archive_pagination a.next:after{
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    transform: rotate(20deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    top: -50px;
    right: -70px;
}
.archive_pagination a.next:after{
    top: -55px;
    right: -85px;
}

.archive_pagination{
    text-align: center;
    margin:20px 0px;
}
.archive_pagination a.prev{
    padding-left:25px;
    float:left;
}
.archive_pagination a.next{
    padding-right:25px;
    float:right;
}
.archive_pagination span.current{
    color:#000000;
    border-color: #9DCC99;
}

.nav-previous a {padding-left: 40px;}

.nav-next a {padding-right: 40px;}
.nav-links a:hover,
.archive_pagination a:hover{
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
    background: #ffffff;
    color: #ed1b2f;
    border:1px solid #ed1b2f;
}
.navigation .nav-previous a, .navigation .nav-next a{
	background:#db1327;
}

/*==================Inner Page Next/Previous Button Section Close=========*/
/*==================Inner Page Comment Open=========*/
/*--Comment Form Css--*/
.fn,
.fn a{
    text-transform:capitalize;
}
.comments-title:after {
    display: none;
}
.comment-awaiting-moderation{
    margin-bottom: 0px;
    text-align: right;
    font-size: 14px;
    color: #E41428;
    font-weight: bold;
    font-style: italic;
}
.comments-title span {
    color: #000000;
}

h2.comments-title {
    margin: 0;
    padding: 0;
    line-height: normal;
    border-left: 3px solid #ED1B2F;
    padding-left: 5px;
    position: relative;
    margin-bottom: 20px;
    color: #5a5a5a;
    font-size: 16px !important;
    font-weight: 700;
    overflow: hidden;
}

.comment-form p {
    display: block;
    float: none;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}
.comment-form p.form-submit{
    text-align:center;
}

.comment-form p label {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    line-height: 24px;
    color: #7f7e7e;
}

#respond .comment-form-author input,
#respond .comment-form-author input:focus,
#respond .comment-form-email input:focus,
#respond input:focus ,
#respond .comment-form-email input,#respond input {
    border:none;
    border-bottom:2px solid #e4e4e4;
    display: inline-block;
    outline:none;
    width: 100%;
    height: 40px;
    border-radius:0px;
}

.inner #respond textarea {

    outline:none;
    display: inline-block;
    width: 100% !important;
    background:transparent!important;
    border: 2px solid rgba(224, 224, 224, 0.41);
    border-radius:0px;
    height:195px !important;
}

.form-allowed-tags,
.comment-notes {
    display: none !important;
}

#respond .form-submit input {
    display: inline-block;
    width: auto !important;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    display: inline-block;
    height: auto !important;
}

#respond input#submit:hover {
    background: rgba(181, 28, 28, 0.59);
}

#respond h3 {
    margin: 0;
    padding: 0;
    display: block;
    line-height: normal;
    border-left: 3px solid #ED1B2F;
    padding-left: 5px;
    position: relative;
    margin-bottom: 20px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
}

.inner .comment-body,
.comment-respond{
    position: relative;
    padding: 20px 10px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
}
.logged-in-as{
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
}
.comment-author img{
    margin-right:10px;
}
.comment-metadata>a {
    position: absolute;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    top: 20px;
    right: 10px;
}
.comment-metadata .edit-link{
    position:absolute;
    right:70px;
    bottom:20px;
}
.comment-content{
    padding:5px;
    background:#ffffff;
    color:#404040;
    font-size:15px;
    line-height:1.3;
    font-weight:500;
    margin:10px 0px;
    margin-left:45px;
}
.comment-content p{
    margin-bottom:0px;
}

.reply{
    text-align:right;
}
/*==================Inner Page Comment Close=========*/

/*==================Inner Page Side Bar Section Open=========*/
.widget-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.widget-area li {
    color: #000000;
    font-size: 14px;
    line-height: normal;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}
.widget-area li.menu-item-has-children>a {
    padding:10px 0px;
    text-transform: uppercase;
    font-weight:bold;
    border-bottom:1px solid #eee;
    display:block;
}
.widget-area li.menu-item-has-children:hover>a {
    border-bottom:1px solid #ED1B2F;
}
.widget-area li.menu-item-has-children {
    border-bottom: 0px solid #eee;
    padding:0px;
}
.widget-area li.menu-item-has-children:hover{
	border-bottom: 0px solid #eee;
}
.widget-area ul.menu>li:hover .widget-area ul.menu>li.menu-item-has-children{
	border-bottom: 0px solid #eee;	
}

.widget-area li a {
    color: #404040;
	display:block;
}

.widget-area ul > li:hover {
    border-bottom: 1px solid #ED1B2F;
}
.widget-area ul.sub-menu{
    padding-left:5px;
    text-transform: capitalize;
}
.widget-area ul.sub-menu>li a{
    color:#404040 ;
}
.widget-area ul.sub-menu>li:hover a{
    color: #ED1B2F ;
}
.widget-area ul.sub-menu>li:hover{
	border-color:#ED1B2F;	
}

.widget-area ul > li:hover>a {
    color: #ED1B2F;
}


/*==================Inner Page Side Bar Section Close=========*/
/*==================Inner Page Css Section Open=========*/
.inner .combine {
    padding-bottom:0px;
	overflow:hidden;
}

.blog_slider{
	position:relative;	
}
.blog_slider figure img{
	width:100%;
	height:100%;
}
.blog_slider .bx-controls-direction, .blog_type .bx-controls-direction{
	position:absolute;
	width:100%;
	top:50%;	
}
.blog_slider .bx-wrapper .bx-controls-direction a,
.blog_type .bx-wrapper .bx-controls-direction a{
	height: 60px;
    width: 60px;
	background: #e41b2f;
    line-height: 0px;
    padding: 30px 0px;
    text-align: center;
	text-indent:0;
	z-index:2;
    position: absolute;
}
.blog_slider .bx-controls-direction .bx-prev,
.blog_type .bx-controls-direction .bx-prev{
	left:0;	
}
.blog_slider .bx-controls-direction .bx-prev:before,
.blog_type .bx-controls-direction .bx-prev:before{
	 content: "\f053";
     font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
    font-size: 25px;
	position:absolute;
	top: 33%;
	left: 35%;
}
.blog_slider .bx-controls-direction .bx-next,
.blog_type .bx-controls-direction .bx-next{
	right:0;	
}
.blog_slider .bx-controls-direction .bx-next:before,
.blog_type .bx-controls-direction .bx-next:before{
	 content: "\f054";
     font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
    font-size: 25px;
	position:absolute;
	top: 33%;
	left: 35%;	
}

.inner .archive_image{
    line-height:0;
}
.inner .archive_service_image{
	    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    background: #ed1b2f;
    line-height: 100px;
	text-align:center;	
}
.inner .arcive_title a{
    font-size: 18px;
    text-transform:uppercase;
    color: #000000;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}
.inner .arcivce_date_auther {
    color: #848282;
    font-weight: 600;
    font-size: 12px;
}
.inner .arcive_content {
    font-size: 16px;
    line-height: 1.5;
    margin-top:5px;
}
.posted-on a {color: #848282;}

.entry-header h1.entry-title a,.collection .page-header h1,h1.widget-title {
    margin: 0px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    line-height: normal;
    border-left: 3px solid #ED1B2F;
    padding-left: 5px;
    position: relative;
    margin-bottom: 20px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
}

.entry-content p {
    line-height: 1.6;
    margin-bottom:10px;
}

.entry-header {position: relative;}

.entry-meta {
    color: #848282;
    font-size: 12px;
    font-weight: 600;
}

.entry-footer {
    background: #ffffff;
    margin-top: 5px;
    display: block;
    color: #848484;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
}

.entry-footer a {
    margin-left: 10px;
    color: #ED1B2F;
    font-weight: 600;
    text-transform: uppercase;
}

.entry-footer a:hover {
    color: #000000 !important;
}
.sub_like_comment{
	font-size:12px;	
	color: #a0a9b6;
	float:left;
}
.sub_like_comment span,
.inner .main_like_comment span{
	font-size:13px;
	width:20px;
	height:20px;
	line-height:20px;
	float:left;
	background:#ed1b2f;
	border-radius:50%;
	text-align:center;
	color:#fff;
	margin-right:5px;
}

.inner .collection h1 {
    margin: 0px;
}

.inner .collection article {
    padding: 0px;
    margin: 0px;
}

.inner .portfolio_slider_image img{
    width:100%;
}
.port_slide{
    position:relative;
    padding-bottom:30px;
    padding-left:15px;
    padding-right:15px;
}
.port_slide #slider-prev,
.port_slide #slider-next{
    position:absolute;
    top:45%;
    display:inline-block;
    height:60px;
    width:60px;
    background:#e41b2f;
    line-height:0px;
    padding:30px 0px;
    text-align:center;
    overflow:hidden;
}
.port_slide #slider-prev:hover,
.port_slide #slider-next:hover{
    background:rgba(228, 27, 47, 0.68)
}
.port_slide #slider-prev{
    left:15px;
}
.port_slide #slider-next{
    right:15px;
}
.port_slide #slider-prev a,
.port_slide #slider-next a{
    color:#ffffff;
}
.port_slide #slider-prev a:before,
.port_slide #slider-next a:before{
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 25px;
    padding: 0px;
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 0px;
}
.port_slide #slider-next a:before{
    content: "\f054";
}
.portfolio-post-wrap .gallery li:first-child {
    display: block;
}
.portfolio-post-wrap .gallery li {
    display: none;
}
/*==================Inner Page Css Section Close=========*/
/*=================404 Page Not Found ===============*/
.error-404{
    text-align: center;
    min-height: 400px;
}

.error-404 .page-header{
    border-left: 0;
}

.number404{
    font-size:50px;
    background: #353F47;
    color:#FFF;
    height: 150px;
    width:150px;
    border-radius:150px;
    line-height: 150px;
    text-align:center;
    color: #FFF;
    position: relative;
    display: inline-block;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    text-shadow:1px 1px 1px #999;
    -webkit-animation:rotate linear 4s infinite;
    animation:rotate linear 4s infinite;
    -webkit-perspective:500px; /* Chrome, Safari, Opera  */
    perspective:500px;
    margin-top: 40px;
}

.number404 span{
    font-size:14px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom:30px;
    line-height: 16px;
    left: 0;
    backface-visibility:visible;
    -webkit-backface-visibility:visible; /* Chrome, Safari, Opera */
    backface-visibility:visible;
}
/*==================Section progress bar starts=========*/
#plx_progress_faq_section{
	background-color:#fff;
	padding:80px 0;	
}
.faq_section_title{
	text-align:center;	
	margin-bottom:40px;
}
/*.faq_section_title h2 span{
	font-size:28px;	
	line-height:initial;
	margin-bottom:20px;
	font-weight:400;
}
.faq_section_title h2{
	font-size:50px;
	color:#ed1b2f;	
	font-weight:bold;
	margin:10px 0;
}*/
.progress_bar{
	width:50%;	
	float:left;
	padding-right:30px;
}
.progress_bar .Progress_title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;	
}
.progress_bar .bi-bar, .bi-wrp.bi-default-theme .bi-barInner{
	border-radius:3px;	
}
.faq_div{
	width:50%;
	display:inline-block;
	padding-left:30px;	
}
.faq_div .simpleFAQ_list li{
	margin-bottom:30px;	
	position:relative;
	padding-left:25px;
}

.faq_div .simpleFAQ_list .question{
	background-color:#ed1b2f !important;
	width:15px;
	height:15px;
	line-height:15px;
	position:absolute;
	left:0;	
}
.faq_div .simpleFAQ_item .answer{
	border:0;
	margin:0;
	padding:5px 0;	
}
/*==================Section progress bar close=========*/

/*==================Section video start=========*/
.embed_video{
	padding-top:0px;
margin:0px;	
}
.embed_video h2{
	    color: #ed1b2f;
    font-size: 44px;
    line-height: normal;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
	margin-bottom:50px;	
}
.embed_video h2 span{
	display: block;
    color: #0e0000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;	
}
.embed_video figure{
	margin:0;	
}
.embed_video figure iframe{
	width:100%;
	min-height:520px;
	vertical-align:middle;
}


/*==================Section video close=========*/

/*==================Section pricing starts=========*/

#plx_pricing_section{
	background:#fff;	
}

/*==================Section pricing close=========*/

/*==================Section map starts=========*/
#plx_map_section{
	padding-top:60px;	
}
#plx_map_section .combine{
	text-align:center;	
}
#plx_map_section  .map_section_title h2{
	font-size:42px;
	color:#db1327;
	font-weight:bold;	
}
.map_contact_address{
	padding-bottom:60px;	
}
 .location_map, .email_map, .contact_map{
	 	width:20%;
		display:inline-block; 
 }
 .location_map .fa_icon_set, .email_map .fa_icon_set, .contact_map .fa_icon_set{
	 	font-size:50px;
		color:#db1327;
		width:100%;
		display:block; 
 }
  .location_map .map_content_title, .email_map .map_content_title, .contact_map .map_content_title{
	  font-size:17px;
	  color:#000000;
	  width:100%;
	 display:block;
  }
  .location_map .content_text, .email_map .content_text, .contact_map .content_text{
	  font-size:17px;
	  color:#000000;
	width:100%;
	display:block;
  }  
  .map-contents iframe{
		width:100%;  
  }
 
/*==================Section feature start=========*/
.feature_section{
	padding:80px 0 30px 0;	
}

.feature_section .feature-posts-wrap{
	width:33.33%;
	float:left;
	padding:0 10px;
	text-align:center;
	height:250px;
	overflow:hidden;
	margin-bottom:20px;	
}
.feature_section .feature-posts-wrap .feature_image {
	width:90px;
	height:90px;
	overflow:hidden;
	border-radius:50%;
	display:inline-block;
	border: 1px solid rgba(255, 255, 255, 0);
	padding:5px;
	
}
.feature_section .feature-posts-wrap .feature_image img{
	width:100%;
	height:100%;
	border-radius:50%;	
}
.feature_section .feature-posts-wrap .feature_image:hover{
    border: 1px solid;
    text-align: center;
}
.feature_section .feature-posts-wrap .feature_title a h3{
	font-size:15px;
	font-weight:normal;	
}
.feature_section .feature-posts-wrap .features-excerpt-content{
	font-size:12px;	
}

/*==================Section feature close=========*/

/*==================Section map close=========*/



/*===============inner page portfolio style============*/
.portfolio-listing .gallery{
	display:none;	
}
.portfolio_buttons{
	text-align:center;	
	margin-bottom:40px;
	
}
.portfolio_buttons ul{
	margin:0;	
}
.portfolio_buttons ul li{
	list-style: none;
    display: inline-block;
    padding: 0 7px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bolder;
    line-height: 14px;
	text-transform:uppercase;	
}
.portfolio_buttons ul li+li{
	 border-left: 1px solid  #ED1B2F;
}
.port_button{
	background:none;
	border:none;
	box-shadow:none;
	display:inline-block;
	float:none;
	font-size:18px;
	line-height: 14px;
	font-weight:600;	
	text-transform:capitalize;
	padding:0 5px;
	border-radius:0;
}
.port_button.active{
	color:#ed1b2f;	
}
.port_button+.port_button{
	border-left:1px solid #ed1b2f;
	
		
}

.port_button:hover{
	background:none;
	box-shadow:none;	
}
.port_all_content .portfolio-post-wrap{
	width:33.33%;
	padding:5px;	
}
.port_all_content .portfolio_main{
	padding:5px;	
}
.port_all_content .portfolio_main .portfolio_content{
	height: 70px;
    padding: 5px 0;	
}
.port_all_content .portfolio_main .portfolio_content a{
	font-size:12px;
	line-height:16px;	
}
 .content-area-both #portfolio-grid .portfolio-post-wrap{
	width:50%;	
}
/** Preloader **/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > img {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
} 
.slideToggle{
    display: block;
    
}
.widget_calendar table tbody tr td{
	text-align:center;	
}
/** progress bar css **/
.progressBar {
width: 100%;
height: 8px;
border-radius: 5px;
background-color: #e6e9ed;
margin-bottom:15px;
}
.progressBar div {
height: 100%;
color: #fff;
text-align: center;
background-color: #0099ff;
width: 0px;
border-radius: 5px;
   
}
.bar1 div{
   background-color: #3fc5ea;  
}
.bar2 div{
   background-color: #ef752c;  
}
.bar3 div{
   background-color: #4cc4c2;  
}
.bar4 div{
   background-color: #f33c72;  
}


#gaga_pro_map_display{
    width:100%;
    height: 300px;
 }
 
 /*===============short code style============*/
 .shortcode-slider{
		margin-bottom:30px; 
 }
 .shortcode-slider .bx-wrapper .bx-controls-direction a{
		height: 60px;
    width: 60px;
    background: #e41b2f;
    line-height: 0px;
    padding: 30px 0px;
    text-align: center;
    text-indent: 0;
    z-index: 2; 
 }
 .shortcode-slider .bx-controls-direction{
	position: absolute;
    width: 100%;
    top: 50%; 
 }
 .shortcode-slider .bx-controls-direction .bx-prev{
	left: 0; 
 }
  .shortcode-slider .bx-controls-direction .bx-next{
	right:0;  
  }
 .shortcode-slider .bx-controls-direction .bx-next:before{
	 content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    top: 33%;
    left: 35%;
 }
 .shortcode-slider .bx-controls-direction .bx-prev:before{
		    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    top: 33%;
    left: 35%; 
 }
  .shortcode-slider .bx-wrapper .bx-caption{
		background: rgba(237, 27, 47, 0.59);
		bottom: 6px;  
  }
.shortcode-slider .bx-wrapper .bx-caption span{
	font-size:20px;	
}
.ap_toggle{
	margin-bottom:30px;	
	background: #eee;
    padding: 20px 10px;
}
.ap_toggle_title{
	font-size:20px;
    color: #ea1e30;
    font-weight: bold;	
	    cursor: pointer;
    border-left: 5px solid #ed1b2f;
    padding-left: 20px;
		line-height:21px;
}
.ap_toggle_content{
	font-size:15px;	
	    padding: 10px 0 0 30px;
}
.ap-testimonial{
	text-align:center;
	position:relative;
	margin-bottom:30px;	
}
.ap-testimonial:after{
	content:'';
	height:1px;
	width:80%;
	background:#ccc;
	bottom:0;
	left:0;
	display:inline-block;
		
}
.ap-client-name{
	font-size: 21px;
    color: #ea1e30;
		
}
.single-feature_type .feature_image {
	width:90px;
	height:90px;
    text-align: center;
    border:1px solid rgba(204, 204, 204, 0);
    float: left;
    line-height: 79px;
	margin-right:30px;
	overflow:hidden;
	padding:3px;	
}
.single-feature_type .feature_image:hover{
	width:90px;
	height:90px;
	border-radius:50%;
}
.single-feature_type .entry-header{
	display:inline-block;;	
}
.single-feature_type .entry-content{
	margin-top:40px;	
}

/*===============short code style============*/
 .shortcode-slider{
		margin-bottom:30px; 
 }
 .shortcode-slider .bx-wrapper .bx-controls-direction a{
		height: 60px;
    width: 60px;
    background: #e41b2f;
    line-height: 0px;
    padding: 30px 0px;
    text-align: center;
    text-indent: 0;
    z-index: 2; 
 }
 .shortcode-slider .bx-controls-direction{
	position: absolute;
    width: 100%;
    top: 50%; 
 }
 .shortcode-slider .bx-controls-direction .bx-prev{
	left: 0; 
 }
  .shortcode-slider .bx-controls-direction .bx-next{
	right:0;  
  }
 .shortcode-slider .bx-controls-direction .bx-next:before{
	 content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    top: 33%;
    left: 35%;
 }
 .shortcode-slider .bx-controls-direction .bx-prev:before{
		    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    top: 33%;
    left: 35%; 
 }
  .shortcode-slider .bx-wrapper .bx-caption{
		background: rgba(237, 27, 47, 0.59);
		bottom: 6px;  
  }
.shortcode-slider .bx-wrapper .bx-caption span{
	font-size:20px;	
}
.ap_toggle{
	margin-bottom:30px;	
	background: #eee;
    padding: 20px 10px;
}
.ap_toggle_title{
	font-size:20px;
    color: #ea1e30;
    font-weight: bold;	
	    cursor: pointer;
    border-left: 5px solid #ed1b2f;
    padding-left: 20px;
		line-height:21px;
}
.ap_toggle_content{
	font-size:15px;	
	    padding: 10px 0 0 30px;
}
.ap-testimonial{
	text-align:center;
	position:relative;
	margin-bottom:30px;	
}
.ap-testimonial:after{
	content:'';
	height:1px;
	width:80%;
	background:#ccc;
	bottom:0;
	left:0;
	display:inline-block;
		
}
.ap-client-name{
	font-size: 21px;
    color: #ea1e30;
		
}
.single-feature_type .feature_image {
	width:90px;
	height:90px;
    text-align: center;
    border:1px solid rgba(204, 204, 204, 0);
    float: left;
    line-height: 79px;
	margin-right:30px;
	overflow:hidden;
	padding:3px;	
}
.single-feature_type .feature_image:hover{
	width:90px;
	height:90px;
	border-radius:50%;
}
.single-feature_type .entry-header{
	display:inline-block;;	
}
.single-feature_type .entry-content{
	margin-top:40px;	
}

/*=====shortcodes style=====*/
.ap_tab_wrap{
	margin-bottom:30px;
}
.ap_tab_group{
	 margin-bottom:10px;	
}
.ap_tab_group  .tab-title{
	 display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    background: #ea1e30;
	border:2px solid #ea1e30;
    color: #fff;
	cursor:pointer;	
}
.ap_tab_group .tab-title.active{
	border:2px solid #ea1e30;
	background:none;
	color:#ea1e30;	
}
.ap_tab_group  .tab-title+ .tab-title{
	margin-left:10px;	
}
.ap_tab_content{
	padding: 10px;
    background: #F0F0F0;
	    font-size: 14px;	
}
.ap_tab_wrap.vertical .ap_tab_group{
	width:200px;
	float:left;
	margin-right:20px;	
}
.ap_tab_wrap.vertical .ap_tab_content{
	width:calc(100% - 220px);
	display:inline-block;	
}
.ap_tab_wrap.vertical .ap_tab_group .tab-title{
	display:block;
	width:100%;
	text-align:center;	
	margin-bottom:5px;
}
.ap_tab_wrap.vertical .ap_tab_group .tab-title+.tab-title{
	margin-left:0;
}

.ap-list{
	margin:0 0 20px 0;
	padding:0;	
}
.ap-list li{
	list-style:none;
	font-size:15px;
	position:relative;
	padding-left:20px;	
	margin-bottom:7px;
}
.ap-list1 li:before{
	content: "\f0e7";
	font: normal normal normal 14px/1 FontAwesome;
	position:absolute;
	left:0;
	top:5px;	
}
.ap-list2 li:before{
    content: "\f08d";
	font: normal normal normal 14px/1 FontAwesome;
	position:absolute;
	left:0;
	top:5px;	
}
.ap-list3 li:before{
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	position:absolute;
	left:0;
	top:5px;
}
.ap-list4 li:before{
	content: "\f005";
	font: normal normal normal 14px/1 FontAwesome;
	position:absolute;
	left:0;
	top:5px;
}
.ap-list5 li:before{
	content:'';
	width:13px;
	height:19px;
	position:absolute;
	left:0;
	top:0px;
	background:url(images/dollor.gif) no-repeat;	
}
.ap-list6 li:before{
	content:'';
	width:11px;
	height:11px;
	position:absolute;
	left:0;
	top:4px;
	background:url(images/file.gif) no-repeat;	
}
.ap-dropcaps {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    text-align: center;
}
.ap-dropcaps.ap-square {
    background: #e01428;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    margin-right: 8px;
    margin-top: 4px;
}

/*====buttons===*/
.ap-small-bttn{
	background: #ea1e30;
    padding: 5px 10px;
    color: #fff !important;
	border:1px solid #ea1e30;	
}
.ap-small-bttn:hover{
	border:1px solid #ea1e30;
	background:none;
	color:#ea1e30;
}
.ap-medium-bttn{
	font-size:15px;
	background:#000;
	border:1px solid #000;
	float:left;
	padding:7px 15px;
    color: white!important;
}
.ap-medium-bttn:hover{
	border:1px solid #000;
	background:none;
	color:#000;	
}
.ap-large-bttn{
	font-size:17px;
	background:#fff;
	border:1px solid #fff;
	float:right;
	padding:7px 15px;	
}
.ap-large-bttn:hover{
	border:1px solid #fff;
	background:none;
	color:#000;	
}

/*===call to action===*/
.ap_call_to_action{
	text-align:center;
	background:#F3F3F3;
	padding:20px;
	border:1px solid #ccc;	
}
.ap_call_to_action_content{
	font-size:15px;
	margin-bottom:10px;	
}
.ap_call_to_action.right .ap_call_to_action_button{
	float:right;	
}
.ap_call_to_action .ap_column{
	width: 46%;
    display: inline-block;
    margin: 0 10px;
		
}
/*===grid style===*/
.ap_column {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
}
.ap_column {
    margin-left: 2%;
    padding: 0 0%;
}
.ap-row .ap_column:first-child {
    margin-left: 0;
}
.ap-span2 {
    width: 32.0%;
}
.ap-span3 {
    width: 49.0%;
}
.ap-span1 {
    width: 15.0%;
}

#home_slider #slider_full_window {
    position:static;
}

.slider_area .gaga_pro_slider {
    overflow-x:hidden;
}

.header_text_info .header_number, 
.header_logo_top .main-navigation ul {
    text-align: left;
}

.header_logo_top .ak-container .header_logo {
    width:15%;
    text-align: left;
    float:left;
}
.header_logo_top .ak-container-menu .header_logo {
    width:15%;
    text-align: left;
    float:left;
}
.header_logo_top #menu {
    width: 85%;
    float:left;
    clear:none;
    text-align: left;
}

.onee .main-navigation ul li a {
    padding:0 8px;
}

.onee .main-navigation ul li:last-child a {
    padding-right:0;
}

#home_slider .gaga_pro_slider a#arrow_left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17.5px;
    margin-left: 15px;
}

#home_slider .gaga_pro_slider a#arrow_right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
    margin-right: 15px;
}

.header_wraper {
    padding:10px 0;
}

.cta_section .cta-descr.fadeInDown {
    font-size: 15px;
} 

.onee.hidden .top_inner_header {
    background:rgba(0,0,0,.79);
}

.onee.hidden .header_logo_text {
    color:#ffffff;
}

footer .footer_widget_view .widget ul {
    list-style: none;
    margin-left: 5px;
    margin-top: 40px; 
}

footer .footer_widget_view .widget ul li i {
    display:none;
}

footer .footer_widget_view .widget ul li {
    padding: 5px 0;
    border-bottom:1px #e8e8e8 solid;
}

footer .footer_widget_view .widget ul li a {
    font-size: 16px;
    color:#000000;
    text-transform: capitalize;
}

footer .footer_widget_view .widget ul li:hover a,
footer .footer_widget_view .widget ul li:hover {
    color:#ed1b2f;
    border-bottom-color:#ed1b2f;
}

footer .footer_widget_view .widget.widget_search form {
    margin-top: 40px;
}

.mm-page {
   z-index: 99;
}
#plx_testimonial_section .testimonial_section {
    background-color:rgba(0,0,0,0.45);
}
#plx_cta_section {
    padding:0;
}

#plx_cta_section .cta_section {
    padding:100px 0;
    background-color:rgba(250,250,250,0.40);
}
#primary .portfolio-listing #portfolio-grid div a h3 {
    color:#e01428;
}
.content-area .inner_content_background .entry-content .shortcode-slider .bx-controls-direction a i {
    display: none;
}

/*==team-section-update==*/
#plx_team_section .simple_team_member .team_inner_simple {
    display: inline-block;
    width: 31%;
    margin-left: 1.3%;
    position: relative;
    overflow:hidden;
    line-height:0;
}
#plx_team_section .simple_team_member {
    margin-left: -1.3%;
}
#plx_team_section .simple_team_member .team_cover_simple {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    left: 0px;
    display: inline-block;
}
#plx_team_section .simple_team_member .team_cover_simple:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: url(images/geek2.png) no-repeat !important;
    background-size: cover !important;
    z-index: 2 !important;
    top: -1px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#plx_team_section .simple_team_member .team_cover_simple:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25) !important;
    background-size: cover !important;
    z-index: 2 !important;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#plx_team_section .simple_team_member .team_inner_simple:hover .team_cover_simple::before {
    transform:scale(5);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#plx_team_section .simple_team_member .team_inner_simple:hover .team_cover_simple::after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#plx_team_section .simple_team_member .team_inner_simple .team_name_simple, 
#plx_team_section .simple_team_member .team_inner_simple .team-social_simple {
    position: absolute !important;
    width: 100% !important;
    bottom: -30px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    line-height: 1;
}
#plx_team_section .simple_team_member .team_inner_simple .team-social_simple a {
    display: inline-block !important;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.44);
    border-radius: 100%;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
 
}
#plx_team_section .simple_team_member .team_inner_simple:hover .team_name_simple, 
#plx_team_section .simple_team_member .team_inner_simple:hover .team-social_simple{
    bottom: 110px;
    margin-bottom: -18px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 9;
} 
#plx_team_section .simple_team_member .team_inner_simple .team-social_simple a:hover {
    background:#ed1b2f;
    color:#ffffff;
}
#plx_team_section .simple_team_member .team_inner_simple:hover .team-social_simple {
    bottom: 30px;
}
.single-team_type .content-area .team_contest_section {
    background-color:#eeeeee;
    padding-top: 15px;
}
.single-team_type .site-main .post-navigation {
    width:960px;
    margin:0 auto;
}
/** Perloader **/
.glamour_loader{
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;    
}
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #1cbac8;
}
.la-ball-scale-multiple.la-dark {
    color: #333;
}
.la-ball-scale-multiple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-scale-multiple {
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
.la-ball-scale-multiple > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
       -moz-animation: ball-scale-multiple 1s 0s linear infinite;
         -o-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: .2s;
       -moz-animation-delay: .2s;
         -o-animation-delay: .2s;
            animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: .4s;
       -moz-animation-delay: .4s;
         -o-animation-delay: .4s;
            animation-delay: .4s;
}

.la-ball-scale-multiple.la-sm > div {
    width: 16px;
    height: 16px;
}
.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
    width: 64px;
    height: 64px;
}


@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
             transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
           transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}
/** preloader end **/
#portfolio-grid .mix, #Container .mix, #blog-grid .mix{
    display: none;
}
.blog-post-wrap{
    float: left;
}

.slider_title {color:#000000;}
.portfolio_image{margin:20px;}


.sub-image{max-width:calc( 396px / 3 );}
.byline{display:none;}



/*** レスポンシブテーブルデザイン ***/
.shokai{  width:100%;  border: 2px solid #d6ceb4;  overflow: hidden;  word-break: break-all;  word-wrap: break-word;}
.shokai th{  padding: 6px 8px 5px;  border-top: solid 1px #ffffff;  width: 30%;  overflow: hidden;  color: #13131e;
  font-style: normal;  font-weight: bold;  font-size: 100%;  text-align: left;  word-break: break-all;  word-wrap: break-word;  vertical-align: top;  background-color: #eeece4;}
 
.shokai td{
padding: 5px 10px;text-align: left;vertical-align: top;color: #595960;background-color: #ffffff;
border-top: dotted 1px #e0dccc;overflow: hidden;word-break: break-all;word-wrap: break-word;}
 
@media (max-width: 400px){
.shokai th{  width:100%;  display:block;  margin: 0 auto;  border:none;  border-radius: 3px;}
.shokai td{  display: list-item;  width: 100%;  border-top: none !important;}
}/* end */

.minc{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.prd-area{width:100%;}
.prd-ph{float:left;width:50%;}
.prd-ph ul{display:table;width:100%;margin:0;}
.prd-ph ul li{display:table-cell;width:33%;}

.entry-image{display:none;}
