@charset 'UTF-8';
/*-----------------------------------------------------------------------------------
        Theme Name: International Royal Academy Theme
        File Name: Style.css
        Author: International Royal Academy
        Version: 1.0.0
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

[CONTENT]

--1  Global
--2  Header
--3  Hero
--4  About Us
--5  Stats
--6  Programs
--7  FAQ
--8  Review
--9  Newsletter
--10 Blog
--11 Footer

/*-------------------------------------- --1  Global --------------------------------------*/

:root {
    --Text-Color: rgb(0, 0, 0);
    --Primary-Color: rgb(235, 110, 45);
    --Secondary-Color: rgb(215, 100, 45);
    --Third-Color: rgb(235, 110, 45);
    --Primary-FontFamily: 'Poppins'
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url('fonts/Poppins-Regular.ttf')
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    src: url('fonts/Poppins-Medium.ttf')
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    src: url('fonts/Poppins-Bold.ttf')
}

@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    src: url('fonts/Poppins-Black.ttf')
}

body {
    font-family: var(--Primary-FontFamily);
    font-size: 1rem;
    font-weight: 500;
    background-image: url(../img/line.png);
    background-repeat: repeat-y;
    background-position: center center;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0)
}

html,
body {
    height: 100%
}

ul,
ol {
    margin: 0;
    padding: 0
}

figure {
    margin: 0
}

a {
    color: rgb(15, 20, 35);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none
}

a:hover {
    color: rgb(235, 110, 45)
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: var(--Primary-FontFamily);
    font-weight: 700;
    line-height: 1.5
}

img {
    max-width: 100%;
    height: auto
}

.q-section {
    margin: 0 0 20px;
    position: relative
}

.q-section h2 {
    margin: 0;
    position: relative;
    color: rgb(0, 0, 0)
}

