/**

 * Theme Name: Edukul

 * Version: 1.7

 * Description: Education WordPress Theme

 * Author: Ninzio

 * Theme URI: http://edukul.com/edukul

 * Author URI: https://themeforest.net/user/edukul

 * License: Custom license

 * License URI: Licensing/README_License.txt

 * Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready

 * Text Domain: edukul

**/





/* TABLE OF CONTENTS



 * MAIN STYLE

   * Reset Browsers

   * General

   *  Elements

   *  Forms

   *  Typography

   * Extra classes

   * Revolution Slider

   * WordPress Styles

   * Layout

   *  Sidebar Right (default)

   *  Sidebar Left

   *  No Sidebar

   *  Boxed layout

   * Header Gene

   *  Logo

   *  Menu

   *  Sub Menu

   *  Mega Menu

   *  Mobile Menu

   *  Mobile Menu Extend

   *  Mobile Menu Button

   *  Cart Icon

   *  Search Icon

   *  Header Fixed

   *  Header Full-width

   *  Header Styles

   *   Header Style 1

   *   Header Style 2

   *   Header Style 3

   *   Header Style 4

   * Featured Title

   * Blog Post

   *  Post media

   *  Post title

   *  Post meta

   *  Post excerpt

   *  Post link

   * Blog single

   *   Post tags

   *   Post author

   *   Post related

   *   Comments

   *    Comment list

   *    Comment form

   * Widgets

   *  Title Widget

   *  Widget: Text

   *  Widget: Categories, Meta, Archives, Pages

   *  Widget: Recent Entries

   *  Widget: Nav

   *  Widget: Calendar

   *  Widget: Links

   *  Widget: Twitter

   *  Widget: Search

   *  Widget: Socials

   *  Widget: Recent News Advanced 

   *  Widget: Instagram & Flickr

   *  Widget: Tags

   * Footer

   *  Grid

   *  Gutter

   * Bottom Bar

   *  Bottom navigation

   * Scroll Top Button

   * Pagination

   * Nothing Found & 404 Page

   * Media Queries



 * ELEMENTS STYLE

   * Accordions & Toggles

   * Action Box

   * Links

   * Button

   * Content Box

   * CountDown

   * Counter

   * Divider

   * Product

   * Tabs

   * Fancy Text

   * Headings

   * Hero Section

   * Icon Box

   * Icons

   * Image Box

   * Image Slider or Grid

   * News

   * Partner

   * Galleries

   * Progress Bar

   * Scroll Target

   * Subscribe Form

   * Member

   * Member Grid

   * Testimonails

   * Video Icon

   * List

   * Parallax Box

   * Socials

   * Contact Form 7

   * Price Tables switcher 2

   * Carousel Constrols

 * SHOP STYLE

   * Single Product

   * Cart Page

   * Checkout Page

   * Widgets



-------------------------------------------------------------- */





/*

MAIN STYLE

-------------------------------------------------------------- */





/* Reset Browsers

-------------------------------------------------------------- */



html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

section,

summary,

time,

mark,

audio,

video {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    font: inherit;

    vertical-align: baseline;

    font-family: inherit;

    font-size: 101%;

    font-style: inherit;

    font-weight: inherit;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block

}



html {

    font-size: 62.5%;

    overflow-y: scroll;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

}



*,

*:before,

*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



body {

    background: #fff;

    line-height: 1;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

nav,

section {

    display: block

}



ol,

ul {

    list-style: none

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



caption,

th,

td {

    font-weight: normal;

    text-align: left;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

    content: '';

    content: none;

}



blockquote,

q {

    quotes: none

}



a:focus {

    outline: none

}



a:hover,

a:active {

    outline: 0

}



a img {

    border: 0

}



img {

    max-width: 100%;

    height: auto;

}



select {

    max-width: 100%;

    margin: 0;

    border-radius: 0;

}





/* General

-------------------------------------------------------------- */



body {

    font-family: "Open Sans", sans-serif;

    color: #808080;

    font-size: 14px;

    font-weight: 400;

    line-height: 2;

    background-color: #fff;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility;

    overflow-x: hidden;

    overflow-y: hidden;

}



img {

    height: auto;

    max-width: 100%;

    vertical-align: middle;

    -ms-interpolation-mode: bicubic

}



p {

    margin: 0 0 25px;

}



strong,

b,

cite {

    font-weight: 700;

}



dfn,

cite,

em,

i {

    font-style: italic;

}



blockquote {

    font-size: 18px;

    line-height: 29px;

    background-color: #f8f8f8;

    padding: 25px 50px 25px 30px;

    position: relative;

    margin: 35px 0;

}



blockquote:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 3px;

    height: 100%;

    background-color: #ff9900;

}



blockquote cite {

    font-size: 14px;

    color: #42495b;

    font-style: normal;

    position: relative;

}



blockquote > p:last-child {

    margin-bottom: 0;

}



blockquote i {

    font-style: normal;

}



abbr,

acronym {

    border-bottom: 1px dotted #e6e6e6;

    cursor: help;

}



mark,

ins {

    text-decoration: none;

    background-color: #fff9c0;

}



sup,

sub {

    font-size: 75%;

    height: 0;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}



sup {

    top: -6px;

}



sub {

    bottom: -3px;

}



small {

    font-size: 75%;

}



big {

    font-size: 125%;

}



address {

    font-style: italic;

    margin: 0 0 20px;

}



code,

kbd,

tt,

var {

    font-family: Inconsolata, monospace;

    font-size: 14px;

}



pre {

    margin: 15px 0;

    padding: 15px;

    background: #f7f7f7;

    border: 1px solid #e6e6e6;

    overflow-x: auto;

    font-family: Inconsolata, monospace;

    -webkit-hyphens: none;

    hyphens: none;

    border-radius: 0;

    height: auto;

}





/* Elements

-------------------------------------------------------------- */



html {

    box-sizing: border-box;

}



*,

*:before,

*:after {

    box-sizing: inherit;

}



hr {

    background-color: #e6e6e6;

    border: 0;

    height: 1px;

    margin-bottom: 20px;

}





/* List */



ul,

ol {

    padding: 0;

    margin: 0 0 20px 20px;

}



ul {

    list-style: disc;

}



ul ul {

    list-style-type: circle;

}



ol {

    list-style: decimal;

}



li > ul,

li > ol {

    margin-bottom: 0;

}



dl,

dd {

    margin: 0 0 20px;

}



dt {

    font-weight: bold;

}



del {

    opacity: 0.5;

}





/* Table */



table,

th,

td {

    border: 1px solid #e6e6e6;

}



table {

    border-collapse: separate;

    border-spacing: 0;

    border-width: 1px 0 0 1px;

    margin: 0 0 30px;

    table-layout: fixed;

    width: 100%;

}



caption,

th,

td {

    font-weight: normal;

    text-align: left;

}



th {

    border-width: 0 1px 1px 0;

    font-weight: bold;

}



td {

    border-width: 0 1px 1px 0;

}



th,

td {

    padding: 14px 20px;

}





/* Media */



embed,

iframe,

object,

video {

    margin-bottom: 20px;

    max-width: 100%;

    vertical-align: middle;

}



p > embed,

p > iframe,

p > object,

p > video {

    margin-bottom: 0;

}





/* 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;

}



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

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000;

}





/* Forms

-------------------------------------------------------------- */





/* Fixes */



button,

input {

    line-height: normal;

}



button,

input,

select,

textarea {

    font-size: 101%;

    line-height: inherit;

    margin: 0;

    vertical-align: baseline;

}



.widget select {

    width: 100%;

    padding: 0 20px;

    height: 60px;

    -webkit-appearance: none;

    border-radius: 0;

    margin: 0;

    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;

    background-size: 10px;

    background-position: calc(100% - 15px) 50%;

    background-repeat: no-repeat;

}



input,

textarea {

    font-size: 1em;

    max-width: 100%;

    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));

    /* Removing the inner shadow on iOS inputs */

}



textarea {

    overflow: auto;

    /* Removes default vertical scrollbar in IE6/7/8/9 */

    vertical-align: top;

    /* Improves readability and alignment in all browsers */

}



input[type="checkbox"] {

    display: inline;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

    line-height: 1;

    cursor: pointer;

    -webkit-appearance: button;

    border: 0;

}



input[type="checkbox"],

input[type="radio"] {

    padding: 0;

    /* Addresses excess padding in IE8/9 */

}



input[type="search"] {

    -webkit-appearance: textfield;

    /* Addresses appearance set to searchfield in S5, Chrome */

}



input[type="search"]:-webkit-search-decoration {

    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

    -webkit-appearance: none;

}



input[type="search"]::-webkit-search-decoration,

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button,

input[type="search"]::-webkit-search-results-decoration {

    display: none;

}



button:-moz-focus-inner,

input:-moz-focus-inner {

    border: 0;

    padding: 0;

}





/* Remove chrome yellow autofill */



input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset

}





/* Reset search styling */



input[type="search"] {

    outline: 0

}



input[type="search"]:-webkit-search-decoration,

input[type="search"]:-webkit-search-cancel-button,

input[type="search"]:-webkit-search-results-button,

input[type="search"]:-webkit-search-results-decoration {

    display: none

}





/* Input normal */



select,

textarea,

input[type="text"],

input[type="password"],

input[type="datetime"],

input[type="datetime-local"],

input[type="date"],

input[type="month"],

input[type="time"],

input[type="week"],

input[type="number"],

input[type="email"],

input[type="url"],

input[type="search"],

input[type="tel"],

input[type="color"] {

    font-family: "Montserrat", sans-serif;

    color: #808080;

    background-color: transparent;

    padding: 15px 20px;

    border-style: solid;

    border-width: 1px;

    border-color: #eaeaea;

    font-size: 14px;

    margin-bottom: 20px;

    text-shadow: none;

    box-shadow: none;

    box-sizing: border-box;

    transition: all ease 0.3s;

}



select {

    font-family: "Montserrat", sans-serif;

    color: #808080;

    padding: 19px 20px;

}





/* Input focus */



select:focus,

textarea:focus,

input[type="text"]:focus,

input[type="password"]:focus,

input[type="datetime"]:focus,

input[type="datetime-local"]:focus,

input[type="date"]:focus,

input[type="month"]:focus,

input[type="time"]:focus,

input[type="week"]:focus,

input[type="number"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="search"]:focus,

input[type="tel"]:focus,

input[type="color"]:focus {

    border-color: #ddd;

    outline: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

}





/* Button */



button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 700;

    color: #fff;

    background-color: #ff9900;

    padding: 23px 38px;

    border-radius: 5px;

    display: inline-block;

    -webkit-appearance: none;

    transition: all ease 0.3s;

}





/* Button hover + focus */



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover,

button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus {

    outline: 0;

    background-color: #42495b;

}





/* Placeholder */



::placeholder {

    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #9a9a9a;

    opacity: 1;

    /* Firefox */

}



:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #9a9a9a;

}



::-ms-input-placeholder {

    /* Microsoft Edge */

    color: #9a9a9a;

}



.light-form::placeholder {

    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #fff;

    opacity: 1;

    /* Firefox */

}



.light-form:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #fff;

}



.light-form::-ms-input-placeholder {

    /* Microsoft Edge */

    color: #fff;

}





/* Links */



a {

    color: #ff9900;

    outline: 0;

    text-decoration: none;

    transition: all ease 0.3s;

}



a:hover,

a:focus,

a:active {

    outline: 0;

    color: #42495b;

    text-decoration: none

}



a.hover-underline:hover {

    text-decoration: underline !important;

}



a.hover-opacity:hover {

    opacity: 0.7;

}





/* Typography

-------------------------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Montserrat", sans-serif;

    color: #42495b;

    font-weight: 700;

    line-height: 1.25;

    margin: 0 0 20px;

    letter-spacing: -0.5px;

    text-rendering: optimizeLegibility;

}



h1 {

    font-size: 2.714em;

    letter-spacing: -1.5px;

    /* 38px */

}



h2 {

    font-size: 2.285em;

    letter-spacing: -1.5px;

    /* 32px */

}



h3 {

    font-size: 2em;

    letter-spacing: -1px;

    /* 28px */

}



h4 {

    font-size: 1.714em;

    /* 24px */

}



h5 {

    font-size: 1.428em;

    line-height: 1.3;

    /* 20px */

}



h6 {

    font-size: 1.142em;

    line-height: 1.3;

    /* 16px */

}



h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

    color: inherit

}





/* Extra classes

-------------------------------------------------------------- */



.display-none,

.hidden {

    display: none !important;

}



.display-block {

    display: block !important;

}



.display-inline {

    display: inline !important;

}



.position-relative {

    position: relative;

}



.text-accent-color {

    color: #ff9900;

}



.text-color-1 {

    color: #0079c1;

}



.text-white {

    color: #fff !important;

}



.text-dark {

    color: #42495b !important;

}



.text-light {

    color: #808080 !important;

}



.text-very-light {

    color: #a0a0a0 !important;

}



.bg-accent {

    background-color: #ff9900;

}



.bg-dark {

    background-color: #42495b !important;

}



.bg-light {

    background-color: #f0f0f0 !important;

}



.bg-very-light {

    background-color: #f7f7f7 !important;

}



.text-italic {

    font-style: italic !important;

}



.text-center {

    text-align: center !important;

}



.text-right {

    text-align: right !important;

}



.text-left {

    text-align: left !important;

}



.text-del {

    text-decoration: line-through !important;

}



.underline-solid,

.underline-dotted,

.underline-dashed {

    position: relative;

}



.underline-solid:after,

.underline-dotted:after,

.underline-dashed:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 1px;

    border-bottom: 1px solid #ff9900;

}



.underline-dotted:after {

    border-bottom-style: dotted;

}



.underline-dashed:after {

    border-bottom-style: dashed;

}



.box-shadow {

    box-shadow: 0px 0px 20px 0px #eaeaea !important;

}



.letter-spacing-1px {

    letter-spacing: 1px !important;

}



.letter-spacing-2px {

    letter-spacing: 2px !important;

}



.letter-spacing-3px {

    letter-spacing: 3px !important;

}



.letter-spacing-4px {

    letter-spacing: 4px !important;

}



.letter-spacing-5px {

    letter-spacing: 5px !important;

}



.letter-spacing-6px {

    letter-spacing: 6px !important;

}



.letter-spacing-7px {

    letter-spacing: 7px !important;

}



.letter-spacing-8px {

    letter-spacing: 8px !important;

}



.letter-spacing-9px {

    letter-spacing: 9px !important;

}



.letter-spacing-10px {

    letter-spacing: 10px !important;

}



.font-size-10 {

    font-size: 10px;

}



.font-size-11 {

    font-size: 11px;

}



.font-size-12 {

    font-size: 12px;

}



.font-size-13 {

    font-size: 13px;

}



.font-size-14 {

    font-size: 14px;

}



.font-size-15 {

    font-size: 15px;

}



.font-size-16 {

    font-size: 16px;

}



.font-size-17 {

    font-size: 17px;

}



.font-size-18 {

    font-size: 18px;

}



.font-size-19 {

    font-size: 19px;

}



.font-size-20 {

    font-size: 20px;

}



.font-size-21 {

    font-size: 21px;

}



.font-size-22 {

    font-size: 22px;

}



.font-size-23 {

    font-size: 23px;

}



.font-size-24 {

    font-size: 24px;

}



.font-size-25 {

    font-size: 25px;

}



.font-size-26 {

    font-size: 26px;

}



.font-size-27 {

    font-size: 27px;

}



.font-size-28 {

    font-size: 28px;

}



.font-size-29 {

    font-size: 29px;

}



.font-size-30 {

    font-size: 30px;

}



.line-height-20 {

    line-height: 22px;

}



.line-height-1 {

    line-height: 21px;

}



.line-height-22 {

    line-height: 22px;

}



.line-height-23 {

    line-height: 23px;

}



.line-height-24 {

    line-height: 24px;

}



.line-height-25 {

    line-height: 25px;

}



.line-height-26 {

    line-height: 26px;

}



.line-height-27 {

    line-height: 27px;

}



.line-height-28 {

    line-height: 28px;

}



.line-height-29 {

    line-height: 29px;

}



.line-height-30 {

    line-height: 30px;

}



.line-height-31 {

    line-height: 31px;

}



.line-height-32 {

    line-height: 32px;

}



.line-height-33 {

    line-height: 33px;

}



.line-height-34 {

    line-height: 34px;

}



.line-height-35 {

    line-height: 35px;

}



.font-weight-100 {

    font-weight: 100;

}



.font-weight-200 {

    font-weight: 200;

}



.font-weight-300 {

    font-weight: 300;

}



.font-weight-400 {

    font-weight: 400;

}



.font-weight-500 {

    font-weight: 600;

}



.font-weight-600 {

    font-weight: 600;

}



.font-weight-700 {

    font-weight: 700;

}



.font-weight-800 {

    font-weight: 800;

}



.rounded-30 {

    border-radius: 30px;

}



.font-weight-900 {

    font-weight: 900;

}



.margin-bottom-0 {

    margin-bottom: 0px;

}



.margin-bottom-5 {

    margin-bottom: 5px;

}



.margin-bottom-10 {

    margin-bottom: 10px;

}



.margin-bottom-15 {

    margin-bottom: 15px;

}



.margin-bottom-20 {

    margin-bottom: 20px;

}



.margin-bottom-25 {

    margin-bottom: 25px;

}



.margin-bottom-30 {

    margin-bottom: 30px;

}



.margin-bottom-35 {

    margin-bottom: 35px;

}



.margin-bottom-40 {

    margin-bottom: 40px;

}



.margin-bottom-45 {

    margin-bottom: 45px;

}



.margin-bottom-50 {

    margin-bottom: 50px;

}



.margin-bottom-55 {

    margin-bottom: 55px;

}



.margin-bottom-60 {

    margin-bottom: 60px;

}



.margin-bottom-65 {

    margin-bottom: 65px;

}



.margin-bottom-70 {

    margin-bottom: 70px;

}



.margin-bottom-75 {

    margin-bottom: 75px;

}



.margin-bottom-80 {

    margin-bottom: 80px;

}



.margin-bottom-85 {

    margin-bottom: 85px;

}



.margin-bottom-90 {

    margin-bottom: 90px;

}



.margin-bottom-95 {

    margin-bottom: 95px;

}



.margin-bottom-100 {

    margin-bottom: 100px;

}



.margin-top-0 {

    margin-top: 0px;

}



.margin-top-5 {

    margin-top: 5px;

}



.margin-top-10 {

    margin-top: 10px;

}



.margin-top-15 {

    margin-top: 15px;

}



.margin-top-20 {

    margin-top: 20px;

}



.margin-top-25 {

    margin-top: 25px;

}



.margin-top-30 {

    margin-top: 30px;

}



.margin-top-35 {

    margin-top: 35px;

}



.margin-top-40 {

    margin-top: 40px;

}



.margin-top-45 {

    margin-top: 45px;

}



.margin-top-50 {

    margin-top: 50px;

}



.margin-top-55 {

    margin-top: 55px;

}



.margin-top-60 {

    margin-top: 60px;

}



.margin-top-65 {

    margin-top: 65px;

}



.margin-top-70 {

    margin-top: 70px;

}



.margin-top-75 {

    margin-top: 75px;

}



.margin-top-80 {

    margin-top: 80px;

}



.margin-top-85 {

    margin-top: 85px;

}



.margin-top-90 {

    margin-top: 90px;

}



.margin-top-95 {

    margin-top: 95px;

}



.margin-top-100 {

    margin-top: 100px;

}



.padding-bottom-0 {

    padding-bottom: 0px;

}



.padding-bottom-5 {

    padding-bottom: 5px;

}



.padding-bottom-10 {

    padding-bottom: 10px;

}



.padding-bottom-15 {

    padding-bottom: 15px;

}



.padding-bottom-20 {

    padding-bottom: 20px;

}



.padding-bottom-25 {

    padding-bottom: 25px;

}



.padding-bottom-30 {

    padding-bottom: 30px;

}



.padding-bottom-35 {

    padding-bottom: 35px;

}



.padding-bottom-40 {

    padding-bottom: 40px;

}



.padding-bottom-45 {

    padding-bottom: 45px;

}



.padding-bottom-50 {

    padding-bottom: 50px;

}



.padding-bottom-55 {

    padding-bottom: 55px;

}



.padding-bottom-60 {

    padding-bottom: 60px;

}



.padding-bottom-65 {

    padding-bottom: 65px;

}



.padding-bottom-70 {

    padding-bottom: 70px;

}



.padding-bottom-75 {

    padding-bottom: 75px;

}



.padding-bottom-80 {

    padding-bottom: 80px;

}



.padding-bottom-85 {

    padding-bottom: 85px;

}



.padding-bottom-90 {

    padding-bottom: 90px;

}



.padding-bottom-95 {

    padding-bottom: 95px;

}



.padding-bottom-100 {

    padding-bottom: 100px;

}



.padding-top-0 {

    padding-top: 0px;

}



.padding-top-5 {

    padding-top: 5px;

}



.padding-top-10 {

    padding-top: 10px;

}



.padding-top-15 {

    padding-top: 15px;

}



.padding-top-20 {

    padding-top: 20px;

}



.padding-top-25 {

    padding-top: 25px;

}



.padding-top-30 {

    padding-top: 30px;

}



.padding-top-35 {

    padding-top: 35px;

}



.padding-top-40 {

    padding-top: 40px;

}



.padding-top-45 {

    padding-top: 45px;

}



.padding-top-50 {

    padding-top: 50px;

}



.padding-top-55 {

    padding-top: 55px;

}



.padding-top-60 {

    padding-top: 60px;

}



.padding-top-65 {

    padding-top: 65px;

}



.padding-top-70 {

    padding-top: 70px;

}



.padding-top-75 {

    padding-top: 75px;

}



.padding-top-80 {

    padding-top: 80px;

}



.padding-top-85 {

    padding-top: 85px;

}



.padding-top-90 {

    padding-top: 90px;

}



.padding-top-95 {

    padding-top: 95px;

}



.padding-top-100 {

    padding-top: 100px;

}



.clear:before,

.clear:after,

.clearfix:before,

.clearfix:after,

.edukul-container:before,

.edukul-container:after {

    clear: both;

    display: table;

    line-height: 0;

    content: "";

}



.clear:after,

.clearfix:after,

.edukul-container:after {

    clear: both;

}



.overflow-inherit {

    overflow: inherit !important;

}



.overflow-hidden {

    overflow: hidden !important;

}





/* Remove default vc margins & paddings in the composer */



.vc_col-has-fill>.vc_column-inner,

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,

.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,

.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,

.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,

.vc_row-has-fill>.vc_column_container>.vc_column-inner,

.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,

.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {

    padding-top: 0 !important;

}



.wpb_row,

.wpb_content_element,

ul.wpb_thumbnails-fluid > li,

.last_toggle_el_margin,

.wpb_button {

    margin-bottom: 0 !important;

}



.d-flex {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

}



.d-flex:before,

.d-flex:after {

    content: none;

}



.flex-wrap {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



.flex-nowrap {

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

}



.align-items-start {

    -webkit-box-align: start !important;

    -ms-flex-align: start !important;

    align-items: flex-start !important;

}



.align-items-end {

    -webkit-box-align: end !important;

    -ms-flex-align: end !important;

    align-items: flex-end !important;

}



.align-items-center {

    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

}



@media screen and (max-width: 767px) {

    .d-flex {

        display: block !important;

    }

}





/* Revolution Slider

-------------------------------------------------------------- */



.tparrows.custom {

    background-color: rgba(29, 43, 55, 0.5);

    width: 60px;

    height: 60px;

    border-radius: 50%;

    transition: all ease 0.3s;

}



.tparrows.custom:hover {

    background-color: #ff9900;

}



.custom.tparrows.tp-leftarrow:before,

.custom.tparrows.tp-rightarrow:before {

    content: "\e686";

    font-family: "Pe-icon-7-stroke";

    color: #fff;

    font-size: 24px;

    line-height: 60px;

}



.custom.tparrows.tp-rightarrow:before {

    content: "\e684";

}



.tp-bullets.custom .tp-bullet {

    width: 8px;

    height: 8px;

    border: 2px solid #fff;

    border-radius: 50%;

    background-color: transparent;

    transition: all ease 0.3s;

}



.tp-bullets.custom .tp-bullet.selected {

    background-color: #fff;

}



a.rev-btn,

.edukul-button {

    transition: background 0.3s ease 0s, color 0.3s ease 0s !important;

}





/* WordPress Styles

-------------------------------------------------------------- */



.bypostauthor > article {

    border: 0 !important;

    background-color: #f8f8f8;

}



.sticky-post {

    display: inline-block;

    color: #fff;

    background-color: #4582ff;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 600;

    padding: 3px 12px;

    border-radius: 2px;

    font-family: "Montserrat", sans-serif;

    margin: 7px 0;

}



.aligncenter {

    display: block;

    margin: 0 auto;

}



.alignright {

    float: right;

    margin: 7px 0 15px 25px;

}



.alignleft {

    float: left;

    margin: 7px 25px 15px 0;

}



blockquote.alignleft {

    margin: 5px 20px 0;

}



blockquote.alignright {

    margin: 5px 0 20px 20px;

}



blockquote.aligncenter {

    margin-bottom: 20px;

}



.floatleftcenter {

    float: none;

    margin: 0 auto;

}



.floatleft {

    float: left

}



.floatright {

    float: right

}



.wp-caption {

    text-align: center;

    max-width: 100%;

    text-align: center;

    margin-bottom: 20px;

}



.wp-caption img {

    display: block;

    margin: 0 auto;

    padding: 0;

    border: 0 none;

}



.wp-caption img[class*="wp-image-"] {

    display: block;

    margin: 0;

}



.wp-caption .wp-caption-text,

.gallery-caption {

    font-size: 1em;

    padding: 10px 0 0;

    margin: 0;

    text-align: center;

    font-style: italic;

}



.wp-caption.alignnone {

    margin-bottom: 20px

}



.wp-smiley {

    margin: 0;

    max-height: 1em;

}



#img-attch-page {

    text-align: center;

    overflow: hidden;

}



#img-attch-page img {

    display: inline-block;

    margin: 0 auto;

    max-width: 100%;

    margin-bottom: 20px;

}



.post-password-form label {

    font-weight: bolder;

    color: #42495b;

}



form.login .lost_password {

    display: inline-block;

}



.wpstats {

    display: none

}



.gallery {

    margin: 0 -1.15% 30px;

}



.gallery-item {

    display: inline-block;

    max-width: 33.33%;

    padding: 0 1.15% 2.3%;

    text-align: center;

    vertical-align: top;

    width: 100%;

}



.gallery-columns-1 .gallery-item {

    max-width: 100%;

}



.gallery-columns-2 .gallery-item {

    max-width: 50%;

}



.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%;

}





/* Block: Button ----------------------------- */



.wp-block-button {

    margin-top: 15px;

    margin-bottom: 15px;

}



.wp-block-button > a:hover {

    text-decoration: underline;

}



.wp-block-cover-text a,

.wp-block-cover-text {

    color: #eee !important;

}





/* Layout

-------------------------------------------------------------- */



.edukul-container {

    width: 1170px;

    margin: 0 auto;

    max-width: 90%;

}



#page {

    background: #fff;

}



#main-content {

    padding: 100px 0;

}



.no-padding-content #main-content {

    padding: 0;

}



.page-single-gallery #main-content {

    padding: 0 !important;

    background-image: none !important;

}





/* Inner Content */



#inner-content,

#inner-sidebar {

    position: relative;

    z-index: 1;

}



#inner-content:after,

#inner-sidebar:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    border-style: solid;

    border-width: 0;

    z-index: -1;

}





/* Sidebar Right (default) */



#site-content {

    float: left;

    width: 65.812%

}



#sidebar {

    float: right;

    width: 31.624%;

}





/* Sidebar Left */



.sidebar-left #site-content {

    float: right;

}



.sidebar-left #sidebar {

    float: left;

}



.is-page.sidebar-left #content-wrap,

.is-page.sidebar-right #content-wrap {

    width: 1170px;

    margin: 0 auto;

    max-width: 90%;

}



.is-page.sidebar-left #content-wrap .edukul-container,

.is-page.sidebar-right #content-wrap .edukul-container {

    max-width: 100%;

    margin: 0;

    width: 100%;

}





/* No Sidebar */



.no-sidebar #site-content,

.page-empty-widget #site-content,

.blog-empty-widget #site-content,

#site-content.archive-project,

#site-content.archive-course,

#site-content.single-event,

#site-content.single-gallery,

#site-content.single-lesson {

    width: 100% !important;

    max-width: none !important;

    float: none !important;

}





/* Boxed layout */



.site-layout-boxed #wrapper {

    background-color: #f4f4f4;

    padding: 30px;

}



.site-layout-boxed #page {

    width: 1240px;

    max-width: 100%;

    margin: 0 auto;

    position: relative;

}



.site-layout-boxed #page .edukul-container {

    width: auto !important;

    max-width: none !important;

    padding-left: 30px;

    padding-right: 30px;

}



.site-layout-boxed.box-shadow #page {

    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);

}



.site-layout-boxed #site-header.fixed-hide {

    width: 1240px;

    left: 50%;

    transform: translateX(-50%);

}





/* Top Bar

-------------------------------------------------------------- */



#top-bar {

    font-size: 13px;

    position: relative;

    z-index: 1;

}



#top-bar:after {

    background-color: transparent;

    content: "";

    z-index: -1;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    transition: all ease 0.3s;

}



#top-bar-inner {

    padding: 12px 0;

}



#top-bar .top-bar-inner-wrap {

    display: table;

    width: 100%;

}



#top-bar .top-bar-content {

    display: table-cell;

    margin: 2px 0;

    text-align: left;

    vertical-align: middle;

    width: 60%;

}



#top-bar .top-bar-socials {

    display: table-cell;

    text-align: right;

    vertical-align: middle;

    width: 40%;

}





/* Top Bar Content */



#top-bar .top-bar-content .content {

    position: relative;

    display: inline-block;

    margin-right: 32px;

    padding-left: 26px;

}



#top-bar .top-bar-content .content:after {

    content: "";

    position: absolute;

    left: -20px;

    top: 3px;

    width: 1px;

    height: 20px;

    background-color: rgba(138, 153, 192, 0.4);

}



#top-bar .top-bar-content .content:first-child:after {

    display: none;

    margin: 0;

}



#top-bar .top-bar-content .content:before {

    font-family: "CoreIcon";

    position: absolute;

    left: 1px;

    top: 0;

}



#top-bar .top-bar-content .content.email:before {

    content: "\e90d";

}



#top-bar .top-bar-content .content.phone:before {

    content: "\e924";

}



#top-bar .top-bar-content .content.address:before {

    content: "\e917";

}





/* Top Bar Socials */



#top-bar .top-bar-socials .icons {

    margin-left: 5px;

    display: inline-block;

}



#top-bar .top-bar-socials .text {

    display: inline-block;

    padding-right: 7px;

}



#top-bar .top-bar-socials .icons a {

    position: relative;

    z-index: 1;

    font-size: 14px;

    width: 28px;

    height: 28px;

    line-height: 28px;

    text-align: center;

    display: inline-block;

}



#top-bar .top-bar-socials .icons a:hover {

    text-decoration: none;

}



#top-bar .top-bar-socials .icons a:last-child {

    margin-right: 0;

}





/* Top Bar Menu */



.top-bar-menu {

    margin: 0;

    list-style: none;

}



.top-bar-menu ul {

    display: none !important;

    /* hide dropdowns on top menu */

}



.top-bar-menu li:last-child {

    margin-right: 0

}



.top-bar-menu,

.top-bar-menu li {

    display: inline-block;

    position: relative;

}



.top-bar-menu li:before {

    content: "";

    width: 1px;

    height: 15px;

    position: absolute;

    right: -15px;

    top: 6px;

}



.top-bar-menu li a {

    display: inline-block;

    position: relative;

    padding: 0 8px;

    border-radius: 2px;

}





/* Has Border */



.top-bar-has-border #top-bar {

    border-style: solid;

}





/* Style 1 - Light */



.top-bar-style-1 #top-bar:after {

    background-color: #f8f8f8;

}



.top-bar-style-1 #top-bar,

.top-bar-style-1 #top-bar a,

.top-bar-style-1 #top-bar .top-bar-socials .icons a {

    color: #808080;

}



.top-bar-style-1 #top-bar .top-bar-menu li a:hover {

    background-color: rgba(0, 0, 0, 0.05);

}



.top-bar-style-1 #top-bar .top-bar-socials .icons a:hover {

    color: #ff9900;

}





/* Style 2 - Blue */



.top-bar-style-2 #top-bar:after {

    background-color: #4582ff;

}



.top-bar-style-2 #top-bar,

.top-bar-style-2 #top-bar a {

    color: #fff;

}



.top-bar-style-2 #top-bar .top-bar-socials .icons a {

    color: rgb(255, 255, 255, 0.7);

}



.top-bar-style-2 #top-bar .top-bar-menu li a:hover {

    background-color: rgba(255, 255, 255, 0.05);

}



.top-bar-style-2 #top-bar .top-bar-content .content:before {

    color: rgb(255, 255, 255, 0.7);

}



.top-bar-style-2 #top-bar .top-bar-socials .icons a:hover {

    color: #fff;

}





/* Header General

-------------------------------------------------------------- */



#site-header {

    position: relative;

    z-index: 100;

    border-style: solid;

}



#site-header:after {

    background-color: transparent;

    content: "";

    z-index: -1;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    transition: all ease 0.3s;

}



#site-header-inner {

    position: relative;

    padding-top: 0;

    padding-bottom: 0;

    height: 100%;

}



#site-header #main-nav .menu-fallback {

    padding-right: 16px;

    position: relative;

    text-decoration: underline;

    display: inline-block;

    height: 100px;

    line-height: 100px;

}



#site-header #main-nav .menu-fallback:hover {

    color: #aaa;

}





/* Logo */



#site-logo {

    float: left;

    max-width: 100%;

    transition: all ease 0.3s;

}



#site-logo-inner {

    margin: 33px 0;

    transition: all ease 0.3s;

}



#site-logo .site-logo-text {

    color: #42495b;

    font-size: 24px;

    line-height: 30px;

    font-weight: bolder;

}



#site-logo .site-logo-text:hover {

    color: #ff9900;

}





/* Menu */



#main-nav {

    display: block;

    float: right;

}



#main-nav ul {

    margin: 0;

}



#main-nav ul li {

    position: relative;

    list-style: none;

    padding-top: 0;

    padding-bottom: 0;

}



#main-nav > ul > li {

    float: left;

    margin: 0 17px;

}



#main-nav > ul > li > a {

    display: block;

    font-family: "Montserrat", sans-serif;

    font-weight: 700;

    font-size: 16px;

    height: 100px;

    line-height: 100px;

}



#main-nav > ul > li.menu-item-has-children > a > span {

    position: relative;

    padding-right: 15px;

}



#main-nav > ul > li.menu-item-has-children > a > span:after {

    line-height: normal;

    font-size: 15px;

    color: #808080;

    content: "\e903";

    font-family: "CoreIcon";

    font-weight: normal;

    position: absolute;

    right: 0;

    top: 4px;

}



