/*
Theme Name: Kontor
Theme URI: http://sensationaltheme.com/downloads/kontor/
Author: Sensational Theme
Author URI: http://sensationaltheme.com/
Description: Kontor is a multi-purpose WordPress theme with practically unlimited options for customization, making it an excellent choice for any business. It can be used to create any type of website like consultancy, finance, corporate, travel, education, medical. It is responsive, SEO friendly, speed optimized, and translation ready. Kontor is retina ready and fully responsive. Kontor theme has wide list of customizable features including front page customizable sections with customizer api and many more options. This theme comes with lots of features such as column layout options for front page sections.
Version: 1.4
Requires PHP: 5.6
Tested up to: 5.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kontor
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, 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.

Kontor business 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 Services Section
    ## Featured Planning Section
    ## Projects Section
    ## Call To Action Section
    ## Latest Posts Section
# Footer
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
}

#content {
    position: relative;
}

.boxed-layout,
.frame-layout {
    background-color: #eee;
}

.boxed-layout #page {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

.frame-layout #page {
    max-width: 1600px;
    width: 90%;
    margin: 50px auto;
    background-color: #1a1a1a;
}

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;
}
#comment:focus,
.search-form input:focus{
    outline: dotted;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
    color: #6c757d;
}

dfn {
}

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: #0388fc;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Livvic', cursive;
}

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;
}

#wp-calendar {
    display: table;
    width: 100%;
    margin-bottom: 0;
}
tbody {
    text-align: left;
}

tr {
    border: 1px solid #aaa;
}

td,
th {
    padding: 5px;
    font-weight: 400;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #6c757d;
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
}
p {
    margin: 0 0 1em;
}
dfn,
cite,
em,
i {
}

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: #fff; /* Fallback for when there is no custom background color defined. */
    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;
}

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"] {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 35px;
    position: relative;
    background-color: #0388fc;
    border: 2px solid #0388fc;
    border-radius: 50px;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
    -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;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #f50058;
    border-color: #f50058;
}

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 {
    color: #fff;
    background-color: #f50058;
    border-color: #f50058;
}

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: #6c757d;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    border-radius: 0;
    padding: 12px;
}

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: #6c757d;
}

textarea {
    width: 100%;
}
#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;
    margin-top: 0;
}
#respond label {
    margin-bottom: 15px;
    display: block;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
    margin: 21px 0 0;
}
#comments {
    margin: 60px 0 0;
}
#respond {
    margin-top: 50px;
}
.logged-in-as a {
    color: #f50058;
}
.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #f50058;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}

a:focus{
    outline: dotted;
    color: #0388fc;
}

a:hover,
a:active {
    color: #0388fc;
    outline: 0;
}
div.nojq a:focus {
    outline: none;
}
.section-content p a,
.entry-content p a,
.entry-content a,
footer .copy-right a,
p a,
p li a{
    text-decoration: underline !important;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-bar {
    padding: 10px 0;
    background-color: #0388fc;
}
#top-bar .widget {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}
#top-bar .widget + .widget {
    margin-top: 15px;
}
.widget_address_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_address_block ul li {
    display: inline-block;
}
.widget_address_block ul li i {
    margin-right: 8px;
}
#top-bar .widget_address_block ul li {
    color: #fff;
    margin-right: 30px;
    /*font-family: 'Raleway', sans-serif*/
}
#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;
}
#masthead {

    position: relative;
    z-index: 3000;
    background-color: #bcdcf7;
    -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-branding {
    float: left;
    padding: 10px 0;
    -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-logo, 
#site-identity {
    display: inline-block;
    vertical-align: middle;
}
.site-title {
    font-size: 32px;
    margin: 0 0 5px;
    font-weight: 600;
    /*ont-family: 'Raleway', sans-serif;*/
    line-height: 1.3;
    letter-spacing: 0.05em;
}
.site-title a {
    color: #0388fc;
    -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 {
    opacity: 0.8;
}
.site-description {
    margin: 0;
    line-height: 1.3;
    color: #444;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.site-logo a {
    display: block;
    margin-right: 15px;
}
.site-logo img {
    max-height: 80px;
    width: auto;
}
.main-navigation {
    display: block;
    position: relative;
    float: right;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul ul li a {
    padding: 15px;
}
.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;
}
.main-navigation ul.nav-menu > li > a {
    color: #555555;
}
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.nav-menu > li.focus > a {
    color: #0388fc;
}
.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: #212121;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    -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;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 225px;
}
.main-navigation ul.nav-menu .current_page_item > a,
.main-navigation ul.nav-menu .current-menu-item > a,
.main-navigation ul.nav-menu .current_page_ancestor > a,
.main-navigation ul.nav-menu .current-menu-ancestor > a {
    color: #0388fc;
}
.main-navigation ul#primary-menu > li:before {
    background-color: #0388fc;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.main-navigation ul#primary-menu ul li:before {
    display: none;
}
.main-navigation ul#primary-menu > li:before {
    background-color: #0388fc;
}


.main-navigation ul#primary-menu > li:hover > a,
.main-navigation ul#primary-menu > li.focus > a {
    color: #0388fc;
}

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%;
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    margin: auto;
    display: block;
    height: 80px;
    position: relative;
    background-color: transparent;
    min-width: 64px;
    border: none;
    margin-right: -15px;
}
.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
}
.menu-toggle span {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #000;
    margin: 7px 0;
}
.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    color: #000;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border-radius: 0;
}
button.dropdown-toggle.active i {
    transform: rotate(-180deg);
    transform-origin: center;
}
.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: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.nav-links .nav-next a:after {
    content: "\f0da";
    margin-left: 10px;
    margin-right: 0;
}
.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: #212529;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
    color: #f50058;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    color: #0388fc;
    background-color: #ffe2cf;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #0388fc;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    margin-right: 25px;
    width: auto;
    height: auto;
    position: relative;
    top: 2px;
    background-color: transparent;
    color: #0388fc;
}
.pagination .page-numbers.prev:hover, 
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus, 
.pagination .page-numbers.next:focus {
    color: #111;
    background-color: transparent;
}
.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 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}
#colophon .widget {
    margin: 0 0 40px;
}
#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%;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget input {
    height: 40px;
    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;
    padding: 0;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    color: #fff;
    background-color: #0388fc;
    font-size: 16px;
    line-height: 1;
    height: 50px;
    padding: 0;
    -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: #f50058;
}
.widget_search form.search-form input[type="search"] {
    padding: 0 55px 0 15px;
    height: 50px;
    background-color: #fff;
    color: #000;
    border: none;
}
.widget_search form.search-form input[type="search"]:focus {
    border-color: #0388fc;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
    font-weight: 600;
}

.widget-title {
    font-size: 18px;
    margin: 0 0 32px;
    color: #fff;
}

.widget li:not(:last-child) {
    margin-bottom: 10px;
}

