/*
Theme Name: Magazine Bell
Theme URI:https://sensationaltheme.com/downloads/magazine-bell/
Author: Sensational Theme
Author URI: http://sensationaltheme.com/
Description: Theme Magazine Bell WordPress is a versatile and stylish WordPress theme designed specifically for blogs and online magazines. Its features make it an ideal choice for a wide range of topics and styles, offering both functionality and aesthetic appeal. Magazine Bell WordPress offers a perfect blend of functionality, design, and customization options, making it an excellent choice for anyone looking to create a professional and visually appealing blog or magazine website. Designed to provide an exceptional user experience, Magazine Bell boasts a fully responsive layout, ensuring seamless performance across all devices. From desktops to smartphones, your content will captivate audiences with its flawless presentation.
Version: 1.0.2
Requires PHP: 5.6
Tested up to: 6.5
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: magazine-bell
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns,  grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Magazine Bell is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Layouts and Titles
# Media
    ## Captions
    ## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
    ## Featured Slider Section
    ## Featured Plans Section
    ## Featured Services Section
    ## Projects Section
    ## Partners Logo Section
    ## Latest News Section
# Footer
# Responsive

--------------------------------------------------------------*/
/*--------------------------------------------------------------
#Root main Values
--------------------------------------------------------------*/
:root {
  --effect: hover 1s linear infinite;
  --primary-color: #c20017;
  --color-text: #191B1D;
  --medi-secondary-color: #14457B;
  --cat-one-color: #5750A0;
  --cat-two-color: #fcb54d;
  --cat-three-color: #adca69;
  --cat-four-color: #84bed6;
  --cat-five-color: #c389ce;
  --cat-six-color: #f28c9a;
  --border-effect: 1px silod;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    z-index: 999999;
}
.loader-8 #loader {
    background-color: #FCFCFF;
}


#loader .loader-container {
    position: relative;
    z-index: 12;
}

#loader #preloader {
    position: relative;
    margin: auto;
    width: 250px;
}

.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
  animation: loader 1.2s linear infinite;
}
.bar1 {
  animation-delay: 0.1s;
}
.bar2 {
  animation-delay: 0.2s;
}
.bar3 {
  animation-delay: 0.3s;
}
.bar4 {
  animation-delay: 0.4s;
}
.bar5 {
  animation-delay: 0.5s;
}
.bar6 {
  animation-delay: 0.6s;
}
.bar7 {
  animation-delay: 0.7s;
}
.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
    background: ;
  }
  50% {
    transform: scaleY(1);
    background: yellowgreen;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

div.loader2 {
  text-align: center;
}

p.loader2 {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-family: arial;
  font-weight: 600;
  transform: scale(.5);
  color: #121212;
  -webkit-text-stroke: 2px gray;
  font-style: ;
}

p.loader2:nth-child(1) {
  animation: var(--effect);
}

p.loader2:nth-child(2) {
  animation: var(--effect) .125s;
}

p.loader2:nth-child(3) {
  animation: var(--effect) .25s;
}

p.loader2:nth-child(4) {
  animation: var(--effect) .375s;
}

p.loader2:nth-child(5) {
  animation: var(--effect) .5s;
}

p.loader2:nth-child(6) {
  animation: var(--effect) .675s;
}

p.loader2:nth-child(7) {
  animation: var(--effect) .75s;
}

@keyframes hover {
  0% {
    transform: scale(.5);
    color: #121212;
    -webkit-text-stroke: 2px gray;
  }

  20% {
    transform: scale(1);
    color: pink;
    -webkit-text-stroke: 3px red;
    filter: drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 3px red)drop-shadow(0 0 5px red)hue-rotate(10turn);
  }

  50% {
    transform: scale(.5);
    color: #121212;
    -webkit-text-stroke: 2px gray;
  }


}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    scroll-behavior: smooth;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}

body {
    margin: 0;
    font-family:'EB Garamond', sans-serif;
    font-weight: 400;
}
body.home-minimal-blog {
    margin: 0;
    font-family: 'Lora', sans-serif;
    font-weight: 500;
}
body.home-classic-blog {
    background-color: #f9f9f9;
}

#page {
    margin: 0 auto;
    box-shadow: 0 0 15px #aaa;
    position: relative;
}

.boxed-layout {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}

.frame-layout {
    max-width: 1600px;
    width: 90%;
    margin: 50px auto;
}
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;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:active,
a:hover {
    outline: 0;
    color: var(--primary-color);
}
.wpcf7 textarea:focus,
.wpcf7 input:focus,
#comment:focus,
.search-form input:focus {
    outline: dotted;
}
a:focus{
    outline: thin dotted;
}
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
    color: #111;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #333;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Bitter', sans-serif;
}

mark {
    background: #ff0;
    color: #111;
}

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;
}

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;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #e4e4e4;
}
td,
th {
    padding: 10px 25px;
    font-weight: 400;
}

th {
    color: #111;
}

td#next {
    text-align: right;
}
/*Extra*/
.blog-banner-disable #page-site-header{
    display:none;
}
.home-minimal-blog.blog-banner-disable #page-site-header{
    display:block !important;
    padding: 250px 0;
}
.blog-banner #page-site-header{
    display:none;
}
.blog-banner .wrapper.page-section{
    padding: 0px;
}
.blog .wrapper.page-section{
    padding: 0px;
}
body.paged .section-title.blog-page-title,
body.paged #sensational,
body.paged #highlights,
body.paged #featured,
body.paged #trending,
body.paged #featured-slider,
body.paged #popular,
body.paged #mustread,
body.paged #newsfeatured,
body.paged #gallery,
body.paged #galleryview,
body.paged #message,
body.paged #fitnesscat{
    display: none;
}

.disable-single-post-header.single.single-post .page-section,
.disable-single-page-header.page .page-section{
    padding: 20px 0;
}
.header-six.disable-single-post-header.single.single-post .page-section,
.header-six.disable-single-page-header.page .page-section{
    padding-top: 50px;
}

.single.single-post #main .entry-header .entry-title{
    font-size: 26px;
}
#main .entry-content p{
    word-spacing: 5px;
    line-height: 1.5;
} 
.single #main article .entry-header, 
#main .single-page .entry-header{
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.disable-single-post-header.single.single-post #page-site-header,
.disable-single-page-header.page #page-site-header{
    display: none;
}
.disable-blog-post-header-title #page-site-header .overlay,
.disable-single-post-header-title #page-site-header .overlay,
.disable-single-page-header-title #page-site-header .overlay,
.disable-archive-post-header-title #page-site-header .overlay{
    opacity: 0;
}
.disable-blog-post-header-title.disable-blog-header-image #page-site-header,
.disable-archive-post-header-title.disable-archive-header-image #page-site-header,
.home-minimal-blog.disable-blog-post-header-title.disable-blog-header-image #page-site-header,
.home-minimal-blog.disable-archive-post-header-title.disable-archive-header-image #page-site-header{
    display: none !important;
}
.blog.disable-blog-post-header-title.disable-blog-header-image .wrapper.page-section,
.blog.disable-archive-post-header-title.disable-archive-header-image .wrapper.page-section{
  padding-top: 40px;
}
div.nojq a:focus {
    outline: none;
}
.section-content p a,
.entry-content p a,
footer .copy-right a,
p a,
p li a,
.widget_text a,
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a
.widget_block h1 a,
.widget_block h2 a,
.widget_block h3 a,
.widget_block h4 a,
.widget_block h5 a,
.widget_block h6 a{
    text-decoration: underline;
}
.entry-content a:hover{
    color: var(--primary-color);
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #777;
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
}
.lite-layout p {
    color: #000;
}
.home-medical.lite-layout p {
    color: var(--medi-secondary-color);
}
p {
    padding: 5px 0;
    margin: 0;
    color: #333;
    font-size: ;
}
dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #ffffff; 
    overflow-x: hidden; 
}

blockquote {
    font-size: 18px;
    line-height: 35px;
    position: relative;
    margin: 0;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
    padding-left: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0.5em;
}

dt {
    font-weight: bold;
    margin-bottom: 1em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
    outline: none;
}

figure {
    margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: var(--primary-color);
    border-radius: 3px;
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #000;

}

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 {
    color: #666;
    border: 2px solid var(--primary-color);
    border-radius: 0;
    padding: 3px;
}

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: #999;
}

textarea {
    width: 100%;
}

textarea,
#respond input,
.wpcf7 input {
    width: 100%;
    border: none;
    background-color: #f9f9f9;
    border-radius: 0;
    outline: none;
    height: 40px;
    padding: 0 15px;
}
#respond input {
    border: none;
    min-height: 50px;
}
#respond textarea,
textarea {
    height: 200px;
    padding: 10px 15px;
    border: none;
    background-color: #f5f5f5;
}
.home-education #respond textarea,
.home-education textarea {
    border-radius: 30px;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
.wpcf7 input {
    background-color: #f9f9f9;
}
#respond input[type="submit"] {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 7px 25px;
    font-size: 14px;
    position: relative;
    border: 2px solid;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    z-index: 1;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}
#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
#commentform .comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-size: 14px;
    font-style: italic;
    margin-top: 0;
}
#respond label {
    color: #273238;
    margin-bottom: 5px;
    display: inline-block;
}
#respond a:focus,
#respond a:hover {
    color: #000;
}
#respond a {
    color: var(--primary-color);
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
    margin: 21px 0 0;
}
#comments {
    margin: 50px 0 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: unset;
    outline: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-bar {
    padding: 1px 0;
    background-color: var(--primary-color);
}
#top-bar.col-2 {
    padding: 4px 0;
}
#top-bar .widget {
    text-align: center;
    margin-bottom: 0;
    border: none;
    padding: 0;
}
#top-bar .current-date {
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
}
#top-bar .widget + .widget {
    margin-top: 15px;
}
.widget.widget_search_form ul {
    padding: 0;
}
.widget.widget_address_block ul {
    padding: 0;
}
.widget.widget_address_block {
  padding-top: 5px;
}
.widget.widget_search_form form.search-form input[type="search"] {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    height: 36px;
    padding: 0 40px 0 15px;
    font-size: 14px;
}
.widget.widget_search_form form.search-form button.search-submit {
    height: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.top-search form.search-form input::-webkit-input-placeholder,
.widget.widget_search_form form.search-form input::-webkit-input-placeholder {
    color: #fff;
}

.widget.widget_search_form form.search-form input:-ms-input-placeholder {
    color: #fff;
}

.widget.widget_search_form form.search-form input::-moz-placeholder {
    color: #fff;
}
#top-bar .widget_address_block ul li {
    color: #fff;
    margin-right: 15px;
    font-size: 13px;
    display: inline-block;
}
#top-bar .widget.widget_address_block li i {
    padding-right: 5px;
}
#top-bar .widget_address_block ul li a {
    color: #fff;
}
#top-bar .widget_address_block ul li a:hover,
#top-bar .widget_address_block ul li a:focus {
    opacity: 0.8;
}
#top-bar .widget ul li:not(:last-child) {
    margin-bottom: 0;
}
.header-six #top-bar {
  padding-bottom: 32px;
}
.header-six #masthead {
  background: transparent;
  position: absolute;
  padding: 0;
  margin: 0;
}
.header-six .site-menu {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.header-six #masthead .wrapper {
  padding: 0px 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: -56px;
  box-shadow: 0px 2px 1px 1px #e5e5e5;
}
.header-six.disable-topbar #masthead .wrapper {
  top: -20px;
}
.home.header-six.home-magazine #content {
  padding-top: 60px;
}
.site-menu .site-branding,
.site-menu .widget_social_icons,
.site-menu .top-search {
    width: 100%;
    text-align: center;
}
.modern-menu .site-menu .widget_social_icons {
    text-align: right;
    margin-top: 0;
}
.site-menu .widget_social_icons,
.site-menu .top-search{
    margin-top: 40px;
}
.site-menu .top-search form.search-form input{
    width: 63%;
    border-radius: 22px;
    background-color: var(--primary-color);
}
.site-menu .top-search form.search-form button.search-submit {
    right: 82px;
}
.fa-search{
    color: #fff;
    font-size:18px;
}

.top-search form button:focus{
    background-color: transparent !important;
}
.top-login-register {
    display: inline-block;
    padding-top: 2px;
}
.top-login {
    display: inline-block;
    padding-right: 5px;
}
.top-login a {
    color: #fff;
}
.top-register {
    display: inline-block;
}
.top-register a {
    padding-left: 7px;
    border-left: 1px solid #fff;
    color: #fff;
}
.top-login a:hover, 
.top-login a:focus,
.top-register a:hover, 
.top-register a:focus {
    opacity: 0.6;
}
#top-bar .widget ul li:not(:last-child) {
  margin-bottom: 0;

}
.widget li:not(:last-child) {
  margin-bottom: 10px;

}
.top-login {
  display: inline-block;

  padding-right: 5px;

}
.site-menu{
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 100%;
}
.modern-menu .site-menu{
    padding: 10px 0;
}
.site-menu .overlay{
    display: none;
}
.header-one .header_ads,
.header-nine .header_ads,
.header-two .header_ads,
.header-four .header_ads,
.header-five .header_ads,
.header-six .header_ads{
    display: none;
}

.header-two .site-menu .heder-logo-ads,
.header-two .site-menu .site-branding {
    width: 100% !important;
    float: none;
    text-align: center;
}
.header-five .header-logo-ads,
.header-three .header-logo-ads{
    width: 100%;
}
.kids-menu .main-navigation ul > li ul li:hover > a,
.kids-menu .main-navigation ul > li ul li.focus > a{
    color: #fff !important;
}
.kids-menu .main-navigation ul#primary-menu > li.fa:nth-child(1n):after,
.kids-menu .main-navigation ul#primary-menu > li.far:nth-child(1n):after,
.kids-menu .main-navigation ul#primary-menu > li.fab:nth-child(1n):after,
.kids-menu .main-navigation ul#primary-menu > li.fas:nth-child(1n):after {
    border-color: #5750A0;
}
.kids-menu .main-navigation ul > li:nth-child(1n) ul li:hover > a,
.kids-menu .main-navigation ul > li:nth-child(1n) ul li.focus > a{
    background-color: #5750A0;
}
.kids-menu .main-navigation ul#primary-menu > li.fa:nth-child(2n):after,
.kids-menu .main-navigation ul#primary-menu > li.far:nth-child(2n):after,
.kids-menu .main-navigation ul#primary-menu > li.fab:nth-child(2n):after,
.kids-menu .main-navigation ul#primary-menu > li.fas:nth-child(2n):after {
    border-color: #fcb54d;
}
.kids-menu .main-navigation ul > li:nth-child(2n) ul li:hover > a,
.kids-menu .main-navigation ul > li:nth-child(2n) ul li.focus > a{
    background-color: #fcb54d;
}
.kids-menu .main-navigation ul#primary-menu > li.fa:nth-child(3n):after,
.kids-menu .main-navigation ul#primary-menu > li.far:nth-child(3n):after,
.kids-menu .main-navigation ul#primary-menu > li.fab:nth-child(3n):after,
.kids-menu .main-navigation ul#primary-menu > li.fas:nth-child(3n):after {
    border-color: #fc5b4e;
}
.kids-menu .main-navigation ul > li:nth-child(3n) ul li:hover > a,
.kids-menu .main-navigation ul > li:nth-child(3n) ul li.focus > a{
    background-color: #fc5b4e;
}
.kids-menu .main-navigation ul#primary-menu > li.fa:nth-child(4n):after,
.kids-menu .main-navigation ul#primary-menu > li.far:nth-child(4n):after,
.kids-menu .main-navigation ul#primary-menu > li.fab:nth-child(4n):after,
.kids-menu .main-navigation ul#primary-menu > li.fas:nth-child(4n):after {
    border-color: #adca69;
}
.kids-menu .main-navigation ul > li:nth-child(4n) ul li:hover > a,
.kids-menu .main-navigation ul > li:nth-child(4n) ul li.focus > a{
    background-color: #adca69;
}
.kids-menu .main-navigation ul#primary-menu > li.fa:nth-child(5n):after,
.kids-menu .main-navigation ul#primary-menu > li.far:nth-child(5n):after,
.kids-menu .main-navigation ul#primary-menu > li.fab:nth-child(5n):after,
.kids-menu .main-navigation ul#primary-menu > li.fas:nth-child(5n):after {
    border-color: #84bed6;
}
.kids-menu .main-navigation ul > li:nth-child(5n) ul li:hover > a,
.kids-menu .main-navigation ul > li:nth-child(5n) ul li.focus > a{
    background-color: #84bed6;
}
.kids-menu .main-navigation ul#primary-menu > li.fa:nth-child(6n):after,
.kids-menu .main-navigation ul#primary-menu > li.far:nth-child(6n):after,
.kids-menu .main-navigation ul#primary-menu > li.fab:nth-child(6n):after,
.kids-menu .main-navigation ul#primary-menu > li.fas:nth-child(6n):after {
    border-color: #c389ce;
}
.kids-menu .main-navigation ul > li:nth-child(6n) ul li:hover > a,
.kids-menu .main-navigation ul > li:nth-child(6n) ul li.focus > a{
    background-color: #c389ce;
}/*
.header-five #masthead .wrapper,
.header-three #masthead .wrapper,
.header-two #masthead .wrapper {
    display: block;
    align-items: center;
}*/

.header-menu-wrapper{
    position: relative;
}
.header-two .header-menu-wrapper,
.header-two .header-logo-ads,
.header-three .header-menu-wrapper,
.header-three .header-logo-ads,
.header-five .header-menu-wrapper,
.header-five .header-logo-ads {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.home-medical.header-two .header-menu-wrapper,
.home-medical.header-two .header-logo-ads,
.home-medical.header-three .header-menu-wrapper,
.home-medical.header-three .header-logo-ads,
.home-medical.header-five .header-menu-wrapper,
.home-medical.header-five .header-logo-ads {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.header-three.home-normal-magazine nav .menu-header-menu-container,
.header-three.home-magazine nav .menu-header-menu-container,
.header-five.home-normal-magazine nav .menu-header-menu-container,
.header-five.home-magazine nav .menu-header-menu-container,
.header-two.home-normal-magazine nav .menu-header-menu-container,
.header-two.home-magazine nav .menu-header-menu-container{
    padding-left: 40px !important;
}
.header-five.home-normal-magazine nav,
.header-five.home-magazine nav,
.header-five.home-normal-magazine .main-navigation ul.nav-menu,
.header-five.home-magazine .main-navigation ul.nav-menu,
.header-three.home-normal-magazine nav,
.header-three.home-magazine nav,
.header-three.home-normal-magazine .main-navigation ul.nav-menu,
.header-three.home-magazine .main-navigation ul.nav-menu,
.header-two.home-normal-magazine nav,
.header-two.home-magazine nav,
.header-two.home-normal-magazine .main-navigation ul.nav-menu,
.header-two.home-magazine .main-navigation ul.nav-menu{
    text-align: left;
}

.header-five .site-menu nav {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 10px 0;
}
.header-three .site-menu nav,
.header-two .site-menu nav {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
body:not(.header-five) .header-logo-ads .widget_address_block,
.header-five .header_ads{
    display: none;
}
.header-five .site-menu .widget.widget_address_block {
    width: 70%;
    margin-bottom: 0;
}
.site-menu .widget{
    border: none;
}
.site-menu .widget.widget_address_block ul {
  padding: 0;
  display: flex;
  align-items: center;
}
.single.header-four .site-menu{
    background-color: rgba(255,255,255,0.05);
}
.header-four .main-navigation ul ul,
.header-four .main-navigation ul ul li a{
    background-color: transparent;
}
.header-five .site-menu .widget_address_block li:not(:last-child) {
    border-right: 2px solid #e5e5e5;
}
.header-five .site-menu .widget_address_block li {
  list-style: none;
  display: flex;
  align-items: center;
  width: 33.33%;
  float: right;
  padding: 0 20px;
}
.header-five .site-menu .widget_address_block li .fa {
  font-size: 30px;
  color: var(--primary-color);
}
.header-five .site-menu .widget_address_block li .header-contact-info {
  padding: 0 0 0 10px;
  width: 100%;
  display: block;
}
.header-five .site-menu .widget_address_block li h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.header-five .site-menu .widget_address_block li span {
  font-size: 14px;
}
.header-four .main-navigation ul.nav-menu > li{
    padding: 0 13px;
}
.header-four .main-navigation ul.nav-menu > li > a{
    padding: 10px 0;
}
.home.header-four #masthead{
    background-color: transparent;
}
.header-four #masthead{
    background-color: rgba(0, 0, 0, 0.3);
} 
.header-four .main-navigation ul.nav-menu > li.current-menu-item > a,
.header-four .main-navigation ul.nav-menu > li > a:focus,
.header-four .main-navigation ul.nav-menu > li > a:hover {
  color:var(--primary-color);
  opacity: 0.8;
  border-bottom: 2px solid var(--primary-color);
}

.header-five.home-magazine .site-menu nav,
.header-three.home-magazine .site-menu nav,
.header-two.home-magazine .site-menu nav,
.header-three.home-normal-magazine .site-menu nav,
.header-five.home-normal-magazine .site-menu nav,
.header-two.home-normal-magazine .site-menu nav {
    width: 100% !important;
    text-align: center;
    padding: 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: var(--primary-color);
    max-height: 45px;
}

.home-business.header-two #masthead,
.home-business.header-three #masthead{
    padding-bottom: 0;
}
.kids-menu .header-logo-ads{
    width: 30%;
}
.kids-menu nav.main-navigation{
    width: 70%;
}
.kids-menu .main-navigation ul#primary-menu > li{
    text-align: center;
}
.kids-menu .main-navigation ul#primary-menu > li:before {
    background-color: #5750A0;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
}
.kids-menu .main-navigation ul#primary-menu ul li:before {
/*    display: none;*/
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(1n):before {
    background-color: #5750A0;
    border:1px solid #5750A0;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(2n):before {
    background-color: #fcb54d;
    border:1px solid #fcb54d;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(3n):before {
    background-color: #fc5b4e;
    border:1px solid #fc5b4e;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(4n):before {
    background-color: #adca69;
    border:1px solid #adca69;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(5n):before {
    background-color: #84bed6;
    border:1px solid #84bed6;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(6n):before {
    background-color: #c389ce;
    border:1px solid #c389ce;
}
.kids-menu .main-navigation ul#primary-menu > li:hover:before,
.kids-menu .main-navigation ul#primary-menu > li:focus:before{
    background-color: #fff;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(1n):hover:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(1n):focus:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(1n):hover > a,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(1n).focus > a {
    color: #5750A0;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(2n):hover:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(2n):focus:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(2n):hover > a,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(2n).focus > a {
    color: #fcb54d;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(3n):hover:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(3n):focus:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(3n):hover > a,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(3n).focus > a {
    color: #fc5b4e;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(4n):hover:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(4n):focus:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(4n):hover > a,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(4n).focus > a {
    color: #adca69;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(5n):hover:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(5n):focus:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(5n):hover > a,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(5n).focus > a {
    color: #84bed6;
}
.kids-menu .main-navigation ul#primary-menu > li:nth-child(6n):hover:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(6n):focus:before,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(6n):hover > a,
.kids-menu .main-navigation ul#primary-menu > li:nth-child(6n).focus > a {
    color: #c389ce;
}
#masthead{
    position: relative;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
/*    border: 1px solid #e5e5e5;*/
}
.header-four #masthead{
    position: absolute;
    background-color: transparent !important;
}
.modern-menu #masthead{
    border-bottom: 1px solid #e5e5e5;
}
.site-branding {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.kids-menu .header_ads {
  display: none;
}
.header-nine .site-title a{
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Fredericka the Great';
    color: var(--primary-color);
}
.site-title {
    font-size: 42px;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Fredericka the Great';
}
.modern-menu .site-title {
    font-size: 34px;
    line-height: 1;
}
.header-six .site-title {
    font-size: 28px;
}
.site-title a {
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-title a:hover,
.site-title a:focus {
    color: #333;
}
.site-description {
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}
.modern-menu .site-description {
    line-height: 1;
}
.header-six .site-description {
    font-size: 14px;
}
.site-logo img {
    max-height: 65px;
    width: auto;
}
.header-six .site-logo img {
    max-height: 50px;
    width: auto;
}
.header-menu {
    padding: 0;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}
.main-navigation {
    display: block;
    position: relative;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul ul li a {
    padding: 5px 10px;
    color: #111;
    font-size: 12px;
}
.main-navigation ul ul a:after {
    float: right;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;
}
.nav-menu .menu-item-description {
    position: absolute;
    top: -8px;
    font-size: 11px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 3px;
    line-height: 1;
    right: 0;
    border-radius: 40% 0;
    font-family: 'Cormorant', cursive;
    text-transform: capitalize;
}
.modern-menu .main-navigation li {
    position: relative;
    width: 100%;
}
.main-navigation ul.nav-menu > li > a {
    font-weight: bold;
    font-size: 14px;
}
.kids-menu .main-navigation ul.nav-menu > li > a {
    font-weight: 500;
    font-size: 16px;
}
.home-minimal-blog .main-navigation ul.nav-menu > li > a {
    font-size: 16px;
}
.header-five .main-navigation ul.nav-menu > li > a {
    font-weight: 600;
    text-transform: capitalize;
}
.header-six .main-navigation ul.nav-menu > li > a {
  font-weight: 600;
  font-size: 16px;
}
.modern-menu.menu-toggled .main-navigation ul.nav-menu {
  padding: 15px 30px;
  margin-top: 0;
  position: fixed;
  max-width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translateX(-300px);
  background-color: #000;
}
.modern-menu .site-menu nav,
.modern-menu .header-logo-ads,
.modern-menu .site-menu .widget_social_icons{
    width: 33.33% !important;
}
.modern-menu .menu-toggle {
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modern-menu #masthead .wrapper {
  display: flex !important;
  align-items: center;
}
/*.main-navigation ul.nav-menu .current-menu-item > a::before,
.header-six .main-navigation ul.nav-menu > li > a:hover::before,
.header-six .main-navigation ul.nav-menu > li > a:focus::before {
  content: "\f08d";
  font-size: 15px;
  position: absolute;
  font-family: 'FontAwesome';
  top: -16px;
  left: 43%;
  color: var(--primary-color);
}*/
.header-two.home-magazine .main-navigation ul > li > a:hover,
.header-two.home-normal-magazine .main-navigation ul > li > a:hover,
.header-three.home-normal-magazine .main-navigation ul > li > a:hover,
.header-three.home-magazine .main-navigation ul > li > a:hover,
.header-five.home-normal-magazine .main-navigation ul > li > a:hover,
.header-five.home-magazine .main-navigation ul > li > a:hover,
.header-two.home-magazine .main-navigation ul > li > a:focus,
.header-two.home-normal-magazine .main-navigation ul > li > a:focus,
.header-three.home-normal-magazine .main-navigation ul > li > a:focus,
.header-three.home-magazine .main-navigation ul > li > a:focus,
.header-five.home-normal-magazine .main-navigation ul > li > a:focus,
.header-five.home-magazine .main-navigation ul > li > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
/*ul#primary-menu {
  font-size: 0;
}*/
.header-five.home-magazine .main-navigation ul.nav-menu > li > a,
.header-five.home-normal-magazine .main-navigation ul.nav-menu > li > a,
.header-three.home-magazine .main-navigation ul.nav-menu > li > a,
.header-three.home-normal-magazine .main-navigation ul.nav-menu > li > a,
.header-two.home-magazine .main-navigation ul.nav-menu > li > a,
.header-two.home-normal-magazine .main-navigation ul.nav-menu > li > a {
    font-weight: 500;
    font-size: 16px !important;
    border-right: 1px solid #fff;
}
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.nav-menu > li:focus > a {
    color: var(--primary-color);
}
.main-navigation form.search-form input {
    background-color: #111;
    border-color: #111;
    color: #111;
    font-weight: 400;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #111;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-family: 'Philosopher', sans-serif ;
}
.home-minimal-blog .main-navigation a {
    font-family: 'Lumanosimo', sans-serif;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    border-top: 1px solid #eee;
    margin-top: -1px;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 225px;
}
.main-navigation ul.nav-menu .current-menu-item > a {
    color: var(--primary-color);
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
    outline: none;
}
.menu-toggle {
    border-radius: 0;
    font-size: 12px;
    margin: auto;
    outline: none;
    display: block;
    height: 40px;
    position: relative;
    background-color: transparent;
    min-width: 35px;
    border: none;
}
/* Focus Style */
.menu-toggle:focus,
button.dropdown-toggle:focus,
.featured-content-wrapper a:focus,
.slick-dots li:focus button:focus{
    outline: dotted;
    color: var(--primary-color);
}
button.menu-toggle:hover{
    background-color: transparent;
}
.menu-toggle i {
    color: var(--primary-color);
}
.menu-toggle span {
    width: 35px;
    height: 2px;
    display: block;
    background-color: var(--primary-color);
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px 1px #000;
}

.menu-toggled .menu-toggle.active span.close-bar::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-toggled .menu-toggle span.close-bar::after {
  -webkit-transform: translateY(0) rotate(135deg);
  -moz-transform: translateY(0) rotate(135deg);
  -ms-transform: translateY(0) rotate(135deg);
  -o-transform: translateY(0) rotate(135deg);
  transform: translateY(0) rotate(135deg);
}
.menu-toggled .menu-toggle span.close-bar::before, 
.menu-toggled .menu-toggle span.close-bar::after {
  content: '';
  position: absolute;
  left: 9px;
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -webkit-transform 0.3s;
  -ms-transition: -webkit-transform 0.3s;
  -o-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  box-shadow: 1px 0 1px 1px #fff;
}
.menu-toggle.active span {
  background-color: transparent;
  box-shadow: none;
}
.home-icon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FB3536;
}
.home-icon i.fa.fa-home {
    font-size: 22px;
    padding: 8px;
    color: #fff;
}
.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    line-height: 56px;
    outline: none;
    border-radius: 0;
}
button.dropdown-toggle .fa {
    color: var(--primary-color);
    font-size: 18px;
    padding-left: 5px;
}
button.dropdown-toggle.active .fa:before {
    content: "\f106";
}
#page {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.modern-menu.menu-toggled #page {
    transform: translateX(300px) !important;
    width: 100%;
}
.menu-sticky #masthead.nav-shrink #top-bar {
    display: none;
}
.menu-sticky .site-menu nav{
    padding: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
    overflow: hidden;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
    content: "\f100";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 18px;
}
.nav-links .nav-next a:after {
    content: "\f101";
    margin-left: 10px;
    margin-right: 0;
}
.header-six .header-logo-ads,
.header-one .header-logo-ads,
.header-nine .header-logo-ads {
  padding: 5px 0;
}
.menu-sticky #masthead.nav-shrink #top-bar{
     display: none;
}
.menu-sticky #masthead {
    position: sticky;
    top: 0;
}
.menu-sticky #masthead.nav-shrink {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.customize-support.menu-sticky #masthead.nav-shrink {
    top: 32px;
}
.menu-sticky #masthead.nav-shrink .site-logo img {
    max-height: 60px;
}
.menu-sticky #masthead.nav-shrink .site-branding {
    padding: 0;
}
.menu-sticky #masthead.nav-shrink .main-navigation ul.nav-menu > li > a {
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-sticky #masthead.nav-shrink .main-navigation ul.nav-menu > li:not(:last-child):after {
    top: 38px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    position: relative;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    display: block;
    color: #343434;
    font-size: 18px;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
    background-color: var(--primary-color);
    color: #fff;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
    width: auto;
}
.posts-navigation a {
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    border: 1px solid #efefef;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navigation.posts-navigation {
    overflow: visible;
    display: inline-block;
    width: 100%;
}
.posts-navigation .nav-links .nav-previous a:before {
    content: "\f100";
}
.posts-navigation .nav-links .nav-next a:after {
    content: "\f101";
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 32px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    color: var(--primary-color);
    border: 1px solid;
    border-color: var(--primary-color);
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: var(--primary-color) ;
    border: 1px solid;
    border-color: var(--primary-color);
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    margin-right: 25px;
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--primary-color);
    padding: 0 20px;
    border: 1px solid;
    border-color: var(--primary-color);
}
.pagination .page-numbers.prev:hover, 
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus, 
.pagination .page-numbers.next:focus {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid;
    border-color: var(--primary-color);
}
.pagination .page-numbers.next {
    margin-left: 18px;
    margin-right: 0;
    background-color: transparent;
}
.nav-previous span {
    padding-left: 30px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 30px;
    float: right;
    text-align: right;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
/*--------------------------------------------------------------
# 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,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
#latest-posts article:before,
#latest-posts article:after,
.widget:before,
.widget:after,
.posts-wrapper:before,
.posts-wrapper:after,
.services-items-wrapper:before,
.services-items-wrapper:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
#latest-posts article:before,
#latest-posts article:after,
.widget:before,
.widget:after,
.posts-wrapper:before,
.posts-wrapper:after,
#author-section:before,
#author-section:after,
.services-items-wrapper:before,
.services-items-wrapper:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
#colophon .widget{
    border: none;
}
.widget:last-child {
    margin-bottom: 20px;
}

#secondary .widget{
    padding: 10px;
    border: 1px solid #e5e5e5;3905
}
.home-education #secondary .widget{
    border-radius: 30px;
}
#secondary .widget > ul li,
#secondary .widget_nav_menu ul li {
    padding: 10px 20px;
    background-color: transparent   ;
    font-weight: 500;
}
#secondary .widget > ul li:last-child,
#secondary .widget_nav_menu ul li:last-child {
    border-bottom: none;
}
#secondary .widget li:not(:last-child) {
    margin-bottom: 10px;
}
#secondary .widget_nav_menu ul ul li:first-child,
#secondary .widget_nav_menu ul ul li:hover {
    border-left: none;
}
#colophon .widget_nav_menu ul li::before{
    display: none;
} 
#colophon .widget_nav_menu ul li:last-child{
    margin-bottom: 10px;
}
#colophon .widget_nav_menu ul li {
    display: inline;
    padding: 5px 10px;
    font-weight: 500;
}
#colophon .widget {
    margin: 0 0 10px;
}
#colophon .widget_block {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#colophon .col-1 .widget_block .wp-block-heading{
    margin: 0 0 5px;
}
#colophon .widget.widget_text {
    margin-bottom: 20px;
}

#colophon .widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}
.widget select:focus {
    outline: thin dotted;
}

.home-education .widget input {
    border-radius: 15px;
}
.widget input {
    outline: none;
    height: 35px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}
form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    border-radius: 0;
    outline: none;
}
.top-search form.search-form button.search-submit{
    top: -6px;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 15px;
    line-height: 26px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget_search form.search-form button.search-submit:hover,
.widget_search form.search-form button.search-submit:focus {
    background-color: #333;
}
.widget_search form.search-form input[type="search"] {
    padding: 0 55px 0 15px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget_search form.search-form input[type="search"]:focus {
    border-color: var(--primary-color);
}
form.search-form {
    position: relative;
}
form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}
.top-search form.search-form input {
    background-color: transparent;
    border-bottom: 1px solid #eae8e8;
}
.top-search input[type="search"]{
    color: #fff;
}
#wp-calendar tbody td {
    text-align: center;
}
#wp-calendar caption {
    margin-bottom: 15px;
    font-weight: 600;
}

.widget li:not(:last-child) {
    margin-bottom: 20px;
}
.modern-menu .widget li:not(:last-child) {
    margin-bottom: 0px;
}
.widget_instagram ul {
    list-style: none;
    margin: -5px;
    padding: 0;
}
.widget.widget_instagram li {
    margin: 0;
    padding: 5px;
}
.widget_instagram .col-1 li {
    width: 100%;
    float: none;
}
.widget_instagram .col-2 li {
    width: 50%;
    float: left;
}
.widget_instagram .col-3 li {
    width: 33.33%;
    float: left;
}
.widget_instagram .col-4 li {
    width: 25%;
    float: left;
}
.widget_instagram .col-5 li {
    width: 20%;
    float: left;
}
.widget_instagram li img {
    width: 100%;
}
#colophon .widget-title, 
#colophon .widgettitle {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}
#colophon .widget_block h2{
    background-color: transparent;
    font-size: 22px;
    padding: 0;
    border-bottom: none;
    margin: 0;
    text-transform: uppercase;
    text-align: unset;
}
#colophon .widget_block .wp-block-heading{
    background-color: transparent;
    color: #fff;

}

#secondary .widget_tag_cloud .tagcloud {
    padding: 15px 20px;
}
#secondary .widget_tag_cloud .tagcloud a,
#colophon .widget_tag_cloud .tagcloud a {
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 0 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px ;
    margin: 5px 3px;
}
#colophon .widget_tag_cloud .tagcloud a {
    border-color: rgba(255, 255, 255, 0.15);
}
/*#secondary a {
    color: #333;
}*/
#secondary a:hover,
#secondary a:focus {
    color: var(--primary-color);
}
#secondary .widget:not(:last-child) {
    margin-bottom: 20px;
}
.no-sidebar #secondary {
    display: none;
}
input[type="submit"],
.wpcf7 input[type="submit"] {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 7px 25px;
    font-size: 14px;
    position: relative;
    border: 2px solid;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    z-index: 1;
    width: auto;
    height: auto;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.widget_popular_post ul,
.widget_latest_post ul {
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
    display: table;
}
.widget.widget_popular_post ul li,
.widget.widget_latest_post ul li {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_latest_post ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3 {
    font-size: 16px;
    line-height: 1.5;
    display: table-row;
    letter-spacing: 0.01em;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a {
    display: block;
}
.widget_popular_post time,
.widget_latest_post time {
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.widget_popular_post h3 a,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time {
    color: #111;
}
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time {
    color: var(--primary-color);
}
.widget_popular_post a time,
.widget_popular_post time,
.widget_latest_post a time,
.widget_latest_post time {
    color: #929292;
    font-weight: 500;
}
.widget_popular_post img,
.widget_latest_post img {
    max-width: 95px;
    width: 95px;
    height: 95px;
    float: left;
    margin-right: 14px;
}
.textwidget img {
    margin-bottom: 25px;
    display: block;
}
.widget.widget_text .btn {
    margin-top: 20px;
}
#secondary .textwidget img {
    max-height: 300px;
    max-width: 300px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#secondary .textwidget p {
    text-align: center;
    padding: 0 20px;
}
#secondary .jetpack_subscription_widget input[type="email"] {
    height: 50px;
    min-height: auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px 18px;
}
#secondary .jetpack_subscription_widget input[type="submit"] {
    position: relative;
    margin: auto;
    min-height: 50px;
    border-radius: 0;
    background-color: #111;
    min-width: 151px;
    margin: 0;
    text-transform: uppercase;
}


#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
    background-color: #333;
}
#colophon .social-icons {
    margin-left: -15px;
}
#secondary p#subscribe-email {
    margin-top: 0;
}
#secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secondary .widget .social-icons {
    text-align: center;
    margin-top: -10px;
}
.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.widget_archive li,
.widget.widget_categories li {
    text-align: right;
}
.wp-block-latest-comments__comment:last-child{
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-summary {
    margin: 0;
    padding: 10px 0 15px;
}
.entry-meta{
    padding: 0;
    font-size: 12px;
}
.wrapper.page-section {
    padding-bottom: 40px;
}

.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-content .search-submit i {
    font-size: 16px;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #111;
}
.page-header small {
    font-size: 12px;
    color: var(--primary-color);
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.posts-wrapper.blog-posts .featured-image {
    position: relative;
}
.blog-three .blog-posts-wrapper .featured-video{
    width: 35%;
}
.featured-video {
    position: relative;
}
.featured-video iframe {
    height:100%;
}
.mejs-controls {
    opacity: 0.56;
}
.single .featured-video{
    margin-bottom: 23px;
}
.ytp-button{
    background-color: #fc030b !important;
}
.featured-video .ytp-chrome-top.ytp-show-cards-title,
.featured-video .mejs-iframe-overlay{
    display: none !important;
}
.ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    fill: #fc030b !important;
    fill-opacity: 0.7;
}
.featured-video .ytp-large-play-button-bg{
    fill: #fc030b !important;
}
.single .featured-video {
    padding: 20px 0;
}
.featured-video .mejs-container.wp-video-shortcode.mejs-video{
    height: 400px !important;
}
/* Goku */
.featured-video .ytp-chrome-top.ytp-show-cards-title {
    display: none;
}
.posts-wrapper.col-3 article:nth-child(3n) {
    border-right: 1px solid #e4e4e4;
}
.blog-posts .post-categories {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    padding: 0 15px;
    color: #fff;
}
.blog-posts .post-categories a {
    color: #fff;
}
.blog-posts .post-categories a:hover,
.blog-posts .post-categories a:focus {
    color: #eee;
}
.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}
.post-categories li {
    display: inline-block;
    margin-bottom: 5px;
}
.entry-meta a:hover,
.entry-meta a:focus {
    color: var(--primary-color);
}
.tags-links {
    margin-bottom: 50px;
    display: inline-block;
}
.tags-links span {
    margin: 0 8px 8px 0;
}
.tags-links a {
    border: 1px solid;
    border-color:var(--primary-color);
    display: inline-block;
    padding: 0px 7px;
    color: var(--primary-color);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.tags-links a:hover,
.tags-links a:focus {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
    margin-bottom: 0;
}
.navigation.post-navigation {
    padding: 15px;
    background-color: #f9f9f9;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
/*.single #primary article.post,
.single #primary .navigation,
.single #primary #comments{
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    padding: 40px;
}*/
.home-education.single #primary article.post img{
    border-radius: 20px;
}
.home-education.single #primary article.post,
.home-education.single #primary .navigation,
.home-education.single #primary #comments{
    border-radius: 30px;
}
.single #primary .site-main > article {
    margin-bottom: 50px;
}
.single #primary .navigation {
    padding: 0;
}
.single #primary .navigation a {
    padding: 25px;
}
.single #primary .navigation .nav-previous a {
    border-right: 1px solid #eee;
}
.single.header-four .wrapper.page-section {
  padding-top: 80px;
}
.error-404.not-found,
.no-results.not-found {
    max-width: 600px;
    margin: 0 auto;
}
.error-404.not-found .page-title {
    font-size: 38px;
}
/*--------------------------------------------------------------
## WP Video
--------------------------------------------------------------*/
.archive.blog-three.right-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video,
.blog.blog-three.right-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video,
.search.blog-three.right-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video,
.archive.blog-three.left-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video,
.blog.blog-three.left-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video,
.search.blog-three.left-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video{
    height: 310px !important;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}