#main-nav > ul > li > a:not([href]) {

    cursor: pointer;

}





/* Sub Menu */



#main-nav .sub-menu {

    padding: 18px 0;

    background-color: #fff;

    position: absolute;

    left: 0;

    top: 100%;

    width: 250px;

    margin-top: 5px;

    opacity: 0;

    visibility: hidden;

    z-index: 9999;

    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);

    transition: all ease 0.3s;

}



#main-nav .sub-menu .sub-menu {

    left: 100%;

    top: -7px;

    transform: none;

    margin-left: 0;

}



#main-nav .sub-menu li a {

    padding: 7px 27px;

    color: #42495b;

    font-size: 16px;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;

    display: block;

}



#main-nav .sub-menu li a > span {

    position: relative;

    display: inline-block;

}



#main-nav .sub-menu li a:hover {

    color: #ff9900;

}



#main-nav .sub-menu li:first-child > a {

    border: 0;

}



#main-nav li:hover > .sub-menu {

    margin-top: 0;

    opacity: 1;

    visibility: visible;

    transition: all ease 0.3s;

}



#main-nav .sub-menu li.menu-item-has-children > a:after {

    line-height: normal;

    font-size: 16px;

    font-weight: normal;

    content: "\e907";

    font-family: "CoreIcon";

    position: absolute;

    right: 30px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



#main-nav .sub-menu.left {

    left: auto;

    right: 0;

}



#main-nav .sub-menu .sub-menu.left {

    left: -100%;

}





/* Mega Menu */



#main-nav li.megamenu {

    position: inherit;

}



#main-nav li.megamenu ul.sub-menu {

    z-index: 99999;

    background-color: transparent;

}



#main-nav li.megamenu > ul.sub-menu ul.sub-menu {

    transition: none;

    transform: none;

    padding: 0;

}



#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a:after,

#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a > span:after {

    display: none;

}



#main-nav li.megamenu > ul.sub-menu {

    width: 100%;

    left: 0;

    right: auto;

    background-color: #fff;

    padding: 40px 0;

}



#main-nav li.megamenu > ul.sub-menu > li {

    display: block;

    float: left;

    width: 100%;

    border-right: 1px solid rgba(0, 0, 0, 0.08);

}



#main-nav li.megamenu > ul.sub-menu > li:last-child {

    border: 0;

}



#main-nav li.megamenu.col-3 > ul.sub-menu > li {

    width: 26.333%;

    margin-left: 7%;

}



#main-nav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) {

    clear: both;

}



#main-nav li.megamenu.col-4 > ul.sub-menu > li {

    width: 19%;

    margin-left: 6%;

}



#main-nav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) {

    clear: both;

}



#main-nav li.megamenu.col-5 > ul.sub-menu > li {

    width: 15%;

    margin-left: 5%;

}



#main-nav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) {

    clear: both;

}



#main-nav li.megamenu > ul.sub-menu > li ul {

    display: block !important;

    top: auto !important;

    width: 100% !important;

    min-width: 0 !important;

    left: auto !important;

    position: relative !important;

    border: none !important;

    padding: 0 !important;

    box-shadow: none !important;

}



#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a {

    transition: none;

    transform: none;

    position: relative;

    font-size: 15px;

    font-weight: 700;

    color: #42495b;

    margin-bottom: 12px;

}



#main-nav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a {

    display: none

}



#main-nav li.megamenu:hover ul li ul {

    opacity: 1;

    visibility: visible;

}





/* Mobile Menu */



#main-nav-mobi {

    display: block;

    position: fixed;

    top: 0;

    left: -300px;

    height: 100%;

    z-index: 999999;

    width: 300px;

    max-width: 100%;

    padding-bottom: 50px;

    overflow-x: hidden;

    overflow-y: auto;

    background-color: #171732;

    color: #fff;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-overflow-scrolling: touch;

}



#main-nav-mobi::-webkit-scrollbar-track {

    background-color: #232445;

}



#main-nav-mobi::-webkit-scrollbar {

    width: 6px;

    background-color: #232445;

}



#main-nav-mobi::-webkit-scrollbar-thumb {

    background-color: #3e3f55;

}



.mobi-overlay {

    opacity: 0;

    visibility: hidden;

    position: fixed;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background: rgba(0, 0, 0, 0.8);

    z-index: 9999;

    transition: all ease 0.3s;

}



.mobi-overlay.show {

    opacity: 1;

    visibility: visible;

}



.mobi-overlay .close:after {

    content: '\eeae';

    font-family: "Edukul Icons";

    font-weight: normal;

    cursor: pointer;

    position: absolute;

    right: 0;

    top: 0;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    color: #fff;

    font-size: 30px;

    transition: all ease 0.3s;

}



.mobi-overlay .close:hover:after {

    opacity: 0.7;

}



html.disable-scroll {

    overflow-y: hidden;

}



#main-nav-mobi ul {

    display: block;

    list-style: none;

    margin: 0;

    padding: 0;

}



#main-nav-mobi ul li {

    margin: 0;

    position: relative;

    cursor: pointer;

    border-top: 1px solid rgba(255, 255, 255, 0.07);

}



#main-nav-mobi ul li a {

    color: #fff;

    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    line-height: 50px;

    text-decoration: none;

    padding: 0 22px 0 35px;

}



#main-nav-mobi ul > li > a:hover {

    opacity: 0.7;

}



#main-nav-mobi .menu-item-has-children .arrow {

    cursor: pointer;

    display: inline-block;

    font-family: "CoreIcon";

    font-size: 15px;

    line-height: 50px;

    position: absolute;

    right: 0;

    text-align: center;

    top: 0;

    width: 50px;

    color: #fff;

    transition: all ease 0.3s;

}



#main-nav-mobi .menu-item-has-children .arrow:hover {

    opacity: 0.7;

}



#main-nav-mobi .menu-item-has-children .arrow:before {

    content: "\e906";

}



#main-nav-mobi .menu-item-has-children .arrow.active:before {

    content: "\e902";

}



#main-nav-mobi ul ul {

    background-color: rgba(255, 255, 255, 0.02);

}





/* Mobile Menu Extend */



.nav-extend {

    display: none;

}



#main-nav-mobi .search-form {

    position: relative;

    margin: 32px 22px 35px;

}



#main-nav-mobi .search-form .search-field {

    padding-right: 48px;

    width: 100%;

    margin-bottom: 0;

    padding: 10px 25px;

    background-color: #fff;

    border: 1px solid #fff;

    border-radius: 3px;

}



#main-nav-mobi .search-form .search-submit {

    position: absolute;

    right: 12px;

    top: 10px;

    width: 30px;

    height: 30px;

    text-align: center;

    text-indent: 9999px;

    background-color: transparent;

    padding: 0;

    border: 0;

    overflow: hidden;

}



#main-nav-mobi .search-form .search-submit:before {

    color: #a9a9a9;

    content: "\e901";

    font-family: "CoreIcon";

    font-size: 18px;

    width: 30px;

    height: 30px;

    line-height: 30px;

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;

    text-indent: 0;

    font-weight: normal;

    transition: all ease 0.3s;

}



#main-nav-mobi .search-form .search-submit:hover:before {

    color: #42495b;

}



#main-nav-mobi .ext > .text {

    display: none;

}



#main-nav-mobi .ext > .cart-info {

    position: relative;

    padding-left: 62px;

}



#main-nav-mobi .ext > .cart-info:before {

    content: "\e900";

    font-family: "CoreIcon";

    font-weight: normal;

    font-size: 16px;

    position: absolute;

    left: 30px;

    top: -1px;

    color: #fff;

}



#main-nav-mobi .ext > .cart-info:hover {

    opacity: 0.7;

}



#main-nav-mobi .menu-logo-inner {

    display: inline-block;

    margin: 25px 22px 25px 35px;

}



#main-nav-mobi .menu-logo-inner a {

    padding: 0;

}





/* Mobile Menu Button */



.mobile-button {

    width: 30px;

    height: 30px;

    display: none;

    float: right;

    position: absolute;

    top: 50%;

    right: 0;

    transform: translate3d(0, -50%, 0);

    background: transparent;

    cursor: pointer;

    transition: all ease 0.3s;

}



.mobile-button.hide {

    opacity: 0;

}



.mobile-button:before,

.mobile-button:after,

.mobile-button span {

    background-color: #42495b;

    transition: all ease 0.3s;

}



.mobile-button:before,

.mobile-button:after {

    content: '';

    position: absolute;

    top: 0;

    height: 3px;

    width: 24px;

    border-radius: 2px;

    left: 3px;

    top: 50%;

    transform-origin: 50% 50%;

}



.mobile-button span {

    position: absolute;

    width: 24px;

    height: 3px;

    border-radius: 2px;

    left: 3px;

    top: 50%;

    margin-top: -1px;

    overflow: hidden;

    text-indent: 200%;

}



.mobile-button:hover span,

.mobile-button:hover:before,

.mobile-button:hover:after {

    opacity: 0.7;

}



.mobile-button:before {

    transform: translate3d(0, -7px, 0);

}



.mobile-button:after {

    transform: translate3d(0, 5px, 0);

}





/* Cart Icon */



.nav-top-cart-wrapper {

    float: right;

    padding: 35px 0;

    margin-left: 10px;

    position: relative;

    transition: all ease 0.3s;

}



.nav-top-cart-wrapper .nav-cart-trigger {

    position: relative;

    display: block;

    text-align: center;

    width: 30px;

    height: 30px;

    line-height: 24px;

    font-size: 20px;

}



.nav-top-cart-wrapper .nav-cart-trigger .cart-icon {

    display: inline-block;

}



.nav-top-cart-wrapper .shopping-cart-items-count {

    font-family: "Montserrat", sans-serif;

    position: absolute;

    right: -4px;

    top: -3px;

    width: 16px;

    height: 16px;

    line-height: 18px;

    font-size: 10px;

    display: block;

    border-radius: 50%;

    text-align: center;

    background-color: #ff9900;

    color: #fff;

}



.nav-top-cart-wrapper .nav-shop-cart {

    width: 300px;

    opacity: 0;

    visibility: hidden;

    margin-top: 5px;

    position: absolute;

    right: 0;

    top: 100%;

    z-index: 999999;

    background-color: #fff;

    padding: 0;

    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);

    transition: all ease 0.3s;

}



.nav-top-cart-wrapper:hover .nav-shop-cart {

    margin: 0;

    opacity: 1;

    visibility: visible;

    transition: all ease 0.3s;

}





/* Search Icon */



.header-search-wrap {

    padding: 35px 0;

    margin-left: 10px;

    float: right;

}



.header-search-trigger {

    display: inline-block;

    text-align: center;

    width: 30px;

    height: 30px;

    line-height: 26px;

    font-size: 20px;

}





/* Search Fullscreen */



.search-style-fullscreen .search_form_wrap {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 999999;

    background-color: rgba(0, 0, 0, 0.9);

    overflow: hidden;

    opacity: 0;

    visibility: hidden;

    transition: all ease-in-out 0.3s;

}



.search-style-fullscreen .search_form {

    position: absolute;

    width: 50%;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    margin-top: 10px;

    transition: all ease-in-out 0.25s;

}



.search-style-fullscreen .search-field {

    width: 100%;

    font-size: 30px;

    font-family: "Montserrat", sans-serif;

    text-align: center;

    line-height: 60px;

    margin-bottom: 0;

    padding: 19px 40px;

    color: #eee;

    border-radius: 3px;

    background-color: transparent;

}



.search-style-fullscreen .search-field,

.search-style-fullscreen .search-field:focus {

    border: 0;

    border: 3px solid #555;

}



.search-style-fullscreen .search-submit {

    position: absolute;

    right: 30px;

    top: 34px;

    display: block;

    width: 34px;

    height: 34px;

    line-height: 34px;

    text-indent: -9999px;

    padding: 0;

    background-color: transparent;

    transition: all ease 0.3s;

}



.search-style-fullscreen .search-submit:after {

    content: "\e925";

    font-family: "CoreIcon";

    font-weight: normal;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    text-align: center;

    color: #fff;

    text-indent: 0;

    font-size: 32px;

    line-height: 34px;

    transition: color ease 0.3s;

}



.search-style-fullscreen .search-submit:hover:after {

    color: #ff9900;

}



.search-style-fullscreen .search-close {

    position: absolute;

    top: 40px;

    right: 50px;

    display: inline-block;

    text-align: center;

    cursor: pointer;

    z-index: 1;

    transition: all ease 0.3s;

}



.search-style-fullscreen .search-close:before {

    content: '\eeae';

    font-family: "Edukul Icons";

    font-weight: 400;

    color: #fff;

    font-size: 32px;

    transition: all ease 0.3s;

}



.search-style-fullscreen .search-close:hover:before {

    color: #ff4539;

}



.search-style-fullscreen.search-opened .search_form_wrap {

    opacity: 1;

    visibility: visible;

}



.search-style-fullscreen.search-opened .search_form {

    margin-top: 0;

}



#site-header .header-button {

    float: right;

    margin: 33px 0 33px 35px;

}



#site-header .header-button a {

    display: inline-block;

    padding: 3px 20px;

    border-radius: 5px;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

}





/* Header Styles

-------------------------------------------------------------- */





/* Header Style 1 */



.header-style-1 #site-header:after {

    background-color: #fff;

}



.header-style-1 #main-nav > ul > li > a {

    color: #42495b;

}



.header-style-1 #main-nav > ul > li > a:hover,

.header-style-1 #main-nav > ul > li.current-menu-item > a,

.header-style-1 #main-nav > ul > li.current-menu-parent > a,

.header-style-1 #main-nav > ul > li.current-menu-parent > a > span:after {

    color: #ff9900;

}



.header-style-1 #main-nav > ul > li.current-menu-item > a,

.header-style-1 #main-nav > ul > li.current-menu-parent > a {

    font-weight: 600;

}



.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger,

.header-style-1 #site-header .header-search-trigger {

    color: #42495b;

}



.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,

.header-style-1 #site-header .header-search-trigger:hover {

    color: #ff9900;

}



.header-style-1 #site-header .header-button a {

    background-color: #4582ff;

    color: #fff;

}



.header-style-1 #site-header .header-button a:hover {

    background-color: #42495b;

    color: #fff;

}





/* Header Style 2 */



.header-style-2 #site-header:after {

    background-color: #42495b;

}



.header-style-2 #main-nav > ul > li > a,

.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger,

.header-style-2 #site-header .header-search-trigger {

    color: #d7d7d7;

}



.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,

.header-style-2 #site-header .header-search-trigger:hover {

    color: #ff9900;

}



.header-style-2 #main-nav > ul > li.current-menu-item > a,

.header-style-2 #main-nav > ul > li.current-menu-parent > a,

.header-style-2 #main-nav > ul > li > a:hover {

    color: #fff;

}



.header-style-2 #site-header .header-button a {

    background-color: #4582ff;

    color: #fff;

}



.header-style-2 #site-header .header-button a:hover {

    background-color: #42495b;

    color: #fff;

}





/* Header Style 3 */



.header-style-3 #site-header-wrap {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 150;

}



.header-style-3 #site-header:after {

    background-color: transparent;

    content: "";

    z-index: -1;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    transition: all ease 0.3s;

}



.header-style-3 #main-nav > ul > li > a,

.header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger,

.header-style-3 #site-header .header-search-trigger {

    color: #42495b;

}



.header-style-3 #main-nav > ul > li.current-menu-item > a,

.header-style-3 #main-nav > ul > li.current-menu-parent > a,

.header-style-3 #main-nav > ul > li > a:hover {

    color: #42495b;

}



.header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,

.header-style-3 #site-header .header-search-trigger:hover {

    color: #ff9900;

}



.header-style-3 #site-header .header-button a {

    background-color: #4582ff;

    color: #fff;

}



.header-style-3 #site-header .header-button a:hover {

    background-color: #42495b;

    color: #fff;

}





/* Header Style 4 */



.header-style-4 #site-header-wrap {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 150;

}



.header-style-4 #site-header:after {

    background-color: transparent;

    content: "";

    z-index: -1;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    transition: all ease 0.3s;

}



.header-style-4 #site-header {

    background-color: transparent;

    box-shadow: none;

}



.header-style-4 #main-nav > ul > li > a,

.header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger,

.header-style-4 #site-header .header-search-trigger {

    color: #f2f2f2;

}



.header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,

.header-style-4 #site-header .header-search-trigger:hover {

    color: #ff9900;

}



.header-style-4 #main-nav > ul > li.current-menu-item > a,

.header-style-4 #main-nav > ul > li.current-menu-parent > a,

.header-style-4 #main-nav > ul > li > a:hover {

    color: #fff;

}



.header-style-4 #main-nav > ul > li.menu-item-has-children > a > span:after {

    color: #fff;

}



.header-style-4 #site-header .header-button a {

    background-color: #4582ff;

    color: #fff;

}



.header-style-4 #site-header .header-button a:hover {

    background-color: #42495b;

    color: #fff;

}





/* Header Fixed */



#site-header.fixed-hide {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 9989;

    transition: background ease 0.3s;

}



#site-header.fixed-hide,

#site-header .site-navigation-wrap.fixed-hide {

    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);

}



.header-style-3 #site-header.fixed-hide {

    background-color: rgba(255, 255, 255, 0.9);

}



.header-style-4 #site-header.fixed-hide {

    background-color: rgba(34, 34, 34, 0.95) !important;

}



#site-header .site-navigation-wrap.fixed-hide {

    position: fixed;

    left: 0;

    top: -200px;

    width: 100%;

    z-index: 99999;

    transition: all ease 0.3s;

}



#site-header .site-navigation-wrap.fixed-hide .inner {

    position: static;

    transform: none;

    padding: 0;

}



#site-header .site-navigation-wrap.fixed-hide #main-nav > ul > li:first-child {

    margin-left: 0;

}



#site-header .site-navigation-wrap.fixed-show {

    top: 0;

}





/* Overwrite */



.header-style-2 .mobile-button:before,

.header-style-2 .mobile-button:after,

.header-style-2 .mobile-button span,

.header-style-4 .mobile-button:before,

.header-style-4 .mobile-button:after,

.header-style-4 .mobile-button span {

    background-color: #fff;

}



.header-has-custom-bg #site-header:after,

.top-bar-has-custom-bg #top-bar:after {

    display: none;

}





/* Current item */



.cur-menu-1 #main-nav > ul > li > a span {}



.cur-menu-1 #main-nav > ul > li > a span:before {}



.cur-menu-1 #main-nav > ul > li:hover > a span:before,

.cur-menu-1 #main-nav > ul > li.current-menu-item > a span:before,

.cur-menu-1 #main-nav > ul > li.current-menu-parent > a span:before {}



.cur-menu-1 #main-nav > ul > li.menu-item-has-children:hover > a span:before,

.cur-menu-1 #main-nav > ul > li.menu-item-has-children.current-menu-item > a span:before,

.cur-menu-1 #main-nav > ul > li.menu-item-has-children.current-menu-parent > a span:before {}



.cur-menu-2 #main-nav > ul > li > a span {

    padding-bottom: 8px;

    position: relative;

}



.cur-menu-2 #main-nav > ul > li > a span:before {

    background-color: #4582ff;

    opacity: 0;

    content: "";

    position: absolute;

    left: 50%;

    bottom: 0;

    transform: translateX(-50%);

    width: 0;

    height: 2px;

    transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);

}



.cur-menu-2 #main-nav > ul > li:hover > a span:before {

    opacity: 1;

    width: 100%;

}



.cur-menu-2 #main-nav > ul > li.current-menu-item > a span:before,

.cur-menu-2 #main-nav > ul > li.current-menu-parent > a span:before {

    background-color: #4582ff;

    opacity: 1;

    width: 100%;

}





/* Featured Title

-------------------------------------------------------------- */



#featured-title {

    background-color: #f8f8f8;

    background-size: cover;

    border-style: solid;

}



#featured-title .inner-wrap {

    display: table;

    overflow: hidden;

    width: 100%;

}



#featured-title .inner-wrap {

    padding: 70px 0;

}



.header-style-3 #featured-title .inner-wrap,

.header-style-4 #featured-title .inner-wrap {

    padding: 200px 0 80px;

}



#featured-title .title-group {

    display: table-cell;

    margin: 0;

    text-align: left;

    vertical-align: middle;

    width: 60%;

}



#featured-title #breadcrumbs {

    display: table-cell;

    text-align: right;

    vertical-align: middle;

    width: 40%;

    color: #808080;

}



#featured-title .main-title {

    position: relative;

    font-size: 50px;

    line-height: 1.2;

    z-index: 1;

    display: inline-block;

    margin: 0;

}



#featured-title .sub-title {

    font-size: 22px;

    font-weight: 400;

    margin: 3px 0 0;

    color: #bdbdbd;

}



#featured-title .main-title.has-shadow {

    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;

}



#featured-title .main-title:after,

#featured-title #breadcrumbs .breadcrumbs-inner:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    border-style: solid;

    border-width: 0;

}



#featured-title #breadcrumbs .breadcrumbs-inner {

    z-index: 1;

    position: relative;

    display: inline-block;

}



#featured-title #breadcrumbs a {

    color: #42495b;

    font-weight: 600;

}



#featured-title #breadcrumbs a:hover {

    color: #ff9900;

}



#featured-title #breadcrumbs .breadcrumb-trail > a,

#featured-title #breadcrumbs .breadcrumb-trail > span {

    position: relative;

    display: inline-block;

    padding-right: 25px;

}



#featured-title #breadcrumbs .breadcrumb-trail > a:after,

#featured-title #breadcrumbs .breadcrumb-trail > span:after {

    content: "\e906";

    font-family: "CoreIcon";

    position: absolute;

    right: 10px;

    top: 1px;

}



#featured-title #breadcrumbs .breadcrumb-trail > span {

    padding-right: 0;

}



#featured-title #breadcrumbs .breadcrumb-trail > span:after {

    display: none;

}





/* Featured Title Centered */



#featured-title.center .inner-wrap {

    display: block;

}



#featured-title.center .title-group {

    display: block;

    width: 100%;

    text-align: center;

    margin-bottom: 0;

}



#featured-title.center #breadcrumbs {

    display: block;

    width: 100%;

    text-align: center;

    margin-top: 15px;

}





/* Blog Post

-------------------------------------------------------------- */



.hentry {

    margin-top: 50px;

    position: relative;

}



.hentry .post-content h1,

.hentry .post-content h2,

.hentry .post-content h3,

.hentry .post-content h4 {

    margin-top: 30px;

}



.hentry .post-media iframe {

    margin-bottom: 0;

}



.hentry:first-child {

    margin-top: 0;

}



.hentry .post-content-wrap {

    padding: 33px 0 0;

    position: relative;

}



.hentry .post-categories {

    color: #ff9900;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

}



.hentry .page-links {

    clear: both;

    padding: 20px 0 10px;

}



.hentry .page-links .post-page-numbers {

    display: inline-block;

    width: 40px;

    height: 40px;

    line-height: 36px;

    font-size: 14px;

    border-radius: 20px;

    border: 2px solid #eaeaea;

    color: #808080;

    text-align: center;

    display: inline-block;

    margin-left: 3px;

    font-weight: 600;

    font-family: "Montserrat", sans-serif;

}



.hentry .page-links .post-page-numbers.current {

    color: #ff9900;

    cursor: default;

}



.hentry .page-links .post-page-numbers:hover {

    color: #ff9900;

}





/* Post media */



.post-media {

    position: relative;

    overflow: hidden;

}



.post-media .slick-prev,

.post-media .slick-next {

    padding: 0;

    background-color: rgba(0, 0, 0, 0.2);

    width: 40px;

    height: 40px;

    margin-top: -20px;

    position: absolute;

    top: 50%;

    cursor: pointer;

    border: none;

    outline: none;

    text-shadow: none;

    z-index: 9999;

    text-indent: -9999px;

    display: inline-block;

}



.post-media .slick-prev:before,

.post-media .slick-next:before {

    text-indent: 0;

    content: "\e91a";

    font-family: "ElegantIcons";

    font-size: 14px;

    color: #fff;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    line-height: 40px;

    text-align: center;

    display: inline-block;

}



.post-media .slick-next:before {

    content: "\e91b";

}



.post-media .slick-prev {

    left: 10px;

}



.post-media .slick-next {

    right: 10px;

}



.post-media .slick-prev:hover,

.post-media .slick-next:hover {

    background-color: #ff9900;

}



.post-media .slick-dots {

    list-style: none;

    margin: 0;

    text-align: center;

    line-height: 10px;

    position: absolute;

    left: 0;

    bottom: 30px;

    width: 100%;

}



.post-media .slick-dots li {

    display: inline-block;

}



.post-media .slick-dots li,

.post-media .slick-dots li:after,

.post-media .slick-dots li.slick-active:after {

    width: 11px;

    height: 11px;

    margin: 0 7px;

    border-radius: 5.5px;

}



.post-media .slick-dots li:after {

    background-color: #fff;

    opacity: 1;

}



.post-media .slick-dots li.slick-active:after {

    background-color: #ff9900;

    opacity: 1;

}



.post-media .slick-dots li button {

    display: none;

}





/* Post title */



.hentry .post-title {

    font-size: 30px;

    line-height: 38px;

    margin: 0 0 15px;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

    position: relative;

}



.hentry .post-title a {

    color: #42495b;

}



.hentry .post-title a:hover {

    color: #ff9900;

}





/* Post meta */



.hentry .post-meta {

    color: #808080;

    margin: 0 0 14px;

}



.hentry .post-meta a {

    color: #808080;

}



.hentry .post-meta a:hover {

    color: #ff9900;

}



.hentry .post-meta .item {

    display: inline-block;

    margin-right: 25px;

}



.hentry .post-meta .item:last-child {

    margin-right: 0;

}



.hentry .post-meta .item .inner {

    position: relative;

    padding-left: 22px;

}



.hentry .post-meta .item .inner:before {

    font-family: "CoreIcon";

    color: #ff9900;

    font-size: 14px;

    line-height: normal;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translate3d(0, -50%, 0);

}



.hentry .post-meta .item.post-by-author .inner:before {

    content: "\e92a";

}



.hentry .post-meta .item.post-date .inner:before {

    content: "\e90a";

}



.hentry .post-meta .item.post-comment .inner:before {

    content: "\e90c";

}



.hentry .post-meta .item.post-meta-categories .inner:before {

    content: "\e90e";

}



.hentry .post-meta .item:last-child {

    margin-left: 0;

}





/* Post excerpt */



.hentry .post-excerpt {

    position: relative;

    z-index: 1;

}



.hentry .post-excerpt p:last-child {

    margin-bottom: 0;

}





/* Post link */



.hentry .post-read-more {

    margin-top: 32px;

}



.hentry .post-link a {

    font-family: "Montserrat";

    font-weight: 700;

    text-transform: uppercase;

    padding: 16px 38px;

    border-radius: 5px;

    color: #fff;

    background-color: #ff9900;

    display: inline-block;

}



.hentry .post-link a:hover {

    background-color: #42495b;

    color: #fff;

}





/* Blog single

-------------------------------------------------------------- */



.is-single-post .hentry {

    background-color: transparent;

}



.is-single-post .hentry .post-media {

    margin: 0 0 33px 0;

}





/* Post tags */



.hentry .post-tags {

    margin-top: 30px;

}



.hentry .post-tags .text {

    font-family: "Montserrat", sans-serif;

    font-size: 18px;

    font-weight: 700;

    color: #42495b;

    padding-right: 7px;

    display: inline-block;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

}



.hentry .post-tags a {

    font-size: 14px;

    color: #808080;

    font-weight: 400;

    position: relative;

    display: inline-block;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

}



.hentry .post-tags a:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 2px;

    width: 0;

    height: 1px;

    opacity: 0;

    background-color: #ff9900;

    transition: all ease 0.3s;

}



.hentry .post-tags a:hover {

    color: #ff9900;

}



.hentry .post-tags a:hover:after {

    width: 100%;

    opacity: 1;

}





/* Post author */



.hentry .post-author {

    clear: both;

    overflow: hidden;

    padding: 45px 60px 45px 54px;

    margin-top: 72px;

    background-color: #151948;

    position: relative;

}



.hentry .post-author .author-avatar {

    width: 150px;

    float: left;

    margin: 4px 40px 0 0;

}



.hentry .post-author .author-avatar a {

    width: 150px;

    height: auto;

    display: inline-block;

    border-radius: 75px;

}



.hentry .post-author .author-avatar a img {

    width: 100%;

    height: auto;

    border-radius: 75px;

}



.hentry .post-author .name {

    font-size: 20px;

    color: #fff;

    margin: 0 0 6px;

}



.hentry .post-author .position {

    font-size: 12px;

    text-transform: uppercase;

    font-family: 'Montserrat', sans-serif;

    font-weight: 600;

    margin-bottom: 13px;

}



.hentry .post-author .author-desc {

    overflow: hidden;

    color: #aab0fc;

}



.hentry .post-author .author-desc > p {

    margin-bottom: 0;

}



.hentry .post-author .author-socials {

    margin-top: 13px;

}



.hentry .post-author .author-socials .text,

.hentry .post-author .author-socials .socials {

    display: inline-block;

}



.hentry .post-author .author-socials .socials a {

    display: inline-block;

    color: #aab0fc;

    margin-right: 13px;

    font-size: 15px;

}



.hentry .post-author .author-socials .socials a:hover {

    color: #ff9900;

}





/* Related Post */



.related-news {

    padding: 90px 0 100px;

    border-top: 1px solid #e6e6e6;

}



.related-news .related-title {

    font-size: 38px;

    margin-bottom: 50px;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

}



.related-news .related-post {

    margin: 0 -15px;

    position: relative;

    margin-bottom: 0;

}



.related-news .post-item {

    padding: 0 15px;

}



.related-news .post-item .thumb {

    border-radius: 5px;

    overflow: hidden;

}



.related-news .post-item .text-wrap {

    padding: 26px 0 0;

}



.related-news .post-item .cat {

    color: #ff9900;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

}



.related-news .post-item .post-categories a:hover {

    color: #42495b;

}



.related-news .post-item .text-wrap h3 {

    font-size: 20px;

    margin: 10px 0 18px;

}



.related-news .post-item .text-wrap .meta,

.related-news .post-item .text-wrap .meta a {

    color: #808080;

    font-weight: 600;

    font-size: 12px;

    text-transform: uppercase;

}



.related-news .post-item .text-wrap h3 a:hover,

.related-news .post-item .text-wrap .meta a:hover {

    color: #ff9900;

}



.related-news .related-post .slick-prev,

.related-news .related-post .slick-next {

    padding: 0;

    background-color: transparent;

    width: 45px;

    height: 30px;

    position: absolute;

    top: -76px;

    cursor: pointer;

    border: none;

    outline: none;

    text-shadow: none;

    z-index: 9999;

    text-indent: -9999px;

    display: inline-block;

}



.related-news .related-post .slick-prev {

    right: 40px;

}



.related-news .related-post .slick-next {

    border-left: 1px solid #d7d7d7;

    right: -5px;

}



.related-news .related-post .slick-prev:before,

.related-news .related-post .slick-next:before {

    text-indent: 0;

    content: "\e978";

    font-family: "ElegantIcons";

    line-height: 30px;

    font-size: 20px;

    color: #c1c1c1;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    text-align: center;

    display: inline-block;

    transition: all ease 0.3s;

}



.related-news .related-post .slick-next:before {

    content: "\e979";

}



.related-news .related-post .slick-next:hover:before,

.related-news .related-post .slick-prev:hover:before {

    color: #ff9900;

}





/* Comments */



.comments-area .comments-title,

.comments-area .comment-reply-title {

    font-size: 24px;

    margin-top: 72px;

    margin-bottom: 30px;

}





/* Comment list */



.comment-list {

    list-style: none;

    margin: 0;

}



.comment-list li.comment {

    padding: 0;

}



.comment-list .children {

    list-style: none;

    margin: 0;

}



.comment-list .children > li {

    padding: 0 0 0 20px;

}



.comment-list article {

    position: relative;

    padding: 35px 35px 25px;

    margin-bottom: 20px;

    border: 1px solid #eaeaea;

    transition: background ease 0.3s;

}



.comment-list article + .comment-respond {

    margin-bottom: 50px;

}



.comment-list article .gravatar {

    width: 80px;

    float: left;

    margin: 0 25px 0 0;

    overflow: hidden;

}



.comment-list article .gravatar img {

    width: 100%;

    height: auto;

}



.comment-list .comment-content {

    overflow: hidden;

}



.comment-meta {

    margin-bottom: 15px;

}



.comment-author {

    font-size: 18px;

    margin: 0;

    display: inline-block;

}



.comment-time {

    color: #b1b1b1;

    margin: 0 0 12px;

}



.comment-reply a,

#cancel-comment-reply-link {

    font-family: "Montserrat", sans-serif;

    font-weight: 700;

    font-size: 14px;

    position: relative;

    color: #42495b;

    padding-right: 20px;

}



.comment-reply a:before,

#cancel-comment-reply-link:before {

    content: "\e914";

    font-family: "CoreIcon";

    position: absolute;

    right: 0;

    top: 2px;

    line-height: normal;

    font-weight: normal;

}



.comment-reply a:after,

#cancel-comment-reply-link:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -3px;

    width: 0;

    height: 1px;

    opacity: 0;

    background-color: #42495b;

    transition: all ease 0.3s;

}



.comment-reply a:hover:after,

#cancel-comment-reply-link:hover:after {

    opacity: 1;

    width: 100%;

}



#cancel-comment-reply-link {

    position: absolute;

    right: 0;

    top: 8px;

    padding-bottom: 2px;

}



.comment-text {

    overflow: hidden;

    margin-bottom: 15px;

}



.comment-text > p:last-child {

    margin-bottom: 0;

}



.comment-edit-link {

    padding-left: 10px;

    color: #4582ff;

}



.unapproved {

    display: block;

    color: #4582ff;

    font-style: italic;

}





/* Comment form */



#comments .comment-respond {

    position: relative;

    clear: both;

}



#comments .name-wrap,

#comments .email-wrap {

    float: left;

    width: 49.3%;

}



#comments .name-wrap {

    margin-right: 1.2%;

}



#comments .name-wrap input,

#comments .email-wrap input,

#comments .message-wrap textarea {

    width: 100%;

}



#comments .message-wrap textarea {

    height: 150px;

}



#comments .comment-respond .form-submit {

    clear: both;

    margin: 0;

    padding-top: 10px;

}



.logged-in-as {

    margin-bottom: 10px;

}



.logged-in-as a {

    color: #4582ff;

}



.logged-in-as a:hover,

.comment-edit-link:hover {

    color: #42495b;

}





/* Widgets

-------------------------------------------------------------- */



#sidebar .widget {

    position: relative;

    z-index: 1;

    margin-top: 40px;

    background-color: #f8f8f8;

}



#sidebar .widget.widget_text {

    background-color: transparent;

}



#sidebar .widget:first-child {

    padding: 0;

    margin: 0;

    border: 0;

}