.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%;
}
#secondary .widget-title,
#secondary .widgettitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212529;
    letter-spacing: 0.01em;
}
#secondary a {
    color: #6c757d;
    font-weight: 400;
}
#secondary a:hover,
#secondary a:focus {
    color: #f50058;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 35px;
}
#secondary .widget {
    background-color: #ebebeb;
    padding: 30px;
}
.jetpack_subscription_widget form {
    position: relative;
}
.jetpack_subscription_widget input[type="email"] {
    width: 100%;
    min-height: 65px;
    padding: 15px 160px 15px 20px;
    background-color: #e7f4fb;
    border-color: #e7f4fb;
}
.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;
    -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: #0388fc;
}
.jetpack_subscription_widget #subscribe-text {
    display: inline-block;
}
.jetpack_subscription_widget #subscribe-text p {
    margin-top: 0;
    line-height: 25px;
}
.jetpack_subscription_widget #subscribe-submit {
    display: inline-block;
    margin: 0;
    position: relative;
}
.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: #0388fc;
}
.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;
}
#secondary .jetpack_subscription_widget input[type="email"] {
    height: 50px;
    min-height: auto;
    background-color: #fff;
    border-color: #fff;
    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;
}
.jetpack_subscription_widget #subscribe-submit:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ebebeb;
    position: absolute;
    bottom: 0;
    right: -10px;
}
.site-footer .jetpack_subscription_widget #subscribe-submit:after {
    border-bottom-color: #fff;
}
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
    background-color: #0388fc;
}
#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;
}
/*--------------------------------------------------------------
# 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-content,
.entry-summary {
    margin: 0;
}

.author img {
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 20px auto;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.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: #0388fc;
}
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;
}
.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: #0388fc;
    padding: 0 15px;
    color: #fff;
}
.post-categories a {
    color: #0388fc;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-posts .post-categories a {
    color: #fff;
}
.blog-posts .post-categories a:hover,
.blog-posts .post-categories a:focus {
    color: #eee;
}
.post-categories a:hover,
.post-categories a:focus {
    color: #0388fc;
}
.tags-links {
    margin-bottom: 50px;
    display: inline-block;
}
.tags-links span {
    margin: 0 8px 8px 0;
}
.tags-links a {
    border: 1px solid #f50058;
    display: inline-block;
    padding: 5px 8px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    background-color: #f50058;
}
.tags-links a:hover,
.tags-links a:focus {
    border-color: #f50058;
    background-color: #f50058;
    color: #fff;
}
span.date a:before,
.entry-meta .author:before,
.entry-meta .cat-links:before,
span.comments-link a:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}
.entry-meta .author:before {
    content: "\f007";
}
.entry-meta .cat-links:before {
    content: "\f02c";
}
span.comments-link a:before {
    content: "\f086";
}
.author.vcard {
    margin-left: 5px;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
    margin-bottom: 0;
}
.disable-single-post-header.single.single-post #page-site-header,
.disable-single-page-header.page #page-site-header{
    display: none;
}
.navigation.post-navigation,
.navigation.posts-navigation {
    padding: 15px;
    margin-top: 30px;
    background-color: #f6f6f6;
    clear: both;
    display: inline-block;
    width: 100%;
}
.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;
}
.error-404.not-found {
    max-width: 600px;
}
.error-404.not-found .page-title {
    font-size: 38px;
}
.no-sidebar #secondary {
    display: none;
}
/*--------------------------------------------------------------
## 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;
    font-weight: 600;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
#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;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
    background-color: #f6f6f6;
    padding: 25px;
    border-radius: 10px;
}
.reply {
    padding-left: 105px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
#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 {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 20px;
    position: relative;
    background-color: #f50058;
    border: 2px solid #f50058;
    border-radius: 50px;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
    -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 {
    color: #fff;
    background-color: #f50058;
    border-color: #f50058;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #6c757d;
    font-size: 16px;
    font-weight: 600;
}
.comment-meta .url:hover,
.comment-meta .url:focus {
    color: #0388fc;
}
.comment-metadata a,
.comment-metadata a time {
    color: #6c757d;
}
.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: #0388fc;
}
.comment-metadata time {
    font-weight: 500;
}
.comment-metadata {
    display: block;
    margin-bottom: 10px;
}
.comment-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 105px;
}
.comment-content p {
    font-weight: 400;
    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;
}
.entry-content a {
    text-decoration: underline;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-section {
    padding: 60px 0;
}
.entry-title,
.section-title {
    font-size: 32px;
    margin: 0 0 15px;
    word-wrap: break-word;
}
.section-title {
    font-size: 42px;
    margin-bottom: 0;
    color: #0388fc;
    letter-spacing: 1px;
    padding-left: 75px;
    padding-right: 20px;
}
.section-title::after {
    content: "";
    background-color: #f50058;
    height: 3px;
    width: 40px;
    position: absolute;
    top: 28px;
    left: 27px;
}
.section-title::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: #f50058;
    top: 28px;
    left: 0px;
}
.section-header {
    margin-bottom: 50px;
    display: flex;
    position: relative;
}
.section-head{
    margin-bottom: 50px;
    position: relative;
}
.section-subtitle {
    max-width: 660px;
    margin: 0 auto;
    font-weight: 400;
    font-family: Roboto;
    font-size: 16PX;
    line-height: 1.3;
}
.section-title + .section-subtitle {
    margin-top: 8px;
}
.section-icon {
    display: block;
    margin-bottom: 15px;
}
.section-icon i {
    color: #fff;
    font-size: 34px;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 70px;
    line-height: 70px;
    background-color: #0388fc;
    text-align: center;
}
.overlay {
    background-color: #0388fc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 55px;
    position: relative;
    background-color: #0388fc;
    border: 2px solid #0388fc;
    border-radius: 50px;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
    -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;
}

/*--------------------------------------------------------------
# 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;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 4px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
#top-bar .social-icons li a:hover{
    color: #fff;
}
.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;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 2px;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 40px;
    position: relative;
    list-style: none;
}
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons li:not(:last-child) {
    margin-right: 10px;
}
.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.20);
    -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;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Brands";
}
.social-icons li a:hover {
    color: #fff;
}
.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
  content: "\f39e";
}

.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: "\f167";
}

.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 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,
.social-icons li a[href*="wordpress.com"]:focus {
    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;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    position: relative;
    text-align: center;
    padding: 250px 0;
}
#page-site-header .overlay {
    opacity: 0.4;
}
#page-site-header .page-title {
    color: #fff;
    font-size: 42px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    font-weight: 600;
}
#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;
}
/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider .wrapper {
    position: relative;
    z-index: 1;
}
.slick-slide {
    outline: none;
}
.slick-dotted.slick-slider {
    margin-bottom: -1px;
}
.slick-next:before, 
.slick-prev:before {
    opacity: 1;
    content: "\f060";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
}
.slick-next:before {
    content: "\f061";
}
.slick-prev,
.slick-next {
    left: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 62px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}
.slick-prev {
    left: -10px;
}
.slick-next {
    left: auto;
    right: -10px;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: #f50058;
}
.slick-dots li {
    margin: 0 6px;
    width: auto;
    height: auto;
}
.slick-dots li button {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
}
.slick-dots li.slick-active button {
    background-color: #0388fc;
}
.slick-dots li button:before {
    display: none;
}
#featured-slider article {
    padding: 350px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-color: #111;
}

.featured-content-wrapper {
    padding: 30px;
    text-align: left;
    margin-right: auto;
    position: absolute;
    max-width: 750px;
    width: 100%;
    left: 0;
    top: 50%;
    right:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-content-wrapper .entry-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}
.featured-content-wrapper .entry-title a {
    color: #fff;
}

.featured-content-wrapper .entry-content p,
#featured-slider article .entry-content {
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.featured-content-wrapper .read-more {
    margin-top: 25px;
}

.btn.btn-primary {
    color: #fff;
    background-color: #0388fc;
    margin: 0 40px 20px 0;
}
.btn.btn-transparent {
    background: #f50058;
    border-color: #f50058;
}
.btn.btn-transparent a{
    color: #fff;
}
#featured-slider .btn a{
    color: #fff;
}
.btn.btn-primary:hover, 
.btn.btn-primary:focus {
    background-color: #0388fc;
    border-color: #0388fc;
    color: #fff;
    box-shadow: 0 6px 16px 0 #0388fc;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
    background-color: #f50058;
    border-color: #f50058;
    box-shadow: 0 6px 16px 0 #f50058;
    color: #fff;
}
#featured-slider .slick-dots {
    bottom: 30px;
}
#featured-slider button.slick-arrow {
    visibility: hidden;
    opacity: 0;
}
#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;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}

/*--------------------------------------------------------------
#  Our Courses / About Us
--------------------------------------------------------------*/
#about {
    padding: 80px 0;
}

#course article:last-child {
    margin-bottom: 0;
}
#course .slick-dots{
    bottom: 0;
}
#course .slick-dots li button{
    background-color: #6c757d;
}
#course .post-item-wrapper {
    transition: all 0.3s;
    border-radius: 15px;
}
#course .post-item-wrapper:hover{
    box-shadow: 0 10px 55px 5px rgba(3, 136, 252, 0.35);
    transform: translateY(-1rem);
}
#about .btn{
    color: #fff;
}
#about .more-link .btn:hover{
    background-color: transparent;
    color: #f50058;
}
#course img + .section-content {
    padding-top: 50px;
}
#about .section-content.col-1,
#about .section-content.col-2,
#gallery .section-content.col-1,
#gallery .section-content.col-2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#about .section-content.col-2,
#gallery .section-content.col-2 {
    max-width: 800px;
}
#course article .post-item-wrapper{
    border-radius: 20px;
}
#course{
    padding: 80px 0 20px;
    background-color: #bcdcf7;
}
#course .page-section{
    padding: 0;
}
#course article {
    margin-bottom: 30px;
}
#course article:last-child {
    margin-bottom: 0;
}
#course .featured-image {
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding-bottom: 100%;
}
#course .entry-title,
#course .entry-content p {
    text-align: center;
}
#course .entry-content {
    margin: 0 0 25px;
    color: #333; 
}
.courses-slider.slick-initialized.slick-slider {
    margin: 0 -15px;
}

#course .entry-container{
    padding: 20px 20px 30px;
}

#course .entry-meta {
    border-top:dotted 2px #6c757d;
    border-bottom: dotted 2px #6c757d;
    padding:10px 20px;
    text-align: center; 
    margin-bottom: 15px;    
}
#course .entry-meta span{
    margin-right: 0; 
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.post-thumbnail-link:focus {
    outline: dotted;
}
#course .entry-meta .cat-links ul li{
    display: inline; 
}

/*--------------------------------------------------------------
#  Counter
--------------------------------------------------------------*/
#counter {
    padding: 60px 0;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}
#counter .section-title {
    color: #fff;
}
#counter .section-title:after {
    background-color: #fff;
}
#counter .inner{
padding: 20px;
}
#counter .counter-item:before {
    position: absolute;
    content: '';
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    /*border: 1px solid rgba(255, 255, 255, 0.25);*/
}

#counter .counter-item{
    position: relative;
    padding: 50px 20px 30px 20px;
    margin: 0 auto;
    text-align: center;

}
#counter .overlay {
    opacity: 0.60;
    background-color: #0388fc;
}
#counter .wrapper {
    position: relative;
}
.counter-item h2 {
    font-size: 32px;
    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: 25px;
    display: inline-block;
    width: 100%;
}
#counter .section-content .counter-item {
    margin-bottom: 50px;
}
#counter .section-content .counter-item:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
#  CTA top
--------------------------------------------------------------*/

#cta {
    padding: 160px 0 ;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}

#cta .wrapper {
    position: relative;
    z-index: 1;
}

#cta .section-header h3{
    color: #0388fc;
}
#cta .section-title {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 600;
}
#cta .section-subtitle {
    font-size: 20px;
    max-width: 760px;
    margin: 20px 0 ;
    color: #fff;
}
#cta .section-title .last-word {
    color: #fff;
}
#cta p {
    color: #fff;
    margin-bottom: 0;
    max-width: 675px;
}
.cta-button {
    margin-bottom: 30px;
}
.cta-button i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f50058;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 70px;
    padding-left: 4px;
    -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;
}
.cta-button a:hover i {
    background-color: #fff;
    color: #f50058;
}

/*--------------------------------------------------------------
#  client
--------------------------------------------------------------*/
#client {
    padding: 80px 0;
    background-size: cover;
    background-position: 50%;
}

#client .overlay {
    opacity: 0.80;
    background-color: #fff;
}
#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: 180px;
}
#client .featured-image{
    transition: all 0.3s;
}
#client .featured-image:hover{
    box-shadow: 0 10px 55px 5px rgba(3, 136, 252, 0.35);
    transform: translateY(-1rem);
}
#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;
}
/*--------------------------------------------------------------
#  Video Section
--------------------------------------------------------------*/
#video {
    padding: 200px 0 170px;
    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;
    cursor: pointer;
}

#video .overlay{
    opacity: 0.6;
    background-color: #0388fc;
}
.video-wrapper.has-featured-image {
    display: flex;
    align-items: center;
}
#video .entry-title {
    color: #fff;
    font-size: 42px;
}
#video p {
    color: #fff;
    max-width: 850px;
    text-align:center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.popup-video::before {
    position: absolute;
    content: "";
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border-radius: 50%;
    box-shadow: 0 0 rgba(3, 136, 252,.2),0 0 0 16px rgba(3, 136, 252,.2),0 0 0 32px rgba(3, 136, 252,.2),0 0 0 48px rgba(3, 136, 252,.2);
    animation: ripples 1s linear infinite;
    animation-play-state: running;
    animation-play-state: running;
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transform: scale(0.);
    z-index: 0;
}
.popup-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #0388fc;;
    color: #fff;;
    display: block;
    border-radius: 50%;
    padding-left: 3px;
    border: 1px solid #0388fc;;
    display: inline-block;
    position: relative;
}