.comments-title,
#reply-title {
    margin-bottom: 30px;
    font-size: 32px;
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
article .comments-link a:before {
  content: "\f0e6";
  font-weight: 400;
  font-size: 18px;
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 3px;
}
.cat-links:before{
    content: "\f02c";
    font-weight: 400;
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-bottom: 3px;
    color: var(--primary-color);
}
.entry-meta .date:before{
    content: "\f017";
    font-weight: 400;
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-bottom: 3px;
}
.byline a:before{
    content: "\f007";
    font-weight: 400;
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-bottom: 3px;
}
.blog-six .blog-posts-wrapper article .byline a:before{
    display: none;
}
.blog-six .blog-posts-wrapper article .byline a{
    display: none;
}
.blog-six .blog-posts-wrapper article .author{
    position: relative ;
}
.blog-six .blog-posts-wrapper article .byline:hover a{
    display: inline-block;
    position: absolute;
    top: auto;
    top: -26px;
    left: -25px;
    background: #fff;
    box-shadow: 0px 1px 1px 0px #000;
    padding: 0px 4px;
}
.blog-six .blog-posts-wrapper article .byline .author:before{
    content: "\f007";
    font-weight: 400;
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-bottom: 3px;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}
#comments ol.children {
    margin-left: 120px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 49px;
    padding-left: 105px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
    border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 49px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
    border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 4px 18px;
    font-size: 14px;
    position: relative;
    border: 2px solid;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.reply a:hover:before,
.reply a:focus:before {
    background-color: var(--primary-color);
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    text-transform: capitalize;
    color: #111;
    font-size: 16px;
    font-weight: 600;
}
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time {
    color: var(--primary-color);
}
.comment-metadata a,
.comment-metadata time {
    font-size: 14px;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
    color: #111;
}
.comment-metadata time {
    font-weight: 500;
}
.comment-metadata {
    display: block;
    margin-top: 5px;
}
.comment-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 105px;
}
.comment-content p {
    font-weight: 400;
    color: #565a5f;
    margin-bottom: 1em;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
    position: relative;
}
.relative {
    display: block;
    position: relative;
}
.relative:before,
.relative:after {
    content: "";
    display: table;
    clear: both;
}
.entry-content {
    margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.home-fitness .wrapper {
    width: 90%;
    max-width: 1400px;
}
.home-nature .wrapper {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.home-blog .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
#top-bar .wrapper,
header .wrapper {
    max-width: 1400px;
    position: relative;
}
.section-header {
    text-align: left;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
section .section-header {
    border-bottom: 1px solid #e5e5e5;
}

#secondary .section-header {
    margin-bottom: 10px;
    text-align: center;
}
.section-subtitle {
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    line-height: 1.5;
    text-transform: capitalize;
    max-width: 750px;
    margin: 0 auto;
}
.section-title {
    font-size: 28px;
    margin: 5px 0;
    word-wrap: break-word;
    text-transform: capitalize;
    font-family: 'Gloria Hallelujah', cursive;
}
.entry-title {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    word-wrap: break-word;
    text-transform: capitalize;
    color: #000;
}
.section-header-cloud {
  position: absolute;
  top:5px;
  left:50%;
}

#message .section-header-cloud {
  left:25%;
}

.header-cloud-shape {
  background-color: #fff;
  width: 50px;
  height: 16px;
  border-radius: 150px;
  box-shadow: 4px 6px rgba(0,0,0,0.2);
  animation: leftRight linear 3s infinite alternate;
}
.header-cloud-shape::after {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -15px;
  left: 23px;
}

.header-cloud-shape::before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: -12px;
  right: 18px;
}
#services .header-cloud-shape,
#services .header-cloud-shape::after,
#services .header-cloud-shape::before,
#admissionprocess .header-cloud-shape,
#admissionprocess .header-cloud-shape::after,
#admissionprocess .header-cloud-shape::before,
#team .header-cloud-shape,
#team .header-cloud-shape::after,
#team .header-cloud-shape::before,
#mustread .header-cloud-shape,
#mustread .header-cloud-shape::after,
#mustread .header-cloud-shape::before,
#event .header-cloud-shape,
#event .header-cloud-shape::after,
#event .header-cloud-shape::before,
#client .header-cloud-shape,
#client .header-cloud-shape::after,
#client .header-cloud-shape::before{
    background-color: var(--primary-color);
}

@keyframes leftRight {
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}


.home-magazine .entry-title,
.home-normal-magazine .entry-title {
    font-size: 18px;

}
.home-business .entry-title {
    font-size: 24px;
    margin: 5px 0;
    font-weight: 400;
    word-wrap: break-word;
    text-transform: capitalize;
    color: #000;
}
.home-normal-blog .entry-title {
    font-size: 26px;
    margin: 5px 0;
    font-weight: bold;
    word-wrap: break-word;
    text-transform: capitalize;
    color: #000;
}
.home-normal-magazine .section-title, 
.home-magazine .section-title {
  background-color: var(--primary-color);
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  text-align: left;
  padding: 0 45px 0 10px;
  border-bottom: 3px solid #f5f5f5;
}
.home-normal-magazine .section-title::after,
.home-magazine .section-title::after {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 78px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: -3px;
}

.home-normal-magazine .section-header,
.home-magazine .section-header {
    position: relative;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.home-education .section-title {
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
}
.section-title {
    background: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-family: 'Gilda Display';
}
/*section .section-title::before {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #666;
    left: -85px;
}
section .section-title::after {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #666;
    margin-left: 20px;
}*/
.home-fitness .section-title {
    background: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    color: #e0dede;
}

.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.wpcf7 input[type="submit"],
.btn,
.woocommerce #respond input#submit {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 40px;
    font-size: 14px;
    position: relative;
    border: 2px solid;
    background-color: var(--primary-color);
    border-color: var(--primary-color);    color: #fff;
    margin-right: 15px;
    margin-bottom: 25px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.home-education .btn::after, 
.home-education .btn-transparent::after, 
.home-education #featured-slider .btn::after {
  content: '';
  border: 1px solid #fff;
  padding: 26px;
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
}
.entry-content p{
    color: #626262;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}  
#main .single-page .entry-title{
    font-size: 32px;
}
   
.wpcf7 input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover {
    background-color: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
    
}
.btn-transparent{
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    display: inline-block;
    font-weight: 600;
    padding: 10px 40px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-transparent:hover,
.btn-transparent:focus{
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
}
/*--------------------------------------------------------------
# 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: -4px;
}
.widget_media_gallery,
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 4px;
}

.wp-block-gallery.columns-2 .blocks-gallery-item,
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.wp-block-gallery.columns-3 .blocks-gallery-item,
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.wp-block-gallery.columns-4 .blocks-gallery-item,
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.wp-block-gallery.columns-5 .blocks-gallery-item,
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.wp-block-gallery.columns-6 .blocks-gallery-item,
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.wp-block-gallery.columns-7 .blocks-gallery-item,
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.wp-block-gallery.columns-8 .blocks-gallery-item,
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.wp-block-gallery.columns-9 .blocks-gallery-item,
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
.widget.widget_block.widget_media_gallery li::before{
    display: none !important;
}
.widget.widget_block.widget_media_gallery li{
    padding: 5px !important;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
    margin: 0 !important;
}

.widget.widget_search{
    padding: 10px;
}
.widget_block.widget_search{
    padding: 25px;
}
.wp-block-search label {
  display: none;
}
.wp-block-search__inside-wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home-education .wp-block-search__inside-wrapper {
  border-radius: 15px;
}
.home-education .wp-block-search__button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.wp-block-latest-comments{
    padding-left: 0;
}
.wp-block-latest-comments article {
  margin-bottom: 15px;
}
.wp-block-latest-comments__comment-meta a{
    display: inline !important;
}
.widget_block{
    padding-bottom: 30px;
}
.widget_block.widget_media_gallery{
    padding: 20px !important;
}
.wp-block-gallery {
  margin-bottom: 0
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
    display: inline-block;
    width: auto;
}
.social-icons li:not(:last-child) {
    margin-right: 5px;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    color: #fff;
    line-height: 35px;
    display: block;
    border-radius: 2px;
}
.modern-menu .social-icons li a {
    color: #000;
}
.social-icons a:focus {
    outline: none;
}
.addtoany_share_save_container a:focus{
    outline: dotted !important;
}
.wp-block-social-links li::before{
    display: none !important;
}
.wp-block-social-links .wp-social-link a {
  padding: 10px;
}
.wp-block-social-links{
    border-radius: 0 50%;
}

.footer-widgets-area .wp-block-social-links .wp-social-link a {
  padding: 6px;
}
.wp-block-social-links .wp-block-social-link svg{
    fill:#fff !important;
}
.wp-social-link.wp-block-social-link {
  width: 45px !important;
  height: 45px;
}
/*--------------------------------------------------------------
## Popular Widget
--------------------------------------------------------------*/
.popular-news article {
  text-align: left;
}
.popular-news article .post-wrapper {
  display: flex;
  align-items: center;
}
.popular-news article.full-width .post-wrapper {
  display: initial;
}
.popular-news article.half-width .entry-title {
    margin:0 0 6px;
    line-height: 1.3;
}
.popular-news article.half-width .entry-container {
  padding: 0 0 0 10px;
}
.popular-news article.full-width .entry-container {
  padding: 10px 11px 0 0;
}
.popular-news article.full-width .post-featured-image {
  position: relative;
}
.popular-news ul.post-categories li:before {
  content: none;
}

.popular-news article.half-width ul.post-categories li {
  margin: 0;
}
.popular-news img {
    width: 100%;
}
.popular-news .half-width img {
    width: 90%;
    height: 80px;
}
.popular-news article .entry-meta a {
    color:var(--primary-color);
}
#secondary .popular-news article .entry-meta a:hover,
#secondary .popular-news article .entry-meta a:focus {
    color:#333;
}
.popular-news article.full-width .entry-title a {
  font-size: 18px;
  text-decoration: none;
}
.popular-news article.half-width .entry-title a {
  font-size: 14px;
  text-decoration: none;
}
.popular-news article .featured-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.popular-news article.full-width .featured-image {
  padding: 125px 0;
}
.popular-news article.half-width .post-featured-image {
  width: 30%;
}
.popular-news article.half-width .featured-image {
  padding: 45px 0;
}
.popular-news article.half-width .entry-container {
  width: 70%;
}
.popular-news .section-content article:not(:last-child) {
    padding: 0;
    margin-bottom: 20px;
}
.popular-news .section-content article:last-child {
    clear:left;
    padding: 0;
    margin-bottom: 0px;
}
.popular-news .section-content article:first-child{
    margin-bottom: 20px;
}
#secondary .popular-news article .post-categories li a,
.footer-widgets-area .popular-news article .post-categories li a {
    color: #fff;
}
.footer-widgets-area .popular-news ul li, 
#secondary .popular-news ul li{
    padding-bottom: 0;
    display: inline;
}

.sidebar-popular-news ul{
    padding: 0 !important;
}
.sidebar-popular-news ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
    display: table;
}
#secondary .sidebar-popular-news ul li{
    display: flex;
    align-items: center;
}
#secondary .sidebar-popular-news ul li{
    padding: 10px 0;
    background-color: transparent;
}
.widget.sidebar-popular-news ul li{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
}
.widget.sidebar-popular-news ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-popular-news h3 {
    font-size: 18px;
    line-height: 1.1;
    display: table-row;
    letter-spacing: 0.01em;
}
.sidebar-popular-news h3 a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}
.sidebar-popular-news h3 a:hover,
.sidebar-popular-news h3 a:focus {
    color: var(--primary-color);
}
.sidebar-popular-news time {
    font-weight: 500;
}
#colophon .sidebar-popular-news a time,
#colophon .sidebar-popular-news time {
    color: #000;
    opacity: 0.8;
}
.sidebar-popular-news .post-featured-image{
    width: 30%;
    float: left;
    position: relative;    
}
.sidebar-popular-news .featured-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0;
}
footer .sidebar-popular-news .featured-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 35px 0;
}
.sidebar-popular-news .entry-container {
    width: 70%;
    padding-left:10px;
    float: right;
}
.sidebar-popular-news .no-post-thumbnail .entry-container {
    width: 100%;
    padding:0 10px;
    float: right;
}
.sidebar-popular-news .entry-meta a{
    color:var(--primary-color);
}
#secondary .sidebar-popular-news .entry-meta a:hover,
#secondary .sidebar-popular-news .entry-meta a:focus{
    color:#000;
}

.sidebar-list-news li::before,
.sidebar-popular-news li::before,
.popular-news li::before {
    content: none !important;
}

#secondary .popular-news .section-content,
#colophon .popular-news .section-content {
  margin: 0;
}
#colophon .section-header{
    background-color: transparent;
    margin-bottom: 15px;
}
#secondary .popular-news,
#colophon .popular-news {
    margin: 0;
}
#secondary .popular-news .wrapper,
#colophon .popular-news .wrapper {
  width: 100%;
  padding: 0;
}
#secondary .popular-news .popular-post-wrapper,
#colophon .popular-news .popular-post-wrapper{
    width: 100%;
}
#colophon .popular-news .popular-post-wrapper .full-width{
    padding: 15px 15px 0;
}
#colophon .popular-news .popular-post-wrapper .half-width{
    padding: 0 15px;
}
#secondary .popular-news article,
#colophon .popular-news article {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
}
#secondary .popular-news article.full-width,
#colophon .popular-news article.full-width {
  padding-bottom: 20px;
}
.home-no-sidebar .primary-content-sidebar #primary{
    width: 100% !important;
    padding-right: 0;
}
.home-normal-magazine .widget h2,
.home-magazine .widget h2{
    font-size: 24px;
}
.widget .entry-title{
    font-size: 13px;
}
.widget article:not(:last-child){
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
## List Widget
--------------------------------------------------------------*/
#homepage-l-secondary .widget.sidebar-list-news li::before, 
#homepage-r-secondary .widget.sidebar-list-news li::before {
    display: none;
}
/*--------------------------------------------------------------
## About Widget
--------------------------------------------------------------*/
.widget-about-author{
    text-align: center;
}
.widget-about-author img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.widget-about-author .entry-container {
  padding: 30px 5px;
}
/*--------------------------------------------------------------
## post tab widget
--------------------------------------------------------------*/

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head {
    position: relative;
    margin-bottom: 20px;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #999;
    opacity: 0.5;
    left: 0;
    bottom: 0;
}

.site-footer .posts-tabs-widget .post-tabs-wrapper .post-tabs-head::before {
    background-color: #fff;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    position: relative;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li {
    outline: none;
    flex: 1;
    text-align: center;
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a i{
    padding-right: 5px;
}
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
    padding: 0;
}
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a.inactive {
    color: #333;
    background-color: transparent;
}
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a:hover {
    color: var(--primary-color);
}
.posts-tabs-widget .post-author::after {
  content: "/";
  padding: 0 4px;
}
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a:hover,
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a.inactive:hover {
    color: var(--primary-color);
    outline: none;
}
.posts-tabs-widget li:before{
    display: none;
}
.posts-tabs-widget .post-item{
    border: none;
    padding: 0;
}
.posts-tabs-widget .post-item .cat-links a{
    font-size: 12px;
}
.posts-tabs-widget .post-item .featured-image{
    padding: 45px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.posts-tabs-widget .post-item.post-list{
    display: flex;
    width: 100%;
    align-items: center;
}
.posts-tabs-widget .post-item.post-list:not(:last-child){
    margin-bottom: 20px;
}
.posts-tabs-widget .post-item-image{
  width: 30%;
}
.posts-tabs-widget .no-post-thumbnail .post-item-content {
  width: 100%;

}
.posts-tabs-widget .post-item-content {
  width: 70%;
  padding-left: 10px;
}
.footer-widgets-area .posts-tabs-widget .post-item-content .entry-title,
#secondary .posts-tabs-widget .post-item-content .entry-title{
    font-size: 16px;
    font-weight: 600;
} 
.posts-tabs-widget .post-item-content .post-btn, 
.posts-tabs-widget .post-item-content .post-exerpt {
  display: none;
}
.footer-widgets-area .posts-tabs-widget ul li, 
#secondary .posts-tabs-widget ul li{
    display: inline;
}
.posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item{
    background-color: transparent !important;
}
#secondary .posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item,
.site-footer .posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item,
.secondary-widgets-area .posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item {
    margin-bottom: 15px;
}

@media (max-width: 600px) {

    .posts-tabs-widget .post-item .post-item-image {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .posts-tabs-widget .post-item .post-item-content {
        padding-block: 0;
        padding-inline-end: 0;
        padding-inline-start: 10px;
    }

    .posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item .post-categories,
    .posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item .post-exerpt,
    .posts-tabs-widget .post-tabs-wrapper .post-tab-content-wrapper .post-tab-container .post-item .post-btn {
        display: none;
    }
}
.wp-block-image{
    margin: 0;
}
.widget_media_image{
    padding: 10px;
}
/*--------------------------------------------------------------
## Slider Posts Widget
--------------------------------------------------------------*/
.slider-posts-widget .slider-posts article{
    padding: 125px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 0;
}
.slider-posts {
  overflow: hidden;
}
footer .slider-posts-widget article .entry-title,
#secondary .slider-posts-widget article .entry-title{
    font-size: 22px;
    padding: 0;
}
.slider-posts-widget article .entry-container{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 70px 20px 5px;
    background: linear-gradient(0deg,rgba(0,0,0,1) 0,transparent);
}
.slider-posts-widget article .entry-meta,
.slider-posts-widget article .entry-title a{
    color: #fff;
}
#secondary .slider-posts-widget .slick-prev,
#secondary .slider-posts-widget .slick-next,
footer .slider-posts-widget .slick-prev,
footer .slider-posts-widget .slick-next{
    top: -35px;
    width: 30px;
    height: 30px;
    line-height: 11px;
}
.slider-posts-widget .slick-prev{
    left: auto;
    right: 40px;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 35px;
    position: relative;
    list-style: none;
}
.modern-menu .social-icons li {
    width: 30px;
    height: auto;
    text-align: center;
    line-height: 35px;
    position: relative;
    list-style: none;
}
#message .social-icons li {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 47px;
    position: relative;
    list-style: none;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
}
#message .social-icons li a{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
}
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons li:not(:last-child) {
    margin-right: 10px;
}
.modern-menu .social-icons li:not(:last-child) {
    margin-right: 0px;
}
#message .social-icons li a {
    color: #777;
}

.home-medical #message .social-icons li a {
    color: var(--medi-secondary-color);
}
#message .social-icons li a:hover,
#message .social-icons li a:focus {
    color: #fff;
}
#top-bar .social-icons li a {
    color: #fff;
}
.social-icons li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-icons li a:hover {
    color: #fff;
}
.social-icons li a:before {
    font-family: 'FontAwesome';
    visibility: visible;
    font-size: 15px;
}
.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
  content: "\f09a";
}

.social-icons li a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-icons li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-icons li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-icons li a[href*="youtube.com"]:before {
  content: "\f04b";
}

.social-icons li a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-icons li a[href*="pinterest.com"]:before {
  content: "\f231";
}

.social-icons li a[href*="bitbucket.org"]:before {
  content: "\f171";
}

.social-icons li a[href*="github.com"]:before {
  content: "\f113";
}

.social-icons li a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-icons li a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-icons li a[href$="/feed/"]:before {
  content: "\f09e";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-icons li a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-icons li a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-icons li a[href*="vimeo.com"]:before {
  content: "\f194";
}

.social-icons li a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-icons li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-icons li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-icons li a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.social-icons li a[href*="mailto:"]:before {
  content: "\f0e0";
}
.social-icons li a[href*="soundcloud.com"]:before {
  content: "\f1be";
}
.social-icons li a[href*="wordpress.org"]:before {
  content: "\f19a";
}
.social-icons li a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-icons li a[href*="jsfiddle.net"]:before {
  content: "\f1cc";
}

.social-icons li a[href*="tripadvisor.com"]:before {
  content: "\f262";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="angel.co"]:before {
  content: "\f209";
}

.social-icons li a[href*="slack.com"]:before {
  content: "\f198";
}
.social-icons li a[href*="tiktok.com"]:before {
    content: "\e07b";
    font-family: "Font Awesome 5 Brands";
} 
.social-icons li a[href*="tiktok.com"]:hover,
.social-icons li a[href*="tiktok.com"]:focus {
      background-color: #7d88e3 !important;
}

/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
    background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
    background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
    background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
    background-color: #ec7161 !important;
}

.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
    background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
    background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
    background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
    background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
    background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
    background-color: #111000 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus {
    background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus {
    background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
    background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
    background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
    background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
    background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
    background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
    background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
    background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
    background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
    background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
    background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover {
    background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
    background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
    background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
    background-color: #111000 !important;
}
/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/
#content .section-header .widget-title {
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.widget-title,
.wp-block-heading {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.wp-block-heading{
    margin: 0;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding: 10px !important;
    font-size: 18px !important;
    font-weight: bold;
}
#colophon .wp-block-heading{
    border: none;
}
.widget_block {
    padding: 10px;
}
#homepage-l-secondary .widget li::before, 
#homepage-r-secondary .widget li::before {
    content: "\f101";
    font-family: 'FontAwesome';
    float: left;
    margin-right: 15px;
}

.widget li:not(:last-child) {
    margin-bottom: 0;
    padding: 5px 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list,
.widget ul {
    list-style: none;
    padding-left: 10px;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#custom-header-image {
    background-color: #fff;
}
#page-site-header {
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    position: relative;
    text-align: center;
    padding: 220px 0;
}
/*#page-site-header:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}*/
#page-site-header .page-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 30px;
    min-width: 200px;
}
.home-minimal-blog #page-site-header .page-title {
    max-width: 750px;
    background-color: rgba(0, 0, 0, 0.2);
}
.home-minimal-blog #page-site-header .overlay {
    display: none;
}
#page-site-header .page-header {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    background-color: #222;
    padding: 20px 0;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.trail-items li a {
    color: rgba(255, 255, 255, 0.30);
}
.trail-items li a:hover,
.trail-items li a:focus {
    color: #fff;
}
.trail-items .separator {
    color: rgba(255, 255, 255, 0.30);
    padding: 0 2px;
}

/*--------------------------------------------------------------
#  Content Align
--------------------------------------------------------------*/
.content-right{
    text-align: right;
}
.content-center{
    text-align: center;
}
.content-left{
    text-align: left;
}
.content-justify{
    text-align: justify;
}

#homepage-r-secondary{
    padding:10px 0 10px 10px;
}  
#homepage-l-secondary{
    padding: 10px 10px 10px 0;
} 
#home-primary{
    padding:10px;
}

/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider{
    padding: 20px 0;
}
.slick-item {
    outline: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
    z-index: 9;
}
.slick-next:before, 
.slick-prev:before {
    opacity: 1;
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 14px;
}
.slick-next:before {
    content: "\f105";
}
.slick-prev,
.slick-next {
    left: auto;
    right: 10px;
    z-index: 1;
    width: 20px;
    height: 20px;
    line-height: 0px;
    background-color: var(--primary-color);
    top: 20px;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-prev {
    left: auto;
    right: 40px;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
   background-color: #bcbaba;
}
.slick-next:hover::before,
.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:focus::before {
   color: #fff;
}
.home-magazine .slick-next:hover::before, 
.home-magazine .slick-prev:hover::before,
.home-magazine .slick-prev:hover,
.home-magazine .slick-next:hover,
.home-magazine .slick-prev:focus,
.home-magazine .slick-next:focus {
    background-color: transparent;
    color: #cc0000;
}
.slick-dots li:hover button::before,
.slick-dots li:focus button::before{
    background-color: var(--primary-color) !important;
}
.slick-dots li button:before {
    content: "";
    opacity: 1;
    background-color: #fff;
    width: 12px;
    height: 12px;
}
.slick-dots li.slick-active button:before {
    background-color: var(--primary-color);
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-dots li {
    margin: 0 2px;
}

.default-slider #featured-slider{
    margin-top: 40px;
}
.half-image-slider #featured-slider .wrapper {
    padding: 10px;
    border: 1px solid #e5e5e5;
}
#featured-slider .wrapper {
    position: unset;
}
.slider-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0.3;
    background-color: var(--primary-color);
}
.slider-lefttop-box{
    position: absolute;
    top: 0;
    left: 0;
    animation: leftRight linear 25s infinite alternate;
}
@keyframes leftRight {
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}
.slider-righttop-box{
    position: absolute;
    top: 0;
    right: 0;
    animation: topBottom linear 25s infinite alternate;
}
@keyframes topBottom {
  to {
    top: 100%;
    transform: translateY(-100%);
  }
}
.slider-leftbottom-box{
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    animation: bottomTop linear 25s infinite alternate;
}
@keyframes bottomTop {
  to {
    bottom: 76%;
    transform: translateY(-100%);
  }
}
.slider-rightbottom-box{
    position: absolute;
    bottom: 0;
    right: 0;
    animation: rightLeft linear 25s infinite alternate;
}
@keyframes rightLeft {
  to {
    right: 75%;
    transform: translateX(-100%);
  }
}
.half-image-slider #featured-slider{
    padding: 30px 0;
}
.header-six.half-image-slider #featured-slider{
    padding-top: 60px;
}
.default-slider #featured-slider article,
.fullwidth-slider #featured-slider article {
    padding: 150px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-color: #111;
}   
.half-image-slider #featured-slider .featured-image {
    padding: 290px 0 ;
    background-size: cover;
    background-position: 50%;
    position: relative;

}
.default-slider.default-position .featured-content-wrapper{

}
.default-slider.default-position .featured-content-wrapper,
.fullwidth-slider.default-position .featured-content-wrapper{
    left: 0;
    bottom: 0;
    right:0;
}
.default-slider.left-position .featured-content-wrapper,
.fullwidth-slider.left-position .featured-content-wrapper{
    left: 0;
    bottom: 0;
    text-align: left;
}
/*.home-blog .featured-content-wrapper{
  left: 0;
  top: 135px !important;
  text-align: left;
  bottom: 0px !important;
}*/
.left-position .featured-content-wrapper .read-more,
.left-position .featured-content-wrapper .entry-content,
.left-position .featured-content-wrapper .entry-title,
.left-position .featured-content-wrapper .entry-meta,
.left-position .featured-content-wrapper{
    text-align: left;
}
.right-position .featured-content-wrapper .read-more,
.right-position .featured-content-wrapper .entry-content,
.right-position .featured-content-wrapper .entry-title,
.right-position .featured-content-wrapper .entry-meta,
.right-position .featured-content-wrapper{
    text-align: right;
}
.default-position .featured-content-wrapper .read-more,
.default-position .featured-content-wrapper .entry-content,
.default-position .featured-content-wrapper .entry-title,
.default-position .featured-content-wrapper .entry-meta,
.default-position .featured-content-wrapper{
    text-align: center;
}
.default-slider.right-position .featured-content-wrapper,
.fullwidth-slider.right-position .featured-content-wrapper{
    top: auto;
    right:0;
    bottom: 0;
    text-align: right;
}
.image-overlay.featured-content-wrapper {
    padding: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    max-width: 650px;
    width: 100%;
}
.half-image-slider.featured-content-wrapper {
    padding: 30px 30px 30px 10px;
    position: relative;
}
 .featured-content-wrapper .entry-title {
    font-size: 34px;
}
.content-overlay.featured-content-wrapper {
    background-color: rgba(255, 255, 255, 0.6 );
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    max-width: 650px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.image-overlay.featured-content-wrapper .entry-content p {
    color: #fff;
    line-height: 20px;
}
.featured-content-wrapper .cat-links {
    padding-left: 10px;
    color: #222;
}
#featured-slider .entry-meta .cat-links a{
    color: var(--primary-color);
}
#featured-slider .entry-meta .cat-links a:hover{
    color: #222;
}
.image-overlay.featured-content-wrapper .entry-title:hover,
.image-overlay.featured-content-wrapper a:focus .entry-title{
    opacity: 0.7;
    color: var(--primary-color);
}

.content-overlay.featured-content-wrapper .entry-title:hover,
.content-overlay.featured-content-wrapper a:focus .entry-title{
    color: var(--primary-color);
}
.image-overlay.featured-content-wrapper .more-link,
.image-overlay.featured-content-wrapper .entry-meta a,
.image-overlay.featured-content-wrapper .entry-title a,
.image-overlay.featured-content-wrapper .entry-meta,
#featured-slider .image-overlay .entry-meta .cat-links a  {
    color: #fff;
}
#featured-slider .image-overlay .entry-meta .cat-links a {
    text-transform: uppercase;
}
.featured-content-wrapper .entry-meta a:hover,
.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-meta a:focus,
.featured-content-wrapper .entry-title a:focus {
    color: #222;
    opacity: 0.9;
}
.image-overlay.featured-content-wrapper .entry-meta a:hover,
.image-overlay.featured-content-wrapper .entry-title a:hover,
.image-overlay.featured-content-wrapper .entry-meta a:focus,
.image-overlay.featured-content-wrapper .entry-title a:focus {
    color: #fff;
    opacity: 0.9;
}

#featured-slider .image-overlay .separator {
    margin-bottom: 15px;
    width: 70px;
    background-color: #fff;
    height: 3px;
    margin: auto;
    margin: 20px auto;
}
#featured-slider .content-overlay .separator {
    margin-bottom: 15px;
    width: 70px;
    background-color: var(--primary-color);
    height: 3px;
    margin: auto;
    margin: 20px auto;
}

.content-overlay.featured-content-wrapper .entry-title {
    color: #222;
    font-size: 68px;
    font-weight: bold;
}
.image-overlay.featured-content-wrapper .entry-title{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.featured-content-wrapper .entry-content p,
#featured-slider article .entry-content {
    color: #222;
    font-size: 14px;
    margin: 0;
}
.featured-content-wrapper .read-more {
    margin-top: 45px;
}

#featured-slider .slick-dots {
    bottom: 25px;
}
#featured-slider button.slick-arrow {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#featured-slider:hover button.slick-arrow {
    visibility: visible;
    opacity: 1;
}
/*#featured-slider:hover button.slick-arrow.slick-prev {
    left: 25px;
}
#featured-slider:hover button.slick-arrow.slick-next {
    right: 25px;
}*/
.slider-soical{
    padding-top: 30px;
}
.slider-soical li a:hover{
    color: #fff;
}
#featured-slider .social-icons li a{
    color: #000;
}
#featured-slider .social-icons li a:hover {
    color: #fff !important;
}
#featured-slider .social-icons li a::before{
    font-size: 20px;
}
#featured-slider .slider-social-text{
    width: auto;
    font-weight: bold;
    text-align: left;
}
.half-image-slider a .entry-title{
    color: var(--primary-color);
}
#featured-slider .entry-title span {
  font-size: 50px;
  color: #000;
}
#featured-slider .entry-header span.slider-position {
  font-size: 30px;
  font-family: 'Tangerine';
}
.home-normal-blog #featured-slider .entry-title{
    font-size: 24px;
}
.home-normal-blog #featured-slider .entry-content{
    display: none;
}
.home-normal-blog #featured-slider article{
    margin: 5px ;
}
.magazine-bell-curve {
  fill: #fff;
}
.curve-shape {
  position: absolute;
  bottom: -3px;
  rotate: revert-layer;
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
#  Slider box
--------------------------------------------------------------*/

.slider-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0.3;
    background-color: var(--primary-color);
}
#information .slider-box{
    position: absolute;
    top: 145px;
    left: 0;
    animation: skillLeftRight linear 25s infinite alternate;
}
@keyframes skillLeftRight {
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}
#testimonial .slider-box{
    position: absolute;
    top: 90px;
    right: 0;
    animation: testiRightLeft linear 25s infinite alternate;
}
@keyframes testiRightLeft {
  to {
    right: 85%;
    transform: translateX(-100%);
  }
}
#cta .slider-box{
    position: absolute;
    top: 0;
    left: 0;
    animation: ctaLeftRight linear 25s infinite alternate;
}
@keyframes ctaLeftRight {
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}
#contact .slider-box{
    position: absolute;
    top: 30px;
    left: 0;
    animation: contactLeftRight linear 25s infinite alternate;
}
@keyframes contactLeftRight {
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}
#services .slider-box{
    position: absolute;
    top: 92px;
    left: 0;
    animation: servicesLeftRight linear 25s infinite alternate;
}
@keyframes servicesLeftRight {
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}
#blog .slider-box{
    position: absolute;
    top: 84px;
    right: 0;
    animation: blogRightLeft linear 25s infinite alternate;
}
@keyframes blogRightLeft {
  to {
    right: 80%;
    transform: translateX(-100%);
  }
}


