/*!
Theme Name: Sunny Truck Driving School
Theme URI: https://sunnytruckdrivingschool.com/
Author: Sunny Truck Driving School
Author URI: https://sunnytruckdrivingschool.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sunny-truck
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sunny-truck is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility !important;
}

body,
html {
    overflow-x: hidden !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--common-color);
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    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-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
    margin-right: 12px;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
    font-size: 14px;
    font-family: var(--roboto-font);
    font-weight: 500;
    color: var(--secondary-color);
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

    .mian-steps .title-wp {
        margin-bottom: 80px;
    }

    .main-service-detail.tution-finance .title-wp {
        margin-bottom: 80px;
    }

    .main-service-detail.financial-aid .service-detail-sec .h2-title {
        font-size: 40px;
    }

    .main-navigation ul li.menu-item-has-children>a:hover:after {
        color: var(--primary-color);
    }

    .main-banner.dark-overlay:has(.banner-video):before {
        display: none;
    }

    .footer-box {
        margin-top: 33px;
    }

    .main-contact-form .contact-form .form-input {
        padding: 0 35px;
    }

    .main-contact-form .contact-form .wpcf7-form-control-wrap textarea {
        padding: 12px 35px;
    }

    .main-navigation ul li.menu-item-has-children>a {
        padding-bottom: 20px;
    }
}

.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 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    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;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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,
.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%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    position: absolute;
    width: 240px;
    height: 125px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border-radius: 60px;
}

.custom-logo-link img {
    width: 160px;
}

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

/*========== Fonts CSS Start ==========*/

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 15px;
    pointer-events: none;
    color: var(--primary-color);
    font-size: 16px;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--red-color);
    margin-bottom: -24px;
    text-align: left;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.screen-reader-response {
    display: none;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 20px 0;
    padding: 3px 10px;
    border: 1px solid var(--red-color);
    color: var(--red-color);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #46b450;
    color: #46b450;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    -webkit-appearance: none;
    /* border-radius: 0; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--input-color);
    opacity: 1;
}

select option {
    color: #000;
}

select {
    color: var(--input-color) !important;
}

select::-ms-expand {
    display: none;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 45px;
    border: 1px solid var(--secondary-color);
    outline: none !important;
    padding: 0 25px;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
    background: var(--white-color);
    -webkit-appearance: none;
    border-radius: 100px;
}

select,
select.form-input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
}

.form-input.wpcf7-textarea {
    height: 180px;
    resize: none;
    padding: 15px 25px;
    display: block;
    border-radius: 12px;
}

.submit-btn {
    text-align: left;
    position: relative;
    display: inline-block;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(0, -50%);
    margin: 0;
}

.wpcf7 input[type="checkbox"],
.woocommerce form .form-row .input-checkbox,
.woocommerce-form__input,
.wpcf7 input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

span.wpcf7-list-item-label,
.woocommerce-form__label-for-checkbox span,
.comment-form-cookies-consent label {
    padding-left: 30px;
}

.comment-form-cookies-consent label {
    padding-left: 10px;
}

label {
    margin-bottom: 0px;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:before,
.woocommerce-form__label-for-checkbox span:after {
    content: " ";
}

span.wpcf7-list-item-label:before,
.woocommerce-form__label-for-checkbox span:before,
.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
    z-index: 1;
}

span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

input[type="radio"]:checked~span:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-list-item {
    margin: 10px 1em 0 0px;
    padding-bottom: 10px;
    display: block;
}

.woocommerce-form__label-for-checkbox span:before,
.checkbox-wp .wpcf7-list-item-label:before,
.comment-form-cookies-consent label:before {
    border-radius: 0;
}

.checkbox-wp .wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "\f00c";
    width: 20px;
    height: 20px;
    background: transparent;
    color: var(--white-color);
    border-radius: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--primary-color);
    border-radius: 3px;
}

input[type="checkbox"]:checked~span:before,
input[type="checkbox"]:checked~span:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:before,
input[type="checkbox"]:checked~label:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-not-valid-tip {
    display: none;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: var(--red-color);
    opacity: 0.7;
}

.form-input-checkbox .wpcf7-list-item {
    position: relative;
    margin: 0;
    margin-right: 30px;
}

span.wpcf7-list-item,
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woocommerce form .form-row label {
    position: relative;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--red-color);
    color: var(--red-color);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.form-input-checkbox .wpcf7-list-item.last {
    margin: 0;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.comment-form-cookies-consent input {
    opacity: 0;
    display: inline-block;
    width: auto !important;
}

.form-box {
    position: relative;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    padding-bottom: 20px;
}

.form-box.form-input-file input[type="file"] {
    position: relative;
    width: 76px;
    height: 73px;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--input-color);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0;
}

.form-box.form-input-file .input-file-icon:before,
.form-box.form-input-file .input-file-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon:after {
    width: 1px;
    height: 30px;
}

.form-box.form-input-file span.input-file-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.wpcf7 p:last-child {
    margin-bottom: 0;
}

/*========== Form CSS End ==========*/

/*========== Fonts CSS Start ==========*/

@font-face {
    font-family: "Raleway";
    src: url("assets/fonts/Raleway-Bold.eot");
    src: url("assets/fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Raleway-Bold.woff2") format("woff2"), url("assets/fonts/Raleway-Bold.woff") format("woff"), url("assets/fonts/Raleway-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-Bold.eot");
    src: url("assets/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/Roboto-Bold.woff") format("woff"), url("assets/fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("assets/fonts/Rubik-Bold.eot");
    src: url("assets/fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik-Bold.woff2") format("woff2"), url("assets/fonts/Rubik-Bold.woff") format("woff"), url("assets/fonts/Rubik-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("assets/fonts/Rubik-Medium.eot");
    src: url("assets/fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik-Medium.woff2") format("woff2"), url("assets/fonts/Rubik-Medium.woff") format("woff"), url("assets/fonts/Rubik-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-Medium.eot");
    src: url("assets/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto-Medium.woff2") format("woff2"), url("assets/fonts/Roboto-Medium.woff") format("woff"), url("assets/fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("assets/fonts/Rubik-Regular.eot");
    src: url("assets/fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik-Regular.woff2") format("woff2"), url("assets/fonts/Rubik-Regular.woff") format("woff"), url("assets/fonts/Rubik-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*========== Fonts CSS End ==========*/

/*==========Common CSS ==========*/

:root {
    --primary-color: #f89b21;
    --secondary-color: #302c2c;
    --light-bg-color: #eeeeee;
    --dark-color: #000000;
    --common-color: #777777;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --input-color: #555555;
    --gradient-color: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --body-font: "Rubik";
    --title-font: "Raleway";
    --roboto-font: "Roboto";
    --br20: 20px;
    --primary-border: 1px solid var(--primary-color);
    --primary-bshadow: rgba(0, 0, 0, 0.15) 0px 13px 16px 10px;
    --secondary-bshadow: rgba(0, 0, 0, 0.15) 0px 3px 11px 5px;
    --gutter: 30px;
    --sec-gap: 100px;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

.p-text p:last-child {
    margin-bottom: 0;
}

.overflow-hidden-div {
    overflow: hidden;
    backface-visibility: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary-color);
    font-family: var(--body-font);
}

html body {
    top: calc(var(--top, 0) * -1px) !important;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    color: var(--secondary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--dark-color);
    font-family: var(--title-font);
    text-transform: capitalize;
}

p a,
a {
    color: var(--primary-color);
    transition: 0.3s;
}

p a:hover,
a:hover {
    color: var(--dark-color);
}

.h1-title {
    font-size: 75px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 15px;
    text-transform: capitalize;
}

.h2-title {
    font-size: 44px;
    line-height: 1.23;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--secondary-color);
    text-transform: capitalize;
    margin-bottom: 0;
}

.h3-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 0;
}

.h5-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.wow {
    visibility: hidden;
}

.callus {
    font-weight: inherit;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.for-des-flex {
    display: flex !important;
}

.for-mob-flex {
    display: none !important;
}

.menu-des {
    display: inline-block;
}

.menu-mob {
    display: none;
}

.container {
    position: relative;
    z-index: 5;
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.back-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.7);
    display: none;
    z-index: 5;
}

.ajax-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: var(--primary-color);
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.main-navigation ul li.menu-item-has-children>a {
    padding-right: 15px;
    position: relative;
}

.main-navigation ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: absolute;
    top: 32%;
    right: 0;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 26px;
    color: var(--dark-color);
    transition: 0.3s;
}

.main-navigation ul li.menu-item-has-children:hover>a:after {
    transform: translate(0, -58%) rotate(-180deg);
}

.main-navigation ul ul {
    position: absolute;
    top: 150%;
    left: 0 !important;
    float: none;
    width: 200px;
    background: var(--white-color);
    box-shadow: 0 0 10px rgb(60 140 244 / 15%);
    text-align: left;
    display: none;
    opacity: 0;
    border-radius: 2px;
    transition: 0.3s;
}

.main-navigation ul li.menu-item-has-children:hover ul {
    display: block;
    opacity: 1;
    top: 150%;
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    transition: 0.3s;
    color: var(--secondary-color);
}

.main-navigation ul ul li a:hover {
    color: var(--primary-color);
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt {
    width: 180px;
    height: 45px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.sec-btn-outline {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.sec-btn-outline:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.main-banner .banner-video,
.main-banner .banner-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-banner .banner-video video {
    left: 50%;
    transform: translate(-50%);
    object-fit: cover;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: var(--gutter);
    --container-space: calc(var(--gutter) / 2);
    padding-right: var(--container-space);
    padding-left: var(--container-space);
}

.row {
    --bs-gutter-x: var(--gutter);
}

.slick-slider [class*="col-"] {
    padding-right: calc(var(--gutter) / 2);
    padding-left: calc(var(--gutter) / 2);
}

.sec-gap {
    padding: var(--sec-gap) 0;
}

.sec-gap-bottom {
    padding-bottom: var(--sec-gap);
}

.sec-gap-top {
    padding-top: var(--sec-gap);
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/
.modal-open .modal,
.modal-open {
    padding-right: 0 !important;
}

.modal-open {
    position: fixed;
    width: 100%;
}

.modal-content {
    border: none;
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgb(60 140 244 / 16%);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    border: 0;
    z-index: 2;
    transition: 0.3s;
}

button.close:hover {
    background: var(--secondary-color);
    /* color: var(--dark-color); */
}

.modal-dialog {
    margin: 0 auto;
    max-width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text {
    padding: 20px 30px !important;
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
}

.common-popup-text::-webkit-scrollbar {
    width: 3px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.common-popup-text::-webkit-scrollbar-track {
    background: #cccccc;
}

.contact-lances-modal select {
    padding: 0 40px 0 25px;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: unset !important;
    }
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider Css End==========*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    font-size: 0;
    line-height: 1;
    bottom: 0;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px 0 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: var(--white-color);
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 0;
    transition: 0.3s;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--primary-color);
}

.slick-initialized .slick-slide {
    outline: none !important;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
    max-height: unset !important;
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none !important;
    background: var(--primary-color);
    outline: none !important;
    color: var(--white-color);
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.slide-arrow.next-arrow.slick-arrow {
    left: 60px;
}

.slick-arrow:hover {
    background: var(--dark-color);
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

/*==========Slider Css End==========*/

/*==========Overflow CSS==========*/
.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
}

.overflow-text::-webkit-scrollbar,
[data-simplebar="init"]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
    width: 0;
    opacity: 0 !important;
    display: none;
    clip-path: inset(0 0 30px 0);
}

.simplebar-track.horizontal {
    display: none;
}

.overflow-text::-webkit-scrollbar-thumb {
    opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
    opacity: 0 !important;
}

.simplebar-track {
    width: 3px;
    background: #cccccc;
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: var(--primary-color);
    opacity: 1 !important;
    width: 100%;
}

[data-simplebar="init"] {
    padding-right: 10px;
    scrollbar-color: transparent transparent;
}

.simplebar-scroll-content {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.simplebar-content {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.simplebar-content p:last-child {
    margin-bottom: 0;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

/*==========Overflow CSS End==========*/

/*==========White text CSS==========*/
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text label,
.white-text span:not(.wpcf7-form-control-wrap) {
    color: var(--white-color);
}

.white-list-link a {
    color: var(--white-color);
}

.fancybox-video {
    background-color: var(--white-color);
}

.white-arrow-dots .slick-dots li button {
    border-color: var(--white-color);
}

.white-arrow-dots .slick-dots li.slick-active button,
.white-arrow-dots .slick-dots li button:hover {
    background: var(--white-color);
}

.white-arrow-dots .slick-arrow {
    background: var(--white-color);
    color: var(--dark-color);
}

.white-arrow-dots .slick-arrow:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.white-btn {
    background: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.white-form .form-input,
.white-form .input-text,
.white-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.white-form select {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.white-form span.wpcf7-list-item-label:before,
.white-form .woocommerce-form__label-for-checkbox span:before,
.white-form .comment-form-cookies-consent label:before {
    border-color: var(--white-color);
    background: var(--white-color);
}

.white-form span.wpcf7-list-item-label:after,
.white-form .woocommerce-form__label-for-checkbox span:after,
.white-form .comment-form-cookies-consent label:after {
    background: var(--red-color);
}

.white-form .form-input::-webkit-input-placeholder,
.white-form .input-text::-webkit-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder,
.white-form .input-text::-moz-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder,
.white-form .input-text:-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder,
.white-form .input-text::-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::placeholder,
.white-form .input-text::placeholder {
    color: var(--white-input-color);
}

.white-form select {
    color: var(--white-input-color) !important;
}

.white-form .form-element i {
    color: var(--white-color);
}

.white-form .wpcf7 form .wpcf7-response-output {
    color: var(--white-color);
}

/*==========White text CSS End==========*/

/*==========Header CSS Start==========*/

.header-top {
    padding: 8px 0;
    background: #302c2c;
    height: 48px;
}

.header-top-content:last-child {
    margin-right: 0;
}

.header-top-content-wp {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 16px;
}

.header-top-content {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.header-top-content img {
    margin-right: 10px;
    width: 15px;
}

.header-top-content a {
    color: var(--white-color);
    font-size: 14px;
    line-height: 20px;
}

.header-menu {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.site-branding {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
    background-color: var(--white-color);
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item>a {
    color: var(--primary-color);
}

.header-top-content a:hover {
    color: var(--primary-color);
}

.site-header.sticky_head {
    box-shadow: var(--box-shadow);
}

.header-top .container,
.main-header .container {
    z-index: unset;
}

.main-navigation .menu li.current-menu-parent>a {
    color: var(--primary-color);
}

.main-navigation ul li.menu-item-has-children.current-menu-ancestor>a:after {
    color: var(--primary-color);
}

.top-address-wp {
    display: flex;
    align-items: center;
    margin-right: 14px;
}

.top-address-wp .header-top-content a {
    font-size: 12px;
}

.top-address-wp .header-top-content img {
    width: 13px;
    margin-right: 6px;
}

/*==========Translate CSS Start==========*/

.header-top-content-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-translate-wp .gt_float_switcher {
    display: block;
}

.lang-translate-wp .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px;
}

.lang-translate-wp .gt_float_switcher img {
    width: 26px;
    height: 20px;
}

.lang-translate-wp span.gt-lang-code {
    font-size: 16px;
}

.lang-translate-wp .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: 16px;
    width: 15px;
    transform: rotate(0deg);
}

.lang-translate-wp .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(180deg) !important;
}

.lang-translate-wp .gt_float_switcher .gt_options a {
    padding: 5px;
    font-size: 13px;
    transition: 0.3s;
}

.lang-translate-wp .gt_float_switcher .gt_options {
    max-height: unset;
    overflow: hidden;
    transform: unset;
    position: absolute;
    border-radius: 2px 0 2px 2px;
    width: 161px;
    right: 15px;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 13px 3px;
}

.lang-translate-wp .gt_float_switcher .gt_options a:hover {
    background: var(--primary-color);
}

.main-navigation .cs-cart-item a:before {
    content: "";
    --size: 16px;
    position: absolute;
    width: var(--size);
    height: var(--size);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xIDFhMSAxIDAgMSAwIDAgMmgxLjc4YS42OTQuNjk0IDM1Ljc4NCAwIDEgLjY1Ny40NzRsMy4yOTcgOS44OTNjLjE0Ny40NC4xNjUuOTEyLjA1MyAxLjM2MmwtLjI3MSAxLjA4N0M2LjExNyAxNy40MSA3LjM1OCAxOSA5IDE5aDEyYTEgMSAwIDEgMCAwLTJIOWMtLjM5IDAtLjY0LS4zMi0uNTQ1LS42OTdsLjIwNS0uODE4QS42NC42NCAxNDIuMDI4IDAgMSA5LjI4IDE1SDIwYTEgMSAwIDAgMCAuOTUtLjY4NGwyLjY2NS04QTEgMSAwIDAgMCAyMi42NjYgNUg2LjU1NWEuNjk0LjY5NCAzNS43ODMgMCAxLS42NTgtLjQ3NGwtLjk0OC0yLjg0MkExIDEgMCAwIDAgNCAxem03IDE5YTIgMiAwIDEgMCAwIDQgMiAyIDAgMCAwIDAtNHptMTIgMGEyIDIgMCAxIDAgMCA0IDIgMiAwIDAgMCAwLTR6IiBwYWludC1vcmRlcj0iZmlsbCBtYXJrZXJzIHN0cm9rZSIgZmlsbD0iI2Y4OWIyMSIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    background: var(--dark-color);
    transition: 0.3s;
}

.main-navigation .cs-cart-item a {
    position: relative;
    font-size: 0;
    display: inline-block;
}

.main-navigation .cs-cart-item a:hover:before,
.main-navigation .cs-cart-item.current-menu-item a:before {
    background: var(--primary-color);
}

body:not(.logged-in) .main-navigation .cs-my-acc-item ul.sub-menu {
    display: none !important;
}

body:not(.logged-in) .main-navigation ul li.menu-item-has-children.cs-my-acc-item>a {
    padding: 0;
}

body:not(.logged-in) .main-navigation ul li.menu-item-has-children.cs-my-acc-item>a:after {
    content: none !important;
}

/*==========Header CSS End==========*/

.main-easy-installment {
    position: relative;
    padding: 60px 0;
    background: var(--light-bg-color);
}

/*==========Banner CSS Start==========*/

.main-banner {
    position: relative;
    padding: 220px 0 180px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--input-color);
}

.main-banner.dark-overlay:before{
    z-index: 1;
}

.banner-slider-img {
    position: relative;
    height: 100%;
}

.banner-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
}

.banner-slider .slick-list.draggable,
.banner-slider .slick-track {
    height: 100%;
}

.slick-dots li.slick-active button {
    width: 30px;
}

.banner-slider .slick-dots {
    bottom: 55px;
}

.dark-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 0.65;
    z-index: 0;
}

.main-price-plan-wp .dark-overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--secondary-color);
    opacity: 0.65;
    z-index: 0;
}


.banner-btn {
    margin-top: 45px;
}

.banner-content .ti-widget.ti-goog {
    margin-bottom: 10px;
    text-align: left;
}

.banner-content .ti-widget.ti-goog .ti-widget-container {
    text-align: left;
    margin: 0;
}

.banner-content h1 {
    margin-bottom: 20px;
}

.banner-content .sub-text {
    max-width: 520px;
    text-transform: capitalize;
}

.banner-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content .sub-text p {
    font-weight: 500;
}

.banner-content .sub-text ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.banner-content .sub-text ul li:last-child {
    margin-bottom: 0;
}

.banner-content .sub-text ul li:before {
    --size: 20px;
    content: "";
    position: absolute;
    width: var(--size);
    height: var(--size);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    --mask-img: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_67_154)%22%3E%3Cpath%20d%3D%22M10%200C4.48622%200%200%204.48622%200%2010C0%2015.5138%204.48622%2020%2010%2020C15.5138%2020%2020%2015.5138%2020%2010C20%204.48622%2015.5138%200%2010%200ZM15.589%207.36842L9.198%2013.7093C8.82206%2014.0852%208.22055%2014.1103%207.81955%2013.7343L4.43609%2010.6516C4.03509%2010.2757%204.01003%209.64912%204.3609%209.24812C4.73684%208.84712%205.36341%208.82206%205.76441%209.198L8.44612%2011.6541L14.1604%205.93985C14.5614%205.53885%2015.188%205.53885%2015.589%205.93985C15.99%206.34085%2015.99%206.96742%2015.589%207.36842Z%22%20fill%3D%22%232481CD%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_67_154%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    mask: var(--mask-img) no-repeat center/contain;
    -webkit-mask: var(--mask-img) no-repeat center/contain;
}

.main-banner .banner-btn {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.main-banner .banner-btn .sec-btn {
    width: auto;
    min-width: 180px;
    padding-inline: 20px;
}

.main-banner .highlighted-text {
    margin-top: 20px;
}

.banner-content .test-pass .h4-title {
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 26px;
    line-height: 1.2;
    text-transform: unset;
    animation: blink-animation 1.5s steps(5, start) infinite;
}

.banner-content .test-pass {
    margin-bottom: 30px;
    max-width: 580px;
}

.main-banner .contact-us-form .form-input {
    border-radius: 100px;
    padding: 0 25px;
}

.main-banner .contact-us-form {
    padding: 50px 30px;
    background: rgb(48 44 44 / 80%);
    border-radius: 20px;
}

.main-banner .contact-us-form .wpcf7-form-control-wrap textarea {
    height: 180px;
    border-radius: 12px;
    padding: 12px 25px;
}

.main-banner .contact-us-form .submit-btn,
.main-banner .contact-us-form .sec-btn {
    width: 100%;
    border: 1px solid transparent;
}

.main-banner .contact-us-form .wpcf7 .wpcf7-spinner {
    transform: translate(0, -50%) scale(0.7);
    transform-origin: left;
    left: 102%;
}

.main-banner .contact-us-form .sec-btn:hover,
.footer-form .sec-btn:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.main-banner .contact-us-form .wpcf7-form.invalid .wpcf7-response-output {
    background: var(--white-color);
}

.main-banner .contact-us-form span.wpcf7-not-valid-tip {
    color: var(--white-color);
}

.main-banner .contact-us-form .wpcf7 .wpcf7-spinner {
    display: none;
}

.highlighted-text h5 {
    font-size: 20px;
    font-weight: bold;
    color: #87CEEB;
    margin: 0;
}

/*==========Banner CSS End==========*/

/*==========About Us CSS Start==========*/

.about-us-wp {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 30px;
}

.sec-title .sub-title:before,
.sec-title .sub-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 28px;
    height: 2px;
    background-color: var(--primary-color);
    -webkit-mask-image: url(assets/images/dotted-line.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 0;
}

.sub-title {
    position: relative;
    padding: 0 10px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    color: var(--primary-color);
    width: max-content;
    margin: 0 auto 10px;
}

.sec-title .sub-title:after {
    transform: rotate(180deg);
    left: auto;
    right: 100%;
}

.main-about-us {
    position: relative;
}

.sec-title {
    margin-bottom: 60px;
}

.about-us-img {
    height: 510px;
    width: calc(100% + 90%);
    margin-left: 80px;
}

.about-us-content .about-us-wp:last-child {
    margin-bottom: 0;
}

.img-shape {
    position: relative;
}

.img-shape:before {
    --gap: -12px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
}

.left-img-shape:before {
    left: var(--gap);
    bottom: var(--gap);
}

.right-img-shape:before {
    left: auto;
    bottom: auto;
    right: var(--gap);
    top: var(--gap);
}

.about-us-wp .img-wp {
    min-width: 98px;
    text-align: center;
}

/*==========About Us CSS End==========*/
/*==========Why We CSS Start==========*/

.why-we-card-wp {
    text-align: center;
    border: var(--primary-border);
    border-radius: var(--br20);
    padding: 30px;
    box-shadow: var(--primary-bshadow);
    background: var(--white-color);
    height: 100%;
}

.why-we-card-text {
    margin-top: 20px;
}

.why-we-card-text .h3-title {
    margin-bottom: 10px;
}

.main-why-we {
    position: relative;
}

.why-we-card-wp .icon {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-path-shape:before {
    --shape-width: 904px;
    content: "";
    position: absolute;
    width: var(--shape-width);
    height: calc(var(--shape-width) * 1.0774);
    background: var(--primary-color);
    -webkit-mask-image: url(assets/images/path-shape.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    opacity: 0.15;
    z-index: 0;
}

.main-why-we.bg-path-shape:before {
    bottom: -150px;
    right: 50%;
    transform: rotate(-2.05deg) translateX(-630px);
}

.why-we-card-text .why-we-card-text-wp {
    height: 132px;
}

/*==========Why We CSS End==========*/

/*==========Courses CSS Start==========*/

.sec-title .sub-text {
    margin-top: 20px;
}

.courses-card-img {
    height: 220px;
}

.courses-card-wp {
    border: var(--primary-border);
    border-radius: var(--br20);
    box-shadow: var(--primary-bshadow);
    transition: 0.3s;
}

.courses-card-content {
    padding: 30px;
    background: var(--white-color);
}

.courses-card-content .h3-title {
    margin-bottom: 10px;
    transition: 0.3s;
}

.main-courses {
    position: relative;
    background: var(--light-bg-color);
    overflow: hidden;
}

.main-courses.bg-path-shape:before {
    --shape-width: 727px;
    background: var(--secondary-color);
    left: 50%;
    bottom: 80px;
    transform: rotateY(180deg) rotate(-10deg) translateX(-590px);
}

.main-courses-card:hover .courses-card-wp {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 14px 8px;
}

.main-courses-card:hover .courses-card-content .h3-title {
    color: var(--primary-color);
}

/*==========Courses CSS End==========*/

/*==========Review Slider CSS Start==========*/

.review-card {
    position: relative;
    border: var(--primary-border);
    border-radius: var(--br20);
    padding: 90px 60px 40px;
    box-shadow: var(--primary-bshadow);
    background: var(--white-color);
    overflow: visible;
}

.review-slider .slick-list.draggable {
    padding-bottom: 65px;
    overflow: visible;
}

.review-slider .slick-dots li button {
    background: var(--secondary-color);
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
}

.review-slider .slick-dots li.slick-active button,
.review-slider .slick-dots li button:hover {
    background: var(--primary-color);
}

.main-review {
    position: relative;
    overflow: hidden;
}

span.quote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 28px;
    background: var(--white-color);
    -webkit-mask-image: url(assets/images/quote-icon.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
}

.review-card-wp span.quote {
    position: absolute;
    top: 0;
    left: 60px;
    background: var(--primary-color);
    --size: 80px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    z-index: 1;
}

.review-card-wp {
    position: relative;
    padding-top: 30px;
    opacity: 0;
    transition: 0.3s;
}

.review-card .review-by {
    font-family: var(--roboto-font);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 20px;
}

.review-text {
    height: 130px;
}

.review-slider .slick-active .review-card-wp {
    opacity: 1;
}

.main-review.bg-path-shape:before {
    --shape-width: 898px;
    left: 50%;
    bottom: -520px;
    transform: rotate(6deg) translateX(-250px);
}

.review-slider .slide-arrow.prev-arrow {
    left: auto;
    right: 70px;
}

.review-slider .slide-arrow.next-arrow {
    left: auto;
    right: 15px;
}

/*==========Review Slider CSS End==========*/

/*==========Footer CSS Start==========*/
.footer-bottom-box {
    position: relative;
    padding: 40px 0;
}

.footer-bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right,
.footer-other-link {
    display: inline-block;
}

.copy-right p,
.footer-other-link p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-bottom-link {
    display: inline-block;
    text-align: center;
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
}

.footer-bottom-link ul li {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid var(--common-color);
}

.footer-bottom-link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-bottom-link ul li a {
    font-size: 14px;
    line-height: 24px;
    color: var(--common-color);
    transition: 0.3s;
}

.footer-bottom-link ul li a:hover {
    color: var(--primary-color);
}

.footer-other-link p a {
    color: var(--primary-color);
    font-weight: bold;
    transition: 0.3s;
}

.footer-other-link p a:hover {
    color: var(--dark-color);
}

.footer-other-link p i {
    color: var(--primary-color);
}

.site-info {
    position: relative;
    padding: 160px 0 100px;
}

.site-info.dark-overlay:before {
    opacity: 0.85;
}

.footer-info-text {
    margin-top: 38px;
    max-width: 310px;
}

.footer-box .h4-title {
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer-box-list ul li a,
.footer-box-list ul li {
    color: var(--white-color);
    text-transform: capitalize;
}

.footer-box-list ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

.footer-box-list ul li:last-child,
.footer-box.contact-us ul li:last-child {
    margin-bottom: 0;
}

.footer-menu-wp {
    padding-top: 40px;
    margin-top: 100px;
    border-top: 3px solid var(--primary-color);
}

.footer-menu-wp ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 12px;
    border-right: 1px solid #d9d9d9;
    line-height: 18px;
}

.footer-menu-wp ul li a {
    color: var(--white-color);
    transition: 0.3s;
}

.footer-menu-wp ul li a:hover,
.footer-box-list ul li a:hover,
.footer-box-list ul li a:hover span {
    color: var(--primary-color);
}

.footer-box.contact-us ul li,
.contact-info-wp .contact-info-list {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 20px;
}

.footer-box.contact-us ul li span {
    display: block;
    color: var(--white-color);
}

.footer-box.contact-us {
    padding-left: 100px;
}

.footer-box.recent-post {
    margin-right: -50px;
    padding-left: 30px;
}

.footer-box-list .icon-wp,
.contact-info-wp .contact-info-list .icon-wp {
    min-width: 25px;
}

.footer-bottom {
    position: relative;
    padding: 30px 0;
}

.footer-bottom-info-wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-info ul li a {
    color: var(--secondary-color);
    font-size: 20px;
    transition: 0.3s;
}

.social-info ul li a:hover i {
    color: var(--primary-color);
}

.social-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.social-info ul li a i {
    transition: 0.3s;
}

.footer-menu-wp ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-bottom-info p {
    color: var(--secondary-color);
}

.footer-bottom-info.left-content p {
    margin-bottom: 0;
}

.footer-bottom-info.left-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.privacy-policy-wp a {
    border-left: 1px solid var(--secondary-color);
    padding-left: 10px;
    color: var(--secondary-color);
}

.privacy-policy-wp a:hover {
    color: var(--primary-color);
}

.footer-logo {
    display: inline-block;
}

.footer-privacy-content {
    text-align: center;
}

.footer-privacy-content p:last-child {
    margin-bottom: 0;
}

.footer-privacy-content {
    padding-top: 40px;
}

.footer-privacy-content p {
    font-size: 13px;
    line-height: 23px;
}

.footer-privacy-content p a:hover {
    color: currentColor;
}

/*==========Footer CSS End==========*/

/*==========Service Detail Page CSS Start==========*/

.main-service-detail {
    position: relative;
}

.main-service-detail .service-detail-sec {
    margin-bottom: 80px;
}

.main-service-detail .service-detail-sec:last-child {
    margin-bottom: 0;
}

.service-detail-img {
    position: relative;
    height: 400px;
}

.service-detail-content .h3-title {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.service-detail-sec .title-wp,
.title-wp {
    margin-bottom: 40px;
}

.service-detail-content ul li,
.list-wp ul li {
    position: relative;
    padding-left: 30px;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.service-detail-content ul li:before,
.list-wp ul li:before {
    --size: 15px;
    content: "";
    position: absolute;
    width: var(--size);
    height: var(--size);
    top: 7px;
    left: 2px;
    transform: rotate(45deg);
    background: var(--primary-color);
    z-index: -1;
}

.service-detail-content ul li:last-child,
.list-wp ul li:last-child {
    margin-bottom: 0;
}

.mian-steps {
    position: relative;
}

.steps-card .step-number {
    --size: 63px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    flex: 0 0 var(--size);
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-family: var(--roboto-font);
    font-weight: bold;
    font-size: 40px;
    box-shadow: var(--secondary-bshadow);
}

.steps-section-wp ul {
    column-count: 2;
    column-gap: 40px;
}

.steps-section-wp ul li {
    break-inside: avoid;
    margin-bottom: 40px;
}

.steps-section-wp ul li:last-child {
    margin-bottom: 0;
}

.steps-section-wp .steps-card {
    display: flex;
}

.step-content {
    padding-left: 14px;
    margin-left: 20px;
    border-left: 3px solid var(--primary-color);
}

.step-content .h3-title {
    font-size: 24px;
    line-height: 30px;
    color: var(--primary-color);
}

.main-courses.traning-courses-wp.bg-path-shape:before {
    --shape-width: 477px;
    transform: rotateY(180deg) rotate(-10deg) translateX(-670px);
}

/*==========Service Detail Page CSS End==========*/

/*==========Tution Finance Page CSS Start==========*/

.main-service-detail.tution-finance .service-detail-content.apply-here-wp .h3-title {
    color: var(--secondary-color);
}

.list-wp.climb-offers {
    margin-top: 40px;
}

.main-service-detail.tution-finance .service-detail-content .h3-title {
    color: var(--primary-color);
}

.service-detail-content-wp.right-side {
    height: 100%;
    border-left: 4px solid var(--primary-color);
}

.service-detail-content.apply-here-wp {
    padding-left: 60px;
}

.main-service-detail.tution-finance.bg-path-shape:before {
    --shape-width: 505px;
    left: 50%;
    bottom: 20px;
    transform: rotateY(180deg) rotate(-7deg) translateX(-620px);
}

.service-detail-content {
    margin-bottom: 30px;
}

.service-detail-content:last-child {
    margin-bottom: 0;
}

.tution-finance .service-detail-content-wp ul {
    margin-bottom: 16px;
}

.tution-finance .service-detail-content-wp h5 {
    margin-bottom: 12px;
}

.main-service-detail.job-opportunities .contact-us-form .form-input {
    border: 1px solid var(--secondary-color);
    padding: 0px 27px;
}

.main-service-detail.job-opportunities .contact-us-form .submit-btn {
    float: right;
}

.main-service-detail.job-opportunities .contact-us-form .submit-btn .wpcf7-spinner {
    left: auto;
    right: 107%;
}

.tution-finance-row-wp {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/*==========Tution Finance Page CSS End==========*/

/*==========Job Opportunities Page CSS Start==========*/

.service-detail-content.orange-text .h3-title {
    color: var(--primary-color);
}

.service-detail-content .timing-info ul li:before {
    content: none;
}

.timing-wp {
    margin-top: 40px;
}

.timing-wp .timing-info ul li {
    display: flex;
    gap: 0 25px;
    padding-left: 0;
}

.main-service-detail.job-opportunities.bg-path-shape:before {
    --shape-width: 740px;
    bottom: -10px;
    right: 50%;
    transform: translateX(-610px);
}

.timing-info .day {
    min-width: 34px;
}

.main-service-detail.job-opportunities .contact-us-form textarea {
    height: 140px;
}

.main-service-detail.job-opportunities .contact-us-form .wpcf7-form-control-wrap textarea {
    padding: 12px 27px;
}

/*==========Job Opportunities CSS End==========*/

/*==========Contact Page CSS Start==========*/

.title-wp .sub-text {
    margin-top: 30px;
}

.main-service-detail.contact-page .title-wp {
    margin-bottom: 0;
}

.contact-info-wp .contact-info-list a {
    color: var(--secondary-color);
}

.contact-info-wp .contact-info-list a:hover {
    color: var(--primary-color);
}

.map-wp iframe {
    height: 400px;
    width: 100%;
}

.service-detail-content-wp.left-space {
    padding-left: 40px;
}

.contact-info-list.address {
    max-width: 314px;
}

.contact-info-wp .contact-info-list {
    align-items: unset;
}

.main-service-detail.contact-page.bg-path-shape:before {
    --shape-width: 740px;
    bottom: 230px;
    right: 50%;
    transform: translateX(-610px);
}

.main-contact-form.bg-path-shape:before {
    --shape-width: 690px;
    bottom: 140px;
    left: 50%;
    background: var(--secondary-color);
    transform: rotateY(180deg) rotate(-26deg) translateX(-550px);
}

.main-contact-form {
    position: relative;
}

.main-contact-form .contact-form {
    max-width: 917px;
    margin-inline: auto;
}

.main-contact-form .contact-form .form-input {
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 11px 5px;
    border-color: var(--primary-color);
}

.main-contact-form .contact-form .sec-btn {
    background: var(--secondary-color);
}

.main-contact-form .contact-form .submit-btn {
    left: 50%;
    transform: translateX(-50%);
}

.main-contact-form .contact-form .sec-btn:hover {
    background: var(--primary-color);
}

.main-contact-form .contact-form .wpcf7-form-control-wrap {
    margin-bottom: 30px;
}

/*==========Contact Page CSS End==========*/

/*==========Financial Aid CSS Start==========*/

.good-news.service-detail-content ul {
    column-count: 2;
    gap: 40px;
}

.good-news.service-detail-content {
    max-width: 975px;
    margin: 50px auto 0;
}

.financial-aid .good-news.service-detail-content ul li {
    font-size: 20px;
    break-inside: avoid;
    margin-bottom: 20px;
    font-weight: 500;
}

/*==========Financial Aid CSS End==========*/

.eldt-regulation ul {
    margin: 40px 0;
}

.main-service-detail.financial-aid.bg-path-shape:before {
    --shape-width: 600px;
    bottom: 30px;
    right: 50%;
    transform: rotate(-4deg) translateX(-620px);
}

.main-service-detail.cdl-eldt.bg-path-shape:before {
    --shape-width: 560px;
    bottom: 80px;
    right: 50%;
    transform: rotate(-4deg) translateX(-640px);
}

.list-wp.eldt-regulation ul li {
    font-weight: 500;
}

/*==========Plans Page CSS Start==========*/

.price-plan-info {
    border: var(--primary-border);
    border-radius: 8px;
    margin-bottom: 80px;
    background: var(--white-border);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px 3px;
    background: var(--white-color);
}

.price-plan-title {
    background: var(--primary-color);
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
}

.price-plan-detail {
    padding: 50px 0 50px;
}

.price-plan-text-wp {
    position: relative;
    max-width: 900px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
}

.price-plan-detail-title {
    margin-bottom: 50px;
}

.price-plan-text {
    flex: 0 0 50%;
    width: 50%;
}

.price-plan-text-wp:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 100%;
}

.price-plan-text:first-child {
    padding-right: 120px;
    border-right: 1px solid var(--primary-color);
}

.price-plan-text:last-child {
    padding-left: 120px;
}

.plan-card {
    position: relative;
    padding: 58px 30px 30px;
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 11px 5px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.policy-list-wp {
    margin-bottom: 15px;
}

.price-plan-text.list-wp ul li:before,
.plan-card-detail.list-wp ul li:before,
.policy-list-wp ul li:before {
    --size: 10px;
    top: 8px;
    z-index: 0;
}

.price-plan-text.list-wp ul li {
    margin-bottom: 0px;
}

.plan-card span.popular {
    position: absolute;
    top: 9px;
    left: 0;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 1px 10px;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
}

.main-price-plan {
    position: relative;
}

.plan-card-btn {
    margin-top: auto;
    display: flex;
    gap: 20px;
}

.plan-card-btn.affirm-btn-wp {
    flex-direction: column;
    text-align: center;
}

.plan-card-btn.affirm-btn-wp .sec-btn {
    margin-inline: auto;
}

.plan-card-btn.affirm-btn-wp p {
    font-style: italic;
    font-weight: 300;
    color: var(--common-color);
}

.plan-card-btn.affirm-btn-wp p:last-child {
    margin-bottom: 0;
}

.price-info .h2-title,
.price-info .h5-title {
    font-family: var(--roboto-font);
}

.price-info {
    margin-bottom: 20px;
}

.price-info .price-title {
    margin-bottom: 8px;
}

.plan-card-detail.list-wp ul li,
.policy-list-wp ul li {
    padding-left: 23px !important;
}

.price-plan-title .h3-title {
    color: var(--white-color);
}

.main-price-plan.light-bg {
    background: var(--light-bg-color);
}

.main-price-plan.odd.bg-path-shape:before {
    background: var(--secondary-color);
    right: 50%;
    --shape-width: 744px;
    bottom: 370px;
    transform: translateX(-560px);
}

.main-price-plan.even.bg-path-shape:before {
    left: 50%;
    --shape-width: 744px;
    bottom: 110px;
    transform: rotateY(180deg) translateX(-600px);
}

.plans-row .row,
.why-we-row .row,
.courses-row .row {
    gap: var(--gutter) 0;
}

.plan-card-btn .sec-btn {
    margin-top: 20px;
    width: 120px;
    height: 42px;
    font-size: 15px;
}

.extra-text-wp {
    margin-top: 30px;
}

.easy-installment-btn {
    margin-top: 20px;
}

.easy-installment-wp {
    text-align: center;
    padding: 50px 20px;
    flex: 1;
}

.easy-installment-wp:not(:last-child) {
    border-right: 1px solid var(--primary-color);
}

.easy-installment-main-wp {
    display: flex;
}

.price-plan-info.policy-info-wp .price-plan-text {
    flex: 1;
    width: 100%;
    border: none;
}

/*==========Plans Page CSS End==========*/

/*==========Checkout Page CSS Start==========*/

.checkout-wp .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.checkout-wp .select2-container--default .select2-selection--single {
    border: 0;
}

.select2-selection--single .select2-.checkout-wp .selection__rendered {
    padding: 10px 25px 0;
}

.checkout-wp .select2-selection--single .select2-selection__rendered {
    padding: 10px 25px 0;
}

.checkout-wp .select2-container .select2-selection--single {
    height: 45px;
}

.checkout-wp h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
}

.checkout-wp .woocommerce-info {
    margin-bottom: 50px;
}

.checkout-wp .woocommerce .col2-set,
.woocommerce-page .col2-set {
    margin-bottom: 40px;
}

.checkout-wp .woocommerce form .form-row textarea {
    padding: 5px 25px;
    border-radius: 12px;
    resize: none;
    height: 180px;
}

.checkout-wp .woocommerce-error li {
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.checkout-wp .woocommerce-error li::before {
    content: "\e016";
    top: 0;
    left: 6px;
    position: absolute;
    font-family: WooCommerce;
    color: #b81c23;
}

ul.payment_methods,
ul.payment_methods li {
    list-style: none !important;
}

.wc_payment_methods.payment_methods.methods .woocommerce-info {
    margin-bottom: 0;
}

.woocommerce-error {
    margin-left: 0 !important;
}

.woocommerce-error::before {
    content: none;
}

.woocommerce-checkout .woocommerce-error {
    padding: 16px;
}

.woocommerce .quantity .qty {
    width: 100px;
    padding: 8px 12px;
}

.woocommerce-checkout button.button.alt {
    background-color: var(--primary-color) !important;
}

.woocommerce-checkout button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: var(--secondary-color) !important;
}

/*==========Checkout Page CSS End==========*/

/*==========Cart Page CSS Start==========*/

.woocommerce-cart table.cart img {
    width: 150px;
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 200px;
}

.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
    padding: 20px 10px;
    float: none;
    text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 260px;
    padding: 4px 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    background-color: var(--primary-color);
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0;
}

/*==========Cart Page CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scrolltop {
    position: fixed;
    bottom: 95px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    color: var(--white-color) !important;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: 0.3s;
}

.scrolltop:hover {
    background: var(--dark-color);
    color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*========== Inner Page CSS end ==========*/
.main-banner.inner-banner {
    padding: 265px 0 140px 0;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 570px;
}

.main-banner.inner-banner .banner-content {
    text-align: center;
}

.main-banner.inner-banner .h1-title {
    color: var(--white-color);
    margin-bottom: 0;
}

.inner-page-text {
    padding: 80px 0;
}

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
    color: var(--primary-color);
}

.privacy-content p,
.entry-content p {
    margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul,
.entry-content ol,
.entry-content ul {
    padding: 0;
    margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li,
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: 0.3s;
    color: var(--primary-color);
}

.privacy-content p a:hover .privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--dark-color);
}

.privacy-content .list-disk li,
.entry-content .list-disk li {
    list-style: disc;
}

.main-banner.inner-banner p {
    font-size: 30px;
    line-height: 1.2;
    color: var(--primary-color);
    margin: 20px 0 0;
    text-transform: capitalize;
}

/*========== Inner page CSS end ==========*/

/*========== Thank You Page CSS Start ==========*/
.thank-text {
    text-align: center;
    padding-top: 170px;
    position: relative;
}

.thank-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 147px;
    height: 151px;
    background-image: url("assets/images/thank-you.gif");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.thank-text h6 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--dark-color);
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--primary-color);
    transition: 0.3s;
}

.thank-text p a:hover {
    color: var(--dark-color);
}

/*========== thank-you page css end ==========*/

/*==========404 CSS==========*/
.error-404 {
    text-align: center;
}

.error-404 img {
    width: 50%;
    height: auto;
}

.error-404.inner-page-text {
    background: var(--light-bg-color);
}

/*==========404 CSS End==========*/

/*========== View All Services css ==========*/
.footer-last {
    text-align: center;
    margin-top: 10px;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.footer-last .text:hover {
    color: var(--dark-color) !important;
    text-decoration: underline !important;
}

.all-services {
    display: none;
}

.menu-seo-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.menu-seo-menu-container ul li {
    display: inline-block;
}

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--dark-color);
    transition: 0.3s;
}

.menu-seo-menu-container ul li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
}

.menu-seo-menu-container ul li a:hover {
    color: var(--primary-color);
}

/*========== View All Services css End ==========*/

/*==========SEO Page CSS Start==========*/
.main-seo-content {
    position: relative;
    padding: 80px 0;
}

.main-seo-content .excerpt-content {
    max-height: 320px;
    margin-bottom: 30px;
    overflow: hidden;
}

.excerpt-content p a {
    color: var(--primary-color);
    transition: 0.3s;
}

.excerpt-content p a:hover {
    color: var(--secondary-color);
}

.excerpt-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-color);
}

/*==========SEO Page CSS End==========*/

/*========== Blog css ==========*/
.type-post {
    margin-bottom: 40px;
}

.type-post:last-child {
    margin-bottom: 0;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: 0.3s;
    color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--secondary-color);
}