#sidebar .widget ul {

    margin: 0;

    list-style: none;

}



#sidebar .widget > ul,

#sidebar .widget.widget_nav_menu .menu {

    padding: 0 25px;

}



widget_nav_menu



.widget_archive ul ul,

.widget_categories ul ul,

.widget_meta ul ul,

.widget_nav_menu ul ul,

.widget_pages ul ul,

.widget_recent_comments ul ul,

.widget_recent_entries ul ul,

.widget_rss ul ul {

    padding-left: 16px;

}



.widget.widget_pages ul li,

.widget.widget_nav_menu ul li,

.widget.widget_archive ul li,

.widget.widget_categories ul li,

.widget.widget_meta ul li,

.widget.widget_recent_entries ul li,

.widget.widget_recent_comments ul li,

.widget.widget_rss ul li {

    position: relative;

    border-top: 1px solid #e6e6e6;

}



.widget.widget_pages > ul > li:first-child,

.widget.widget_nav_menu ul.menu > li:first-child,

.widget.widget_archive > ul > li:first-child,

.widget.widget_categories > ul > li:first-child,

.widget.widget_meta > ul > li:first-child,

.widget.widget_recent_entries > ul > li:first-child,

.widget.widget_recent_comments > ul > li:first-child,

.widget.widget_rss > ul > li:first-child {

    border-top: 0;

}



#footer-widgets .widget.widget_pages ul li,

#footer-widgets .widget.widget_nav_menu ul li,

#footer-widgets .widget.widget_archive ul li,

#footer-widgets .widget.widget_categories ul li,

#footer-widgets .widget.widget_meta ul li,

#footer-widgets .widget.widget_recent_entries ul li,

#footer-widgets .widget.widget_recent_comments ul li,

#footer-widgets .widget.widget_rss ul li {

    border-color: #2c316e;

}



.widget.widget_archive ul li a,

.widget.widget_categories ul li a,

.widget.widget_meta ul li a,

.widget.widget_nav_menu ul li a,

.widget.widget_pages ul li a,

.widget.widget_recent_entries ul li a,

.widget.widget_recent_comments ul li a,

.widget.widget_rss ul li a {

    color: #808080;

    display: inline-block;

}



.widget.widget_recent_entries ul li a,

.widget.widget_recent_comments ul li a {

    font-family: "Montserrat", sans-serif;

    font-weight: 600;

    color: #42495b;

}



.widget.widget_archive ul li a,

.widget.widget_categories ul li a,

.widget.widget_pages ul li a {

    font-size: 14px;

}



.widget.widget_archive select,

.widget.widget_categories select {

    margin-bottom: 0;

}



.widget.widget_archive ul li a,

.widget.widget_categories ul li a,

.widget.widget_meta ul li a,

.widget.widget_nav_menu ul li a,

.widget.widget_pages ul li a,

.widget.widget_recent_entries ul li a,

.widget.widget_recent_comments ul li,

.widget.widget_rss ul li {

    padding: 13px 0;

}



#footer-widgets .widget.widget_archive ul li a,

#footer-widgets .widget.widget_categories ul li a,

#footer-widgets .widget.widget_meta ul li a,

#footer-widgets .widget.widget_nav_menu ul li a,

#footer-widgets .widget.widget_pages ul li a,

#footer-widgets .widget.widget_recent_entries ul li a,

#footer-widgets .widget.widget_recent_comments ul li a,

#footer-widgets .widget.widget_rss ul li a {

    color: #c1c2d0;

}



#footer-widgets .widget.widget_archive ul li a,

#footer-widgets .widget.widget_categories ul li a,

#footer-widgets .widget.widget_pages ul li a {

    font-size: 14px;

}



.widget.widget_archive ul li a:hover,

.widget.widget_categories ul li a:hover,

.widget.widget_meta ul li a:hover,

.widget.widget_nav_menu ul li a:hover,

.widget.widget_pages ul li a:hover,

.widget.widget_recent_entries ul li a:hover,

.widget.widget_recent_comments ul li a:hover,

.widget.widget_rss ul li a:hover,

#footer-widgets .widget.widget_archive ul li a:hover,

#footer-widgets .widget.widget_categories ul li a:hover,

#footer-widgets .widget.widget_meta ul li a:hover,

#footer-widgets .widget.widget_nav_menu ul li a:hover,

#footer-widgets .widget.widget_pages ul li a:hover,

#footer-widgets .widget.widget_recent_entries ul li a:hover,

#footer-widgets .widget.widget_recent_comments ul li a:hover,

#footer-widgets .widget.widget_rss ul li a:hover {

    color: #ff9900;

}



.widget.widget_categories ul li a,

.widget.widget_meta ul li a,

.widget.widget_pages ul li a,

.widget.widget_archive ul li a,

.widget.widget_nav_menu ul li a {

    position: relative;

}



.widget.widget_categories ul li > span,

.widget.widget_archive ul li > span {

    float: right;

    display: inline-block;

    width: 30px;

    height: 22px;

    background-color: #eaeff7;

    line-height: 22px;

    color: #808080;

    font-size: 13px;

    text-align: center;

    border-radius: 12px;

    margin-top: 17px;

}



#footer-widgets .widget.widget_categories ul li > span,

#footer-widgets .widget.widget_archive ul li > span {

    color: #c1c2d0;

    background-color: #292e6d;

}



#sidebar .widget.widget_recent_comments {

    color: #a0a0a0;

    font-size: 14px;

}



#sidebar .widget.widget_recent_entries .post-date,

#footer-widgets .widget.widget_recent_entries .post-date {

    display: block;

    font-size: 14px;

}



#sidebar .widget.widget_recent_comments .comment-author-link {

    color: #808080

}



#footer-widgets .widget.widget_recent_comments .comment-author-link {

    color: #dfdfdf;

}



#sidebar .widget.widget_calendar caption,

#footer-widgets .widget.widget_calendar caption {

    color: #ff9900;

    padding: 10px 0 5px;

}



#footer-widgets .widget select {

    border-color: #292e6d;

    background-color: #292e6d;

    color: #c1c2d0;

}





/* Title Widget */



#sidebar .widget .widget-title {

    font-size: 24px;

    color: #fff;

    background-color: #4582ff;

    padding: 19px 32px;

    margin: 0;

}



#sidebar .widget.widget_text .widget-title {

    margin-bottom: 20px;

}



#footer-widgets .widget .widget-title {

    font-size: 24px;

    color: #fff;

    margin: 0 0 25px 0;

}





/* Widget: Text */



#sidebar .widget.widget_text p:last-child,

#footer-widgets .widget.widget_text p:last-child {

    margin-bottom: 0;

}





/* Widget: Recent Entries */



.widget.widget_recent_entries ul li:first-child {

    margin-top: 0;

}





/* Widget: Nav */



.widget.widget_nav_menu > .menu-primary-menu-container > ul > li {

    margin-bottom: 5px;

}



.widget.widget_nav_menu .menu > li.current-menu-item > a,

.widget.widget_nav_menu .menu > li.current-menu-item {

    color: #ff9900;

}





/* Widget: Calendar */



#sidebar .widget.widget.widget_calendar table {

    margin: 0;

}



#sidebar .widget.widget_calendar td,

#sidebar .widget.widget_calendar th {

    padding: 0;

    text-align: center;

    font-size: 15px;

    padding: 6px;

    border-color: #eaeaea;

}



#sidebar .widget.widget_calendar th {

    font-weight: 700;

}



#sidebar .widget.widget_calendar tbody #today,

#sidebar .widget.widget_calendar tbody #today a {

    color: #ff9900;

    display: block;

}



#sidebar .widget.widget_calendar tbody #today a:hover {

    color: #42495b;

}



#footer-widgets .widget.widget_calendar table,

#footer-widgets .widget.widget_calendar td,

#footer-widgets .widget.widget_calendar th {

    border-color: rgba(255, 255, 255, 0.1);

}





/* Widget: Infor */



#sidebar .widget_information,

#footer-widgets .widget_information {

    font-size: 16px;

}



#sidebar .widget_information .email > span,

#footer-widgets .widget_information .email > span {

    color: #8998c2;

    position: relative;

}



#sidebar .widget_information .email > span:after,

#footer-widgets .widget_information .email > span:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    background-color: #8998c2;

    width: 100%;

    height: 1px;

}



#sidebar .widget_information ul li.accent-icon i,

#footer-widgets .widget_information ul li.accent-icon i {

    color: #ff9900;

}





/* Widget: Links */



#sidebar .widget.widget_links ul li,

#footer-widgets .widget.widget_links ul li {

    border: 0;

    margin-bottom: 20px;

}



#footer-widgets .widget.widget_links ul li {

    margin-bottom: 23px;

}



#sidebar .widget.widget_links ul.col2 li,

#footer-widgets .widget.widget_links ul.col2 li {

    width: 50%;

    float: left;

}



#sidebar .widget.widget_links ul li a,

#footer-widgets .widget.widget_links ul li a {

    position: relative;

    display: inline-block;

    color: #c1c2d0;

    transition: all ease 0.3s;

}



#footer-widgets .widget.widget_links ul li a {

    line-height: 32px;

}



#footer-widgets .widget.widget_links ul li a:before,

#footer-widgets .widget.widget_links ul li a:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -8px;

    height: 1px;

    width: 100%;

    background-color: #2c316e;

    transition: all ease 0.3s;

}



#footer-widgets .widget.widget_links ul li a:after {

    width: 0;

    background-color: #fff;

}



#footer-widgets .widget.widget_links ul li a:hover:after {

    width: 30%;

}



#sidebar .widget.widget_links ul li a:hover,

#footer-widgets .widget.widget_links ul li a:hover {

    color: #fff;

}





/* Widget: Twitter */



#sidebar .widget.widget_twitter .tweets-wrap,

#footer-widgets .widget.widget_twitter .tweets-wrap {

    overflow: hidden;

    border-radius: 5px;

    padding: 35px 30px 45px;

    background: #f8f8f8 url(assets/img/twitter-bg.png) no-repeat right bottom;

}



#footer-widgets .widget.widget_twitter .tweets-wrap {

    color: #808080;

}



#sidebar .widget.widget_twitter .tweets-wrap .tweet-item,

#footer-widgets .widget.widget_twitter .tweets-wrap .tweet-item {

    margin-bottom: 20px;

}



#sidebar .widget.widget_twitter .authorstamp,

#footer-widgets .widget.widget_twitter .authorstamp {

    position: relative;

    padding: 10px 0 0 25px;

}



#sidebar .widget.widget_twitter .authorstamp:before,

#footer-widgets .widget.widget_twitter .authorstamp:before {

    content: "\f099";

    font-family: "FontAwesome";

    position: absolute;

    left: 0;

    top: 9px;

    color: #ff9900;

    font-size: 19px;

}



#sidebar .widget.widget_twitter .author a,

#footer-widgets .widget.widget_twitter .author a {

    color: #42495b;

    font-size: 15px;

    font-weight: 700;

}



#sidebar .widget.widget_twitter .time,

#footer-widgets .widget.widget_twitter .time {

    color: #808080;

    font-size: 13px;

    line-height: 18px;

}





/* Widget: Search */



#sidebar .search-field::placeholder {

    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #fff;

    opacity: 1;

    /* Firefox */

}



#sidebar .search-field:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #fff;

}



#sidebar .search-field::-ms-input-placeholder {

    /* Microsoft Edge */

    color: #fff;

}



#sidebar .widget.widget_search {

    border-radius: 5px;

    background-color: #4582ff;

    overflow: hidden;

}



#sidebar .widget.widget_search .widget-title {

    padding-top: 24px;

    padding-bottom: 10px;

}



.widget.widget_search .search-form {

    padding: 0 30px;

    margin-bottom: 30px;

    position: relative;

}



.widget.widget_search .search-form .search-field {

    margin-bottom: 0;

    padding: 12px 0;

    height: 50px;

    width: 100%;

    border: 0;

    border-bottom: 1px solid #6799ff;

    color: #fff;

    font-weight: 500;

    background-color: transparent;

    border-radius: 0;

}



.widget.widget_search .search-form .search-field[type="search"]:focus {

    border-bottom: 1px solid #fff;

}



#footer-widgets .widget.widget_search .search-form .search-field {

    padding: 15px 20px;

}



#footer-widgets .widget.widget_search .search-form {

    padding: 0;

}



#footer-widgets .widget.widget_search .search-form .search-field[type="search"]:focus {

    border-color: #ff9900;

}



#footer-widgets .widget.widget_search .search-form .search-submit {

    right: 16px;

    top: 5px;

}



#footer-widgets .widget.widget_search .search-form .search-field,

#footer-widgets .mc4wp-form .email-wrap input {

    height: 60px;

    margin: 0;

    background-color: transparent;

    border: 2px solid #2c316e;

    color: #fff;

    border-radius: 5px;

}



.widget_mc4wp_form_widget .mc4wp-form .text {

    margin-bottom: 24px;

}



.widget_mc4wp_form_widget .mc4wp-form .email-wrap {

    width: 78%;

    margin-right: 2%;

    float: left;

}



.widget_mc4wp_form_widget .mc4wp-form .submit-wrap {

    float: left;

    width: 20%;

}



.widget_mc4wp_form_widget .mc4wp-form .email-wrap input {

    width: 100%;

    height: 40px;

}



#footer-widgets .widget_mc4wp_form_widget .mc4wp-form .email-wrap input:focus {

    border-color: #ff9900;

}



.widget_mc4wp_form_widget .mc4wp-form .submit-wrap button {

    background-color: #ff9900;

    color: #fff;

    width: 60px;

    height: 60px;

    padding: 0;

    border-radius: 5px;

    text-indent: -9999px;

    position: relative;

}



.widget_mc4wp_form_widget .mc4wp-form .submit-wrap button:after {

    content: "\e914";

    font-family: "CoreIcon";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    line-height: 60px;

    text-indent: 0;

    font-size: 18px;

    font-weight: normal;

}



.widget.widget_search .search-form .search-submit:hover:before,

.widget_mc4wp_form_widget .mc4wp-form .submit-wrap button:hover {

    transform: translateX(3px);

}



.widget.widget_search .search-form .search-submit {

    position: absolute;

    background-color: transparent;

    right: 30px;

    top: 0;

    width: 23px;

    height: 50px;

    text-align: center;

    text-indent: -9999px;

    padding: 0;

    border: 0;

    overflow: hidden;

}



.widget.widget_search .search-form .search-submit:before {

    content: "\e925";

    color: #fff;

    font-family: "CoreIcon";

    font-size: 16px;

    width: 20px;

    height: 50px;

    line-height: 50px;

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;

    text-indent: 0;

    transition: all ease 0.3s;

}





/* Widget: Socials */



#sidebar .widget.widget_socials .socials,

#footer-widgets .widget.widget_socials .socials {

    margin: 0 -3px;

}



#sidebar .widget.widget_socials .socials .icon,

#footer-widgets .widget.widget_socials .socials .icon {

    padding: 0 3px;

    float: left;

}



#sidebar .widget.widget_socials .socials a,

#footer-widgets .widget.widget_socials .socials a {

    float: left;

    font-size: 15px;

    display: inline-block;

    line-height: 20px;

    text-align: center;

    margin-right: 4px;

    color: #848aca;

    background-color: #292e6d;

    width: 40px;

    height: 40px;

    line-height: 36px;

    border-radius: 5px;

}



#sidebar .widget.widget_socials .socials a:hover,

#footer-widgets .widget.widget_socials .socials a:hover {

    color: #fff;

    background: #4582ff;

}





/* Widget: Recent News Advanced  */



#sidebar .widget.widget_recent_posts ul {

    padding-top: 27px;

    padding-bottom: 30px;

}



#sidebar .widget.widget_recent_posts ul li,

#footer-widgets .widget.widget_recent_posts ul li {

    padding: 0;

    border: 0;

    padding-bottom: 10px;

    margin-bottom: 10px;

    border-bottom: 1px solid #fff;

}



#sidebar .widget.widget_recent_posts ul li:last-child,

#footer-widgets .widget.widget_recent_posts ul li:last-child {

    border: 0 !important;

    padding: 0 !important;

    margin: 0 !important;

}



#sidebar .widget.widget_recent_posts .recent-news .thumb,

#footer-widgets .widget.widget_recent_posts .recent-news .thumb {

    width: 95px;

    overflow: hidden;

    float: left;

    margin: 3px 20px 0 0;

}



#sidebar .widget.widget_recent_posts .recent-news .thumb.hide,

#footer-widgets .widget.widget_recent_posts .recent-news .thumb.hide {

    display: none;

}



#sidebar .widget.widget_recent_posts .recent-news .thumb img,

#footer-widgets .widget.widget_recent_posts .recent-news .thumb img {

    width: 100%;

    height: auto;

}



#sidebar .widget.widget_recent_posts .recent-news .thumb.icon,

#footer-widgets .widget.widget_recent_posts .recent-news .thumb.icon {

    background-color: #ff9900;

    color: #fff !important;

    border-radius: 50%;

    text-align: center;

    font-size: 16px;

}



#sidebar .widget.widget_recent_posts h3,

#footer-widgets .widget.widget_recent_posts h3 {

    font-size: 16px;

    line-height: 24px;

    margin: 0 0 3px;

}



#sidebar .widget.widget_recent_posts h3 a,

#footer-widgets .widget.widget_recent_posts h3 a {

    color: #42495b;

}



#sidebar .widget.widget_recent_posts h3 a:hover,

#footer-widgets .widget.widget_recent_posts h3 a:hover {

    color: #ff9900;

}



#sidebar .widget.widget_recent_posts .recent-news .texts,

#footer-widgets .widget.widget_recent_posts .recent-news .texts {

    overflow: hidden;

}



#sidebar .widget.widget_recent_posts .post-date,

#footer-widgets .widget.widget_recent_posts .post-date {

    font-size: 14px;

    color: #808080;

}



#footer-widgets .widget.widget_recent_posts h3 a {

    color: #ababab;

}



#footer-widgets .widget.widget_recent_posts .post-date {

    color: #fff;

}





/* Widget: Instagram & Flickr */



.widget.widget_instagram .instagram-wrap,

.widget.widget_flickr .flickr-wrap {

    margin: 0 -0.5px;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image,

.widget.widget_flickr .flickr-wrap .flickr_badge_image {

    padding: 0 0.5px !important;

    margin: 0 0 1px 0 !important;

    width: 33.333%;

    float: left;

    height: auto !important;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image img,

.widget.widget_flickr .flickr-wrap .flickr_badge_image img {

    width: 100%;

    height: auto;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image a,

.widget.widget_flickr .flickr-wrap .flickr_badge_image a {

    position: relative;

    display: block;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,

.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    transition: all ease 0.3s;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover,

.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover {

    opacity: 0.7;

}





/* 2 columns */



.widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image {

    width: 50%;

}





/* 4 columns */



.widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image {

    width: 25%;

}





/* Gutter 0 */



.widget.widget_instagram .instagram-wrap.g0,

.widget.widget_flickr .flickr-wrap.g0 {

    margin: 0;

}



.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image {

    padding: 0 !important;

    margin: 0 !important;

}





/* Gutter 5 */



.widget.widget_instagram .instagram-wrap.g5,

.widget.widget_flickr .flickr-wrap.g5 {

    margin: 0 -2.5px;

}



.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image {

    padding: 0 2.5px !important;

    margin: 0 0 5px 0 !important;

}





/* Gutter 9 */



.widget.widget_instagram .instagram-wrap.g9,

.widget.widget_flickr .flickr-wrap.g9 {

    margin: 0 -4.5px;

}



.widget.widget_instagram .instagram-wrap.g9 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.g9 .flickr_badge_image {

    padding: 0 4.5px !important;

    margin: 0 0 9px 0 !important;

}





/* Gutter 12 */



.widget.widget_instagram .instagram-wrap.g12,

.widget.widget_flickr .flickr-wrap.g12 {

    margin: 0 -6px;

}



.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image {

    padding: 0 6px !important;

    margin: 0 0 12px 0 !important;

}





/* Gutter 15 */



.widget.widget_instagram .instagram-wrap.g15,

.widget.widget_flickr .flickr-wrap.g15 {

    margin: 0 -7.5px;

}



.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image {

    padding: 0 7.5px !important;

    margin: 0 0 15px 0 !important;

}



#footer-widgets .widget.widget_instagram .instagram-wrap,

#footer-widgets .widget.widget_flickr .flickr-wrap {

    padding-right: 2px;

}





/* Widget: Tags */



#sidebar .widget.widget_tag_cloud .tagcloud:before,

#sidebar .widget.widget_tag_cloud .tagcloud:after,

#footer-widgets .widget.widget_tag_cloud .tagcloud:before,

#footer-widgets .widget.widget_tag_cloud .tagcloud:after,

.widget_product_tag_cloud .tagcloud:before,

.widget_product_tag_cloud .tagcloud:after {

    display: table;

    clear: both;

    content: "";

}



#sidebar .widget.widget_tag_cloud .tagcloud {

    padding: 25px 30px 20px;

}



#sidebar .widget.widget_tag_cloud .tagcloud a,

#footer-widgets .widget.widget_tag_cloud .tagcloud a,

.widget_product_tag_cloud .tagcloud a {

    font-size: 14px;

    position: relative;

    float: left;

    font-weight: 400;

    color: #808080;

    background-color: #eaeff7;

    padding: 6px 20px;

    border-radius: 5px;

    margin: 0 10px 10px 0;

    z-index: 1;

}



#footer-widgets .widget.widget_tag_cloud .tagcloud a,

#footer-widgets .widget_product_tag_cloud .tagcloud a {

    border-color: #292e6d;

    color: #848aca;

    background-color: #292e6d;

}



#sidebar .widget.widget_tag_cloud .tagcloud a:hover,

#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover,

.widget_product_tag_cloud .tagcloud a:hover {

    background-color: #ff9900;

    border-color: #ff9900;

    color: #fff;

}





/* Footer

-------------------------------------------------------------- */



#footer {

    background-color: #151948;

    padding: 100px 0 55px;

    position: relative;

    z-index: 1;

    border-style: solid;

    position: relative;

}



#footer-widgets .widget {

    color: #c1c2d0;

    margin: 0 0 35px;

}



#footer-widgets .widget ul {

    margin: 0;

    list-style: none;

}



#footer input::placeholder {

    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #979BC7;

    opacity: 1;

    /* Firefox */

}



#footer input:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #979BC7;

}



#footer input::-ms-input-placeholder {

    /* Microsoft Edge */

    color: #979BC7;

}





/* Grid */



.footer-grid .col {

    float: left;

}



.footer-grid .span_1_of_1.col {

    float: none;

}



.footer-grid .span_1_of_2 {

    width: 50%;

}



.footer-grid .span_1_of_3 {

    width: 33.33%;

}



.footer-grid .span_1_of_4 {

    width: 25%;

}



.footer-grid .w285 {

    width: 24.359%;

}



.footer-grid .w455 {

    width: 38.889%;

}



.footer-grid .w170 {

    width: 14.53%;

    margin-left: 2.564%;

}





/* Gutter */



.footer-grid.gutter-5 {

    margin-left: -2.5px;

    margin-right: -2.5px;

}



.footer-grid.gutter-5 > .col {

    padding-left: 2.5px;

    padding-right: 2.5px

}



.footer-grid.gutter-10 {

    margin-left: -5px;

    margin-right: -5px;

}



.footer-grid.gutter-10 > .col {

    padding-left: 5px;

    padding-right: 5px;

}



.footer-grid.gutter-15 {

    margin-left: -7.5px;

    margin-right: -7.5px;

}



.footer-grid.gutter-15 > .col {

    padding-left: 7.5px;

    padding-right: 7.5px;

}



.footer-grid.gutter-20 {

    margin-left: -10px;

    margin-right: -10px;

}



.footer-grid.gutter-20 > .col {

    padding-left: 10px;

    padding-right: 10px;

}



.footer-grid.gutter-25 {

    margin-left: -12.5px;

    margin-right: -12.5px;

}



.footer-grid.gutter-25 > .col {

    padding-left: 12.5px;

    padding-right: 12.5px;

}



.footer-grid.gutter-30 {

    margin-left: -15px;

    margin-right: -15px;

}



.footer-grid.gutter-30 > .col {

    padding-left: 15px;

    padding-right: 15px;

}



.footer-grid.gutter-35 {

    margin-left: -17.5px;

    margin-right: -17.5px;

}



.footer-grid.gutter-35 > .col {

    padding-left: 17.5px;

    padding-right: 17.5px;

}



.footer-grid.gutter-40 {

    margin-left: -20px;

    margin-right: -20px;

}



.footer-grid.gutter-40 > .col {

    padding-left: 20px;

    padding-right: 20px;

}



.footer-grid.gutter-45 {

    margin-left: -22.5px;

    margin-right: -22.5px;

}



.footer-grid.gutter-45 > .col {

    padding-left: 22.5px;

    padding-right: 22.5px;

}



.footer-grid.gutter-50 {

    margin-left: -25px;

    margin-right: -25px;

}



.footer-grid.gutter-50 > .col {

    padding-left: 25px;

    padding-right: 25px;

}



.footer-grid.gutter-60 {

    margin-left: -30px;

    margin-right: -30px;

}



.footer-grid.gutter-60 > .col {

    padding-left: 30px;

    padding-right: 30px;

}



.footer-grid.gutter-70 {

    margin-left: -35px;

    margin-right: -35px;

}



.footer-grid.gutter-70 > .col {

    padding-left: 35px;

    padding-right: 35px;

}



.footer-grid.gutter-80 {

    margin-left: -40px;

    margin-right: -40px;

}



.footer-grid.gutter-80 > .col {

    padding-left: 40px;

    padding-right: 40px;

}





/* Bottom Bar

-------------------------------------------------------------- */



#bottom {

    color: #c1c2d0;

    background-color: #151948;

    border-top: 1px solid #2c316e;

}



#bottom .bottom-bar-inner-wrap {

    padding: 24px 0;

    position: relative;

}



.footer-no-line #bottom {

    border: 0;

}



#bottom .bottom-bar-copyright {

    text-align: center;

}



#bottom .bottom-bar-copyright a {

    color: #fff;

    border-bottom: 1px solid #fff;

}



#bottom .bottom-bar-copyright a:hover {

    opacity: 0.7;

}





/* Scroll Top Button

-------------------------------------------------------------- */



#scroll-top {

    position: fixed !important;

    right: 35px;

    bottom: 0;

    display: block;

    line-height: 60px;

    text-align: center;

    width: 60px;

    height: 60px;

    border-radius: 5px;

    visibility: hidden;

    opacity: 0;

    z-index: 9999;

    cursor: pointer;

    z-index: 1;

    overflow: hidden;

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);

}



#scroll-top:after {

    content: "\e909";

    font-family: "CoreIcon";

    color: #fff;

    font-size: 18px;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    transition: all ease 0.3s;

}



#scroll-top:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #4582ff;

    z-index: -1;

    transition: all ease 0.3s;

}



#scroll-top:hover:before {

    background-color: #ff9900;

}



#scroll-top:hover:after {

    color: #fff;

}



#scroll-top.show {

    bottom: 50px;

    opacity: 1;

    visibility: visible;

}





/* Pagination

-------------------------------------------------------------- */



.edukul-pagination,

.woocommerce-pagination {

    clear: both;

    margin: 60px 0 0 0;

}



.gallery-nav .edukul-pagination,

.woocommerce-pagination .page-numbers,

.archive-course .page-numbers {

    margin: 30px 0 0 0;

}



.archive-course .page-numbers {

    text-align: center;

    clear: both;

}



.woocommerce-pagination {

    margin-top: 0;

    border: 0;

    text-align: center;

    clear: both;

    padding-top: 80px;

}



.edukul-pagination ul,

.woocommerce-pagination .page-numbers {

    margin: 0;

}



.edukul-pagination ul li,

.woocommerce-pagination .page-numbers li {

    display: inline-block;

    padding: 0;

    margin-right: 6px;

}



.edukul-pagination ul li .page-numbers,

.woocommerce-pagination .page-numbers li .page-numbers {

    display: inline-block;

    line-height: 46px;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    text-align: center;

    color: #42495b;

    font-size: 16px;

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

    border: 2px solid #e2e2e2;

    background-color: #fff;

    transition: all ease 0.3s;

    margin: 0;

}



.edukul-pagination ul li a.page-numbers:hover,

.woocommerce-pagination .page-numbers li .page-numbers:hover,

.edukul-pagination ul li .page-numbers.current,

.woocommerce-pagination .page-numbers li .page-numbers.current {

    background-color: #4582ff;

    border-color: #4582ff;

    color: #fff;

}



.edukul-pagination .page-numbers.next,

.edukul-pagination .page-numbers.prev,

.woocommerce-pagination .page-numbers.next,

.woocommerce-pagination .page-numbers.prev {

    text-indent: -9999px;

    position: relative;

}



.edukul-pagination .page-numbers.next:after,

.edukul-pagination .page-numbers.prev:after,

.woocommerce-pagination .page-numbers.next:after,

.woocommerce-pagination .page-numbers.prev:after {

    content: "\e907";

    font-family: "CoreIcon";

    text-indent: 0;

    position: absolute;

    left: 0;

    top: 0;

    font-size: 20px;

    line-height: 45px;

    width: 100%;

    text-align: center;

}



.edukul-pagination .page-numbers.prev:after,

.woocommerce-pagination .page-numbers.prev:after {

    content: "\e905";

}





/* Search Page & 404 Page

-------------------------------------------------------------- */



.search-result .custom-post-date {

    color: #758493;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 20px;

}



.no-results-content {

    max-width: 800px;

    margin: 0 auto;

    text-align: center;

}



.no-results-content .search-form {

    margin-top: 40px;

    padding: 13px 15px;

    background-color: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 2px;

    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);

    position: relative;

}



.no-results-content .search-form .search-field {

    margin-bottom: 0;

    height: 52px;

    width: 100%;

    border-radius: 0;

    border-width: 0;

    font-size: 15px;

}



.no-results-content .search-form .search-submit {

    position: absolute;

    background-color: transparent;

    right: 15px;

    top: 13px;

    width: 52px;

    height: 52px;

    text-align: center;

    text-indent: -9999px;

    padding: 0;

    border: 0;

    overflow: hidden;

}



.no-results-content .search-form .search-submit:before {

    color: #ff9900;

    content: "\e925";

    font-family: "CoreIcon";

    font-size: 18px;

    font-weight: normal;

    width: 52px;

    height: 52px;

    line-height: 52px;

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;

    text-indent: 0;

    transition: all ease 0.3s;

}



.no-results-content .search-form .search-submit:hover {

    opacity: 0.7;

}





/* Media Queries

-------------------------------------------------------------- */



@media only screen and (max-width: 1200px) {

    #site-header .header-button {

        display: none;

    }

}



@media only screen and (min-width: 992px) {

    #featured-title .inner-wrap {

        padding: 84px 0;

    }

    .header-style-3 #featured-title .inner-wrap,

    .header-style-4 #featured-title .inner-wrap {

        padding: 210px 0 60px;

    }

}



@media only screen and (max-width: 991px) {

    .mobile-hide-top #top-bar,

    #main-nav,

    .nav-top-cart-wrapper,

    .header-search-wrap,

    #sidebar {

        display: none;

    }

    #top-bar .top-bar-inner-wrap,

    #top-bar .top-bar-content,

    #top-bar .top-bar-socials {

        display: block;

        width: 100%;

        margin: 0;

        text-align: center;

    }

    #top-bar .top-bar-content {

        margin-bottom: 5px;

    }

    #site-content,

    #sidebar {

        width: 100% !important;

        max-width: none !important;

        float: none;

    }

    #inner-content {

        padding-left: 0 !important;

        padding-right: 0 !important;

    }

    #main-content {

        padding: 60px 0;

    }

    #featured-title .main-title {

        font-size: 42px;

        margin-bottom: 10px;

    }

    #featured-title .sub-title {

        font-size: 18px;

    }

    .hentry .post-tags,

    .hentry .post-author {

        margin-top: 40px;

    }

    #footer {

        padding: 60px 0 !important;

    }

    #footer-widgets .footer-grid > .col:last-child > .widget:last-child {

        margin-bottom: 0;

    }

    #footer-widgets .widget.widget_instagram .instagram-wrap,

    #footer-widgets .widget.widget_flickr .flickr-wrap {

        max-width: 400px;

    }

}



@media only screen and (max-width: 767px) {

    .search-style-fullscreen .search_form {

        width: 80%;

    }

    #featured-title .inner-wrap,

    #featured-title .title-group,

    #featured-title #breadcrumbs {

        display: block;

        width: 100%;

        text-align: left;

    }

    #featured-title .sub-title {

        display: none;

    }

    .hentry .post-author {

        text-align: center;

    }

    .hentry .post-author .author-avatar {

        float: none;

        margin: 0 auto 20px;

    }

    .comment-list article .gravatar {

        float: none;

        margin: 0 0 15px;

    }

    .comment-meta,

    .comment-text {

        margin-bottom: 15px;

    }

    #comments .name-wrap,

    #comments .email-wrap,

    #comments .url-wrap {

        width: 100%;

        float: none;

        margin: 0;

    }

    #footer-widgets .footer-grid .col {

        width: 100%;

    }

    #bottom .bottom-bar-inner-wrap {

        padding: 30px 0 27px;

    }

    .hentry .post-link {

        position: static;

        margin-bottom: 10px;

    }



    #customer_login .login-form-wrap,

    #customer_login .register-form-wrap {

    	  width: 100% !important;

		    padding: 15px 0px !important;

    }



    .single-lesson .course-lesson-sidebar-wrapper,    

    .single-lesson .course-lesson-content-wrapper {

        width: 100% !important;

    }



    .single-lesson .course-lesson-content-wrapper {

        margin-top: 45px;

    }

}





/*

ELEMENTS STYLE

-------------------------------------------------------------- */





/* Accordions & Toggles

-------------------------------------------------------------- */



.edukul-accordions .accordion-item {

    margin-bottom: 5px;

}



.edukul-accordions .accordion-item .accordion-heading {

    position: relative;

    font-size: 16px;

    margin-bottom: 0;

    border-radius: 3px;

    cursor: pointer;

    position: relative;

    padding: 13px 22px;

    transition: color ease 0.3s, background ease 0.3s;

}



.edukul-accordions .accordion-item .accordion-heading > .inner {

    display: block;

    position: relative;

}



.edukul-accordions .accordion-item .accordion-heading:hover {

    color: #ff9900;

}



.edukul-accordions .accordion-item .accordion-content > p:last-child {

    margin-bottom: 0;

}



.edukul-accordions .accordion-item.has-number .accordion-heading > .inner {

    position: relative;

    padding-left: 50px;

}



.edukul-accordions .accordion-item .accordion-content {

    padding: 25px 40px 25px 22px;

    border-radius: 0 0 3px 3px;

}



.edukul-accordions .accordion-item .accordion-content > p {

    margin-bottom: 18px;

}





/* Style 1 */



.edukul-accordions .accordion-item.style-1 .accordion-heading {

    background-color: #fff;

    border-radius: 3px;

}