/*--------------------------------------------------------------
#  Time Table Section
--------------------------------------------------------------*/
#timetable {
  padding: 60px 0;
}
.home-education #timetable {
  padding: 0px 0 60px;
  margin-top: -50px;
}
.timetable-table-wrapper {
  padding: 30px;
  color: #fff;
}
.timetable-icon-container {
  font-size: 40px;
  margin-bottom: 15px;
}
#timetable article:hover{
    opacity: 0.9;
}
#timetable article .btn,
#timetable article{
    /*background-color: var(--primary-color);*/
    color: #fff;
}
#timetable article:nth-child(2n) .btn,
#timetable article:nth-child(2n){
    /*background-color: #4F6DCD;*/
    color: #fff;
}

#timetable article:nth-child(3n) .btn,
#timetable article:nth-child(3n){
    /*background-color: #29f287;*/
    color: #fff;
}
#timetable article:nth-child(4n) .btn,
#timetable article:nth-child(4n){
    /*background-color: #8700ff;*/
    color: #fff;
}

#timetable .read-more .btn{
  border: 2px solid #fff;
  padding: 10px 30px;
}
#timetable .read-more .btn:hover{
  box-shadow: 1px 2px 1px 2px #fff;
}

#timetable article .entry-title,
#timetable article p{
    color: #fff;
}
.timetable-table-wrapper ul{
    padding-left:0 ;
} 

.timetable-table-wrapper ul li::before {
    content: "\f046";
    color: #fff;
    padding-right: 5px;
    font-family: "FontAwesome";
}
.timetable-table-wrapper ul li{
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
}
#timetable .read-more {
  margin-top: 30px;
}

/*--------------------------------------------------------------
#  Appointment Section
--------------------------------------------------------------*/
.home-medical #appointment{
    margin-top: -90px;
}
.home-fitness #appointment{
    padding: 60px 0;
}
.home-fitness #appointment .section-title{
    font-size: 42px;
}
.home-fitness #appointment .section-subtitle{
    color: #fff;
}
#appointment .wrapper{
    background-color: var(--medi-secondary-color);
    padding: 30px 30px 0;
    border-radius: 3px;
}
.home-medical .appointment-section-wrapper {
    position: relative;
    display: block;
    margin: 0 -10px;
}
.home-fitness #appointment .featured-image{
    padding: 200px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#appointment form.wpcf7-form .register-patient-button,
#appointment form.wpcf7-form input[type="submit"]{
    line-height: 0;
}
#appointment form.wpcf7-form p{
    padding: 10px;
}
#appointment form.wpcf7-form p input{
    border-radius: 3px;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  right: 4px;
  left: auto;
  top: -5px;
  opacity: 0.3;
}
#appointment .wpcf7 input[type="submit"]{
  border-radius: 3px;
  padding: 18px 5px;
  width: 100%;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
#  Our Services
--------------------------------------------------------------*/
#services{
    padding: 80px 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #FFF;
}
.home-medical #services{
    background-color: #f9f9f9;
}
#services .section-header{
    margin-bottom: 30px;
}
#services.enable-services-background{
    padding: 0;
   /* overflow: hidden;*/
}
#services.enable-services-background .overlay{
    display: none;
}
#services .overlay{
    background-color: #e0e0e0;
    opacity: 0.9;
}

.services-top{
    display: inline-block;
}
.services-top-right article {
    height: 300px;
    margin-bottom: 20px;
}
.services-top-right article:hover {
  animation: vertical-shaking 2s infinite;
}
.services-top-right article.services-image-4:hover {
  animation: horizontal-shaking 2s infinite;
}
.services-top-right article img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 3px 3px 3px 3px;
}
.services-top-right article.services-image-4 {
  height: 200px ;
  clear: right;
}
.services-top-right article.services-image-4 img{
  height: 200px ;
}
#services .services-top-right article{
    padding: 0 10px;
}
.services-header {
  padding-top: 40px;
  text-align: center;
}

@keyframes vertical-shaking {
  0% { transform: translateY(0) }
  25% { transform: translateY(5px) }
  50% { transform: translateY(-5px) }
  75% { transform: translateY(5px) }
  100% { transform: translateY(0) }
}
@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
}
.home-education #services .icon-container .petal {
    height: 146px;
    width: 44px;
    position: absolute;
    top: calc(50% - 73px);
    left: calc(50% - 22px);
    background-color: inherit;
    border-radius: 22px;
}
.home-education #services .icon-container .petal:nth-child(2) {
    -webkit-transform: rotateZ(36deg);
    -moz-transform: rotateZ(36deg);
    -ms-transform: rotateZ(36deg);
    -o-transform: rotateZ(36deg);
    transform: rotateZ(36deg);
}
.home-education #services .icon-container .petal:nth-child(3) {
    -webkit-transform: rotateZ(72deg);
    -moz-transform: rotateZ(72deg);
    -ms-transform: rotateZ(72deg);
    -o-transform: rotateZ(72deg);
    transform: rotateZ(72deg);
}
.home-education #services .icon-container .petal:nth-child(4) {
    -webkit-transform: rotateZ(108deg);
    -moz-transform: rotateZ(108deg);
    -ms-transform: rotateZ(108deg);
    -o-transform: rotateZ(108deg);
    transform: rotateZ(108deg);
}
.home-education #services .icon-container .petal:nth-child(5) {
    -webkit-transform: rotateZ(144deg);
    -moz-transform: rotateZ(144deg);
    -ms-transform: rotateZ(144deg);
    -o-transform: rotateZ(144deg);
    transform: rotateZ(144deg);
}
.home-education #services article:nth-child(1n) .icon-container a {
    background-color: #00b9f1;
}
.home-education #services article:nth-child(1n):hover {
    background-color: #00b9f1;
    color: #fff;
    border-radius: 30px;
}
.home-education #services article:nth-child(1n):hover .icon-container a {
    background-color: #fff;
}
.home-education #services article:nth-child(1n):hover .entry-title a ,
.home-education #services article:nth-child(1n):hover .icon-container i {
    color: #00b9f1;
}
.home-education #services article:nth-child(2n) .icon-container a {
    background-color: #e63244;
}
.home-education #services article:nth-child(2n):hover {
    background-color: #e63244;
    color: #fff;
    border-radius: 30px;
}
.home-education #services article:nth-child(2n):hover .icon-container a {
    background-color: #fff;
}
.home-education #services article:nth-child(2n):hover .entry-title a,
.home-education #services article:nth-child(2n):hover .icon-container i {
    color: #e63244;
}
.home-education #services article:nth-child(3n) .icon-container a {
    background-color: #1ba81d;
}
.home-education #services article:nth-child(3n):hover {
    background-color: #1ba81d;
    color: #fff;
    border-radius: 30px;
}
.home-education #services article:nth-child(3n):hover .icon-container a {
    background-color: #fff;
}
.home-education #services article:nth-child(3n):hover .entry-title a,
.home-education #services article:nth-child(3n):hover .icon-container i {
    color: #1ba81d;
}
.home-education #services article:nth-child(4n) .icon-container a {
    background-color: #fcb54d;
}
.home-education #services article:nth-child(4n):hover {
    background-color: #fcb54d;
    color: #fff;
    border-radius: 30px;
}
.home-education #services article:nth-child(4n):hover .icon-container a {
    background-color: #fff;
}
.home-education #services article:nth-child(4n):hover .entry-title a,
.home-education #services article:nth-child(4n):hover .icon-container i {
    color: #fcb54d;
}
.home-education #services article:nth-child(5n) .icon-container a {
    background-color: #adca69;
}
.home-education #services article:nth-child(5n):hover {
    background-color: #adca69;
    color: #fff;
    border-radius: 30px;
}
.home-education #services article:nth-child(5n):hover .icon-container a {
    background-color: #fff;
}
.home-education #services article:nth-child(5n):hover .entry-title a,
.home-education #services article:nth-child(5n):hover .icon-container i {
    color: #adca69;
}
.home-education #services article:nth-child(6n) .icon-container a {
    background-color: #c389ce;
}
.home-education #services article:nth-child(6n):hover {
    background-color: #c389ce;
    color: #fff;
    border-radius: 30px;
}
.home-education #services article:nth-child(6n):hover .icon-container a {
    background-color: #fff;
}
.home-education #services article:nth-child(6n):hover .entry-title a,
.home-education #services article:nth-child(6n):hover .icon-container i {
    color: #c389ce;
}
.services-item-wrapper {
    padding:10px 20px 20px;
    display: block;
    transition: all 0.3s;

}
.home-education .services-item-wrapper {
    border-radius: 20px;
    background-color: transparent;
}
.home-education article .services-item-wrapper {
    background-color: #fff;
}
.home-corporate .services-item-wrapper,
.home-fitness .services-item-wrapper {
    padding: 10px;
    border-radius: 20px;
}
.home-corporate #services .services-item-wrapper .entry-title a,
.home-corporate #services .entry-content p,
.home-fitness #services .services-item-wrapper .entry-title a,
.home-fitness #services .entry-content p{
    color: #000;
}
.home-medical .services-item-wrapper {
    padding:0;
    display: block;
    transition: all 0.3s;
    background-color: transparent;
}
#services.enable-services-background .right-services{
    position: relative;
}
#services.enable-services-background .left-services{
    position: relative;
    padding: 100px 0 90px;
}
/*.home-corporate #services .right-featured-image{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 99;
}*/
#services .right-featured-image{
    position: absolute;
    display: block;
    top: -100px;
    right: 0;
}
.home-medical #services .right-featured-image{
    position: relative;
    top: 0;
}
.home-corporate #services .right-featured-image,
.home-fitness #services .right-featured-image{
    top: 100px;

}
#services .right-featured-image img{
    vertical-align: middle;
}
#services .icon-container {
    margin: 0 auto 10px;
}
#services .icon-container a {
    border-radius: 15px;
    position: relative;
    display: block;
    max-width: 50px;
    height: 50px;
    margin: 0 auto;
}
.home-corporate #services .icon-container {
    color: var(--primary-color);
    padding: 5px;
    border-radius: 50%;
}
#services .content-left .icon-container a {
    margin: 0 auto 0 0;
}
.home-education #services .content-left .icon-container a {
    text-align: left;
}
.home-education #services .content-right .icon-container a {
    text-align: right;
}
.home-education #services .content-center .icon-container a {
    text-align: center;
}
#services .icon-container .petal {
    height: 146px;
    width: 44px;
    position: absolute;
    top: calc(50% - 73px);
    left: calc(50% - 22px);
    background-color: inherit;
    border-radius: 22px;
    box-shadow: 1px 1px 1px 1px #fff;
}
#services .icon-container .petal:nth-child(2) {
    -webkit-transform: rotateZ(36deg);
    -moz-transform: rotateZ(36deg);
    -ms-transform: rotateZ(36deg);
    -o-transform: rotateZ(36deg);
    transform: rotateZ(36deg);
}
#services .icon-container .petal:nth-child(3) {
    -webkit-transform: rotateZ(72deg);
    -moz-transform: rotateZ(72deg);
    -ms-transform: rotateZ(72deg);
    -o-transform: rotateZ(72deg);
    transform: rotateZ(72deg);
}
#services .icon-container .petal:nth-child(4) {
    -webkit-transform: rotateZ(108deg);
    -moz-transform: rotateZ(108deg);
    -ms-transform: rotateZ(108deg);
    -o-transform: rotateZ(108deg);
    transform: rotateZ(108deg);
}
#services .icon-container .petal:nth-child(5) {
    -webkit-transform: rotateZ(144deg);
    -moz-transform: rotateZ(144deg);
    -ms-transform: rotateZ(144deg);
    -o-transform: rotateZ(144deg);
    transform: rotateZ(144deg);
}
#services .icon-container i {
    font-size: 42px;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-education #services .icon-container i {
    color: #fff;
}
#services .entry-title i {
    margin-right: 15px;
}
#services .section-content {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    z-index: 1;
}
#services .entry-title {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0;
}
.home-medical #services .entry-title {
    font-weight: 600;
    font-size: 24px;
}
.home-medical #services .section-content p{
    font-size: 16px;
    color: var(--medi-secondary-color);
    line-height: 20px;
}
/*#services .entry-title a{
    color: #000;
}*/
#services .services-item-wrapper:hover .services-content{
    
}
#services .services-item-wrapper .services-content{
    border-bottom: 2px solid transparent;
}
.home-education #services .services-item-wrapper .services-content{
    padding-top: 50px;
}
.home-education #services .disable-services-icon .services-content{
    padding-top: 20px;
}
#services .services-item-wrapper:hover .entry-title a,
#services .services-item-wrapper:hover .icon-container i,
#services .icon-container a:hover,
#services .icon-container a:focus,
#services .entry-title a:hover,
#services .entry-title a:focus{
    color: var(--primary-color);
}
#services .entry-content p {
    margin: 0;
}
#services .entry-content {
    margin-top: 7px;
}
#services .read-more {
    margin-top: 25px;
}
#services article {
    padding: 15px;
}
.home-medical #services article {
    padding: 10px;
}
.home-education #services article {
    padding: 60px 15px 15px;
    margin-bottom: 10px;
}
#services article:last-child {
    margin-bottom: 0;
}
#services .col-1 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#services .services-item-wrapper .featured-image img {
    max-height: 150px;
    border-radius: 20px;
}
/*--------------------------------------------------------------
#  Information Section
--------------------------------------------------------------*/

.home-medical #information{
    background-image: none;
}
.home-medical #information .overlay{
    display: none;
}
#information{
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.home-corporate.enable-corporate-curve #information{
    padding: 60px 0 200px;
}
#information .section-subtitle{
    text-align: left;
    color: #fff;
}
.home-corporate #information .overlay{
    opacity: 0.6;
}
.home-corporate #information .section-subtitle{
    text-align: left;
    color: #fff;
}

#information article.no-post-thumbnail .featured-image {
    display: none;
}
#information .personal-skills{
    text-align: center;
}
#information .personal-skills,
#information .entry-container {
    width: 100%;
    float: none;
    padding: 30px 0 0;
}
#information article {
    position: relative;
    margin-bottom: 50px;
}
#information .section-details,
#information .section-title {
    color: #fff;
}

.home-medical #information .section-details,
.home-medical #information .section-title {
    color: var(--medi-secondary-color);
}

#information .section-header .section-title{
    text-align: left;
}
#information .entry-header .entry-title {
    color: #fff;
    margin: 0;
}
#information article:last-child {
    margin-bottom: 0;
}
#information .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 125px 0;
    margin-bottom: 30px;
}
#information .read-more .btn:not(:last-child) {
    margin-right: 15px;
}

#information article:last-child {
    margin-bottom: 0;
}
#information .information-content{
    display:flex;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px;
    border-radius: 20px;
}
#information .information-item-wrapper{
    background-color: #a2eaf2;
    margin-bottom: 20px;
    border-radius: 20px;
}
#information .entry-content { 
    text-align: right;
    padding: 0 0 0 100px;
}
#information .entry-content p {
    text-align: right;
}
#information article .read-more {
    margin-top: 25px;
}
#information .information-content,
#services .service-content{
    padding-left: 20px;
}
/*** <--- CIRCLE STYLES ---> ***/
.wrap-circles {
  display: inline-block;
}

.skill-circle {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0.5rem;
  border-radius: 50%;
  background: #FFCDB2;
  overflow: hidden;
}
.home-medical .skill-circle .inner {
  
  background: #fff;
  color: rgba(0, 0, 0, 0.75);
}
.skill-circle .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115px;
  height: 115px;
  background: #000;
  border-radius: 50%;
  font-size: 1.85em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}
.home-medical .skill-circle-items .content {
    color: var(--medi-secondary-color);
}
.skill-circle-items .content {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.skill-circle-items {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.information-curve {
  bottom: -8px;
  top: auto;
  z-index: 99999;
}

/*--------------------------------------------------------------
#  Flash News
--------------------------------------------------------------*/
#flash {
    padding: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    margin: 20px 0 10px;
}
.news-header {
  background-color: var(--primary-color);
  padding: 7px 0 6px 10px;
  font-weight: bold;
  position: relative;
}
.flash-items {
    display: flex;
    padding: 0 10px 0 20px;
    align-items: center;
}
.flash-items:not(:last-child) {
    border-right: 1px solid;
}
#flash .entry-title{
    color: #000;
}
#flash .news-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    border-radius: 4px;
    min-width: 153px;   
    margin-top: 0;
    margin-bottom: 0;
}
#flash .featured-image {
    padding: 17px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.flash-posts {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 2px 0;
    width: 100%;
}
.news-header::after {
    content: "\f0da";
    position: absolute;
    font-family: "FontAwesome";
    z-index: 999;
    color: var(--primary-color);
    font-size: 30px;
    right: -9px;
}
.flash-posts a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.flash-posts a:hover,
.flash-posts a:focus {
    color: var(--primary-color);
}
.flash-posts li{
    padding-left: 10px;
}
.flash-posts li:not(:last-child) {
    margin-right: 25px;
}
.flash-posts li:not(:last-child):after {
    content: "|";
    opacity: 0.5;
    padding-left: 25px;
}
.headline-animation {
    width: 300%;
    display: flex;
    line-height: 20px;
}
.headline-animation ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
    animation-iteration-count: infinite;
    -webkit-animation: marquee 25s linear infinite;
    -moz-animation: marquee 25s linear infinite;
    -ms-animation: marquee 25s linear infinite;
    -o-animation: marquee 25s linear infinite;
    animation: marquee 25s linear infinite;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.headline-animation ul:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*--------------------------------------------------------------
##  Category News
--------------------------------------------------------------*/
#categorynews {
  padding-bottom: 20px;
}
#categorynews .content-wrapper {
  margin: 0 -10px;
}
.categorynews-wrapper {
  display: block;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.categorynews-wrapper .view-all{
    position: absolute;
    top: 15px;
    right:30px;
    z-index: 9;
}
.categorynews-wrapper .view-all a:hover,
.categorynews-wrapper .view-all a:focus,
.categorynews-wrapper .view-all:hover:after{
    color: var(--primary-color);
}
.categorynews-wrapper .view-all:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right:-13px;
    color: #FB3536;
    z-index: 9;
}
.category-header {
    padding: 10px 0;
    border: 1px solid #e5e5e5;
}
#categorynews .category-header .category-title {
    font-size: 24px;
    padding: 3px 7px ;
    display: inline-block;
    color: #000;
}
#categorynews .categorynews-wrapper article {
  width: 100%;
}
#categorynews .categorynews-wrapper article.half-width {
  padding: 10px 0;
}
#categorynews .categorynews-wrapper article.full-width h2 {
  line-height: 1.3;
}
#categorynews .categorynews-wrapper article h2 {
  line-height: 1.2;
}
#categorynews .categorynews-wrapper article h2 a {
  color: #000;
}
#categorynews .categorynews-wrapper article h2 a:hover, 
#categorynews .categorynews-wrapper article h2 a:focus {
  color: var(--primary-color);
}
#categorynews .categorynews-wrapper article.half-width h2 a {
  font-size: 16px;
  line-height: 0.5;
  font-weight: 600;
}
#categorynews .categorynews-wrapper article.full-width h2 a {
  font-size: 18px;
}
#categorynews .categorynews-wrapper article:last-child {
  border: none; 
}
.categorynews-wrapper article .featured-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.categorynews-wrapper article.full-width .featured-image {
  padding: 125px 0;
}
.categorynews-wrapper article.half-width .featured-image {
  padding: 50px 0;
}

.categorynews-wrapper article.half-width .post-wrapper {
    display: flex;
    align-items: center;
}

.categorynews-wrapper article.half-width .featured-image {
    width: 30%;
}
.categorynews-wrapper article.half-width .entry-container {
  padding: 0 0 0 10px;
  width: 70%;
}
.categorynews-wrapper article.full-width .entry-container {
  padding: 15px 0;
}
.categorynews-wrapper article .entry-container {
  padding-right: 15px;
}
.categorynews-wrapper article .entry-container .cat-links a:hover,
.categorynews-wrapper article .entry-container .cat-links a:focus {
  color: #333;
}
#categorynews.col-1 .categorynews-wrapper {
  width: 100%;
}

#categorynews.col-2 .categorynews-wrapper {
  width: 50%;
}

#categorynews.col-3 .categorynews-wrapper {
  width: 33.33%;
}

#categorynews.col-4 .categorynews-wrapper {
  width: 25%;
}

#categorynews.col-2 .categorynews-wrapper:nth-child(2n+1),
#categorynews.col-4 .categorynews-wrapper:nth-child(4n+1),
#categorynews.col-3 .categorynews-wrapper:nth-child(3n+1){
    clear: left;
}
/*--------------------------------------------------------------
#  Hero Section
--------------------------------------------------------------*/
#hero .hero-left .featured-image {
    padding: 250px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
#hero .hero-right .featured-image {
    padding: 119px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
#hero .hero-right .entry-container {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
}
#hero .hero-left .entry-container {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
}
#hero .slick-prev {
  left: auto;
  right: 60px;
  top: 30px;
  bottom: auto;
}
#hero .slick-next {
  left: auto;
  right: 15px;
  top: 30px;
  bottom: auto;
}
#hero .slick-prev, 
#hero .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 0;
  line-height: 44px;
  background-color: rgba(0, 0, 0, 0.5);
}
#hero a{
   color: #fff;
}
#hero a:hover,
#hero a:focus{
   color: var(--primary-color);
}
#hero .hero-right .entry-title{
    font-size: 20px;
}
#hero .hero-right .entry-title{
    font-size: 18px;
}
#hero .hero-right .cat-links a{
    font-size: 16px;
}
#hero .hero-right article{
    padding-bottom: 25px;
}
#hero .post-item-wrapper{
    position: relative;
}
.entry-container{
    z-index: 99;
}
/*--------------------------------------------------------------
#  Featured Section
--------------------------------------------------------------*/
#newsfeatured {
    padding: 60px 0;
    background: #000;
}
#newsfeatured .section-header{
    background-color: #333;
    color: #fff;
    border: none;
    text-align: center;
}
#newsfeatured .section-header{
    background-color: #333;
    color: #fff;
    border: none;
    text-align: center;
}
#newsfeatured .section-header .section-title{
    border: none;
}
#newsfeatured .section-header .section-title::before,
#newsfeatured .section-header .section-title::after{
    content: "//////////";
    color: #000;
    padding: 0 15px;
    top: 0;
    border: none;
    font-size: 36px;
    position: relative;
    font-family: none;
}
#newsfeatured span.cat-links a::after {
  display: none;
}
#newsfeatured .grid-item:nth-child(1) {
    width: 50%;
}
#newsfeatured .grid-item:nth-child(2) {
    width: 25%;
}
#newsfeatured .item-wrapper .featured-image {
    padding: 117px;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

#newsfeatured .large-width .featured-image {
    padding: 245px 0;
}
#newsfeatured .section-title,
#inner-content-wrapper .section-title {
    display: inline-block;
    background-color: transparent;
    position: relative;
    z-index: 1;
    color: #fff;
}
#newsfeatured .cat-links a {
  display: inline-block;
  font-size: 13px;
  background-color: var(--primary-color);
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
}
#newsfeatured .cat-links:before{
    display: none;
}
.newsfeatured-post-wrapper {
  position: relative;
}
.default-newsfeatured #newsfeatured .entry-container{
    padding: 25px 0 0;
}
.newsfeatured-two #newsfeatured .entry-container{
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    z-index: 99;
    height: auto !important;
}
.newsfeatured-two #newsfeatured .grid-item.large-width .entry-container{
    padding:20px 30px;
}
#newsfeatured .grid-item.large-width {
    width: 50%;
}
#newsfeatured .grid-item .entry-title {
    font-size: 20px;
    margin: 5px 0;
    line-height: 1.1;
}
.default-newsfeatured #newsfeatured .grid-item .entry-title a {
    color: #000;
}
.default-newsfeatured #newsfeatured .grid-item .entry-title a:hover,
.default-newsfeatured #newsfeatured .grid-item .entry-title a:focus {
    color: var(--primary-color);
}
.newsfeatured-two #newsfeatured .grid-item .entry-content p,
.newsfeatured-two #newsfeatured .grid-item .entry-title a,
.newsfeatured-two #newsfeatured .entry-meta .date,
.newsfeatured-two #newsfeatured .entry-meta,
.newsfeatured-two #newsfeatured .entry-meta a {
    color: #fff;
}
.newsfeatured-two #newsfeatured .grid-item .entry-title a:hover,
.newsfeatured-two #newsfeatured .grid-item .entry-title a:focus,
.newsfeatured-two #newsfeatured .entry-meta a:hover,
.newsfeatured-two #newsfeatured .entry-meta a:focus {
    color: #fff;
    opacity: 0.8;
}
#newsfeatured .grid-item.large-width .entry-title {
    font-size: 32px;
}
#newsfeatured .grid-item {
    margin-bottom: 20px;
}
.newsfeatured-section-wrapper.item-wrapper {
    margin: 0 -10px;
}
#newsfeatured article .date:before {
    display: none;
}
#newsfeatured article .date:after {
    content: "/";
    border-top: none;
    width: 0;
}
/*.grid-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}*/

#newsfeatured article .post-categories li a{
    color: #fff;
    padding: 0px 10px;
    margin-right: 4px;
}

/*--------------------------------------------------------------
#  portfolio
--------------------------------------------------------------*/
.home-magazine #portfolio {
    padding: 20px 0 20px;
    background-color: transparent;
}
.home-business #portfolio {
    padding: 60px 0;
    background-color: #fff;
}
.home-corporate #portfolio {
    background-color: #fff;
}
#portfolio {
    padding: 10px 0 60px;
    background-color: #f5f5f5;
}
#portfolio .section-header {
    margin-bottom: 0;
}
.home-business #portfolio .section-header {
    margin-bottom: 15px;
}
#portfolio .entry-title {
    font-size: 24px;
    font-weight: 600;
}
#portfolio .gallery-view .entry-title {
    font-size: 20px;
    font-weight: 400;
}
#portfolio .featured-image {
    padding: 150px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home-business #portfolio .gallery-view .featured-image {
    padding: 190px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#portfolio .portfolio-content {
    padding: 30px 15px;
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: transform .2s ease-out,top .2s ease-out; 
    -moz-transition: transform .2s ease-out,top .2s ease-out;
    -o-transition: transform .2s ease-out,top .2s ease-out;
    -webkit-transition: transform .2s ease-out,top .2s ease-out;
}
#portfolio .portfolio-item-wrapper:hover .portfolio-content {
    top: 50%;
    bottom: auto;
    transform: translate(0,-40%);
    -moz-transform: translate(0,-40%);
    -webkit-transform: translate(0,-40%);
}
#portfolio .portfolio-item-wrapper .entry-content {
    visibility: hidden;
}
#portfolio .portfolio-item-wrapper:hover .entry-content {
    top: 80%;
    bottom: auto;
    transform: translate(0,-15%);
    -moz-transform: translate(0,-15%);
    -webkit-transform: translate(0,-15%);
    visibility: visible;
}

#portfolio .overlay-one {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
#portfolio .overlay-two {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
}
#portfolio .portfolio-item-wrapper:hover .overlay-one {
    opacity: .65;
    filter: alpha(opacity=65);
}
#portfolio .entry-header{
    text-align: center;
    transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transition: transform .2s ease-out,padding .2s ease-out;
    -moz-transition: transform .2s ease-out,padding .2s ease-out;
    -o-transition: transform .2s ease-out,padding .2s ease-out;
    -webkit-transition: transform .2s ease-out,padding .2s ease-out;
}
#portfolio .portfolio-item-wrapper:hover .entry-header {
    padding-bottom: 8px;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
#portfolio .gallery-view .entry-content {
    line-height: 25px;
    color: #fff;
}
#portfolio .gallery-view .entry-meta span {
    color: #fff;
}
#portfolio .gallery-view .entry-header{
    margin-bottom: 15px;
}
#portfolio .entry-content {
    line-height: 35px;
    color: #fff;
}
#portfolio .entry-content p{
    color: #fff;
}
.section-header.text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#portfolio .tab-section .wrapper {
    border-bottom: 1px solid #e5e5e5;
}
ul.tabs {
    list-style: none;
    margin: 0;
    padding: 10px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
}
ul.tabs li {
    display: block;
    margin-bottom: 10px;
}
ul.tabs li:last-child {
    margin-bottom: 0;
}
.home-magazine ul.tabs li a {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif ;
}
ul.tabs li a {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px;
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif ;
}
#details ul.tabs li a {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
}
#details ul.tabs li.active a:hover,
#details ul.tabs li.active a {
    color: #fff;
    background-color: var(--primary-color);
}
#details ul.tabs li a:hover{
    color: var(--primary-color);
    background-color: transparent;
}
#portfolio .portfolio-grid-entry-header .entry-title a{
    font-size: 22px;
}
.portfolio-entry-content p{
    font-size: 16px;
}
.portfolio-grid-content {
  padding: 20px 0;
}
.gallery-view a, 
.gallery-view .entry-meta a, 
.entry-meta .author.vcard{
    color: #fff;
}

#details ul.tabs li a:focus{
    color: #fff;
    background-color: var(--primary-color);
}
#portfolio .entry-title a:hover,
#portfolio .entry-title a:focus {
    color: var(--primary-color);
}
ul.tabs li.active a {
    color: var(--primary-color);
}
ul.tabs li a:hover,
ul.tabs li a:focus {
    color: var(--primary-color);
}
#portfolio .icon {
    margin-bottom: 30px;
}
.tab-section {
    margin-bottom: 20px;
    text-align: center;
}

#portfolio article .portfolio-item-wrapper {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tab-content {
    margin: 0 -15px;
    display: none;
    text-align: center;
}
.home-magazine .tab-content,
.home-normal-magazine .tab-content {
    margin: 0 -10px;
    display: none;
    text-align: center;
}
.tab-content.active {
    display: block;
}
.portfolio-item-wrapper .fa {
    font-size: 52px;
}
#portfolio .content-left .portfolio-grid-wrapper .entry-title,
#portfolio .content-left .portfolio-grid-wrapper p,
#portfolio .content-left .portfolio-grid-wrapper .entry-meta,
#portfolio .content-left .portfolio-item-wrapper .entry-title,
#portfolio .content-left .portfolio-item-wrapper .entry-content p,
#portfolio .content-left .portfolio-item-wrapper .entry-meta{
    text-align: left;
}
#portfolio .content-center .portfolio-grid-wrapper .entry-title,
#portfolio .content-center .portfolio-grid-wrapper p,
#portfolio .content-center .portfolio-grid-wrapper .entry-meta,
#portfolio .content-center .portfolio-item-wrapper .entry-title,
#portfolio .content-center .portfolio-item-wrapper .entry-content p,
#portfolio .content-center .portfolio-item-wrapper .entry-meta{
    text-align: center;
}
#portfolio .content-right .portfolio-grid-wrapper .entry-title,
#portfolio .content-right .portfolio-grid-wrapper p,
#portfolio .content-right .portfolio-grid-wrapper .entry-meta,
#portfolio .content-right .portfolio-item-wrapper .entry-title,
#portfolio .content-center .portfolio-item-wrapper .entry-content p,
#portfolio .content-right .portfolio-item-wrapper .entry-meta{
    text-align: right;
}
/*--------------------------------------------------------------
##  Catering News
--------------------------------------------------------------*/
#catering{
    padding: 60px 0;
}
#catering article{
    display: flex;
    align-items: center;
}

#catering article .featured-image{
    width: 20%;
}
#catering article .featured-image img{
    width: 100px;
    height: 100px;
}
#catering article:hover .featured-image img{
    animation: tilt-shaking 1s infinite;
}
#catering article .entry-container{
    width: 60%;
    padding-left: 15px;
}
#catering article .entry-price{
    width: 20%; 
}
#catering article .entry-price .food-price{
    margin-bottom: 5px;
}
#catering article .entry-price .food-price,
#catering article .entry-price .food-text{
    width: 100%;
    text-align: right;
}
/*--------------------------------------------------------------
#  Instagram Section
--------------------------------------------------------------*/
#sb_instagram .sb_instagram_header, 
.sb_instagram_header,
#sb_instagram .sb_instagram_header .sbi_header_img img, 
.sb_instagram_header .sbi_header_img img,
#sb_instagram .sb_instagram_header .sbi_header_img, 
.sb_instagram_header .sbi_header_img,
#sb_instagram .sb_instagram_header .sbi_header_text, 
.sb_instagram_header .sbi_header_text,
#sb_instagram .sb_instagram_header a, 
.sb_instagram_header a{
    float: none !important;
}
#sb_instagram .sb_instagram_header, 
.sb_instagram_header,
#sb_instagram .sb_instagram_header .sbi_header_img img, 
.sb_instagram_header .sbi_header_img img,
#sb_instagram .sb_instagram_header .sbi_header_img, 
.sb_instagram_header .sbi_header_img,
#sb_instagram .sb_instagram_header .sbi_header_text, 
.sb_instagram_header .sbi_header_text{
    text-align: center !important;
    max-width: 110px !important;
    margin: 0 auto;
}
#sb_instagram .sb_instagram_header a, 
.sb_instagram_header a{
    display: inline-block !important;
    width: 80px;
    height: 80px;
    margin-left: -210px;
    padding-bottom: 15px !important;
}
#sb_instagram .sb_instagram_header, 
.sb_instagram_header,
#sb_instagram .sb_instagram_header .sbi_header_img img, 
.sb_instagram_header .sbi_header_img img,
#sb_instagram .sb_instagram_header .sbi_header_text, 
.sb_instagram_header .sbi_header_text,
#sb_instagram .sb_instagram_header a, 
.sb_instagram_header a{
    position: relative !important;
}
#sb_instagram .sb_instagram_header .sbi_header_img, 
.sb_instagram_header .sbi_header_img{
    margin: 0 !important;
    position: absolute;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, 
.sb_instagram_header.sbi_medium .sbi_header_text h3{
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3:hover{
    text-decoration: underline;
}
#instagram .section-header{
    margin: 10px 0 50px;
}

/*--------------------------------------------------------------
#  Post Count Number
--------------------------------------------------------------*/
.post-num{
    position: absolute;
    top: 0;
    bottom: auto;
    right: auto;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 99;
}
.post-featured-image .featured-image{
    position: relative;
}
/*--------------------------------------------------------------
#  Highlight Section
--------------------------------------------------------------*/
#highlights{
    padding: 10px 0;
}
#highlights .highlights-wrapper{
    margin: 0 -10px;
}
.highlights-wrapper + .site-advertisement{
    margin-bottom: 20px;
}
.highlights-items-wrapper{
    display: flex;
    align-items: center;
}
#highlights article{
    padding: 0 10px;
}
#highlights article.no-post-thumbnail .entry-container {
  width: 100%;
  text-align: center;
}
#highlights .featured-image {
    padding: 50px 0;
    width:35%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#highlights .entry-container {
    padding: 0 10px 0 20px;
    width:65%;
}
#highlights .entry-container .entry-content p{
    font-size: 16px;
    padding: 0;
}
#highlights.dark-bg .slick-dots{
    bottom: -20px;
}
#highlights .slick-dots{
    bottom: -10px;
}
#highlights .slick-next,
#highlights .slick-prev{
    top: -35px;
}
#highlights .slick-dots li button:before {
    content: "";
    opacity: 1;
    background-color: #e5e5e5;
    width: 12px;
    height: 12px;
}
#highlights .slick-dots .slick-active button:before {
    background-color: var(--primary-color);
}

/*--------------------------------------------------------------
#  ADS Section
--------------------------------------------------------------*/
.site-advertisement.col-2 {
    margin: 0 -10px;
    padding: 0;
}
.site-advertisement.col-1 .ads-info img {
    padding: 10px 0;
}
.site-advertisement.col-1 .ads-info:last-child img {
    padding-bottom: 0;
}
.site-advertisement.col-2 .ads-info {
    width: 50%;
    float: left;
    padding: 10px   ;
}
/*--------------------------------------------------------------
#  Trending post Section
--------------------------------------------------------------*/
#trending{
    padding: 0;
}
#trending .trending-wrapper{
    margin: -5px -5px 0;
}
#trending article .trending-item-wrapper{
    padding: 5px;
}
#trending article .featured-image{
    position: relative;
}
#trending article .entry-container{
    padding: 20px;
}
#trending article.no-post-thumbnail .entry-container{
    width: 100%;
    text-align: center;
}
#trending article .featured-image {
    padding: 170px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#trending article.half-width .featured-image {
    padding: 82px 0;
}
#trending article.half-width .entry-title {
    font-size: 16px;
}
#trending article.has-post-thumbnail .entry-container {
  padding: 40px 20px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  background: linear-gradient(0deg,rgba(0,0,0,1) 0,transparent);
  display: block;
}
#trending article.has-post-thumbnail .entry-container .entry-title a,
#trending article.has-post-thumbnail .entry-container .entry-meta,
#trending article.has-post-thumbnail .entry-container .entry-meta a,
#trending article.has-post-thumbnail .entry-container .entry-content p{
  color: #fff;
}
#trending article.has-post-thumbnail .entry-container .entry-title a:hover,
#trending article.has-post-thumbnail .entry-container .entry-meta a:hover,
#trending article.has-post-thumbnail .entry-container .entry-title a:focus,
#trending article.has-post-thumbnail .entry-container .entry-meta a:focus{
  color: var(--primary-color);
}
/*--------------------------------------------------------------
#  Recent post Section
--------------------------------------------------------------*/
.dark-bg{
    background-color: #111;
    padding: 20px 10px !important;
}
.dark-bg .entry-container .entry-meta,
.dark-bg .entry-container .entry-content p,
.dark-bg .entry-container a,
.dark-bg .entry-title a,
.dark-bg .entry-container .entry-title,
.dark-bg .section-title,
.dark-bg .section-subtitle,
.dark-bg .entry-meta a:hover,
.dark-bg .entry-meta a:focus,
.dark-bg .entry-meta .cat-links a:hover,
.dark-bg .entry-meta .cat-links a:focus{
    color: #fff;
}
.dark-bg .entry-title a:hover,
.dark-bg .entry-title a:focus,
.dark-bg .entry-container a:hover,
.dark-bg .entry-container a:focus{
    color: var(--primary-color);
}