.q-section h2:before {
    content: attr(title);
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgb(30, 45, 70);
    transform: translate(-50%, -50%);
    opacity: 0.05;
    background: linear-gradient(to right, rgb(75, 25, 125) 0%, rgb(130, 55, 210) 50%, rgb(110, 40, 185) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.q-section p {
    margin: 5px 0 0;
    line-height: 1.80
}

.q-section span {
    font-size: 1.20rem
}

.q-section nav ul {
    text-align: left
}

.q-section nav ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative
}

.q-section nav ul li:before {
    content: ' / ';
    position: absolute;
    top: 0;
    left: -10px;
    color: rgb(50, 50, 50);
    opacity: .85
}

.q-section nav ul li:last-child:before {
    display: none
}

.q-section nav ul li a {
    display: block;
    color: rgb(50, 50, 50)
}

.q-section nav ul li a:hover {
    background: linear-gradient(to right, rgb(75, 25, 125) 0%, rgb(130, 55, 210) 50%, rgb(110, 40, 185) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 1260px) {

    .section {
        text-align: center
    }

    .section h2:before {
        display: none
    }

    .section nav ul {
        margin: 15px 0 0;
        text-align: center
    }
}

.q-title {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
    position: relative
}

.q-title strong {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
    background: rgb(0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.q-title strong:before {
    content: attr(title);
    width: 100%;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    font-size: 4.5rem;
    line-height: .90;
    color: rgb(0, 0, 0);
    text-align: center;
    -webkit-text-stroke: 1px rgba(235, 235, 235, .90);
    opacity: .75;
    z-index: -1
}

@media (max-width: 767px) {

    .q-title strong:before {
        display: none
    }
}

/*-------------------------------------- --2  Header --------------------------------------*/

.q-offcanvas-section .q-offcanvas {
    width: 100%;
    background: rgb(255, 255, 255);
    border: 0;
    z-index: 1090
}

.q-offcanvas-section .q-offcanvas .q-logo img {
    max-width: 125px
}

.q-offcanvas-section .q-offcanvas button {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: 0
}

.q-offcanvas-section .q-offcanvas button:focus {
    box-shadow: none
}

.q-offcanvas-section .q-offcanvas button img {
    max-width: 30px
}

.q-offcanvas-section nav ul li {
    width: 100%;
    display: inline-block;
    position: relative
}

.q-offcanvas-section nav ul li a {
    display: block;
    padding: 10px;
    position: relative;
    color: rgb(55, 55, 55);
    border-radius: 5px
}

.q-offcanvas-section nav ul li a:hover {
    color: var(--Third-Color)
}

.q-header-section {
    padding: 5px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10
}

.q-header-section.q-page {
    position: relative;
    background: rgb(35, 35, 35);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .10);
}

.q-header-section .container-fluid {
    padding: 0 60px;
}

.q-header-section nav {
    position: relative;
    top: 10px
}

.q-header-section nav ul {
    width: 100%
}

.q-header-section nav ul li {
    display: inline-block;
}

.q-header-section nav ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 1rem;
    color: rgb(255, 255, 255)
}

.q-header-section nav ul li a:hover {
    color: var(--Third-Color);
}

.q-header-section .q-brand img {
    max-width: 120px
}

.q-header-section .q-responsive {
    display: none;
    line-height: 1
}

.q-header-section .q-responsive button {
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
    background: transparent;
    background: linear-gradient(90deg, rgba(255, 115, 60, 1) 0%, rgba(255, 150, 125, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0;
    text-align: center
}

.q-header-section .q-content .q-actions {
    position: relative;
    top: 5px
}

.q-header-section .q-content .q-actions ul {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.q-header-section .q-content .q-actions ul li {
    display: inline-block;
    position: relative
}

.q-header-section .q-content .q-actions ul li a {
    width: 35px;
    height: 35px;
    display: block;
    font-size: 1rem;
    line-height: 2;
    color: rgb(255, 255, 255);
    text-align: center
}

.q-header-section .q-content .q-actions ul li.q-phone a {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: .95rem;
    background: linear-gradient(90deg, var(--Primary-Color) 0%, var(--Secondary-Color) 100%);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%)
}

.q-header-section .q-content .q-actions ul li.q-phone a i {
    float: left;
    margin: 10px -15px 0 15px;
    font-size: .90rem;
    line-height: 1.35
}

@media (max-width: 1260px) {

    .q-header-section .container-fluid {
        padding: 0 15px
    }

    .q-header-section nav ul {
        display: none
    }

    .q-header-section .q-responsive {
        display: block
    }

    .q-header-section .q-content {
        margin: 0;
        text-align: center
    }

    .q-header-section .q-content .actions {
        float: none;
        display: inline-block;
        position: relative
    }

    .q-header-section .q-content .q-actions ul {
        gap: 15px
    }
}

/*-------------------------------------- --3  Hero --------------------------------------*/

.q-slider-section {
    position: relative;
}

.q-slider-section:before {
    content: '';
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: -5px;
    right: 0;
    background: url(../img/wave.svg);
    background-repeat: no-repeat;
    z-index: 100;
}

.q-slider-section .q-particles {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1
}

.q-slider-section img {
    width: 100%;
    object-fit: cover;
}

.q-slider-section .q-content {
    width: 85%;
    height: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.q-slider-section .q-content h1 {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-slider-section .q-content h3 {
    color: rgb(255, 255, 255);
    line-height: 1.5
}

.q-slider-section .q-content p {
    width: 65%;
    margin: 0 auto;
    font-size: 1.10rem;
    color: rgb(245, 245, 245)
}

.q-slider-section .q-content strong {
    font-size: 1.30rem;
    color: rgb(255, 255, 255)
}

.q-slider-section ol {
    bottom: 15px;
}

.q-slider-section ol li {
    width: 30px;
    height: 5px;
    margin: 5px;
    background: rgb(255, 255, 255);
}

.q-slider-section ol li.active {
    background: linear-gradient(to right, rgb(75, 25, 125) 0%, rgb(130, 55, 210) 50%, rgb(110, 40, 185) 100%);
}

.q-slider-section .q-social-section {
    position: absolute;
    top: 45%;
    right: 30px;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1095
}

.q-slider-section .q-social-section a {
    display: block;
    font-size: 1.5rem;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.q-slider-section .q-social-section:before {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    top: -120px;
    right: 10px;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%)
}

.q-slider-section .q-social-section::after {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    bottom: -120px;
    right: 10px;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%)
}

@media (min-width: 1605px) {

    .q-slider-section:before {
        width: 100%;
        height: 200px
    }
}

@media (min-width: 1920px) {

    .q-slider-section:before {
        width: 100%;
        height: 220px
    }
}

@media (max-width: 1260px) {

    .q-slider-section .q-content {
        height: 100%
    }

    .q-slider-section .q-content h1 {
        font-size: 2.5rem;
        line-height: 1.25
    }

    .q-slider-section .q-content h3 {
        font-size: 1.5rem
    }

    .q-slider-section .q-content strong {
        font-size: 1.10rem
    }

    .q-slider-section .q-content p {
        width: 100%
    }

    .q-slider-section .q-social-section {
        display: none
    }
}

@media screen and (min-width: 1260px) and (max-width: 1080px) {

    .q-slider-section:before {
        bottom: -75px
    }
}

@media screen and (min-width: 1080px) and (max-width: 1450px) {

    .q-slider-section:before {
        bottom: -60px
    }
}

@media screen and (min-width: 750px) and (max-width: 1260px) {

    .q-slider-section:before {
        bottom: -80px
    }
}

@media screen and (min-width: 750px) and (max-width: 915px) {

    .q-slider-section:before {
        bottom: -100px
    }
}

@media screen and (min-width: 680px) and (max-width: 750px) {

    .q-slider-section:before {
        height: 200px;
        bottom: -130px
    }
}

@media screen and (min-width: 630px) and (max-width: 680px) {

    .q-slider-section:before {
        height: 75px;
        bottom: -5px
    }
}

@media (max-width: 767px) {

    .q-slider-section img {
        aspect-ratio: 1
    }

    .q-header-section .q-content .q-actions ul li.q-phone {
        display: none
    }
}

@media (max-width: 680px) {

    .q-slider-section:before {
        height: 75px;
        bottom: -20px
    }
}

@media (max-width: 576px) {

    .q-slider-section .q-content h1 {
        font-size: 2rem
    }

    .q-slider-section .q-content h3 {
        font-size: 1.25rem
    }

    .q-slider-section img {
        aspect-ratio: .5
    }
}

@media (max-width: 510px) {

    .q-slider-section:before {
        bottom: -30px
    }
}

@media (max-width: 460px) {

    .q-slider-section:before {
        bottom: -35px
    }
}

@media (max-width: 380px) {

    .q-slider-section:before {
        bottom: -40px
    }
}

@media (max-width: 330px) {

    .q-slider-section:before {
        bottom: -45px
    }
}


/*-------------------------------------- --4  About Us --------------------------------------*/

.q-intro-section {
    width: 100%;
    display: inline-block;
    padding: 120px 0 60px;
    position: relative;
    z-index: 25
}

.q-intro-section .q-content {
    width: 100%;
    display: inline-block;
    padding: 0 65px 0 0;
    position: relative;
    line-height: 1.75;
    text-align: justify;
}

.q-intro-section .q-content:before {
    content: '';
    width: 300px;
    height: 150px;
    position: absolute;
    bottom: -235px;
    left: -235px;
    background: url(../img/plane.svg);
    background-size: contain;
    transform: rotate(180deg);
    transform: scaleX(-1)
}

.q-intro-section .q-content h2 {
    margin: 0;
    position: relative;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5;
    text-align: left;
    background: rgb(0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.q-intro-section .q-content h2:before {
    content: attr(title);
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 3.95rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgb(30, 45, 70);
    transform: translate(-50%, -50%);
    opacity: 0.05;
    background: linear-gradient(90deg, rgba(255, 115, 60, 1) 0%, rgba(255, 160, 125, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.q-intro-section .q-content strong {
    display: block;
    margin: 10px 0 15px;
    font-size: 1.15rem;
    text-align: left
}

.q-intro-section .q-content a {
    width: 175px;
    float: left;
    padding: 10px 0;
    position: relative;
    font-size: 1rem;
    text-align: center;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%)
}

.q-intro-section .q-content a:hover {
    opacity: .75
}

.q-intro-section .q-thumbnail {
    position: relative
}

.q-intro-section .q-thumbnail img {
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%)
}

.q-intro-section .q-thumbnail:before {
    content: '';
    width: 300px;
    height: 450px;
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 110px;
    background: linear-gradient(90deg, rgb(45, 70, 90) 0%, rgb(35, 55, 70) 100%);
    color: rgb(255, 255, 255);
    border-radius: 40px;
    z-index: -1
}

.q-intro-section .q-thumbnail .q-feature {
    width: 275px;
    display: flex;
    align-items: center;
    padding: 10px;
    position: absolute;
    font-size: 1.10rem;
    font-weight: 700;
    text-transform: capitalize;
    background: rgb(255, 255, 255);
    color: rgb(25, 35, 45);
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
    z-index: 1
}

.q-intro-section .q-thumbnail .q-feature:before {
    content: '';
    width: 295px;
    height: 90px;
    position: absolute;
    top: -10px;
    right: -10px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 5%);
    opacity: .5
}

.q-intro-section .q-thumbnail .q-feature strong {
    display: block;
    margin: 0 15px 10px
}

.q-intro-section .q-thumbnail .q-feature span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%)
}

.q-intro-section .q-thumbnail .q-feature.q-feature-1 {
    top: -110px;
    right: -85px;
    animation: MoveLeftRight 5s linear infinite
}

.q-intro-section .q-thumbnail .q-feature.q-feature-1 span {
    background: linear-gradient(90deg, rgba(150, 50, 110, 1) 0%, rgba(190, 90, 150, 1) 100%)
}

.q-intro-section .q-thumbnail .q-feature.q-feature-2 {
    top: 100px;
    right: -60px;
    animation: MoveDownUp 5s linear infinite
}

.q-intro-section .q-thumbnail .q-feature.q-feature-2 span {
    background: linear-gradient(90deg, rgba(210, 85, 30, 1) 0%, rgba(240, 130, 100, 1) 100%)
}

.q-intro-section .q-thumbnail .q-feature.q-feature-3 {
    bottom: -130px;
    right: 0;
    animation: MoveRightLeft 5s linear infinite
}

.q-intro-section .q-thumbnail .q-feature.q-feature-3 span {
    background: linear-gradient(90deg, rgba(0, 100, 50, 1) 0%, rgba(60, 160, 100, 1) 100%)
}

@keyframes MoveDownUp {

    0%,
    100% {
        top: 30px
    }

    50% {
        top: 60px
    }
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 30px
    }

    50% {
        bottom: 60px
    }
}

@keyframes MoveLeftRight {

    0%,
    100% {
        left: -60px
    }

    50% {
        left: -85px
    }
}

@keyframes MoveRightLeft {

    0%,
    100% {
        right: 30px
    }

    50% {
        right: 60px
    }
}

@media (max-width: 1260px) {

    .q-intro-section {
        padding: 60px 0 0
    }

    .q-intro-section .q-content {
        padding: 0;
        text-align: left
    }

    .q-intro-section .q-content:before {
        bottom: 45px;
        right: -45px;
        opacity: .15
    }

    .q-intro-section .q-content h2:before {
        display: none
    }

    .q-intro-section .q-content a {
        margin: 15px 0
    }

    .q-intro-section .q-thumbnail {
        text-align: center
    }

    .q-intro-section .q-thumbnail img {
        margin: 0 0 15px
    }

    .q-intro-section .q-thumbnail:before {
        display: none
    }

    .q-intro-section .q-thumbnail .q-feature:before,
    .q-intro-section .q-thumbnail .q-feature.q-feature-1,
    .q-intro-section .q-thumbnail .q-feature.q-feature-2,
    .q-intro-section .q-thumbnail .q-feature.q-feature-3 {
        margin: 0 0 15px;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none
    }

    .q-intro-section .q-thumbnail .q-feature span {
        float: right
    }
}

/*-------------------------------------- --5  Stats --------------------------------------*/

.q-stats-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0
}

.q-stats-section .q-stat {
    width: 230px;
    height: 230px;
    display: block;
    margin: 0 auto 15px;
    position: relative;
    color: rgb(0, 0, 0);
    text-align: center;
    border-radius: 50%;
    transform: scale(.90);
    box-shadow: 0 0 30px 0 rgb(30 25 30 / 7.5%)
}

.q-stats-section .q-stat canvas {
    position: absolute;
    top: 10px;
    right: 10px
}

.q-stats-section .q-stat .q-content {
    position: absolute;
    top: 33.5%;
    right: 0;
    left: 0
}

.q-stats-section .q-stat .q-content strong {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1
}

.q-stats-section .q-stat .q-content strong span {
    display: inline-block;
    margin: 0 -5px;
    font-size: 2rem;
    font-weight: 500
}

.q-stats-section .q-stat .q-content span {
    display: block;
    margin: 5px 0 0
}

.q-stats-section .q-stat.q-active {
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    transform: scale(1)
}

@media (max-width: 767px) {

    .q-stats-section .q-stat {
        transform: scale(1.0)
    }
}

@media (max-width: 460px) {

    .q-stats-section .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

/*-------------------------------------- --6  Programs --------------------------------------*/

.q-programs-section {
    width: 100%;
    display: inline-block;
    padding: 60px 0
}

.q-programs-section .q-program {
    width: 100%;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgb(30 25 30 / 15%)
}

.q-programs-section .q-program a {
    display: block;
    position: relative;
    color: rgb(255, 255, 255)
}

.q-programs-section .q-program a:after {
    content: '';
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(0, 0, 0, .75) 0, rgba(0, 0, 0, .25) 90%)
}

.q-programs-section .q-program a figure img {
    width: 100%;
    height: 370px;
    object-fit: cover
}

.q-programs-section .q-program a .q-content {
    display: block;
    padding: 0 15px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center;
    z-index: 3
}

.q-programs-section .q-program a .q-content .q-category {
    display: inline-block;
    padding: 3.5px 15px;
    font-size: .875rem;
    background: linear-gradient(90deg, rgb(120, 85, 140) 0, rgb(105, 70, 125) 100%);
    color: rgb(255, 255, 255);
    border-radius: 300px
}

.q-programs-section .q-program a .q-content h2 {
    display: block;
    margin: 5px 0;
    padding: 5px 0 0;
    font-size: 1.25rem;
    line-height: 1.25
}

.q-programs-section .q-program a .q-content .q-sub {
    display: block;
    font-size: .95rem;
    line-height: 1.25;
    color: rgb(225, 225, 225)
}

.q-programs-section .q-program a .q-content ul {
    display: flex;
    justify-content: center;
    gap: 15px
}

.q-programs-section .q-program a .q-content ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 2.5px;
    font-size: .90rem;
    color: rgb(195, 195, 195)
}

/*-------------------------------------- --7  FAQ --------------------------------------*/

.q-faq-section {
    width: 100%;
    display: inline-block;
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.q-faq-section:before {
    content: '';
    width: 900px;
    height: 475px;
    position: absolute;
    top: 90px;
    right: 0;
    background-image: url(../img/world.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5
}

.q-faq-section .q-input {
    position: relative
}

.q-faq-section .q-input p {
    margin: 0
}

.q-faq-section .q-input label {
    padding: 1.5px 10px;
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: .875rem;
    background: rgb(255, 255, 255);
    color: rgb(100, 100, 100);
    z-index: 1
}

.q-faq-section .q-input i {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 1.5;
    color: rgb(100, 100, 100);
    opacity: .90;
    z-index: 1
}

.q-faq-section .q-input input[type='tel'],
.q-faq-section .q-input input[type='text'],
.q-faq-section .q-input input[type='email'] {
    width: 100%;
    height: 45px;
    margin: 0 0 5px;
    padding: 0 10px 0 30px;
    border: 1px solid rgb(225, 225, 225);
    border-radius: .35rem;
}

.q-faq-section .q-input textarea {
    width: 100%;
    height: 125px;
    padding: 10px 30px;
    border: 1px solid rgb(225, 225, 225);
    border-radius: .35rem;
    resize: none
}

.q-faq-section .q-input input[type='tel']:focus,
.q-faq-section .q-input input[type='text']:focus,
.q-faq-section .q-input input[type='email']:focus,
.q-faq-section .q-input textarea:focus {
    outline: 0;
    border-color: var(--Third-Color)
}

.q-faq-section .q-input input[type='submit'] {
    width: 150px;
    float: left;
    padding: 10px 30px;
    position: relative;
    font-size: 1rem;
    text-align: center;
    background: linear-gradient(90deg, rgb(45, 70, 90) 0%, rgb(35, 55, 70) 100%);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    box-shadow: 0 0 10px 0 rgb(30 25 30 / 10%)
}

.q-faq-section .q-input input[type='submit']:hover {
    opacity: .90
}

.q-faq-section .q-social {
    margin: 30px 0;
    position: relative;
    text-align: center;
    z-index: 1090
}

.q-faq-section .q-social ul li {
    display: inline-block;
    margin: 5px;
}

.q-faq-section .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.25rem;
    background: linear-gradient(90deg, rgb(45, 70, 90) 0%, rgb(35, 55, 70) 100%);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%)
}

.q-faq-section .q-social ul li a i {
    position: relative;
    top: 0.5px
}

.q-faq-section .q-social ul li a:hover {
    opacity: .90
}

.q-faq-section .q-faq {
    margin: 0 0 15px
}

.q-faq-section .q-faq button {
    width: 100%;
    display: inline-block;
    padding: 20px;
    position: relative;
    background: rgb(255, 255, 255);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(30 25 30 / 10%)
}

.q-faq-section .q-faq button strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left
}

.q-faq-section .q-faq button strong i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .90rem;
    border-radius: 50%
}

