/*------------------------------------------------------------------
    Template Name:	Welkit
    Template URI: http://enroutedigitallab.com/html/welkit
    Description :: Blog and News TEMPLATE
    Author: enroutedigitallab
    Author URI: http://enroutedigitallab.com/
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
*/
/*========================================================================
    Index
    ------------------------------------------------------------------------
    # -  1.0 - Global Css
    # -  2.0 - Typography 
    # -  3.0 - Top Bar  
    # -  4.0 - Menu Area
    # -  5.0 - Home Two Slider
    # -  6.0 - Slider Style One
    # -  7.0 - Slider Style Four
    # -  8.0 - Blog Post Item
    # -  9.0 - Footer
    # - 10.0 - Sidebar
    # - 11.0 - Recent Video
    # - 12.0 - Author Post Area
    # - 13.0 - Email Subscriber
    # - 14.0 - Travel Header
    # - 15.0 - Fasion Banner
    # - 16.0 - Blog Detail
    # - 17.0 - Categories
    # - 18.0 - Search Form
    # - 19.0 - Green Base color
    # - 20.0 - Pink Base color
    # - 21.0 - Contact
    # - 22.0 - Login
*/
/* -----------------------------------
** Global Css
-------------------------------------*/
.t3s {
  transition: 0.3s;
}

.t2s {
  transition: 0.2s;
}

.t5s {
  transition: all .5s ease 0s;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

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

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #444444;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #757575;
  line-height: 32px;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 0;
  background: #cf0e0e;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"], textarea, textarea.form-control {
  border: 1px solid #f4f4f4;
  padding-left: 37px;
  border-radius: 0;
  margin-bottom: 10px;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, textarea.form-control:focus {
  border-color: #cf0e0e;
  box-shadow: none;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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 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%;
}

/* 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,
.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;
}

ul {
  margin: 0px;
}

a {
  transition: 0.3s;
  color: #757575;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
  color: #cf0e0e;
}

input, button, textarea, select {
  transition: 0.3s;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: 0;
}

input[type='submit']:focus {
  outline: 0;
}

/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #191919;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 28px;
}

h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 8px;
}

ul {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.pr {
  position: relative;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt125 {
  margin-top: 125px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 50px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

/*   padding
--------------------------*/
.pdr0 {
  padding-right: 0;
}

.pdl0 {
  padding-left: 0;
}

.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt35 {
  padding-top: 35px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt45 {
  padding-top: 45px;
}

.pdt50 {
  padding-top: 50px;
}

.pdt55 {
  padding-top: 55px;
}

.pdt60 {
  padding-top: 60px;
}

.pdt65 {
  padding-top: 65px;
}

.pdt70 {
  padding-top: 70px;
}

.pdt75 {
  padding-top: 75px;
}

.pdt80 {
  padding-top: 80px;
}

.pdt85 {
  padding-top: 85px;
}

.pdt90 {
  padding-top: 90px;
}

.pdt95 {
  padding-top: 95px;
}

.pdt100 {
  padding-top: 100px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb35 {
  padding-bottom: 35px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb45 {
  padding-bottom: 45px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdb55 {
  padding-bottom: 55px;
}

.pdb60 {
  padding-bottom: 50px;
}

.pdb65 {
  padding-bottom: 65px;
}

.pdb70 {
  padding-bottom: 70px;
}

.pdb75 {
  padding-bottom: 75px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdb85 {
  padding-bottom: 85px;
}

.pdb90 {
  padding-bottom: 90px;
}

.pdb95 {
  padding-bottom: 95px;
}

.pdb100 {
  padding-bottom: 100px;
}

.pdb105 {
  padding-bottom: 105px;
}

.pdb110 {
  padding-bottom: 110px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.section-heading {
  padding-bottom: 26px;
}

.section-heading h2 {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.section-heading p {
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: italic;
}

.section-padding {
  padding-top: 85px;
  padding-bottom: 72px;
}

.base-color {
  color: #cf0e0e;
}

a.base-color:before {
  background: #cf0e0e !important;
}

.base-bg {
  background: #cf0e0e;
}

.black-bg {
  background: #0f0f0f;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?hfaxhr");
  src: url("../fonts/icomoon.eot?hfaxhr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hfaxhr") format("truetype"), url("../fonts/icomoon.woff?hfaxhr") format("woff"), url("../fonts/icomoon.svg?hfaxhr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chat-icon:before {
  content: "\e900";
}

.welkit-button-one,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  min-width: 160px;
  padding: 14px 20px;
  border: 1px solid #f4f4f4;
  display: inline-block;
  text-align: center;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  font-weight: 600;
  margin-top: 17px;
  color: #333333;
  text-transform: uppercase;
  transition: .5s;
}

.welkit-button-one:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cf0e0e;
  color: #fff !important;
  background: #cf0e0e;
}

.welkit-button-one {
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  color: #222222;
}

.welkit-button-one.active {
  border-color: #cf0e0e;
  color: #fff;
  background: #cf0e0e;
}

.welkit-button-one.active:hover {
  background: #b00505;
}

.welkit-button-one.active:focus {
  color: #fff;
}

.welkit-button-two {
  background: #fff;
  min-width: 175px;
  padding: 16px 15px;
  position: absolute;
  bottom: 0;
  color: #cf0e0e;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  transition: .7s;
}

.welkit-button-two:hover {
  background: #cf0e0e;
  color: #fff;
}

.ass-bg {
  background: #fbfbfb;
}

/* -----------------------------------
** Top Bar
-------------------------------------*/
.top-bar {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 28px;
}

.topbar-menu {
  padding-top: 8px;
}

.topbar-menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0 20px;
  position: relative;
}

.topbar-menu ul li a {
  font-size: 12px;
}

.topbar-menu ul li a:before {
  position: absolute;
  left: -5px;
  content: '';
  width: 3px;
  height: 3px;
  background: #888888;
  top: 11px;
}

.topbar-menu ul li:first-child {
  padding-left: 0;
}

.topbar-menu ul li:first-child a:before {
  display: none;
}

.topbar-social {
  text-align: right;
  padding: 7px 0 1px 0;
}

.topbar-social ul li {
  display: inline-block;
  padding: 3px 7px;
}

.topbar-social ul li a {
  font-size: 14px;
}

.topbar-social ul li:last-child {
  padding-right: 0;
}

.topbar-social ul li:first-child {
  padding-left: 0;
}

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

.color-social ul li a i {
  color: #bababa;
}

.color-social ul li a i.fa-facebook {
  color: #00aced;
}

.color-social ul li a i.fa-twitter {
  color: #00aced;
}

.color-social ul li a i.fa-google-plus {
  color: #dd4b39;
}

.color-social ul li a i.fa-linkedin {
  color: #007bb6;
}

/* -----------------------------------
** End Top Bar
-------------------------------------*/
/* -----------------------------------
** Menu Area
-------------------------------------*/
.menu-area {
  transition: .3s;
  background: #fff;
  padding-bottom: 15px;
}

.menuzord-menu > li {
  padding: 0 20px 0 0;
}

.menuzord-menu > li > a {
  padding: 8px 0 26px 30px;
  background: transparent;
  font-size: 13px;
  color: #222222;
  font-weight: 700;
  text-transform: none;
}

.menuzord-menu > li > a:hover {
  color: #cf0e0e;
}

.menu-list {
  padding-right: 30px;
}

.menuzord {
  background: #fff;
  z-index: 1;
}

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
  border: 0;
  margin-top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 240px;
  padding: 8px 37px 12px 37px;
}

.menuzord-menu ul.dropdown li, .menuzord-menu ul.dropdown li ul.dropdown li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  min-height: 45px;
}

.menuzord-menu ul.dropdown li:last-child, .menuzord-menu ul.dropdown li ul.dropdown li:last-child {
  border-bottom: 0;
}

.menuzord-menu ul.dropdown li a {
  color: #818181;
  font-size: 12px;
  padding: 0;
}

.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a,
.menuzord-menu ul.dropdown li:hover > a {
  color: #cf0e0e;
}

.menuzord-menu ul.dropdown li {
  border-bottom: 1px solid #eeeeee;
  padding: 4px 0;
}

.welkit-header-one {
  padding-bottom: 159px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}

.welkit-header-one .main-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.menuzord-brand {
  margin: -1px 30px 0 0;
}

.menuzord-brand span {
  color: #191919;
  font-weight: 700;
  font-size: 30px;
  padding-left: 0;
}

.menuzord-brand span:hover {
  color: #191919;
}

.menuzord .showhide em {
  background: #443c3c;
}

.menuzord .showhide {
  padding: 10px 0 3px;
  margin-right: 11px;
}

.menuzord-menu li .indicator {
  display: none;
}

.main-menu-fix {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: .3s;
}

.menu-area .container {
  position: relative;
}

/*  Menu Style Two */
.header-style-two {
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 100px;
}

.header-style-two .menu-area {
  position: absolute;
  left: 0;
  width: 100%;
}

.header-style-two .logo {
  margin-top: 72px;
  margin-bottom: 42px;
}

.header-style-two .logo .brand-name {
  color: #191919;
  font-size: 105px;
  line-height: 75px;
  font-weight: 700;
}

.header-style-two .logo .sub {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 1px;
}

.header-style-two .topbar-social {
  width: 235px;
  padding: 2px 15px 0 0;
  border-right: 1px solid #f4f4f4;
  text-align: center;
}

.header-style-two .humbarger {
  width: 80px;
  border-right: 1px solid #f4f4f4;
  text-align: center;
}

.header-style-two .humbarger span {
  margin-left: auto;
  margin-right: auto;
}

.header-style-two .menu-three {
  width: calc(100% - 640px);
  text-align: center;
  padding-bottom: 6px;
}

.header-style-two .search-box {
  width: 315px;
  padding-top: 2px;
  border-left: 1px solid #f4f4f4;
  padding-left: 40px;
  margin-top: 0;
  position: static;
}

.header-style-two .main-menu {
  display: table;
  width: 100%;
}

.header-style-two .menu-area {
  border-color: #f4f4f4;
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header-style-two .menu-area .menu-three, .header-style-two .menu-area .humbarger, .header-style-two .menu-area .topbar-social, .header-style-two .menu-area .search-box {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.header-style-two .menu-three-inner {
  text-align: center;
  display: inline-block;
}

.header-style-two .menuzord-menu.menuzord-right {
  text-align: left;
}

.header-style-two .menuzord-brand {
  display: none;
}

/*  Menu Style Three */
.humbarger {
  width: 75px;
  float: left;
  margin-top: 10px;
  cursor: pointer;
}

.humbarger span {
  width: 20px;
  height: 2px;
  background: #000000;
  display: block;
  margin-top: 3px;
}

.menu-style-five.main-menu-fix {
  padding-top: 15px;
}

.welkit-header-five, .welkit-header-six {
  position: relative;
}

.welkit-header-five .menu-area, .welkit-header-six .menu-area {
  box-shadow: 0 0 4px rgba(171, 171, 171, 0.46);
  padding-top: 12px;
  height: 64px;
  width: 100%;
  left: 0;
  position: absolute;
}

.welkit-header-five .menu-area .menu-and-search, .welkit-header-six .menu-area .menu-and-search {
  position: relative;
  display: inline-block;
  margin-top: -11px;
}

.welkit-header-five .menu-area .main-menu, .welkit-header-six .menu-area .main-menu {
  width: calc(100% - 180px);
  float: left;
}

.welkit-header-five .menu-area .main-menu .navbar-nav, .welkit-header-six .menu-area .main-menu .navbar-nav {
  padding: 0;
}

.welkit-header-five .menu-area .topbar-social, .welkit-header-six .menu-area .topbar-social {
  float: right;
  width: 180px;
  text-align: right;
  border: 0;
}

.welkit-header-five .topbar-social ul li a, .welkit-header-six .topbar-social ul li a {
  color: #222222;
}

.welkit-header-five .topbar-social ul li a:hover, .welkit-header-six .topbar-social ul li a:hover {
  color: #cf0e0e;
}

.welkit-header-five .menuzord-brand, .welkit-header-six .menuzord-brand {
  display: none;
}

.welkit-header-five .menuzord-menu > li > a, .welkit-header-six .menuzord-menu > li > a {
  padding: 8px 0 21px 30px;
}

.welkit-header-five .humbarger, .welkit-header-six .humbarger {
  margin-top: 12px;
  width: 40px;
}

.welkit-header-five .search-box, .welkit-header-six .search-box {
  top: 8px;
}

.welkit-header-five #easy-menu .button, .welkit-header-six #easy-menu .button {
  top: 11px;
}

.welkit-header-six #easy-menu .button {
  top: -32px;
}

.welkit-header-six .main-logo {
  width: 150px;
}

.welkit-header-five {
  padding-bottom: 64px;
  margin-bottom: 90px;
}

.welkit-header-five .menu-area {
  bottom: 0;
}

.welkit-header-six {
  padding-top: 64px;
}

.welkit-header-six .menu-area {
  top: 0;
}

.main-logo {
  float: left;
  width: 100px;
}

#easy-menu {
  float: right;
  margin-top: 18px;
}

.menu-list {
  margin-bottom: 0;
}

.menu-three .menuzord-menu > li {
  padding: 0 15px;
}

.menu-three .menuzord-menu > li > a {
  padding: 8px 0px 18px 20px;
}

.menu-three #easy-menu ul ul {
  text-align: left;
}

#easy-menu #head-mobile {
  font-size: 25px;
  color: #222222;
  padding: 0;
}

#easy-menu #head-mobile i {
  display: none;
}