.edukul-accordions .accordion-item.style-1 .accordion-content {

    background-color: #fff;

}



.edukul-accordions .accordion-item.style-1 .accordion-heading {

    background-color: #e5f8ff;

}



.edukul-accordions .accordion-item.style-1 .accordion-heading > .inner:before {

    color: #25acf1;

}



.edukul-accordions .accordion-item.style-1 .accordion-heading > .inner:before {

    content: "+";

    font-size: 26px;

    line-height: normal;

    font-weight: normal;

    color: #ff9900;

    position: absolute;

    right: 0;

    top: -6px;

    ;

    transition: all ease 0.3s;

}



.edukul-accordions .accordion-item.style-1.active .accordion-heading > .inner:before {

    content: "-";

}





/* Style 2 */



.edukul-accordions .accordion-item.style-2 {

    border: 1px solid #e6e6e6;

    border-radius: 3px;

}



.edukul-accordions .accordion-item.style-2 .accordion-heading {

    background-color: #fff;

}



.edukul-accordions .accordion-item.style-2 .accordion-content {

    background-color: #fff;

}



.edukul-accordions .accordion-item.style-2.active .accordion-heading,

.edukul-accordions .accordion-item.style-2.active .accordion-heading > .inner:before {

    color: #fff;

}



.edukul-accordions .accordion-item.style-2.active .accordion-heading {

    border-radius: 3px 3px 0 0;

    background-color: #ff9900;

}



.edukul-accordions .accordion-item.style-2 .accordion-heading > .inner:before {

    content: "\e906";

    font-family: "CoreIcon";

    font-size: 20px;

    line-height: 22px;

    font-weight: normal;

    color: #ff9900;

    position: absolute;

    right: -5px;

    top: 0;

    transition: all ease 0.3s;

}



.edukul-accordions .accordion-item.style-2.active .accordion-heading > .inner:before {

    content: "\e902";

    color: #fff;

}





/* Action Box

-------------------------------------------------------------- */



.edukul-action-box .inner {

    display: table;

    overflow: hidden;

    width: 100%;

    padding: 10px 0;

}



.edukul-action-box .heading-wrap {

    display: table-cell;

    margin: 0;

    text-align: left;

    vertical-align: middle;

    width: 70%;

}



.edukul-action-box .heading-wrap .heading {

    margin: 0;

}



.edukul-action-box .url-wrap {

    display: table-cell;

    text-align: right;

    vertical-align: middle;

    width: 20%;

    padding-top: 8px;

}



@media only screen and ( max-width: 1230px) {

    .edukul-action-box .heading-wrap {

        width: 60%;

    }

    .edukul-action-box .url-wrap {

        width: 40%;

    }

}



@media only screen and ( max-width: 991px) {

    .edukul-action-box .inner,

    .edukul-action-box .heading-wrap,

    .edukul-action-box .heading-wrap .heading,

    .edukul-action-box .subheading-wrap > div,

    .edukul-action-box .url-wrap {

        width: 100% !important;

        max-width: none !important;

        display: block;

        text-align: center;

        margin: 0;

    }

    .edukul-action-box.has-icon .heading-wrap > .text-wrap {

        padding: 0 !important;

    }

    .edukul-action-box .heading-wrap {

        padding: 0;

        margin: 0 0 30px;

    }

    .edukul-action-box .url-wrap {

        padding-top: 0 !important;

    }

}





/* Grid Box

-------------------------------------------------------------- */



.edukul-grid-box.grid2 .grid-item {

    width: 50%;

}



.edukul-grid-box.grid3 .grid-item {

    width: 33.333%;

}



.edukul-grid-box.grid4 .grid-item {

    width: 25%;

    position: relative;

}



.edukul-grid-box .grid-row:first-child {

    border-top: 1px solid #c2c2c2;

    border-left: 1px solid #c2c2c2;

}



.edukul-grid-box .grid-row:not(:first-child) {

    border-left: 1px solid #c2c2c2;

}



.edukul-grid-box .grid-item {

    float: left;

    border-right: 1px solid #c2c2c2;

    border-bottom: 1px solid #c2c2c2;

}



.edukul-grid-box.border-dark .grid-row:first-child {

    border-top: 1px solid rgba(138, 153, 192, 0.4);

    border-left: 1px solid rgba(138, 153, 192, 0.4);

}



.edukul-grid-box.border-dark .grid-row:not(:first-child) {

    border-left: 1px solid rgba(138, 153, 192, 0.4);

}



.edukul-grid-box.border-dark .grid-item {

    float: left;

    border-right: 1px solid rgba(138, 153, 192, 0.4);

    border-bottom: 1px solid rgba(138, 153, 192, 0.4);

}



.edukul-grid-box.border-verylight .grid-row:first-child {

    border-top: 1px solid #e6e6e6;

    border-left: 1px solid #e6e6e6;

}



.edukul-grid-box.border-verylight .grid-row:not(:first-child) {

    border-left: 1px solid #e6e6e6;

}



.edukul-grid-box.border-verylight .grid-item {

    float: left;

    border-right: 1px solid #e6e6e6;

    border-bottom: 1px solid #e6e6e6;

}



.edukul-grid-box.no-border-wrap .grid-row:first-child,

.edukul-grid-box.no-border-wrap .grid-row:not(:first-child) {

    border: 0 !important;

}



.edukul-grid-box.no-border-wrap .grid-row .grid-item:last-child {

    border-right: 0 !important;

}



.edukul-grid-box.no-border-wrap .grid-row:last-child .grid-item {

    border-bottom: 0 !important;

}



.edukul-grid-box.no-borders .grid-row,

.edukul-grid-box.no-borders .grid-item {

    border: 0 !important;

}



.edukul-grid-box.no-borders.v-60 .grid-row {

    margin: 0 -30px;

}



.edukul-grid-box.no-borders.v-60 .grid-row .grid-item {

    padding: 0 30px;

}



.edukul-grid-box.no-borders.v-55 .grid-row {

    margin: 0 -22.5px;

}



.edukul-grid-box.no-borders.v-55 .grid-row .grid-item {

    padding: 0 22.5px;

}



.edukul-grid-box.no-borders.v-50 .grid-row {

    margin: 0 -25px;

}



.edukul-grid-box.no-borders.v-50 .grid-row .grid-item {

    padding: 0 25px;

}



.edukul-grid-box.no-borders.v-45 .grid-row {

    margin: 0 -22.5px;

}



.edukul-grid-box.no-borders.v-45 .grid-row .grid-item {

    padding: 0 22.5px;

}



.edukul-grid-box.no-borders.v-40 .grid-row {

    margin: 0 -20px;

}



.edukul-grid-box.no-borders.v-40 .grid-row .grid-item {

    padding: 0 20px;

}



.edukul-grid-box.no-borders.v-35 .grid-row {

    margin: 0 -17.5px;

}



.edukul-grid-box.no-borders.v-35 .grid-row .grid-item {

    padding: 0 17.5px;

}



.edukul-grid-box.no-borders.v-30 .grid-row {

    margin: 0 -15px;

}



.edukul-grid-box.no-borders.v-30 .grid-row .grid-item {

    padding: 0 15px;

}



.edukul-grid-box.no-borders.v-25 .grid-row {

    margin: 0 -12.5px;

}



.edukul-grid-box.no-borders.v-25 .grid-row .grid-item {

    padding: 0 12.5px;

}



.edukul-grid-box.no-borders.v-20 .grid-row {

    margin: 0 -10px;

}



.edukul-grid-box.no-borders.v-20 .grid-row .grid-item {

    padding: 0 10px;

}



.edukul-grid-box.no-borders.v-15 .grid-row {

    margin: 0 -7.5px;

}



.edukul-grid-box.no-borders.v-15 .grid-row .grid-item {

    padding: 0 7.5px;

}



.edukul-grid-box.no-borders.v-10 .grid-row {

    margin: 0 -5px;

}



.edukul-grid-box.no-borders.v-10 .grid-row .grid-item {

    padding: 0 5px;

}



.edukul-grid-box.no-borders.v-5 .grid-row {

    margin: 0 -2.5px;

}



.edukul-grid-box.no-borders.v-5 .grid-row .grid-item {

    padding: 0 2.5px;

}



.edukul-grid-box.no-borders.h-50 .grid-row {

    margin-bottom: 50px;

}



.edukul-grid-box.no-borders.h-45 .grid-row {

    margin-bottom: 45px;

}



.edukul-grid-box.no-borders.h-40 .grid-row {

    margin-bottom: 40px;

}



.edukul-grid-box.no-borders.h-35 .grid-row {

    margin-bottom: 35px;

}



.edukul-grid-box.no-borders.h-30 .grid-row {

    margin-bottom: 30px;

}



.edukul-grid-box.no-borders.h-25 .grid-row {

    margin-bottom: 25px;

}



.edukul-grid-box.no-borders.h-20 .grid-row {

    margin-bottom: 20px;

}



.edukul-grid-box.no-borders.h-15 .grid-row {

    margin-bottom: 15px;

}



.edukul-grid-box.no-borders.h-10 .grid-row {

    margin-bottom: 10px;

}



.edukul-grid-box.no-borders.h-5 .grid-row {

    margin-bottom: 5px;

}



.edukul-grid-box.no-borders .grid-row:last-child {

    margin-bottom: 0;

}



@media only screen and (max-width: 991px) {

    .wpb_row.no-padding .edukul-grid-box {

        max-width: 90%;

        margin: 0 auto;

    }

    .edukul-grid-box .grid-item {

        width: 100% !important;

        padding: 35px 0;

    }

    .edukul-grid-box .grid-row,

    .edukul-grid-box .grid-item {

        border-width: 0 !important;

    }

    .edukul-grid-box.full-border {

        border: 1px solid #e6e6e6 !important;

    }

    .edukul-grid-box .grid-item {

        border-top: 1px solid #c2c2c2 !important;

    }

    .edukul-grid-box.border-dark .grid-item {

        border-top: 1px solid rgba(138, 153, 192, 0.4) !important;

    }

    .edukul-grid-box.border-verylight .grid-item {

        border-top: 1px solid #e6e6e6 !important;

    }

    .edukul-grid-box .grid-row:first-child .grid-item:first-child {

        border-top: 0 !important;

    }

    .edukul-grid-box.no-borders .grid-row {

        margin-bottom: 0 !important;

        margin: 0 !important;

    }

    .edukul-grid-box.no-borders .grid-item {

        padding: 0 !important;

    }

    .edukul-grid-box.no-borders .grid-item {

        margin-bottom: 30px !important;

    }

}





/* Links

-------------------------------------------------------------- */



.edukul-links {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    line-height: 22px;

    display: inline-block;

}



.edukul-links > span {

    position: relative;

    display: inline-block;

    transition: transform ease 0.3s;

}



.edukul-links > span:before {

    content: '\ec93';

    font-family: "Edukul Icons";

    font-size: 14px;

    font-style: normal;

    position: absolute;

    top: 1px;

    right: 0;

    transition: all ease 0.3s;

}





/* Style 1 */



.edukul-links.link-style-1 > span:before {

    opacity: 0;

}



.edukul-links.link-style-1:hover > span:before {

    opacity: 1;

    right: -20px;

}



.edukul-links.link-style-1:hover > span {

    transform: translateX(-5px);

}



.edukul-links.link-style-1 > span:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -2px;

    width: 100%;

    height: 1px;

    background-color: #fff;

    transition: all ease 0.3s;

}



.edukul-links.link-style-1:hover > span:after {

    width: 0;

}



.edukul-links.link-style-1.accent {

    color: #ff9900;

}



.edukul-links.link-style-1.accent > span:after {

    background-color: #ff9900;

}



.edukul-links.link-style-1.dark {

    color: #42495b;

}



.edukul-links.link-style-1.dark > span:after {

    background-color: #42495b;

}



.edukul-links.link-style-1.light {

    color: #fff;

}



.edukul-links.link-style-1.light > span:after {

    background-color: #fff;

}





/* Style 2 */



.edukul-links.link-style-2 > span {

    padding-right: 20px;

}



.edukul-links.link-style-2 > span:before {

    right: 12px;

    opacity: 0;

}



.edukul-links.link-style-2:hover > span:before {

    opacity: 1;

    right: 0;

}



.edukul-links.link-style-2.accent {

    color: #ff9900;

}



.edukul-links.link-style-2.accent > span:before {

    color: #ff9900;

}



.edukul-links.link-style-2.dark {

    color: #42495b;

}



.edukul-links.link-style-2.dark > span:before {

    color: #42495b;

}



.edukul-links.link-style-2.light {

    color: #fff;

}



.edukul-links.link-style-2.light > span:before {

    color: #fff;

}





/* Style 3 */



.edukul-links.link-style-3 {

    position: relative;

    padding-bottom: 6px;

}



.edukul-links.link-style-3 > span {

    padding: 0;

}



.edukul-links.link-style-3 > span:before,

.edukul-links.link-style-3 > span:after {

    display: none;

}



.edukul-links.link-style-3 .line {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 1px;

    transition: all ease 0.3s;

}



.edukul-links.link-style-3:hover .line {

    width: 100%;

}



.edukul-links.link-style-3.accent {

    color: #ff9900;

}



.edukul-links.link-style-3.accent .line {

    background-color: #ff9900;

}



.edukul-links.link-style-3.dark {

    color: #42495b;

}



.edukul-links.link-style-3.dark .line {

    background-color: #42495b;

}



.edukul-links.link-style-3.light {

    color: #fff;

}



.edukul-links.link-style-3.light .line {

    background-color: #fff;

}





/* Style 4 */



.edukul-links.link-style-4 {

    position: relative;

    padding-bottom: 6px;

}



.edukul-links.link-style-4 > .text {

    padding-right: 20px;

}



.edukul-links.link-style-4 > .line:before {

    display: none;

}



.edukul-links.link-style-4 > .text:after {

    opacity: 1;

    right: 0;

}



.edukul-links.link-style-4 .line {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 1px;

    background-color: #ff9900;

    transition: all ease 0.3s;

}



.edukul-links.link-style-4:hover .line {

    width: 100%;

}



.edukul-links.link-style-4.accent {

    color: #ff9900;

}



.edukul-links.link-style-4.accent > .text:after {

    color: #ff9900;

}



.edukul-links.link-style-4.accent .line {

    background-color: #ff9900;

}



.edukul-links.link-style-4.dark {

    color: #42495b;

}



.edukul-links.link-style-4.dark > .text:after {

    color: #42495b;

}



.edukul-links.link-style-4.dark .line {

    background-color: #42495b;

}



.edukul-links.link-style-4.light {

    color: #fff;

}



.edukul-links.link-style-4.light > .text:after {

    color: #fff;

}



.edukul-links.link-style-4.light .line {

    background-color: #fff;

}





/* Style 5 */



.edukul-links.link-style-5 > span:before {

    right: 12px;

    opacity: 0;

}



.edukul-links.link-style-5 > span:after {

    content: '\ec93';

    font-family: "Edukul Icons";

    font-size: 14px;

    font-style: normal;

    line-height: 24px;

    position: absolute;

    top: 0;

    right: 0;

    transition: all ease 0.3s;

}



.edukul-links.link-style-5 .text {

    padding-right: 20px;

}



.edukul-links.link-style-5:hover > span:before {

    opacity: 1;

    right: 0;

}



.edukul-links.link-style-5:hover > span:after {

    opacity: 0;

    right: -12px;

}



.edukul-links.link-style-5.accent {

    color: #ff9900;

    border-bottom: 1px solid #ff9900;

}



.edukul-links.link-style-5.dark {

    color: #42495b;

    border-bottom: 1px solid #42495b;

}



.edukul-links.link-style-5.light {

    color: #fff;

    border-bottom: 1px solid #fff;

}





/* Button

-------------------------------------------------------------- */



.button-wrap {

    display: inline-block;

}



.button-wrap.has-icon .edukul-button > span {

    position: relative;

    display: inline-block;

}



.button-wrap.has-icon .edukul-button > span > .icon {

    position: absolute;

    top: 0;

    line-height: normal;

}



.button-wrap.has-icon.icon-right .edukul-button > span {

    padding-right: 18px;

}



.button-wrap.has-icon.icon-right .edukul-button > span > .icon {

    right: 0;

}



.button-wrap.has-icon.icon-left .edukul-button > span {

    padding-left: 18px;

}



.button-wrap.has-icon.icon-left .edukul-button > span > .icon {

    left: 0;

}



.edukul-button {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    background-color: transparent;

    display: inline-block;

    transition: all ease 0.3s;

}



.edukul-button.xsmall {

    padding: 12px 34px;

}



.edukul-button.small {

    padding: 14px 36px;

}



.edukul-button.medium {

    padding: 16px 38px;

}



.edukul-button.big {

    padding: 18px 40px;

}



.edukul-button.outline {

    border-width: 1px;

}



.edukul-button.outline-2 {

    border-width: 2px;

}



.edukul-button.outline.xsmall {

    padding: 8px 29px;

}



.edukul-button.outline.small {

    padding: 10px 33px;

}



.edukul-button.outline.medium {

    padding: 12px 35px;

}



.edukul-button.outline.big {

    padding: 14px 37px;

}



.edukul-button.outline-2.xsmall {

    padding: 7px 28px;

}



.edukul-button.outline-2.small {

    padding: 9px 32px;

}



.edukul-button.outline-2.medium {

    padding: 11px 34px;

}



.edukul-button.outline-2.big {

    padding: 13px 36px;

}



.edukul-button.outline.solid,

.edukul-button.outline-2.solid {

    border-style: solid;

}



.edukul-button.outline.dotted,

.edukul-button.outline-2.dotted {

    border-style: dotted;

}



.edukul-button.outline.dashed,

.edukul-button.outline-2.dashed {

    border-style: dashed;

}





/* Accent */



.edukul-button.accent {

    background-color: #ff9900;

    color: #fff;

}



.edukul-button.accent:hover {

    background-color: #42495b !important;

    color: #fff

}



.edukul-button.accent .icon {

    color: #fff;

}



.edukul-button.accent:hover .icon {

    color: #fff;

}





/* Outline Accent */



.edukul-button.outline.outline-accent {

    border-color: #ff9900;

    color: #ff9900;

}



.edukul-button.outline.outline-accent:hover {

    background-color: #ff9900;

    border-color: #ff9900;

    color: #fff;

}



.edukul-button.outline.outline-accent .icon {

    color: #ff9900;

}



.edukul-button.outline.outline-accent:hover .icon {

    color: #fff;

}



.edukul-button.icon_style_1 > span {

    position: relative;

    display: inline-block;

    padding-right: 22px;

    transition: transform ease 0.3s;

}



.edukul-button.icon_style_1 > span:before,

.edukul-button.icon_style_1 > span:after {

    content: '\e914';

    font-family: "CoreIcon";

    font-size: 15px;

    line-height: 28px;

    font-style: normal;

    font-weight: normal;

    position: absolute;

    top: 0;

    right: 0;

    transition: all ease 0.3s;

}



.edukul-button.icon_style_1 > span:before {

    right: 12px;

    opacity: 0;

}



.edukul-button.icon_style_1:hover > span:before {

    opacity: 1;

    right: 0;

}



.edukul-button.icon_style_1:hover > span:after {

    opacity: 0;

    right: -12px;

}



.edukul-button.icon_style_2 > span {

    position: relative;

    display: inline-block;

    padding-right: 22px;

    transition: transform ease 0.3s;

}



.edukul-button.icon_style_2 > span:before,

.edukul-button.icon_style_2 > span:after {

    content: '\e943';

    font-family: "Edukul Icons";

    font-size: 14px;

    line-height: 28px;

    position: absolute;

    top: 0;

    right: 0;

    transition: all ease 0.3s;

}



.edukul-button.icon_style_2 > span:before {

    right: 12px;

    opacity: 0;

}



.edukul-button.icon_style_2:hover > span:before {

    opacity: 1;

    right: 0;

}



.edukul-button.icon_style_2:hover > span:after {

    opacity: 0;

    right: -12px;

}





/* Content Box

-------------------------------------------------------------- */



.edukul-content-box > .inner {

    border-style: solid;

    border-color: transparent;

    z-index: 1;

    position: relative;

    transition: all ease-out .2s;

}



.edukul-content-box > .inner:after {

    z-index: -1;

    position: absolute;

    content: "";

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}



.edukul-content-box > .inner.accent,

.edukul-content-box > .inner.dark-accent,

.edukul-content-box > .inner.light-accent {

    background-color: #ff9900;

}





/* CountDown

-------------------------------------------------------------- */



.edukul-countdown .column {

    font-family: "Montserrat", sans-serif;

    background-color: #4582ff;

    padding: 35px 0 30px;

    display: inline-block;

    width: 25%;

    position: relative;

    text-align: center;

}



.edukul-countdown .column:nth-child(1) {

    margin-left: 0;

}



.edukul-countdown .numb {

    color: #fff;

    font-size: 55px;

    line-height: 55px;

    font-weight: 700;

}



.edukul-countdown .text {

    font-size: 20px;

    line-height: 26px;

    color: #fff;

    font-weight: 700;

    letter-spacing: 1px;

}



@media only screen and ( max-width: 767px) {

    .edukul-countdown .column {

        width: 48.5%;

        margin-left: 3%;

        margin-bottom: 20px;

    }

    .edukul-countdown .column:nth-child(3) {

        margin-left: 0;

    }

}





/* Counter

-------------------------------------------------------------- */



.edukul-counter .number-wrap {

    color: #42495b;

    margin: 0;

}



.edukul-counter .icon {

    color: #808080;

}



.edukul-counter .icon.accent,

.edukul-counter .prefix.accent,

.edukul-counter .suffix.accent,

.edukul-counter .number.accent {

    color: #ff9900;

}



.edukul-counter .number,

.edukul-counter .title {

    margin: 0;

}



.edukul-counter .inner {

    display: table;

    overflow: hidden;

    width: 100%;

}



.edukul-counter .left-wrap {

    display: table-cell;

    text-align: right;

    vertical-align: middle;

    width: 50%;

}



.edukul-counter .right-wrap {

    display: table-cell;

    text-align: left;

    vertical-align: middle;

    width: 50%;

}



.edukul-counter.style-2 {

    text-align: center;

}



@media only screen and ( max-width: 991px) {

    .edukul-counter .left-wrap,

    .edukul-counter .icon {

        margin: 0 0 7px !important;

    }

    .edukul-counter .inner,

    .edukul-counter .left-wrap,

    .edukul-counter .right-wrap {

        display: block;

        width: 100% !important;

        margin: 0 !important;

    }

    .edukul-counter .number-wrap,

    .edukul-counter .title {

        max-width: none !important;

        margin: 5px !important;

    }

}





/* Divider

-------------------------------------------------------------- */



.edukul-divider {

    display: block;

    width: 100%;

    height: 0;

    background: none;

    margin: 0 auto;

}



.edukul-divider.divider-right {

    margin: 0;

    float: right;

}



.edukul-divider.divider-left {

    margin: 0;

    float: left;

}



.edukul-divider .divider-icon {

    display: inline-block;

    position: relative;

}



.edukul-divider .divider-icon-before {

    display: block;

    position: absolute;

    top: 50%;

    border-bottom: solid 1px #f1f1f1;

    right: 100%;

    width: 9999px;

    margin-top: -0.5px;

}



.edukul-divider .divider-icon-after {

    display: block;

    position: absolute;

    top: 50%;

    border-bottom: solid 1px #f1f1f1;

    left: 100%;

    width: 9999px;

    margin-top: -0.5px;

}



.edukul-divider.divider-solid {

    border-top: 1px solid #f1f1f1

}



.edukul-divider.divider-dashed {

    border-top: 1px dashed #f1f1f1

}



.edukul-divider.divider-dotted {

    border-top: 1px dotted #f1f1f1

}



.edukul-divider.divider-double,

.edukul-divider.has-icon .divider-double {

    height: 1px;

    padding-top: 1px;

    padding-bottom: 1px;

    border-top: 1px solid #f1f1f1;

    border-bottom: 1px solid #f1f1f1;

}



.edukul-divider.has-icon {

    display: block;

    height: auto;

    margin: 0 auto;

    text-align: center;

    border: none;

    overflow: hidden;

}



.edukul-divider.has-icon .icon-wrap {

    display: inline-block;

    padding: 0 12px;

    font-size: 16px;

}



.edukul-divider.has-icon .icon-wrap > span {

    display: inline-block;

}



.edukul-divider.has-icon .icon-wrap > span.accent {

    color: #ff9900;

}



.edukul-divider.has-icon .divider-dotted {

    border-style: dotted;

}



.edukul-divider.has-icon .divider-dashed {

    border-style: dashed;

}



.divider-icon-before.accent,

.divider-icon-after.accent,

.edukul-divider.has-icon .divider-double.accent {

    border-color: #ff9900;

}





/* Product

-------------------------------------------------------------- */



.edukul-products .products {

    list-style: none;

    margin: 0;

}



.edukul-products .products li {

    float: none;

    padding: 5px;

    margin: 0;

}



.edukul-products .products li .star-rating {

    display: none;

}





/* VC Tabs Custom

-------------------------------------------------------------- */



.wpb-js-composer .vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a,

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {

    padding: 11px 38px;

    position: relative;

    border-radius: 5px;

    background-color: #ecf2ff;

    color: #616b84;

    font-family: "Montserrat", sans-serif;

    font-weight: 600;

}



.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a,

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {

    background-color: #ff9900 !important;

    color: #fff !important;;

}



.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a,

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {

    font-size: 16px !important;

}



.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {

    border-radius: 5px;

    padding: 17px 38px;

}





/* Tabs

-------------------------------------------------------------- */



.edukul-tabs .tab-title {

    margin: 0;

    border-bottom: 1px solid #808080;

}



.edukul-tabs .tab-title .item-title {

    font-size: 18px;

    line-height: 30px;

    color: #999;

    padding: 0;

    list-style: none;

    margin: 0 5px 0 0;

    display: inline-block;

    background-color: #f3f3f3

}



.edukul-tabs .tab-title .item-title.active {

    position: relative;

    top: 1px;

}



.edukul-tabs .tab-title .item-title > span {

    cursor: pointer;

    padding: 8px 38px 8px;

    transition: none;

    border-bottom: none;

    display: inline-block;

}



.edukul-tabs .tab-content .item-content > p:last-child {

    margin: 0;

}





/* Style 1 */



.edukul-tabs.style-1 .tab-title .item-title.active {

    background-color: #fff;

    color: #42495b;

}



.edukul-tabs.style-1 .tab-title .item-title.active > span {

    padding-top: 9px;

    padding-bottom: 7px;

    border-top: 1px solid #808080;

    border-left: 1px solid #808080 !important;

    border-right: 1px solid #808080 !important;

    border-bottom: 1px solid #fff !important;

}



.edukul-tabs.style-1 .tab-content .item-content {

    padding: 29px 37px 23px 37px;

    border: 1px solid #808080;

    border-top: 0;

}





/* Style 2 */



.edukul-tabs.style-2 .tab-title .item-title.active {

    background-color: #ff9900;

    color: #fff;

}



.edukul-tabs.style-2 .tab-title .item-title.active > span {

    border-top: 1px solid #ff9900;

}



.edukul-tabs.style-2 .tab-content .item-content {

    padding: 33px 37px 23px 37px;

    border: 1px solid #808080;

    border-top: 0;

}





/* Style 3 */



.edukul-tabs.style-3 .tab-title {

    border-bottom: 0;

    border-right: 1px solid #808080;

}



.edukul-tabs.style-3 .tab-title .item-title.active {

    top: 0;

    left: 1px;

    background-color: #ff9900;

    color: #fff;

}



.edukul-tabs.style-3 .tab-title .item-title {

    display: block;

    margin: 0 0 5px 0;

}



.edukul-tabs.style-3 .tab-title .item-title > span {

    display: block;

    padding: 10px 0;

    text-align: center;

}



.edukul-tabs.style-3 .tab-content .item-content {

    padding: 32px 32px 40px;

    border: 1px solid #808080;

    border-left: 0;

    overflow: hidden;

}



.edukul-tabs.style-3 {

    display: table;

}



.edukul-tabs.style-3 .tab-title {

    display: table-cell;

}



.edukul-tabs.style-3 .tab-content-wrap {

    display: table-cell;

}





/* Style 4 */



.edukul-tabs.style-4 .tab-title {

    border-bottom: 0;

    border-right: 1px solid #808080;

}



.edukul-tabs.style-4 .tab-title .item-title.active {

    top: 0;

    left: 1px;

    background-color: #42495b;

    color: #fff;

}



.edukul-tabs.style-4 .tab-title .item-title {

    display: block;

    margin: 0 0 5px 0;

}



.edukul-tabs.style-4 .tab-title .item-title > span {

    display: block;

    padding: 10px 0;

    text-align: center;

}



.edukul-tabs.style-4 .tab-content .item-content {

    padding: 32px 32px 40px;

    border: 1px solid #808080;

    border-left: 0;

    overflow: hidden;

}



.edukul-tabs.style-4 {

    display: table;

}



.edukul-tabs.style-4 .tab-title {

    display: table-cell;

}



.edukul-tabs.style-4 .tab-content-wrap {

    display: table-cell;

}



.edukul-tabs.title-w150 .tab-title {

    width: 150px;

}



.edukul-tabs.title-w160 .tab-title {

    width: 160px;

}



.edukul-tabs.title-w170 .tab-title {

    width: 170px;

}



.edukul-tabs.title-w180 .tab-title {

    width: 180px;

}



.edukul-tabs.title-w190 .tab-title {

    width: 190px;

}



.edukul-tabs.title-w200 .tab-title {

    width: 200px;

}



.edukul-tabs.title-w220 .tab-title {

    width: 220px;

}



.edukul-tabs.title-w240 .tab-title {

    width: 240px;

}



.edukul-tabs.title-w260 .tab-title {

    width: 260px;

}



.edukul-tabs.title-w280 .tab-title {

    width: 280px;

}



.edukul-tabs.title-w300 .tab-title {

    width: 300px;

}



@media only screen and (max-width: 991px) {

    .edukul-tabs .tab-title {

        border: 0;

    }

    .edukul-tabs .tab-title .item-title,

    .edukul-tabs .tab-title .item-title > span {

        display: block;

        margin: 0px;

    }

    .edukul-tabs .tab-title .item-title > span {

        margin-bottom: 5px;

    }

    .edukul-tabs .tab-title .item-title.active {

        top: 0;

    }

    .edukul-tabs.style-1 .tab-title .item-title.active > span {

        border-bottom: 1px solid #808080 !important;

    }

    .edukul-tabs.style-3,

    .edukul-tabs.style-3 .tab-title,

    .edukul-tabs.style-3 .tab-content-wrap,

    .edukul-tabs.style-4,

    .edukul-tabs.style-4 .tab-title,

    .edukul-tabs.style-4 .tab-content-wrap {

        width: 100% !important;

        display: block;

    }

    .edukul-tabs.style-3 .tab-title,

    .edukul-tabs.style-4 .tab-title {

        border: 0;

    }

    .edukul-tabs.style-4 .tab-title .item-title.active > span {

        border-right: 1px solid #808080!important;

    }

    .edukul-tabs .tab-content .item-content {

        padding: 20px 0 0;

    }

}





/* Menu List

-------------------------------------------------------------- */



.edukul-menu-list {

    padding: 10px 20px;

}



.edukul-menu-list .text {

    float: left;

    line-height: normal;

}



.edukul-menu-list .value {

    float: right;

    color: #808080;

    line-height: normal;

    background-color: transparent;

}





/* Fancy Text

-------------------------------------------------------------- */



.edukul-fancy-text.scroll {

    overflow: hidden;

    vertical-align: baseline;

}



.edukul-fancy-text.scroll .heading {

    margin: 0;

}



.edukul-fancy-text.scroll .heading {

    transition: margin-top 0.4s ease-in-out;

}



.edukul-fancy-text.typed .typed-cursor {

    opacity: 1;

    animation: blink 0.7s infinite;

}



@keyframes blink {

    0% {

        opacity: 1;

    }

    50% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}



@-webkit-keyframes blink {

    0% {

        opacity: 1;

    }

    50% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}



@-moz-keyframes blink {

    0% {

        opacity: 1;

    }

    50% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}





/* Advanced Text

-------------------------------------------------------------- */



.edukul-text {

    margin-bottom: 0;

}



.edukul-text > p:last-child {

    margin-bottom: 0;

}





/* Single Heading

-------------------------------------------------------------- */



.edukul-single-heading > .inner {

    position: relative;

    display: inline-block;

}



.edukul-single-heading .heading {

    display: inline-block;

}



.edukul-single-heading.has-line .heading {

    padding-left: 50px;

}



.edukul-single-heading .heading.accent {

    color: #ff9900;

}



.edukul-single-heading .line {

    position: absolute;

    left: 0;

    top: 12px;

    width: 40px;

    height: 2px;

    background-color: #2b79c3;

}



.edukul-single-heading .line.accent {

    background-color: #ff9900;

}



.edukul-single-heading.text-center > .inner {

    margin: 0 auto;

}





/* Headings

-------------------------------------------------------------- */



.edukul-headings .sep.accent {

    background-color: #ff9900;

}



.edukul-headings.text-center .sep {

    text-align: center;

    margin: 0 auto;

}



.edukul-headings.text-right .sep {

    float: right;

}



.edukul-headings .heading,

.edukul-headings .sub-heading {

    margin-bottom: 0;

}



.edukul-headings .heading.accent {

    color: #ff9900;

}



.edukul-headings .heading > span {

    margin-left: 5px;

    display: inline-block;

    width: 50px;

    height: 3px;

    background-color: #ff9900;

}



.edukul-headings.left-sep {

    position: relative;

}



.edukul-headings.left-sep .sep {

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}



@media only screen and ( max-width: 767px) {

    .edukul-headings.text-center {

        padding: 0 15px;

    }

}





/* Hero Section

-------------------------------------------------------------- */



.hero-section {

    position: relative;

    text-align: center;

}



.hero-section .hero-content {

    position: relative;

    z-index: 20;

}



.hero-section .overlay {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}



.hero-section .hero-arrow {

    z-index: 99999;

    position: absolute;

    bottom: 20px;

    left: 50%;

    width: 20px;

    height: 20px;

    line-height: 22px;

    text-align: center;

    transform: translate3d(-50%, 0, 0);

    animation-fill-mode: both;

    animation-timing-function: linear;

    animation-duration: 2s;

}



.hero-section .hero-arrow:hover {

    -webkit-animation-play-state: paused;

    animation-play-state: paused;

}



.hero-section .hero-arrow.infinite {

    -webkit-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

}



.hero-section .hero-arrow:before {

    content: "\f103";

    font-family: "ElegantIcons";

    font-size: 20px;

    color: #fff;

    display: inline-block;

}



.hero-section .hero-arrow.style-2:before {

    content: "\f107";

    font-size: 20px;

}





/* Featured Box

-------------------------------------------------------------- */



.edukul-featured-box {

    flex-wrap: wrap;

    display: flex;

    align-items: center;

    background-color: #fff;

    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.07);

    border-radius: 5px;

    overflow: hidden;

}