.q-faq-section .q-faq p {
    margin: 15px 0 5px;
    font-size: .90rem;
    line-height: 1.75;
    text-align: left
}

/*-------------------------------------- --8  Review --------------------------------------*/

.q-review-section {
    width: 100%;
    display: inline-block;
    padding: 90px 0
}

.q-review-section .q-content {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    text-align: justify
}

.q-review-section .q-content p {
    line-height: 1.75
}

.q-review-section .q-content a {
    width: 150px;
    float: left;
    padding: 10px 30px;
    position: relative;
    font-size: 1rem;
    text-align: center;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0px 5px 0 rgba(30, 25, 30, 0.15)
}

.q-review-section .q-content a:hover {
    opacity: .85
}

.q-review-section .q-reviews {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 60px;
    position: relative;
    border-radius: 15px
}

.q-review-section .q-reviews:before {
    content: '';
    width: 450px;
    height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(245, 245, 245);
    z-index: -1
}

.q-review-section .q-reviews .q-up {
    margin: -45px 0 0
}

.q-review-section .q-reviews .q-down {
    margin: 45px 0 0
}

.q-review-section .q-review {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 35px 20px 15px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgb(30 25 30 / 15%);
}

.q-review-section .q-review .q-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px;
}

.q-review-section .q-review .q-info figure {
    width: 60px;
    flex: 0 0 60px;
}

