/* ==============================================================

Theme Name: Glaring
Theme URI: http://devsproteam.com/glaring-wp/
Author: DP Theme
Author URI: http://devsproteam.com/
Description: Glaring is a mordern a clean WordPress Theme . Which is fully responsive. Its layout is smart and it's typography is clean. 
It is also a smooth theme so that every visitor feel comofor when they visite through the Theme. 
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
text domain: glaring

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.

 
 
-----------------------------------
TABLE OF CONTENTS: 
-----------------------------------
01 - FONTS
02 - COMMON STYLES
03 - TYPOGRAPHY
04 - HEADER AREA
+ Main menu
+ Logo
05 - SLIDER
06 - ABOUT US
07 - COUNTER
08 - SERVICES
09 - WORKS HISTORY
10 - CREATIVE MINDS
11 - SKILL
12 - PRICING PLAN
13 - BLOG POST
+ Standard Post
+ gallery Post
+ Audio Post
+ Video Post
14 - CLIENTS TESTIMONIAL
15 - CONTACT US
16 - MAPS
17 - SUBSCRIBE EMAIL
18 - FOOTER
+ Social Menu
+ Footer Credit
 
=================================================================== */
 

/* -----------------------------------------------------------------------------------
      TYPOGRAPHY
----------------------------------------------------------------------------------- */

*{
  padding: 0;
  margin: 0;
}

img{
  border: none;
  outline: none;
  max-width: 100%;
}

a,
a:active,
a:focus,
a:hover{
  outline: none;
  text-decoration: none;
}

a{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #80809d;
}

input:focus,textarea:focus,select:focus{
  outline: none!important;
  box-shadow: none;
}

ul{
  margin: 0;
  list-style-type: none;
}

.go-left {
  float: left;
}

.go-right {
  float: right;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.section-padding {
  padding: 50px 0;
}

.section-bg {
  background: #F5F5F5;
}

.no-padding-right {
  padding-right: 0;
}

h1{
  font-size: 36px;
  color: #333;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 15px;
  font-family: "Raleway",sans-serif;
  text-transform: uppercase;  
}

h2{
  font-size: 30px;
  color: #333;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

h3{
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

p{
  font-size: 15px;
  margin: 0 0 15px;
  color: #333333;
  font-weight: 300;
  line-height: 24px;
}

html, body {
  height: 100%;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
}

td,
th {
  padding: 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.post-excerpt table a {
  margin: 0;
  padding: 0;
}


tr {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    line-height: 40px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
}

h1 {
    font-size: 48px;
    margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}


h3 {
  font-size: 22px;
  margin: 22px 0;
}


h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
    margin: 24px 40px;
    font-style: italic;
    border: none;
}

.post-excerpt blockquote p {
  font-size: 20px;
  line-height: 35px;
}
     
.post-excerpt figure a {
  margin: 0;
  padding: 0;
}  

.format-quote blockquote::before {
  color: #27ae60;
  content: "“";
  font-family: arial;
  font-size: 114px;
  font-weight: 400;
  left: 0;
  line-height: 0.8;
  padding-right: 25px;
  position: absolute;
  top: 15px;
}

blockquote::before, 
blockquote::after, 
q::before, 
q::after {
  content: none;
}

blockquote::before, 
blockquote::after, 
q::before, 
q::after {
  content: none;
}

blockquote, q {
  hyphens: none;
  quotes: none;
}

.format-quote .post-excerpt blockquote {
  font-size: 28px;
  margin: 0;
}

.format-quote blockquote {
  font-style: italic;
  font-weight: 300;
  padding-left: 75px;
  position: relative;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


/*--------------------------------------------------------------
# Stickey Post
--------------------------------------------------------------*/
.glaring-sticky {
    position: relative;
}

.glaring-sticky::before {
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 10px;
    color: #27ae60;
}

textarea {
  border: 1px solid #eeeeee;
  padding: 10px;
  width: 100%;
}

textarea:focus {
  border : 1px solid #26af5f !important ;
}

input:focus {
  border : 1px solid #26af5f !important ;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: gray;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.only-front #header {
  background: transparent none repeat scroll 0 0;
  position: absolute;
}

.only-front #header .navbar-default .navbar-nav > li > a, 
.archive .navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/* -----------------------------------------------------------------------------------
        Main Css
----------------------------------------------------------------------------------- */
      
/*================================ HEADER ====================================*/
#header {
  left: 0;
  padding: 10px 0;
  top: 0;
  -webkit-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -moz-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -ms-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -o-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 99999;
  background: #ffffff none repeat scroll 0 0;
}

.sticky-wrapper.is-sticky nav.navbar ul > li > a {
  color: #ffffff;
}

.sticky-wrapper.is-sticky nav.navbar ul ul li a,
.sticky-wrapper.is-sticky nav.navbar ul ul ul li a,
.sticky-wrapper.is-sticky nav.navbar ul ul ul ul li a {
  color: #333333;
}

nav.navbar .navbar-header a.navbar-brand {
  height: auto;
  padding: 12px 0;
}

.navbar-default{
  background:none;
  border:none;
  margin:0;
}

.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand{
  margin:0;
  height:auto;
  padding:11px 0;
}

.navbar-default .navbar-nav > li{
  margin-left:30px;
}

.navbar-default .navbar-nav > li.active {
  box-shadow: inherit;
}

.navbar-default .navbar-nav > li:first-child{
  margin:0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus{
  font-size:14px;
  color:#333333;
  text-transform:uppercase;
  padding:15px 0px;
  position:relative;
  font-weight:600;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #27ae60;
    outline: 0;
}

.navbar-default .navbar-nav > li > a::before{
  width:0%;
  position:absolute;
  bottom:7px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before{
  background-color:#27ae60;
  width:100%;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover{
  color:#27ae60;
  background:none;
}

.navbar-right{
  margin:0;
}

.sticky-wrapper {
  height: auto !important;
}

.sticky-wrapper.is-sticky header {
  position: relative;
  z-index: 1;
}

.sticky-wrapper.is-sticky header::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.dropdown-submenu{
  position:relative;
}

.dropdown-submenu>.dropdown-menu{
  top:0;left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu > a::after {
  content: "›";
  display: block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  height: 0;
  margin-right: -5px;
  margin-top: -5px;
  width: 0;
}

.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}

.dropdown-submenu.pull-left{
  float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu{
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #333333;
}

.sticky-wrapper.is-sticky .navbar-default .navbar-nav > .open > a, 
.sticky-wrapper.is-sticky .navbar-default .navbar-nav > .open > a:focus, 
.sticky-wrapper.is-sticky .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #ffffff;
}

.caret {
  border: medium none;
  height: 100%;
  position: relative;
  width: 100%;
}

.caret::after {
  content: "›";
  font-size: 20px;
  margin-top: -10px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: rotate(90deg);
}

.navbar-right .dropdown-menu {
  left: 0;
  right: 0;
}

.dropdown-menu > li > a {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #e7e7e7;
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  min-width: 200px;
  padding: 10px 20px;
  white-space: inherit;
}

.dropdown-submenu > .dropdown-menu {
  border-radius: inherit;
  left: 100%;
  margin-left: -1px;
  margin-top: -2px;
  min-width: 16em;
  top: 0;
  white-space: inherit;
  padding: 0;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
  min-width: 16em;
  padding: 0;
}

.navbar-default .navbar-nav > li.smooth-menu:last-child .dropdown-menu {
  left: inherit;
}

.navbar-default .navbar-nav > li.smooth-menu:last-child .dropdown-menu .dropdown-menu {
  left: inherit;
  right: 100%;
}

.navbar-default .navbar-nav > li.smooth-menu:last-child .dropdown-menu .dropdown-menu .dropdown-menu {
  left: inherit;
  right: 100%;
}

.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
  background-color: #eee;
  border-color: #27ae60;
}

.navbar-default .navbar-nav > li > a,
.archive .navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 30px 0  !important;
  position: relative;
  text-transform: uppercase;
}


/*================================ SLIDER ====================================*/

.welcome-hero-area, 
.welcome-slide-area, 
.welcome-slide-area div {
  height: 100%;
}

.welcome-slide-area div.single-slider-item-tablecell, 
.single-slider-item-tablecell div {
  height: auto;
}

.single-slider-item-table {
  display: table;
  width: 100%;
}

.single-slider-item-tablecell {
  display: table-cell;
  height: 10%;
  vertical-align: middle;
}

.single-slider-item {
  position: relative;
  z-index: 1;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.single-slider-item::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.slider-content a {
 background: #27ae60 none repeat scroll 0 0;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  margin: 0 5px;
  padding: 15px 20px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  width: 180px;
  color: #ffffff;
}

.slider-content a:hover {
  background: #2c3e50 none repeat scroll 0 !important;
  color: #ffffff;
}

.slider-content h1 {
  color: #f0f0f0;
}

.slider-content p {
  color: #f0f0f0;
  margin-bottom: 30px;
}

.slider-content .bottom-arrow {
   margin-top: 80px;
}

.slider-content .bottom-arrow ul {
  margin: 0;
}

.slider-contenton .bottom-arrow li {
  list-style: none;
  display: block;
  list-style: outside none none;
}

.slider-content .bottom-arrow li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 50px;
  z-index: 1;
}

.slider-content .bottom-arrow li a::after {
  background: black none repeat scroll 0 0;
  -webkit-border-radius:  50%;
    -moz-border-radius: 50%;
      -ms-border-radius: 50%;
        border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.slider-content .bottom-arrow li a i {
  color: #FFF;
}

.welcome-slide-area #main-carousel-slider a.carousel-control {
  color: #ffffff;
  font-size: 30px;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 0;
  top: 0;
  width: auto;
}

#main-carousel-slider a.carousel-control {
  left: -80px;
}

#main-carousel-slider:hover a.carousel-control {
  left: 0;
}

.welcome-slide-area  #main-carousel-slider a.left.carousel-control {
  display: block;
  height: 45px;
  margin-top: -60px;
  text-align: center;
  top: 50%;
  width: 80px;
}

.welcome-slide-area #main-carousel-slider a.right.carousel-control {
  display: block;
  height: 45px;
  text-align: center;
  top: 50%;
  width: 80px;
}