#easy-menu .button {
  font-size: 25px;
  color: #222222;
  display: none;
  padding: 0;
}

#easy-menu,
#easy-menu ul,
#easy-menu ul li,
#easy-menu ul li a,
#easy-menu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#easy-menu #head-mobile {
  display: none;
}

#easy-menu > ul > li {
  float: left;
}

#easy-menu ul ul {
  position: absolute;
  left: -9999px;
  background: #fff;
  z-index: 2;
  padding: 5px 0 5px 0;
  border: 1px solid rgba(164, 181, 224, 0.17);
  margin-top: 10px;
  transition-property: margin-top;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

#easy-menu ul ul li a:before {
  display: none;
}

.menu-area .menu-list > li.has-sub li a {
  padding: 16px 26px;
}

#easy-menu ul ul li {
  transition: all .25s ease;
}

#easy-menu li:hover > ul {
  left: auto;
  margin-top: 0;
}

#easy-menu ul ul ul {
  margin-left: 100%;
  transition: .3s;
}

#easy-menu ul ul li:last-child {
  border-bottom: 0;
}

#easy-menu ul ul li a {
  width: 190px;
}

#easy-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

.main-menu-fix {
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  nav {
    width: 100%;
  }
  #easy-menu .button {
    display: block;
    margin-top: -6px;
  }
  #easy-menu {
    width: 100%;
  }
  #easy-menu ul {
    width: 100%;
    display: none;
  }
  #easy-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(164, 181, 224, 0.17);
  }
  #easy-menu ul ul li,
  #easy-menu li:hover > ul > li {
    height: auto;
  }
  #easy-menu ul li a,
  #easy-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #easy-menu > ul > li {
    float: none;
  }
  #easy-menu ul ul li a {
    padding-left: 25px;
  }
  #easy-menu ul ul ul li a {
    padding-left: 35px;
  }
  #easy-menu ul ul,
  #easy-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #easy-menu > ul > li.has-sub > a:after,
  #easy-menu > ul > li.has-sub > a:before,
  #easy-menu ul ul > li.has-sub > a:after,
  #easy-menu ul ul > li.has-sub > a:before {
    display: none;
  }
  #easy-menu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  #easy-menu .button {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: -40px;
    cursor: pointer;
    z-index: 12399994;
    transition: 0s;
  }
  .menu-three {
    min-height: 57px;
  }
  .menu-three #easy-menu .button {
    right: 20px;
    top: 10px;
  }
  .menu-three .menu-list {
    margin-top: 47px;
  }
  #easy-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(164, 181, 224, 0.17);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .menu-area .menu-list > li a {
    padding: 16px 0;
  }
  #easy-menu ul ul {
    border: 0;
    padding: 0;
  }
  #easy-menu ul ul li:first-child {
    border: 0;
  }
  #easy-menu ul ul .submenu-button {
    height: 46px;
    width: 46px;
  }
  #easy-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:after {
    top: 22px;
    right: 13px;
  }
  #easy-menu .submenu-button.submenu-opened:after {
    background: #828282;
  }
  #easy-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:before {
    top: 19px;
    right: 16px;
  }
  #easy-menu .submenu-button.submenu-opened:before {
    display: none;
  }
  #easy-menu ul ul ul li.active a {
    border-left: none;
  }
  #easy-menu > ul > li.has-sub > ul > li.active > a,
  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #easy-menu > ul > li.has-sub li.has-sub {
    padding-bottom: 0;
  }
  #easy-menu > ul > li.has-sub li.has-sub > a {
    padding-bottom: 15px;
  }
}

.search-box {
  position: absolute;
  right: 15px;
  top: 6px;
  margin-top: 12px;
  z-index: 2;
}

.menu-area .search-box a {
  color: #747474;
  font-size: 14px;
}

.search-box a i {
  color: #222222;
  font-size: 14px;
}

.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 111;
  -webkit-animation: searchZoomIn .4s;
  animation: searchZoomIn .4s;
  display: none;
}

.top-search-input-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #fff;
}

.top-search-input-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}

.top-search-input-wrap :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #fff;
}

.top-search-input-wrap :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff;
}

.top-search-input-wrap.show {
  display: block;
}

.top-search-input-wrap .top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.top-search-input-wrap .search-wrap .search.educon-top-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after {
  content: "\f002";
  font-size: 17px;
  color: #cf0e0e;
  font-family: fontawesome;
  position: absolute;
  right: 27px;
  pointer-events: none;
  line-height: 60px;
  cursor: pointer;
}