.edukul-featured-box .featured-img {

    flex-basis: 50%;

}



.edukul-featured-box .featured-content {

    flex-basis: 50%;

    padding: 70px 60px 80px;

}



.edukul-featured-box.style-2 {

    flex-direction: row-reverse;

}



@media only screen and (max-width: 991px) {

    .edukul-featured-box {

        display: block;

    }

    .edukul-featured-box .featured-content {

        padding: 55px 50px;

    }

}





/* Icon Box

-------------------------------------------------------------- */



.edukul-icon-box .heading {

    margin-bottom: 0;

}



.edukul-icon-box .desc > p:last-child {

    margin: 0;

}





/* Icon top */



.edukul-icon-box.icon-top .heading {

    margin-top: 24px;

}



.edukul-icon-box.icon-top.align-center {

    text-align: center;

}



.edukul-icon-box.icon-top.align-center .icon,

.edukul-icon-box.icon-top.align-center .image-wrap {

    margin: 0 auto;

}



.edukul-icon-box.icon-top.align-right {

    text-align: right;

}



.edukul-icon-box.icon-top.align-right .icon,

.edukul-icon-box.icon-top.align-right .image-wrap {

    margin: 0;

}





/* Icon left */



.edukul-icon-box.icon-left {

    position: relative;

}



.edukul-icon-box.icon-left .edukul-icon,

.edukul-icon-box.icon-left .image-wrap {

    position: absolute;

    left: 0;

    top: 0;

}





/* Icon right */



.edukul-icon-box.icon-right {

    position: relative;

}



.edukul-icon-box.icon-right .edukul-icon,

.edukul-icon-box.icon-right .image-wrap {

    position: absolute;

    right: 0;

    top: 5px;

}



.edukul-icon-box.icon-right .heading,

.edukul-icon-box.icon-right .desc,

.edukul-icon-box.icon-right .url-wrap {

    text-align: right

}





/* Icon left 2 */



.edukul-icon-box.icon-left2 .heading {

    margin: 0 0 40px 0;

}



.edukul-icon-box.icon-left2.has-width .heading {

    margin-top: 10px;

}



.edukul-icon-box.icon-left2 .edukul-icon,

.edukul-icon-box.icon-left2 .image-wrap {

    float: left;

}





/* Hover */



.edukul-icon-box.hover-style-1 {

    position: relative;

    overflow: hidden;

}



.edukul-icon-box.hover-style-1 > .hover {

    background-size: cover;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: all ease 0.3s;

}



.edukul-icon-box.hover-style-1:hover > .hover {

    opacity: 1;

}



.edukul-icon-box.hover-style-1:hover .heading,

.edukul-icon-box.hover-style-1:hover .heading a,

.edukul-icon-box.hover-style-1:hover .desc,

.edukul-icon-box.hover-style-1:hover .edukul-links {

    color: #fff !important;

}



.edukul-icon-box.hover-style-1:hover .heading a:hover {

    opacity: 0.7;

}



.edukul-icon-box.hover-style-2 {

    position: relative;

    overflow: hidden;

}



.edukul-icon-box.hover-style-2 > .hover {

    background-size: cover;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    border-color: transparent;

    opacity: 0;

    transition: all ease 0.3s;

}



.edukul-icon-box.hover-style-2:hover .heading a:hover {

    opacity: 0.7;

}





/* Icon List

-------------------------------------------------------------- */



.edukul-icon-list .icon-list-wrap,

.edukul-icon-list .icon-list-item {

    position: relative;

}



.edukul-icon-list .icon-list-wrap > .line {

    position: absolute;

    left: 30px;

    top: 1%;

    z-index: 1;

    height: 98%;

    border-left: 1px dashed #fff;

}



.edukul-icon-list .icon-list-item .number {

    position: absolute;

    left: 0;

    top: 0;

    z-index: 2;

}



.edukul-icon-list .icon-list-item .heading {

    font-size: 18px;

    margin-bottom: 0;

}





/* Icons

-------------------------------------------------------------- */



.edukul-icon {

    display: inline-block;

}



.edukul-icon .icon {

    font-size: 20px;

    text-align: center;

    display: inline-block;

    transition: all ease 0.3s;

}



.edukul-icon.accent .icon {

    color: #ff9900;

}



.edukul-icon.accent-bg .icon {

    background-color: #ff9900;

}





/* Image Box

-------------------------------------------------------------- */



.edukul-image-box .item .thumb {

    position: relative;

}



.edukul-image-box .item .thumb img {

    width: 100%;

    height: auto;

}



.edukul-image-box .item .thumb .hover-layer {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    background-color: transparent;

    transition: all ease 0.3s;

}



.edukul-image-box:hover .item .thumb .hover-layer {

    opacity: 1;

    background-color: rgba(29, 43, 55, 0.8);

}



.edukul-image-box .item .thumb .icon {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    font-size: 40px;

    line-height: 40px;

    margin-top: 10px;

    transition: all ease 0.3s;

}



.edukul-image-box:hover .item .thumb .icon {

    margin-top: 0;

}



.edukul-image-box .item .thumb .icon:hover {

    color: #fff;

}



.edukul-image-box .item .title {

    margin-bottom: 0;

    position: relative;

}



.edukul-image-box .item .desc {

    margin-bottom: 22px;

}





/* Style 1 */



.edukul-image-box.style-1 .item .title {

    font-size: 22px;

    margin: 20px 0 9px;

}



.edukul-image-box.style-1 .item .title a:hover {

    color: #ff9900;

}





/* Style 2 */



.edukul-image-box.style-2 .inner {

    position: relative;

    overflow: hidden;

}



.edukul-image-box.style-2 .item .text-wrap {

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;

    padding: 45px;

    display: flex;

    align-items: center;

    width: 100%;

    height: 100%;

}



.edukul-image-box.style-2 .thumb {

    position: relative;

}



.edukul-image-box.style-2 .thumb:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: -webkit-linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);

    background: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);

    opacity: 0;

    transform: translate3d(0, 20%, 0);

    transition: opacity 0.35s, transform 0.35s;

}



.edukul-image-box.style-2 .item .title {

    font-size: 22px;

    margin: 0 0 9px;

}



.edukul-image-box.style-2 .item .title,

.edukul-image-box.style-2 .item .title a:hover,

.edukul-image-box.style-2 .item .desc {

    color: #fff;

}



.edukul-image-box.style-2:hover .thumb:after {

    opacity: 1;

    transform: translate3d(0, 0, 0);

}



.edukul-image-box.style-2 .item .title,

.edukul-image-box.style-2 .item .desc,

.edukul-image-box.style-2 .item .url-wrap {

    transition: all 0.35s;

    transform: translate3d(0, 100%, 0);

    opacity: 0;

}



.edukul-image-box.style-2:hover .item .title,

.edukul-image-box.style-2:hover .item .desc,

.edukul-image-box.style-2:hover .item .url-wrap {

    transform: translate3d(0, 0, 0);

    opacity: 1;

}



.edukul-image-box.style-2 .item .url-wrap {

    transition-delay: 0.15s;

}





/* Images Carousel & Grid

-------------------------------------------------------------- */



.edukul-images-carousel .item-wrap,

.edukul-images-grid .item-wrap {

    position: relative;

}



.edukul-images-carousel .item-wrap img {

    width: 100%;

    height: auto;

}



.edukul-images-carousel.has-borders {

    padding-right: 20px;

    padding-bottom: 20px;

    position: relative;

}



.edukul-images-carousel.has-borders:after {

    content: "";

    position: absolute;

    right: 0;

    bottom: 0;

    width: 20px;

    height: 80%;

    z-index: 99999;

    background-color: #ff9900;

}



.edukul-images-carousel.has-borders:before {

    content: "";

    position: absolute;

    right: 0;

    bottom: 0;

    width: 78%;

    height: 20px;

    z-index: 99999;

    background-color: #ff9900;

}



.edukul-images-carousel.has-arrows.arrow-center .owl-theme .owl-nav .owl-next {

    right: 50px;

}



.edukul-images-carousel.has-arrows.arrow-center .owl-theme .owl-nav .owl-prev {

    left: 50px;

}



.edukul-images-carousel.has-arrows.arrow-bottom .owl-nav {

    position: absolute;

    left: 0;

    bottom: 50px;

    width: 200px;

    height: 100px;

    background-color: #ff9900;

}



.edukul-images-carousel.has-arrows.arrow-bottom .owl-theme .owl-nav .owl-next {

    left: 40px;

    bottom: -2px;

}



.edukul-images-carousel.has-arrows.arrow-bottom .owl-theme .owl-nav .owl-prev {

    left: 35px;

    bottom: -2px;

}



.edukul-images-carousel .owl-theme .owl-nav [class*="owl-"]:after {

    color: #fff;

    border-color: rgb(255, 255, 255, 0.3);

}



.edukul-images-carousel .owl-theme .owl-nav [class*="owl-"]:hover:after {

    color: #fff;

    border-color: #fff;

}



.edukul-images-carousel .item-wrap .zoom-popup,

.edukul-images-grid .item-wrap .zoom-popup {

    width: 50px;

    height: 50px;

    z-index: 9999;

    position: absolute;

    right: 30px;

    top: 30px;

    text-align: center;

}



.edukul-images-carousel .item-wrap .zoom-popup:after,

.edukul-images-grid .item-wrap .zoom-popup:after {

    opacity: 0;

    width: 48px;

    height: 48px;

    line-height: 48px;

    border-radius: 25px;

    color: #fff;

    background-color: rgba(65, 64, 66, 0.15);

    text-align: center;

    content: "\f002";

    font-family: "FontAwesome";

    font-size: 20px;

    transform: scaleX(-1);

    position: absolute;

    left: 0;

    top: 0;

    transition: all ease 0.3s;

}



.edukul-images-carousel .item-wrap:hover .zoom-popup:after,

.edukul-images-grid .item-wrap:hover .zoom-popup:after {

    opacity: 1;

}



.edukul-images-carousel .item-wrap .zoom-popup:hover:after,

.edukul-images-grid .item-wrap .zoom-popup:hover:after {

    background-color: rgba(65, 64, 66, 0.5);

}





/* News

-------------------------------------------------------------- */



.edukul-news .news-item .thumb-wrap {

    position: relative;

    overflow: hidden;

}



.edukul-news .news-item .thumb-wrap img {

    transition: transform ease 0.3s;

}



.edukul-news .news-item:hover .thumb-wrap img {

    transform: scale(1.07) rotate(1.5deg);

}



.edukul-news .news-item .text-wrap {

    padding: 32px 30px 40px;

}



.edukul-news .news-item .title {

    font-size: 24px;

}



.edukul-news .news-item .title a:hover {

    color: #ff9900;

}



.edukul-news .news-item .post-meta {

    margin-bottom: 9px;

}



.edukul-news .post-meta .item {

    display: inline-block;

    margin-right: 20px;

    position: relative;

    padding-left: 22px;

}



.edukul-news .post-meta .item:last-child {

    margin-right: 0;

}



.edukul-news .post-meta .item:before {

    font-family: "CoreIcon";

    color: #ff9900;

    font-size: 14px;

    line-height: normal;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translate3d(0, -50%, 0);

}



.edukul-news .post-meta .item.post-by-author:before {

    content: "\e92a";

}



.edukul-news .post-meta .item.post-date:before {

    content: "\e90a";

}



.edukul-news .link {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    display: inline-block;

    transition: all ease 0.3s;

    color: #42495b;

    text-transform: uppercase;

    position: relative;

    display: inline-block;

    padding-right: 22px;

    transition: transform ease 0.3s;

    border-bottom: 1px solid #42495b;

    line-height: 22px;

}



.edukul-news .link:before,

.edukul-news .link:after {

    content: '\e914';

    font-family: "CoreIcon";

    font-size: 14px;

    font-style: normal;

    font-weight: normal;

    position: absolute;

    top: 0;

    right: 0;

    transition: all ease 0.3s;

}



.edukul-news .link:before {

    right: 12px;

    opacity: 0;

}



.edukul-news .link:hover:before {

    opacity: 1;

    right: 0;

}



.edukul-news .link:hover:after {

    opacity: 0;

    right: -12px;

}





/* Style 2 */



.edukul-news.style-2 .news-item .inner {

    position: relative;

    padding-bottom: 70px;

}



.edukul-news.style-2 .news-item .text-wrap {

    position: absolute;

    left: 0;

    bottom: 0;

    margin-right: 100px;

}



@media only screen and (max-width: 991px) {

    .edukul-news .news-item .thumb-wrap img {

        width: 100%;

        height: auto;

    }

}





/* Partner

-------------------------------------------------------------- */



.edukul-partner .partner-item .thumb {

    overflow: hidden;

}



.edukul-partner.has-border .partner-item {

    border: 1px solid #d1d1d1;

}



.edukul-partner .partner-item .thumb img {

    transition: all ease 0.3s;

}



.edukul-partner .partner-item .thumb:hover img {

    transform: scale(1.1);

}





/* Galleries

-------------------------------------------------------------- */





/* Gallery filter */



#gallery-filter,

#course-filter {

    margin-bottom: 70px;

}



#gallery-filter .inner ,

#course-filter .inner {

    padding: 28px 100px 14px;

    border-radius: 40px;

    border: 2px solid #eee;

    display: inline-block;

}



#gallery-filter .cbp-filter-item,

#course-filter .cbp-filter-item {

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    font-weight: 700;

    color: #42495b;

    padding: 0;

    margin: 0 20px 10px;

    display: inline-block;

    cursor: pointer;

    position: relative;

    transition: all ease 0.3s;

}



#gallery-filter.style-1 .inner .cbp-filter-item:first-child,

#course-filter.style-1 .inner .cbp-filter-item:first-child {

    margin-left: 0;

}



#gallery-filter.style-3 .inner .cbp-filter-item:last-child,

#course-filter.style-3 .inner .cbp-filter-item:last-child {

    margin-right: 0;

}



#gallery-filter.style-1 {

    text-align: left;

}



#gallery-filter.style-2 {

    text-align: center;

}



#gallery-filter.style-3 {

    text-align: right;

}



#gallery-filter .cbp-filter-item:hover,

#gallery-filter .cbp-filter-item.cbp-filter-item-active,

#course-filter .cbp-filter-item:hover,

#course-filter .cbp-filter-item.cbp-filter-item-active {

    color: #ff9900;

}



#gallery-filter .cbp-filter-item > span,

#course-filter .cbp-filter-item > span {

    display: inline-block;

    position: relative;

    padding-bottom: 3px;

}



#gallery-filter .cbp-filter-item > span:after,

#course-filter .cbp-filter-item > span:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 2px;

    background-color: #ff9900;

    opacity: 0;

    transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);

}



#gallery-filter .cbp-filter-item.cbp-filter-item-active > span:after,

#course-filter .cbp-filter-item.cbp-filter-item-active > span:after {

    width: 100%;

    opacity: 1;

}



#gallery-filter.cbp-l-filters-alignCenter .cbp-filter-counter,

#course-filter.cbp-l-filters-alignCenter .cbp-filter-counter {

    font-size: 13px;

    width: 25px;

    height: 25px;

    background-color: #eaeaea;

    color: #808080;

    line-height: 25px;

    padding: 0;

    border-radius: 0;

}



#gallery-filter.cbp-l-filters-alignCenter .cbp-filter-counter:after,

#course-filter.cbp-l-filters-alignCenter .cbp-filter-counter:after {

    border-top-color: #eaeaea;

}



#gallery-filter.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter,

#course-filter.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {

    bottom: 43px;

}



@media only screen and ( max-width: 991px) {

    #gallery-filter,

    #course-filter {

        margin-bottom: 40px;

    }

    #gallery-filter .inner,

    #course-filter .inner {

        padding: 28px 50px 14px;

    }

    #gallery-filter .cbp-filter-item,

    #course-filter .cbp-filter-item {

        background-color: #f9f9f9;

        margin: 0 5px 10px !important;

        padding: 7px 20px 5px;

    }

    #gallery-filter.style-3 {

        text-align: center;

    }

}





/* Gallery box */



.gallery-box .thumb {

    position: relative;

    overflow: hidden;

}



.gallery-box .thumb img {

    transition: transform ease 0.3s;

}



.gallery-box:hover .thumb img {

    transform: scale(1.05);

}



.gallery-box .thumb:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    background: linear-gradient(to top, #151948 0, transparent 130%);

    content: '';

    opacity: 0;

    -webkit-transform: translate3d(0, 50%, 0);

    transform: translate3d(0, 50%, 0);

    transition: all ease 0.3s;

}



.gallery-box:hover .thumb:before,

.gallery-box:hover .text-wrap {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.gallery-box .text-wrap {

    text-align: center;

    position: absolute;

    bottom: 42px;

    left: 0;

    width: 100%;

    z-index: 2;

    opacity: 0;

    -webkit-transform: translate3d(0, 50%, 0);

    transform: translate3d(0, 50%, 0);

    transition: all ease 0.3s;

}



.gallery-box .text-wrap .icon a {

    font-size: 18px;

    display: inline-block;

    width: 56px;

    height: 56px;

    line-height: 52px;

    border-radius: 50%;

    text-align: center;

    color: #42495b;

    background-color: #fff;

}



.gallery-box .text-wrap .icon a:hover {

    background-color: #ff9900;

    color: #fff;

}



.gallery-box .title {

    font-size: 26px;

    font-weight: 600;

    margin: 16px 0;

}



.gallery-box .title a {

    color: #fff;

}



.gallery-box .title:hover a {

    opacity: 0.7;

}



@media only screen and ( max-width: 767px) {

    .project-box .project-image img {

        width: 100%;

        height: auto;

    }

}



.gallery-nav .edukul-pagination {

    text-align: center;

    margin-top: 60px;

}





/* Progress Bar

-------------------------------------------------------------- */



.edukul-progress {

    position: relative;

}



.edukul-progress .title,

.edukul-progress .perc-wrap {

    line-height: normal;

    margin: 0;

}



.edukul-progress .title {

    position: absolute;

    left: 0;

    top: 0;

    font-size: 18px;

    font-weight: 400;

}



.edukul-progress .perc-wrap {

    font-size: 14px;

}



.edukul-progress .progress-animate {

    position: relative;

    height: 6px;

    width: 0;

    transition: width ease 1s;

}



.edukul-progress .progress-animate.accent {

    background-color: #ff9900;

}



.edukul-progress .progress-animate.accent.gradient {

    background: rgba(254, 126, 75, 1);

    background: -moz-linear-gradient(left, rgba(254, 126, 75, 1) 0%, rgba(254, 126, 75, 0.3) 100%);

    background: -webkit-linear-gradient(left, rgba(254, 126, 75, 1) 0%, rgba(254, 126, 75, 0.3) 100%);

    background: linear-gradient(to right, rgba(254, 126, 75, 1) 0%, rgba(254, 126, 75, 0.3) 100%);

}



.edukul-progress .perc {

    width: 0;

    text-align: right;

    opacity: 0;

    transition: all ease 1s;

}



.edukul-progress .perc.accent {

    color: #ff9900;

}



.edukul-progress .perc.show {

    opacity: 1;

}





/* Piechart

-------------------------------------------------------------- */



.edukul-piechart .piechart {

    max-width: 200px;

    margin: 0 auto;

}



.edukul-piechart .piechart .progressbar-text {

    width: 100%;

    text-align: center;

    font-weight: 600;

}





/* Scroll Target

-------------------------------------------------------------- */



.edukul-scroll-target {

    text-align: center;

}



.edukul-scroll-target a {

    display: inline-block;

    position: relative;

    width: 30px;

    height: 70px;

    color: #42495b;

    font-size: 42px;

}



.edukul-scroll-target a:before {

    content: "\f107";

    font-family: "FontAwesome";

    font-weight: 400;

    width: 30px;

    height: 30px;

    display: inline-block;

    position: absolute;

    top: 0;

    left: -6px;

    animation: rev-ani-mouse 2s linear infinite;

}



@keyframes rev-ani-mouse {

    0% {

        opacity: 1;

        top: 0%;

    }

    30% {

        opacity: 1;

        top: 30%;

    }

    70% {

        opacity: 0;

        top: 30%;

    }

    100% {

        opacity: 0;

        top: 0%;

    }

}





/* Subscribe Form

-------------------------------------------------------------- */



.edukul-subscribe .mc4wp-form .email-wrap input {

    background-color: transparent;

    border: 1px solid #eaeaea;

}



.mc4wp-alert > p {

    text-align: center;

    margin: 18px 0 0;

}



.edukul-subscribe.style-2 .mc4wp-form .email-wrap input {

    background-color: #fff;

    border: 1px solid #fff;

}





/* Member

-------------------------------------------------------------- */



.member-item {

    overflow: hidden;

    text-align: center;

}



.member-item .inner {

    background-color: #f8f8f8;

}



.member-item .inner .thumb {

    overflow: hidden;

}



.member-item .inner .thumb img {

    width: 100%;

    height: auto;

}



.member-item .inner .thumb img {

    transition: transform ease 0.3s;

}



.member-item:hover .inner .thumb a img {

    transform: scale(1.05) rotate(1.5deg);

}



.member-item .inner .text-wrap {

    padding: 30px;

}



.member-item .socials {

    list-style: none;

    margin: 0;

    text-align: center;

    transition: all ease 0.3s;

}



.member-item .socials li {

    display: inline-block;

    margin: 0 7px;

}



.member-item .socials li a {

    font-size: 15px;

    color: #cfcfcf;

    display: inline-block;

    text-align: center;

}



.member-item .socials li a:hover {

    color: #ff9900;

}



.member-item .name {

    font-size: 22px;

    margin: 0 0 5px;

}



.member-item .name a:hover {

    color: #ff9900;

}



.member-item .position {

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1px;

    margin: 0 0 5px;

}



.member-item .text {

    margin: 12px 0;

}





/* Center Carousel Box

-------------------------------------------------------------- */



.edukul-center-carousel-box .slick-slide {

    opacity: 0.5;

    transition: opacity ease 0.5s;

    pointer-events: none;

}



.edukul-center-carousel-box .slick-slide.slick-active {

    opacity: 1;

    filter: none;

    pointer-events: all;

}



.edukul-center-carousel-box .slick-dots {

    bottom: 0;

}



.edukul-center-carousel-box.gap-10 .slick-slide {

    padding: 0 5px;

}



.edukul-center-carousel-box.gap-20 .slick-slide {

    padding: 0 10px;

}



.edukul-center-carousel-box.gap-30 .slick-slide {

    padding: 0 15px;

}



.edukul-center-carousel-box.gap-40 .slick-slide {

    padding: 0 20px;

}



.edukul-center-carousel-box.gap-50 .slick-slide {

    padding: 0 25px;

}



.edukul-center-carousel-box.gap-60 .slick-slide {

    padding: 0 30px;

}



.edukul-center-carousel-box.bullet50 {

    padding-bottom: 60px;

}



.edukul-center-carousel-box.bullet40 {

    padding-bottom: 50px;

}



.edukul-center-carousel-box.bullet30 {

    padding-bottom: 40px;

}



.edukul-center-carousel-box.bullet20 {

    padding-bottom: 30px;

}



.edukul-center-carousel-box.bullet10 {

    padding-bottom: 20px;

}



.edukul-center-carousel-box.bullet0 {

    padding-bottom: 10px;

}





/* Testimonials

-------------------------------------------------------------- */



.edukul-testimonials .text {

    background-color: #fff;

    border-radius: 10px;

    padding: 30px;

    margin: 0 0 30px 0;

    font-size: 16px;

    line-height: 35px;

}



.edukul-testimonials .text:before {

    display: none;

}



.edukul-testimonials .text:after {

    content: "";

    position: absolute;

    left: 50px;

    top: 100%;

    border-width: 19px 17px 19px 17px;

    border-color: #fff transparent transparent transparent;

    border-style: solid;

}



.edukul-testimonials .thumb {

    width: 60px;

    height: 60px;

    border-radius: 30px;

    float: left;

    overflow: hidden;

    margin: 0 20px 0 37px;

}



.edukul-testimonials .name {

    font-size: 18px;

    margin: 0;

    padding: 7px 0 0;

}



.edukul-testimonials .position {

    color: #ff9900;

}





/* Group 3 */



.edukul-testimonials-group {

    position: relative;

}



.edukul-testimonials-group .item .text {

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 35px;

}



.edukul-testimonials-group .item .thumb,

.edukul-testimonials-group .item .info {

    float: left;

}



.edukul-testimonials-group .item .thumb {

    width: 60px;

    height: 60px;

    border-radius: 30px;

    margin-right: 18px;

    overflow: hidden;

}



.edukul-testimonials-group .item .name,

.edukul-testimonials-group .item .position {

    color: #42495b;

}



.edukul-testimonials-group .item .name {

    font-weight: 700;

    font-size: 18px;

    line-height: 22px;

    color: #42495b;

    margin: 7px 0 0;

}



.edukul-testimonials-group .item .position {

    color: #a0a0a0;

}



.edukul-testimonials-group .item .stars {

    float: right;

    color: #ff9900;

}



.edukul-testimonials-group .avatar-wrap {

    text-align: center;

    margin: 0;

    list-style: none;

    border-top: 2px solid #eee;

    padding-top: 40px;

    margin-top: 35px;

}



.edukul-testimonials-group .avatar-wrap li {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    text-align: center;

}



.edukul-testimonials-group .avatar-wrap li img {

    width: 70px;

    height: 70px;

    border: 2px solid #fff;

    border-radius: 50%;

    transition: all ease 0.3s;

}



.edukul-testimonials-group .avatar-wrap li img:hover {

    border-color: #a0a0a0;

    cursor: pointer;

}



@media only screen and ( max-width: 767px) {

    .edukul-testimonials-group .avatar-wrap li a {

        margin: 0 5px;

    }

    .edukul-testimonials-group .avatar-wrap li img {

        width: 70px;

        height: 70px;

    }

}





/* Video Icon

-------------------------------------------------------------- */



.edukul-video-icon {

    position: relative;

}



.edukul-video-icon a {

    position: relative;

    display: inline-block;

    text-indent: -9999px;

}



.edukul-video-icon a:after {

    text-indent: 0;

    content: "";

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -6px;

    margin-top: -12px;

    border-width: 12px 16px;

    border-style: solid;

    border-color: transparent;

    transition: all ease 0.3s;

}



.edukul-video-icon a {

    position: relative;

    width: 100px;

    height: 100px;

    border-radius: 50px;

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);

}



.edukul-video-icon .circle {

    width: 100px;

    height: 100px;

    top: 0;

    left: 0;

}



.edukul-video-icon .circle {

    position: absolute;

    border-radius: 100%;

    animation: circle-fade-inf 2s infinite ease-in-out;

    transition: all 0.5s;

}



@keyframes circle-fade-inf {

    0% {

        transform: scale(1);

        opacity: 1;

    }

    100% {

        transform: scale(1.4);

        opacity: 0;

    }

}





/* Small */



.edukul-video-icon.small a {

    position: relative;

    width: 66px;

    height: 66px;

    border-radius: 33px;

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);

}



.edukul-video-icon.small .circle {

    width: 76px;

    height: 76px;

    top: -5px;

    left: -5px;

}



.edukul-video-icon.small a:after {

    margin-left: -4px;

    margin-top: -11px;

    border-width: 10px 12px;

}





/* Accent */



.edukul-video-icon.accent a {

    background-color: #ff9900;

}



.edukul-video-icon.accent a:after {

    border-left-color: #fff;

}



.edukul-video-icon.accent .circle {

    border: 1px solid #ff9900;

}



.edukul-video-icon.green a {

    background-color: #2ed47d;

}





/* White */



.edukul-video-icon.white a {

    background-color: #fff;

}



.edukul-video-icon.white a:after {

    border-left-color: #ff9900;

}



.edukul-video-icon.white .circle {

    border: 1px solid rgba(255, 255, 255, 1);

}



.edukul-video-icon a:hover:after {

    border-left-color: #1d2b37;

}





/* White Outline */



.edukul-video-icon.white2 a {

    background-color: transparent;

    border: 2px solid #fff;

}



.edukul-video-icon.white2 a:after {

    border-left-color: #fff;

}



.edukul-video-icon.white2 .circle {

    border: 1px solid rgba(255, 255, 255, 1);

    top: -2px;

    left: -2px;

}



.edukul-video-icon.white2.small .circle {

    top: -7px;

    left: -7px;

}



.edukul-video-icon.white2:hover a {

    background-color: #fff;

    border: 2px solid #fff;

}



.edukul-video-icon.white2:hover a:after {

    border-left-color: #42495b;

}





/* Simple Image

-------------------------------------------------------------- */



.edukul-simple-image .block-revealer__content {

    transition: opacity 0.3s;

}



.edukul-simple-image .block-revealer__element {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    pointer-events: none;

    opacity: 0;

}



.edukul-simple-image .block-revealer__content figure {

    transition: all ease 0.3s;

}



.edukul-simple-image .edukul-video-icon,

.edukul-fancy-img .edukul-video-icon {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    opacity: 0;

    margin-left: -30px;

    transition: all ease 0.75s;

}



.edukul-simple-image.no-effect {

    position: relative;

}



.edukul-simple-image.no-effect .edukul-video-icon {

    opacity: 1;

}



.edukul-simple-image.revealing-ended .edukul-video-icon,

.edukul-simple-image.is-in-view .edukul-video-icon {

    opacity: 1;

    margin-left: 0;

}



@media screen and (max-width: 991px) {

    .edukul-simple-image.stretch-on-mobile img {

        width: 100%;

        height: auto;

    }

}



.edukul-fancy-img-holder,

.edukul-fancy-img-bg {

    -webkit-transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);

    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);

    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);

    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);

    -webkit-transform: translate(0, 0);

    transform: translate(0, 0);

    opacity: 0;

}



.edukul-fancy-img-bg {

    display: inline-block;

    position: absolute;

    top: 20px;

    left: 20px;

    right: 20px;

    bottom: 20px;

    z-index: 0;

    background-color: #4582ff;

}



.edukul-fancy-img-holder {

    opacity: 0;

}



.edukul-fancy-img-holder img {

    width: 100%;

}



.edukul-fancy-img-holder,

.edukul-fancy-img {

    position: relative;

}



.edukul-fancy-img.is-in-view .edukul-fancy-img-bg,

.edukul-fancy-img.is-in-view .edukul-fancy-img-holder {

    opacity: 1;

}



.edukul-fancy-img.is-in-view .edukul-video-icon {

    opacity: 1;

    margin-left: 0;

}



.edukul-fancy-img.is-in-view.bg-top .edukul-fancy-img-bg {

    -webkit-transform: translate(-20px, -20px);

    transform: translate(-20px, -20px);

}



.edukul-fancy-img.is-in-view.bg-top .edukul-fancy-img-holder {

    -webkit-transform: translate(15px, 15px);

    transform: translate(15px, 15px);

}



.edukul-fancy-img.is-in-view.bg-right .edukul-fancy-img-bg {

    -webkit-transform: translate(20px, -20px);

    transform: translate(20px, -20px);

}



.edukul-fancy-img.is-in-view.bg-right .edukul-fancy-img-holder {

    -webkit-transform: translate(-15px, 15px);

    transform: translate(-15px, 15px);

}



.edukul-fancy-img.is-in-view.bg-bottom .edukul-fancy-img-bg {

    -webkit-transform: translate(20px, 20px);

    transform: translate(20px, 20px);

}



.edukul-fancy-img.is-in-view.bg-bottom .edukul-fancy-img-holder {

    -webkit-transform: translate(-15px, -15px);

    transform: translate(-15px, -15px);

}



.edukul-fancy-img.is-in-view.bg-left .edukul-fancy-img-bg {

    -webkit-transform: translate(-20px, 20px);

    transform: translate(-20px, 20px);

}



.edukul-fancy-img.is-in-view.bg-left .edukul-fancy-img-holder {

    -webkit-transform: translate(15px, -15px);

    transform: translate(15px, -15px);

}





/* List

-------------------------------------------------------------- */



.edukul-list > div {

    position: relative;

    padding: 0;

}



.edukul-list > div > span {

    padding-left: 30px;

    position: relative;

    display: block;

}



.edukul-list .icon {

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;

}



.edukul-list .icon.accent {

    color: #ff9900;

}



.edukul-list.icon-top .icon {

    top: 0;

}



.edukul-list.icon-middle .icon {

    top: 50%;

    transform: translateY(-50%);

}





/* Price Table

-------------------------------------------------------------- */



.edukul-price-table {

    padding: 60px 40px 90px;

}



.edukul-price-table .price-name {

    margin-bottom: 62px;

}



.edukul-price-table .price-name .heading {

    font-weight: 600;

    font-size: 28px;

    color: #42495b;

    margin: 0 0 4px;

}



.edukul-price-table .price-name .sub-heading {

    font-weight: 600;

    font-size: 12px;

}



.edukul-price-table .price-name .heading.accent,

.edukul-price-table .price-name .sub-heading.accent {

    color: #ff9900;

}



.edukul-price-table .price-figure {

    margin-bottom: 30px;

}



.edukul-price-table .price-figure .price-wrap {

    display: inline-block;

    position: relative;

    padding-left: 25px;

}



.edukul-price-table .price-figure .currency {

    position: absolute;

    left: 0;

    top: 0;

    color: #42495b;

    font-size: 40px;

    font-weight: 600;

    line-height: 46px;

}



.edukul-price-table .price-figure .currency.accent {

    color: #ff9900;

}



.edukul-price-table .price-figure .figure {

    font-size: 72px;

    line-height: 70px;

    font-weight: 600;

    color: #42495b;

    position: relative;

}



.edukul-price-table .price-figure .figure.accent {

    color: #ff9900;

}



.edukul-price-table .price-figure .term {

    display: block;

    font-weight: 600;

    font-size: 22px;

    color: #555;

}



.edukul-price-table .price-features ul {

    list-style: none;

    margin: 0;

}



.edukul-price-table .price-features ul li > span {

    position: relative;

    display: inline-block;

    padding-left: 30px;

}



.edukul-price-table .price-features ul li > span.check:before,

.edukul-price-table .price-features ul li > span.disable:before {

    font-family: "FontAwesome";

    position: absolute;

    left: 0;

    top: 0;

}



.edukul-price-table .price-features {

    margin: 0 0 34px;

}



.edukul-price-table .price-features ul li > span.check:before {

    content: "\f00c";

    color: #4582ff;

}



.edukul-price-table .price-features ul li > span.disable:before {

    content: "\f00d";

    color: #f63440;

}



.edukul-price-table .price-button .edukul-button {

    padding-left: 34px;

    padding-right: 34px;

}





/* Membership

-------------------------------------------------------------- */



.edukul-membership {

    padding: 70px 50px 55px;

    background-position: center top;

    background-size: cover;

}



.edukul-membership .edr-membership {

    margin: 0;

}



.edukul-membership .edr-membership__title {

    font-size: 35px;

    font-weight: 400;

    margin: 0 0 20px;

}



