/*
Theme Name: Revolve Pro
Theme URI: https://accesspressthemes.com/wordpress-themes/revolve/
Author: AccessPress Themes
Author URI: http://accesspressthemes.com/
Description: Revolve is a simple and adaptable multipurpose WordPress theme suited for personal, blog, magazine, publishing and portfolio websites.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: revolve-pro
Tags: featured-images, full-width-template, rtl-language-support, threaded-comments, translation-ready, editor-style

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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 10px 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 10px;
}
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: content-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: #333;
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    margin-bottom: 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
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: 15px;
}
ul,
ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
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 15px 15px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #E11B30;
    border-radius: 0;
    background: #E11B30;
    color: #FFF;
    height: 42px;
    padding: 0 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}
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 {

}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    color: #666;
    border: 1px solid #eee;
    border-radius: 0;
    border-left: 2px solid #E11B30;
    height: 42px;
    width: 100%;
}
select {
    border: 1px solid #eee;
    height: 42px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    box-shadow: none;
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px 10px;
}
textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    border-left: 2px solid #E11B30;
    border-radius: 0;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: #E11B30;
}
a:focus,
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.main-navigation > ul > li > a {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    padding: 25px 20px;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;
    left: -1px;
    background: #FFF;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-bottom: -1px;
}
.main-navigation ul ul {
    display: none;
}
.current-menu-ancestor > .sub-menu,
.submenu .current-menu-item >.submenu,
.submenu .active .submenu {
    display: block;
}
.main-navigation ul ul li a {
    position: relative;
    display: block;
    line-height: 1.2;
    left: 0;
    background-color: #f5f5f5;
    font-size: 0.8em;
    padding: 8px 5px;
    text-transform: none;
    background-image: url('images/icon-chevron-left.svg');
    background-repeat: no-repeat;
    background-position: -10px 50%;
    background-size: 6px;
    text-decoration: none;
}
.main-navigation ul ul li a:hover {
    background-color: #ededed
}
.main-navigation ul ul li.active a {
    background-color: #ededed;
    box-shadow: none;
    background-position: 8px 50%;
}
.main-navigation ul ul ul {} .main-navigation ul ul a {} .main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {} .main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {} .main-navigation .current_page_item > .sub-nav,
.main-navigation .current-menu-item > .sub-nav {
    display: block;
}
.main-navigation .menu-item:hover > .sub-menu {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.header-social-icons-container {
    padding: 20px 0 0 0;
    text-align: center;
    background: #fff;
    background-size: cover;
    position: fixed;
    bottom: 0;
    width: 130px;
    font-size: 18px;
}
.header-social-icons-container .aps-each-icon {
    padding: 0 2px;
}
#revolve-side-nav {
    position: fixed;
    width: 130px;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
}
.menuon-left .revolve-site-header {
    right: auto;
    left: 0;
    border-right: 1px solid #eee;
}
.main-navigation {
    position: absolute;
    width: 130px;
    background-color: white;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 30px;
    overflow: hidden;
    transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
}
.menuon-left .main-navigation {
    border-right: 1px solid #eee;
}
.header-social-icons-container {
    position: fixed;
    width: 130px;
    bottom: 0;
    right: 0px;
    background-color: white;
    z-index: 20;
    padding: 5px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.social-toggle {
    display: block;
    opacity: 1;
    z-index: 9999;
}
.menuon-left .header-social-icons-container {
    left: 0;
    width: 130px;
    text-align: center;
    border-left: 0;
    border-right: 1px solid #eee;
}
.current-menu-parent.current-menu-ancestor ul.sub-menu li.current-menu-item a {
    background-color: #ededed;
    box-shadow: none;
    background-position: 8px 50%;
}
.current-menu-parent.current-menu-ancestor ul.sub-menu li.current-menu-item a:hover:before {
    display: block;
}
/* added css for mscroll menu*/

.main-navigation{
    font-size: 16px;
}

.menu li > a {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    padding: 20px 10px;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    background: #FFF;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-bottom: -1px;
}

.menuon-left .menu li > a{
    padding-left: 16px;
}

.main-navigation ul.sub-menu > li.current-menu-item > a,
.main-navigation ul.sub-menu > li > a:hover {
    left: 0;
}
.menu li > ul li a {
    padding: 9px 5px 9px 18px;
}

.menuon-left .menu .sub-menu li > a:hover,
.menuon-left .menu .sub-menu li.active > a,
.menuon-left .menu .sub-menu li.current-menu-item > a {
    margin-left: 0;
}
.menuon-left .menu li > .sub-menu li a:hover {
    margin-left: 0;
}
.menu li ul a {
    font-size: 10px;
}
.menu .mCSB_inside > {
    margin-right: 14px;
}
.menu li.active > a,
.menu li.current-menu-parent > a,
.menu li:hover > a {
    box-shadow: -8px 0px 0 #E11B30 inset;
    color: #E11B30;
}
.menu ul.sub-nav li.active > a,
.menu ul.sub-nav li > a:hover,
.menu ul.sub-nav .current_page_item > a,
.menu ul.sub-nav .current-menu-item > a {
    left: 0;
}
.menuon-left .menu li.active > a,
.menuon-left .menu li:hover > a,
.menuon-left .menu .current_page_item > a,
.menuon-left .menu .current-menu-item > a {
    left: auto;
    box-shadow: 8px 0px 0 #E11B30 inset;
}
.menuon-left .menu li.active > a,
.menuon-left .menu .current_page_item > a,
.menuon-left .menu .current-menu-item > a {
    right: auto;
}
.menu-item-has-children .sub-menu li a:hover {
    box-shadow: 0px 0 0;
}
.main-navigation ul ul li a:hover {
    background-color: #ededed;
}
.main-navigation ul.sub-nav li a,
.menu-item-has-children .sub-menu li a,
.menuon-left .main-navigation ul.sub-nav li a,
.menuon-left .menu-item-has-children .sub-menu li a {
    position: relative;
    background: #eee;
}
.main-navigation ul.sub-nav li.active a,
.menu-item-has-children .sub-menu li.active a,
.menuon-left .main-navigation ul.sub-nav li.active a,
.menuon-left .menu-item-has-children .sub-menu li.active a {
    box-shadow: 0 0 0;
}
.main-navigation ul.sub-nav li a:before,
.menu-item-has-children .sub-menu li a:before,
.menuon-left .main-navigation ul.sub-nav li a:before,
.menuon-left .menu-item-has-children .sub-menu li a:before {
    position: absolute;
    left: 2px;
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "\f104";
    opacity: 0;
    font-size: 18px;
}
.main-navigation ul.sub-nav li.active a:before {
    opacity: 1;
}
.menu-item-has-children .sub-menu li a:hover,
.menuon-left .menu-item-has-children .sub-menu li a:hover {
    left: 0;
    padding-right: 0;
    box-shadow: 0 0 0;
}
.menu-item-has-children .sub-menu li.current-menu-item a:before,
.menuon-left .menu-item-has-children .sub-menu li.current-menu-item a:before {
    display: block;
    opacity: 1;
}
.main-navigation ul.sub-nav li a:hover:before,
.menu-item-has-children .sub-menu li a:hover:before,
.menuon-left .main-navigation ul.sub-nav li a:hover:before,
.menuon-left .menu-item-has-children .sub-menu li a:hover:before {
    display: none;
}
.main-navigation ul.sub-nav li a:hover,
.menuon-left .main-navigation ul.sub-nav li a:hover {
    box-shadow: 0 0 0;
}
.menuon-left .main-navigation ul.sub-nav li a:hover {
    left: 0;
}
.main-navigation ul.sub-nav li.active a:hover,
.menuon-left .main-navigation ul.sub-nav li.active a:hover {
    left: 0;
}
.menuon-left .main-navigation ul.sub-nav li a:hover,
.menuon-left .main-navigation ul.sub-nav li a:hover,
.menuon-left .main-navigation ul.sub-nav li.active a:hover,
.menuon-left .main-navigation ul.sub-nav li.active a {
    margin-left: 0;
}
.main-navigation ul.sub-nav li.active a:before,
.menu-item-has-children .sub-menu li.active a:before,

{
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "\f104";
    opacity: 1;
    font-size: 18px;
}
.menuon-left .main-navigation ul.sub-nav li a:before,
.menuon-left .menu-item-has-children .sub-menu li a:before,
.menuon-left .main-navigation ul.sub-nav li a:before,
.menuon-left .menu-item-has-children .sub-menu li a:before {
    left: auto ! important;
    right: 12px;
    content: '\f105';
    font-family: FontAwesome;
    top: 50%;
    position: absolute;
    opacity: 0;
    font-size: 18px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.menuon-left .main-navigation ul.sub-nav li.active a:before,
.menuon-left .menu-item-has-children .sub-menu li.active a:before,
.menuon-left .main-navigation ul.sub-nav li.active a:before,
.menuon-left .menu-item-has-children .sub-menu li.active a:before {
    opacity: 1;
}
.main-navigation ul.sub-nav li.active a:hover:before,
.menu-item-has-children .sub-menu li.active a:hover:before {
    display: block;
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 15px;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
.siteorigin-widget-tinymce.textwidget {
    line-height: 1.5;
}
.ap-toggle-title {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    padding: 12px 25px 12px 12px;
    border-radius: 5px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
.ap-toggle-title .pointer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 12px;
    font-size: 20px;
}
.ap-toggle-title {
    margin-top: 10px;
}
.ap-toggle-title.close {
    border-left: 3px solid #E41528;
    background: #F5F5F5;
    color: #E41528;
}
.ap-toggle-title.open {
    background-color: #E41528;
    border-left: 3px solid #E41528;
    color: #FFF;
}
.ap-toggle-content {
    padding: 10px 0;
    line-height: 1.5;
}

.ap-team .ap-member-image {
    position: relative;
}
.ap-team .ap-member-in-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    color: #fff;
    z-index: 9;
}
.ap-team .ap-member-in-wrap .ap-member-name {
    color: #fff;
}
.ap-team .ap-member-position {
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0px 0px -60px 0px;
    padding: 4px 9px;
    text-transform: none;
    background-color: #E41528;
    color: #fff;
}
.ap-team .ap-member-image .ap-member-image-wrapin {
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ap-team .ap-member-image .ap-member-image-wrapin img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 0;
    transition: all linear 0.5s;
}
.ap-team:hover .ap-member-image .ap-member-image-wrapin img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 0;
}
.ap-team .ap-member-message {
    padding: 10px;
    line-height: 1.5;
}
.ap-team .member-social-group {
    border-top: 1px dotted #ddd;
    margin: 0;
    padding: 10px 10px;
    display: block;
    text-align: left;
}
.ap-team .member-social-group a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E41528;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 6px;
}
.flickr_badge_image img {
    webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    display: block;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0.4;
}
.flickr_badge_image a:hover img,
.flickr_badge_image a.focused img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    display: block;
    opacity: 1;
}
/*icons*/