.q-review-section .q-review .q-info figure img {
    width: 100%;
    height: 60px;
    border-radius: 50%;
}

.q-review-section .q-review .q-info strong {
    display: block;
    font-size: 1.15rem;
    line-height: 1.15;
}

.q-review-section .q-review .q-info span {
    font-size: .90rem;
    line-height: 1;
    color: rgba(100, 100, 100, .75)
}

.q-review-section .q-review p {
    font-size: .95rem;
    color: rgb(60, 60, 60)
}

.q-review-section .q-rating {
    width: 100%;
    display: inline-block;
    padding: 5px 0 0;
    border-top: 1px solid rgba(235, 235, 235, .5)
}

.q-review-section .q-rating img {
    max-width: 60px
}

@media (max-width: 1260px) {

    .q-review-section {
        padding: 0;
    }

    .q-review-section .q-content {
        text-align: left;
    }

    .q-review-section .q-reviews {
        margin: 30px 0 0;
        padding: 0;
    }

    .q-review-section .q-reviews:before {
        display: none;
    }

    .q-review-section .q-reviews .q-up,
    .q-review-section .q-reviews .q-down {
        margin: 0;
    }
}

/*-------------------------------------- --9  Newsletter --------------------------------------*/

.q-newsletter-section {
    width: 100%;
    display: inline-block;
    padding: 0 0 30px;
    position: relative;
    z-index: 35
}

.q-newsletter-section .q-content {
    width: 100%;
    display: block;
    margin: 0 0 15px;
    position: relative;
    text-align: center
}

.q-newsletter-section .q-form {
    margin: 15px 0 0;
    position: relative
}

.q-newsletter-section .q-form i {
    position: absolute;
    top: 22.5px;
    left: 20px;
    font-size: 1.15rem;
    line-height: .90;
    color: rgb(100, 100, 100);
    z-index: 1
}

.q-newsletter-section .q-form .q-input {
    width: 100%;
    height: 60px;
    padding: 0 15px 0 45px;
    background: rgb(255, 255, 255);
    border: 0;
    outline: 2px solid rgba(215, 215, 215, .5);
    outline-offset: 10px;
    border-radius: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.q-newsletter-section .q-form button {
    width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 7.5px;
    right: 7.5px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    transition: all .15s ease-in-out;
}

.q-newsletter-section .q-form button:hover {
    opacity: .90;
}

@media (max-width: 990px) {

    .q-newsletter-section {
        padding: 60px 0 0
    }
}

@media (max-width: 576px) {

    .q-newsletter-section .q-form button {
        width: 100%;
        height: 50px;
        margin: 30px 0;
        position: relative;
        top: 0;
        right: 0
    }
}

/*-------------------------------------- --10 Blog --------------------------------------*/

.q-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.q-heading h2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
    font-size: 1.5rem;
    font-weight: 800;
}

.q-heading h2 i {
    display: block;
    line-height: 1;
}

.q-posts-section {
    width: 100%;
    float: right;
    padding: 90px 0 60px;
}

.q-title-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
    text-align: center;
}

.q-title-section p {
    margin: 0 0 25px;
    font-size: 1.15rem;
}

.q-title-section a {
    width: 175px;
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    position: relative;
    font-size: 1rem;
    text-align: center;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0px 5px 0 rgba(30, 25, 30, 0.15)
}