/*--------------------------------------------------------------
#  Recent Section
--------------------------------------------------------------*/
#recent{
    padding: 20px 0;
}
#recent article{
    padding: 0 10px;
    margin-bottom: 10px;
}
#recent .post-featured-image{
    width: 100%;
}
#recent .featured-image{
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#recent .entry-container{
    padding: 10px 10px;
}

#recent .entry-container .entry-title{
    font-size: 18px;
}
.recent-wrapper{
    margin: 0 -10px;
}
/*--------------------------------------------------------------
#  List Section
--------------------------------------------------------------*/
#list {
    padding: 20px 0;
}
#list .list-item-wrapper{
    display: flex;
    align-items: center;
}
#list article{
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
#list article .featured-image {
    padding: 45px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#list article .post-featured-image{
    width: 30%;
}
#list article .entry-container{
    width: 70%;
    padding-left: 20px;
}
/*--------------------------------------------------------------
# Editor Pick Section
--------------------------------------------------------------*/
#editorpick{
    padding: 20px 0;
}
#editorpick article .editorpick-top-item-wrapper .featured-image{
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#editorpick .editorpick-top-wrapper article {
    margin-bottom: 20px;
    border-bottom: 2px solid #e5e5e5;
}
#editorpick .editorpick-top-wrapper article .entry-container{
    padding: 15px 0;
}

#editorpick article .editorpick-item-wrapper .featured-image{
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#editorpick .editorpick-wrapper article {
    padding: 10px;
    border: 1px solid #e5e5e5;
}
#editorpick article .editorpick-top-item-wrapper .entry-title{
    font-size: 22px;
}
#editorpick article .entry-container{
    padding-top: 15px;
}
#editorpick article .editorpick-item-wrapper .entry-title{
    font-size: 16px;
}


/*--------------------------------------------------------------
#  Popular post Section
--------------------------------------------------------------*/

#popular article{
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
#popular article.full-width {
    width: 100%;
    float: none;
}
#popular article.half-width .popular-item-wrapper {
    display: flex;
    align-items: center;
}
#popular article .featured-image {
    padding: 200px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#popular article.half-width .featured-image {
    padding: 45px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#popular article.full-width .entry-container{
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    padding: 20px;
}
#popular article.full-width.no-post-thumbnail .entry-container {
    position: relative ;
    bottom: unset;
    left: unset;
    right: unset;
}
#popular article.half-width.no-post-thumbnail .popular-item-wrapper {
    padding: 15px;
}
#popular article.full-width.no-post-thumbnail .entry-container .entry-title,
#popular article.full-width.no-post-thumbnail .entry-container .entry-content p,
#popular article.full-width.no-post-thumbnail .entry-container .entry-meta,
#popular article.full-width.no-post-thumbnail .entry-container .entry-meta a {
    color: #000;
}
#popular article.full-width.no-post-thumbnail{
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #e5e5e5;
}
#popular article.full-width .entry-container .entry-title{
    font-size: 24px;
}
#popular article.full-width .entry-container .entry-meta,
#popular article.full-width .entry-container .entry-meta .cat-links::before,
#popular article.full-width .entry-container .entry-meta a,
#popular article.full-width .entry-container .entry-content p,
#popular article.full-width .entry-container .entry-title a{
    color: #fff;
}
#popular article.full-width .entry-container .entry-meta a:hover,
#popular article.full-width .entry-container .entry-title a:hover{
    opacity: 0.8;
}
#popular article.half-width .post-featured-image{
    width: 30%;
}
#popular article.half-width .entry-container{
    width: 70%;
    padding-left: 20px;
}
#popular article.half-width.no-post-thumbnail .entry-container{
    padding-left: 0;
}
#popular article.half-width .entry-container .entry-title{
    font-size: 16px;
}
#popular article.half-width .entry-container .entry-content{
    display: none;
}
.popular-item-wrapper{
    position: relative;
}

/*--------------------------------------------------------------
#  Featuredpost Section
--------------------------------------------------------------*/
#featuredpost {
    padding: 20px 0;
}
#featuredpost.dark-bg {
    padding: 20px 10px;
}
#featuredpost .featuredpost-left article:not(:first-child) {
    margin-bottom: 10px;
}
#featuredpost .section-title {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#featuredpost .featuredpost-left article .featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
}
#featuredpost .featuredpost-left article:first-child .featured-image {
    padding: 170px 0;
    position: relative;
}
#featuredpost .featuredpost-left article:first-child .entry-title a {
    font-size: 24px
}
#featuredpost .featuredpost-right article .entry-title a {
    font-size: 22px;
}

#featuredpost .featuredpost-right article .entry-title a:hover,
#featuredpost .featuredpost-right article .entry-title a:focus,
#featuredpost .entry-title a:hover,
#featuredpost .entry-title a:focus{
    color: var(--primary-color);
}
#featuredpost .entry-content p {
    margin: 0;
}
#featuredpost .featuredpost-left article:first-child {
    width: 100%;
    margin-bottom: 20px;
}
#featuredpost .featuredpost-left article {
    width: 100%;
}
#featuredpost .featuredpost-post-wrapper {
    display: table;
    position: relative;
    width: 100%;
}
#featuredpost .featuredpost-left article:not(:first-child) .entry-container{
   border-bottom: 2px solid #e5e5e5;
   padding-bottom: 10px;
}
#featuredpost .featuredpost-left article:last-child .entry-container{
   border-bottom: none;
}
#featuredpost .featuredpost-left article:first-child .entry-container {
   padding: 10px;
}
#featuredpost.dark-bg .featuredpost-right {
    background-color: #222;
    padding: 0px 10px 20px;
}
#featuredpost .featuredpost-right .section-header{
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5 ;
}
#featuredpost .featuredpost-right .section-title{
    font-size: 24px;
}
#featuredpost .featuredpost-right .section-title::before,
#featuredpost .featuredpost-right .section-title::after{
    display: none;
}
#featuredpost .featuredpost-right article{
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
#featuredpost .featuredpost-right article .entry-container{
    display: table;
}
#featuredpost .featuredpost-right article .entry-container .featuredpost-post-num{
    display: table-cell;
    background-color: var(--primary-color);
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
}
#featuredpost .featuredpost-right article .entry-container .entry-header{
    display: table-cell;
    padding: 10px ;
    vertical-align: middle;
}
#featuredpost .featuredpost-right article .entry-title{
    line-height: 1;
}

/*--------------------------------------------------------------
#  Subscription Section
--------------------------------------------------------------*/
#subscription {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*#subscription .section-title,
#subscription .subscribe-text p{
    color: #fff;
}*/
.subscribe-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.jetpack_subscription_widget form {
    position: relative;
    text-align: center;
    max-width: 650px;
    display: flex;
    padding: 5px 10px 5px 10px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}
#jp-relatedposts h3.jp-relatedposts-headline{
    font-size: 24px !important;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{
    padding: 10px 0;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{
    font-size: 16px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{
    color: var(--primary-color);
}
.jetpack_subscription_widget input[type="email"] {
    width: 100%;
    min-height: 65px;
    padding: 15px 160px 15px 20px;
    background-color: #e7f4fb;
    border-color: #e7f4fb;
    outline: none;
}
.jetpack_subscription_widget input[type="submit"] {
    min-width: 100px;
    text-align: center;
    background-color: #0287d2;
    border-radius: 0;
    min-height: 50px;
    padding: 11px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus {
    background-color: var(--primary-color);
}
.jetpack_subscription_widget #subscribe-text {
    display: inline-block;
}
.jetpack_subscription_widget #subscribe-email input{
    width: 100%;
}
.jetpack_subscription_widget #subscribe-email input {
    font-size: 16px;
    padding: 15px 23px 15px 23px;
    border-radius: 0px;
    border-width: 1px;
    min-height: 46px;
}
.jetpack_subscription_widget #subscribe-text p {
    margin-top: 0;
    line-height: 25px;
}
.jetpack_subscription_widget #subscribe-submit {
    width: 20%;
}
.jetpack_subscription_widget #subscribe-submit button {
    font-size: 16px;
    padding: 15px;
    margin-left: 0 !important;
    border-radius: 0px;
}
.jetpack_subscription_widget #subscribe-submit button {
    border:none;
    border-radius: 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 22px 10px;
    text-align: center;
    width: 100%;
}
.jetpack_subscription_widget #subscribe-email {
    width: 80%;
    margin: 0;
}
/*--------------------------------------------------------------
#  Features Section
--------------------------------------------------------------*/
#features {
    background-color: #14457B;
}
.home-fitness #features .section-title,
.home-fitness #features .section-subtitle,
.home-education #features .section-title,
.home-education #features .section-subtitle,
.home-medical #features .section-title,
.home-medical #features .section-subtitle{
    color: #fff;
}
#features {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#features .featured-image .icon-play svg{
    width: 16px;
    height: 16px;
}
#features article.no-post-thumbnail .featured-image {
    display: none;
}
#features article.no-post-thumbnail .entry-container {
    width: 100%;
    float: none;
    padding: 30px 0 0;
}
.home-fitness #features article .entry-content, 
.home-education #features article .entry-content, 
.home-medical #features article .entry-content {
  padding-bottom: 0;
  padding-top: 10px;
  position: relative;
}
#features .features-lists-items{
    padding-top: 10px;
}
#features .features-content .overlay{
    background-color: #fff;
    opacity: 1;
    border-radius: 20px;
}
#features .features-content:hover .overlay{
    background-color: var(--primary-color);
    opacity: 0.8;
}
.home-education #features .features-content:hover .entry-title a,
.home-education #features .features-content:hover p,
.home-education #features .features-content:hover .features-lists li,
#features .features-content:hover .features-lists li::before{
    color: #fff ;
}
#features .entry-header{
    position: relative;
}
#features .features-lists{
    padding-left: 0;
}
#features .features-lists li {
  font-size: 14px;
  list-style: none;
  line-height: 24px;
  color: #fff;
}
#features .features-lists li::before {
  content: "\f046";
  font-family: 'FontAwesome';
  padding-right: 2px;
  color: var(--primary-color);
}
.home-fitness #features .entry-title,
.home-education #features .entry-title,
.home-medical #features .entry-title {
  border-bottom: 1px solid #14457B;
  padding-bottom: 10px;
}


#features article:hover .featured-image{
    transform: unset;
}
.features-icon i {
    display: inline-block;
    font-size: 26px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    margin: 0 0 10px;
    overflow: hidden;
    background-color: #5750A0;
}
#features article {
    position: relative;
    margin-bottom: 0px;
    padding: 200px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#features .section-subtitle {
    color: var(--primary-color);
    max-width: 100%;
    margin: 20px 0;
}

#features .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 125px 0;
    margin-bottom: 30px;
}
#features .read-more .btn:not(:last-child) {
    margin-right: 15px;
}
#features article .entry-content p {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 14px;
    color: #fff;
}
#features article .entry-content{
    padding-bottom: 0;
    padding-top: 2px;
}
#features .features-item-wrapper{
    margin-bottom: 0;
    border-bottom: 2px solid transparent;
    align-items: center;
}
#features article .read-more {
    margin-top: 25px;
    text-align: center;
}
#features article .read-more .btn{
    margin-top: 25px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    padding: 5px 35px;
}
#features .icon-container a {
    border-radius: 40px;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
#features .icon-container i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#features article .icon-container a {
    background-color: var(--primary-color);
}
#features .entry-title a {
    color: #fff;
}
#features .entry-title a:hover {
    color: var(--primary-color);
}
#features .entry-header {
    padding: 50px 15px;
    text-align: center;
    transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transition: transform .2s ease-out,padding .2s ease-out;
    -moz-transition: transform .2s ease-out,padding .2s ease-out;
    -o-transition: transform .2s ease-out,padding .2s ease-out;
    -webkit-transition: transform .2s ease-out,padding .2s ease-out;
}

#features article:hover .overlay-one{
    opacity: .65;
    filter: alpha(opacity=65);
}
#features article .overlay-one{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    alpha(opacity=0): ;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
#features article .overlay-two{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
}
#features article:hover .entry-header {
    padding-bottom: 8px;
  transform: translate(0,0);
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
}

#features .features-content {
    padding: 30px 15px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  transform: translate(0,0);
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transition: transform .2s ease-out,top .2s ease-out;
  -moz-transition: transform .2s ease-out,top .2s ease-out;
  -o-transition: transform .2s ease-out,top .2s ease-out;
  -webkit-transition: transform .2s ease-out,top .2s ease-out;
}
#features article:hover .features-content {
    top: 50%;
    bottom: auto;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

#features .read-more .btn,
#features .features-content .read-more .btn{
    text-align: center;
}
.features-item-wrapper {
    display: flex;
}
.corporate-curve{
    position: absolute;
    left: auto;
    width: 100%;
    right: auto;
}
.features-curve {
  transform: rotate(180deg);
  top: -8px;
  bottom: auto;
}
.no-post-thumbnail .featured-image{
    padding: 0 !important;
}
/*--------------------------------------------------------------
#  Shop Product
--------------------------------------------------------------*/
#shopproduct {
    padding: 60px 0;
    background-color: #fff;
}
#shopproduct .section-content {
    margin: 0 -10px;
}

.woocommerce #shopproduct a.button{
    padding: 10px 35px;
    font-size: 12px;
}
.woocommerce #shopproduct ul.products article.product{
    margin-bottom: 20px;
    padding: 0 10px;
}
.woocommerce #shopproduct ul.products article.product .entry-container .buy-button{
    padding: 15px 0 10px;
}

.woocommerce #shopproduct ul.products article.product .onsale,
.woocommerce #popular-products ul.products article.product .onsale {
    left: 0;
    top: 0;
    max-width: 50px;
}
.woocommerce.woocommerce-page .related.products ul.products li.product .button {
  margin: 0px 0 10px;
  width: 100%;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price{
    color: #777;
}
.woocommerce ul.products .product-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    position: relative;
}

.woocommerce ul.products .product-wrapper {
  padding: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.woocommerce ul.products li.product:last-child, 
.woocommerce-page ul.products li.product:last-child {
    margin-bottom: 0;
}
.product a.button{
    background-color: var(--primary-color);
    color: #fff;
    border:1px solid var(--primary-color);
    border-radius: 0px;
}
.product a.button:hover{
    background-color: transparent;
    color: #fff;
}
.woocommerce #shopproduct ul.products article.product .entry-container{
    padding: 10px 10px 0;
    text-align: center;
}
#shopproduct article.product .entry-container .shopproduct-detail{
    position: relative;
}
#shopproduct article.product .entry-container .star-rating {
  overflow: hidden;
  position: absolute;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  top: -55px;
  text-align: right;
}
.archive.woocommerce-page .entry-container .star-rating {
  position: absolute;
  left: 36%;
  bottom: 40px;
}
.woocommerce #shopproduct ul.products li.product .entry-container h2 a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.woocommerce #shopproduct ul.products article.product .entry-container h2 a,
.woocommerce #shopproduct ul.products li.product .entry-container h2 a{
    margin-bottom: 10px;
}
.woocommerce #shopproduct ul.products li.product .entry-container h2 a:hover{
    color: var(--primary-color);
}
.woocommerce ul.products article.product .price{
    font-size: 16px;
    font-weight: 400;
}
.woocommerce ul.products article.product .price ins{
    background-color: transparent;
}
.woocommerce span.onsale{
    background-color: var(--primary-color);
}
.woocommerce-page ul.products li.product img{
}
.woocommerce-page ul.products li.product img:hover{
    opacity: 0.8;
}
.woocommerce-page ul.products li.product,
.woocommerce-page ul.products li.product{
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin: 0 2.8% 1em 0;
}
.single.single-product #page-site-header,
.archive.woocommerce-page #page-site-header{
    display: none;
}
.single.single-product #content,
.archive.woocommerce-page #content{
    background-color: #f7f6f2;
}
.woocommerce ul.products li.product .button{
    margin-top: 0;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__title:focus,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title:hover{
    color: var(--primary-color);
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
    font-size: 32px;
    color: #000;
}
/*.woocommerce-page ul.products li.product,
.woocommerce #shopproduct ul.products li.product .entry-container {
    background-color: #e5e5e5;
}*/
.woocommerce-cart-form table{
    display: inline-table;
}
.woocommerce ul.products li.product .entry-container{
    position: relative;
    text-align: center;
}
.woocommerce ul.products li.product .product_meta{
    position: absolute;
    top: -60px;
    left: 20px;
}
.woocommerce ul.products li.product .product_meta a {
  text-decoration: none;
  color: #fff;
  background: var(--primary-color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    padding: 0;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 24px;
  color: #000;
}
.woocommerce.woocommerce-page ul.products li.product .button{
    margin-top: 20px;
    width: 100%;
}
.woocommerce a.added_to_cart {
  padding: 0 20px;
  display: inline-block;
  margin: 10px 0 0 10px;
}
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    border: 1px solid var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
}
#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus,
.main-navigation .count,
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus,
.author-name:after,
.reply a:hover:before,
.reply a:focus:before,
.more-icon,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.disabled:focus, 
.woocommerce #respond input#submit:disabled:focus, 
.woocommerce #respond input#submit:disabled[disabled]:focus, 
.woocommerce a.button.disabled:focus, 
.woocommerce a.button:disabled:focus, 
.woocommerce a.button:disabled[disabled]:focus, 
.woocommerce button.button.disabled:focus, 
.woocommerce button.button:disabled:focus, 
.woocommerce button.button:disabled[disabled]:focus, 
.woocommerce input.button.disabled:focus, 
.woocommerce input.button:disabled:focus, 
.woocommerce input.button:disabled[disabled]:focus,
#gallery .overlay,
#special-menu article:hover .read-more {
    background-color: transparent;
    color: var(--primary-color);
}
.single-post-wrapper span.tags-links a:hover,
.single-post-wrapper span.tags-links a:focus,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.disabled:focus, 
.woocommerce #respond input#submit:disabled:focus, 
.woocommerce #respond input#submit:disabled[disabled]:focus, 
.woocommerce a.button.disabled:focus, 
.woocommerce a.button:disabled:focus, 
.woocommerce a.button:disabled[disabled]:focus, 
.woocommerce button.button.disabled:focus, 
.woocommerce button.button:disabled:focus, 
.woocommerce button.button:disabled[disabled]:focus, 
.woocommerce input.button.disabled:focus, 
.woocommerce input.button:disabled:focus, 
.woocommerce input.button:disabled[disabled]:focus {
    border-color: var(--primary-color);
}
.single-product .page-section{
    padding-top: 0px;
}
.single-product.woocommerce-page #primary,
.single-product.woocommerce-page #secondary{
    padding-top: 100px;
}
.single-product .product .entry-summary .price {
    margin-bottom: 20px;
}
.single-product #main .wrapper{
    max-width: 1000px;
}
.woocommerce span.onsale{
    background-color: var(--primary-color);
}
.woocommerce #review_form #respond{
    padding: 20px 0;
}
.woocommerce #review_form #respond textarea{
    background-color: #e5e5e5;
}
.woocommerce #reviews #comment {
  height: 175px;
}
.woocommerce .product_meta a:hover {
  color: var(--primary-color);
}
.woocommerce .star-rating span{
    color: var(--primary-color);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e1dde7;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #fff;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0px;
}
.woocommerce .comment-text .star-rating {
  float: right;
  overflow: hidden;
  position: absolute;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  right: 24px;
  top: 42%;
}
/*--------------------------------------------------------------
#  Pricing Section
--------------------------------------------------------------*/
.home-fitness #pricing .section-header,
.home-medical #pricing .section-header,
.home-corporate #pricing .section-header{
    margin-bottom: 70px;
}
#pricing {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    padding: 60px 0;
}
#pricing .overlay {
    opacity: 0.5;
}
#pricing .section-header,
#pricing .section-content {
    position: relative;
    z-index: 1;
}
#pricing .section-subtitle,
#pricing .section-title{
    color: #fff;
}
.home-fitness #pricing .section-title{
    color: #e0dede;
}
#pricing .section-content {
    margin: 0 -18px;
}
#pricing article {
    padding: 0 10px;
    margin-bottom: 50px;
}

.price-table-wrapper {
    background-color: #fff;
    padding: 63px 25px 70px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}
#pricing .entry-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    margin: 0;
}
#pricing article .price {
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 15px;
}
#pricing article .entry-header{
    border-bottom: 1px solid gray;
    position: relative;
}
.home-fitness .price-icon-container,
.home-medical .price-icon-container,
.home-corporate .price-icon-container {
  position: absolute;
  max-width: 100px;
  height: 100px;
  top: -109px;
  margin: 0 auto;
  bottom: auto;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  border-radius: 0 50%;
  padding: 28px 27px;
}
.home-fitness .price-icon-container .fa,
.home-medical .price-icon-container .fa,
.home-corporate .price-icon-container .fa {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 50%;
  position: absolute;
  left: 8px;
  right: 0;
  max-width: 83px;
  top: 10px;
}
#pricing article .price-icon-container{
    font-size: 40px;
    padding-bottom: 20px; 
    color: var(--primary-color); 
}
#pricing article:nth-child(1n) .price {
    color: var(--primary-color);
}
#pricing article:nth-child(2n) .price {
    color: #fff !important;
}

.home-fitness #pricing article,
.home-medical #pricing article,
.home-corporate #pricing article{
    padding-top: 20px;
}
.home-fitness #pricing article:nth-child(2n),
.home-medical #pricing article:nth-child(2n),
.home-corporate #pricing article:nth-child(2n) {
    padding-top: 0px;
}
.price-table-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-fitness .price-table-wrapper ul,
.home-medical .price-table-wrapper ul,
.home-corporate .price-table-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.home-fitness #pricing article:nth-child(2n) ul li::before,
.home-medical #pricing article:nth-child(2n) ul li::before,
.home-corporate #pricing article:nth-child(2n) ul li::before {
    color: #fff;
}
.home-corporate .price-table-wrapper ul li::before {
    content: "\f05d";
    color: var(--primary-color);
    padding-right: 5px;
    font-family: "FontAwesome";
}
.home-fitness .price-table-wrapper ul li::before, 
.home-medical .price-table-wrapper ul li::before {
    content: "\f046";
    color: var(--primary-color);
    padding-right: 5px;
    font-family: "FontAwesome";
}
.home-fitness #pricing article:nth-child(2n) .price-icon-container,
.home-medical #pricing article:nth-child(2n) .price-icon-container,
.home-corporate #pricing article:nth-child(2n) .price-icon-container{
    color: var(--primary-color);
}
.home-fitness #pricing article:nth-child(2n) .price-table-wrapper ul li:not(:last-child),
.home-medical #pricing article:nth-child(2n) .price-table-wrapper ul li:not(:last-child),
.home-corporate #pricing article:nth-child(2n) .price-table-wrapper ul li:not(:last-child){
    border-bottom: 1px solid #f9f9f9;
}
.price-table-wrapper ul li:not(:last-child) {
    margin-bottom: 15px;
}
.price-table-wrapper .read-more .btn {
    margin-top: 43px;
}
.home-fitness .price-table-wrapper ul li,
.home-medical .price-table-wrapper ul li,
.home-corporate .price-table-wrapper ul li{
     padding: 10px 0;
}
.home-fitness .price-table-wrapper ul li:not(:last-child),
.home-medical .price-table-wrapper ul li:not(:last-child),
.home-corporate .price-table-wrapper ul li:not(:last-child){
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
#pricing article:nth-child(1n) .btn {
    background-color: var(--primary-color);
    border-color: #fff;
}
#pricing article:nth-child(2n) .btn.btn-primary {
    color: #fff;
}

#pricing article:nth-child(2n) .btn.btn-primary:before {
    background-color: #fff ;
    border-color: #fff ;
    color: var(--primary-color);
}
#pricing article:nth-child(3n) .btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
#pricing article:nth-child(2n) .price-table-wrapper {
    background-color: var(--primary-color);
    margin-top: 0;
}
#pricing article:nth-child(2n) .price-table-wrapper ul li,
#pricing article:nth-child(2n) .price-table-wrapper .entry-title,
#pricing article:nth-child(2n) .price-icon-container{
    color: #fff;
}
#pricing article:nth-child(2n) .entry-header{
    border-color: #fff;
}
#pricing article:nth-child(1n) .btn:hover,
#pricing article:nth-child(3n) .btn:hover,
.price-table-wrapper .read-more .btn:hover {
    background-color: #fff !important;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

#pricing article:nth-child(2n) .btn:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: var(--primary-color);
}
#pricing .section-content.col-1 article {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#pricing .section-content.col-1 article:last-child {
    margin-bottom: 0;
}
.pricing-curve .magazine-bell-curve{
    fill: #f9f9f9;
}
.pricing-curve{
    transform: rotate(180deg);
    top: -10px;
    bottom: auto;
}
.pricing-curve-2{
    bottom: -10px;
    top: auto;
}

/*--------------------------------------------------------------
#  Contact Us Section
--------------------------------------------------------------*/
#contact {
    padding: 90px 0;
}
#contact {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#contact .section-header{
    text-align: left;
    margin-bottom: 10px;
}
#contact .section-title{
    font-size: 35px;
}
#map {
    height: 500px;
    width: 100%;
}
.contact-section-wrapper {
    position: relative;
    background: #fff;
    padding: 20px;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
}
ul.contact-address {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-form-wrapper + .contact-address-wrapper {
    border-top: 1px solid #cfcfcf;
    padding-top: 30px;
}
.contact-form-wrapper .wpcf7 {
    display: inline-block;
    width: 100%;
}
.contact-address-wrapper .contact-address li{
    font-size: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.contact-address-wrapper .contact-address li span.contact-text{
    width: 30%;
    text-align: left;
    font-size: 18px;
}
.contact-address-wrapper .contact-address li a{
    color: #777;
}
.contact-address-wrapper .contact-address li span.contact-value{
    width: 70%;
    text-align: right;
    font-size: 16px;
}
#contact ul.contact-address li a:not(:last-child):after {
    content: ",";
    padding-left: 5px;
}
#contact ul.contact-address li:not(:last-child){
    border-bottom: 3px solid #e5e5e5;
}
#contact ul.contact-address li a:hover {
    color: var(--primary-color);
}

#contact .contact-content{
    padding: 20px 20px 20px 0;
}

#contact .wpcf7 input{
    height: 45px;
    margin-bottom: 15px;
}
#contact .wpcf7 input,
#contact .wpcf7 textarea{
    background-color: #f5f5f5;
}

#contact .wpcf7 input[type="submit"]{
    opacity: 1;
    margin-bottom: 0;
    background-color: var(--primary-color);
    height: auto;
}
#contact .wpcf7 input[type="submit"]:hover{
    background-color: #fff;
    border:2px solid var(--primary-color);
}
.contact-qr-image {
    max-width: 200px;
    max-height: 200px;
}
/*--------------------------------------------------------------
#  Teatimonial
--------------------------------------------------------------*/
#testimonial {
    padding: 60px 0;
    overflow: hidden;
}
.home-corporate #testimonial {
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-medical #testimonial .entry-title{
    text-align: left;
}
.home-fitness #testimonial .entry-container .entry-header{
    padding: 10px 0;
}
.home-medical .testimonial-slider article{
    background-color: transparent;
    border-radius: 30%;
    border: 2px solid #fff;
    padding: 40px;
}
.testimonial-slider article .testimonial-items{
    display: flex;
    align-items: center;
    position: relative;
    max-width: 950px;
    margin: 0 auto;
}
.testimonial-slider .featured-image img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 0;
}
.testimonial-slider .featured-image:hover img {
  animation: tilt-shaking 1s infinite;
}

.testimonial-slider article .testimonial-items .featured-image{
    width: 20%;
    position: relative;
    height: 200px;
    border-radius: 0;
}
.testimonial-slider article .testimonial-items .entry-container{
    width: 80%;
    text-align: left;
    position: relative;
    padding: 30px 10px 30px 50px;
}
.testimonial-slider article .testimonial-items .entry-container::before,
.testimonial-slider article .testimonial-items .entry-container::after {
  font-family: 'FontAwesome';
  color: var(--primary-color);
  font-size: 120px;
  position: absolute;
  z-index: 99;
  opacity: 0.3;
}
.testimonial-slider article .testimonial-items .entry-container::before {
  content: "\f10d";
  left: 20%;
  top: 40%;
}
.testimonial-slider article .testimonial-items .entry-container::after {
  content: "\f10e";
  right: 20%;
  top: 40%;
}

.home-fitness .testimonial-slider article,
.home-education .testimonial-slider article {
    background-color: transparent;
    padding: 0;
}
.testimonial-slider .slick-track{
    padding: 30px 0;
}
.testimonial-slider .position{
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'Marck Script';
}

.testimonial-slider article:hover .featured-image {
    box-shadow: none;
}

.home-fitness .testimonial-slider .entry-container,
.home-education .testimonial-slider .entry-container{
    padding: 10px;
}
.testimonial-slider .entry-container {
    padding: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.testimonial-slider .entry-content p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}
.testimonial-slider .entry-title a {
    color: #000;
}
.testimonial-slider .entry-title a:hover,
.testimonial-slider .entry-title a:focus {
    color: var(--primary-color);
}
#testimonial .slick-prev,
#testimonial .slick-next{
    background-color: transparent;
}
#testimonial .slick-prev::before,
#testimonial .slick-next::before{
    color: var(--primary-color);
}
.slick-slide {
    outline: none;
}
.testimonial-slider .entry-meta {
    margin-bottom: 14px;
}
.testimonial-slider .entry-title {
    margin-bottom: 7px;
}
#testimonial .slick-dots{
    bottom: 10px;
}
#testimonial .slick-dots li button::before {
  background-color: #9f9f9f;
}
#testimonial .slick-dots li.slick-active button:before{
  background-color: var(--primary-color);
}
#testimonial .testi-outer-image img{
    position: absolute;
    display: block;
    left: 0;
    right: auto;
    bottom: 0;
    max-width: 450px;
}

/*--------------------------------------------------------------
#  client
--------------------------------------------------------------*/
#client {
    padding: 50px 0;
    background-size: cover;
    background-position: 50%;
    background-color: #fff;
}
#client .section-title:after {
    background-color: #fff;
}
#client .overlay {
    opacity: 0.80;
    background-color: #fff;
}
#client .section-header {
    text-align: left;
    margin-bottom: 0;
}
.home-fitness #client .section-header {
    text-align: center;
    margin-bottom: 10px;
}
#client .section-title {
    margin-top: 0;
    font-size: 32px;
}
#client .wrapper {
    position: relative;
}
.client-item h2 {
    font-size: 18px;
    color: #fff;
}
.client-item span {
    font-size: 48px;
    color: #000;
    color: #fff;
}
.client-item i {
    font-size: 65px;
    display: block;
    margin-bottom: 35px;
    color: #fff;
}
#client .client-item img{
   max-height: 100px;
   margin-right: auto;
   margin-left: auto;
}
.home-education #client .client-item img{
   max-height: 150px;
   margin-right: auto;
   margin-left: auto;
}
#client .featured-image{
    transition: all 0.3s;
}
#client .section-content {
    text-align: center;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}
#client .section-content .client-item {
    margin-bottom: 50px;
}
#client .section-content .client-item:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Fitnesscat
--------------------------------------------------------------*/

#fitnesscat{
    padding: 60px 0;
}
.home-minimal-blog #fitnesscat{
    padding: 0px 0 40px;
}
.home-fitness #fitnesscat .fitnesscat-featured-image img{
    display: none;
}
#fitnesscat .fitnesscat-featured-image img{
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 170px;
}
#fitnesscat .fitnesscat-featured-image img:hover,
#fitnesscat .fitnesscat-featured-image img:focus{
    opacity: 0.8;
}
.home-classic-blog #fitnesscat{
    background-color: #fff;
}
.home-classic-blog #fitnesscat .fitnesscat-featured-image img{
    display: none;
}
.fitnesscat-wrapper {
  padding: 0px 10px;
}
.home-minimal-blog #fitnesscat .fitnesscat-featured-image{
    padding:0;
    background-image: none !important;
}
#fitnesscat .fitnesscat-featured-image{
    margin: 0 auto;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    margin-bottom: 20px;
    position: relative;
}
.home-classic-blog #fitnesscat .fitnesscat-items{
    padding:10px;
    background-color: #f9f9f9;
}

.home-classic-blog #fitnesscat .fitnesscat-featured-image{
    margin: 0 auto;
    border-radius: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
    margin-bottom: 20px;
    position: relative;
}
#fitnesscat .post-thumbnail-link:hover{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.home-classic-blog #fitnesscat .post-thumbnail-link:hover{
    border-radius: 0px;
}
.fitnesscat-category-header{
    text-align: center;
}
.fitnesscat-category-header .fitnesscat-category-title{
    font-size: 24px;
    padding-bottom: 5px;
}
#fitnesscat article:focus .fitnesscat-category-title a,
#fitnesscat article:hover .fitnesscat-category-title a{
    color:  var(--primary-color);
}

/*--------------------------------------------------------------
# Cloud
--------------------------------------------------------------*/
.section-header-leaf{
    position: relative;
    max-width: 42px;
    margin: 0 auto;
    height: 42px;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}
.section-header-leaf:hover{
    animation-duration: 100ms;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.header-leaf{
    width: 20px;
    height: 20px;
    border-radius: 0 90px;
    background-color: var(--primary-color);
    position: absolute;
}
.leaf-shape1{
    transform: rotate(0deg);
}
.leaf-shape2{
    transform: rotate(-90deg);
    left: 20px;
}
.leaf-shape3{
    transform: rotate(90deg);
    top: 20px;
}
.leaf-shape4{
    transform: rotate(0deg);
    top: 20px;
    left: 20px;
}

.decoration-img img{
    max-width: 400px;
    position: absolute;
    opacity: 0.5;
}
@keyframes move {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(10px);
  }
}
#services .kids-decoration.deco-top-left.flower3 {
  transform: rotate(90deg);
  left: 3px;
  top: -82px;
}  
#services .kids-decoration.deco-bottom-right.flower5 {
  transform: rotate(-90deg);
  right: -120px;
  bottom: -210px;
}
#message .kids-decoration.deco-top-right.leaf2{
    top: -80px;
} 
.outside-home .kids-decoration.deco-top-left.leaf12{
    top: 0;
    max-width: 500px;
}  
.outside-home .kids-decoration.deco-bottom-right.leaf11{
    bottom: 0;
    max-width: 500px;
}  
#shopproduct .kids-decoration.deco-bottom-left.flower5 {
    left: -80px;
    bottom: -150px;
}
#team .kids-decoration.deco-top-left.flower-up4 {
  transform: rotate(-20deg);
  top: -160px;
  max-height: 390px;
}
.footer-widgets-area .decoration-img img.deco-bottom-left{
    left: 0;
    bottom: -120px;
}
.footer-widgets-area .decoration-img img.deco-top-right{
    top: -80px;
}
.decoration-img img.deco-bottom-left{
    left: 0;
    bottom: -60px;
}
.decoration-img img.deco-bottom-right{
    right: 0px;
    bottom: -60px;
}
.decoration-img img.deco-top-left{
    left: 0px;
    top: -60px;
}
.decoration-img img.deco-top-right{
    right: 0px;
    top: -60px;
}
.decoration-img{
    position: relative;
}
.page-section .wrapper{
    position: relative;
    z-index: 99;
} 
/*--------------------------------------------------------------
# Message
--------------------------------------------------------------*/
.disable-about-section #message{
    padding-top: 30px;
}