.social1,
.social2,
.social3 {
    list-style: none;
}
.social1 li,
.social2 li,
.social3 li {
    display: inline-block;
}
.social1 li a,
.social2 li a {
    width: 30px;
    height: 30px;
    background-color: #E41528;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    transition: 0.5s all ease;
}
.social1 li a {
    border-radius: 50%;
}
.social1 li a:hover {
    transform: scale(1.3);
}
.social2 li a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.social3 li a {
    display: inline-block;
    font-size: 30px;
    color: #E41528;
    padding: 0 5px;
    transition: 0.5s all linear;
}
.social3 li a:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
/*counter start*/

.ap-stat-counter {
    text-align: center;
}
.ap-stat_counter-icon {
    font-size: 50px;
    color: #E41528;
}
.ap-stat_counter-number {
    font-size: 50px;
    color: #999;
    font-weight: 700;
}
.ap-stat_counter-title {
    font-size: 40px;
    font-weight: 300;
    color: #666;
}
/*icon box */

.ap-icon-text.style1,
.ap-icon-text.style2,
.ap-icon-text.style3,
.ap-icon-text.style4 {
    background: #fff;
    margin-top: 65px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #ececec;
    border-top: 4px solid #E41528;
    position: relative;
    top: -1px;
}
.ap-icon-text.style1 {
    padding: 30px 30px 23px 30px;
}
.ap-icon-text.style2,
.ap-icon-text.style3,
.ap-icon-text.style4 {
    padding: 20px 30px;
}
.ap-icon-text.style3,
.ap-icon-text.style4 {
    border: 0;
}
.style1 .ap-icon-text-icon {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    font-size: 38px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    width: 90px;
    transform: translateX(-50%) translateY(-50px);
    -webkit-transform: translateX(-50%) translateY(-50px);
    -moz-transform: translateX(-50%) translateY(-50px);
    text-align: center;
    background-color: #E41528;
    color: #fff;
    border-radius: 50%;
}
.ap-icon-text.style1 .ap-icon-text-icon i {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 2.5;
    vertical-align: top;
}
.ap-icon-text.style1 .ap-icon-text-icon i:after {
    border-color: #E41528;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #E41528;
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.ap-icon-text.style1:hover .ap-icon-text-icon i:after {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1;
    filter: alpha(opacity=100);
}
.ap-icon-text.style1 .ap-icon-text-content-wrap,
.ap-icon-text.style2 .ap-icon-text-content-wrap,
.ap-icon-text.style3 .ap-icon-text-content-wrap,
.ap-icon-text.style4 .ap-icon-text-content-wrap {
    margin-top: 20px;
    text-align: center;
}
.ap-icon-text.style1 .ap-icon-text-title,
.ap-icon-text.style2 .ap-icon-text-title,
.ap-icon-text.style3 .ap-icon-text-title,
.ap-icon-text.style4 .ap-icon-text-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #E41528;
    text-transform: uppercase;
}
.ap-icon-text.style1 .ap-icon-text-content,
.ap-icon-text.style2 .ap-icon-text-content,
.ap-icon-text.style3 .ap-icon-text-content,
.ap-icon-text.style4 .ap-icon-text-content {
    color: #666;
    line-height: 1.5;
}
.ap-icon-text.style1 .ap-icon-text-readmore a,
.ap-icon-text.style2 .ap-icon-text-readmore a,
.ap-icon-text.style3 .ap-icon-text-readmore a,
.ap-icon-text.style4 .ap-icon-text-readmore a {
    line-height: 20px;
    color: #E41528;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid transparent;
}
.ap-icon-text.style1 .ap-icon-text-readmore a:hover,
.ap-icon-text.style2 .ap-icon-text-readmore a:hover,
.ap-icon-text.style3 .ap-icon-text-readmore a:hover,
.ap-icon-text.style4 .ap-icon-text-readmore a:hover {
    border-bottom: 1px solid #E41528;
}
.ap-icon-text.style2 .ap-icon-text-icon,
.ap-icon-text.style3 .ap-icon-text-icon,
.ap-icon-text.style4 .ap-icon-text-icon {
    height: 90px;
    line-height: 90px;
    padding: 0;
    width: 90px;
    background-color: #E41528;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    position: relative;
    margin: 15px auto;
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.ap-icon-text.style2 .ap-icon-text-icon:after {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.ap-icon-text.style2:hover .ap-icon-text-icon:after {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.ap-icon-text.style3:hover .ap-icon-text-icon {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.ap-icon-text.style4 .ap-icon-text-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 3px 3px #AA0114;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, transform 0.2s;
    -moz-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    left: 0;
    top: -1px;
}
.ap-icon-text.style4:hover .ap-icon-text-icon:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ap-contact-info .ap-contact-info-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ap-contact-info .ap-contact-info-wrapper li {
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
}
.ap-contact-info .ap-contact-info-wrapper li .fa {
    position: absolute;
    left: 5px;
    top: 5px;
}
.ap-contact-info .ap-contact-info-wrapper li,
.ap-contact-info .ap-contact-info-wrapper li p {
    margin: 0;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.ap-image-preview {
    display: inline-block;
    padding: 4px;
    border: 1px solid #ccc;
}
.widget-oembed .widget-oembed-description {
    padding-top: 15px;
    line-height: 1.5;
}
.post-prv-inner-wrap .post-prv-meta-wrap,
.post-prv-inner-wrap .widget-title {
    display: inline-block;
    vertical-align: middle;
}
.post-prv-inner-wrap .widget-preview-excerpt {
    width: 100%;
    clear: both;
    padding: 10px 0;
    line-height: 1.5;
}
.post-prv-inner-wrap .widget-preview-more a {
    color: #E11B30;
    border-bottom: 1px solid transparent;
}
.post-prv-inner-wrap .widget-preview-more a:hover {
    border-bottom: 1px solid #E11B30;
}
.post-prv-inner-wrap {
    padding-top: 10px;
}
/*price-plan widget*/

.price-plan {
    text-align: center;
    overflow: hidden;
    padding: 2px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
.price-plan-inner-content {
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}
.price-plan h3,
.price-plan h3 span {
    display: block;
}
.price-plan.price-plan-lay1 h3 {
    padding: 30px 0 82px;
    background-color: #eee;
    position: relative;
    transition: 0.5s all ease-in-out 0s;
    -webkit-transition: 0.5s all ease-in-out 0s;
    -moz-transition: 0.5s all ease-in-out 0s;
}
.price-plan:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.price-plan:hover .price-plan-inner-content {
    border: 1px solid #E11B30;
}
.price-plan.price-plan-lay1:hover h3 {
    background-color: #E11B30;
    color: #fff;
}
.price-plan.price-plan-lay1 h3 span {
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    border-radius: 100px;
    display: block;
    font-size: 25px;
    font-weight: bold;
    height: 100px;
    width: 100px;
    line-height: 100px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    color: #777;
}
.price-plan ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 20px 30px 0;
}
.price-plan.price-plan-lay1 ul li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.price-plan.price-plan-lay2 ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.price-plan a {
    display: inline-block;
    margin-top: 65px;
    background-color: #E11B30;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
}
.price-plan.price-plan-lay1 .plan-ribbon-wrapper {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: - webkit-linear-gradient(top, #bfdc7a, #8ebf45);
    background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
    background-color: #bfdc7a;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    color: #E11B30;
    font-size: 14px;
    left: -5px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    top: 17px;
    min-width: 120px;
    position: absolute;
    right: -28px;
    left: auto;
    z-index: 999;
}
.price-plan-lay2 h3 {
    padding: 41px 0 31px;
    background-color: #E11B30;
    color: #fff;
}
.price-plan-lay2 h3 span {
    padding-top: 10px;
    display: block;
    font-size: 23px;
}
.price-plan.price-plan-lay2 .price-plan-inner-content {
    border-radius: 5px;
    background-color: #fff;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.price-plan.price-plan-lay2 a {
    margin: 10px 0;
    background-color: transparent;
    border: 1px solid #E11B30;
    color: #E11B30;
}
.price-plan.price-plan-lay2 a:hover {
    background-color: #E11B30;
    color: #fff;
}
.price-plan.price-plan-lay2 ul {
    margin-bottom: 0;
    padding: 20px 0 0;
}
.widget-title {
    padding-bottom: 10px;
}
.calendar_wrap table {
    background-color: #E11B30;
    color: #fff;
}
.calendar_wrap a {
    color: #fff;
}
.calendar_wrap caption {
    padding: 10px 0;
    background-color: #E11B30;
    border: 1px solid #ccc;
    border-bottom: 0;
}
.calendar_wrap th,
.calendar_wrap td {
    border: 1px solid #ccc;
    padding: 10px;
}
.widget.widget_nav_menu ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent-comments ul,
.widget_recent-posts ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent-comments ul li,
.widget_recent-posts ul li {
    width: 100%;
    position: relative;
    padding: 10px 0 10px 20px;
}
.widget.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_recent-comments ul li:first-child,
.widget_recent-posts ul li:first-child {} .widget.widget_nav_menu ul li:after,
.widget_pages ul li:after,
.widget_meta ul li:after,
.widget_recent-comments ul li:after,
.widget_recent-posts ul li:after {
    content: '\f105';
    position: absolute;
    left: 5px;
    top: 10px;
    font-family: FontAwesome;
}
.widget input[type="search"] {
    display: inline-block;
    vertical-align: middle;
    border-right: 0;
    border: 1px solid #ccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 10px;
    line-height: 26px;
    outline: 0;
}
.widget input[type="submit"].search-submit {
    transform: translateX(-6px);
    padding: 0 10px;
    line-height: 26px;
    background-color: #E11B30;
    box-shadow: 0;
    border: 0;
    outline: 0;
    border: 1px solid #ccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.widget_search input[type="submit"].search-submit {
    color: #fff;
    box-shadow: 0 0 0 0;
    border: 1px solid #E11B30;
}
.widget_nav_menu .menu-item-has-children .sub-menu li a:hover {
    padding-left: 0;
}
.widget_nav_menu .main-navigation ul.sub-nav li a:hover:before,
.widget_nav_menu .menu-item-has-children .sub-menu li a:hover:before {
    content: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 15px;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 15px;
}
/*--------------------------------------------------------------
## 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-bottom: 15px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 15px;
}
.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;
}
/** Home Page Nav CSS **/

#revolve-side-nav {
    position: fixed;
    right: 0;
    width: 130px;
    height: 100%;
    background: #FFF;
    z-index: 9999;
    border-left: 1px solid #EEE;
}
.menuon-left #revolve-side-nav {
    border-left: 0;
    border-right: 1px solid #EEE;
}
.menuon-left #revolve-side-nav {
    left: 0px;
    float: left;
    right: auto;
}
#revolve-site-branding {
    overflow: hidden;
}
.revolve-site-logo,
.revolve-site-tagline {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    padding: 10px;
}
.revolve-site-logo {
    position: relative;
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.revolve-site-tagline {
    position: absolute;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: rotateX(-91deg);
    -moz-transform: rotateX(-91deg);
    -ms-transform: rotateX(-91deg);
    transform: rotateX(-91deg);
}
.one .revolve-site-tagline {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: static;
}
.revolve-site-tagline p {
    font-size: 11px;
    line-height: normal;
    margin: 0;
    color: #000;
}
.revolve-site-tagline p a {
    font-size: 22px;
    font-weight: bold;
    color: #e11b30;
    margin-bottom: 5px;
    display: inline-block;
}
#revolve-site-branding:hover .revolve-site-logo {
    opacity: 0.;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: rotateX(91deg);
    -moz-transform: rotateX(91deg);
    -ms-transform: rotateX(91deg);
    transform: rotateX(91deg);
}
#revolve-site-branding:hover .revolve-site-tagline {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
#revolve-site-branding.one .revolve-site-logo {
    transform: none;
}
#revolve-side-nav::-webkit-scrollbar {
    width: 0;
}
#revolve-home-slider,
#revolve-page-content {
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
}
.menuon-left #revolve-home-slider,
.menuon-left #revolve-page-content {
    float: right;
}
body:first-of-type #revolve-home-slider,
body:first-of-type #revolve-page-content {
    margin-right: 130px;
}
body.menuon-left:first-of-type #revolve-home-slider,
body.menuon-left:first-of-type #revolve-page-content {
    float: right;
    margin-right: auto;
    margin-left: 130px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.revolve-sliders-captions {
    position: absolute;
    top: 50%;
    width: 80%;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transform: translate3d(40px, -50%, 0);
    -webkit-transform: translate3d(40px, -50%, 0);
    transform: translate3d(40px, -50%, 0);
}
.revolve-sliders-captions .revolve-caption-title {
    font-size: 72px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-left: 115px solid #E11B30;
    padding-left: 15px;
    margin-left: -135px;
}
.revolve-caption-description {
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.revolve-slider-widget {
    position: absolute;
    bottom: 8%;
    width: 100%;
    padding: 0 55px;
}
.revolve-slider-widget .hm-feat-post-wrap {
    width: 33%;
    float: left;
}
.revolve-slider-widget .hm-feat-post-wrap a {
    color: #fff;
    text-decoration: none;
}
.revolve-slider-widget .hm-feat-post-wrap .wd-pub-date {
    font-size: 0.9em;
    letter-spacing: 2px;
    color: #FFF;
    margin-bottom: 0;
    color: #EEE;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wd-feat-post-title {
    line-height: normal;
    margin: 10px 0;
    position: relative;
    padding-right: 36px;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.revolve-slider-widget .hm-feat-post-wrap:hover .wd-pub-date,
.revolve-slider-widget .hm-feat-post-wrap:hover .wd-feat-post-title{
    padding-left:18px;
}
.wd-feat-post-title:before {
    content: '';
    position: absolute;
    width: 6px;
    top:0;
    bottom: 0;
    left: -24px;
    background-color: #e11b30;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.revolve-slider-widget .hm-feat-post-wrap:hover h2 {
    left: 18px;
}
.revolve-slider-widget .hm-feat-post-wrap:hover .wd-feat-post-title:before {
    left: -24px;
    width: 24px;
}
.revolve-cap-text a {
    display: block;
    text-decoration: none;
    color: #FFF;
}
.revolve-sliders-captions:hover {
    -ms-transform: translate3d(85px, -50%, 0);
    -webkit-transform: translate3d(85px, -50%, 0);
    transform: translate3d(85px, -50%, 0);
}
.revolve-sliders {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.revolve-sliders:last-child .revolve-move-down {
    display: none;
}
.revolve-move-down {
    height: 100px;
    width: 40px;
    position: absolute;
    right: 50px;
    top: 50%;
    cursor: pointer;
}
.revole-page-header {
    padding: 50px 0;
    display: table;
    position: relative;
}

.revolve-page-header-left,
.revolve-page-content-right {
    display: table-cell;
    width: 50%;
    padding: 0 40px;
}
.revolve-page-header-left {
    padding-left: 50px;
    line-height: 1;
    border-right: 2px solid #EEE;
    line-height: 1;
}

.revolve-page-header-left span{
    display: block;
    position: relative;
}
.revolve-page-header-left span:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    background: #E11B30;  
    left: -50px;
}

.sub-block-header {
    position: relative;
    border-left: 25px solid #E11B30;
    overflow: hidden;
}
.sub-block-header img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.sub-block-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #FFF;
    font-size: 60px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sub-block-content {
    padding: 50px;
}
.revolve-move-down:hover {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    25% {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%)
    }
    60% {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}
@-moz-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    25% {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%)
    }
    60% {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}
@-ms-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    25% {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%)
    }
    60% {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}