.top-search-input-wrap .search-wrap .search.educon-top-search input {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  border-width: 0;
  height: 60px;
  box-shadow: none;
  padding: 10px 34px;
  width: 100%;
  color: #fff;
  font-size: 13px;
}

.top-search-input-wrap .close-icon {
  font-size: 30px;
  color: #ffffff;
  top: 20px;
  right: 20px;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  font-weight: 200;
  font-family: lato;
}

@-webkit-keyframes searchZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}

@keyframes searchZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}

/* -----------------------------------
** End Menu Area
-------------------------------------*/
/* -----------------------------------
** Home Two Slider
-------------------------------------*/
.slider-style-two .slider-thumbs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.slider-style-two .slider-thumbs ul {
  width: 100%;
}

.slider-style-two .slider-thumbs ul li {
  opacity: 0;
}

.slider-style-two .slider-thumbs ul li a {
  display: inline-block;
  border: 8px solid #fff;
}

.slider-style-two .slider-thumbs ul li a img {
  height: 84px;
  width: 127px;
}

.slider-style-two .slider-thumbs ul li.next-carousel, .slider-style-two .slider-thumbs ul li.prev-carousel {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
}

.slider-style-two .slider-thumbs ul li.next-carousel {
  right: -70px;
}

.slider-style-two .slider-thumbs ul li.prev-carousel {
  left: -70px;
}

.slider-style-two .blog-slider-navigation {
  display: none;
}

.slider-style-two .post-author .author-name span {
  color: #fff;
}

.slider-area .container {
  position: relative;
}

.slider-style-two .carousel-caption {
  background: rgba(162, 24, 24, 0.95);
  bottom: 50%;
  max-width: 475px;
  left: 0;
  right: 0;
  margin-left: auto;
  padding-top: 28px;
  margin-right: auto;
  padding-bottom: 45px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  text-shadow: none;
}

.slider-style-two .carousel-caption .meta-info {
  padding-bottom: 13px;
}

.slider-style-two .carousel-caption .meta-info a {
  color: #fff;
}

.slider-style-two .carousel-caption h3 {
  color: #fff;
  text-transform: capitalize;
}

.slider-style-two .carousel-caption h3 a:hover {
  color: inherit;
}

.slider-style-two .carousel-caption .carousel-inner {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.slider-style-two .author-and-tag {
  display: inline-block;
  padding-top: 7px;
}

/* -----------------------------------
** Home Default Slider
-------------------------------------*/
/* -----------------------------------
** Slider Style One
-------------------------------------*/
.slider-style-one {
  padding-bottom: 35px;
}

.slider-style-one .owl-nav .owl-next,
.slider-style-one .owl-nav .owl-prev {
  font-size: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: .3s;
}

.slider-style-one .owl-nav .owl-next:hover,
.slider-style-one .owl-nav .owl-prev:hover {
  border: 1px solid white;
}

.slider-style-one .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 0;
}

.slider-style-one .owl-nav .owl-prev {
  float: left;
  margin-left: 15px;
}

.slider-style-one .owl-nav .owl-next {
  float: right;
  margin-right: 15px;
}

.slider-style-one-post {
  text-align: center;
  position: relative;
  padding-bottom: 52px;
}

.slider-style-one-post span, .slider-style-one-post a, .slider-style-one-post h4 {
  color: #fff;
}

.slider-style-one-post span:hover, .slider-style-one-post a:hover, .slider-style-one-post h4:hover {
  color: #fff !important;
}

.slider-style-one-post .meta-info span:last-child {
  padding-right: 0;
}

.slider-style-one-post .meta-info {
  padding-top: 28px;
}

.slider-style-one-post .text {
  min-height: 178px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  left: 20px;
  padding: 18px 20px;
}

.slider-style-one-post .text h4 {
  margin-bottom: 0;
}

.slider-style-one-post .text .meta-info {
  padding-bottom: 0;
}

.slider-style-one-post.item1 .text {
  background: #d0970d;
}

.slider-style-one-post.item2 .text {
  background: #06b4c4;
}

.slider-style-one-post.item3 .text {
  background: #e24121;
}

.slider-style-one-post.item4 .text {
  background: #06c449;
}

/* -----------------------------------
** End Slider Style One
-------------------------------------*/
/* -----------------------------------
** Slider Style Four
-------------------------------------*/
.slider-style-four {
  position: relative;
  overflow: hidden;
}

.slider-style-four .carousel-inner img {
  width: 100%;
}

.slider-style-four .slider-thumbs {
  position: absolute;
  bottom: -15px;
  left: 45px;
  width: calc(100% - 90px);
}

.slider-style-four .slider-thumbs a, .slider-style-four .slider-thumbs h4, .slider-style-four .slider-thumbs span {
  color: #fff;
  text-align: center;
}

.slider-style-four .slider-thumbs h4 {
  font-weight: 700;
}

.slider-style-four .slider-thumbs li {
  margin-left: 0;
  margin-top: 5px;
}

.slider-style-four .slider-thumbs li a {
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.51);
  position: relative;
  padding: 10px 20px 0 20px;
  min-height: 167px;
}

.slider-style-four .slider-thumbs li a:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  content: '';
  background: #9a9595;
  height: 1px;
}

.slider-style-four .slider-thumbs li a:hover:before {
  background: #9a9595 !important;
}

.slider-style-four .slider-thumbs li .meta-info {
  display: inline-block;
}

.slider-style-four .slider-thumbs .owl-item:last-child li a {
  border-right: 1px solid rgba(255, 255, 255, 0.51);
}

.slider-style-four .slider-thumbs li.selected a {
  position: relative;
}

.slider-style-four .slider-thumbs li.selected a:after {
  position: absolute;
  top: -3px;
  left: 0;
  width: 70%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: '';
  background: #cf0e0e;
  height: 7px;
}

.slider-style-four .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 1;
}

.slider-style-four .owl-nav {
  font-size: 30px;
  color: #fff;
}

.slider-style-four .owl-nav .owl-prev {
  left: -25px;
}

.slider-style-four .owl-nav .owl-next {
  right: -25px;
}

.slider-style-four .owl-nav > div {
  position: absolute;
  bottom: 78px;
}

.slider-style-four .owl-item:last-child li a {
  border-right: 1px solid rgba(255, 255, 255, 0.51);
}

.slider-style-four .slider-thumbs > ul {
  margin-right: 2px;
}

.slider-style-four .slider-thumbs > ul:after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  content: '';
  background: rgba(255, 255, 255, 0.51);
  width: 1px;
  height: calc(100% - 5px);
  right: 0px;
}

/* -----------------------------------
** End Slider Style Four
-------------------------------------*/
/* -----------------------------------
** Blog Post Item
-------------------------------------*/
/*Blog layour One and Three*/
.blog-layout-one, .blog-layout-three {
  display: table;
  margin-bottom: 60px;
}

.blog-layout-one .image, .blog-layout-three .image {
  display: table-cell;
  width: 300px;
  position: relative;
}

.blog-layout-one .text, .blog-layout-three .text {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
  padding-top: 34px;
}

.blog-layout-one h3, .blog-layout-three h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.blog-layout-one .welkit-button-two, .blog-layout-three .welkit-button-two {
  opacity: 0;
  width: 175px;
}

.blog-layout-one:hover .welkit-button-two, .blog-layout-three:hover .welkit-button-two {
  opacity: 1;
  bottom: 30px;
}

.author-name .separator {
  padding: 0 23px;
  font-size: 10px;
  color: #bababa;
}

.blog-layout-three {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 60px;
}

.blog-layout-three:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 53px;
}

.blog-layout-three .text {
  padding-top: 0;
}

.blog-layout-three .meta-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-layout-three h3 {
  margin-bottom: 19px;
}

.blog-layout-three .welkit-button-one {
  margin-top: 7px;
}

.blog-layout-three > .image {
  position: relative;
}

.blog-layout-three .video-icon-post {
  position: absolute;
  top: 9px;
  right: 15px;
  padding: 0;
}

.blog-layout-three .video-icon-post .icon {
  background: transparent !important;
  height: auto;
  width: auto;
  opacity: .5;
}

.blog-layout-three .video-icon-post .icon span {
  background: transparent !important;
  font-size: 24px;
}

.blog-layout-three .video-icon-post .icon span i {
  color: #fff;
}

.blog-layout-three .video-icon-post:hover .icon {
  background: transparent !important;
}

.blog-layout-three .video-icon-post:hover .icon span {
  background: transparent !important;
}

.blog-layout-three .video-icon-post:hover .icon span i {
  color: #fff;
}

.blog-layout-three:hover .video-icon-post .icon {
  opacity: 1;
}

.blog-layout-three:hover .video-icon-post .icon span {
  color: #fff;
}

.blog-layout-four {
  margin-bottom: 55px;
}

.blog-layout-four h3 {
  margin-bottom: 0;
}

.blog-layout-four .meta-info {
  padding-top: 14px;
  padding-bottom: 23px;
}