.q-title-section a:hover {
    opacity: .85;
}

.q-posts-section .q-post {
    position: relative;
    color: rgb(0, 0, 0);
}

.q-posts-section .q-post img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    filter: drop-shadow(0 5px 10px rgba(20, 20, 45, 0.085));
}

.q-posts-section .q-post .q-content {
    width: 100%;
    max-width: 500px;
    margin: -100px auto 30px;
    padding: 30px;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    filter: drop-shadow(0 5px 10px rgba(20, 20, 45, 0.085));
    -webkit-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: background-color .35s;
    z-index: 1;
}

.q-posts-section .q-post .q-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0;
    font-size: .90rem;
}

.q-posts-section .q-post .q-content ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px 0 0;
    color: rgba(0, 0, 0, .5)
}

.q-posts-section .q-post .q-content ul li i {
    line-height: 1
}

.q-posts-section .q-post .q-content h2 {
    margin: 5px 0;
    font-size: 1.35rem;
    line-height: 1.35;
    text-align: left
}

.q-posts-section .q-post .q-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    opacity: .75
}

@media (max-width: 1260px) {

    .q-posts-section .a-post .q-content {
        max-width: 100%;
        width: 95%;
        margin: -100px auto 30px
    }

    .q-posts-section .q-post .q-content p {
        text-align: left
    }
}

/*-------------------------------------- --11 Footer --------------------------------------*/

.q-footer-section {
    width: 100%;
    float: right;
    display: inline-block;
    margin: 100px 0 0;
    padding: 0 0 15px;
    position: relative;
    font-weight: 400;
    background: rgb(15, 20, 35)
}

.q-footer-section:before {
    content: '';
    width: 100%;
    height: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../img/footer-bg.png) no-repeat center;
    z-index: 25
}

.q-footer-section .q-svg {
    width: 100%;
    position: absolute;
    bottom: 175px;
    right: 0;
    left: 0;
    z-index: 15
}

.q-footer-section .q-social {
    margin: 45px 0 15px;
    position: relative;
    text-align: center;
    z-index: 25
}

.q-footer-section .q-social ul li {
    display: inline-block;
    margin: 5px;
}

.q-footer-section .q-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.25rem;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    color: rgb(15, 20, 35);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%)
}

.q-footer-section .q-social ul li a i {
    position: relative;
    top: 0.5px
}

.q-footer-section .q-copyright {
    padding: 15px 0;
    line-height: 1.75;
    color: rgba(255, 255, 255)
}

.q-footer-section .q-copyright p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.q-footer-section .q-copyright img {
    margin: 0 5px 0 0
}

.q-footer-section .q-copyright i {
    display: inline-block;
    margin: 0 5px;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 1260px) {

    .q-footer-section {
        margin: 0;
        padding: 0;
        text-align: center
    }

    .q-footer-section .q-social {
        margin: 0;
        padding: 15px 0
    }

    .q-footer-section:before,
    .q-footer-section .q-svg,
    .q-footer-section .q-copyright {
        display: none
    }
}

.q-cover-section {
    width: 100%;
    clear: both;
    margin: 0 0 30px;
    padding: 30px 0 250px;
    position: relative;
    background: rgb(15, 20, 35)
}

.q-cover-section .q-particles {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: .5;
}

.q-cover-section .q-svg {
    width: 100%;
    position: absolute;
    bottom: -55px;
    right: 0;
    left: 0;
    z-index: 15
}

.q-cover-section .q-svg img {
    width: 100%
}

@media (max-width: 991px) {

    .q-cover-section {
        padding: 75px 0 175px;
    }
}

.q-special-section {
    width: 100%;
    float: right;
    margin: 100px 0 0;
    padding: 0 0 15px;
    position: relative;
    z-index: 15
}

.q-special-section .q-pagination {
    width: 100%;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    text-align: center;
    transform: inherit;
    z-index: 15
}

.q-special-section .q-pagination li {
    display: inline-block;
    overflow: hidden;
    border-radius: 300px;
}

.q-special-section .q-pagination li button {
    width: 20px;
    height: 10px;
    display: block;
    margin: 0 5px;
    background: rgb(200, 200, 200);
    border: 0;
    border-radius: 300px;
    text-indent: -9999px;
}

.q-special-section .q-pagination li button.active {
    width: 30px;
    background: var(--Primary-Color);
}

.q-special-section .q-arrows button {
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    opacity: 1;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 30%)
}

.q-special-section .q-special {
    padding: 0 0 30px;
    overflow: hidden
}

.q-special-section .q-special .q-post {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px
}

.q-special-section .q-special .q-post a {
    display: block;
    position: relative;
    font-size: 1rem;
    color: rgb(255, 255, 255)
}

.q-special-section .q-special .q-post a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0) linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(4, 8, 24, 0.63)) repeat scroll 0 0;
    left: 0;
    top: 0;
    z-index: 1
}

.q-special-section .q-special .q-post img {
    width: 100%;
    height: 450px;
    box-shadow: 5px 5px 60px 0 rgb(0 0 0 / 5%);
    object-fit: cover
}

.q-special-section .q-special .q-post .q-content {
    width: 100%;
    padding: 30px 45px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.q-special-section .q-special .q-post .q-content h2 {
    margin: 5px 0;
    font-size: 1.25rem;
    line-height: 1.25;
    color: rgb(255, 255, 255)
}

.q-special-section .q-special .q-post .q-content .q-category span {
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 20px;
    font-size: .90rem;
    background: rgb(100, 115, 150);
    color: rgb(255, 255, 255);
    border-radius: 300px
}

.q-special-section .q-special .q-post .q-content .q-meta {
    width: 100%
}

.q-special-section .q-special .q-post .q-content .q-meta li {
    display: inline-flex;
    align-items: center;
    margin: 0 10px 0 0;
    color: rgb(245, 245, 245);
    font-size: .90rem
}

.q-special-section .q-special .q-post .q-content .q-meta li i {
    display: inline-block;
    padding: 0 5px 0 0;
    line-height: 1;
    color: rgb(255, 115, 60)
}

.q-special-section .q-dots {
    bottom: -30px
}

@media (max-width: 990px) {

    .q-special-section {
        margin: -120px 0 0
    }
}

.q-featured-section {
    width: 100%;
    float: right;
    padding: 30px 0 120px;
}

.q-featured-section .q-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.q-featured-section .q-section h2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
    font-size: 2rem
}

.q-featured-section .q-section h2 i {
    display: block;
    line-height: .5;
}

.q-featured-section .q-post {
    display: block;
    margin: 10px 0 20px;
    position: relative;
}