@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    25% {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%)
    }
    60% {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}
p {
    font-size: 18px;
    color: #676767;
    line-height: 1.5;
    margin: 0 0 25px;
}
/*======================why page style starts======================*/

.sub-block-content h3 {
    font-size: 31px;
    margin-bottom: 30px;
    line-height: 35px;
}
.sub-block-content h4 {
    font-size: 28px;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}
.sub-block-content h4:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 22px;
    background-color: #E11B30;
}
.sub-block-content h4 strong {
    font-size: 23px;
    font-weight: bold;
}
.block-content--list {
    border-top: 2px solid #EEE;
    padding-top: 20px;
    margin-top: 24px;
}
.block-content--list h4 {
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
}
.block-content--list h4:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 22px;
    background-color: #E11B30;
}
.block-content--list ul {
    margin: 0;
    padding-left: 18px;
    padding-top: 0;
    width: 100%;
    display: table;
}
.block-content--list ul li {
    font-size: 22px;
    width: 48%;
    float: left;
    padding: 0 35px 0 5px;
    line-height: 30px;
    margin: 4px 0;
    list-style-type: square;
}
/*======================why page style ends======================*/
/*=================team style starts============*/

#team-control {
    padding: 10px 10px 0px;
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
#team-control .team-lays {
    float: left;
}
#team-control .team-lays .icon-active {
    color: #e11b30;
}
.team-member.inactive {
    pointer-events: none;
}
.format-grid,
.format-tile,
.format-list {
    display: inline-block;
    margin-right: 10px;
}
.format-grid a,
.format-tile a,
.format-list a {
    font-size: 21px;
}
#team-control .team-search {
    float: right;
    position: relative;
}
#team-control .team-search .fa-search {
    position: absolute;
    right: 13px;
    top: 12px;
    color: #e11b30;
}
#team-control .team-search .team-search-box {
    float: right;
    width: 400px;
    position: relative;
    padding-right: 40px;
}
#team-control .team-search .team-search-box .fa {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #ff6f00;
}
#team-control .team-search .team-search-box input[type="text"] {
    width: 100%;
    padding-left: 38px;
    border-radius: 3px;
    height: 40px;
}
#team-control .ream-search .search-leadership {
    display: inline-block;
    margin-right: 50px;
}
#search-leadership > span {
    color: #ff6f00 !important;
}
.team-social-icon-wrap {
    text-align: center;
    padding: 20px 0;
}
.team-social-icon-wrap a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0;
    position: relative;
}
.team-social-icon-wrap a .rvl-icon-set {
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.5s all linear;
    -webkit-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    top: 0;
    line-height: 50px;
    background-color: #e11b30;
    margin: 0;
}
.team-social-icon-wrap a:hover .rvl-icon-set {
    top: -100%;
}
.team-social-icon-wrap a span i {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    transition: 0.5s all linear;
    -webkit-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    line-height: 50px;
    background-color: #EEE
}
.team-social-icon-wrap a:hover span i {
    top: 0;
}
.team-social-icon-wrap a span {
    display: inline-block ! important;
}
/*=================team style ends============*/