.blog-layout-four .text {
  padding-top: 24px;
  text-align: center;
}

.blog-layout-four .heading {
  padding: 0 20px;
}

.blog-layout-five, .blog-layout-six {
  margin-bottom: 60px;
  padding-top: 10px;
}

.blog-layout-five .comment, .blog-layout-six .comment {
  padding-left: 23px;
}

.blog-layout-five header, .blog-layout-six header {
  text-align: center;
}

.blog-layout-five header .author-and-date, .blog-layout-six header .author-and-date {
  padding-bottom: 10px;
  display: inline-block;
}

.blog-layout-five header h3, .blog-layout-six header h3 {
  margin-bottom: 36px;
  font-size: 25px;
}

.blog-layout-five .image, .blog-layout-six .image {
  margin-bottom: 40px;
}

.blog-layout-five p, .blog-layout-six p {
  margin-bottom: 30px;
}

.blog-post-navigation a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.blog-post-navigation a i {
  padding-left: 7px;
}

.social-sharing ul {
  display: inline-block;
}

.social-sharing ul li {
  list-style: none;
  display: inline-block;
  padding-left: 13px;
}

.social-sharing ul li a {
  padding: 2px;
}

.tag-and-sharing {
  display: table;
  border: 1px solid #f4f4f4;
  width: 100%;
  min-height: 60px;
}

.tag-and-sharing .contune-reading {
  width: 230px;
}

.tag-and-sharing .contune-reading a {
  margin: 0;
  border-width: 0 1px 0 1px;
  width: 100%;
}

.tag-and-sharing .tag-list, .tag-and-sharing .social-sharing {
  width: calc(100% - 115px);
}

.tag-and-sharing .tag-list {
  padding-left: 32px;
}

.tag-and-sharing .welkit-button-one {
  padding: 18px 20px;
  font-weight: 700;
}

.tag-and-sharing > div {
  display: table-cell;
  vertical-align: middle;
}

.pagination {
  margin-bottom: 40px;
  padding-top: 10px;
  display: block;
}

.pagination .nav-links a, .pagination .nav-links span.current {
  letter-spacing: 2px;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 4px 4px 4px;
  min-width: 44px;
  min-height: 35px;
  border: 1px solid #f4f4f4;
  text-align: center;
}

.pagination .nav-links a:hover {
  color: #cf0e0e;
}

.pagination .nav-links span.current {
  background: transparent;
  color: #cf0e0e;
}

.pagination .nav-links a.next, .pagination .nav-links a.prev {
  min-width: 77px;
}

.pagination .nav-links a.prev {
  margin-right: 29px;
}

.pagination .nav-links a.next {
  margin-left: 29px;
}

.pagination .nav-links span.dots {
  font-size: 20px;
  min-width: 60px;
  min-height: 50px;
}

.blog-layout-six .social-sharing {
  margin-top: 22px;
  margin-bottom: 13px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  display: inline-block;
  padding: 16px 55px;
  border-radius: 35px;
}

.meta-info {
  text-transform: uppercase;
  padding-top: 23px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-bottom: 7px;
}

.meta-info span {
  padding-right: 20px;
  white-space: nowrap;
}

.meta-info span i {
  padding-right: 5px;
}

.meta-info .separator {
  font-size: 10px;
}

.blog-text {
  padding-bottom: 10px;
}

.post-author {
  display: table;
}

.post-author .image {
  display: table-cell !important;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.post-author .author-name {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #757575;
}

.post-author .author-name span {
  white-space: nowrap;
}

.author-and-tag {
  position: relative;
}

.author-and-tag .post-tag {
  position: absolute;
  display: table;
  background: #fcfcfc;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  text-align: center;
}

.author-and-tag .post-tag span {
  display: table-cell;
  vertical-align: middle;
}

.tag-list span {
  padding-right: 7px;
}

.tag-list ul {
  display: inline-block;
}

.tag-list ul li {
  display: inline-block;
  list-style: none;
}

.tag-list ul li:after {
  content: ',';
}

.tag-list ul li:last-child:after {
  display: none;
}

.tag-list ul li a {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 14px;
}

.blog-layout-default .author-and-tag {
  position: relative;
}

.blog-layout-default .tag-list {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 50px;
  bottom: -100%;
  top: 10px;
  transition: .3s;
  opacity: 0;
  text-align: center;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.blog-layout-default .tag-list ul {
  display: inline-block;
}

.blog-layout-default .tag-list ul li a {
  color: #fff;
}

.blog-layout-default .tag-list span {
  display: inline-block;
  color: #fff;
  padding-right: 8px;
}

.blog-layout-default .tag-list > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-layout-default:hover .tag-list {
  opacity: 1;
  top: 0;
}

.load-more .welkit-button-one {
  min-width: 290px;
  padding: 18px 20px;
}

.load-more .welkit-button-one i {
  padding-right: 15px;
  font-size: 18px;
  padding-top: 3px;
}

/* Blog Layour Two */
.blog-layout-two {
  position: relative;
  margin-bottom: 60px;
}

.blog-layout-two .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: .5s;
}

.blog-layout-two .text {
  position: absolute;
  bottom: 40px;
  padding: 30px;
  left: 50px;
}

.blog-layout-two .text h3, .blog-layout-two .text span {
  color: #fff;
}

.blog-layout-two .text h3 {
  font-size: 22px;
}

.blog-layout-two .text .love-post {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  margin-left: 20px;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding-top: 6px;
}

.blog-layout-two:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.blog-layout-two .meta-info {
  padding-bottom: 11px;
}

.blog-layout-two .author-and-like {
  padding-top: 4px;
}

/* -----------------------------------
** End Blog Post Item
-------------------------------------*/
/* -----------------------------------
** Footer
-------------------------------------*/
.main-footer {
  padding: 82px 0 60px 0;
  margin-top: 70px;
}

.footer-information, .footer-recent-post, .footer-instragram {
  margin-top: 14px;
}

.footer-information h4, .footer-recent-post h4, .footer-instragram h4 {
  margin-bottom: 33px;
  display: inline-block;
  position: relative;
}

.footer-information h4:after, .footer-recent-post h4:after, .footer-instragram h4:after {
  width: 5px;
  height: 5px;
  background: #cf0e0e;
  content: '';
  position: absolute;
  right: -20px;
  top: 13px;
}

.footer-information p {
  font-size: 14px;
  line-height: 28px;
}

.footer-information ul li {
  list-style: none;
}

.footer-information .contact-information {
  padding-top: 24px;
}

.footer-information .contact-information li {
  padding-bottom: 13px;
}

.footer-information .contact-information li span {
  min-width: 30px;
  display: inline-block;
}

.social-icon {
  padding-top: 15px;
}

.social-icon li {
  display: inline-block;
  margin-right: 3px;
}

.social-icon li a {
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 100%;
  background: #3b5999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-icon li a:hover {
  color: #fff;
}

.social-icon li a.facebook-icon {
  background: #3b5999;
}

.social-icon li a.twitter-icon {
  background: #00aced;
}

.social-icon li a.google-plus-icon {
  background: #dd4b39;
}

.footer-recent-post .recent-post-item, .widget-recent-post .recent-post-item {
  display: table;
  margin-bottom: 25px;
}

.footer-recent-post .recent-post-item .image, .widget-recent-post .recent-post-item .image {
  display: table-cell;
  width: 80px;
  height: 80px;
}

.footer-recent-post .recent-post-item .text, .widget-recent-post .recent-post-item .text {
  padding-left: 19px;
  display: table-cell;
  vertical-align: middle;
}

.footer-recent-post .recent-post-item .text span, .widget-recent-post .recent-post-item .text span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.footer-instragram ul {
  list-style: none;
  margin-bottom: 36px;
}

.footer-instragram ul li {
  display: inline-block;
  margin-left: -3px;
}

.author-footer {
  padding: 50px 0;
}

.author-footer .author {
  display: table;
}

.author-footer .author .image {
  width: 65px;
  height: 65px;
  display: table-cell;
}

.author-footer .author .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.author-footer .author .text h5 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 700;
}

.author-footer .author .text span {
  font-size: 12px;
}

.copyright-text {
  font-weight: 300;
  padding: 27px 0;
}

.copyright-text .social-sharing ul li:first-child {
  padding-left: 0;
}

.black-bg .footer-information h4, .black-bg .footer-recent-post h4, .black-bg .footer-instragram h4 {
  color: #fff;
}

.black-bg .footer-information p {
  color: #bbbbbb;
}

.black-bg .contact-information li {
  color: #dddddd;
}

.black-bg .footer-recent-post .recent-post-item h5 {
  color: #fff;
}

.black-bg .author-footer .author .text h5 {
  color: #fff;
}

.black-bg .author-footer .author .text span {
  color: #fff;
}

.black-bg .copyright-text {
  color: #fff;
}

.black-bg .footer-logo a {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}

.black-bg a {
  color: #fff;
}

.black-bg a:hover {
  color: #cf0e0e;
}