.bottom-arrow {
  bottom: 20px;
  height: 50px !important;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  width: 50px;
}

.bottom-arrow > ul {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}

.bottom-arrow ul li a {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bottom-arrow ul li a::after {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bottom-arrow ul li a i {
  color: #ffffff;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

/* slider animation */

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* heading style */

.heading-style {
  margin-bottom: 30px;
  text-align: center;
}

.heading-style h2 {
  border-bottom: 3px solid;
  color: #27ae60;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 900;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.heading-style h2::after {
  background: #2c3e50 none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 50%;
}

/*================================ ABOUT ME ====================================*/

.about-content {
  overflow: hidden;
}

.about-content-details {
  padding: 20px 15px;
}

.about-content-details h3 {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
}

.about-content-details a {
  background: #27ae60 none repeat scroll 0 0;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  width: 180px;
  text-align: center;
  margin-top: 10px;
}

.about-content-details a:hover {
  background: #2C3E50 none repeat scroll 0 0;
  color: #ffffff;
}

.share-post a {
  color: #2c3e50;
  display: inline-block !important;
}

#blog-content .post-content-area .single-blog-item .share-post {
  display: block !important;
}

.share-post a:hover{
  color:#27AE76;
}

.creative-item-overlay .share-post h4 {
  display: none;
}

/*================================ SERVICES AREA ====================================*/

.services-content-area {
  overflow: hidden;
}

.wpb_wrapper .single-blog-item {
  height: 730px;
  margin: 0;
}

.services-icon {
  color: #27ae60;
  font-size: 50px;
  text-align: center;
}

.services-desc h3 {
  margin: 15px 0;
   -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}

.services-single-item:hover .services-desc h3 {
  color: #27AE60;
}

.services-desc p {
  margin: 0;
}

.services-desc {
  text-align: center;
}


/*================================ COUNTER AREA ====================================*/
#count-area {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

#count-area::after {
  background: black none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.counter-item {
  color: #ffffff;
  position: relative;
  text-align: center;
}

.section-padding.parallax-window.counter-element {
  padding: 150px 0;
}

.counter-item i {
  font-size:40px;
}

.timer {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align:center;
  line-height:80px;
}

.counter-item h3 {
  color: #ffffff;
  font-weight: 900;
}


/*================================ WORKS AREA ====================================*/

#works-area {
  overflow: hidden;
}

#works-content-items .mix {
  display: none;
}

