
/*
Theme Name: Wimpie Pro
Theme URI: http://8degreethemes.com/themes/wimpie-pro/
Author: 8degree Themes
Author URI: https://8degreethemes.com/
Description: Wimpy Pro is a powerful, feature-rich and beautiful business theme. It comes up with customizer panel which allows you to live preview your changes, configurations, settings and design! It is super user friendly, lightweight and saves a lot of setup/configuration time. Features include: access to Google Fonts, unlimited color setting, layout control, logo/fav icon upload, category slider, sticky (menu) navigation, blog layout, testimonial,  portfolio, several page and post layout and much more. Compatibility: all major browser, fully responsive, WooCommerce, bbPress and all major plugins. Others: Translation ready, SEO friendly, RTL support. 
Version: 1.0.03
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: wimpie-pro
Tags: Red, blue, white,light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout,threaded-comments, featured-images, full-width-template, custom-header, flexible-header, custom-shortcodes, custom widgets, multiple templates,portfolio & team multiple layouts

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.

Wimpie pro is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
    5.1 Links
    5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
    10.1 Posts and pages
    10.2 Asides
    10.3 Comments
11.0 Infinite scroll
12.0 Media
    12.1 Captions
    12.2 Galleries
    --------------------------------------------------------------*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
@import "css/fonts.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    position: relative;
    font-family: 'PT Sans';
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
main, 
nav, 
section {
    display: block;
}

ol, 
ul {
    list-style: outside none none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, 
th, 
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, 
q:before, q:after {
    content: "";
}

blockquote, 
q {
    quotes: "" "";
}

a:focus {
    outline: 0 none;
}

a:hover, 
a:active {
    outline: 0 none;
}

a img {
    border: 0 none;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body, 
button, 
input, 
select, 
textarea {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #555;
    font-family: 'PT Sans';
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 15px;
  padding-left: 32px;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 64px;
  left: 0;
  position: absolute;
  top: -28px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: none repeat scroll 0 0 #eee;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, 
kbd, 
tt, 
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: none repeat scroll 0 0 #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 15px;
}

ul, ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: outside none disc;
}

ol {
    list-style: outside none decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 100%;
}

th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 5px 10px;
}

td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #000;
}

#wp-calendar a {
    color: #cc444d;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button, 
input, 
select, 
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

.es_button input[type="button"]{
    padding: 3px 16px !important;
}

.navigation .nav-links a,  
button, .bttn, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    background: #cc444d none repeat scroll 0 0;
    border: 2px solid #cc444d;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-top: 20px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.navigation .nav-links a:hover, 
button, .bttn:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #cc444d;
    color: #cc444d;
    text-decoration: none;
}

input[type="checkbox"], 
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner, 
input::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="tel"] {
    border: 1px solid #ccc;
    color: #666;
    height: 36px;
    width: 100%;
    border-radius: 3px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus,
input[type="tel"]:focus, 
textarea:focus {
    border: 1px solid #aaa;
}

.searchform input[type="text"]:focus {
    border: medium none;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"],
input[type="tel"] {
    padding: 3px 6px;
}

textarea {
    border: 1px solid #ccc;
    color: #666;
    height: 125px;
    max-width: 100%;
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:visited {
}

a:hover, 
a:focus, 
a:active {
    color: inherit;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover, 
.screen-reader-text:active, 
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clearfix:before, .clearfix:after, 
.row:before, .row: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, 
.ed-container:after, .ed-container:before {
    content: "";
    display: table;
}

.clearfix:after, 
.row:after, 
.entry-content:after, 
.comment-content:after, 
.site-header:after, 
.site-content:after, 
.site-footer:after, 
.ed-container:after {
    clear: both;
}

.clear {
    clear: both;
}

#title_bread_wrap {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
SHORTCODE LAYOUT
--------------------------------------------------------------*/
.ed_column {
    float:left;
    -webkit-box-sizing:border-box;
    background-clip:padding-box !important;
}

.ed_column {
    padding:0 0%;
}

.ed-row .ed_column:first-child {
    margin-left:0;
}

.ed-span1 {
    margin-left: 0;
    padding: 2%;
    width: 16.5%;
}
.ed-span2 {
    padding: 15px;
    width: 33%;
}
.ed-span3 {
    padding: 15px;
    width: 50%;
}
.ed-span4 {
    padding: 15px;
    width: 68%;
}
.ed-span5 {
    padding: 15px;
    width: 83%;
}
.ed-span6 {
    padding: 15px;
    width: 100%;
}

/*----------------------------------------------------------------
TESTIMONIAL SHORTCODE LAYOUT
-----------------------------------------------------------------*/

.shortcode-testimonial-block {
    margin-bottom: 30px;
}
.shortcode-testimonial-block .testimonial-img-wrap{
    float: left;
    margin-right: 30px;
    position: relative;
}
.shortcode-testimonial-block .testimonial-img-wrap::after {
    background-image: url("images/testimonial-shortcode-arrow-right.png");
    content: "";
    height: 40px;
    position: absolute;
    right: -20px;
    top: 10px;
    width: 65px;
    z-index: -1;
}
.shortcode-testimonial-block:nth-of-type(2n+1) .testimonial-img-wrap {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}
.shortcode-testimonial-block:nth-of-type(2n+1) .testimonial-img-wrap::after {
    background-image: url("images/testimonial-shortcode-arrow-left.png");
    left: -20px;
    right: inherit;
}
.shortcode-testimonial-block .testimonial-image.round {
    border: 10px solid #eee;
    border-radius: 100%;
    height: 100px;
    overflow: hidden;
    width: 100px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
}
.shortcode-testimonial-block .client-detail {
    text-align: center;
    margin-top: 15px;
}
.shortcode-testimonial-block .client-detail .client-name {
    font-weight: bold;
    line-height: 20px;
}
.shortcode-testimonial-block .client-detail .client-designation {
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
}
.shortcode-testimonial-block .testimonial-content{
    float: left;
    width: 80%;
    border-left: 2px dashed #cecece;
    padding-left: 20px;
}
.shortcode-testimonial-block:nth-of-type(2n+1) .testimonial-content {
    border-left: none;
    border-right: 2px dashed #cecece;
    float: right;
    padding-right: 20px;
    padding-left: 0px;
}

/*------------------------ TESTIMONIAL SQUARE LAYOUT ----------------------------*/
.shortcode-testimonial-block .testimonial-image.square {
    border: 10px solid #eee;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    height: 100px;
    width: 100px;
}

/*------------------------------------------------------------------
SHORTCODE TEAM MEMBER LAYOUT
-------------------------------------------------------------------*/
.shortcode-team-block {
    float: left;
    margin-top: 30px;
    margin-right: 20px;
    width: 46%;
}
.shortcode-team-block:last-child {
    margin-right: 0;
}
.shortcode-team-block .team-image-wrap {
    margin-bottom: 30px;
    text-align: center;
}
.shortcode-team-block .team-image.round {
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 10px #ccc;
    height: 250px;
    margin: 0 auto 20px;
    width: 250px;
}
.shortcode-team-block .team-image-wrap .member-name {
    font-weight: bold;
    line-height: 20px;
}
.shortcode-team-block .team-image-wrap .designation {
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
}
/*------------------------ TEAM SQUARE LAYOUT ----------------------------*/
.shortcode-team-block .team-image.square {
    border: 2px solid #fff;
    box-shadow: 0 0 0 10px #ccc;
    height: 376px;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 383px;
}