.type-post .entry-content p {
    margin-bottom: 10px;
}

.entry-footer span {
    margin-right: 10px;
}

.entry-footer span a {
    color: var(--primary-color);
}

.entry-footer span a:hover {
    color: var(--secondary-color);
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.post-thumbnail {
    display: block;
    margin: 0;
}

.type-post .entry-meta {
    margin: 15px 0;
}

.post-thumbnail img {
    width: 100%;
}

.widget-area .widget_search .wp-block-search,
.page-content .wp-block-search,
.search-form {
    position: relative;
}

.widget-area .widget_search .wp-block-search label,
.page-content .wp-block-search label {
    display: none;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-form label {
    width: 100%;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    background: var(--white-color);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid var(--primary-color);
    padding: 13px 95px 12px 20px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--primary-color);
    flex: 1;
    transition: 0.3s;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.entry-content {
    margin: 0;
}

.comment-form {
    font-size: 0;
    line-height: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.comment-form p {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
    width: 50%;
    display: inline-block;
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 0;
    box-shadow: none;
    background: var(--white-color);
    border: 1px solid var(--common-color);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background: var(--white-color);
    border: 1px solid var(--common-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

p.comment-form-cookies-consent {
    padding-left: 20px;
    margin-left: 15px;
    padding-right: 30px;
}

p.comment-form-cookies-consent>input {
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0;
    -webkit-appearance: checkbox;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0 !important;
}

.form-submit .submit {
    box-shadow: none;
    padding: 0;
}

.form-submit .submit {
    width: 170px;
    height: 46px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: 40px;
    outline: none !important;
    transition: 0.3s;
}

.form-submit .submit:hover {
    background: var(--secondary-color);
}

h2.widget-title {
    font-size: 24px;
}

.widget-area {
    margin-top: 0;
    width: 100%;
}

.comment-form-cookies-consent {
    position: relative;
}

.widget_search .widget-title {
    display: none;
}

.widget ul,
.widget ol,
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}

.wp-block-latest-comments__comment {
    list-style: disc;
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin-right: 20px;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--yellow-color);
}

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--yellow-color);
    text-decoration: none !important;
}

.comment-author.vcard {
    margin-bottom: 20px;
}

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.3s;
}