.icon-play a:hover,
.icon-play a:focus {
    color: #f50058 !important;
}
#video svg{
    width: 16px;
    height: 16px;
}
@keyframes ripples {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
#  Features
--------------------------------------------------------------*/
#features {
    background-color: #bcdcf7;
}
#features article {
    text-align: center;
    margin: 15px 0 5px ;
}
#features article:last-child {
    margin-bottom: 0;
}
.icon-container {
    margin-bottom: 20px;
}
.icon-container i {
    color: #fff;
    font-size: 44px;
    background-color: #0388fc;
    padding: 7px;
    border-radius: 15px;
}
#features .entry-title {
    margin: 0 0 15px;
    color: #333;
    font-size: 26px;
}
#features .entry-title a {
    color: #2e2c2c;
}
#features .entry-title a:hover,
#features .entry-title a:focus {
    color: #0388fc;;
}
#features .entry-title a:focus,
.icon-container a:focus {
    outline: dotted;
}
#features .featured-image {
    text-align: center;
   margin-bottom: 0;
  
}
#features .read-more {
    text-align: center;
    margin-top: 50px;
}
/*--------------------------------------------------------------
#  Kids Product
--------------------------------------------------------------*/
.woocommerce #kidproduct ul.products li.product .onsale,
.woocommerce #popular-products ul.products li.product .onsale {
    left: 25px;
}
.woocommerce #kidproduct ul.products li.product, 
.woocommerce-page #kidproduct ul.products li.product {
    float: none;
    width: 100%;
    padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 17px 0;
}
.woocommerce #kidproduct ul.products li.product:last-child, 
.woocommerce-page #kidproduct ul.products li.product:last-child {
    margin-bottom: 0;
}
.woocommerce #kidproduct ul.products li.product a img{
    margin:0;
    border-radius: 10px 10px 0 0;
    height: 300px;
}
.woocommerce #kidproduct .product.featured-products {
    text-align: center;
}
.woocommerce #kidproduct .product.featured-products .featured-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
}
.woocommerce #kidproduct ul.products li.product .product-hentry{
    transition: all 0.3s;
}

.woocommerce #kidproduct ul.products li.product .product-hentry:hover{
    box-shadow: 0 10px 55px 5px rgba(3, 136, 252, 0.35);
    transform: translateY(-1rem);
}
#kidproduct .btn {
    color: #fff;
    border-radius: 10px;
    padding: 4px 20px;
}
.product a.button:hover{
    background-color: transparent;
    color: #f50058;
}
.woocommerce #kidproduct ul.products li.product .entry-container{
    padding: 10px 0 30px;
}
.woocommerce #kidproduct ul.products li.product .entry-container h2 a{
    font-size: 28px;
    color: #000;
}
.woocommerce #kidproduct ul.products li.product .entry-container h2 a:hover,
.woocommerce #kidproduct ul.products li.product .entry-container h2 a:focus{
    color: #0388fc;
}
.woocommerce ul.products li.product .price{
    color: #f50058;
    font-size: 24px;
}
.woocommerce-page ul.products li.product img{
    border-radius: 20px;
}
.woocommerce-page ul.products li.product{
    border-radius: 20px;
    padding: 20px;
}
.woocommerce #kidproduct ul.products li.product .btn.btn-primary,
.woocommerce-page ul.products li.product .btn.btn-primary{
    margin: 10px 0 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-page ul.products li.product .entry-container {
   /* padding: 0 20px 20px;*/
    text-align: center;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
    font-size: 32px;
    padding: 6px 0 10px;
}

.woocommerce-cart-form table{
    display: inline-table;
}
.woocommerce #respond input#submit, 
.woocommerce button.button, 
.woocommerce input.button{
    color: #fff;
}
.woocommerce #respond input#submit:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus{
    color: #fff;
    background-color: #333 !important;
}
/*--------------------------------------------------------------
#  Features Section
--------------------------------------------------------------*/
#about .section-subtitle{
    text-align: left;
    max-width: 100%;
}
#about article.no-post-thumbnail .featured-image {
    display: none;
}
#about article.no-post-thumbnail .entry-container {
    width: 100%;
    float: none;
    padding: 30px 0 0;
}
.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: #0388fc;
}
#about article {
    position: relative;
    margin-bottom: 50px;
}

#about .section-header {
    text-align: left;
}
#about article:last-child {
    margin-bottom: 0;
}
#about .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 125px 0;
    margin-bottom: 30px;
}
#about .read-more .btn:not(:last-child) {
    margin-right: 15px;
}

#about article:last-child {
    margin-bottom: 0;
}
#about article .entry-content p {
    margin-bottom: 0;
}
#about article .read-more {
    margin-top: 25px;
}

/*--------------------------------------------------------------
#  Information Section
--------------------------------------------------------------*/

#information .section-subtitle{
    text-align: left;
}
#information .section-subtitle,
#details .section-subtitle,
#about .section-subtitle {
    color: #f50058;
    max-width: 100%;
    margin: 20px 0;
}
#information article.no-post-thumbnail .featured-image {
    display: none;
}
#information article.no-post-thumbnail .entry-container {
    width: 100%;
    float: none;
    padding: 30px 0 0;
}
#information article {
    position: relative;
    margin-bottom: 50px;
}

#information .section-header {
    text-align: left;
}
#information .entry-header .entry-title {
    color: #fff;
}
#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: #f50058;
    color: #FFF;
    padding: 10px;
   
}
#information .information-item-wrapper{
    background-color: #bcdcf7;
     margin-bottom: 20px;
}
#information .entry-content { 
    text-align: right;
    padding-left: 200px;
}
#information .entry-content p {
    text-align: right;
}
#information article .read-more {
    margin-top: 25px;
}
#information .information-content,
#services .service-content{
    padding-left: 20px;
}

/*--------------------------------------------------------------
#  Featured Gallery Section
--------------------------------------------------------------*/
#gallery{
    background-color: #bcdcf7;
}
#gallery .section-content {
    margin: 0 -15px;
}
#gallery article {
    padding: 0 15px;
    margin-bottom: 30px;
}
.gallery-item-wrapper {
    position: relative;
    overflow: hidden;
}
.gallery-overlay {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 0;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    opacity: 0;
}
.overlay-bg {
    background-color: #0388fc;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
#gallery article:hover .gallery-overlay {
    opacity: 1;
}
#gallery img {
    width: 100%;
}
#gallery .featured-image {
    background-size: cover;
    background-position: 50%;
    background-color: #333;
    padding: 200px 0;
}
#gallery .entry-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -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;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#gallery article:hover .overlay {
    opacity: 0.6;
    visibility: visible;
    width: 100%;
    height: 100%;
}
#gallery article:hover .entry-container {
    opacity: 1;
    visibility: visible;
}
#gallery .col-3 article {
    width: 100%;
    text-align: center;
}
#gallery .col-3 article:last-child {
    margin-bottom: 0;
}
#gallery article .entry-title {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
#gallery article:hover .entry-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
#gallery article .popup {
    display: inline-block;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    margin-bottom: 20px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
#gallery article:hover .popup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#gallery .entry-container i {
    font-size: 22px;
    display: inline-block;
    color: #0388fc;
    background-color: rgba(255, 255, 255, 0.9);
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    -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 .entry-container i:hover,
#gallery .entry-container i:focus {
    background-color: #f50058;
    color: #fff;
}
#gallery article .entry-title,
#gallery article .entry-title a {
    color: #fff;
    margin: 0;
}
#gallery article .entry-title a:hover,
#gallery article .entry-title a:focus {
    color: #fff;
    opacity: 0.8;
}
#gallery article .entry-content p {
    margin-bottom: 0;
    color: #fff;
}
#gallery article .read-more {
    margin-top: 25px;
}

/*--------------------------------------------------------------
#  Pricing Section
--------------------------------------------------------------*/
#pricing {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    padding: 50px 0;
}
#pricing .overlay {
    opacity: 0.5;
}
#pricing .section-header,
#pricing .section-content {
    position: relative;
    z-index: 1;
}
#pricing .section-title,
#pricing .section-subtitle {
    color: #fff;
}
#pricing .section-content {
    margin: 0 -18px;
}
#pricing article {
    padding: 0 18px;
    margin-bottom: 50px;
}
.price-table-wrapper {
    background-color: #fff;
    padding: 63px 25px 70px;
    text-align: center;
}
#pricing .entry-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
#pricing article .price {
    color: #f50058;
    font-size: 42px;
    font-weight: 400;

}
#pricing article .entry-header{
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
}
#pricing article .price-icon-container{
    font-size: 40px;
    padding-bottom: 20px; 
    color: #f50058; 
}
#pricing article:nth-child(1n) .price {
    color: #f50058;
}
#pricing article:nth-child(2n) .price {
    color: #fff;
}

.price-table-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-table-wrapper ul li:not(:last-child) {
    margin-bottom: 26px;
}
.price-table-wrapper .read-more .btn {
    margin-top: 43px;
}
#pricing article:nth-child(1n) .btn {
    background-color: #f50058;
    border-color: #f50058;
}
#pricing article:nth-child(2n) .btn {
    background-color: #fff;
    border-color: #fff;
    color: #f50058;
}
#pricing article:nth-child(3n) .btn {
    background-color: #f50058;
    border-color: #f50058;
}
#pricing article:nth-child(2n) .price-table-wrapper {
    background-color: #f50058;
    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(2n) .btn:hover,
#pricing article:nth-child(3n) .btn:hover,
.price-table-wrapper .read-more .btn:hover {
    background-color: #0388fc;
    border-color: #0388fc;
    color: #fff;
}
#pricing .col-2 article {
    width: 50%;
    float: left;
}
#pricing .col-3 article {
    width: 33.33%;
    float: left;
}
#pricing .col-2 article:nth-child(2n+1),
#pricing .col-3 article:nth-child(3n+1) {
    clear: left;
}
#pricing .col-2 article:nth-last-child(-n+1),
#pricing .col-3 article:nth-last-child(-n+3) {
    margin-bottom: 0;
}
#pricing .col-2 article .price-table-wrapper {
    margin-top: 0;
}
#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;
}