.works-content-menu {
  text-align: center;
}

#works-menu {
  display: inline-block;
  margin-bottom: 40px;
}

#works-menu li {
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
}

#works-menu li.active {
  background: #2c3e50 none repeat scroll 0 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

#works-menu li.active::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #2c3e50;
  bottom: -6px;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
}

.signle-works-item {
  height: auto;
  padding: 0;
}

.single-works {
  position: relative;
  text-align: center;
}

.single-works img {
  width: 100%;
}

.works-item-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.single-works:hover .works-item-overlay  {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.works-item-overlay::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.works-item-overlay .over-share-icon > a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 50px;
  margin: 0 5px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 50px;
}

.over-share-icon{
  position: absolute;
  top: 38%;
  left: 32%;
}

.works-item-overlay .over-share-icon > a:hover {
  background: #FFF;
  color: #27AE60;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/*================================ CREATIVE MINDS AREA ====================================*/

.creative-item {
  border: 1px solid #e1e1e1;
}

.creative-item div.apss-icon-block , 
.main-share div.apss-icon-block {
  background-color: transparent !important;
}

.creative-item div.apss-icon-block i, 
.main-share div.apss-icon-block div.apss-icon-block i{
  color:#FFFFFF !important;
}

.creative-item-overlay .apss-single-icon a:hover .fa , 
.main-share div.apss-icon-block .apss-single-icon a:hover .fa {
  background: inherit !important; 
}

.crative-item-img {
  overflow: hidden;
  position: relative;
}

.creative-item-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: -100%;
  width: 100%;
  z-index: 1;
}

.creative-item-overlay::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.creative-item-overlay .share-on {
  margin-top: -20px;
  position: relative;
  top: 50%;
}

.creative-item-overlay .apss-single-icon a .fa, 
.main-share .apss-single-icon a .fa {
  border: 1px solid #FFFFFF;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  padding: 12px;
  width: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.creative-item-overlay .apss-single-icon a:hover .fa{
  background: #FFF !important;
  color: #000000 !important;
}

.creative-item:hover .creative-item-overlay {
  top: 0;
  -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
      -ms-animation: bounceY 0.9s linear;
        transition-delay: 0s;
  animation: bounceY 0.9s linear;
}

.creative-item-content {
  position: relative;
}

.member {
  background: #27ae60 none repeat scroll 0 0;
    -moz-box-shadow: 0 10px 15px -5px #2c3e50;
      -webkit-box-shadow: 0 10px 15px -5px #2c3e50;
        -o-box-shadow: 0 10px 15px -5px #2c3e50;
          box-shadow: 0 10px 15px -5px #2c3e50;
  height: 50px;
  left: 25%;
  position: absolute;
  text-align: center;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  top: -25px;
  width: 50%;
  z-index: 999;
}

.member h3 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  padding: 15px;
}

.member-desc {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px 10px 10px;
  text-align: center;
}

.member-desc h3 {
  font-size: 24px;
  margin: 15px 0;
}

/* start animation  */
@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}

@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}

@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}

/* end animation  */

/*================================ OUR SKILLS ====================================*/
#skill-area {
  padding-bottom: 0;
}

.skill-single-content {
  margin-bottom: 0px;
}

.skill-single-content .percent p{
  display: none;
}

.percent {
  height: 200px;
  margin: 0 auto;
  width: 200px;
}

.skil-name {
  margin: 20px 20px 0;
}

.skil-name > h3 {
  margin: 0;
}

#our-service {
  padding-bottom: 0;
}

/*================================ PRICING AREA ====================================*/
.single-pricing-item {
  float: left;
  padding: 20px 20px 0;
  text-align: center;
  width: 33.3%;
}

.price {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
      -ms-transition:all 0.35s ease-in-out;
        -o-transition:all 0.35s ease-in-out;
          transition:all 0.35s ease-in-out;
}

.price:hover, .active-price {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
      -webkit-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
        -o-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
  transform: scale(1.05);
    -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);      
}

.price .header {
  background-color: #2c3e50;
  border-top-left-radius: 25px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
  padding: 50px 0;
  text-transform: uppercase;
}

#pricing-area .pricing-content-area ul {
  list-style: none ;
  margin-left: 0;
}

.single-pricing-item ul {
  list-style: none ;
  margin-left: 0;
}

.pricing-content-area ul {
  list-style: none ;
  margin-left: 0;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
  background-color: #eaeaea;
  font-size: 20px;
  font-weight: 900;
  padding: 20px;
}

.grey.footer-pricing {
  border-bottom-right-radius: 25px;
  padding: 35px;
}

.list-price {
  line-height: 40px;
  margin: 20px 0;
}

.button {
  background-color: #27ae60;
  border: medium none;
    -webkit-border-radius: 0 25px;
      -moz-border-radius: 0 25px;
        -ms-border-radius: 0 25px;
            border-radius: 0 25px;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pricing-content-area .price a {
  background: #27ae60 none repeat scroll 0 0;
  color: #ffffff;
}

.pricing-content-area .price a:hover {
  background: #2c3e50 none repeat scroll 0 ;
  color: #ffffff;
}

/*================================ BLOG POST AREA ====================================*/

#blog-area.section-padding {
  padding-bottom: 0;
}

.post-content-area {
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
}

.single-blog-video iframe {
  height: 370px;
  width: 100%;
}

.single-blog-audio iframe {
    height: 370px;
    width: 100%;
}

.single-blog-thumb-overlay h2 {
    color: #ffffff;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    margin: 0;
}

.single-blog-thumb-overlay span {
    display: block;
}

.single-blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog .single-blog-audio iframe, 
.blog .single-blog-video iframe,
.archive .single-blog-audio iframe, 
.archive .single-blog-video iframe {
  min-height: 210px;
  height: inherit;
}

.single-blog-thumb img {
  min-height: 370px;
  -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
      -ms-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
          transition:all 0.5s ease-in-out;
   max-width: 100%;
}