.q-featured-section .q-post figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.q-featured-section .q-post figure span {
    padding: 0 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: .90rem;
    line-height: 2;
    background: rgb(85, 85, 255);
    color: rgb(255, 255, 255);
    border-radius: 300px;
}

.q-featured-section .q-post figure img {
    width: 100%;
    height: 250px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
    object-fit: cover;
}

.q-featured-section .q-post .q-content {
    width: 90%;
    display: table;
    margin: -60px auto;
    padding: 25px;
    position: relative;
    font-size: 1rem;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.q-featured-section .q-post .q-content h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
    color: rgb(30, 30, 30)
}

.q-featured-section .q-post .q-content .q-meta {
    width: 100%;
    float: left;
    padding: 10px 0 0
}

.q-featured-section .q-post .q-content .q-meta ul li {
    display: inline-flex;
    align-items: center;
    margin: 0 5px 0 0;
    font-size: .90rem;
    color: rgb(125, 125, 125)
}

.q-featured-section .q-post .q-content .q-meta li i {
    padding: 0 5px 0 0;
    line-height: 1;
    color: rgb(255, 115, 60)
}

@media (max-width: 991px) {

    .q-featured-section {
        padding: 0 0 60px;
    }

    .q-featured-section .q-post {
        margin: 0 0 90px
    }

    .q-featured-section .q-post .q-content {
        width: 95%;
        padding: 20px 20px 15px
    }

    .q-featured-section .q-post .q-content h3 {
        font-size: 1.15rem
    }
}


.q-post-section {
    width: 100%;
    float: right;
    padding: 0 0 60px
}

.q-post-section .q-section {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.q-post-section .q-section h2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
    font-size: 1.90rem
}

.q-post-section .q-section h2 i {
    display: block;
    line-height: .5
}

.q-post-section .q-more {
    margin: 25px 0;
    text-align: center
}

.q-post-section .q-more a {
    display: inline-block;
    padding: 5px 30px;
    line-height: 2;
    background: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
    outline: 2px solid rgb(30, 30, 30);
    outline-offset: 5px;
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%)
}

.q-post-section .more a:hover {
    opacity: .85
}

@media (max-width: 767px) {

    .q-post-section .q-more a {
        outline: 0
    }
}

.q-post-section .q-post {
    display: block;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgb(30 25 30 / 15%)
}

.q-post-section .q-post figure {
    margin: 0;
    position: relative
}

.q-post-section .q-post figure span {
    padding: 0 15px;
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: .90rem;
    line-height: 2;
    background: var(--Third-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(35 33 33 / 5%)
}

.q-post-section .q-post figure img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.q-post-section .q-post .q-content {
    width: 100%;
    display: inline-block;
    padding: 20px;
    position: relative;
    background: rgb(255, 255, 255)
}

.q-post-section .q-post .q-content h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    color: rgb(0, 0, 0);
    text-align: left
}

.q-post-section .q-post .q-content p {
    margin: 0 0 10px;
    font-size: .95rem;
    line-height: 2;
    color: rgb(100, 100, 100)
}

.q-post-section .q-post .q-content .q-meta {
    width: 100%;
    float: left;
    padding: 10px 0 0
}

.q-post-section .q-post .q-content .q-meta ul li {
    display: inline-flex;
    align-items: center;
    margin: 0 10px 0 0;
    font-size: .95rem;
    color: rgb(125, 125, 125)
}

.q-post-section .q-post .q-content .q-meta li i {
    padding: 0 5px 0 0;
    line-height: 1;
    color: rgb(255, 115, 60)
}

.q-news-section {
    width: 100%;
    display: inline-block;
    padding: 90px 0 30px
}

.q-news-section .q-section {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.q-news-section .q-section h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
}

.q-news-section nav {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    text-align: left;
}

.q-news-section nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.q-news-section nav ul li {
    display: inline-block;
    position: relative;
    list-style: none;
}

.q-news-section nav ul li a {
    display: block;
    padding: 7.5px 20px;
    color: rgba(100, 100, 100, .75);
    border-radius: 300px;
}

.q-news-section nav ul li a:hover {
    background: rgb(245, 245, 245);
}

.q-news-section nav ul li a.active,
.q-news-section nav ul li a.active:hover {
    background: linear-gradient(90deg, rgba(255, 115, 60, 1) 0%, rgba(255, 150, 125, 1) 100%);
    color: rgb(255, 255, 255);
}

.q-news-section .q-news {
    margin: 0 0 25px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%)
}

.q-news-section .q-news:before {
    content: '';
    width: 100%;
    height: 115%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .90) 100%);
    transition: all 0.35s ease;
}

.q-news-section .q-news img {
    width: 100%;
    height: 395px;
    object-fit: cover;
}

.q-news-section .q-news .q-content {
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: rgb(255, 255, 255);
}

.q-news-section .q-news .q-content span {
    padding: 5px 15px;
    font-size: .90rem;
    line-height: 2;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(35 33 33 / 5%);
}

.q-news-section .q-news .q-content h2 {
    display: block;
    margin: 10px 0 5px;
    font-size: 1.25rem;
    line-height: 1.25;
    color: rgb(255, 255, 255);
}

.q-news-section .q-news .q-content ul {
    display: flex;
    align-items: center;
}

.q-news-section .q-news .q-content ul li {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    font-size: .95rem;
    line-height: 0;
    color: rgb(255, 255, 255);
}

.q-news-section .q-news .q-content li span {
    padding: 0;
}

.q-news-section .q-news .q-content li i {
    padding: 0 5px 0 0;
    line-height: 1;
    background: linear-gradient(100deg, rgb(255, 205, 90) 5%, rgb(255, 195, 50) 35%, rgb(250, 185, 20) 105%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {

    .q-news-section .q-section {
        text-align: center;
    }

    .q-news-section nav {
        text-align: center;
    }

    .q-news-section nav ul {
        margin: 0 0 15px;
        justify-content: center;
    }
}


.q-widget-section {
    position: relative;
    z-index: 100
}

.q-widget-section .q-widget {
    width: 100%;
    display: inline-block;
}

.q-widget-section .q-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.q-widget-section .q-section h2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
    font-family: 'YekanBakh-Black';
    font-size: 1.75rem;
}

.q-widget-section .q-section h2 i {
    display: block;
    line-height: .5;
}

.q-widget-section .q-widget strong {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 5px;
    font-size: 1.10rem;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.q-widget-section .q-widget strong:before {
    content: '';
    width: 75px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 115, 60, 1) 0%, rgba(255, 150, 125, 1) 100%);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.q-widget-section .q-widget ul li a {
    display: block;
    padding: 5px;
    color: rgb(30, 30, 30);
}

.q-widget-section .q-widget .q-video {
    margin: 15px 0 0;
}

.q-widget-section .q-category {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 15px;
    background: rgb(255, 255, 255);
    font-size: 1rem;
    border-radius: 15px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%)
}