.home-one-footer .copyright-text {
  border-top: 1px solid #1d1b1b;
}

.home-one-footer .copyright-text .footer-logo a {
  font-weight: 700;
}

.home-one-footer .copyright-text .footer-logo a:hover {
  color: #fff;
}

.footer-logo {
  display: inline-block;
}

.main-footer.ass-bg {
  margin-top: 40px;
  border-top: 1px solid #efefef;
}

/* -----------------------------------
** End Footer
-------------------------------------*/
/* -----------------------------------
** Sidebar
-------------------------------------*/
.widget-heading {
  padding-bottom: 17px;
}

.widget-heading h4 {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.widget-heading h4:after {
  width: 5px;
  height: 5px;
  background: #cf0e0e;
  content: '';
  position: absolute;
  right: -20px;
  top: 13px;
}

.widget-categories ul {
  background: #fbfbfb;
  display: block;
}

.widget-categories ul li {
  list-style: none;
  border-bottom: 2px solid #fff;
  padding: 18px 30px 15px 34px;
}

.widget-categories ul li a {
  position: relative;
  padding-left: 25px;
}

.widget-categories ul li span {
  float: right;
}

.widget-categories ul li span:before {
  content: '|';
  padding-right: 15px;
  color: #bababa;
}

.widget-categories ul li a i {
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  color: #ccc;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  transition: all .3s;
}

.sidebar-widget {
  padding-bottom: 63px;
}

.widget-about-author .text {
  padding-top: 26px;
}

.widget-about-author .text h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.widget-about-author .text .degisgnation-post {
  padding-bottom: 17px;
  display: block;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #757575;
}

.widget-about-author .text .degisgnation-post .separator {
  padding: 0 10px;
}

.widget-flicker ul li {
  list-style: none;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}

.widget-flicker ul li img {
  width: 116px;
}

.widget-flicker ul li:nth-child(3n+0) {
  margin-right: 0;
}

.widget-video ul li {
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
}

.widget-video ul li:first-child {
  padding-top: 0;
}

.widget-video ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.video-icon-post {
  display: table;
  padding-bottom: 23px;
  padding-top: 24px;
}

.video-icon-post .icon {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #fafafa;
  transition: .5s;
  margin-top: 6px;
}

.video-icon-post .icon span {
  height: 22px;
  width: 22px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  background: #cf0e0e;
  color: #fff;
  font-size: 10px;
  position: relative;
  padding-left: 3px;
  transition: .5s;
}

.video-icon-post .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.video-icon-post .text h5 {
  margin-bottom: 0;
}

.video-icon-post .text span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #757575;
}

.video-icon-post:hover .icon {
  background: #cf0e0e;
}

.video-icon-post:hover .icon span {
  background: #fff;
  color: #cf0e0e;
}

.widget-post-like ul li {
  display: table;
  padding-bottom: 32px;
}

.widget-post-like ul li .serial-no {
  display: table-cell;
  vertical-align: middle;
  width: 67px;
  font-size: 45px;
  color: #f0f0f0;
  font-weight: 700;
}

.widget-post-like ul li .text {
  display: table-cell;
  vertical-align: middle;
}

.widget-post-like ul li .text span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #757575;
}

.widget-post-like ul li .text h5 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}

.widget-post-like ul li:last-child {
  padding-bottom: 0;
}

.hidden-sidebar {
  width: 365px;
  height: 500px;
  position: fixed;
  top: 0;
  left: -365px;
  z-index: 9999;
  transition: .5s;
  background: #fff;
  padding: 30px 48px;
  box-shadow: 0 0 4px rgba(171, 171, 171, 0.46);
}

.hidden-sidebar .widget-post-like ul li .text h5 {
  font-size: 15px;
}

.hidden-sidebar .sidbar {
  padding-bottom: 40px;
  text-align: left;
}

#hidden-sidebar-close {
  text-align: right;
}

#hidden-sidebar-close i {
  font-size: 20px;
  cursor: pointer;
}

.hidden-sidebar.sidebar-show {
  left: 0;
}

.slider-style-three {
  position: relative;
}

.slider-style-three .slider-thumbs {
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #171819;
  height: 100%;
  width: 400px;
}

.slider-style-three .slider-thumbs .list-inline {
  display: block;
  padding: 0 45px;
}

.slider-style-three .slider-thumbs li {
  border-bottom: 1px solid #333333;
}

.slider-style-three .slider-thumbs li.selected.slick-active .video-icon-post .icon {
  background: #cf0e0e;
}

.slider-style-three .slider-thumbs li.selected.slick-active .video-icon-post .icon span {
  background: #fff;
  color: #cf0e0e;
}

.slider-style-three .slider-thumbs li.selected.slick-active .text h5 {
  color: #cf0e0e;
}

.slider-style-three .slider-thumbs li:hover .video-icon-post h5 {
  color: #cf0e0e;
}

.slider-style-three .video-icon-post h5, .slider-style-three .video-icon-post span {
  color: #fff;
  transition: .3s;
}

.slider-style-three .slick-arrow {
  height: 64px;
  width: 62px;
  background: #cf0e0e;
  position: absolute;
  border: 5px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.slider-style-three .slick-arrow:hover {
  background: #fff;
  color: #cf0e0e;
}

.slider-style-three .slick-prev {
  top: -100px;
}

.slider-style-three .slick-next {
  bottom: -100px;
}

.widget-social-shairing ul li {
  list-style: none;
  padding: 15px 40px;
  color: #fff;
  margin-bottom: 6px;
}

.widget-social-shairing ul li span {
  float: right;
}

.widget-social-shairing ul li:last-child {
  margin-bottom: 0;
}

.widget-social-shairing ul li.social-facebook {
  background: #3b5999;
}

.widget-social-shairing ul li.social-google {
  background: #dd4b39;
}

.widget-social-shairing ul li.social-twitter {
  background: #00aced;
}

.widget-social-shairing ul li.social-stumbleupon {
  background: #ef1515;
}

.widget-social-shairing ul li.social-linkedin {
  background: #007bb6;
}

.widget-email-subscribe {
  padding: 40px 33px;
  text-align: center;
}

.widget-email-subscribe .widget-heading h4 {
  color: #fff;
  margin-top: 10px;
}

.widget-email-subscribe input {
  height: 47px;
  color: #fff;
  margin-bottom: 10px;
}

.widget-email-subscribe input[type="text"] {
  border: 2px solid #5d5d5d;
  background: transparent;
  padding: 5px 10px;
  text-align: center;
}

.widget-email-subscribe input[type="text"]:focus {
  color: #fff;
  border-color: #cf0e0e;
}

.widget-email-subscribe input[type="submit"] {
  width: 100%;
  margin-top: 0;
  line-height: 13px;
  border: 0;
}

.widget-email-subscribe ::-webkit-input-placeholder {
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  color: #b7b7b7;
}

.widget-email-subscribe :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

.widget-email-subscribe ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

.widget-email-subscribe :-ms-input-placeholder {
  text-align: center;
}

/* -----------------------------------
** End Sidebar
-------------------------------------*/
/* -----------------------------------
** Recent Video
-------------------------------------*/
.recent-video-heading, .breadcrumb-area {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 13px;
  position: relative;
  margin-bottom: 43px;
}

.recent-video-heading h3, .breadcrumb-area h3 {
  margin-bottom: 4px;
  font-size: 25px;
}

.recent-video-heading:after, .breadcrumb-area:after {
  position: absolute;
  bottom: -2px;
  background: #cf0e0e;
  height: 3px;
  width: 200px;
  content: '';
  left: 0;
}

.recent-video-post {
  padding-bottom: 33px;
}

/* -----------------------------------
** Recent Video
-------------------------------------*/
/* -----------------------------------
** Author Post Area
-------------------------------------*/
.author-post-area {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-bottom: 46px;
}

.author-post-area .video-icon-post .text h5 {
  font-weight: 700;
}

.author-post-area .section-heading h2 {
  text-transform: capitalize;
}

.author-post-area .video-icon-post .icon {
  background: #f5f5f5;
}

.author-post-item {
  text-align: center;
  margin-bottom: 30px;
}

.author-post-item h3 {
  margin-top: 26px;
  margin-bottom: 16px;
}

.author-post-item .post-author {
  display: inline-block;
}

/* -----------------------------------
** End Author Post Area
-------------------------------------*/
/* -----------------------------------
** Email Subscriber
-------------------------------------*/
.email-subscription-area {
  background: url("../images/home4/email-subscriber-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.email-subscription-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, 0.85);
}

.email-subscriber {
  padding-top: 80px;
  padding-bottom: 100px;
}

.email-subscriber .heading, .content-search-box .heading {
  padding-bottom: 35px;
}

.email-subscriber .heading h2, .content-search-box .heading h2 {
  font-size: 25px;
  margin-bottom: 8px;
}

.email-subscriber .heading span, .content-search-box .heading span {
  font-size: 15px;
}

.email-subscriber form, .content-search-box form {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.email-subscriber form input, .content-search-box form input {
  background: #fff;
  border: 0;
  height: 65px;
  padding: 5px 40px;
  border-radius: 40px;
  box-shadow: none;
}

.email-subscriber form input:focus, .content-search-box form input:focus {
  box-shadow: none;
}

.email-subscriber form .submit-button, .content-search-box form .submit-button {
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 20px;
  text-align: center;
  border: 0;
  position: absolute;
  right: 12px;
  top: 11px;
  border-radius: 100%;
}

.email-subscriber form ::-webkit-input-placeholder, .content-search-box form ::-webkit-input-placeholder {
  font-size: 13px;
  font-style: italic;
  font-family: "Lato", sans-serif;
}

.email-subscriber form ::-moz-placeholder, .content-search-box form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  font-style: italic;
  font-family: "Lato", sans-serif;
}

.email-subscriber form :-ms-input-placeholder, .content-search-box form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  font-style: italic;
  font-family: "Lato", sans-serif;
}

.email-subscriber form :-moz-placeholder, .content-search-box form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  font-style: italic;
  font-family: "Lato", sans-serif;
}