.single-blog-thumb img:hover { 
  -webkit-transform:scale(1.2) translateY(-7.5%); 
    -moz-transform: scale(1.2) translateY(-7.5%); 
      -ms-transform: scale(1.2) translateY(-7.5%); 
        transform: scale(1.2) translateY(-7.5%); 
}

.single-blog-gallery-item img {
  min-height: 370px;
  -webkit-transition: all 0.5s ease-in-out 0s;
     -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
       -o-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
  width: 100%;
}

.single-blog-gallery-item img:hover {
    -webkit-transform:scale(1.2) translateY(-7.5%); 
    -moz-transform: scale(1.2) translateY(-7.5%); 
      -ms-transform: scale(1.2) translateY(-7.5%); 
        transform: scale(1.2) translateY(-7.5%); 
}

.single-blog-thumb-overlay {
  background: #2c3e50 none repeat scroll 0 0;
  left: 0;
  padding: 18px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 75px;
}

.single-blog-thumb-overlay a {
  color: #ffffff;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}

.single-blog-thumb-overlay span {
    display: block;
}

.single-blog-details a {
  color: #2c3e50;
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 30px 0 10px;
  text-transform: uppercase;
  width: auto;
}

.single-blog-details a:hover {
  color: #27ae60;
}

.post-info .posted-on {
    color: #6a6a6a;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.posted-on a {
  color: #2c3e50;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 0;
}

.posted-on a:hover {
    color: #27ae60;
}

.posted-on i {
  color: #27ae60;
  font-size: 20px;
  margin-right: 10px;
}

.post-info {
  display: block;
  overflow: hidden;
  width: 100%;
}

.post-excerpt p {
  font-size: 16px;
}

.post-excerpt a {
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: normal;
    text-transform: inherit;
    color: #27ae60;
}

.share-post h4 {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 0;
}

.share-on {
  display: block;
}

.share-on li {
    display: inline-block;
}

.share-on div a i {
  border: 1px solid #c6c6c6;
  color: #2c3e50;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
      -ms-transition:all 0.35s ease-in-out;
        -o-transition:all 0.35s ease-in-out;
          transition:all 0.35s ease-in-out;
}

.home .single-blog-item .share-on div a i {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.apss-icon-block a{
    display: inline-block;
}

.apss-icon-block a i{
  color:#222222;
}

.apss-icon-block a i:hover {
  background: #44b96d none repeat scroll 0 0;
  color: #ffffff;
}

.apss-social-share a {
  color: #6a6a6a;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.apss-icon-block{  
  margin-right:10px;
} 

.apss-icon-block {
  float: left;
}

.creative-item-overlay  .apss-icon-block {
  display: inline;
  float: none;
}

/* single blog carousel */
#single-blog-gallery.owl-carousel.owl-theme {
  position: relative;
}

#single-blog-gallery .owl-controls.clickable {
  margin: 0;
}

#single-blog-gallery .owl-controls.clickable .owl-buttons {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
}

#single-blog-gallery .owl-controls.clickable .owl-buttons .owl-prev {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#single-blog-gallery .owl-controls.clickable .owl-buttons .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  height: 20px;
  position: absolute;
  right: 8px;
  width: 20px;
}

.owl-prev, .owl-next {
    display: none;
}

#single-blog-gallery.owl-carousel.owl-theme:hover {
    display: block;
}

/*================================ CLIENT TESTIMONIAL AREA ====================================*/

#testimonial-content {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  width: 80%;
  margin: 0 auto;
}

.owl-theme .owl-controls .owl-page span {
  background: #27ae60 none repeat scroll 0 0;
}

.client-profile {
  height: 220px;
}

.client-profile img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  height: 200px;
  margin: 5px auto;
  width: 200px;
}

.client-comments {
  padding: 40px 15px;
}

.client-comments p.cl-cmnts {
  position: relative;
  padding: 0 20px;
}

.client-comments p.cl-cmnts::before {
  background: rgba(0, 0, 0, 0) url("images/about/quote-gray-right.png") no-repeat scroll 0 0 / 10px auto;
  bottom: -10px;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  width: 20px;
}

.client-comments p.cl-cmnts::after {
  background: rgba(0, 0, 0, 0) url("images/about/quote-gray-left.png") no-repeat scroll 0 0 / 10px auto;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.client-address p {
  color: #27ae60;
  font-style: italic;
  font-weight: 900;
  margin: 0;
  text-transform: capitalize;
}

.client-address > h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.client-address p {
  color: #27ae60;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#testimonial-content .owl-controls {
  bottom: 20px;
  margin-top: 0;
  position: absolute;
  right: 20px;
}

#testimonial-content .owl-controls .owl-pagination .owl-page span {
  -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
      -ms-border-radius: inherit;
        border-radius: inherit;
}

/*================================ CONTACT AREA ====================================*/

.contact-area{
  position: relative;
  z-index: 1;
}

.contact-area::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* contact form*/
.contact-form input {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
      -moz-border-right-colors: none;
        -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #7f7f7f;
  border-image: none;
  -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
      -ms-border-radius: inherit;
        border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-size: 16px;
  margin: 20px 0;
  min-height: 40px;
  padding: 10px;
}

.contact-form textarea {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
      -moz-border-right-colors: none;
        -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #7f7f7f;
  border-image: none;
  -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
      -ms-border-radius: inherit;
        border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-size: 16px;
  padding: 10px;
  color: #FFF;
}

.contact-form input[type="text"] {
    color: #FFF;
}

.contact-form input[type="email"] {
    color: #FFF;
}

.contact-form input[type="submit"] {
  background: #27ae60 none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  height: 50px;
  width: 180px;
  margin-bottom: 0;
}

.contact-details {
  padding: 30px;
}

.contact-details ul {
  list-style: outside none none;
  width: 100%;
}

.contact-details ul li {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}

.contact-icon-bar {
  display: table-cell;
  height: auto;
  vertical-align: middle;
  width: 70px;
  
}