/*----------------------------------------------------------------
SOCIAL SHORTCODE LAYOUT
-----------------------------------------------------------------*/
.social-shortcode a {
 background: #ccc none repeat scroll 0 0;
 border-radius: 5px;
 display: inline-block;
 font-size: 22px;
 height: 50px;
 line-height: 50px;
 margin-right: 5px;
 position: relative;
 text-align: center;
 width: 50px;
}
.social-shortcode a:after {
 background: #d44c55 none repeat scroll 0 0;
 border-radius: 5px;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 transform: scale(0);
 -webkit-transform: scale(0);
 transition: all 0.3s ease-in-out 0s;
 -webkit-transition: all 0.3s ease-in-out 0s;
 width: 100%;
}
.social-shortcode a:hover {
    border-radius: 100%;
}
.social-shortcode a:hover:after {
    content: "";
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 100%;
}
.social-shortcode .fa {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.social-shortcode a:hover .fa {
    color: #fff;
}

/*------------------------------------------------------------
TOGGLE SHORTCODE LAYOUT
-------------------------------------------------------------*/
.ed_toggle {
    margin-bottom: 20px;
}
.ed_toggle .ed_toggle_title, .ed-toggle-title {
    background: #303552 none repeat scroll 0 0;
    font-size: 19px;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.ed_toggle .ed_toggle_title:hover, .ed-toggle-title:hover {
    background: #cc444d none repeat scroll 0 0;
}
.ed_toggle.open .ed_toggle_title, .ed-toggle-title.open {
    background: #cc444d none repeat scroll 0 0;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.ed_toggle.close .ed_toggle_title::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.ed_toggle.open .ed_toggle_title::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.ed_toggle .ed_toggle_content {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 20px;
}

/*-------------------------------------------------------------
CALL TO ACTION SHORTCODE LAYOUT
--------------------------------------------------------------*/
.ed_call_to_action.center {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.ed_call_to_action .ed_call_to_action_content {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
    width: 70%;
}
.ed_call_to_action .ed_call_to_action_button {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    background: #cc444d none repeat scroll 0 0;
    border: 3px solid #cc444d;
    border-radius: 50px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    padding: 5px 30px;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    margin: 20px auto;
    width: 220px;
}
.ed_call_to_action.center .ed_call_to_action_button {
    display: block;
}
.ed_call_to_action.left .ed_call_to_action_button {
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.ed_call_to_action.right .ed_call_to_action_button {
    display: inline-block;
    float: right;
    margin-left: 30px;
}
.ed_call_to_action .ed_call_to_action_button:hover {
    animation-name: none;
    background: transparent none repeat scroll 0 0;
    border: 3px solid #cc444d;
    color: #cc444d;
    padding: 5px 40px;
}

/*--------------------------------------------------------------
CALL TO ACTION VIDEO SHORTCODE LAYOUT
---------------------------------------------------------------*/
.shortcode-cta-video .cta-wrap-left {
    display: inline-block;
    width: 50%;
    margin-right: 30px;
    vertical-align: middle;
}
.shortcode-cta-video .cta-wrap-right {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
}

/*------------------------------------------------------------
CALL TO ACTION FORM SHORTCODE LAYOUT
-------------------------------------------------------------*/
.shortcode-cta-form .cta-form-title.main-title {
    color: #373d4c;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.shortcode-cta-form .cta-form-desc {
    float: left;
    margin-right: 20px;
    width: 50%;
}
.shortcode-cta-form .cta-form {
    float: left;
    width: 48%;
}
.shortcode-cta-form .wpcf7-form > p {
    margin-right: 0;
    width: 100%;
}

/*--------------------------------------------------------------
SLIDER SHORTCODE LAYOUT
---------------------------------------------------------------*/
.shortcode-slider, .widget_wimpie_pro_slider {
    position: relative;
}
.shortcode-slider .bx-controls-direction a, .widget_wimpie_pro_slider .bx-controls-direction a{
    background: url(images/team-control.png) no-repeat;
    font: 0px/0 a;
    height: 106px;
    position: absolute;
    top: 35%;
    width: 50px;
    opacity: 0;
}
.widget_wimpie_pro_slider .bx-controls-direction a {
    top: 41%;
}
.shortcode-slider:hover .bx-controls-direction a, .widget_wimpie_pro_slider:hover .bx-controls-direction a {
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.shortcode-slider .bx-controls-direction .bx-prev,.widget_wimpie_pro_slider .bx-controls-direction .bx-prev {
    left: 10px;
}
.shortcode-slider .bx-controls-direction .bx-next, .widget_wimpie_pro_slider .bx-controls-direction .bx-next {
    right: 10px;
    background-position: -46px 0;
}
.widget_wimpie_pro_slider .bx-pager.bx-default-pager {
    bottom: 10px;
    position: relative;
    text-align: center;
}
.widget_wimpie_pro_slider .bx-pager-item {
    margin-right: 0;
}
.widget_wimpie_pro_slider .bx-pager-link {
    background: #ccc none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    font: 0px/0 a;
    height: 15px;
    text-align: center;
    width: 15px;
}
.widget_wimpie_pro_slider .bx-pager-link.active, .widget_wimpie_pro_slider .bx-pager-link:hover {
    background: #cc444d none repeat scroll 0 0;
    color: #fff;
}

/*----------------------------------------------------------
TABS GROUP
-----------------------------------------------------------*/
.ed_tab_wrap.horizontal .ed_tab_group {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-left: 5px;
}   
.ed_tab_wrap.horizontal .tab-title {
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 15px;
    margin-right: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.ed_tab_wrap.horizontal .tab-title:last-child {
    margin-right: 0;
}
.ed_tab_wrap.horizontal .ed_tab_group .tab-title:hover{
    background: linear-gradient(#fff, #f5f4f4);
    background: -webkit-linear-gradient(#fff, #f5f4f4);
    background: -moz-linear-gradient(#fff, #f5f4f4);
    background: -ms-linear-gradient(#fff, #f5f4f4);
    background: -o-linear-gradient(#fff, #f5f4f4);
}
.ed_tab_wrap.horizontal .ed_tab_group .active, .ed_tab_wrap.horizontal .ed_tab_group .tab-title:hover.active {
    background: linear-gradient(#f5f4f4, #fff);
    background: -webkit-linear-gradient(#f5f4f4, #fff);
    background: -moz-linear-gradient(#f5f4f4, #fff);
    background: -ms-linear-gradient(#f5f4f4, #fff);
    background: -o-linear-gradient(#f5f4f4, #fff);
    position: relative;
    top: 1px;
}
.ed_tab_content .ed_tab {
    display: none;
}
/*--------------------- VERTICLE TABS GROUP -----------------------*/
.ed_tab_wrap.vertical .ed_tab_group {
    float: left;
    width: 30%;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.ed_tab_wrap.vertical .tab-title {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.ed_tab_wrap.vertical .tab-title:hover, .ed_tab_wrap.vertical .tab-title.active {
    background: #f5f4f4;
}
.ed_tab_wrap.vertical .tab-title:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ed_tab_wrap.vertical .tab-title.active{
    position: relative;
}
.ed_tab_wrap.vertical .tab-title.active::before {
    border-right: 1px solid #cc444d;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.ed_tab_wrap.vertical .tab-title.active::after {
    border-color: transparent transparent #cc444d;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
    right: -20px;
    top: 8px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.ed_tab_wrap.vertical .ed_tab_content {
    float: left;
    width: 65%;
}

/*----------------------------------------------------
LIST ITEMS 
-----------------------------------------------------*/
ul.ed-list {
    margin: 0;
    list-style: outside none none;
}
ul.ed-list li {
    padding-left: 20px;
    position: relative;
}
ul.ed-list.ed-list1 li::before {
    content: "\f0e7";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.ed-list.ed-list2 li::before {
    content: "\f08d";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.ed-list.ed-list3 li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.ed-list.ed-list4 li::before {
    content: "\f005";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.ed-list.ed-list5 li::before {
    content: "\f0f2";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.ed-list.ed-list6 li::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 40%;
    width: 7px;
}

/*------------------------------------------------------------
BREADCRUMBS
-------------------------------------------------------------*/
#ed-breadcrumbs {
    background-image: linear-gradient(#fff, #eee);
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px 15px;
    text-shadow: 1px 1px #fff;
}
#ed-breadcrumbs > a {
    color: #333;
}
#ed-breadcrumbs > a:hover {
    color: #cc444d;
}
#ed-breadcrumbs .current {
    color: #cc444d;
    font-style: italic;
    text-decoration: underline;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 25px;
}

.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}

.widget_categories ul li::before {
    content: ">";
    left: 0;
    position: absolute;
}
.widget_categories ul li {
    padding-left: 15px;
    position: relative;
}

.entry-title, .page-title, .sidebar .widget-title, .wdgt-slider-title {
    background: #eee none repeat scroll 0 0;
    padding: 3px 15px;
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
}
.archive-wrap .entry-title {
    background: none;
    padding: 0;
}

.entry-title a {
    color: #333;
}

.hentry {
    margin: 0 0 15px;
}

/*.byline, 
.updated {
    display: none;
}*/

.single .byline, 
.blog .byline, 
.posted-on {
    display: inline;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.page-content, .entry-content, .entry-summary {
    margin:0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    padding: 4px 10px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry, 
.search article.hentry,  
.tag article.hentry, 
.category article.hentry,
.blog article.hentry {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry h1.entry-title {
    line-height: 1.2;
    margin-bottom: 5px;
}

article.hentry .entry-footer > span {
    font-size: 13px;
    margin-right: 15px;
}

.page-header .page-title {
    color: #666;
    margin-bottom: 16px;
}
.page-header .page-title b, .entry-header .entry-title b, .entry-header .page-title b {
    font-weight: normal;
    
}
.archive .page-header .title-border, .page .entry-header .title-border, .search .page-header .title-border{
    position: relative;
    width: 100%;
    border-bottom: 4px solid #f1f1f1;
    bottom: 30px;
}
.single .entry-header .title-border{
    bottom:33px;
    border-bottom: 4px solid #f1f1f1;
}
.page .entry-header .title-border{
    bottom: 31px;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}


.tags-links:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #e6565f;
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous, 
.nav-links .nav-next {
    float: left;
    width: 50%;
}

.blog .nav-links .nav-previous, .blog .nav-links .nav-next {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .nav-previous a, .nav-links .nav-next a {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.nav-links .nav-previous a::before {
    color: #cc444d;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    left: -20px;
    position: absolute;
    top: 2px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.nav-links .nav-previous a:hover::before {
    left: 20px;
}

.nav-links .nav-next a::after {
    color: #cc444d;
    content: "\f101";
    font-family: fontawesome;
    font-size: 20px;
    right: -20px;
    position: absolute;
    top: 2px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.nav-links .nav-next a:hover::after {
    right: 20px;
}
.comments-area .comment-author.vcard {
    float: left;
}
.comments-area .comment-metadata {
    float: right;
    text-align: right;
}
.comments-area .comment-metadata time {
    font-size: 13px;
}
.comments-area .comment-metadata a:hover time {
    color: #cc444d;
    text-decoration: underline;
}
.comments-area .edit-link a {
    background: #f0f0f0;
    padding: 3px 10px;
    margin-left: 10px;
}
.comments-area .edit-link a:hover {
    background: #cc444d;
    color: #fff;
}
.comments-area .comment-content {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.entry-thumbnail {
    float: left;
    width: 20%;
}

.archive-thumbnail {
    margin-bottom: 20px;
}

.entry-exrecpt {
    float: right;
    width: 60%;
}

.short-content {
    margin-bottom: 10px;
}

.short-content + .bttn {
    float: left;
}

.archive-wrap .archive-btn {
    float: left;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}

.blog .format-aside .entry-title, 
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

#comments h2.comments-title {
    background: #eee none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    margin: 15px 0;
    padding: 8px 15px;
    width: 100%;
}

#comments h3:before{
    color: #efefef;
    content: "";
    font-family: fontawesome;
    font-size: 76px;
    left: 0;
    position: absolute;
    top: -16px;
}
#comments h3:after{
 color: #cc444d;
 content: "";
 font-family: fontawesome;
 font-size: 73px;
 position: absolute;
 right: -25px;
 top: -15px;
}
#comments h3 {
    background: #cc444d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    left: 20px;
    line-height: 1;
    padding: 10px 20px 10px 40px;
    position: relative;
    left:-5px
}

#commentform label {
    display: inline-block;
    width: 120px;
    color: #353535;
}

.comment-form p {
    color: #353535;
    margin-bottom: 20px;
}

textarea#comment {
    height: 150px;
    width: 100%;
}

.comments-area ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding: 15px;
}

.comment-author img {
    margin-right: 15px;
    vertical-align: text-top;
}

.home .comment-author {
    float: left;
}


.comment-author .fn {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    background: none repeat scroll 0 0 #23a38f;
    color: #fff;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #01aefd;
}

.commentmetadata + .clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: #cc444d;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    padding: 5px 10px;
}
.reply .comment-reply-link:hover {
    background: #de4c55;
}

#respond {
    background: none repeat scroll 0 0 #efefef;
    color: #ccc;
    margin-top: 70px;
    padding: 20px;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    color: #fff;
    font-style: italic;
}

#cancel-comment-reply-link:before {
    color: #fff;
    content: "?";
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 5px 0 20px;
}

.logged-in-as a {
    color: #353535;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .paging-navigation, 
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley, 
.entry-content img.wp-smiley, 
.comment-content img.wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
    border: medium none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd, 
.site-main .gallery figcaption {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/*--------------------------------------------------------------
Common css
--------------------------------------------------------------*/
embed, 
iframe, 
object {
    max-width: 100%;
}

body {
    font-weight: 400;
}

body.boxed-layout {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    overflow: visible;
}

.ed-container {
    margin: 0 auto;
    width: 1170px;
}

.menu-toggle {
    display: none;
}

.sticky {
}

.bypostauthor {
}

.bx-wrapper * {
    direction: ltr;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

#masthead {
    background: #b94048 none repeat scroll 0 0;
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

.no-slider {
    background: none repeat scroll 0 0 #333333 !important;
    border-bottom: 3px solid #cc444d;
}
#masthead.yes-slider{
    margin-bottom: 0;
}

.home #masthead {
    background: none repeat scroll 0 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.home #masthead.transparent {
    background: rgba(0, 0, 0, 0.63);
    margin-bottom: 0;
    width: 100%;
}
#masthead.transparent {
    background: rgba(19, 22, 44, 0.9);
}

.blog #masthead.no_slider, .home #masthead.no_slider {
    background: #b94048 none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}

.blog #masthead.classic, .home #masthead.classic {
    position: static;
    background: #b94048 none repeat scroll 0 0;
    border-bottom: none;
}

.site-branding {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 10px 0;
    width: 22%;
}
.menu-wrap {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 77%;
}

.tagline {
    line-height: 18px;
    color: #888;
    font-style: italic;
    font-size: 14px;
}

.logo-center .tagline {
    margin-bottom: 5px;
}
.site-text{
    display: inline;
}
.site-branding h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline;
}

.site-branding.logo-center {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 10px 0 0px 0;
    text-align: center;
}

.menu-center #site-navigation ul > li a{
    line-height: 30px;
}

.site-branding.logo-right {
    float: right;
    padding: 3px 0 10px;
}
.classic .site-branding.logo-center {
    /*background: #fff none repeat scroll 0 0;*/
    border-bottom: 1px solid #eee;
}
/*.classic .site-branding h1 {
    color: #cc444d;
}*/

/*-------------------------------------------------------------
HEADER STICKY FEATURE
--------------------------------------------------------------*/
header#masthead.fixed {
    padding: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
header#masthead.fixed.transparent, header#masthead.fixed.transparent .main-navigation ul.nav-menu li ul {
    background: rgba(0, 0, 0, 0.85);
}

/*--------------------------------------------------------------
header social
--------------------------------------------------------------*/

.header-social {
    padding: 5px 0;
}
.header-social .ed-header-text{
    float: left;
    font-size: 16px;
    font-weight: normal;
}
.header-social .ed-header-text a{
    color: #999;
}
.header-social .ed-header-text a:hover{
    color: #cc444d;
}

.ed-header-text .fa.fa-envelope {
    color: #999;
    margin-right: 5px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.header-social .ed-header-text a:hover .fa.fa-envelope{
   color: #cc444d;   
}
.header-social .ed_header_social {
    float: right;
}
.header-social .social-icons .fa {
    color: #999;
    padding: 5px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.header-social .social-icons .fa:hover {
    color: #ce4750;
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

#site-navigation {
    float: right;
}

#site-navigation ul.nav-menu {
    list-style: outside none none;
    margin: 0;
}

#site-navigation ul.nav-menu li {
    float: left;
    position: relative;
    white-space: nowrap;
    display: block;
    color: #dcdcdc;
}


#site-navigation ul.nav-menu li a {  
    display: block;
    font-size: 18px;
    padding: 20px;
    position: relative;
    text-transform: capitalize;
}
#site-navigation ul.nav-menu > li:last-child a {
    padding-right: 0px;
}


#site-navigation ul.nav-menu > li:hover, 
#site-navigation ul.nav-menu > li.current-menu-item, 
#site-navigation ul.nav-menu > li.current_page_item,
#site-navigation ul.nav-menu > li.current-menu-ancestor,
#site-navigation ul.nav-menu > li.current-menu-parent {
    color:#590d12;
    display: block;
}


#site-navigation ul.nav-menu > li a:after {
    border: medium none;
}

#site-navigation ul.nav-menu > li a:hover:after, 
#site-navigation ul.nav-menu > li.current-menu-item a:after,
#site-navigation ul.nav-menu > li.current_page_item a:after, 
#site-navigation ul.nav-menu > li.current-menu-ancestor a:after,
#site-navigation ul.nav-menu > li.current-menu-parent a:after {
    color:#cc444d;
    border: medium none;
    content: "";
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: -999999;
}

.main-navigation ul.nav-menu li ul {
    margin: 0;
    background: none repeat scroll 0 0 #cc444d;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    text-align: left;
}

.main-navigation ul.nav-menu li:last-child ul {
    left: inherit;
    right: 0;
}
.main-navigation ul.nav-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
#site-navigation ul.nav-menu ul ul {
    left: 100%;
    right: inherit;
    top: 0;
    background: none repeat scroll 0 0 #cc444d;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#site-navigation ul.nav-menu ul li {
    float: none;
}

.main-navigation ul.nav-menu ul li a:after {
    background: none repeat scroll 0 0 #21232b;
    border: medium none;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 999999;
}

.main-navigation ul.nav-menu ul li a:hover, 
.main-navigation ul.nav-menu ul li.current-menu-item a, 
.main-navigation ul.nav-menu ul li.current_page_item a {
    color:#590d12;
}
.main-navigation ul.nav-menu ul a {
    min-width: 160px;
    padding: 10px 22px !important;
    line-height: 20px;
    border-bottom: 1px solid #ac353d;
    color:#fff;
    font-weight: normal;
    font-size: 16px !important;
}

.main-navigation > ul.nav-menu ul li:hover > ul {
    display: block;
    height: auto;
    opacity: 1;
    top: 99px;
    left: 0%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: visible;
}

.menu-center #site-navigation {
    display: inline-block;
    float: none;
}

.menu-wrap.menu-center {
    line-height: 10px;
    text-align: center;
    width: 100%;
}

.menu-wrap.menu-right {
    float: left;
    width: auto;
}
.menu-wrap.menu-right .search-icon{
    float: left;
    margin-left: 0px;
}

/*------------------------------------------------------------
TRANSPARENT NAVIGATION
-------------------------------------------------------------*/
.transparent #site-navigation ul.nav-menu li, .transparent .main-navigation ul.nav-menu ul a {
    color: #afafaf !important;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.transparent #site-navigation ul.nav-menu > li:hover, 
.transparent #site-navigation ul.nav-menu > li.current-menu-item, 
.transparent #site-navigation ul.nav-menu > li.current_page_item,
.transparent #site-navigation ul.nav-menu > li.current-menu-ancestor,
.transparent #site-navigation ul.nav-menu > li.current-menu-parent {
    color: #cc444d !important;
}
.transparent #site-navigation ul.nav-menu > li.current-menu-item, 
.transparent #site-navigation ul.nav-menu > li.current_page_item,
.transparent #site-navigation ul.nav-menu > li.current-menu-ancestor,
.transparent #site-navigation ul.nav-menu > li.current-menu-parent {
    font-weight: bold;
}
.transparent .main-navigation ul.nav-menu li ul {
    background: rgba(0, 0, 0, 0.75);
}
.transparent .main-navigation ul.nav-menu ul a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}
.transparent .main-navigation ul.nav-menu ul li a:hover, 
.transparent .main-navigation ul.nav-menu ul li.current-menu-item a, 
.transparent .main-navigation ul.nav-menu ul li.current_page_item a {
    background: rgba(0, 0, 0, 0.85);
}

/*--------------------------------------------------------------
Search css
--------------------------------------------------------------*/

.search-icon .wl-search {
    background: rgba(53, 53, 53, 0.4) none repeat scroll 0 0;
    display: none;
    height: 120px;
    margin: 0 auto;
    padding: 30px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99999999;
}


.search-icon {
    border-left: 1px solid #999;
    color: #999;
    float: right;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 5px;
}

.search-icon i {
    color: #999;
    cursor: pointer;
    padding: 0px 10px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.search-icon i:hover {
    color: #cc444d;
}
.site-header .search-icon{
    background: none; 
}


.menu-wrap .search-field {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline;
    font-size: 26px;
    height: 50px;
    width: 51%;
}

.menu-wrap .search-submit {
    font-size: 30px;
    font-weight: 700;
    height: 58px;
    width: 200px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;  
    line-height: 0; 
}

.menu-center .search-icon {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.menu-center .search-icon i{
    padding:25px 15px;
}

.header-social .search-icon .search-field {
    display: inline-block;
    width: 85%;
    border-radius: 0;
    border: none;
}
.header-social .search-icon .search-submit {
    display: inline-block;
    height: 44px;
    width: 10%;
    font-size: 18px;
    border-radius: 0;
    margin-top: 0;
}
.header-social .search-icon .search-submit:hover {
    background: #a63037;
    color: #fff;
    border-color: #a63037;
}

/*--------------------------------------------------------------
Home Slider
--------------------------------------------------------------*/
#main-slider.slider{
    margin-bottom: 30px;
}
.home .site-content {
    position: relative;
}
#main-slider .bx-wrapper {
    position: relative;
}

#main-slider .slides {
    text-align: center;
}

#main-slider .caption-wrapper {
    left: 0px;
    margin-top: 0px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0% 0%;
    height: 100%;
    padding-top: 18%;
    padding-left: 10%;
}