.edukul-membership .edr-membership__price {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 500;

    margin: 30px 0 35px;

    padding-bottom: 30px;

    border-bottom: 2px solid rgba(255, 255, 255, 0.1);

}



.edukul-membership .edr-membership__price > span {

    font-size: 47px;

    line-height: 57px;

    font-weight: 700;

    display: block;

}



.edukul-membership.light .edr-membership__header,

.edukul-membership.light .edr-membership__title,

.edukul-membership.light .entry-description {

    color: #fff;

}



.edukul-membership .entry-description ul {

    list-style: none;

    margin: 0;

}



.edukul-membership .entry-description ul li {

    margin-bottom: 8px;

}



.edukul-membership .entry-description ul li span {

    font-size: 16px;

    position: relative;

    padding-left: 24px;

}



.edukul-membership .entry-description ul li span:before {

    content: "\ea27";

    font-family: "Edukul Icons";

    font-size: 14px;

    line-height: normal;

    position: absolute;

    left: 0;

    top: 4px;

}



.edukul-membership .edukul-button {

    border-radius: 5px;

    margin-top: 30px;

}



.edukul-membership.button-accent .edukul-button {

    background-color: #ff9900;

    color: #fff;

}



.edukul-membership.button-white .edukul-button {

    background-color: #fff;

    color: #42495b;

}



.edukul-membership.button-altcolor .edukul-button {

    background-color: #0053fd;

    color: #fff;

}





/* Courses

-------------------------------------------------------------- */



.edukul-courses .rating-print-wrapper,

.edukul-courses-grid .rating-print-wrapper {

    cursor: default;

}



.edr-course {

    margin: 0;

}



.edr-course .edr-course__image {

    position: relative;

    overflow: hidden;

    margin: 0;

}



.edukul-courses-grid .edr-course a {

    transition: none !important;

    transition: color ease 0.3s !important;

}



.edr-course .edr-course__image img {

    transition: transform ease 0.3s;

}



.edr-course .edr-course__image:hover img {

    transform: scale(1.07) rotate(1.5deg);

}



.edr-course .edr-course__price {

    color: #fff;

    font-family: "Montserrat", sans-serif;

    font-weight: 600;

    line-height: 24px;

    display: inline-block;

    padding: 0 10px;

    margin: 0;

    border-radius: 3px;

    background-color: #4582ff;

}



.edr-course .edr-course__category a {

    font-family: "Montserrat", sans-serif;

    font-weight: 600;

    line-height: 24px;

    display: inline-block;

    padding: 0 10px;

    border-radius: 3px;

    color: #fff;

    background-color: #4582ff;

}



.edr-course .edr-course__category a:hover {

    background-color: #ff9900;

}



.edr-course .edr-course__title {

    font-size: 24px;

}



.edr-course .edr-course__title a:hover {

    color: #ff9900;

}



.edr-course .edr_course__meta .teacher .name {

    color: #4582ff;

    font-weight: 700;

}



.edr-course .edr_course__meta .category {

    padding-left: 7px;

}



.edr-course .edr_course__meta .category > a {

    color: #ff9900;

    font-weight: 700;

}



.edr-course .edr_course__meta .category > a:hover {

    color: #42495b;

}



.edr-course .edr_course__info > span {

    position: relative;

    display: inline-block;

    padding-left: 23px;

    margin-right: 20px;

}



.edr-course .edr_course__info > span:before {

    font-family: "Edukul Icons";

    position: absolute;

    left: 1px;

    top: 0;

    color: #ff9900;

}



.edr-course .edr_course__info > span.registered:before {

    content: "\ef02";

}



.edr-course .edr_course__info > span.duration:before {

    content: "\ea5c";

}



.edr-course .edr_course__info > span.lessons:before {

    content: "\e99f";

}



.edr-course .edr-course__btn a {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    background-color: #42495b;

    display: inline-block;

    transition: all ease 0.3s;

    padding: 11px 32px;

    color: #fff;

    border-radius: 5px;

    text-transform: uppercase;

}



.edr-course .edr-course__btn a > span {

    position: relative;

    display: inline-block;

    padding-right: 22px;

    transition: transform ease 0.3s;

}



.edr-course .edr-course__btn a > span:before,

.edr-course .edr-course__btn a > span:after {

    content: '\e914';

    font-family: "CoreIcon";

    font-size: 14px;

    font-style: normal;

    font-weight: normal;

    position: absolute;

    top: 0;

    right: 0;

    transition: all ease 0.3s;

}



.edr-course .edr-course__btn a > span:before {

    right: 12px;

    opacity: 0;

}



.edr-course .edr-course__btn a:hover > span:before {

    opacity: 1;

    right: 0;

}



.edr-course .edr-course__btn a:hover > span:after {

    opacity: 0;

    right: -12px;

}





/* Style 1 */



.edukul-courses.style-1 .edr-course__price,

.edukul-courses.style-1 .edr-course__review,

.edukul-courses-grid.style-1 .edr-course__price,

.edukul-courses-grid.style-1 .edr-course__review {

    margin: 40px 0 0;

}



.edukul-courses.style-1 .edr-course__review,

.edukul-courses-grid.style-1 .edr-course__review {

    display: inline-block;

    padding-left: 5px;

}



.edukul-courses.style-1 .edr-course__content .edr-course__price,

.edukul-courses.style-1 .edr-course__content .edr-course__review,

.edukul-courses.style-1 .edr-course__category,

.edukul-courses.style-1 .edr_course__excerpt,

.edukul-courses-grid.style-1 .edr-course__content .edr-course__price,

.edukul-courses-grid.style-1 .edr-course__content .edr-course__review,

.edukul-courses-grid.style-1 .edr-course__category,

.edukul-courses-grid.style-1 .edr_course__excerpt {

    display: none;

}



.edukul-courses.style-1 .edr-course__title,

.edukul-courses-grid.style-1 .edr-course__title {

    margin: 15px 0 6px;

}



.edukul-courses.style-1 .edr_course__meta,

.edukul-courses-grid.style-1 .edr_course__meta {

    margin: 0 0 14px 0;

}



.edukul-courses.style-1 .edr-course__btn,

.edukul-courses-grid.style-1 .edr-course__btn {

    margin-top: 25px;

}



.edukul-courses.style-1 .edr-course__btn a,

.edukul-courses-grid.style-1 .edr-course__btn a {

    color: #42495b;

    background-color: #eaeff7;

}





/* Style 2 */



.edukul-courses.style-2 .edr-course__image:after,

.edukul-courses-grid.style-2 .edr-course__image:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(to top, #151948 0, transparent 40%);  

}



.edukul-courses.style-2 .edr-course__review .review-stars,

.edukul-courses-grid.style-2 .edr-course__review .review-stars {

    color: #ffdd53 !important;

}



.edukul-courses.style-2 .edr-course__price,

.edukul-courses-grid.style-2 .edr-course__price {

    position: absolute;

    left: 30px;

    bottom: 20px;

    z-index: 1;

}



.edukul-courses.style-2 .edr-course__review,

.edukul-courses-grid.style-2 .edr-course__review {

    position: absolute;

    left: 93px;

    bottom: 26px;

    z-index: 1;

}



.edukul-courses.style-2 .edr-course__content,

.edukul-courses-grid.style-2 .edr-course__content {

    padding: 27px 30px 25px;

    background-color: #fff;

}



.edukul-courses.style-2 .edr-course__category,

.edukul-courses-grid.style-2 .edr-course__category {

    display: none;

}



.edukul-courses.style-2 .edr-course__title,

.edukul-courses-grid.style-2 .edr-course__title {

    margin: 0 0 6px 0;

}



.edukul-courses.style-2 .edr-course__content .edr-course__price,

.edukul-courses.style-2 .edr-course__content .edr-course__review,

.edukul-courses.style-2 .edr_course__excerpt,

.edukul-courses.style-2 .edr-course__btn,

.edukul-courses-grid.style-2 .edr-course__content .edr-course__price,

.edukul-courses-grid.style-2 .edr-course__content .edr-course__review,

.edukul-courses-grid.style-2 .edr_course__excerpt,

.edukul-courses-grid.style-2 .edr-course__btn {

    display: none;

}



.edukul-courses.style-2 .edr_course__info,

.edukul-courses-grid.style-2 .edr_course__info {

    border-top: 1px solid #eaeaea;

    padding-top: 13px;

    margin-top: 24px;

}



.edukul-courses.style-2.gray .edr-course__content,

.edukul-courses-grid.style-2.gray .edr-course__content {

    background-color: #f7f7f7;

}





/* Style 3 */



.edukul-courses.style-3 .edr-course__image .edr-course__price,

.edukul-courses.style-3 .edr-course__image .edr-course__review,

.edukul-courses-grid.style-3 .edr-course__image .edr-course__price,

.edukul-courses-grid.style-3 .edr-course__image .edr-course__review,

.edukul-courses.style-3 .edr_course__info,

.edukul-courses-grid.style-3 .edr_course__info,

.edukul-courses.style-3 .edr-course__category,

.edukul-courses-grid.style-3 .edr-course__category {

    display: none;

}



.edukul-courses.style-3 .edr-course__review,

.edukul-courses-grid.style-3 .edr-course__review {

    display: inline-block;

    padding-left: 5px;

}



.edukul-courses.style-3 .edr-course__title,

.edukul-courses-grid.style-3 .edr-course__title {

    margin: 15px 0 6px;

}



.edukul-courses.style-3 .edr_course__meta,

.edukul-courses-grid.style-3 .edr_course__meta {

    margin: 0 0 14px 0;

}



.edukul-courses.style-3 .edr-course__btn,

.edukul-courses-grid.style-3 .edr-course__btn {

    margin-top: 25px;

}



.edukul-courses.style-3 .edr-course__content,

.edukul-courses-grid.style-3 .edr-course__content {

    padding: 38px 35px 40px;

    background-color: #fff;

}



.edukul-courses.style-3.gray .edr-course__content,

.edukul-courses-grid.style-3.gray .edr-course__content {

    background-color: #f7f7f7;

}





/* Courses Search Form

-------------------------------------------------------------- */



.edukul-courses-search-form .keyword-wrap,

.edukul-courses-search-form .submit-wrap {

    width: 66%;

    float: left;

}



.edukul-courses-search-form .submit-wrap {

    width: 32%;

}



.edukul-courses-search-form .keyword-wrap {

    margin-right: 2%;

}



.edukul-courses-search-form .keyword-wrap input {

    width: 100%;

    font-family: "Montserrat", sans-serif;

    background-color: transparent;

    font-size: 16px;

    font-weight: 700;

    height: 80px;

    margin-bottom: 0;

    border-width: 2px;

    border-radius: 6px;

}



.edukul-courses-search-form .keyword-wrap input.light-form {

    border-color: rgb(255, 255, 255, 0.3);

    color: #fff;

}



.edukul-courses-search-form .submit-wrap button {

    width: 100%;

    height: 80px;

    background-color: #151948;

    color: #fff;

    border-radius: 6px;

    padding: 0;

}



.edukul-courses-search-form .submit-wrap button:hover {

    background: #1e2255;

}



.edukul-courses-search-form .submit-wrap button > span {

    position: relative;

    display: inline-block;

    padding-right: 22px;

    transition: transform ease 0.3s;

}



.edukul-courses-search-form .submit-wrap button > span:before,

.edukul-courses-search-form .submit-wrap button > span:after {

    content: '\e914';

    font-family: "CoreIcon";

    font-size: 14px;

    font-style: normal;

    font-weight: normal;

    position: absolute;

    top: 0;

    right: 0;

    transition: all ease 0.3s;

}



.edukul-courses-search-form .submit-wrap button > span:before {

    right: 12px;

    opacity: 0;

}



.edukul-courses-search-form .submit-wrap button:hover > span:before {

    opacity: 1;

    right: 0;

}



.edukul-courses-search-form .submit-wrap button:hover > span:after {

    opacity: 0;

    right: -12px;

}



@media only screen and (max-width: 991px) {

    .edukul-courses-search-form .keyword-wrap,

    .edukul-courses-search-form .submit-wrap {

        width: 100%;

        float: none;

        margin: 0 0 20px 0;

    }

}





/* Course Single

-------------------------------------------------------------- */



.single-course .entry-title {

    font-size: 34px;

    margin: 40px 0 0;

}



.single-course .edr-category,

.single-course .edr-lecturer,

.single-course .edr-course-review {

    float: left;

}



.single-course .course-price {

    float: right;

}



.single-course .info-meta {

    padding: 17px 0;

    margin: 22px 0 0;

    border-top: 1px solid #eaeaea;

    border-bottom: 1px solid #eaeaea;

}



.single-course .edr-category .inner-category,

.single-course .edr-lecturer .author-title {

    margin-right: 25px;

}



.single-course .edr-category .cat,

.single-course .edr-lecturer .author-title {

    font-size: 14px;

    line-height: 14px;

    font-family: "Montserrat", sans-serif;

    padding: 0;

    font-weight: 600;

    text-transform: uppercase;

    color: #42495b;

}



.single-course .edr-category,

.single-course .edr-course-review {

    padding-left: 20px;

    position: relative;

}



.single-course .edr-category:before,

.single-course .edr-course-review:before {

    content: "";

    position: absolute;

    left: 0;

    top: 6px;

    background-color: #f0f0f0;

    width: 1px;

    height: 38px;

}



.single-course .edr-category .cat a {

    color: #42495b;

}



.single-course .edr-category .cat a:hover {

    color: #ff9900;

}



.single-course .edr-category .title,

.single-course .edr-lecturer .title {

    font-size: 14px;

    font-weight: 600;

    color: #c0c0c0;

}



.single-course .edr-course-review .list-rating {

    padding: 5px 0 0;

}



.single-course .edr-course-review .rating-count {

    padding-left: 2px;

}



.single-course .edr-lecturer {

    position: relative;

    padding-left: 48px;

}



.single-course .edr-lecturer:before {

    content: "\ef0e";

    font-family: "Edukul Icons", sans-serif;

    font-size: 34px;

    line-height: normal;

    color: #999;

    position: absolute;

    left: 0;

    top: 7px;

}



.single-course .edr-category:before {

    content: "";

}



.single-course .edr-buy-widget {

    margin: 0;

}



.single-course .edr-buy-widget__link {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    background-color: #4582ff;

    display: inline-block;

    transition: all ease 0.3s;

    padding: 11px 25px;

    color: #fff;

    border-radius: 5px;

    text-transform: uppercase;

}



.single-course .edr-buy-widget__link:hover {

    background-color: #42495b;

}



.single-course .edr-buy-widget__price {

    font-family: "Montserrat", sans-serif;

    font-size: 20px;

    letter-spacing: -0.5px;

    font-weight: 700;

    color: #4582ff;

    text-transform: uppercase;

    margin-right: 15px;

    letter-spacing: -0.2px;

}



.single-course #course-description .title-tab,

.single-course #course-info .title-tab {

    font-size: 22px;

    margin-top: 40px;

}



.single-course .detail-content-wrap .course-inner {

    margin: 0 -15px;

}



.single-course #course-description {

    width: 65%;

    float: left;

    padding: 0 15px;

}



.single-course #course-info {

    width: 35%;

    float: right;

    padding: 0 15px;

}



@media only screen and (max-width: 991px) {

    .single-course #course-description,

    .single-course #course-info {

        float: none;

        width: 100%;

    }

    .single-course #course-info {

        margin-bottom: 50px;

    }

}



.single-course .course-features {

    list-style: none;

    padding: 10px 25px 15px;

    margin: 0;

    background-color: #f7f7f7;

    text-transform: uppercase;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 600;

}



.single-course .course-features li:first-child {

    border: 0;

}



.single-course .course-features li {

    padding: 14px 0;

    border-top: 1px solid #e0e0e0;

}



.single-course .course-features li span + span {

    color: #606060;

    font-size: 14px;

    text-transform: capitalize;

    margin-left: 10px;

}



.single-course #course-program .title-tab {

    font-weight: 500;

    font-size: 16px;

    text-transform: uppercase;

    color: #999999;

    margin: 0 0 30px;

    letter-spacing: 1.5px;

    margin: 25px 0;

    padding-top: 35px;

    border-top: 1px solid #e0e0e0;

}



#course-program .edr-lessons-title {

    font-size: 22px;

    font-weight: 500;

    margin: 20px 0;

    text-transform: capitalize;

}



.edr-syllabus .group + .group {

    margin-top: 35px;

}



.edr-syllabus .group .group-header {

    margin: 0;

}



.edr-syllabus .group .group-title {

    cursor: pointer;

    font-size: 18px;

    font-weight: 500;

    text-transform: none;

    margin: 0 0 5px 0;

    padding: 14px 20px;

    color: #333;

    background: #ececec;

}



.edr-syllabus .group .group-title i {

    margin-right: 14px;

}



.edr-syllabus .group .group-body {

    border: 0;

}



.edr-syllabus .group .group-body .edr-lessons {

    outline: none;

}



#course-program .edr-lessons {

    list-style: none;

    margin: 0;

    padding: 0;

}



#course-program .edr-lessons .label {

    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    -ms-border-radius: 0;

    -o-border-radius: 0;

    font-size: 10px;

    text-align: center;

    padding: 3px 5px !important;

    color: #FFFFFF !important;

    text-transform: uppercase;

    margin: 0 5px 0 0 !important;

}



#course-program .edr-lessons .label.lesson {

    background: #e25192;

}



#course-program .edr-lessons .label.quiz {

    background: #d9841f;

}



#course-program .edr-lessons .label.new {

    background: #00aeef;

}



#course-program .edr-lessons .lesson {

    position: relative;

    overflow: hidden;

    padding: 14px 20px;

    margin-bottom: 5px;

    background: #f5f5f5;

}



#course-program .edr-lessons .lesson i {

    font-size: 18px;

    color: #999999;

}



#course-program .edr-lessons .lesson .lesson-meta {

    color: #999999;

}



@media (min-width: 768px) and (max-width: 1023px) {

    #course-program .edr-lessons .lesson .lesson-meta {

        width: 100%;

        text-align: left;

        margin-bottom: 5px;

        float: none;

    }

}



@media only screen and (max-width: 767px) {

    #course-program .edr-lessons .lesson .lesson-meta {

        width: 100%;

        text-align: left;

        margin-bottom: 5px;

        float: none;

    }

}



@media (max-width: 640px) {

    #course-program .edr-lessons .lesson .lesson-meta {

        width: 100%;

        text-align: left;

        margin-bottom: 5px;

        float: none;

    }

}



#course-program .edr-lessons .lesson .lesson-duration {

    margin-right: 10px;

}



#course-program .edr-lessons .lesson:last-child {

    margin-bottom: 0;

}



#course-program .edr-lessons .lesson.active .lesson-title {

    color: #333;

}



#course-program .edr-lessons .lesson:last-child {

    border: none;

}



#course-program .edr-lessons .lessin-wrapper {

    overflow: hidden;

}



#course-program .edr-lessons .lesson-icon {

    float: left;

    font-size: 14px;

}



#course-program .edr-lessons .lesson-icon i {

    margin-right: 10px;

    color: #17c787;

    font-size: 14px;

}



#course-program .edr-lessons .lesson-icon .expand-lesson i {

    margin-right: 12px;

    color: #808080;

    cursor: pointer;

    font-size: 18px;

    padding: 0 1px;

    vertical-align: text-top;

}



#course-program .edr-lessons .lesson-header {

    float: left;

    color: #999999;

}



@media only screen and (max-width: 767px) {

    #course-program .edr-lessons .lesson-header {

        width: 100%;

        text-align: left;

        margin-bottom: 5px;

        float: none;

    }

}



@media (max-width: 640px) {

    #course-program .edr-lessons .lesson-header {

        width: 100%;

        text-align: left;

        margin-bottom: 5px;

        float: none;

    }

}



#course-program .edr-lessons .lesson-meta > * {

    display: inline-block;

    vertical-align: middle;

}



#course-program .edr-lessons .lesson-time {

    font-size: 12px;

    color: #808080;

    float: right;

    text-transform: uppercase;

}



#course-program .edr-lessons li a {

    color: #808080;

}



#course-program .edr-lessons li a:hover,

#course-program .edr-lessons li a:active {

    color: #ff9900;

}



#course-program .edr-lessons .lesson-excerpt {

    display: none;

    margin: 15px 0 10px;

    padding-left: 33px;

}



.single-course .post-author {

    margin-top: 50px;

    background-color: #151948;

    border: 0;

}



.single-course .post-author .author-desc,

.hentry .post-author .author-socials .socials a {

    color: #B9BEFC;

}



.single-course .post-author .name {

    color: #fff;

}



#course-review .review-title {

    font-size: 16px;

    text-transform: uppercase;

    color: #999999;

    font-weight: 700;

    margin: 0 0 25px;

}



#course-review .title-rating {

    font-size: 18px;

    text-transform: uppercase;

    margin: 0 0 20px;

}



#course-review .average-rating {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-flex-flow: row wrap;

    -moz-flex-flow: row wrap;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    -webkit-box-flex: auto;

    -moz-box-flex: auto;

    -webkit-flex: auto;

    -ms-flex: auto;

    flex: auto;

}



#course-review .average-rating .rating-overall {

    width: 184px;

    height: 215px;

    border: 3px solid #fdb900;

    overflow: hidden;

    font-weight: 500;

    text-align: center;

    padding: 20px 10px;

    max-width: 22%;

    -webkit-flex-basis: 22%;

    -moz-flex-basis: 22%;

    -ms-flex-basis: 22%;

    flex-basis: 22%;

}



@media (max-width: 640px) {

    #course-review .average-rating .rating-overall {

        max-width: 100%;

        -webkit-flex-basis: 100%;

        -moz-flex-basis: 100%;

        -ms-flex-basis: 100%;

        flex-basis: 100%;

        margin: 0 0 20px 0;

    }

}



#course-review .average-rating .rating-overall .average-value {

    color: #333;

    line-height: normal;

    font-size: 90px;

    font-weight: 900;

}



#course-review .average-rating .rating-overall .count-rating {

    font-size: 12px;

    line-height: 28px;

    text-transform: uppercase;

    color: #999999;

    font-weight: 600;

    letter-spacing: 1px;

}



#course-review .average-rating .rating-overall .review-stars-rated {

    margin-top: -10px;

}



#course-review .rating-detailed {

    max-width: 60%;

    -webkit-flex-basis: 60%;

    -moz-flex-basis: 60%;

    -ms-flex-basis: 60%;

    flex-basis: 60%;

    margin: 0 0 0 75px;

}



@media (max-width: 640px) {

    #course-review .rating-detailed {

        -webkit-box-flex: 1 100%;

        -moz-box-flex: 1 100%;

        -webkit-flex: 1 100%;

        -ms-flex: 1 100%;

        flex: 1 100%;

        max-width: 100%;

        margin: 0;

    }

}



#course-review .skill {

    overflow: hidden;

    margin: 0 0 18px;

    color: #999999;

}



#course-review .detailed-rating-inner .skill:last-child {

    margin: 0;

}



#course-review .skill > * {

    display: inline-block;

    margin: 0;

    vertical-align: middle;

}



#course-review .skill .key {

    min-width: 50px;

    text-transform: uppercase;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    color: #999999;

    font-weight: 600;

}



#course-review .skill .progress {

    margin: 0 15px;

    min-width: 210px;

    height: 10px;

}



#course-review .skill .value-percent {

    background-color: #e5e5e5;

    text-align: center;

    color: #e5e5e5;

    height: 10px;

    text-indent: -9999px;

}



#course-review .skill .progress-bar {

    height: 10px;

    background-color: #4582ff;

    -webkit-box-shadow: none;

    box-shadow: none;

    -webkit-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    -o-transform: translateY(-100%);

    transform: translateY(-100%);

}



#course-review .comment {

    margin: 0 0 30px;

    padding: 56px 46px;

    background: #f5f5f5;

}



@media (max-width: 640px) {

    #course-review .comment {

        padding: 20px;

    }

}



#course-review .comment:last-child {

    border: none;

    margin: 0;

}



#course-review .comment img.avatar {

    margin: 0;

}



#course-review .comment div.edukul-avatar {

    padding-right: 30px;

}



@media (max-width: 640px) {

    #course-review .comment div.edukul-avatar {

        display: block;

        margin: 0 0 20px;

        padding-right: 0;

        width: 100%;

    }

}



#course-review .comment .media {

    margin: 0;

}



.detail-post .title-tab,

#reviews .title-tab {

    border-top: 1px solid #eaeaea;

    padding-top: 40px;

    font-size: 24px;

    margin: 50px 0;

}



#course-review .commentlist {

    list-style: none;

    margin: 0;

}



#course-review .comment {

    position: relative;

    padding: 35px 35px 30px;

    margin-bottom: 20px;

    background-color: #f8f8f8;

}



#course-review .comment .avatar-image {

    width: 80px;

    float: left;

    margin: 0 25px 0 0;

    overflow: hidden;

    padding: 0 !important;

}



#course-review .comment .comment-author {

    font-size: 18px;

    margin: 0;

    display: inline-block;

}



#course-review .comment .comment-date {

    line-height: 22px;

    color: #b1b1b1;

    margin: 0 0 15px;

}



.comment-text .description > p:last-child {

    margin: 0;

}



#review_form .comment-form label {

    margin: 0;

    color: #808080;

    font-size: 16px;

}



#review_form .comment-form > p,

#review_form .comment-form > div {

    margin-top: 20px;

}



#review_form .comment-form > p:first-child,

#review_form .comment-form > div:first-child {

    margin: 0;

}



#review_form .comment-form > p input,

#review_form .comment-form > p textarea,

#review_form .comment-form > div input,

#review_form .comment-form > div textarea {

    width: 100%;

    margin: 0;

}



@media (min-width: 1024px) {

    #review_form .comment-form > p,

    #review_form .comment-form > div {

        display: table;

        width: 100%;

    }

    #review_form .comment-form > p > *,

    #review_form .comment-form > div > * {

        display: table-cell;

        vertical-align: top;

        padding-top: 10px;

        line-height: 20px;

    }

    #review_form .comment-form > p label,

    #review_form .comment-form > div label {

        width: 100px;

    }

    #review_form .comment-form > p input,

    #review_form .comment-form > div input {

        width: 100%;

    }

    #review_form .comment-form .you-rating {

        width: 150px;

        float: left;

    }

    #review_form .comment-form .comment-form-rating {

        overflow: hidden;

    }

    #review_form .comment-form .form-submit {

        width: 200px;

    }

}



#review_form .comment-form input {

    height: 60px;

}



#review_form .comment-form input,

#review_form .comment-form textarea {

    height: 60px;

}



#review_form .comment-form input:-webkit-input-placeholder,

#review_form .comment-form textarea:-webkit-input-placeholder {

    color: #a4a4a4;

    opacity: 1;

    filter: alpha(opacity=100);

}



#review_form .comment-form input:-moz-placeholder,

#review_form .comment-form textarea:-moz-placeholder {

    color: #a4a4a4;

    opacity: 1;

    filter: alpha(opacity=100);

}



#review_form .comment-form input::-moz-placeholder,

#review_form .comment-form textarea::-moz-placeholder {

    color: #a4a4a4;

    opacity: 1;

    filter: alpha(opacity=100);

}



#review_form .comment-form input:-ms-input-placeholder,

#review_form .comment-form textarea:-ms-input-placeholder {

    color: #a4a4a4;

    opacity: 1;

    filter: alpha(opacity=100);

}



#review_form .comment-form textarea {

    height: 150px !important;

}



#review_form .comment-form input#submit {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 700;

    color: #fff;

    background-color: #ff9900;

    padding: 20px 38px;

    border-radius: 5px;

    display: inline-block;

    -webkit-appearance: none;

    transition: all ease 0.3s;

}



#review_form .comment-form input#submit:hover,

#review_form .comment-form input#submit:active,

#review_form .comment-form input#submit:focus {

    color: #fff !important;

    background: #42495b !important;

}



#reviews #comments {

    margin: 0 0 20px;

    padding: 0;

}



#reviews #comments .woocommerce-noreviews {

    margin: 20px 0;

}



#reviews #comments .title-tab {

    border-top: 1px solid #e0e0e0;

    margin-bottom: 50px;

    margin-top: 50px;

    padding-top: 35px;

}





/* Lesson Single

-------------------------------------------------------------- */



.single-lesson .course-lesson-sidebar-wrapper {

    float: left;

    width: 31.624%;

}



.single-lesson .course-lesson-content-wrapper {

    float: right;

    width: 65.812%;

}



.edr-no-access-notice {

    position: relative;

    padding: 13px 25px 13px 45px;

    background-color: #e4f2ff;

    color: #5084b4;

    margin: 0 0 28px 0;

    list-style: none;

}



.edr-no-access-notice:before {

    font-size: 18px;

    content: "\e91d";

    font-family: "Edukul Icons";

    position: absolute;

    left: 25px;

    top: 10px;

}



.course-lesson-sidebar .forward {

    background-color: #4582ff;

    padding: 19px 32px;

    margin: 0;

}



.course-lesson-sidebar .forward a {

    font-size: 24px;

    color: #fff;

}



.course-lesson-sidebar .forward a:hover {

    color: #ff9900;

}



.course-lesson-sidebar .widget-content {

    border-width: 0 1px 0 1px;

    border-style: solid;

    border-color: #e6e6e6;

}



.course-lesson-sidebar .edr-syllabus .group-title {

    background-color: #f3f3f3;

    color: #333;

    font-size: 16px;

    line-height: 26px;

    font-weight: 600;

    padding: 20px;

    text-transform: none;

}



.course-lesson-sidebar .edr-lessons {

    list-style: none;

    padding: 0;

    margin: 0;

}



.course-lesson-sidebar .edr-lessons li {

    background-color: #f8f8f8;

    margin: 0;

    border-bottom: 1px solid #e0e0e0;

    padding: 15px 10px 15px 20px;

    -webkit-transition: all 0.2s ease-in-out 0s;

    -o-transition: all 0.2s ease-in-out 0s;

    transition: all 0.2s ease-in-out 0s;

}



.course-lesson-sidebar .edr-lessons li:first-child {

    border-top: 1px solid #e0e0e0;

}



.course-lesson-sidebar .edr-lessons li a {

    display: inline-block;

    color: #808080;

}



.course-lesson-sidebar .edr-lessons li a:hover {

    color: #ff9900;

}



.post-navigation .nav-links > * {

    width: 40%;

    float: left;

}



.post-navigation .nav-links > *.nav-next {

    float: right;

    text-align: right;

}



.post-navigation .nav-links .lesson-title {

    color: #aaa;

}



.post-navigation .nav-links .navi {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    transition: all ease 0.3s;

    color: #42495b;

    text-transform: uppercase;

    position: relative;

    display: inline-block;

    line-height: 22px;

    display: block;

    margin-top: 50px;

}



.post-navigation .nav-links a .navi:hover {

    color: #ff9900;

}



.post-navigation .nav-previous .navi i {

    padding-right: 7px;

}



.post-navigation .nav-next .navi i {

    padding-left: 7px;

}



/* Quizes */



.edr-quiz {

    padding: 30px 50px;

    border: 1px solid #e0e0e0;

}



.edr-question {

    padding: 10px 0 0 0;

    border-top: 1px dashed #e0e0e0;

}





/* Events

-------------------------------------------------------------- */



.edukul-events-grid .thumb,

.edukul-events .thumb {

    position: relative;

    overflow: hidden;

}



.event-box .thumb img {

    transition: transform ease 0.3s;

}



.event-box:hover .thumb img {

    transform: scale(1.05);

}



.edukul-events-grid .event-box.style-1 .thumb:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(to top, #151948 0, transparent 130%);

}



.edukul-events-grid .event-box.style-1 .text-wrap {

    position: absolute;

    left: 40px;

    bottom: 20px;

    max-width: 350px;

    z-index: 1;

}



.edukul-events-grid .event-box.style-1 .arrow {

    position: absolute;

    right: 0;

    bottom: 0;

    z-index: 1;

}



.edukul-events-grid .event-box.style-1 .meta > span {

    color: #fff;

}



.event-box .meta > span {

    display: inline-block;

    margin-right: 22px;

    position: relative;

    padding-left: 24px;

}



.event-box .meta > span:last-child {

    margin-right: 0;

}



.event-box .meta > span:before {

    font-family: "CoreIcon";

    color: #ff9900;

    font-size: 16px;

    line-height: normal;

    position: absolute;

    left: 1px;

    top: 50%;

    transform: translate3d(0, -50%, 0);

}



.event-box .meta > span.date:before {

    content: "\e90a";

}



.event-box .meta > span.time:before {

    content: "\e90b";

}



.edukul-events-grid .event-box.style-1 .title {

    font-size: 26px;

    font-weight: 600;

    margin-top: 18px;

}



.edukul-events-grid .event-box.style-1 .title a {

    color: #fff;

}



.edukul-events-grid .event-box.style-1 .title:hover a {

    opacity: 0.7;

}



.edukul-events-grid .event-box.style-1 .arrow {

    position: absolute;

    right: 40px;

    bottom: 47px;

    text-align: center;

    display: block;

    width: 50px;

    height: 50px;

    border: 2px solid #ff9900;

    text-indent: -9999px;

    padding: 0;

    background-color: transparent;

}



.edukul-events-grid .event-box.style-1 .arrow:after {

    position: absolute;

    left: 0;

    top: 0;

    content: '\e914';

    font-family: "CoreIcon";

    color: #ff9900;

    font-size: 16px;

    text-indent: 0;

    transition: all ease 0.3s;

    width: 100%;

    height: 100%;

    text-align: center;

    line-height: 46px;

}



.edukul-events-grid .event-box.style-1 .arrow:hover {

    background-color: #fff;

    border-color: #fff;

}





/* Style 2 */



.edukul-events-grid .event-box.style-2 {

    background-color: #fff;

    padding: 30px;

    display: flex;

    flex-wrap: wrap;

}



.edukul-events-grid .event-box.style-2 .thumb {

    flex-basis: 230px;

    margin-right: 30px;

}



.edukul-events-grid .event-box.style-2 .text-wrap {

    overflow: hidden;

}



.edukul-events-grid .event-box.style-2 .title {

    font-size: 20px;

    margin: 12px 0 2px;

}



.edukul-events-grid .event-box.style-2 .title a:hover {

    color: #ff9900;

}



.edukul-events-grid .event-box.style-2 .desc {

    margin: 0 0 17px;

}



.edukul-events-grid .event-box.style-2 .meta {

    margin: 0 0 8px;

}



.edukul-events-grid .event-box.style-2 .time {

    display: none;

}



@media only screen and (max-width: 991px) {

  .edukul-events-grid .event-box.style-1 .arrow {

      display: none;

  }

  .edukul-events-grid .event-box.style-1 .text-wrap {

      max-width: 80%;

  }

}





/* Event Carousel */



.edukul-events .event-box .title {

    font-size: 20px;

    font-weight: 700;

    margin: 32px 0 10px;

}



.edukul-events .event-box .meta {

    margin: 12px 0 27px;

}



.edukul-events .event-box .link a {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    background-color: #eaeff7;

    display: inline-block;

    transition: all ease 0.3s;

    padding: 11px 32px;

    color: #42495b;

    border-radius: 5px;

    text-transform: uppercase;

}