#message{
   padding: 80px 0 60px;
}
.home-minimal-blog #message,
.home-medical #message{
    background-color: #f9f9f9;
}
.home-classic-blog #message{
    background-color: #f9f9f9;
}
.home-business #message{
    background-color: #f9f9f9;
    padding: 60px 0;
    max-width: 100%;
}
.home-minimal-blog .message-entry-content,
.home-fitness .message-entry-content,
.home-education .message-entry-content {
  padding: 30px;
  background-color: var(--primary-color);
}
.home-minimal-blog #message .entry-content p, 
.home-minimal-blog #message .social-icons li a::before, 
.home-minimal-blog #message .entry-title a,
.home-fitness #message .entry-content p, 
.home-fitness #message .social-icons li a::before, 
.home-fitness #message .entry-title a,
.home-education #message .entry-content p, 
.home-education #message .social-icons li a::before, 
.home-education #message .entry-title a {
  color: #fff;
}
#message .entry-title{
    font-size: 52px;
    line-height: 44px;
}
.home-education #message .entry-title{
    font-size: 36px;
}
.home-minimal-blog #message .entry-title a:hover,
.home-fitness #message .entry-title a:hover,
.home-fitness #message .entry-title a:focus{
    opacity: 0.7;
}
.home-minimal-blog #message .wrapper,
.home-fitness #message .wrapper,
.home-education #message .wrapper{
    position: relative;
}
.home-corporate #message{
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#message .entry-container {
  max-width: 750px;
  display: block;
  text-align: center;
  margin: 15px auto;
}
#message .btn{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
#message .btn:hover{
    background-color: #fff;
    color: var(--primary-color);
}

.home-medical #message .entry-container,
.home-corporate #message .entry-container {
  max-width: 100%;
  padding: 0 0 0 30px;
}
.home-minimal-blog #message .entry-container,
.home-fitness #message .entry-container,
.home-education #message .entry-container{
  max-width: 100%;
  padding: 0;
}
.home-business #message .entry-container {
  max-width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0 30px;
}
#message .entry-header {
    margin-bottom: 20px;
    position: relative;
}
.author-thumbnail {
    max-width: 100%;
    margin:0;
    border-radius: 0;
    position: relative;
}
.author-thumbnail .main-thumbnail{
    max-width: 100%;
    margin:0;
    border-radius: 0;
    position: relative;
    height: 540px;
}
.author-thumbnail .main-thumbnail:hover{
    animation: vertical-shaking 2s infinite;
}
.author-thumbnail .main-thumbnail img{
    height: 540px;
}
.author-first-thumbnail,
.author-second-thumbnail {
    padding: 20px 0 0;
}
.author-first-thumbnail:hover,
.author-second-thumbnail:hover {
    animation: vertical-shaking 2s infinite;
}

.author-thumbnail .secondary-thumbnail{
    max-width: 100%;
    position: relative;
}
.author-thumbnail .secondary-thumbnail .author-first-thumbnail,
.author-thumbnail .secondary-thumbnail .author-second-thumbnail{
    width: 100%;
    position: relative;
}

.author-first-thumbnail img,
.author-second-thumbnail img{
    width: 100%;
    height: 260px;
}

#message article .entry-content p {
    margin-bottom: 0;
}
#message .separator {
  background: var(--primary-color);
  height: 5px;
  max-width: 100px;
  margin: 20px auto;
}

#message .author-thumbnail:before {
    right: 100%;
    margin-right: 35px;
}
#message .author-thumbnail:after {
    left: 100%;
    margin-left: 35px;
}
#message .social-icons li a::before{
    font-size: 22px;
}
#message .read-more{
    padding: 30px 0 20px;
}
#message .counter-section-content .inner {
  padding: 10px;
}
.about-counter-item {
    border: 1px solid;
    border-color: var(--primary-color);
    padding: 25px;
    border-radius: 0 30%;
    color: var(--primary-color);
    text-align: center;
}
.about-counter-item h4{
    color: var(--primary-color);
}
.home-medical .about-counter-item {
  background-color: var(--primary-color);
  padding: 25px;
  border-radius: 15px;
  color: #fff;
}
.counter-section-content span {
  font-size: 32px;
}
.counter-section-content h4 {
  margin: 10px 0 0;
  font-size: 18px;
}

/*--------------------------------------------------------------
#  Project Section
--------------------------------------------------------------*/
#featured {
    padding: 80px 0 30px;
}
#featured .featured-wrapper {
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.default-featured #featured .overlay-one {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    alpha(opacity=0): ;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
.default-featured #featured .overlay-two {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
}
.default-featured #featured .featured-wrapper:hover .overlay-one {
    opacity: .65;
    filter: alpha(opacity=65);
}
#featured .featured-image {
    position: relative;
    padding: 185px 0;
    background-size: cover;
    background-position: 50%;
    background-color: #000;
}
#featured .featured-image a {
    display: block;
}
.featured-two #featured article .entry-title {
    color: #333;
}
.default-featured #featured article .entry-title {
    color: #fff;
}
.featured-two #featured article .entry-title {
    font-size: 28px;
    margin: 15px 0;
    font-weight: 600;
}
.default-featured #featured article .entry-title {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
}
#featured article .entry-title a,
#featured .entry-content {
    color: #fff;
}

.default-featured #featured article .entry-title a:hover,
.default-featured #featured article .entry-title a:focus {
    color: var(--primary-color);
}
#featured .entry-container {
    padding: 30px 15px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: transform .2s ease-out,top .2s ease-out;
    -moz-transition: transform .2s ease-out,top .2s ease-out;
    -o-transition: transform .2s ease-out,top .2s ease-out;
    -webkit-transition: transform .2s ease-out,top .2s ease-out;
}
.default-featured #featured .featured-wrapper:hover .entry-container {
    top: 50%;
    bottom: auto;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.default-featured #featured .entry-header {
    padding: 50px 15px;
}
.default-featured #featured .entry-header {
    text-align: center;
    transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transition: transform .2s ease-out,padding .2s ease-out;
    -moz-transition: transform .2s ease-out,padding .2s ease-out;
    -o-transition: transform .2s ease-out,padding .2s ease-out;
    -webkit-transition: transform .2s ease-out,padding .2s ease-out;
}
.default-featured #featured .featured-wrapper:hover .entry-header {
    padding-bottom: 8px;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
#featured .view-all{
    text-align: center;
}
#featured .btn.btn-primary:hover{
    color: var(--primary-color);
}
#featured article.no-post-thumbnail .entry-container {
    width: 100%;
    float: none;
}
#featured article .entry-content p{
    color: #fff;
}
#featured article .entry-content p:last-child {
    margin-bottom: 0;
}
#featured .entry-meta {
    margin-bottom: 5px;
}
#featured .entry-meta .cat-links {
    color: #fff;
}
#featured .entry-meta .cat-links:before {
    display: none;
}
#featured .entry-meta a {
    color: rgba(255, 255, 255, 0.90);
    font-size: 15px;
}
#featured .entry-meta a:hover,
#featured .entry-meta a:focus {
    color: #fff;
}
.more-link {
    text-transform: uppercase;
    font-weight: 600;
}
.view-all i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
#featured .more-link {
    color: #fff;
}
#featured .more-link:hover,
#featured .more-link:focus {
    color: #fff;
}
.featured-two #featured .entry-container {
    position: relative;
}
.featured-two #featured article .entry-content p{
    color: #333;
}
.featured-two #featured .entry-header {
    padding: 0;
}
.featured-two #featured article .entry-title a,
.featured-two #featured .entry-content {
    color: #333;
    font-weight: 500;
}
.featured-two #featured article .entry-title a:hover,
.featured-two #featured article .entry-title a:focus {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
#  Gallery Section
--------------------------------------------------------------*/
#gallery.dark-bg{
    padding: 20px 10px;
}
#gallery{
    padding: 20px 0px;
}
#gallery img {
    width: 100%;
}
.gallery-slider.slick-slider{
  margin-bottom: 20px;
}
#gallery .gallery-slider .slick-list{
    height: 100% !important;
}
/*#gallery .gallery-slider .slick-dots{
    bottom: -280px;
}*/
#gallery .gallery-slider .slick-dots li button::before {
    background-color: #6f6f6f;
}
#gallery .gallery-slider .slick-dots li.slick-active button::before {
    background-color: var(--primary-color);
}
#gallery .gallery-slider .gallery-bg-image{
    padding: 360px 0;
}
#gallery .gallery-slider .slick-prev,
#gallery .gallery-slider .slick-next{
    top: -11px;
}
#gallery .gallery-slider .wp-video{
    width: 800px !important;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
#gallery article{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#gallery .gallery-slider-nav article {
    padding: 0px 10px;
}
#gallery .gallery-slider-nav article .entry-header{
    padding: 10px 0;
}
#gallery .gallery-slider-nav article .featured-image{
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#gallery .gallery-slider-nav article span.play-icon {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    line-height: 27px;
}
#gallery .gallery-slider-nav article span.play-icon .fa.fa-play {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px 10px 23px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
#gallery .gallery-slider-nav article:hover span.play-icon .fa.fa-play{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
#gallery .gallery-slider-nav article .video-list {
    padding: 10px;
    border: 1px solid #e5e5e5;
    display: block;
    position: relative;
}
/*--------------------------------------------------------------
#  Counter
--------------------------------------------------------------*/
#counter {
    padding: 60px 0 120px;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    background-color: #var(--primary-color);
}
#counter .section-title {
    color: #fff;
}
#counter .section-title:after {
    background-color: #fff;
}
#counter .inner{
    padding: 0;
}
#counter .counter-item:before {
    position: absolute;
    content: '';
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
    border-radius: 30px;
}

#counter .counter-item{
    position: relative;
    padding: 50px 50px 30px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}
#counter .overlay {
    opacity: 0.60;
    background-color: var(--primary-color);
}
#counter .wrapper {
    position: relative;
}
.counter-item h2 {
    font-size: 20px;
    color: #fff;
}
.counter-item span {
    font-size: 48px;
    color: #fff;
}
.counter-item i {
    font-size: 65px;
    display: block;
    margin-bottom: 35px;
    color: #fff;
}
#counter .section-content {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
#counter .section-content .counter-item {
    margin-bottom: 50px;
}
#counter .section-content .counter-item:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
#  Video Section
--------------------------------------------------------------*/
#video {
    padding: 150px 0;
    text-align: center;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}
#video .featured-image,
#video .entry-container {
    width: 100%;
    float: left;
}
#video .featured-image {
    background-size: cover;
    background-position: 100%;
    position: relative;
    text-align: center;
}

#video .overlay{
    opacity: 0.6;
    background-color: var(--primary-color);
}
.video-wrapper.has-featured-image {
    display: flex;
    align-items: center;
}
#video .entry-title {
    color: #fff;
    font-size: 42px;
}
#video p {
    color: #fff;
    font-size: 18px;
    max-width: 850px;
    text-align:center;
    margin-right: auto;
    margin-left: auto;
}
.popup-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 50%;
    padding-left: 3px;
    display: inline-block;
    position: relative;
}

.icon-play a:hover,
.icon-play a:focus {
    color: #1ba81d;
}
#video svg{
    width: 16px;
    height: 16px;
}
.icon-play {
  height: 100%;
  display: flex;
  align-items: center;
}
.popup-video {
  width: 100px;
  height: 100px;
  background: radial-gradient( rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.8);
}

/* triangle */
.popup-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid var(--primary-color);
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.popup-video:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -28%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
/*--------------------------------------------------------------
#  post video
--------------------------------------------------------------*/

.homepage-video-icon {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 9;
    position: absolute;
    top: 43%;
    right: 46%;
    left: auto;
    bottom: auto;
}
.homepage-video-icon .fa {
    text-align: center;
    z-index: 9;
    font-size: 16px;
    position: absolute;
    top: 11px;
    right: 11px;
    color: #fff;
}

/*--------------------------------------------------------------
#  galleryview  Section
--------------------------------------------------------------*/
.home-normal-magazine #galleryview{
    padding: 50px 0 20px;
    background-color: transparent;
}
.home-magazine #galleryview {
    padding: 0px 0 20px;
    background-color: transparent;
}
.home-normal-blog #galleryview {
    background-color: #f9f9f9;
}
#galleryview {
    padding: 60px 0;
}
.galleryview-main-wrapper {
    margin: 0 -15px;
}
.home-normal-magazine .galleryview-main-wrapper {
    margin: 0 -10px;
}
.home-normal-magazine #galleryview article {
    margin-bottom: 20px;
    padding: 0 10px;
}

#galleryview article{
    margin-bottom: 30px;
    padding: 0 15px;
}
#galleryview article .entry-meta{
    position: relative;
}
#galleryview .featured-image {
    padding: 145px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

#galleryview.galleryview-two .entry-container{
    padding: 10px;
    position: absolute;
    top: auto;
    border: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent);
    color: #fff;
}
#galleryview.galleryview-two .entry-container .entry-title{
    font-size: 22px;
    color: #fff;
}
#galleryview.galleryview-two .entry-container .entry-content p,
#galleryview.galleryview-two .entry-container a{
    color: #fff;
}
#galleryview .entry-container{
    padding: 10px;
}
#galleryview .galleryview-wrapper{
    position: relative;
    
}
#galleryview .entry-title {
    font-weight: bold;
}
#galleryview .entry-content {
    padding-bottom: 0;
}
#galleryview .entry-title a:hover,
#galleryview .entry-title a:focus{
  color: var(--primary-color);
}


/*--------------------------------------------------------------
#  Must Read  Section
--------------------------------------------------------------*/
.must-read-wrapper {
    margin: 0 -10px;
}
.home-normal-magazine .must-read-wrapper {
    margin: 0 -10px;
}
#mustread {
    padding: 20px 0;
}
.home-minimal-blog #mustread{
    padding: 0px 0 60px;
}
#mustread article .entry-meta{
    position: relative;
}
#mustread .featured-image {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
#mustread article{
    padding: 0 10px;
}
#mustread .entry-container{
    padding-top: 10px;
}
#mustread .entry-title {
    font-weight: bold;
}
#mustread .entry-content {
    padding-bottom: 20px;
}
#mustread .entry-container .entry-meta a:hover,
#mustread .entry-container .entry-meta a:focus,
#mustread .entry-title a:hover,
#mustread .entry-title a:focus{
  color: var(--primary-color);
}

.mustread-curve{
    bottom: -8px;
    top: auto;
}
.mustread-curve .magazine-bell-curve{
    fill: #000;
}

/*--------------------------------------------------------------
#  AdmissionProcess Section
--------------------------------------------------------------*/
.admissionprocess-wrapper {
    margin: 0 -15px;
}
.home-education #admissionprocess{
    padding:120px 0 60px;
}
#admissionprocess article{
  padding: 0 15px;
  margin-bottom: 20px;
}
.home-education #admissionprocess article{
  padding: 80px 10px 40px;
  position: relative;
  border-radius: 20px;
}
.home-normal-magazine #admissionprocess.page-section,
.home-magazine #admissionprocess.page-section {
    padding: 20px 0;
}
.home-education #admissionprocess article:nth-child(odd)::before {
  content: "";
  border-top: 2px dashed #f00;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 124px;
  border-radius: 50%;
}
.home-education #admissionprocess .post-featured-image {
  overflow: visible;
}
.home-education #admissionprocess article:nth-child(even){
    top: 60px;
}
.home-education #admissionprocess article:nth-child(even)::before {
  content: "";
  border-bottom: 2px dashed #f00;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  border-radius: 50%;
}
#admissionprocess .entry-container{
    padding: 20px;
}
.home-education #admissionprocess .entry-container{
    padding: 20px 0 0;
}
.home-magazine #admissionprocess .entry-container{
    padding: 20px 0 0 0;
}
.home-normal-magazine #admissionprocess .entry-title,
.home-magazine #admissionprocess .entry-title {
    font-size: 20px;
    font-weight: bold;
}

.home-magazine #admissionprocess .featured-image  {
    padding: 130px 0;
}
.home-education #admissionprocess .featured-image img,
.home-education #admissionprocess .featured-image  {
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
}
.home-education #admissionprocess .featured-image  {
    margin: 0 auto;
    position: relative;
}
.home-education #admissionprocess .featured-image .overlay {
    border-radius: 50%;
}
.home-education #admissionprocess article:nth-child(1n):hover p {
    color: #fff;
}
.home-education #admissionprocess article:nth-child(1n):hover, 
.home-education #admissionprocess article:nth-child(1n) .featured-image  {
    background-color: #5750A0;
}
.home-education #admissionprocess article:nth-child(1n) .featured-image img {
    border: 5px solid #5750A0;
}
.home-education #admissionprocess article:nth-child(2n):hover, 
.home-education #admissionprocess article:nth-child(2n) .featured-image  {
    background-color: #adca69;
}
.home-education #admissionprocess article:nth-child(2n) .featured-image img {
    border: 5px solid #adca69;
}
.home-education #admissionprocess article:nth-child(3n):hover, 
.home-education #admissionprocess article:nth-child(3n) .featured-image  {
    background-color: #84bed6;
}
.home-education #admissionprocess article:nth-child(3n) .featured-image img {
    border: 5px solid #84bed6;
}
.home-education #admissionprocess article:nth-child(4n):hover, 
.home-education #admissionprocess article:nth-child(4n) .featured-image  {
    background-color: #c389ce;
}
.home-education #admissionprocess article:nth-child(4n) .featured-image img {
    border: 5px solid #c389ce;
}
.home-education #admissionprocess article:nth-child(5n):hover, 
.home-education #admissionprocess article:nth-child(5n) .featured-image  {
    background-color: #fcb54d;
}
.home-education #admissionprocess article:nth-child(5n) .featured-image img {
    border: 5px solid #fcb54d;
}
.home-education #admissionprocess article.no-post-thumbnail .featured-image img {
    border: none;
}
.home-education #admissionprocess .post-conter {
  position: absolute;
  top: 38%;
  left: 39%;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}

#admissionprocess .entry-title {
    font-size: 28px;
    font-weight: bold;
}
#admissionprocess .entry-content {
    padding-bottom: 0;
}
#admissionprocess .entry-title a:hover,
#admissionprocess .entry-title a:focus{
  color: var(--primary-color);
}


/*--------------------------------------------------------------
#  Event Section
--------------------------------------------------------------*/

#event .disable-event .event-upcoming,
#event .disable-event .event-completed{
    max-width: 750px;
    margin: 0 auto;
    border: none;
    width: 100%;
}
#event{
    padding: 60px 0;
}
#event .section-title {
  font-size: 32px;
}
.event-completed article{
    padding: 10px 0;
}
.event-upcoming .section-header{
    margin-bottom: 20px;
}
.event-completed .post-item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: #e5e5e5;
  border-radius: 15px;
}
#event .event-completed .post-featured-image {
  width: 20%;
}
.event-completed img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.event-completed .entry-container {
  width: 80%;
  padding: 0 15px;
  text-align: justify;
}
.event-completed .entry-meta {
  font-size: 14px;
}
.event-upcoming .post-item-wrapper {
  display: table;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
.upcoming-date {
  width: 20%;
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: var(--primary-color);
  color: #fff;
  /*border-right: 15px solid #fff;*/
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}
#event .entry-title{
    font-size: 18px;
}
.event-upcoming .entry-container {
  width: 75%;
  padding: 10px 10px 10px 20px;
  display: table-cell;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;

}
.upcoming-time {
  display: inline;
}
.event-upcoming-time {
  display: inline;
  padding-right: 15px;
}
.event-upcoming-time::before {
  content: "\f017";
  font-family: 'FontAwesome';
}
.event-upcoming-address {
  display: inline-block;
}
.event-upcoming-address::before {
  content: "\f041";
  font-family: 'FontAwesome';
}
/*--------------------------------------------------------------
#  Naturegallery Section
--------------------------------------------------------------*/
.naturefeatured-wrapper{
    position: relative;
}
#naturefeatured .featured-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 350px 0;
}
#naturefeatured .entry-meta,
#naturefeatured .entry-title a,
#naturefeatured .entry-meta a{
    color: #fff;
}
#naturefeatured .entry-container {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 30px 60px 40px;
  left: 0;
  right: 0;
  z-index: 99;
}
#naturefeatured .slick-dots{
    top: 30% !important;
    left: auto !important;
    right: 28px !important;
    width: 1% !important;
}
#naturefeatured .slick-arrow{
    bottom: 20px !important;
    left: auto !important;
    right: 25px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    line-height: 42px !important;
    top: auto;
}
#naturefeatured .slick-arrow.slick-prev{
    bottom: 60px !important;
    left: auto !important;
    right: 25px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    line-height: 42px !important;
    top: auto;
}
#naturefeatured .cat-links::before{
    color: #fff;
}
#naturefeatured .slick-dots li button::before {
    background-color: rgba(0, 0, 0, 0.3);
}
#naturefeatured .slick-dots li.slick-active button::before {
    background-color: var(--primary-color);
}

/*--------------------------------------------------------------
#  Naturegallery Section
--------------------------------------------------------------*/
.naturegallery-wrapper{
    position: relative;
}
#naturegallery .featured-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 350px 0;
}
#naturegallery .entry-meta,
#naturegallery .entry-title a,
#naturegallery .entry-meta a{
    color: #fff;
}
#naturegallery .entry-container {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 100px 60px 40px;
  left: 0;
  right: 0;
  background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
  z-index: 99;
}
#naturegallery .slick-dots{
    top: 30% !important;
    left: auto !important;
    right: 28px !important;
    width: 1% !important;
}
#naturegallery .slick-arrow{
    bottom: 20px !important;
    left: auto !important;
    right: 25px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    line-height: 42px !important;
    top: auto;
}
#naturegallery .slick-arrow.slick-prev{
    bottom: 60px !important;
    left: auto !important;
    right: 25px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    line-height: 42px !important;
    top: auto;
}
#naturegallery .cat-links::before{
    color: #fff;
}
#naturegallery .slick-dots li button::before {
    background-color: rgba(0, 0, 0, 0.3);
}

#naturegallery .slick-dots li.slick-active button::before {
    background-color: var(--primary-color);
}
/*--------------------------------------------------------------
#  Naturegallery Section
--------------------------------------------------------------*/
.rightslide-wrapper{
    position: relative;
}
#rightslide .featured-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 350px 0;
}
#rightslide .entry-meta,
#rightslide .entry-title a,
#rightslide .entry-meta a{
    color: #fff;
}
#rightslide .entry-container {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 100px 60px 40px;
  left: 0;
  right: 0;
  background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
  z-index: 99;
}
#rightslide .slick-dots{
    top: 30% !important;
    right: auto !important;
    left: 28px !important;
    width: 1% !important;
}
#rightslide .slick-arrow{
    bottom: 20px !important;
    right: auto !important;
    left: 25px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    line-height: 42px !important;
    top: auto;
}
#rightslide .slick-arrow.slick-prev{
    bottom: 60px !important;
    right: auto !important;
    left: 25px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    line-height: 42px !important;
    top: auto;
}/*
[dir='rtl'] .slick-slide {
    float: left;
}*/
#rightslide .cat-links::before{
    color: #fff;
}
#rightslide .slick-dots li button::before {
    background-color: rgba(0, 0, 0, 0.3);
}

#rightslide .slick-dots li.slick-active button::before {
    background-color: var(--primary-color);
}
.home-classic-blog .slick-prev, 
.home-classic-blog .slick-next {
  width: 45px;
  height: 45px;
  line-height: 58px;
}
/*--------------------------------------------------------------
#  Blog Section
--------------------------------------------------------------*/
.home-normal-magazine .entry-meta,
.home-magazine .entry-meta{
    font-size: 12px !important;
}
#blog {
    padding: 60px 0; 
    background-color: #fff;
}
#blog .section-content.col-3 {
    position: relative;
}
#blog .section-content {
    margin: 40px -15px 0 -15px;
    z-index: 1;
}
#blog article {
    text-align: left;
    padding: 0 15px;
    margin-bottom: 50px;
}
#blog .section-header {
    text-align: center;
}
#blog .section-title {
    color: #000;
}
#blog .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 180px 0;
    margin-bottom: 23px;
}
.post-thumbnail-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#blog .section-content.col-3 article.large-width {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#blog .section-content.col-3 article.small-width .byline{
    display: none;
}
#blog .section-content.col-3 article.large-width .featured-image,
#blog .section-content.col-2 article.large-width .featured-image {
    padding: 275px 0;
}

#blog .section-content.col-3 article:nth-last-child(-n+2) {
    margin-bottom: 0;
}
#blog .post-wrapper .entry-title {
    font-size: 26px;
    margin: 0;
    padding: 15px 0;
    color: #333;
}

#blog .entry-title a:hover,
#blog .entry-title a:focus {
    color: var(--primary-color);
}
#blog .section-content.col-3 article.large-width .entry-title {
  font-size: 34px;
}
#blog .section-content.col-3 article.large-width .entry-content p {
  font-size: 18px;
}
#blog .entry-meta {
    border-top: dotted 2px lightgray;
    border-bottom: dotted 2px lightgray;
    padding: 10px 0;
    text-align: center;
}
#blog .post-wrapper{
    text-align: center;
}
#blog .post-wrapper .entry-container{
    padding: 10px;
}