#main-slider .slider-caption {
    color: #ffffff;
    width: 60%;
    float: right;
}

#main-slider .small-caption {
    font-size: 22px;
    font-weight: 300;
    line-height: 0;
    text-align: right;
    margin-right: 91px;
}
#main-slider .slider-content h2{
    margin: 0px;
    padding: 0px;
    font-size: 86px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}
#main-slider .slider-content h2 span{
    color:#333;
    text-transform: uppercase;
}
#main-slider .slider-content p{
    font-size: 22px;
    text-align: center;
    line-height: 27px;
}

#main-slider .caption-title,
#main-slider .slider-content > p > span {
    border: none; 
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    line-height: 73px;
    margin-bottom: 0;
    padding-bottom: 7px;
    font-weight: 600;
}

#main-slider .caption-description,
.slider-conten {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
#main-slider .slider-btn::before {
    background-color: #fff;
    color: #c73d46;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: 0;
    line-height: 55px;
    position: absolute;
    top: 0;
    width: 40px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#main-slider .slider-btn {
    background-color: #c73d46;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    margin-top: 16px;
    padding: 5px 40px 5px 70px;
    text-align: center;
    position: relative;
}
#main-slider .slider-btn:hover::before{
    background-color: #c73d46;
    color: #fff;
}
#main-slider .slider-btn:hover {
    background: #fff;
    color: #c73d46;
}

.slider-wrapper .bx-controls-direction {
    height: auto;
    left: 0;
    margin-top: -21px;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
}

.slider-wrapper .bx-next {
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    line-height: 135px;
    height: 135px;
    padding-left: 15px;
    position: absolute;
    top: 50%;
    text-align: center; 
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 42px;
    margin-top: -60px;
}
.slider-wrapper .bx-prev {
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    line-height: 135px;
    height: 135px;
    padding-left: 10px;
    position: absolute;
    top: 50%;
    text-align: center; 
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 42px;
    margin-top: -60px;
}
.slider-wrapper .bx-prev:before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 45px;
    color: #373d4c;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.slider-wrapper .bx-prev {
    background: rgba(255, 255, 255, 0.5);
    left: -100px;
}

.slider-wrapper .bx-next:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 45px;
    color: #373d4c; 
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.slider-wrapper .bx-next {
    background: rgba(255, 255, 255, 0.5);
    right: -100px;
}
.slider-wrapper:hover .bx-prev:hover:before, .slider-wrapper:hover .bx-next:hover:before {
    color: #c94149;
}
.slider-wrapper:hover .bx-prev:hover, .slider-wrapper:hover .bx-next:hover {
    background: rgba(255, 255, 255, 1);
}

.slider-wrapper:hover .bx-prev {
    left: 0px;
}

.slider-wrapper:hover .bx-next {
    right: 0px;
}

#main-slider .bx-pager.bx-default-pager {
    position: absolute;
    width: 100%;
    z-index: 9999;
    bottom: 160px;
    text-align: center;
}

#main-slider .bx-pager-item a {
    border:1px solid #fff;
    background: #fff; 
    display: inline-block;
    font: 0px/0 a;
    margin-bottom: 5px;
    text-align: right;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    transition:all ease-in-out 0.5s;
    -webkit-transition:all ease-in-out 0.5s;
    -moz-transition:all ease-in-out 0.5s;
}

#main-slider .bx-pager-item a:hover, 
#main-slider .bx-pager-item a.active {
    background: #cc444d none repeat scroll 0 0;
    box-shadow: 0 0 0 5px #fff inset;
    
}

.bx-pager-item {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
/*--------------------------------- SEQUENCE SLIDER ---------------------------------*/
.seq ul li {
    padding-top: 100px !important;
}
.seq .seq-model {
    height: inherit;
}
.seq-title .title, .seq-title .subtitle, .seq-title .slider-btn{
    display: block;
}
.seq .seq-title h2{
    float: none;
}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about {
    padding: 30px 0 80px 0;
    position: relative;
}
.about .home-title {
    margin-bottom: 40px;
}

.page-header {
    text-transform: capitalize;
}
.home-title::after, .clients-logo .clients-logo-title:after {
    border-bottom: 1px solid #e5e5e5;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.home-title {
    color: #373d4c;
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
}
.home-title b{
    background:#fff;
    padding:0 40px; 
    position: relative;
    z-index: 1;
}
.awesome-feature .home-title b{
    background: url(images/feature-bg.jpg) repeat scroll 0 0;
}
.home-title span{
    color: #cc444d;
}
.home-title span span{
    color: #cccccc;
}
.title-border{
    position: relative;
    bottom:74px;
    width: 100%;
    border-bottom:1px solid #e5e5e5;
    z-index: -9999;
    display: none;
}
.stat-counter .title-border{
    display: none;
}

.about .home-description{
    margin-bottom: 0px;
}
.home-description {
    color: #777;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 72px;
    text-align: center;
}

.about .about-img {
    text-align: center;
    width: 48%;
    float: right;
}

.pricing-table-desc.home-description {
    margin-bottom: 20px;
    text-align: center;
}

/*--------------------------------------------------------------
Our services
--------------------------------------------------------------*/
.our-services {
    background: url(images/service-top-border.png) repeat-x;
    padding: 70px 0;

}

.our-services h2.home-title{
    margin-bottom: 15px;
}
.our-services .title-border{
    bottom: 50px;
}


.service-block-wrapper .service-block {
    float: left;
    margin-right: 38px;
    text-align: center;
    width: 364px;
    margin-bottom: 38px;
}
.service-block-wrapper .service-block:nth-of-type(3n) {
    margin-right: 0;
}
.services-desc {
    margin-bottom: 46px;
}

.our-services .service-icons a::after {
    background: #5d181d;
    color: #fff;
    content: "+";
    font-size: 65px;
    height: 100%;
    left: 0;
    padding-top: 10%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
}
.our-services .service-icons {
    color: #3e3e3e;
    font-size: 65px;
    line-height: 203px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.our-services .service-block:hover .service-icons a::after{
    transform: translate(0%);
    -webkit-transform: translate(0%);
    visibility: visible;
}
.service-block .service-icons img{
    transition:all ease-out 0.5s;
    -webkit-transition:all ease-out 0.5s;
    -moz-transition:all ease-out 0.5s;
}

.service-block:hover .service-icons img{
    transform:translate(100%);
    -webkit-transform:translate(100%);
    -moz-transform:translate(100%);
}

.service-icons > a {
    display: block;
    font-size: 24px; 
}
.our-services .service-title::after {
    border-bottom: 1px solid #ddd;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transition:all ease-in-out 0.5s;
    -webkit-transition:all ease-in-out 0.5s;
    -moz-transition:all ease-in-out 0.5s;
}
.our-services .service-title {
    color: #000000;    
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: capitalize;
    position: relative;
}
.our-services .service-title b {
    background: #fff;
    padding: 0 10px;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition:all ease-in-out 0.5s;
    -webkit-transition:all ease-in-out 0.5s;
    -moz-transition:all ease-in-out 0.5s;
}
.service-block:hover .service-title b {
    color: #cc444d;
}
.our-services .service-block:hover .service-title::after {
    border-color: #cc444d;
}
.our-services .service-title .title-border {
    position: relative;
    bottom:20px;
    width: 100%;
    border-bottom:1px solid #f2f2f2;
    z-index: -9999;
}

.our-services .service-content {
    font-size: 14px;
    line-height: 28px;
}

.service-btn {
    margin-top: 20px;
}

/*--------------------------------------------------------------
Pricing Table
--------------------------------------------------------------*/

.pricing-table {
    padding: 90px 0;
    position: relative;
}

.pricing-table:before {
    border-bottom: 40px solid #fff;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    content: "";
    left: 50%;
    margin-left: -80px;
    position: absolute;
    top: -40px;
    z-index: 99;
}

.pricing-table:after {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #fff;
    bottom: -40px;
    content: "";
    left: 50%;
    margin-left: -80px;
    position: absolute;
    z-index: 99;
}

.price-table {
    float: left;
    margin-left: 20px;
    text-align: center;
    width: 370px;
}

.pricing-table .price-table.table3 {
    width: 384px;
}

.price-table-wrapper {
    margin-left: -20px;
}

.pricing-table .table1 {
    background: none repeat scroll 0 0 #8dc63f;
    margin-top: 35px;
}

.pricing-table .table2 {
    background: none repeat scroll 0 0 #f7941d;
}

.pricing-table .table3 {
    background: none repeat scroll 0 0 #17c2a4;
    margin-top: 35px;
}

.pricing-table .table1 .title-price {
    background: url("images/green-arrow.png") no-repeat scroll left bottom #98d347;
    min-height: 185px;
}

.pricing-table .table2 .title-price {
    background: url("images/yellow-arrow.png") no-repeat scroll left bottom #ffab46;
    min-height: 185px;
}

.pricing-table .table3 .title-price {
    background: url("images/blue-arrow.png") no-repeat scroll left bottom #1cd4b4;
    min-height: 185px;
}

.pricing-table .title-price {
    color: #ffffff;
    font-size: 42px;
    padding-top: 30px;
}

.pricing-table .table2 .price {
    font-size: 52px;
    line-height: 90px;
}

.pricing-table .pricing-type {
    display: block;
    line-height: 33px;
    text-transform: uppercase;
}

.price .dollar {
    display: inline-block;
    font-size: 28px;
    margin-right: 3px;
    position: relative;
    top: -13px;
}

.pricing-table .table-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 50px 18px;
}

.pricing-table .table2 .table-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 85px 18px 50px;
}