/*--------------------------------------------------------------
#  Details
--------------------------------------------------------------*/
#details .featured-image {
    margin-bottom: 30px;
}
#details .featured-image img {
    width: 100%;
}
#details .entry-container {
    text-align: center;
}
#details .entry-title {
    font-size: 42px;
    font-weight: bold;
}
#details .entry-content {
    margin-bottom: 40px;
}
#details .featured-image {
    padding: 300px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#details .section-subtitle {
    text-align: left;
}
/*--------------------------------------------------------------
#  Our Services
--------------------------------------------------------------*/
#services,
.blog-item-wrapper{
    background-color: #bcdcf7;
}
.service-item-wrapper {
    padding:20px;
    display: flex;
    flex-direction: row;
    transition: all 0.3s;
}
#team .post-wrapper {
    transition: all 0.3s;
    clip-path: polygon(50% 0%, 100% 16%, 100% 100%, 0% 100%, 0% 75%, 0 16%);
}
#team .post-wrapper:hover{
    box-shadow: 0 10px 55px 5px rgba(3, 136, 252, 0.35);
    transform: translateY(-1rem);
}
.about-item-wrapper{
    padding: 10px 0;
    display: flex;
    flex-direction: row;
}
.blog-item-wrapper:hover,
.service-item-wrapper:hover {
    box-shadow: 0 10px 55px 5px rgba(3, 136, 252, 0.35);
    transform: translateY(-1rem);
}
#services .icon-container {
    margin: 0 auto 20px;
}
#about .icon-container a,
#services .icon-container a {
    border-radius: 15px;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
#services .icon-container .petal {
    height: 146px;
    width: 44px;
    position: absolute;
    top: calc(50% - 73px);
    left: calc(50% - 22px);
    background-color: inherit;
    border-radius: 22px;
}
#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);
}
#about .icon-container i,
#services .icon-container i {
    font-size: 32px;
    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%);
}
#about article .icon-container a,
#services article .icon-container a {
    background-color: #a6d2f5;
}
#services .section-content {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    z-index: 1;
}
#about .about-content,
#services .service-content{
    padding-left: 20px;
}
#services .entry-title {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0;
}
#services .entry-content p {
    margin: 0;
}
#services .entry-content {
    margin-top: 7px;
}
#services .read-more {
    margin-top: 25px;
}
#services article {
    margin-bottom: 50px;
    padding: 0 15px;
}
#services article:last-child {
    margin-bottom: 0;
}
#services .col-1 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.entry-title a {
    color: #000;
}
.entry-title a:hover,
.entry-title a:focus {
    color: #0388fc;
}

.course-disabled #about,
.our-team-disabled #course {
    padding-bottom: 50px;
}
#services .service-item-wrapper img {
    height: 50px;
    width: 100px;
    border-radius: 50%;
}
/*--------------------------------------------------------------
#  Team Section
--------------------------------------------------------------*/
#team{
    background-color: #bcdcf7;
}
.team-section {
    text-align: center;
}
.team-section .team-image {
    margin: 0; 
    width: 100%;
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0 25%);
}
.team-section article .post-wrapper {
    position: relative;
    overflow: hidden;
}
.team-section .team-image a img {
    margin-top: 3px;
    object-fit: cover;
    border-radius: 50%;
}

.home.team-section .team-image a img {
    margin-top: 3px;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0 25%);
}
.team-section .share-message {
    margin: 0;
    width: 100%;
    margin-bottom: 20px
}
.team-section .entry-title{
    color: #0388fc;
    font-size: 24px;
}
.team-section a .entry-title:hover,
.team-section a .entry-title:focus{
    color: #f50058;
}

.team-section .position {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    margin: 15px auto 0px;
    font-style: italic; 

}
.team-section .position:after {
    content: "";
    background-color: #f50058;
    width: 70px;
    height: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.team-section .social-icons li {
    margin: 0;
}
.team-section .social-icons li a  {
    color: #0388fc;
}
.team-section .social-icons li a:hover  {
    color: #fff;
}
.team-section article .post-wrapper .entry-container {
    padding: 15px 8px;
}
#team .entry-title {
    margin-bottom: 0;
    color: #fff
}

#team .entry-content {
    font-weight: 500;
    font-size: 14px;
}
#team article:last-child {
    margin-bottom: 0;
}

#team article .entry-content p {
    margin-bottom: 0;
    color: #333;    
}

#team article .read-more {
    margin-top: 25px;
}
#team .section-content {
    margin: 0 -15px;
}
#team article {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px;
}
.team-wrapper {
    box-shadow: 0px 1px 30px 0 rgba(49, 52, 57, 0.05), 0 10px 30px rgba(0, 0, 0, 0.08);
}
#team .entry-container {
    padding: 30px 20px 20px;
}
#team .featured-image img {
    width: 100%;
}


/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
#testimonial{
    padding: 100px 0;
    color: #fff;
}
#testimonial article.testi-cloud {
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
}

#testimonial {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    background-color:#0388fc;
}

#testimonial .section-title,
#testimonial .section-subtitle{
    color: #fff;
}
.testimonial-slider .testi-cloud-disable .slick-item {
    box-shadow: 0px 30px 45px -5px rgba(0, 0, 0, 0.2);
}
.testimonial-slider .slick-item {
    margin: 0 20px;
    padding: 100px 35px 40px;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.testimonial-slider .slick-item:hover{
    box-shadow: 0 10px 55px 5px rgba(3, 136, 252, 0.35);
    transform: translateY(-1rem);
}
.testimonial-slider .testi-cloud .slick-item {
    padding: 100px 35px 55px;
}

.testimonial-slider article .slick-item {
    background-color: #bcdcf7;
}
.testimonial-slider .designation {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}
#testimonial .section-title,
#testimonial .section-subtitle {
    color: #fff;
}
#testimonial .slick-list {
    overflow: visible;
}
#testimonial .wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 55px;
}
#testimonial .one-item .client-wrapper {
    max-width: 800px;
    margin: auto;
}
#testimonial .quote{
    margin-bottom: 15px;
}
.testimonial-slider.one-item .quote-icon {
    left: 0;
    right: 0;
    margin: auto;
}
.testimonial-slider .quote-icon {
    position: absolute;
    top: 25px;
    left: 50px;
    max-width: 100px;
}
.testimonial-slider .slick-dots li.slick-active button {
    background-color: #333;
}
.testimonial-slider .entry-content {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 5px;
}

.testimonial-slider .entry-title {
    font-size: 28px;
    margin-bottom: 5px;
}

.testimonial-slider .featured-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 1;
    width: 100%;
    max-width: 106px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-slider .featured-image img {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); 
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.testimonial-slider .slick-dots {
    bottom: -55px;
}

#blog article:before,
#blog article:after{
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

/*--------------------------------------------------------------
#  Blog
--------------------------------------------------------------*/
#blog .section-content {
    margin: 0 -15px;
}
#blog .section-content.col-1 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#blog article {
    padding: 0 15px;
    margin-bottom: 30px;
}
#blog article:last-child {
    margin-bottom: 0;
}

article .blog-item-wrapper {
    -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;
}

.blog-item-wrapper .icon-time {
    display: none;
}
ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display:inline;
}
.blog-item-wrapper .entry-meta .cat-links li,
.archive-blog-wrapper .entry-meta .cat-links li {
    display: inline-block;
}
.blog-item-wrapper .entry-meta .cat-links li:not(:last-child) {
    margin-right: 7px;
}
.blog-item-wrapper .entry-meta .cat-links ul.post-categories li:after {
    display: none;
}
.blog-item-wrapper .entry-container {
    padding: 25px 30px 30px;
}
.blog-item-wrapper .entry-title {
    margin-top: 8px;
    margin-bottom: 8px;
}
.blog-item-wrapper .entry-content p {
    color: #333;
}
.disable-archive-blog-header #page-site-header{
    background-image: none !important;
    padding: 50px 0 10px;
    text-align: left;
    background-color: transparent;
}
.disable-archive-blog-header #page-site-header .page-header{
    top: 71%;
}
.disable-archive-blog-header #page-site-header .overlay{
    background-color: transparent;
}
.disable-archive-blog-header #page-site-header .page-header{
    text-align: left;
}
.disable-archive-blog-header #page-site-header .page-title{
    color: #0388fc;
    margin-top: 50px;
}
.disable-archive-blog-header .page-section{
    padding: 60px 0;
}

.blog-item-wrapper .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    position: relative;
}
.blog-item-wrapper .entry-meta .cat-links li:nth-child(1n) a {
    background-color: #de66c2;
    border:2px solid #de66c2;
}
.blog-item-wrapper .entry-meta .cat-links li:nth-child(2n) a {
    background-color: #1b81e0;
    border:2px solid #1b81e0;
}
.blog-item-wrapper .entry-meta .cat-links li:nth-child(3n) a {
    background-color: #c7a408;
    border:2px solid #c7a408;
}
.blog-item-wrapper .entry-meta .cat-links li:nth-child(4n) a {
    background-color: #ed7351;
    border:2px solid #ed7351;
}
.blog-item-wrapper .entry-meta .cat-links a:hover,
.blog-item-wrapper .entry-meta .cat-links a:focus {
    border:2px solid #fff !important;
}
.blog-item-wrapper .entry-meta .cat-links a {
    padding: 5px 25px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    -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;
}
.archive-blog-wrapper .entry-container .entry-meta .post-categories li:not(:last-child):after {
    content: ",";
    display: inline-block;
    margin-right: 2px;
}
.blog-item-wrapper .entry-meta .cat-links a:not(:last-child),
.archive-blog-wrapper ul.post-categories a:not(:last-child) {
    margin-right: 7px;
}
.blog-item-wrapper .entry-meta .cat-links a:hover,
.blog-item-wrapper .entry-meta .cat-links a:focus {
    color: #fff;
}
.blog-item-wrapper .entry-meta .cat-links::before {
    display: none;
}
.blog-item-wrapper .entry-container .entry-meta > span:not(:last-child):after {
    content: ".";
    display: inline-block;
    color: #14c167;
    padding: 0;
    position: relative;
    bottom: 3px;
    left: 4px;
}
.blog-item-wrapper .entry-container .entry-meta > span:not(:last-child) {
    margin-right: 10px;
}
#blog .more-link {
    margin-top: 50px;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