.edukul-events .event-box .link a > span {

    padding-right: 18px;

    position: relative;

    display: inline-block;

    padding-right: 22px;

    transition: transform ease 0.3s;

}



.edukul-events .event-box .link a > span:before,

.edukul-events .event-box .link a > span:after {

    content: '\ec93';

    font-family: "Edukul Icons";

    font-size: 15px;

    font-style: normal;

    font-weight: normal;

    position: absolute;

    top: 0;

    right: 0;

    transition: all ease 0.3s;

}



.edukul-events .event-box .link a > span:before {

    right: 12px;

    opacity: 0;

}



.edukul-events .event-box .link a:hover > span:before {

    opacity: 1;

    right: 0;

}



.edukul-events .event-box .link a:hover > span:after {

    opacity: 0;

    right: -12px;

}



.single-event .event-detail-wrap #event-description {

    width: 65.812%;

    float: left;

}



.single-event .event-detail-wrap #event-info {

    width: 31.624%;

    float: right;

}



.single-event .event-detail-wrap #event-info ul {

    list-style: none;

    padding: 10px 25px 15px;

    margin: 0;

    background-color: #f7f7f7;

    text-transform: uppercase;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 600;

}



.single-event .event-detail-wrap #event-info ul li:first-child {

    border: 0;

}



.single-event .event-detail-wrap #event-info ul li {

    padding: 14px 0;

    border-top: 1px solid #e0e0e0;

}



.single-event .event-detail-wrap #event-info ul li span + span {

    color: #606060;

    font-size: 14px;

    text-transform: capitalize;

    margin-left: 10px;

}



@media only screen and (max-width: 991px) {

  .single-event .event-detail-wrap #event-description,

  .single-event .event-detail-wrap #event-info {

      float: none;

      width: 100%;

  }

  .single-event .event-detail-wrap #event-description {

      margin-bottom: 40px;

  }

}





/* Archive Course

-------------------------------------------------------------- */



.archive-course .edukul-courses {

    margin: 0 -15px;

}



.archive-course .edr-course {

    float: left;

    width: 33.333%;

    padding: 0 15px;

    margin: 0 0 30px 0;

}



.archive-course .edr-course .edr-course__content {

    background-color: #f7f7f7;

}



@media only screen and (max-width: 991px) {

    .archive-course .edr-course {

        width: 50%;

    }

}



@media only screen and (max-width: 787px) {

    .archive-course .edr-course {

        width: 100%;

    }

}





/* Parallax Box

-------------------------------------------------------------- */



.edukul-parallax-box {

    position: relative;

    width: 100%;

}



.edukul-parallax-item {

    display: inline-block;

    position: absolute;

    left: 0;

    top: 0;

}



.edukul-parallax-item > div {

    display: inline-block;

    overflow: hidden;

}



@media only screen and (max-width: 767px) {

    .edukul-parallax-box {

        display: none !important;

    }

}





/* Contact Form 7

-------------------------------------------------------------- */



.wpcf7-form .button-center .submit-wrap {

    text-align: center;

}



.wpcf7-form .submit-wrap .ajax-loader {

    position: absolute;

    right: 0;

    top: 0;

}



.wpcf7-form .wpcf7-not-valid-tip {

    font-size: 13px;

    padding-top: 4px;

}



.wpcf7-form .message-wrap textarea {

    height: 150px;

}



.wpcf7-form .wpcf7-response-output {

    margin-left: 0;

    margin-right: 0;

}



.cf7-style-1 {

    border: 1px solid #eaeaea;

    padding: 60px 6% 40px 6%;

    position: relative;

}



.cf7-style-1 .left-wrap {

    float: left;

    width: 48%;

}



.cf7-style-1 .right-wrap {

    float: right;

    width: 46%;

}



.cf7-style-1 .right-wrap img {

    border: 10px solid #ff9900;

}



.cf7-style-1-countdown {

    width: 530px;

    position: absolute;

    bottom: -50px;

    right: 140px;

}



.cf7-style-1 h2 {

    font-size: 50px;

    margin-bottom: 45px;

}



.cf7-style-1 select,

.cf7-style-1 textarea,

.cf7-style-1 input:not([type="submit"]),

.cf7-style-2 select,

.cf7-style-2 textarea,

.cf7-style-2 input:not([type="submit"]) {

    border: 2px solid #f4f4f4;

    padding: 0 24px 0 84px;

    width: 100%;

}



.cf7-style-1 select,

.cf7-style-1 input:not([type="submit"]),

.cf7-style-2 textarea,

.cf7-style-2 input:not([type="submit"]) {

    height: 80px;

    color: #42495b;

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

}



.cf7-style-2 input:not([type="submit"]),

.cf7-style-2 textarea {

    padding: 24px;

    font-weight: 600;

}



.cf7-style-1 select:focus,

.cf7-style-1 textarea:focus,

.cf7-style-1 input:not([type="submit"]):focus,

.cf7-style-2 select:focus,

.cf7-style-2 textarea:focus,

.cf7-style-2 input:not([type="submit"]):focus {

    border-color: #ddd;

}



.cf7-style-1 .name-wrap,

.cf7-style-1 .email-wrap,

.cf7-style-1 .courses-wrap {

    width: 100%;

}



.cf7-style-2 {

    text-align: center;

}



.cf7-style-2 h2 {

    font-size: 40px;

    margin-bottom: 30px;

}



.cf7-style-2 .name-wrap {

    width: 48%;

    float: left;

}



.cf7-style-2 .email-wrap {

    width: 48%;

    float: right;

}



.cf7-style-2 input:not([type="submit"]) {

    height: 70px;

    margin-bottom: 30px;

}



.cf7-style-2 .note {

    text-align: left;

    max-width: 630px;

}



.cf7-style-1 .name-wrap,

.cf7-style-1 .email-wrap,

.cf7-style-1 .courses-wrap,

.cf7-style-2 .name-wrap,

.cf7-style-2 .email-wrap,

.cf7-style-2 .message-wrap {

    position: relative;

}



.cf7-style-1 .name-wrap:before,

.cf7-style-1 .email-wrap:before,

.cf7-style-1 .courses-wrap:before {

    font-family: "Edukul Icons";

    font-size: 18px;

    position: absolute;

    left: 15px;

    top: 15px;

    width: 50px;

    height: 50px;

    border-radius: 5px;

    background-color: #ff9900;

    color: #fff;

    text-align: center;

    line-height: 50px;

}



.cf7-style-1 .name-wrap:before {

    content: "\ef02";

}



.cf7-style-1 .email-wrap:before {

    content: "\eb19";

}



.cf7-style-1 .courses-wrap:before {

    content: "\e9a5";

}



.cf7-style-1 select:focus {

    border-color: #ddd;

}



.cf7-style-2 .message-wrap {

    clear: both;

}



.cf7-style-2 .name-wrap:before,

.cf7-style-2 .email-wrap:before,

.cf7-style-2 .message-wrap:before {

    font-family: "Edukul Icons";

    font-size: 18px;

    position: absolute;

    right: 10px;

    top: 10px;

    width: 50px;

    height: 50px;

    color: #ff9900;

    text-align: center;

    line-height: 50px;

}



.cf7-style-2 .name-wrap:before {

    content: "\ef02";

}



.cf7-style-2 .email-wrap:before {

    content: "\eb19";

}



.cf7-style-2 .message-wrap:before {

    content: "\ed1d";

}



.cf7-style-1 input::placeholder {

    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #42495b;

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    opacity: 1;

    /* Firefox */

}



.cf7-style-1 input:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #42495b;

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

}



.cf7-style-1 input::-ms-input-placeholder {

    /* Microsoft Edge */

    color: #42495b;

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

}



.cf7-style-1 select {

    width: 100%;

    -webkit-appearance: none;

    border-radius: 0;

    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;

    background-size: 10px;

    background-position: calc(100% - 15px) 50%;

    background-repeat: no-repeat;

}



@media only screen and (max-width: 1200px) {

    .cf7-style-1-countdown {

        position: static;

        clear: both;

        padding-top: 40px;

    }

}



@media only screen and (max-width: 991px) {

    .cf7-style-1 .left-wrap {

        float: none;

        width: 100%;

    }

    .cf7-style-1 .right-wrap {

        display: none;

    }

    .cf7-style-1-countdown {

        width: auto;

        max-width: 100%;

    }

    .cf7-style-1 h2 {

        font-size: 36px;

    }

}





/* Carousel Controls

-------------------------------------------------------------- */



.owl-theme .owl-nav,

.owl-theme .owl-dots {

    display: none;

}



.has-bullets .owl-theme .owl-dots {

    display: block;

}



.has-bullets.bullet100 .owl-theme .owl-dots {

    padding-top: 100px;

}



.has-bullets.bullet95 .owl-theme .owl-dots {

    padding-top: 95px;

}



.has-bullets.bullet90 .owl-theme .owl-dots {

    padding-top: 90px;

}



.has-bullets.bullet85 .owl-theme .owl-dots {

    padding-top: 85px;

}



.has-bullets.bullet80 .owl-theme .owl-dots {

    padding-top: 80px;

}



.has-bullets.bullet75 .owl-theme .owl-dots {

    padding-top: 75px;

}



.has-bullets.bullet70 .owl-theme .owl-dots {

    padding-top: 70px;

}



.has-bullets.bullet65 .owl-theme .owl-dots {

    padding-top: 65px;

}



.has-bullets.bullet60 .owl-theme .owl-dots {

    padding-top: 60px;

}



.has-bullets.bullet55 .owl-theme .owl-dots {

    padding-top: 55px;

}



.has-bullets.bullet50 .owl-theme .owl-dots {

    padding-top: 50px;

}



.has-bullets.bullet45 .owl-theme .owl-dots {

    padding-top: 45px;

}



.has-bullets.bullet40 .owl-theme .owl-dots {

    padding-top: 40px;

}



.has-bullets.bullet35 .owl-theme .owl-dots {

    padding-top: 35px;

}



.has-bullets.bullet30 .owl-theme .owl-dots {

    padding-top: 30px;

}



.has-bullets.bullet25 .owl-theme .owl-dots {

    padding-top: 25px;

}



.has-bullets.bullet20 .owl-theme .owl-dots {

    padding-top: 20px;

}



.has-bullets.bullet15 .owl-theme .owl-dots {

    padding-top: 15px;

}



.has-bullets.bullet10 .owl-theme .owl-dots {

    padding-top: 10px;

}



.has-arrows .owl-theme .owl-nav {

    display: block;

}



.has-arrows.arrow-top .owl-theme .owl-nav [class*='owl-'],

.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] {

    position: absolute;

}



.has-arrows .owl-theme .owl-nav .owl-next {

    right: 0;

}





/* Arrows Top */



.has-arrows.arrow-top .owl-theme .owl-nav .owl-prev {

    right: 60px;

}



.has-arrows.arrow-top .owl-theme .owl-nav .owl-next {

    right: 0;

}



.has-arrows.arrow-top.arrow10 .owl-theme .owl-nav [class*='owl-'] {

    top: -60px;

}



.has-arrows.arrow-top.arrow15 .owl-theme .owl-nav [class*='owl-'] {

    top: -65px;

}



.has-arrows.arrow-top.arrow20 .owl-theme .owl-nav [class*='owl-'] {

    top: -70px;

}



.has-arrows.arrow-top.arrow25 .owl-theme .owl-nav [class*='owl-'] {

    top: -75px;

}



.has-arrows.arrow-top.arrow30 .owl-theme .owl-nav [class*='owl-'] {

    top: -80px;

}



.has-arrows.arrow-top.arrow35 .owl-theme .owl-nav [class*='owl-'] {

    top: -85px;

}



.has-arrows.arrow-top.arrow40 .owl-theme .owl-nav [class*='owl-'] {

    top: -90px;

}



.has-arrows.arrow-top.arrow45 .owl-theme .owl-nav [class*='owl-'] {

    top: -95px;

}



.has-arrows.arrow-top.arrow50 .owl-theme .owl-nav [class*='owl-'] {

    top: -100px;

}



.has-arrows.arrow-top.arrow55 .owl-theme .owl-nav [class*='owl-'] {

    top: -105px;

}



.has-arrows.arrow-top.arrow60 .owl-theme .owl-nav [class*='owl-'] {

    top: -110px;

}



.has-arrows.arrow-top.arrow65 .owl-theme .owl-nav [class*='owl-'] {

    top: -115px;

}



.has-arrows.arrow-top.arrow70 .owl-theme .owl-nav [class*='owl-'] {

    top: -120px;

}



.has-arrows.arrow-top.arrow75 .owl-theme .owl-nav [class*='owl-'] {

    top: -125px;

}



.has-arrows.arrow-top.arrow80 .owl-theme .owl-nav [class*='owl-'] {

    top: -130px;

}



.has-arrows.arrow-top.arrow85 .owl-theme .owl-nav [class*='owl-'] {

    top: -135px;

}



.has-arrows.arrow-top.arrow90 .owl-theme .owl-nav [class*='owl-'] {

    top: -140px;

}



.has-arrows.arrow-top.arrow95 .owl-theme .owl-nav [class*='owl-'] {

    top: -145px;

}



.has-arrows.arrow-top.arrow100 .owl-theme .owl-nav [class*='owl-'] {

    top: -150px;

}





/* Arrows Center */



.has-arrows.arrow-center .owl-theme .owl-nav .owl-prev {

    left: 0;

    top: 50%;

    transform: translate(-50%, -50%);

}



.has-arrows.arrow-center .owl-theme .owl-nav .owl-next {

    left: auto;

    top: 50%;

    right: 0;

    transform: translate(50%, -50%);

}





/* Arrow move left or right */



.has-arrows.arrow-center.offset-100 .owl-theme .owl-nav .owl-prev {

    left: 100px;

}



.has-arrows.arrow-center.offset-100 .owl-theme .owl-nav .owl-next {

    right: 100px;

}



.has-arrows.arrow-center.offset-90 .owl-theme .owl-nav .owl-prev {

    left: 90px;

}



.has-arrows.arrow-center.offset-90 .owl-theme .owl-nav .owl-next {

    right: 90px;

}



.has-arrows.arrow-center.offset-80 .owl-theme .owl-nav .owl-prev {

    left: 80px;

}



.has-arrows.arrow-center.offset-80 .owl-theme .owl-nav .owl-next {

    right: 80px;

}



.has-arrows.arrow-center.offset-70 .owl-theme .owl-nav .owl-prev {

    left: 70px;

}



.has-arrows.arrow-center.offset-70 .owl-theme .owl-nav .owl-next {

    right: 70px;

}



.has-arrows.arrow-center.offset-60 .owl-theme .owl-nav .owl-prev {

    left: 60px;

}



.has-arrows.arrow-center.offset-60 .owl-theme .owl-nav .owl-next {

    right: 60px;

}



.has-arrows.arrow-center.offset-50 .owl-theme .owl-nav .owl-prev {

    left: 50px;

}



.has-arrows.arrow-center.offset-50 .owl-theme .owl-nav .owl-next {

    right: 50px;

}



.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav .owl-prev {

    left: 40px;

}



.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav .owl-next {

    right: 40px;

}



.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav .owl-prev {

    left: 30px;

}



.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav .owl-next {

    right: 30px;

}



.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav .owl-prev {

    left: 20px;

}



.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav .owl-next {

    right: 20px;

}



.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav .owl-prev {

    left: 10px;

}



.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav .owl-next {

    left: auto;

    right: 10px;

}



.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-prev {

    left: -10px;

}



.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-next {

    right: -10px;

}



.has-arrows.arrow-center.offset20 .owl-theme .owl-nav .owl-prev {

    left: -20px;

}



.has-arrows.arrow-center.offset20 .owl-theme .owl-nav .owl-next {

    right: -20px;

}



.has-arrows.arrow-center.offset30 .owl-theme .owl-nav .owl-prev {

    left: -30px;

}



.has-arrows.arrow-center.offset30 .owl-theme .owl-nav .owl-next {

    right: -30px;

}



.has-arrows.arrow-center.offset40 .owl-theme .owl-nav .owl-prev {

    left: -40px;

}



.has-arrows.arrow-center.offset40 .owl-theme .owl-nav .owl-next {

    right: -40px;

}



.has-arrows.arrow-center.offset50 .owl-theme .owl-nav .owl-prev {

    left: -50px;

}



.has-arrows.arrow-center.offset50 .owl-theme .owl-nav .owl-next {

    right: -50px;

}



.has-arrows.arrow-center.offset60 .owl-theme .owl-nav .owl-prev {

    left: -60px;

}



.has-arrows.arrow-center.offset60 .owl-theme .owl-nav .owl-next {

    right: -60px;

}



.has-arrows.arrow-center.offset70 .owl-theme .owl-nav .owl-prev {

    left: -70px;

}



.has-arrows.arrow-center.offset70 .owl-theme .owl-nav .owl-next {

    right: -70px;

}



.has-arrows.arrow-center.offset80 .owl-theme .owl-nav .owl-prev {

    left: -80px;

}



.has-arrows.arrow-center.offset80 .owl-theme .owl-nav .owl-next {

    right: -80px;

}



.has-arrows.arrow-center.offset90 .owl-theme .owl-nav .owl-prev {

    left: -90px;

}



.has-arrows.arrow-center.offset90 .owl-theme .owl-nav .owl-next {

    right: -90px;

}



.has-arrows.arrow-center.offset100 .owl-theme .owl-nav .owl-prev {

    left: -100px;

}



.has-arrows.arrow-center.offset100 .owl-theme .owl-nav .owl-next {

    right: -100px;

}





/* Arrow move up or down */



.has-arrows.arrow-center.offset-v-100 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -100px;

}



.has-arrows.arrow-center.offset-v-90 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -90px;

}



.has-arrows.arrow-center.offset-v-80 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -80px;

}



.has-arrows.arrow-center.offset-v-70 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -70px;

}



.has-arrows.arrow-center.offset-v-60 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -60px;

}



.has-arrows.arrow-center.offset-v-50 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -50px;

}



.has-arrows.arrow-center.offset-v-40 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -40px;

}



.has-arrows.arrow-center.offset-v-30 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -30px;

}



.has-arrows.arrow-center.offset-v-20 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -20px;

}



.has-arrows.arrow-center.offset-v-10 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: -10px;

}



.has-arrows.arrow-center.offset-v10 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 10px;

}



.has-arrows.arrow-center.offset-v20 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 20px;

}



.has-arrows.arrow-center.offset-v30 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 30px;

}



.has-arrows.arrow-center.offset-v40 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 40px;

}



.has-arrows.arrow-center.offset-v50 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 50px;

}



.has-arrows.arrow-center.offset-v60 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 60px;

}



.has-arrows.arrow-center.offset-v70 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 70px;

}



.has-arrows.arrow-center.offset-v80 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 80px;

}



.has-arrows.arrow-center.offset-v90 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 90px;

}



.has-arrows.arrow-center.offset-v100 .owl-theme .owl-nav [class*='owl-'] {

    margin-top: 100px;

}





/* Arrow Bottom */



.has-arrows.arrow-bottom .owl-theme .owl-nav {

    text-align: center;

}



.has-arrows.arrow-bottom .owl-theme .owl-nav [class*='owl-'] {

    margin: 0 6px;

}



.has-arrows.arrow-bottom.arrow100 .owl-theme .owl-nav {

    padding-top: 100px;

}



.has-arrows.arrow-bottom.arrow95 .owl-theme .owl-nav {

    padding-top: 95px;

}



.has-arrows.arrow-bottom.arrow90 .owl-theme .owl-nav {

    padding-top: 90px;

}



.has-arrows.arrow-bottom.arrow85 .owl-theme .owl-nav {

    padding-top: 85px;

}



.has-arrows.arrow-bottom.arrow80 .owl-theme .owl-nav {

    margin-top: 80px;

}



.has-arrows.arrow-bottom.arrow75 .owl-theme .owl-nav {

    padding-top: 75px;

}



.has-arrows.arrow-bottom.arrow70 .owl-theme .owl-nav {

    padding-top: 70px;

}



.has-arrows.arrow-bottom.arrow65 .owl-theme .owl-nav {

    padding-top: 65px;

}



.has-arrows.arrow-bottom.arrow60 .owl-theme .owl-nav {

    padding-top: 60px;

}



.has-arrows.arrow-bottom.arrow55 .owl-theme .owl-nav {

    padding-top: 55px;

}



.has-arrows.arrow-bottom.arrow50 .owl-theme .owl-nav {

    padding-top: 50px;

}



.has-arrows.arrow-bottom.arrow45 .owl-theme .owl-nav {

    padding-top: 45px;

}



.has-arrows.arrow-bottom.arrow40 .owl-theme .owl-nav {

    padding-top: 40px;

}



.has-arrows.arrow-bottom.arrow35 .owl-theme .owl-nav {

    padding-top: 35px;

}



.has-arrows.arrow-bottom.arrow30 .owl-theme .owl-nav {

    padding-top: 30px;

}



.has-arrows.arrow-bottom.arrow25 .owl-theme .owl-nav {

    padding-top: 25px;

}



.has-arrows.arrow-bottom.arrow20 .owl-theme .owl-nav {

    padding-top: 20px;

}



.has-arrows.arrow-bottom.arrow15 .owl-theme .owl-nav {

    padding-top: 15px;

}



.has-arrows.arrow-bottom.arrow10 .owl-theme .owl-nav {

    padding-top: 10px;

}





/* Arrows Style */



.owl-theme .owl-nav [class*="owl-"] {

    font-size: 0;

}



.owl-theme .owl-nav [class*="owl-"] {

    width: 50px;

    height: 50px;

    padding: 0;

    background-color: transparent;

    border: 2px solid #ff9900;

    display: inline-block;

    position: relative;

    transition: all ease 0.3s;

}



.owl-theme .owl-nav [class*="owl-"]:after {

    position: absolute;

    left: 0;

    top: 0;

    content: '\e914';

    font-family: "CoreIcon";

    font-weight: normal;

    font-size: 16px;

    color: #ff9900;

    width: 50px;

    height: 50px;

    line-height: 46px;

    text-indent: 0;

    transition: all ease 0.3s;

}



.owl-theme .owl-nav .owl-prev:after {

    content: "\e912";

}



.arrow-white .owl-theme .owl-nav [class*="owl-"]:hover {

    opacity: 0.5;

}



.owl-theme .owl-nav [class*="owl-"].disabled {

    cursor: default;

    opacity: 0.5;

}



.arrow-white .owl-theme .owl-nav [class*="owl-"] {

    border-color: #fff;

}



.arrow-white .owl-theme .owl-nav [class*="owl-"]:after {

    color: #fff;

}





/* Bullets */



.owl-theme .owl-dots {

    text-align: center;

    line-height: 3px;

}



.owl-theme .owl-dots .owl-dot {

    display: inline-block;

    background-color: transparent;

    padding: 0;

    margin: 0;

}



.owl-theme .owl-dots .owl-dot span {

    position: relative;

    display: inline-block;

    width: 10px;

    height: 7px;

    margin: 0 3.5px;

    border-radius: 3.5px;

    padding: 0;

    cursor: pointer;

    background-color: #ff9900;

    transition: all ease 0.3s;

}



.bullet-white .owl-theme .owl-dots .owl-dot span {

    background-color: #fff;

}



.owl-theme .owl-dots .owl-dot.active span {

    width: 30px;

}



@media only screen and (max-width: 991px) {

    .hide-on-mobile {

        display: none !important;

    }

    .has-arrows.arrow-top .owl-theme .owl-nav {

        display: none;

    }

}





/*

COURSES

-------------------------------------------------------------- */





/* Ratings */



.rating-print-wrapper .review-stars.filled:before {

    display: none;

}



.rating-print-wrapper {

    height: 16px;

    line-height: 16px;

    position: relative;

    cursor: pointer;

    letter-spacing: -2px;

}



.rating-print-wrapper .review-stars {

    color: #fdb900;

    display: inline-block;

    height: 16px;

    line-height: 16px;

    list-style: outside none none;

    margin: 0;

    padding: 0;

}



.rating-print-wrapper .review-stars > li {

    display: inline-block;

    float: none;

    height: 16px;

    width: 13px;

    margin: 0 2px;

}



.rating-print-wrapper .review-stars > li span {

    height: auto;

    text-decoration: none;

    width: auto;

}



.rating-print-wrapper .review-stars > li span:before {

    height: auto;

    width: auto;

}



.rating-print-wrapper .review-stars + .review-stars {

    color: #ff9900;

    left: 0;

    overflow: hidden;

    position: absolute;

    top: 0;

    white-space: nowrap;

    z-index: 10;

    font-family: inherit;

}





/*

SHOP STYLE

-------------------------------------------------------------- */





/* General */



.woocommerce-page .content-woocommerce .woocommerce-result-count {

    position: relative;

    padding: 18px 0 0;

    margin: 0;

    float: left;

    font-size: 16px;

    font-weight: 600;

    color: #42495b;

}



.woocommerce-page .content-woocommerce .woocommerce-ordering {

    float: right;

    position: relative;

}



.woocommerce-page .content-woocommerce .woocommerce-ordering select {

    font-size: 14px;

    font-family: "Montserrat", sans-serif;

    font-weight: 700;

    background-color: #fff;

    border: 2px solid #eaeaea;

    color: #42495b;

    margin: 0;

    padding: 12px 20px;

    width: 240px;

    cursor: pointer;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    width: 100%;

    height: 100%;

    margin: 0;

    cursor: pointer;

}



.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus {

    outline: 0;

}



.woocommerce-page .content-woocommerce .woocommerce-ordering:after {

    content: '\e903';

    font-family: "CoreIcon";

    font-size: 18px;

    color: #4582ff;

    position: absolute;

    top: 8px;

    right: 0;

    pointer-events: none;

    width: 42px;

    height: 42px;

    line-height: 42px;

    text-align: center;

}



.woocommerce-page .content-woocommerce .star-rating {

    width: 85px;

    height: 17px;

    background: url(assets/img/star.png) repeat-x left 0;

}



.woocommerce-page .content-woocommerce .star-rating span {

    background: url(assets/img/star.png) repeat-x left -34px;

    height: 0;

    padding-top: 17px;

    overflow: hidden;

    float: left;

}



.woocommerce-page .content-woocommerce p.stars {

    overflow: hidden;

    zoom: 1;

}



.woocommerce-page .content-woocommerce p.stars span {

    width: 85px;

    height: 15px;

    position: relative;

    float: left;

    background: url(assets/img/star.png) repeat-x left 0;

}



.woocommerce-page .content-woocommerce p.stars span a {

    transition: none;

    float: left;

    position: absolute;

    left: 0;

    top: 0;

    width: 17px;

    height: 0;

    padding-top: 17px;

    overflow: hidden;

}



.woocommerce-page .content-woocommerce p.stars span a:hover,

p.stars span a:focus {

    background: url(assets/img/star.png) repeat-x left -17px;

}



.woocommerce-page .content-woocommerce p.stars a.active {

    background: url(assets/img/star.png) repeat-x left -34px;

}



.woocommerce-page .content-woocommerce p.stars span a.star-1 {

    width: 17px;

    z-index: 10;

}



.woocommerce-page .content-woocommerce p.stars span a.star-2 {

    width: 34px;

    z-index: 9;

}



.woocommerce-page .content-woocommerce p.stars span a.star-3 {

    width: 51px;

    z-index: 8;

}



.woocommerce-page .content-woocommerce p.stars span a.star-4 {

    width: 68px;

    z-index: 7;

}



.woocommerce-page .content-woocommerce p.stars span a.star-5 {

    width: 85px;

    z-index: 6;

}



.woocommerce-page abbr {

    border: none;

    text-decoration: none

}



.woocommerce-page div.product div.images img {

    display: block;

    width: 100%;

    height: auto;

    box-shadow: none;

}



.woocommerce-page div.product div.images img:hover,

.woocommerce-page div.product div.images img.flex-active {

    border: 1px solid #e6e6e6;

}



.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button {

    color: #ff9900;

    background-color: transparent;

}



.woocommerce-page .woo-single-post-class .summary .stock.in-stock,

.product .onsale {

    position: absolute;

    right: 20px;

    top: 15px;

    border-radius: 3px;

    text-align: center;

    font-size: 13px;

    font-weight: 600;

    padding: 3px 10px;

    background-color: #ff9900;

    color: #fff;

    z-index: 999;

}



.pswp__caption,

.pswp__top-bar,

.pswp--has_mouse .pswp__button--arrow--left:hover,

.pswp--has_mouse .pswp__button--arrow--right:hover {

    background-color: transparent;

}





/* Product Item */



.woocommerce .products,

.woocommerce-page .content-woocommerce .products {

    margin: 0 -15px;

    clear: both;

    list-style: none;

}



.woocommerce.columns-2 .products li,

.woocommerce-page.columns-2 .products li {

    width: 50%;

}



.woocommerce.columns-3 .products li,

.woocommerce-page.columns-3 .products li {

    width: 33.3333333%;

}



.woocommerce.columns-4 .products li,

.woocommerce-page.columns-4 .products li {

    width: 25%;

}



.woocommerce.columns-2 .products li,

.woocommerce-page.columns-2 .products li {

    width: 50%;

}



.woocommerce.columns-3 .products li,

.woocommerce-page.columns-3 .products li {

    width: 33.3333333%;

}



.woocommerce.columns-4 .products li,

.woocommerce-page.columns-4 .products li {

    width: 25%;

}



.products li {

    float: left;

    padding: 0 15px;

    margin-top: 65px;

}



.products li.first {

    clear: both;

}



.products li .inner {

    position: relative;

}



.products li .product-info {

    padding: 23px 0 0;

    position: relative;

    text-align: center;

}



.products li h2 {

    margin-bottom: 0;

    font-size: 18px;

    line-height: 28px;

    letter-spacing: -0.2px;

    transition: color ease 0.3s;

}



.woocommerce-page.columns-4 .products li h2 {

    font-size: 19px;

    line-height: 27px;

}



.woocommerce-page.columns-4 .products li .product-info {

    padding: 77px 35px 55px;

}



.products li .product-info .button,

.products li .product-info .added_to_cart {

    font-weight: 700;

    text-transform: uppercase;

    color: #ff9900;

    font-size: 14px;

    display: inline-block;

    position: relative;

    padding-right: 14px;

    display: none;

}



.products li .product-info .button:before,

.products li .product-info .added_to_cart:before,

.products li .product-info .button:after,

.products li .product-info .added_to_cart:after {

    content: '\f105';

    font-family: "ElegantIcons";

    font-size: 14px;

    font-style: normal;

    position: absolute;

    top: 0;

    right: 0;

    transition: all ease 0.3s;

}



.products li .product-info .button:before,

.products li .product-info .added_to_cart:before {

    right: 12px;

    opacity: 0;

}



.products li .product-info .button:hover:before,

.products li .product-info .added_to_cart:hover:before {

    opacity: 1;

    right: 0;

}



.products li .product-info .button:hover:after,

.products li .product-info .added_to_cart:hover:after {

    opacity: 0;

    right: -12px;

}



.products li .product-info .button:focus,

.products li .product-info .added_to_cart:focus {

    text-decoration: underline;

}



.products li .product-thumbnail {

    overflow: hidden;

    border-radius: 3px;

}



.products li .product-thumbnail img {

    width: 100%;

    height: auto;

}



.products li .product-thumbnail img {

    transition: transform ease 0.3s;

}



.products li:hover .product-thumbnail img {

    transform: scale(1.1) rotate(1.5deg);

}



.products li .price {

    font-size: 14px;

    font-weight: 700;

    color: #4582ff;

}



.products li .product-cat {

    display: none;

}



.products li .product-cat:hover {

    color: #ff9900;

}



.products li .star-rating {

    display: none;

}



.products li .price del {

    color: #808080;

    padding-right: 6px;

}



.products li .price ins {

    background-color: transparent;

}



.products li h2:hover {

    color: #ff9900;

}





/* Single Product

--------------------------------------------------------------*/



.woo-single-post-class {

    position: relative;

}



.woo-single-post-class .images {

    width: 47.009%;

    float: left;

    position: relative;

}



.woo-single-post-class .onsale {

    top: 20px;

    right: auto;

    left: 25px;

    z-index: 999;

}



.woo-single-post-class .images .woocommerce-product-gallery__trigger {

    width: 40px;

    height: 40px;

    z-index: 9999;

    position: absolute;

    right: 17px;

    top: 14px;

    text-align: center;

}



.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {

    opacity: 0;

    width: 38px;

    height: 38px;

    line-height: 38px;

    border-radius: 20px;

    color: #fff;

    background-color: rgba(65, 64, 66, 0.15);

    text-align: center;

    content: "\edbb";

    font-family: "Edukul Icons";

    font-size: 14px;

    position: absolute;

    left: 0;

    top: 0;

    transition: all ease 0.3s;

}



.woo-single-post-class .images:hover .woocommerce-product-gallery__trigger:after {

    opacity: 1;

}



.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {

    background-color: rgba(65, 64, 66, 1);

}



.woo-single-post-class .images .woocommerce-product-gallery__trigger img {

    display: none !important;

}



.woocommerce-product-gallery .flex-control-thumbs li {

    float: left;

    cursor: pointer;

}



.woocommerce-product-gallery .flex-control-thumbs {

    margin: 8px -4px 0;

    width: auto;

    list-style: none;

}



.woocommerce-product-gallery .flex-control-thumbs li {

    padding: 0 4px 8px;

}



.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {

    width: 33.3333%

}



.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {

    width: 25%

}



.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {

    width: 20%

}



.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {

    width: 16.667%;

}



.woo-single-post-class .summary {

    width: 45.727%;

    float: right;

}



.woo-single-post-class .summary h1 {

    color: #42495b;

    font-size: 38px;

    line-height: 50px;

    margin: 40px 0 10px 0;

}



.woo-single-post-class .summary .woocommerce-product-rating {

    position: relative;

    margin-bottom: 35px;

}



.woo-single-post-class .summary .woocommerce-review-link {

    color: #808080;

    font-size: 14px;

    position: absolute;

    left: 95px;

    top: 0;

    line-height: 18px;

}



.woo-single-post-class .summary .price {

    font-size: 28px;

    color: #42495b;

    font-weight: 600;

    line-height: normal;

    margin: 0 0 37px;

    position: relative;

}



.woo-single-post-class .summary .price del {

    font-size: 26px;

    color: #999;

    padding-right: 2px;

}



.woo-single-post-class .summary .price ins {

    background-color: transparent;

}



.woo-single-post-class .woocommerce-product-details__short-description > p {

    margin-bottom: 26px;

}



.woo-single-post-class .summary .cart table,

.woo-single-post-class .summary .cart tr,

.woo-single-post-class .summary .cart td {

    border: 0;

}



.woo-single-post-class .summary .cart td {

    vertical-align: middle;

}



.woo-single-post-class .summary .cart td.woocommerce-grouped-product-list-item__quantity {

    padding-left: 0;

}



.woo-single-post-class .summary .cart table .label {

    width: 85px;

    color: #42495b;

    text-transform: uppercase;

}