.travel-blog-footer .email-subscriber .submit-button i {
  padding-top: 5px;
}

.pinterest-image-area {
  margin-top: 60px;
}

/* -----------------------------------
** End Email Subscriber
-------------------------------------*/
/* -----------------------------------
** Travel Header
-------------------------------------*/
.travel-header {
  background: url("../images/home5/banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.travel-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.29);
}

.travel-header .logo {
  position: relative;
  display: inline-block;
  padding: 200px 25px;
}

.travel-blog-footer {
  background: url("../images/home5/footerbg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -2px;
  padding-bottom: 55px;
  padding-top: 25px;
}

.travel-blog-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.79);
}

.travel-blog-footer .email-subscriber {
  position: relative;
}

.travel-blog-footer .email-subscriber h2 {
  color: #fff;
}

.travel-blog-footer .copyright-text {
  position: relative;
  color: #fff;
  padding-top: 10px;
}

.travel-blog-footer .copyright-text .row {
  border-top: 1px solid #3e3b3f;
  padding-top: 73px;
}

.travel-blog-footer .copyright-text .text-right {
  padding-top: 7px;
}

.travel-blog-footer .footer-logo {
  display: block;
}

/* -----------------------------------
** End Travel Header
-------------------------------------*/
/* -----------------------------------
** Fasion Banner
-------------------------------------*/
.fasion-banner-area .banner-item {
  position: relative;
  margin-bottom: 50px;
}

.fasion-banner-area .banner-item .image img {
  width: 100%;
}

.fasion-banner-area .banner-item .banner-text {
  max-width: 360px;
  text-align: center;
  position: absolute;
  bottom: 76px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 40px;
}

.fasion-banner-area .banner-item .banner-text .meta-info {
  padding-top: 18px;
}

.fasion-banner-area .banner-item .banner-text h4 {
  font-weight: 700;
}

.fasion-banner-area .banner-item .banner-text, .fasion-banner-area .banner-item span, .fasion-banner-area .banner-item h4, .fasion-banner-area .banner-item a {
  color: #fff;
}

.fasion-banner-area .banner-item .banner-text:hover, .fasion-banner-area .banner-item .banner-text:focus, .fasion-banner-area .banner-item span:hover, .fasion-banner-area .banner-item span:focus, .fasion-banner-area .banner-item h4:hover, .fasion-banner-area .banner-item h4:focus, .fasion-banner-area .banner-item a:hover, .fasion-banner-area .banner-item a:focus {
  color: #fff;
}

/* -----------------------------------
**End Fasion Banner
-------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-style-two .carousel-caption {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
  .slider-style-three .slider-thumbs {
    display: block;
    padding-top: 60px;
  }
  .slider-style-four .slider-thumbs {
    bottom: -15px;
  }
  .fasion-banner-area .banner-item .banner-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@supports (-ms-accelerator: true) {
  .slider-style-two .carousel-caption {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
  .slider-style-three .slider-thumbs {
    display: block;
    padding-top: 60px;
  }
  .slider-style-four .slider-thumbs {
    bottom: -15px;
  }
  .fasion-banner-area .banner-item .banner-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.breadcrumb-area {
  margin-bottom: 98px;
}

.breadcrumb-area h2 {
  font-size: 24px;
  margin-bottom: 7px;
  font-weight: 700;
}

.breadcrumb-area ul {
  padding-bottom: 8px;
}

.breadcrumb-area ul li {
  display: inline-block;
  list-style: none;
}

.breadcrumb-area ul li:before {
  content: ' / ';
  color: #cf0e0e;
  padding: 0 5px;
}

.breadcrumb-area ul li:first-child:before {
  display: none;
}

.breadcrumb-area ul li a {
  font-size: 15px;
  color: #cf0e0e;
}

/* -----------------------------------
** Blog Detail
-------------------------------------*/
.blog-detail-post .meta-info {
  padding-bottom: 13px;
}

.blog-detail-post h3 {
  font-size: 24px;
}

.blog-detail-post .blog-text p {
  margin-bottom: 33px;
}

.blog-detail-post .quote {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 68px;
}

.blog-detail-post .quote blockquote {
  border: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  margin: 0;
  line-height: 43px;
  font-style: italic;
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
}

.blog-detail-post .quote blockquote:before {
  content: '"';
}

.blog-detail-post .quote blockquote:after {
  content: '"';
}

.blog-detail-post .tag-and-sharing {
  padding: 16px 0;
}

.blog-detail-post .tag-and-sharing .social-sharing {
  padding-right: 37px;
}

.blog-detail-post .tag-and-sharing .tag-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-detail-post .tag-and-sharing .tag-list ul {
  display: block;
}

.blog-detail-post .blog-detail-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f4f4f4;
  text-align: center;
}

.blog-detail-post .blog-detail-navigation a {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  letter-spacing: 2px;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  padding: 12px 11px 11px 11px;
}

.blog-detail-post .blog-detail-navigation a i {
  padding: 0 4px;
}

.blog-detail-post .blog-detail-navigation a:first-child {
  border-right: 1px solid #f4f4f4;
}

.blog-detail-post .blog-detail-navigation a:hover {
  color: #cf0e0e;
}

.blog-detail-post .author-and-date {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 12px;
}

.blog-detail-post .author-and-date .comment {
  padding-left: 23px;
}

.about-admin {
  display: table;
}

.about-admin .image {
  display: table-cell;
  width: 125px;
  vertical-align: top;
}

.about-admin .text {
  display: table-cell;
  padding-left: 36px;
  vertical-align: top;
  padding-top: 17px;
}

.about-admin .text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.about-admin .text p {
  font-size: 14px;
  line-height: 26px;
}

.comment-list h2, .comment-form h2, .contact-us-form h2 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 38px;
}

.single-comment {
  display: table;
  margin-bottom: 35px;
}

.single-comment .image {
  border-radius: 100%;
  display: table-cell;
  text-align: center;
}

.single-comment .image .media {
  height: 116px;
  width: 116px;
  position: relative;
}

.single-comment .image .ovelay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 100%;
  transition: .2s;
}

.single-comment .image .replay {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transition: .4s;
}

.single-comment .comment-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.single-comment h3 {
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 15px;
  margin-top: 6px;
  font-size: 18px;
}

.single-comment:hover .image .ovelay {
  opacity: .9;
}

.single-comment:hover .image .replay {
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-comment.replay {
  margin-left: 70px;
}

.comment-form input, .contact-us-form input {
  height: 60px;
}

.comment-form textarea, .contact-us-form textarea {
  padding-top: 25px;
}

.blog-three-slider {
  position: relative;
  text-align: center;
}

.blog-three-slider .slider-thumbs {
  position: absolute;
  bottom: 82px;
  width: 100%;
  z-index: 1;
}

.blog-slider-navigation, .blog-layout-six .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: calc(100% - 140px);
  left: 70px;
  right: 70px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-slider-navigation li, .blog-slider-navigation .owl-prev, .blog-slider-navigation .owl-next, .blog-layout-six .owl-carousel .owl-nav li, .blog-layout-six .owl-carousel .owl-nav .owl-prev, .blog-layout-six .owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #fff;
  list-style: none;
  display: inline-block;
  padding-top: 12px;
  font-size: 18px;
  cursor: pointer;
  transition: .3s;
  text-align: center;
}

.blog-slider-navigation li:hover, .blog-slider-navigation .owl-prev:hover, .blog-slider-navigation .owl-next:hover, .blog-layout-six .owl-carousel .owl-nav li:hover, .blog-layout-six .owl-carousel .owl-nav .owl-prev:hover, .blog-layout-six .owl-carousel .owl-nav .owl-next:hover {
  background: #cf0e0e;
  color: #fff;
}

.blog-slider-navigation .prev-step, .blog-slider-navigation .owl-prev, .blog-layout-six .owl-carousel .owl-nav .prev-step, .blog-layout-six .owl-carousel .owl-nav .owl-prev {
  float: left;
}