.team-all-members {
    padding: 5px;
}
.team-list-block {
    width: 100%;
}
.team-list-block .team-image-wrap {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.team-image-wrap-inner {
    margin: 5px;
    position: relative;
    overflow: hidden;
    background: #F6F6F6;
    text-align: left;
}

.team-list-block .team-image-wrap.inactive .team-image:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.team-list-block .team-image-wrap img {
    position: relative;
    display: block;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.team-grid-layout .team-list-block .team-image-wrap:hover img,
.team-grid-layout .team-list-block .team-image-wrap.active .team-image img {
    opacity: 0.8;
    -moz-transform: translate3d(0, -42px, 0);
    -ms-transform: translate3d(0, -42px, 0);
    -o-transform: translate3d(0, -42px, 0);
    -webkit-transform: translate3d(0, -42px, 0);
    transform: translate3d(0, -42px, 0);
}
.team-grid-layout .team-list-block .team-image-wrap .team-member-name {
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    line-height: 1.2;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    background: #E11B30;
}
.team-grid-layout .team-list-block .team-image-wrap:hover .team-member-name,
.team-grid-layout .team-list-block .team-image-wrap.active .team-member-name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*tile view of team style*/

.team-tile-layout .team-image-wrap {
    width: 50%;
    background: none;
}
.team-tile-layout .team-image-wrap:hover img {
    transform: none;
    opacity: 1;
}
.team-tile-layout .team-image-wrap .team-image:hover img {
    transform: none;
    opacity: 1;
}
.team-grid-layout .team-tile-layout .team-image-wrap.active .team-image img {
    opacity: 0.8;
    -moz-transform: translate3d(0, -42px, 0);
    -ms-transform: translate3d(0, -42px, 0);
    -o-transform: translate3d(0, -42px, 0);
    -webkit-transform: translate3d(0, -42px, 0);
    transform: translate3d(0, -42px, 0);
}
.team-tile-layout .team-image-wrap .team-image {
    width: 50%;
    float: left;
    margin-right: 15px;
}
.team-tile-layout .team-mem-name-excerpt{
    margin-left: 15px;
    padding-right: 15px;
}
.team-tile-layout .team-image-wrap .team-member-name{
    margin: 40px 0 20px;
}
/*============team list layout style=======*/

.team-list-layout .team-list-block .letter-group {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.team-list-layout .team-list-block .letter-group h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.team-list-layout .team-list-block .team-image-wrap {
    width: 100%;
    text-align: left;
}
.team-list-layout .team-list-block .team-image-wrap .team-member-name {
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    opacity: 1;
    color: #5F5757;
    font-size: 18px;
    border: 0;
    border-left: 3px solid #e11b30;
    padding: 0 0 0 10px;
    margin: 10px 0;
    background: none;
}
.team-list-layout .team-list-block .team-image-wrap.active .team-member-name {
    color: #e11b30;
}
.team-list-layout .team-list-block .team-image-wrap .team-member-name:hover {
    color: #e11b30;
}
/*=====team info block style====*/

.team-info-block {
    position: relative;
    padding: 40px;
    padding-right: 5px;
}
.team-info-block .close-team-info {
    position: absolute;
    top: 42px;
    right: 5px;
    cursor: pointer;
    background-color: #e11b30;
    font-size: 25px;
    z-index: 2;
    color: #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 7px;
}
.team-info-block .close-team-info img {
    display: block
}
.team-inner-info {
    width: 100%;
    padding-bottom: 30px;
    display: table;
    border-bottom: 1px solid #eee;
}
.team-inner-info h3 {
    position: relative;
    line-height: normal;
    border-left: 15px solid #e11b30;
    margin-left: -30px;
    padding-left: 15px;
}
.bio {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
    line-height: 1.7;
}
.bio .bio {
    width: 100%;
}
.bio h4 {
    margin: 20px 0;
}
.bio ul {
    margin: 20px 0;
    padding: 0 0 0 20px;
}
.bio ul li {
    list-style: square;
    color: #676767;
    letter-spacing: -0.015rem;
}
.team-inner-image {
    width: 50%;
    text-align: right;
    float: right;
    padding-left: 20px;
    padding-top: 60px
}
/*==========blog section style*/

.blog-page-header .title_section {
    width: 80%;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    padding-left: 86px;
    padding-right: 20px;
    position: relative;
    z-index: 9;
}
.blog-page-header .title_section .revolve-bar {
    display: none;
}
.blog-page-header .title_section:hover {
    -ms-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}
.blog-page-header .title_section .feat-post-pubdate {
    font-size: 1.2em;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.blog-page-header .title_section h2 {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
}
.blog-page-header .title_section h2 a {
    color: #FFF;
}
.blog-page-header .title_section .feat-post-title a{
    position: relative;
    display: inline-block;
}
.blog-page-header .title_section .feat-post-title a:before {
    content: '';
    width: 72px;
    top: 0;
    background-color: #E11B30;
    float: left;
    margin-right: 20px;
    position: absolute;
    left: -85px;
    bottom: 0;
}
.blog-page-header,
.entry-header.has-header-image {
    padding: 130px 0;
    background-size: cover;
    position: relative;
}

.entry-header.has-header-image h1{
    color: #FFF;
}

.blog-page-header:after,
.entry-header.has-header-image:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}
.page-blog-container {
    width: 100%;
    display: table;
    clear: both;
}


.blog-post-wrap .entry-summary .blog-post-title {
    margin: 10px 0;
    position: relative;
    padding-right: 24px;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: normal;
    color: #fff;
    line-height: 1.2;
    border-left: 38px solid #E11B30;
    padding-left: 10px;
    margin-left: -50px;
}
.blog-lay-list .blog-post-wrap .entry-summary .blog-post-title {
    border-left: 38px solid #FFF;
}
.blog-post-wrap .entry-summary .blog-post-title a {
    color: #FFF;
}
.blog-post-wrap .blog-post-excerpt {
    line-height: 25px;
    font-weight: 400;
    position: relative;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.blog-lay-list .blog-post-wrap:hover .blog-post-title,
.blog-lay-grid .blog-post-wrap:hover .blog-post-title {
    margin-left: -35px;
}
.blog-post-wrap:hover .blog-post-excerpt {
    opacity: 1;
    left: 14px;
    webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-right: 5px;
}
.prev-next-posts {
    width: 100%;
    display: table;
    padding: 50px;
}
.prev-posts-link {
    float: left;
    width: 50%;
}
.next-posts-link {
    float: right;
    text-align: right;
    width: 50%;
}
/*blog-lay-grid layout start*/

.blog-lay-grid {
    padding: 2px;
}
.blog-lay-grid .blog-post-wrap {
    float: left;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.blog-lay-grid .blog-post-wrap-inner {
    margin: 2px;
    position: relative;
    overflow: hidden;
}
.blog-lay-grid.col-3 .blog-post-wrap {
    width: 33.333%;
}
.blog-lay-grid.col-2 .blog-post-wrap {
    width: 50%;
}
.blog-lay-grid .blog-post-wrap img {
    transform: scale(1);
    transition: all ease-in-out 0.3s;
    width: 100%;
}
.blog-lay-grid .blog-post-wrap:hover img {
    transform: scale(1.2);
}
.blog-lay-grid .blog-post-wrap:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -10px;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    z-index: 2;
}
.blog-lay-grid .blog-post-wrap:before {
    content: '';
    position: absolute;
    bottom: -11px;
    right: -2px;
    width: 2px;
    height: 20px;
    background-color: #FFF;
    z-index: 2;
}
.blog-lay-grid .blog-post-wrap:nth-child(3n+3) {
    border-right: none;
}
.blog-post-wrap .pub-date {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}
.blog-lay-grid .blog-post-title,
.blog-lay-grid .blog-post-wrap .blog-post-excerpt {
    color: #fff;
}
.blog-lay-grid .blog-post-wrap .blog-post-excerpt a.rev-read-more {
    color: #fff;
}
.blog-lay-grid .blog-post-wrap .entry-summary {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 40px 40px 40px 25px;
    height: 100%;
    width: 100%;
    margin: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}
.blog-lay-grid .post-counters {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #000;
}
/*.........blog-lay-grid............end*/
/*...........blog-lay-list start.....*/

.blog-lay-list .blog-post-wrap {
    width: 100%;
    border: 0;
    background: #e11b30;
    max-height: 300px;
    display: block;
    overflow: hidden;
    position: relative;
}
.blog-lay-list .blog-post-wrap:nth-child(even) .image-wrap {
    float: right;
}
.blog-lay-list .blog-post-wrap .image-wrap {
    width: 50%;
    float: left;
    overflow: hidden;
}
.blog-lay-list .blog-post-wrap:hover img {
    transform: none;
}
.blog-lay-list .blog-post-wrap .image-wrap img {
    width: 100%;
}
.blog-lay-list .blog-post-wrap .entry-summary {
    width: 50%;
    display: inline-block;
    position: relative;
    background: none;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 40px 40px 40px 24px;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.blog-lay-list .blog-post-wrap .entry-summary a,
.blog-lay-list .blog-post-wrap .blog-post-excerpt,
.blog-lay-list .blog-post-wrap .entry-summary .pub-date {
    color: #fff;
}
.blog-lay-list .blog-post-wrap .entry-summary .blog-post-title:before {
    background: #fff;
}
.blog-lay-list .blog-pagination,
.blog-lay-grid .blog-pagination,
.blog-lay-masonary .blog-pagination {
    background: #eee;
    padding: 10px 10px;
    text-align: right;
}
/*...........blog-lay-list .....end*/
/*...........blog-lay-timeline start.....*/

.blog-lay-timeline {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    margin-top: 20px;
}
.blog-lay-timeline .blog-post-wrap {
    float: left;
    clear: left;
    width: 45%;
    margin-top: 40px;
    margin-bottom: 40px;
    position: static;
    border: 1px solid #e2e2e2;
    background: #eee;
}
.blog-lay-timeline .blog-post-wrap:nth-child(2n) {
    float: right;
    clear: right;
    width: 45%;
    margin-top: 0;
}
.blog-lay-timeline .timeline-date {
    position: relative;
    clear: both;
    margin: 0 auto 40px auto;
    padding: 7px 0;
    width: 130px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #000;
    border-radius: 20px;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    font-weight: bold;
}
.blog-lay-timeline .timeline-date:hover {
    background: #E11B30;
    border: 1px solid #E11B30;
    color: #fff;
}
.blog-lay-timeline .th-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.blog-lay-timeline .blog-post-wrap .th-timeline-circle {
    position: absolute;
    left: 50%;
    margin-top: 4px;
    margin-left: -16px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background-color: #ddd;
    border: 3px solid #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    z-index: 1;
}
.blog-lay-timeline .blog-post-wrap .th-timeline-circle .fa {
    font-size: 14px;
    line-height: 2;
}
.blog-lay-timeline .blog-post-title {
    background-color: #e11b30;
    padding: 12px 20px;
    margin: 0;
    position: relative;
    margin-right: -1px;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0;
    z-index: 999;
}
.blog-lay-timeline .blog-post-title a {
    color: #fff;
}
.blog-lay-timeline .blog-post-wrap:nth-child(odd) .blog-post-title:before {
    color: #e11b30;
    content: '\f0da';
    font-family: "FontAwesome";
    font-size: 28px;
    position: absolute;
    top: 10px;
    right: -10px;
    left: auto;
    width: auto;
}
.blog-lay-timeline .blog-post-wrap:nth-child(2n) .blog-post-title:before {
    color: #e11b30;
    content: '\f0da';
    font-family: "FontAwesome";
    font-size: 28px;
    position: absolute;
    top: 8px;
    left: -9px;
    transform: rotate(180deg);
    width: auto;
}
.blog-lay-timeline .blog-post-wrap:nth-child(2n) .blog-post-title:before .blog-lay-timeline .blog-post-title a {
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}
.blog-lay-timeline .blog-post-wrap:hover .blog-post-title {
    left: 0;
}
.blog-lay-timeline .blog-wr-meta,
.blog-lay-timeline .blog-post-thumbnail {
    padding: 20px;
}
.blog-lay-timeline .blog-post-thumbnail img {
    object-fit: cover;
    width: 100%;
}
.post-meta .meta-sep:before {
    content: "/";
    padding: 0 6px;
}
.blog-lay-timeline .post-meta {
    text-align: center;
    color: #a0a0a0;
    font-size: 13px;
    letter-spacing: 0.065em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.blog-lay-timeline .post-excerpt p {
    margin-bottom: 20px;
}
.blog-lay-timeline .read-more {
    display: inline-block;
}
.blog-lay-timeline .read-more a,
.blog-lay-masonary .read-more a {
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    color: #888;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.3;
    padding: 9px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-lay-masonary .read-more a {
    margin-top: 15px;
}
.blog-lay-timeline .read-more a:hover,
.blog-lay-masonary .read-more a:hover,
.blog-lay-masonary .blog-post-wrap .quote-footer a:hover {
    background: #e11b30;
    color: #fff;
    border: 1px solid #e11b30;
}
.blog-lay-timeline .post-footer .post-counters {
    float: right;
    line-height: 2;
    color: #a0a0a0;
    font-size: 13px;
}
.post-counters .fa:before {
    margin-right: 7px;
}
.blog-lay-timeline .post-footer {
    clear: both;
}
.blog-lay-timeline .blog-pagination {
    text-align: center;
    padding: 0 0 20px 0;
}
.blog-pagination .page-numbers,
.blog-pagination a {
    padding: 10px 12px;
    font-weight: 400;
    border-radius: 0px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    background: #ddd;
    border: 1px solid #f2f2f2;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover,
.blog-pagination a:hover {
    background: #e11b30;
    color: #fff;
}
.blog-lay-timeline .blog-cover {
    position: relative;
}
.blog-lay-timeline embed,
.blog-lay-timeline iframe,
.blog-lay-timeline object {
    width: 100%;
}
/*...........blog-lay-timeline end.....*/
/*...........blog-lay-masonary start.....*/

.blog-lay-masonary.col-3,
.blog-lay-masonary.col-2 {
    padding: 8px;
}
.blog-lay-masonary.col-3 .blog-post-wrap {
    width: 33.333%;
}
.blog-lay-masonary.col-3 .blog-post-wrap .blog-post-wrap-inner,
.blog-lay-masonary.col-2 .blog-post-wrap .blog-post-wrap-inner {
    padding: 8px;
}
.blog-lay-masonary.col-2 .blog-post-wrap {
    width: 50%;
}
.blog-lay-masonary .blog-post-thumbnail a {
    position: relative;
    overflow: hidden;
    display: block;
}
.blog-lay-masonary .blog-post-wrap .blog-post-thumbnail a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1);
    width: 100%;
}
.blog-lay-masonary .blog-post-wrap:hover .blog-post-thumbnail a img {
    transform: scale(1.5);
}
.blog-lay-masonary .blog-mas-content-wrap {
    background: #eee;
    padding: 20px;
    position: relative;
}
.blog-lay-masonary .blog-wr-meta p {
    position: relative;
    line-height: 1.5;
}
.blog-lay-masonary .th-timeline-circle {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #E11B30;
    text-align: center;
    position: absolute;
    top: -20px;
    z-index: 1;
}
.blog-lay-masonary .th-timeline-circle .fa {
    line-height: 2;
    color: #fff;
}
.blog-lay-masonary .blog-wr-meta span {
    text-align: center;
    color: #a0a0a0;
    font-size: 13px;
    letter-spacing: 0.065em;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.blog-lay-masonary .blog-post-wrap .blog-post-title {
    margin-bottom: 20px;
    font-weight: 500;
}
.blog-lay-masonary .image-wrap .quoter {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-lay-masonary .image-wrap .quoter img.quoter-thumb {
    border-radius: 50%;
}
.blog-lay-masonary .image-wrap .quoter h2.quoter-name {
    font-size: 18px;
    margin: 10px 0 5px 0;
    color: #fff;
}
.blog-lay-masonary .blog-post-wrap .quote-footer {
    position: relative;
    background-color: #fff;
    padding: 20px;
}
.blog-lay-masonary .blog-post-wrap .quote-footer span,
.blog-lay-masonary .blog-post-wrap .quote-footer a {
    font-size: 14px;
    text-transform: uppercase;
    color: #888888;
}
.blog-lay-masonary .blog-post-wrap .quote-footer a {
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3;
    padding: 9px 20px;
    font-size: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-lay-masonary .image-wrap .quote {
    position: relative;
    display: table;
    padding: 0 20px;
}
.blog-lay-masonary .image-wrap .quote p {
    font-style: italic;
    color: #fff;
    line-height: 1.6;
    font-size: 17px;
    font-weight: lighter;
    margin-top: 20px;
}
.blog-lay-masonary .image-wrap {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-lay-masonary .image-wrap img,
.blog-lay-masonary embed,
.blog-lay-masonary iframe,
.blog-lay-masonary object {
    width: 100%;
}
.blog-lay-masonary .image-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    background-color: rgba(237, 74, 56, 0.8);
}
.blog-lay-masonary .image-wrap.img-format:before {
    opacity: 0;
}
.blog-lay-masonary .image-wrap.img-format span {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    padding: 0 15px;
    top: 55%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-lay-masonary .image-wrap.img-format span a {
    opacity: 0;
}
.blog-lay-masonary .image-wrap.img-format:hover:before,
.blog-lay-masonary .image-wrap.img-format:hover span {
    opacity: 1;
}
.blog-lay-masonary .image-wrap.img-format:hover span {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-lay-masonary .image-wrap.img-format:hover span a {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 47px;
    border: 3px solid #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.blog-lay-masonary .image-wrap.img-format:hover span a:hover {
    background-color: #fff;
    color: #ed4a38;
}
/*...........blog-lay-masonary end.....*/
/*blogs single page start*/

.single-format-video .blog-post_feat-image {
    margin-top: 20px;
}
.post-content-wrap {
    padding: 0 40px;
}
.date-indic {
    background: #eee;
    position: relative;
    z-index: 20;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.date-indic i.day {
    text-align: center;
    font: 19px 'Open Sans';
    line-height: 20px;
    font-weight: 600;
    padding-top: 14px;
    width: 100%;
    display: block;
    text-transform: uppercase;
}
.date-indic i.month {
    font-size: 9px;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
}
.ptype-indic {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: -10px;
    background-color: #E41528;
    text-align: center;
    position: relative;
}
.ptype-indic i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.entry-content.post-entry-content h3 {
    line-height: 28px;
}
.entry-content.post-entry-content ul.post-metas {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
}
.entry-content.post-entry-content ul.post-metas li {
    float: left;
    padding-right: 15px;
    color: #666;
    line-height: 22px;
    color: #666;
    font: 13px 'Open Sans', Arial, sans-serif;
}
.entry-content.post-entry-content ul.post-metas li i {
    margin-right: 6px;
}
.post-content blockquote {
    background: #f6f6f6;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
    border-left: 3px solid #E41528;
    display: block;
    margin-top: 14px;
    margin-left: 0;
}
.blog-post_feat-image {
    text-align: center;
}
/*blogs single page end*/

.load-more-wrapper {
    text-align: center;
}
.load-more-wrapper div {
    display: inline-block;
    position: relative;
}
#load-more-blog {
    border-radius: 30px;
    display: inline-block;
    background-color: #E41528;
    color: #fff;
    padding: 10px 20px;    
    cursor: pointer;
    margin: 15px 0px 30px;
}
.load-more-wrapper div img {
    position: absolute;
    right: -20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/*...........blogs end.....*/
/*...........portfolio style starts..........*/

.portfolio-post-container {
    margin: 0 10px;
    margin-top: 40px;
}
.grid.col-2 .portfolio-post-wrap {
    width: 50%;
}
.grid.col-3 .portfolio-post-wrap {
    width: 33.333%;
}
.portfolio-post-wrap {
    overflow: hidden;
}
.port-post-title-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
}
.portfolio-post-wrap:hover .port-post-title-wrap {
    opacity: 1;
    z-index: 999;
}
.port-all-link-wrap {
    position: relative;
    padding: 0 0 40px;
    width: 100%;
    display: inline-block;
}
.portfolio-post-wrap .port-post-title {
    display: block;
    position: relative;
    padding: 14px 10px;
    z-index: 9999;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.portfolio-post-wrap img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.8s ease-in-out 0s;
    width: 100%;
}
.portfolio-post-wrap:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
}
.portfolio-post-wrap .portfolio-post-inwrap {
    position: relative;
    overflow: hidden;
}
.portfolio-post-wrap .portfolio-post-inwrap:after {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    background: rgba(228, 21, 40, 0.4) none repeat scroll 0 0;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-post-wrap .portfolio-post-inwrap:hover:after {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
}
.port-link-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: auto;
    z-index: 999;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: block;
    font-size: 20px;
    color: #fff;
}
.port-link > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease;
    margin: 0 4px;
}
.port-link > a:hover {
    background-color: #fff;
    color: #E11B30;
    border:1px solid #E11B30;
}
.port-link a {
    color: #fff;
}
.port-link-wrap p {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.port-link-wrap p span a {
    font-size: 21px;
    color: #eee;
    margin: 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.portfolio-post-wrap:hover p span a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.portfolio-post-wrap:hover p span:first-child a {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.single-portfolio-post .portfolio-post_feat-image {
    padding: 50px 50px 0 50px;
}
ul.port-filters {
    list-style: none;
    margin-left: 0;
    text-align: center;
    padding: 30px 30px 0;
}
ul.port-filters li {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}
ul.port-filters li:last-child {
    border-right: 0;
}
ul.port-filters li a {
    color: #666;
    font-size: 13px;
    vertical-align: middle;
}
ul.port-filters li a span.item-count {
    background: #E11B30;
    min-width: 25px;
    min-height: 25px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    line-height: 1.6;
    border: 2px solid transparent;
    font-weight: bold;
}
ul.port-filters li a:hover span.item-count,
ul.port-filters li a:focus span.item-count {
    background: transparent;
    color: #E11B30;
    border: 2px solid #E11B30;
}
/*--layout 1 css start--*/

.port-inner-wrap.layout1 {
    padding: 70px 0;
    overflow: hidden;
}
.port-inner-wrap.layout1 .port-inner-feat-image,
.port-inner-wrap.layout1 .port-inner-description {
    width: 49.44%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.port-inner-description .port-descr-title {
    padding-bottom: 20px;
}
.port-descr-content ul li {
    line-height: 26px;
}
.port-descr-content ul {
    margin-left: 20px;
    padding-left: 0;
}
.port-inner-description a.project-launch-btn {
    padding: 8px 20px;
    float: left;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background-color: #E11B30;
    color: #fff;
    border: 1px solid #E11B30;
}
.port-inner-description a.project-launch-btn:hover {
    background-color: transparent;
    color: #E11B30;
    border:1px solid #E11B30;
}
.port-rposts-container {
    padding: 70px 20px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    background-color: #FAFAFA;
}
.rel-proj-descr-wrap{
    margin-bottom: 30px;
}
.port-rposts-container .rel-proj-descr-wrap h3.rel-port-heading {
    font-style: normal;
    padding-bottom: 20px;
}
.port-rposts-container .rel-proj-descr-wrap p.rel-port-descr {
    margin: 0 0 10px 0;
    padding: 0;
}
.port-rposts-container .owl-controls {
    margin-top: 40px;
}
.port-rposts-container .owl-controls .owl-prev,
.port-rposts-container .owl-controls .owl-next {
    width: 35px;
    height: 35px;
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    margin: 0 5px;
}
.port-rposts-container .owl-controls .owl-prev:hover,
.port-rposts-container .owl-controls .owl-next:hover {
    background-color: #B70B0B;
}
.port-rposts-container .port-post-title {
    left: 0;
}

.port-detail-content p {
    font-family: "Open Sans";
}
/*--layout 1 css end--*/
/*--layout 2 portfolio start--*/

.layout2 .port-inner-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}
.layout2 .port-inner-description {
    width: 40%;
    float: left;
    padding: 0 20px;
}
.layout2 .port-inner-descr-wrap {
    clear: both;
    display: table;
    padding: 60px 30px;
}
.layout2 .port-inner-description h4,
.layout2 .port-inner-content .port-descr-title {
    display: block;
    border-bottom: solid 1px #eee;
}
.layout2 .port-inner-description h4 span,
.layout2 .port-inner-content .port-descr-title span {
    display: inline-block;
    border-bottom: solid 2px #B70B0B;
    padding-bottom: 8px;
}
.woocommerce #content nav.woocommerce-pagination ul li {
    min-width:35px;
    height:35px;
    font-weight: 400;
    border-radius: 0px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    background: #e11b30;
    color: #fff;
}
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span{
    color:#fff;
}
.woocommerce #content nav.woocommerce-pagination ul li a:focus, 
.woocommerce #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce #content nav.woocommerce-pagination ul li span.current{
    background:#777;
}
.woocommerce ul.products li.product .product-top .onsale,
.woocommerce #content .onsale{
    border-radius:0;
    margin:0;
    background: #E11B30;
    color:#fff;
    top:0;
}
.woocommerce-cart table.cart .coupon input[type="submit"]{
    background:#E11B30;
    color:#fff;
    font-weight:100;
    padding:0 20px;
    border:1px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.woocommerce-cart table.cart .coupon input[type="submit"]:hover{
    border:1px solid #E11B30;
    color:#E11B30;
    background: transparent;
}
.woocommerce .wc-proceed-to-checkout a.button.alt{
    background:#E11B30;
    color:#fff;
    font-weight: 300;
}
.woocommerce  .place-order .button.alt{
    background:#E11B30;
    color:#fff;
    font-weight: 300;
    padding:0 20px;
}
.woocommerce  .place-order .button.alt:hover{
    color:#E11B30;
    background:transparent;
    border:1px solid #E11B30;
}
/*--layout 2 portfolio end--*/

.masonary.col-2 .portfolio-post-wrap {
    width: 50%;
}
.masonary.col-3 .portfolio-post-wrap {
    width: 33.333%;
}
/*=========about style csss================*/

.page-template-default .entry-header,
.single-portfolio-post .entry-header,
.single-post .entry-header,
.single-portfolio .entry-header,
.page-template-tpl-blog .entry-header,
.page-template-tpl-portfolio .entry-header,
.page-template-tpl-team .entry-header,
.woocommerce .entry-header,
.page-template .entry-header {
    padding: 50px 0;
}
.page-template-default .entry-header h1,
.single-portfolio-post .entry-header h1,
.single-post .entry-header h1,
.single-portfolio .entry-header h1,
.page-template-tpl-blog .entry-header h1,
.page-template-tpl-portfolio .entry-header h1,
.page-template-tpl-team .entry-header .entry-title,
.woocommerce .entry-header .entry-title,
.page-template .entry-header .entry-title {
    padding-left: 50px;
    line-height: 1;
    position: relative;
    z-index: 9;
}
.woocommerce .product-remove a.remove{
    line-height: 0.8;
}
.page-template-default .entry-header h1 span,
.single-portfolio-post .entry-header h1 span,
.single-post .entry-header h1 span,
.single-portfolio .entry-header h1 span,
.page-template-tpl-blog .entry-header h1 span,
.page-template-tpl-portfolio .entry-header h1 span,
.page-template-tpl-team .entry-header .entry-title span,
.woocommerce .entry-header .entry-title span,
.page-template .entry-header .entry-title span {
    display: block;
    position: relative;
}

.page-template-default .entry-header h1 span:before,
.single-portfolio-post .entry-header h1 span:before,
.single-post .entry-header h1 span:before,
.single-portfolio .entry-header h1 span:before,
.page-template-tpl-blog .entry-header h1 span:before,
.page-template-tpl-portfolio .entry-header h1 span:before,
.page-template-tpl-team .entry-header .entry-title span:before,
.woocommerce .entry-header .entry-title span:before,
.page-template .entry-header .entry-title span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    background: #E11B30;
    left: -50px;
}
.page-template-default .entry-header.no-header-image h1,
.single-portfolio-post .entry-header.no-header-image h1,
.single-post .entry-header.no-header-image h1,
.single-portfolio .entry-header.no-header-image h1,
.page-template-tpl-blog .entry-header.no-header-image h1,
.page-template-tpl-portfolio .entry-header.no-header-image h1,
.page-template-tpl-team .entry-header.no-header-image .entry-title,
.woocommerce .entry-header.no-header-image .entry-title,
.page-template .entry-header.no-header-image .entry-title {
    color: #333;
}
.page-template-default .entry-content,
.single-portfolio-post .entry-content,
.single-portfolio-post .entry-footer,
.single-post .entry-content,
.single-post .entry-footer {
    padding: 0 50px;
}
.entry-content.post-entry-content {
    padding-left: 140px;
}
.single-portfolio-post article.hentry,
.single-post article.hentry {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
.single-portfolio-post .entry-footer .cat-links,
.single-post .entry-footer .cat-links {
    font-weight: bold;
    color: #AFAFAF;
    letter-spacing: 0.075em;
}
.single-portfolio-post .entry-footer .cat-links a,
.single-post .entry-footer .cat-links a {
    font-weight: 500;
    margin-left: 9px;
}
.single-portfolio-post .comments-area,
.single-post .comments-area {
    padding: 50px;
}
.comment-list{
    list-style: none;
}
.comments-area .comment-list article.comment-body {
    border: 1px solid #aaa;
    margin-bottom: 30px;
}
.comments-area .comment-list article.comment-body .reply a {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    vertical-align: top;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    padding-left: 6px;
}
.comments-area .comment-list article.comment-body .reply a:before {
    content: "\f045";
    font-family: fontawesome;
    margin-right: 10px;
}
.comments-area .comment-list article.comment-body .reply a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #e11b30;
}
.comments-area .comment-list article.comment-body .comment-metadata a {
    color: #ccc;
    font-size: 0.7em;
}
.comments-area .comment-list article.comment-body .comment-content{
    margin: 25px 0;
    font-size: 0.9em;
}

.comments-area .comment-list article.comment-body .comment-content p{
    margin-bottom: 0;
}

form p label span,
.single-portfolio-post .comments-area form p label span,
.single-post .comments-area form p label span {
    color: #E11B30;
}
.woocommerce-FormRow label .woocommerce-Input.woocommerce-Input--checkbox {
    width: 25px;
    vertical-align: middle;
}
form p input[type="submit"],
.single-portfolio-post .comments-area form p input[type="submit"],
.single-post .comments-area form p input[type="submit"] {
    color: #fff;
    width: auto;
    border:1px solid #E11B30;
    background: #E11B30;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    min-height: 0;
}
form p input[type="submit"]:hover,
.single-portfolio-post .comments-area form p input[type="submit"]:hover,
.single-post .comments-area form p input[type="submit"]:hover {
    background: none;
    color: #E11B30;
    text-shadow: none;
    border: 1px solid #E11B30;
}
.single-post .entry-header .entry-meta {
    padding: 20px 20px 20px 50px;
    letter-spacing: 0.075em;
    color: #CCC;
}
/*==============search result style============*/

.search .content-area {
    padding: 50px;
}
.search .page-header {
    margin-bottom: 50px;
}
.search .page-title {
    font-size: 50px;
    line-height: 60px;
    position: relative;
}
.search .page-title:before {
    content: "";
    position: absolute;
    background-color: #E11B30;
    height: 36px;
    width: 25px;
    top: 11px;
    left: -50px;
}
.search .entry-meta {
    padding: 20px 20px 0 0px;
    letter-spacing: 0.075em;
    color: #CCC;
}
.search .cat-links {
    font-weight: bold;
    color: #AFAFAF;
    letter-spacing: 0.075em;
}
.search .cat-links a {
    font-weight: 500;
}
.search .comments-link {
    margin-left: 10px;
}
/*=========archive style========*/

.archive .page-header {
    padding: 50px 0;
}
.archive .page-title {
    font-size: 50px;
    line-height: 60px;
    padding-left: 50px;
    position: relative;
}
.archive .page-title:before {
    content: "";
    position: absolute;
    background-color: #E11B30;
    height: 36px;
    width: 25px;
    left: 0;
    top: 11px;
}
/*==========next previous style========*/

.nav-links {
    width: 100%;
    padding: 0 50px;
}
.nav-links .nav-previous a,
.nav-links .nav-next a,
.prev-next-posts .prev-posts-link a,
.prev-next-posts .next-posts-link a {
    display: inline-block;
    background: #e11b30;
    border:1px solid #e11b30;
    color: #fff;
    position: relative;
    transition: all linear 0.3s;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover,
.prev-next-posts .prev-posts-link a:hover,
.prev-next-posts .next-posts-link a:hover {
    border:1px solid #e11b30;
    background: none;
    color: #e11b30;
}
.nav-links .nav-previous a,
.prev-next-posts .prev-posts-link a {
    padding:7px 13px 7px 25px;
}
.nav-links .nav-next a,
.prev-next-posts .next-posts-link a {
    padding: 7px 25px 7px 13px;
}
.nav-links .nav-previous a:before,
.prev-next-posts .prev-posts-link a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 1em;
    margin-left: -10px;
    margin-right: 10px;
    float: left;
    line-height: 1.4;
}
.nav-links .nav-next a:after,
.prev-next-posts .next-posts-link a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: -10px;
    margin-left: 10px;
    float: right;
    line-height: 1.4;
}
/*=============contact page style======*/

.contact-form-container,
.contact-map-container {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}
.contact-form-container {
    padding-right: 20px;
}
.contact-map-container {
    padding-top: 50px;
}
.contact-form-container form p input,
.contact-form-container form p textarea {
    width: 100%;
    border-left: 5px solid #E11B30;
    padding: 10px 3px;
}
.contact-form-container form p input[type="submit"] {
    width: auto;
    border: 0;
    border: 1px solid #E11B30;
    padding: 10px 20px;
}
.contact-form-container form p input[type="submit"]:hover {
    border: 1px solid #E11B30;
}
.contact-form-contain,
.contact-address-contain {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-form-contain {
    padding-left: 10px;
    width: 50%;
}
.contact-address-contain {
    width: 49%;
}
/*====error style====*/

.error-404 .page-header h1 {
    font-size: 50px;
    line-height: 60px;
    padding-left: 50px;
    position: relative;
}
.error-404 .page-header {
    padding: 50px 0;
}
.error-404 .page-header h1:before {
    content: "";
    position: absolute;
    background-color: #E11B30;
    height: 36px;
    width: 25px;
    left: 0;
    top: 11px;
}
.error-404 .page-content {
    padding: 50px;
}
.error-404 .page-content form input[type="search"] {
    width: 70%;
    float: left;
    margin-right: 20px;
    border-left: 5px solid #E11B30;
    padding: 0 5px;
}
.error-404 .page-content form input[type="submit"] {
    color: #fff;
    font-size: 25px;
    width: auto;
    border: 1px solid #E11B30;
    background: #E11B30;
    box-shadow: none;
    text-shadow: none;
    -webki-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.error-404 .page-content form input[type="submit"]:hover {
    background: none;
    color: #E11B30;
}
/** Woocommerce **/
.woocommerce form p label,.woocommerce .single-portfolio-post .comments-area form p label, 
.woocommerce .single-post .comments-area form p label{
    width:100%;
}
.woocommerce .woocommerce-breadcrumb {
    padding-top: 10px;
    padding-left: 50px;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 10px 0 !important;
}
.woocommerce div.product {
    padding: 0 50px;
}
.woocommerce span.onsale {
    left: 5em;
}
.ajax-load {
    background: #ffffff url("images/ajax-load.gif") no-repeat center center;
}
.comments-area .comments-title {
    line-height: 40px;
}
.category-blogs .entry-meta span {
    font-size: 12px;
}
.category-blogs .entry-header .entry-title {
    font-size: 31px;
}
.category-blogs .entry-header .entry-meta {
    padding: 0px 20px 20px 50px;
}
.single-portfolio-post .entry-footer .cat-links a,
.single-post .entry-footer .cat-links a {
    font-size: 15px;
}
.comments-area .comments-title {
    font-size: 2em;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comments-area .comment-list article.comment-body {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
}
.category-blogs .entry-footer {
    padding: 15px 50px;
}
.category-blogs .entry-footer .edit-link a {
    display: inline-block;
    clear: both;
    color: #E11B30;
    padding: 10px 15px;
    margin-left: 20px;
    transition: all 0.6s ease-in-out 0s;
    font-size: 14px;
}
.category-blogs .entry-footer .edit-link a:hover {
    opacity: 0.8;
}
.comments-area .comment-meta .comment-metadata {
    margin-top: 5px;
}
.comments-area .comment-content {
    margin: 20px 0 14px;
}
.comments-area .reply {
    margin: 10px 0;
}
.comments-area .comment-list article.comment-body .reply a {
    border-radius: 0px;
}
.single-post .comments-area form p input[type="submit"] {
    border-radius: 0;
}
.comments-area .comment-author.vcard {
    margin-top: 5px;
}

.comments-area .comment-reply-title {
    margin: 0 0 20px 0;
}
.comments-area a#cancel-comment-reply-link {
    color: #E11B30;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: transparent !important;
}
.header-social-icons-container ul.social-icons {
    padding: 0px 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.product-top {
    position: relative;
}
.product-top .controls {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    opacity: 0;
}
.product-top .controls ul li {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
}
.product.type-product:hover > .product-top .controls {
    bottom: 20px;
    opacity: 1;
}
.product.type-product .product-top .controls li {
    border-left: 1px solid #eee;
}
.product.type-product .product-top .controls li:first-child {
    border-left: 0;
}
.product.type-product .product-top .controls a {
    padding: 12px;
    display: block;
    line-height: 1px;
    margin: -0px;
    color: #9a9a9a;
    background: #ccc none repeat scroll 0 0;
    font-weight: 300;
}
.woocommerce ul.products li.product .button {
    margin-top: 0 ! important;
}
.product.type-product .product-top .controls a:hover {
    background: #E11B30;
    color: #fff;
}
.product.type-product .product-top .controls ul li:first-child a {
    border-left: 0;
}
button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    opacity: 1;
}
.product.type-product .product-top .controls ul li a.added .fa:before {
    display: none;
}
.product.type-product .product-top .controls ul li a.added .fa:after {} .product-desc {
    text-align: center;
}
body.woocommerce ul.products li.product h3 {
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 5px;
    color: #E11B30;
    font-weight: 700;
    position: relative;
}
.product.type-product .product-top .controls ul li .added_to_cart.wc-forward {
    display: none;
}
.product.type-product .product-top .controls ul li .added {
    height: 42px;
    width: 41px;
    display: inline-block;
    margin-top: 0;
    text-align: center;
    padding: 0;
    line-height: 41px;
}
body.woocommerce ul.products li.product h3 a {
    font-weight: 700;
    display: block;
}
body.woocommerce ul.products li.product h3:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 0;
    border-bottom: 2px solid #E11B30;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.woocommerce ul.products li.product .price {
    margin-top: 12px;
    color: #999;
    font-style: italic;
    font-size: 18px;
}
.woocommerce .products .star-rating {
    width: 100%;
    float: none;
}
.woocommerce .star-rating span {
    width: 100% !important;
    text-align: center;
}
.woocommerce .star-rating span:before {
    text-align: center;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
    float: none !important;
    right: 0;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important;
}
.woocommerce .entry-header {
    padding: 30px 0;
    margin-bottom: 10px;
}
.woocommerce #content {
    padding: 0 20px;
}
/*woocommerce single page shop*/
.woocommerce div.product .price{
    color:#000 !important;
}
.woocommerce div.product .price span{
    color: #000;
}
.woocommerce .woocommerce-variation-price span{
    margin-bottom: 5px;
    display: inline-block;
}
#container .single_add_to_cart_button {
    border-radius: 0;
    background-color: #E11B30;
    font-weight: 300;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    padding:8px 20px;
    line-height: 1;
    height: auto;
}
#container .single_add_to_cart_button:hover {
    background-color: #fff;
    color: #E11B30;
    border: 1px solid #E11B30;
}
#container .single_add_to_cart_button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f07a";
    margin-right: 10px;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.woocommerce .quantity .qty,
.woocommerce div.product form.cart .variations select {
    height: 36px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
}
.select2-container .select2-choice>.select2-chosen {
    height: 50px;
    line-height: 50px;
}
.select2-container .select2-choice {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
    border: 1px solid #eee;
    border-left: 3px solid #E11B30;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    border-left: 3px solid #E11B30;
    padding-left: 5px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
    clear: both;
}
.woocommerce-checkout-review-order {
    margin-top: 7px;
}
body.woocommerce form .form-row.woocommerce-invalid .select2-container,
body.woocommerce form .form-row.woocommerce-invalid input.input-text,
body.woocommerce form .form-row.woocommerce-invalid select {
    border-color: transparent ! important;
    border-top: 1px solid #eee;
    border: 1px solid #eee;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
    clear: both;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 20px 0 6px;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto;
    padding: 6px 6px;
    border-left:2px solid #E11B30;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    padding-left:10px;
    padding-top:8px;
}
.woocommerce #review_form #respond input{
    box-sizing: border-box;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    padding: 0 8px;
    margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 20px;
    padding:15px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #E11B30;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid #E11B30;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel > p {
    padding-top: 20px;
}
.woocommerce .related.products >h2 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 20px;
}
.yith-wcwl-add-button a.add_to_wishlist {
    margin: 0px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    padding: 0;
    background:#E11B30;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    float: left;
    line-height: 1;
    margin: 0 0 0 0px;
    padding: 9px 20px;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    font-size:17px;
}
.yith-wcwl-add-button a.add_to_wishlist:hover {
    background:transparent ;
    color:#E11B30;
    border: 1px solid #E11B30;
}
.yith-wcwl-add-button a.add_to_wishlist:before {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f08a";
    margin-right: 5px;
}
form.cart,
.woocommerce-page div.product div.summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 0;
}
.woocommerce .button.wc-backward {
    margin: 0px;
    box-shadow: none;
    text-shadow: none;
    border-radius:0;
    padding: 0;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    background: #E11B30 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    line-height: 1;
    margin: 0 0 0 0px;
    padding: 9px 20px;
    border: 1px solid #ebebeb;
    position: relative;
    font-weight: 300;
}
.woocommerce .button.wc-backward:hover {
    background: #fff;
    border: 1px solid #E11B30;
    color: #E11B30;
}
.woocommerce form #billing_email_field label,
.woocommerce form #billing_phone_field label,
.woocommerce form #billing_first_name_field label,
.woocommerce form #billing_last_name_field label,
.woocommerce form #order_comments_fields label,
.woocommerce form #billing_company_field label,
.woocommerce form #billing_city_field label,
.woocommerce form #billing_address_1_field label,
.woocommerce form #billing_state_field label,
.woocommerce form #order_comments_field label,
.woocommerce form #account_password_field label {
    width: 100%;
}
.woocommerce form .create-account label {
    width: auto;
    display: inline-block;
}
.woocommerce form .form-row .input-checkbox {
    width: 18px;
    margin: 0;
    margin-top: -9px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-billing-fields input {
    border-left: 3px solid #E11B30;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.woocommerce-password-strength.short {
    margin: 10px 0 0 0;
}
.woocommerce .comment-form input,
.woocommerce .comment-form textarea {
    border-left: 3px solid #E11B30;
}
.woocommerce .comment-form {
    padding-top: 10px;
}
.woocommerce p.stars a {
    vertical-align: middle;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-top: 20px;
}
.woocommerce #review_form #respond p{
    clear:both;
}
.woocommerce #respond input#submit {
    background: #E11B30;
    color: #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    border:1px solid transparent;
    border-radius: 0;
    width:auto;
    font-weight: 300;
}
.woocommerce #respond input#submit:hover {
    background: transparent;
    border:1px solid #E11B30;
    color: #E11B30;
}
.woocommerce .yith-wcwl-wishlistexistsbrowse {
    display: block;
    padding-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    padding-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    text-align: center;
    padding: 7px;
    border: 1px solid #eee;
    margin: 2px 0;
}
.woocommerce-account .edit-link {
    display: block;
    text-align: center;
}
.woocommerce-account .woocommerce-Input.woocommerce-Input--checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}
.woocommerce-account form p label {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.woocommerce-account form p input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    background-color: #E51F1F;
    color: #fff;
    border:1px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    padding:0 20px;
}
.woocommerce-account form p input[type="submit"]:hover {
    background-color: transparent;
    color: #E51F1F;
    border:1px solid #E51F1F;
    box-shadow: 0 0 0 0;
}