.pricing-table .table-content li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 41px;
}

.pricing-table .table-content li:first-child {
    border-top: medium none;
}

.pricing-table .table1 .product-link {
    background: none repeat scroll 0 0 #98d347;
}

.pricing-table .table2 .product-link {
    background: none repeat scroll 0 0 #ffab46;
    padding-bottom: 60px;
}

.pricing-table .table3 .product-link {
    background: none repeat scroll 0 0 #1cd4b4;
}

.pricing-table .product-link {
    padding: 30px 0;
}

.pricing-table .product-link a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    /*padding: 0 15px 0 0;*/
    text-transform: uppercase;
}

.pricing-table .table1 .product-link a {
    background: none repeat scroll 0 0 #689827;
    border-bottom: 2px solid #5c8622;
}

.pricing-table .table2 .product-link a {
    background: none repeat scroll 0 0 #c8740f;
    border-bottom: 2px solid #b0660d;
}

.pricing-table .table3 .product-link a {
    background: none repeat scroll 0 0 #0e9e85;
    border-bottom: 2px solid #0c8b75;
}

.pricing-table .product-link span {
    display: inline-block;
    padding: 0 10px;
}

.pricing-table .product-link span {
    display: inline-block;
    /*margin-right: 10px;*/
    padding: 0 10px;
}

.pricing-table .table1 .product-link span {
    background: none repeat scroll 0 0 #5c8622;
}

.pricing-table .table2 .product-link span {
    background: none repeat scroll 0 0 #b0660d;
}

.pricing-table .table3 .product-link span {
    background: none repeat scroll 0 0 #0c8b75;
}

.pricing-table .table1 .product-link span.more-text {
    background: none repeat scroll 0 0 #689827;
}

.pricing-table .table2 .product-link span.more-text {
    background: none repeat scroll 0 0 #c8740f;
}

.pricing-table .table3 .product-link span.more-text {
    background: none repeat scroll 0 0 #0e9e85;
}

.pricing-table .product-link a:hover span i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pricing-table .product-link a:hover span i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

/*--------------------------------------------------------------
Awesome
--------------------------------------------------------------*/

.awesome-feature {
    background: url(images/feature-bg.jpg) repeat;
    padding: 70px 0;
}

.awesome-feature .home-description {
    margin-bottom: 93px;
}

.awesome-feature .aw-left, 
.awesome-feature .aw-right {
    float: left;
    width: 50%; 
    padding: 10px;
    transition:top 0.5s ease 0s;
    -webkit-transition:all ease-in-out 0.5s;
    -moz-transition:all ease-in-out 0.5s;
    position: relative;
    top: 0px;
}

.awesome-feature .aw-left:hover .aw-title, 
.awesome-feature .aw-right:hover .aw-title {
    color:#cc444d;
}

.awesome-feature .aw-left{
    padding-right: 25px;
}

.awesome-feature .aw-right{
    padding-left: 25px;
}

.awesome-feature .aw-content {
    display: inline-block;
    float: right;
    width: 74%;
}

.awesome-feature .awesome-icons {
    float: left;
    width: 22%;
    /*overflow: hidden;*/
}

.awesome-icons > span {
    background: none repeat scroll 0 0 #fbfbfc;
    border-radius: 100%;
    color: #3c4761;
    display: inline-block;
    font-size: 24px;
    line-height: 70px;
    position: relative;
    text-align: center;
    border:1px solid #cccccc;
    padding: 5px; 
    width: 100px;
    height: 100px;
    vertical-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
/*.awesome-feature .aw-left:hover .awesome-icons > span:hover, 
.awesome-feature .aw-right:hover .awesome-icons > span:hover {
    border: 1px solid #ccc;
    }*/
    .awesome-feature .aw-left .awesome-icons > span:before, 
    .awesome-feature .aw-right .awesome-icons > span:before {
        content: '';
        position: absolute;
        border: #f5c4c7 solid 6px;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        opacity: 0;
        border-radius: 100%;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
    .awesome-feature .aw-left:hover .awesome-icons > span:before, 
    .awesome-feature .aw-right:hover .awesome-icons > span:before {

        opacity: 1;
        -webkit-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out;
    }
    /* Ripple Out */
    @-webkit-keyframes hvr-ripple-out {
      0%{
       border: #e1e1e1 solid 6px;
   }
   100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
}
}

@keyframes hvr-ripple-out {
  0%{
   border: #e1e1e1 solid 6px;
}
100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
}
}

.awesome-icons > span img {
    border-radius: 100%;
}

/*.awesome-feature .aw-left .awesome-icons span:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: -4px;
    top: 50%;
}

.awesome-feature .aw-right .awesome-icons span:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    }*/

    .awesome-feature .aw-title {
        color: #777777;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        text-transform: capitalize;
    }

    .awesome-feature .aw-excerpt {
        color: #777777;
        font-size: 15px;
        line-height: 22px;
        margin-top: 8px;
        text-align: left;
    }

    .awesome-feature .aw-wrapper {
        margin-bottom: 36px;
    }

    .awesome-icons a img, .awesome-icons a i {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transition:all 0.5s ease 0s;
        -moz-transition:all 0.5s ease 0s;
        transition:all 0.5s ease 0s;
        overflow: hidden;
        width: 100%;
        margin:0 auto;
        height: 100%;
        border-radius: 100%;
    }

/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/

.home .portfolio {
    padding: 70px 0;
    text-align: center;
}

.portfolio .port-desc {
    margin-bottom: 30px;
}

#portfolio-grid .port-wrap {
    float: none;
    margin-right: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}
.portfolio-content {
    left: 0;
    position: absolute;
    top: -360px;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    display: block;
}

.portfolio-content .read-more {
    background: transparent;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    height: 45px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    width: 160px;
    display: block;
    border:2px solid #f7faff; 
}
.portfolio-listing .portfolio-archive .portfolio-content .read-more {
    border-radius: 100%;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.portfolio-content .read-more:hover {
    color: #cc444d;
    background:#fff;
}

#portfolio-grid .port-wrap:hover .portfolio-content {
    width: 100%;
    height: 100%;
    display: block;
    visibility: visible;
    background: rgba(0,0,0,0.55);
    top:0px;
}

.portfolio-content .port-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    text-align: center; 
}
.portfolio-listing.grid .portfolio-content .port-title {
    line-height: 35px;
    margin-bottom: 0;
}
.portfolio-listing.grid .portfolio-content .port-content {
    font-size: 14px;
    height: 40px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
}
.portfolio-listing.grid .portfolio-content-wrapper {
    top: 10%;
}

.portfolio-content .port-content {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.portfolio-content-wrapper {
    height: 100%;
    left: 0;
    margin-top: 0px;
    position: absolute;
    top: 20%;
    width: 100%;
}

#portfolio-grid .port-wrap .portfolio-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#portfolio-grid .port-wrap:hover .portfolio-image {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

/*------------------------ SORT LISTING ------------------------*/
.portfolio-listing .button-group {
    list-style: outside none none;
    margin: 0 0 40px 0;
    padding: 0;
}
.portfolio-listing .button-group .no-link::after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cc444d;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    right: -5px;
    top: 9px;
}
.portfolio-listing .button-group .no-link, .portfolio-listing .button-group li.no-link:hover {
    background: #cc444d none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    position: relative;
    cursor: default;
}
.portfolio-listing .button-group li {
    background: #eee none repeat scroll 0 0;
    display: inline-block;
    margin-right: 5px;
    padding: 0 15px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.portfolio-listing .button-group li:hover, .portfolio-listing .button-group .is-checked {
    background: #303552;
    color: #fff;
}
/*--------------------------------------------------------------
HOME PAGE PORTFOLIO SECTION
---------------------------------------------------------------*/
.portfolio.section-gap #portfolio-grid .portfolios {
    float: left;
    overflow: hidden;
}
.portfolio-home-grid-sizer, .portfolios {
    height: auto;
    overflow: hidden;
    position: static !important;
    width: 33%;
    float: left;
}
.column-4 .portfolio-home-grid-sizer, .column-4 .portfolios {
    height: auto;
    overflow: hidden;
    position: static !important;
    width: 25%;
    float: left;
}
.column-5 .portfolio-home-grid-sizer, .column-5 .portfolios {
    height: auto;
    overflow: hidden;
    position: static !important;
    width: 20%;
    float: left;
}

/*--------------------------------------------------------------
Stat counter
--------------------------------------------------------------*/
.stat-counter {
    background: #323754;
    padding-bottom: 70px;
    padding-top: 70px;
}

.stat-counter .statcounters {
    display: inline-block;
    margin-left: 80px;
}

.btn-wrapper .btn, 
.btn-wrapper a, .cta-video-btn {
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-top: 50px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    background: #cc444d;
    border:2px solid #cc444d;
    padding: 0px 30px;
}

.btn-wrapper .btn:hover, 
.btn-wrapper a:hover, .cta-video-btn:hover {
    background: transparent;
    text-decoration: none;
    color: #cc444d;
    border: 2px solid #cc444d;
}
.btn-wrapper {
    text-align: center;
    clear: both;
}

.statcounters {
    margin-top: 65px;
}

.statcounter-circle {
    color: #777777;
    font-size: 36px;
    text-align: center;
    cursor: pointer;
}

.coutner-title > h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 36px;
}

.stat-counter-title {
   color: #fff;
   font-size: 45px;
   font-weight: bold;
   margin-bottom: 20px;
   text-align: center;
}

.stat-counter-desc {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
}

.inner-circle > h2 {
    background: transparent;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    font-weight: 300;
    width: 160px;
    height: 160px;
    padding-top: 60px;
    margin: 0 auto;
}

.inner-circle {
    border: 8px solid #f3f3f3;
    border-radius: 100%;
    margin: 0 auto;
    height: 180px;
    padding: 2px;
    width: 180px;
}