.contact-icon-bar i {
  border: 1px solid;
  -webkit-border-radius: 0 10px;
      -moz-border-radius: 0 10px;
        -ms-border-radius: 0 10px;
          border-radius: 0 10px;
  color: #27ae60;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.contact-short-details {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

.contact-short-details p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.contact-short-details a {
  color: #ffffff;
  display: block;
  font-weight: 300;
}

.contact-short-details a:hover {
  color: #27AE60;
}
div.wpcf7-validation-errors {
    border: 2px solid #ece3e3;
    color: #f18080;
}
.vc_row{
 margin-left: 0 !important;
 margin-right: 0 !important;
}

.vc_column-inner {
  padding-left:0 !important;
  padding-right:0 !important;
}

/*================================ GOOGLE MAPS AREA ====================================*/

#google-maps iframe {
  border: medium none;
  height: 500px;
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}

#google-maps iframe.clicked{
  pointer-events: auto;
}

/*================================ SUBSCRIBE AREA ====================================*/

.subscribe-area {
  padding: 80px 0;
  text-align: center;
}

.subscribe-now form {
  background: #27ae60 none repeat scroll 0 0;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 100%;
}

.subscribe-now input[type="email"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: inherit;
  box-shadow: 0 0 0;
  color: #ffffff;
  float: left;
  font-size: 18px;
  height: auto;
  padding: 12px 12px 12px 60px;
  width: 100%;
}

.subscribe-now input[type="email"]:focus {
  border: medium none !important;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}

.form-control::-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}

.form-control::-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.subscribe-now {
  height: auto;
  margin: 0 auto;
  padding: 0;
  width: 40%;
}

.subscribe-now form i {
  background: #27ae60 none repeat scroll 0 0;
  color: #ffffff;
  float: left;
  font-size: 30px;
  left: 0;
  padding: 10px 15px;
  position: absolute;
}

.subscribe-now input[type="submit"] {
  background: #2c3e50 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  float: right;
  font-family: "Oswald",sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  right: 0;
  padding: 11px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.mc4wp-response {
  display: block;
  float: left;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}

.mc4wp-alert.mc4wp-success > p {
  color: green;
  font-weight: 900;
  margin: 0;
}

/*================================ FOOTER AREA ====================================*/

footer.footer-area {
  background: #000000 none repeat scroll 0 0;
}

.social-area ul li {
  display: inline-block;
}

.social-area ul li a {
  border: 1px solid #ffffff;
  -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
      -ms-border-radius: 10px 0;
        border-radius: 10px 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-right: 8px;
  padding: 5px 0;
  text-align: center;
  -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
      -ms-transition:all 0.35s ease-in-out;
        -o-transition:all 0.35s ease-in-out;
          transition:all 0.35s ease-in-out;
  width: 40px;
}

.social-area ul li a:hover {
  background: #27ae60  none repeat scroll 0 0;
}

.footer-credit p {
  color: #fff;
  letter-spacing: 2px;
  margin: 8px 0;
  text-align: right;
  text-transform: capitalize;
}

/* ## Page Loader ********************** */

.load-position .logo {
  margin: 0 auto;
}

.load-complete {
  position: fixed;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
}

.load-complete .logo {
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.load-complete .load-position h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
}

.load-complete .load-position {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  right: 0;
  margin-top: -100px;
}

.load-complete .loading {
  position: absolute;
  width: 100%;
  height: 3px;
  margin: 20px auto;
  left: 0;
  right: 0;
}

.load-complete .loading-line {
  position: absolute;
  background: #27ae60;
  width: 100%;
  height: 3px;
}

.load-complete .loading-break {
  position: absolute;
  background: #000000;
  width: 20px;
  height: 3px;
}

.load-complete .loading-dot-1 {
  -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
      -ms-animation: loading 2s infinite;
        -o-animation: loading 2s infinite;
          animation: loading 2s infinite;
}

.load-complete .loading-dot-2 {
  -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
      -ms-animation: loading 2s 0.5s infinite;
        -o-animation: loading 2s 0.5s infinite;
          animation: loading 2s 0.5s infinite;
}

.load-complete .loading-dot-3 {
  -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
      -ms-animation: loading 2s 1s infinite;
        -o-animation: loading 2s 1s infinite;
          animation: loading 2s 1s infinite;
}

@keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

/* contact form alert */
#contactform .loader {
  display: block;
  padding-bottom: 10px;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 0 !important;
  padding: 15px;
}

.alert-msg {
  background: #ffffff none repeat scroll 0 0;
  color: #685654;
  display: none;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  text-align: left;
}

#message b {
  color: red;
}

.alert.alert-success {
    background: transparent none repeat scroll 0 0;
}

.alert.alert-success > h3 {
    color: green;
    margin-bottom: 0;
}

.alert.alert-success > p {
    color: black;
}

.footer-pricing button {
  border: medium none;
  -webkit-border-radius: 0 25px;
  -moz-border-radius: 0 25px;
  -ms-border-radius: 0 25px;
  border-radius: 0 25px;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-more-button{
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.view-more-button a {
  background: #27ae60 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 0 25px;
  -moz-border-radius: 0 25px;
  -ms-border-radius: 0 25px;
  border-radius: 0 25px;
  color: #ffffff;
  display: inline-block;
  font-weight: 900;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.view-more-button a:hover{
  background-color: #2c3e50 ;
  color:#FFFFFF;
  transition:.3s;
}

.more-button a, .about-content-details a {
  color: #FFFFFF;
}

.apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after{
  height:0;
}

.wpb_wrapper{
  padding:0 !important;
}

/*works area share icons*/

.works-item-overlay .share-on{
  position:absolute;
  top:8%;
  right:10%;
}

.main-share .share-on{
  display:none;
}

.main-share .apss-single-icon a:hover .apss-icon-block:after{
  height:0;
}

.main-share .share-on a .fa{
  color: #FFFFFF;
}

.creative-item .share-on div {
  display: inline-block !important;
  float: none;
}

.creative-item .apss-icon-block a i:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #000000 !important;
}

/*
SINGLE POST STANDARD
*/

.single.single-post .single-post-standard-area-top {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom: 1px solid #e8e8e8;
}

.single.single-post #header.single {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  min-height: 110px;
}

.single.single-post .navbar-default .navbar-nav > li > a,
.archive .navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 30px 0;
  position: relative;
  text-transform: uppercase;
}