.q-widget-section .q-category ul li {
    width: 100%;
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative
}

.q-widget-section .q-category ul li a:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: .95rem
}

.q-widget-section .q-category ul li a:hover {
    color: rgb(255, 115, 60)
}

.q-widget-section .q-search {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    padding: 15px;
    background: rgb(30, 30, 30);
    border-radius: 15px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px
}

.q-widget-section .q-search form {
    position: relative;
}

.q-widget-section .q-search form input {
    width: 100%;
    padding: 10px;
    background: rgb(245, 245, 245);
    border: 0;
    border-radius: 300px;
}

.q-widget-section .q-search form input:focus {
    outline: 0;
}

.q-widget-section .q-search form button {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 2.5;
    background: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 50%;
}

.q-widget-section .q-search form button i {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.q-widget-section .q-banner {
    margin: 15px 0 0;
    overflow: hidden;
    border: 0;
    border-radius: 15px;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 5%);
}

.q-widget-section .q-posts .q-content {
    width: 100%;
    height: 120px;
    display: block;
    margin: 0 0 15px;
    padding: 15px;
    position: relative;
    color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
}

.q-widget-section .q-posts .q-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.q-widget-section .q-posts .q-content h2 {
    margin: 0;
    position: relative;
    font-size: 1rem;
    line-height: 1.25
}

.q-widget-section .q-posts .q-content h2 {
    color: rgb(255, 255, 255);
}

.q-widget-section .q-posts .q-content:hover h2 {
    color: var(--Primary-Color);
}

.q-widget-section .q-posts .q-content span {
    position: relative;
    font-size: .95rem;
    color: rgb(200, 200, 200);
}

.q-widget-section .q-events {
    width: 100%;
    float: left;
    margin: 0 0 45px;
    padding: 15px;
    position: relative;
    font-size: 1rem;
    background: rgb(20, 20, 20);
    border-radius: 15px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px;
}

.q-widget-section .q-events p,
.q-widget-section .q-events strong {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .15);
    text-align: left;
}

.q-widget-section .q-events h6 {
    font-size: 1.15rem;
    background: linear-gradient(90deg, rgba(255, 115, 60, 1) 0%, rgba(255, 150, 125, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.q-widget-section .q-events p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.85;
}

.q-widget-section .q-events ul {
    bottom: -30px;
}

.q-widget-section .q-tags ul li {
    display: inline-block;
}

.q-widget-section .q-tags ul li a {
    display: inline-block;
    margin: 0 0 5px 5px;
    padding: 0 15px;
    font-size: .95rem;
    line-height: 2;
    color: rgb(100, 100, 100);
    border: 1px solid rgb(100, 100, 100);
    border-radius: 300px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px
}

.q-widget-section .q-tags ul li a:hover {
    background: rgb(100, 100, 100);
    color: rgb(255, 255, 255)
}

.q-excerpt-section {
    width: 100%;
    display: block;
    margin: 130px 0 -270px;
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 15
}

.q-excerpt-section .q-content {
    padding: 0 30px 0 0;
    font-size: 1.10rem
}

.q-excerpt-section .q-content span {
    padding: 7.5px 20px;
    font-size: .90rem;
    line-height: 2;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(35 33 33 / 5%);
}

.q-excerpt-section .q-content h1 {
    display: block;
    margin: 15px 0 10px;
    font-size: 2rem;
    line-height: 1.25
}

.q-excerpt-section .q-content p {
    color: rgb(255, 255, 255, .75);
    line-height: 1.75;
    text-align: justify
}

.q-excerpt-section .q-meta ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px
}

.q-excerpt-section .q-meta ul li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    padding: 0 5px 0 0;
}

.q-excerpt-section .q-meta ul li i {
    display: block;
    font-size: 1.35rem;
    line-height: .5;
    color: rgb(255, 115, 60)
}

.q-thumbnail-section {
    width: 100%;
    display: inline-block;
    position: relative
}

.q-thumbnail-section img {
    width: 100%;
    height: 600px;
    display: block;
    border-radius: 30px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
    object-fit: cover
}

.q-author-section {
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 15
}

.q-author-section img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%)
}

.q-author-section .q-info strong {
    display: block;
    padding: 10px 0 0;
    line-height: 1.15
}

.q-author-section .q-info span {
    display: block;
    font-size: .95rem;
    color: rgb(60, 60, 60);
}

.q-share-section {
    width: 100%;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 100
}

.q-share-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}

.q-share-section ul li {
    display: inline-block;
}

.q-share-section ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    color: rgb(255, 255, 255);
    border-radius: 50%
}

.q-share-section ul li a i {
    display: flex;
    line-height: 1
}

.q-content-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.q-content-section .q-description {
    width: 100%;
    float: right;
    margin: 0 0 15px;
    padding: 30px;
    position: relative;
    background: rgb(255, 255, 255);
    text-align: justify;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgb(30 25 30 / 15%);
    z-index: 15
}

.q-content-section .q-description figure {
    margin: 0;
    padding: 15px 15px 0
}

.q-content-section .q-description figure img {
    width: 100%;
    border-radius: 20px;
}

.q-content-section .q-description {
    font-size: 1rem;
    font-weight: 400;
}

.q-content-section .q-description h1,
.q-content-section .q-description h2,
.q-content-section .q-description h3,
.q-content-section .q-description h4,
.q-content-section .q-description h5,
.q-content-section .q-description h6 {
    text-align: left;
}

.q-content-section .q-description h1 {
    font-size: 1.5rem
}

.q-content-section .q-description h2 {
    font-size: 1.35rem
}

.q-content-section .q-description h3 {
    font-size: 1.25rem
}

.q-content-section .q-description h4 {
    font-size: 1.15rem
}

.q-content-section .q-description h5 {
    font-size: 1rem
}

.q-content-section .q-description img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 15px;
}

.q-content-section .q-description p {
    margin: 0 0 15px;
    color: rgb(55, 55, 55);
    line-height: 1.75;
    text-align: justify;
}

.q-content-section .q-description table {
    width: 100%;
    margin: 0 0 15px
}

.q-content-section .q-description table th,
.q-content-section .q-description table td {
    padding: 5px;
    font-weight: normal;
    border-bottom: 1px solid rgb(225, 225, 225)
}

.q-content-section .q-description ul {
    display: inline-block;
    margin: 0 0 15px
}

.q-content-section .q-description ul li {
    width: 100%;
    float: right;
    display: inline-block;
    padding: 0 15px;
    line-height: 2;
    position: relative;
    color: rgb(55, 55, 55)
}