.no-post-thumbnail .post-item{
    padding-top: 30px
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-posts-wrapper .entry-container {
    padding: 20px;
}
.blog-four .blog-posts-wrapper .entry-container {
  padding: 30px 0 40px;
  max-width: 850px;
  margin: 0 auto;
}
.blog-one article .post-item{
    border-radius: 20px;
}
.blog-one article .post-item .featured-image img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
/*.blog-one article:nth-child(1n) .post-item{
    background-color: #58d7ed;
}
.blog-one article:nth-child(2n) .post-item{
    background-color: #eea9f5;
}
.blog-one article:nth-child(3n) .post-item{
    background-color: #79e096;
}
.blog-one article:nth-child(4n) .post-item{
    background-color: #5750A0;
}
.blog-one article:nth-child(5n) .post-item{
    background-color: #fcb54d;
}*/
.blog-one article .post-item .entry-meta > span:not(:last-child)::after,
.blog-one article .post-item .entry-meta,
.blog-one article .post-item .entry-meta a,
.blog-one article .post-item .entry-title a,
.blog-one article .post-item .entry-content p{
    color: #333;
}
.blog-one article .post-item .entry-title a:hover,
.blog-one article .post-item .entry-meta a:hover,
.blog-one article .post-item .entry-meta a:focus{
    color: var(--primary-color);
}
.blog-five .blog-posts-wrapper .entry-container {
  padding: 20px;
}
.blog-three .blog-posts-wrapper .entry-content{
    font-size: 14px;
}
.blog-three .blog-posts-wrapper .entry-title{
    font-size: 28px;
}

.blog-three .post-item {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.blog-three .grid-item {
  width: 100%;

}
.blog-three .blog-posts-wrapper .post-featured-image {
  position: relative;
  overflow: hidden;
  width: 35%;
}
.blog-three .blog-posts-wrapper article .featured-image{
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.blog-three .blog-posts-wrapper .entry-container {
    padding: 0px 0 0px 30px;
    width: 65%;
}
.blog-three article.has-post-thumbnail:first-child .post-item {
    display: block;
    padding: 0;
}
.blog-three .blog-posts-wrapper article.has-post-thumbnail:first-child .post-featured-image {
    width: 100%;
}
.blog-three .blog-posts-wrapper article.has-post-thumbnail:first-child .featured-image {
    padding: 190px 0;
}
.blog-three .blog-posts-wrapper article.has-post-thumbnail:first-child .entry-container .entry-title,
.blog-three .blog-posts-wrapper article.has-post-thumbnail:first-child .entry-container .entry-content p,
.blog-three .blog-posts-wrapper article.has-post-thumbnail:first-child .entry-container a{
    color: #fff;
}
.blog-three .blog-posts-wrapper article.has-post-thumbnail:first-child .entry-container a:hover{
    color: var(--primary-color);
}
.blog-three .blog-posts-wrapper article.has-post-thumbnail:first-child .entry-container {
    padding: 40px 40px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    text-align: center !important;
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
#blog article{
   margin-bottom: 40px;
}
.blog-two .blog-posts-wrapper article:nth-child(2n) .entry-container {
    padding: 30px 50px 30px 0px;
}
.blog-two .blog-posts-wrapper .entry-container {
    width: 100%;
    float:left;
    position: relative;
    display: block;
    padding: 30px 0px 30px 50px;
}
.blog-one .blog-posts-wrapper .post-item{
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}
.blog-two .blog-posts-wrapper .post-featured-image,
.blog-two .blog-posts-wrapper figure {
    position: relative;
    width: 100%;
    float: left;
    display: block;
}
.blog-two .post-item {
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #d1cccc;
}

.blog-one.no-sidebar .blog-posts-wrapper .col-2{
    margin-left: auto;
    margin-right: auto; 
    max-width: 900px;
}

.blog-one.no-sidebar .blog-posts-wrapper .col-1{
    margin-left: auto;
    margin-right: auto; 
    max-width: 700px;
}
.blog-two  .blog-posts-wrapper .featured-image {
    padding: 375px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-two article:first-child .post-item {
    padding: 0 0 60px;
}

.blog .wrapper.page-section .section-header{
   margin-bottom: 45px;
   max-width: 900px;
   margin-right: auto;
   margin-left: auto;
}
.blog .wrapper.page-section .section-header .section-title{
   font-family: "Courgette";
   font-size: 46px;
}
.post-item {
    background-color: #fff;
    position: relative;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.blog-four .post-item {
  padding: 50px 30px 0;
  background-color: #f5f5f5;
}
.background-featured-image {
  padding: 350px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-five .post-item {
  background-color: #f9f9f9;
}
.blog-two article:nth-child(2n) .post-item {
  flex-direction: row-reverse;
}

.blog-two .blog-posts-wrapper article {
    margin-bottom: 0px;
}
.blog-posts-wrapper .entry-meta.posted-on {
    border-top:dotted 2px lightgray;
    border-bottom: dotted 2px lightgray;
    padding:10px 20px;
}
.blog-six .blog-posts-wrapper .entry-meta.posted-on {
    border-top:dotted 2px lightgray;
    border-bottom: dotted 2px lightgray;
    padding:5px 10px;
    margin-top: 20px;
}
.blog-four .blog-posts-wrapper .entry-meta.posted-on{
    border-top: none;
    border-bottom: none;
    padding-bottom: 10px;
}
.blog-five .blog-posts-wrapper .entry-meta.posted-on{
    border-top: none;
    border-bottom: none;
    padding-bottom: 10px;
}
.blog-five .blog-posts-wrapper .entry-meta.posted-on .date{
    font-size: 14px;
}
.blog-five .blog-posts-wrapper .entry-content .read-more-text{
    color: var(--primary-color);
}
.read-more-text::after {
    content: "\f0a4";
    padding-left: 5px;
    font-family: "FontAwesome";
    color: var(--primary-color);
}
.blog-four .blog-posts-wrapper .entry-meta.posted-author{
    padding: 10px;
    margin-bottom: 15px;
}
.blog-three .blog-posts-wrapper .entry-meta.posted-on {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.blog-three .blog-posts-wrapper .entry-meta {
  margin-bottom: 0px;
}
.blog-two .blog-posts-wrapper .entry-meta.posted-on {
    border-top:none;
    border-bottom: none;
    padding:0;
    margin-bottom: 0;
}
.blog-one .blog-posts-wrapper .featured-image {
    padding: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-five .blog-posts-wrapper .featured-image {
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-five .blog-posts-wrapper .col-1 .featured-image,
.blog-five .blog-posts-wrapper .col-2 .featured-image {
    padding: 230px 0;
}
.blog-posts-wrapper figure{
    position: relative;
}
.blog-posts-wrapper figure a:focus img{
    outline: dotted;
}
.featured-video .mejs-container .mejs-controls,
.featured-video .mejs-container.mejs-video{
    border-radius: 15px !important;
}
.blog-posts-wrapper .post-thumbnail-link{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.blog-posts-wrapper .section-header{
    margin:30px 0 20px;
}
.blog-one .blog-posts-wrapper .has-post-thumbnail .entry-container {
    padding-top: 30px;
  
}
.blog-posts-wrapper .entry-container .entry-header {
    margin-bottom: 0;
}
.blog-posts-wrapper .entry-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.blog-five .blog-posts-wrapper .entry-title {
    font-size: 28px;
}
.blog-four .blog-posts-wrapper .entry-header {
  max-width: 850px;
  margin: 0 auto;
}
.blog-four .blog-posts-wrapper .entry-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 10px 0;
}
.home.blog-four.blog .wrapper.page-section{
    padding-top: 0px;
}
/*body:not(.home).blog-three.left-sidebar .blog-posts-wrapper .entry-title,
body:not(.home).blog-three.right-sidebar .blog-posts-wrapper .entry-title {
    font-size: 18px;
}*/
body:not(.home).left-sidebar .blog-posts-wrapper .entry-title,
body:not(.home).right-sidebar .blog-posts-wrapper .entry-title {
    font-size: 30px;
}
.entry-meta a,
.entry-meta .author.vcard {
    font-size: 14px;
    color: #666;
}
.blog-posts-wrapper .entry-meta.post-cat{
    margin-bottom: 0;
}
.blog-posts-wrapper .entry-title a,
.entry-meta a,
.entry-meta a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cat-links{
    font-size: 12px;
}
.cat-links a,
.entry-meta .cat-links a {
    display: inline-block;
    font-size: 12px;
    color:var(--primary-color);
    font-weight: bold;
    line-height: 1;
}
.category-two .cat-links a,
.category-two .entry-meta .cat-links a,
.category-three .cat-links a,
.category-three .entry-meta .cat-links a,
.category-four .cat-links a,
.category-four .entry-meta .cat-links a,
.category-five .cat-links a,
.category-five .entry-meta .cat-links a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid;
}
.category-two .cat-links a,
.category-two .entry-meta .cat-links a {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.category-two .cat-links a:hover,
.category-two .cat-links a:focus,
.category-two .entry-meta .cat-links a:hover,
.category-two .entry-meta .cat-links a:focus {
    color: var(--primary-color);
    background-color: transparent;
}
.category-three .cat-links a,
.category-three .entry-meta .cat-links a,
.category-five .cat-links a,
.category-five .entry-meta .cat-links a {
    color: #fff;
    background-color: var(--primary-color);
}
.category-six .cat-links a,
.category-six .entry-meta .cat-links a {
    background-color: transparent;
}

.category-three article:nth-child(1n) .cat-links a:nth-child(1n),
.category-three article:nth-child(1n) .entry-meta .cat-links a:nth-child(1n),
.category-three li:nth-child(1n) .cat-links a:nth-child(1n),
.category-three li:nth-child(1n) .entry-meta .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(1n) .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(1n) .entry-meta .cat-links a:nth-child(1n),
.category-five article:nth-child(1n) .cat-links a:nth-child(1n),
.category-five article:nth-child(1n) .entry-meta .cat-links a:nth-child(1n),
.category-five li:nth-child(1n) .cat-links a:nth-child(1n),
.category-five li:nth-child(1n) .entry-meta .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(1n) .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(1n) .entry-meta .cat-links a:nth-child(1n) {
    background-color: var(--cat-one-color);
    border-color: var(--cat-one-color);
}
.category-three article:nth-child(2n) .cat-links a:nth-child(1n),
.category-three article:nth-child(2n) .entry-meta .cat-links a:nth-child(1n),
.category-three li:nth-child(2n) .cat-links a:nth-child(1n),
.category-three li:nth-child(2n) .entry-meta .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(2n) .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(2n) .entry-meta .cat-links a:nth-child(1n),
.category-five article:nth-child(2n) .cat-links a:nth-child(1n),
.category-five article:nth-child(2n) .entry-meta .cat-links a:nth-child(1n),
.category-five li:nth-child(2n) .cat-links a:nth-child(1n),
.category-five li:nth-child(2n) .entry-meta .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(2n) .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(2n) .entry-meta .cat-links a:nth-child(1n) {
    background-color: var(--cat-five-color);
    border-color: var(--cat-five-color);
}
.category-three article:nth-child(3n) .cat-links a:nth-child(1n),
.category-three article:nth-child(3n) .entry-meta .cat-links a:nth-child(1n),
.category-three li:nth-child(3n) .cat-links a:nth-child(1n),
.category-three li:nth-child(3n) .entry-meta .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(3n) .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(3n) .entry-meta .cat-links a:nth-child(1n),
.category-five article:nth-child(3n) .cat-links a:nth-child(1n),
.category-five article:nth-child(3n) .entry-meta .cat-links a:nth-child(1n),
.category-five li:nth-child(3n) .cat-links a:nth-child(1n),
.category-five li:nth-child(3n) .entry-meta .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(3n) .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(3n) .entry-meta .cat-links a:nth-child(1n) {
    background-color: var(--cat-three-color);
    border-color: var(--cat-three-color);
}
.category-three article:nth-child(4n) .cat-links a:nth-child(1n),
.category-three article:nth-child(4n) .entry-meta .cat-links a:nth-child(1n),
.category-three li:nth-child(4n) .cat-links a:nth-child(1n),
.category-three li:nth-child(4n) .entry-meta .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(4n) .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(4n) .entry-meta .cat-links a:nth-child(1n),
.category-five article:nth-child(4n) .cat-links a:nth-child(1n),
.category-five article:nth-child(4n) .entry-meta .cat-links a:nth-child(1n),
.category-five li:nth-child(4n) .cat-links a:nth-child(1n),
.category-five li:nth-child(4n) .entry-meta .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(4n) .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(4n) .entry-meta .cat-links a:nth-child(1n) {
    background-color: var(--cat-two-color);
    border-color: var(--cat-two-color);
}
.category-three article:nth-child(5n) .cat-links a:nth-child(1n),
.category-three article:nth-child(5n) .entry-meta .cat-links a:nth-child(1n),
.category-three li:nth-child(5n) .cat-links a:nth-child(1n),
.category-three li:nth-child(5n) .entry-meta .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(5n) .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(5n) .entry-meta .cat-links a:nth-child(1n),
.category-five article:nth-child(5n) .cat-links a:nth-child(1n),
.category-five article:nth-child(5n) .entry-meta .cat-links a:nth-child(1n),
.category-five li:nth-child(5n) .cat-links a:nth-child(1n),
.category-five li:nth-child(5n) .entry-meta .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(5n) .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(5n) .entry-meta .cat-links a:nth-child(1n) {
    background-color: var(--cat-six-color);
    border-color: var(--cat-six-color);
}
.category-three article:nth-child(6n) .cat-links a:nth-child(1n),
.category-three article:nth-child(6n) .entry-meta .cat-links a:nth-child(1n),
.category-three li:nth-child(6n) .cat-links a:nth-child(1n),
.category-three li:nth-child(6n) .entry-meta .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(6n) .cat-links a:nth-child(1n),
.category-three .post-list:nth-child(6n) .entry-meta .cat-links a:nth-child(1n),
.category-five article:nth-child(6n) .cat-links a:nth-child(1n),
.category-five article:nth-child(6n) .entry-meta .cat-links a:nth-child(1n),
.category-five li:nth-child(6n) .cat-links a:nth-child(1n),
.category-five li:nth-child(6n) .entry-meta .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(6n) .cat-links a:nth-child(1n),
.category-five .post-list:nth-child(6n) .entry-meta .cat-links a:nth-child(1n) {
    background-color: var(--cat-four-color);
    border-color: var(--cat-four-color);
}
.category-six article:nth-child(1n) .cat-links a:nth-child(1n),
.category-six article:nth-child(1n) .entry-meta .cat-links a:nth-child(1n),
.category-six li:nth-child(1n) .cat-links a:nth-child(1n),
.category-six li:nth-child(1n) .entry-meta .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(1n) .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(1n) .entry-meta .cat-links a:nth-child(1n) {
    color: var(--cat-one-color);
/*    border-color: var(--cat-one-color);*/
}
.category-six article:nth-child(2n) .cat-links a:nth-child(1n),
.category-six article:nth-child(2n) .entry-meta .cat-links a:nth-child(1n),
.category-six li:nth-child(2n) .cat-links a:nth-child(1n),
.category-six li:nth-child(2n) .entry-meta .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(2n) .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(2n) .entry-meta .cat-links a:nth-child(1n) {
    color: var(--cat-six-color);
    border-color: var(--cat-six-color);
}
.category-six article:nth-child(3n) .cat-links a:nth-child(1n),
.category-six article:nth-child(3n) .entry-meta .cat-links a:nth-child(1n),
.category-six li:nth-child(3n) .cat-links a:nth-child(1n),
.category-six li:nth-child(3n) .entry-meta .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(3n) .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(3n) .entry-meta .cat-links a:nth-child(1n) {
    color: var(--cat-three-color);
    border-color: var(--cat-three-color);
}
.category-six article:nth-child(4n) .cat-links a:nth-child(1n),
.category-six article:nth-child(4n) .entry-meta .cat-links a:nth-child(1n),
.category-six li:nth-child(4n) .cat-links a:nth-child(1n),
.category-six li:nth-child(4n) .entry-meta .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(4n) .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(4n) .entry-meta .cat-links a:nth-child(1n) {
    color: var(--cat-two-color);
    border-color: var(--cat-two-color);
}
.category-six article:nth-child(5n) .cat-links a:nth-child(1n),
.category-six article:nth-child(5n) .entry-meta .cat-links a:nth-child(1n),
.category-six li:nth-child(5n) .cat-links a:nth-child(1n),
.category-six li:nth-child(5n) .entry-meta .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(5n) .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(5n) .entry-meta .cat-links a:nth-child(1n) {
    color: var(--cat-six-color);
    border-color: var(--cat-six-color);
}
.category-six article:nth-child(6n) .cat-links a:nth-child(1n),
.category-six article:nth-child(6n) .entry-meta .cat-links a:nth-child(1n),
.category-six li:nth-child(6n) .cat-links a:nth-child(1n),
.category-six li:nth-child(6n) .entry-meta .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(6n) .cat-links a:nth-child(1n),
.category-six .post-list:nth-child(6n) .entry-meta .cat-links a:nth-child(1n) {
    color: var(--cat-four-color);
    border-color: var(--cat-four-color);
}
.category-three article:nth-child(2n) .cat-links a:nth-child(3n),
.category-three article:nth-child(2n) .entry-meta .cat-links a:nth-child(3n),
.category-three article:nth-child(6n) .cat-links a:nth-child(2n),
.category-three article:nth-child(6n) .entry-meta .cat-links a:nth-child(2n),
.category-three li:nth-child(2n) .cat-links a:nth-child(3n),
.category-three li:nth-child(2n) .entry-meta .cat-links a:nth-child(3n),
.category-three li:nth-child(6n) .cat-links a:nth-child(2n),
.category-three li:nth-child(6n) .entry-meta .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(2n) .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(2n) .entry-meta .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(6n) .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(6n) .entry-meta .cat-links a:nth-child(2n) {
    background-color: var(--cat-one-color);
    border-color: var(--cat-one-color);
}
.category-three article:nth-child(1n) .cat-links a:nth-child(2n),
.category-three article:nth-child(1n) .entry-meta .cat-links a:nth-child(2n),
.category-three article:nth-child(2n) .cat-links a:nth-child(4n),
.category-three article:nth-child(2n) .entry-meta .cat-links a:nth-child(4n),
.category-three article:nth-child(5n) .cat-links a:nth-child(3n),
.category-three article:nth-child(5n) .entry-meta .cat-links a:nth-child(3n),
.category-three li:nth-child(1n) .cat-links a:nth-child(2n),
.category-three li:nth-child(1n) .entry-meta .cat-links a:nth-child(2n),
.category-three li:nth-child(2n) .cat-links a:nth-child(4n),
.category-three li:nth-child(2n) .entry-meta .cat-links a:nth-child(4n),
.category-three li:nth-child(5n) .cat-links a:nth-child(3n),
.category-three li:nth-child(5n) .entry-meta .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(1n) .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(1n) .entry-meta .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(2n) .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(2n) .entry-meta .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(5n) .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(5n) .entry-meta .cat-links a:nth-child(3n) {
    background-color: var(--cat-two-color);
    border-color: var(--cat-two-color);
}
.category-three article:nth-child(1n) .cat-links a:nth-child(3n),
.category-three article:nth-child(1n) .entry-meta .cat-links a:nth-child(3n),
.category-three article:nth-child(4n) .cat-links a:nth-child(2n),
.category-three article:nth-child(4n) .entry-meta .cat-links a:nth-child(2n),
.category-three article:nth-child(5n) .cat-links a:nth-child(4n),
.category-three article:nth-child(5n) .entry-meta .cat-links a:nth-child(4n),
.category-three li:nth-child(1n) .cat-links a:nth-child(3n),
.category-three li:nth-child(1n) .entry-meta .cat-links a:nth-child(3n),
.category-three li:nth-child(4n) .cat-links a:nth-child(2n),
.category-three li:nth-child(4n) .entry-meta .cat-links a:nth-child(2n),
.category-three li:nth-child(5n) .cat-links a:nth-child(4n),
.category-three li:nth-child(5n) .entry-meta .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(1n) .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(1n) .entry-meta .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(4n) .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(4n) .entry-meta .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(5n) .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(5n) .entry-meta .cat-links a:nth-child(4n) {
    background-color: var(--cat-three-color);
    border-color: var(--cat-three-color);
}
.category-three article:nth-child(1n) .cat-links a:nth-child(4n),
.category-three article:nth-child(1n) .entry-meta .cat-links a:nth-child(4n),
.category-three article:nth-child(3n) .cat-links a:nth-child(2n),
.category-three article:nth-child(3n) .entry-meta .cat-links a:nth-child(2n),
.category-three article:nth-child(4n) .cat-links a:nth-child(3n),
.category-three article:nth-child(4n) .entry-meta .cat-links a:nth-child(3n),
.category-three li:nth-child(1n) .cat-links a:nth-child(4n),
.category-three li:nth-child(1n) .entry-meta .cat-links a:nth-child(4n),
.category-three li:nth-child(3n) .cat-links a:nth-child(2n),
.category-three li:nth-child(3n) .entry-meta .cat-links a:nth-child(2n),
.category-three li:nth-child(4n) .cat-links a:nth-child(3n),
.category-three li:nth-child(4n) .entry-meta .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(1n) .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(1n) .entry-meta .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(3n) .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(3n) .entry-meta .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(4n) .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(4n) .entry-meta .cat-links a:nth-child(3n) {
    background-color: var(--cat-four-color);
    border-color: var(--cat-four-color);
}
.category-three article:nth-child(3n) .cat-links a:nth-child(3n),
.category-three article:nth-child(3n) .entry-meta .cat-links a:nth-child(3n),
.category-three article:nth-child(4n) .cat-links a:nth-child(4n),
.category-three article:nth-child(4n) .entry-meta .cat-links a:nth-child(4n),
.category-three article:nth-child(5n) .cat-links a:nth-child(2n),
.category-three article:nth-child(5n) .entry-meta .cat-links a:nth-child(2n),
.category-three li:nth-child(3n) .cat-links a:nth-child(3n),
.category-three li:nth-child(3n) .entry-meta .cat-links a:nth-child(3n),
.category-three li:nth-child(4n) .cat-links a:nth-child(4n),
.category-three li:nth-child(4n) .entry-meta .cat-links a:nth-child(4n),
.category-three li:nth-child(5n) .cat-links a:nth-child(2n),
.category-three li:nth-child(5n) .entry-meta .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(3n) .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(3n) .entry-meta .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(4n) .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(4n) .entry-meta .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(5n) .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(5n) .entry-meta .cat-links a:nth-child(2n) {
    background-color: var(--cat-five-color);
    border-color: var(--cat-five-color);
}
.category-three article:nth-child(2n) .cat-links a:nth-child(2n),
.category-three article:nth-child(2n) .entry-meta .cat-links a:nth-child(2n),
.category-three article:nth-child(3n) .cat-links a:nth-child(4n),
.category-three article:nth-child(3n) .entry-meta .cat-links a:nth-child(4n),
.category-three article:nth-child(6n) .cat-links a:nth-child(3n),
.category-three article:nth-child(6n) .entry-meta .cat-links a:nth-child(3n),
.category-three li:nth-child(2n) .cat-links a:nth-child(2n),
.category-three li:nth-child(2n) .entry-meta .cat-links a:nth-child(2n),
.category-three li:nth-child(3n) .cat-links a:nth-child(4n),
.category-three li:nth-child(3n) .entry-meta .cat-links a:nth-child(4n),
.category-three li:nth-child(6n) .cat-links a:nth-child(3n),
.category-three li:nth-child(6n) .entry-meta .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(2n) .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(2n) .entry-meta .cat-links a:nth-child(2n),
.category-three .post-list:nth-child(3n) .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(3n) .entry-meta .cat-links a:nth-child(4n),
.category-three .post-list:nth-child(6n) .cat-links a:nth-child(3n),
.category-three .post-list:nth-child(6n) .entry-meta .cat-links a:nth-child(3n) {
    background-color: var(--cat-six-color);
    border-color: var(--cat-six-color);
}
.category-four .cat-links a,
.category-four .entry-meta .cat-links a {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
}
.category-three .cat-links a:hover,
.category-three .cat-links a:focus,
.category-three .entry-meta .cat-links a:hover,
.category-three .entry-meta .cat-links a:focus, 
.category-four .cat-links a:hover,
.category-four .cat-links a:focus,
.category-four .entry-meta .cat-links a:hover,
.category-four .entry-meta .cat-links a:focus {
    background-color: var(--primary-color);
    color: #fff !important;
}
.category-three .cat-links a:hover,
.category-three .entry-meta .cat-links a:hover,
.category-five .cat-links a:hover,
.category-five .entry-meta .cat-links a:hover {
    color: #fff;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.category-six .cat-links a:hover,
.category-six .entry-meta .cat-links a:hover {
    color: var(--primary-color) !important;
}
.category-two span.cat-links a:not(:last-child)::after,
.category-three span.cat-links a:not(:last-child)::after,
.category-four span.cat-links a:not(:last-child)::after,
.category-five span.cat-links a:not(:last-child)::after,
.category-icon-disable .cat-links::before{
    display: none !important;
}
.entry-meta .cat-links a:hover,
.entry-meta .cat-links a:focus {
    color: #343434;
}
.blog-posts-wrapper article img {
    width: 100%;
}
.blog-one .blog-posts-wrapper figure {
    margin-bottom: 23px;
}
.blog-one #secondary .widget {
    border-radius: 30px;
}
.blog-posts-wrapper .entry-content {
    margin-bottom: 10px;
}
.blog-six .blog-posts-wrapper .entry-content {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
}
.blog-posts-wrapper .entry-content p{
    padding-bottom: 0;
}
.blog-five .blog-posts-wrapper .entry-content p{
    color: #000;
}
.blog-four .blog-posts-wrapper .entry-content .addtoany_content {
  clear: both;
  margin: 40px auto 25px;
}
.grid {
    margin: 0 -15px;
}
.left-sidebar .blog-posts-wrapper article,
.right-sidebar .blog-posts-wrapper article,
.no-sidebar .blog-posts-wrapper article,
.home.left-sidebar .blog-posts-wrapper article,
.home.right-sidebar .blog-posts-wrapper article,
.home.blog .blog-posts-wrapper article,
.search .blog-posts-wrapper article {
    padding: 0 15px;
}

body:not(.home) #content .wrapper.page-section{
    padding: 20px 0;
}
body.disable-single-page-header #content .wrapper.page-section,
body.disable-single-post-header #content .wrapper.page-section{
    padding-top: 20px !important;
}
.search-no-results .grid {
    height: auto !important;
    text-align: center;
}
.no-results.not-found .page-title {
    margin-top: 0;
}
.blog-posts-wrapper article {
    margin-bottom: 30px;
}
.blog-three .blog-posts-wrapper article {
    margin-bottom: 20px;
}
.blog-four .blog-posts-wrapper article {
    padding-bottom: 40px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}
.blog-four .blog-posts-wrapper article .post-item {
    background-color: transparent;
    border: none;
}
.blog-posts-wrapper .comments-link a {
    font-size: 12px;
    color: #aaa;
}
.blog-posts-wrapper .comments-link a:hover,
.blog-posts-wrapper .comments-link a:focus {
    color: var(--primary-color);
}
.entry-meta > span {
    margin-right: 5px;
}
span.cat-links a:not(:last-child):after {
    content: ",";
}
.blog-posts-wrapper .read-more {
    padding: 0 20px;
}
.more-link {
    display: inline-block;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 1px;
    box-sizing: border-box;
    padding: 13px 20px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more-link:hover,
.more-link:focus {
    border-color: #333;
    background-color: #333;
    color: #fff;
}
.latest-read-more{
    padding-top: 10px;
}
.blog-posts-wrapper .entry-title a{
    color: #333;
}
.blog-posts-wrapper .entry-title a:hover,
.blog-posts-wrapper .entry-title a:focus{
    color: var(--primary-color);
}
.page #primary .page .entry-content,
.single #primary .entry-content{
    padding-top: 30px;
}
.single #main .entry-meta {
    margin-bottom: 10px;
}
.blog-posts-wrapper .entry-meta {
    margin-bottom: 25px;
}
.blog-six .blog-posts-wrapper .entry-meta {
    margin-bottom: 0px;
}
.blog-five .blog-posts-wrapper .entry-meta.posted-on {
    margin-bottom: 5px;
    padding: 0;
}
.single .entry-meta > span {
    margin-bottom: 5px;
    display: inline-block;
    line-height: 18px;
}
.entry-meta > span:not(:last-child):after {
    content: "/";
    margin-left: 10px;
    margin-right: 5px;
    color: #aaa;
    font-size: 11px;
}
.blog-six .blog-posts-wrapper .entry-meta > span:not(:last-child):after {
    display: none;
}
.blog-posts-wrapper .entry-meta.clear {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.blog-posts-wrapper .entry-meta.clear > span.date {
    float: left;
}
.blog-posts-wrapper .entry-meta.clear > span {
    float: right;
}
.blog-posts-wrapper .entry-meta.clear > span a {
    font-size: 12px;
    text-transform: none;
}

.blog-posts-wrapper .entry-meta.clear span.author.vcard {
    background-color: transparent;
    padding: 0;
}
.blog-posts-wrapper .entry-meta.clear span.byline {
    margin-right: 0;
}
.blog-posts-wrapper .entry-meta.clear span.author a {
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 17px;
    margin-top: -6px;
}
.blog-posts-wrapper .entry-meta.clear span.author a:after {
    border-bottom: 15px solid transparent;
    border-right: 0px solid #944787;
    border-left: 15px solid #944787;
    margin-left: auto;
    margin-right: -15px;
    left: auto;
    right: 0;
}
.disable-archive-header-image #page-site-header .page-header{
    padding-top: 20px;
}
.disable-archive-header-image #page-site-header .page-header,
.disable-archive-header-image #page-site-header .page-title{
    color: #000;
    max-width: 100%;
    position: relative !important;
    display: block;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
} 
.disable-archive-header-image #page-site-header .page-title{
    padding: 15px 0;
    background-color: #e5e5e5;
}
.disable-archive-header-image .page-section {
    margin-top: 0 !important;
}
.header-six.disable-archive-header-image #page-site-header,
.header-four.disable-archive-header-image #page-site-header{
     padding: 130px 0 0 !important;
}
.disable-archive-header-image #page-site-header {
  background-image: none !important;
  background-color: transparent;
  text-align: left;
  position: relative;
  display: block;
  margin-bottom: 0;
} 
.disable-archive-header-image #page-site-header .overlay{
    display: none;
} 
.disable-archive-header-image #page-site-header {
  background-image: none !important;
  padding: 0;
  background-color: transparent;
}
body.blog.right-sidebar .blog-posts-wrapper .col-3 article,
body.archive.right-sidebar .blog-posts-wrapper .col-3 article,
body.search.right-sidebar .blog-posts-wrapper .col-3 article,
body.blog.left-sidebar .blog-posts-wrapper .col-3 article,
body.archive.left-sidebar .blog-posts-wrapper .col-3 article,
body.search.left-sidebar .blog-posts-wrapper .col-3 article {
    width: 33.33%;
}
#main {
  margin: 0 -15px;
}
/*--------------------------------------------------------------
#  Blog six Section
--------------------------------------------------------------*/
.blog-six .blog-posts-wrapper article.no-post-thumbnail .featured-image {
    display: none;
}
.blog-six .blog-posts-wrapper article.no-post-thumbnail .entry-container {
    width: 100%;
    float: none;
    padding: 30px 0;
}
.blog-six .blog-posts-wrapper article .entry-container {
    padding: 30px 0;
}

.blog-six .blog-posts-wrapper article .entry-title {
    font-size: 26px;
    font-weight: 500;
}
.blog-six .blog-posts-wrapper article .entry-title a {
    color: #212529;
}
.blog-six .blog-posts-wrapper article .entry-title a:hover,
.blog-six .blog-posts-wrapper article .entry-title a:focus {
    color: var(--primary-color);
}
.blog-six .blog-posts-wrapper article {
    position: relative;
    margin-bottom: 0;
}
.blog-six .blog-posts-wrapper article:last-child {
    margin-bottom: 0;
}
.blog-six .blog-posts-wrapper article .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}
.blog-six .blog-posts-wrapper article .read-more .btn:not(:last-child) {
    margin-right: 15px;
}

.blog-six .blog-posts-wrapper article:last-child {
    margin-bottom: 0;
}
.blog-six .blog-posts-wrapper article .entry-content p{
    margin-bottom: 0;
}
.blog-six .blog-posts-wrapper article .read-more {
    margin-top: 25px;
}
/*--------------------------------------------------------------
# Image Hover 
--------------------------------------------------------------*/
.post-featured-image{
    position: relative;
    overflow: hidden;
}

/*body.home-nature .featured-image,
body.home-education .featured-image{
    transition: all 0s;
}*/
body.home-nature article:hover .featured-image,
body.home-education article:hover .featured-image{
    transform: none;
}

/*--------------------------------------------------------------
# Title Menu Hover 
--------------------------------------------------------------*/

.menu-hover-1 .main-navigation ul.nav-menu > li > a,
.title-hover-1 .entry-title a {
  --c: var(--primary-color); /* the color */
  --s: .15em;
  
  line-height:1.5em;
  padding-bottom: calc(2.1*var(--s));
  background: 
    conic-gradient(from 135deg at top,var(--c) 90deg,#0000 0) 
      left 0 bottom var(--s)/calc(2*var(--s)) var(--s) repeat-x,
    conic-gradient(from -45deg at bottom,var(--c) 90deg,#0000 0) 
      left var(--s) bottom 0/calc(2*var(--s)) var(--s) repeat-x;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0) 0/var(--_p,0%) padding-box no-repeat;
  transition: .5s;
}
.menu-hover-1 .main-navigation ul.nav-menu > li > a:hover,
.title-hover-1 .entry-title a:hover {
  --_p: 100%;
  color: var(--c);
}
.menu-hover-2 .main-navigation ul.nav-menu > li > a,
.title-hover-2 .entry-title a {
  --b: 0.1em;   /* the thickness of the line */
  --c: var(--primary-color); /* the color */
  background: 
    linear-gradient(var(--c) 50%,#000 0) 0% calc(100% - var(--_p,0%))/100% 200%,
    linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s));
}
.menu-hover-2 .main-navigation ul.nav-menu > li > a:hover,
.title-hover-2 .entry-title a:hover {
  --_p: 100%;
  --_s: .3s;
}
.menu-hover-3 .main-navigation ul.nav-menu > li > a::before,
.menu-hover-3 .main-navigation ul.nav-menu > li > a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}

.menu-hover-3 .main-navigation ul.nav-menu > li > a::before {
  content: '';
  right: 0;
  top: 0;
  border-top: 3px solid var(--primary-color);
  border-right: 3px solid var(--primary-color);
  transform: translate(-100%, 50%);
}
.menu-hover-3 .main-navigation ul.nav-menu > li.menu-item-has-children:after{
    content: '\f107';
    position: absolute;
    background: transparent;
    top: 8px;
    right: 0px;
    bottom: auto;
    left: auto;
    font-family: "FontAwesome";
    font-weight: bold;
}
.menu-hover-3 .main-navigation ul.nav-menu > li.menu-item-has-children:hover:after{
    color:var(--primary-color) ;
}
.menu-hover-3 .main-navigation ul.nav-menu > li > a:after {
  content: '';
  left: 0;
  bottom: 0;
  border-bottom: 3px solid var(--primary-color);
  border-left: 3px solid var(--primary-color);
  transform: translate(100%, -50%)
}

.menu-hover-3 .main-navigation ul.nav-menu > li > a:hover:before,
.menu-hover-3 .main-navigation ul.nav-menu > li > a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}

/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6 {
    font-family: 'Raleway', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6 {
    font-family: 'Poppins', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6 {
    font-family: 'Montserrat', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6 {
    font-family: 'Open Sans', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6 {
    font-family: 'Lato', sans-serif;
}

.header-font-6 h1,
.header-font-6 h2,
.header-font-6 h3,
.header-font-6 h4,
.header-font-6 h5,
.header-font-6 h6 {
    font-family: 'Ubuntu', sans-serif;
}

.header-font-7 h1,
.header-font-7 h2,
.header-font-7 h3,
.header-font-7 h4,
.header-font-7 h5,
.header-font-7 h6 {
    font-family: 'Playfair Display', serif;
}

.header-font-8 h1,
.header-font-8 h2,
.header-font-8 h3,
.header-font-8 h4,
.header-font-8 h5,
.header-font-8 h6 {
    font-family: 'Lora', serif;
}

.header-font-9 h1,
.header-font-9 h2,
.header-font-9 h3,
.header-font-9 h4,
.header-font-9 h5,
.header-font-9 h6 {
    font-family: 'Titillium Web', sans-serif;
}

.header-font-10 h1,
.header-font-10 h2,
.header-font-10 h3,
.header-font-10 h4,
.header-font-10 h5,
.header-font-10 h6 {
    font-family: 'Muli', sans-serif;
}

.header-font-11 h1,
.header-font-11 h2,
.header-font-11 h3,
.header-font-11 h4,
.header-font-11 h5,
.header-font-11 h6 {
    font-family: 'Oxygen', sans-serif;
}

.header-font-12 h1,
.header-font-12 h2,
.header-font-12 h3,
.header-font-12 h4,
.header-font-12 h5,
.header-font-12 h6 {
    font-family: 'Nunito Sans', sans-serif;
}

.header-font-13 h1,
.header-font-13 h2,
.header-font-13 h3,
.header-font-13 h4,
.header-font-13 h5,
.header-font-13 h6 {
    font-family: 'Maven Pro', sans-serif;
}

.header-font-14 h1,
.header-font-14 h2,
.header-font-14 h3,
.header-font-14 h4,
.header-font-14 h5,
.header-font-14 h6 {
    font-family: 'Cairo', serif;
}

.header-font-15 h1,
.header-font-15 h2,
.header-font-15 h3,
.header-font-15 h4,
.header-font-15 h5,
.header-font-15 h6 {
    font-family: 'Philosopher', sans-serif;
}

.header-font-16 h1,
.header-font-16 h2,
.header-font-16 h3,
.header-font-16 h4,
.header-font-16 h5,
.header-font-16 h6 {
    font-family: 'Quicksand', sans-serif;
}
.header-font-17 h1,
.header-font-17 h2,
.header-font-17 h3,
.header-font-17 h4,
.header-font-17 h5,
.header-font-17 h6 {
    font-family: 'Henny Penny', sans-serif;
}
.header-font-18 h1,
.header-font-18 h2,
.header-font-18 h3,
.header-font-18 h4,
.header-font-18 h5,
.header-font-18 h6 {
    font-family: 'Orbitron', sans-serif;
}
.header-font-19 h1,
.header-font-19 h2,
.header-font-19 h3,
.header-font-19 h4,
.header-font-19 h5,
.header-font-19 h6 {
    font-family: 'Marck Script', sans-serif;
}
.header-font-20 h1,
.header-font-20 h2,
.header-font-20 h3,
.header-font-20 h4,
.header-font-20 h5,
.header-font-20 h6 {
    font-family: 'Kaushan Script', sans-serif;
}
.header-font-21 h1,
.header-font-21 h2,
.header-font-21 h3,
.header-font-21 h4,
.header-font-21 h5,
.header-font-21 h6 {
    font-family: 'Courgette', sans-serif;
}
.header-font-22 h1,
.header-font-22 h2,
.header-font-22 h3,
.header-font-22 h4,
.header-font-22 h5,
.header-font-22 h6 {
    font-family: 'Rajdhani', sans-serif;
}
.header-font-23 h1,
.header-font-23 h2,
.header-font-23 h3,
.header-font-23 h4,
.header-font-23 h5,
.header-font-23 h6 {
    font-family: 'Bad Script', sans-serif;
}
.header-font-24 h1,
.header-font-24 h2,
.header-font-24 h3,
.header-font-24 h4,
.header-font-24 h5,
.header-font-24 h6 {
    font-family: 'Righteous', sans-serif;
}
.header-font-25 h1,
.header-font-25 h2,
.header-font-25 h3,
.header-font-25 h4,
.header-font-25 h5,
.header-font-25 h6 {
    font-family: 'Dosis', sans-serif;
}
.header-font-26 h1,
.header-font-26 h2,
.header-font-26 h3,
.header-font-26 h4,
.header-font-26 h5,
.header-font-26 h6 {
    font-family: 'Cinzel Decorative', sans-serif;
}
.header-font-27 h1,
.header-font-27 h2,
.header-font-27 h3,
.header-font-27 h4,
.header-font-27 h5,
.header-font-27 h6 {
    font-family: 'Faster One', sans-serif;
}
.header-font-28 h1,
.header-font-28 h2,
.header-font-28 h3,
.header-font-28 h4,
.header-font-28 h5,
.header-font-28 h6 {
    font-family: 'Tangerine', sans-serif;
}
.header-font-29 h1,
.header-font-29 h2,
.header-font-29 h3,
.header-font-29 h4,
.header-font-29 h5,
.header-font-29 h6 {
    font-family: 'Fredericka the Great', sans-serif;
}
.header-font-30 h1,
.header-font-30 h2,
.header-font-30 h3,
.header-font-30 h4,
.header-font-30 h5,
.header-font-30 h6 {
    font-family: 'Shadows Into Light', sans-serif;
}

.header-font-31 h1,
.header-font-31 h2,
.header-font-31 h3,
.header-font-31 h4,
.header-font-31 h5,
.header-font-31 h6 {
    font-family: 'Gloria Hallelujah', sans-serif;
}


.site-font-1 .site-title {
    font-family: 'Raleway', sans-serif;
}

.site-font-2 .site-title {
    font-family: 'Poppins', sans-serif;
}

.site-font-3 .site-title {
    font-family: 'Montserrat', sans-serif;
}

.site-font-4 .site-title {
    font-family: 'Open Sans', sans-serif;
}

.site-font-5 .site-title {
    font-family: 'Lato', sans-serif;
}

.site-font-6 .site-title {
    font-family: 'Ubuntu', sans-serif;
}

.site-font-7 .site-title {
    font-family: 'Playfair Display', serif;
}

.site-font-8 .site-title {
    font-family: 'Lora', serif;
}

.site-font-9 .site-title {
    font-family: 'Titillium Web', sans-serif;
}

.site-font-10 .site-title {
    font-family: 'Muli', sans-serif;
}

.site-font-11 .site-title {
    font-family: 'Oxygen', sans-serif;
}

.site-font-12 .site-title {
    font-family: 'Nunito Sans', sans-serif;
}

.site-font-13 .site-title {
    font-family: 'Maven Pro', sans-serif;
}

.site-font-14 .site-title {
    font-family: 'Cairo', serif;
}

.site-font-15 .site-title {
    font-family: 'Philosopher', sans-serif;
}

.site-font-16 .site-title {
    font-family: 'Quicksand', sans-serif;
}
.site-font-17 .site-title {
    font-family: 'Henny Penny', sans-serif;
}
.site-font-18 .site-title {
    font-family: 'Fredericka', sans-serif;
}
.site-font-19 .site-title {
    font-family: 'Marck Script', sans-serif;
}
.site-font-20 .site-title {
    font-family: 'Kaushan Script', sans-serif;
}
.site-font-21 .site-title {
    font-family: 'Courgette', sans-serif;
}
.site-font-22 .site-title {
    font-family: 'Rajdhani', sans-serif;
}
.site-font-23 .site-title {
    font-family: 'Bad Script', sans-serif;
}
.site-font-24 .site-title {
    font-family: 'Righteous', sans-serif;
}
.site-font-25 .site-title {
    font-family: 'Dosis', sans-serif;
}
.site-font-26 .site-title {
    font-family: 'Cinzel Decorative', sans-serif;
}
.site-font-27 .site-title {
    font-family: 'Faster One', sans-serif;
}
.site-font-28 .site-title {
    font-family: 'Tangerine', sans-serif;
}
.site-font-29 .site-title {
    font-family: 'Fredericka the Great', sans-serif;
}
.site-font-30 .site-title {
    font-family: 'Shadows Into Light', sans-serif;
}
.site-font-31 .site-title {
    font-family: 'Gloria Hallelujah', sans-serif;
}

.body-font-1,
.body-font-1 #colophon .widget-title, 
.body-font-1 #colophon .widgettitle {
    font-family: 'Raleway', sans-serif;
}

.body-font-2,
.body-font-2 #colophon .widget-title, 
.body-font-2 #colophon .widgettitle {
    font-family: 'Poppins', sans-serif;
}

.body-font-3,
.body-font-3 #colophon .widget-title, 
.body-font-3 #colophon .widgettitle {
    font-family: 'Roboto', sans-serif;
}

.body-font-4,
.body-font-4 #colophon .widget-title, 
.body-font-4 #colophon .widgettitle {
    font-family: 'Open Sans', sans-serif;
}

.body-font-5,
.body-font-5 #colophon .widget-title, 
.body-font-5 #colophon .widgettitle {
    font-family: 'Lato', sans-serif;
}

.body-font-6,
.body-font-6 #colophon .widget-title, 
.body-font-6 #colophon .widgettitle {
    font-family: 'Ubuntu', sans-serif;
}

.body-font-7,
.body-font-7 #colophon .widget-title, 
.body-font-7 #colophon .widgettitle {
    font-family: 'Playfair Display', serif;
}

.body-font-8,
.body-font-8 #colophon .widget-title, 
.body-font-8 #colophon .widgettitle {
    font-family: 'Lora', serif;
}

.body-font-9,
.body-font-9 #colophon .widget-title, 
.body-font-9 #colophon .widgettitle {
    font-family: 'Titillium Web', sans-serif;
}

.body-font-10,
.body-font-10 #colophon .widget-title, 
.body-font-10 #colophon .widgettitle {
    font-family: 'Muli', sans-serif;
}

.body-font-11,
.body-font-11 #colophon .widget-title, 
.body-font-11 #colophon .widgettitle {
    font-family: 'Oxygen', sans-serif;
}

.body-font-12,
.body-font-12 #colophon .widget-title, 
.body-font-12 #colophon .widgettitle {
    font-family: 'Nunito Sans', sans-serif;
}

.body-font-13,
.body-font-13 #colophon .widget-title, 
.body-font-13 #colophon .widgettitle {
    font-family: 'Maven Pro', sans-serif;
}

.body-font-14,
.body-font-14 #colophon .widget-title, 
.body-font-14 #colophon .widgettitle {
    font-family: 'Cairo', serif;
}

.body-font-15,
.body-font-15 #colophon .widget-title, 
.body-font-15 #colophon .widgettitle {
    font-family: 'Philosopher', sans-serif;
}

.body-font-16,
.body-font-16 #colophon .widget-title, 
.body-font-16 #colophon .widgettitle {
    font-family: 'Quicksand', sans-serif;
}
.body-font-17,
.body-font-17 #colophon .widget-title, 
.body-font-17 #colophon .widgettitle {
    font-family: 'Dancing Script', sans-serif;
}
.body-font-18,
.body-font-18 #colophon .widget-title, 
.body-font-18 #colophon .widgettitle {
    font-family: 'Rajdhani', sans-serif;
}
.body-font-1 .site-description {
    font-family: 'Raleway', sans-serif;
}

.tagline-font-2 .site-description {
    font-family: 'Poppins', sans-serif;
}

.tagline-font-3 .site-description {
    font-family: 'Roboto', sans-serif;
}

.tagline-font-4 .site-description {
    font-family: 'Open Sans', sans-serif;
}

.tagline-font-5 .site-description {
    font-family: 'Lato', sans-serif;
}

.tagline-font-6 .site-description {
    font-family: 'Ubuntu', sans-serif;
}

.tagline-font-7 .site-description {
    font-family: 'Playfair Display', serif;
}

.tagline-font-8 .site-description {
    font-family: 'Lora', serif;
}

.tagline-font-9 .site-description {
    font-family: 'Titillium Web', sans-serif;
}

.tagline-font-10 .site-description {
    font-family: 'Muli', sans-serif;
}

.tagline-font-11 .site-description {
    font-family: 'Oxygen', sans-serif;
}

.tagline-font-12 .site-description {
    font-family: 'Nunito Sans', sans-serif;
}

.tagline-font-13 .site-description {
    font-family: 'Maven Pro', sans-serif;
}

.tagline-font-14 .site-description {
    font-family: 'Cairo', serif;
}

.tagline-font-15 .site-description {
    font-family: 'Philosopher', sans-serif;
}

.tagline-font-16 .site-description {
    font-family: 'Quicksand', sans-serif;
}

.tagline-font-17 .site-description {
    font-family: 'Dancing Script', sans-serif;
}

.tagline-font-18 .site-description {
    font-family: 'Rajdhani', sans-serif;
}
/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #222;
    color: #fff;
}
#colophon .page-section{
    padding: 60px 0;
    position: relative;
}
#colophon p,
#colophon li {
    color: #fff;
}
#colophon a {
    color: #fff;
}
#colophon li:before:hover
#colophon a:hover,
#colophon a:focus {
    color: var(--primary-color);
}

#colophon .widget li:before,
#secondary .widget li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    float: left;
    margin-right: 15px;
}
.site-info {
    padding: 18px 0;
    line-height: 1.5;
    position: relative;
    background-color: #000;
}
.site-info span {
    display: block;
    text-align: center;
    margin:0;
}
#colophon .site-info a {
    color: #fff;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus {
    color: #fff;
}
.footer-widgets-area{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footer-widgets-area .footer-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: unset;
    background-image: linear-gradient(to top, rgba(255,255,255,0.2), rgba(255,255,255,1));
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-social-links li{
    border: unset !important;
}
.footer-widgets-area .widget ul li,
#secondary .widget ul li {
    width: 100%;
    padding:0;
    border-left: 3px solid;
    border-color: transparent;
}
#colophon a:hover,
#colophon a:focus{
    color: var(--primary-color);
}