.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.comment-reply-title small a:hover {
    color: var(--yellow-color);
}

.comment-form-comment label {
    margin-bottom: 10px;
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.single-post .widget-area {
    margin-top: 0;
}

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: 0.3s;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 100%;
    float: none;
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    border: none;
    outline: none;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--common-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: 18px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

a.next.page-numbers,
a.prev.page-numbers {
    width: auto;
    padding: 0 15px;
}

.entry-content .sec-btn,
.entry-content .sec-btn:hover {
    color: var(--white-color);
}

/*========== End of Blog CSS ==========*/

/*========== License course CSS Start ==========*/

.main-license-cource {
    position: relative;
    padding-top: var(--sec-gap);
}

.license-cource-card {
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.3) 0px 2px 24px;
    border-radius: 8px;
    background: var(--white-color);
    height: 100%;
}

.license-cource-card .h4-title {
    margin-bottom: 12px;
}

.license-cource-card .sec-btn {
    margin-top: 2px;
}

.main-license-cource.bg-path-shape:before {
    --shape-width: 624px;
    left: -290px;
    top: 0;
}

/*========== License course CSS End ==========*/



/*==========Responsive Start==========*/
@media screen and (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }

    .about-us-img {
        height: 540px;
        width: calc(100% + 100%);
    }

    .main-courses.bg-path-shape:before {
        transform: rotateY(180deg) rotate(-10deg) translateX(-810px);
    }

    .main-courses.traning-courses-wp.bg-path-shape:before {
        transform: rotateY(180deg) rotate(-10deg) translateX(-950px);
    }

    .main-price-plan.odd.bg-path-shape:before {
        transform: translateX(-860px);
    }

    .main-price-plan.even.bg-path-shape:before {
        transform: rotateY(180deg) translateX(-900px);
    }

    .main-service-detail.tution-finance.bg-path-shape:before {
        transform: rotateY(180deg) rotate(-7deg) translateX(-820px);
    }

    .main-service-detail.job-opportunities.bg-path-shape:before {
        transform: translateX(-740px);
    }

    .main-service-detail.cdl-eldt.bg-path-shape:before {
        transform: rotate(-4deg) translateX(-850px);
    }

    .main-service-detail.financial-aid.bg-path-shape:before {
        transform: rotate(-4deg) translateX(-770px);
    }

    .main-contact-form.bg-path-shape:before {
        transform: rotateY(180deg) rotate(-26deg) translateX(-800px);
        bottom: 300px;
    }
}