/*---------------
testimonial page
-----------------*/

.testimonial-container {
    padding: 0 50px;
}
.testimonial-container .testimony-wrap {
    width: 49%;
    padding: 0 10px;
}
.testimony-wrap {
    display: inline-block;
    height: auto;
    vertical-align: top;
}
.client-testimony {
    width: 100%;
    background: #f6f6f6;
    padding: 30px 30px 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.client-testimony span {
    display: inline-block;
    position: absolute;
    top:27px;
    left: 27px;
}
.client-testimony p {
    font-style: italic;
    line-height: 25px;
    font-weight: normal;
    color: #666;
    padding-left: 20px;
    font-size: 0.9em;
    margin: 0;
}
.testimony-wrap .client-details {
    width: 100%;
    position: relative;
    top: -40px;
    padding-left: 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
}
.testimony-wrap:nth-child(2n) .client-details {
    padding-left: auto;
    padding-right: 28px;
}
.testimony-wrap:nth-child(2n) .img-meta-wrap {
    float: right;
}
.testimony-wrap .client-details .img-wrap {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
}

.testimony-wrap:nth-child(2n) .client-details .img-wrap{
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.testimony-wrap .client-details .img-wrap img {
    object-fit: cover;
}
.testimony-wrap .client-details .meta-wrap {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 50px;
}
.testimony-wrap:nth-child(2n) .client-details .meta-wrap{
    text-align: right;
}
.testimony-wrap .client-details .meta-wrap span.client-name {
    line-height: 20px;
    font-weight: Normal;
    font-style: normal;
    color: #39414b;
    font-size: 0.9em;
    display: block;
    margin-bottom: 6px;
}
.testimony-wrap .client-details .meta-wrap span.client-company {
    width: 100%;
    display: block;
    font-style: italic;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    font-size: 13px;
}
/*--------------
our partner page
----------------*/

.clogo-container {
    padding: 0 50px;
}
.clogo-wrap {
    width: 21%;
    float: left;
    position: relative;
    padding: 20px 0;
    text-align: center;
    display: block;
    margin: 2%;
}
.clogo-wrap img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.clogo-wrap:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.clogo-wrap:before {
    height: 100%;
    top: 0;
    right: 1px;
    border-right: 1px solid #ddd;
    content: '';
    position: absolute;
}
.clogo-wrap:after {
    width: 100%;
    height: 0;
    top: 100%;
    right: 1px;
    bottom: 1px;
    border-bottom: 1px solid #ddd;
    content: '';
    position: absolute;
}
/*our partner page end*/

body .viewbox-container {
    z-index: 9999;
}
/** Progress Bar **/

.progressBar {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    background-color: #e6e9ed;
    margin-bottom: 5px;
    margin-top: 5px;
}
.progressBar {
    background-color: #e6e9ed;
    border-radius: 5px;
    height: 25px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
}
.progressBar div {
    background-color: #E51429;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    width: 0;
    font-size: 13px;
    text-align: left;
    padding-left: 10px;
}

.rvl-header-social-icons{
    padding: 10px;
    position: relative;
}

.rvl-header-social-icons .owl-carousel .owl-item{
    text-align: center;
    font-size: 14px
}

.rvl-header-social-icons .owl-carousel .owl-controls .owl-nav .owl-prev, 
.rvl-header-social-icons .owl-carousel .owl-controls .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.rvl-header-social-icons .owl-carousel .owl-controls .owl-nav .owl-prev{
    left: -5px;
}

.rvl-header-social-icons .owl-carousel .owl-controls .owl-nav .owl-next{
    right: -5px;
}

.blog-post_feat-image{
    margin-bottom: 35px;
}