.single.single-post .is-sticky .navbar-default .navbar-nav > li > a,
.archive .is-sticky .navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 30px 0;
  position: relative;
  text-transform: uppercase;
}


.single.single-post .navbar-default .navbar-nav > li > a:focus {
   color: #333333 !important;
}

#navbar-menu .single.single-postt .is-sticky .navbar-default .navbar-nav > li > a:focus {
   color: #ffffff !important;
}

.single.single-post .single-post-heading {
  padding: 150px 0;
  text-align: center;
}

.single.single-post .single-post-posted {
  padding-bottom: 10px;
  position: relative;
}

.single.single-post .single-post-posted::after {
  background: #27ae60 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 80px;
}

.single.single-post .single-post-heading h2 {
  text-transform: inherit;
}

.single.single-post .single-post-posted > h4 {
  font-size: 14px;
}

.single.single-post .single-post-posted a {
  color: #27ae60;
  display: inline-block;
  padding: 0 5px;
}

.single.single-post .single-blog-thumb.single-post-blog-thumb img {
  transform: inherit;
}

.single.single-post .single-post-blog-thumb {
  overflow: hidden;
  position: relative;
}

.single.single-post .single-blog-item.standard-post.single-blog {
  margin-bottom: 0;
}

#blog-area.single-post-blog-area {
  padding: 50px 0;
}

.single.single-post .single-blog-details {
  padding: 30px 0;
}

.single.single-post .single-post-content-blockqute {
  background: #f7f7f7 none repeat scroll 0 0;
  border-left: 5px solid #000000;
  margin: 30px 0;
  padding: 15px;
}

.single-post-posted .tags {
  display: none;
}

.single.single-post .single-post-content-blockqute > p {
  color: #636363;
  font-size: 18px;
  margin: 0;
}

.single.single-post .post-content > h2 {
  text-transform: inherit;
}

.single.single-post .single-content-list ul{
  padding-left: 50px;
  margin-left: 0;
}

.single.single-post .single-content-list li {
  font-size: 14px;
  font-weight: 300;
  list-style: outside none square;
  padding: 5px;
}

.single.single-post .single-post-share > h4 {
  margin: 18px;
  text-transform: uppercase;
}

.single.single-post .single-post-done-comment {
    margin-top: 80px;
}

.single.single-post .single-post-done-comment > h4 {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single.single-post .avatar {
  float: left;
  width: 120px;
}

.single.single-post .comments-content {
    float: left;
}

.single.single-post .comments-content > h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.single.single-post .comments-inner {
  background: #f7f7f7 none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px;
}

.single.single-post .comments-content h5 {
    font-size: 12px;
    margin: 10px 0;
    text-transform: uppercase;
}

.single.single-post .comments-content > a {
    color: #27ae60;
    text-transform: capitalize;
}

.single.single-post  .comments-content > p {
}

.single.single-post .comment-author > img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.single.single-post .comment-field {
  margin-top: 40px;
}

.single.single-post #usr.form-control {
    float: left;
    width: 49%;
}

.single.single-post #usr.form-control {
    padding: 20px;
    width: 49%;
}

.single.single-post #email.form-control {
    float: right;
    padding: 20px;
    width: 49%;
}

.single.single-post .comment-field input[type="submit"] {
    background: #27ae60 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    margin: 20px 0;
    padding: 10px;
    width: 200px;
}

.single.single-post .comment-form input {
  border-color: #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.single.single-post .comment-body a, 
.single.single-post .comment-field a{
  color:#505B91;
}

.single.single-post .comment-body a:hover, 
.single.single-post .comment-field a:hover{
  color:#26AF5F;
}

.single.single-post .comment-form textarea {
  border:2px solid #e7e7e7;
}

.single.single-post .single.single-post .comment-field input[placeholder] {
    color: black;
}

.single.single-post .single-blog-gallery-item.single-content-gellary img {
  transform: inherit;
  width: 100%;
}

.comment-form-comment label[for='comment']{
  display:none;
}


/* blog post css */
#blog-area.blog-post-area{
  padding: 50px 0;
}

.read-more > a {
  background: #27ae60 none repeat scroll 0 0;
      -webkit-border-radius: 0 10px;
    -moz-border-radius: 0 1px;
    -ms-border-radius: 0 10px;
    border-radius: 0 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-transform: capitalize;
  width: auto;
  margin: 10px 0;
}

.read-more > a:hover {
  color: #ffffff !important;
  background: #2c3e50;
}

.single-blog-details.blog-post {
  padding: 30px 0 10px;
}

.single-blog-thumb.blog-thumb img {
  transition: all 0.5s ease-in-out 0s;
}

.blog .single-blog-thumb.blog-thumb img {
  transition: all 0.5s ease-in-out 0s;
}

.single-blog-thumb.blog-thumb img:hover {
  transform: inherit;
}

.single-blog-item.blog-only {
  margin-bottom: 50px;
  overflow: hidden;
}

.page-numbers {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.page-numbers li {
  display: inline;
}

.page-numbers li a, 
.page-numbers li span {
  display: inline-block;
}

.page-numbers a {
  margin-right: 10px;
}

.page-numbers > li > a,
.page-numbers > li > span{
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

.page-numbers li span[aria-hidden="true"] {
  background: #FFFFFF;
  color: #337ab7;
  line-height: 0;
  margin: 0;
}

.page-numbers li span[aria-hidden="true"]:hover {
  background:inherit;
}

.page-numbers li a, .page-numbers li span{
  margin-right: 10px;
}

.page-numbers li span {
  color: #FFFFFF;
}

.page-numbers > li > a:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.page-numbers  > li:first-child > a, 
.page-numbers  > li:first-child > span {
  border-radius: inherit;
}

.page-numbers  > li:last-child > a, 
.page-numbers  > li:last-child > span {
  border-radius: inherit;;
}

.page-numbers  > li span a, 
.page-numbers  > li span a:focus, 
.page-numbers  > li span a:hover, 
.page-numbers  > li span, 
.page-numbers  > li > span:focus, 
.page-numbers  > li span:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}

.post-excerpt span {
  font-size: 16px !important;
}

/* Sidebar Css */

.sidebar-single > select#archives-dropdown--1 {
  border: 1px solid #dfdfdf;
  margin-top: 20px;
  padding: 7px;
  text-align: center;
  width: 100%;
}