@media screen and (max-width: 1499px) {
    .about-us-img {
        margin-left: 20px;
    }

    .footer-box.contact-us {
        padding-left: 0;
    }

    .footer-box.recent-post {
        margin-right: 0;
        padding-left: 0;
    }

    .scrolltop {
		bottom: 180px;
    }
}
@media (min-width: 768px) and (max-width: 1499px) {
	body #hubspot-messages-iframe-container {
   	 bottom: 90px !important;
	}
}

@media screen and (max-width: 1199px) {
    .courses-card-content .h3-title {
        font-size: 25px;
    }

    .footer-box .h4-title {
        font-size: 20px;
    }

    .site-info {
        padding: 100px 0 80px;
    }

    .footer-menu-wp {
        margin-top: 60px;
    }

    .main-navigation a {
        font-size: 12px;
    }

    .main-navigation li {
        margin-right: 5px;
    }

    .main-banner.inner-banner .h1-title {
        font-size: 60px;
    }

    .main-banner.inner-banner {
        min-height: 500px;
        padding: 258px 0 122px 0;
    }

    .price-plan-text:first-child {
        padding-right: 40px;
    }

    .price-plan-text-wp {
        max-width: unset;
        padding: 0 30px;
    }

    .price-plan-text:last-child {
        padding-left: 40px;
    }

    .main-banner {
        padding: 200px 0 110px;
    }

    .custom-logo-link img {
        width: 150px;
    }

    .custom-logo-link {
        width: 222px;
        height: 108px;
    }

    .header-top {
        padding: 12px 0 16px;
        height: 60px;
    }
}

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

    .for-des,
    .scrolltop {
        display: none !important;
    }

    .for-mob {
        display: block !important;
    }

    .for-des-flex {
        display: none !important;
    }

    .for-mob-flex {
        display: flex !important;
    }

    .menu-des {
        display: none;
    }

    .menu-mob {
        display: block;
    }

    .widget-area,
    .single-post .widget-area {
        margin-top: 50px;
    }

    .site-header {
        height: 80px;
    }

    .site-header .container {
        max-width: 100%;
    }

    .site-branding {
        position: fixed;
        top: 0;
        left: 30px;
        width: 119px;
        height: 80px;
    }

    .menu-toggle {
        position: fixed;
        top: 25px;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        height: 31px;
        padding: 0;
        z-index: 105;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 5px;
        background: var(--primary-color);
        margin-bottom: 8px;
        border-radius: 0;
        position: relative;
        top: 0;
        opacity: 1;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 13px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -13px;
    }

    .header-mobile-menu {
        position: fixed;
        top: 0;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        background: var(--dark-color);
        padding: 16.3vh 30px 30px 30px;
        overflow: auto;
        opacity: 0;
        scrollbar-color: transparent transparent;
        transition: 0.5s;
        z-index: 101;
    }

    .toggled .header-mobile-menu {
        left: 0;
        opacity: 1;
    }

    .header-mobile-menu::-webkit-scrollbar {
        width: 3px;
    }

    .header-mobile-menu::-webkit-scrollbar-thumb {
        background: var(--dark-color);
    }

    .header-mobile-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }

    .main-navigation ul {
        text-align: left;
    }

    .main-navigation ul li {
        display: block;
        margin-left: 0;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 2.5vh;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li a {
        font-size: 22px;
        line-height: 28px;
        padding-top: 0;
        padding-bottom: 9px;
        color: var(--white-color);
        display: inline-block;
    }

    .main-navigation ul li.menu-item-has-children>a:after {
        top: 45%;
        color: var(--white-color);
        right: auto;
        left: 100%;
    }

    .main-navigation ul li.menu-item-has-children:hover>a:after {
        transform: translate(0, -50%) rotate(0deg);
    }

    .main-navigation ul li.menu-item-has-children.active-sub-menu>a:after {
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        display: block;
        top: 0;
        left: 15px !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        display: none;
        margin-top: 10px;
    }

    .main-navigation ul ul li {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .main-navigation ul ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul ul li a {
        padding: 0;
        width: auto;
        display: inline-block;
    }

    .footer-bottom-text,
    .copy-right,
    .footer-other-link,
    .footer-bottom-link {
        display: block;
        text-align: center;
    }

    .footer-bottom-link {
        margin: 15px 0;
    }

    .custom-logo-link {
        position: relative;
        border-radius: 0;
        width: unset;
        height: unset;
        display: inline-block;
    }

    :root {
        --sec-gap: 80px;
    }

    .h2-title {
        font-size: 36px;
    }

    .sub-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .sec-title {
        margin-bottom: 40px;
    }

    .about-us-img {
        margin-top: 60px;
        width: 100%;
        margin-left: 0;
    }

    .site-info {
        padding: 80px 0;
    }

    .footer-info {
        text-align: center;
    }

    .footer-info-text {
        margin-inline: auto;
        margin-top: 25px;
        max-width: unset;
    }

    .footer-box {
        margin-top: 30px;
        text-align: center;
    }

    .footer-box .h4-title {
        margin-bottom: 15px;
    }

    .footer-box-list ul {
        text-align: center;
    }

    .footer-box.contact-us ul li {
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 10px;
        gap: 15px;
    }

    .footer-box-list ul li {
        margin-bottom: 6px;
    }

    .footer-menu-wp {
        margin-top: 40px;
    }

    .h1-title {
        font-size: 65px;
    }

    .main-banner .contact-us-form {
        margin-top: 30px;
        padding: 30px;
        margin-top: 60px;
    }

    .main-banner.inner-banner {
        min-height: auto;
        padding: 180px 0 100px;
    }

    .main-banner.inner-banner .h1-title {
        font-size: 50px;
    }

    .main-banner.inner-banner p {
        font-size: 24px;
        margin-top: 8px;
    }

    .service-detail-content-wp {
        margin-top: 40px;
    }

    .main-service-detail .service-detail-sec {
        margin-bottom: 60px;
    }

    .steps-section-wp ul {
        column-count: 1;
    }

    .service-detail-sec.even .service-detail-content-wp {
        margin-top: 52px;
    }

    .service-detail-content-wp.right-side {
        border-top: 4px solid var(--primary-color);
        border-left: 0;
    }

    .service-detail-content.apply-here-wp {
        padding-left: 0;
        min-height: 0;
        text-align: center;
        padding-top: 30px;
        min-height: unset;
    }

    .main-service-detail.tution-finance .service-detail-sec .title-wp {
        margin-bottom: 0;
    }

    .service-detail-content-wp.left-space {
        padding-left: 0;
    }

    .map-wp iframe {
        width: 100%;
    }

    .lang-translate-wp {
        position: absolute;
        right: 90px;
        top: 24px;
    }

    .lang-translate-wp .gt_float_switcher .gt_options {
        right: 0;
    }

    .main-navigation ul ul li a {
        color: var(--white-color);
        font-size: 15px;
    }

    .main-banner {
        padding: 180px 0 100px;
    }

    .footer-box.contact-us ul li {
        max-width: 386px;
        margin-inline: auto;
    }

    .why-we-card-text .why-we-card-text-wp {
        height: auto;
    }

    .easy-installment-content {
        text-align: center;
    }

    .easy-installment-main-wp {
        flex-direction: column;
    }

    .easy-installment-wp {
        padding: 0;
        padding-block: 50px;
    }

    .easy-installment-wp:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid var(--primary-color);
    }

    .easy-installment-wp:first-child {
        padding-top: 0;
    }

    .easy-installment-wp:last-child {
        padding-bottom: 0;
    }

    .bg-path-shape:before {
        content: none;
    }

    .banner-btn {
        display: flex;
        gap: 20px;
    }

    .footer-form {
        margin: 50px 0 20px;
        background: rgb(48 44 44 / 80%);
        border-radius: 20px;
        padding: 30px;
    }

    .footer-form .submit-btn {
        text-align: center;
        display: block;
    }

    .footer-form .submit-btn span.wpcf7-spinner {
        left: auto;
        margin-left: 8px;
    }

    .tution-finance-row-wp {
        gap: 20px;
    }

    .highlighted-text {
        margin-top: 30px;
    }

    .license-cource-wp .row {
        --bs-gutter-y: 1.5rem;
    }

    .main-navigation .cs-cart-item a:before {
        background: var(--white-color);
        --size: 22px;
    }
}

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

    .comment-form p.comment-form-author,
    .comment-form p.comment-form-email {
        width: 100%;
    }

    .error-404 img {
        width: 100%;
    }

    .modal-dialog {
        max-width: unset;
        width: calc(100vw - 60px);
    }

    .footer-bottom-info-wp {
        flex-direction: column;
        gap: 12px 0;
        align-items: center;
        text-align: center;
    }

    .price-plan-text-wp {
        flex-direction: column;
        padding: 0;
    }

    .price-plan-text {
        width: 100%;
    }

    .price-plan-text:first-child {
        border-right: 0;
        padding-right: 0;
    }

    .price-plan-text:last-child {
        padding-left: 0;
    }

    .price-plan-detail {
        padding: 30px;
    }

    .price-plan-detail-title {
        margin-bottom: 30px;
    }

    .plan-card {
        padding: 50px 30px 30px;
        height: auto;
    }

    .price-plan-info {
        margin-bottom: 40px;
    }

    .woocommerce-additional-fields {
        margin-top: 30px;
    }

    .footer-bottom-info.left-content {
        flex-direction: column;
    }

    .privacy-policy-wp a {
        border-left: 0;
        padding-left: 0;
    }
	body #hubspot-messages-iframe-container.widget-align-right {
   	 	bottom: 8px !important;
		right: 8px !important;
	}
}

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

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --container-space: calc(var(--gutter));
    }

    .thank-text {
        padding-top: 80px;
    }

    .thank-text:before {
        width: 57px;
        height: 61px;
    }

    .privacy-content ol,
    .privacy-content ul,
    .entry-content ol,
    .entry-content ul {
        margin-left: 20px;
    }

    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .page-numbers li {
        margin-bottom: 10px;
    }

    .about-us-wp {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .about-us-text {
        text-align: center;
    }

    .about-us-wp .img-wp {
        margin-bottom: 12px;
    }

    .about-us-img,
    .service-detail-img {
        height: 360px;
    }

    .img-shape:before {
        --gap: -8px;
    }

    .h1-title {
        font-size: clamp(36px, 11vw, 60px);
    }

    :root {
        --sec-gap: 60px;
    }

    .h2-title {
        font-size: clamp(26px, 6vw, 32px) !important;
    }

    .sub-title {
        font-size: clamp(12px, 3vw, 16px);
    }

    .site-info {
        padding: 60px 0;
    }

    .h3-title {
        font-size: clamp(22px, 5vw, 26px) !important;
    }

    .why-we-card-wp {
        padding: 20px;
    }

    .review-card {
        padding: 45px 30px 30px;
    }

    .review-card-wp span.quote {
        --size: 60px;
    }

    .courses-card-content {
        padding: 16px;
    }

    .sec-title .sub-text {
        margin-top: 10px;
    }

    .steps-section-wp .steps-card {
        flex-direction: column;
    }

    .step-content {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        padding-top: 10px;
        margin-top: 16px;
        border-top: 1px solid var(--primary-color);
    }

    .steps-card .step-number {
        --size: 50px;
        font-size: 26px;
    }

    .steps-section-wp ul li {
        margin-bottom: 30px;
    }

    .main-banner.inner-banner .h1-title {
        font-size: clamp(34px, 9vw, 50px);
    }

    .main-banner.inner-banner p {
        font-size: 20px;
    }

    .good-news.service-detail-content ul {
        column-count: 1;
    }

    .financial-aid .good-news.service-detail-content ul li {
        font-size: 18px;
    }

    .map-wp iframe {
        height: 360px;
    }

    .inner-page-text {
        padding: 60px 0;
    }

    .price-plan-title .h3-title {
        font-size: 18px !important;
    }

    .checkout-wp .woocommerce .col2-set,
    .woocommerce-page .col2-set,
    .checkout-wp .woocommerce-info {
        margin-bottom: 30px;
    }

    .main-banner.inner-banner {
        padding: 160px 0 80px;
    }

    .banner-content .test-pass {
        margin-bottom: 20px;
    }

    .banner-content .test-pass .h4-title {
        font-size: clamp(18px, 4vw, 23px);
    }

    .main-banner .contact-us-form {
        padding: 20px;
    }

    .footer-box.contact-us ul li {
        max-width: 265px;
    }

    .footer-menu-wp ul li {
        display: block;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        margin-bottom: 10px;
    }

    .footer-menu-wp ul li:last-child {
        margin-bottom: 0;
    }

    .footer-logo {
        width: 200px;
    }

    .main-banner .contact-us-form .wpcf7-form-control-wrap textarea,
    .main-contact-form .contact-form textarea {
        height: 120px;
    }

    .easy-installment-wp {
        padding-block: 40px;
    }

    .main-banner {
        padding: 150px 0 100px;
    }

    .footer-form {
        padding: 24px;
    }

    .review-text {
        height: 180px;
    }
}

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

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --container-space: calc(var(--gutter) / 2);
    }

    .site-header .container {
        --container-space: calc(var(--gutter) / 2);
    }

    .modal-dialog {
        width: calc(100vw - 30px);
    }

    .common-popup-text {
        padding: 20px 15px;
    }

    .site-branding {
        left: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 15px;
    }

    .form-input.wpcf7-textarea {
        padding: 15px;
    }

    .form-element i {
        right: 10px;
    }

    .popup-title {
        padding: 10px 65px 10px 15px;
    }

    .common-popup-text {
        padding: 20px 15px !important;
        max-height: 75vh;
    }

    .price-plan-detail {
        padding: 20px;
    }

    .plan-card {
        padding: 50px 20px 20px;
    }

    .price-info {
        margin-bottom: 15px;
    }

    .site-branding {
        width: 90px;
        height: 74px;
    }

    .site-header {
        height: 70px;
    }

    .menu-toggle {
        width: 36px;
        height: 23px;
        top: 25px;
    }

    .header-menu {
        height: 70px;
    }

    .menu-toggle span {
        height: 3px;
        margin-bottom: 6px;
    }

    .lang-translate-wp {
        right: 64px;
        top: 19px;
    }

    .toggled .menu-toggle span:nth-child(1) {
        top: 9px;
    }

    .toggled .menu-toggle span:nth-child(3) {
        top: -10px;
    }

    .main-banner.inner-banner {
        padding: 140px 0 60px;
    }

    .plan-card-btn {
        gap: 12px;
    }

    .contact-lances-modal select {
        padding: 0 35px 0 15px;
    }
}