#secondary .widget .entry-meta{
    padding: 0;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
    margin-bottom: 0;
}
.footer-widgets-area .hentry {
    margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
    max-width: 780px;
    margin: 0 auto;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.widget_recent_entries ul li span {
    font-size: 12px;
    display: block;
}
.widget_archive li a,
.widget_categories li a {
    float: left;
}
.footer-widgets-area th {
    color: #fff;
}
#colophon #wp-calendar caption {
    font-weight: 600;
    color: #fff;
}
.widget_nav_menu ul ul {
    padding-left: 25px;
    margin-top: 15px;
}
.widget_archive li,
.widget_categories li {
    clear: both;
    display: table;
    width: 100%;
}
#colophon .widget_recent_comments li a {
    color: #fff;
}
#colophon .widget_search form.search-form button.search-submit {
    background-color: var(--primary-color);
}
.backtotop {
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    bottom: 0px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    text-align: center;
    transform: rotate(39deg);
    border: 2px solid #fff;
}
.backtotop i.fa{
     transform: rotate(-39deg);
}
.backtotop:hover {
    bottom: 60px !important;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.wp-block-latest-comments__comment{
    padding: 0 ;
}
/*--------------------------------------------------------------
#                   Dark Layout
--------------------------------------------------------------*/
.dark-layout .widget.widget_search{
    padding: 10px !important;
}
.dark-layout .posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a.inactive{
    color: #fff !important;
}
.dark-layout #project .project-slider article,
.dark-layout.blog-three .post-item{
    background-color: transparent;
}
.dark-layout:not(.home-magazine) #admissionprocess,
.dark-layout:not(.home-magazine) #galleryview,

.dark-layout #message,
.dark-layout #client,
.dark-layout #testimonial{
    background-color: #000;
}
body.dark-layout,
.dark-layout mark,
.dark-layout ins,
.dark-layout #blog,
.dark-layout #popular,
.dark-layout #trending,
.dark-layout #highlights,
.dark-layout #services,
.dark-layout .services-item-wrapper,
.dark-layout #masthead,
.dark-layout #fitnesscat,
.dark-layout #gallery,
.dark-layout .main-navigation ul ul,
.dark-layout.home-classic-blog .blog-posts-wrapper .post-item{
    background-color: #111;
}
.dark-layout #respond input,
.dark-layout .wpcf7 input,
.dark-layout #popular article.has-post-thumbnail.full-width .entry-container::after,
.dark-layout.single #primary article.post, 
.dark-layout.single #primary .navigation, 
.dark-layout.single #primary #comments, 
.dark-layout .post-item,
.dark-layout .category-header,
.dark-layout .price-table-wrapper,
.dark-layout .testimonial-slider article,
.dark-layout .wp-block-search__button,
.dark-layout .wp-block-search__inside-wrapper,
.dark-layout #secondary .widget,
.dark-layout.home-classic-blog #fitnesscat .fitnesscat-items,
.dark-layout input[type="search"],
body:not(.no-sidebar).dark-layout #main .post-item,
.dark-layout #features .features-content .overlay,
.dark-layout .event-completed .post-item-wrapper,
.dark-layout .event-upcoming .entry-container{
    background-color: #444;
}
.dark-layout.header-six #masthead{
    background-color: transparent !important;
}
.dark-layout #respond textarea, 
.dark-layout textarea,
.dark-layout .widget_search form.search-form input[type="search"],
.dark-layout .testimonial-slider .slick-next:hover, 
.dark-layout .testimonial-slider .slick-next:focus, 
.dark-layout .testimonial-slider .slick-prev:hover, 
.dark-layout .testimonial-slider .slick-prev:focus{
    background-color: #777;
}

.dark-layout .main-navigation ul ul,
.dark-layout.home-classic-blog #gallery .gallery-slider,
.dark-layout.blog-two .post-item{
    border-color: #444;
}
.dark-layout.home-normal-magazine .section-title::after,
.dark-layout.home-magazine .section-title::after,
.dark-layout .wpcf7 input[type="submit"]:hover {
    color: #111;
}
.dark-layout .main-navigation ul ul,
.dark-layout .widget_search form.search-form input[type="search"]
.dark-layout .widget_block h2, 
.dark-layout #secondary .widget-title, 
.dark-layout #secondary .widgettitle{
    border-color: #777;
}

body.dark-layout,
.dark-layout #content a,
.dark-layout #secondary a,
.dark-layout mark,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6,
.dark-layout .entry-title,
.dark-layout .entry-title a,
.dark-layout p,
.dark-layout ul.tabs li a,
.dark-layout .post-navigation a,
.dark-layout #respond label,
.dark-layout input[type="text"], 
.dark-layout input[type="email"], 
.dark-layout input[type="url"], 
.dark-layout input[type="password"], 
.dark-layout input[type="search"], 
.dark-layout input[type="number"], 
.dark-layout input[type="tel"], 
.dark-layout input[type="range"], 
.dark-layout input[type="date"],
.dark-layout input[type="month"], 
.dark-layout input[type="week"], 
.dark-layout input[type="time"], 
.dark-layout input[type="datetime"], 
.dark-layout input[type="datetime-local"], 
.dark-layout input[type="color"], 
.dark-layout textarea,
.dark-layout #secondary .popular-news article .entry-meta a:hover, 
.dark-layout #secondary .popular-news article .entry-meta a:focus,
.dark-layout #secondary .sidebar-popular-news article .entry-meta a:hover, 
.dark-layout #secondary .sidebar-popular-news article .entry-meta a:focus,
.dark-layout .cat-links a:hover, 
.dark-layout .cat-links a:focus,
.dark-layout.categorynews-wrapper article .entry-container .cat-links a:hover, 
.dark-layout .categorynews-wrapper article .entry-container .cat-links a:focus,
.dark-layout .entry-meta .cat-links a:hover, 
.dark-layout .entry-meta .cat-links a:focus,
.dark-layout .post-navigation a:hover, 
.dark-layout .posts-navigation a:hover,
.dark-layout .post-navigation a:focus, 
.dark-layout .posts-navigation a:focus,
.dark-layout .category-header .category-title,
.dark-layout.trending-two #trending article .entry-title a,
.dark-layout .social-icons li a::before,
.dark-layout #team article .entry-content p,
.dark-layout .team-section .position,
.dark-layout #pricing .section-title,
.dark-layout #testimonial .section-title,
.dark-layout #categorynews .category-header .category-title,
.dark-layout.home-corporate #services .services-item-wrapper .entry-title a, 
.dark-layout.home-corporate #services .entry-content p, 
.dark-layout.home-fitness #services .services-item-wrapper .entry-title a, 
.dark-layout.home-fitness #services .entry-content p,
.dark-layout .wp-block-search__button,
.dark-layout.disable-archive-header-image #page-site-header .page-header,
.dark-layout.disable-archive-header-image #page-site-header .page-title,
.dark-layout.home-medical #services .section-content p,
.dark-layout.home-medical #information .section-details, 
.dark-layout.home-medical #information .section-title, 
.dark-layout #information .section-subtitle {
    color: #fff;
}
.dark-layout #portfolio ul.tabs li.active a,
.dark-layout #portfolio ul.tabs li a:hover,
.dark-layout #site-navigation.main-navigation ul.nav-menu .current-menu-item > a,
.dark-layout #secondary a:hover,
.dark-layout #secondary a:focus,
.dark-layout a:hover,
.dark-layout a:focus{
    color: var(--primary-color);
}
.dark-layout .magazine-bell-curve{
    fill: #000;
}
.dark-layout .wpcf7 input[type="submit"]:hover, 
.dark-layout .latest-read-more .btn:hover, 
.dark-layout .latest-read-more .btn:focus{
    background-color: #fff;
}
body:not(.no-sidebar).dark-layout.blog-two .post-item{
    margin-bottom:40px ;
    padding: 0;
}
body:not(.no-sidebar).dark-layout.blog-two .blog-posts-wrapper article:nth-child(2n) .entry-container{
    padding: 20px;
}
body:not(.no-sidebar).dark-layout.blog-two .blog-posts-wrapper article .entry-container{
    padding: 20px;
}
/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 120px) {
    .header-three .header-logo-ads {
      display: flex;
      align-items: center;
      padding: 5px 0;
    }
    .header-three .header_ads {
      width: 60%;
      margin-right: 0;
      padding-left: 20px;
    }
    .header-three .site-branding {
      width: 40%;
    }
    #cta .section-header {
        text-align: center;
    }
    ul.tabs li {
      display: inline-block;
      margin-right: 0px;
    }
    #portfolio article {
      padding: 15px 0;
    }

    #portfolio article {
        float: left;
    }
    .col-1 article,
    .col-2 article,
    .col-3 article,
    .col-4 article,
    .blog-posts-wrapper .col-2 article {
        width: 100%;
        float: left;
    }
    .home-normal-magazine .section-header,
    .home-magazine .section-header{
        text-align: left;
    }
    .home-classic-blog #gallery .gallery-slider article .entry-header,
    .home-classic-blog #gallery .gallery-slider article.gallery-bg-image .entry-header{
        padding: 50px 20px 20px;
    }

}
@media screen and (min-width: 400px) {
    #trending article.full-width{
        width: 60%;
    }
    #trending article.half-width{
        width: 40%;
    }
    #home-primary .entry-title{
        line-height: 1.3;
    }
}
@media screen and (min-width: 567px) {
    
    /*.col-2 article:nth-last-child(-n+2),
    .col-3 article:nth-last-child(-n+2),
    .col-4 article:nth-last-child(-n+2),
    .blog-posts-wrapper .col-2 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }*/
    .services-top-right article {
        width: 33.33%;
        height: 300px;
        margin-bottom: 55px;
        float: left;
    }
    .services-top-right article.services-image-4 {
      width: 66% ;
      height: 200px ;
      clear: right;
    }
    #services .services-top-right article{
        padding: 0 10px;
    }
    #services .services-top-right article.services-image-2{
      padding: 40px 10px 0px;
    }
    #services .services-top-right article.services-image-3{
      padding: 80px 10px 0px;
    }
    .author-thumbnail {
        width: 100%;
        display: flex;
        align-items: center;
        padding-right: 0px;
    }
    .author-thumbnail .main-thumbnail{
        width: 50%;
        height: 540px;
    }
    .author-thumbnail .secondary-thumbnail{
        width: 50%;
    }
    .author-first-thumbnail {
        padding: 0 0 10px 20px;
    }
    .author-second-thumbnail {
        padding: 10px 0 0 20px;
    }
    #message .counter-section-content .inner {
      padding: 10px;
      width: 33.33%;
      float: left;
      clear: none ;
    }
    #flash .news-title {
        margin-bottom: 0;
    }
    #flash .wrapper {
        display: flex;
        align-items: center;
    }
    #appointment form.wpcf7-form p{
        width: 50%;
        float: left;
        padding: 10px;
    }
    .half-image-slider #featured-slider article .featured-slider,
    .fullwidth-slider #featured-slider article,
    .default-slider #featured-slider article {
        padding: 150px 0;
    }
    #information .featured-image {
        padding: 200px 0;
    }
    .sensational-wrapper article,
    .art-wrapper article,
    .fashion-wrapper article,
    .slider-wrapper article {
        display: flex;
        position: relative;
        display: table;
        width: 100%;
    }
    .sensational-wrapper.col-2 .hentry:nth-last-child(2n) article {
        text-align: left;
    }
    .sensational-wrapper .hentry:nth-last-child(2n) .featured-image {
        background-position: 50%;
        background-size: cover;
        padding-bottom: 0;
        width: 45%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: table-cell;
    }
    .sensational-wrapper  .hentry:nth-last-child(2n) .entry-container {
        width: 50%;
        padding-left: 50px;
        float: right;
        text-align: left;
        width: 55%;
        display: table-cell;
        padding: 25px 38px;
    }
    #featured .col-3 article{
        padding: 0 15px;
    }
    .footer-widgets-area.col-2 .hentry,
    .footer-widgets-area.col-4 .hentry {
        width: 50%;
        float: left;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(odd),
    .footer-widgets-area.col-4 .hentry:nth-child(odd) {
        padding-right: 40px;
    }
    .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #portfolio article{
        padding: 15px;
    }
    .home-normal-magazine #portfolio article,
    .home-magazine #portfolio article{
        padding: 10px;
    }
    #portfolio article {
        float: left;
    }
    ul.tabs li {
        display: inline-block;
        margin-right: 0px;
    }
    .woocommerce #shopproduct ul.products li.product, 
    .woocommerce-page #shopproduct ul.products li.product {
        padding: 0 15px;
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }
    .woocommerce #shopproduct ul.products li.product:nth-child(2n+1), 
    .woocommerce-page #shopproduct ul.products li.product:nth-child(2n+1) {
        clear: left;
    }

    .woocommerce #shopproduct ul.products li.product:nth-last-child(-n+2), 
    .woocommerce-page #shopproduct ul.products li.product:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .woocommerce #shopproduct ul.products li.product, 
    .woocommerce-page #shopproduct ul.products li.product {
        margin-right: 0;
    } 
    
}
@media screen and (min-width: 767px) {
    .header-five .site-menu nav {
        width: 100% !important;
    }
    .col-2 article,
    .col-3 article,
    .col-4 article,
    .blog-posts-wrapper .col-2 article {
        width: 50%;
        float: left;
    }
    .col-2 article:nth-child(2n+1),
    .col-3 article:nth-child(2n+1),
    .col-4 article:nth-child(2n+1),
    #popular .col-2 article:nth-child(2n),
    .blog-posts-wrapper .col-2 article:nth-child(2n+1) {
        clear: left;
    }
    #popular .col-2 article:nth-child(2n+1){
        clear: none;
    }
    .header-three .header_ads {
      width: 50%;
      margin-right: 0;
    }
    
    .header-five .site-branding{
      width: 40%;
    }
    .header-five .header-logo-ads{
      display: flex;
      align-items: center;
      padding: 10px 0;
    }
    #home-primary{
        width: 70%;
        float: left;
    }
    #homepage-r-secondary{
        width: 30%;
        float: right;
    }
    .categorynews-wrapper article.full-width .featured-image {
        padding: 80px 0;
    }
    #featuredpost .featuredpost-left article:first-child {
        width: 55%;
        float: left;
        margin-bottom: 0;
    }
    #featuredpost .featuredpost-left article {
        width: 45%;
        float: left;
    }
    #featuredpost .featuredpost-left article:not(:first-child){
        padding-left: 20px;
    }
    #masthead .wrapper {
      display: flex;
      align-items: center;
    }
    
    .home-fitness .appointment-section-wrapper {
        display: flex;
        align-items: center;
    }
    .home-fitness #appointment .appointment-form-wrapper {
        width: 60%;
    }
    .home-fitness #appointment .featured-image {
        width: 40%;
    }
    #appointment form.wpcf7-form p{
        width: 33.33%;
        float: left;
        padding: 10px;
    }
    .home-fitness #appointment form.wpcf7-form p{
        width: 50%;
        float: left;
        padding: 15px;
    }
    .section-title {
        font-size: 28px;
    }
    #information article {
        position: relative;
        display: table;
        width: 100%;
    }
    #information .featured-image {
        width: 50%;
        display: table-cell;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0;
    }
    #information .entry-container {
        text-align: left;
        padding: 20px 20px 20px 0;
    }
    #information .entry-header {
        text-align: left;
    }
    #catering article:nth-child(even){
        padding: 20px 0 20px 10px;
    }
    #catering article:nth-child(odd){
        padding: 20px 10px 20px 0;
    }
    .project-slider .featured-image {
        padding: 150px 0;
    }
    
    #testimonial .testimonial-slider.modern-testimonial{
        max-width: 400px;
        margin-left: auto;
        margin-right: 40px;
    }
    /*.popular-news .popular-post-wrapper {
        width: 50%;
        float: left;
    }*/

    .footer-widgets-area.col-3 .hentry {
        width: 33.33%;
        float: left;
        margin-bottom: 0;
    }
    .footer-widgets-area.col-3 .hentry:not(:last-child) {
        padding-right: 40px;
    }
    .site-info.col-2 span {
        float: left;
        width: 50%;
        text-align: left;
    }
    .site-info.col-2 span:nth-child(2) {
        float: right;
        text-align: right;
    }
    .site-info {
        padding: 10px 0;
    }
    .site-menu .site-branding {
        float: left;
        text-align: left;
    }
    .modern-menu .site-menu .site-branding {
        float: left;
        text-align: center;
    }
    .site-menu nav {
        width: 60%;
        float: right;
    }

    .home-classic-blog #gallery .gallery-slider article .entry-header,
    .home-classic-blog #gallery .gallery-slider article.gallery-bg-image .entry-header{
        padding: 50px 50px 30px;
    }
    .col-5 article {
        width: 33.33%;
        float: left;
    }
    .col-5 article:nth-child(3n+1) {
        clear: left;
    }
    .col-5 article:nth-child(5n+1) {
        clear: none;
    }
    .col-5 article:nth-last-child(-n+5) {
        margin-bottom: 0;
    }
    .contact-section-wrapper {
        position: relative;
        display: flex;
        background: #fff;
        padding: 60px;
        align-items: center;
        max-width: 1024px;
        margin: 0 auto;
    }
    #contact .contact-address-wrapper{
        width: 50%;
        padding-right: 20px;
    }

    #contact .section-content {
        width: 50%;
        padding-left: 20px;
    }
    .half-image-slider #featured-slider .slider-content{
        display: flex;
        align-items: center;
    }
    .half-image-slider #featured-slider article .wrapper{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .half-image-slider #featured-slider .featured-image {
        padding: 250px 0 ;
        background-size: cover;
        background-position: 50%;
        position: relative;
        width: 50%;
        float: right;
    }
    .half-image-slider #featured-slider .featured-content-wrapper{
        width: 50%;
        float: left;
    }    
    .half-image-slider #featured-slider .featured-content-wrapper .entry-content{
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .home-education .section-title {
        font-size: 42px;
    } 
    #homepage-l-secondary,
    #homepage-r-secondary{
        width: 25%;
    }  
    #homepage-l-secondary{
        float: left;
    } 
    #home-primary{
        width: 50%;
    }
    .section-title {
        font-size: 28px;
    } 
    .services-top {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .services-top-left {
        width: 50%;
        text-align: left;
        padding-right: 50px;
    } 
    .services-top-left .section-title{
        text-align: left;
    }  
    .services-top-right {
        width: 50%;
    }
    #message .section-content{
        display: flex;
        align-items: center;
    }
    #message .entry-container {
      max-width: 100%;
      display: block;
      text-align: left;
      margin: 0;
      width: 50%;
    }
    .author-thumbnail {
        width: 50%;
        display: flex;
        align-items: center;
        padding-right: 50px;
    }
    #features .col-3 article:nth-child(1),
    #features .col-3 article:nth-child(6),
    #features .col-3 article:nth-child(7),
    #features .col-3 article:nth-child(12),
    #features .col-3 article:nth-child(13),
    #features .col-3 article:nth-child(18),
    #features .col-3 article:nth-child(19),
    #features .col-3 article:nth-child(24),
    #features .col-3 article:nth-child(25){
        width: 50%;
    }
    #features .col-3 article:nth-child(2),
    #features .col-3 article:nth-child(3),
    #features .col-3 article:nth-child(4),
    #features .col-3 article:nth-child(5),
    #features .col-3 article:nth-child(8),
    #features .col-3 article:nth-child(9),
    #features .col-3 article:nth-child(10),
    #features .col-3 article:nth-child(11),
    #features .col-3 article:nth-child(14),
    #features .col-3 article:nth-child(15),
    #features .col-3 article:nth-child(16),
    #features .col-3 article:nth-child(17),
    #features .col-3 article:nth-child(20),
    #features .col-3 article:nth-child(21),
    #features .col-3 article:nth-child(22),
    #features .col-3 article:nth-child(23),
    #features .col-3 article:nth-child(26),
    #features .col-3 article:nth-child(27){
        width: 25%;
    }
    #catering article .entry-title{
        line-height: 26px;
        margin: 0;
    }
    #catering article:nth-child(even){
        padding: 10px 0 10px 50px;
    }
    #catering article:nth-child(odd){
        padding: 10px 50px 10px 0;
    }
    #information article,
    #information .entry-header {
        text-align: left;
    }
    #information .featured-image {
        width: 50%;
        float: right;
        margin-bottom: 0;
    }
    #information .entry-container,
    #information article.no-post-thumbnail .entry-container {
        padding: 20px 20px 20px 0;
    }
    #information .entry-title {
        font-size: 18px;
        font-weight: 600;
        margin:0;
    }
    #hero .hero-right,
    #hero .hero-left{
        width: 50%;
        float: left;
    }
    #hero .hero-right article{
        padding-left: 25px;
    }
    .home-minimal-blog #message .entry-container,
    .home-fitness #message .entry-container,
    .home-education #message .entry-container{
        z-index: 9;
    }
    .home-magazine #portfolio .tab-section .wrapper{
        display: flex;
        align-items: center;
    }
    #testimonial .testimonial-slider.modern-testimonial{
        max-width: 500px;
        margin-left: auto;
        margin-right: 40px;
    }
    #testimonial .slick-prev,
    #testimonial .slick-next{
        display: none;
    }
    .home-fitness .testimonial-slider .entry-container,
    .home-education .testimonial-slider .entry-container {
        padding: 0px;
    }
    .home-fitness #features .wrapper,
    .home-education #features .wrapper,
    .home-medical #features .wrapper{
        display: table;
    } 
    .home-fitness #features .col-3,
    .home-education #features .col-3,
    .home-medical #features .col-3 {
      margin: 0 0 0 -190px;
    }
    .home-fitness #features .featured-image,
    .home-education #features .featured-image,
    .home-medical #features .featured-image{
        width: 40%;
    }
    .home-fitness #features article.features-main,
    .home-education #features article.features-main,
    .home-medical #features article.features-main{
        display: table-cell;
        width: 55%;
        float: right;
    }
    .home-fitness  #features .entry-container,
    .home-education  #features .entry-container,
    .home-medical  #features .entry-container {
        width: 100%;
        padding:0
    }
    .testimonial-slider .entry-container {
        padding: 20px;
    }
    #top-bar .widget + .widget {
        margin-top: 0;
    }
    #top-bar.col-2 .widget {
        float: left;
        text-align: left;
        padding: 3px 0 0;
    }
    #top-bar.col-2 .widget + .widget {
        float: right;
        text-align: right;
        padding: 0;
    }
    #top-bar.col-3 .widget_address_block{
        width: 40%;
        float: left;
        text-align: left;
        padding-top: 4px;
    }
    #top-bar.col-3 .widget_social_icons{
        width: 30%;
        float: left;
        text-align: center;
    }
    #top-bar.col-3 .top-search{
        width: 20%;
        float: right;
        text-align: right;
    }
    .featured-content-wrapper .entry-title {
        font-size: 34px;
    }
    .col-3 article {
        width: 33.33%;
    }
    .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    .col-3 article:nth-child(3n+1){
        clear: left;
    }
    .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    nav.navigation.pagination {
        margin: 63px 0;
    }
    #colophon .social-icons {
        margin-left: -15px;
    }
    .social-icons li:not(:last-child) {
        margin-right: 6px;
        margin-bottom: 0;
    }
    #featured article {
        width: 33.33%;
        float: left;
        clear: none;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    #cta .section-title {
        margin-bottom: 0;
        font-size: 34px;
        text-align: left;
    }
    .home-education #cta .section-title {
        text-align: center;
    }

    #features .featured-image {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }
    #features .entry-title {
        font-size: 24px;
        font-weight: 600;
        margin:0;
    }
    #featured article:first-child {
        width: 66.66%;
    }
    #featured .entry-container {
        padding: 30px;
    }
    .footer-widgets-area.col-4 .hentry {
        width: 25%;
        padding-right: 40px;
    }
    .footer-widgets-area.col-4 .hentry:last-child {
        padding-right: 0;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: none;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
        clear: left;
    }
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
        margin-bottom: 0;
    } 
    #primary .wpcf7 p:nth-child(3) {
        width: 49%;
        float: left;
    } 
    #primary .wpcf7 p:nth-child(4) {
        width: 50%;
        float: right;
    }
    #primary .wpcf7 p {
        padding: 0 15px;
    }
    .tab-section-content.col-4 article {
        width: 25%;
        float: left;
    }
    ul.tabs li {
        margin-bottom: 0;
    }

    #event .section-content {
        display: flex;
        text-align: left;
    }
    .event-completed {
        width: 50%;
        padding-right: 20px;
    }
    .event-upcoming {
        width: 50%;
        padding-left: 20px;
    }
    .event-completed{
        border-right: 2px solid var(--primary-color);
    }
    .event-upcoming{
        border-left: 2px solid var(--primary-color);
    }
    .woocommerce #shopproduct ul.products li.product, 
    .woocommerce-page #shopproduct ul.products li.product {
        width: 33.33%;
    }
    .woocommerce #shopproduct ul.products li.product:nth-child(2n+1), 
    .woocommerce-page #shopproduct ul.products li.product:nth-child(2n+1) {
        clear: none;
    }
    .woocommerce #shopproduct ul.products li.product:nth-child(3n+1), 
    .woocommerce-page #shopproduct ul.products li.product:nth-child(3n+1) {
        clear: left;
    }
    .woocommerce #shopproduct ul.products li.product:nth-last-child(-n+3), 
    .woocommerce-page #shopproduct ul.products li.product:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .blog-four .blog-posts-wrapper article {
        margin-bottom: 40px;
    }
    .blog-four .blog-posts-wrapper article .entry-container{
        padding-bottom: 40px;
    }
    .home-classic-blog #gallery .gallery-slider .gallery-bg-image{
        padding: 250px 0;
    }
    .blog-six .blog-posts-wrapper article {
        position: relative;
        display: table;
    }
    .blog-six .blog-posts-wrapper article .featured-image {
        width: 50%;
        display: table-cell;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0;
        box-shadow: -8px 5px 30px rgba(0, 0, 0, 0.12);
    }
    /*.blog-six article:first-child .featured-image {
        border-top-left-radius: 30px;
    }
    .blog-six article:nth-child(2) .featured-image {
        border-top-right-radius: 30px;
    }
    .blog-six article:nth-last-child(2) .featured-image {
        border-bottom-left-radius: 30px;
    }
    .blog-six article:last-child .featured-image {
        border-bottom-right-radius: 30px;
    }*/
    .blog-six .blog-posts-wrapper article .entry-container {
        width: 50%;
        display: table-cell;
        float: right;
        text-align: left;
        padding:20px;
        position: relative;
        height: 100%;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .featured-image {
        left: 0;
        right: auto;
        width: 50%;

    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .entry-container {
        float: right;
        width: 50%;
        text-align: left;
        padding-right: 10px;
        padding-left: 20px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) {
        border-right: 1px solid #f5f5f5;
    }

    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .featured-image {
        left: auto;
        right: 0;
        width: 50%;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .entry-container::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .post-thumbnail-link::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .featured-image::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .featured-image::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .entry-container::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .post-thumbnail-link::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .featured-image::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .featured-image::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #222;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .featured-image::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .featured-image::before {
        top: 35px;
        right: 5px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .featured-image::after, 
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .featured-image::after {
        bottom: 35px;
        right: 6px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .entry-container::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .post-thumbnail-link::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .entry-container::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .post-thumbnail-link::after {
        content: "";
        position: absolute;
        width: 40px;
        background-color: #9f9f9f;
        border: 1px solid #9f9f9f;
        height: 10px;
        border-radius: 6px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .entry-container::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .entry-container::before{
        top: 40px;
        left: -20px;
        z-index: 99;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .post-thumbnail-link::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .post-thumbnail-link::after {
        bottom: 40px;
        right: -20px;   
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .entry-container::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .entry-container::after {
        top: 35px;
        left: 5px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+2) .post-thumbnail-link::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .post-thumbnail-link::before {
        bottom: 35px;
        right: -25px;
    }
    

    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .entry-container {
        float: left;
        width: 50%;
        text-align: right;
        padding-right: 20px;
        padding-left: 10px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .entry-container::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n) .post-thumbnail-link::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n) .featured-image::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n) .featured-image::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .entry-container::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .post-thumbnail-link::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .featured-image::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .featured-image::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #222;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .featured-image::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .featured-image::before {
        top: 35px;
        left: 5px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .featured-image::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .featured-image::after {
        bottom: 35px;
        left: 6px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .entry-container::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n) .post-thumbnail-link::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .entry-container::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .post-thumbnail-link::after {
        content: "";
        position: absolute;
        width: 40px;
        background-color: #9f9f9f;
        border: 1px solid #9f9f9f;
        height: 10px;
        border-radius: 6px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .entry-container::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .entry-container::before{
        top: 40px;
        right: -20px;
        z-index: 99;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .post-thumbnail-link::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .post-thumbnail-link::after {
        bottom: 40px;
        left: -20px;   
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .entry-container::after,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .entry-container::after {
        top: 35px;
        right: 5px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .post-thumbnail-link::before,
    .blog-six .blog-posts-wrapper article:nth-child(4n+1) .post-thumbnail-link::before {
        bottom: 35px;
        left: -25px;
    }
    
    .blog-six .blog-posts-wrapper article:nth-child(4n+1){
        border-left: 1px solid #f5f5f5;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .featured-image {
        left: 0;
        right: auto;
        width: 50%;

    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+3) .entry-container {
        float: right;
        width: 50%;
        text-align: left;
        padding-right: 10px;
        padding-left: 20px;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n+3){
        border-right: 1px solid #f5f5f5;
    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .featured-image {
        left: auto;
        right: 0;
        width: 50%;

    }
    .blog-six .blog-posts-wrapper article:nth-child(4n) .entry-container {
        float: left;
        width: 50%;
        text-align: right;
        padding-right: 20px;
        padding-left: 10px;
    }
    .blog-three.no-sidebar .blog-posts-wrapper article .featured-image{
        padding: 150px 0;
    }
    .half-image-slider #featured-slider .featured-content-wrapper .entry-content{
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    #top-bar button{
        display: none;
    }
    .site-menu nav {
        width: 100%;
    }
    .home.header-four #content {
      padding-top: 85px;
    }
    .home.header-six #content {
      padding-top: 50px;
    }
    .header-three .header_ads{
        margin-left: auto;
    }
    .header-five #masthead .wrapper,
    .header-three #masthead .wrapper,
    .header-two #masthead .wrapper {
        display: block !important;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }
    .header-six .main-navigation ul.nav-menu .current-menu-item > a::before, 
    .header-six .main-navigation ul.nav-menu > li > a:hover::before, 
    .header-six .main-navigation ul.nav-menu > li > a:focus::before {
        content: "\f08d";
        font-size: 15px;
        position: absolute;
        font-family: 'FontAwesome';
        top: -16px;
        left: 43%;
        color: var(--primary-color);
    }
    .header-three.home-normal-magazine .menu-information-container,
    .header-three.home-magazine .menu-information-container,
    .header-two.home-normal-magazine .menu-information-container,
    .header-two.home-magazine .menu-information-container {
        padding-left: 45px;
    }
    
    .header-two .site-menu nav,
    .header-two .main-navigation ul.nav-menu{
        text-align: center;
    }
    .header-three .main-navigation ul.nav-menu,
    .header-three .site-menu nav,
    .header-five .main-navigation ul.nav-menu{
        text-align: left;
    }
    .header-six .site-menu nav, 
    .header-four .site-menu nav, 
    .header-one .site-menu nav {
      width: 70%;
      float: right;
      margin-right: 0;
      margin-left: auto;
      padding: 5px 0;
    } 
    .header-nine .site-menu nav {
      width: 80%;
      max-width: 100%;
      float: none;
      margin-right: auto;
      margin-left: auto;
      padding: 5px 0;
    }
    .header-nine.align-logo-center .site-menu nav{
        width: 100%;
    }
    .header-six .header-logo-ads,
    .header-four .header-logo-ads,
    .header-one .header-logo-ads{
      width: 30%;
      float: left;
      padding: 5px 0;
    }
    .header-nine .site-menu .site-branding {
      width: 100%;
      float: none;
      padding: 5px 0;
    }
    .header-nine.align-logo-center .site-menu .site-branding {
      width: auto;
    }
    .header-nine .header-logo-ads{
        display: block;
    }
    .header-nine.align-logo-center .header-logo-ads{
        display: none;
    }
    .header-nine .main-navigation ul.nav-menu{
        text-align: right;
    }
    .header-nine.align-logo-center .main-navigation ul.nav-menu{
        text-align: center;
    }
    .header-six  #masthead .wrapper, 
    .header-four  #masthead .wrapper, 
    .header-one  #masthead .wrapper {
      display: flex;
      align-items: center;
    }
    .header-nine  #masthead .wrapper {
      display: flex;
      align-items: center;
    }
    .header-nine.align-logo-center  #masthead .wrapper {
      display: block;
      align-items: center;
    }
    .header-three .main-navigation ul.nav-menu > li:first-child > a{
        padding-left: 0;
    }
    .main-navigation ul.nav-menu > li > a,
    .main-navigation ul.sub-menu li a {
        padding: 5px 13px;
    }
    .main-navigation ul.sub-menu li {
       border: 1px solid #e5e5e5;
    }
    .main-navigation ul#primary-menu ul li.current-menu-item > a,
    .main-navigation ul#primary-menu ul li:hover > a,
    .main-navigation ul#primary-menu ul li:focus > a {
        color: var(--primary-color);
    }
    .header-four .main-navigation ul.nav-menu > li > a {
      border-bottom: 2px solid transparent;
    }
    .header-five .main-navigation ul .sub-menu li a,
    .header-three .main-navigation ul .sub-menu li a,
    .header-two .main-navigation ul .sub-menu li a{
        color: #000;
    }
    .header-five .main-navigation ul.nav-menu .current-menu-item > a{
        color: var(--primary-color);
    }
    .header-five .main-navigation ul.nav-menu > li > a:hover::before {
      content: "\f0d8";
      font-family: "FontAwesome";
      position: absolute;
      bottom: -19px;
      top: auto;
      left: 0;
      right: 0;
    }/*
    .header-two.main-navigation ul.nav-menu > li > a:hover::before,
    .header-five .main-navigation ul.nav-menu .current-menu-item > a::before,
    .header-two .main-navigation ul.nav-menu .current-menu-item > a::before{
        content: "\f0d8";
        font-family: "FontAwesome";
        position: absolute;
        bottom: -18px;
        top: auto;
        left: 0;
        right: 0;
    }

    .header-three .main-navigation ul.nav-menu > li > a:hover::before,
    .header-three .main-navigation ul.nav-menu .current-menu-item > a::before{
        content: "\f0d8";
        font-family: "FontAwesome";
        position: absolute;
        bottom: -18px;
        top: auto;
        left: 42%;
        right: 0;
    }*/
    .kids-menu .main-navigation ul#primary-menu > li.fa:after,
    .kids-menu .main-navigation ul#primary-menu > li.far:after,
    .kids-menu .main-navigation ul#primary-menu > li.fab:after,
    .kids-menu .main-navigation ul#primary-menu > li.fas:after {
        content: "";
        width: 55px;
        height: 55px;
        border: 1px solid #5750A0;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        position: absolute;
        top: -4px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .kids-menu .main-navigation ul.nav-menu > li::after {
        background-color: transparent !important;
    }
    .kids-menu .main-navigation ul > li ul li > a{
        border-bottom: 1px solid #e9e9e9;
    }
    .kids-menu .main-navigation ul > li ul.sub-menu li > a{
        font-size: 16px;
        padding: 15px;
    }
    .header-nine.align-logo-center .site-branding {
        float: none;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        min-height: auto;
        margin-left: 15px;
        margin-right: 30px;
    }
    .header-nine.align-logo-center .site-branding .site-logo img {
        margin-right: 0;
    }
    .header-nine.align-logo-center #site-navigation {
        float: none;
        text-align: center;
    }
    .main-navigation .menu-item-has-children > a:after {
        content: "\f107";
        font-family: 'FontAwesome';
        padding-left: 8px;
    }
    .main-navigation ul ul .menu-item-has-children > a:after {
        content: "\f105";
    }
    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
        text-align: right;
    }
    .modern-menu .main-navigation ul.nav-menu {
        text-align: left;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0;
        right: auto;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }
    /*.main-navigation ul ul li:hover > a{
        background-color: var(--primary-color);
    }*/
    .main-navigation ul.sub-menu > li:last-child > a {
        border-bottom: none;
    }
    .main-navigation ul ul li {
        border-bottom: 1px solid #eee;
    }
    .main-navigation ul ul > li:last-child {
        border-bottom: none;
    }
    .main-navigation ul ul ul {
        top: 0;
    }

    .site-menu nav {
        text-align: right;
        padding-top: 10px;
    }
    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #search {
        position: absolute;
        z-index: 30;
        right: 0;
        top: 100%;
        display: none;
    }
    .main-navigation .search-active .icon-search {
        display: none;
    }
    .main-navigation .search-active .icon-close {
        display: inline-block;
    }
    #search:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #111;
        position: absolute;
        top: -9px;
        right: 5px;
    }
    button.dropdown-toggle {
        display: none;
    }
    .menu-toggle{
        display: none;
    }
    .modern-menu.menu-toggled .site-menu ul.nav-menu,
    .modern-menu.menu-toggled .site-menu ul#primary-menu {
        display: block !important;
    }
    .modern-menu .site-menu ul.nav-menu,
    .modern-menu ul#primary-menu,
    .modern-menu .site-menu ul#primary-menu  {
        display: none !important;
    }
    .header-seven .menu-toggle {
        display: block;
    }
    .modern-menu .menu-toggle {
        display: block !important;
    }
    .modern-menu .menu-label {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation .left-menu {
        padding-left: 50px;
    }
    .main-navigation ul.nav-menu > li.left-menu > a,
    .main-navigation ul.nav-menu > li.right-menu > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .main-navigation li.left-menu + li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .half-image-slider #featured-slider .slider-content{
        display: flex;
        align-items: center;
    }
    .half-image-slider #featured-slider article .wrapper{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .half-image-slider #featured-slider .featured-image {
        padding: 250px 0 ;
        background-size: cover;
        background-position: 50%;
        position: relative;
        width: 50%;
        float: right;
    }
    .half-image-slider #featured-slider .featured-content-wrapper{
        width: 50%;
        float: left;
    }
    @keyframes rightLeft {
      to {
        right: 67%;
        transform: translateX(-100%);
      }
    }
    @keyframes bottomTop {
      to {
        bottom: 65%;
        transform: translateY(-100%);
      }
    }
    .main-navigation form.search-form {
        border: 20px solid #111;
    }
    .main-navigation form.search-form input {
        background-color: #fff;
        border-color: #fff;
        color: #111;
    }
    .right-sidebar #primary,
    .left-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 35px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary
     {
        width: 30%;
        float: right;
    }

    .left-sidebar #primary { 
        float: right;
        padding-right: 0;
        padding-left: 50px;
    }
    .no-sidebar #primary {
        width: 100%;
        float: none;
    }
    .col-4 article {
        width: 25%;
    }
    .col-4 article:nth-child(2n+1) {
        clear: none;
    }
    .col-4 article:nth-child(4n+1) {
        clear: left;
    }
    .col-4 article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .col-5 article {
        width: 20%;
        float: left;
    }
    .col-5 article:nth-child(3n+1),
    .col-5 article:nth-child(2n+1) {
        clear: none;
    }
    .col-5 article:nth-child(5n+1) {
        clear: left;
    }
    .col-5 article:nth-last-child(-n+5) {
        margin-bottom: 0;
    }
    .single.no-sidebar #primary {
        max-width: 1024px;
        margin: 0 auto;
    }
    .no-sidebar.home #primary {
        max-width: 100%;
    }
    .sensational-wrapper .hentry:nth-last-child(2n) {
        width: 70%;
        padding-right: 20px;
        float: left;
    }
    .sensational-wrapper .hentry:nth-last-child(2n+1)  {
        width: 30%;
        float: right;
    }
    #details article.has-post-thumbnail {
        display: flex;
    }
    #details article.has-post-thumbnail .featured-image {
        width: 40%;
        float: left;
        margin-bottom: 0;
    }
    #details article.has-post-thumbnail .entry-container {
        width: 60%;
        float: right;
        text-align: center;
        padding-left: 40px;
        padding-top: 40px;
    }
    #project {
        padding: 60px 0 80px;
    }

    #blog:after,
    #project:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 250px;
        left: 0;
        right: 0;
        width: 100%;
    }
    #blog:after,
    #project:after {
        height: 370px;
    }
    .project-slider .slick-list {
        padding-bottom: 45px;
    }

    #project .section-header {
        position: relative;
        z-index: 1;
    }
    #project + #our-contribution {
        padding-top: 0;
    }

    #project .section-header-wrapper .read-more {
        display: inline-block;
        float: right;
        margin-top: 50px;
    }

    .project-slider .slick-list {
        padding-bottom: 45px;
    }
    .testimonial-slider .slick-list {
        padding-bottom: 45px;
    }

    #testimonial .section-header {
        position: relative;
        z-index: 1;
    }
    #testimonial + #our-contribution {
        padding-top: 0;
    }

    #testimonial .section-header-wrapper .read-more {
        display: inline-block;
        float: right;
        margin-top: 50px;
    }

    #testimonial .section-header {
        width: 100%;
    }

    .testimonial-slider .slick-list {
        padding-bottom: 45px;
    }

    #testimonial .section-header {
        position: relative;
        z-index: 1;
    }
    #client .client-slider{
        width: 80%;
        float: right;
    }
    .home-fitness #client .client-slider,
    .home-business #client .client-slider{
        width: 100%;
        float: none;
    }
    #client .section-header{
        width: 20%;
        float: left;
    }
    .home-fitness #client .section-header
    .home-business #client .section-header{
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
    #information article {
      display: flex;
      align-items: center;
    }
    #informarion .personal-skils{
        width: 50%;
    }
    #informarion .entry-container {
        width: 50%;
    }
    .contact-form-wrapper {
      width: 100%;
    }
    .home-medical #services .wrapper{
        display: table;
    }
    .home-medical #services .right-featured-image{
        display: none;
    }
    .home-medical #services.enable-services-background .right-services{
        width: 40%;
        float: right;
        position: absolute;
        display: table-cell;
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #services.enable-services-background .right-services{
        width: 40%;
        float: right;
        position: relative;
        background-image: none;
    }
    #services.enable-services-background .left-services{
        width: 55%;
        float: left;
        position: relative;
        padding: 60px 0;
    }
    .single-product.woocommerce-page.right-sidebar #primary,
    .woocommerce-page.right-sidebar #primary,
    .woocommerce-page.left-sidebar #primary {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .woocommerce-page ul.products li.product{
        margin-bottom: 55px;
    }
    .blog-six .blog-posts-wrapper article .entry-container {
        padding: 45px 20px;
    }

}
@media screen and (min-width: 1200px) {
    .header-three .main-navigation ul.nav-menu > li > a,
    .header-two .main-navigation ul.nav-menu > li > a {
        padding: 5px 13px;
    }
    .header-five .main-navigation ul.nav-menu > li > a {
        padding: 0px 30px 0 0;
    }
    .main-navigation ul.nav-menu > li > a {
        padding: 10px 13px;
    }
    .blog-posts-wrapper.col-3 .has-post-thumbnail .featured-image {
        padding: 160px 0;
    }
    .fullwidth-slider #featured-slider article, 
    .default-slider #featured-slider article {
      padding: 170px 0;
    }
    .home-nature.fullwidth-slider #featured-slider article, 
    .home-nature.default-slider #featured-slider article {
      padding: 290px 0 250px;
    }
    .home-medical.fullwidth-slider #featured-slider article, 
    .home-medical.default-slider #featured-slider article {
      padding: 250px 0 300px;
    }
    #information .entry-container {
        padding: 50px 80px 50px  0;
    }
    .home-medical #information .entry-container {
        padding: 0px 80px 0px  0;
    }
    #newsfeatured .grid-item:nth-child(2) {
        width: 25%;
    }
    .project-slider .featured-image {
        padding: 140px 0;
    }
    .project-slider .slick-list {
        margin-right: -350px;
        padding-right: 350px;
        z-index: 1;
    }
    .project-slider .slick-dots{
        z-index: 1;
        bottom: 0;
    }
    
    .slick-next,
    .slick-prev {
        background-color: var(--primary-color);
        z-index: 9;
    }
    #features .entry-container {
        padding: 40px 0 30px 80px;
    }
    #features .col-3 .featured-image {
        padding: 150px 0;
    }
    #testimonial .testimonial-slider.modern-testimonial{
        max-width: 600px;
        margin-left: auto;
        margin-right: 40px;
    }
    ul.tabs li {
        margin-right: 10px;
    }
    #details ul.tabs li {
        margin-right: 0;
        margin-bottom: 0;
    }
    ul.tabs li:last-child {
        margin-right: 0;
    }

}
@media screen and (min-width: 1400px) {
     .home-fitness #testimonial .testimonial-slider,
    .home-education #testimonial .testimonial-slider {
      max-width: 100%;
      margin-left: auto;
      margin-right: 0;
      overflow: hidden;
      padding-top: 30px;
    }
    #page-site-header {
        padding: 300px 0;
    }
    .main-navigation ul.nav-menu > li > a {
      font-size: 14px;
    }
    .fullwidth-slider #featured-slider article, 
    .default-slider #featured-slider article {
      padding: 200px 0;
    }
    #catering article:nth-child(even){
        padding: 20px 0 20px 50px;
    }
    #catering article:nth-child(odd){
        padding: 20px 50px 20px 0;
    }

    .categorynews-wrapper article.full-width .featured-image {
        padding: 120px 0;
    }
    .team-section .featured-image {
        padding: 220px 0;
    }

    .woocommerce ul.products .product-image{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 200px 0;
        position: relative;
    }
    .author-thumbnail .main-thumbnail{
        height: 600px;
    }
    .author-thumbnail .main-thumbnail:hover{
        animation: vertical-shaking 2s infinite;
    }
    .author-thumbnail .main-thumbnail img{
        height: 600px;
    }
    .author-first-thumbnail img,
    .author-second-thumbnail img{
        height: 290px;
    }
    #gallery .gallery-slider .wp-video{
        width: 950px !important;
        margin: 0 auto;
    }

}
@media screen and (min-width: 1600px) {
    .header-five .main-navigation ul.nav-menu > li > a {
      font-weight: 600;
      font-size: 16px;
    }
    .half-image-slider #featured-slider article .featured-image,
    .fullwidth-slider #featured-slider article{
        padding: 200px 0;
    }
    .home-minimal-blog.blog-banner-disable #page-site-header{
        display:block !important;
        padding: 350px 0;
    }

    .home-fitness.fullwidth-slider #featured-slider article{
        padding: 380px 0;
    }
    .fullwidth-slider #featured-slider article, 
    .default-slider #featured-slider article {
        padding: 200px 0;
    }
    .home-nature.fullwidth-slider #featured-slider article, 
    .home-nature.default-slider #featured-slider article {
        padding: 430px 0 370px;
    }
    .home-medical.fullwidth-slider #featured-slider article, 
    .home-medical.default-slider #featured-slider article {
        padding: 350px 0;
    }
    #services.enable-services-background .left-services {
      width: 55%;
      float: left;
      position: relative;
      padding: 90px 0 60px;
    }
    .home-corporate.enable-corporate-curve #cta{
        padding: 190px 0 350px ;
    }
    .home-medical .wrapper {
        max-width: 1400px;
    } 

    #testimonial .testimonial-slider.modern-testimonial{
        max-width: 800px;
        margin-left: auto;
        margin-right: 40px;
    }
    .home-medical .testimonial-slider article{
        padding: 70px;
    }
    #naturegallery .featured-image {
      padding: 400px 0;
    }

    .home-classic-blog #gallery .gallery-slider .gallery-bg-image{
        padding: 350px 0;
    }
    .modern-menu #top-bar .wrapper,
    .modern-menu header .wrapper,
    .blog-six .blog-posts-wrapper .wrapper {
        width: 98%;
        max-width: 1600px;
    } 
    .blog-six .blog-posts-wrapper article .entry-container {
        padding: 50px 20px;
        padding-right: 20px;
    }
    .blog-three.no-sidebar .blog-posts-wrapper article .featured-image{
        padding: 200px 0;
    }
}
@media screen and (min-width: 1900px) {
    .wrapper,
    #testimonial .testimonial-slider {
        max-width: 1600px;
    } 
    .home-blog .wrapper {
        max-width: 1400px;
    } 
    .home-normal-magazine .wrapper {
        max-width: 1200px;
    }
    #testimonial .testimonial-slider.modern-testimonial {
        max-width: 1000px;
    }
    .testimonial-slider .entry-content p{
        font-size: 20px;
    }
    .testimonial-slider article{
        padding: 50px;
    }
    #page-site-header {
        padding: 325px 0;
    }
    #page-site-header .page-title {
        font-size: 40px;
    }
    .site-menu .top-search form.search-form button.search-submit{
        right: 120px;
    }
    .blog-two  .blog-posts-wrapper .featured-image {
        padding: 450px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
     #details article.has-post-thumbnail .entry-container {
        padding-left: 90px;
        padding-top: 90px;
    }
     #blog:before,
     #project:before {
        width: 275px;
    }
    .box {
        width: 100px;
        right: 175px;
        border-top-right-radius: 100px;
    }
    .project-slider .featured-image {
        padding: 310px 0;
    }
    .half-image-slider #featured-slider article .featured-image,
    .fullwidth-slider #featured-slider article{
        padding: 411px 0;
    }

    .fullwidth-slider #featured-slider article, 
    .default-slider #featured-slider article {
        padding: 410px 0;
    }
    #testimonial:before {
        width: 275px;
    }
    .testi-box {
      width: 100px;
      left: 175px;
      border-top-left-radius: 100px;
    }
    #counter .counter-item {
      padding: 60px 20px 35px;
    }
    #cta {
        padding: 70px 0;
    }
    #portfolio article{
        padding: 15px;
    }
    ul.tabs li {
        margin-right: 10px;
    }
    .header-nine.align-logo-center .site-branding {
        margin-left: 35px;
        margin-right: 50px;
    }
    #services.enable-services-background .right-services{
        width: 35%;
        float: right;
        position: relative;
    }
    #services.enable-services-background .left-services{
        width: 65%;
        float: left;
        position: relative;
        padding: 100px 0 90px;
    }
    @keyframes rightLeft {
      to {
        right: 75%;
        transform: translateX(-100%);
      }
    }
    @keyframes bottomTop {
      to {
        bottom: 76%;
        transform: translateY(-100%);
      }
    }

}
@media screen and (max-width: 1900px) {

}
@media screen and (max-width: 1600px) {
    .home-corporate #services .icon-container a,
    .home-fitness #services .icon-container a {
        padding: 24px;
        border-radius: 50%;
    }
    .home-corporate #services .icon-container i,
    .home-fitness #services .icon-container i {
        font-size: 24px;
    }
    .blog-six .blog-posts-wrapper article .entry-title{
        line-height: 24px;
    }
    .blog-six .blog-posts-wrapper article .entry-title a{
        font-size: 24px;
    }
      
}
@media screen and (max-width: 1400px) {
    .home-education #testimonial .testimonial-slider{
        max-width: 750px;
        margin: 0 auto;
    }
    .testimonial-svg svg{
        left: -15px;
    }
    #features article {
        padding: 150px 0;
    }
    #gallery article .gallery-featured-image{
        padding: 85px 0;
    }
    .categorynews-wrapper article.half-width .featured-image {
        padding: 40px 0;
    }
    #trending .half-width .entry-title{
        font-size: 14px;
        line-height: 1.3;
    }
    #highlights .entry-title{
        font-size: 16px;
    }
    #highlights .entry-meta{
        font-size: 12px;
    }
    #recent .featured-image{
        padding: 100px 0;
    }
}
@media screen and (max-width: 1200px) {
    #tips article{
        width: 50%;
        margin-bottom: 30px;
    }
    #blog .section-content.col-3 article.large-width .entry-title {
        font-size: 22px;
    }
     #cta p,
    #cta .section-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
}
@media screen and (max-width: 1023px) {
    #top-bar button{
        display: block;
        background-color: transparent;
        font-size: 20px;
        border: none;
        max-width: 20px;
        padding: 5px;
        margin: 0 auto;
    }
    .home.header-four #content {
      padding-top: 60px;
    }
    .home.header-six #content {
      padding-top: 30px;
    }
    #top-bar .wrapper{
        display: none;
    }
    #top-bar.topbar-menu-active .wrapper{
        display: block;
    }
    #masthead {
        margin-bottom: 0;
        position: relative;
        min-height: 50px;
        border-bottom: 1px solid #e5e5e5;
    }
    .header-six #masthead {
        border-bottom: none;
    }
    .nav-menu .menu-item-description{
        display: none;
    }
    .kids-menu #masthead {
        height: auto;
        min-height: unset;
    }
    .kids-menu .site-branding{
        padding: 15px 0;
    }
    #masthead .wrapper,
    .kids-menu #masthead .wrapper{
        display: flex;
        align-items: center;
    } 
    .kids-menu #masthead .header-logo-ads{
        width: 70%;
    } 
    .kids-menu #masthead #site-navigation{
        top: 25px;
    } 
    .header-six  #masthead .wrapper, 
    .header-four  #masthead .wrapper, 
    .header-one  #masthead .wrapperr, 
    .header-nine  #masthead .wrapper {
      display: block;
      align-items: center;
    }
    .home.header-six.home-magazine #content {
      padding-top: 105px;
    }

    .header-six.disable-single-post-header.single.single-post .page-section,
    .header-six.disable-single-page-header.page .page-section{
        padding-top: 70px;
    }
    .header-six .site-menu nav, 
    .header-four .site-menu nav, 
    .header-one .site-menu nav, 
    .header-nine .site-menu nav {
      width: 100%;
      float: none;
      margin-right: auto;
      margin-left: auto;
      padding: 5px 0;
    }
    .header-six .header-logo-ads,
    .header-four .header-logo-ads,
    .header-one .header-logo-ads,
    .header-nine .header-logo-ads {
      width: 100%;
      float: none;
      padding: 5px 0;
    }
    .header-six .site-menu .site-branding,
    .header-four .site-menu .site-branding,
    .header-one .site-menu .site-branding,
    .header-nine .site-menu .site-branding {
      float: none;
      text-align: center;
    }
    .header-three .site-branding {
        width: 30%;
    }
    .site-logo img {
        max-height: 65px;
    }
    .header-three .site-menu nav{
        position: absolute;
        right: 0px;
        top: unset;
        border: unset;
        padding: 0;
    }
    .menu-hover-3 .main-navigation ul.nav-menu > li.menu-item-has-children:after{
        display: none;
    }
    .site-title {
        font-size: 26px;
    }
    
    .main-navigation a {
        border-bottom: 1px solid #eee;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .main-navigation ul.sub-menu li {
        padding-right: 0;
    }
    .main-navigation .menu-item-has-children > a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: #ccc;
        width: 1px;
        height: 25px;
    }
    .menu-hover-3 .main-navigation .menu-item-has-children > a:before {
        background-color: transparent;
    }
    .main-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
    .main-navigation ul.nav-menu > li > a,
    .main-navigation ul.sub-menu li a {
        padding: 7px 40px 7px 15px;
        color: #000;
    }
    .kids-menu .main-navigation ul.nav-menu > li > a,
    .kids-menu .main-navigation ul.sub-menu li a {
        padding: 15px 40px 15px 15px;
        display: inline-block;
        width: 80%;
    }
    .main-navigation ul.sub-menu li a {
        padding-left: 50px;
    }
    .main-navigation ul.sub-menu ul li a {
        padding-left: 75px;
    }
    .main-navigation ul.sub-menu ul ul li a {
        padding-left: 100px;
    }
    .main-navigation ul.sub-menu ul ul ul li a {
        padding-left: 125px;
    }
    .main-navigation ul.sub-menu li a {
        border-left: none;
    }
    .modern-menu .main-navigation ul.sub-menu li a {
        padding-left: 15px !important;
    }
    .header-nine .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 10px;
        border-top: 1px solid #eee;
    }
    .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 35px;
        border-top: 1px solid #eee;
    }
    .header-three .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 35px;
        border-top: 1px solid #eee;
        width: 100%;
        position: absolute;
        right: 0
    }
    
    .main-navigation a {
        color: #111;
    }
    .main-navigation .search-menu a {
        display: none;
    }
    .main-navigation form.search-form input {
        background-color: #fff;
        border: none;
        min-height: 55px;
    }
    .main-navigation form.search-form button.search-submit {
        height: 59px;
    }
    .main-navigation form.search-form input {
        padding-left: 25px;
    }
    #page-site-header {
        padding: 250px 0;
    }
    .sensational-wrapper .hentry:nth-last-child(2n) {
        margin-bottom: 40px;
    }
    #blog .section-header,
    #project .section-header,
    #testimonial .section-header {
      position: relative;
      z-index: 1;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      float: none;
    }
    #project .section-header-wrapper .read-more,
    #testimonial .section-header-wrapper .read-more {
      display: block;
      float: none;
      margin-top: 50px;
      text-align: center;
    }
    #blog .section-subtitle {
      margin: 0 auto;
      color: #fff;
    }
    .site-menu nav {
      text-align: left;
    }
    .menu-toggle {
      margin-right: 20px;
    }
    .header-two .menu-toggle {
      margin-right: auto;
    }
    #details .entry-container {
      text-align: center;
      padding-top: 50px;
    }
    #services.enable-services-background .right-services{
        display: none;
    }

    #newsfeatured .grid-item:nth-child(2),
    #newsfeatured .grid-item {
        width: 50%;
    }
    .header-one .header-logo-ads,
    .header-nine .header-logo-ads,
    .header-two .header-logo-ads,
    .header-four .header-logo-ads,
    .header-six .header-logo-ads{
        width: 100%;
        padding: 0 50px 0 20px;
    }
    .header-one .menu-toggle,
    .header-nine .menu-toggle,
    .header-two .menu-toggle,
    .header-four .menu-toggle,
    .header-six .menu-toggle,
    .header-three .menu-toggle {
        margin-right: 0;
    }
    .header-one .site-menu .site-branding,
    .header-nine .site-menu .site-branding,
    .header-two .site-menu .site-branding,
    .header-four .site-menu .site-branding,
    .header-six .site-menu .site-branding{
        text-align: left;
    }
    .header-one .site-menu nav,
    .header-nine .site-menu nav,
    .header-two .site-menu nav,
    .header-four .site-menu nav,
    .header-six .site-menu nav,
    .kids-menu .site-menu nav{
        width: 300px;
        position: absolute;
        right: 0px;
        top: 15px;
        box-shadow: none;
        border: none;
        z-index: 999;
    }
    .kids-menu .main-navigation ul#primary-menu > li{
        width: 100%;
        text-align: left;
        padding: 0px 10px;
    }
    .kids-menu .main-navigation ul#primary-menu > li::before{
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    .sport-wrapper .hentry {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 992px) {
    #page-site-header {
        padding: 200px 0;
    }
    #top-bar form.search-form {
      width: 40%;
      max-width: 40%;
      position: relative;
      margin-right: auto;
      margin-left: auto;
    }
    .comments-title, 
    #reply-title {
        font-size: 28px;
    }
    #homepage-l-secondary{
        display: none;
    }
    #tips article{
      width: 50%;
      margin-bottom: 30px;
      float: left;
    }
    #tips article:nth-child(2n+1){
        clear: left;
    }
    #hero .hero-right article{
        padding: 10px;
    }
    #hero .hero-right{
        padding-top: 10px;
    }
    .hero-right.col-2 {
      margin: 0 -10px;
    }
    .half-image-slider #featured-slider .featured-image {
      padding: 250px 0;
    }
    .blog-two .blog-posts-wrapper .post-item {
        position: relative;
        display: block;
        padding: 60px 0 ;
        border-bottom: none;
    }
    .blog-two .blog-posts-wrapper .entry-container {
        margin-bottom: 60px;
    }
    .project-slider .entry-title {
        font-size: 22px;
    }
    .testimonial-slider .entry-title {
        font-size: 22px;
    }
    #testimonial .testi-outer-image img {
      position: absolute;
      display: block;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      max-width: 360px;
    }
    .home-fitness #pricing article,
    .home-medical #pricing article,
    .home-corporate #pricing article {
        margin-bottom: 80px;
    }
    .woocommerce ul.products[class*="columns-"] li.product, 
    .woocommerce-page ul.products[class*="columns-"] li.product {
      width: 48%;
      float: left;
      margin: 0 0 2.992em;
    }
    .woocommerce ul.products.columns-3 li.product:nth-child(2n+1), 
    .woocommerce.woocommerce-page ul.products.columns-3 li.product:nth-child(2n+1){
        clear: left;
    }
    .woocommerce ul.products.columns-3 li.product:nth-child(3n+1), 
    .woocommerce.woocommerce-page ul.products.columns-3 li.product:nth-child(3n+1){
        clear: none;
    }
    .woocommerce ul.products.columns-3 li.product:nth-child(-n+2), 
    .woocommerce.woocommerce-page ul.products.columns-3 li.product:nth-child(-n+2) {
        margin-bottom: 0;
    }
    .blog-six .blog-posts-wrapper article .entry-meta.entry-posted{
        display: none;
    }
    .event-completed{
        padding-bottom: 60px;
    }
    .kids-decoration{
        display: none;
    }
    #highlights {
        padding: 10px 0 30px;
    }
    .blog-three article .entry-title{
        font-size: 20px !important;
    }

}
@media screen and (max-width: 822px) {
    .testimonial-slider article .testimonial-items{
        display: block;
        align-items: center;
        position: relative;
    }
    .testimonial-slider article .testimonial-items .featured-image{
        max-width: 250px;
        width: 100%;
        margin: 20px auto;
    }
    .testimonial-slider article .testimonial-items .entry-container{
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    .testimonial-svg {
      position: relative;
    }
    .testimonial-svg svg {
      width: 100%;
      height: 250px;
      position: absolute;
      transform: rotate(-180deg);
      left: -2px;
      top: -2px;
      right: 0;
      z-index: 99;
    }
    .home-education .testimonial-slider .featured-image img {
      position: relative;
      width: 240px;
      height: 240px;
      border-radius: 0;
    }
    .home-education .testimonial-slider .featured-image {
      position: relative;
      width: 240px;
      height: 240px;
      border-radius: 0;
    }
    .blog-three .blog-posts-wrapper article.has-post-thumbnail:first-child .featured-image{
        padding: 150px 0;
    }
}
@media screen and (max-width: 766px) {
    .header-five.header-logo-ads,
    .header-three .header-logo-ads{
        padding-bottom: 10px;
    }
    .header-five .site-branding,
    .header-three .site-branding{
        padding: 0;
    }
    .header-five .site-menu .widget.widget_address_block {
      display: none;
    }
    .header-five .menu-toggle {
        margin-right: 0;
    }
    body:not(.modern-menu) .header-logo-ads{
        width: 100%;
        padding: 0 20px 0 0;
    }

    body:not(.modern-menu) .site-menu .site-branding{
        text-align: left;
    }
    body.header-three .site-branding {
        width: 30%;
    }
    body:not(.modern-menu) .site-menu nav{
        width: 100%;
        position: absolute;
        right: 0px;
        box-shadow: none;
        border: none;
        z-index: 99999;
    }
    .home-normal-magazine .section-title::after, 
    .home-magazine .section-title::after {
      content: "\f0d9";
      font-family: "FontAwesome";
      font-size: 58px;
      position: absolute;
      top: -22px;
      bottom: auto;
      left: auto;
      right: -3px;
    }
    .home-normal-magazine .section-title, 
    .home-magazine .section-title {
      font-size: 24px;
    }
    .main-navigation {
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
    }/*
    #masthead.site-header .main-navigation ul.nav-menu {
        max-width: 100%;
    }*/
    .modern-menu.menu-toggled #masthead.site-header .main-navigation ul.nav-menu {
        padding: 10px;
        max-width: 180px;
        transform: translateX(-180px);
        
    }
    .modern-menu.menu-toggled .main-navigation ul.nav-menu > li > a{
        font-size: 16px;
        border: none !important;
    }
    #hero .hero-left .featured-image{
        padding: 160px 0;
        margin-bottom: 20px;
    }
    .home-medical #appointment{
        margin-top: 0;
    }/*
    .default-slider #featured-slider article, 
    .fullwidth-slider #featured-slider article{
        padding: 220px 0;
    }*/
   /* #featured-slider button.slick-arrow,
    #featured-slider:hover button.slick-arrow {
        display: none;
        opacity: 0;
        visibility: hidden;
    }*/
    .half-image-slider #featured-slider .featured-image {
      padding: 200px 0;
    }
    .half-image-slider.featured-content-wrapper {
      padding: 20px;
      position: relative;
    }
    .services-item-wrapper {
      padding: 20px;
      display: block;
      transition: all 0.3s;
      text-align: center;
    }
    #newsfeatured .grid-item:nth-child(1),
    #newsfeatured .grid-item:nth-child(2),
    #newsfeatured .grid-item {
        width: 100%;
    }
    #message .section-header-cloud {
      left:50%;
    }
    .col-3 article {
        width: 100%;
        float: none;
    }
    #catering .col-2 article {
        width: 100%;
        float: none;
        padding: 10px 0;
    }
    .col-3 article:nth-child(3n+1) {
        clear: none;
        float: none;
    }
    #blog .section-content.col-3 article {
        width: 100%;
        float: none;
    }
    #blog .section-content.col-3 article:nth-child(3n+1) {
        clear: none;
        float: none;
    }
    #blog .section-content.col-3 article.large-width {
        width: 100%;
    }

    #categorynews.col-1 .categorynews-wrapper,
    #categorynews.col-2 .categorynews-wrapper,
    #categorynews.col-3 .categorynews-wrapper,
    #categorynews.col-4 .categorynews-wrapper {
        width: 100%;
    }
    #page-site-header .page-title {
        font-size: 24px;
    }
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous,
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        width: 100%;
        margin: 15px 0;
    }
    .posts-navigation .nav-previous,
    .posts-navigation .nav-next {
        width: auto;
        margin: 0;
    }
    .post-navigation span.previous-article b, 
    .post-navigations span.previous-article b, 
    .post-navigation span.next-article b, 
    .post-navigations span.next-article b {
        font-size: 18px;
    }
    .posts-navigation .nav-previous, 
    .posts-navigation .nav-next {
        width: 180px;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .posts-navigation .nav-previous + .nav-next {
        margin-top: 25px;
    }
    #respond {
        margin-top: 40px;
    }
    .comment-meta img {
        margin-right: 15px;
    }
    .comments-title, 
    #reply-title {
        margin-bottom: 0;
    }
    #commentform p.comment-form-comment,
    #commentform p.form-submit {
        margin-top: 21px;
    }
    nav.navigation.pagination,
    #secondary {
        margin-top: 30px;
    }
    .comments-title, 
    #reply-title {
        font-size: 26px;
    }
    #comments {
        margin-top: 40px;
    }
    .tags-links {
        margin-bottom: 25px;
    }
    .single #primary article.post,
    .single #primary .navigation,
    .single #primary #comments{
        background-color: #e5e5e5;
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
        padding: 20px;
    }
    .site-menu {
        padding: 0;
    }
    .site-menu .site-branding,
    .site-menu .widget_social_icons,
    .site-menu .top-search {
        width: 100%;
        float:none;
        text-align: center;
    }
    .site-menu .widget_social_icons, .site-menu .top-search {
        margin-top:0px;
        margin-bottom: 0;
        padding: 10px 0 0;
    }
    /*.site-branding {
        padding: 10px 0;
    }*/
    .site-menu .top-search form.search-form button.search-submit {
        right: 140px;
    }
    #project .section-header {
        text-align: center;
    }
    #testimonial .section-header {
        text-align: center;
    }
    #features {
        text-align: left;
    }
    /*.menu-toggle {
        margin-right: auto;
    }*/
    #testimonial .testi-outer-image img {
        display: none;
    }
    .home-minimal-blog #message .entry-container,
    .home-fitness #message .entry-container,
    .home-education #message .entry-container,
    .home-medical #message .entry-container,
    .home-corporate #message .entry-container {
        max-width: 100%;
        padding: 0;
    }
    .blog-six .blog-posts-wrapper .entry-meta.entry-posted{
        display: flex;
    }
    body.modern-menu.menu-toggled #page {
        transform: translateX(180px) !important;
        width: 100%;
    }
    .woocommerce ul.products .product-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 250px 0;
        position: relative;
    }
    #catering,
    #message,
    #services,
    #shopproduct,
    #team{
        padding: 30px 0;
    }
    #popular article.full-width .entry-container {
        left: 20px;
        right: 20px;
    }
    #popular article .featured-image{
        padding: 150px 0;
    }
    .blog-three .blog-posts-wrapper .entry-title{
        font-size: 18px;
    }
    .blog-three .blog-posts-wrapper .entry-content p{
        font-size: 14px;
        padding: 0;
        line-height: 18px;
    }
    .blog-three .blog-posts-wrapper .comments-link,
    .blog-three .blog-posts-wrapper .byline{
        display: none;
    }
    .blog-three .blog-posts-wrapper .entry-meta{
        font-size: 12px;
    }
    .blog .wrapper.page-section .section-header .section-title{
        font-size: 28px;
    }
    .blog-three .blog-posts-wrapper article .featured-image{
        padding: 100px 0;
    }
    #home-primary {
        padding: 0;
    }
    #trending .trending-wrapper {
        margin: 0 -5px;
    }
    .blog-three article .entry-content{
        display: none;
    }
}