.woo-single-post-class .summary .cart {

    margin-top: 45px;

}



.woo-single-post-class .summary .cart .quantity {

    display: inline-block;

    float: left;

}



.woo-single-post-class .summary .cart .quantity input {

    border: 2px solid #4582ff;

    font-weight: 600;

    width: 54px;

    margin: 0;

    text-align: center;

    background-color: #fff;

    color: #42495b;

    font-size: 18px;

    padding: 10px 5px 10px 12px;

    height: 60px;

    margin-right: 6px;

    border-radius: 3px;

}



.woo-single-post-class .summary .cart .single_add_to_cart_button {

    background-color: #4582ff;

}



.woo-single-post-class .summary .cart .single_add_to_cart_button:hover {

    background-color: #42495b;

}



.woo-single-post-class .summary .cart table {

    position: relative;

}



.woo-single-post-class .summary .cart .reset_variations {

    position: absolute;

    right: 0;

    bottom: -20px;

}



.woo-single-post-class .woocommerce-tabs .panel .shop_attributes p {

    margin-bottom: 5px;

}



.woo-single-post-class .woocommerce-grouped-product-list-item__quantity {

    width: 100px;

}



.woo-single-post-class .woocommerce-grouped-product-list-item__label a {

    color: #42495b;

}



.woo-single-post-class .woocommerce-grouped-product-list-item__label a:hover {

    color: #ff9900;

}



.woo-single-post-class .summary .product_meta {

    clear: left;

    margin-top: 44px;

}



.woo-single-post-class .summary .product_meta > span {

    margin-left: 40px;

    display: inline-block;

    color: #42495b;

    font-size: 16px;

}



.woo-single-post-class .summary .product_meta > span:first-child {

    margin: 0;

}



.woo-single-post-class .summary .product_meta > span a {

    color: #ff9900;

}



.woo-single-post-class .summary .product_meta > span a:hover {

    text-decoration: underline;

}



.woo-single-post-class .summary .product_meta > span a:first-child {

    padding-left: 10px;

}



.woo-single-post-class .woocommerce-tabs {

    clear: both;

    padding-top: 100px;

}



.woo-single-post-class .woocommerce-tabs ul {

    margin: 0;

    border-bottom: 1px solid #eaeaea;

}



.woo-single-post-class .woocommerce-tabs ul li {

    display: inline-block;

    padding: 12px 40px;

    position: relative;

    border-radius: 5px 5px 0 0;

    background-color: #f8f8f8;

}



.woo-single-post-class .woocommerce-tabs ul li.active {

    color: #4582ff;

}



.woo-single-post-class .woocommerce-tabs ul li > a {

    font-size: 18px;

    font-weight: 600;

    font-family: "Montserrat", sans-serif;

    color: #808080;

    display: inline-block;

}



.woo-single-post-class .woocommerce-tabs ul li.active > a {

    color: #4582ff;

}



.woo-single-post-class .woocommerce-tabs .panel {

    clear: both;

    padding-top: 50px;

}



.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {

    clear: both;

    padding: 10px 0 0;

    list-style: none;

    margin: 0;

}



.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {

    position: relative;

    padding: 35px 35px 25px;

    background-color: #f8f8f8;

    transition: background ease 0.3s;

    margin-top: 20px;

}



.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:first-child {

    margin: 0;

}



.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li .description > p:last-child {

    margin-bottom: 0;

}



.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:before,

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:after {

    content: "";

    display: table;

    clear: both;

}



.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {

    width: 80px;

    float: left;

    margin: 0 25px 0 0;

    overflow: hidden;

}



.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {

    overflow: hidden;

    position: relative;

}



.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {

    position: absolute;

    right: 0;

    top: 0;

}



.woo-single-post-class .woocommerce-tabs .entry-content .meta {

    margin: 0 0 8px 0;

}



.woo-single-post-class .woocommerce-tabs .entry-content .meta strong {

    font-size: 18px;

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

    color: #42495b;

    display: inline-block;

    line-height: 1.3;

}



.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__dash {

    display: none;

}



.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date {

    display: block;

    color: #b1b1b1;

    margin: 0 0 12px;

}



.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {

    font-size: 15px;

    line-height: 28px;

    overflow: hidden;

}



.woo-single-post-class .woocommerce-tabs .comment-respond {

    margin: 35px 0 0;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title {

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

    letter-spacing: -0.5px;

    color: #42495b;

    display: block;

    font-size: 20px;

    margin: 50px 0;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p {

    margin: 0;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-author {

    width: 48.983%;

    float: left;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-email {

    width: 48.983%;

    float: right;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.form-submit {

    clear: both;

    padding-top: 4px;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {

    padding-bottom: 15px;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label,

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {

    float: left;

    margin: 0;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label {

    color: #808080;

    font-size: 14px;

    line-height: 18px;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment {

    clear: left;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment > label {

    display: none;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea,

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-author input,

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input {

    margin-bottom: 24px;

    width: 100%;

    background-color: #fff;

}



.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {

    height: 180px;

}





/* Related Products */



.woo-single-post-class .related.products {

    padding: 0;

    margin: 0;

}



.woo-single-post-class .related.products > h2 {

    font-size: 26px;

    margin-top: 70px;

    margin-bottom: 40px;

}



.woo-single-post-class .related.products .products:before,

.woo-single-post-class .related.products .products:after {

    content: "";

    display: table;

    clear: both;

}



.woo-single-post-class .products {

    margin: 0 -15px;

    padding-top: 0;

}



.woo-single-post-class .products.columns-3 li {

    width: 33.333%;

    float: left;

    padding: 0 15px;

    margin: 0;

}





/* Cart Page

--------------------------------------------------------------*/



.woocommerce .shop_table.cart .product-remove,

.woocommerce-page .shop_table.cart .product-remove {

    width: 60px;

}



.woocommerce-page .shop_table.cart .product-thumbnail,

.woocommerce-page .shop_table.cart .product-price,

.woocommerce-page .shop_table.cart .product-quantity,

.woocommerce-page .shop_table.cart .product-subtotal,

.woocommerce .shop_table.cart .product-thumbnail,

.woocommerce .shop_table.cart .product-price,

.woocommerce .shop_table.cart .product-quantity,

.woocommerce .shop_table.cart .product-subtotal {

    width: 116px;

}



.woocommerce-page .shop_table.cart .product-subtotal {

    color: #42495b;

}



.woocommerce-page .shop_table.cart th {

    font-size: 17px;

    color: #42495b;

    font-family: "Montserrat", sans-serif;

}



.woocommerce-page .shop_table.cart td,

.woocommerce-page .shop_table.cart th {

    padding: 18px;

    vertical-align: middle;

}



.woocommerce .shop_table.cart .product-name a,

.woocommerce-page .shop_table.cart .product-name a {

    color: #42495b;

}



.woocommerce .shop_table.cart .product-name a:hover,

.woocommerce-page .shop_table.cart .product-name a:hover {

    color: #ff9900;

}



.woocommerce .shop_table.cart .product-remove a,

.woocommerce-page .shop_table.cart .product-remove a {

    position: relative;

    text-indent: -9999px;

    display: inline-block;

    padding: 0;

    font-weight: normal;

    text-align: center;

    width: 16px;

    height: 16px;

}



.woocommerce .shop_table.cart .product-remove a:after,

.woocommerce-page .shop_table.cart .product-remove a:after {

    content: "\f00d";

    color: #ff4539;

    text-indent: 0;

    font-family: "FontAwesome";

    font-weight: normal;

    font-size: 13px;

    position: absolute;

    left: 5px;

    top: 0;

    transition: color ease 0.3s;

}



.woocommerce .shop_table.cart .product-remove a:hover:after,

.woocommerce-page .shop_table.cart .product-remove a:hover:after {

    color: #42495b;

}



.woocommerce .shop_table.cart .cart_item .product-thumbnail img,

.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {

    width: 80px;

}



.woocommerce .shop_table.cart .cart_item .product-quantity input[type='number'],

.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type='number'] {

    width: 60px;

    height: 45px;

    padding-right: 5px;

    margin: 0;

    border-width: 2px;

}



.woocommerce .shop_table.cart .coupon,

.woocommerce-page .shop_table.cart .coupon {

    float: left;

}



.woocommerce .shop_table.cart .coupon > label,

.woocommerce-page .shop_table.cart .coupon > label {

    display: none;

}



.woocommerce .shop_table.cart .coupon #coupon_code,

.woocommerce-page .shop_table.cart .coupon #coupon_code {

    background-color: #f7f7f7;

    width: 235px;

    border: 0;

    margin: 0 3px 2px 0;

    display: inline-block;

    padding: 9px 20px;

    border-radius: 5px;

}



.woocommerce .shop_table.cart .coupon #coupon_code + button[type='submit'],

.woocommerce .shop_table.cart .coupon + button[type='submit'],

.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type='submit'],

.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {

    padding: 16px 25px;

    background-color: #4582ff;

}



.woocommerce .shop_table.cart .coupon #coupon_code + button[type='submit']:hover,

.woocommerce .shop_table.cart .coupon + button[type='submit']:hover,

.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type='submit']:hover,

.woocommerce-page .shop_table.cart .coupon + button[type='submit']:hover {

    opacity: 0.7;

}



.woocommerce .shop_table.cart .coupon + button[type='submit'],

.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {

    float: right;

}



.woocommerce .cart_totals,

.woocommerce-page .cart_totals {

    width: 60%;

    margin-top: 60px;

    font-size: 16px;

}



.woocommerce .cart_totals > h2,

.woocommerce-page .cart_totals > h2 {

    font-size: 24px;

    margin-bottom: 35px;

}



.woocommerce .cart_totals .shop_table,

.woocommerce-page .cart_totals .shop_table {

    border: 1px solid #e6e6e6;

    margin-bottom: 50px;

}



.woocommerce .cart_totals .shop_table th,

.woocommerce .cart_totals .shop_table td,

.woocommerce-page .cart_totals .shop_table th,

.woocommerce-page .cart_totals .shop_table td {

    border-color: #e6e6e6;

}



.woocommerce .cart_totals .shop_table .order-total th,

.woocommerce .cart_totals .shop_table .order-total td,

.woocommerce-page .cart_totals .shop_table .order-total th,

.woocommerce-page .cart_totals .shop_table .order-total td {

    border-bottom: 0;

}



.woocommerce .cart_totals .shop_table td,

.woocommerce-page .cart_totals .shop_table td {

    border-right: 0;

    padding: 11px 25px;

}



.woocommerce .cart_totals .shop_table th,

.woocommerce-page .cart_totals .shop_table th {

    font-size: 17px;

    color: #42495b;

    font-family: "Montserrat", sans-serif;

    padding: 14px 20px;

}



.woocommerce-page .cart_totals .shop_table .cart-subtotal td,

.woocommerce-page .cart_totals .shop_table .order-total td,

.woocommerce-page .cart_totals .shop_table .tax-rate td {

    text-align: right;

    color: #42495b;

}



.woocommerce-page .cart_totals p,

.woocommerce-page .cart_totals .woocommerce-shipping-calculator select {

    margin: 0 0 5px;

}



.woocommerce-page .cart_totals .shipping-calculator-form button[type='submit'] {

    width: 100%;

}



.woocommerce-page .wc-proceed-to-checkout .button {

    font-size: 14px;

    font-family: "Montserrat", sans-serif;

    text-transform: uppercase;

    font-weight: 700;

    background-color: #ff9900;

    letter-spacing: 1px;

    color: #fff;

    padding: 17px 42px;

    border-radius: 5px;

    width: 100%;

}



.woocommerce-page .wc-proceed-to-checkout .button:hover {

    background-color: #42495b;

    color: #fff;

}



.woocommerce-page .return-to-shop a {

    padding: 14px 30px;

    font-family: "Montserrat", sans-serif;

    color: #fff;

    border-radius: 3px;

    background-color: #ff9900;

}



.woocommerce-page .return-to-shop a:hover {

    background-color: #42495b;

}





/* Checkout Page

--------------------------------------------------------------*/



.woocommerce .woocommerce-checkout,

.woocommerce-page .woocommerce-checkout {

    clear: both;

}



.woocommerce .login input,

.woocommerce-page .login input {

    margin-bottom: 0;

}



.woocommerce form .form-row,

.woocommerce-page form .form-row {

    margin: 0 0 20px;

}



.woocommerce form .form-row-first,

.woocommerce form .form-row-last,

.woocommerce-page form .form-row-first,

.woocommerce-page form .form-row-last {

    float: left;

    width: 49%;

    overflow: visible;

}



.woocommerce form .form-row input.input-text,

.woocommerce form .form-row textarea,

.woocommerce-page form .form-row input.input-text,

.woocommerce-page form .form-row textarea {

    border-width: 1px;

    width: 100%;

    margin: 0;

    outline: 0;

}



.woocommerce-billing-fields .select2-container--default .select2-selection--single,

.woocommerce-shipping-fields .select2-container--default .select2-selection--single {

    display: block;

    line-height: 60px;

    height: 60px;

    background-color: #fff;

    border: 1px solid #eaeaea;

    border-radius: 0;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

}



.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered,

.woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {

    padding: 16px 20px;

    color: #808080;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

}



.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 14px;

    right: 14px;

}



.woocommerce-page form.checkout_coupon > p {

    margin-bottom: 10px;

}



.woocommerce-page form.checkout_coupon #coupon_code,

.woocommerce-page form.lost_reset_password .form-row input.input-text {

    margin-bottom: 20px;

}



.woocommerce-page form .form-row label.inline {

    display: inline;

}



.woocommerce-page form .form-row label.inline input {

    margin: 0 5px 0 10px;

    width: auto;

}



.woocommerce-page form.lost_reset_password .woocommerce-Button.button {

    margin: 25px 0 0 10px;

}



.woocommerce-page .woocommerce-shipping-fields,

.woocommerce-page #order_review_heading {

    clear: both;

}



.woocommerce-billing-fields .create-account > label {

    margin: 0;

    display: inline-block;

}



.woocommerce-page .woocommerce-lost-password .form-row-first {

    float: none;

}



.woocommerce-page #ship-to-different-address > label {

    padding-right: 5px;

}



.woocommerce-page .woocommerce-billing-fields h3,

.woocommerce-page .woocommerce-shipping-fields h3,

.woocommerce-page #order_review_heading,

.woocommerce-page .woocommerce-additional-fields h3 {

    font-size: 22px;

    margin-bottom: 20px;

    padding-top: 35px;

}



.woocommerce-page .woocommerce-additional-fields .notes > label {

    display: none;

}



.woocommerce-page form .form-row.create-account #createaccount {

    width: auto;

    margin-right: 5px;

}



.woocommerce-page form .form-row.create-account + .create-account > p:first-child {

    margin-bottom: 10px;

}



.woocommerce-checkout-review-order table th {

    background-color: #f8f8f8;

    font-size: 16px;

    color: #42495b;

    font-family: "Montserrat", sans-serif;

    padding: 14px 25px;

}



.woocommerce-checkout-review-order table td {

    padding: 10px 25px;

}



.woocommerce-checkout-review-order .cart-subtotal td,

.woocommerce-checkout-review-order .order-total {

    font-size: 16px;

    color: #42495b;

}



.woocommerce-checkout #payment ul.payment_methods {

    list-style: none;

    margin: 0;

}



.woocommerce-checkout #payment ul.payment_methods li label {

    display: inline-block;

    padding-left: 5px;

}



#payment .about_paypal {

    position: absolute;

    right: 0;

    top: 23px;

}



#payment .payment_methods {

    background-color: #f7f7f7;

    padding: 20px 25px 20px;

}



#payment .payment_methods > li:not(.woocommerce-notice) {

    position: relative;

}



#payment .payment_methods > li .payment_box,

#payment .place-order {

    background-color: #fff;

    padding: 10px;

    margin-bottom: 0;

}



#payment .payment_methods > li .payment_box > p:last-child {

    margin-bottom: 0;

}



#payment .payment_methods > .wc_payment_method > label,

#payment .payment_methods > .woocommerce-PaymentMethod > label {

    display: block;

    padding: 20px 0;

    cursor: pointer;

}



.woocommerce-page #payment .payment_methods .woocommerce-message,

.woocommerce-page #payment .payment_methods .woocommerce-info,

.woocommerce-page #payment .payment_methods .woocommerce-error {

    margin-bottom: 10px;

}



#payment .payment_methods li img {

    border: 0;

    padding: 0 0 0 10px;

    max-height: 25px;

}



#payment .place-order {

    padding: 25px 25px 25px 0;

}



#payment #place_order {

    background-color: #ff9900;

    color: #fff;

    font-size: 16px;

    text-transform: uppercase;

    width: 320px;

    padding: 22px 40px;

    margin-top: 15px;

}



#payment #place_order:hover {

    background-color: #42495b;

}



.woocommerce-page .myaccount_user + h2,

.woocommerce-page .addresses h3,

.woocommerce-page #customer_login h2 {

    font-size: 24px;

}



.woocommerce-page .register input {

    margin-bottom: 0;

}



.woocommerce-page .woocommerce-MyAccount-content legend {

    border: 0;

    font-size: 18px;

    color: #42495b;

    padding-top: 20px;

    margin: 0;

}



.woocommerce-page .form-row:before,

.woocommerce ul.cart_list li:after,

.woocommerce-page ul.cart_list li:before,

.woocommerce-page ul.product_list_widget li:after,

.woocommerce-page ul.product_list_widget li:before,

.woocommerce-page .cart-collaterals .shipping_calculator:after,

.woocommerce-page .cart-collaterals .shipping_calculator:before,

.woocommerce-page .cart-collaterals:after,

.woocommerce-page .cart-collaterals:before,

.woocommerce-page form .form-row:after,

.woocommerce-page form .form-row:before,

.woocommerce-page ul.cart_list li:after,

.woocommerce-page ul.cart_list li:before,

.woocommerce-page ul.product_list_widget li:after,

.woocommerce-page ul.product_list_widget li:before {

    content: " ";

    display: table;

}



.woocommerce-page .cart-collaterals {

    width: 100%;

}



.woocommerce-page .cart-collaterals .related {

    width: 30.75%;

    float: left;

}



.woocommerce-page .cart-collaterals .cross-sells {

    width: 100%;

    float: left;

}



.woocommerce-page .cart-collaterals .cross-sells ul.products {

    float: none;

    list-style: none;

    margin: 0 -12px;

}



.woocommerce .cart-collaterals .cross-sells ul.products li,

.woocommerce-page .cart-collaterals .cross-sells ul.products li {

    width: 25%;

    padding: 0 12px;

    clear: none;

}



.woocommerce-page .cart-collaterals .cross-sells > h2 {

    margin-top: 40px;

    margin-bottom: 37px;

    font-size: 16px;

    color: #999;

    text-transform: uppercase;

}



.woocommerce-page .cart-collaterals .cross-sells .products li h2 {

    font-size: 15px;

}



.woocommerce-page .cart-collaterals .cross-sells .products li .price {

    font-size: 18px;

}



.woocommerce-page .up-sells > h2 {

    font-size: 26px;

    margin-top: 70px;

    margin-bottom: 40px;

}



.woocommerce-page .up-sells.products,

.woocommerce-page .up-sells .products {

    margin: 0;

}



.woocommerce-page .up-sells .products {

    margin: 0 -15px;

}



.woocommerce-page .up-sells .products li {

    padding: 0 15px;

}



.woocommerce .cart-collaterals .shipping_calculator:after,

.woocommerce form .form-row-wide,

.woocommerce form .form-row:after,

.woocommerce ul.cart_list li:after,

.woocommerce ul.product_list_widget li:after,

.woocommerce-page .cart-collaterals .shipping_calculator:after,

.woocommerce-page form .form-row-wide,

.woocommerce-page form .form-row:after,

.woocommerce-page ul.cart_list li:after,

.woocommerce-page ul.product_list_widget li:after,

.woocommerce-page #order_comments_field {

    clear: both;

}



.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,

.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {

    width: 48%;

}



.woocommerce form .form-row label,

.woocommerce-page form .form-row label {

    display: block;

}



.woocommerce form .form-row label.checkbox,

.woocommerce-page form .form-row label.checkbox {

    display: inline;

}



.woocommerce-page form .form-row select,

.woocommerce-page form .form-row .input-text {

    width: 100%;

}



.woocommerce-page form .form-row-last {

    float: right;

}



.woocommerce-page #payment .terms,

.woocommerce-page #payment .wc-terms-and-conditions {

    text-align: left;

    padding: 0 1em 0 0;

    float: left

}



.woocommerce-page .woocommerce-error li {

    padding: 0;

}



.woocommerce-page .woocommerce-message .button,

.woocommerce-page .woocommerce-info .button,

.woocommerce-page .woocommerce-error .button {

    background-color: transparent;

    text-transform: capitalize;

}



.woocommerce-page .woocommerce-message,

.woocommerce-page .woocommerce-info,

.woocommerce-page .woocommerce-error {

    position: relative;

    padding: 13px 25px 13px 52px;

    background-color: #e4f2ff;

    color: #5084b4;

    margin: 0 0 28px 0;

    list-style: none;

}



.woocommerce-page .woocommerce-message:before,

.woocommerce-page .woocommerce-info:before,

.woocommerce-page .woocommerce-error:before {

    font-size: 18px;

    content: "\e91d";

    font-family: "Edukul Icons";

    position: absolute;

    left: 25px;

    top: 10px;

}



.woocommerce-page .woocommerce-message a,

.woocommerce-page .woocommerce-info a,

.woocommerce-page .woocommerce-error a {

    text-decoration: underline;

    padding: 0 10px 0 0;

}



.woocommerce-page .woocommerce-message a:hover,

.woocommerce-page .woocommerce-info a:hover,

.woocommerce-page .woocommerce-error a:hover {

    opacity: 0.7;

}





/* My Account Page

--------------------------------------------------------------*/



#customer_login {

    margin: 0 -15px;

}



#customer_login .login-form-wrap,

#customer_login .register-form-wrap {

    width: 50%;

    float: left;

    padding: 0 15px;

}



.wrapper-account {

    padding: 40px 45px 35px;

    border: 1px solid #eaeaea !important;

}



.wrapper-account .title-login {

    margin: 0 0 15px;

}



form.login input[type="checkbox"],

form.register input[type="checkbox"] {

    margin-right: 5px;

    margin-top: 7px;

}



form.login .input-submit ~ span,

form.register .input-submit ~ span {

    margin: 10px 0 0;

}



form.login .input-submit ~ span.pull-left,

form.register .input-submit ~ span.pull-left {

    margin-left: 15px;

}



form.login .input-submit ~ span.lost_password a,

form.register .input-submit ~ span.lost_password a {

    color: #4582ff;

}



.woocommerce-MyAccount-navigation {

    float: left;

    width: 31.624%;

}



.woocommerce-MyAccount-content {

    float: right;

    width: 65.812%;

}



.woocommerce-MyAccount-navigation ul {

    list-style: none;

    padding: 0;

    margin: 0;

    border-style: solid;

    border-color: #eaeaea;

    border-width: 1px 1px 0px 1px;

}



.woocommerce-MyAccount-navigation ul li {

    background-color: #f8f8f8;

    margin: 0;

    border-bottom: 1px solid #eaeaea;

    padding: 15px 10px 15px 20px;

    -webkit-transition: all 0.2s ease-in-out 0s;

    -o-transition: all 0.2s ease-in-out 0s;

    transition: all 0.2s ease-in-out 0s;

}



.woocommerce-MyAccount-navigation ul li a {

    display: inline-block;

    color: #808080;

}



.woocommerce-MyAccount-navigation ul li li a:hover {

    color: #ff9900;

}



.woocommerce-MyAccount-navigation ul li.is-active {

    background-color: #4582ff;

    padding: 15px 10px 15px 20px;

}



.woocommerce-MyAccount-navigation ul li.is-active a {

    color: #fff;

    font-weight: 600;

}





/* Widgets

--------------------------------------------------------------*/



.product_list_widget li {

    padding: 0;

    padding-top: 25px;

    margin-top: 25px;

    border-top: 1px solid #eee;

}



.product_list_widget li:first-child {

    padding-top: 0;

    margin-top: 0;

    border: 0;

}



.product_list_widget li > a {

    display: block;

}



.product_list_widget del .amount {

    padding-right: 5px;

}



.product_list_widget li img {

    float: right;

    width: 50px;

    margin-left: 10px;

    box-shadow: none;

}



.product_list_widget .product-title,

.widget_recent_reviews .product_list_widget a {

    display: block;

    color: #808080;

    transition: all ease 0.3s;

}



.product_list_widget .product-title:hover,

.widget_recent_reviews .product_list_widget a:hover {

    color: #ff9900;

}



.product_list_widget .star-rating,

.widget_rating_filter .star-rating {

    width: 85px;

    height: 17px;

    background: url(assets/img/star.png) repeat-x left 0;

    margin: 0 0 15px 0;

}



.product_list_widget .star-rating span,

.widget_rating_filter .star-rating span {

    background: url(assets/img/star.png) repeat-x left -34px;

    height: 0;

    padding-top: 17px;

    overflow: hidden;

    float: left;

}



.widget_rating_filter .star-rating {

    display: inline-block;

    margin: 0;

}





/* Widget product categories */



.widget_product_categories ul li a {

    color: #808080;

    font-size: 14px;

}



.widget_product_categories ul li a:hover {

    color: #ff9900;

}



.widget_product_categories ul li {

    padding: 3px 0;

}





/* Widget price filter */



.widget_price_filter .price_slider {

    height: 3px;

    margin-bottom: 25px;

    margin-top: 46px;

    background-color: #ebebeb;

    position: relative;

    text-align: left;

}



.widget_price_filter .price_slider_amount {

    text-align: right;

}



.widget_price_filter .price_slider_amount .button {

    font-size: 13px;

    float: left;

    padding: 0 20px;

    height: 36px;

    line-height: 36px;

}



.widget_price_filter .price_slider_amount .button:hover {

    opacity: 1;

    background-color: #ff9900;

    color: #fff;

}



.widget_price_filter .ui-slider .ui-slider-handle {

    background-color: #fff;

    top: -5px;

    position: absolute;

    z-index: 2;

    width: 14px;

    height: 14px;

    border: 3px solid #ff9900;

    border-radius: 50%;

    cursor: pointer;

}



.widget_price_filter .ui-slider .ui-slider-handle:last-child {

    margin-left: -14px;

}



.widget_price_filter .ui-slider .ui-slider-range {

    position: absolute;

    z-index: 1;

    display: block;

    border: 0;

    background-color: #c2c3c5;

}



.widget_price_filter .ui-slider-horizontal .ui-slider-range {

    top: 0;

    height: 100%;

}



.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {

    left: -1px;

}



.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {

    right: -1px;

}



.widget_price_filter .price_slider_amount .price_label {

    color: #999;

    font-size: 13px;

    height: 36px;

    line-height: 36px;

    margin-left: 85px;

    text-align: center;

}





/* Widget widget_product_search */



.widget.widget_product_search .woocommerce-product-search {

    position: relative;

}



.widget.widget_product_search .woocommerce-product-search .search-field {

    padding-right: 48px;

    margin-bottom: 0;

    padding: 8px 20px;

}



.widget.widget_product_search .woocommerce-product-search .search-submit {

    position: absolute;

    background-color: transparent;

    right: 4px;

    top: 5px;

    width: 30px;

    height: 30px;

    text-align: center;

    text-indent: 999999px;

    padding: 0;

    border: 0;

    overflow: hidden;

}



.widget.widget_product_search .woocommerce-product-search .search-submit:before {

    color: #808080;

    content: "\e906";

    font-family: "ElegantIcons";

    font-size: 16px;

    width: 30px;

    height: 30px;

    line-height: 30px;

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;

    text-indent: 0;

    font-weight: normal;

    transition: all ease 0.3s;

}



.widget.widget_product_search .woocommerce-product-search .search-submit:hover:before {

    color: #ff9900;

}





/* Widget Mini Cart */



.nav-top-cart-wrapper .woocommerce-min-cart-wrap {

    padding: 35px 30px 25px;

}



.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {

    margin: 0;

    padding: 10px 20px;

    font-size: 14px;

}



.widget_shopping_cart_content ul {

    list-style: none;

    margin: 0;

}



.widget_shopping_cart_content ul li {

    display: inline-block;

    position: relative;

    width: 100%;

    border-top: 1px solid #e6e6e6;

    padding: 20px;

    margin: 0;

    padding-left: 0;

}



.widget_shopping_cart_content ul li.empty {

    padding: 0;

}



.widget_shopping_cart_content ul li:first-child {

    padding-top: 0;

    margin-top: 0;

    border-top: 0;

}



.widget_shopping_cart_content ul li .product-name {

    font-size: 16px;

    font-weight: 600;

    font-family: "Montserrat", sans-serif;

    line-height: 20px;

    color: #42495b;

}



.widget_shopping_cart_content ul li a:hover {

    color: #ff9900;

}



.widget_shopping_cart_content ul li a.remove {

    font-size: 14px;

    color: #ff4539;

    position: absolute;

    right: 0;

    top: 17px;

}



.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove {

    top: -3px;

}



.widget_shopping_cart_content ul li a.remove:hover {

    opacity: 0.7

}



.widget_shopping_cart_content ul li a img {

    float: left;

    width: 70px;

    border-radius: 3px;

    margin-left: 0;

    margin: 0 20px 0 0;

}



.widget_shopping_cart_content ul li a img:hover {

    border: 1px solid #e6e6e6;

}



.widget_shopping_cart_content ul li .quantity {

    display: block;

    font-size: 16px;

    padding-left: 75px;

}



.widget_shopping_cart_content .total {

    margin-bottom: 25px;

    padding: 12px 0;

    background-color: #f2f2f2;

    font-size: 16px;

    color: #42495b;

    text-align: center;

}



.widget_shopping_cart_content .total strong {

    color: #42495b;

    font-weight: 600;

}



.widget_shopping_cart_content .buttons:before,

.widget_shopping_cart_content .buttons:after {

    content: "";

    display: table;

    clear: both;

}



.widget_shopping_cart_content .buttons {

    margin: 0;

}



.widget_shopping_cart_content .buttons > a {

    text-align: left;

    font-family: "Montserrat", sans-serif;

    font-weight: 600;

    color: #42495b;

    font-size: 18px;

    padding: 0;

    width: 50%;

    float: left;

}



.widget_shopping_cart_content .buttons a.checkout {

    color: #4582ff !important;

    text-align: right;

}



.widget_shopping_cart_content .buttons a:hover {

    opacity: 0.7;

}



@media only screen and (max-width: 1200px) {

    .products li .price {

        position: static;

        display: block;

        margin-top: 10px;

    }

    .products li .product-info {

        padding: 20px 0 0;

    }

}



@media only screen and (max-width: 991px) {

    .woocommerce-page.columns-3 .products li {

        width: 100%;

    }

    .woocommerce-page.columns-4 .products li {

        width: 50%;

    }

    .woocommerce-page .content-woocommerce .woocommerce-result-count {

        display: none;

    }

    .woocommerce-page .content-woocommerce .woocommerce-ordering {

        float: none;

    }

    .woocommerce-page .content-woocommerce .woocommerce-result-count:after,

    .woocommerce-page .content-woocommerce .woocommerce-ordering:before {

        display: none;

    }

    .woo-single-post-class .images,

    .woo-single-post-class .summary {

        width: 100%;

        float: none;

        clear: left;

    }

    .woo-single-post-class .summary {

        padding-top: 60px;

    }

    .woo-single-post-class .summary h1 {

        font-size: 36px;

    }

    .woo-single-post-class .woocommerce-tabs ul li > a {

        padding: 12px 30px;

    }

    .woo-single-post-class .woocommerce-tabs ul li:first-child {

        margin: 0 0 0 15px;

    }

    .woo-single-post-class .woocommerce-tabs .comment-respond {

        margin-top: 30px;

    }

    .woo-single-post-class .woocommerce-tabs .panel {

        padding-top: 30px;

    }

    .woocommerce-page .shop_table.cart td,

    .woocommerce-page .shop_table.cart th {

        padding: 15px;

    }

    .woo-single-post-class .related.products {

        margin-top: 60px;

    }

}



@media only screen and (max-width: 767px) {

    .woocommerce-page.columns-2 .products li,

    .woocommerce-page.columns-3 .products li,

    .woocommerce-page.columns-4 .products li {

        width: 100%;

    }

    .woocommerce-page .content-woocommerce .woocommerce-ordering {

        float: none;

        display: inline-block;

    }

    .woo-single-post-class .woocommerce-tabs ul {

        border: 0;

    }

    .woo-single-post-class .woocommerce-tabs ul li {

        display: block;

        margin: 0 0 10px !important;

        border: 1px solid #e6e6e6;

        top: 0 !important;

    }

    .woo-single-post-class .woocommerce-tabs ul li.active {

        top: 0;

    }

    .woo-single-post-class .woocommerce-tabs ul li.active > a {

        border: 0 !important;

    }

    .woo-single-post-class .woocommerce-tabs ul li > a {

        display: block;

        padding: 10px 25px;

    }

    .woo-single-post-class .related.products .products li {

        width: 100%;

    }

    .woo-single-post-class .related.products .products li:last-child {

        margin-bottom: 0;

    }

    .woo-single-post-class .related.products > h2 {

        margin-bottom: 0;

    }

    .woocommerce-page table.shop_table_responsive tr {

        display: block

    }

    .woocommerce-page table.shop_table_responsive tr td {

        display: block;

        text-align: right !important;

    }

    .woocommerce-page table.shop_table_responsive tr td.order-actions {

        text-align: left !important;

    }

    .woocommerce-page table.shop_table_responsive tr td:before {

        content: attr(data-title) ": ";

        float: left;

    }

    .woocommerce-page table.shop_table_responsive thead,

    .woocommerce-page table.shop_table_responsive tbody th,

    .woocommerce-page table.my_account_orders tr td.order-actions:before,

    .woocommerce-page #content table.cart .product-thumbnail,

    .woocommerce-page table.cart .product-thumbnail,

    .woocommerce-page table.shop_table_responsive tr td.actions:before,

    .woocommerce-page table.shop_table_responsive tr td.product-remove:before {

        display: none;

    }

    .woocommerce-page .shop_table.cart .product-remove,

    .woocommerce-page .shop_table.cart .product-thumbnail,

    .woocommerce-page .shop_table.cart .product-price,

    .woocommerce-page .shop_table.cart .product-quantity,

    .woocommerce-page .shop_table.cart .product-subtotal {

        width: auto;

    }

    .woocommerce-page table.my_account_orders tr td.order-actions {

        text-align: left;

    }

    .woocommerce-page table.shop_table_responsive tr td.actions {

        text-align: left !important;

    }

    .woocommerce-page .shop_table.cart .coupon + button[type='submit'] {

        float: none;

        margin: 15px 0 0;

        width: 100%;

    }

    .woocommerce-page .shop_table.cart .coupon #coupon_code,

    .woocommerce-page .shop_table.cart .coupon > input[type='submit'] {

        float: none;

    }

    .woocommerce-page .cart_totals {

        width: 100%;

    }

}