/*==========Responsive End==========*/

/*========== Woocommerce CSS Start ==========*/

.woocommerce-message,
.woocommerce-info {
    border-top-color: var(--primary-color);
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: var(--primary-color) !important;
}

.woocommerce .wcgwp-checkbox-wrapper {
    margin: 30px 0;
    padding: 12px 15px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 20px !important;
}

.woocommerce h3 {
    font-size: 28px !important;
}

.woocommerce h2 {
    font-size: 30px !important;
}


ul.wc_payment_methods.payment_methods.methods li {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 4px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 20px 0 0;
}

.woocommerce a.remove {
    color: var(--primary-color) !important;
}

.woocommerce a.remove:hover {
    background: var(--primary-color) !important;
}

.entry-footer .post-edit-link {
    display: inline-block;
    margin-top: 15px;
}

.woocommerce-MyAccount-navigation ul li {
    color: var(--primary-color) !important;
}

.woocommerce table.my_account_orders .button {
    width: 80px;
    height: 36px;
    font-size: 13px;
}

.woocommerce-orders-table__cell-order-actions {
    display: flex !important;
    gap: 8px;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-message:focus-visible,
.woocommerce-info:focus-visible {
    outline: 0 !important;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 8px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 2.5 !important;
}

.woocommerce fieldset {
    padding: 10px 0 0 !important;
}

.woocommerce-page .entry-title {
    margin-bottom: 30px;
}

.woocommerce-Address address {
    padding: 10px;
    border: 1px solid #cfc8d8;
    border-radius: 5px;
    margin-top: 12px;
}

.woocommerce .wcgwp-checkbox-wrapper .wcgwp-input-wrapper {
    margin: 0;
}

.woocommerce .wcgwp-checkbox-wrapper p {
    color: var(--white-color);
    font-weight: 500;
}

.woocommerce .wcgwp-checkbox-wrapper .wcgwp-input-wrapper label {
    padding-left: 8px;
    position: relative;
}

.woocommerce .wcgwp-checkbox-wrapper .wcgwp-input-wrapper label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid var(--white-color);
    z-index: 1;
}

.woocommerce .wcgwp-checkbox-wrapper .wcgwp-input-wrapper label:after {
    content: "\f00c";
    width: 16px;
    height: 16px;
    background: transparent;
    color: var(--white-color);
    border-radius: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--white-color);
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

.woocommerce .wcgwp-checkbox-wrapper .wcgwp-input-wrapper label:has(input:checked):after {
    opacity: 1;
}

.woocommerce .wcgwp-checkbox-wrapper .wcgwp-input-wrapper label input {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: -8px;
    visibility: hidden;
}

/*========== Woocommerce CSS End ==========*/