/*-- Variables --*/

:root {
    --color-primary: #5a37fd;
    --color-secondary: #F86F03;
    --color-secondary-alt: #FFF6F4;
    --color-tertiary: #FFA41B;
    --color-tertiary-2: #7152E9;
    --color-dark: #231F40;
    --color-body: #6F6B80;
    --color-heading: #231F40;
    --color-white: #ffffff;
    --color-shape: #EEEEEE;
    --color-shade: #F5F5F5;
    --color-border: #EEEEEE;
    --color-black: #000000;
    --color-blackest: #0f0f11;
    --color-extra01: #666666;
    --color-extra02: #606770;
    --color-extra03: #FBFBFD;
    --color-extra04: #1A1A1A;
    --color-extra05: #242424;
    --color-extra06: #DBF1C0;
    --color-extra07: #C6ECE8;
    --color-extra08: #C3ECCE;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 5px;
    --radius: 10px;
    --radius-big: 16px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --shadow-primary: 0px 8px 30px rgba(0, 0, 0, 0.04);
    --shadow-light: 1px 1px 6px rgba(0, 0, 0, 0.25);
    --shadow-lighter: 4px 4px 20px 20px rgba(0, 0, 0, 0.01);
    --transition: 0.3s;
    --transition-2: 0.7s;
    --transition-transform: transform .65s cubic-bezier(.23, 1, .32, 1);
    --font-primary: 'Urbanist', sans-serif;
    --font-secondary: 'Urbanist', sans-serif;
    --font-awesome: 'Font Awesome 5 Pro';
    --font-size-b1: 18px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --font-size-b4: 12px;
    --line-height-b1: 1.67;
    --line-height-b2: 1.63;
    --line-height-b3: 1.6;
    --line-height-b4: 1.3;
    --h1: 72px;
    --h2: 68px;
    --h3: 40px;
    --h4: 32px;
    --h5: 24px;
    --h6: 20px;
    --h1-lineHeight: 1.25;
    --h2-lineHeight: 1.24;
    --h3-lineHeight: 1.4;
    --h4-lineHeight: 1.38;
    --h5-lineHeight: 1.5;
    --h6-lineHeight: 1.6;
}


/**
 * Mixins Styels
 */
/**
 * Reset Styels
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

a {
    color: var(--color-heading);
    text-decoration: none;
    outline: none;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: var(--color-primary);
    }

    a:focus {
        outline: none;
    }

address {
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

mark {
    background: var(--color-primary);
    color: #ffffff;
}

code,
kbd,
pre,
samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--color-primary);
}

kbd,
ins {
    color: #ffffff;
}

pre,
pre.wp-block-code {
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    font-size: 15px !important;
    margin: 40px 0 !important;
    overflow: auto;
    padding: 20px !important;
    white-space: pre !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: var(--color-body) !important;
    background: var(--color-light);
    border-radius: 4px;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

dt {
    font-weight: bold;
    color: var(--color-heading);
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

ol ul {
    margin-bottom: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        cursor: pointer;
    }

        button[disabled],
        input[disabled] {
            cursor: default;
        }

    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        appearance: textfield;
        padding-right: 2px;
        width: 270px;
    }

        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
            appearance: none;
        }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

caption,
th,
td {
    font-weight: normal;
}

table thead th {
    font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
    border: 1px solid var(--color-border);
    padding: 7px 10px;
}

del {
    color: #333;
}

ins {
    background: rgba(56, 88, 246, 0.6);
    text-decoration: none;
    padding: 0 5px;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
    opacity: 0.6;
}

table a,
table a:link,
table a:visited {
    text-decoration: underline;
}

dt {
    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

caption {
    caption-side: top;
}

kbd {
    background: var(--heading-color);
}

dfn,
cite,
em {
    font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

blockquote {
    font-size: var(--font-size-b1);
    font-style: italic;
    font-weight: var(--p-light);
    margin: 24px 40px;
}

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote cite,
    blockquote small {
        font-size: var(--font-size-b3);
        font-weight: normal;
    }

    blockquote strong,
    blockquote b {
        font-weight: 700;
    }


body {
    overflow-x: hidden;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-primary);
    color: var(--color-body);
    font-weight: 500;
    background-color: var(--color-white);
    margin: 0;
    padding: 0;
}

    body.modal-open {
        padding: 0 !important;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
    margin: 0;
    margin-bottom: 20px;
}

.display-one {
    font-size: 112px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.4074;
    color: var(--color-heading);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: var(--h1-lineHeight);
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: var(--h2-lineHeight);
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: var(--h3-lineHeight);
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: var(--h4-lineHeight);
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: var(--h5-lineHeight);
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: var(--h6-lineHeight);
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    .h1 a,
    .h2 a,
    .h3 a,
    .h4 a,
    .h5 a,
    .h6 a {
        color: inherit;
        transition: 0.5s;
    }

a {
    color: var(--color-heading);
    transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: var(--p-extra-bold);
}

h4,
.h4 {
    font-weight: var(--p-bold);
}

h5,
.h5 {
    font-weight: var(--p-bold);
}

h6,
.h6 {
    font-weight: var(--p-bold);
}

p {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: 500;
    color: var(--color-body);
    margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    p {
        margin: 0 0 20px;
        font-size: var(--font-size-b2);
        line-height: var(--line-height-b2);
    }
}

p.has-large-font-size {
    line-height: 1.5;
    font-size: 36px;
}

p.has-medium-font-size {
    font-size: 24px;
    line-height: 36px;
}

p.has-small-font-size {
    font-size: 13px;
}

p.has-very-light-gray-color {
    color: var(--color-white);
}

p.has-background {
    padding: 20px 30px;
}

p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

p.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}

p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

p.b4 {
    font-size: var(--font-size-b4);
    line-height: var(--line-height-b4);
}

.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}

.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

.b4 {
    font-size: var(--font-size-b4);
    line-height: var(--line-height-b4);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 40px;
    width: 100%;
}

    table a,
    table a:link,
    table a:visited {
        text-decoration: none;
    }

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
    color: var(--color-heading);
}

var {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
    padding-left: 18px;
}

ul {
    list-style: square;
    margin-bottom: 30px;
    padding-left: 20px;
}

    ul.liststyle.bullet li {
        font-size: 18px;
        line-height: 30px;
        color: var(--color-body);
        position: relative;
        padding-left: 30px;
    }

@media only screen and (max-width: 767px) {
    ul.liststyle.bullet li {
        padding-left: 19px;
    }
}

ul.liststyle.bullet li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--color-body);
    left: 0;
    top: 10px;
}

ul.liststyle.bullet li + li {
    margin-top: 8px;
}

ul li {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
    font-weight: 500;
}

    ul li a {
        text-decoration: none;
        color: var(--color-body);
    }

        ul li a:hover {
            color: var(--color-primary);
        }

ul ul {
    margin-bottom: 0;
}

ol {
    margin-bottom: 30px;
}

    ol li {
        font-size: var(--font-size-b2);
        line-height: var(--line-height-b2);
        color: var(--color-gray);
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 400;
    }

        ol li a {
            color: var(--heading-color);
            text-decoration: none;
        }

            ol li a:hover {
                color: var(--color-primary);
            }

    ol ul {
        padding-left: 30px;
    }

hr {
    display: block;
    height: 0;
    margin: 15px 0;
    border-top: 1px solid var(--color-border);
    background: transparent;
}

kbd {
    background: var(--color-primary);
}
/*======================== 
    Common Style Css
==========================*/
/* Heading Font  */
.h1 {
    font-size: var(--h1) !important;
}

