/*
Theme Name: Education Zone Pro
Theme URI: https://rarathemes.com/wordpress-themes/education-zone-pro/
Author: Rara Theme
Author URI: https://rarathemes.com/
Description: Education Zone Pro is a beautifully designed premium WordPress theme made for Educational Institutions and Colleges. The theme is highly customizable, easy to use and allows you to seamlessly build a professional looking website. The theme features plenty of room for educational information, custom post types, events and custom pages to communicate the message to the visitors. Leverage the power of the theme to build your institution website that offers a clean, professional design and features to professionally communicate your message to your prospective students. Check the demo at https://rarathemes.com/previews/?theme=education-zone-pro, documentation at https://docs.rarathemes.com/docs/education-zone-pro/ and get support at https://rarathemes.com/support-ticket/.
Requires PHP: 5.6
Tested up to: 6.0.2
Version: 2.5.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: education-zone-pro
Tags: blog, two-columns, right-sidebar, footer-widgets, custom-background, custom-menu, custom-header, featured-image-header, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, education, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Education Zone Pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/


    :root {
        --primary-color: #3b9ad7;
        --primary-color-rgb: 59, 154, 215;
        --secondary-color: #3b9ad7;
        --secondary-color-rgb: 59, 154, 215;
        --section-title-color: #5D5D5D;
        --secondary-color-rgb: 93, 93, 93;
    }
    
    /*--------------------------------------------------------------
            # Normalize
            --------------------------------------------------------------*/
    
    html {
        font-family: sans-serif;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    
    body {
        margin: 0;
    }
    
    .education_elite body {
        font-family: var(--secondary-font);
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    main,
    menu,
    nav,
    section,
    summary {
        display: block;
    }
    
    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline;
    }
    
    audio:not([controls]) {
        display: none;
        height: 0;
    }
    
    [hidden],
    template {
        display: none;
    }
    
    a {
        background-color: transparent;
    }
    
    a:active,
    a:hover {
        outline: 0;
    }
    
    abbr[title] {
        border-bottom: 1px dotted;
    }
    
    b,
    strong {
        font-weight: bold;
    }
    
    dfn {
        font-style: italic;
    }
    
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }
    
    mark {
        background: #ff0;
        color: #000;
    }
    
    small {
        font-size: 80%;
    }
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    
    sup {
        top: -0.5em;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    img {
        border: 0;
    }
    
    svg:not(:root) {
        overflow: hidden;
    }
    
    figure {
        margin: 1em 40px;
    }
    
    hr {
        box-sizing: content-box;
        height: 0;
    }
    
    pre {
        overflow: auto;
    }
    
    code,
    kbd,
    pre,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }
    
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }
    
    button {
        overflow: visible;
    }
    
    button,
    select {
        text-transform: none;
    }
    
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    
    button[disabled],
    html input[disabled] {
        cursor: default;
    }
    
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    
    input {
        line-height: normal;
    }
    
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }
    
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    
    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }
    
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }
    
    legend {
        border: 0;
        padding: 0;
    }
    
    textarea {
        overflow: auto;
    }
    
    optgroup {
        font-weight: bold;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    td,
    th {
        padding: 0;
    }
    
    
    
    /*--------------------------------------------------------------
            # Typography
            --------------------------------------------------------------*/
    
    body,
    button,
    input,
    select,
    textarea {
        color: #404040;
        font-family: sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
        margin-top: 0;
    }
    
    p {
        margin-bottom: 1.5em;
        margin-top: 0;
    }
    
    dfn,
    cite,
    em,
    i {
        font-style: italic;
    }
    
    blockquote {
        margin: 0 1.5em;
    }
    
    address {
        margin: 0 0 1.5em;
    }
    
    pre {
        background: #eee;
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.6;
        margin-bottom: 1.6em;
        max-width: 100%;
        overflow: auto;
        padding: 1.6em;
    }
    
    code,
    kbd,
    tt,
    var {
        font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
        font-size: 15px;
        font-size: 0.9375rem;
    }
    
    abbr,
    acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
    }
    
    mark,
    ins {
        background: #fff9c0;
        text-decoration: none;
    }
    
    big {
        font-size: 125%;
    }
    
    
    
    /*--------------------------------------------------------------
            # Elements
            --------------------------------------------------------------*/
    
    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    *,
    *:before,
    *:after {
        /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }
    
    body {
        background: #fff;
        /* Fallback for when there is no custom background color defined. */
        font-family: 'Lato', sans-serif;
        color: #5d5d5d;
        font-size: 18px;
        line-height: 28px;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
    }
    
    blockquote,
    q {
        quotes: """";
    }
    
    hr {
        background-color: #ccc;
        border: 0;
        height: 1px;
        margin-bottom: 1.5em;
    }
    
    ul,
    ol {
        margin: 0 0 1.5em 3em;
    }
    
    ul {
        list-style: disc;
    }
    
    ol {
        list-style: decimal;
    }
    
    li>ul,
    li>ol {
        margin-bottom: 0;
        margin-left: 1.5em;
    }
    
    dt {
        font-weight: bold;
    }
    
    dd {
        margin: 0 1.5em 1.5em;
    }
    
    img {
        height: auto;
        /* Make sure images are scaled correctly. */
        max-width: 100%;
        /* Adhere to container width. */
    }
    
    table {
        margin: 0 0 1.5em;
        width: 100%;
    }
    
    
    
    /*--------------------------------------------------------------
            # Forms
            --------------------------------------------------------------*/
    
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        border: 1px solid;
        border-color: #ccc #ccc #bbb;
        border-radius: 3px;
        background: #e6e6e6;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, .8);
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1;
        padding: .6em 1em .4em;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }
    
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        border-color: #ccc #bbb #aaa;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    }
    
    button:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus,
    button:active,
    input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active {
        border-color: #aaa #bbb #bbb;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    }
    
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea {
        color: #666;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        color: #111;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"] {
        padding: 3px;
        outline: none;
    }
    
    textarea {
        padding-left: 3px;
        width: 100%;
    }
    
    
    
    /*--------------------------------------------------------------
            # Navigation
            --------------------------------------------------------------*/
    
    
    /*--------------------------------------------------------------
            ## Links
            --------------------------------------------------------------*/
    
    a {
        color: var(--primary-color);
        text-decoration: none;
    }
    
    a:hover,
    a:focus {
        text-decoration: underline;
    }
    
    a:focus {
        outline: none;
    }
    
    a:hover,
    a:active {
        outline: 0;
    }
    
    
    
    /*--------------------------------------------------------------
            ## Menus
            --------------------------------------------------------------*/
    
    .main-navigation {
        width: 100%;
    }
    
    .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    
    .main-navigation li {
        float: left;
        position: relative;
        margin-left: 30px;
    }
    
    .main-navigation li:first-child {
        margin-left: 0;
    }
    
    .main-navigation a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        line-height: 17px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 22px 0;
    }
    
    .main-navigation ul ul {
        float: left;
        position: absolute;
        top: 100%;
        left: 0;
        margin-left: -99999px;
        z-index: 99999;
        background: #D2691E;
    }
    
    .main-navigation ul ul ul {
        left: 0;
        margin-left: -99999px;
        top: 0;
    }
    
    .main-navigation ul ul a {
        width: 220px;
        padding: 12px;
    }
    
    .main-navigation ul ul li {
        margin-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    
    .main-navigation ul ul li a {}
    
    .main-navigation li:hover>a,
    .main-navigation li.focus>a {
        opacity: 0.6;
    }
    
    .main-navigation ul ul:hover>a,
    .main-navigation ul ul .focus>a {}
    
    .main-navigation ul ul a:hover,
    .main-navigation ul ul a.focus {}
    
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        margin-left: 0;
    }
    
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
    }
    
    .main-navigation .current_page_item>a,
    .main-navigation .current-menu-item>a,
    .main-navigation .current_page_ancestor>a,
    .main-navigation .current-menu-ancestor>a {
        opacity: 0.6;
    }
    
    
    
    /* Small menu. */
    
    .menu-toggle,
    .main-navigation.toggled ul {
        display: block;
    }
    
    @media screen and (min-width: 37.5em) {
        .menu-toggle {
            display: none;
        }
    
        .main-navigation ul {
            display: block;
        }
    }
    
    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        margin: 0 0 1.5em;
        overflow: hidden;
    }
    
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        float: left;
        width: 50%;
    }
    
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%;
    }
    
    
    
    /*--------------------------------------------------------------
            # Accessibility
            --------------------------------------------------------------*/
    
    
    /* Text meant only for screen readers. */
    
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
    
    
    
    /* Do not show the outline on the skip link target. */
    
    #content[tabindex="-1"]:focus {
        outline: 0;
    }
    
    
    
    /*--------------------------------------------------------------
            # Alignments
            --------------------------------------------------------------*/
    
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
    
    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
    
    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    
    
    /*--------------------------------------------------------------
            # Clearings
            --------------------------------------------------------------*/
    
    .clear:before,
    .clear:after,
    .entry-content:before,
    .entry-content:after,
    .comment-content:before,
    .comment-content:after,
    .site-header:before,
    .site-header:after,
    .site-content:before,
    .site-content:after,
    .site-footer:before,
    .site-footer:after {
        content: "";
        display: table;
        table-layout: fixed;
    }
    
    .clear:after,
    .entry-content:after,
    .comment-content:after,
    .site-header:after,
    .site-content:after,
    .site-footer:after {
        clear: both;
    }
    
    
    
    /*--------------------------------------------------------------
            # Widgets
            --------------------------------------------------------------*/
    
    .widget {
        margin: 0 0 1.5em;
    }
    
    
    
    /* Make sure select elements fit in widgets. */
    
    .widget select {
        max-width: 100%;
    }
    
    
    
    /*--------------------------------------------------------------
            # Content
            --------------------------------------------------------------*/
    
    
    /*--------------------------------------------------------------
            ## Posts and pages
            --------------------------------------------------------------*/
    
    .sticky {
        display: block;
    }
    
    .hentry {
        margin: 0 0 1.5em;
    }
    
    .byline,
    .updated:not(.published) {}
    
    .single .byline,
    .group-blog .byline {
        display: inline;
    }
    
    .page-content,
    .entry-content,
    .entry-summary {
        margin: 1.5em 0 0;
    }
    
    .page-links {
        clear: both;
        margin: 0 0 1.5em;
    }
    
    
    
    /*--------------------------------------------------------------
            ## Asides
            --------------------------------------------------------------*/
    
    .blog .format-aside .entry-title,
    .archive .format-aside .entry-title {
        display: none;
    }
    
    
    
    /*--------------------------------------------------------------
            ## Comments
            --------------------------------------------------------------*/
    
    .comment-content a {
        word-wrap: break-word;
    }
    
    .bypostauthor {
        display: block;
    }
    
    
    
    /*--------------------------------------------------------------
            # Infinite scroll
            --------------------------------------------------------------*/
    
    
    /* Globally hidden elements when Infinite Scroll is supported and in use. */
    
    .infinite-scroll .posts-navigation,
    
    
    /* Older / Newer Posts Navigation (always hidden) */
    
    .infinite-scroll.neverending .site-footer {
        /* Theme Footer (when set to scrolling) */
        display: none;
    }
    
    
    
    /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
    
    .infinity-end.neverending .site-footer {
        display: block;
    }
    
    
    
    /*--------------------------------------------------------------
            # Media
            --------------------------------------------------------------*/
    
    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .comment-content .wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    
    
    
    /* Make sure embeds and iframes fit their containers. */
    
    embed,
    iframe,
    object {
        max-width: 100%;
    }
    
    
    
    /*--------------------------------------------------------------
            ## Captions
            --------------------------------------------------------------*/
    
    .wp-caption {
        margin-bottom: 1.5em;
        max-width: 100%;
    }
    
    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }
    
    .wp-caption-text {
        text-align: center;
    }
    
    
    
    /*--------------------------------------------------------------
            ## Galleries
            --------------------------------------------------------------*/
    
    .gallery {
        margin-bottom: 1.5em;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .gallery:after {
        content: '';
        clear: both;
        display: block;
    }
    
    .gallery-item {
        float: left;
        text-align: center;
        vertical-align: top;
        width: 100%;
        margin: 0 0 30px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    
    .gallery-item img {
        width: 100%;
    }
    
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
    
    .gallery-caption {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 5px 20px;
        background: rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    .gallery-item:hover .gallery-caption {
        opacity: 1;
    }
    
    .custom-background-image .site,
    .custom-background-color .site,
    .custom-background-pattern .site {
        max-width: 1250px;
        margin: 0 auto;
    }
    
    .site {
        background: #fff;
    }
    
    .container {
        max-width: 1170px;
        padding: 0px;
        margin: 0 auto;
    }
    
    .container:after {
        display: block;
        clear: both;
        content: '';
    }
    
     
    .row:after {
        display: block;
        clear: both;
        content: '';
    }
    
    /*site-header css*/
    
    .header-top:after {
        display: block;
        clear: both;
        content: '';
    }
    
    .site-header .header-top .top-links {
        float: left;
        margin-top: 4px;
    }
    
    .site-header .header-top .top-links svg {
        color: #fff;
        vertical-align: middle;
        margin-right: 5px;
    }
    
    .site-header .header-top .top-links span:first-child {
        border-left: 0;
    }
    
    .site-header .header-top .top-links span {
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        font-size: 14px;
        line-height: 17px;
        padding-left: 16px;
        margin-left: 10px;
    }
    
    .site-header .header-top {
        padding: 4px 0 0;
        background: #8B4513;
    }
    
    .site-header .header-top .secondary-nav {
        float: right;
        padding: 4px 0 10px;
        position: relative;
        z-index: 9999;
    }
    
    .site-header .header-top .secondary-nav ul {
        position: absolute;
        top: 100%;
        right: 0;
        background: var(--primary-color);
        width: 200px;
        margin: 0;
        padding: 0;
        display: block;
        /*display: none;*/
        z-index: 9999;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    
    .site-header .header-top .secondary-nav>a:hover ul {
        display: block;
    }
    
    .site-header .header-top .secondary-nav ul li {
        list-style: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        position: relative;
    }
    
    .site-header .header-top .secondary-nav ul ul {
        float: left;
        position: absolute;
        top: 0;
        right: -999em;
        z-index: 99999;
        /*background: var(--primary-color);*/
    }
    
    .site-header .header-top .secondary-nav ul li:hover>ul {
        right: 100%;
    }
    
    .site-header .header-top .secondary-nav ul li a:after {
        display: none;
    }
    
    .site-header .header-top .secondary-nav ul li a {
        color: #fff;
        display: block;
        border: 0;
    }
    
    .site-header .header-top .secondary-nav a {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.4);
        padding: 8px 20px 8px 8px;
        font-size: 14px;
        line-height: 17px;
        display: inline-block;
        position: relative;
    }
    
    .site-header .header-top .secondary-nav a:hover,
    .site-header .header-top .secondary-nav a:focus {
        text-decoration: none;
    }
    
    .site-header .header-top .secondary-nav .menu-header-menu-container {
        display: none;
    }
    
    .site-header .header-top .secondary-nav ul li a:hover {
        opacity: 0.6;
        text-decoration: none;
    }
    
    .site-header .header-top .secondary-nav:hover>.menu-header-menu-container {
        display: block;
    }
    
    .site-header .header-top .secondary-nav a:after {
        position: absolute;
        top: 50%;
        right: 5px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
        width: 10px;
        height: 23px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .site-header .header-top .top-links span {
        color: #fff;
    }
    
    .site-header .header-top .top-links span a {
        font-size: 14px;
        line-height: 17px;
        color: #fff;
    }
    
    .site-header .header-bottom {
        background: #D2691E;
    }
    
    .site-header .header-top .top-links span a:hover {
        opacity: 0.6;
        text-decoration: none;
    }
    
    .site-header .header-top .top-links span svg {
        color: #fff;
        font-size: 14px;
        line-height: 17px;
        margin-right: 10px;
    }
    
    .site-header .header-top .top-links span:first-child {
        margin-left: 0;
        padding-left: 0;
    }
    
    .site-header .header-bottom:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .site-branding {
        float: left;
    }
    
    .site-title {
        margin: 0;
    }
    
    .site-title a {
        font-size: 32px;
        line-height: 36px;
        color: #555658;
        font-weight: 700;
        /*font-family: 'Roboto', sans-serif;*/
    }
    
    .site-title a:hover,
    .site-title a:focus {
        text-decoration: none;
    }
    
    .site-description {
        font-size: 13px;
        line-height: 15px;
        color: #8c8c8c;
        margin-bottom: 0;
    }
    
    .site-header .form-section {
        float: right;
        text-align: right;
        padding: 0;
    }
    
    .site-header .header-m {
        padding: 20px 0 12px;
    }
    
    .site-header .form-section form {
        background: #fff;
        border: 0;
        height: 36px;
        border-bottom: 1px solid #ccc;
    }
    
    .site-header .form-section form:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .site-header .form-section form input {
        border: 0;
        border-radius: 0;
        height: 100%;
        padding: 0 5px;
    }
    
    .site-header .form-section form input[type="search"] {
        font-style: italic;
        font-size: 14px;
        line-height: 17px;
    }
    
    .site-header .form-section form input[type="submit"] {
        background: url(images/search-icon2.png) no-repeat 12px 12px;
        border: 0;
        padding: 0;
        box-shadow: none;
        text-indent: 100%;
    }
    
    .site-header .form-section a {
        display: block;
    }
    
    .site-header .form-section a:focus {
        outline: dotted 1px rgba(255, 255, 255, 0.5);
    }
    
    .site-header .form-section svg {
        font-size: 16px;
        line-height: 20px;
        color: #555658;
        width: auto;
    }
    
    .site-header.header-seven .form-section svg {
        color: #fff;
    }
    
    .site-header.header-seven .form-section a:hover svg {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    /*banner style*/
    
    .banner {
        position: relative;
    }
    
    .banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    
    .banner img {
        width: 100%;
        height: 692px;
        object-fit: cover;
    }
    
    .banner .owl-carousel .banner-text .text {
        margin: 0;
        text-align: left;
    }
    
    .banner .owl-item>div {
        position: relative;
    }
    
    .banner .owl-item>div>a {
        display: block;
    }
    
    .banner .banner-text {
        position: absolute;
        width: 100%;
        left: 0;
        /*bottom: 32%;*/
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        height: auto;
        z-index: 2;
    }
    
    .banner .banner-text .text {
        /*width: 55%;*/
        max-width: 1000px;
        width: 100%;
        padding: 20px;
        margin: 0 0;
        text-align: center;
        color: #fff;
        background: none;
    }
    
    .banner .banner-text .text span,
    .banner .banner-text .text .title {
        display: block;
        font-size: 36px;
        line-height: 42px;
        color: #fefefe;
        font-weight: 900;
        letter-spacing: 2px;
        margin-top: -129px;
        margin-left: 90px;
        text-transform: uppercase;
    }
    
    .banner .banner-text .btn-holder .btn-free-inquiry,
    .banner .banner-text .text .course-link {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        border: 2px solid var(--secondary-color);
        background: var(--secondary-color);
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 23px;
        margin: 0 7px;
        font-weight: 400;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .banner .banner-text .btn-holder .btn-free-inquiry:hover,
    .banner .banner-text .text .course-link:hover,
    .banner .banner-text .btn-holder .btn-free-inquiry:focus,
    .banner .banner-text .text .course-link:focus {
        text-decoration: none;
        background: none
    }
    
    .banner .banner-text .btn-holder .btn-view-service {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        border: 2px solid #fff;
        background: none;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 23px;
        margin: 0 7px;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .banner .banner-text .btn-holder .btn-view-service:hover,
    .banner .banner-text .btn-holder .btn-view-service:focus {
        text-decoration: none;
        background: #fff;
        color: var(--primary-color);
    }
    
    
    /*.banner .banner-text .text .course-link {
                font-size: 18px;
                line-height: 22px;
                color: #fff;
                background: var(--secondary-color);
                font-weight: 900;
                padding: 10px 20px;
                border: 2px solid var(--secondary-color);
                display: inline-block;
                text-transform: uppercase;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                transition: all 0.2s;
            }
            
            .banner .banner-text .text .course-link:hover,
            .banner .banner-text .text .course-link:focus {
                text-decoration: none;
                background: none;
                }*/
    
    .owl-carousel .owl-nav [class*="owl-"]:focus {
        outline: none;
    }
    
    .banner .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: 20px;
        background: url(images/slider-prev.png) no-repeat;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        border-radius: 0;
        box-shadow: none;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .banner .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        right: 20px;
        background: url(images/next.png) no-repeat;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        border-radius: 0;
        box-shadow: none;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .banner:hover .owl-carousel .owl-nav .owl-next {
        background: url(images/next-arrow.png) no-repeat;
        /*opacity: 0.5;*/
    }
    
    .banner:hover .owl-carousel .owl-nav .owl-prev {
        background: url(images/arrow-2.png) no-repeat;
        /*opacity: 0.5;*/
    }
    
    .thumb-text {
        position: relative;
        top: 0;
        padding: 0;
        margin: -90px 0 0;
        text-align: center;
        width: 100%;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
    }
    
    .thumb-text li {
        list-style: none;
        color: #f9f9f9;
        font-size: 16px;
        line-height: 24px;
        width: 25%;
    }
    
    .thumb-text li .box {
        height: 100%;
    }
    
    .thumb-text li .box-1 {
        background: #737495;
        padding: 28px 28px 26px;
    }
    
    .thumb-text li .box-2 {
        background: #68a8ad;
        padding: 28px 28px 26px;
    }
    
    .thumb-text li .box-3 {
        background: #6c8672;
        padding: 28px 28px 26px;
    }
    
    .thumb-text li .box-4 {
        background: #f17d80;
        padding: 28px 28px 26px;
    }
    
    .thumb-text li h3 {
        margin-bottom: 15px;
    }
    
    .thumb-text li h3 a {
        color: #f9f9f9;
        font-size: 22px;
        line-height: 25px;
        font-weight: 700;
    }
    
    .thumb-text li h3 a:hover,
    .thumb-text li h3 a:focus {
        text-decoration: none;
        opacity: 0.6;
    }
    
    .thumb-text li span {
        display: block;
        margin-bottom: 22px;
    }
    
    .thumb-text li img {
        width: auto;
    }
    
    .banner .video-banner .wp-custom-header {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    
    .banner .video-banner .wp-custom-header iframe,
    .banner .video-banner .wp-custom-header video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .banner .video-banner .wp-custom-header .wp-custom-header-video-button {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 2;
        background: #fff;
        font-size: 0;
        width: 50px;
        height: 35px;
        border-radius: 5px;
        box-shadow: none;
        border: 0;
    }
    
    .banner .video-banner .wp-custom-header .wp-custom-header-video-play:after {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath d='M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z'/%3E%3C/svg%3E") center center no-repeat;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        /*display: none;*/
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .banner .video-banner .wp-custom-header .wp-custom-header-video-pause:after {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z'/%3E%3C/svg%3E") center center no-repeat;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .welcome-note {
        text-align: center;
        padding: 75px 0 100px;
    }
    
    .header-part {
        width: 80%;
        margin: 0 auto;
    }
    
    .section-title {
        font-size: 38px;
        line-height: 42px;
        color: var(--section-title-color);
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .welcome-note .col,
    .choose-us .col {
        width: 25%;
        padding: 0 15px;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .welcome-note .col,
    .choose-us .col .post-thumbnail {
        margin-bottom: 15px;
    }
    
    .choose-us .col .post-thumbnail .svg-holder svg {
        height: 54px;
        width: 54px;
    }
    
    .welcome-note .col h3 {
        display: block;
        font-size: 40px;
        line-height: 44px;
        color: var(--primary-color);
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .welcome-note .col .text {
        border: 2px solid #f5f5f7;
        padding: 36px 0 45px;
    }
    
    .welcome-note .col span {
        display: inline-block;
    }
    
    .welcome-note .odometer-inside span {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 44px;
        color: var(--secondary-color);
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .welcome-note .col .stat-title {
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: #696c6e;
    }
    
    .welcome-note .header-part {
        margin-bottom: 45px;
    }
    
    .no-seperator .odometer-inside .odometer-formatting-mark {
        display: none;
    }
    
    .featured-courses {
        text-align: center;
        background: #f8f8f8;
        padding: 98px 0 104px;
    }
    
    .featured-courses ul {
        margin: 0 -6px 50px;
        padding: 0;
    }
    
    .featured-courses ul li {
        width: 25%;
        list-style: none;
        float: left;
        padding: 0 6px;
        margin-bottom: 12px;
    }
    
    .featured-courses .header-part {
        margin-bottom: 50px;
    }
    
    .featured-courses ul:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .featured-courses ul li .image-holder {
        position: relative;
        overflow: hidden;
    }
    
    .featured-courses ul li .image-holder .text {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        padding: 47% 28% 0;
        font-size: 19px;
        line-height: 26px;
        color: #f8fcff;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .featured-courses ul li .image-holder img {
        width: 100%;
    }
    
    .featured-courses ul li .image-holder .description {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        text-align: center;
        background: #fff;
        padding: 26px 20px 0;
        font-size: 16px;
        line-height: 24px;
        display: none;
    }
    
    .featured-courses ul li .image-holder .description h2 {
        font-size: 19px;
        line-height: 26px;
        color: #474b4e;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 30px;
        position: relative;
    }
    
    .featured-courses ul li .image-holder .description h2:after {
        background: #dadbdc;
        width: 66px;
        height: 1px;
        content: '';
        position: absolute;
        top: 100%;
        left: 34%;
        margin-top: 15px;
    }
    
    .featured-courses ul li .image-holder img {
        vertical-align: top;
    }
    
    .featured-courses ul li .image-holder .description .learn-more {
        display: inline-block;
        background: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        font-size: 14px;
        line-height: 17px;
        font-weight: 900;
        color: #fff;
        padding: 13px 28px;
        text-transform: uppercase;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    .featured-courses ul li .image-holder .description .learn-more:hover,
    .featured-courses ul li .image-holder .description .learn-more:focus {
        background: none;
        text-decoration: none;
        color: var(--secondary-color);
    }
    
    .featured-courses ul li .image-holder:hover>.description {
        display: block;
    }
    
    .featured-courses .learn-more {
        display: inline-block;
        background: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        font-size: 14px;
        line-height: 17px;
        font-weight: 900;
        color: #fff;
        padding: 13px 28px;
        text-transform: uppercase;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    .featured-courses .learn-more:hover,
    .featured-courses .learn-more:focus {
        background: none;
        text-decoration: none;
        color: var(--secondary-color);
    }
    
    .theme {
        text-align: center;
        background: url(images/theme-section-img.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .theme .header-part .section-title {
        color: #fff;
    }
    
    .theme .header-part {
        width: 70%;
        margin-bottom: 60px;
    }
    
    .theme .theme-description {
        color: #ebebeb;
        width: 100%;
        height: 100%;
        padding: 106px 0 138px;
        background: rgba(0, 0, 0, 0.70);
    }
    
    .theme .theme-description a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 22px;
        font-weight: 900;
        padding: 16px 35px;
        margin-right: 10px;
    }
    
    .theme .theme-description .apply {
        color: #fff;
        border: 1px solid #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    .theme .theme-description .apply:hover {
        background: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        text-decoration: none;
    }
    
    .choose-us {
        padding: 96px 0 72px;
        text-align: center;
    }
    
    .choose-us .header-part {
        margin-bottom: 82px;
    }
    
    .choose-us .col span {
        display: block;
        margin-bottom: 28px;
    }
    
    .choose-us .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .choose-us .row:after {
        display: none;
    }
    
    .choose-us .col {
        float: none;
    }
    
    .choose-us .col h3 {
        margin-bottom: 46px;
        position: relative;
        font-size: 19px;
        line-height: 26px;
        color: #474b4e;
        font-weight: 700;
    }
    
    .choose-us .col h3 a {
        color: #474b4e;
    }
    
    .choose-us .col h3 a:hover,
    .choose-us .col h3 a:focus {
        color: var(--primary-color);
        text-decoration: none;
    }
    
    .choose-us .col h3:after {
        content: '';
        position: absolute;
        top: 100%;
        width: 46px;
        line-height: 2px;
        height: 2px;
        background: #e9e9e9;
        margin-top: 26px;
        left: 43%;
    }
    
    .student-stories {
        text-align: center;
        background: url(images/students-section-img.jpg) no-repeat;
        background-size: cover;
    }
    
    .student-stories .image-wrapper {
        background: rgba(9, 9, 9, 0.7);
        padding-top: 92px;
        padding-bottom: 174px;
    }
    
    .student-stories .header-part {
        color: #fff;
        margin-bottom: 50px;
    }
    
    .student-stories .header-part .section-title {
        color: #fff;
        margin-bottom: 20px;
    }
    
    .student-stories blockquote {
        font-size: 18px;
        line-height: 28px;
        color: #f9fcff;
        margin: 0 60px;
        padding: 0 24px;
        background: url(images/blockquote-icon.png) no-repeat;
    }
    
    .student-stories blockquote cite {
        display: block;
        width: 50%;
        margin: 0 auto;
        font-style: normal;
        text-align: center;
    }
    
    .student-stories .flexslider {
        background: none;
        margin-bottom: 0;
        border: 0;
    }
    
    .student-stories .owl-carousel .owl-item img {
        width: auto !important;
        display: inline-block;
    }
    
    .student-stories blockquote cite img {
        border-radius: 50%;
        width: auto !important;
    }
    
    .student-stories blockquote cite span {
        display: block;
        font-size: 21px;
        line-height: 25px;
        color: #f7f7f7;
        font-weight: 700;
        text-align: center;
    }
    
    .student-stories .btn-holder {
        margin-top: 50px;
    }
    
    .student-stories .btn-holder .learn-more {
        display: inline-block;
        font-size: 18px;
        font-weight: 900;
        line-height: 22px;
        padding: 16px 35px;
        border: 1px solid #fff;
        color: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        text-transform: uppercase;
    }
    
    .student-stories .btn-holder .learn-more:hover,
    .student-stories .btn-holder .learn-more:focus {
        text-decoration: none;
        color: #fff;
        background: var(--secondary-color);
        border-color: var(--secondary-color);
    }
    
    .student-stories .owl-carousel .owl-nav {
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .student-stories .owl-carousel .owl-nav .owl-prev {
        background: url(images/slider-prev.png) no-repeat;
        text-indent: -9999px;
        height: 40px;
        width: 40px;
        left: 10px;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        border-radius: 0;
    }
    
    .student-stories .owl-carousel .owl-nav .owl-next {
        background: url(images/next.png) no-repeat;
        text-indent: -9999px;
        height: 40px;
        width: 40px;
        right: 10px;
        opacity: 1;
        font-size: 0;
        position: absolute;
        box-shadow: none;
        border-radius: 0;
    }
    
    .latest-events {
        text-align: center;
        padding: 86px 0 106px;
        background: #F8F8F8;
    }
    
    .latest-events .row:after {
        display: none;
    }
    
    .latest-events .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .latest-events .col-1 {
        width: 75%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .latest-events .col-2 {
        width: 25%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .latest-events .header-part {
        margin-bottom: 54px;
    }
    
    .latest-events .post {
        position: relative;
        text-align: left;
        color: #f9fcff;
    }
    
    .latest-events .col-1 .post .image-wrapper {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
    }
    
    .latest-events .col-1 .post .image-wrapper .text {
        width: 57%;
        padding-bottom: 32px;
        background: rgba(9, 9, 9, 0.6);
        margin-left: 30px;
    }
    
    .latest-events .post .entry-title {
        margin: 0;
    }
    
    .latest-events .post .entry-meta:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .latest-events .post .entry-title a {
        display: inline-block;
        font-size: 21px;
        line-height: 25px;
        color: #474b4e;
        font-weight: 700;
    }
    
    .latest-events .col-1 .post .entry-title a {
        color: #f9fcff;
    }
    
    .latest-events .col-2 .post .entry-title a {
        color: #474b4e;
    }
    
    .latest-events .post .entry-header a:hover,
    .latest-events .post .entry-header a:focus {
        text-decoration: none;
        color: var(--primary-color);
    }
    
    .latest-events .col-1 .post .entry-header {
        padding: 34px 30px 0;
        margin-bottom: 16px;
    }
    
    .latest-events .col-1 svg {
        color: #dfe1e4;
        font-size: 13px;
        line-height: 24px;
        margin-right: 10px;
    }
    
    .latest-events .col-2 svg {
        font-size: 13px;
        line-height: 24px;
        margin-right: 10px;
        color: #878b8d;
    }
    
    .latest-events .col-1 .post .entry-meta span {
        margin-right: 38px;
    }
    
    .latest-events .col-1 .post .entry-content {
        margin: 0;
        padding: 0 30px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .latest-events .post .entry-meta a {
        color: #dfe1e4;
        font-size: 14px;
        line-height: 17px;
    }
    
    .latest-events .col-2 .post .entry-meta a {
        color: #474b4e;
    }
    
    .latest-events .col-2 .post .entry-meta a:hover,
    .latest-events .col-2 .post .entry-meta a:focus {
        text-decoration: none;
        color: var(--primary-color);
    }
    
    .latest-events .col-2 .post {
        border-top: 1px solid #d2d4d6;
        margin-left: -15px;
        padding-left: 15px;
        padding-top: 26px;
        margin-bottom: 20px;
    }
    
    .latest-events .entry-footer {
        margin-left: 30px;
    }
    
    .latest-events .learn-more {
        background: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        display: inline-block;
        padding: 6px 16px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    .latest-events .learn-more:hover,
    .latest-events .learn-more:focus {
        background: none;
        text-decoration: none;
        color: var(--secondary-color);
    }
    
    .latest-events .col-2 ul {
        margin: 0;
        padding: 0
    }
    
    .latest-events .col-2 ul li {
        list-style: none;
    }
    
    .photo-gallery ul li {
        width: 20%;
        position: relative;
    }
    
    .latest-events .btn-holder {
        margin: 50px 0 0;
    }
    
    
    
    /*.photo-gallery .gallery-item:after{
                position: absolute;
                height: 100%;
                width: 100%;
                content: '';
                top: 0;
                background: rgba(31, 31, 31, 0.55);
                display: block;
                }*/
    
    
    /*.photo-gallery .gallery-item:hover:after{
                display: none;
                }*/
    
    .photo-gallery {
        padding: 70px 0;
    }
    
    .photo-gallery .gallery-item {
        /*width: 20%;*/
        position: relative;
    }
    
    .photo-gallery .lSAction>a {
        top: 46%;
    }
    
    .photo-gallery .gallery-item a {
        display: block;
    }
    
    .photo-gallery .gallery {
        margin-bottom: 0;
    }
    
    .photo-gallery .gallery-item a {
        display: block;
    }
    
    #lightSlider img {
        vertical-align: top;
    }
    
    .slider-gallery .gallery.owl-carousel {
        margin-left: 0;
        margin-right: 0;
    }
    
    .gallery-slider {
        padding: 60px 0;
    }
    
    .gallery-slider h2.section-title {
        text-align: center;
    }
    
    .gallery-slider .owl-carousel .owl-item .gallery-item {
        width: 100%;
        max-width: 100%;
        float: none;
        padding: 0;
        margin: 0;
    }
    
    .gallery-slider .owl-carousel .owl-item .gallery-icon {
        position: relative;
        padding-top: 56.25%;
    }
    
    .gallery-slider .owl-carousel .owl-item .gallery-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .slider-gallery .owl-carousel .owl-nav button[class*="owl-"] {
        height: 51px;
        width: 51px;
        box-shadow: none;
        text-indent: 60px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        border-radius: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .slider-gallery .owl-carousel .owl-nav button.owl-prev {
        background: url(images/bxslider-prev.png) no-repeat;
        left: 0;
    }
    
    .slider-gallery .owl-carousel .owl-nav button.owl-next {
        background: url(images/bxslider-next.png) no-repeat;
        height: 51px;
        width: 51px;
        right: 0;
    }
    
    .student-stories .owl-carousel .owl-nav [class*="owl-"].disabled {
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: not-allowed;
    }
    
    .search-section {
        background: var(--primary-color);
        font-size: 22px;
        line-height: 25px;
        color: #ffffff;
        padding-top: 82px;
        padding-bottom: 74px;
    }
    
    .search-section .col-1 {
        width: 50%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    
    .search-section .col-1:first-child {
        margin-top: 10px;
    }
    
    .search-section form:after {
        display: block;
        content: '';
        clear: both
    }
    
    .search-section form {
        border: 1px solid #fff;
        height: 54px;
    }
    
    .search-section .screen-reader-text {
        display: none;
    }
    
    .search-section form input[type="search"] {
        background: url(images/search-icon.png) no-repeat 14px 20px;
        border: 0;
        height: 100%;
        float: left;
        width: 70%;
        padding: 0 5px 0 36px;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .search-section form input[type="submit"] {
        text-transform: uppercase;
        height: 100%;
        float: right;
        width: 20%;
        box-shadow: none;
        background: #fff;
        border: 0;
        border-radius: 0;
        font-size: 16px;
        line-height: 20px;
        color: var(--secondary-color);
        font-weight: 600;
        text-align: center;
        padding: 0;
    }
    
    .search-section form input[type="submit"]:hover {
        background: #d9d9d9;
    }
    
    .site-footer {
        background: #1f1f1f;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 58px 0 54px;
    }
    
    .site-footer .widget-area .col {
        width: 33.33%;
        padding: 0 15px;
        float: left;
    }
    
    .site-footer .widget-area {
        border-bottom: 1px solid #3a3a3a;
        padding-bottom: 26px;
    }
    
    .widget-area .widget-title {
        font-size: 16px;
        line-height: 44px;
        margin-bottom: 5px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .widget-area .widget ul {
        margin: 0;
        padding: 0;
    }
    
    .widget-area .widget ul li {
        list-style: none;
        margin-bottom: 12px;
    }
    
    .widget-area .widget ul li a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    .widget-area .widget ul li a {
        font-size: 16px;
        line-height: 20px;
        color: #9a9a9a;
    }
    
    .site-info {
        text-align: center;
        padding-top: 55px;
        font-size: 14.47px;
        line-height: 20px;
        color: #a6a6a6;
    }
    
    .site-info a {
        color: #fff;
    }
    
    .site-info a:hover {
        opacity: 0.6;
    }
    
    .site-info ul {
        margin: 0;
        padding: 0;
    }
    
    .site-info ul li {
        list-style: none;
        display: inline-block;
        margin-right: 22px;
    }
    
    .site-info ul li svg {
        font-size: 24px;
        color: #6c6c6c;
    }
    
    .site-info ul li svg:hover {
        opacity: 0.6;
    }
    
    .site-info .social-networks {
        margin-bottom: 28px;
        font-size: 24px;
    }
    
    .site-info .social-networks li a {
        color: #6e6e6e;
    }
    
    .comments-area .comment-form .comment-form-cookies-consent {
        margin-top: 0;
    }
    
    .comments-area .comment-form .comment-form-cookies-consent input[type="checkbox"] {
        display: inline-block;
        vertical-align: middle;
    }
    
    .comments-area .comment-form label[for="wp-comment-cookies-consent"] {
        display: inline-block;
        margin-left: 5px;
    }
    
    .site-info .policy_link {
        display: inline-block;
        margin-left: 5px;
    }
    
    
    #primary {
        width: 66.67%;
        float: left;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 70px;
    }
    
    .full-width #primary {
        width: 100%;
    }
    
    #secondary {
        width: 33.33%;
        float: left;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .site-content {
        /*background: #f8f8f8;*/
        /*padding-top: 40px;*/
    }
    
    .post-thumbnail {
        display: block;
    }
    
    .page-header {
        padding: 30px 0;
    }
    
    .page-header .page-title {
        font-size: 38px;
        line-height: 42px;
        color: #474b4e;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 0;
    }
    
    #primary .post,
    #primary .page {
        background: #fff;
        padding-bottom: 44px;
        margin-bottom: 50px;
    }
    
    #primary .entry-title {
        margin-bottom: 8px;
        font-size: 29px;
        line-height: 32px;
        color: #474b4e;
        font-weight: 700;
    }
    
    #primary .entry-title a {
        color: #474b4e;
    }
    
    #primary .entry-meta a {
        color: #878b8d;
        font-size: 14px;
        line-height: 17px;
    }
    
    #primary .entry-meta span {
        margin-right: 25px;
        display: inline-block;
    }
    
    #primary .entry-meta span span {
        margin-right: 0;
    }
    
    #primary .entry-meta svg {
        color: #878b8d;
        font-size: 14px;
        line-height: 17px;
        margin-right: 10px;
    }
    
    #primary .entry-header {
        padding: 30px 0 0;
    }
    
    #primary .entry-header a:hover {
        color: var(--primary-color);
        text-decoration: none;
    }
    
    #primary .entry-content,
    #primary .entry-footer {
        /*padding: 0 30px;*/
    }
    
    #primary .read-more,
    .default-btn {
        display: inline-block;
        background: var(--primary-color);
        border: 2px solid var(--primary-color);
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px;
        font-weight: 900;
        color: #fff;
        padding: 13px 32px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    #primary .read-more:hover,
    #primary .read-more:focus,
    .default-btn:hover,
    .default-btn:focus {
        color: var(--primary-color);
        text-decoration: none;
        background: none;
    }
    
    #primary .entry-content blockquote {
        background: #eee;
        margin: 0 0 28px;
        padding: 26px 20px 2px 56px;
        color: #4f4f4f;
        font-size: 21px;
        line-height: 30px;
        font-style: italic;
        position: relative;
    }
    
    #primary .entry-content blockquote:before {
        position: absolute;
        top: 35px;
        left: 30px;
        width: 35px;
        height: 35px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234aa0d7' viewBox='0 0 105 100'%3E%3Cpath d='M104.788,61.24a20.134,20.134,0,0,0-19-17c2.334-8.668,8-12.113,14.891-14.113a.805.805,0,0,0,.556-.889l-1.111-6.89s-.111-.556-1-.445C75.34,24.568,59.227,42.682,62.227,64.685,65.005,79.909,76.9,85.8,87.9,84.243a20.263,20.263,0,0,0,16.891-23Zm-75.9-17C31.112,35.57,37,32.125,43.781,30.125a.805.805,0,0,0,.556-.889l-1-6.89s-.111-.556-1-.445c-23.781,2.556-39.783,20.669-37,42.672C8.221,79.909,20.222,85.8,31.112,84.243a20.1,20.1,0,0,0,16.78-23A19.833,19.833,0,0,0,28.89,44.238Z'/%3E%3C/svg%3E") center center no-repeat;
    }
    
    #primary .post.format-image .entry-title,
    #primary .post.format-aside .entry-title,
    #primary .post.format-status .entry-title,
    #primary .post.format-link .entry-title {
        display: none;
    }
    
    .header-section:after {
        content: '';
        display: block;
        clear: both;
    }
    
    #crumbs {
        text-align: right;
        font-size: 14px;
        line-height: 17px;
        color: #878b8d;
        margin-right: 5px;
        float: right;
        margin-top: 10px;
    }
    
    #crumbs span {
        display: inline-block;
    }
    
    #crumbs a {
        font-size: 14px;
        line-height: 17px;
        color: var(--primary-color);
        font-weight: 700;
        display: inline-block;
    }
    
    #crumbs a:hover {
        text-decoration: none;
        color: #878b8d;
    }
    
    #crumbs .separator {
        margin-right: 3px;
        margin-left: 3px;
    }
    
    #crumbs span.current {
        pointer-events: none;
    }
    
    #crumbs span.current a {
        color: #878b8d;
    }
    
    #secondary .widget-title {
        color: #474b4e;
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 23px;
    }
    
    #secondary .widget {
        margin-bottom: 30px;
        /*padding: 0 20px;*/
    }
    
    #secondary .widget.widget_education_zone_pro_stat_counter_widget .col,
    .site-footer .widget.widget_education_zone_pro_stat_counter_widget .col {
        position: relative;
        padding-top: 40px;
    }
    
    #secondary .widget.widget_education_zone_pro_stat_counter_widget .col .stat-title,
    .site-footer .widget.widget_education_zone_pro_stat_counter_widget .col .stat-title {
        /*color: #474b4e;*/
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 23px;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .site-footer .widget.widget_education_zone_pro_stat_counter_widget .col span {
        color: #fff;
    }
    
    .site-footer .widget.widget_education_zone_pro_stat_counter_widget .col {
        padding-left: 0;
    }
    
    .widget_education_zone_pro_stat_counter_widget .odometer-inside {
        direction: ltr;
    }
    
    .widget-area .widget form,
    .page-header form {
        width: 100%;
    }
    
    .widget.widget_search .search-form {
        background: #ededed;
        height: 50px;
    }
    
    .widget.widget_newsletterwidget form input[type="submit"] {
        background: var(--secondary-color);
        box-shadow: none;
        border: 0;
        text-shadow: none;
    }
    
    .widget-area .widget form input[type="search"],
    .page-header form input[type="search"] {
        float: left;
        width: 70%;
        background: 0;
        height: 100%;
        border: 0;
        padding: 0 10px;
        font-size: 16px;
        line-height: 26px;
        color: #6f6f6f;
        border: 1px solid #ccc;
        padding: 14px;
    }
    
    .widget-area .widget .search-form input[type="submit"],
    .page-header form input[type="submit"] {
        float: right;
        width: 65px;
        height: 100%;
        box-shadow: none;
        border-radius: 0;
        background: url(images/search-icon.png) no-repeat 48% 53% var(--secondary-color);
        text-indent: 100%;
        font-size: 0;
    }
    
    #secondary .widget ul li a {
        font-size: 17px;
        line-height: 22px;
        color: #5d5d5d;
    }
    
    #secondary .widget ul li a:hover,
    #secondary .widget ul li a:focus {
        color: var(--primary-color);
    }
    
    .widget ul li .post:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .widget ul li .post {
        margin-bottom: 20px;
    }
    
    .widget ul li .post .post-thumbnail {
        float: left;
        display: block;
        margin-right: 16px;
        width: 70px;
    }
    
    .widget ul li .post .entry-header {
        overflow: hidden;
    }
    
    .widget ul li .post .entry-title {
        margin: 0;
    }
    
    .widget ul li .post .entry-title a {
        display: inline-block;
        font-size: 15px;
        line-height: 19px;
        color: #474b4e;
        font-weight: 700;
    }
    
    .widget ul li .post .entry-meta svg {
        font-size: 13px;
        line-height: 15px;
        color: #878b8d;
        margin-right: 7px;
    }
    
    .widget ul li .post .entry-meta a {
        font-size: 13px;
        line-height: 15px;
        color: #878b8d;
    }
    
    .widget-area .widget.widget_global_college_recent_entries .post:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .widget-area .widget.widget_global_college_recent_entries .post {
        margin-bottom: 25px;
    }
    
    .widget-area .widget.widget_global_college_recent_entries .post-thumbnail:hover,
    .widget.widget_instagram ul li a:hover {
        opacity: 1;
    }
    
    .widget-area .widget.widget_tag_cloud a {
        font-size: 13px;
        line-height: 15px;
        color: #7f8385;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #dfdfdf;
        padding: 10px 14px;
        display: inline-block;
        margin: 0 5px 5px 0;
    }
    
    .widget-area .widget.widget_tag_cloud a:hover,
    .widget-area .widget.widget_tag_cloud a:focus {
        background: var(--primary-color);
        color: #f5f5f5;
        border: 1px solid #f5f5f5;
        text-decoration: none;
    }
    
    #secondary .widget.widget_recent_tweets ul li a {
        color: var(--primary-color);
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        margin-bottom: 16px;
    }
    
    .widget-area .widget.widget_recent_tweets ul li h4 {
        font-size: 15px;
        line-height: 24px;
        color: #6c6c6c;
        font-weight: 400;
        margin: 0;
    }
    
    .widget-area .widget.widget_recent_tweets ul li .posted-on {
        font-size: 13px;
        line-height: 15px;
        color: #878b8d;
        display: block;
    }
    
    .widget-area .widget.widget_recent_tweets ul li {
        position: relative;
        padding-left: 24px;
        border-bottom: 1px dashed #dddcdb;
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
    
    .widget-area .widget.widget_recent_tweets ul li:last-child {
        border-bottom: 0;
    }
    
    .widget-area .widget.widget_instagram ul {
        margin: 0 -6px;
    }
    
    .widget-area .widget.widget_instagram ul:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .widget-area .widget.widget_instagram ul li a {
        display: block;
    }
    
    .widget-area .widget.widget_instagram ul li {
        float: left;
        padding: 0 6px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33%;
    }
    
    .widget-area .widget.widget_calendar table {
        position: relative;
    }
    
    .widget-area .widget.widget_calendar table td {
        color: #2d2d2d;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        padding: 7px 12px;
    }
    
    .widget-area .widget.widget_calendar table tbody {
        background: #fcfcfc;
    }
    
    .widget-area .widget.widget_calendar table td a {
        background: var(--primary-color);
        color: #fff;
        display: block;
        padding: 10px 13px;
    }
    
    .widget-area .widget.widget_calendar table caption {
        background: var(--primary-color);
        font-size: 16px;
        line-height: 21px;
        color: #ffffff;
        font-weight: 700;
        padding-top: 14px;
        padding-bottom: 15px;
    }
    
    .widget-area .widget.widget_calendar table svg {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }
    
    .widget-area .widget.widget_calendar table #prev {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .widget-area .widget.widget_calendar table #prev a {
        display: block;
        padding: 6px 15px;
    }
    
    .widget-area .widget.widget_calendar table #next a {
        display: block;
        padding: 6px 15px;
    }
    
    .widget-area .widget.widget_calendar table #next {
        position: absolute;
        top: 15px;
        right: 20px;
    }
    
    .widget-area .widget.widget_calendar .calendar_wrap {
        position: relative;
    }
    
    .widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav-prev {
        position: absolute;
        padding: 12px 25px;
        top: 0;
        left: 0;
        font-size: 12px;
    }
    
    .widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav-next {
        position: absolute;
        padding: 12px 25px;
        top: 0;
        right: 0;
        font-size: 12px;
    }
    
    .widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav-prev a,
    .widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav-next a {
        color: #FFF;
    }
    
    .widget-area .widget.widget_calendar table thead {
        background: var(--primary-color);
        color: #fff;
        font-size: 12px;
        line-height: 24px;
        font-weight: 900;
    }
    
    .widget-area .widget.widget_calendar table th {
        padding: 6px;
    }
    
    .widget.widget.widget_education_zone_pro_social_links li {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    
    #secondary .widget.widget.widget_education_zone_pro_social_links li a {
        height: 30px;
        width: 30px;
        display: block;
        border: 1px solid #9a9a9a;
        text-align: center;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #secondary .widget.widget.widget_education_zone_pro_social_links li a:hover,
    #secondary .widget.widget.widget_education_zone_pro_social_links li a:focus {
        text-decoration: none;
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff;
    }
    
    .widget.widget_education_zone_pro_featured_post .img-holder {
        margin: 0 0 15px;
    }
    
    .widget.widget_education_zone_pro_flickr_widget ul {
        overflow: hidden;
        margin-left: -3px;
        margin-right: -3px;
    }
    
    .widget.widget_education_zone_pro_flickr_widget ul li {
        float: left;
        width: 33.3333%;
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 6px;
    }
    
    .widget.widget_education_zone_pro_flickr_widget ul.col-1 li {
        width: 100%;
    }
    
    .widget.widget_education_zone_pro_flickr_widget ul.col-2 li {
        width: 50%;
    }
    
    .widget.widget_education_zone_pro_flickr_widget ul.col-3 li {
        width: 33.3333%;
    }
    
    .widget.widget_education_zone_pro_flickr_widget ul.col-4 li {
        width: 25%;
    }
    
    .widget.widget_education_zone_pro_flickr_widget ul.col-5 li {
        width: 20%;
    }
    
    .widget.widget_education_zone_pro_flickr_widget ul.col-6 li {
        width: 16.6667%;
    }
    
    .widget.widget_education_zone_pro_flickr_widget ul li img {
        vertical-align: top;
        width: 100%;
    }
    
    .widget.widget_education_zone_pro_instagram_widget ul {
        overflow: hidden;
        margin-left: -3px;
        margin-right: -3px;
    }
    
    .widget.widget_education_zone_pro_instagram_widget ul li {
        float: left;
        width: 33.3333%;
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 6px;
    }
    
    .widget.widget_education_zone_pro_instagram_widget ul.instagram-size-thumbnail li {
        width: 25%;
    }
    
    .widget.widget_education_zone_pro_instagram_widget ul.instagram-size-large li {
        width: 50%;
    }
    
    .widget.widget_education_zone_pro_instagram_widget ul.instagram-size-original li {
        width: 100%;
    }
    
    .widget.widget_education_zone_pro_instagram_widget ul li img {
        width: 100%;
        vertical-align: top;
    }
    
    #secondary .widget.widget_education_zone_pro_twitter_feeds_widget ul li a,
    #secondary .widget.widget_rss ul li a {
        color: var(--primary-color);
    }
    
    #secondary .widget.widget_education_zone_pro_twitter_feeds_widget ul li a:hover,
    #secondary .widget.widget_education_zone_pro_twitter_feeds_widget ul li a:focus,
    #secondary .widget.widget_rss ul li a:hover,
    #secondary .widget.widget_rss ul li a:focus {
        text-decoration: underline;
    }
    
    .navigation.pagination {
        text-align: center;
    }
    
    .navigation.pagination .page-numbers {
        font-size: 19px;
        line-height: 22px;
        color: #8f9193;
        font-weight: 700;
        display: inline-block;
        padding: 7px 16px;
        border: 2px solid #f8f8f8;
    }
    
    .navigation.pagination .page-numbers svg {
        font-size: 22px;
        line-height: 25px;
    }
    
    .navigation.pagination .page-numbers.current,
    .navigation.pagination .page-numbers:hover {
        border: 2px solid var(--primary-color);
        color: var(--primary-color);
        text-decoration: none;
    }
    
    .site-footer .widget ul li .post .entry-title a {
        color: #878b8d;
    }
    
    .site-footer .widget ul li .post .entry-title a:hover,
    .site-footer .widget ul li .post .entry-title a:focus {
        color: #fff;
    }
    
    .site-footer .widget ul li .post .entry-meta a:hover,
    .site-footer .widget ul li .post .entry-meta a:focus {
        color: #fff;
    }
    
    
    
    /*search page*/
    
    .search .site-content #primary .post:after,
    .search .site-content #primary .page:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .search .site-content #primary .post-thumbnail {
        float: left;
        margin-right: 30px;
    }
    
    .search .site-content #primary .post,
    .search .site-content #primary .page {
        padding: 0;
        margin: 0 0 1.5em;
    }
    
    .search .site-content #primary .entry-header {
        padding: 0;
    }
    
    .search .site-content #primary .entry-content {
        padding: 0;
    }
    
    .search .site-content #primary .text {
        overflow: hidden;
    }
    
    .search .site-content #primary .entry-footer {
        padding: 0;
    }
    
    .search .page-header {
        margin-bottom: 40px;
    }
    
    .search .page-header form {
        width: 500px;
    }
    
    .search .page-header form input[type="search"] {
        width: 80%;
    }
    
    .page #primary .entry-content {
        /*background: #fff;
                padding: 30px 30px;*/
    }
    
    .page #primary .entry-header {
        padding: 0 0 0;
        display: inline-block;
    }
    
    .page #primary .post {
        background: none;
    }
    
    .page.full-width #primary,
    .single-post.full-width #primary,
    .single-event.full-width #primary {
        width: 100%;
        padding: 0;
    }
    
    .page #primary .entry-title {
        font-size: 38px;
        line-height: 42px;
    }
    
    .search #primary .post:after,
    .search #primary .page:after,
    .search #primary .event:after,
    .search #primary .team:after,
    .search #primary .course:after,
    .search #primary .testimonial:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .tags,
    .tag-links,
    .cat-links {
        display: block;
        margin-bottom: 10px;
    }
    
    .tag-share {
        overflow: hidden;
        color: #5d5d5d;
        font-size: 13px;
        line-height: 15px;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    
    .share-links {
        float: right;
        margin: 0;
        padding: 0;
        /*font-size: 0;*/
    }
    
    .share-links li {
        display: inline-block;
        font-size: 13px;
        line-height: 25px;
        list-style: none;
        margin-left: 8px;
    }
    
    .share-links li a {
        display: block;
        width: 25px;
        height: 25px;
        color: #fff;
        text-align: center;
        background: var(--primary-color);
    }
    
    .share-links li a[href*="facebook"] {
        background: #3B5998;
    }
    
    .share-links li a[href*="twitter"] {
        background: #1DA1F2;
    }
    
    .share-links li a[href*="linkedin"] {
        background: #0274B3;
    }
    
    .share-links li a[href*="pinterest"] {
        background: #CB2027;
    }
    
    .share-links li a[href*="google"] {
        background: #DC4A38;
    }
    
    .share-links li a[href*="stumbleupon"] {
        background: #EB4924;
    }
    
    .share-links li a[href*="reddit"] {
        background: #FF4006;
    }
    
    .share-links li a[href*="tumblr"] {
        background: #314358;
    }
    
    .share-links li a[href*="digg"] {
        background: #1B1A19;
    }
    
    .share-links li a[href*="weibo"] {
        background: #E6162D;
    }
    
    .share-links li a[href*="xing"] {
        background: #007575;
    }
    
    .share-links li a[href*="vk"] {
        background: #5B88BD;
    }
    
    .share-links li a[href*="getpocket"] {
        background: #EF4156;
    }
    
    .share-links li a[href*="wa.me"] {
        background: #5AF979;
    }
    
    .share-links li a[href*="telegram"] {
        background: #33ABDF;
    }
    
    .share-links li svg {
        margin-right: 0;
    }
    
    .tags-block {
        float: left;
    }
    
    .tags a,
    .tags-links a,
    .cat-links a {
        font-size: 13px;
        line-height: 15px;
        color: #7f8385;
        text-transform: uppercase;
    }
    
    .tags a:hover,
    .tags-links a:hover,
    .cat-links a:hover {
        color: var(--primary-color);
    }
    
    .tags svg,
    .cat-links svg,
    .tags-links svg {
        margin-right: 10px;
        color: var(--primary-color);
        font-size: 14px;
        line-height: 17px;
    }
    
    .author-section {
        background: #fff;
        padding: 30px 20px;
        margin-bottom: 53px;
        overflow: hidden;
        border: 1px solid #dfdfdf;
    }
    
    .author-section img {
        float: left;
        margin-right: 20px;
    }
    
    .author-section .text {
        overflow: hidden;
    }
    
    .author-section .name {
        font-size: 19px;
        line-height: 28px;
        color: #474b4e;
        display: block;
        font-weight: 700;
    }
    
    .author-section ul {
        margin: 0;
        padding: 0;
    }
    
    .author-section ul li {
        list-style: none;
        display: inline-block;
        margin-right: 16px;
    }
    
    .author-section ul li svg {
        font-size: 15px;
        line-height: 16px;
        color: #6c6c6c;
    }
    
    .author-section ul li svg:hover {
        opacity: 0.6;
    }
    
    .post-section:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .post-section {
        padding: 40px 30px;
        background: #fff;
    }
    
    .site-content #primary .post-section .post {
        float: left;
        width: 33.33%;
        margin-bottom: 0;
        padding: 0 15px;
    }
    
    #primary .post-section .post .entry-header {
        padding: 18px 0 0;
    }
    
    #primary .post-section .post .entry-title a {
        font-size: 19px;
        line-height: 22px;
        display: inline-block;
    }
    
    #primary .post-section {
        margin-bottom: 53px;
    }
    
    .comments-area ol {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }
    
    .comments-area,
    .comments-area.form {
        margin-bottom: 60px;
        background: #fffffe;
        padding: 40px 0;
        font-size: 16px;
    }
    
    .comments-area ol li {
        border-top: 1px solid #f6f6f5;
        padding: 26px 0 15px;
    }
    
    .comments-area ol ol li {
        padding-left: 40px;
    }
    
    .comments-title,
    .comment-reply-title {
        font-size: 28px;
        line-height: 32px;
        color: #474b4e;
        font-weight: 700;
        margin: 0;
    }
    
    .comments-area ol ol li:first-child {
        border-top: 1px solid #f6f6f5;
    }
    
    .comments-area ol li:first-child {
        border-top: 0;
    }
    
    .comments-area ol li:first-child .reply {
        margin-bottom: 26px;
    }
    
    .avatar.photo {
        float: left;
        margin-right: 20px;
    }
    
    .comment-body:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .comment-body .fn a {
        font-size: 19px;
        line-height: 28px;
        color: #474b4e;
        font-weight: 700;
        text-decoration: none;
    }
    
    .comment-body .fn a:hover {
        opacity: 0.6;
    }
    
    .comment-content {
        float: left;
        margin-top: -16px;
        margin-left: 100px;
        font-size: 16px;
    }
    
    .reply a {
        margin-top: -18px;
        margin-left: 83px;
        font-size: 15px;
        line-height: 30px;
        padding: 7px 17px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        color: #878b8d;
        font-weight: 700;
    }
    
    .comment-author.vcard {
        float: left;
    }
    
    .reply a:hover {
        color: var(--primary-color);
    }
    
    .comment-meta:after {
        display: block;
        clear: both;
        content: '';
    }
    
    .comment-metadata {
        float: right;
    }
    
    .comment-metadata svg {
        color: #878b8d;
        font-size: 13px;
        line-height: 24px;
        margin-right: 10px;
    }
    
    .comment-metadata a {
        font-size: 14px;
        line-height: 17px;
        color: #919191;
        text-decoration: none;
    }
    
    .comment-metadata a:hover {
        opacity: 0.6;
    }
    
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        float: left;
        height: 50px;
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 20px;
        color: #878b8d;
        padding: 0 10px;
        border-radius: 0;
        border: 1px solid #dfdfdf;
        width: 31.9%;
    }
    
    .comment-form input[type="text"],
    .comment-form input[type="email"] {
        margin-right: 15px;
    }
    
    .comment-form input[id="url"] {
        margin-right: 0;
    }
    
    .comment-form input:focus,
    .comment-form textarea:focus {
        background: #fdfdfc;
        border-radius: 0;
        border: 1px solid #4b4b4b;
    }
    
    .comment-form form textarea {
        height: 180px;
        resize: none;
        font-size: 15px;
        line-height: 20px;
        color: #878b8d;
        padding: 10px;
        border: 1px solid #dfdfdf;
    }
    
    .comment-form form input[type="submit"] {
        box-shadow: none;
        border-radius: 0;
        border: none;
        text-transform: uppercase;
        color: #fff;
        font-size: 17px;
        line-height: 30px;
        font-weight: 700;
        padding: 12px 60px;
        background: var(--primary-color);
        display: block;
        width: 100%;
    }
    
    .comment-form form input[type="submit"]:hover {
        background: #27668e;
    }
    
    .comments-area.form .comment-reply-title {
        margin-bottom: 20px;
    }
    
    /*#primary .post .entry-content h1,
            #primary .page .entry-content h1 {
                color: #474b4e;
                font-size: 38px;
                line-height: 42px;
                font-weight: 700;
            }
            
            #primary .post .entry-content h2,
            #primary .page .entry-content h2 {
                color: #393939;
                font-size: 29px;
                line-height: 32px;
                font-weight: 700;
            }
            
            #primary .post .entry-content h3,
            #primary .page .entry-content h3 {
                color: #393939;
                font-size: 23px;
                line-height: 28px;
                font-weight: 700;
            }
            
            #primary .post .entry-content h4,
            #primary .page .entry-content h4 {
                color: #393939;
                font-size: 21px;
                line-height: 25px;
                font-weight: 700;
            }
            
            #primary .post .entry-content h5,
            #primary .page .entry-content h5 {
                color: #393939;
                font-size: 19px;
                line-height: 22px;
                font-weight: 700;
            }
            
            #primary .post .entry-content h6,
            #primary .page .entry-content h6 {
                color: #393939;
                font-size: 17px;
                line-height: 21px;
                font-weight: 700;
            }*/
    
    #primary .post .entry-content blockquote,
    #primary .page .entry-content blockquote {
        padding: 46px 70px !important;
        margin-bottom: 40px !important;
        color: #666666;
        font-size: 20px;
        line-height: 32px;
    }
    
    .pull-right {
        width: 30%;
        padding: 16px 20px;
        margin: 12px 0;
        font-size: 16px;
        line-height: 26px;
        margin-left: 37px;
        background: #f9f9f8;
        border-top: 3px solid #ededed;
        text-align: right;
    }
    
    .pull-left {
        width: 30%;
        padding: 16px 20px;
        font-size: 16px;
        line-height: 26px;
        margin: 12px 0;
        background: #f9f9f8;
        margin-right: 37px;
        border-top: 3px solid #ededed;
        text-align: left;
    }
    
    #primary .post .entry-content .dropcap,
    #primary .page .entry-content .dropcap {
        font-size: 84px;
        line-height: 24px;
        font-weight: 700;
        color: #656565;
        margin: 25px 22px 45px 0;
        float: left;
    }
    
    #primary .post .entry-content .highlight,
    #primary .page .entry-content .highlight {
        background: #56a5d7;
        color: #fff;
    }
    
    #primary .post .entry-content table tbody tr:nth-child(2n+1),
    #primary .page .entry-content table tbody tr:nth-child(2n+1) {
        background: #fafafa;
    }
    
    #primary .post .entry-content table th,
    #primary .page .entry-content table th {
        padding: 1vw;
        font-weight: 700;
        background: #56a5d7;
        color: #f8f8f8;
    }
    
    #primary .post .entry-content table td,
    #primary .page .entry-content table td {
        padding: 0.7vw 1vw;
        text-align: center;
    }
    
    #primary .post .entry-content pre,
    #primary .page .entry-content pre {
        background: #f9f9f8;
        color: #757575;
        font-size: 15px;
        line-height: 25px;
        font-family: "Courier 10 Pitch", Courier, monospace;
    }
    
    #primary .post .entry-content ul,
    #primary .page .entry-content ul {
        margin: 0 0 15px 16px;
        padding: 0;
    }
    
    #primary .post .entry-content ul li,
    #primary .page .entry-content ul li {
        background: url(images/list-icon.png) no-repeat 0 12px;
        padding-left: 20px;
        list-style: none;
    }
    
    #primary .post .entry-content ol li,
    #primary .page .entry-content ol li {
        margin-left: 20px;
    }
    
    #primary .post .entry-content ol,
    #primary .page .entry-content ol {
        margin: 0 0 15px 16px;
        padding: 0;
    }
    
    #primary .post .entry-content ul ul,
    #primary .page .entry-content ul ul,
    #primary .post .entry-content ol ol,
    #primary .page .entry-content ol ol {
        margin: 10px 20px;
    }
    
    #primary .post .entry-content .form-element,
    #primary .page .entry-content .form-element {
        display: block;
        font-size: 19px;
        line-height: 22px;
        color: #494949;
        font-weight: 700;
    }
    
    #primary .post .entry-content form input[type="text"],
    #primary .page .entry-content form input[type="password"] {
        height: 42px;
        border: 1px solid #d2d2d2;
        background: none;
        padding: 10px;
        width: 53%;
        outline: none;
        margin-bottom: 26px;
    }
    
    #primary .post .entry-content form textarea,
    #primary .page .entry-content form textarea {
        width: 75%;
        border: 1px solid #d2d2d2;
        resize: none;
        height: 150px;
        padding: 10px;
        margin-bottom: 26px;
    }
    
    #primary .post .entry-content form .radio-section,
    #primary .page .entry-content form .radio-section {
        padding: 0;
        margin: 0 0 26px;
    }
    
    #primary .post .entry-content form .radio-section:after,
    #primary .page .entry-content form .radio-section:after {
        content: '';
        clear: both;
        display: block;
    }
    
    #primary .post .entry-content form .radio-section li,
    #primary .page .entry-content form .radio-section li {
        float: left;
        padding-left: 0;
        background: none;
        margin-right: 20px;
        list-style: none;
    }
    
    .jcf-select {
        height: 42px;
        width: 50%;
        background: none;
        font-size: 16px;
        line-height: 20px;
        color: #acacac;
        border: 1px solid #d2d2d2;
        padding: 7px 0 0;
        margin-bottom: 26px;
    }
    
    .jcf-reset-appearance {
        font-size: 16px;
        line-height: 20px;
        color: #acacac;
    }
    
    .jcf-select .jcf-select-opener {
        background: url(images/select-opener.png) no-repeat 0 16px;
    }
    
    .jcf-checkbox {
        background: url(images/check-box.png) no-repeat;
    }
    
    .jcf-checkbox.jcf-checked {
        background: url(images/check-box-checked.png) no-repeat;
    }
    
    .form-element.password {
        margin-top: 26px;
    }
    
    .jcf-file .jcf-upload-button {
        border: 0;
        border-radius: 4px;
        background: #e3e3e3;
        color: #8c8c8c;
        float: left;
        font-size: 15px;
        line-height: 18px;
        padding: 10px 20px;
        height: 36px;
    }
    
    .jcf-file:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .jcf-file {
        margin-bottom: 20px;
        background: none;
    }
    
    .jcf-file .jcf-fake-input {
        border: 0;
        float: right;
        padding-top: 4px;
        font-size: 15px;
        line-height: 26px;
        color: #666666;
    }
    
    .jcf-radio.jcf-checked span {
        background: #4f4e4e;
    }
    
    .jcf-radio {
        border: 1px solid #9e9e9e;
    }
    
    #primary .post .entry-content form input[type="submit"],
    #primary .page .entry-content form input[type="submit"] {
        box-shadow: none;
        color: #fff;
        background: var(--secondary-color);
        padding: 10px 22px;
        font-size: 17px;
        border-radius: 0;
        line-height: 24px;
        text-transform: uppercase;
        border: none;
    }
    
    #primary .post .entry-content form input[type="submit"]:hover,
    #primary .page .entry-content form input[type="submit"]:hover {
        background: #296c97;
    }
    
    #primary .post .entry-content form,
    #primary .page .entry-content form {
        margin-bottom: 26px;
    }
    
    #mobile-header {
        display: block;
        text-align: left;
        padding: 20px 0;
        width: 20px;
    }
    
    #mobile-header a {
        top: 14px;
        left: 0;
    }
    
    #mobile-header svg {
        color: #fff;
        font-size: 22px;
    }
    
    #mobile-header-2 {
        float: right;
        width: 20px;
    }
    
    #mobile-header-2 svg {
        color: #fff;
    }
    
    
    
    /*error-page*/
    
    .error404 .not-found {
        width: 62%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 90px;
        padding-top: 70px;
    }
    
    .error404 .not-found span {
        color: var(--primary-color);
        font-size: 124px;
        line-height: 136px;
        font-weight: 700;
        display: block;
        margin-bottom: 30px;
    }
    
    .error404 .not-found h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        color: #343434;
    }
    
    .error404 .not-found form {
        border: 1px solid #e6e6e6;
        height: 40px;
        margin: auto;
        margin-bottom: 30px;
        width: 60%;
    }
    
    .error404 .not-found form input[type="search"] {
        width: 85%;
        float: left;
        border: 0;
        border-radius: 0;
        height: 100%;
        padding: 0 10px;
        margin: 0;
        background: none;
        color: #999999;
        font-size: 15px;
        line-height: 24px;
    }
    
    .error404 .not-found form input[type="submit"] {
        float: right;
        width: 10%;
        background: url(images/search-icon2.png) no-repeat 12px 10px;
        box-shadow: none;
        height: 100%;
        border: 0;
        border-radius: 0;
        text-indent: -9999px;
    }
    
    .error404 .homepage {
        background: var(--primary-color);
        font-size: 14px;
        line-height: 17px;
        color: #fff;
        padding: 12px 20px;
        display: inline-block;
        text-transform: uppercase;
    }
    
    .error404 .homepage:hover {
        background: #21577a;
    }
    
    /*team-section style*/
    
    .team-section {
        /*background: rgba(var(--primary-color-rgb), 0.8);*/
        /*padding: 96px 0 72px;*/
    }
    
    .team-section .header-part {
        text-align: center;
        /*margin-bottom: 82px;*/
        color: black;
    }
    
    .team-section .header-part .section-title {
        color: #fff;
    }
    
    .team-section .col {
        float: left;
        width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    
    .team-section .col .holder {
        position: relative;
        overflow: hidden;
    }
    
    .team-section .col .img-holder img {
        vertical-align: top;
        border: 1px solid #fff;
    }
    
    .team-section .col .img-holder svg {
        vertical-align: top;
        border: 1px solid #fff;
    }
    
    .team-section .col .text-holder {
        background: #fff;
        padding: 20px;
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: linear 0.3s;
        -moz-transition: linear 0.3s;
        transition: linear 0.3s;
        height: 200px;
        overflow: auto;
    }
    
    .team-section .col .holder:hover .text-holder,
    .team-section .col .holder:focus .text-holder {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    .team-section .col .text-holder .name {
        display: block;
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        margin: 0 0 10px;
    }
    
    .team-section .col .text-holder .designation {
        display: block;
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        margin: 0 0 10px;
    }
    
    .team-section .col .text-holder .social-networks {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        font-size: 18px;
    }
    
    .team-section .col .text-holder .social-networks li {
        float: left;
        margin-right: 15px;
    }
    
    .team-section .col .text-holder .social-networks li a:hover,
    .team-section .col .text-holder .social-networks li a:focus {
        text-decoration: none;
    }
    
    .team-section .col .text-holder .social-networks li .fa-facebook-square {
        color: #3a579f;
    }
    
    .team-section .col .text-holder .social-networks li .fa-twitter {
        color: #01a3e4;
    }
    
    .team-section .col .text-holder .social-networks li .fa-youtube {
        color: #b11916;
    }
    
    .team-section .col .text-holder .social-networks li .fa-google-plus {
        color: #d94533;
    }
    
    .team-section .col .text-holder .social-networks li .fa-instagram {
        color: #8e6750;
    }
    
    .team-section .col .text-holder .social-networks li .fa-linkedin-square {
        color: #0275b3;
    }
    
    .team-section .btn-holder {
        text-align: center;
    }
    
    .team-section .learn-more {
        display: inline-block;
        background: #fff;
        border: 2px solid #fff;
        font-size: 14px;
        line-height: 17px;
        font-weight: 900;
        color: var(--secondary-color);
        padding: 13px 28px;
        text-transform: uppercase;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    .team-section .learn-more:hover,
    .team-section .learn-more:focus {
        background: none;
        color: #fff;
        text-decoration: none;
    }
    
    /*photo-gallery style*/
    
    .photo-gallery .header-part {
        text-align: center;
        margin-bottom: 80px;
    }
    
    
    
    /*sticky-menu style*/
    
    .sticky-menu {
        position: fixed !important;
        width: 100%;
        top: 0;
        z-index: 9999;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        /*max-width: 1250px;*/
    }
    
    .custom-background .sticky-menu {
        max-width: 1250px;
    }
    
    .site-header.header-six .header-bottom.sticky-menu {
        top: 0;
    }
    
    .custom-background-image .sticky-menu,
    .custom-background-color .sticky-menu {
        /*width: calc(100% - 40px);*/
        max-width: 1250px;
    }
    
    .admin-bar .sticky-menu {
        top: 32px;
    }
    
    
    
    /*news category styles*/
    
    .news-category {
        padding: 60px 0;
    }
    
    .news-category .header-part {
        width: 100%;
    }
    
    .news-category .col {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    
    .news-category .post .text {
        overflow: hidden;
        /*box-shadow: 2px 3px #ececec;*/
        padding: 30px 25px;
        /*min-height: 210px;*/
        display: table-cell;
    }
    
    .news-category .post {}
    
    .news-category .post {
        margin-bottom: 30px;
    }
    
    .news-category .post .post-thumbnail {
        display: table-cell;
        width: 38%;
    }
    
    .svg-holder svg {
        vertical-align: top;
    }
    
    .news-category .post:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .news-category .post .entry-title {
        font-size: 21px;
        line-height: 25px;
        font-weight: 700;
    }
    
    .news-category .post .posted-on {
        color: var(--primary-color);
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
    }
    
    .news-category .post .entry-title {
        margin-bottom: 4px;
    }
    
    .news-category .post .entry-title a {
        color: #474b4e;
    }
    
    .news-category .post .entry-meta span {
        font-size: 14px;
        line-height: 17px;
        color: #878b8d;
        margin-right: 10px;
    }
    
    .news-category .post .entry-meta span a {
        color: #878b8d;
    }
    
    .news-category .post .entry-meta svg {
        margin-right: 11px;
    }
    
    .news-category .post .entry-header a:hover,
    .news-category .post .entry-header a:focus {
        color: var(--primary-color);
        text-decoration: none;
    }
    
    .news-category .col.right .post .entry-meta span {
        display: block;
        margin-bottom: 10px;
    }
    
    .news-category .more-btn {
        display: inline-block;
        background: var(--secondary-color);
        font-size: 14px;
        line-height: 17px;
        color: #ffffff;
        font-weight: 900;
        padding: 13px 27px;
        border: 2px solid var(--secondary-color);
        text-transform: uppercase;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    .news-category .more-btn:hover,
    .news-category .more-btn:focus {
        background: none;
        color: var(--secondary-color);
        text-decoration: none;
    }
    
    
    
    /*subscription styles*/
    
    .subscription {
        padding: 60px 0;
        text-align: center;
        color: #fff;
        background: url(images/subscribe-img2.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: relative;
    }
    
    .subscription .container {
        position: relative;
        z-index: 2;
    }
    
    .subscription:after {
        position: absolute;
        top: 0;
        width: 100%;
        content: '';
        left: 0;
        pointer-events: none;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }
    
    .subscription .widget-title {
        font-size: 32px;
        line-height: 35px;
        color: #fff;
    }
    
    .subscription .widget_newsletterwidget {
        width: 65%;
        text-align: center;
        margin: 0 auto;
    }
    
    .subscription form {
        width: 70%;
        margin: 30px auto 0;
        /*border: 1px solid #fff;
                height: 46px;*/
        background: none !important;
        overflow: hidden;
    }
    
    .subscription form label {
        font-size: 16px !important;
        line-height: 24px !important;
        margin: 0 0 10px;
    }
    
    .subscription form .tnp-field-email {
        display: block;
        overflow: hidden;
    }
    
    .subscription form input[type="email"],
    .subscription form input[type="search"] {
        background: none !important;
        border: 1px solid #fff;
        border-radius: 0;
        padding: 10px;
        color: #fff !important;
        font-size: 18px !important;
        width: 100%;
        float: left;
    }
    
    .subscription form .tnp-field-button {
        display: block;
        text-align: center;
    }
    
    .subscription form input[type="submit"] {
        background: #fff !important;
        border: 0 !important;
        color: var(--secondary-color) !important;
        font-size: 16px;
        font-weight: 900;
        line-height: 20px;
        text-transform: uppercase;
        padding: 15px 30px !important;
        border-radius: 0;
    }
    
    .subscription form input[type="submit"]:hover,
    .subscription form input[type="submit"]:focus {
        color: #fff !important;
        background: var(--secondary-color) !important;
        box-shadow: none;
    }
    
    
    
    /*---------------------------------------------------------------
             Shortcode style
             ----------------------------------------------------------------*/
    
    
    /*shortcode accordion*/
    
    #primary .post .entry-content .rara_accordian,
    #primary .page .entry-content .rara_accordian {
        border: 1px solid var(--primary-color);
        margin: 0 0 15px;
    }
    
    #primary .post .entry-content .rara_accordian .rara_accordian_title,
    #primary .page .entry-content .rara_accordian .rara_accordian_title {
        background: var(--primary-color);
        padding: 7px 15px 7px 35px;
        color: #fff;
        position: relative;
        cursor: pointer;
    }
    
    #primary .post .entry-content .rara_accordian .rara_accordian_title:before,
    #primary .page .entry-content .rara_accordian .rara_accordian_title:before {
        background: #fff;
        content: '';
        height: 3px;
        left: 12px;
        position: absolute;
        top: 50%;
        width: 15px;
    }
    
    #primary .post .entry-content .rara_accordian .rara_accordian_title:after,
    #primary .page .entry-content .rara_accordian .rara_accordian_title:after {
        background: #fff;
        content: "";
        height: 3px;
        left: 12px;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(90deg) scale(1);
        -moz-transform: rotate(90deg) scale(1);
        transform: rotate(90deg) scale(1);
        width: 15px;
    }
    
    #primary .post .entry-content .rara_accordian .rara_accordian_title.active:after,
    #primary .page .entry-content .rara_accordian .rara_accordian_title.active:after {
        opacity: 0;
    }
    
    #primary .post .entry-content .rara_accordian .rara_accordian_content,
    #primary .page .entry-content .rara_accordian .rara_accordian_content {
        padding: 10px 20px;
    }
    
    
    
    /*CTA button*/
    
    #primary .entry-content .center {
        text-align: center;
    }
    
    #primary .entry-content .rara_call_to_action_button {
        background: var(--secondary-color);
        color: #fff;
        display: inline-block;
        font-weight: 700;
        font-size: 15px;
        line-height: 49px;
        padding: 0 33px;
        text-transform: uppercase;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    #primary .entry-content .rara_call_to_action_button:hover,
    #primary .entry-content .rara_call_to_action_button:focus {
        opacity: 0.8;
        text-decoration: none;
    }
    
    #primary .entry-content .rara_call_to_action.right:after {
        content: '';
        display: block;
        clear: both;
    }
    
    #primary .entry-content .rara_call_to_action.right .rara_call_to_action_button {
        float: right;
    }
    
    
    
    /*dropcap*/
    
    .rara-drop-cap2 {
        float: left;
        font-size: 53px;
        padding-right: 10px;
        padding-top: 16px;
    }
    
    .rara-drop-cap3 {
        float: left;
        font-size: 80px;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-top: 30px;
    }
    
    .rara-drop-cap4 {
        float: left;
        font-size: 115px;
        margin-bottom: 32px;
        padding-right: 10px;
        padding-top: 45px;
    }
    
    
    
    /*list-style*/
    
    #primary .post .entry-content ul,
    #primary .page .entry-content ul {
        margin: 0 0 30px 15px;
        padding: 0;
    }
    
    #primary .post .entry-content ul.rara-list,
    #primary .page .entry-content ul.rara-list {
        list-style: none;
    }
    
    #primary .post .entry-content .rara-list li,
    #primary .page .entry-content .rara-list li {
        padding-left: 30px;
        position: relative;
        background: none;
    }
    
    #primary .post .entry-content .rara-list.rara-list-style1 li:before,
    #primary .page .entry-content .rara-list.rara-list-style1 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        content: '';
    }
    
    #primary .post .entry-content .rara-list.rara-list-style2 li:before,
    #primary .page .entry-content .rara-list.rara-list-style2 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 7px;
        left: 0;
        width: 10px;
        height: 10px;
        content: '';
    }
    
    #primary .post .entry-content .rara-list.rara-list-style3 li:before,
    #primary .page .entry-content .rara-list.rara-list-style3 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        content: '';
    }
    
    #primary .post .entry-content .rara-list.rara-list-style4 li:before,
    #primary .page .entry-content .rara-list.rara-list-style4 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        content: '';
    }
    
    #primary .post .entry-content .rara-list.rara-list-style5 li:before,
    #primary .page .entry-content .rara-list.rara-list-style5 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        content: '';
    }
    
    #primary .post .entry-content .rara-list.rara-list-style6 li:before,
    #primary .page .entry-content .rara-list.rara-list-style6 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 576 512'%3E%3Cpath d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        content: '';
    }
    
    #primary .post .entry-content .rara-list.rara-list-style7 li:before,
    #primary .page .entry-content .rara-list.rara-list-style7 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        content: '';
    }
    
    #primary .post .entry-content .rara-list.rara-list-style8 li:before,
    #primary .page .entry-content .rara-list.rara-list-style8 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M444.788 291.1l42.616 24.599c4.867 2.809 7.126 8.618 5.459 13.985-11.07 35.642-29.97 67.842-54.689 94.586a12.016 12.016 0 0 1-14.832 2.254l-42.584-24.595a191.577 191.577 0 0 1-60.759 35.13v49.182a12.01 12.01 0 0 1-9.377 11.718c-34.956 7.85-72.499 8.256-109.219.007-5.49-1.233-9.403-6.096-9.403-11.723v-49.184a191.555 191.555 0 0 1-60.759-35.13l-42.584 24.595a12.016 12.016 0 0 1-14.832-2.254c-24.718-26.744-43.619-58.944-54.689-94.586-1.667-5.366.592-11.175 5.459-13.985L67.212 291.1a193.48 193.48 0 0 1 0-70.199l-42.616-24.599c-4.867-2.809-7.126-8.618-5.459-13.985 11.07-35.642 29.97-67.842 54.689-94.586a12.016 12.016 0 0 1 14.832-2.254l42.584 24.595a191.577 191.577 0 0 1 60.759-35.13V25.759a12.01 12.01 0 0 1 9.377-11.718c34.956-7.85 72.499-8.256 109.219-.007 5.49 1.233 9.403 6.096 9.403 11.723v49.184a191.555 191.555 0 0 1 60.759 35.13l42.584-24.595a12.016 12.016 0 0 1 14.832 2.254c24.718 26.744 43.619 58.944 54.689 94.586 1.667 5.366-.592 11.175-5.459 13.985L444.788 220.9a193.485 193.485 0 0 1 0 70.2zM336 256c0-44.112-35.888-80-80-80s-80 35.888-80 80 35.888 80 80 80 80-35.888 80-80z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        content: '';
    }
    
    #primary .post .entry-content .rara-list.rara-list-style9 li:before,
    #primary .page .entry-content .rara-list.rara-list-style9 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        content: '';
    }
    
    #primary .post .entry-content .rara-list.rara-list-style10 li:before,
    #primary .page .entry-content .rara-list.rara-list-style10 li:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        content: '';
    }
    
    
    
    /*shortcode social icon*/
    
    #primary .entry-content .social-shortcode:after {
        content: '';
        display: block;
        clear: both;
    }
    
    #primary .entry-content .social-shortcode a {
        border: 1px solid var(--secondary-color);
        float: left;
        height: 33px;
        padding: 2px 0;
        vertical-align: middle;
        width: 33px;
        color: var(--secondary-color);
        text-align: center;
        line-height: 29px;
        margin: 0 10px 10px 0;
    }
    
    #primary .entry-content .social-shortcode a:hover,
    #primary .entry-content .social-shortcode a:focus {
        background: var(--secondary-color);
        color: #fff;
    }
    
    #primary .entry-content .social-shortcode a svg {
        font-size: 16px;
        line-height: 29px;
    }
    
    .clearfix:after {
        content: '';
        display: block;
        clear: both;
    }
    
    
    
    /*shortcode tab*/
    
    #primary .entry-content .rara_tab_wrap {
        margin: 0 0 1.5em;
    }
    
    #primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title {
        float: left;
        padding: 5px 9px;
        border: 1px solid var(--primary-color);
        cursor: pointer;
    }
    
    #primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title.active,
    #primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:hover,
    #primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:focus {
        background: var(--priamry-color);
        color: #fff;
    }
    
    #primary .entry-content .rara_tab_wrap .rara_tab_content {
        padding: 10px 20px;
        background: #f8f8f8;
    }
    
    #primary .entry-content .rara_tab_wrap.vertical .rara_tab_group {
        float: left;
        width: 225px;
    }
    
    #primary .entry-content .rara_tab_wrap.vertical .rara_tab_content {
        overflow: hidden;
    }
    
    #primary .entry-content .rara_tab_wrap.vertical .rara_tab_group .tab-title {
        float: none;
        display: block;
    }
    
    
    
    /*shortcode toggle*/
    
    .rara_toggle {
        border: 1px solid var(--priamry-color);
        margin: 0 0 10px;
    }
    
    .rara_toggle .rara_toggle_title {
        background: var(--primary-color);
        color: #fff;
        cursor: pointer;
        padding: 7px 15px 7px 35px;
        position: relative;
    }
    
    .rara_toggle .rara_toggle_title:after {
        background: #fff;
        content: "";
        height: 3px;
        left: 12px;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(90deg) scale(1);
        -moz-transform: rotate(90deg) scale(1);
        transform: rotate(90deg) scale(1);
        width: 15px;
    }
    
    .rara_toggle .rara_toggle_title:before {
        background: #fff;
        content: "";
        height: 3px;
        left: 12px;
        position: absolute;
        top: 50%;
        width: 15px;
    }
    
    .rara_toggle .rara_toggle_title.active:after {
        opacity: 0;
    }
    
    .rara_toggle .rara_toggle_content {
        padding: 10px 20px;
    }
    
    
    
    /*shortcode slider*/
    
    #primary .entry-content .shortcode-slider .lSAction>a {
        top: 41%;
    }
    
    #primary .entry-content .shortcode-slider .owl-next {
        background: url("images/bxslider-next.png") no-repeat;
        height: 51px;
        width: 51px;
        font-size: 0;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -51px;
    }
    
    #primary .entry-content .shortcode-slider .owl-prev {
        background: url("images/bxslider-prev.png") no-repeat;
        height: 51px;
        width: 51px;
        font-size: 0;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -51px;
    }
    
    
    
    /*shortcode grid layout*/
    
    .rara-row {
        margin: 0 -15px;
    }
    
    .rara-row:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .rara_column {
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .rara-span1 {
        width: 16.66%;
    }
    
    .rara-span2 {
        width: 33.33%;
    }
    
    .rara-span3 {
        width: 50%;
    }
    
    .rara-span4 {
        width: 66.66%;
    }
    
    .rara-span5 {
        width: 83%;
    }
    
    .rara-span6 {
        width: 100%;
    }
    
    .divider {
        margin: auto;
    }
    
    
    
    /*load more button*/
    
    #load-posts {
        margin: 0 0 50px;
    }
    
    #load-posts a {
        font-size: 15px;
        line-height: 60px;
        font-weight: 700;
        display: block;
        text-align: center;
        text-transform: uppercase;
        background: var(--secondary-color);
        color: #fff;
        padding: 0 33px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        width: 100%;
    }
    
    #load-posts a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    
    #load-posts a.disabled {
        display: none;
    }
    
    #load-posts a svg {
        font-size: 15px;
        font-weight: normal;
        margin-right: 5px;
    }
    
    
    
    /*ajax-search*/
    
    .ajax-search {
        position: relative;
    }
    
    .ajax-search-results-container {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        width: 100%;
        font-size: 14px;
        line-height: 17px;
    }
    
    .ajax-search-results-container ul {
        margin: 0;
        padding: 10px 0;
        list-style: none;
        text-align: left;
    }
    
    .ajax-search-results-container ul li {
        list-style: none;
        padding: 0 10px;
        background: none;
        margin-bottom: 8px;
    }
    
    .widget-area .widget .ajax-search-results-container ul li {
        background: none;
        padding: 0 10px;
    }
    
    .ajax-search-results-container .ajax-search-meta {
        padding-left: 10px;
        text-align: left;
        padding: 15px;
    }
    
    .ajax-search-results-container .ajax-search-meta .results-count {
        color: #555658;
    }
    
    .ajax-search-results-container .ajax-search-meta a {
        display: block;
    }
    
    .template-team .col .image-holder {
        position: relative;
        overflow: hidden;
    }
    
    .template-team .col .text {
        padding: 20px;
        border: 1px solid #ebebeb;
        transition: 1s;
        border-top: 0;
        overflow: hidden;
    }
    
    .template-team .team-section {
        background: none;
        padding-top: 30px;
    }
    
    .template-courses .cat-posts .cat-nav {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0;
        margin-bottom: 40px;
    }
    
    .template-courses .cat-posts .cat-nav li {
        display: inline-block;
        list-style: none;
        font-size: 15px;
        line-height: 18px;
    }
    
    .template-courses .cat-posts .cat-nav li a {
        color: #565a5e;
        font-size: 15px;
        line-height: 18px;
        display: inline-block;
        padding: 10px 22px;
    }
    
    .template-courses .cat-posts .cat-nav li a:hover,
    .template-courses .cat-posts .cat-nav li.is-active a {
        background: var(--primary-color);
        color: #fff;
        text-decoration: none;
    }
    
    .template-courses .cat-posts .post-lists {
        margin: 0 -15px;
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        padding: 0;
    }
    
    .template-courses .cat-posts .post-lists li {
        width: 33.33%;
        margin-bottom: 30px;
        padding: 0 15px;
        list-style: none;
        float: left;
    }
    
    .template-courses .cat-posts .post-lists li .post-thumbnail {
        display: block;
    }
    
    .template-courses .cat-posts .post-lists li .text {
        border: 1px solid #ebebeb;
        border-top: 0;
        padding: 36px 20px 20px;
    }
    
    .template-courses .cat-posts .post-lists li .entry-title {
        color: #474b4e;
        font-size: 22px;
        line-height: 25px;
        font-weight: 700;
    }
    
    .template-courses .cat-posts .post-lists li .entry-title a {
        color: #474b4e;
    }
    
    .template-testimonials .list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
        margin-bottom: 40px;
        overflow: hidden;
    }
    
    .template-testimonials .list .img-holder {
        flex: 0 0 360px;
        margin-right: 30px;
    }
    
    .template-testimonials .list .img-holder .svg-holder svg {
        width: 360px;
    }
    
    .template-testimonials .list .text-holder {
        flex: 0 0 calc(100% - 390px);
        overflow: hidden;
    }
    
    .template-testimonials .list blockquote {
        background: url(images/quote.png) no-repeat;
        font-style: italic;
        margin: 0;
        padding: 44px 36px 10px 0;
    }
    
    .template-testimonials .list blockquote cite {
        font-style: normal;
        display: block;
        margin-bottom: 15px;
    }
    
    .template-testimonials .list blockquote strong {
        display: block;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        margin-bottom: 6px;
    }
    
    .template-testimonials .list blockquote span {
        color: #747474;
        font-size: 16px;
        line-height: 20px;
        display: block;
    }
    
    #primary .template-events .post {
        overflow: hidden;
        padding-bottom: 38px;
        margin-bottom: 38px;
        border-bottom: 1px solid #e6e6e6;
    }
    
    #primary .template-events .post:last-child {
        border-bottom: 0;
    }
    
    .template-events .post .post-thumbnail {
        float: left;
        margin-right: 30px;
        background: #e6e6e6;
        padding: 4px;
    }
    
    #primary .template-events .post .entry-title a {
        font-size: 26px;
        line-height: 30px;
    }
    
    .template-events .post .entry-title a {
        display: inline-block;
        color: #474b4e;
    }
    
    .template-events .post .entry-meta span {
        display: block;
    }
    
    .template-events .post .entry-content {
        margin-top: 5px;
    }
    
    .template-events .post .text {
        overflow: hidden;
    }
    
    .event-details .map-box {
        background: #f2f2f2;
        padding: 10px;
        margin-top: 30px;
    }
    
    .event-details .event-info {
        background: #f5f9fc;
        padding: 30px 25px 20px;
        overflow: hidden;
        margin: 40px 0;
    }
    
    .event-details .event-info .col {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    
    .event-details .event-info .text {
        overflow: hidden;
        margin-bottom: 20px;
    }
    
    .event-details .event-info .text svg {
        float: left;
        margin-right: 10px;
        color: #3c9ad8;
        font-size: 17px;
        line-height: 20px;
        min-width: 36px;
    }
    
    .edit-link {
        display: block;
        margin: 15px 0;
    }
    
    .event-details .event-info .text strong {
        display: block;
        font-size: 17px;
        line-height: 20px;
        color: #2a2d2e;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 8px;
    }
    
    .event-details .event-info .text span {
        display: block;
        font-size: 15px;
        line-height: 18px;
        color: #7b7e80;
    }
    
    .event-details .event-info .text span.org-name {
        font-size: 17px;
        font-weight: 700;
    }
    
    .event-details .event-info .text .org-phone,
    .event-details .event-info .text .org-email,
    .event-details .event-info .text .org-website {
        margin: 0 0 22px;
    }
    
    .event-details .event-info .text .org-phone strong,
    .event-details .event-info .text .org-email strong,
    .event-details .event-info .text .org-website strong {
        font-size: 17px;
        text-transform: none;
        color: #7b7e80;
    }
    
    .event-details .event-info .text .right-text {
        float: left;
    }
    
    .leftsidebar .site-content #primary {
        float: right;
    }
    
    
    
    /*headers styles*/
    
    
    /*header one styles*/
    
    .site-header.header-one .form-section .example {
        display: block !important;
    }
    
    .site-header.header-one .form-section .example form input[type="submit"] {
        width: 40px;
    }
    
    .site-header.header-one #secondary-menu {
        display: none;
    }
    
    .site-header.header-one #secondary-navigation:hover #secondary-menu {
        display: block;
    }
    
    
    
    /*header layout styles*/
    
    .site-header.header-two .top-links {
        margin-top: 0;
    }
    
    .site-header.header-two .top-links span {
        border-left: 1px solid #7f7f7f;
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
    }
    
    .site-header.header-two .top-links span a {
        text-transform: uppercase;
        color: #7f7f7f;
        font-size: 14px;
        line-height: 14px;
    }
    
    .site-header.header-two .top-links span a:hover {
        color: var(--primary-color);
        opacity: 1;
    }
    
    .site-header.header-two .form-section a,
    .site-header.header-five .form-section a {
        color: #fff;
    }
    
    .site-header.header-five .form-section a {
        font-size: 15px;
        margin-left: 20px;
        vertical-align: middle;
        line-height: 2;
    }
    
    .site-header.header-two #secondary-menu {
        width: auto;
    }
    
    .site-header.header-two #mobile-header-2 svg {
        color: #121212;
    }
    
    .site-header.header-two #secondary-menu li {
        display: inline-block;
        color: #7f7f7f;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        position: relative;
    }
    
    .site-header.header-two #secondary-menu li a {
        color: #7f7f7f;
        padding: 0;
        margin-right: 4px;
        padding-left: 10px;
    }
    
    .site-header.header-two #secondary-menu li:first-child {
        border-left: 0;
        padding-left: 0;
    }
    
    .site-header.header-two #secondary-menu li:first-child>a {
        padding-left: 0;
    }
    
    .site-header.header-two #secondary-menu ul {
        position: absolute;
        top: 100%;
        left: -15px;
        width: 250px;
        background: #f8f8f8;
        padding-top: 16px;
        margin-left: -99999px;
    }
    
    .site-header.header-two #secondary-menu li:hover>ul,
    .site-header.header-two #secondary-menu li:focus>ul,
    .site-header.header-two #secondary-menu li.focus>ul {
        margin-left: 0;
    }
    
    .site-header.header-two #secondary-menu ul ul {
        top: 0;
        left: 100%;
        padding-top: 0;
    }
    
    .site-header.header-two #secondary-menu ul li {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    .site-header.header-two #secondary-menu ul li a {
        display: block;
        padding: 10px 15px;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .site-header.header-two #secondary-menu ul li:last-child>a {
        border-bottom: 0;
    }
    
    .site-header.header-two #secondary-menu ul li:first-child>a {
        padding: 10px 15px;
    }
    
    .site-header.header-two .header-top {
        background: #f8f8f8;
        padding: 4px 0;
    }
    
    .site-header .social-networks {
        margin: 14px 0 0;
        padding: 0;
        float: right;
        font-size: 0;
        line-height: 0;
    }
    
    .site-header .social-networks li {
        display: inline-block;
        margin-left: 14px;
        list-style: none;
        color: #7f7f7f;
        font-size: 13px;
        line-height: 15px;
    }
    
    .site-header .social-networks li a:focus {
        outline: dotted 1px rgba(0, 0, 0, 0.5);
    }
    
    .site-header .social-networks li a:hover {
        color: #7f7f7f;
    }
    
    .site-header .apply-btn {
        border: 2px solid var(--primary-color);
        padding: 15px 32px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 900;
        text-transform: uppercase;
        float: right;
        margin-top: 10px;
        transition: all 0.2s ease 0s;
    }
    
    .site-header .apply-btn:focus,
    .site-header .apply-btn:hover {
        background: var(--primary-color);
        color: #fff;
        text-decoration: none;
    }
    
    .site-header.header-two .main-navigation {
        float: left;
        width: auto;
    }
    
    .site-header.header-two .header-top .secondary-nav ul {
        display: block;
        position: relative;
        background: none;
    }
    
    .site-header.header-two .form-section {
        float: right;
        position: relative;
        padding: 16px 0;
    }
    
    .site-header.header-two .form-section svg {
        color: #fff;
    }
    
    .site-header.header-two .form-section .example {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        z-index: 999;
        background: var(--primary-color);
    }
    
    .site-header.header-two .form-section .example form {
        width: 240px;
        height: 40px;
        padding: 5px 5px;
        box-shadow: 0 1px 0 0 var(--priamry-color);
        background: var(--primary-color);
        border: 0;
    }
    
    .site-header.header-two .form-section .example form input[type="search"] {
        height: 100%;
        padding: 0 10px;
        background: none;
        width: 75%;
        float: left;
        color: #fff;
    }
    
    .site-header.header-two .form-section .example form input[type="submit"] {
        float: left;
        width: 35px;
        background: rgba(0, 0, 0, 0) url("images/search-icon.png") no-repeat scroll 12px 5px;
    }
    
    .site-header.header-two .info-box {
        float: right;
        /*width: 200px;*/
        overflow: hidden;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        margin-right: 30px;
        color: #747474;
        margin-top: 10px;
    }
    
    .site-header.header-two .info-box svg {
        display: inline-block;
        color: var(--primary-color);
        font-size: 28px;
        margin-right: 16px;
        line-height: 32px;
        /*margin-top: 4px;*/
    }
    
    .site-header.header-two .info-box span {
        display: inline-block;
        vertical-align: middle;
    }
    
    .site-header.header-two .info-box span a {
        color: #747474;
        display: block;
    }
    
    .site-header.header-two .info-box span a:hover {
        color: var(--primary-color);
    }
    
    .site-header.header-two #mobile-header {
        padding: 20px 0;
        float: left;
    }
    
    .site-header.header-two #mobile-header svg {
        color: #fff;
    }
    
    .site-header .main-navigation ul ul ul {
        top: -2px;
        border-top: 0;
    }
    
    /*header three styles*/
    
    .site-header.header-three #mobile-header {
        float: right;
    }
    
    .site-header.header-three #mobile-header svg {
        color: #121212;
    }
    
    .site-header.header-three .top-links {
        margin-top: 0;
    }
    
    .site-header.header-three .top-links.right {
        float: right;
    }
    
    .site-header.header-three .header-top {
        background: #1f1f1f;
        padding: 20px 0;
    }
    
    .site-header.header-three .header-m {
        padding-bottom: 0;
    }
    
    .site-header.header-three .header-m.sticky-menu {
        background: #fff;
    }
    
    .site-header.header-three .top-links a {
        color: #fff;
    }
    
    .site-header.header-three .main-navigation {
        float: right;
        clear: none;
        width: auto;
    }
    
    .site-header.header-three .main-navigation ul li a {
        color: #515151;
        padding: 27px 6px 36px;
    }
    
    .site-header.header-three .main-navigation ul ul {
        background: #fff;
        box-shadow: 0 2px 2px #ccc;
    }
    
    .site-header.header-three .main-navigation ul ul a {
        padding: 8px 16px;
    }
    
    .site-header.header-three .main-navigation ul li:hover>a {
        opacity: 1;
        color: var(--primary-color);
    }
    
    .site-header.header-three .header-top .secondary-nav {
        padding: 0;
    }
    
    .site-header.header-three .header-top .secondary-nav ul {
        position: unset;
        width: inherit;
        display: flex;
        flex-wrap: wrap;
        background: none;
        border-top: 0;
    }
    
    .site-header.header-three .header-top .secondary-nav ul li {
        border-bottom: 0;
        margin-left: 20px;
    }
    
    .site-header.header-three .header-top .secondary-nav ul li:first-child {
        margin-left: 0;
    }
    
    .site-header.header-three .header-top .secondary-nav ul li a {
        padding: 0;
    }
    
    .site-header.header-three .header-top .secondary-nav ul li:focus>ul,
    .site-header.header-three .header-top .secondary-nav ul li.focus>ul,
    .site-header.header-three .header-top .secondary-nav ul li:hover>ul {
        margin-left: 0;
    }
    
    .site-header.header-three .header-top .secondary-nav ul ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 240px;
        flex-direction: column;
        margin-left: -99999px;
        background: #1f1f1f;
        padding-top: 20px;
    }
    
    .site-header.header-three .header-top .secondary-nav ul ul li a:focus {
        outline: dotted 1px rgba(255, 255, 255, 0.6);
    }
    
    .site-header.header-three .header-top .secondary-nav ul ul li {
        margin: 0;
    }
    
    .site-header.header-three .header-top .secondary-nav ul ul li a {
        padding: 10px 15px;
    }
    
    .site-header.header-three .header-top .secondary-nav ul ul ul {
        left: 100%;
        top: 0;
        padding-top: 0;
    }
    
    /*header four styles*/
    
    .site-header.header-four {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    
    .site-header.header-four .sticky-menu {
        max-width: 1140px;
    }
    
    .site-header.header-four #mobile-header {
        padding: 20px 0;
        float: left;
    }
    
    .site-header.header-four #mobile-header svg {
        color: #121212;
    }
    
    .site-header.header-four .site-branding {
        color: #fff;
    }
    
    .site-header.header-four .site-branding a {
        color: #fff;
    }
    
    .site-header.header-four .site-branding .site-description {
        color: #fff;
    }
    
    .site-header.header-four .social-networks {
        margin-top: 20px;
    }
    
    .site-header.header-four .social-networks a svg {
        color: #fff;
    }
    
    .site-header.header-four .social-networks a:hover svg {
        color: var(--secondary-color);
    }
    
    .university_zone .site-header.header-four .social-networks a:hover svg {
        color: var(--secondary-color);
    }
    
    .school_zone .site-header.header-four .social-networks a:hover svg {
        color: var(--primary-color);
    }
    
    .site-header.header-four .form-section .example {
        display: none;
    }
    
    .site-header.header-four .header-m {
        overflow: hidden;
    }
    
    .site-header.header-four .header-bottom {
        background: #f4f4f4;
        padding: 0 40px;
    }
    
    body:not(.home) .site-header.header-four {
        /*background: #f4f4f4;*/
        position: relative;
    }
    
    body:not(.home) .site-header.header-four .site-branding .site-description,
    body:not(.home) .site-header.header-four .site-branding a {
        color: #515151;
    }
    
    body:not(.home) .site-header.header-four .more-info span a,
    body:not(.home) .site-header.header-four .more-info svg,
    body:not(.home) .site-header.header-four .more-info {
        color: #515151;
    }
    
    body:not(.home) .site-header.header-four .header-bottom {
        /*padding: 0;*/
    }
    
    .site-header .more-info {
        float: right;
        color: #fff;
        font-size: 14px;
        line-height: 17px;
        margin-top: 20px;
    }
    
    .site-header .more-info span {
        margin-right: 18px;
    }
    
    .site-header .more-info span a {
        color: #fff;
    }
    
    .site-header .more-info span svg {
        margin-right: 5px;
    }
    
    .site-header .more-info span a:hover {
        color: var(--secondary-color);
    }
    
    .site-header.header-four .main-navigation ul {
        /*width: 100%;*/
    }
    
    .site-header.header-four .main-navigation ul li a {
        color: #515151;
    }
    
    .site-header.header-four .main-navigation ul li a:hover,
    .site-header.header-four .main-navigation ul li.current-menu-item a,
    .site-header.header-four .main-navigation ul li:hover>a {
        color: var(--primary-color);
        opacity: 1;
    }
    
    .site-header.header-four .main-navigation ul ul {
        background: #F4F4F4;
    }
    
    .site-header.header-four .main-navigation ul ul li {
        float: none;
    }
    
    .site-header.header-four .form-section {
        padding: 16px 0;
        position: relative;
    }
    
    .site-header.header-four .form-section .example {
        position: absolute;
        top: 100%;
        right: 0;
    }
    
    .site-header.header-four .form-section .example {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        z-index: 999;
        background: var(--primary-color);
    }
    
    .site-header.header-four .form-section .example form {
        width: 240px;
        height: 40px;
        padding: 5px 5px;
        box-shadow: 0 1px 0 0 #F4F4F4;
        background: #F4F4F4;
        border: 0;
    }
    
    .site-header.header-four .form-section .example form input[type="search"],
    .site-header.header-four .form-section .example form input[type="text"] {
        height: 100%;
        padding: 0 10px;
        background: none;
        width: 76%;
        float: left;
        color: #515151;
    }
    
    .site-header.header-four .form-section .example form input[type="submit"] {
        float: left;
        width: 35px;
        background: rgba(0, 0, 0, 0) url("images/search-icon2.png") no-repeat scroll 12px 5px;
    }
    
    
    
    /*header five styles*/
    
    .site-header.header-five #mobile-header svg {
        color: #121212;
    }
    
    .site-header.header-five .header-top {
        background: var(--priamry-color);
        color: #fff;
        padding: 10px 0;
    }
    
    .site-header.header-five .top-links {
        margin-top: -2px;
    }
    
    .site-header.header-five .form-section .example {
        display: none;
    }
    
    .site-header.header-five .top-links span {
        border-left: 0;
    }
    
    .site-header.header-five .top-links a {
        color: #fff;
    }
    
    .site-header.header-five .social-networks li a {
        color: #fff;
    }
    
    .site-header.header-five .social-networks li a:hover {
        opacity: 0.6;
    }
    
    .site-header.header-five .top-links a:hover {
        opacity: 0.6;
    }
    
    .site-header.header-five .site-branding {
        float: none;
        text-align: center;
    }
    
    .site-header.header-five .header-bottom {
        background: none;
        padding: 0;
    }
    
    .site-header.header-five .header-bottom.sticky-menu {
        background: #fff;
    }
    
    .site-header.header-five .main-navigation {
        background: #233c4f;
        display: table;
    }
    
    .site-header.header-five .main-navigation>div {
        width: 100%;
        display: table;
    }
    
    .site-header.header-five .main-navigation ul {
        /*overflow: hidden;*/
        font-size: 0;
        line-height: 0;
        display: table-row;
    }
    
    .site-header.header-five .social-networks {
        margin-top: 8px;
    }
    
    .site-header.header-five .main-navigation ul ul {
    
        background: #233c4f;
        top: 100%;
        text-align: left;
    }
    
    .site-header.header-five .main-navigation ul ul a {
        text-align: left;
        padding: 12px 15px !important;
    }
    
    .site-header.header-five .main-navigation ul ul ul {
        top: -2px;
    }
    
    .site-header.header-five .main-navigation ul li:hover>ul {
        display: block;
    }
    
    .site-header.header-five .main-navigation ul ul li {
        border-left: 0;
    }
    
    .site-header.header-five .main-navigation ul li:hover>a {
        background: var(--primary-color);
        opacity: 1;
    }
    
    .site-header.header-five .main-navigation ul li {
        border-left: 1px solid #374e5f;
        float: none;
        margin-left: 0;
        font-size: 15px;
        line-height: 18px;
        display: table-cell;
        text-align: center;
    }
    
    .site-header.header-five .main-navigation ul ul li {
        display: block;
    }
    
    .site-header.header-five .main-navigation ul ul {
        width: auto;
    }
    
    .site-header.header-five .form-section {
        float: right;
        position: relative;
    }
    
    .site-header.header-five .form-section .example {
        position: absolute;
        display: none;
        top: 38px;
        right: 0;
        z-index: 999;
        background: var(--primary-color);
    }
    
    .site-header.header-five .form-section .example form {
        width: 240px;
        height: 40px;
        padding: 5px 5px;
        box-shadow: 0 1px 0 0 var(--primary-color);
        background: var(--primary-color);
        border: 0;
    }
    
    .site-header.header-five .form-section .example form input[type="search"],
    .site-header.header-five .form-section .example form input[type="text"] {
        height: 100%;
        padding: 0 10px;
        background: none;
        width: 76%;
        float: left;
        color: #fff;
    }
    
    .site-header.header-five .form-section .example form input[type="submit"] {
        float: left;
        width: 35px;
        background: rgba(0, 0, 0, 0) url("images/search-icon.png") no-repeat scroll 12px 5px;
    }
    
    .site-header.header-five .form-section svg {
        color: #fff;
        padding-left: 15px;
    }
    
    .site-header.header-five .main-navigation ul li>a {
        padding: 20px 10px;
        /*max-width: 200px;*/
    }
    
    .site-header.header-five .main-navigation ul li:first-child {
        border-left: 0;
    }
    
    .site-header.header-five .main-navigation ul li a:hover,
    .site-header.header-five .main-navigation ul li.current-menu-item a {
        background: var(--priamry-color);
        opacity: 1;
    }
    
    
    
    /*header six styles*/
    
    .site-header.header-six {
        position: relative;
    }
    
    body:not(.home) .site-header.header-six .header-bottom {
        position: relative;
    }
    
    .site-header.header-six .header-bottom {
        position: absolute;
        top: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 3;
    }
    
    .site-header.header-six .header-bottom.sticky-menu {
        background: #000;
    }
    
    .site-header.header-six .header-top {
        background: none;
        padding: 22px 0 7px;
        border-bottom: 4px solid var(--primary-color);
    }
    
    .site-header.header-six .top-links {
        float: right;
        text-transform: uppercase;
        margin-top: 16px;
    }
    
    .site-header.header-six .form-section .example {
        display: none;
    }
    
    .site-header.header-six .top-links span {
        border-left: 1px solid #828282;
    }
    
    .site-header.header-six .top-links span a {
        color: #828282;
        font-size: 15px;
        line-height: 18px;
    }
    
    .site-header.header-six .form-section {
        padding: 17px 0;
        position: relative;
    }
    
    .site-header.header-six .form-section form {
        background: #fff;
        width: 202px;
        overflow: hidden;
    }
    
    .site-header.header-six .form-section form input[type="search"] {
        float: left;
        width: 75%;
    }
    
    .site-header.header-six .form-section form input[type="submit"] {
        /*float: left;*/
    }
    
    .site-header.header-six .header-top .secondary-nav ul {
        background: none;
    }
    
    .site-header.header-six .form-section .example {
        position: absolute;
        top: 100%;
        right: 0;
    }
    
    .site-header.header-six .form-section svg {
        color: #fff;
    }
    
    .site-header.header-six #mobile-header {
        float: left;
    }
    
    .site-header.header-six #mobile-header-2 {
        float: right;
        margin: 14px 0;
    }
    
    .site-header.header-six #mobile-header-2 svg {
        color: #0e181a;
    }
    
    .site-header.header-six .main-navigation ul ul ul {
        top: -1px;
    }
    
    
    
    /*.site-header.header-six .main-navigation ul > a:hover{
                background: 
                }*/
    
    .site-header.header-six #mobile-header svg {
        color: #fff;
    }
    
    .site-header .secondary-nav {
        margin: 0;
        padding: 0;
        /*overflow: hidden;*/
        float: right;
    }
    
    .site-header.header-six .secondary-nav {
        margin-top: 10px;
        margin-right: 16px;
        position: relative;
        background: none;
    }
    
    .site-header.header-six .secondary-nav ul {
        position: relative;
        background: none;
        width: auto;
    }
    
    .site-header.header-six .secondary-nav li {
        font-size: 15px;
        line-height: 14px;
        color: #828282;
        text-transform: uppercase;
        border-right: 1px solid #bcbcbc;
        list-style: none;
        padding: 0;
        display: inline-block;
        margin-left: 10px;
        border: 0;
        border-left: 1px solid #9b9b9b;
        padding-left: 8px;
        margin-right: -5px;
    }
    
    .site-header.header-six .secondary-nav li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    
    .site-header.header-six .secondary-nav ul li a {
        color: #828282;
        padding: 0;
    }
    
    .site-header.header-six .header-top .secondary-nav li a:after {
        display: none;
    }
    
    .site-header.header-six .secondary-nav ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 240px;
        padding-top: 10px;
        z-index: 1;
        margin-left: -99999px;
    }
    
    .site-header .secondary-nav ul li:hover>ul,
    .site-header .secondary-nav ul li:focus>ul,
    .site-header .secondary-nav ul li.focus>ul,
    .site-header.header-six .secondary-nav ul li:hover>ul,
    .site-header.header-six .secondary-nav ul li:focus>ul,
    .site-header.header-six .secondary-nav ul li.focus>ul {
        margin-left: 0;
    }
    
    .site-header .secondary-nav ul li a:focus {
        outline: dotted 1px rgba(0, 0, 0, 0.4);
    }
    
    .site-header.header-six .secondary-nav ul ul li {
        float: none;
        display: block;
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    .site-header.header-six .secondary-nav ul ul li a {
        display: block;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 0;
        padding: 10px 15px;
    }
    
    .site-header.header-six .secondary-nav ul ul li:last-child a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .site-header.header-six .secondary-nav ul ul ul {
        left: 100%;
        top: 0;
    }
    
    .no-slider .site-header {
        margin-bottom: 40px;
    }
    
    .no-slider .thumb-text {
        margin-top: 0;
    }
    
    /*blog layout style*/
    
    .blog.blog-medium #primary .post .post-thumbnail,
    .archive.archive-medium #primary .post .post-thumbnail {
        float: left;
        margin-right: 30px;
        margin-top: 12px;
    }
    
    .blog.sqaure-layout #primary .post .post-thumbnail img,
    .archive.sqaure-layout #primary .post .post-thumbnail img {
        width: 246px;
    }
    
    .blog.blog-medium #primary .post .text-holder,
    .archive.archive-medium #primary .post .text-holder {
        overflow: hidden;
    }
    
    .blog.blog-medium #primary .post .entry-header,
    .archive.archive-medium #primary .post .entry-header {
        padding-top: 0;
    }
    
    .blog.blog-round #primary .post .post-thumbnail,
    .archive.archive-round #primary .post .post-thumbnail {
        float: left;
        margin-right: 30px;
        margin-top: 12px;
    }
    
    .blog.blog-round #primary .post .post-thumbnail img,
    .archive.archive-round #primary .post .post-thumbnail img {
        -webkit-border-radius: 200px;
        border-radius: 50%;
    }
    
    .blog.blog-round #primary .post .text-holder,
    .archive.archive-round #primary .post .text-holder {
        overflow: hidden;
    }
    
    .blog.blog-round #primary .post .entry-header,
    .archive.archive-round #primary .post .entry-header {
        padding-top: 0;
    }
    
    
    
    /*contact page style*/
    
    .template-contact .col {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    
    .template-contact form .form-row,
    .template-contact form p {
        margin-bottom: 20px;
    }
    
    .template-contact form input[type="text"],
    .template-contact form input[type="textarea"],
    .template-contact form input[type="email"],
    .template-contact form input[type="url"] {
        width: 100%;
        padding: 10px 15px;
        max-width: 100%;
    }
    
    .template-contact form input[type="submit"] {
        background: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        color: #fff;
        display: inline-block;
        font-size: 18px;
        font-weight: 900;
        line-height: 22px;
        padding: 10px 20px;
        text-transform: uppercase;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: none;
    }
    
    .template-contact form input[type="submit"]:hover,
    .template-contact form input[type="submit"]:focus {
        background: none;
        color: var(--secondary-color);
    }
    
    .contact-form textarea {
        width: 100% !important;
        height: 200px;
        resize: none;
        padding: 10px 15px;
    }
    
    .map-section iframe {
        width: 100%;
        height: 500px;
        border: 0;
        pointer-events: none;
    }
    
    
    /* Back to Top */
    #rara-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        /*background: rgba(0, 0, 0, 0.5);*/
        background: #000;
        color: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
        display: none;
        opacity: 0.5;
        z-index: 9;
    }
    
    #rara-top:hover,
    #rara-top:focus {
        opacity: 1;
    }
    
    #rara-top svg {
        font-size: 25px;
    }
    
    #rara-top svg:hover {
        color: #fff;
    }
    
    
    
    /* Back to Top Ends */
    
    #mobile-header,
    #mobile-header-2 {
        display: none;
    }
    
    .search #primary .latest_post {
        margin: 0 0 1.5em;
    }
    
    .page.full-width #primary,
    .single-post.full-width #primary,
    .full-width #primary {
        padding: 0;
        width: 100%;
    }
    
    #primary .has-post-thumbnail .post-thumbnail img {
        width: 100%;
    }
    
    /*================================
             Header Layout Seven Style
             ================================*/
    .site-header.header-seven .header-top {
        background: #f8f8f8;
        padding: 16px 0;
    }
    
    .site-header.header-seven .header-top .top-links {
        margin: 0;
    }
    
    .site-header.header-seven .header-top .secondary-nav {
        padding: 0;
    }
    
    .site-header.header-seven .header-top .secondary-nav ul {
        position: unset;
        width: inherit;
        background: none;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
    }
    
    .site-header.header-seven .header-top .secondary-nav ul:after {
        display: block;
        clear: both;
        content: '';
    }
    
    .site-header.header-seven .header-top .secondary-nav ul li {
        float: left;
        border-bottom: 0;
        border-right: 1px solid #7f7f7f;
        padding-right: 10px;
        margin-right: 10px;
        position: relative;
    }
    
    .site-header.header-seven .header-top .secondary-nav ul li a {
        color: #7f7f7f;
        padding: 0;
    }
    
    .site-header.header-seven .header-top .secondary-nav ul li a:hover,
    .site-header.header-seven .header-top .secondary-nav ul li a:focus,
    .site-header.header-seven .header-top .secondary-nav ul li:hover>a,
    .site-header.header-seven .header-top .secondary-nav ul li:focus>a {
        color: var(--priamry-color);
        opacity: 1;
    }
    
    .site-header.header-seven .header-top .secondary-nav ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
        background: #f8f8f8;
        padding-top: 10px;
        /*display: none;*/
        margin-left: -99999px;
    }
    
    .site-header.header-seven .header-top .secondary-nav ul li:hover>ul,
    .site-header.header-seven .header-top .secondary-nav ul li:focus>ul,
    .site-header.header-seven .header-top .secondary-nav ul li.focus>ul {
        margin-left: 0;
    }
    
    .site-header.header-seven .header-top .secondary-nav ul ul li {
        float: none;
        display: block;
        width: 100%;
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
        border-bottom: 1px solid #ddd;
    }
    
    .site-header.header-seven .header-top .secondary-nav ul ul li a {
        padding: 10px;
    }
    
    .site-header.header-seven .header-top .secondary-nav ul ul ul {
        left: 100%;
        top: -1px;
        padding-top: 0;
    }
    
    .site-header.header-seven .header-top .social-networks {
        margin: 0;
    }
    
    .site-header.header-seven .header-m .info-box {
        float: right;
        overflow: hidden;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        margin-right: 30px;
        color: #747474;
        margin-top: 10px;
    }
    
    .site-header.header-seven .header-m .info-box svg {
        display: inline-block;
        color: var(--priamry-color);
        font-size: 30px;
        margin-right: 16px;
        line-height: 32px;
        vertical-align: middle;
    }
    
    .site-header.header-seven .header-m .info-box span {
        display: inline-block;
        vertical-align: middle;
    }
    
    .site-header.header-seven .header-m .info-box span a {
        color: #747474;
        display: block;
    }
    
    .site-header.header-seven .header-m .info-box span a:hover,
    .site-header.header-seven .header-m .info-box span a:focus {
        text-decoration: none;
        color: var(--priamry-color);
    }
    
    .site-header.header-seven .header-bottom .form-section {
        padding: 16px 0;
        position: relative;
    }
    
    .site-header.header-seven .header-bottom .form-section a {
        color: #fff;
    }
    
    .site-header.header-seven .header-bottom .form-section .example {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 999;
    }
    
    .site-header.header-seven .header-bottom .form-section .example form {
        width: 240px;
        height: 40px;
        padding: 5px;
        border: 0;
        background: var(--secondary-color);
    }
    
    .site-header.header-seven .header-bottom .form-section .example form input[type="search"] {
        height: 100%;
        padding: 0 10px;
        background: none;
        width: 75%;
        float: left;
        color: #fff;
    }
    
    .site-header.header-seven .header-bottom .form-section .example form input[type="submit"] {
        width: 15px;
        height: 16px;
        float: right;
        border: 0;
        padding: 0;
        box-shadow: none;
        background: url(images/search-icon.png) no-repeat;
        margin: 7px 6px 0 0;
    }
    
    /*============================
             School Zome Style
             ===========================*/
    
    .school_zone .banner .owl-carousel .banner-text .text {
        background: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    
    .school_zone .banner .owl-carousel .banner-text .text span {
        text-transform: none;
    }
    
    .school_zone .banner .banner-text .text span {
        font-size: 50px;
        line-height: 62px;
    }
    
    .school_zone .banner .banner-text .text {
        background: none !important;
        padding: 0;
    }
    
    .school_zone .site-branding .site-title a {
        font-size: 26px;
        line-height: 29px;
        color: var(--primary-color);
    }
    
    .school_zone .banner .banner-text .text span,
    .school_zone .banner .banner-text .text .title {
        font-size: 50px;
        line-height: 62px;
        margin: 0 0 15px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: none;
    }
    
    .school_zone #crumbs a {
        color: #878b8d;
    }
    
    .school_zone #crumbs a:hover,
    .school_zone #crumbs a:focus {
        opacity: 0.6;
    }
    
    .mobile-header {
        display: none;
    }
    
    .university_zone .banner {
        background: #000;
    }
    
    .university_zone .banner img {
        opacity: 0.5;
    }
    
    .university_zone .banner .banner-text {
        top: 20%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    .university_zone .banner .banner-text .text {
        max-width: 770px;
        background: none !important;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    
    .university_zone .banner .banner-text .text .title,
    .university_zone .banner .banner-text .text span {
        font-family: 'Quicksand', sans-serif;
        font-weight: 500;
        text-transform: none;
        font-size: 72px;
        line-height: 1.250em;
        margin: 0 0 40px;
    }
    
    .university_zone .banner .banner-text .text p {
        display: none;
    }
    
    .university_zone .banner .banner-text .btn-holder .btn-free-inquiry,
    .university_zone .banner .banner-text .btn-holder .btn-view-service,
    .university_zone .banner .banner-text .course-link {
        font-size: 14px;
        line-height: 1.143em;
        letter-spacing: 1px;
        font-weight: 700;
        font-family: 'Quicksand', sans-serif;
        border: 2px solid var(--secondary-color);
        background: var(--secondary-color);
        border-radius: 4px;
        padding: 15px 25px;
        text-transform: uppercase;
        color: #fff;
    }
    
    .university_zone .banner .banner-text .btn-holder .btn-free-inquiry:hover,
    .university_zone .banner .banner-text .btn-holder .btn-view-service:hover,
    .university_zone .banner .banner-text .btn-holder .btn-free-inquiry:focus,
    .university_zone .banner .banner-text .btn-holder .btn-view-service:focus,
    .university_zone .banner .banner-text .course-link:hover,
    .university_zone .banner .banner-text .course-link:focus {
        background: #fff;
        border-color: #fff;
        color: var(--secondary-color);
    }
    
    .university_zone .banner .owl-carousel .owl-nav .owl-next,
    .university_zone .banner .owl-carousel .owl-nav .owl-prev {
        background: var(--secondary-color);
        border: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .university_zone .banner .owl-carousel .owl-nav .owl-next:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M16,8l-1.4,1.4l5.6,5.6H8v2h12.2l-5.6,5.6L16,24l8-8L16,8z'/%3E%3C/svg%3E") center center no-repeat;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .university_zone .banner .owl-carousel .owl-nav .owl-prev:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M16,8l1.4,1.4L11.8,15H24v2H11.8l5.6,5.6L16,24l-8-8L16,8z'/%3E%3C/svg%3E") center center no-repeat;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .university_zone .information {
        background: #F1F1F1;
    }
    
    .university_zone .thumb-text {
        border-radius: 10px;
        overflow: hidden;
        justify-content: center;
    }
    
    .university_zone .thumb-text li .box {
        padding: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }
    
    .university_zone .thumb-text li:first-child .box,
    .university_zone .thumb-text li:nth-child(2) .box {
        flex-direction: row-reverse;
    }
    
    .university_zone .thumb-text li .box .image-holder {
        width: 50%;
    }
    
    .university_zone .thumb-text li .box .caption-holder {
        flex-basis: 0;
        flex-grow: 1;
        color: #fff;
        font-size: 16px;
        line-height: 1.650em;
        padding: 40px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }
    
    .university_zone .thumb-text li .box .caption-holder h3 {
        font-size: 20px;
        line-height: 1.150em;
        font-weight: 700;
        font-family: 'Quicksand', sans-serif;
        margin: 0 0 16px;
    }
    
    .university_zone .thumb-text li {
        width: 50%;
    }
    
    .university_zone .thumb-text li .box .image-holder span {
        margin: 0;
        height: 100%;
    }
    
    .university_zone .thumb-text li .box .image-holder img {
        vertical-align: top;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .university_zone .thumb-text li .box .apply-now {
        font-size: 14px;
        line-height: 1.143em;
        font-weight: 700;
        color: #fff;
        font-family: 'Quicksand', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 12px 25px;
        border: 2px solid #fff;
        border-radius: 100px;
        align-self: flex-start;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .thumb-text li .box .apply-now:hover,
    .university_zone .thumb-text li .box .apply-now:focus {
        text-decoration: none;
        background: #fff;
        color: #121212;
    }
    
    .university_zone .welcome-note {
        text-align: left;
        padding-bottom: 0;
    }
    
    .university_zone .welcome-note .header-part {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 100px;
    }
    
    .university_zone .welcome-note .header-part .image-holder {
        max-width: 570px;
        margin-right: 30px;
    }
    
    .university_zone .welcome-note .header-part .caption-holder {
        flex-basis: 0;
        flex-grow: 1;
    }
    
    .university_zone .welcome-note .header-part .section-title {
        color: #121212;
        font-family: 'Quicksand', sans-serif;
        font-weight: 500;
    }
    
    .university_zone .welcome-note .header-part .caption-holder .learn-more {
        display: inline-block;
        font-size: 14px;
        line-height: 1.143em;
        letter-spacing: 1px;
        font-weight: 700;
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        background: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        border-radius: 4px;
        padding: 15px 25px;
        text-transform: uppercase;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .welcome-note .header-part .caption-holder .learn-more:hover,
    .university_zone .welcome-note .header-part .caption-holder .learn-more:focus {
        text-decoration: none;
        color: var(--secondary-color);
        background: none;
    }
    
    .university_zone .featured-courses {
        background: #fff;
    }
    
    .university_zone .featured-courses .header-part .section-title {
        color: #121212;
        font-family: 'Quicksand', sans-serif;
        font-weight: 500;
    }
    
    .university_zone .featured-courses ul li .image-holder .text {
        display: none;
    }
    
    .university_zone .featured-courses ul li .image-holder .description {
        position: unset;
        text-align: left;
        display: block;
        border: 1px solid #F1F1F1;
        border-radius: 0 0 10px 10px;
        padding: 30px;
        height: inherit;
        min-height: 300px;
    }
    
    .university_zone .featured-courses ul {
        margin: 0 -15px 50px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .university_zone .featured-courses ul li {
        width: 33.333%;
        float: none;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .university_zone .featured-courses ul li .image-holder img {
        border-radius: 10px 10px 0 0;
    }
    
    .university_zone .featured-courses ul li .image-holder {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .university_zone .featured-courses ul li .image-holder .post-description {
        border: 1px solid #F1F1F1;
        border-radius: 0 0 10px 10px;
        padding: 30px;
        text-align: left;
        flex-grow: 1;
    }
    
    .university_zone .featured-courses ul li .image-holder .post-description h2 {
        color: #121212;
        font-weight: 700;
        font-family: 'Quicksand', sans-serif;
        margin: 0 0 20px;
        text-transform: uppercase;
        font-size: 24px;
    }
    
    .university_zone .featured-courses ul li .image-holder .post-description .learn-more {
        font-size: 14px;
        line-height: 1.111em;
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        padding: 0 35px 0 0;
        background: none;
        color: var(--secondary-color);
        border: 0;
    }
    
    .university_zone .featured-courses ul li .image-holder .post-description .learn-more:after {
        width: 25px;
        height: 25px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233E5AFB' viewBox='0 0 32 32'%3E%3Cpath d='M0,15.3h22.5l-2.1-5.7c3.5,2.7,7.4,4.9,11.6,6.4c-4.2,1.5-8.1,3.7-11.6,6.4l2.1-5.7H0V15.3z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .featured-courses ul li .image-holder .post-description .learn-more:hover:after,
    .university_zone .featured-courses ul li .image-holder .post-description .learn-more:focus:after {
        -webkit-transform: translate(10px, -50%);
        -moz-transform: translateY(10px, -50%);
        transform: translateY(10px, -50%);
    }
    
    .university_zone .featured-courses .learn-more {
        font-size: 14px;
        line-height: 1.143em;
        font-weight: 700;
        font-family: 'Quicksand', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
        background: var(--secondary-color);
        border-radius: 4px;
        border: 2px solid var(--secondary-color);
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .featured-courses .learn-more:hover,
    .university_zone .featured-courses .learn-more:focus {
        text-decoration: none;
        color: var(--secondary-color);
        background: none;
    }
    
    .university_zone .news-category .post .post-thumbnail img {
        border-radius: 5px;
    }
    
    .university_zone .news-category .post .entry-title {
        font-family: 'Quicksand', sans-serif;
    }
    
    .university_zone .news-category .post .entry-title a {
        color: #121212;
    }
    
    .university_zone .theme .header-part .section-title {
        font-family: 'Quicksand', sans-serif;
        font-weight: 500;
    }
    
    .university_zone .theme .theme-description .apply {
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        border: 2px solid #fff;
        color: #fff;
        padding: 17px 30px;
        border-radius: 4px;
    }
    
    .university_zone .theme .theme-description .apply:hover,
    .university_zone .theme .theme-description .apply:focus {
        border: 2px solid #fff;
        background: #fff;
        color: var(--secondary-color);
    }
    
    .university_zone .theme .theme-description {
        background: rgba(31, 101, 214, 0.9);
    }
    
    .university_zone .news-category .header-part .section-title {
        color: #121212;
        font-weight: 500;
    }
    
    .university_zone .news-category .more-btn {
        font-size: 14px;
        line-height: 1.111em;
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        padding: 0 35px 0 0;
        background: none;
        color: var(--secondary-color);
        border: 0;
    }
    
    .university_zone .news-category .more-btn:after {
        width: 25px;
        height: 25px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233E5AFB' viewBox='0 0 32 32'%3E%3Cpath d='M0,15.3h22.5l-2.1-5.7c3.5,2.7,7.4,4.9,11.6,6.4c-4.2,1.5-8.1,3.7-11.6,6.4l2.1-5.7H0V15.3z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .news-category .more-btn:hover:after,
    .university_zone .news-category .more-btn:focus:after {
        -webkit-transform: translate(10px, -50%);
        -moz-transform: translate(10px, -50%);
        transform: translate(10px, -50%);
    }
    
    .university_zone .choose-us {
        background: #F6F6F6;
    }
    
    .university_zone .choose-us .header-part .section-title {
        font-weight: 500;
        color: #121212;
    }
    
    .university_zone .choose-us .col .text-holder {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #F1F1F1;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        padding: 3rem 1.5rem;
        height: 100%;
    }
    
    .university_zone .choose-us .col .post-thumbnail {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    
    .university_zone .choose-us .col h3 {
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.150em;
        margin: 0 0 16px;
    }
    
    .university_zone .choose-us .col h3:after {
        display: none;
    }
    
    .university_zone .choose-us .col h3 a {
        color: #121212;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .choose-us .col h3 a:hover,
    .university_zone .choose-us .col h3 a:focus {
        color: var(--primary-color);
    }
    
    .university_zone .choose-us .col p {
        margin: 0;
    }
    
    .university_zone .student-stories .header-part .section-title {
        font-family: 'Quicksand', sans-serif;
        font-weight: 500;
    }
    
    .university_zone .student-stories blockquote {
        padding: 140px 0 0;
        background: none;
        max-width: 770px;
        margin: 0 auto 60px;
    }
    
    .university_zone .student-stories blockquote img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100px;
        height: 100px;
        object-fit: cover;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .university_zone .student-stories .owl-carousel .owl-nav .owl-prev,
    .university_zone .student-stories .owl-carousel .owl-nav .owl-next {
        position: absolute;
        background: var(--secondary-color);
        border: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .university_zone .student-stories .owl-carousel .owl-nav .owl-prev:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M16,8l1.4,1.4L11.8,15H24v2H11.8l5.6,5.6L16,24l-8-8L16,8z'/%3E%3C/svg%3E") center center no-repeat;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .university_zone .student-stories .owl-carousel .owl-nav .owl-next:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath d='M16,8l-1.4,1.4l5.6,5.6H8v2h12.2l-5.6,5.6L16,24l8-8L16,8z'/%3E%3C/svg%3E") center center no-repeat;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .university_zone .student-stories .owl-carousel .owl-nav {
        position: unset;
    }
    
    .university_zone .student-stories .owl-carousel .owl-dots {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .university_zone .student-stories .owl-carousel .owl-dots .owl-dot {
        width: 7px;
        height: 7px;
        border: 2px solid transparent;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        margin: 0 8px;
        box-shadow: none;
    }
    
    .university_zone .student-stories .owl-carousel .owl-dots .owl-dot.active {
        border-color: #fff;
        background: none;
        width: 11px;
        height: 11px;
    }
    
    .university_zone .student-stories .btn-holder .learn-more {
        border: 2px solid var(--secondary-color);
        border-radius: 4px;
        background: var(--secondary-color);
        color: #fff;
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .student-stories .btn-holder .learn-more:hover,
    .university_zone .student-stories .btn-holder .learn-more:focus {
        background: #fff;
        border-color: #fff;
        color: var(--secondary-color);
    }
    
    .home.university_zone .team-section {
        background: #F6F6F6;
    }
    
    .home.university_zone .team-section .header-part {
        color: #585656;
    }
    
    .home.university_zone .team-section .header-part .section-title {
        font-weight: 500;
        color: #121212;
    }
    
    .home.university_zone .team-section .row:after {
        display: none;
    }
    
    .home.university_zone .team-section .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .home.university_zone .team-section .col {
        width: 50%;
        float: none;
        margin: 0 0 40px;
    }
    
    .home.university_zone .team-section .col .holder {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    
    }
    
    .home.university_zone .team-section .col .img-holder {
        width: 250px;
    }
    
    .home.university_zone .team-section .col .img-holder img {
        border: 0;
        height: 100%;
        object-fit: cover;
    }
    
    .home.university_zone .team-section .col .team-text-holder {
        flex-basis: 0;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
        background: #fff;
    }
    
    .home.university_zone .team-section .col .team-text-holder .name {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        font-family: 'Quicksand', sans-serif;
        color: #121212;
        margin: 0 0 5px;
    }
    
    .home.university_zone .team-section .col .team-text-holder .designation {
        font-size: 14px;
        color: #999596;
        margin: 0 0 15px;
    }
    
    .home.university_zone .team-section .col .team-text-holder .social-networks {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .home.university_zone .team-section .col .team-text-holder .social-networks li {
        margin: 0 20px 10px 0;
    }
    
    .home.university_zone .team-section .col .team-text-holder .social-networks li a {
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .home.university_zone .team-section .col .team-text-holder .social-networks li a:hover,
    .home.university_zone .team-section .col .team-text-holder .social-networks li a:focus {
        text-decoration: none;
        color: #121212;
    }
    
    .home.university_zone .team-section .learn-more {
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        line-height: 1.250em;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
        background: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        border-radius: 4px;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .home.university_zone .team-section .learn-more:hover,
    .home.university_zone .team-section .learn-more:focus {
        background: none;
        color: var(--secondary-color);
    }
    
    .university_zone .latest-events {
        background: #fff;
    }
    
    .university_zone .latest-events .header-part .section-title {
        color: #121212;
        font-weight: 500;
    }
    
    .university_zone .latest-events .col-1 {
        width: 66.667%;
    }
    
    .university_zone .latest-events .col-1 .post img {
        border-radius: 10px;
    }
    
    .university_zone .latest-events .post .entry-title {
        font-family: 'Quicksand', sans-serif;
        font-weight: 500;
    }
    
    .university_zone .latest-events .col-2 {
        width: 33.333%;
    }
    
    .university_zone .latest-events .col-1 .learn-more {
        background: none;
        color: var(--secondary-color);
        padding: 0 35px 0 0;
        font-size: 14px;
        line-height: 1.143em;
        font-weight: 700;
        font-family: 'Quicksand', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        border: 0;
    }
    
    .university_zone .latest-events .col-1 .learn-more:after {
        display: inline-block;
        width: 25px;
        height: 25px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233E5AFB' viewBox='0 0 32 32'%3E%3Cpath d='M0,15.3h22.5l-2.1-5.7c3.5,2.7,7.4,4.9,11.6,6.4c-4.2,1.5-8.1,3.7-11.6,6.4l2.1-5.7H0V15.3z'/%3E%3C/svg%3E") center center no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .latest-events .col-1 .learn-more:hover:after,
    .university_zone .latest-events .col-1 .learn-more:focus:after {
        -webkit-transform: translate(10px -50%);
        -moz-transform: translate(10px, -50%);
        transform: translate(10px, -50%);
    }
    
    .university_zone .latest-events .col-2 ul {
        border: 1px solid #F1F1F1;
        border-radius: 10px;
    }
    
    .university_zone .latest-events .col-2 ul li {
        padding: 20px;
        border-bottom: 1px solid #F1F1F1;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .latest-events .col-2 ul li:hover,
    .university_zone .latest-events .col-2 ul li:focus {
        background: #F6F6F6;
    }
    
    .university_zone .latest-events .col-2 .post {
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    .university_zone .latest-events .col-2 .post .entry-title a {
        font-size: 18px;
        color: #121212;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .latest-events .col-2 .post .entry-title a:hover,
    .university_zone .latest-events .col-2 .post .entry-title a:focus {
        text-decoration: none;
        color: var(--primary-color);
    }
    
    .university_zone .latest-events .btn-holder .learn-more {
        font-size: 14px;
        line-height: 1.250em;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Quicksand', sans-serif;
        border-radius: 4px;
        padding: 15px 20px;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .latest-events .btn-holder .learn-more:hover,
    .university_zone .latest-events .btn-holder .learn-more:focus {
        text-decoration: none;
        background: none;
        color: var(--secondary-color);
    }
    
    .university_zone .photo-gallery {
        background: #F6F6F6;
    }
    
    .university_zone .photo-gallery .header-part .section-title {
        margin: 0 0 60px;
        color: #121212;
        font-weight: 500;
    }
    
    .university_zone .photo-gallery .gallery-caption {
        bottom: inherit;
        left: 15px;
        top: 0;
        width: calc(100% - 30px);
        background: rgba(0, 0, 0, 0.5);
        /*opacity: 1;*/
        height: 100%;
        border-radius: 5px;
        color: #fff;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 0 10px 20px;
        pointer-events: none;
    }
    
    .university_zone .photo-gallery img {
        border-radius: 5px;
    }
    
    .university_zone .subscription:after {
        background: rgba(31, 101, 214, 0.9);
    }
    
    .university_zone .subscription .widget-title {
        font-family: 'Quicksand', sans-serif;
        font-weight: 500;
    }
    
    .university_zone .subscription form {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    
    .university_zone .subscription .widget.widget_newsletterwidget form input[type="submit"] {
        font-size: 14px;
        font-weight: 700;
        color: #fff !important;
        background: #121212 !important;
        font-family: 'Quicksand', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 4px;
        padding: 17px 30px;
        text-align: center;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .university_zone .subscription .widget.widget_newsletterwidget form input[type="submit"]:hover,
    .university_zone .subscription .widget.widget_newsletterwidget form input[type="submit"]:focus {
        background: #fff !important;
        color: var(--secondary-color) !important;
    }
    
    .university_zone .subscription .widget.widget_newsletterwidget form .tnp-field-button {
        margin-left: 20px;
    }
    
    .university_zone .subscription .widget.widget_newsletterwidget form .tnp-field-email {
        flex-basis: 0;
        flex-grow: 1;
        text-align: left;
    }
    
    .university_zone .subscription form input[type="email"] {
        border: 2px solid rgba(106, 190, 131, 0.2);
        border-radius: 5px;
    }
    
    .university_zone .statcounter-wrap {
        padding: 5% 0;
        background: #000;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        position: relative;
    }
    
    .university_zone .statcounter-wrap:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: '';
    }
    
    .university_zone .statcounter-wrap .container {
        position: relative;
        z-index: 1;
    }
    
    .university_zone .statcounter-wrap .row:after {
        display: none;
    }
    
    .university_zone .statcounter-wrap .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .university_zone .statcounter-wrap .widget {
        width: 25%;
        padding: 0 15px;
    }
    
    .university_zone .statcounter-wrap .widget .col {
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        background: #fff;
        border-radius: 5px;
        padding: 20px;
    }
    
    .university_zone .statcounter-wrap .widget .col .text {
        border: 0;
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .university_zone .statcounter-wrap .widget .col .text .hs-counter .odometer-inside span {
        font-size: 72px;
        line-height: 1em;
        margin: 0;
        font-weight: 500;
        font-family: 'Quicksand', sans-serif;
    }
    
    .university_zone .statcounter-wrap .widget .col .text .hs-counter .odometer-inside .odometer-formatting-mark {
        display: none;
    }
    
    .university_zone .statcounter-wrap .widget .col .text .stat-title {
        font-weight: 700;
        color: #121212;
    }
    
    .university_zone .page-header .page-title {
        color: #121212;
    }
    
    .university_zone #primary .post .entry-title {
        font-family: 'Quicksand', sans-serif;
    }
    
    .university_zone #primary .read-more {
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        border-radius: 5px;
    }
    
    .university_zone .team-section .col .text-holder .name {
        font-family: 'Quicksand', sans-serif;
    }
    
    .university_zone .site-header .apply-btn {
        background: var(--secondary-color);
        color: #fff;
        font-family: 'Quicksand', sans-serif;
        letter-spacing: 1px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
    }
    
    .university_zone .site-header .apply-btn:hover,
    .university_zone .site-header .apply-btn:focus {
        background: none;
        color: var(--secondary-color);
    }
    
    .site-header.uz-header .header-top {
        background: var(--secondary-color);
    }
    
    .site-header.uz-header #secondary-menu li {
        border-left: 0;
        border-bottom: 0;
    }
    
    .site-header.uz-header #secondary-menu li a {
        color: #fff;
        text-transform: none;
    }
    
    .site-header.uz-header #secondary-menu ul {
        background: var(--secondary-color);
    }
    
    .site-header.uz-header .social-networks li a {
        color: #fff;
    }
    
    .site-header.uz-header .social-networks li a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    .site-header.uz-header .header-m {
        padding: 25px 0;
    }
    
    .site-header.uz-header .header-m .container:after {
        display: none;
    }
    
    .site-header.uz-header .header-m .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    
    .site-header.uz-header .header-m .header-info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }
    
    .site-header.uz-header .header-m .header-info div {
        margin-left: 3rem;
        padding-left: 3rem;
        border-left: 1px solid rgba(38, 37, 37, 0.1);
    }
    
    .site-header.uz-header .header-top .secondary-nav ul {
        border-top: none;
    }
    
    .site-header.uz-header .header-m .header-info div:first-child {
        margin-left: 0;
        border-left: 0;
    }
    
    .site-header.uz-header .header-m .header-info .btn-cta a {
        display: inline-block;
        font-size: 14px;
        line-height: 1.143em;
        letter-spacing: 1px;
        font-weight: 700;
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        background: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        padding: 15px 25px;
        text-transform: uppercase;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .site-header.uz-header .header-m .header-info .btn-cta a {
        background: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        border-radius: 4px;
    }
    
    .site-header.uz-header .header-m .header-info .btn-cta a:hover,
    .site-header.uz-header .header-m .header-info .btn-cta a:focus {
        text-decoration: none;
        color: var(--priamry-color);
        background: none;
    }
    
    .site-header.uz-header .header-m .header-info .btn-cta a:hover,
    .site-header.uz-header .header-m .header-info .btn-cta a:focus {
        color: var(--secondary-color);
        background: none;
    }
    
    .site-header.uz-header .header-m .header-info .email {
        padding-left: 76px;
        position: relative;
    }
    
    .site-header.uz-header .header-m .header-info .email:before {
        position: absolute;
        top: 50%;
        left: 33px;
        width: 30px;
        height: 30px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CCC6C8' viewBox='0 0 30 30'%3E%3Cpath d='M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15h7.5v-3H15C8.4,26.9,3.1,21.6,3,15C3.1,8.4,8.4,3.1,15,3c6.6,0.1,11.9,5.4,12,12v2.1c0,1.2-1,2.3-2.3,2.4c-1.2-0.1-2.2-1.1-2.3-2.4V15c0-4.1-3.4-7.5-7.5-7.5S7.5,10.9,7.5,15c0,4.1,3.4,7.5,7.5,7.5c2,0,3.9-0.8,5.3-2.2c1.1,1.4,2.7,2.2,4.4,2.2c2.9,0,5.3-2.4,5.3-5.3c0,0,0,0,0-0.1V15C30,6.7,23.3,0,15,0zM15,19.5c-2.5,0-4.5-2-4.5-4.5s2-4.5,4.5-4.5s4.5,2,4.5,4.5C19.5,17.5,17.5,19.5,15,19.5C15,19.5,15,19.5,15,19.5z'/%3E%3C/svg%3E") center center no-repeat;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .site-header.uz-header .header-m .header-info .phone {
        padding-left: 40px;
        position: relative;
    }
    
    .site-header.uz-header .header-m .header-info .phone:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 27px;
        height: 27px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CCC6C8' viewBox='0 0 27 27'%3E%3Cpath d='M5.3,3C5.4,4.3,5.6,5.6,6,6.9L4.2,8.7C3.6,6.8,3.2,4.9,3,3H5.3 M20.1,21c1.3,0.4,2.6,0.6,3.9,0.7v2.2c-1.9-0.1-3.9-0.5-5.7-1.1L20.1,21 M6.8,0H1.5C0.7,0,0,0.7,0,1.5C0,15.6,11.4,27,25.5,27c0.8,0,1.5-0.7,1.5-1.5v-5.2c0-0.8-0.7-1.5-1.5-1.5c-1.8,0-3.6-0.3-5.4-0.9c-0.1-0.1-0.3-0.1-0.5-0.1c-0.4,0-0.8,0.2-1.1,0.4l-3.3,3.3c-4.3-2.2-7.7-5.6-9.9-9.9l3.3-3.3c0.4-0.4,0.5-1,0.4-1.5C8.5,5.1,8.2,3.3,8.3,1.5C8.3,0.7,7.6,0,6.8,0z'/%3E%3C/svg%3E") center center no-repeat;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .site-header.uz-header .header-m .header-info .phone .label,
    .site-header.uz-header .header-m .header-info .email .label {
        display: block;
        font-size: 12px;
        line-height: 1.250em;
        color: #999596;
        text-transform: uppercase;
    }
    
    .site-header.uz-header .header-m .header-info .phone a,
    .site-header.uz-header .header-m .header-info .email a {
        font-size: 16px;
        line-height: 1.250em;
        font-weight: 700;
        color: #585656;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .site-header.uz-header .header-m .header-info .phone a:hover,
    .site-header.uz-header .header-m .header-info .email a:hover,
    .site-header.uz-header .header-m .header-info .phone a:focus,
    .site-header.uz-header .header-m .header-info .email a:focus {
        text-decoration: none;
        color: var(--priamry-color);
    }
    
    .site-header.uz-header .header-m .header-info .phone a:hover,
    .site-header.uz-header .header-m .header-info .email a:hover,
    .site-header.uz-header .header-m .header-info .phone a:focus,
    .site-header.uz-header .header-m .header-info .email a:focus {
        color: var(--secondary-color);
    }
    
    .school_zone .site-header.uz-header .header-m .header-info .phone a:hover,
    .school_zone .site-header.uz-header .header-m .header-info .email a:hover,
    .school_zone .site-header.uz-header .header-m .header-info .phone a:focus,
    .school_zone .site-header.uz-header .header-m .header-info .email a:focus {
        color: var(--primary-color);
    }
    
    .site-header.uz-header .header-bottom {
        background: #fff;
        border-top: 1px solid #eee;
    }
    
    .site-header.uz-header .main-navigation a {
        color: #121212;
    }
    
    .site-header.uz-header .main-navigation li a:hover,
    .site-header.uz-header .main-navigation li a:focus,
    .site-header.uz-header .main-navigation li:hover>a,
    .site-header.uz-header .main-navigation li:focus>a,
    .site-header.uz-header .main-navigation .current-menu-item>a,
    .site-header.uz-header .main-navigation .current-menu-ancestor>a,
    .site-header.uz-header .main-navigation .current_page_item>a,
    .site-header.uz-header .main-navigation .current_page_ancestor>a {
        opacity: 1;
        color: var(--secondary-color);
    }
    
    .site-header.uz-header .main-navigation li {
        position: relative;
    }
    
    .site-header.uz-header .main-navigation li.menu-item-has-children {
        padding-right: 22px;
    }
    
    .site-header.uz-header .main-navigation li.menu-item-has-children:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 15px;
        height: 18px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .site-header.uz-header .main-navigation ul ul li.menu-item-has-children:after {
        top: 10px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    
    .site-header.uz-header .main-navigation ul ul {
        background: #fff;
        box-shadow: 0px 2px 56px rgba(2, 3, 22, 0.1);
    }
    
    .site-header.uz-header .form-section a {
        color: #121212;
    }
    
    .site-header.uz-header .form-section svg {
        color: #121212;
    }
    
    .site-header.uz-header .form-section a:hover svg {
        color: var(--secondary-color);
    }
    
    .site-header.uz-header .form-section .example form input[type="search"]::placeholder {
        color: #fff;
    }
    
    .site-header.uz-header .form-section .example form {
        box-shadow: unset;
    }
    
    .university_zone .news-category .post {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    
    .university_zone .news-category .post .post-thumbnail {
        align-self: flex-start;
        margin-right: 30px;
        width: 160px;
    }
    
    .university_zone .news-category .post .text {
        flex-basis: 0;
        flex-grow: 1;
        padding: 0;
    }
    
    .university_zone .news-category .post .text .entry-header {
        margin: 0 0 15px;
    }
    
    .university_zone .news-category .post .text .entry-content {
        margin: 0;
    }
    
    .university_zone .news-category .post .text .entry-content p {
        margin: 0;
    }
    
    .university_zone .news-category .right .post {
        display: flex;
        flex-wrap: wrap;
    }
    
    .university_zone .news-category .right .post .posted-on {
        width: 80px;
        height: 80px;
        color: #fff;
        background: var(--secondary-color);
        border-radius: 5px;
        margin-right: 30px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    
    .university_zone .news-category .right .post .posted-on .date {
        font-size: 48px;
        line-height: 1em;
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
    }
    
    .university_zone .news-category .right .post .posted-on .month {
        font-size: 16px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .university_zone .news-category .right .post .text {
        flex-basis: 0;
        flex-grow: 1;
        padding: 0;
    }
    
    .university_zone .news-category .right .post .entry-meta {
        display: flex;
        flex-wrap: wrap;
    }
    
    .university_zone .news-category .right .post .entry-content {
        display: none;
    }
    
    /*----------------------------------------------
             Responsive style
             -----------------------------------------------*/
    
    @media only screen and (max-width: 1199px) {
        .container {
            max-width: 970px;
        }
    }
    
    @media only screen and (max-width: 1024px) {
        .container {
            max-width: 750px;
        }
    
        #mobile-header-2 {
            display: block;
            float: right;
        }
    
        .site-header .header-top .secondary-nav {
            display: none;
        }
    
        .site-header .header-top .top-links {
            margin: 0;
        }
    
        .site-header .header-top {
            padding: 6px 0;
        }
    
        .site-header .header-top .top-links span {
            display: block;
            margin: 0 0 5px;
            border-left: 0;
            padding: 0;
        }
    
        #mobile-header {
            display: block;
        }
    
        .thumb-text li {
            width: 50%;
        }
    
        .welcome-note .col {
            width: 50%;
        }
    
        .featured-courses ul li {
            width: 50%;
        }
    
        .news-category .col {
            width: 100%;
            margin-bottom: 30px;
        }
    
        .news-category .post .post-thumbnail {
            width: 29%;
        }
    
        .choose-us .col {
            width: 50%;
            margin-bottom: 30px;
        }
    
        .latest-events .col-1 {
            width: 100%;
            margin-bottom: 15px;
        }
    
        .latest-events .col-2 {
            width: 100%;
        }
    
        #primary {
            width: 100%;
            margin-bottom: 30px;
        }
    
        #secondary {
            width: 100%;
        }
    
        .site-header.header-five #mobile-header {
            float: left;
            padding: 15px 0;
        }
    
        .site-header.header-five .main-navigation {
            display: none;
        }
    
        .site-header.header-six .header-bottom {
            position: unset;
        }
    
        .thumb-text {
            margin: 0;
        }
    
        .thumb-text li {
            width: 100%;
        }
    
        .banner img {
            height: 400px;
        }
    
        .banner .banner-text .text {
            width: 80%;
        }
    
        .banner .banner-text .text span {
            font-size: 22px;
            line-height: 24px;
        }
    
        .site-header.header-seven #mobile-header {
            float: left;
        }
    
        .site-header.header-seven .header-top .top-links svg {
            color: #121212;
        }
    
        .site-header.header-seven .site-branding {
            width: 100%;
        }
    
        .site-header.header-seven .header-m .info-box {
            float: left;
        }
    
        .school_zone .banner .owl-carousel .banner-text .text span {
            font-size: 36px;
            line-height: 42px;
        }
    
        .site-header {
            display: none;
        }
    
        .mobile-header {
            display: block;
            background: #fff;
            padding: 15px 0;
        }
    
        .mobile-header .container:after {
            display: none;
        }
    
        .mobile-header .container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
    
        .mobile-header .menu-opener {
            width: 20px;
            height: 14px;
            cursor: pointer;
            margin-left: 20px;
            order: 2;
        }
    
        .mobile-header .menu-opener span {
            display: block;
            width: 100%;
            height: 2px;
            background: #000;
            margin-bottom: 4px;
        }
    
        .mobile-header .menu-opener span:last-child {
            margin-bottom: 0;
        }
    
        .mobile-header .site-branding {
            flex-basis: 0;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
    
        .mobile-header .site-branding .site-description {
            margin: 0;
        }
    
        .mobile-header .apply-btn {
            margin-left: 20px;
        }
    
        .mobile-header .apply-btn a {
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
            padding: 15px 32px;
            font-size: 14px;
            line-height: 14px;
            font-weight: 900;
            text-transform: uppercase;
            float: right;
            margin-top: 10px;
            margin: 0;
            -webkit-transition: ease 0.2s;
            -moz-transition: ease 0.2s;
            transition: ease 0.2s;
        }
    
        .mobile-header .apply-btn a:hover,
        .mobile-header .apply-btn a:focus {
            text-decoration: none;
            color: #fff;
            background: var(--primary-color);
        }
    
        .mobile-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 320px;
            background: #fff;
            height: 100%;
            overflow-y: auto;
            z-index: 3;
            padding-top: 80px;
            -webkit-transform: translateX(-320px);
            -moz-transform: translateX(-320px);
            transform: translateX(-320px);
            -webkit-transition: ease 0.35s;
            -moz-transition: ease 0.35s;
            transition: ease 0.35s;
        }
    
        body.menu-open {
            overflow-y: hidden;
        }
    
        body.menu-open .mobile-menu {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0);
        }
    
        .mobile-menu .btn-close-menu {
            position: absolute;
            top: 30px;
            right: 32px;
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
            width: 15px;
            height: 20px;
            cursor: pointer;
            -webkit-transition: ease 0.2s;
            -moz-transition: ease 0.2s;
            transition: ease 0.2s;
        }
    
        .mobile-menu .btn-close-menu:hover,
        .mobile-menu .btn-close-menu:focus {
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF6F6F' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
        }
    
        .mobile-menu .search-form {
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            max-width: 80%;
            margin: 0 auto 50px;
            display: flex;
            flex-wrap: wrap;
            padding: 5px 10px;
            align-items: center;
        }
    
        .mobile-menu .search-form label {
            flex-basis: 0;
            flex-grow: 1;
        }
    
        .mobile-menu .search-form input[type="search"] {
            background: none;
            border: 0;
            border-radius: 0;
            padding: 0;
            margin: 0;
            color: #000;
            width: 100%;
        }
    
        .mobile-menu .search-form input[type="submit"] {
            border: 0;
            border-radius: 0;
            box-shadow: none;
            font-size: 0;
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z'/%3E%3C/svg%3E") center center no-repeat;
            width: 15px;
            height: 20px;
            padding: 0;
            margin: 0 0 0 15px;
        }
    
        .mobile-menu .main-navigation ul {
            display: block;
        }
    
        .mobile-menu .main-navigation ul li {
            float: none;
            display: block;
            margin: 0;
            position: relative;
        }
    
        .mobile-menu .main-navigation ul li .angle-down {
            position: absolute;
            top: 0;
            right: 0;
            width: 48px;
            height: 48px;
            cursor: pointer;
            -webkit-transition: ease 0.2s;
            -moz-transition: ease 0.2s;
            transition: ease 0.2s;
        }
    
        .mobile-menu .main-navigation ul li .angle-down.active {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }
    
        .mobile-menu .main-navigation ul li .angle-down:after {
            position: absolute;
            top: 50%;
            left: 50%;
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
            content: '';
            width: 15px;
            height: 20px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
    
        .mobile-menu .main-navigation ul ul {
            display: none;
            position: unset;
            float: none;
            background: none;
        }
    
        .mobile-menu .main-navigation ul li a {
            color: #000;
            padding: 15px 32px;
            display: block;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            width: 100%;
        }
    
        .mobile-menu .main-navigation ul li a:hover,
        .mobile-menu .main-navigation ul li a:focus,
        .mobile-menu .main-navigation ul li:hover>a,
        .mobile-menu .main-navigation ul li:focus>a,
        .mobile-menu .main-navigation ul .current-menu-item>a,
        .mobile-menu .main-navigation ul .current-menu-ancestor>a,
        .mobile-menu .main-navigation ul .current_page_item>a,
        .mobile-menu .main-navigation ul .current_page_ancestor>a {
            opacity: 1;
            color: var(--primary-color);
        }
    
        .mobile-menu .secondary-nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 14px;
            line-height: 17px;
            font-weight: 700;
            text-transform: uppercase;
        }
    
        .mobile-menu .secondary-nav ul li {
            position: relative;
        }
    
        .mobile-menu .secondary-nav ul li .angle-down {
            position: absolute;
            top: 0;
            right: 0;
            width: 48px;
            height: 48px;
            cursor: pointer;
            -webkit-transition: ease 0.2s;
            -moz-transition: ease 0.2s;
            transition: ease 0.2s;
        }
    
        .mobile-menu .secondary-nav ul li .angle-down.active {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }
    
        .mobile-menu .secondary-nav ul li .angle-down:after {
            position: absolute;
            top: 50%;
            left: 50%;
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
            content: '';
            width: 15px;
            height: 20px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
    
        .mobile-menu .secondary-nav ul ul {
            display: none;
        }
    
        .mobile-menu .secondary-nav ul li a {
            color: #000;
            display: block;
            padding: 15px 32px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
    
        .mobile-menu .secondary-nav ul li a:hover,
        .mobile-menu .secondary-nav ul li a:focus,
        .mobile-menu .secondary-nav ul li:hover>a,
        .mobile-menu .secondary-nav ul li:focus>a,
        .mobile-menu .secondary-nav ul .current-menu-item>a,
        .mobile-menu .secondary-nav ul .current-menu-ancestor>a,
        .mobile-menu .secondary-nav ul .current_page_item>a,
        .mobile-menu .secondary-nav ul .current_page_ancestor>a {
            text-decoration: none;
            opacity: 1;
            color: var(--primary-color);
        }
    
        .mobile-menu .contact-info {
            padding: 15px 32px;
            display: flex;
            flex-direction: column;
            color: #000;
            margin-top: 20px;
        }
    
        .mobile-menu .contact-info a {
            color: #000;
            margin: 0 0 10px;
            word-break: break-all;
        }
    
        .mobile-menu .contact-info .tel-link:before {
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'/%3E%3C/svg%3E") center center no-repeat;
            width: 15px;
            height: 20px;
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }
    
        .mobile-menu .contact-info .email-link:before {
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E") center center no-repeat;
            width: 15px;
            height: 20px;
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }
    
        .mobile-menu .contact-info a:hover,
        .mobile-menu .contact-info a:focus {
            text-decoration: none;
            color: var(--primary-color);
        }
    
        .mobile-menu .contact-info address {
            font-style: normal;
            word-break: break-all;
        }
    
        .mobile-menu .contact-info address:before {
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E") center center no-repeat;
            width: 15px;
            height: 20px;
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }
    
        .mobile-menu .social-networks {
            margin: 0;
            padding: 15px 32px;
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
    
        .mobile-menu .social-networks li {
            margin: 0 4px 4px 0;
        }
    
        .mobile-menu .social-networks li a {
            display: block;
            width: 40px;
            height: 40px;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            -webkit-transition: ease 0.2s;
            -moz-transition: ease 0.2s;
            transition: ease 0.2s;
        }
    
        .mobile-menu .social-networks li a:hover,
        .mobile-menu .social-networks li a:focus {
            text-decoration: none;
            border-color: var(--primary-color);
            background: var(--primary-color);
            color: #fff;
        }
    
        .footer-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.85);
            z-index: 2;
            -webkit-transition: ease 0.35s;
            -moz-transition: ease 0.35s;
            transition: ease 0.35s;
            opacity: 0;
            visibility: hidden;
        }
    
        body.menu-open .footer-overlay {
            opacity: 1;
            visibility: visible;
        }
    
        .university_zone .banner .banner-text .text .title {
            font-size: 40px;
        }
    
        .university_zone .information {
            padding: 40px 0;
        }
    
        .university_zone .thumb-text li {
            width: 100%;
        }
    
        .university_zone .welcome-note .header-part .image-holder {
            margin-right: 0;
            margin-bottom: 30px;
        }
    
        .university_zone .statcounter-wrap .widget {
            width: 50%;
        }
    
        .university_zone .featured-courses ul li {
            width: 50%;
        }
    
        .home.university_zone .team-section .col {
            width: 100%;
        }
    
        .university_zone .latest-events .col-1,
        .university_zone .latest-events .col-2 {
            width: 100%;
        }
    
        .university_zone .photo-gallery .gallery .gallery-item {
            width: 50% !important;
            max-width: 100% !important;
        }
    
        .university_zone .statcounter-wrap .widget .col .text .hs-counter .odometer-inside span {
            font-size: 30px;
        }
    
        .template-testimonials .list .img-holder {
            flex: 0 0 300px;
        }
    
        .template-testimonials .list .text-holder {
            flex: 0 0 calc(100% - 330px);
        }
    
    }
    
    @media only screen and (max-width: 767px) {
    
        .container {
            width: 100%;
        }
    
        .site-branding {
            display: block;
            float: none;
        }
    
        .site-header .form-section {
            float: none;
            display: block;
        }
    
        .site-header .form-section .search-form label {
            float: left;
            width: 85%;
        }
    
        .site-header .form-section form input[type="search"] {
            width: 100%;
        }
    
        .banner img {
            height: 230px;
        }
    
        .banner .owl-carousel .owl-nav .owl-prev,
        .banner .owl-carousel .owl-nav .owl-next {
            top: 25%;
        }
    
        .banner .banner-text {
            position: unset;
            background: rgba(0, 0, 0, 0.5);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
    
        .banner:after {
            display: none;
        }
    
        .banner .banner-text .text {
            width: 100%;
            background: none;
        }
    
        .banner .banner-text .text span {
            font-size: 20px;
            line-height: 24px;
        }
    
        .banner .banner-text .text .course-link {
            font-size: 16px;
            line-height: 20px;
        }
    
        .welcome-note {
            padding: 30px 0;
        }
    
        .welcome-note .col {
            width: 100%;
        }
    
        .section-title {
            font-size: 30px;
            line-height: 38px;
        }
    
        .featured-courses ul li {
            width: 100%;
        }
    
        .featured-courses {
            padding: 30px 0;
        }
    
        .news-category .post .post-thumbnail {
            display: block;
            width: 100%;
        }
    
        .news-category .post .post-thumbnail img {
            width: 100%;
        }
    
        .news-category .post .text {
            display: block;
            width: 100%;
            padding: 20px 0;
        }
    
        .news-category {
            padding: 30px 0;
        }
    
        .theme .theme-description {
            padding: 30px 0;
        }
    
        .theme .header-part {
            width: 100%;
        }
    
        .theme .theme-description a {
            display: block;
            margin: 0 0 5px;
        }
    
        .choose-us {
            padding: 30px 0;
        }
    
        .choose-us .col {
            width: 100%;
        }
    
        .choose-us .header-part {
            width: 100%;
        }
    
        .team-section .col {
            width: 100%;
        }
    
        .team-section .col .holder {
            max-width: 360px;
            margin: 0 auto;
        }
    
        .team-section {
            padding: 30px 0;
        }
    
        .student-stories .image-wrapper {
            padding: 30px 0;
        }
    
        .student-stories blockquote {
            margin: 0 30px;
        }
    
        .latest-events .col-1 .post .image-wrapper {
            width: 100%;
            position: unset;
        }
    
        .latest-events .col-1 .post .image-wrapper .text {
            width: 100%;
            margin: 0;
        }
    
        .gallery-columns-2 .gallery-item,
        .gallery-columns-3 .gallery-item,
        .gallery-columns-4 .gallery-item,
        .gallery-columns-5 .gallery-item,
        .gallery-columns-6 .gallery-item,
        .gallery-columns-7 .gallery-item,
        .gallery-columns-8 .gallery-item,
        .gallery-columns-9 .gallery-item {
            width: 100%;
            max-width: 100%;
        }
    
        .photo-gallery {
            padding: 30px 0;
        }
    
        .subscription .widget_newsletterwidget {
            width: 100%;
        }
    
        .site-footer .widget-area .col {
            width: 100%;
            margin-bottom: 30px;
        }
    
        .rara-span1,
        .rara-span2,
        .rara-span3,
        .rara-span4,
        .rara-span5,
        .rara-span6 {
            width: 100%;
        }
    
        .template-testimonials .list .img-holder {
            flex: 0 0 100%;
            margin: 0 0 20px;
        }
    
        .template-testimonials .list .img-holder img {
            width: 100%;
        }
    
        .template-testimonials .list .text-holder {
            flex: 0 0 100%;
            padding: 0 15px;
        }
    
        .template-events .post .post-thumbnail {
            float: none;
            display: block;
            width: 100%;
            margin: 0 0 15px;
        }
    
        .template-events .post .post-thumbnail img {
            width: 100%;
        }
    
        .template-events .post .text {
            width: 100%;
        }
    
        .event-details .event-info .col {
            width: 100%;
            margin-bottom: 15px;
        }
    
        .template-courses .cat-posts .post-lists li {
            width: 100%;
        }
    
        .template-courses .cat-posts .cat-nav li {
            display: block;
        }
    
        .template-courses .cat-posts .cat-nav li a {
            display: block;
        }
    
        .tags-block {
            display: block;
            width: 100%;
            margin: 0 0 10px;
        }
    
        .share-links {
            float: none;
            display: block;
        }
    
        .author-section img {
            margin: 0 0 20px;
        }
    
        .author-section .text {
            width: 100%;
        }
    
        .comment-form input[type="text"],
        .comment-form input[type="email"],
        .comment-form input[type="url"] {
            width: 100%;
        }
    
        .template-contact .col {
            width: 100%;
        }
    
        .site-header.header-two .info-box {
            width: 100%;
            margin-right: 0;
        }
    
        .site-header.header-four {
            position: unset;
            background: #000;
        }
    
        .site-header.header-four .form-section {
            float: right;
            display: inline-block;
        }
    
        .site-header.header-six .form-section {
            float: right;
            display: inline-block;
        }
    
        .site-header.header-two .form-section .example form input[type="submit"] {
            width: 30px;
        }
    
        .site-header.header-two .apply-btn {
            float: left;
        }
    
        .site-header.header-two .info-box svg {
            font-size: 20px;
            line-height: 24px;
        }
    
        .blog.blog-medium #primary .post .post-thumbnail,
        .blog.blog-round #primary .post .post-thumbnail,
        .archive.archive-medium #primary .post .post-thumbnail,
        .archive.archive-round #primary .post .post-thumbnail {
            float: none;
            margin-right: 0;
            width: 100%;
            margin-bottom: 30px;
        }
    
        .page-header {
            padding: 50px 0;
        }
    
        .blog #primary .post.has-post-thumbnail .post-thumbnail {
            margin-bottom: 20px;
            ;
        }
    
        .blog #primary .post .entry-header {
            padding-top: 0;
        }
    
        .blog #primary .post {
            padding-bottom: 10px;
            margin-bottom: 10px;
            ;
        }
    
        .no-slider .site-header {
            margin-bottom: 20px;
        }
    
        .site-header.header-seven .apply-btn {
            float: left;
        }
    
        .site-header.header-seven .header-m .info-box {
            width: 100%;
        }
    
        .school_zone .banner .banner-text {
            position: absolute;
            background: none;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -transform: translateY(-50%);
        }
    
        .school_zone .banner img {
            height: 545px;
        }
    
        .university_zone .thumb-text li .box {
            flex-direction: column !important;
        }
    
        .university_zone .thumb-text li .box .image-holder {
            width: 100%;
        }
    
        .university_zone .statcounter-wrap .widget {
            width: 100%;
        }
    
        .university_zone .featured-courses ul li {
            width: 100%;
        }
    
        .home.university_zone .team-section .col .img-holder {
            width: 100%;
        }
    
        .university_zone .photo-gallery .gallery .gallery-item {
            width: 100% !important;
        }
    
        .template-testimonials .list {
            text-align: center;
        }
    
        .template-testimonials .list blockquote {
            background-position: top center;
            padding-right: 0;
        }
    
        .search .site-content #primary .post,
        .search .site-content #primary .page {
            display: block;
        }
    
        .search .site-content #primary .post-thumbnail {
            display: block;
            margin: 0 0 20px;
            width: 100%;
        }
    
        .search .site-content #primary .text {
            display: block;
            width: 100%;
            margin: 0;
        }
    }
    
    @media only screen and (max-width: 420px) {
        .template-testimonials .list .img-holder .svg-holder svg {
            width: 100%;
        }
    }
    
    /* Search page issue fixes */
    @media only screen and (max-width:600px) {
        .search .site-content .content-area .site-main article {
            display: flex;
            flex-direction: column;
        }
    }
    
    /* Instagram widget fixes */
    #secondary .widget.widget_btif_instagram_widget .popup-gallery,
    .site-footer .widget.widget_btif_instagram_widget .popup-gallery {
        display: flex;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }
    
    #secondary .widget.widget_btif_instagram_widget .popup-gallery li,
    .site-footer .widget.widget_btif_instagram_widget .popup-gallery li {
        width: 18%;
        flex: unset;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
        padding-bottom: 0;
        border: 0;
    }
    
    #secondary .widget.widget_btif_instagram_widget .popup-gallery li a img,
    .site-footer .widget.widget_btif_instagram_widget .popup-gallery li a img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center center;
    }
    
    
    #secondary .widget.widget_btif_instagram_widget .profile-link,
    .site-footer .widget.widget_btif_instagram_widget .profile-link {
        display: inline-block;
        font-size: 16px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    #secondary .widget.widget_btif_instagram_widget .profile-link .insta-icon,
    .site-footer .widget.widget_btif_instagram_widget .profile-link .insta-icon {
        margin-right: 8px;
    }
    
    /* Photos - 1 */
    #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1,
    .site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 {
        display: block;
    }
    
    #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li,
    .site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li {
        flex: 100%;
        width: 100%;
    }
    
    /* Photos - 2 */
    #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li,
    .site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li {
        width: 50%;
    }
    
    /* Photos- 3 */
    #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li,
    .site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li {
        width: 33.33%;
        flex: unset;
    }
    
    /* Photos- 4 */
    #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li,
    .site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li {
        width: 25%;
        flex: unset;
    }
    
    /* Photos- 5 */
    #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li,
    .site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li {
        width: 18%;
        flex: unset;
    }
    
    /* HEader four layout fixes */
    .home.admin-bar .site-header.header-four {
        padding-top: 26px;
    }
    
    .admin-bar .site-header.header-six .header-bottom.sticky-menu {
        top: 31px;
    }
    
    /* custom style */
    
    /* Header section */
    
    .site-title a {
        font-family: 'Oxygen', sans-serif;
    }
    
    .education_elite .site-header.header-two #secondary-menu li a {
        color: #1A2B4E;
        opacity: 0.6;
    }
    
    .education_elite .site-header.header-two #secondary-menu li {
        border-left: 1px solid rgba(26, 43, 78, 0.2);
    }
    
    .education_elite .site-header.header-two .social-networks svg path {
        fill: #1A2B4E;
    }
    
    .education_elite .site-header.header-two .social-networks svg path:hover {
        fill: var(--secondary-color);
    }
    
    .education_elite .site-header .header-m {
        padding: 20px 0 20px;
    }
    
    .education_elite .site-header.header-two .header-top {
        background: #F4FAFB;
    }
    
    .education_elite .site-header.uz-header .header-m .header-info .phone::before {
        width: 41px;
        height: 39px;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M35.2343 29.2188C33.9937 27.9688 30.989 26.1446 29.5312 25.4094C27.6328 24.4532 27.4765 24.3751 25.9843 25.4837C24.989 26.2235 24.3273 26.8844 23.1625 26.636C21.9976 26.3876 19.4664 24.9868 17.25 22.7774C15.0336 20.568 13.5515 17.9633 13.3023 16.8024C13.0531 15.6415 13.725 14.9876 14.4578 13.9899C15.4906 12.5837 15.4125 12.3493 14.5296 10.4508C13.8414 8.97428 11.964 5.99772 10.7093 4.76334C9.36715 3.43756 9.36715 3.67194 8.5023 4.03131C7.79822 4.32755 7.12274 4.68765 6.48433 5.10709C5.23433 5.93756 4.54058 6.62741 4.05543 7.66413C3.57027 8.70084 3.3523 11.1313 5.85777 15.6829C8.36324 20.2344 10.1211 22.5618 13.7593 26.1899C17.3976 29.818 20.1953 31.7688 24.2851 34.0626C29.3445 36.8962 31.2851 36.3438 32.325 35.8594C33.3648 35.3751 34.0578 34.6876 34.8898 33.4376C35.3103 32.8002 35.6712 32.1255 35.9679 31.4219C36.3281 30.5602 36.5625 30.5602 35.2343 29.2188Z' stroke='%231A2B4E' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
    
    .education_elite .site-header.uz-header .header-m .header-info .phone {
        padding-left: 46px;
    }
    
    .education_elite .site-header.uz-header .header-m .header-info .email:before {
        width: 40px;
        height: 40px;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M25.0001 19.8647C24.6485 23.8491 21.8657 26.1147 18.7071 26.1147C15.5485 26.1147 13.4462 23.3163 13.7501 19.8647C14.054 16.4132 16.6501 13.6147 19.8087 13.6147C22.9673 13.6147 25.3032 16.4272 25.0001 19.8647V19.8647Z' stroke='%231A2B4E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.9821 32.4819C22.7508 33.4194 21.2883 33.6147 18.7883 33.6147C11.1946 33.6147 5.58518 27.4585 6.25003 19.8647C6.91487 12.271 13.618 6.11475 21.2117 6.11475C29.7657 6.11475 34.468 11.7187 33.8071 19.2187C33.3141 24.8179 29.736 26.4312 27.8625 26.0991C26.1 25.7866 24.6453 24.1913 24.9141 21.1382L25.5766 13.6187' stroke='%231A2B4E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
    
    .education_elite .site-header.uz-header .header-info .phone .label,
    .education_elite .site-header.uz-header .header-info .email .label {
        color: #1A2B4E;
        opacity: 0.5;
    }
    
    .education_elite .site-header.uz-header .header-info .phone .tel-link,
    .education_elite .site-header.uz-header .header-info .email a {
        line-height: 1.021rem;
        color: #1A2B4E;
        font-family: var(--secondary-font);
    }
    
    .education_elite .site-header.uz-header .header-info div {
        margin-left: 32px;
        padding-left: 32px;
    }
    
    .education_elite .site-header.uz-header .header-m .header-info .btn-cta a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        font-family: var(--secondary-font);
        border-radius: 4px;
        padding: 10px 16px 10px 48px;
        text-transform: none;
        position: relative;
    }
    
    .education_elite .site-header.uz-header .header-m .header-info .btn-cta a::before {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5625 5.25L19.3125 12L12.5625 18.75M18.375 12H4.6875' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        height: 24px;
        width: 24px;
        left: 16px;
        top: 10px;
    }
    
    .education_elite .site-header.uz-header .header-m .header-info .btn-cta a:hover,
    .education_elite .site-header.uz-header .header-m .header-info .btn-cta a:focus {
        color: #fff;
    }
    
    .education_elite .site-header.uz-header .header-info .btn-cta a:hover,
    .education_elite .site-header.uz-header .header-info .btn-cta a:focus {
        transform: translateY(-10px);
        color: #fff;
        background: var(--secondary-color);
    
    }
    
    .education_elite .main-navigation a {
        line-height: 1.33rem;
        font-weight: 400;
        padding: 20px 0;
        font-size: 17px;
        text-transform: none;
    }
    
    .education_elite .main-navigation ul ul li a {
        padding: 12px;
    }
    
    .education_elite .site-header.header-two .form-section .example form input::placeholder {
        color: #fff;
    }
    
    .education_elite #crumbs a span {
        font-weight: 400;
    }
    
    .education_elite .site-header.header-two #secondary-menu li:first-child {
        border-left: 0;
    }
    
    .education_elite .main-navigation ul li.menu-item-has-children::before {
        position: absolute;
        top: 27px;
        right: -17px;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06252 1.9393L5.43065 7.0368C5.50106 7.11892 5.5884 7.18484 5.68668 7.23003C5.78496 7.27523 5.89185 7.29862 6.00002 7.29862C6.10819 7.29862 6.21509 7.27523 6.31337 7.23003C6.41165 7.18484 6.49899 7.11892 6.5694 7.0368L10.9375 1.9393C11.3544 1.45273 11.0088 0.701172 10.3681 0.701172H1.63065C0.990022 0.701172 0.644397 1.45273 1.06252 1.9393Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        width: 10px;
        height: 12px;
        font-weight: 400;
    }
    
    .education_elite .main-navigation ul li.menu-item-has-children .sub-menu .menu-item-has-children::before {
        top: 17px;
        right: 10px;
    }
    
    
    
    /* banner section */
    
    .education_elite .banner .banner-text .text {
        max-width: unset;
        width: 100%;
        padding: 20px;
        background: none;
    }
    
    .education_elite .banner:before {
        content: none;
        background: rgba(0, 0, 0, 0.5);
        z-index: 11;
    }
    
    .education_elite .banner .owl-carousel .banner-text .text {
        text-align: center;
    }
    
    .education_elite .banner .banner-text .text span {
        font-size: 48px;
        line-height: 3.37rem;
        font-family: var(--primary-font);
        font-weight: 700;
        letter-spacing: -0.01rem;
        margin-bottom: 56px;
        text-transform: none;
    }
    
    .education_elite .banner .banner-text .text .course-link {
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 500;
        font-family: var(--secondary-font);
        margin-right: 30px;
        background: var(--secondary-color);
        border-radius: 4px;
        padding: 16px 32px 16px 32px;
        position: relative;
        cursor: pointer;
        text-transform: none;
        margin-bottom: 25px;
    }
    
    .education_elite .banner .banner-text .text .course-link-ee {
        display: inline-block;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 1px;
        font-weight: 500;
        font-family: var(--secondary-font);
        color: #fff;
        margin-right: 30px;
        background: none;
        border: 2px solid #fff;
        border-radius: 4px;
        padding: 16px 32px 16px 32px;
        transition: ease 0.2s all;
        position: relative;
        cursor: pointer;
        margin-bottom: 25px;
    }
    
    .education_elite .banner .banner-text .text .course-link-ee:hover,
    .education_elite .banner .banner-text .text .course-link-ee:focus,
    .education_elite .banner .banner-text .text .course-link:hover,
    .education_elite .banner .banner-text .text .course-link:focus {
        text-decoration: none;
        outline: none;
        transform: translateY(-10px);
        color: #fff;
    }
    
    .education_elite #banner_section .banner-text {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: unset;
        transform: unset;
    }
    
    
    .education_elite #banner_section .banner-text::after {
        position: absolute;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    
    .education_elite #banner_section .banner-text .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 333;
    }
    
    /* information section */
    
    .education_elite .thumb-text {
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
    }
    
    .education_elite .thumb-text li .box-1,
    .education_elite .thumb-text li .box-2,
    .education_elite .thumb-text li .box-3,
    .education_elite .thumb-text li .box-4 {
        padding: 32px 24px;
    }
    
    .education_elite .thumb-text li h3 {
        margin-bottom: 16px;
    }
    
    .education_elite .thumb-text li h3 a {
        color: #fff;
        font-family: var(--primary-font);
        line-height: 1.33rem;
    }
    
    /* welcome section */
    
    .education_elite .welcome-note {
        padding: 88px 0;
    }
    
    .education_elite .welcome-note .header-part .section-title,
    .education_elite .featured-courses .header-part .section-title,
    .education_elite .theme .header-part .section-title,
    .education_elite .choose-us .header-part .section-title,
    .education_elite .image-wrapper .header-part .section-title,
    .education_elite .latest-events .header-part .section-title,
    .education_elite .photo-gallery .section-title,
    .education_elite .news-category .section-title,
    .education_elite .team-section .section-title,
    .education_elite .subscription .widget-title {
        font-size: 40px;
        line-height: 50.51px;
        letter-spacing: -0.01em;
        margin-bottom: 24px;
        font-family: var(--primary-font);
    }
    
    .education_elite .welcome-note .header-part .section-title,
    .education_elite .featured-courses .header-part .section-title,
    .education_elite .choose-us .header-part .section-title,
    .education_elite .latest-events .header-part .section-title,
    .education_elite .photo-gallery .header-part .section-title,
    .education_elite .news-category .section-title,
    .education_elite .team-section .section-title {
        color: #1A2B4E;
    }
    
    .education_elite .welcome-note .header-part p,
    .education_elite .featured-courses .header-part p,
    .education_elite .choose-us .header-part p,
    .education_elite .latest-events .header-part p,
    .education_elite .news-category .header-part p,
    .education_elite .team-section .header-part p {
        color: #333E55;
    }
    
    .education_elite .welcome-note .header-part p,
    .education_elite .featured-courses .header-part p,
    .education_elite .choose-us .header-part p,
    .education_elite .image-wrapper .header-part p,
    .education_elite .latest-events .header-part p,
    .education_elite .news-category .header-part p,
    .education_elite .team-section .header-part p {
        line-height: 1.77rem;
    }
    
    .education_elite .welcome-note .header-part,
    .education_elite .featured-courses .header-part,
    .education_elite .theme .header-part,
    .education_elite .choose-us .header-part,
    .education_elite .image-wrapper .header-part,
    .education_elite .latest-events .header-part,
    .education_elite .news-category .header-part,
    .education_elite .team-section .header-part {
        margin-bottom: 56px;
    }
    
    .education_elite .welcome-note .col .text {
        border: none;
        padding: 32px 0;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 38px 87px rgb(12 42 52 / 3%), 0px 13.8706px 41.6129px rgb(12 42 52 / 2%), 0px 6.73393px 27.2666px rgb(12 42 52 / 2%), 0px 3.3011px 18.0265px rgb(12 42 52 / 1%), 0px 1.30526px 9.48276px rgb(12 42 52 / 1%);
    }
    
    .education_elite .welcome-note .col .stat-title {
        color: #333E55;
    }
    
    /* Featured courses section */
    
    .education_elite .featured-courses {
        background: #F5FAFD;
        padding: 88px 0;
    }
    
    .education_elite .featured-courses ul li .image-holder .text {
        background: rgba(17, 55, 77, 0.7);
    }
    
    .education_elite .featured-courses ul li .image-holder .description h2 {
        font-size: 22px;
        /* line-height: 27.78px; */
        color: #1A2B4E;
        letter-spacing: -0.01em;
        margin-bottom: 24px;
        font-family: var(--primary-font);
    }
    
    .education_elite .featured-courses ul li .image-holder .description {
        padding: 25px;
        transition: 0.3s ease all;
    }
    
    .education_elite .featured-courses ul li .image-holder .description p {
        font-size: 16px;
        line-height: 30px;
        color: #333E55;
        margin-bottom: 32px;
        overflow: hidden;
    }
    
    .education_elite .featured-courses ul li .image-holder .description .learn-more {
        background: none;
        border: none;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        padding: 0;
        text-transform: none;
        color: var(--secondary-color);
        position: relative;
        transition: 0.3s ease all;
        cursor: pointer;
        margin: 0;
    }

    .imhe img {
            height: 300px; /* Adjust the height as needed */
    
    }
    
    .ghgh img {
        height: 450px;
    }
    .education_elite .featured-courses ul li .image-holder .description .learn-more::before {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5625 5.25L19.3125 12L12.5625 18.75M18.375 12H4.6875' stroke='%232FB1BF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        color: var(--secondary-color);
        height: 24px;
        width: 24px;
        right: 0px;
        top: 0px;
        right: 98px;
        left: unset;
    }
    
    
    .education_elite .featured-courses .learn-more,
    .education_elite .student-stories .learn-more,
    .education_elite .latest-events .learn-more,
    .education_elite .news-category .more-btn,
    .education_elite .team-section .learn-more {
        background: var(--secondary-color);
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        padding: 16px 24px 16px 56px;
        text-transform: none;
        border-radius: 4px;
        position: relative;
        color: #fff;
        border: none;
        cursor: pointer;
    }
    
    .education_elite .featured-courses .learn-more::before,
    .education_elite .latest-events .learn-more::before,
    .education_elite .news-category .more-btn::before,
    .education_elite .theme .theme-description .apply-ee::before,
    .education_elite .student-stories .learn-more::before,
    .education_elite .team-section .learn-more::before {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5625 5.25L19.3125 12L12.5625 18.75M18.375 12H4.6875' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        height: 24px;
        width: 24px;
        left: 24px;
        top: 16px;
    }
    
    .education_elite .featured-courses .learn-more:hover,
    .education_elite .featured-courses .learn-more:focus,
    .education_elite .news-category .more-btn:hover,
    .education_elite .news-category .more-btn:focus,
    .education_elite .theme .theme-description .apply:hover,
    .education_elite .theme .theme-description .apply:focus,
    .education_elite .team-section .learn-more:hover,
    .education_elite .team-section .learn-more:focus,
    .education_elite .student-stories .learn-more:hover,
    .education_elite .student-stories .learn-more:focus,
    .education_elite .latest-events .learn-more:hover,
    .education_elite .latest-events .learn-more:focus {
        transform: translateY(-10px);
        color: #fff;
    }
    
    .education_elite .news-category .post .entry-title a {
        color: #1A2B4E;
    }
    
    /* News section */
    
    
    .education_elite .news-category .col .post .text .entry-header {
        margin-top: 8px;
    }
    
    .education_elite .news-category .col.right .post .text .entry-header {
        margin-top: 0px;
    }
    
    .education_elite .news-category .col .post .text .posted-on a:hover {
        text-decoration: none;
    }
    
    .education_elite .news-category .col .post .text .entry-content p {
        color: #333E55;
    }
    
    .education_elite .news-category .right .post {
        display: flex;
    }
    
    .education_elite .news-category .col .post {
        margin-bottom: 56px;
    }
    
    .education_elite .news-category .col.right .post {
        margin-bottom: 0px;
    }
    
    .education_elite .news-category .right .post .posted-on {
        width: 80px;
        height: 80px;
        color: #fff;
        background: #2F8BBF;
        border-radius: 8px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        flex: 0 0 15%;
    }
    
    .education_elite .news-category .right .post .posted-on .entry-content {
        display: none;
    }
    
    .education_elite .news-category .post .entry-header .entry-meta {
        display: flex;
    }
    
    .education_elite .news-category .right .post .entry-header .entry-meta span:first-child {
        margin-right: 32px;
    }
    
    .education_elite .news-category .post .entry-title {
        margin-bottom: 16px;
    }
    
    .education_elite .news-category .post .entry-meta span {
        font-size: 14px;
        line-height: 16px;
        color: #333E55;
        opacity: 0.6;
        margin-right: 10px;
    }
    
    .education_elite .news-category .post .entry-meta svg {
        height: 10.5px;
    }
    
    .education_elite .news-category .post .text {
        padding: 0px 25px;
    }
    
    .education_elite .news-category .right .post .posted-on .month {
        font-weight: 400;
        line-height: 16px;
    }
    
    .education_elite .news-category .right .post .posted-on .date {
        font-weight: 500;
        letter-spacing: -0.05em;
        font-size: 40px;
        line-height: 32px;
    }
    
    .education_elite .news-category .right .post {
        padding-bottom: 40px;
    }
    
    .education_elite .news-category .col {
        padding-right: 80px;
    }
    
    .education_elite .news-category .col.right {
        padding-right: 0px;
        padding-left: 80px;
    }
    
    .education_elite .news-category .right .post .posted-on {
        font-size: 16px;
        line-height: 16px;
    }
    
    .education_elite .news-category .post .posted-on .month {
        margin-bottom: 2px;
    }
    
    .education_elite .news-category {
        padding: 88px 0;
    }
    
    .education_elite .news-category .post .posted-on a {
        color: var(--primary-color);
    }
    
    /* theme section */
    
    .education_elite .theme .theme-description {
        padding: 88px 0;
        background: rgba(17, 55, 77, 0.9);
    }
    
    .education_elite .theme .theme-description .apply {
        border: none;
        line-height: 1.33rem;
        font-weight: 500;
        padding: 16px 24px 16px 56px;
        position: relative;
        cursor: pointer;
        background: var(--secondary-color);
        text-transform: none;
        margin-right: 30px;
        border-radius: 4px;
        transition: 0.3s ease all;
    }
    
    .education_elite .theme .theme-description .apply-ee {
        line-height: 25px;
        letter-spacing: 1px;
        font-weight: 500;
        font-family: var(--secondary-font);
        color: #fff;
        background: none;
        border: 2px solid #fff;
        border-radius: 4px;
        padding: 16px 24px 16px 56px;
        transition: ease 0.2s all;
        position: relative;
        text-transform: none;
        cursor: pointer;
        margin-bottom: 25px;
    }
    
    .education_elite .theme .theme-description .apply::before {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47656 4.87512H19.4766C19.6518 4.87504 19.8268 4.88615 20.0006 4.9084C19.9417 4.49486 19.7997 4.09752 19.583 3.74036C19.3664 3.3832 19.0797 3.07361 18.7402 2.83025C18.4007 2.58688 18.0154 2.4148 17.6076 2.32436C17.1998 2.23392 16.7779 2.227 16.3673 2.30402L4.03125 4.41012H4.01719C3.24285 4.55819 2.55425 4.9963 2.09203 5.63496C2.7884 5.13965 3.622 4.87401 4.47656 4.87512ZM19.4766 6.00012H4.47656C3.68118 6.00099 2.91862 6.31734 2.3562 6.87976C1.79378 7.44218 1.47743 8.20474 1.47656 9.00012V18.0001C1.47743 18.7955 1.79378 19.5581 2.3562 20.1205C2.91862 20.6829 3.68118 20.9993 4.47656 21.0001H19.4766C20.2719 20.9993 21.0345 20.6829 21.5969 20.1205C22.1593 19.5581 22.4757 18.7955 22.4766 18.0001V9.00012C22.4757 8.20474 22.1593 7.44218 21.5969 6.87976C21.0345 6.31734 20.2719 6.00099 19.4766 6.00012ZM17.25 15.0001C16.9533 15.0001 16.6633 14.9121 16.4166 14.7473C16.17 14.5825 15.9777 14.3482 15.8642 14.0741C15.7506 13.8001 15.7209 13.4985 15.7788 13.2075C15.8367 12.9165 15.9796 12.6492 16.1893 12.4395C16.3991 12.2297 16.6664 12.0868 16.9574 12.0289C17.2483 11.9711 17.5499 12.0008 17.824 12.1143C18.0981 12.2278 18.3324 12.4201 18.4972 12.6668C18.662 12.9134 18.75 13.2034 18.75 13.5001C18.75 13.8979 18.592 14.2795 18.3107 14.5608C18.0294 14.8421 17.6478 15.0001 17.25 15.0001Z' fill='white'/%3E%3Cpath d='M1.5 12.1641V7.5C1.5 6.48422 2.0625 4.78125 4.01484 4.41234C5.67188 4.10156 7.3125 4.10156 7.3125 4.10156C7.3125 4.10156 8.39062 4.85156 7.5 4.85156C6.60938 4.85156 6.63281 6 7.5 6C8.36719 6 7.5 7.10156 7.5 7.10156L4.00781 11.0625L1.5 12.1641Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        height: 24px;
        width: 24px;
        left: 24px;
        top: 16px;
    }
    
    .education_elite .theme .theme-description .apply-ee:hover,
    .education_elite .theme .theme-description .apply-ee:focus {
        text-decoration: none;
        transform: translateY(-10px);
    }
    
    /* choose us section */
    
    .education_elite .choose-us .col .post-thumbnail {
        height: 152px;
        margin: 0 auto 2rem;
        box-shadow: none;
        border-radius: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary-color);
        border-radius: 8px 8px 0px 0px;
    }
    
    .education_elite .choose-us {
        background: #f6f6f6;
        padding: 88px 0;
    }
    
    .education_elite .choose-us .col h3 {
        font-family: var(--primary-font);
        font-size: 20px;
        line-height: 25.25px;
        letter-spacing: -0.01em;
        margin-bottom: 16px;
        padding: 0 15px;
    }
    
    .education_elite .choose-us .col h3 a {
        color: #1A2B4E;
    }
    
    .education_elite .choose-us .col p {
        color: #333E55;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.01em;
        padding: 0 21px;
    }
    
    .education_elite .choose-us .col .holder-ee {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 5px rgb(0 0 0 / 5%);
        padding: 0;
        height: 100%;
    }
    
    .education_elite .choose-us .row .col:first-of-type .post-thumbnail {
        background-color: var(--primary-color);
    }
    
    .education_elite .choose-us .row .col:nth-of-type(2) .post-thumbnail {
        background-color: #2F9CBF;
    }
    
    .education_elite .choose-us .row .col:nth-of-type(3) .post-thumbnail {
        background-color: #2F8BBF;
    }
    
    .education_elite .choose-us .row .col:last-of-type .post-thumbnail {
        background-color: #2F7ABF;
    }
    
    .education_elite .choose-us .col h3:after {
        display: none;
    }
    
    /* testimonial section */
    
    .education_elite .student-stories .image-wrapper {
        background: rgba(17, 55, 77, 0.9);
        padding-top: 88px;
        padding-bottom: 88px;
    }
    
    .education_elite .student-stories .owl-carousel .owl-nav .owl-next {
        border: 1px solid #fff;
        background: none;
        text-align: center;
        margin: auto;
        border-radius: 50%;
        height: 51px;
        width: 51px;
        background: unset;
    }
    
    .education_elite .student-stories .owl-carousel .owl-stage-outer+.owl-nav .owl-next::after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5625 5.25L19.3125 12L12.5625 18.75M18.375 12L4.6875 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        height: 51px;
        width: 51px;
        left: 11px;
        top: 12px;
    }
    
    .education_elite .student-stories .owl-carousel .owl-nav .owl-prev {
        border: 1px solid #fff;
        background: none;
        text-align: center;
        margin: auto;
        border-radius: 50%;
        height: 51px;
        width: 51px;
        background: unset;
    }
    
    .education_elite .student-stories .owl-carousel .owl-stage-outer+.owl-nav .owl-prev::after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4375 18.75L4.6875 12L11.4375 5.25M5.625 12L19.3125 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        height: 51px;
        width: 51px;
        left: 11px;
        top: 12px;
    }
    
    .education_elite .student-stories .owl-carousel .owl-nav {
        top: 106px;
    }
    
    .education_elite .student-stories .owl-carousel .owl-item img {
        width: 100%;
        height: 72px;
        width: 72px;
    }
    
    .education_elite .student-stories blockquote cite span {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        margin-top: 16px;
        margin-bottom: 36px;
        font-style: italic;
    }
    
    .education_elite .student-stories .btn-holder {
        margin-top: 0;
    }
    
    /* Faculty section */
    
    .education_elite .team-section {
        background: #F5FAFD;
        padding: 88px 0;
    }
    
    .education_elite .team-section .col .text-holder .name {
        color: #1A2B4E;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 8px;
    }
    
    .education_elite .team-section .col .text-holder .designation {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        color: #333E55;
    }
    
    .education_elite .team-section .col .text-holder p {
        color: #333E55;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 57px;
    }
    
    .education_elite .team-section .col .holder {
        background: #fff;
        box-shadow: 0px 38px 87px rgba(12, 42, 52, 0.03), 0px 13.8706px 41.6129px rgba(12, 42, 52, 0.0206994), 0px 6.73393px 27.2666px rgba(12, 42, 52, 0.0166887), 0px 3.3011px 18.0265px rgba(12, 42, 52, 0.0133113), 0px 1.30526px 9.48276px rgba(12, 42, 52, 0.00930055);
        border-radius: 8px;
    }
    
    .education_elite .team-section .col .holder .ee-team {
        padding: 24px 32px;
    }
    
    .education_elite .team-section .col .holder .ee-team .name-ee {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.38;
        letter-spacing: -0.01em;
        color: #1A2B4E;
    }
    
    .education_elite .team-section .col .holder .ee-team .designation-ee {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #333E55;
    }
    
    .education_elite .team-section .row {
        margin-bottom: 25px;
    }
    
    .education_elite .team-section .col .text-holder {
        background: #fff;
        padding: 32px 22px 24px 32px;
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: linear 0.3s;
        -moz-transition: linear 0.3s;
        transition: linear 0.3s;
        height: 270px;
        overflow: auto;
    }
    
    
    
    /* latest article section */
    
    .education_elite .latest-events {
        padding: 88px 0;
        background: #fff;
    }
    
    .education_elite .latest-events .col-2 {
        width: 33.33%;
    }
    
    .education_elite .latest-events .col-1 {
        width: 66.67%;
    }
    
    
    .education_elite .latest-events .col-2 .post {
        border-top: none;
        margin-left: -15px;
        padding-left: 15px;
        padding-top: 0;
        margin-bottom: 0;
    }
    
    .education_elite .latest-events .col-2 ul li {
        margin: 24px;
        padding: 0 0 24px 0;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .education_elite .latest-events .col-2 ul {
        border: 1px solid #fff;
        border-radius: 10px;
        box-shadow: 0px 38px 87px rgba(12, 42, 52, 0.03), 0px 13.8706px 41.6129px rgba(12, 42, 52, 0.0206994), 0px 6.73393px 27.2666px rgba(12, 42, 52, 0.0166887), 0px 3.3011px 18.0265px rgba(12, 42, 52, 0.0133113), 0px 1.30526px 9.48276px rgba(12, 42, 52, 0.00930055);
    }
    
    .education_elite .latest-events .col-2 .post .entry-title a {
        color: #152953;
    }
    
    .education_elite .latest-events .post .entry-title a {
        font-size: 18px;
        line-height: 22.73px;
        letter-spacing: -0.01em;
        font-family: var(--primary-font);
    }
    
    .education_elite .latest-events .post .entry-title {
        margin-bottom: 16px;
    }
    
    .education_elite .latest-events .post .entry-header a:hover,
    .education_elite .latest-events .post .entry-header a:focus {
        color: var(--primary-color);
    }
    
    .education_elite .latest-events .col-2 .post .entry-meta a {
        color: #999596;
    }
    
    .education_elite .latest-events .col-2 ul li:hover,
    .education_elite .latest-events .col-2 ul li:focus {
        background: #f6f6f6;
    }
    
    .education_elite .latest-events .post .text .entry-header a:hover {
        opacity: 0.6;
        color: #f9fcff;
    }
    
    .education_elite .latest-events .post .entry-meta .posted-on a:hover,
    .education_elite .latest-events .post .entry-meta .posted-on a:focus {
        color: #fff;
    }
    
    .education_elite .latest-events .btn-holder {
        margin-top: 20px;
    }
    
    .education_elite .latest-events .entry-footer .learn-more {
        background: none;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        text-transform: none;
        border-radius: 4px;
        position: relative;
        color: #fff;
        border: none;
        cursor: pointer;
        padding: 0 35px 0 0;
        margin-left: 32px;
    }
    
    .education_elite .latest-events .entry-footer .learn-more::before {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5625 5.25L19.3125 12L12.5625 18.75M18.375 12H4.6875' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        height: 24px;
        width: 24px;
        left: unset;
        top: 0px;
        right: 127px;
    }
    
    .education_elite .latest-events .col-1 .post .image-wrapper .text {
        background: #11374D;
        opacity: 0.9;
        border-radius: 4px;
    }
    
    .education_elite .latest-events .col-1 svg {
        filter: drop-shadow(0px 38px 87px rgba(12, 42, 52, 0.03)) drop-shadow(0px 13.8706px 41.6129px rgba(12, 42, 52, 0.0206994)) drop-shadow(0px 6.73393px 27.2666px rgba(12, 42, 52, 0.0166887)) drop-shadow(0px 3.3011px 18.0265px rgba(12, 42, 52, 0.0133113)) drop-shadow(0px 1.30526px 9.48276px rgba(12, 42, 52, 0.00930055));
        border-radius: 8px;
    }
    
    .latest-events .col-1 {
        padding: 0px;
    }
    
    /* Gallery section */
    
    .education_elite .gallery-slider {
        padding: 88px 0;
        background: #F5FAFD;
    }
    
    .education_elite .gallery-slider .header-part {
        margin-bottom: 0px;
    }
    
    .education_elite .gallery-slider .gallery-caption {
        display: none;
    }
    
    
    .education_elite .gallery-slider .section-title {
        margin-bottom: 56px;
        font-size: 40px;
        line-height: 51px;
        letter-spacing: -0.01em;
        color: #1A2B4E;
    }
    
    /* subcribe section */
    
    .education_elite .subscription {
        padding: 88px 0;
    }
    
    .education_elite .subscription::before {
        position: absolute;
        background: rgba(17, 55, 77, 0.95);
        top: 0;
        width: 100%;
        content: '';
        left: 0;
        pointer-events: none;
        height: 100%;
        z-index: 11;
    }
    
    .education_elite .subscription .container {
        z-index: 22;
    }
    
    .education_elite .subscription form {
        display: flex;
        align-items: flex-end;
    }
    
    .subscription form .tnp-field-email {
        width: 100%;
        margin-right: 16px;
    }
    
    .education_elite .subscription form input[type="submit"] {
        background: var(--secondary-color) !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    
    .education_elite .subscription form input[type="submit"] {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.33;
        text-transform: none;
        padding: 16px 24px 16px 56px !important;
        position: relative;
    }
    
    .education_elite .widget.widget_newsletterwidget form input[type="submit"] {
        color: #fff !important;
    }
    
    .education_elite .subscription form input[type="submit"]:hover,
    .subscription form input[type="submit"]:focus {
        background: var(--secondary-color) !important;
    }
    
    .subscription form input[type="email"],
    .subscription form input[type="search"] {
        padding: 14px;
    }
    
    .education_elite .subscription form input[type="submit"]::before {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1719 1.83051C22.0185 1.67718 21.8241 1.57144 21.612 1.52603C21.3999 1.48063 21.1793 1.49748 20.9765 1.57458L2.22514 8.67192H2.22139C2.00519 8.75508 1.81992 8.90295 1.6909 9.09534C1.56188 9.28772 1.49539 9.51525 1.50052 9.74684C1.50565 9.97843 1.58214 10.2028 1.71955 10.3893C1.85696 10.5758 2.04859 10.7153 2.26827 10.7888L2.28749 10.7949L8.72342 13.5432C8.84895 13.5813 8.98229 13.5858 9.11011 13.5563C9.23793 13.5267 9.35577 13.4642 9.45186 13.3749L19.7812 3.75005C19.812 3.71927 19.8486 3.69485 19.8888 3.67819C19.929 3.66154 19.9721 3.65296 20.0156 3.65296C20.0591 3.65296 20.1022 3.66154 20.1425 3.67819C20.1827 3.69485 20.2192 3.71927 20.25 3.75005C20.2808 3.78082 20.3052 3.81736 20.3218 3.85758C20.3385 3.89779 20.3471 3.94089 20.3471 3.98442C20.3471 4.02795 20.3385 4.07105 20.3218 4.11126C20.3052 4.15148 20.2808 4.18802 20.25 4.2188L10.6247 14.5435C10.5354 14.6396 10.4728 14.7574 10.4433 14.8852C10.4138 15.0131 10.4183 15.1464 10.4564 15.2719L13.2056 21.7116C13.2084 21.721 13.2112 21.7294 13.2145 21.7383C13.3645 22.1729 13.7442 22.4794 14.2031 22.5H14.25C14.4817 22.5014 14.7084 22.433 14.9006 22.3037C15.0929 22.1745 15.2419 21.9904 15.3281 21.7754L22.4245 3.02911C22.5027 2.82627 22.5205 2.60512 22.4756 2.39241C22.4308 2.1797 22.3253 1.98453 22.1719 1.83051Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        height: 51px;
        width: 51px;
        top: 0px;
        right: 0px;
    }
    
    
    .education_elite .subscription .tnp.tnp-widget {
        text-align: left;
    }
    
    /* footer section */
    
    .education_elite .site-footer {
        background: #F5FAFD;
        padding-top: 88px;
        padding-bottom: 0px;
    }
    
    .education_elite .site-footer .widget-area .widget-title {
        font-size: 20px;
        line-height: 25.25px;
        margin-bottom: 16px;
        color: #1A2B4E;
        text-transform: none;
        letter-spacing: -0.01em;
        font-family: var(--primary-font);
    }
    
    .education_elite .site-footer .widget-area .textwidget p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        color: #333E55;
    }
    
    .education_elite .widget-area .widget ul li a {
        line-height: 34px;
        color: #333E55;
    }
    
    .education_elite .widget-area .widget ul li a:hover {
        color: var(--ee-primary-color);
        color: var(--primary-color);
        opacity: 0.9;
    }
    
    .education_elite .site-footer .widget-area {
        border-bottom: 1px solid rgba(51, 62, 85, 0.07);
    }
    
    .education_elite .site-footer .site-info {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-top: 32px;
    }
    
    .education_elite .site-footer .site-info a {
        color: #333E55;
    }
    
    .education_elite .site-info ul li svg {
        font-size: 15px;
    }
    
    .education_elite .site-info ul li svg path {
        fill: #11374D;
    }
    
    .education_elite .site-info ul li svg path:hover {
        opacity: unset;
        fill: var(--secondary-color);
    }
    
    .education_elite .site-info span {
        color: rgba(51, 62, 85, 0.8);
    }
    
    .education_elite .site-info span a:hover {
        color: var(--secondary-color);
        text-decoration: none;
    }
    
    /* blog page */
    
    .education_elite #primary .read-more:hover,
    .education_elite #primary .read-more:focus,
    .education_elite .default-btn:hover,
    .education_elite .default-btn:focus {
        color: #fff;
        transform: translateY(-10px);
        background: var(--primary-color);
    }
    
    /* responsive  */
    
    @media (min-width: 991px) {
        .thumb-text li .box-1 {
            border-radius: 8px 0px 0px 8px;
        }
    
        .thumb-text li .box-4 {
            border-radius: 0px 8px 8px 0px;
        }
    }
    
    @media only screen and (max-width: 1199px) {
        .education_elite .container {
            width: 970px;
        }
    
        .education_elite .banner img {
            height: 700px;
            object-fit: cover;
        }
    }
    
    @media only screen and (max-width: 1199px) and (min-width: 1025px) {
        .education_elite .main-navigation li {
            margin-left: 25px;
        }
    
        .education_elite .site-header.uz-header .header-m .header-info {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-end;
            margin-left: auto;
        }
    
        .education_elite .site-header.uz-header .header-info div {
            margin-left: 10px;
            padding-left: 10px;
        }
    
        .education_elite .site-header.uz-header .header-m .header-info .email {
            padding-left: 42px;
            position: relative;
        }
    
        .education_elite .site-header.uz-header .header-m .header-info .email:before {
            left: 3px;
        }
    
        .education_elite .news-category .col.right {
            padding-left: 45px;
        }
    
        .education_elite .news-category .col {
            padding-right: 45px;
        }
    }
    
    @media only screen and (max-width: 1024px) {
        .education_elite .thumb-text li {
            width: 50%;
        }
    
        .education_elite .choose-us .col {
            margin-bottom: 20px;
        }
    
        .education_elite .news-category .col.right {
            padding-left: 15px;
        }
    
        .education_elite .news-category .col {
            padding-right: 0px;
        }
    }
    
    @media only screen and (max-width: 1199px) {
    
        .education_elite .mobile-menu .main-navigation ul li a:hover,
        .education_elite .mobile-menu .main-navigation ul li a:focus,
        .education_elite .mobile-menu .main-navigation ul li:hover>a,
        .education_elite .mobile-menu .main-navigation ul li:focus>a,
        .education_elite .mobile-menu .main-navigation ul .current-menu-item>a,
        .education_elite .mobile-menu .main-navigation ul .current-menu-ancestor>a,
        .education_elite .mobile-menu .main-navigation ul .current_page_item>a,
        .education_elite .mobile-menu .main-navigation ul .current_page_ancestor>a {
            opacity: 1;
            color: var(--primary-color);
        }
    }
    
    @media only screen and (max-width: 767px) {
        .education_elite .container {
            width: 100%;
        }
    
        .education_elite .banner .banner-text .text span {
            font-size: 38px;
        }
    
        .education_elite .site-branding {
            text-align: left;
        }
    
        .education_elite .banner img {
            height: 500px;
            object-fit: cover;
        }
    
        .education_elite .thumb-text {
            margin-top: 0;
        }
    
        .education_elite .welcome-note .col .text {
            padding-left: 0;
            padding-right: 0;
        }
    
        .education_elite .choose-us .col {
            width: 50%;
        }
    
        .education_elite .theme .theme-description {
            padding: 48px 0;
        }
    
        .education_elite .welcome-note {
            padding: 48px 0;
        }
    
        .education_elite .featured-courses {
            padding: 48px 0;
        }
    
        .education_elite .theme .theme-description .btn-holder a:first-child {
            margin-right: 25px;
        }
    
        .education_elite .choose-us {
            padding: 48px 0;
        }
    
        .education_elite .student-stories .image-wrapper {
            padding-top: 48px;
            padding-bottom: 48px;
        }
    
        .education_elite .welcome-note .header-part .section-title,
        .featured-courses .header-part .section-title,
        .theme .header-part .section-title,
        .choose-us .header-part .section-title,
        .image-wrapper .header-part .section-title,
        .latest-events .header-part .section-title {
            font-size: 30px;
        }
    
        .education_elite .latest-events {
            padding: 48px 0;
        }
    
        .education_elite .news-category {
            padding: 48px 0;
        }
    
        .education_elite .news-category .post {
            margin-bottom: 0px;
        }
    
        .education_elite .latest-events .col-1 {
            width: 100%;
        }
    
        .education_elite .team-section {
            padding: 48px 0;
        }
    
        .education_elite .latest-events .col-1 .post .image-wrapper {
            bottom: 0;
        }
    
        .education_elite .latest-events .col-1 .post .image-wrapper .text {
            width: 100%;
            margin-left: 0;
            background: rgba(17, 55, 77, 0.9);
        }
    
        .education_elite .latest-events .col-2 {
            width: 100%;
            padding-top: 20px;
        }
    
        .education_elite .site-info {
            flex-direction: column;
        }
    
        .education_elite .photo-gallery {
            padding: 48px 0 48px 0;
        }
    
        .education_elite .theme .theme-description .apply-ee::before {
            left: 282px;
        }
    
        .education_elite .theme .theme-description .apply::before {
            left: 302px;
        }
    
        .education_elite .theme .theme-description .apply {
            margin-right: 0px;
        }
    
        .education_elite .banner .banner-text {
            background: none;
        }
    
        .education_elite .news-category .post .text {
            padding: 20px 0 20px 20px;
        }
    }
    
    @media only screen and (max-width: 500px) {
        .education_elite .thumb-text li {
            width: 100%;
        }
    
        .education_elite .choose-us .col {
            width: 100%;
        }
    
        .education_elite .banner .banner-text {
            top: 50%;
        }
    
        .education_elite .banner .banner-text .text span {
            font-size: 30px;
        }
    }
    
    /* Lazy Load */
    .post-thumbnail {
        position: relative;
    }
    
    [data-loader=none] {
        opacity: 1;
    }
    
    [data-loader] {
        animation: fadeIn 1s;
        -webkit-animation: fadeIn 1s;
        -moz-animation: fadeIn 1s;
        -o-animation: fadeIn 1s;
        -ms-animation: fadeIn 1s;
    }
    
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
    
        100% {
            opacity: 1;
        }
    }
    
    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }
    
        100% {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
    
        100% {
            opacity: 1;
        }
    }
    
    [data-loader=fade] {
        opacity: 1;
        transition: opacity 1s ease-in;
    }
    
    [data-loader=circle] {
        opacity: 1;
        transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }
    
    .circle-animation {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        color: #c5cbd0;
        max-width: 40px;
        max-height: 40px;
    }
    
    .circle-animation::before,
    .circle-animation::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        background: currentColor;
        border-radius: 100%;
    }
    
    @keyframes circles {
        0% {
            transform: scale(0);
            opacity: 0;
        }
    
        5% {
            opacity: 1;
        }
    
        100% {
            transform: scale(1);
            opacity: 0;
        }
    }
    
    @media (prefers-reduced-motion: no-preference) {
        .circle-animation {
            animation-play-state: paused;
        }
    
        .circle-animation::after,
        .circle-animation::before {
            animation: circles 1.5s linear infinite;
        }
    
        .circle-animation::before {
            animation-delay: 0s;
        }
    
        .circle-animation::after {
            animation-delay: 0.8s;
        }
    }
    
    
    /* new changes */
    .site-info {
        padding: 20px 0;
    }
    
    .site-footer {
        padding: 58px 0 0;
    }
    
    #primary .read-more,
    .default-btn {
        font-weight: 700;
    }
    
    #rara-top {
        line-height: 55px;
    }
    
    .widget-area .widget .search-form input[type="search"] {
        padding: 0 10px;
        border: none;
    }
    
    .latest-events .col-1 .post .entry-title a:hover,
    .latest-events .col-1 .post .entry-meta a:hover,
    .latest-events .col-1 .entry-footer .learn-more:hover {
        color: #dfe1e4;
    }
    
    .latest-events .col-1 .post .entry-meta a {
        color: #ffffff;
    }
    
    .wp-block-image figcaption {
        text-align: center;
        font-size: 0.7em;
    }
    
    .owl-carousel button {
        box-shadow: none;
    }