.sidebar-single select#cat {
  border: 1px solid #dfdfdf;
  margin-top: 20px;
  padding: 7px;
  text-align: center;
  width: 100%;
}

.textwidget select {
  border: 1px solid #dfdfdf;
  padding: 7px;
  text-align: center;
  width: 100%;
}

.sidebar-single .search-form input[type="search"] {
  border: 1px solid #dfdfdf;
  width: 100%;
}

.sidebar-single .textwidget {
  margin-top: 20px;
}

.sidebar-single .textwidget strong {
  display: block;
  margin: 10px 0;
}

.sidebar-single .search-form {
  margin-top: 20px;
}

.sidebar-single .search-form label {
  width: 79%;
}

.sidebar-default {
    border: 1px solid #dfdfdf;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.sidebar-default::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #dfdfdf;
    bottom: -6px;
    content: "";
    left: 50%;
    margin-left: -3px;
    position: absolute;
}

.sidebar-default h4 {
  font-size: 16px;
  margin: 10px 0;
}

.sidebar-single {
  margin-bottom: 50px;
}

.sid-dflt-content {
  margin-top: 20px;
  text-align: center;
}

.sid-dflt-content ul li {
    display: inline-block;
}

.sid-dflt-content ul li a {
    color: #909090;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.recent-post-img > img {
    height: 100px;
    position: relative;
    width: 100px;
}

.sid-overlay {
    position: absolute;
    right: -10px;
    top: -10px;
}

.recent-post-img {
  float: left;
  height: 100px;
  position: relative;
  width: 100px;
}

.sid-overlay > span {
  background: #27ae60 none repeat scroll 0 0;
  border: 2px solid;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 900;
  height: 35px;
  line-height: 32px;
  text-align: center;
  width: 35px;
  z-index: 999;
}

.recent-post-cnt {
  display: table-cell;
  padding-left: 30px;
  text-align: left;
  vertical-align: middle;
}

.recent-post-cnt > a {
    color: #333333;
    display: block;
    font-weight: 900;
}

.recent-post-cnt > a:hover {
  color: #27ae60;
}

span.recent-postdate {
    font-size: 12px;
}

.recent-post-content.sid-dflt-content {
  border-bottom: 1px solid #dfdfdf;
  display: table;
  margin: 0;
  overflow: hidden;
  padding: 30px 0;
}

.recent-post-content.sid-dflt-content:last-child {
  border: medium none;
  margin: 0;
  padding-bottom: 0;
}

.sidebar-single .tagcloud {
    text-align: left;
    margin: 20px 0 40px;
    overflow: hidden;
}

.sidebar-single .tagcloud a {
  background: #f5f5f5 none repeat scroll 0 0;
  color: gray;
  display: block;
  float: left;
  font-size: 12px !important;
  margin-bottom: 3px;
  margin-right: 5px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.sidebar-single .tagcloud a:hover {
    background: #27ae60 none repeat scroll 0 0;
    color: #ffffff;
}

.popular-single {
    overflow: inherit;
    position: relative;
    text-align: center;
}

.popular-single iframe {
  width: 100%;
}

.popular-content-overlay {
    background: #ffffff none repeat scroll 0 0;
    bottom: -51px;
    left: 5%;
    margin: 0 auto;
    min-height: 102px;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 90%;
}

.popular-content-overlay > a {
    color: #333333;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.popular-content-overlay > a:hover {
  color: #27ae60;
}

.popular-post-date {
    font-size: 12px;
}

.popular-sidbar-content.sid-dflt-content {
  margin-top: 30px;
  overflow: inherit;
  padding-bottom: 40px;
}

.categorie-sidebar-item {
    text-align: left;
}

.categorie-sidebar-item ul li {
    display: block;
}

.categorie-sidebar-item ul li:last-child {
  margin: 0;
  padding: 0;
}

.categorie-sidebar-item ul li a {
    border-bottom: 1px solid #eeeeee;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: left;
    text-transform: capitalize;
}

.categorie-sidebar-item ul li a:hover {
  color: #27ae60;
}

.categorie-sidebar-item ul li a span {
    color: #333333;
    font-size: 12px;
    font-weight: 900;
    margin-left: 10px;
}

.categorie-sidebar-item ul li a {
  color: gray;
}


.sidebar-single .follow-me-content ul {
  margin: 0;
  text-align: center ;
}

.sidebar-single .follow-me-content ul li a:hover {
  margin: 0;
}

/* Comment Fields css */

.comment-body {
  background: #f7f7f7 none repeat scroll 0 0;
  overflow: hidden;
  padding: 15px;
}

.single.single-post .single-post-done-comment {
    margin-top: 80px;
}

.single.single-post .single-post-done-comment > h4 {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single.single-post .avatar {
  float: left;
  width: 120px;
}

.single.single-post .comments-content {
    float: left;
}

.single.single-post .comments-content > h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.single.single-post .comments-inner {
  background: #f7f7f7 none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px;
}

.single.single-post .comments-content h5 {
    font-size: 12px;
    margin: 10px 0;
    text-transform: uppercase;
}

.single.single-post .comments-content > a {
    text-transform: capitalize;
    color: #333333;
}

.single.single-post  .comments-content > p {
}

.single.single-post .comment-author > img {
    border-radius: 50%;
    height: 70px;
    margin-right: 30px;
    width: 70px;
}

.single.single-post .comment-field {
  margin-top: 40px;
}

.comment-author cite.fn, .comment-author span.says {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-style: inherit;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#div-comment-4 > p {
  display: inline-block;
  margin: 10px 0;
}

.comment-respond {
  margin-top: 20px;
}

.single.single-post .comment-form textarea {
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 15px;
}

.single-blog-details .post-content form input[type="password"] {
  border: 1px solid #eeeeee;
  padding: 10px;
}

.comment-reply-link {
  color: #2db064 !important;
}

.comment-form-author {
  float: left;
  width: 48%;
}

.comment-form-author label {
  color: #333333;
  display: block;
  font-size: 15px;
}

.comment-form-author > input#author {
  border: 1px solid #eeeeee;
  height: 50px;
  padding: 10px;
  width: 98%;
}

.comment-form-email > input#email {
  border: 1px solid #eeeeee;
  height: 50px;
  padding: 10px;
  width: 100%;
}