.h2 {
    font-size: var(--h2) !important;
}

.h3 {
    font-size: var(--h3) !important;
}

.h4 {
    font-size: var(--h4) !important;
}

.h5 {
    font-size: var(--h5) !important;
}

.h6 {
    font-size: var(--h6) !important;
}

.row {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/* Text Color  */
.bg-primary-color {
    background: var(--color-primary) !important;
}

.bg-secondary-color {
    background: var(--color-secondary) !important;
}

.bg-color-tertiary {
    background-color: var(--color-tertiary) !important;
}

.bg-color-white {
    background-color: var(--color-white) !important;
}

.color-white {
    color: var(--color-white);
}

/* Radius */
/* Font Weight */
/* Shadows */
/* Others  */
.liststyle {
    padding: 0;
    margin: 0;
    list-style: none;
}

.transition-transform {
    transition: var(--transition-transform);
}

.list-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .list-icon li {
        display: flex;
        align-items: center;
        margin: 15px 0;
    }

@media only screen and (max-width: 767px) {
    .list-icon li {
        font-size: 16px;
    }
}

.list-icon li .icon {
    width: 30px;
    background-color: var(--color-blackest);
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    min-width: 30px;
    min-height: 30px;
}

    .list-icon li .icon.background-transparent {
        background-color: transparent;
    }

    .list-icon li .icon i {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.rn-sub-badge {
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 7px 14px;
    background-color: var(--color-blackest);
    box-shadow: var(--shadow-lighter);
}

.radius-small {
    border-radius: var(--radius-small);
}

.line-before {
    position: relative;
    padding-left: 18px;
}

    .line-before::before {
        position: absolute;
        content: "";
        left: 0;
        width: 2px;
        height: 81%;
        background: var(--color-primary);
        top: 50%;
        transform: translateY(-50%);
    }

.bg-image--7 {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 15px left 10%;
}

.bg-image--12 {
    background-size: auto;
}

.border-bottom-1 {
    border-bottom: 1px solid #EEEEEE;
}

.ai-tutor-about-us-area {
    background-image: url(../images/bg/about-us-bg.jpg);
}

.ai-tutor-features-area {
    background-image: url(../images/bg/features-bg.jpg);
}

.ai-tutor-pricing-area {
    background-image: url(../images/bg/pricing-bg.jpg);
}

.ai-tutor-contactus-area {
    background-image: url(../images/bg/contactus-bg.jpg);
}

/* Breadcrumb  */
.ai-tutor-breadcrumb-area {
    background-image: url(../images/bg/breadcrumb-bg.jpg);
}

    .ai-tutor-breadcrumb-area .shape-image {
        position: absolute;
        z-index: -1;
    }

        .ai-tutor-breadcrumb-area .shape-image.shape-image-1 {
            top: -30px;
            left: -180px;
        }

        .ai-tutor-breadcrumb-area .shape-image.shape-image-2 {
            top: -10px;
            left: 60%;
        }

        .ai-tutor-breadcrumb-area .shape-image.shape-image-3 {
            top: -24px;
            right: -90px;
        }

        .ai-tutor-breadcrumb-area .shape-image.shape-image-4 {
            bottom: -39px;
            right: -220px;
        }

        .ai-tutor-breadcrumb-area .shape-image.shape-image-5 {
            bottom: -28px;
            left: 35%;
        }

        .ai-tutor-breadcrumb-area .shape-image.shape-image-6 {
            bottom: -30px;
            left: -108px;
        }

/* Animation  */
.ai-tutorvibe-animated-shape {
    position: relative;
    z-index: 9;
}

@-webkit-keyframes ai-tutorvibe-vsm-y-move {
    0% {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
    }

    100% {
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%);
    }
}

@keyframes ai-tutorvibe-vsm-y-move {
    0% {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
    }

    100% {
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%);
    }
}