.stat-fa {
    color: #fff;
    line-height: 45px;
    margin: 20px 0 0px 0;
}
.statcounter-circle .fa {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.stat-counter .statcounter-circle:hover .fa {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0% { 
        transform: translateY(0);
        -webkit-transform: translateY(0); 
    }
    25% { 
        transform: translateY(5);
        -webkit-transform: translateY(5); 
    }
    50% { 
        transform: translateY(2);
        -webkit-transform: translateY(2); 
    }
    75% { 
        transform: translateY(4);
        -webkit-transform: translateY(4); 
    }
    100% { 
        transform: translateY(0);
        -webkit-transform: translateY(0); 
    }
}
@keyframes bounce {
    0% { 
        transform: translateY(0);
        -webkit-transform: translateY(0); 
    }
    25% { 
        transform: translateY(5);
        -webkit-transform: translateY(5); 
    }
    50% { 
        transform: translateY(2);
        -webkit-transform: translateY(2); 
    }
    75% { 
        transform: translateY(4);
        -webkit-transform: translateY(4); 
    }
    100% { 
        transform: translateY(0);
        -webkit-transform: translateY(0); 
    }
}


/*-----------------------------------------------------------------
WIMPY PLAN PACKAGE SECTION
------------------------------------------------------------------*/
.choose-plans {
    background: #e0e0e0 none repeat scroll 0 0;
    padding: 100px 0;
}
.choose-plans table.plans-wrap {
    margin-bottom: 0;
}
.choose-plans table tr td, .choose-plans table tr th {
    border: medium none;
}
.choose-plans table tr:nth-child(odd) {
    background: #fff none repeat scroll 0 0;
}
.choose-plans table tr th:first-child, .choose-plans table tr td:first-child {
    margin: 0 auto;
    width: 400px;
    padding-right: 50px;
}
.plans-wrap .plans-title-wrapper .plan-block {
    margin-right: 10px;
    width: 255px;
    position: relative;
    color: #fff;
}

.plans-wrap .plans-title-wrapper .plan-block.column-2, .plans-wrap .plans-title-wrapper .plan-block.column-4{
    background: url(images/plan-bg-blue.jpg) no-repeat scroll 0 0 / cover ;
    bottom: 50px;
    position: relative;
    text-align: center;
    height: 176px;
}
.plans-wrap .plans-title-wrapper .plan-block.column-3{
 background: url(images/plan-bg-red.jpg) no-repeat scroll 0 0 / cover ;
 bottom: 50px;
 position: relative;
 text-align: center;
}
.plans-wrap .plans-title-wrapper .plan-block.column-2{
    right: 20px;
}
.plans-wrap .plans-title-wrapper .plan-block.column-3 {
    right: 10px;
}
.choose-plans .plan-price {
    font-size: 45px;
    line-height: 60px;
    padding-top: 20px;
}
.choose-plans .plan-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.choose-plans .plan-content {
    color: #323754;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    text-align: left;
    top: 35px;
    margin-left: 15px;
}
.choose-plans table tr th a {
    float: right;
    font-size: 22px;
    margin-right: 15px;
    margin-top: -40px;
}
.choose-plans table tr th a {
    height: 70px;
    line-height: 105px;
    padding-left: 25px;
    width: 80px;
    position: relative;
}
.choose-plans table tr th a:hover .fa {
   animation-name: download;
   -webkit-animation-name: download;
   animation-duration: 1s;
   -webkit-animation-duration: 1s;
   animation-iteration-count: 3;
   -webkit-animation-iteration-count: 3;
}

@keyframes download {
    0%{
        opacity: 0;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
    25%{
        opacity: 0.5;
    }
    50%{
        opacity: 1;
    }
    75%{
        opacity: 0.5;
    }
    100%{
        opacity: 0;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
    }
}

@-webkit-keyframes download {
    0%{
        opacity: 0;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
    25%{
        opacity: 0.5;
    }
    50%{
        opacity: 1;
    }
    75%{
        opacity: 0.5;
    }
    100%{
        opacity: 0;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
    }
}
.choose-plans .plans-wrap .section-titles .title {
    font-size: 30px;
    margin: 0;
    color: #323754;
    font-weight: bold;
}
.plans-wrap .plans-title-wrapper .home-description {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 22px;
    margin-bottom: 0;
}
.choose-plans table tr td.column-1 span::before {
    background: #323754 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: -15px;
    position: absolute;
    top: 7px;
    width: 7px;
}
.choose-plans table tr td.column-1 span {
    color: #323754;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    left: 15px;
    position: relative;
}
.choose-plans table tr td.column-2, .choose-plans table tr td.column-3, .choose-plans table tr td.column-4 {
    text-align: center;
    position: relative;
}
.choose-plans table tr td.column-2{
    right: 20px;
}
.choose-plans table tr td.column-3{
    right: 15px;
}
.choose-plans table tr td.column-3{
    right: 10px;
}
.choose-plans table tr td .fa {
    font-size: 26px;
    
}
.choose-plans table tr td.column-2 .fa, .choose-plans table tr td.column-4 .fa {
    color: #323754;
}
.choose-plans table tr td.column-3 .fa {
    color: #ca434c;
}
.choose-plans table.plans-wrap tr.btn-group {
    background: #fff none repeat scroll 0 0;
}
.choose-plans table tr td .bttn {
    background: #323754 none repeat scroll 0 0;
    border: 2px solid #323754;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 43px;
    letter-spacing: 1px;
    box-shadow: 0 0 0 20px #fff;
    margin-top: 70px;
}
.choose-plans table tr td .bttn:hover, .choose-plans table tr td .bttn:focus, .choose-plans table tr td .bttn:active {
    background: transparent;
    color: #323754;
    border: 2px solid #323754;
}
.choose-plans table tr td .bttn.red-bttn{
    background: #ca434c;
    border: 2px solid #ca434c;
}
.choose-plans table tr td .bttn.red-bttn:hover, .choose-plans table tr td .bttn.red-bttn:focus, .choose-plans table tr td .bttn.red-bttn:active{
    background: transparent;
    border: 2px solid #ca434c;
    color: #ca434c;

}


/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
section.blogs {
    padding-top: 50px;
    background: url(images/client-btm-border.jpg) repeat-x; 
}

section.blogs .home-title::after{
    border: none;
}

.blog-title {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
    text-align: center;
}

.blog-desc {
    margin-bottom: 50px;
    font-weight: 300;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

.blog-single-title {
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #4c4c4c;
    border-bottom: 1px solid #dde1de;
    text-transform: capitalize;
    -webkit-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}

.blog-in-wrap {
    margin-bottom: 30px;
    margin-right: 2%;
    border-bottom: 1px solid #eee;
    float: left;
    width: 48%;
    -webkit-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    padding:0 0 30px 0;
}
.blog-in-wrap.odd {
    margin-right: 0;
}

.blog-in-wrap:hover .blog-single-title {
    color:#cc444d;
}

.blog .blog-wrap{
    margin-bottom: 0px;
}
.blog-wrap {
    margin-bottom: 45px;
}

/*.blog-wrap .even{
    margin-right: 40px;
    }*/

    .blog-content {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        color: #4c4c4c;
        margin-top: 5px;
        padding-top: 10px;
        border-top: 1px solid #dde1de; 
        float:right;
        width: 63%;
    }

    .blog-content > span {
        display: block;
        margin-top: 10px;
        font-weight: bold;
        color: #cc444d;
        text-transform: capitalize;
        transition:all ease-in-out 0.5s;
        -webkit-transition:all ease-in-out 0.5s;
        -moz-transition:all ease-in-out 0.5s;
    }
    .blog-content > span:hover {
        text-decoration: underline;
        padding-left: 5px;
        font-style: italic; 
    }

    .blog-image {
        margin-right: 20px;
        float: left;
    }

    .blog-date {
        color: #777777;
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        display: inline-block;
        padding: 5px 10px 5px 0;
        margin-right: 10px;
        border-right: 1px solid #dde1de; 
    }

    .blog-title-comment {
        display: inline-block;
        vertical-align: top;
        float:right;
        width: 63%;
    }

    .blog-author {
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
        color: #303552;
    }
    .blog-author span{
        color: #777777;
    }

    .blog-comment {
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
        padding-right:10px;
        margin-right: 10px;
        border-right:1px solid #dde1de;
    }

    .blog-author .fa.fa-user {
        margin-right: 10px;
    }

    .blog-comment .comments-link > a {
        color: #777777;
        font-size: 13px;
        line-height: 23px;
        font-weight: 300;
    }

    .blog-thumbnail .blog-image{
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
     -webkit-filter: grayscale(0%); 
 }

 .blog-thumbnail .blog-image:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ 
}

/*-----------------------------------------------------------------
CALL TO ACTION FORM
------------------------------------------------------------------*/
.call-to-action-form{
    padding: 70px 0 30px 0;
    background-color: #f9f9f9;
}
.call-to-action-form .home-title::after{
    display: none;
}
.call-to-action-form .cta-content-wrap {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.cta-desc {
    color: #777;
    font-size: 16px;
}

.call-to-action-form .cta-form {
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    width: 50%;
}
.call-to-action-form .wpcf7-form > p {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
    text-align: left;
}
.call-to-action-form .wpcf7-form > p em {
    color: #cc444d;
    font-size: 20px;
    line-height: 20px;
}
.call-to-action-form .wpcf7-form > p .wpcf7-form-control-wrap {
    display: inline-block;
    margin-left: 10px;
    width: 80%;
}
.call-to-action-form .wpcf7-form > p .wpcf7-submit {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/*------------------------------------------------------------
PROMOTIONAL WIDGET
-------------------------------------------------------------*/
.promo-wdgt {
    background-color: #fff;
    padding: 50px 0;
}
.promo-wdgt .widget {
    margin-bottom: 0;
}
.promo-wdgt .widget-title {
    display: inline-block;
    font-size: 3em;
    font-weight: bold;
    vertical-align: middle;
    width: 73%;
    margin-right: 40px;
    color: #cc444d;
}
.promo-wdgt div.ed-align-center {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    text-align: center;
}

/*=============== BLOG PAGE ==========================*/

.posted-on .updated {
    display: none;
}
.archive-list article {
    margin-bottom: 40px;
}
.blog_layout2 article {
    padding-bottom: 40px;
    border-bottom: 3px solid #eee;
}
.blog_layout3 article{
    background: #eee;
    padding: 20px;
}
.blog_layout2 article:last-child, .blog_layout3 article:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.blog_layout2 .archive-thumbnail, .blog_layout3 article .archive-thumbnail{
    float: left;
    width: 35%;
    margin-right: 2%;
    margin-bottom: 0;
}
.blog_layout3 article:nth-of-type(even) .archive-thumbnail{
    float: right;
    margin-right: 0;
    margin-left: 2%;
}
.blog_layout2 .text-content, .blog_layout3 article .text-content{
    float: right;
    width: 63%;
}
.blog_layout3 article:nth-of-type(even) .text-content{
    float:left;
}

.archive .feature .archive-thumbnail{
    width: 100%;
}
.archive article.hentry{
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0px;
}

.archive article.hentry .text-content, .page .blog_layout1 article.hentry .text-content, 
.page .blog_layout4 article.hentry .text-content{
    background: #f3f3f3;
    padding: 20px;
    box-shadow: 0 0 0 1px #f3f3f3;
    margin-bottom: 40px;

}
.archive article.hentry .text-content .entry-summary{
    color: #666;
}

.archive article.hentry .entry-header h2.entry-title{
    line-height: 22px;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px;
}
.archive article.hentry .entry-header .entry-meta{
    margin-bottom: 5px;
}

.archive article.hentry .archive-thumbnail, .page .blog_layout1 article.hentry .archive-thumbnail, 
.page .blog_layout4 article.hentry .archive-thumbnail{
    margin-bottom: 0px;
    overflow: hidden;
    box-shadow:0px 0px 0 1px #f3f3f3;
    border: 5px solid #fff;
}

.archive-list.blog_layout5 article, .archive-list.blog_layout6 article {
    background: #eee none repeat scroll 0 0;
    border-radius: 10px;
    float: right;
    padding: 20px;
    position: relative;
    width: 87%;
}
.archive-list.blog_layout6 article:nth-of-type(even) {
    float: left;
}
.archive-list.blog_layout5 .archive-thumbnail, .archive-list.blog_layout6 .archive-thumbnail {
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 8px #ccc;
    height: 200px;
    left: -120px;
    margin: 10px 30px 10px 0;
    overflow: hidden;
    position: absolute;
    width: 200px;
}
.archive-list.blog_layout6 article:nth-child(even) .archive-thumbnail {
    left: inherit;
    right: -120px;
}
.archive-list.blog_layout5 .archive-thumbnail img, .archive-list.blog_layout6 .archive-thumbnail img {
    border-radius: 100%;
}
.archive-list.blog_layout5 .text-content, .archive-list.blog_layout6 .text-content {
    margin-left: 90px;
}
.archive-list.blog_layout6 article:nth-child(even) .text-content {
    margin-left: 0;
    margin-right: 120px
}

/*===================== SERVICES PAGE =========================*/

.archive .services article.cat-event-list{
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    display: inline-block;
    margin-bottom: 2%;
    padding-right: 3%;
    padding-bottom: 4%;
    text-align: justify;
    vertical-align: text-top;
    width: 49%;
}
.archive .services article.cat-event-list:nth-of-type(even){
    border-right:none;
    padding-right: 0%;
    padding-left: 3%;
}
.archive .services .cat-event-excerpt {
    color: #999;
}


/*--------------------------------------------------------------
Client Logo
--------------------------------------------------------------*/

.clients-logo a {
    display: inline-block;
    margin-left: 20px;
    width: 180px;
    transform:scale(1);
    -wekit-transform:scale(1);
    -moz-transform:scale(1);
    vertical-align: middle;


}

.clients-logo a:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
}

.clients-logo {
    background-color: #fff;
    padding: 70px 0 0 0;
    position: relative;
    text-align: center;
}
.client-border{
    background:url(images/client-btm-border.jpg) repeat-x;
    height: 5px;
    margin-top: 70px;
}
.clients-logo .clients-logo-title{
    margin-bottom: 37px;
    position: relative;
}
.clients-logo .clients-logo-title b{
    font-size: 52px;
    font-weight: bold;
    color: #777;
    text-align: center;
    text-transform: capitalize;
    background:#fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.clients-logo .clients-logo-wrapper {
    margin-left: -20px;
}
.clients-logo .bx-wrapper {
    position: relative;
}
.clients-logo .bx-controls a {
    background: url("images/thin-arrow.png") no-repeat scroll 0 0;
    color: transparent;
    font: 0px/0 a;
    height: 42px;
    left: 0;
    margin-top: -5px;
    position: absolute;
    top: 30%;
    width: 25px;
}

.clients-logo .bx-controls a.bx-next {
    background-position: -52px 0;
    left: auto;
    right: -35px;
}
.clients-logo .bx-controls a.bx-prev{
    left: -35px;
    margin-left: 0px;
}

.clients-logo .ed-container {
    position: relative;
}

.static .client-slider {
    display: inline-block;
    height: auto;
    margin-left: 30px;
    overflow: hidden;
    width: 165px;
}

.clients-logo .clients-logo-wrapper.static {
    margin-left: -30px;
    padding-top: 30px;
}

.call-to-action {
    background-image: url(images/call-bg.png) ;
    padding: 60px 0;
    position: relative;
}
.call-to-action .home-title::after, .our-team-member .home-title:after {
    display: none;
}
.call-to-action .home-title b{
    background-image: url(images/call-bg.png);
}

.call-to-action .title, .call-to-action .call-to-action-desc {
    color: #ffffff;
}

.cta-link {
    text-align: center;
}

.call-to-action .cta-link > a {
    background: none repeat scroll 0 0 #cc444d;
    border:3px solid #cc444d;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 30px;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.call-to-action .cta-link > a:hover {
    background: transparent;
    border:3px solid #fff;
    color:#fff;
    padding: 5px 40px;
    animation-name: none;
    -webkit-animation-name: none;
}
.cta-link > a:active{
    padding: 5px 30px;
    box-shadow: 0 0 5px #000 inset;
}

.call-to-action .call-to-action-desc {
    margin: 0 auto 30px;
    width: 85%;
}

@keyframes pulse {
    0%{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    100%{
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*--------------------------------------------------------------
Our Team
--------------------------------------------------------------*/
/*============ TEAM MEMBER PAGE =================*/

.single-post .category-team-member .entry-meta, .single-post .category-feature .entry-meta,
.single-post .category-portfolio .entry-meta, .single-post .category-services .entry-meta{
    display: none;
}

.archive .team-member article.cat-event-list{
    float: left;
}
.our-team-member .bx-wrapper {
    margin: 0 auto;
}
.archive .team-member article.cat-event-list .team-block{
    margin: 0 20px 20px 0;
}
.archive .team-member article.cat-event-list:nth-of-type(3n+0) .team-block{
    margin-right: 0px;
}
.team-block-wrapper.type-grid .team-block {
    float: left;
    margin-bottom: 30px;
}
.team-block-wrapper.type-grid.column-3 .team-block {
    width: 30%;
}
.team-block-wrapper.type-grid.column-4 .team-block {
    width: 22%;
}
.team-block-wrapper.type-grid.column-5 .team-block {
    min-height: 252px;
    width: 17%;
}

.team-block {
    float:left;
    margin-right: 25px;
}
.team-block-wrapper.type-grid .team-hover {
    padding: 20px 10px;
    text-align: center;
}
.team-block-wrapper.type-grid .team-hover .team-hover-icon {
    background: #b3412d;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 50px;
}
.team-block-wrapper.type-grid.column-5 .team-hover .team-hover-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.team-hover-icon:hover {
    border-radius: 100%;
}
.team-hover-icon .fa.fa-link {
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.team-hover-icon:hover .fa.fa-link {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.team-block-wrapper.type-grid .team-text-wrap {
    margin-top: 10px;
    text-align: center;
}
.team-block-wrapper .team-name {
    font-size: 18px;
    font-weight: bold;
}
.team-block-wrapper.type-grid .team-name {
    line-height: 22px;
}
.team-block-wrapper .team-designation, .single.single-team .team-single-designation {
    font-style: italic;
    line-height: 18px;
}
.single.single-team .team-single-title {
    display: none;
}
.single.single-team .team-img-right {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.single.single-team .team-single-designation {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding: 0 20px;
    position: absolute;
    right: 0;
}
.nomargin{
    margin-right:0px;
}
.team-block-wrapper.type-list .team-text > p {
    margin-bottom: 0;
}
.team-block-wrapper.type-grid .team-hover-text {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-block-wrapper.type-list .team-block {
    float: none;
    margin-bottom: 40px;
    margin-right: 0;
}
.team-block-wrapper.type-list .team-image {
    float: left;
    margin-right: 20px;
    width: 30%;
}
.team-block-wrapper.type-list .team-text-wrap {
    float: left;
    width: 65%;
}
.team-block-wrapper.type-list .team-designation {
    margin-bottom: 10px;
}
.team-block-wrapper.type-list .bttn {
    font-size: 17px;
}

.our-team-member {
    padding: 60px 0;
    text-align: center;
    background-image: url(images/team-bg.jpg);
}
.our-team-member .btn-wrapper .btn, .our-team-member .btn-wrapper a,
.service-block-wrapper .btn-wrapper .btn, .service-block-wrapper .btn-wrapper a,
.awesome-feature .btn-wrapper .btn, .awesome-feature .btn-wrapper a {
    background:#303552 none repeat scroll 0 0;
    border:2px solid #303552;
    padding: 0px 23px;
}
.our-team-member .btn-wrapper .btn:hover, .our-team-member .btn-wrapper a:hover
.service-block-wrapper .btn-wrapper .btn:hover, .service-block-wrapper .btn-wrapper a:hover,
.awesome-feature .btn-wrapper .btn:hover, .awesome-feature .btn-wrapper a:hover {
    background: transparent;
    border:2px solid #303552;
    color: #303552;
}
.our-team-member .btn-wrapper a:active{
    width: 180px;
}
.our-team-member .home-title{
    color: #fff;
    margin-bottom: 40px;
}
.team-image {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.team-hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    height: 100%;
    left: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    width: 100%;
}

.team-image:hover > .team-hover {
    opacity: 1;
    filter: alpha (opacity=1); /* IE 9 or below support */
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.team-hover-title {
    margin:0 auto;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    left: 0%;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 70px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


.team-hover-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 5px auto 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}


.our-team-member .team-name {
    font-size: 15px;
    font-weight: 700;
    margin: 15px 0 0;
    text-align: left;
    color: #fff;
}

.our-team-member .team-designation {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

/*---------------------------- BX-SLIDER CONTROL -----------------------*/
.our-team-member .ed-container {
    position: relative;
}
.our-team-member .bx-wrapper .bx-controls-direction a{
    background: url(images/team-control.png) no-repeat;
    color: transparent;
    height: 106px;
    position: absolute;
    top: 50%;
    width: 48px;
}
.our-team-member .bx-wrapper .bx-controls-direction .bx-prev {
    left: -50px;
}
.our-team-member .bx-wrapper .bx-controls-direction .bx-next {
    background-position: -50px 0;
    right: -50px;
}
.our-team-member .bx-wrapper .bx-controls-direction .bx-next:hover, 
.our-team-member .bx-wrapper .bx-controls-direction .bx-prev:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*--------------------------------------------------------------
Team member Inner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Team Member Grid
--------------------------------------------------------------*/

.team-member-grid .cat-event-list {
    border: medium none;
    float: left;
    margin-left: 1%;
    width: 32.33%;
}

.team-member-grid {
    margin-left: -1%;
}

.team-member-grid .team-block {
    margin-left: 0;
    margin-top: 0;
}

.team-member-grid .entry-content {
  margin-top: 0;
}

.team-member-grid .entry-title {
  margin-bottom: 5px;
}
/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/

.testimonial {
    background: #f4f3f3 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    margin-top: 70px;
    padding: 70px 0;
    text-align: center;
}

.testimonial-title {
    color: #373d4c;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 37px;
    text-align: center;
    text-transform: capitalize;
}

.testimonial .bx-pager-item a {
    background: none repeat scroll 0 0 #000000;
    border-radius: 100%;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    height: 11px;
    width: 11px;
}

.testimonial .bx-pager-item {
    display: inline-block;
    margin-left: 5px;
}

.testimonial .bx-pager-item a:hover, 
.testimonial .bx-pager-item a.active {
    background: none repeat scroll 0 0 #cc444d;
}

.title-test {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    text-transform: uppercase;
}

.sub-title-test {
    color: #c1c1c1;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}

.sub-title-test span {
    color: #cc444d;
}
.testimonial-inner {
    margin-top: 10px;
}
.testimonial .bx-controls.bx-has-pager {
    margin-top: 0;
    padding-bottom: 57px;
}

.testimonial .tm-slider {
  font-size: 18px;
  line-height: 30px;
  color:#777;
}
.testimonial-inner .tm-inner-wrapper {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
}
.testimonial-inner .testimonial-inner-image {
    float: left;
    margin-right: 30px;
}
.testimonial-inner .title-inner-testimonials {
    font-weight: bold;
    text-align: right;
}
.testimonial-inner .testimonial_inner_designation {
    font-size: 13px;
    font-style: italic;
    text-align: right;
}

/*------------------------------------------------------------
HOMEPAGE TESTIMONIAL SECTION
-------------------------------------------------------------*/
.our-testimonial {
    background-image: url(images/testimonial-bg.jpg);
    padding: 70px 0 20px 0;
}
.testimonial-slider {
    margin-top: 30px;
}
.our-testimonial .home-title::after {
    display: none;
}
.our-testimonial .home-title {
    color: #fff;
}
.our-testimonial .testimonial-block {
    float: left;
    margin-bottom: 50px;
    margin-right: 50px;
    position: relative;
    width: 47%;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.our-testimonial .testimonial-block:nth-of-type(even) {
    margin-right: 0;
    padding-right: 50px;
}
.our-testimonial .testimonial-block:nth-of-type(2n+1) {
    padding-left: 50px;
}
.our-testimonial .testimonial-block a {
    display: inline-block;
    height: 100%;
    position: relative;
    margin-right: 40px;
}

.our-testimonial .testimonial-block .testimonial-image {
    border-radius: 100%;
    float: left;
    height: 83px;
    overflow: hidden;
    width: 83px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.our-testimonial .testimonial-block .testimonial-image:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.our-testimonial .testimonial-block:hover .testimonial-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.our-testimonial .testimonial-block a::after {
    background: radial-gradient(rgba(0, 0, 0, 0.55), transparent 60%) repeat scroll 0 0;
    background: -webkit-background: radial-gradient(rgba(0, 0, 0, 0.55), transparent 60%) repeat scroll 0 0;
    background: -moz-background: radial-gradient(rgba(0, 0, 0, 0.55), transparent 60%) repeat scroll 0 0;
    background: -ms-background: radial-gradient(rgba(0, 0, 0, 0.55), transparent 60%) repeat scroll 0 0;
    background: -o-background: radial-gradient(rgba(0, 0, 0, 0.55), transparent 60%) repeat scroll 0 0;;
    bottom: -15px;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    overflow: visible;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 80px;
    opacity: 0;
}
.our-testimonial .testimonial-block:hover a::after {
    opacity: 1;
}
.testimonial-hover {
    color: #fff;
    float: right;
    font-size: 18px;
    line-height: 26px;
    width: 70%;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.testimonial-hover-title {
    font-size: 16px;
    text-transform: uppercase;
}
.testimonial-designation {
    font-size: 14px;
    line-height: 15px;
}


/*--------------------------------------------------------------
Latest Post
--------------------------------------------------------------*/

.latest-post {
  padding: 60px 0;
}

.lp-title {
  text-align: center;
}

.latest-post .archive-thumbnail {
  float: left;
  width: 26%;
}

.latest-post .short-content {
  float: left;
  margin-bottom: 5px;
  padding-left: 5px;
  width: 74%;
}

.latest-post .bttn {
  margin-right: 5px;
}

/*--------------------------------------------------------------
FAQS PAGE LAYOUT
---------------------------------------------------------------*/
.faqs {
    margin-bottom: 30px;
}
.faqs .faq-question.active::before {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    opacity: 1;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    animation-name: zoom-in;
    -webkit-animation-name: zoom-in;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}
.faqs .faq-question::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
}
.faqs .faq-question {
    background: #eee none repeat scroll 0 0;
    color: #303450;
    font-size: 18px;
    padding: 5px 15px;
    position: relative;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.faqs .faq-question:hover, .faqs .faq-question.active {
    background: #d5d9f1 none repeat scroll 0 0;
}
.faqs .faq-answer {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 15px;
    position: relative;
    z-index: -1;
}

@keyframes zoom-in {
    0% {
        transform: scale(1.5) rotate(90deg);
        -webkit-transform: scale(1.5) rotate(90deg);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(90deg);
        -webkit-transform: scale(1) rotate(90deg);
    }
}
@-webkit-keyframes zoom-in {
    0% {
        transform: scale(1.5) rotate(90deg);
        -webkit-transform: scale(1.5) rotate(90deg);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(90deg);
        -webkit-transform: scale(1) rotate(90deg);
    }
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#colophon {
    background: none repeat scroll 0 0 #ffffff;
}

.home #colophon {
    margin-top: 0;
}
.top-footer {
    margin-bottom: 20px;
    margin-top: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}

footer.site-footer .widget {
    margin-bottom: 0;
}

.top-footer .footer-block-1, .top-footer .footer-block-2, .top-footer .footer-block-3{
    width: 240px;
    margin-right: 35px;
}
.top-footer .footer-block-4{
    width: 340px;
}

.footer-block {
    float: left;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.top-footer .footer-block .btn-wrapper{
    text-align:left; 
}
.top-footer .footer-block .footer-btn a.btn{
    background: #303552;
    border:2px solid #303552;
    margin:10px 0 0 0;
    padding:0px 23px; 
    font-size: 15px; 
}
.top-footer .footer-block .footer-btn a.btn:hover{
    background:#fff;
    border:2px solid #303552;
    color: #303552; 
}

.footer-block .textwidget {
    color: #777777;
    font-size: 14px;
    line-height: 25px;
}

.footer-column-4 .footer-block {
    margin-left: 2%;
    width: 23%;
}

.footer-column-3 .footer-block {
    margin-left: 1%;
    width: 32.33%;
}

.footer-column-2 .footer-block {
    margin-left: 1%;
    width: 49%;
}


.footer-block-1 .widget {
    color: #d1d1d1;
    line-height: 24px;
}

.footer-block-1 i.fa {
    font-size: 15px;
    margin-right: 5px;
    width: 16px;
}

.footer-block .widget-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-block a {
    font-size: 13px;
}

.footer-block ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-block li {
    line-height: 1.7;
    list-style: outside none none;
}

.site-info {
    background: none repeat scroll 0 0 #fff;
    color: #8F8F8F;
}
.menu-copyrt{
    float: left;
}
.copyright {
    font-size: 13px;
    line-height: 60px;
}

.copyright a {
    color: #cc444d;
    position: relative;
    top: 0px;
}
.copyright a:hover{
    top: -2px;
} 
.copyright a:active{
    top: 2px;
} 

.wl_footer_social {
    float: right;
    line-height: 60px;
}

.wl_footer_social a {
    border-radius: 100%;
    color: #777777;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.wl_footer_social a.facebook {
    background: none repeat scroll 0 0 #e5e5e5;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.facebook:hover {
    background: #1f69b3;
    color: #fff;
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
}
.wl_footer_social a.facebook:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.twitter {
    background: none repeat scroll 0 0 #e5e5e5;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.twitter:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    background: #43b3e5;
    color: #fff;
}
.wl_footer_social a.twitter:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.gplus {
    background: none repeat scroll 0 0 #e5e5e5;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.gplus:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    background: #d84734;
    color: #fff;
}
.wl_footer_social a.gplus:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.youtube {
    background: none repeat scroll 0 0 #e5e5e5;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.youtube:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    background: #df2126;
    color: #fff;
}
.wl_footer_social a.youtube:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.pinterest {
    background: none repeat scroll 0 0 #e5e5e5;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.pinterest:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    background: #ff3635;
    color: #fff;
}
.wl_footer_social a.pinterest:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.linkedin {
    background: none repeat scroll 0 0 #e5e5e5;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.linkedin:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    background: #1a7696;
    color: #fff;
}
.wl_footer_social a.linkedin:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.flickr {
    background: none repeat scroll 0 0 #e5e5e5;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.flickr:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.2);
    background: #e1e2dd;
    color: #fff;
}
.wl_footer_social a.flickr:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.vimeo {
    background: none repeat scroll 0 0 #e5e5e5;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.vimeo:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.2);
    background: #4daacc;
    color: #fff;
}
.wl_footer_social a.vimeo:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.instagram {
    background: none repeat scroll 0 0 #e5e5e5;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.instagram:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.2);
    background: #996a50;
    color: #fff;
}
.wl_footer_social a.instagram:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.tumblr {
    background: #395976;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.tumblr:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.2);
    background: #30445c;
    color: #fff;
}
.wl_footer_social a.tumblr:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.rss {
    background: none repeat scroll 0 0 #fbc95d;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.rss:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.2);
    background: #ff6c00;
    color: #fff;
}
.wl_footer_social a.rss:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.github {
    background: none repeat scroll 0 0 #383838;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.github:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.2);
    background: #0d2636;
    color: #fff;
}
.wl_footer_social a.github:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social a.stumbleupon {
    background: none repeat scroll 0 0 #e94c29;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.stumbleupon:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.2);
    background: #ea3c23;
    color: #fff;
}
.wl_footer_social a.stumbleupon:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.skype {
    background: none repeat scroll 0 0 #09c6ff;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}
.wl_footer_social a.skype:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.2);
    background: #01acfa;
    color: #fff;
}
.wl_footer_social a.skype:active {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

.wl_footer_social .social-icons span {
    cursor: pointer;
    display: inline-block;
}

.wl_footer_social .social-icons i {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*---------------------- WIDGET SOCIAL MEDIA ----------------------*/
.widget_wimpie_pro_social_icons .widget-social-icons li {
    display: inline-block;
}
.widget_wimpie_pro_social_icons .widget-social-icons li a {
    background: #eee none repeat scroll 0 0;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    border-radius: 5px;
}
.widget_wimpie_pro_social_icons .widget-social-icons li .fa {
    font-size: 20px;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.twitter a {
    color: #43b3e5;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.twitter:hover a {
    background: #43b3e5;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.facebook a {
    color: #1f69b3;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.facebook:hover a {
    background: #1f69b3;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.linkedin a {
    color: #1a7696;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.linkedin:hover a {
    background: #1a7696;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.google-plus a {
    color: #d84734;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.google-plus:hover a {
    background: #d84734;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.pinterest a {
    color: #ff3635;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.pinterest:hover a {
    background: #ff3635;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.youtube a {
    color: #df2126;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.youtube:hover a {
    background: #df2126;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.vimeo-square a {
    color: #4ba8ca;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.vimeo-square:hover a {
    background: #4ba8ca;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.flickr a {
    color: #e70086;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.flickr:hover a {
    background: #e70086;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.stumbleupon a {
    color: #ea3c23;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.stumbleupon:hover a {
    background: #ea3c23;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.tumblr a {
    color: #2b4560;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.tumblr:hover a {
    background: #2b4560;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.instagram a {
    color: #996a50;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.instagram:hover a {
    background: #996a50;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.skype a {
    color: #04aaf6;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.skype:hover a {
    background: #04aaf6;
    color: #fff;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.soundcloud a {
    color: #ff6f00;
}
.widget_wimpie_pro_social_icons .widget-social-icons li.soundcloud:hover a {
    background: #ff6f00;
    color: #fff;
}

/*--------------------------- CONTACT INFORMATION --------------------------------*/
.widget_wimpie_contact_info li {
    font-size: 14px;
}
.widget_wimpie_contact_info .fa {
    background: #383e60;
    border-radius: 100%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    width: 30px;
}
.widget_wimpie_contact_info p {
    display: inline-block;
}

/*--------------------------------------------------------------
Right Sidebar
--------------------------------------------------------------*/

.right-sidebar #primary {
    float: left;
    width: 73%;
}

.right-sidebar #secondary-right {
    float: right;
    width: 25%;
}

/*--------------------------------------------------------------
Lefy Sidebar
--------------------------------------------------------------*/

.left-sidebar #primary {
    float: right;
    width: 73%;
}

.left-sidebar #secondary-left {
    float: left;
    width: 25%;
}

/*--------------------------------------------------------------
Both Sidebar
--------------------------------------------------------------*/

.both-sidebar #secondary-left {
    float: left;
    width: 28%;
}

.both-sidebar #primary {
    float: right;
    width: 70%;
}

.both-sidebar #secondary-right {
    float: right;
    width: 22%;
}

.left-sidbar-right {
    float: left;
    width: 76%;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.sidebar .widget-title span {
    display: inline-block;
}
.sidebar .title-border{
    border-bottom: 4px solid #f1f1f1;
    position: relative;
    bottom: 23px;
}

.sidebar .search-field, 
.sidebar .widget_archive select {
    width: 100% !important;
}
.sidebar .widget_archive select {
    height: 40px;
}

.sidebar ul {
    list-style: outside none none;
    margin: 0;
}

#calendar_wrap caption {
    background: none repeat scroll 0 0 #cc444d;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.widget_categories a {
    color: #353535;
    font-weight: 400;
    position: relative;
    top: 0;
    transition:all ease-in-out 0.5s;
}
.widget_categories a:hover {
    color: #cc444d;
    top: -2px;

}

.entry-meta{
    margin: 15px 0 5px 0;
}

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.row {
    margin-bottom: 25px;
}

.span1, .span2, .span3, .span4, .span5, .span6 {
    float:left;
}

.col {
    margin-left: 3%;
}

.col:first-child {
    margin-left:0;
}

.span1 {
    width: 14.1666666667%;
}

.span2 {
    width: 31.3333333333%;
}

.span3 {
    width: 48.5%;
}

.span4 {
    width: 65.6666666667%;
}

.span5 {
    width: 82.8333333333%;
}

.span6 {
    width: 100%;
    margin-left: 0;
}

/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/

.error404 .entry-title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}
.number404-box{
    width: 300px;
    margin:0 auto;
}

.number404 {
    background: #cc444d none repeat scroll 0 0;
    border-radius: 110px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    font-size: 35px;
    height: 110px;
    line-height: 85px;
    margin-bottom: 40px;
    margin-left: -210px;
    margin-top: 20px;
    perspective: 500px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #999999;
    width: 110px;
    
}

.number404 span {
    backface-visibility: visible;
    bottom: 35px;
    font-size: 15px;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.error-404.not-found {
    text-align: center;
}

.number404.animated {
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-iteration-count:Infinite;
    -moz-animation-iteration-count:Infinite;
    animation-iteration-count:Infinite;
    animation-name:animate-tringle;
    -webkit-animation-name:animate-triangle;
    -moz-animation-name:animate-triangle;
}

@keyframes animate-triangle{
    0%   {left:0px; transform:rotate(0deg)}
    50%  {left:200px; transform:rotate(360deg)}
    100% {left:0px; transform:rotate(0deg)}
}

.error404 .page-content {
    margin-top: -10px;
}

/*--------------------------------------------------------------
Single Page
--------------------------------------------------------------*/
.cat-event-excerpt > div {
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
Portfoilo Inner Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Portfolio List View
--------------------------------------------------------------*/

.portfolio-listing.list .portfolios {
    position: static !important;
}
.portfolio-listing.list #portfolio-grid .portfolio-image {
    float: left;
    height: auto;
    overflow: hidden;
    width: 30%;
    margin-right: 30px;
}
.portfolio-listing.list .portfolio-home-grid-sizer, .portfolio-listing.list .portfolios {
    float: none;
    position: static !important;
    width: 100%;
}
.portfolio-listing.list #portfolio-grid .port-wrap {
    margin-right: 0;
    margin-bottom: 40px;
}
.portfolio-listing.list #portfolio-grid .port-wrap:hover .portfolio-image {
    transform: none;
    -webkit-transform: none;
}
.portfolio-listing.list #portfolio-grid .port-wrap:hover .portfolio-content, .portfolio-listing.list .portfolio-content {
    background: none;
    float: left;
    width: 65%;
    position: static;
    left: inherit;
    top: inherit;
    visibility: visible;
} 
.portfolio-listing.list .portfolio-content-wrapper {
    left: inherit;
    margin-top: 0;
    position: static;
    top: inherit;
}
.portfolio-listing.list .portfolio-content .port-title, .portfolio-listing.list .portfolio-content .port-content {
    color: #333;
    line-height: 25px;
    padding: 0;
    text-align: left;
}
.portfolio-listing.list .portfolio-content .port-content {
    color: #777;
}
.portfolio-listing.list .portfolio-archive .portfolio-content .read-more {
    margin: 0;
    background: #cc444d none repeat scroll 0 0;
    border: 2px solid #cc444d;
    border-radius: 30px;
    height: 45px;
    line-height: 40px;
    width: 160px;
}
.portfolio-listing.list .portfolio-archive .portfolio-content .read-more:hover {
    background: #fff none repeat scroll 0 0;
    color: #cc444d;
}

/*--------------------------------------------------------------
Portfolio Grid View
--------------------------------------------------------------*/

.portfolio-grid .portfolio-archive {
    float: left;
    margin-left: 1%;
    width: 32.33%;
    margin-bottom: 1%;
}

.portfolio-grid {
    margin-left: -1%;
}

.portfolio-grid .portofolio-layout-wrap {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -223px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    text-align: center;
}

.portfolio-grid .cat-portfolio-image:hover .portofolio-layout-wrap {
    background: rgba(0, 0, 0, 0.55);
    display: block;
    height: 100%;
    opacity: 1;
    visibility: visible;
    width: 100%;
    top: 0px;
}

.portfolio-grid .cat-portfolio-image {
    position: relative;
}

.portfolio-grid .portofolio-layout-wrap .read-more {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #f7faff;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    width: 160px;
}

.portfolio-grid .portofolio-layout-wrap .read-more:hover {
    color: #cc444d;
    background: #ffffff;
}

.portfolio-grid .portofolio-layout-wrap .entry-title {
    color: #ffffff;
    font-size: 24px;
    margin-top: 5px;
}

.portfolio-grid .portofolio-layout-wrapper {
    height: 100%;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.portfolio-grid .cat-portfolio-image {
    overflow: hidden;
    cursor: pointer;
}

.portfolio-grid .cat-portfolio-image .cat-port-image-wrapper {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    display: block;
}

.portfolio-grid .cat-portfolio-image:hover .cat-port-image-wrapper {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

/*--------------------------------------------------------------
Boxed Layout
--------------------------------------------------------------*/

.boxed-layout #page {
    box-shadow: 0 0 12px #999;
    margin: 0 auto;
    width: 1200px;
}

.both-sidebar .business-hours a {
    font-size: 12px;
}

.boxed-layout .search-icon .wl-search{
    width: 1200px;
    margin: 0 auto;
    left: 0;
}

.boxed-layout #main-slider .caption-wrapper{
    padding-top: 130px;   
}



/*--------------------------------------------------------------
Header Social Icon
--------------------------------------------------------------*/

.ak_header_social .social-icons a {
    color: #ffffff;
    display: inline-block;
    margin: 0 2px;
    font-size: 16px;
}

.ak_header_social .social-icons a:hover {
    color: #F1573E;
}

.ak_header_social .social-icons {
    text-align: right;
}

/*--------------------------------------------------------------
Team Memmber Inner
--------------------------------------------------------------*/
.cat-event-image {
    float: left;
    margin-right: 20px;
}


.feature .cat-event-list {
    float:left;
    width: 48%;
    margin-right: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center;
    opacity: 0.6;
    filter: alpha (opacity=6); /*FOR IE SUPPORT*/
    transition:all ease-in-out 0.5s;
    -webkit-transition:all ease-in-out 0.5s;
    -moz-transition:all ease-in-out 0.5s;
}
.feature .cat-event-list:hover{
    opacity: 1;
    filter: alpha (opacity=1); /*FOR IE SUPPORT*/   
}
.feature .cat-event-list:nth-child(even) {
    margin-right: 0px;
}

.feature .cat-event-list .cat-event-image{
    float: none;
    margin:0 0 20px 0;
}

/*=============== INNER PAGE GLOBAL BUTTON ====================*/

/*.archive .entry-content a.bttn, .archive .text-content a.bttn, 
.page .text-content a.bttn, .search .entry-summary a.bttn{
    background: #303552;
    border:2px solid #303552;
    border-radius: 20px;
    padding: 3px 23px;
}
.archive .entry-content a.bttn:hover, 
.archive .text-content a.bttn:hover, .search .entry-summary a.bttn:hover{
    background: #fff;
    border:2px solid #303552;
    color: #303552;
    }*/

/*--------------------------------------------------------------
Ak Top
--------------------------------------------------------------*/
#wltop {
    bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    bottom: 60px;
    background: #ddd;
    padding: 10px;
    transition:all ease-in-out 0.5s;
    -webkit-transition:all ease-in-out 0.5s;
    -moz-transition:all ease-in-out 0.5s;
}

#wltop:hover{
    background: #cc444d;
    color: #fff;
    bottom: 70px;
}


#wltop i.fa-anchor {
    display: block;
    font-size: 30px;
    transition:all ease-in-out 0.5s;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

/*===================== ABOUT US PAGE ============================*/

.single-image{
    float: left;
    margin:0 20px 0px 0;
}

/*-------------------------------------------------------------
CALL TO ACTION VIDEO
--------------------------------------------------------------*/
.call-to-action-video.cta-video-section-wrap {
    background: url(images/service-top-border.png) repeat-x scroll 0 0;
    margin-bottom: 55px;
    padding-top: 60px;
}
.call-to-action-video .cta-wrap-left {
    display: inline-block;
    margin-right: 30px;
    width: 50%;
    vertical-align: middle;
}
.call-to-action-video .cta-wrap-right {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}
.cta-title_simple, .cta-title{
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
Contact us
--------------------------------------------------------------*/
.wpcf7-form > p {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 48.5%;
}
.wpcf7-form > p:nth-of-type(even) {
    margin-right: 0px;
}
.wpcf7-form > p.contact-message{
    float: none;
    width: 100%;
    border-radius: 3px;
}
.wpcf7-form > p.contact-message span.wpcf7-form-control-wrap textarea{
    border-radius: 3px;
}
.wpcf7-form > p.contact-submit input[type='submit']{
    background: #303552 none repeat scroll 0 0;
    border-radius: 20px;
    padding: 5px 25px;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.wpcf7-form > p.contact-submit input[type='submit']:hover{
    background: #fff;
    border:2px solid #303552;
    color: #303552;
}


/*--------------------------------------------------------------
Woocommerce style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Woocommerce cart
--------------------------------------------------------------*/
.woocommerce .cart td, .woocommerce .cart th {
    border: medium none;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
    background: none repeat scroll 0 0 #cc444d;
    border: medium none;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #ffffff;
}

.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #content input.button:hover,.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page #content input.button.alt:hover{
    background: #962e35;
    text-shadow: 0 0 0 rgba(0, 0, 0,0);
    color: #fff;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{
    width: 110px;
}

.cart_totals {
    background: none repeat scroll 0 0 #efefef;
}

.cart_totals > h2 {
    background: none repeat scroll 0 0 #aaaaaa;
    color: #ffffff;
    line-height: 44px;
    padding-left: 10px;
    text-align: left;
    font-size: 20px;
}

.cart_totals td, 
.cart_totals th {
    border: medium none;
    padding-left: 15px !important;
    width: 50%;
}

.woocommerce .woocommerce-info:before, 
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before, 
.woocommerce-page .woocommerce-message:before {
    background-color: #cc444d;
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
    top: 1.6em
}

.woocommerce .woocommerce-message:before, 
.woocommerce-page .woocommerce-message:before{
    line-height: 0;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info {
    border-top: 3px solid #cc444d;
}

.cart-empty {
    font-size: 20px;
    font-weight: 400;
}

.woocommerce a.added_to_cart, 
.woocommerce-page a.added_to_cart {
    background: none repeat scroll 0 0 #cc444d;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    line-height: 36px;
    margin-top: 8px;
    padding-top: 0;
    text-align: center;
    width: 120px;
}

.woocommerce a.added_to_cart:hover, 
.woocommerce-page a.added_to_cart:hover{
    background: #962e35;
}

.shipping_calculator {
    margin-top: 20px;
}

.shipping_calculator > h2{
    font-size: 20px;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, 
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  margin-left: 7px;
  font-size: 14px;
  margin-top: 2px;
}

.woocommerce .woocommerce-error:before, 
.woocommerce-page .woocommerce-error:before {
  background: none repeat scroll 0 0 #f15740;
  line-height: 0;
}

.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
  color: #353535 !important;
  font-size: 19px;
}

.woocommerce form .form-row select, 
.woocommerce-page form .form-row select {
    height: 38px;
}
.woocommerce .woocommerce-message::before {
    top: 1.6em
}

/*--------------------------------------------------------------
Woocommerce single page
--------------------------------------------------------------*/

.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #cc444d;
    text-shadow:0,0,0,transparent;
}
.single-product.woocommerce .price {
    font-size: 14px !important;
    font-weight: normal !important;
}
.woocommerce div.product span.price del, 
.woocommerce div.product p.price del, 
.woocommerce #content div.product span.price del, 
.woocommerce #content div.product p.price del, 
.woocommerce-page div.product span.price del, 
.woocommerce-page div.product p.price del, 
.woocommerce-page #content div.product span.price del, 
.woocommerce-page #content div.product p.price del {
    color: #353535;
    font-size: 16px;
    margin-right: 10px;
}

.woocommerce div.product span.price ins, 
.woocommerce div.product p.price ins, 
.woocommerce #content div.product span.price ins, 
.woocommerce #content div.product p.price ins, 
.woocommerce-page div.product span.price ins, 
.woocommerce-page div.product p.price ins, 
.woocommerce-page #content div.product span.price ins, 
.woocommerce-page #content div.product p.price ins,.woocommerce div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce #content div.product span.price, 
.woocommerce #content div.product p.price, 
.woocommerce-page div.product span.price, 
.woocommerce-page div.product p.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce-page #content div.product p.price {
    background: inherit;
    color: #cc444d;
    font-weight: 700;
    font-size: 22px;
}

.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins{
    color: #cc444d;
    font-size: 16px;
}

.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del {
  color: #353535;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
}

.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins{
    color: #cc444d;
    font-weight: normal;
}

.woocommerce-main-image.zoom {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display: block;
    padding: 20px;
    width: 100%;
}

.woocommerce .woocommerce-main-image.zoom img {
    margin: 0 auto;
    width: auto !important;
}

.woocommerce .thumbnails .zoom {
    margin-left: 1%;
    margin-right: 0 !important;
    width: 24% !important;
    opacity: 0.5;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.woocommerce .thumbnails .zoom:hover{
    opacity: 1;
}

.woocommerce .thumbnails .zoom.first{
    clear: inherit !important;
}

.thumbnails .zoom img {
    width: auto !important;
}

.woocommerce .star-rating, 
.woocommerce-page .star-rating {
    color: #626fba;
}

.single-product .quantity {
    height: 36px;
}

.single-product .qty {
    height: 36px !important;
}

.single-product .minus, .single-product .plus {
    height: 19px !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ccc; 
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #626fba;
}


/******* responsive menu **********/
#nav {
    display: none;
}

.responsive-header {
    display: none;
}

.search-results article {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/** Added By Sadip */
/* About Us Section */
.about .about-excerpt.home-description {
  width: 50%;
  float: left;
  text-align: left;
  color: #777777;
  font-size: 18px;
  line-height: 32px;
}
.about .about-excerpt strong {
    display: block;
    font-size: 23px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 20px;
}
.about .about-excerpt.home-description p.home-description-bold {
    font-size: 23px;
}

/** Footer Menu */
.footer-menu ul {
  margin-left: 0;
  list-style: none;
}
.footer-menu ul li {
  float: left;
  padding: 2px 10px;
  border-right: 1px solid #ccc;
  line-height: 8px;
}
.footer-menu ul li >a {
    position: relative;
    top: 0;
}
.footer-menu ul li >a:hover {
    color: #cc444d;
    top: -3px;
}
.footer-menu ul li >a:active {
    top: 3px;
}
.footer-menu ul li:nth-of-type(1) {
  padding-left: 0px;
}
.footer-menu ul li:nth-last-of-type(1) {
  border-right: none;
}

/** logged in admin bar sticky menu */
.logged-in.admin-bar header#masthead.fixed {
    top: 32px;
}