#blog {
    padding-top: 70px;
}
#blog .cloud-bg,
#course .cloud-bg,
#team .cloud-bg {
    bottom: 100%;
}
.post-item .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 120px 0;
}
.post-item .entry-container {
    padding: 30px 25px;
}
.blog-posts-wrapper article:not(.has-post-thumbnail) .post-item .entry-container {
    float: none;
    width: 100%;
    padding: 25px;
}

.blog-posts-wrapper .entry-title a:hover,
.blog-posts-wrapper .entry-title a:focus,
.blog-posts-wrapper .entry-meta a:hover,
.blog-posts-wrapper .entry-meta a:focus,
.blog-posts-wrapper .read-more a:hover,
.blog-posts-wrapper .read-more a:focus,
.blog-posts-wrapper .entry-meta a:hover:before, 
.blog-posts-wrapper .entry-meta a:focus:before {
    opacity: 0.8;
}
.post-item .entry-meta .date a {
    display: inline-block;
}
.post-item .entry-meta {
    display: block;
    margin-bottom: 10px;
}
.post-item .entry-meta a,
.post-item .entry-meta .cat-links:before {
    font-size: 14px;
}
.post-item .entry-meta span.cat-links {
    margin-right: 0;
    color: #fff;
}
.blog-posts-wrapper .post-item figure{
    padding: 35px;
}
.blog-posts-wrapper .entry-title {
    font-weight: 600;
    margin-bottom: 7px;
}
.post-item .read-more a {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.entry-meta a:hover,
.entry-meta a:focus {
    color: #f50058;
}
.entry-meta a:hover:before,
.entry-meta a:focus:before {
    color: #f50058;
}
.blog-posts-wrapper .section-content {
    margin: 0 -15px;
}
.blog-posts-wrapper article {
    margin-bottom: 30px;
    padding: 0 15px;
}
.blog-posts-wrapper article:last-child {
    margin-bottom: 0;
    clear: right;

}
.post-categories li{
    display: inline;
}
.entry-meta > span {
    margin-right: 20px;
}
.read-more {
    margin-top: 5px;
}
.home.blog .entry-meta, 
.single .entry-meta {
    margin-bottom: 15px;
}
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,
body.blog.no-sidebar .blog-posts-wrapper .col-3 article,
body.archive.no-sidebar .blog-posts-wrapper .col-3 article,
body.search.no-sidebar .blog-posts-wrapper .col-3 article {
    margin-bottom: 40px;
    text-align: left;
    padding: 0 15px;
}

/*--------------------------------------------------------------
# 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: 'Roboto', 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: 'Shadows Into Light', 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: 'IBM Plex Sans', 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: 'Tangerine', 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: 'Montserrat', sans-serif;
}

.body-font-1,
.body-font-1 .site-title,
.body-font-1 #colophon .widget-title, 
.body-font-1 #colophon .widgettitle {
    font-family: 'Raleway', sans-serif;
}

.body-font-2,
.body-font-2 .site-title,
.body-font-2 #colophon .widget-title, 
.body-font-2 #colophon .widgettitle {
    font-family: 'Poppins', sans-serif;
}

.body-font-3,
.body-font-3 .site-title,
.body-font-3 #colophon .widget-title, 
.body-font-3 #colophon .widgettitle {
    font-family: 'Roboto', sans-serif;
}

.body-font-4,
.body-font-4 .site-title,
.body-font-4 #colophon .widget-title, 
.body-font-4 #colophon .widgettitle {
    font-family: 'Open Sans', sans-serif;
}

.body-font-5,
.body-font-5 .site-title,
.body-font-5 #colophon .widget-title, 
.body-font-5 #colophon .widgettitle {
    font-family: 'Lato', sans-serif;
}

.body-font-6,
.body-font-6 .site-title,
.body-font-6 #colophon .widget-title, 
.body-font-6 #colophon .widgettitle {
    font-family: 'Shadows Into Light', sans-serif;
}

.body-font-7,
.body-font-7 .site-title,
.body-font-7 #colophon .widget-title, 
.body-font-7 #colophon .widgettitle {
    font-family: 'Playfair Display', serif;
}

.body-font-8,
.body-font-8 .site-title,
.body-font-8 #colophon .widget-title, 
.body-font-8 #colophon .widgettitle {
    font-family: 'Lora', serif;
}

.body-font-9,
.body-font-9 .site-title,
.body-font-9 #colophon .widget-title, 
.body-font-9 #colophon .widgettitle {
    font-family: 'Titillium Web', sans-serif;
}

.body-font-10,
.body-font-10 .site-title,
.body-font-10 #colophon .widget-title, 
.body-font-10 #colophon .widgettitle {
    font-family: 'Muli', sans-serif;
}

.body-font-11,
.body-font-11 .site-title,
.body-font-11 #colophon .widget-title, 
.body-font-11 #colophon .widgettitle {
    font-family: 'Oxygen', sans-serif;
}

.body-font-12,
.body-font-12 .site-title,
.body-font-12 #colophon .widget-title, 
.body-font-12 #colophon .widgettitle {
    font-family: 'Nunito Sans', sans-serif;
}

.body-font-13,
.body-font-13 .site-title,
.body-font-13 #colophon .widget-title, 
.body-font-13 #colophon .widgettitle {
    font-family: 'Maven Pro', sans-serif;
}

.body-font-14,
.body-font-14 .site-title,
.body-font-14 #colophon .widget-title, 
.body-font-14 #colophon .widgettitle {
    font-family: 'Cairo', serif;
}

.body-font-15,
.body-font-15 .site-title,
.body-font-15 #colophon .widget-title, 
.body-font-15 #colophon .widgettitle {
    font-family: 'Philosopher', sans-serif;
}

.body-font-16,
.body-font-16 .site-title,
.body-font-16 #colophon .widget-title, 
.body-font-16 #colophon .widgettitle {
    font-family: 'IBM Plex Sans', sans-serif;
}

.body-font-17,
.body-font-17 .site-title,
.body-font-17 #colophon .widget-title, 
.body-font-17 #colophon .widgettitle {
    font-family: 'Tangerine', sans-serif;
}

.body-font-18,
.body-font-18 .site-title,
.body-font-18 #colophon .widget-title, 
.body-font-18 #colophon .widgettitle {
    font-family: 'Montserrat', sans-serif;
}


.subtitle-font-1 .section-subtitle {
    font-family: 'Raleway', sans-serif;
}

.subtitle-font-2 .section-subtitle {
    font-family: 'Poppins', sans-serif;
}

.subtitle-font-3 .section-subtitle {
    font-family: 'Roboto', sans-serif;
}

.subtitle-font-4 .section-subtitle {
    font-family: 'Open Sans', sans-serif;
}

.subtitle-font-5 .section-subtitle {
    font-family: 'Lato', sans-serif;
}

.subtitle-font-6 .section-subtitle {
    font-family: 'Shadows Into Light', sans-serif;
}

.subtitle-font-7 .section-subtitle {
    font-family: 'Playfair Display', serif;
}

.subtitle-font-8 .section-subtitle {
    font-family: 'Lora', serif;
}

.subtitle-font-9 .section-subtitle {
    font-family: 'Titillium Web', sans-serif;
}

.subtitle-font-10 .section-subtitle {
    font-family: 'Muli', sans-serif;
}

.subtitle-font-11 .section-subtitle {
    font-family: 'Oxygen', sans-serif;
}

.subtitle-font-12 .section-subtitle {
    font-family: 'Nunito Sans', sans-serif;
}

.subtitle-font-13 .section-subtitle {
    font-family: 'Maven Pro', sans-serif;
}

.subtitle-font-14 .section-subtitle {
    font-family: 'Cairo', serif;
}

.subtitle-font-15 .section-subtitle {
    font-family: 'Philosopher', sans-serif;
}

.subtitle-font-16 .section-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
}

.subtitle-font-17 .section-subtitle {
    font-family: 'Tangerine', sans-serif;
}

.subtitle-font-18 .section-subtitle {
    font-family: 'Montserrat', sans-serif;
}
/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
#colophon {
    position: relative;
}
.footer-widgets-area {
    background-color: #333;
}
#colophon a,
#colophon p,
#colophon li {
    color: #fff;
}
#colophon li:before,
#secondary li:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
}
#colophon a:hover,
#colophon a:focus,
#colophon li:hover:before,
#secondary li:hover:before {
    color: #f50058;
}
#colophon .widget-title, 
#colophon .widgettitle {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.site-info {
    background-color: #000;
    padding: 0;
    margin-top: 50px;
    line-height: 1.5;
    position: relative;
}
.footer-widgets-area + .site-info {
    margin-top: 0;
}
.site-info .cloud-bg {
    bottom: 100%;
    z-index: 1;
}
.site-info span {
    display: block;
    text-align: center;
    margin: 10px 0;
}
.site-info,
.site-info a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
#colophon .site-info a {
    color: #fff;
    font-weight: 600;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus {
    color: #f50058;
    text-decoration: underline;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.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 {
    margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.textwidget a{
    text-decoration: underline;
}
.widget_recent_entries ul li span {
    font-size: 12px;
    display: block;
}
#colophon #wp-calendar caption {
    font-weight: 600;
    text-align: left;
}
.widget_nav_menu ul ul {
    padding-left: 25px;
    margin-top: 15px;
}
.widget_archive li,
.widget_categories li {
    clear: both;
    display: table;
    width: 100%;
}
.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    line-height: 1;
    border: 1px solid #aaa;
    padding: 5px 8px;
    margin: 0 4px 8px 0;
    display: inline-block;
}
#secondary .widget_tag_cloud .tagcloud a:hover,
#secondary .widget_tag_cloud .tagcloud a:focus,
#colophon .widget_tag_cloud .tagcloud a:hover,
#colophon .widget_tag_cloud .tagcloud a:focus {
    background-color: #f50058;
    border-color: #f50058;
    color: #fff;
}
#colophon .widget_recent_comments li a:hover,
#colophon .widget_recent_comments li a:focus {
    color: #0388fc;
}
#colophon .widget_search form.search-form button.search-submit {
    background-color: #0388fc;
}
#colophon .widget_recent_entries li:before {
    float: left;
}
#colophon .widget_recent_entries li a,
#colophon .widget_recent_entries li span {
    display: table-row;
}
.backtotop {
    background-color: #0388fc;
    z-index: 300;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    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;
    color: #fff;
}
.backtotop:hover {
    background-color: #f50058;
}
/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {

    .featured-content-wrapper .entry-title {
        font-size: 36px;
    }
    #featured-slider article {
        padding: 300px 0;
    }
    #about .featured-image {
        padding: 200px 0;
    }
    .col-4 article,
    #about .col-2 article,
    #about .col-3 article,
    #about .col-4 article,
    #gallery .col-2 article,
    #gallery .col-3 article,
    #gallery .col-4 article,
    #services .col-2 article,
    #course .col-3 article,
    #course .col-2 article {
        width: 50%;
        float: left;
    }
    #about .col-2 article:nth-child(2n+1),
    #about .col-3 article:nth-child(2n+1),
    #about .col-4 article:nth-child(2n+1),
    #gallery .col-3 article:nth-child(2n+1),
    #services .col-2 article:nth-child(2n+1),
    #course .col-2 article:nth-child(2n+1),
    /*#course .col-3 article:nth-child(2n+1),*/
    #course .col-4 article:nth-child(2n+1) {
        clear: left;
    }
    #about .col-2 article:nth-last-child(-n+2),
    #about .col-3 article:nth-last-child(-n+2),
    #about .col-4 article:nth-last-child(-n+2),
    #course .col-2 article:nth-last-child(-n+2),
    #course .col-3 article:nth-last-child(-n+2),
    #course .col-4 article:nth-last-child(-n+2),
    #services .col-2 article:nth-last-child(-n+2){
        margin-bottom: 0;
    }
    .blog-posts-wrapper .col-2 article,
    .col-3 article {
        width: 50%;
        float: left;
    }
    .blog-posts-wrapper .col-2 article:nth-last-child(-n+2),
    .col-3 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .blog-postcol-3s-wrapper .col-2 article:nth-child(2n+1),
    .col-3 article:nth-child(2n+1) {
        clear: left;
    }
    #counter .section-content.col-2 article,
    #counter .section-content.col-4 article,
    #counter .section-content.col-5 article {
        width: 50%;
        float: left;
    }
    #counter .section-content.col-2 article:nth-child(2n+1),
    #counter .section-content.col-4 article:nth-child(2n+1),
    #counter .section-content.col-5 article:nth-child(2n+1) {
        clear: left;
    }
    #counter .section-content.col-2 article:nth-last-child(-n+2),
    #counter .section-content.col-4 article:nth-last-child(-n+2),
    #counter .section-content.col-5 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #counter .section-content.col-5 article:last-child {
        width: 100%;
        float: none;
    }
    #services .col-2 article,
    #services .col-3 article,
    #services .col-4 article {
        width: 50%;
        float: left;
    }
    #services .col-2 article:nth-child(2n+1),
    #services .col-3 article:nth-child(2n+1),
    #services .col-4 article:nth-child(2n+1) {
        clear: left;
    }
    #services .col-2 article:nth-last-child(-n+2),
    #services .col-3 article:nth-last-child(-n+2),
    #services .col-4 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #services + #about {
        padding-top: 115px;
    }
    #information .featured-image {
        padding: 200px 0;
    }
    .col-4 article,
    #team .col-2 article,
    #team .col-3 article,
    #team .col-4 article {
        width: 50%;
        float: left;
    }
    .col-4 article:nth-child(2n+1),
    #team .col-2 article:nth-child(2n+1),
    #team .col-3 article:nth-child(2n+1),
    #team .col-4 article:nth-child(2n+1){
        clear: left;
    }
    .col-4 article:nth-last-child(-n+2),
    #team .col-2 article:nth-last-child(-n+2),
    #team .col-3 article:nth-last-child(-n+2),
    #team .col-4 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #client .section-content.col-2 .client-item,
    #client .section-content.col-4 .client-item,
    #client .section-content.col-5 .client-item {
        width: 50%;
        float: left;
    }
    #client .section-content.col-2 .client-item:nth-child(2n+1),
    #client .section-content.col-4 .client-item:nth-child(2n+1),
    #client .section-content.col-5 .client-item:nth-child(2n+1) {
        clear: left;
    }
    #client .section-content.col-2 .client-item:nth-last-child(-n+2),
    #client .section-content.col-4 .client-item:nth-last-child(-n+2),
    #client .section-content.col-5 .client-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #client .section-content.col-5 .client-item:last-child {
        width: 100%;
        float: none;
    }
    .woocommerce #kidproduct ul.products li.product, 
    .woocommerce-page #kidproduct ul.products li.product {
        padding: 0 15px;
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }
    .woocommerce #kidproduct ul.products li.product:nth-child(2n+1), 
    .woocommerce-page #kidproduct ul.products li.product:nth-child(2n+1) {
        clear: left;
    }

    .woocommerce #kidproduct ul.products li.product:nth-last-child(-n+2), 
    .woocommerce-page #kidproduct ul.products li.product:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .woocommerce #kidproduct ul.products li.product, 
    .woocommerce-page #kidproduct ul.products li.product {
        margin-right: 0;
    }
    .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;
    }
    .footer-widgets-area {
        padding-bottom: 100px;
    }
}
@media screen and (min-width: 767px) {
    .featured-content-wrapper .entry-title {
        font-size: 42px;
    }
    #services + #about {
        padding-top: 130px;
    }
    #about article {
        position: relative;
        display: table;
        width: 100%;
    }
    #about .featured-image {
        width: 50%;
        display: table-cell;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0;
    }
    #about .entry-container {
        width: 50%;
        display: table-cell;
        float: right;
        text-align: left;
        padding: 60px 0 60px 60px;
    }
    #about .entry-header {
        text-align: left;
    }
    #about .col-3 article {
        width: 33.33%;
    }
    #about .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    #about .col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #about .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #services .col-3 article {
        width: 33.33%;
    }
    #services .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    #services .col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #services .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #information article {
        position: relative;
        display: table;
        width: 100%;
    }
    
    #information .entry-header {
        text-align: left;
    }
    #course .col-3 article {
        width: 33.33%;
    }
    #course .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    /*#course .col-3 article:nth-child(3n+1) {
        clear: left;
    }*/
    #course .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
     #team .col-3 article {
        width: 33.33%;
    }

    #team .col-3 article:nth-child(2n+1) {
        clear: none;
    }

    #team .col-3 article:nth-child(3n+1) {
        clear: left;
    }

    #team .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #client .col-3 article {
        width: 33.33%;
    }

    #client .col-3 article:nth-child(2n+1) {
        clear: none;
    }

    #client .col-3 article:nth-child(3n+1) {
        clear: left;
    }

    #client .col-3 article:nth-last-child(-n+3),
    #team .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #counter .section-content.col-3 .inner ,
    #client .section-content.col-3 .client-item {
        width: 33.33%;
        float: left;
    }
    #counter .section-content.col-3 .inner:nth-child(3n+1),
    #client .section-content.col-3 .client-item:nth-child(3n+1)  {
        clear: left;
    }
    #counter .section-content.col-3 .inner:nth-last-child(-n+3),
    #client .section-content.col-3 .client-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    #counter .section-content.col-4 .inner,
    #client .section-content.col-4 .client-item {
        width: 25%;
        float: left;
    }
    #counter .section-content.col-4 .inner:nth-child(2n+1),
    #client .section-content.col-4 .client-item:nth-child(2n+1) {
        clear: none;
    }
    #counter .section-content.col-4 .inner:nth-child(4n+1),
    #client .section-content.col-4 .client-item:nth-child(4n+1)  {
        clear: left;
    }
    #counter .section-content.col-4 .inner:nth-last-child(-n+4),
    #client .section-content.col-4 .client-item:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    #counter .section-content.col-5 .inner,
    #client .section-content.col-5 .client-item {
        width: 33.33%;
        float: left;
    }
    #counter .section-content.col-5 .inner:nth-child(2n+1),
    #client .section-content.col-5 .client-item:nth-child(2n+1) {
        clear: none;
    }

    #counter .section-content.col-5 .inner:nth-child(3n+1),
    #client .section-content.col-5 .client-item:nth-child(3n+1) {
        clear: left;
    }
    #counter .section-content.col-5 .inner:nth-last-child(-n+2),
    #client .section-content.col-5 .client-item:nth-last-child(-n+2) {
        width: 48%;
        display: inline-block;
        float: none;
    }
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous {
        padding-right: 25px;
    }
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        padding-left: 25px;
    }
    .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;
    }
    #blog .col-2 article,
    #blog .col-3 article {
        width: 50%;
        float: left;
    }
    #blog .col-2 article:nth-child(2n+1),
    #blog .col-3 article:nth-child(2n+1) {
        clear: left;
    }
    #blog .col-2 article:nth-last-child(-n+2),
    #blog .col-3 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px) {
    #top-bar .widget + .widget {
        margin-top: 0;
    }
    #top-bar.col-2 .widget {
        float: left;
        text-align: left;
        padding: 6px 0;
    }
    #top-bar.col-2 .widget + .widget {
        float: right;
        text-align: right;
        padding: 0;
    }
    .featured-content-wrapper {
        max-width: 760px;
    }
    #gallery .col-4 article {
        width: 25%;
    }
    #services + #about {
        padding-top: 150px;
    }
    #about article,
    #about .entry-header {
        text-align: left;
    }
    #about .featured-image {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }
    #about .entry-container,
    #about article.no-post-thumbnail .entry-container {
        padding: 50px;
    }
    #about .entry-title {
        font-size: 18px;
        margin:0;
    }
    #about .section-title {
        font-weight: 600;
    }
    .col-2 .service-item-wrapper {
        text-align: left;
    }
    #services .col-2 .icon-container {
        float: left;
        margin: 0 25px 0 0;
    }
    #services .col-2 .entry-header, 
    #services .col-2 .entry-content {
        display: table-row;
    }
    #information article,
    #information .entry-header {
        text-align: left;
    }
    #information .featured-image {
        width: 50%;
        display: table-cell;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0;
    }
    #information .entry-container {
        width: 50%;
        display: table-cell;
        float: left;
        text-align: left;
        padding: 60px 0 60px 60px;
    }
    #information .featured-image {
        width: 50%;
        float: right;
        margin-bottom: 0;
    }
    #information .entry-container,
    #information article.no-post-thumbnail .entry-container {
        padding: 50px;
    }
    #information .entry-title {
        font-size: 18px;
        font-weight: 600;
        margin:0;
    }
    #cta .section-title {
        margin-bottom: 0;
    }
    #playlist .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #playlist .hentry {
        width: 50%;
        float: left;
        text-align: left;
    }
    #playlist .section-header,
    #playlist .read-more {
        text-align: left;
        max-width: 500px;
    }

    #gallery .col-3 article {
        width: 33.33%;
    }
    #gallery .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    #gallery .col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #course.col-3 article {
        width: 33.33%;
    }
    .col-3 article:nth-child(2n+1),
    #course.col-3 article:nth-child(2n+1) {
        clear: none;
    }
    .col-3 article:nth-child(3n+1),
    #course.col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #counter .section-content.col-5 article {
        width: 20%;
    }
    #counter .section-content.col-5 article:nth-child(2n+1),
    #counter .section-content.col-5 article:nth-child(3n+1) {
        clear: none;
    }
    #counter .section-content.col-5 article:nth-child(5n+1) {
        clear: left;
    }
    #counter .section-content.col-5 article:nth-last-child(-n+2) {
        width: 20%;
        float: left;
    }  
    #counter .section-content.col-5 article:nth-last-child(-n+5) {
        margin-bottom: 0;
    } 
    .col-4 article, 
    #services .col-4 article {
        width: 25%;
    }
    .col-4 article:nth-child(2n+1),
    #services .col-4 article:nth-child(2n+1) {
        clear: none;
    }
    .col-4 article:nth-child(4n+1),
    #services .col-4 article:nth-child(4n+1) {
        clear: left;
    }
    .col-4 article:nth-last-child(-n+4),
    #services .col-4 article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    #team .col-4 article {
        width: 25%;
    }

    #team .col-4 article:nth-child(2n+1) {
        clear: none;
    }

    #team .col-4 article:nth-child(4n+1) {
        clear: left;
    }

    #team .col-4 article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
     #client .col-4 article {
        width: 25%;
    }
    #team .col-4 article {
        margin-bottom: 30px;
    }
    #client .col-4 article:nth-child(2n+1) {
        clear: none;
    }

    #client .col-4 article:nth-child(4n+1) {
        clear: left;
    }

    #client .col-4 article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    #counter .section-content.col-5 .inner,
    #client .section-content.col-5 .client-item { 
        width: 20%;
    }
    #counter .section-content.col-5 .inner:nth-child(2n+1),
    #counter .section-content.col-5 .inner:nth-child(3n+1),
    #client .section-content.col-5 .client-item:nth-child(2n+1),
    #client .section-content.col-5 .client-item:nth-child(3n+1) {
        clear: none;
    }
    #counter .section-content.col-5 .inner:nth-child(5n+1),
    #client .section-content.col-5 .client-item:nth-child(5n+1)  {
        clear: left;
    }
    #counter .section-content.col-5 .inner:nth-last-child(-n+2),
    #client .section-content.col-5 .client-item:nth-last-child(-n+2) {
        width: 20%;
        float: left;
    }  
    #counter .section-content.col-5 .inner:nth-last-child(-n+5),
    #clinet .section-content.col-5 .clinet-item:nth-last-child(-n+5) {
        margin-bottom: 0;
    }
    .col-4 article,
    .woocommerce #kidproduct ul.products li.product, 
    .woocommerce-page #kidproduct ul.products li.product {
        width: 25%;
    }
    .col-3 article {
        width: 33.33%;
    }
    .col-5 article {
        width: 20%;
    }
    .col-6 article {
        width: 16.66%;
    }
    .col-4 article:nth-child(2n+1),
    .woocommerce #kidproduct ul.products li.product:nth-child(2n+1), 
    .woocommerce-page #kidproduct ul.products li.product:nth-child(2n+1) {
        clear: none;
    }
    .col-4 article:nth-child(4n+1),
    .woocommerce #kidproduct ul.products li.product:nth-child(4n+1), 
    .woocommerce-page #kidproduct ul.products li.product:nth-child(4n+1) {
        clear: left;
    }
    .col-4 article:nth-last-child(-n+4),
    .woocommerce #kidproduct ul.products li.product:nth-last-child(-n+4), 
    .woocommerce-page #kidproduct ul.products li.product:nth-last-child(-n+4) {
        margin-bottom: 0;
    }

    nav.navigation.pagination {
        margin-top: 63px;
    }
    #colophon .social-icons {
        margin-left: -15px;
    }
    .social-icons li:not(:last-child) {
        margin-right: 14px;
    }
    .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;
    }
    #course article {
        width: 33.33%;
        float: left;
        padding: 0 15px;
        margin-bottom: 50px;
    }
    #course article.full-width {
        width: 100%;
        float: none;
    }
    #course.blog-posts article:not(.full-width) .entry-title {
        font-size: 30px;
    }
    #course.blog-posts article:not(.full-width) .entry-container {
        padding: 30px;
    }
    #course article.has-post-thumbnail.full-width:nth-child(5) .featured-image {
        right: auto;
        left: 0;
    }
    #course article.has-post-thumbnail.full-width:nth-child(5) .entry-container {
        float: right;
        padding: 60px 50px 60px 20px;
    }
    #course article.has-post-thumbnail.full-width:nth-child(5) .entry-container:after {
        left: -50px;
        right: auto;
    }
    #course article.no-post-thumbnail:not(.full-width) .post-item-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #blog .col-2 article .featured-image {
        padding: 150px 0;
    }
}
@media screen and (min-width: 1024px) {
    .page-section {
        padding: 80px 0;
    }
    #course .page-section{
        padding: 0;
    }
    .menu-sticky #masthead.nav-shrink {
        position: sticky;
        top: 0;
        padding: 3px 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.10);
    }
    .customize-support.menu-sticky #masthead.nav-shrink {
        top: 32px;
    }
    .main-navigation ul#primary-menu > li {
        text-align: center;
    }
    .main-navigation ul.nav-menu > li.fa,
    .main-navigation ul.nav-menu > li.fas,
    .main-navigation ul.nav-menu > li.far,
    .main-navigation ul.nav-menu > li.fal,
    .main-navigation ul.nav-menu > li.fab {
        padding: 15px 25px;
    }
    .main-navigation ul.nav-menu > li.fa > a,
    .main-navigation ul.nav-menu > li.fas > a,
    .main-navigation ul.nav-menu > li.far > a,
    .main-navigation ul.nav-menu > li.fal > a,
    .main-navigation ul.nav-menu > li.fab > a {
        padding-top: 50px;
        margin-top: -40px;
        position: relative;
        z-index: 9;
    }
    .main-navigation .menu-item-has-children > a:after {
        content: "\f0d7";
        padding-left: 8px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
    .main-navigation ul.nav-menu > li {
        padding: 30px 15px;
    }
    .main-navigation ul ul .menu-item-has-children > a:after {
        content: "\f0da";
    }
    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
        margin-right: -25px;
    }
    .main-navigation ul ul {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0;
        right: auto;
        display: block !important;
    }
    .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,
    .main-navigation ul ul li.focus > a {
        background-color: #0388fc;
        color: #fff;
        border-radius: 5px;
    }
    .main-navigation ul > li ul li:hover > a,
    .main-navigation ul > li ul li.focus > a {
        background-color: #0388fc;
    }
    .main-navigation ul.sub-menu > li:last-child > a {
        border-bottom: none;
    }
    .main-navigation ul ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation ul ul > li:last-child {
        border-bottom: none;
    }
    .main-navigation ul ul ul {
        top: 0;
    }
    .main-navigation ul ul li a:hover,
    .main-navigation ul ul li.current-menu-ancestor:hover > a {
        color: #fff !important;
    }
    .main-navigation ul#primary-menu > li.fa:after,
    .main-navigation ul#primary-menu > li.far:after,
    .main-navigation ul#primary-menu > li.fab:after,
    .main-navigation ul#primary-menu > li.fas:after {
        content: "";
        width: 55px;
        height: 55px;
        border: 1px solid #0388fc;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .main-navigation ul#primary-menu > li.fa:nth-child(1n):after,
    .main-navigation ul#primary-menu > li.far:nth-child(1n):after,
    .main-navigation ul#primary-menu > li.fab:nth-child(1n):after,
    .main-navigation ul#primary-menu > li.fas:nth-child(1n):after {
        border-color: #0388fc;
    }
    .main-navigation ul#primary-menu > li.fa:nth-child(2n):after,
    .main-navigation ul#primary-menu > li.far:nth-child(2n):after,
    .main-navigation ul#primary-menu > li.fab:nth-child(2n):after,
    .main-navigation ul#primary-menu > li.fas:nth-child(2n):after {
        border-color: #fcb54d;
    }
    .main-navigation ul#primary-menu > li.fa:nth-child(3n):after,
    .main-navigation ul#primary-menu > li.far:nth-child(3n):after,
    .main-navigation ul#primary-menu > li.fab:nth-child(3n):after,
    .main-navigation ul#primary-menu > li.fas:nth-child(3n):after {
        border-color: #fc5b4e;
    }
    .main-navigation ul#primary-menu > li.fa:nth-child(4n):after,
    .main-navigation ul#primary-menu > li.far:nth-child(4n):after,
    .main-navigation ul#primary-menu > li.fab:nth-child(4n):after,
    .main-navigation ul#primary-menu > li.fas:nth-child(4n):after {
        border-color: #adca69;
    }
    .main-navigation ul#primary-menu > li.fa:nth-child(5n):after,
    .main-navigation ul#primary-menu > li.far:nth-child(5n):after,
    .main-navigation ul#primary-menu > li.fab:nth-child(5n):after,
    .main-navigation ul#primary-menu > li.fas:nth-child(5n):after {
        border-color: #84bed6;
    }
    .main-navigation ul#primary-menu > li.fa:nth-child(6n):after,
    .main-navigation ul#primary-menu > li.far:nth-child(6n):after,
    .main-navigation ul#primary-menu > li.fab:nth-child(6n):after,
    .main-navigation ul#primary-menu > li.fas:nth-child(6n):after {
        border-color: #c389ce;
    }
    .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,
    .modern-menu ul#primary-menu {
        display: none;
    }
    .modern-menu .menu-toggle {
        display: block;
    }
    .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%);
    }
    .main-navigation form.search-form {
        border: 20px solid #111;
    }
    .main-navigation form.search-form input {
        background-color: #fff;
        border-color: #fff;
        color: #111;
    }
    #featured-slider article {
        padding: 350px 0;
    }
    .featured-content-wrapper .entry-title {
        font-size: 54px;
        margin-bottom: 14px;
        font-weight: 500;
    }
    .featured-content-wrapper .entry-subtitle {
        font-size: 28px;
        margin-bottom: 14px;
        font-weight: 500;
        color: #fff;
    }
    .featured-content-wrapper .read-more {
        margin-bottom: 40px;
    }
    #about-section .services-items-wrapper.col-4 article {
        width: 25%;
    }
    #about-section .services-items-wrapper.col-4 article:nth-child(2n+1) {
        clear: none;
    }
    #about-section .services-items-wrapper.col-4 article:nth-child(4n+1) {
        clear: left;
    }
    #about-section .services-items-wrapper.col-4 article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .post-item {
        position: relative;
        display: table;
        width: 100%;
    }
    .post-item .featured-image {
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        display: table-cell;
        height: 100%;
        bottom: 0;
    }
    .post-item .entry-container {
        width: 50%;
        float: left;
        display: table-cell;
    }
    .post-item .featured-image {
        right: auto;
        left: 0;
    }
    .post-item .entry-container {
        float: right;
    }
    #projects-section article:nth-child(1n) .featured-image {
        padding: 250px 0;
    }
    #projects-section article:nth-child(2n) .featured-image {
        padding: 125px 0;
    }
    #projects-section article:nth-child(3n) .featured-image {
        padding: 250px 0;
    }
    #projects-section article:nth-child(4n) .featured-image {
        padding: 250px 0;
    }
    #projects-section article:nth-child(5n) .featured-image {
        padding: 125px 0;
    }
    #projects-section article:nth-child(6n) .featured-image {
        padding: 125px 0;
    }
    #counter .section-content.col-4 article {
        width: 25%;
        float: left;
    }
    #counter .section-content.col-4 article:nth-child(2n+1) {
        clear: none;
    }
    #counter .section-content.col-4 article:nth-child(4n+1) {
        clear: left;
    }
    #counter .section-content.col-4 article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    
    .right-sidebar #primary,
    .left-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 30px;
    }
    .woocommerce-page.right-sidebar #primary,
    .woocommerce-page.left-sidebar #primary {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    
    .right-sidebar #secondary,
    .left-sidebar #secondary {
        width: 30%;
        float: right;
    }
    .left-sidebar #primary { 
        float: right;
        padding-right: 0;
        padding-left: 30px;
    }
    .no-sidebar #primary {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .single .footer-widgets-area,
    .archive .footer-widgets-area,
    .blog .footer-widgets-area {
        padding: 80px 0 150px;
    }
    .site-info {
        margin-top: 100px;
    }
    #blog .col-3 article {
        width: 33.33%;
    }
    #blog .col-3 article:nth-child(2n+1) {
        clear: none;
    }
    #blog .col-3 article:nth-child(3n+1) {
        clear: left;
    }
    #blog .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #details article.has-post-thumbnail {
    display: flex;
    align-items: center;
    }
    #details article.has-post-thumbnail .featured-image {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }
    #details article.has-post-thumbnail .entry-container {
        width: 50%;
        float: right;
        text-align: left;
        padding-left: 80px;
    }
    #features .section-content {
        position: relative;
    }
    #features article {
        width: 26%;
        float: left;
        text-align: right;
    }
    #features article:nth-of-type(2n) {
        text-align: left;
        float: right;
    }
    #features article:nth-of-type(2n+1) {
        clear: both;
    }
    #features .featured-image {
        text-align: center;
       margin-bottom: 0;
       position: absolute;
       width: calc(100% - 52%);
       margin: 0;
       top: 0;
       bottom: 0;
       height: 100%;
       padding: 0;
       left: 50%;
       transform: translateX(-50%);
       background-size: cover;
       background-position: 50%;
    }
    #features .read-more {
        margin-top: 60px;
    }
}
@media screen and (min-width: 1200px) {
    #search:before {
        right: 15px;
    }

    #services + #about {
        padding: 100px 0;
    }
    #about .entry-container {
        padding: 20px 0 0 80px;
    }
    #about .col-3 .featured-image {
        padding: 150px 0;
    }
    #information .entry-container {
        padding: 50px 80px 50px  0;
    }
    #projects-section .section-subtitle,
    #latest-news .section-subtitle {
        padding-bottom: 32px;
    }
    .blog-posts-wrapper.col-3 .has-post-thumbnail .featured-image {
        padding: 160px 0;
    }
    #blog .col-2 article .featured-image {
        padding: 175px 0;
    }
    .section-subtitle{
        font-size: 17px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1330px) {
    .blog-item-wrapper .entry-meta .cat-links a {
        padding: 5px 15px;
    }
    .blog-item-wrapper .entry-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-item-wrapper .entry-meta .cat-links a:not(:last-child) {
        margin-right: 2px;
    }
    .blog-item-wrapper .entry-meta .cat-links a {
        margin-top: 5px;
    }
}
@media screen and (min-width: 1900px) {
    .wrapper {
        max-width: 1400px;
    }
    #page-site-header {
        padding: 300px 0;
    }
    #featured-slider article {
        padding: 400px 0;
    }
    .section-subtitle{
        font-size: 16px;
    }
    #features article {
        margin-bottom: 35px;
    }
    #features article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    #top-bar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    #masthead {
        margin-bottom: 0;
        position: relative;
        min-height: 80px;
        padding: 0;
    }
    .site-branding {
        padding: 7px 0;
        min-height: 80px;
    }
    .site-title {
        font-size: 26px;
    }
    .main-navigation ul ul {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation ul ul ul {
        margin-top: 0;
    }
    .main-navigation ul.nav-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        display: block;
        width: 100%;
    }
    .main-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }
    .main-navigation ul#primary-menu > li {
        width: 100%;
        padding: 0;
    }
    .main-navigation ul.nav-menu > li {
        padding: 15px 0;
    }
    .main-navigation ul ul li a {
        padding-left: 35px;
    }
    .main-navigation ul ul ul li a {
        padding-left: 60px;
    }
    .main-navigation ul ul ul ul li a {
        padding-left: 80px;
    }
    .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.nav-menu > li.fa, 
    .main-navigation ul.nav-menu > li.fas, 
    .main-navigation ul.nav-menu > li.far, 
    .main-navigation ul.nav-menu > li.fal, 
    .main-navigation ul.nav-menu > li.fab {
        padding: 15px 0;
    }
    .main-navigation ul#primary-menu > li:before {
        display: none;
    }
    .main-navigation .menu-item-has-children > a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: rgba(255, 255, 255, 0.20);
        width: 1px;
        height: 25px;
    }
    .main-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
    .main-navigation ul.sub-menu li a {
        border-left: none;
    }
    .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation {
        position: static;
    }
    .main-navigation a {
        color: #555555;
        padding: 15px;
    }
    #masthead.site-header .main-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 400px;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
    }
    .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;
    }
    .featured-content-wrapper .entry-title {
        font-size: 42px !important;
    }
}