.blog-slider-navigation .next-step, .blog-slider-navigation .owl-next, .blog-layout-six .owl-carousel .owl-nav .next-step, .blog-layout-six .owl-carousel .owl-nav .owl-next {
  float: right;
}

.blog-detail-post .video-icon-post, .blog-detail-post .quote-carousel, .blog-layout-six .video-icon-post, .blog-layout-six .quote-carousel {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  cursor: pointer;
}

.blog-detail-post .quote-carousel, .blog-layout-six .quote-carousel {
  text-align: center;
  color: #fff;
}

.blog-detail-post .quote-carousel i, .blog-layout-six .quote-carousel i {
  font-size: 30px;
}

.blog-detail-post .quote-carousel blockquote, .blog-layout-six .quote-carousel blockquote {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  border: 0;
  font-size: 22px;
  line-height: 33px;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

.blog-detail-post .quote-carousel blockquote:before, .blog-detail-post .quote-carousel blockquote:after, .blog-layout-six .quote-carousel blockquote:before, .blog-layout-six .quote-carousel blockquote:after {
  content: '"';
}

.blog-detail-post .media-overlay, .blog-layout-six .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 1;
}

.audioplayer-bar .audioplayer-bar-played {
  background: #cf0e0e;
}

/* -----------------------------------
** End  Blog Detail
-------------------------------------*/
/* -----------------------------------
** Categories
-------------------------------------*/
.categoriy-style-two {
  margin-bottom: 70px;
}

.categoriy-style-two .meta-info {
  padding-top: 40px;
  padding-bottom: 15px;
}

.categoriy-style-two h3 {
  font-size: 24px;
}

.categoriy-style-two .tag-and-sharing {
  margin-top: 17px;
}

.categoriy-style-two .tag-and-sharing .contune-reading .welkit-button-one {
  border-right: 0;
}

.category-style-seven .blog-layout-two .text {
  left: 35px;
  bottom: 30px;
}

.category-style-seven .blog-layout-two .text h3 {
  max-width: 400px;
  font-size: 20px;
}

.category-style-seven .meta-info a {
  color: #fff;
}

/* -----------------------------------
** Search Form
-------------------------------------*/
.content-search-box form input {
  background: #fafafa;
}

.content-search-box form .submit-button {
  color: #cf0e0e;
  background: transparent;
}

.content-search-box .heading {
  padding-bottom: 45px;
}

.content-search-box .heading h2 {
  margin-top: 0;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.content-search-box .heading h2 span {
  font-size: 25px;
}

.content-search-box .heading .sub-heading {
  font-size: 15px;
  color: #868686;
}

.contact-us-information .location, .contact-us-information .email, .contact-us-information .phone {
  margin-bottom: 50px;
  display: table;
}

.contact-us-information .location .icon, .contact-us-information .email .icon, .contact-us-information .phone .icon {
  display: table-cell;
  vertical-align: middle;
}

.contact-us-information .location .icon span, .contact-us-information .email .icon span, .contact-us-information .phone .icon span {
  width: 70px;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
}

.contact-us-information .location .text, .contact-us-information .email .text, .contact-us-information .phone .text {
  padding-left: 25px;
  display: table-cell;
  vertical-align: middle;
}

.contact-us-information .location .text h5, .contact-us-information .email .text h5, .contact-us-information .phone .text h5 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  margin-top: 0;
}