@media screen and (max-width: 567px) {
    .newsfeatured-content-wrapper {
        padding: 25px;
    }
    .section-header {
        margin-bottom: 20px;
    }
    #page-site-header {
        padding: 175px 0;
    }
    body.blog.right-sidebar .blog-posts-wrapper .col-3 article, 
    body.archive.right-sidebar .blog-posts-wrapper .col-3 article, 
    body.search.right-sidebar .blog-posts-wrapper .col-3 article, 
    body.blog.left-sidebar .blog-posts-wrapper .col-3 article, 
    body.archive.left-sidebar .blog-posts-wrapper .col-3 article, 
    body.search.left-sidebar .blog-posts-wrapper .col-3 article {
        width: 100%;
    }
    .left-sidebar .blog-posts-wrapper article, 
    .right-sidebar .blog-posts-wrapper article, 
    .no-sidebar .blog-posts-wrapper article, 
    .home.left-sidebar .blog-posts-wrapper article, 
    .home.right-sidebar .blog-posts-wrapper article, 
    .home.blog .blog-posts-wrapper article, 
    .search .blog-posts-wrapper article {
      padding: 0px 10px;
    }
    .pagination .page-numbers.prev, 
    .pagination .page-numbers.next {
        top: 0;
    }
    .pagination .prev.page-numbers:before, 
    .pagination .next.page-numbers:before {
        width: 35px;
        height: 10px;
    }
    .pagination .page-numbers.prev, 
    .pagination .page-numbers.next {
        margin-left: 0;
        margin-right: 0;
    }
    .trail-items li {
        font-size: 12px;
    }
    #breadcrumb-list {
        padding: 10px 0;
    }
    blockquote.alignright {
        margin-left: 0;
    }
    .testimonial-slider article.has-featured-image .featured-image {
        box-shadow: none;
    }
    #author-section {
        text-align: center;
    }
    .author-image {
        float: none;
        margin: 0 0 25px;
    }
    .author-content {
        display: block;
    }
    .author-name:after {
        margin-left: auto;
        margin-right: auto;
    }
    .comment-meta img {
        margin: 0 0 25px;
        float: none;
    }
    .comment-meta .url, 
    .comment-meta .fn {
        display: block;
    }
    .comment-content {
        padding-left: 0;
    }
    #comments ol.children {
        margin-left: 50px;
    }
    .reply {
        padding-left: 0;
    }
    .footer-widgets-area .hentry:last-child,
    .footer-widgets-area.col-3 .hentry:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }
    #tips article{
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }
    .featured-video{
        width: 440px;
    }
   .woocommerce ul.products[class*="columns-"] li.product, 
   .woocommerce-page ul.products[class*="columns-"] li.product {
      width: 100%;
      float: none;
      clear: both;
    } 

    .home-education #admissionprocess article:nth-child(even){
        top: 0px;
    } 
    .event-completed {
      margin-bottom: 30px;
    } 
    .wpcf7 input[type="submit"], 
    .btn,
    .btn-transparent, 
    .woocommerce #respond input#submit{
        padding: 5px 25px;
    }
    #trending article span.byline{
        display: none !important;
    }
    #popular article.full-width .entry-container .entry-title {
        font-size: 18px;
    }
    #featuredpost .featuredpost-left article:first-child .featured-image {
        padding: 100px 0;
        position: relative;
    }
    #flash {
        padding: 5px;
    }
    #flash .news-header{
        display: none;
    }
    .entry-title{
        font-size: 14px;
    }
    .blog-three article .entry-title{
        font-size: 16px !important;
    }
    .blog-three .blog-posts-wrapper article .featured-image{
        padding: 70px 0;
    }
    .blog-three .blog-posts-wrapper article.has-post-thumbnail:first-child .featured-image{
        padding: 130px 0;
    }
}
@media screen and (max-width: 480px) {
    #masthead .wrapper {
        padding: 0;
    }
    .site-branding {
        min-height: auto;
        text-align: center;
        width: 100%;
        float: none;
        padding: 0px;
        display: block;
    }
    .menu-toggle {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        width: 50px;
        height: 50px;
    }
    .header-two .menu-toggle {
        margin-left: auto;
        margin-right: 0;
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        width: 35px;
        height: 40px;
    }
    .main-navigation {
        float: none;
    }
    #our-story .content-wrapper {
        padding: 25px;
    }
    .featured-video{
        width: 340px;
    }
    .wpcf7 input[type="submit"], 
    .btn,
    .btn-transparent, 
    .woocommerce #respond input#submit{
        padding: 5px 10px;
    }
    .woocommerce ul.products .product-image{
        padding: 180px 0;
    }
    .archive.blog-three.right-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video, 
    .blog.blog-three.right-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video, 
    .search.blog-three.right-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video, 
    .archive.blog-three.left-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video, 
    .blog.blog-three.left-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video, 
    .search.blog-three.left-sidebar #primary .featured-video .mejs-container.wp-video-shortcode.mejs-video{
        height: 210px !important;
    }
    #home-primary article .entry-content{
        display: none;
    }
    #recent article .featured-image{
        padding: 100px 0 ;
    }
    #trending article .featured-image{
        padding: 140px 0 ;
    }
    #trending article.half-width .featured-image{
        padding: 67px 0 ;
    }
}
@media screen and (max-width: 376px) {
    .featured-video{
        width: 250px;
    }
    .testimonial-slider .featured-image svg{
        display: none;
    }
    .blog-three .blog-posts-wrapper .entry-content p{
        display: none;
    }
}