.comment-form-email > label {
  display: block;
}

.comment-form-email > label {
  display: block;
  float: left;
}

.comment-form-url > label {
  display: block;
  float: left;
  width: 100%;
}

.comment-form-url > input#url {
  border: 1px solid #eeeeee;
  height: 50px;
  padding: 10px;
  width: 47%;
}

.popular-single a img {
  width: 100%;
}

.comment-form-email {
  display: block;
  float: right;
  width: 48%;
}

/* Payment Option */

.pmpro_thead-msg > a {
  color: #46ba6e;
}

form.pmpro_form label {
  display: block;
  float: left;
  font-weight: bold;
  margin: 5px 0;
  text-align: left;
  width: 100%;
}

form.pmpro_form .input, 
form.pmpro_form textarea, 
form.pmpro_form select {
  border: 1px solid #d8d8d8;
  display: inline-block;
  height: 40px;
  margin: 0 3px 0 0;
  max-width: 60%;
  padding: 10px;
  width: 50%;
}

.pmpro_asterisk {
  color: #26af5f;
  font-weight: 900;
}

abbr[data-original-title], abbr[title] {
  border-bottom: 1px dotted #26af5f;
  cursor: help;
}

.pmpro_required {
  margin-bottom: 10px !important;
}

#ExpirationMonth > option {
  padding: 10px;
}

#ExpirationYear > option {
  padding: 10px;
}

.pmpro_payment-cvv a {
  color: #26af5f;
  font-weight: 900;
  padding: 10px;
}

button, html input[type="button"], 
input[type="reset"], input[type="submit"] {
  background: #26af5f none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  padding: 10px;
}

button, html input[type="button"], 
input[type="reset"], input[type="submit"]:hover {
  color: #ffffff;
}

.confirmation-page-glaring {
  margin: 100px auto 0;
  width: 85%;
}

.confirmation-page-glaring h3 {
  color: red;
}

.confirmation-page-glaring > ul {
  margin-bottom: 20px;
}

/* Menu AdminBar */

.logged-in.admin-bar .navbar.navbar-default {
  padding: 25px 0;
}

/* not front page */

.not-front-page {
  padding: 50px 0;

}

/* not front page */ 
/* 404  Page */

.not-fount-page {
  background: #eeeeee none repeat scroll 0 0;
  padding: 200px 0;
  text-align: center;

}

.not-fount-page > a {
  color: #26af5f;
}

/* Default Widget */

table#wp-calendar {
  text-align: center;
  width: 100%;
}

table#wp-calendar th {
  text-align: center;
}

table#wp-calendar caption {
  font-weight: 900;
  padding: 15px 0;
  text-align: center;
}

table#wp-calendar tr td {
  padding: 5px 0;
}

table#wp-calendar tr td#today {
  font-weight: 900;
}

table#wp-calendar tr td#next {
  font-weight: 900;
}

table#wp-calendar tr td#prev {
  font-weight: 900;
}

.screen-reader-text {
  display: none;
}

#searchform.searchform {
    margin-bottom: 40px;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

#searchform input[type="text"] {
  border: 1px solid #26af5f;
  height: 43px;
  padding: 10px;
  width: 100%;
}

#searchform.searchform input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
}
.search-no-results form, .no-content form {
  margin-top: 25px;
}
.search-no-results input[type='search'] {
  border: 1px solid #DFDFDF;
}
.search-form .search-field {
  padding: 9px;
}
.search-for h4 {
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    padding: 6px 0;
    font-weight: 300;
}
.search-for h4 span {
  font-weight: 500;
}
.sidebar-single > ul {
  margin-bottom: 40px;
  margin-left: 0;
}

.sidebar-single li {
    margin: 15px 0;
    list-style: none;
}

.sidebar-single li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-single ul li a {
  color: gray;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
}

.sidebar-single .calendar_wrap tr td a {
  color: #27ae60;
}

.follow-me-content.sid-dflt-content ul li {
  margin: 0;
}

#contact-us .wpb_button, 
.wpb_content_element, 
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.single-blog-details.blog-post-content > a {
  display: inline-block;
  float: left;
  margin: 30px 0 10px;
  width: auto;
}

.single-blog-details.blog-post-content > a:hover {
  color: #27ae60 ;
}

button, html input[type="button"], 
input[type="reset"], 
input[type="submit"]:hover {
  background: #2C3E50;
}


.glaring-sticky .single-blog-details.blog-post-content > a {
  margin: 20px 0;
  padding-left: 30px;
}

.post-password-form input[type="password"] {
  border: 1px solid #d4d4d4;
  padding: 10px;
}

figcaption {
  margin-top: 10px !important;
}

.gl-page-link > a {
  color: #27ae60;
  display: inline-block;
  margin: 0;
  width: auto;
}

.gl-page-link > a:nth-child(1) {
    float: left;
}

.gl-page-link > a:nth-child(2) {
    float: right;
}

.share-post h4 {
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
}

#comments.comment-field ol.comment-list {
  list-style: outside none none;
}

.comment-author img {
  height: 50px;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 50px;
  border-radius: 50%;
}

figure.gallery-item .landscape > a {
  float: left;
  padding: 10px;
  width: 100%;
}

.categorie-sidebar-item > ul {
  margin: 0;
}

.sidebar-single ul li a {
  margin: 0;
}

.sidebar-single ul li a:hover {
  color: #27ae60 ;
  margin-left: 15px;
}

.sidebar-single ul li.recentcomments a:hover {
   margin: 0;
}

.sidebar-single ul li a.rsswidget {
  color: #27ae60;
}

.sidebar-single ul li a.rsswidget:hover {
  margin: 0;
}

.categories-sidbar-content.sid-dflt-content:last-child {
  margin-bottom: 0;
}

.services-single-item {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.social-area > ul {
  margin: 0;
  padding: 0;
}


.mejs-container, 
.mejs-container .mejs-controls, 
.mejs-embed, 
.mejs-embed body {
  margin-bottom: 50px;
}