@-webkit-keyframes ai-tutorvibe-vsm-y-reverse-move {
    0% {
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%);
    }

    100% {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
    }
}

@keyframes ai-tutorvibe-vsm-y-reverse-move {
    0% {
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%);
    }

    100% {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
    }
}

@-webkit-keyframes ai-tutorvibe-sm-x-move {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    100% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}

@keyframes ai-tutorvibe-sm-x-move {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    100% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}

@-webkit-keyframes ai-tutorvibe-sm-x-reverse-move {
    0% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes ai-tutorvibe-sm-x-reverse-move {
    0% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes ai-tutorvibe-rotate-y {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes ai-tutorvibe-rotate-x {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ai-tutorvibe-rotate-x {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ai-tutorvibe-rotate-y {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes ai-tutorvibe-zoom1 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes ai-tutorvibe-zoom2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes ai-tutorvibe-zoom1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
}

@keyframes ai-tutorvibe-zoom1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
}
/*=====================
All Extend Here
=======================*/
.color-primary {
    color: var(--color-primary) !important;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

.color-tertiary {
    color: var(--color-tertiary) !important;
}

.color-heading {
    color: var(--color-heading) !important;
}

.color-body {
    color: var(--color-body) !important;
}

.color-dark {
    color: var(--color-dark) !important;
}

[data-overlay]:before {
    background: var(--color-primary);
}

/* Radius */
.post-scale,
.radius {
    border-radius: var(--radius);
}

.radius-big {
    border-radius: var(--radius-big);
}

/* Font Weight */
.w-300 {
    font-weight: 300 !important;
}

.w-400 {
    font-weight: 400 !important;
}

.w-500 {
    font-weight: 500 !important;
}

.w-600 {
    font-weight: 600 !important;
}

.w-700 {
    font-weight: 700 !important;
}

.w-800 {
    font-weight: 800 !important;
}

.w-900 {
    font-weight: 900 !important;
}

/* Shadows */
.shadow-primary {
    box-shadow: var(--shadow-primary);
}

.shadow-light {
    box-shadow: var(--shadow-light);
}

.shadow-lighter {
    box-shadow: var(--shadow-lighter);
}

/*=============== Style Css =============*/
.ai-tutor-rating.rating-default .rating,
.ai-tutor-event .event-meta,
.ai-tutor-accordion-02 .ai-tutor-accordion-body ul,
.pricing-billing-duration ul,
.pricing-table .pricing-body .list-item,
.ai-tutorvibe-shop-single-product .inner .ai-tutorvibe-single-product-thumb-wrapper .product-hover-info ul,
.brand-list,
.blog-meta,
.ai-tutor-blog-widget.widget-categories .category-list,
.ai-tutor-blog-widget-2.widget-categories .category-list,
.blog-main-content .gallery,
.list-style-1,
.list-style-2,
.column-gallery,
.banner-style-4 .social-text-share,
.ai-tutorvibe-widget-details .widget-content ul,
.ai-tutor-product-details-style .content .product-feature,
.cart-summary .cart-summary-inner,
.footer-style-default .information-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li a,
ol li a,
#scrollUp,
.form-group input,
.form-group textarea,
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
    transition: var(--transition);
}

.bgImagePosition,
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

a.ai-tutor-btn,
button.ai-tutor-btn {
    border-radius: 5px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: linear-gradient(90deg, #5a37fd, #10d8bc);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
}

a.ai-tutor-btn1,
button.ai-tutor-btn1 {
    border-radius: 7px;
    display: inline-block;
    height: 52px;
    line-height: 50px;
    color: var(--color-white);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    border-style: solid;
    background: linear-gradient(to right, #1F3D77, #119F97) padding-box, linear-gradient(to right, #5B35FE, #03F2B1) border-box;
    border: 2px solid transparent;
}

@media only screen and (max-width: 767px) {

    a.ai-tutor-btn1,
    button.ai-tutor-btn1 {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        font-size: 16px;
    }
}

a.ai-tutor-btn2,
button.ai-tutor-btn2 {
    border-radius: 7px;
    display: inline-block;
    height: 52px;
    line-height: 50px;
    color: var(--color-white);
    background-image:;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border-style: solid;
    background: linear-gradient(to right, #263A75, #F79A58) padding-box, linear-gradient(to right, #5B35FE, #ED7E00) border-box;
    border: 2px solid transparent;
}

@media only screen and (max-width: 767px) {

    a.ai-tutor-btn2,
    button.ai-tutor-btn2 {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        font-size: 16px;
        margin: 10px 0;
    }
}

a.ai-tutor-btn.btn-medium,
button.ai-tutor-btn.btn-medium {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
}

a.ai-tutor-btn2.btn-medium,
button.ai-tutor-btn.btn-medium {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
}

.border1 {
}

.border2 {
}

.ptb--60 {
    padding: 60px 0 !important;
}

.breadcrumb-style-1 .page-title .title {
    margin-bottom: 5px;
    font-weight: 600;
}

.banner-style-1 .banner-image .img-02 {
    position: absolute;
    right: -262px;
    bottom: -15px;
}

.ri-arrow-drop-right-line:before {
    content: "\e5c8";
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 22px !important;
    line-height: inherit !important;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /*height: 60px;*/
}
.ri-search-line:before {
    content: "\f0d1";
}
.section-title .pre-title {
    font-weight: 800;
    font-size: 25px;
    line-height: 26px;
    color: #231f40;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}

.rounded-25 {
    border-radius: 25px;
}

.home-one-cat {
    background-image: url(../images/bg/key-features.png);
    background-repeat: round;
}

.text-gradient1 {
    background: linear-gradient(90deg, #5a37fd, #10d8bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


/* ========= Forms Styles ========= */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/*input,
select,
textarea {
    width: 100%;
    transition: 0.3s;
}
*/
input {
    height: 40px;
    padding: 0 15px;
}

select {
    transition: 0.3s;
    height: 60px;
    line-height: 28px;
    padding: 10px 20px;
    outline: none;
    color: var(--color-body);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid var(--color-border);
    border-radius: var(--radius);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-right: 30px;
}

.ai-tutor-select {
    transition: 0.3s;
    height: 60px;
    line-height: 28px;
    padding: 10px 20px;
    outline: none;
    color: var(--color-body);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0 none;
    border-radius: var(--radius);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-right: 30px;
    background-color: #F5F5F5;
    border-radius: 5px;
    max-width: 256px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    color: var(--color-body);
    /* -- Placeholder -- */
}

    input[type="text"]::placeholder,
    input[type="password"]::placeholder,
    input[type="email"]::placeholder,
    input[type="number"]::placeholder,
    input[type="tel"]::placeholder,
    textarea::placeholder {
        color: var(--body-color);
        /* Firefox */
        opacity: 1;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="number"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: var(--body-color);
        opacity: 1;
    }

    input[type="text"]::-ms-input-placeholder,
    input[type="password"]::-ms-input-placeholder,
    input[type="email"]::-ms-input-placeholder,
    input[type="number"]::-ms-input-placeholder,
    input[type="tel"]::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        /* Microsoft Edge */
        color: var(--body-color);
        opacity: 1;
    }

    input[type="text"].p-holder__active, input.input-active[type="text"], .input-active input[type="text"],
    input[type="password"].p-holder__active,
    input.input-active[type="password"],
    .input-active input[type="password"],
    input[type="email"].p-holder__active,
    input.input-active[type="email"],
    .input-active input[type="email"],
    input[type="number"].p-holder__active,
    input.input-active[type="number"],
    .input-active input[type="number"],
    input[type="tel"].p-holder__active,
    input.input-active[type="tel"],
    .input-active input[type="tel"],
    textarea.p-holder__active,
    textarea.input-active {
        border-color: var(--color-primary);
        /* -- Placeholder -- */
    }

        input[type="text"].p-holder__active::placeholder, input.input-active[type="text"]::placeholder, .input-active input[type="text"]::placeholder,
        input[type="password"].p-holder__active::placeholder,
        input.input-active[type="password"]::placeholder,
        .input-active input[type="password"]::placeholder,
        input[type="email"].p-holder__active::placeholder,
        input.input-active[type="email"]::placeholder,
        .input-active input[type="email"]::placeholder,
        input[type="number"].p-holder__active::placeholder,
        input.input-active[type="number"]::placeholder,
        .input-active input[type="number"]::placeholder,
        input[type="tel"].p-holder__active::placeholder,
        input.input-active[type="tel"]::placeholder,
        .input-active input[type="tel"]::placeholder,
        textarea.p-holder__active::placeholder,
        textarea.input-active::placeholder {
            color: var(--color-primary);
            /* Firefox */
            opacity: 1;
        }

        input[type="text"].p-holder__active:-ms-input-placeholder, input.input-active[type="text"]:-ms-input-placeholder, .input-active input[type="text"]:-ms-input-placeholder,
        input[type="password"].p-holder__active:-ms-input-placeholder,
        input.input-active[type="password"]:-ms-input-placeholder,
        .input-active input[type="password"]:-ms-input-placeholder,
        input[type="email"].p-holder__active:-ms-input-placeholder,
        input.input-active[type="email"]:-ms-input-placeholder,
        .input-active input[type="email"]:-ms-input-placeholder,
        input[type="number"].p-holder__active:-ms-input-placeholder,
        input.input-active[type="number"]:-ms-input-placeholder,
        .input-active input[type="number"]:-ms-input-placeholder,
        input[type="tel"].p-holder__active:-ms-input-placeholder,
        input.input-active[type="tel"]:-ms-input-placeholder,
        .input-active input[type="tel"]:-ms-input-placeholder,
        textarea.p-holder__active:-ms-input-placeholder,
        textarea.input-active:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: var(--color-primary);
        }

        input[type="text"].p-holder__active::-ms-input-placeholder, input.input-active[type="text"]::-ms-input-placeholder, .input-active input[type="text"]::-ms-input-placeholder,
        input[type="password"].p-holder__active::-ms-input-placeholder,
        input.input-active[type="password"]::-ms-input-placeholder,
        .input-active input[type="password"]::-ms-input-placeholder,
        input[type="email"].p-holder__active::-ms-input-placeholder,
        input.input-active[type="email"]::-ms-input-placeholder,
        .input-active input[type="email"]::-ms-input-placeholder,
        input[type="number"].p-holder__active::-ms-input-placeholder,
        input.input-active[type="number"]::-ms-input-placeholder,
        .input-active input[type="number"]::-ms-input-placeholder,
        input[type="tel"].p-holder__active::-ms-input-placeholder,
        input.input-active[type="tel"]::-ms-input-placeholder,
        .input-active input[type="tel"]::-ms-input-placeholder,
        textarea.p-holder__active::-ms-input-placeholder,
        textarea.input-active::-ms-input-placeholder {
            /* Microsoft Edge */
            color: var(--color-primary);
        }

    input[type="text"].p-holder__error, input.input-error[type="text"], .input-error input[type="text"],
    input[type="password"].p-holder__error,
    input.input-error[type="password"],
    .input-error input[type="password"],
    input[type="email"].p-holder__error,
    input.input-error[type="email"],
    .input-error input[type="email"],
    input[type="number"].p-holder__error,
    input.input-error[type="number"],
    .input-error input[type="number"],
    input[type="tel"].p-holder__error,
    input.input-error[type="tel"],
    .input-error input[type="tel"],
    textarea.p-holder__error,
    textarea.input-error {
        border-color: #f4282d;
        /* -- Placeholder -- */
    }

        input[type="text"].p-holder__error::placeholder, input.input-error[type="text"]::placeholder, .input-error input[type="text"]::placeholder,
        input[type="password"].p-holder__error::placeholder,
        input.input-error[type="password"]::placeholder,
        .input-error input[type="password"]::placeholder,
        input[type="email"].p-holder__error::placeholder,
        input.input-error[type="email"]::placeholder,
        .input-error input[type="email"]::placeholder,
        input[type="number"].p-holder__error::placeholder,
        input.input-error[type="number"]::placeholder,
        .input-error input[type="number"]::placeholder,
        input[type="tel"].p-holder__error::placeholder,
        input.input-error[type="tel"]::placeholder,
        .input-error input[type="tel"]::placeholder,
        textarea.p-holder__error::placeholder,
        textarea.input-error::placeholder {
            color: #f4282d;
            /* Firefox */
            opacity: 1;
        }

        input[type="text"].p-holder__error:-ms-input-placeholder, input.input-error[type="text"]:-ms-input-placeholder, .input-error input[type="text"]:-ms-input-placeholder,
        input[type="password"].p-holder__error:-ms-input-placeholder,
        input.input-error[type="password"]:-ms-input-placeholder,
        .input-error input[type="password"]:-ms-input-placeholder,
        input[type="email"].p-holder__error:-ms-input-placeholder,
        input.input-error[type="email"]:-ms-input-placeholder,
        .input-error input[type="email"]:-ms-input-placeholder,
        input[type="number"].p-holder__error:-ms-input-placeholder,
        input.input-error[type="number"]:-ms-input-placeholder,
        .input-error input[type="number"]:-ms-input-placeholder,
        input[type="tel"].p-holder__error:-ms-input-placeholder,
        input.input-error[type="tel"]:-ms-input-placeholder,
        .input-error input[type="tel"]:-ms-input-placeholder,
        textarea.p-holder__error:-ms-input-placeholder,
        textarea.input-error:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #f4282d;
        }

        input[type="text"].p-holder__error::-ms-input-placeholder, input.input-error[type="text"]::-ms-input-placeholder, .input-error input[type="text"]::-ms-input-placeholder,
        input[type="password"].p-holder__error::-ms-input-placeholder,
        input.input-error[type="password"]::-ms-input-placeholder,
        .input-error input[type="password"]::-ms-input-placeholder,
        input[type="email"].p-holder__error::-ms-input-placeholder,
        input.input-error[type="email"]::-ms-input-placeholder,
        .input-error input[type="email"]::-ms-input-placeholder,
        input[type="number"].p-holder__error::-ms-input-placeholder,
        input.input-error[type="number"]::-ms-input-placeholder,
        .input-error input[type="number"]::-ms-input-placeholder,
        input[type="tel"].p-holder__error::-ms-input-placeholder,
        input.input-error[type="tel"]::-ms-input-placeholder,
        .input-error input[type="tel"]::-ms-input-placeholder,
        textarea.p-holder__error::-ms-input-placeholder,
        textarea.input-error::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #f4282d;
        }

        input[type="text"].p-holder__error:focus, input.input-error[type="text"]:focus, .input-error input[type="text"]:focus,
        input[type="password"].p-holder__error:focus,
        input.input-error[type="password"]:focus,
        .input-error input[type="password"]:focus,
        input[type="email"].p-holder__error:focus,
        input.input-error[type="email"]:focus,
        .input-error input[type="email"]:focus,
        input[type="number"].p-holder__error:focus,
        input.input-error[type="number"]:focus,
        .input-error input[type="number"]:focus,
        input[type="tel"].p-holder__error:focus,
        input.input-error[type="tel"]:focus,
        .input-error input[type="tel"]:focus,
        textarea.p-holder__error:focus,
        textarea.input-error:focus {
            border-color: #f4282d;
        }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    textarea:focus {
        border-color: var(--color-primary);
    }

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    position: absolute;
}

    input[type="checkbox"] ~ label,
    input[type="radio"] ~ label {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: var(--body-color);
        font-weight: 500;
        padding-left: 34px;
        cursor: pointer;
        margin-bottom: 0;
    }

        input[type="checkbox"] ~ label::before,
        input[type="radio"] ~ label::before {
            content: " ";
            position: absolute;
            top: 1px;
            left: -3px;
            width: 20px;
            height: 20px;
            background-color: #fff;
            border: 1px solid var(--color-primary);
            border-radius: 2px;
            transition: all .3s;
        }

        input[type="checkbox"] ~ label::after,
        input[type="radio"] ~ label::after {
            content: "";
            position: absolute;
            top: 5px;
            left: 1px;
            width: 12px;
            height: 8px;
            background-color: transparent;
            border-bottom: 2px solid #fff;
            border-left: 2px solid #fff;
            border-radius: 2px;
            transform: rotate(-45deg);
            opacity: 0;
            transition: all .3s;
        }

    input[type="checkbox"]:checked ~ label::before,
    input[type="radio"]:checked ~ label::before {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

    input[type="checkbox"]:checked ~ label::after,
    input[type="radio"]:checked ~ label::after {
        opacity: 1;
    }

    input[type="radio"] ~ label::before {
        border-radius: 50%;
    }

    input[type="radio"] ~ label::after {
        width: 8px;
        height: 8px;
        left: 3px;
        top: 7px;
        background: #fff;
        border-radius: 50%;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group input {
        border: var(--border-width) solid var(--color-border);
        border-radius: var(--radius);
        height: 50px;
        font-size: 16px;
        padding: 0 15px;
    }

        .form-group input:focus {
            border-color: var(--color-primary);
        }

    .form-group textarea {
        min-height: 193px;
        border: var(--border-width) solid var(--color-border);
        border-radius: var(--radius);
        resize: none;
        padding: 15px;
        font-size: 16px;
    }

        .form-group textarea:focus {
            border-color: var(--color-primary);
        }

input[type="submit"] {
    width: auto;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 20px;
    border-radius: 6px;
    display: block;
    font-weight: 500;
    transition: 0.3s;
    border: var(--border-width) solid var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    height: 60px;
    margin-top: 30px;
}

    input[type="submit"]:hover {
        color: #ffffff;
        -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
        box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--color-body) !important;
}

.login-register-page-wrapper .login-form-box {
    border: 1px solid #eeeeee;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

    .login-register-page-wrapper .login-form-box input[type="checkbox"] {
        width: auto;
    }

    .login-register-page-wrapper .login-form-box .lost-password {
        color: var(--color-secondary);
    }

/*===================
Custom Row
======================*/
.row--0 {
    margin-left: -0px;
    margin-right: -0px;
}

    .row--0 > [class*="col"] {
        padding-left: 0px;
        padding-right: 0px;
    }

.row--5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row--5 > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.row--10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row--10 > [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.row--15 {
    margin-left: -15px;
    margin-right: -15px;
}

    .row--15 > [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }

.row--20 {
    margin-left: -20px;
    margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--20 > [class*="col"],
.row--20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--25 {
    margin-left: -25px;
    margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--25 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--25 > [class*="col"],
.row--25 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 > [class*="col"],
    .row--25 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 > [class*="col"],
    .row--25 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 > [class*="col"],
    .row--25 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--25 > [class*="col"],
    .row--25 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--30 > [class*="col"],
.row--30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 > [class*="col"],
    .row--30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 > [class*="col"],
    .row--30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 > [class*="col"],
    .row--30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 > [class*="col"],
    .row--30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--35 {
    margin-left: -35px;
    margin-right: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--35 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--35 > [class*="col"],
.row--35 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--35 > [class*="col"],
    .row--35 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 > [class*="col"],
    .row--35 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 > [class*="col"],
    .row--35 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--35 > [class*="col"],
    .row--35 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--40 {
    margin-left: -40px;
    margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--40 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--40 > [class*="col"],
.row--40 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 > [class*="col"],
    .row--40 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 > [class*="col"],
    .row--40 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 > [class*="col"],
    .row--40 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--40 > [class*="col"],
    .row--40 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--45 {
    margin-left: -45px;
    margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--45 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--45 > [class*="col"],
.row--45 > [class*="col-"] {
    padding-left: 45px;
    padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 > [class*="col"],
    .row--45 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 > [class*="col"],
    .row--45 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 > [class*="col"],
    .row--45 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--45 > [class*="col"],
    .row--45 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--50 {
    margin-left: -50px;
    margin-right: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--50 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--50 > [class*="col"],
.row--50 > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--50 > [class*="col"],
    .row--50 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--50 > [class*="col"],
    .row--50 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--50 > [class*="col"],
    .row--50 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--50 > [class*="col"],
    .row--50 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--60 {
    margin-left: -60px;
    margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--60 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--60 > [class*="col"],
.row--60 > [class*="col-"] {
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 > [class*="col"],
    .row--60 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 > [class*="col"],
    .row--60 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 > [class*="col"],
    .row--60 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--60 > [class*="col"],
    .row--60 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


/*.banner-style-1 .banner-image .img-02 {
	position: absolute;
	right: -242px;
	bottom: -5px;
	max-width: 521px;
}*/

@media only screen and (min-width: 1401px) and (max-width: 1650px) {
    .banner-style-1 .banner-image .img-02 {
        right: -241px;
        bottom: -1px;
        max-width: 510px;
    }
}

@media only screen and (min-width: 1651px) {
    .banner-style-1 .banner-image .img-02 {
        right: -393px;
        bottom: -21px;
        max-width: 620px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .banner-style-1 .banner-image .img-02 {
        right: -128px;
        max-width: 430px;
        bottom: 43px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-style-1 .banner-image .img-02 {
        right: -175px;
        max-width: 430px;
        bottom: -75px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-style-1 .banner-image .img-02 {
        display: none;
    }
}

.about-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .about-wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 1399px) {
    .about-wrapper .nav {
        padding-right: 0;
        border-right: none;
        display: flex;
        margin-bottom: 50px;
    }
}

.green-text {
    color: #15A591;
}

.purple-text {
    color: #5936FD;
}

/*------------------------------
    Contact Form Style One 
-------------------------------*/
.rwt-dynamic-form .form-group input {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 0 30px;
    border: 1px solid transparent;
    transition: 0.4s;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    height: 60px;
}

    .rwt-dynamic-form .form-group input:focus {
        border-color: var(--color-primary);
    }

.rwt-dynamic-form .form-group textarea {
    background: #F5F5F5;
    padding: 17px 30px;
    min-height: 180px;
    border: 0 none;
    border: 1px solid transparent;
    transition: 0.4s;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
}

    .rwt-dynamic-form .form-group textarea:focus {
        border-color: var(--color-primary);
    }

.rwt-dynamic-form .success-message {
    margin-top: 20px;
    color: #019267;
}

.bg-color-primary {
    background-color: #5a37fd;
}
/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-duration: var(--sal-duration, 0.2s);
    transition-delay: var(--sal-delay, 0s);
    transition-timing-function: var(--sal-easing, ease);
}

    [data-sal][data-sal-duration='200'] {
        transition-duration: 0.2s;
    }

    [data-sal][data-sal-duration='250'] {
        transition-duration: 0.25s;
    }

    [data-sal][data-sal-duration='300'] {
        transition-duration: 0.3s;
    }

    [data-sal][data-sal-duration='350'] {
        transition-duration: 0.35s;
    }

    [data-sal][data-sal-duration='400'] {
        transition-duration: 0.4s;
    }

    [data-sal][data-sal-duration='450'] {
        transition-duration: 0.45s;
    }

    [data-sal][data-sal-duration='500'] {
        transition-duration: 0.5s;
    }

    [data-sal][data-sal-duration='550'] {
        transition-duration: 0.55s;
    }

    [data-sal][data-sal-duration='600'] {
        transition-duration: 0.6s;
    }

    [data-sal][data-sal-duration='650'] {
        transition-duration: 0.65s;
    }

    [data-sal][data-sal-duration='700'] {
        transition-duration: 0.7s;
    }

    [data-sal][data-sal-duration='750'] {
        transition-duration: 0.75s;
    }

    [data-sal][data-sal-duration='800'] {
        transition-duration: 0.8s;
    }

    [data-sal][data-sal-duration='850'] {
        transition-duration: 0.85s;
    }

    [data-sal][data-sal-duration='900'] {
        transition-duration: 0.9s;
    }

    [data-sal][data-sal-duration='950'] {
        transition-duration: 0.95s;
    }

    [data-sal][data-sal-duration='1000'] {
        transition-duration: 1s;
    }

    [data-sal][data-sal-duration='1050'] {
        transition-duration: 1.05s;
    }

    [data-sal][data-sal-duration='1100'] {
        transition-duration: 1.1s;
    }

    [data-sal][data-sal-duration='1150'] {
        transition-duration: 1.15s;
    }

    [data-sal][data-sal-duration='1200'] {
        transition-duration: 1.2s;
    }

    [data-sal][data-sal-duration='1250'] {
        transition-duration: 1.25s;
    }

    [data-sal][data-sal-duration='1300'] {
        transition-duration: 1.3s;
    }

    [data-sal][data-sal-duration='1350'] {
        transition-duration: 1.35s;
    }

    [data-sal][data-sal-duration='1400'] {
        transition-duration: 1.4s;
    }

    [data-sal][data-sal-duration='1450'] {
        transition-duration: 1.45s;
    }

    [data-sal][data-sal-duration='1500'] {
        transition-duration: 1.5s;
    }

    [data-sal][data-sal-duration='1550'] {
        transition-duration: 1.55s;
    }

    [data-sal][data-sal-duration='1600'] {
        transition-duration: 1.6s;
    }

    [data-sal][data-sal-duration='1650'] {
        transition-duration: 1.65s;
    }

    [data-sal][data-sal-duration='1700'] {
        transition-duration: 1.7s;
    }

    [data-sal][data-sal-duration='1750'] {
        transition-duration: 1.75s;
    }

    [data-sal][data-sal-duration='1800'] {
        transition-duration: 1.8s;
    }

    [data-sal][data-sal-duration='1850'] {
        transition-duration: 1.85s;
    }

    [data-sal][data-sal-duration='1900'] {
        transition-duration: 1.9s;
    }

    [data-sal][data-sal-duration='1950'] {
        transition-duration: 1.95s;
    }

    [data-sal][data-sal-duration='2000'] {
        transition-duration: 2s;
    }

    [data-sal][data-sal-delay='50'] {
        transition-delay: 0.05s;
    }

    [data-sal][data-sal-delay='100'] {
        transition-delay: 0.1s;
    }

    [data-sal][data-sal-delay='150'] {
        transition-delay: 0.15s;
    }

    [data-sal][data-sal-delay='200'] {
        transition-delay: 0.2s;
    }

    [data-sal][data-sal-delay='250'] {
        transition-delay: 0.25s;
    }

    [data-sal][data-sal-delay='300'] {
        transition-delay: 0.3s;
    }

    [data-sal][data-sal-delay='350'] {
        transition-delay: 0.35s;
    }

    [data-sal][data-sal-delay='400'] {
        transition-delay: 0.4s;
    }

    [data-sal][data-sal-delay='450'] {
        transition-delay: 0.45s;
    }

    [data-sal][data-sal-delay='500'] {
        transition-delay: 0.5s;
    }

    [data-sal][data-sal-delay='550'] {
        transition-delay: 0.55s;
    }

    [data-sal][data-sal-delay='600'] {
        transition-delay: 0.6s;
    }

    [data-sal][data-sal-delay='650'] {
        transition-delay: 0.65s;
    }

    [data-sal][data-sal-delay='700'] {
        transition-delay: 0.7s;
    }

    [data-sal][data-sal-delay='750'] {
        transition-delay: 0.75s;
    }

    [data-sal][data-sal-delay='800'] {
        transition-delay: 0.8s;
    }

    [data-sal][data-sal-delay='850'] {
        transition-delay: 0.85s;
    }

    [data-sal][data-sal-delay='900'] {
        transition-delay: 0.9s;
    }

    [data-sal][data-sal-delay='950'] {
        transition-delay: 0.95s;
    }

    [data-sal][data-sal-delay='1000'] {
        transition-delay: 1s;
    }

    [data-sal][data-sal-easing='linear'] {
        transition-timing-function: linear;
    }

    [data-sal][data-sal-easing='ease'] {
        transition-timing-function: ease;
    }

    [data-sal][data-sal-easing='ease-in'] {
        transition-timing-function: ease-in;
    }

    [data-sal][data-sal-easing='ease-out'] {
        transition-timing-function: ease-out;
    }

    [data-sal][data-sal-easing='ease-in-out'] {
        transition-timing-function: ease-in-out;
    }

    [data-sal][data-sal-easing='ease-in-cubic'] {
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    [data-sal][data-sal-easing='ease-out-cubic'] {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    [data-sal][data-sal-easing='ease-in-out-cubic'] {
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    [data-sal][data-sal-easing='ease-in-circ'] {
        transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }

    [data-sal][data-sal-easing='ease-out-circ'] {
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    [data-sal][data-sal-easing='ease-in-out-circ'] {
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    [data-sal][data-sal-easing='ease-in-expo'] {
        transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    }

    [data-sal][data-sal-easing='ease-out-expo'] {
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    [data-sal][data-sal-easing='ease-in-out-expo'] {
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }

    [data-sal][data-sal-easing='ease-in-quad'] {
        transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    [data-sal][data-sal-easing='ease-out-quad'] {
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    [data-sal][data-sal-easing='ease-in-out-quad'] {
        transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    [data-sal][data-sal-easing='ease-in-quart'] {
        transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    }

    [data-sal][data-sal-easing='ease-out-quart'] {
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    [data-sal][data-sal-easing='ease-in-out-quart'] {
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    [data-sal][data-sal-easing='ease-in-quint'] {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }

    [data-sal][data-sal-easing='ease-out-quint'] {
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }

    [data-sal][data-sal-easing='ease-in-out-quint'] {
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    [data-sal][data-sal-easing='ease-in-sine'] {
        transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    [data-sal][data-sal-easing='ease-out-sine'] {
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    [data-sal][data-sal-easing='ease-in-out-sine'] {
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    [data-sal][data-sal-easing='ease-in-back'] {
        transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    }

    [data-sal][data-sal-easing='ease-out-back'] {
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    [data-sal][data-sal-easing='ease-in-out-back'] {
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

/**
  * Animations
  */
[data-sal|='fade'] {
    opacity: 0;
    transition-property: opacity;
}

    [data-sal|='fade'].sal-animate,
    body.sal-disabled [data-sal|='fade'] {
        opacity: 1;
    }

[data-sal|='slide'] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal='slide-up'] {
    transform: translateY(20%);
}

[data-sal='slide-down'] {
    transform: translateY(-20%);
}

[data-sal='slide-left'] {
    transform: translateX(20%);
}

[data-sal='slide-right'] {
    transform: translateX(-20%);
}

[data-sal|='slide'].sal-animate,
body.sal-disabled [data-sal|='slide'] {
    opacity: 1;
    transform: none;
}

[data-sal|='zoom'] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal='zoom-in'] {
    transform: scale(0.5);
}

[data-sal='zoom-out'] {
    transform: scale(1.1);
}

[data-sal|='zoom'].sal-animate,
body.sal-disabled [data-sal|='zoom'] {
    opacity: 1;
    transform: none;
}

[data-sal|='flip'] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-sal='flip-left'] {
    transform: perspective(2000px) rotateY(-91deg);
}

[data-sal='flip-right'] {
    transform: perspective(2000px) rotateY(91deg);
}

[data-sal='flip-up'] {
    transform: perspective(2000px) rotateX(-91deg);
}

[data-sal='flip-down'] {
    transform: perspective(2000px) rotateX(91deg);
}

[data-sal|='flip'].sal-animate,
body.sal-disabled [data-sal|='flip'] {
    transform: none;
}