.q-content-section .q-description ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 13.5px;
    left: 0;
    background: var(--Primary-Color);
    box-shadow: 0 0 0 2px rgb(250 165 15 / 50%);
    border-radius: 50%
}

.q-content-section .q-description .q-tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0
}

.q-content-section .q-description .q-tags a {
    display: inline-block;
    margin: 0 0 5px 5px;
    padding: 0 15px;
    font-size: .95rem;
    line-height: 2;
    color: rgb(100, 100, 100);
    border: 1px solid rgb(100, 100, 100);
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(30 25 30 / 15%)
}

.q-content-section .q-description .q-tags a:hover {
    background: rgb(100, 100, 100);
    color: rgb(255, 255, 255)
}

@media (max-width: 991px) {

    .q-excerpt-section {
        margin: 90 0 -190px
    }

    .q-excerpt-section .q-content {
        padding: 0 15px
    }

    .q-excerpt-section .q-meta ul {
        justify-content: center;
        margin: 0 0 15px
    }

    .q-thumbnail-section img {
        height: auto;
        border-radius: 15px
    }

    .q-cover-section .q-svg {
        bottom: 0
    }

    .q-author-section {
        justify-content: center;
        margin: 60px 0 0
    }

    .q-share-section ul {
        justify-content: center;
        padding: 15px 0 0
    }
}

.q-program-section .q-cover-section {
    padding: 30px 0 150px
}

.q-program-section .q-cover-section .q-title {
    margin: 90px 0 0;
    padding: 30px 0 0;
    color: rgb(255, 255, 255);
    text-align: center
}

.q-program-section .q-cover-section .q-title p {
    line-height: 1.75
}

.q-program-section .q-cover-section .q-title a {
    width: 250px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: .95rem;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 300px;
    text-transform: uppercase;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%)
}

.q-program-section .q-sections {
    padding: 45px 0;
}

.q-program-section .q-sections .q-content .q-list ul {
    padding: 0 0 0 15px;
}

.q-program-section .q-sections .q-content .q-list ul li {
    width: 100%;
    display: inline-block;
    padding: 2.5px 0;
    position: relative;
}

.q-program-section .q-sections .q-content .q-list ul li:before {
    content: '';
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    top: 10px;
    left: -15px;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    border-radius: 50%;
}

.q-program-section .q-sections .q-features {
    text-align: center;
}

.q-program-section .q-sections .q-features ul li {
    display: inline-block;
}

.q-program-section .q-sections .q-features ul li img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.q-program-section .q-sections .q-features ul li span {
    display: block;
    padding: 5px 0
}

.q-program-section .q-sections .q-learn ul li {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 15px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(30, 25, 30, 0.15);
}

.q-program-section .q-sections .q-icons ul {
    display: flex;
    flex-wrap: wrap
}

.q-program-section .q-sections .q-icons ul li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0
}

.q-program-section .q-sections .q-icons ul li .q-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgb(235, 110, 45) 0%, rgb(215, 100, 45) 100%);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(30, 25, 30, 0.15)
}

.q-program-section .q-sections .q-icons ul li .q-icon i {
    display: flex;
    line-height: 1
}

.q-program-section .q-sections .q-icons ul li .q-text strong {
    display: block
}

.q-program-section .q-sections .q-icons ul li .q-text small {
    color: rgb(75, 75, 75)
}

@media (max-width: 990px) {

    .q-program-section .q-sections .q-icons ul li {
        width: 100%
    }
}

.q-program-section .q-sections.q-cert img {
    border-radius: 15px
}

.q-program-section .q-sections.q-cert .q-content {
    padding: 0 30px 0 0;
    text-align: justify
}

.q-program-section .q-faq-section {
    overflow: visible;
    z-index: 35
}

.q-program-section .q-program a .q-content {
    text-align: left
}

.q-program-section .q-program a .q-more {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 15
}

.q-program-section .q-program a .q-more span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    background: linear-gradient(90deg, var(--Primary-Color) 0%, var(--Secondary-Color) 100%);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%)
}

.q-program-section .q-program a .q-more span {}

@media (max-width: 990px) {

    .q-program-section .q-sections .q-features ul li span br {
        display: none
    }

    .q-program-section .q-sections.q-cert .q-content {
        padding: 0
    }
}

.q-page-section {
    width: 100%;
    display: block;
    margin: -150px auto 90px;
    padding: 30px 30px 0;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgb(30 25 30 / 15%);
    z-index: 25
}

.q-page-section .wc-block-cart table.wc-block-cart-items,
.q-page-section .wc-block-cart table.wc-block-cart-items td,
.q-page-section .wc-block-cart table.wc-block-cart-items th {
    margin: 0
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    font-size: .95rem;
    background: linear-gradient(90deg, var(--Primary-Color) 0%, var(--Secondary-Color) 100%);
    color: rgb(255, 255, 255);
    text-align: center;
    border: 0;
    border-radius: 300px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%)
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    border: 0;
    box-shadow: none
}

.q-page-section .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    border-radius: 5px
}

.summary.entry-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 45px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(15, 20, 35);
    color: rgba(255, 255, 255);
    box-shadow: 0 0 15px 0 rgba(30, 25, 30, 0.15);
    z-index: 50
}

.summary.entry-summary .price {
    margin: 0;
    font-size: 1.5rem
}

.summary.entry-summary .price del {
    position: relative;
    font-size: 1.25rem;
    text-decoration: none
}

.summary.entry-summary .price del:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 15px;
    left: 0;
    background: rgb(255, 255, 255);
    transform: rotate(5deg)
}

.summary.entry-summary .price ins {
    text-decoration: none
}

.summary.entry-summary .cart {
    position: absolute;
    top: 5.5px;
    right: 30px
}

.summary.entry-summary button {
    padding: 10px 45px;
    background: rgb(255, 255, 255);
    color: rgb(15, 20, 35);
    border: 0;
    border-radius: 300px;
    text-transform: capitalize
}

@media (max-width: 757px) {

    .summary.entry-summary {
        flex-direction: column
    }
}

.woocommerce-notices-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 25
}

.woocommerce-notices-wrapper ul {
    box-shadow: 0 0 15px 0 rgba(30, 25, 30, 0.15)
}

.woocommerce-notices-wrapper a {
    color: rgb(75, 75, 75)
}

.offcanvas.show {
    visibility: visible
}

.wpcf7-spinner {
    margin: 10px 10px 0
}

.wpcf7-not-valid-tip {
    font-size: .90re
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 0;
    border: 0
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: rgb(255, 185, 0)
}

.wpcf7 form.sent .wpcf7-response-output {
    color: rgb(70, 180, 80)
}