.contact-us-information .location .text span, .contact-us-information .email .text span, .contact-us-information .phone .text span {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.google-maps {
  height: 400px;
  width: 100%;
}

.error-page-text {
  text-align: center;
  padding-bottom: 26px;
}

.error-page-text .error404 {
  font-size: 180px;
  line-height: 140px;
  font-weight: 700;
  padding-top: 20px;
}

.error-page-text span {
  display: block;
  line-height: 50px;
  font-size: 28px;
  font-weight: 300;
  color: #222222;
}

.error-page-text span.ops {
  font-size: 57px;
  font-weight: 400;
}

/* -----------------------------------
**  Green Primay color
-------------------------------------*/
.green-prymary-color .welkit-button-two:hover {
  color: #fff;
}

.green-prymary-color input[type="text"]:focus,
.green-prymary-color input[type="email"]:focus,
.green-prymary-color input[type="url"]:focus,
.green-prymary-color input[type="password"]:focus,
.green-prymary-color input[type="search"]:focus,
.green-prymary-color input[type="number"]:focus,
.green-prymary-color input[type="tel"]:focus,
.green-prymary-color input[type="range"]:focus,
.green-prymary-color input[type="date"]:focus,
.green-prymary-color input[type="month"]:focus,
.green-prymary-color input[type="week"]:focus,
.green-prymary-color input[type="time"]:focus,
.green-prymary-color input[type="datetime"]:focus,
.green-prymary-color input[type="datetime-local"]:focus,
.green-prymary-color input[type="color"]:focus,
.green-prymary-color textarea:focus,
.green-prymary-color textarea.form-control:focus,
.green-prymary-color .welkit-button-one:hover,
.green-prymary-color .welkit-button-one.active {
  border-color: #94c501;
}

.green-prymary-color a:hover, .green-prymary-color a:focus,
.green-prymary-color .base-color, .green-prymary-color .breadcrumb-area ul li a,
.green-prymary-color .breadcrumb-area ul li::before,
.green-prymary-color .menu-area .navbar-nav > li > a:hover,
.green-prymary-color .navbar-nav > li.active > a,
.green-prymary-color .video-icon-post:hover .icon span,
.green-prymary-color .navbar-nav > li > .dropdown-menu li a:hover,
.green-prymary-color .blog-detail-post .blog-detail-navigation a:hover,
.green-prymary-color .welkit-button-two,
.green-prymary-color .slider-style-three .slider-thumbs li.selected.slick-active .video-icon-post .icon span,
.green-prymary-color .slick-arrow:hover,
.green-prymary-color .top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after,
.green-prymary-color .pagination .nav-links a:hover,
.green-prymary-color .pagination .nav-links span.current,
.green-prymary-color .slider-style-three .slider-thumbs li.selected.slick-active .text h5,
.green-prymary-color .slider-style-three .slider-thumbs li:hover .video-icon-post h5,
.green-prymary-color .welkit-header-five .topbar-social ul li a:hover,
.green-prymary-color .welkit-header-six .topbar-social ul li a:hover,
.green-prymary-color .content-search-box form .submit-button,
.green-prymary-color .menuzord-menu > li.active > a, .green-prymary-color .menuzord-menu > li:hover > a,
.green-prymary-color .menuzord-menu ul.dropdown li:hover > a {
  color: #94c501;
}

.green-prymary-color .base-bg, .green-prymary-color .recent-video-heading::after,
.green-prymary-color .breadcrumb-area::after,
.green-prymary-color .widget-heading h4::after, .green-prymary-color .blog-slider-navigation li:hover,
.green-prymary-color .blog-slider-navigation .owl-prev:hover,
.green-prymary-color .blog-slider-navigation .owl-next:hover,
.green-prymary-color .blog-layout-six .owl-carousel .owl-nav li:hover,
.green-prymary-color .blog-layout-six .owl-carousel .owl-nav .owl-prev:hover,
.green-prymary-color .blog-layout-six .owl-carousel .owl-nav .owl-next:hover,
.green-prymary-color .video-icon-post .icon span,
.green-prymary-color .video-icon-post:hover .icon,
.green-prymary-color input[type="button"],
.green-prymary-color input[type="reset"],
.green-prymary-color input[type="submit"],
.green-prymary-color .welkit-button-one:before,
.green-prymary-color .welkit-button-two:hover,
.green-prymary-color .slider-style-three .slider-thumbs li.selected.slick-active .video-icon-post .icon,
.green-prymary-color .slider-style-three .slick-arrow,
.green-prymary-color .slider-style-four .slider-thumbs li.selected a::after,
.green-prymary-color .footer-information h4::after,
.green-prymary-color .footer-recent-post h4::after,
.green-prymary-color .footer-instragram h4::after,
.green-prymary-color .welkit-button-one:hover,
.green-prymary-color .welkit-button-one.active {
  background: #94c501;
}

.green-prymary-color .slider-style-two .carousel-caption {
  background: rgba(148, 197, 1, 0.95);
}

.green-prymary-color .welkit-button-one.active:hover {
  background: #748f25 !important;
}

.green-prymary-color .video-icon-post:hover .icon span, .green-prymary-color .slider-style-three .slick-arrow:hover {
  background: #fff;
}

/* -----------------------------------
** Pink Color
-------------------------------------*/
.pink-prymary-color .welkit-button-two:hover {
  color: #fff;
}

.pink-prymary-color input[type="text"]:focus,
.pink-prymary-color input[type="email"]:focus,
.pink-prymary-color input[type="url"]:focus,
.pink-prymary-color input[type="password"]:focus,
.pink-prymary-color input[type="search"]:focus,
.pink-prymary-color input[type="number"]:focus,
.pink-prymary-color input[type="tel"]:focus,
.pink-prymary-color input[type="range"]:focus,
.pink-prymary-color input[type="date"]:focus,
.pink-prymary-color input[type="month"]:focus,
.pink-prymary-color input[type="week"]:focus,
.pink-prymary-color input[type="time"]:focus,
.pink-prymary-color input[type="datetime"]:focus,
.pink-prymary-color input[type="datetime-local"]:focus,
.pink-prymary-color input[type="color"]:focus,
.pink-prymary-color textarea:focus,
.pink-prymary-color textarea.form-control:focus,
.pink-prymary-color .welkit-button-one:hover,
.pink-prymary-color .welkit-button-one.active {
  border-color: #e70e6a;
}

.pink-prymary-color a:hover, .pink-prymary-color a:focus,
.pink-prymary-color .base-color, .pink-prymary-color .breadcrumb-area ul li a,
.pink-prymary-color .breadcrumb-area ul li::before,
.pink-prymary-color .menu-area .navbar-nav > li > a:hover,
.pink-prymary-color .navbar-nav > li.active > a,
.pink-prymary-color .video-icon-post:hover .icon span,
.pink-prymary-color .navbar-nav > li > .dropdown-menu li a:hover,
.pink-prymary-color .blog-detail-post .blog-detail-navigation a:hover,
.pink-prymary-color .welkit-button-two,
.pink-prymary-color .slider-style-three .slider-thumbs li.selected.slick-active .video-icon-post .icon span,
.pink-prymary-color .slick-arrow:hover,
.pink-prymary-color .top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after,
.pink-prymary-color .pagination .nav-links a:hover,
.pink-prymary-color .pagination .nav-links span.current,
.pink-prymary-color .slider-style-three .slider-thumbs li.selected.slick-active .text h5,
.pink-prymary-color .slider-style-three .slider-thumbs li:hover .video-icon-post h5,
.pink-prymary-color .welkit-header-five .topbar-social ul li a:hover,
.pink-prymary-color .welkit-header-six .topbar-social ul li a:hover,
.pink-prymary-color .content-search-box form .submit-button,
.pink-prymary-color .menuzord-menu > li.active > a, .pink-prymary-color .menuzord-menu > li:hover > a,
.pink-prymary-color .menuzord-menu ul.dropdown li:hover > a {
  color: #e70e6a;
}

.pink-prymary-color .base-bg, .pink-prymary-color .recent-video-heading::after,
.pink-prymary-color .breadcrumb-area::after,
.pink-prymary-color .widget-heading h4::after, .pink-prymary-color .blog-slider-navigation li:hover,
.pink-prymary-color .blog-slider-navigation .owl-prev:hover,
.pink-prymary-color .blog-slider-navigation .owl-next:hover,
.pink-prymary-color .blog-layout-six .owl-carousel .owl-nav li:hover,
.pink-prymary-color .blog-layout-six .owl-carousel .owl-nav .owl-prev:hover,
.pink-prymary-color .blog-layout-six .owl-carousel .owl-nav .owl-next:hover,
.pink-prymary-color .video-icon-post .icon span,
.pink-prymary-color .video-icon-post:hover .icon,
.pink-prymary-color input[type="button"],
.pink-prymary-color input[type="reset"],
.pink-prymary-color input[type="submit"],
.pink-prymary-color .welkit-button-one:before,
.pink-prymary-color .welkit-button-two:hover,
.pink-prymary-color .slider-style-three .slider-thumbs li.selected.slick-active .video-icon-post .icon,
.pink-prymary-color .slider-style-three .slick-arrow,
.pink-prymary-color .slider-style-four .slider-thumbs li.selected a::after,
.pink-prymary-color .footer-information h4::after,
.pink-prymary-color .footer-recent-post h4::after,
.pink-prymary-color .footer-instragram h4::after,
.pink-prymary-color .welkit-button-one:hover,
.pink-prymary-color .welkit-button-one.active {
  background: #e70e6a;
}

.pink-prymary-color .slider-style-two .carousel-caption {
  background: rgba(231, 14, 106, 0.95);
}

.pink-prymary-color .welkit-button-one.active:hover {
  background: #cd0157 !important;
}

.pink-prymary-color .video-icon-post:hover .icon span, .pink-prymary-color .slider-style-three .slick-arrow:hover {
  background: #fff;
}

/* -----------------------------------
** Golden Color
-------------------------------------*/
.golden-prymary-color .welkit-button-two:hover {
  color: #fff;
}

.golden-prymary-color input[type="text"]:focus,
.golden-prymary-color input[type="email"]:focus,
.golden-prymary-color input[type="url"]:focus,
.golden-prymary-color input[type="password"]:focus,
.golden-prymary-color input[type="search"]:focus,
.golden-prymary-color input[type="number"]:focus,
.golden-prymary-color input[type="tel"]:focus,
.golden-prymary-color input[type="range"]:focus,
.golden-prymary-color input[type="date"]:focus,
.golden-prymary-color input[type="month"]:focus,
.golden-prymary-color input[type="week"]:focus,
.golden-prymary-color input[type="time"]:focus,
.golden-prymary-color input[type="datetime"]:focus,
.golden-prymary-color input[type="datetime-local"]:focus,
.golden-prymary-color input[type="color"]:focus,
.golden-prymary-color textarea:focus,
.golden-prymary-color textarea.form-control:focus,
.golden-prymary-color .welkit-button-one:hover,
.golden-prymary-color .welkit-button-one.active {
  border-color: #c9a020;
}

.golden-prymary-color a:hover, .golden-prymary-color a:focus,
.golden-prymary-color .base-color, .golden-prymary-color .breadcrumb-area ul li a,
.golden-prymary-color .breadcrumb-area ul li::before,
.golden-prymary-color .menu-area .navbar-nav > li > a:hover,
.golden-prymary-color .navbar-nav > li.active > a,
.golden-prymary-color .video-icon-post:hover .icon span,
.golden-prymary-color .navbar-nav > li > .dropdown-menu li a:hover,
.golden-prymary-color .blog-detail-post .blog-detail-navigation a:hover,
.golden-prymary-color .welkit-button-two,
.golden-prymary-color .slider-style-three .slider-thumbs li.selected.slick-active .video-icon-post .icon span,
.golden-prymary-color .slick-arrow:hover,
.golden-prymary-color .top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after,
.golden-prymary-color .pagination .nav-links a:hover,
.golden-prymary-color .pagination .nav-links span.current,
.golden-prymary-color .slider-style-three .slider-thumbs li.selected.slick-active .text h5,
.golden-prymary-color .slider-style-three .slider-thumbs li:hover .video-icon-post h5,
.golden-prymary-color .welkit-header-five .topbar-social ul li a:hover,
.golden-prymary-color .welkit-header-six .topbar-social ul li a:hover,
.golden-prymary-color .content-search-box form .submit-button,
.golden-prymary-color .menuzord-menu > li.active > a, .golden-prymary-color .menuzord-menu > li:hover > a,
.golden-prymary-color .menuzord-menu ul.dropdown li:hover > a {
  color: #c9a020;
}

.golden-prymary-color .base-bg, .golden-prymary-color .recent-video-heading::after,
.golden-prymary-color .breadcrumb-area::after,
.golden-prymary-color .widget-heading h4::after, .golden-prymary-color .blog-slider-navigation li:hover,
.golden-prymary-color .blog-slider-navigation .owl-prev:hover,
.golden-prymary-color .blog-slider-navigation .owl-next:hover,
.golden-prymary-color .blog-layout-six .owl-carousel .owl-nav li:hover,
.golden-prymary-color .blog-layout-six .owl-carousel .owl-nav .owl-prev:hover,
.golden-prymary-color .blog-layout-six .owl-carousel .owl-nav .owl-next:hover,
.golden-prymary-color .video-icon-post .icon span,
.golden-prymary-color .video-icon-post:hover .icon,
.golden-prymary-color input[type="button"],
.golden-prymary-color input[type="reset"],
.golden-prymary-color input[type="submit"],
.golden-prymary-color .welkit-button-one:before,
.golden-prymary-color .welkit-button-two:hover,
.golden-prymary-color .slider-style-three .slider-thumbs li.selected.slick-active .video-icon-post .icon,
.golden-prymary-color .slider-style-three .slick-arrow,
.golden-prymary-color .slider-style-four .slider-thumbs li.selected a::after,
.golden-prymary-color .footer-information h4::after,
.golden-prymary-color .footer-recent-post h4::after,
.golden-prymary-color .footer-instragram h4::after,
.golden-prymary-color .welkit-button-one:hover,
.golden-prymary-color .welkit-button-one.active {
  background: #c9a020;
}

.golden-prymary-color .slider-style-two .carousel-caption {
  background: rgba(201, 160, 32, 0.95);
}

.golden-prymary-color .welkit-button-one.active:hover {
  background: #af8503 !important;
}

.golden-prymary-color .video-icon-post:hover .icon span, .golden-prymary-color .slider-style-three .slick-arrow:hover {
  background: #fff;
}

/*  Golden color */

/*# sourceMappingURL=style.css.map */