@media screen and (max-width: 992px) {
    #page-site-header {
        padding: 200px 0;
    }
    .comments-title, 
    #reply-title {
        font-size: 28px;
    }
    #testimonial-section .entry-container,
    .testimonial-slider .slick-dots {
        text-align: center;
    }
    #pricing .col-3 article {
        width: 50%;
        float: left;
    }
    #pricing .col-3 article:nth-child(3n+1) {
        clear: none;
    }
    #pricing .col-3 article:nth-child(2n+1) {
        clear: left;
    }
    #pricing .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 50px;
    }
    #pricing .col-3 article:nth-last-child(-n+1){
        margin-bottom: 0;
    }

}
@media screen and (max-width: 767px) {
    #masthead.site-header .main-navigation ul.nav-menu {
        max-width: 100%;
    }
    #featured-slider button.slick-arrow,
    #featured-slider:hover button.slick-arrow {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    #page-site-header .page-title {
        font-size: 32px;
    }
    #about {
        text-align: center;
    }
    .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;
    }
    .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;
    }
    #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;
    }
    .featured-content-wrapper .entry-title {
        font-size: 36px !important;
    }
    .testimonial-slider .entry-content {
        font-size: 22px;
    }
    .testimonial-slider .entry-title {
        font-size: 25px;
    }
    #pricing .col-2 article,
    #pricing .col-3 article{
        width: 100%;
        float: none;
    }
    #pricing .col-2 article,
    #pricing .col-3 article {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-header{
        display: block;
        text-align: center;
    }
    .section-title{
        padding-left: 0;
    }
    .section-title::before,
    .section-title::after{
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .site-branding .site-logo + #site-identity {
        margin-top: 15px;
    }
    #featured-slider article .entry-content {
        display: none;
    }
    #counter .section-content {
        margin-left: auto;
        margin-right: auto;
    }
    .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;
    }
}
@media screen and (max-width: 550px) {
    .testimonial-slider .entry-content {
        font-size: 18px;
    }
    .testimonial-slider .entry-title {
        font-size: 22px;
    }
    .testimonial-slider .designation {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    #masthead .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .site-logo, 
    #site-identity {
        display: block;
    }
    .site-branding {
        min-height: auto;
        text-align: center;
        width: 100%;
        float: none;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        display: block;
    }
    .menu-toggle {
        margin: auto;
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        height: 80px;
    }
    .menu-toggle span {
        margin: 7px auto;
    }
    .main-navigation {
        float: none;
    }
    .featured-content-wrapper .entry-content p, 
    #featured-slider article .entry-content {
        font-size: 16px;
    }
}
@media screen and (max-width: 360px) {
    .testimonial-slider .entry-content {
        font-size: 16px;
    }
}
