/*
Theme Name: Brightmore
Theme URI: https://www.bikramkaji.com.np
Author: Bikram
Author URI: https://www.bikramkaji.com.np
Description: Custom WordPress Theme developed by Bikram.
Version: 1.0.0
Text Domain: brightmore
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

:root {
    --primary: #222B33;
    --secondary: #F27B32;
    --light-bg: #FAFAFA;
    --dark-bg: #303030;
    --white: #fff;
    --inter_font: 'Inter', sans-serif;
}

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
span,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    /*font-family: inherit;*/
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing ospanly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box;
    /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    word-wrap: break-word;
    background: var(--light-bg);
    font-family: var(--inter_font);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote,
blockquote p {
    font-style: italic;
}

blockquote p {
    margin-bottom: 0;
    padding: 5px 0;
}

blockquote {
    background: #f5f5f5;
    border-left: 4px solid;
    margin: 20px 0px 20px 25px;
    padding: 15px;
    position: relative;
}

blockquote,
q {
    quotes: """";
}

a {
    color: var(--primary);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
    color: var(--primary)
}

a img {
    border: 0;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary);
    font-family: var(--inter_font);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;    
}

p,
li {
    margin-bottom: 20px;
}

p {
    line-height: 1.5;
    font-size: 16px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    margin-bottom: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
    margin-bottom: 15px;
}

mark,
ins {
    background: var(--white);
    margin-bottom: 15px;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

caption,
th,
td {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-weight: 400;
    padding: 5px;
    text-align: center;
}

caption {
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item {
    display: inline-block;
    margin: 0 0 10px;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 10px 0 15px 25px;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 25px;
}

li {
    list-style-type: none;
}

dt {
    font-weight: bold;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0 auto 15px;
    position: relative;
}

table {
    width: 100%;
    margin: 15px 0;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

th {
    font-weight: bold;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /*background-color: #fed136;*/
    background: #222B33;
    border-radius: 0;
    border: none;
    color: var(--white);
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*opacity: 0.7;*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Aspanresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Aspanresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed ospanly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

div.wpcf7-validation-errors {
    border: 2px solid #004A80;
    bottom: -51px;
    clear: both;
    color: #E90838;
    margin: 0;
    padding: 15px;
}

.frm_error {
    color: #E90838;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    clear: both;
    color: #398f14;
    margin: 0;
    padding: 15px;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    padding: 0px 20px;    
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.wpcf7 form .wpcf7-response-output {
    border-radius: 10px;
    padding: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

input.wpcf7-validates-as-required.wpcf7-not-valid,
textarea.wpcf7-validates-as-required.wpcf7-not-valid,
.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #bb1c26;
}

input[type="text"],
input[type="password"],
textarea,
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
select {
    border-radius: 0;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    color: #000;
    padding: 15px;
    width: 100%;
    background: #F7F7F7;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus,
input[type="submit"] {
    border-color: #252525;
    outline: 0;
}

span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 3px;
}

.wpcf7 label {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0px;
    color: #252525;
}

.wpcf7 .wpcf7-list-item label {
    margin-bottom: 0;
}

.sidebar .wpcf7 input {
    background: var(--white);
    border: 1px solid #DDE2EA;
    padding-left: 12px;
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
}

/* custom layout */

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1200px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    float: left;
}

.custom-col-6:nth-child(2n+1),
.custom-col-2:nth-child(6n+1),
.custom-col-4:nth-child(3n+1),
.custom-col-3:nth-child(4n+1) {
    clear: both;
}

.custom-col-12 {
    width: 100%;
}

.custom-col-11 {
    width: 91.66666667%;
}

.custom-col-10 {
    width: 83.33333333%;
}

.custom-col-9 {
    width: 75%;
}

.custom-col-8 {
    width: 66.66666667%;
}

.custom-col-7 {
    width: 58.33333333%;
}

.custom-col-6 {
    width: 50%;
}

.custom-col-5 {
    width: 41.66666667%;
}

.custom-col-4 {
    width: 33.33333333%;
}

.custom-col-3 {
    width: 25%;
}

.custom-col-2 {
    width: 16.66666667%;
}

.custom-col-1 {
    width: 8.33333333%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
a:focus {
    outline: 1px dotted var(--light-bg)
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Menu Start
--------------------------------------------------------------*/

.menu-top-menu-container>ul,
.topbar-menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-navigation ul ul ul {
    right: 100%;
    top: 0px;
}

.main-navigation li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 15px 25px;
    padding: 0;
    position: relative;
}

.main-navigation li li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    margin: 0;
}

.main-navigation li li:last-child {
    border-bottom: none;
}

.main-navigation li:hover ul {
    display: block;
}

.main-navigation li:hover li ul {
    display: none;
}

.main-navigation li li:hover ul {
    display: block;
}

.main-navigation li li:hover li ul {
    display: none;
}

.main-navigation li li li:hover ul {
    display: block;
}

.main-navigation li li li:hover li ul {
    display: none;
}

.main-navigation li li li li:hover>ul {
    display: block;
}

.menu-top-menu-container>ul>li:first-child {
    margin-left: 0
}

.menu-top-menu-container>ul>li:last-child {
    margin-right: 0
}

.main-navigation ul>li>a {
    display: block;
    text-decoration: none;
    border-right: none;
}

.main-navigation ul>li>a:hover,
.main-navigation ul>li.active>a,
.main-navigation ul>li.current-menu-item>a {
    color: var(--primary);
}

.main-navigation ul li a {
    position: relative;
    color: var(--primary);
    font-family: var(--inter_font);
}

.hgroup-right .navbar {
    position: relative;
}

.main-navigation ul ul>li>a {
    padding: 15px 25px;
}

.main-navigation ul ul li a {
    font-size: 16px;
    border: none;
    margin: 0;
}

.main-navigation ul li ul li a:hover {
    box-shadow: none;
    background: var(--secondary);
    color: var(--white);
}

.main-navigation li li.current_page_item a:after,
.main-navigation ul li li a:hover:after {
    display: none;
}

.main-navigation .menu>li:hover:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul>li:hover:after,
.main-navigation li.current_page_item:after {
    width: 100%;
}

.main-navigation .menu>li:after,
.main-navigation ul li:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul>li:after,
.main-navigation li.current_page_item:after {
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: width 0.25s ease 0s;
    -webkit-transition: width 0.25s ease 0s;
    -moz-transition: width 0.25s ease 0s;
    -o-transition: width 0.25s ease 0s;
    width: 0;
    z-index: 88;
}

.main-navigation ul li li:after {
    display: none;
}

.main-navigation li.current-menu-item:after,
.main-navigation ul li.current_page_item:after {
    width: 100%;
}

.main-navigation ul li.menu-item-has-children>ul>li.menu-item-has-children>a:before {
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    right: 5px;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 19px;
}

.main-navigation ul li.menu-item-has-children>a::before {
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    font-family: FontAwesome;
    right: -15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 17px;
    font-size: 14px;
}

.main-navigation ul li.menu-item-has-children>ul>li.menu-item-has-children>a::before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.main-navigation ul ul {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    margin: 0;
    position: absolute;
    top: 38px;
    z-index: 999;
    background: var(--white);
    min-width: 200px;
    box-shadow: 1px 8px 16px 0 rgba(0, 0, 0, 0.4);
}

.main-navigation ul li:hover ul,
.main-navigation ul li:focus-within ul {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.main-navigation ul ul li {
    display: block;
}

.main-navigation ul .menu-btn a {
    background: var(--primary);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 15px;
    font-family: var(--inter_font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    padding: 15px 29px 17px;
}

.main-navigation ul>li.menu-btn.current-menu-item>a {
    color: var(--white);
}

.main-navigation ul .menu-btn a:hover {
    background: var(--secondary);
    color: var(--white);
}
.topbar-menu>ul {
    padding: 5px 0;
}
.topbar-menu li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0 10px 0;
    padding: 0;
    position: relative;
}
.topbar-menu li a {
    font-size: 15px;
}

/*--------------------------------------------------------------
Menu End
--------------------------------------------------------------*/


/*   -- "Inline Social Profiles" (These are the styles for the Social Site section) --   */

.inline-social-icons ul,
.inline-social-icon ul,
.block-social-icons ul,
.widget ul {
    margin: 0;
}

.inline-social-icon {
    padding: 15px 0;
}

.widget .inline-social-icon {
    padding: 0;
}

.inline-social-icon .entry-title {
    font-size: 22px;
    color: var(--white);
    margin-bottom: 60px;
}

.inline-social-icon li {
    display: inline-block;
    margin: 0 5px 5px 0;
    list-style: none
}

.inline-social-icon li:last-child {
    margin-right: 0;
}

.inline-social-icon li:first-child {
    margin-left: 0;
}

.inline-social-icon li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.inline-social-icon li a[href*="mailto:"]::before {
    content: "\f003";
}

.inline-social-icon li a[href*="google-plus.com"]::before {
    content: "\f0d5";
}

.inline-social-icon li a[href*="twitter.com"]::before {
    content: "\f099";
}

.inline-social-icon li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.inline-social-icon li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.inline-social-icon li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.inline-social-icon li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.inline-social-icon li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.inline-social-icon li a[href*="youtube.com"]::before {
    content: "\f167";
}

.inline-social-icon li a {
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--white);
    display: inline-block;
    font-size: 0px;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    background: var(--secondary);
    padding: 0 5px;
}

.inline-social-icon li a:hover {
    background: var(--primary);
    color: var(--white)
}

.inline-social-icon li a::before {
    font-family: "FontAwesome";
    color: var(--white);
    font-size: 26px;
    text-align: center;
}

.inline-social-icon li a:hover:before {
    color: var(--white);
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4rem;
    font-size: 14px;
    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 */
}


/*--------------------------------------------------------------
7.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: 0 auto;
}


/*--------------------------------------------------------------
8.0 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.row:before,
.row:after,
.quick-contact-item:before,
.quick-contact-item:after {
    display: block;
    content: "";
    clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin-bottom: 30px
}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.entry-content img {
    margin-bottom: 15px;
}

.entry-content {
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
    margin: 0;
}

.page-content,
.entry-content,
.entry-summary,
.entry-header {
    /*margin:0 0 15px;*/
}

.entry-content img,
.page-content img,
.entry-summary img {
    margin-bottom: 15px;
}

.page-links {
    clear: both;
    margin: 15px 0 0;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    /*display: none;*/
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.byblog-postauthor {
    display: block;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-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;
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    width: 100%;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------
13 Miscellaneous
--------------------------------------------------------------*/


/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/


/*-------------------------------------- 
14.0 Extra Styles
----------------------------------------*/

.back-to-top {
    bottom: 70px;
    position: fixed;
    right: 30px;
    z-index: 99;
}

.back-to-top a {
    color: var(--white);
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: var(--secondary);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
}

.back-to-top a:hover {
    color: var(--white);
    background: var(--primary);
    border-color: var(--white);
}

.back-to-top a::before {
    content: "\f106";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.button-wrapper {
    text-align: center;
}

.box-button,
input[type="submit"],
.wpcf7 input[type="submit"] {
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    z-index: 1;
    background: var(--secondary);
    color: var(--white);
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-family: var(--inter_font);
}

.box-button:hover,
.box-button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: var(--white);
    background: var(--primary);
    /* -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
    outline-color: rgba(0, 0, 0, 0);
    outline-offset: 15px;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    outline: 1px solid rgba(0, 127, 172, 0); */
}

.wpcf7 input[type="submit"],
input[type="submit"] {
    margin-bottom: 0;
    border: none;
    padding: 15px 20px;
}


/* main styling from here */


/* header-section starts*/

.site-header {
    position: relative;
}
.hgroup-wrap .container,
.course-list-wrapper,
.course-category-wrapper,
.benefits-list-wrapper,
.course-content,
.cta-content-wrapper,
.about-content-wrapper,
.counter-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.topbar .container .topbar-content {
    text-align: right;
}

.topbar .inline-social-icon,
.topbar .topbar-menu {
    float: right;
    padding: 0;
}

.topbar .inline-social-icon li a {
    height: 22px;
    width: 22px;
    border-radius: 4px;
    padding: 0;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.40);
}

.topbar .inline-social-icon li a:hover {
    background: rgba(0, 0, 0, 0.80);
}

.topbar .inline-social-icon li {
    margin-top: 5px;
}

.topbar .inline-social-icon li a::before {
    font-size: 13px;
}

.topbar-text span {
    font-size: 15px;
    //color: var(--white);
    font-family: var(--inter_font);
}

.hgroup-wrap {
    padding: 15px 0;
}


.sticky-header .site-header .hgroup-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: var(--white);
    padding: 10px 0;
}

.site-branding img,
.sticky-header .site-branding img  {
    max-width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.sticky-header .site-branding img {
    max-width: 120px;
}

.site-branding {
    width: 300px;
}

.site-branding a:hover img {
    opacity: 0.6;
}

.navbar {
    min-height: auto;
    border: none;
    margin: 0;
    display: block;
    padding: 0
}

.hgroup-wrap .hgroup-right {
    width: 76%;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    padding-left: 20px;
}


/* banner styling from here */

.banner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
}

.banner-image-section {
    width: 65%;
    -ms-flex-order: 2;
    order: 2;
}

.banner-image-section figure {
    margin:  0;
}

.banner-image-section img {
    width: 100%;
}

.banner-content-wrap {
    width: 35%;
    width: calc(35% - 40px);
    width: -webkit-calc(35% - 40px);
    margin-right: 40px;
    -ms-flex-order: 1;
    order: 1;
}

.banner-content-wrap .entry-title {
    font-size: 42px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.banner-content-wrap p:last-of-type {
    margin-bottom: 35px;
}

.banner-content-wrap .box-button {
    background: var(--secondary);
}

.banner-content-wrap .box-button:hover {
    background: var(--primary);
}

.slick-dots {
    bottom: 30px;
}

.slick-dots li button:before {
    display: none
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    background: var(--btn-bg);
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
    background: var(--primary);
}


/* page title styling from here */
.page-title-wrap {
    /*position: relative;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;*/
    line-height: 0;
    padding: 50px 0;
}

.page-title-wrap::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(87, 94, 170, 0.9);
}

.page-title-wrap .container {
    position: relative;
}

.page-title {
    margin-bottom: 8px;
    color: var(--white);
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 25px;
    text-transform: uppercase;
}

.breadcrumbs a {
    color: #888887;
}

.breadcrumbs a:hover {
    color: var(--primary);
}

.breadcrumbs ul {
    margin: 0 0 5px;
}

.breadcrumbs li {
    display: inline-block;
    margin: 0 10px 5px;
    position: relative;
    color: var(--primary);
}

.breadcrumbs li:first-child {
    margin-left: 0;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs li::before {
    position: absolute;
    display: block;
    content: "/";
    font-family: "FontAwesome";
    color: var(--white);
    opacity: 0.4;
    right: -17px;
    top: -11px;
    bottom: 0;
    margin: auto;
    height: 23px;
    font-size: 27px;
}

.breadcrumbs li:last-child:before {
    display: none;
}


/*header-section ends*/


/* site main styling from here */

.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
    padding-bottom: 10px
}

.site-content section {
    padding: 65px 0 70px;
    position: relative;
}

.entry-header.heading {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
}

.entry-header.heading .entry-title {
    font-size: 42px;
    margin-bottom: 29px;
    display: inline-block;
    position: relative;
}

.entry-header.heading p {
    margin: 0 auto 25px;
}

.entry-header.heading p:last-of-type {
    margin-bottom: 40px;
}

.entry-header.heading a .fa {
    font-size: 59px;
    line-height: 24px;
}

.slick-prev,
.slick-next {
    width: 35px;
    height:35px;
    z-index: 5;
}

.slick-prev:focus:before,
.slick-next:focus:before,
.slick-prev:hover:before,
.slick-next:hover:before {
    color: var(--secondary);
}

.slick-prev {
    left: -0px;
}

.slick-next {
    right: -0px;
}

.slick-prev::before,
.slick-next::before {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    margin: 0;
    font-size: 30px;
    color: var(--primary);
}

.slick-prev:hover:before,
.slick-next:hover:before {
    opacity: 0.5;
}

.slick-next::before {
    content: "\f105 ";
    font-family: fontawesome;
}

.slick-prev::before {
    content: "\f104";
    font-family: fontawesome;
}

.course-slider .slick-list {
    width: 96%;
    margin: auto;
}
.course-slider .slick-slide {
    display:inline-block;
    background: transparent radial-gradient(closest-side at 38% 60%,var(--white) 0%,var(--light-bg) 100%) 0% 0% no-repeat padding-box;
    padding: 15px 15px 18px;
    text-align: center;
    border-bottom: 4px solid var(--secondary);
    border-radius: 8px;
    margin: 10px;
}
/*.course-slider .slick-disabled {
    opacity : 0; 
    pointer-events:none;
}*/


/* homepage content starts*/
.course-list-wrapper,
.course-category-wrapper {
    margin-bottom: 30px;
    align-items: flex-start;
}
.course-category-item,
.course-list-item {    
    background: transparent radial-gradient(closest-side at 38% 60%,var(--white) 0%,var(--light-bg) 100%) 0% 0% no-repeat padding-box;
    padding: 15px 15px 18px;
    width: 24%;
    width: calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    margin: 0 10px 10px 0;
    text-align: center;
    border-bottom: 4px solid var(--secondary);
    border-radius: 8px;
    position: relative;
}

.course-slider .slick-slide {
    position: relative;
}
.course-list-item .course-meta,
.course-slider .course-meta {
    text-align: left;
}

.course-list-item .live-training,
.course-slider .live-training {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary);
    color: var(--white);
    padding: 5px 10px;
}

.course-category-item:hover,
.course-list-item:hover,
.course-slider .slick-slide:hover {
    background: rgb(0 0 0 / 24%);
    border-color: var(--primary);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.course-list-item:hover .live-training,
.course-slider .slick-slide:hover .live-training {
    background: var(--secondary);
}

.call-to-action,
.testimonial-section,
.subscribe-section {
    position: relative;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
    padding-bottom: 0;
}

/* call-to-action section starts*/
.call-to-action .cta-content-wrapper .cta-image-wrap {
    -ms-flex-order: 2;
    order: 2;
}


/* testimonial section starts*/

.testimonial-section::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent radial-gradient(closest-side at 38% 60%,var(--white) 0%,var(--light-bg) 100%) 0% 0% no-repeat padding-box;
}

.testimonial-section {
    text-align: center;
}

.testimonial-section .container {
    position: relative;
}

.testimonial-item {
    max-width: 760px;
    text-align: center;
}

.testimonial-item .entry-content p {
    font-size: 32px;
    line-height: 1.3;
}

.testimonial-item>.featured-image {
    width: 206px;
    height: 206px;
    border-radius: 210px;
    overflow: hidden;
    margin-bottom: 33px;
}

.individual-team-info .entry-content .author-info span,
.individual-team-info .entry-content .author-info,
.testimonial-item .author-info span,
.testimonial-item .author-info {
    font-size: 16px;
}

.author-info span {
    text-transform: capitalize;
}

.testimonial-item .entry-content {
    margin-bottom: 31px;
}


/* subscribe section starts*/
/*.subscribe-content-wrap .entry-header.heading {
    width: 350px;
    text-align: left;
}

.subscribe-content {
    width: 72.2%;
    width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    padding-left: 160px;
}
*/
.subscribe-content {
    text-align: center;
}

.subscribe-content h5 {
    text-transform: uppercase;
    padding-bottom: 0;
}

.trusted-clients-section {
    background: transparent radial-gradient(closest-side at 38% 60%,var(--white) 0%,var(--light-bg) 100%) 0% 0% no-repeat padding-box;
}
.trusted-clients-item {
    text-align: center;
}
.trusted-clients-section figure.featured-image {
    display: inline-block;
}
.benefits-item {
    padding: 15px 15px 18px;
    width: 24%;
    width: calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    margin: 0 10px 10px 0;
    text-align: center;
}

/* contact page starts*/

.site-content section.contact-page-section {
    padding-top: 115px;
    padding-bottom: 55px;
}

.contact-page-section {
    background: var(--light-bg)
}

.contact-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-content-wrap>div {
    width: 50%;
}

.contact-content-wrap>div:nth-child(2n+1) {
    padding-right: 50px;
}

.contact-content-wrap>div:nth-child(2n+2) {
    padding-left: 50px;
}

.contact-content-wrap .entry-header.heading {
    text-align: left;
    padding-bottom: 0;
}

.contact-content-wrap .entry-header.heading .entry-title {
    margin-bottom: 0;
}

.wpcf7-form p {
    position: relative;
    margin-bottom: 13px;
}

.wpcf7-form p input {
    padding: 9px;
    border-color: #EFEFEF;
    background: #F7F7F7;
    font-size: 14px;
}

.wpcf7-form p textarea,
.wpcf7-form p input {
    border-color: #CDCDCD;
    background: var(--white);
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: var(--inter_font);
}

.wpcf7 input[type="submit"] {
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    padding: 15px 19px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.quick-contact-section p,
.contact-form p {
    color: #858382;
}

.quick-contact-icon {
    width: 175px;
    text-align: center;
    float: left;
}

.quick-contact-text {
    width: 69%;
    float: right;
    width: calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    margin-top: 13px;
}

.quick-contact-item-wrapper {
    margin-top: 30px;
    position: relative;
}

.quick-contact-item-wrapper::before {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--secondary);
}

.quick-contact-item {
    margin-bottom: 33px;
    background: var(--white);
    padding: 32px 10px 32px 0;
}

.quick-contact-item:last-child {
    margin-bottom: 0;
}

.quick-contact-item h4 {
    font-size: 22px;
    color: #747474;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
}

.quick-contact-item span,
.quick-contact-item a {
    font-size: 18px;
    color: #747474;
}

.quick-contact-item a:hover {
    color: var(--secondary)
}

.wpcf7 p .fa {
    position: absolute;
    top: 19px;
    height: 26px;
    color: #b2b2b2;
    left: 20px;
    font-size: 18px;
    z-index: 9;
}

.wpcf7 p {
    position: relative;
}

.wpcf7 p.wpcf7-submit:before,
.wpcf7 p.wpcf7-submit:after {
    display: none;
}

.wpcf7-form p input,
.wpcf7 input {
    height: 55px;
}

.wpcf7 p.wpcf7-submit input {
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
    background: var(--secondary);
    border-radius: 0;
    font-size: 22px;
}

.wpcf7 p.wpcf7-submit input:hover {
    background: #575eaa
}

.wpcf7 {
    margin-top: 30px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #575eaa
}

.wpcf7-form p {
    margin-bottom: 15px;
}

.site-content section.map-section {
    padding: 0;
    line-height: 0;
}

.map-section figure {
    margin: 0;
}

.fd-root .ff__control {
    height: 84px;
    padding-top: 28px;
}

.fd-root .ff__button {
    padding: 16px 20px 15px;
    text-align: center;
    display: inline-block;
    width: auto;
    font-size: 16px;
}

.fd-root .ff__form {
    text-align: left;
}

.site-content section.subscribe-section {
    padding: 100px;
    background: var(--light-bg);
}

.page-template-homepage .site-content section.subscribe-section {
    background: var(--white);
}

/*newsletter section starts*/

.newsletter-section {
    background: var(--light-bg);
}

.site-content section.newsletter-section {
    padding-top: 54px;
    padding-bottom: 45px;
}

.newsletter-content-wrap {
    max-width: 1090px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter-content-wrap .entry-header.heading {
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
    width: 52.2%;
    width: calc(100% - 520px);
    width: -webkit-calc(100% - 520px);
    padding-right: 40px;
}

.newsletter-content-wrap .entry-header.heading .entry-title {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.mc4wp-form-wrapper {
    width: 520px;
}

.mc4wp-form-fields>p {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
    width: 74%;
    width: calc(100% - 135px);
    width: -webkit-calc(100% - 135px);
}

.mc4wp-form-fields p.signup-submit {
    width: 130px;
    padding: 0;
}

.mc4wp-form-fields input {
    padding: 15px 20px 16px;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}

.mc4wp-form-fields input[type="submit"] {
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
}

.signup-submit input {
    width: 100%;
    padding: 16px 20px 17px;
    background: var(--secondary);
}

.signup-icon-email input {
    background: rgb(255, 255, 255) url("assets/images/email-icon.png") no-repeat scroll 13px center;
    background-size: 20px;
}

.mc4wp-form-fields p input[type="email"] {
    padding-left: 40px;
    width: 480px;
    max-width: 100%;
}


/*team page starts*/

.site-content section.individual-team-section {
    padding-top: 120px;
    padding-bottom: 125px;
}

.team-author-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-author-wrapper>.featured-image {
    width: 52%;
}

.team-author-wrapper .author-info {
    width: 48%;
    padding-left: 75px;
    padding-right: 50px;
}

.author-info .author-name {
    margin-bottom: 0;
    padding-bottom: 8px;
}

.author-info .author-designation {
    margin-bottom: 10px;
}

.author-info .inline-social-icon {
    padding-top: 5px;
}

.individual-team-info>.entry-content {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}

.individual-team-info>.entry-content p {
    font-size: 36px;
    line-height: 1.2;
    font-family: var(--inter_font);
}

.individual-team-info>.entry-content .author-info {
    padding-top: 9px;
}

.team-section {
    background: var(--light-bg);
}

.team-item-wrapper {
    max-width: 870px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.team-item .team-author-wrapper {
    display: block;
}

.team-item-wrapper .team-item {
    width: 50%;
    margin-bottom: 60px;
}

.team-item-wrapper .team-item:nth-child(2n+1) {
    padding-right: 30px;
}

.team-item-wrapper .team-item:nth-child(2n+2) {
    padding-left: 30px;
}

.site-content section.team-section {
    padding-bottom: 50px;
}

.team-item .author-name {
    font-size: 32px;
}

.team-item>.featured-image {
    margin-bottom: 28px;
}
.mouse-scroll{
    text-align: center;
}
.mouse-scroll a {
    height: 58px;
    width: 30px;
    display: block;
    background: url(assets/images/right-arrow.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 100%;
    margin: 0 auto;
}
.mouse-scroll a .fa{
    display: none;
}
.error-404-wrapper.not-found {   
      text-align: center;
    }


/*footer section starts*/

.site-footer {
    position: relative;
    z-index: 9;
    background: var(--white);
}


/* widget area styling from here */

.widget-area {
    padding: 65px 0 8px;
}

.widget-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 14px;
    position: relative;
}

.widget ul li a {
    position: relative;
}

.site-footer .widget ul li a {
}

.site-footer .widget ul li a:hover {
    //color: var(--white);
    color: var(--secondary);
}

.widget ul li {
    margin-bottom: 9px;
}

.site-footer .widget ul li {
    margin-bottom: 15px;
}

.site-footer .widget .textwidget ul li {
    margin-bottom: 8px;
}

.site-footer .widget-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.site-footer .widget-title::before {
    background: var(--secondary) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 44px;
}

.site-footer .widget-area ul li,
.site-footer .widget-area span,
.site-footer .widget-area a,
.site-footer .widget-area p {
    font-family: var(--inter_font);
}

.site-footer .widget-area .contact-detail-content a {
    font-size: 16px;
}

.site-footer li {
    list-style: none;
}

.site-generator {
    padding: 25px 0 25px;
    position: relative;
    background-color: var(--dark-bg);
}

.site-generator .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-generator .container>div {
    width: 50%;
}

.site-generator .container>div:first-child {
    padding-right: 15px;
}

.site-generator .container>div:last-child {
    padding-left: 15px;
    text-align: right;
}

.site-generator-menu ul {
    margin: 0;
}

.site-footer,
.site-footer ul li,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer a,
.site-footer p,
.site-footer span {
    //color: var(--white);
}

.site-footer .box-button {
    background: var(--secondary);
}

.site-footer .box-button:hover {
    background: var(--primary);
}

.site-generator *,
.site-generator a,
.site-generator span,
.site-generator p {
    color: var(--white);
}

.site-footer .site-generator a:hover {
    color: var(--secondary);
}

.site-footer a:hover {
    color: var(--primary)
}

.copy-right span,
.copy-right p {
    display: block;
    margin-bottom: 5px;
}

.site-generator-menu li {
    display: inline-block;
    margin: 0 -2px 6px;
    border-right: 1px solid var(--secondary);
    line-height: 1;
    padding: 0 14px;
}

.site-generator-menu li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.site-generator-menu li:first-child {
    padding-left: 0;
}

/*select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("assets/images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 12px;
    font-size: 18px;
    color: var(--primary)
}
*/
.post-navigation .nav-links,
.posts-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-navigation .nav-links>div,
.posts-navigation .nav-links>div {
    width: 48%;
}

.nav-next {
    text-align: right;
}

.nav-links a {
    padding: 15px;
    background: var(--primary);
    color: var(--white);
    display: inline-block;
}

.nav-links a:hover {
    background: var(--secondary);
}

a,
a:hover,
.main-navigation ul>li:hover>a::after,
.main-navigation ul>li>a::after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
a:focus,
a:focus-within,
.main-navigation li a:focus-within {
    outline: 1px dotted #C3C3C3;
}


/* course other detail tab starts */
.site-content section.general-content-info-wrap {
    padding-top: 0;
}

.page-info-content-section .entry-header.heading {
    margin-bottom: 0;
}

.site-content section.page-info-content-section {
    padding-bottom: 30px;
}

.sticky-menu-section {
}
.sticky-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sticky-menu-wrap li {
    background: var(--primary);
    position: relative;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 16.6667%;
    list-style: none;
    border-left: 1px solid var(--white);
}

.sticky-menu-wrap li:last-child {
    border-right: 1px solid var(--white);
}

.sticky-menu-wrap ul {
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
}

.sticky-menu-wrap li a {
    padding: 15px 5px;
    text-align: center;
    display: block;
    color: var(--white);
    font-size: 16px;
    height: 100%;
    font-weight: 600;
}

.sticky-menu-wrap li a:hover,
.sticky-menu-wrap li.active a {
    color: var(--secondary)
}

.general-content-info-wrap>.container>div {
    padding: 60px 0 20px;
    border-bottom: 2px solid var(--primary);
}

.general-content-info-wrap>.container>div:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.general-sticky-menu .sticky-menu-section {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    width: 100%;
}

.sticky-menu-wrap li.init {
    display: none;
}

.general-sticky-menu .site-content section.general-content-info-wrap {
    padding-top: 105px;
}

.general-content-info-wrap .entry-content ul,
.general-content-info-wrap .entry-content ol,
.widget ul {
    margin: 0 0 20px;
    padding: 20px 30px;
    clear: both
}
.site-footer .widget ul {
    padding: 0;
}
.general-content-info-wrap .entry-content ul li,
.general-content-info-wrap .entry-content ol li,
.widget ul li {
    margin-bottom: 10px
}

.general-content-info-wrap .entry-content ul li:last-child,
.general-content-info-wrap .entry-content ol li:last-child,
.widget ul li:last-child {
    margin-bottom: 0
}

.general-content-info-wrap .entry-content ul h4,
.general-content-info-wrap .entry-content ol h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.general-content-info-wrap .entry-content h3 {
    padding-bottom: 0;
}

.general-content-info-wrap .entry-content h6 {
    font-size: 16px;
    margin-bottom: 10px;
    font-size: 16px;
}

/* quick enquiry btn */
.quick-enquiry-btn {
    width: 20%;
}
.quick-enquiry-btn a {
    color: var(--white);
    display: block;
    text-align: center;
    ///width: 200px;
    background: var(--secondary);
    padding: 15px 5px;
}

.quick-enquiry-btn a:hover {
    color: var(--white);
    background: var(--primary);
}

.quick-enquiry-btn a::before {
    content: "\f1d8";
    padding-right: 5px;
    font-family: "FontAwesome";
}

.widget input[type="search"] {
    width:  60%;
}

.archive .button-wrapper {
    //text-align: left;
    margin-top: 10px;
}
.blog-post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.blog-post-wrapper>.post,
.blog-post-wrapper>.courses {
    width: 46.1%;
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    /* padding: 20px 15px; */
    text-align: center;
    border: 1px solid #eaeaea;
    margin: 0 15px 30px;
}
.post-navigation-wrapper, 
.posts-navigation-wrapper {
    margin: 10px 0 30px;
    width: 100%;
}
.blog-post-wrapper>.post,
.blog-post-wrapper>.courses {
    padding: 17px;
    background: var(--light-bg);
    text-align: center;
}
.blog-post-wrapper>.post>.featured-image,
.blog-post-wrapper>.courses>.featured-image {
    margin: -20px -16px 15px;
}
.taxonomy-description {
    color: var(--white);
}

/* POPUP STYLE */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.course-list-section .grid .element-item {
    width: 25%;
    padding: 0 15px;
}

.course-category-group {
    margin: 0;
    padding: 30px 0;
}

ul.course-category-group li {
    list-style: none;
    display: inline-block;
    margin: 0 2px 5px;
    cursor: pointer;
    position: relative;
    background: var(--secondary);
    padding: 10px 22px;
    border-radius: 8px;
    color: #fff;
}

ul.course-category-group li.active, ul.course-category-group li:hover {
    background: var(--primary);
}

.course-content-item img {
    width: 60px;
}

.rating {
    margin-bottom: 25px;
    display: block;
}
.rating .fa {
    color: var(--secondary);
    font-size: 20px;
}

/* counter section styling from here */
.site-content section.counter-section {
    padding: 95px 0 80px;
    text-align: center
}
.counter-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.counter-name {
    display: block;
    font-weight: 700;
}
.count-text-wrapper>span {
    font-size: 50px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 5px;
    display: inline-block;
    color: var(--secondary);
}
.about-desc-wrapper {
    text-align: left;
    padding-right: 100px;
}
