@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&family=Schoolbell&display=swap");

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Heebo", sans-serif;
    color: rgba(30, 30, 30, 0.7);
    outline: none;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body[dir="rtl"] {
    text-align: right
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Heebo", sans-serif;
    color: #312C38;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0
}

h1 {
    font-size: 36px
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px
    }
}

h2 {
    font-size: 28px
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px
    }
}

h3 {
    font-size: 24px
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px
    }
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 14px
}

p {
    margin-bottom: 0
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer
}

a,
button,
img,
input {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: 0
}

a:focus,
button:focus,
img:focus,
input:focus {
    outline: 0
}

a:focus {
    outline: none;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #E73C37
}

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

button,
input[type="submit"] {
    cursor: pointer
}

img {
    max-width: 100%
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

.section,
.main-wrapper {
    width: 100%
}

.tab-content {
    width: 100%
}

.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-animation: up 0.7s ease-out;
    animation: up 0.7s ease-out
}

@-webkit-keyframes up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.section-padding-02 {
    padding-top: 120px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-02 {
        padding-top: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-02 {
        padding-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-02 {
        padding-top: 60px
    }
}

.bg-color-1 {
    background-color: #F5F5F5
}

.bg-color-2 {
    background-color: #F6F7F975
}

.bg-primary {
    background-color: #E73C37 !important
}

.bg-secondary {
    background-color: #97A5B0 !important
}

.bg-dark {
    background-color: #E73C37 !important
}


.border-bottom {
    border-bottom: 1px solid #ebebeb !important
}

/* .section-title .title {
    font-weight: 700;
    color: #312C38;
    line-height: 1.2;
} */

.section-title .title span {
    position: relative;
    z-index: 1
}

.section-title .title span::before {
    position: absolute;
    content: '';
    width: 103%;
    height: 22px;
    background-color: #FFF174;
    border-radius: 50px;
    z-index: -1;
    top: 10px;
    left: -5px
}

@media only screen and (max-width: 575px) {
    .section-title .title span::before {
        height: 15px
    }
}

.section-title p {
    line-height: 1.4;
    padding-top: 5px
}

/* @media only screen and (max-width: 767px) {
    .section-title p {
        font-size: 20px
    }
} */

.section-title-2 .title {
    font-size: 40px;
    font-weight: 600;
    color: #312C38;
    line-height: 1.25;
    margin-top: -8px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title-2 .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 575px) {
    .section-title-2 .title {
        font-size: 30px
    }
}

.section-title-2 .sub-title {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f6520a;
    display: inline-block;
    position: relative;
    margin-bottom: 25px
}

.section-title-2 .sub-title::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #f6520a;
    top: 11px;
    left: -40px
}

.section-title-2 .sub-title::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #f6520a;
    top: 11px;
    right: -40px
}

.section-title-3 .title {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    color: #271344
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-3 .title {
        font-size: 42px
    }
}

@media only screen and (max-width: 767px) {
    .section-title-3 .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 575px) {
    .section-title-3 .title {
        font-size: 30px
    }
}

.section-title-3 .sub-title {
    font-size: 30px;
    line-height: 40px;
    font-family: "Schoolbell", cursive;
    font-weight: 400;
    color: #ff4880;
    margin-bottom: 25px
}

@media only screen and (max-width: 767px) {
    .section-title-3 .sub-title {
        font-size: 28px
    }
}

.swiper-button-next,
.swiper-button-prev {
    width: auto;
    height: auto;
    line-height: inherit;
    text-align: center;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
} */

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 26px;
    font-weight: 700;
    color: #312C38;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 18px
    }
}

.books-active:hover .swiper-button-next,
.books-active:hover .swiper-button-prev,
.team-active:hover .swiper-button-next,
.team-active:hover .swiper-button-prev,
.author-active:hover .swiper-button-next,
.author-active:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: #E73C37
}

.swiper-button-next {
    right: -48px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .swiper-button-next {
        right: -25px
    }
}

.swiper-button-prev {
    left: -48px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .swiper-button-prev {
        left: -25px
    }
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50px;
    background-color: #e1e1e1;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    outline: none
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 35px;
    background-color: #97A5B0
}

.page-pagination {
    margin-top: 60px
}

.page-pagination .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.page-pagination .pagination li a.active {
    background-color: #E73C37;
    color: #ffffff
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #312C38;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.loader::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E73C37;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #312C38;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.single-form {
    margin-top: 30px
}

label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize
}

.form-control {
    border: 1px solid #97A5B070;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666666;
    border-radius: 6px;
    background-color: #FFF;
    margin-bottom: 0;
    padding: 5px 15px;
    width: 100%;
    height: 52px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.form-control:focus {
    outline: none;
    border-color: #97A5B0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgba(30, 30, 30, 0.7);
}
.form-control:-moz-placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgba(30, 30, 30, 0.7);
}
.form-control::-moz-placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgba(30, 30, 30, 0.7);
}
.form-control:-ms-input-placeholder {
    opacity: 1;
    font-weight: 400;
    color: rgba(30, 30, 30, 0.7);
}
textarea.form-control {
    height: 135px;
    padding-top: 15px;
    resize: none
}

.form-check label {
    cursor: pointer;
    margin-bottom: 0
}

.form-check-input {
    margin-top: 0
}

.form-check-input:focus,
.form-check-input:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-check-input:checked {
    background-color: #312C38;
    border-color: #312C38
}

.btn-margin {
    margin-top: 40px
}

.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.btn-wrap .btn {
    margin: 5px
}

.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-color: transparent;
    color: #666666;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    padding: 0px 20px;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer
}

@media only screen and (max-width: 575px) {
    .btn {
        height: 42px;
        line-height: 42px;
        font-size: 14px
    }
}

.btn:focus,
.btn:focus:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-2 {
    padding: 0 55px
}

.btn-4 {
    font-size: 18px;
    padding: 0 65px;
    background: #ff4880;
    color: #ffffff
}

.btn-4:hover {
    background: #271344;
    color: #ffffff
}

.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-group .btn {
    border-radius: 0
}

.btn-group .btn:first-child {
    border-radius: 4px 0 0 4px
}

.btn-group .btn:last-child {
    border-radius: 0 4px 4px 0
}

.btn-round {
    border-radius: 100px
}

.btn-square {
    border-radius: 20px
}

[class*="btn-icon-"] i {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1)
}

.btn-icon-left {
    padding-left: 69px
}

.btn-icon-left i {
    left: 0;
    right: auto
}

.btn-icon-right {
    padding-right: 69px
}

.btn-icon-right i {
    left: auto;
    right: 0
}

.btn-box {
    width: 50px;
    padding: 10px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50px;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px
}

.btn-box i {
    display: block;
    line-height: 24px
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary {
    background-color: #E73C37;
    border-color: #E73C37;
    color: #ffffff
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #E73C37;
    border-color: #E73C37
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #ffffff
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-three {
    background-color: #f6520a;
    border-color: #f6520a;
    color: #ffffff
}

.btn-three:active,
.btn-three:focus,
.btn-three:hover {
    background-color: #ffa300;
    border-color: #ffa300;
    color: #ffffff
}

.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #ffffff
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50
}

.btn-danger {
    background-color: #F44336;
    border-color: #F44336;
    color: #ffffff
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #F44336;
    border-color: #F44336
}

.btn-warning {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #312C38
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #FFC107;
    border-color: #FFC107
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #312C38
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #ffffff
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #343a40;
    border-color: #343a40
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #312C38;
    -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15)
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background-color: #ffffff;
    border-color: #ffffff
}

.btn-heading-color {
    background-color: #312C38;
    border-color: #312C38;
    color: #ffffff
}

.btn-heading-color:active,
.btn-heading-color:focus,
.btn-heading-color:hover {
    background-color: #312C38;
    border-color: #312C38
}

[class*="btn-outline-"] {
    border: 1px solid transparent
}

.btn-outline-primary {
    border-color: #E73C37;
    color: #E73C37
}

.btn-outline-primary:hover {
    background-color: #E73C37;
    border-color: #E73C37;
    color: #ffffff
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #ffffff
}

.btn-outline-success {
    border-color: #4CAF50;
    color: #4CAF50
}

.btn-outline-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #ffffff
}

.btn-outline-danger {
    border-color: #F44336;
    color: #F44336
}

.btn-outline-danger:hover {
    background-color: #F44336;
    border-color: #F44336;
    color: #ffffff
}

.btn-outline-warning {
    border-color: #FFC107;
    color: #FFC107
}

.btn-outline-warning:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #312C38
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8
}

.btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #312C38
}

.btn-outline-dark {
    border-color: #343a40;
    color: #343a40
}

.btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #ffffff
}

.btn-outline-white {
    border-color: #ffffff;
    color: #ffffff
}

.btn-outline-white:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #312C38
}

.btn-outline-heading-color {
    border-color: #312C38;
    color: #312C38
}

.btn-outline-heading-color:hover {
    background-color: #312C38;
    border-color: #312C38;
    color: #ffffff
}

.btn-hover-primary:hover {
    background-color: #E73C37;
    border-color: #E73C37;
    color: #ffffff
}

.btn-hover-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #ffffff
}

.btn-hover-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #ffffff
}

.btn-hover-danger:hover {
    background-color: #F44336;
    border-color: #F44336;
    color: #ffffff
}

.btn-hover-warning:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #312C38
}

.btn-hover-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff
}

.btn-hover-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #312C38
}

.btn-hover-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #ffffff
}

.btn-hover-white:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #312C38;
    -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15)
}

.btn-hover-heading-color:hover {
    background-color: #312C38;
    border-color: #312C38;
    color: #ffffff
}

.btn-android {
    background-color: #7AC157;
    border-color: #7AC157;
    color: #ffffff
}

.btn-android:hover {
    background-color: #6bba45;
    border-color: #6bba45
}

.btn-apple {
    background-color: #B8B8B8;
    border-color: #B8B8B8;
    color: #ffffff
}

.btn-apple:hover {
    background-color: #ababab;
    border-color: #ababab
}

.btn-behance {
    background-color: #1869FF;
    border-color: #1869FF;
    color: #ffffff
}

.btn-behance:hover {
    background-color: #0059fe;
    border-color: #0059fe
}

.btn-codepen {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff
}

.btn-codepen:hover {
    background-color: black;
    border-color: black
}

.btn-dribbble {
    background-color: #EA4C8A;
    border-color: #EA4C8A;
    color: #ffffff
}

.btn-dribbble:hover {
    background-color: #e7357b;
    border-color: #e7357b
}

.btn-dropbox {
    background-color: #007EE5;
    border-color: #007EE5;
    color: #ffffff
}

.btn-dropbox:hover {
    background-color: #0070cc;
    border-color: #0070cc
}

.btn-evernote {
    background-color: #78D525;
    border-color: #78D525;
    color: #ffffff
}

.btn-evernote:hover {
    background-color: #6cbf21;
    border-color: #6cbf21
}

.btn-facebook {
    background-color: #4867AA;
    border-color: #4867AA;
    color: #ffffff
}

.btn-facebook:hover {
    background-color: #405c98;
    border-color: #405c98
}

.btn-github {
    background-color: #313131;
    border-color: #313131;
    color: #ffffff
}

.btn-github:hover {
    background-color: #242424;
    border-color: #242424
}

.btn-google-drive {
    background-color: #1DA462;
    border-color: #1DA462;
    color: #ffffff
}

.btn-google-drive:hover {
    background-color: #198e55;
    border-color: #198e55
}

.btn-google-earth {
    background-color: #4285F4;
    border-color: #4285F4;
    color: #ffffff
}

.btn-google-earth:hover {
    background-color: #2a75f3;
    border-color: #2a75f3
}

.btn-google-glass {
    background-color: #EA4335;
    border-color: #EA4335;
    color: #ffffff
}

.btn-google-glass:hover {
    background-color: #e82e1e;
    border-color: #e82e1e
}

.btn-google-maps {
    background-color: #5083C3;
    border-color: #5083C3;
    color: #ffffff
}

.btn-google-maps:hover {
    background-color: #4076ba;
    border-color: #4076ba
}

.btn-google-play {
    background-color: #01B9FD;
    border-color: #01B9FD;
    color: #ffffff
}

.btn-google-play:hover {
    background-color: #01a6e4;
    border-color: #01a6e4
}

.btn-google-plus {
    background-color: #DD5144;
    border-color: #DD5144;
    color: #ffffff
}

.btn-google-plus:hover {
    background-color: #d93d2e;
    border-color: #d93d2e
}

.btn-google {
    background-color: #4285F4;
    border-color: #4285F4;
    color: #ffffff
}

.btn-google:hover {
    background-color: #2a75f3;
    border-color: #2a75f3
}

.btn-instagram {
    background-color: #B23A94;
    border-color: #B23A94;
    color: #ffffff
}

.btn-instagram:hover {
    background-color: #9f3484;
    border-color: #9f3484
}

.btn-css3 {
    background-color: #0277BD;
    border-color: #0277BD;
    color: #ffffff
}

.btn-css3:hover {
    background-color: #0267a4;
    border-color: #0267a4
}

.btn-html5 {
    background-color: #E44D26;
    border-color: #E44D26;
    color: #ffffff
}

.btn-html5:hover {
    background-color: #d6411b;
    border-color: #d6411b
}

.btn-javascript {
    background-color: #F9DC3D;
    border-color: #F9DC3D;
    color: #ffffff
}

.btn-javascript:hover {
    background-color: #f8d824;
    border-color: #f8d824
}

.btn-python {
    background-color: #0C9DBF;
    border-color: #0C9DBF;
    color: #ffffff
}

.btn-python:hover {
    background-color: #0a89a7;
    border-color: #0a89a7
}

.btn-lastfm {
    background-color: #E31B23;
    border-color: #E31B23;
    color: #ffffff
}

.btn-lastfm:hover {
    background-color: #cc181f;
    border-color: #cc181f
}

.btn-linkedin {
    background-color: #007BB6;
    border-color: #007BB6;
    color: #ffffff
}

.btn-linkedin:hover {
    background-color: #006a9d;
    border-color: #006a9d
}

.btn-paypal {
    background-color: #002F86;
    border-color: #002F86;
    color: #ffffff
}

.btn-paypal:hover {
    background-color: #00266d;
    border-color: #00266d
}

.btn-pinterest {
    background-color: #BD081B;
    border-color: #BD081B;
    color: #ffffff
}

.btn-pinterest:hover {
    background-color: #a50718;
    border-color: #a50718
}

.btn-pocket {
    background-color: #EF3E56;
    border-color: #EF3E56;
    color: #ffffff
}

.btn-pocket:hover {
    background-color: #ed2641;
    border-color: #ed2641
}

.btn-polymer {
    background-color: #F87292;
    border-color: #F87292;
    color: #ffffff
}

.btn-polymer:hover {
    background-color: #f75a7f;
    border-color: #f75a7f
}

.btn-rss {
    background-color: #F99C3A;
    border-color: #F99C3A;
    color: #ffffff
}

.btn-rss:hover {
    background-color: #f89021;
    border-color: #f89021
}

.btn-share {
    background-color: #2C9CFF;
    border-color: #2C9CFF;
    color: #ffffff
}

.btn-share:hover {
    background-color: #1390ff;
    border-color: #1390ff
}

.btn-stackoverflow {
    background-color: #F38024;
    border-color: #F38024;
    color: #ffffff
}

.btn-stackoverflow:hover {
    background-color: #f0720d;
    border-color: #f0720d
}

.btn-steam {
    background-color: #15497B;
    border-color: #15497B;
    color: #ffffff
}

.btn-steam:hover {
    background-color: #113c65;
    border-color: #113c65
}

.btn-twitter {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    color: #ffffff
}

.btn-twitter:hover {
    background-color: #0d95e8;
    border-color: #0d95e8
}

.btn-vk {
    background-color: #5181B8;
    border-color: #5181B8;
    color: #ffffff
}

.btn-vk:hover {
    background-color: #4574aa;
    border-color: #4574aa
}

.btn-wikipedia {
    background-color: #E9E9E9;
    border-color: #E9E9E9;
    color: #312C38
}

.btn-wikipedia:hover {
    background-color: gainsboro;
    border-color: gainsboro
}

.btn-windows {
    background-color: #0078D6;
    border-color: #0078D6;
    color: #ffffff
}

.btn-windows:hover {
    background-color: #006abd;
    border-color: #006abd
}

.btn-500px {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff
}

.btn-500px:hover {
    background-color: black;
    border-color: black
}

.btn-8tracks {
    background-color: #122D4B;
    border-color: #122D4B;
    color: #ffffff
}

.btn-8tracks:hover {
    background-color: #0d2136;
    border-color: #0d2136
}

.btn-amazon {
    background-color: #F79B34;
    border-color: #F79B34;
    color: #ffffff
}

.btn-amazon:hover {
    background-color: #f68f1b;
    border-color: #f68f1b
}

.btn-blogger {
    background-color: #F06A35;
    border-color: #F06A35;
    color: #ffffff
}

.btn-blogger:hover {
    background-color: #ee581d;
    border-color: #ee581d
}

.btn-delicious {
    background-color: #0000FE;
    border-color: #0000FE;
    color: #ffffff
}

.btn-delicious:hover {
    background-color: #0000e5;
    border-color: #0000e5
}

.btn-disqus {
    background-color: #2E9EFE;
    border-color: #2E9EFE;
    color: #ffffff
}

.btn-disqus:hover {
    background-color: #1592fe;
    border-color: #1592fe
}

.btn-flattr {
    background-color: #7AB831;
    border-color: #7AB831;
    color: #ffffff
}

.btn-flattr:hover {
    background-color: #6da42c;
    border-color: #6da42c
}

.btn-flickr {
    background-color: #FE0084;
    border-color: #FE0084;
    color: #ffffff
}

.btn-flickr:hover {
    background-color: #e50077;
    border-color: #e50077
}

.btn-odnoklassniki {
    background-color: #F58220;
    border-color: #F58220;
    color: #ffffff
}

.btn-odnoklassniki:hover {
    background-color: #f1750b;
    border-color: #f1750b
}

.btn-outlook {
    background-color: #0072C6;
    border-color: #0072C6;
    color: #ffffff
}

.btn-outlook:hover {
    background-color: #0063ad;
    border-color: #0063ad
}

.btn-playstation {
    background-color: #07418E;
    border-color: #07418E;
    color: #ffffff
}

.btn-playstation:hover {
    background-color: #063676;
    border-color: #063676
}

.btn-reddit {
    background-color: #FF4500;
    border-color: #FF4500;
    color: #ffffff
}

.btn-reddit:hover {
    background-color: #e63e00;
    border-color: #e63e00
}

.btn-skype {
    background-color: #00A9F0;
    border-color: #00A9F0;
    color: #ffffff
}

.btn-skype:hover {
    background-color: #0097d7;
    border-color: #0097d7
}

.btn-slideshare {
    background-color: #0077B5;
    border-color: #0077B5;
    color: #ffffff
}

.btn-slideshare:hover {
    background-color: #00669c;
    border-color: #00669c
}

.btn-soundcloud {
    background-color: #FE4900;
    border-color: #FE4900;
    color: #ffffff
}

.btn-soundcloud:hover {
    background-color: #e54200;
    border-color: #e54200
}

.btn-tumblr {
    background-color: #36465D;
    border-color: #36465D;
    color: #ffffff
}

.btn-tumblr:hover {
    background-color: #2d3a4d;
    border-color: #2d3a4d
}

.btn-twitch {
    background-color: #6441A4;
    border-color: #6441A4;
    color: #ffffff
}

.btn-twitch:hover {
    background-color: #593a92;
    border-color: #593a92
}

.btn-vimeo {
    background-color: #1AB7EA;
    border-color: #1AB7EA;
    color: #ffffff
}

.btn-vimeo:hover {
    background-color: #14a7d7;
    border-color: #14a7d7
}

.btn-whatsapp {
    background-color: #189D0E;
    border-color: #189D0E;
    color: #ffffff
}

.btn-whatsapp:hover {
    background-color: #14860c;
    border-color: #14860c
}

.btn-xbox {
    background-color: #107C0F;
    border-color: #107C0F;
    color: #ffffff
}

.btn-xbox:hover {
    background-color: #0d650c;
    border-color: #0d650c
}

.btn-yahoo {
    background-color: #4101AF;
    border-color: #4101AF;
    color: #ffffff
}

.btn-yahoo:hover {
    background-color: #380196;
    border-color: #380196
}

.btn-youtube {
    background-color: #FE0000;
    border-color: #FE0000;
    color: #ffffff
}

.btn-youtube:hover {
    background-color: #e50000;
    border-color: #e50000
}

.comment-box {
    margin-top: 50px
}

.commtent-reply {
    padding-left: 105px
}

@media only screen and (max-width: 767px) {
    .commtent-reply {
        padding-left: 0
    }
}

.single-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1
}

@media only screen and (max-width: 575px) {
    .single-comment {
        display: block
    }
}

.single-comment .comment-author {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-comment .comment-author img {
    width: 75px;
    border-radius: 50%
}

.single-comment .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px
}

@media only screen and (max-width: 575px) {
    .single-comment .comment-content {
        padding-left: 0;
        padding-top: 25px
    }
}

.single-comment .comment-content .name {
    font-size: 15px;
    font-weight: 700
}

.single-comment .comment-content p {
    margin-top: 5px
}

.single-comment .comment-content .meta {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #E73C37
}

.single-comment .comment-content .meta>* {
    margin-right: 30px
}

.single-comment .comment-content .meta>*:last-child {
    margin-right: 0
}

.single-comment .comment-content .meta a:hover {
    color: #312C38
}

.comment-form {
    margin-top: 30px
}

.animate-01 {
    -webkit-animation: animate-01 3s infinite;
    animation: animate-01 3s infinite
}

@-webkit-keyframes animate-01 {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

.animate-02 {
    -webkit-animation: animate-02 5s infinite;
    animation: animate-02 5s infinite
}

@-webkit-keyframes animate-02 {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

.animate-03 {
    -webkit-animation: animate-03 3s infinite;
    animation: animate-03 3s infinite
}

@-webkit-keyframes animate-03 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate-04 {
    -webkit-animation: animate-04 4s infinite;
    animation: animate-04 4s infinite
}

@-webkit-keyframes animate-04 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.animate-05 {
    -webkit-animation: animate-05 15s alternate infinite linear;
    animation: animate-05 15s alternate infinite linear
}

@-webkit-keyframes animate-05 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animate-05 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

.header {
    position: relative;
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

/* @media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header {
        padding: 15px 0
    }
} */

.header-top {
    padding: 10px 0
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-top {
        padding: 0
    }
}

.header-bottom {
    background-color: #E73C37
}
.header.sticky .header-bottom {
    background-color: #312C38;
}

/* .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
} */

.header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-inner>* {
    margin-right: 50px
}

.header-inner>*:last-child {
    margin-right: 0
}

.header-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-logo img {
    width: auto;
    height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-logo a img {
        width: 130px
    }
}

.header-menu .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu .main-menu li {
    padding: 11px 12px;
    position: relative;
    white-space: nowrap
}
.header-menu .main-menu li:first-child {
    padding-left: 0px;
}
.header-menu .main-menu li:last-child {
    padding-right: 0px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu .main-menu li {
        padding: 25px 10px
    }
}

.header-menu .main-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #FFF
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu .main-menu li a {
        font-size: 15px
    }
}

.header-menu .main-menu li a.active {
    color: #FFF174
}

.header-menu .main-menu li a.active::after {
    color: #FFF174
}

.header-menu .main-menu li .menu-icon::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    margin-left: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.header-menu .main-menu li:hover>.menu-icon,
.header-menu .main-menu li:hover>a {
    color: #FFF174
}

.header-menu .main-menu li:hover>.menu-icon::after,
.header-menu .main-menu li:hover>a::after {
    color: #FFF174
}

.header-menu .main-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-menu .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 200px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    border-radius: 6px;
    z-index: 99;
    border-top: 2px solid #FFF174;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.header-menu .sub-menu li {
    padding: 0
}

.header-menu .sub-menu li a {
    padding: 3px 30px;
    display: block;
    position: relative;
    color: #2f3034
}

.header-menu .sub-menu li a::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 9px;
    height: 2px;
    background-color: #E73C37;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.header-menu .sub-menu li:hover a {
    color: #E73C37;
}

.header-menu .sub-menu li a.active {
    padding-left: 37px
}

.header-menu .sub-menu li a.active::before {
    left: 15px;
    opacity: 1;
    visibility: visible
}

.header-menu .sub-menu li .menu-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-menu .sub-menu li .menu-icon::after {
    content: '\f105'
}

.header-menu .sub-menu li:hover>a {
    padding-left: 37px
}

.header-menu .sub-menu li:hover>a::before {
    left: 15px;
    opacity: 1;
    visibility: visible
}

.header-menu .sub-menu li .sub-menu {
    top: 0px;
    left: 100%
}

.header-menu .sub-menu li:hover>.sub-menu {
    top: -20px
}

/* .header-menu-02 .main-menu li>a {
    color: #ffffff
}

.header-menu-02 .main-menu li .menu-icon::after {
    color: #ffffff
}

.header-menu-02 .main-menu li:hover>.menu-icon,
.header-menu-02 .main-menu li:hover>a {
    color: #E73C37
}

.header-menu-02 .main-menu li:hover>.menu-icon::after,
.header-menu-02 .main-menu li:hover>a::after {
    color: #E73C37
}

.header-menu-02 .sub-menu li a {
    color: #2f3034
}

.header-menu-03 .main-menu li a {
    color: #312C38
}

.header-menu-03 .main-menu li a.active {
    color: #f6520a
}

.header-menu-03 .main-menu li a.active::after {
    color: #f6520a
}

.header-menu-03 .main-menu li .menu-icon::after {
    color: #312C38
}

.header-menu-03 .main-menu li:hover>.menu-icon,
.header-menu-03 .main-menu li:hover>a {
    color: #f6520a
}

.header-menu-03 .main-menu li:hover>.menu-icon::after,
.header-menu-03 .main-menu li:hover>a::after {
    color: #f6520a
}

.header-menu-03 .sub-menu {
    border-top: 2px solid #f6520a
}

.header-menu-03 .sub-menu li a {
    color: #312C38
}

.header-menu-03 .sub-menu li a::before {
    background-color: #f6520a
} */

.header-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.header-search {
    width: 100%;
    position: relative;
    margin-right: 0px;
    margin-top: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-search {
        min-width: 220px;
        margin-right: 20px
    }
} */

.header-search input {
    background-color: transparent;
    padding: 0 20px;
    height: 46px;
    width: 100%;
    border: 1px solid rgba(30, 30, 30, 0.1);
    color: #93a1a2;
    font-size: 15px;
    font-weight: 400;
    border-radius: 6px;
    padding-right: 40px
}

.header-search input:focus {
    outline: none;
    border-color: #FFF;
    background-color: #FFF;
}

.header-search input::-webkit-input-placeholder {
    color: rgba(30, 30, 30, 0.4);
}
.header-search input:-moz-placeholder {
    color: rgba(30, 30, 30, 0.4);
}
.header-search input::-moz-placeholder {
    color: rgba(30, 30, 30, 0.4);
}
.header-search input:-ms-input-placeholder {
    color: rgba(30, 30, 30, 0.4);
}

.header-search button {
    height: 34px;
    line-height: 34px;
    border: 0;
    padding: 0px 10px;
    background: #E73C37;
    position: absolute;
    top: 6px;
    right: 6px;
    color: #FFF;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
}

.header-search-02 {
    min-width: 410px
}

.header-search-03 input:focus {
    border-color: #f6520a
}

.header-search-03 button {
    color: #f6520a
}

/* .header-cart {
    margin-right: 41px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-cart {
        margin-right: 31px
    }
}

.header-cart .cart-btn {
    position: relative;
    border: 0;
    background: none;
    padding: 0;
    padding-right: 7px;
    padding-top: 4px
}

.header-cart .cart-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
    width: 1px;
    height: 40px;
    background-color: #dedfe0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-cart .cart-btn::before {
        right: -15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-cart .cart-btn::before {
        height: 30px
    }
}

.header-cart .cart-btn i {
    font-size: 18px;
    color: #2f3034
}

.header-cart .cart-btn .count {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background-color: #E73C37;
    display: block;
    font-size: 11px;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0
}

.header-cart .dropdown-cart {
    min-width: 370px;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    border: 0;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    top: 57px !important
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-cart .dropdown-cart {
        left: 0 !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-cart .dropdown-cart {
        left: auto !important;
        right: -65px !important;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important
    }
}

.header-cart-02 .cart-btn i {
    color: #f6520a
}

.header-cart-02 .cart-btn .count {
    background-color: #f6520a
}

.header-cart-02 .single-cart-item .item-content .title {
    color: #312C38
}

.header-cart-02 .single-cart-item .item-content .title:hover a {
    color: #f6520a
}

.header-cart-02 .single-cart-item .item-content .quantity {
    font-size: 14px;
    color: #f6520a
}

.header-cart-02 .cart-total .label {
    color: #312C38
}

.header-cart-02 .cart-total .value {
    color: #f6520a
}

.header-cart-02 .cart-btns .btn-2 {
    padding: 0 30px
}

.header-cart-02 .cart-btns .btn-white {
    color: #312C38
}

.header-cart-02 .cart-btns .btn-white:hover {
    background: #f6520a;
    color: #ffffff
} */

/* .cart-items {
    max-height: 280px;
    overflow-y: auto
}

.single-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.single-cart-item+.single-cart-item {
    margin-top: 30px
}

.single-cart-item .item-image img {
    border-radius: 50%
}

.single-cart-item .item-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 25px;
    padding-left: 20px
}

.single-cart-item .item-content .title {
    font-size: 15px;
    font-weight: 600;
    color: #312C38;
    line-height: 1.3
}

.single-cart-item .item-content .quantity {
    font-size: 14px;
    color: #E73C37
}

.single-cart-item .btn-close {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 5px
}

.cart-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px
}

.cart-total .label {
    font-size: 18px;
    font-weight: 600;
    color: #312C38
}

.cart-total .value {
    font-size: 18px;
    font-weight: 700;
    color: #E73C37
}

.cart-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px
}

.cart-btns .btn {
    width: 48%
} */

.header-login .link {
    font-size: 14px;
    font-weight: 500;
    color: #312C38;
    position: relative;
    display: block;
    border: 0;
    padding: 0;
    background: none;
}

.header-login .link i {
    margin-right: 3px
}

.header-login .link+.link::before {
    content: '/';
    font-size: 14px;
    font-weight: 500;
    color: #312C38;
    margin: 0 5px
}

.header-login .link:hover {
    color: #E73C37
}

.header-login-02>* {
    margin-right: 20px
}

.header-login-02>*:last-child {
    margin-right: 0
}

.header-login-02 .link {
    font-size: 14px;
    font-weight: 500;
    color: #312C38;
    position: relative;
    display: block
}

.header-login-02 .link i {
    margin-right: 3px
}

.header-login-02 .link:hover {
    color: #E73C37
}
.header-login-02 .btn-primary {
    color: #312C38;
    background-color: #FFF174;
}
.header-login-02 .btn-primary:hover {
    opacity: 0.7;
    transform: scale(1.04);
}
.header.sticky .heaer_start {
    display: none;
}

/* .header-login-03 .link {
    color: #312C38
}

.header-login-03 .link i {
    margin-right: 3px;
    color: #f6520a
}

.header-login-03 .link+.link::before {
    color: #312C38
}

.header-login-03 .link:hover {
    color: #f6520a
} */

.header-toggle button {
    background: none;
    border: 0;
    padding: 0
}

.header-toggle button span {
    width: 25px;
    height: 2px;
    background-color: #312C38;
    margin: 5px 0;
    display: block
}

/* .header-social>* {
    margin-right: 15px
}

.header-social>*:last-child {
    margin-right: 0
}

.header-social a {
    color: #ffffff;
    font-size: 14px
}

.header-social a:hover {
    color: #E73C37
} */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    animation: sticky 1s
}

.sticky .header-top {
    display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .sticky .header-top {
        display: block
    }
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.header-top-section {
    background: #271344
}

.header-top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0
}

.header-top-wrapper .header-top-info ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    position: relative
}

.header-top-wrapper .header-top-info ul li span {
    font-weight: 700;
    display: inline-block;
    margin-left: 5px
}

.header-top-wrapper .header-top-info ul li i {
    font-size: 18px;
    color: #ffc000;
    position: relative;
    top: 1px;
    margin-right: 7px
}

.header-top-wrapper .header-top-info ul li+li {
    padding-left: 30px;
    margin-left: 25px
}

.header-top-wrapper .header-top-info ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #524269;
    width: 1px;
    height: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-top-wrapper .header-social ul li {
    display: inline-block;
    margin-right: 5px
}

.header-top-wrapper .header-social ul li a {
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    color: #ffffff
}

.header-top-wrapper .header-social ul li:nth-child(1) a {
    background: #ffc000
}

.header-top-wrapper .header-social ul li:nth-child(2) a {
    background: #abcd52
}

.header-top-wrapper .header-social ul li:nth-child(3) a {
    background: #ff4880
}

.header-top-wrapper .header-social ul li:nth-child(4) {
    margin-right: 0
}

.header-top-wrapper .header-social ul li:nth-child(4) a {
    background: #1ab9ff
}

.header-menu-04 {
    margin-left: auto
}

.header-menu-04 .main-menu li {
    padding: 30px 12px
}

.header-menu-04 .main-menu li a {
    color: #312C38
}

.header-menu-04 .main-menu li a.active {
    color: #ff4880
}

.header-menu-04 .main-menu li a.active::after {
    color: #ff4880
}

.header-menu-04 .main-menu li .menu-icon::after {
    color: #312C38
}

.header-menu-04 .main-menu li:hover>.menu-icon,
.header-menu-04 .main-menu li:hover>a {
    color: #ff4880
}

.header-menu-04 .main-menu li:hover>.menu-icon::after,
.header-menu-04 .main-menu li:hover>a::after {
    color: #ff4880
}

.header-menu-04 .sub-menu {
    border-top: 2px solid #ff4880
}

.header-menu-04 .sub-menu li {
    padding: 0
}

.header-menu-04 .sub-menu li a {
    color: #312C38
}

.header-menu-04 .sub-menu li a::before {
    background-color: #ff4880
}

.header-cart-03 {
    margin-right: 20px;
    margin-left: 55px
}

.header-cart-03 .cart-btn::before {
    height: 30px;
    right: 50px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-cart-03 .cart-btn::before {
        display: none
    }
}

.header-cart-03 .cart-btn .count {
    background: #ff4880
}

.header-cart-03 .single-cart-item .item-content .title {
    color: #312C38
}

.header-cart-03 .single-cart-item .item-content .title:hover a {
    color: #ff4880
}

.header-cart-03 .single-cart-item .item-content .quantity {
    font-size: 14px;
    color: #ff4880
}

.header-cart-03 .cart-total .label {
    color: #312C38
}

.header-cart-03 .cart-total .value {
    color: #ff4880
}

.header-cart-03 .cart-btns .btn-4 {
    font-size: 15px;
    padding: 0 25px
}

.header-cart-03 .cart-btns .btn-white {
    color: #312C38
}

.header-cart-03 .cart-btns .btn-white:hover {
    background: #ff4880;
    color: #ffffff
}

.header-btn .btn-4 {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    padding: 0 30px;
    font-size: 14px
}

.offcanvas {
    width: 320px
}

@media only screen and (max-width: 575px) {
    .offcanvas {
        width: 280px
    }
}

.offcanvas-logo a img {
    width: 185px
}

.offcanvas-menu .main-menu li {
    position: relative
}

.offcanvas-menu .main-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #2f3034;
    padding: 5px 0px;
    position: relative
}

.offcanvas-menu .main-menu li a.active {
    color: #E73C37
}

.offcanvas-menu .main-menu li .menu-expand {
    width: 24px;
    height: 24px;
    background-color: rgba(47, 48, 52, 0.1);
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0
}

.offcanvas-menu .main-menu li .menu-expand::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #312C38;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.offcanvas-menu .main-menu li .menu-expand::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #312C38;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.offcanvas-menu .main-menu li:hover>a {
    color: #E73C37
}

.offcanvas-menu .main-menu li ul {
    display: none
}

.offcanvas-menu .sub-menu {
    background-color: #fdfaf1;
    padding: 5px 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.slider-section {
    position: relative
}

.slider-section .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.slider-section .shape-1 svg .shape-path {
    fill: #ffffff
}

.slider-section .shape-2 {
    position: absolute;
    width: 67px;
    top: 34%;
    left: 130px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .shape-2 {
        width: 60px;
        top: 15%;
        left: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .shape-2 {
        top: 5%;
        width: 57px
    }
}

@media only screen and (max-width: 767px) {
    .slider-section .shape-2 {
        width: 47px;
        left: 45px
    }
}

@media only screen and (max-width: 575px) {
    .slider-section .shape-2 {
        top: 67%
    }
}

.slider-section .shape-3 {
    position: absolute;
    width: 46px;
    top: 145px;
    left: 38%
}

@media only screen and (max-width: 767px) {
    .slider-section .shape-3 {
        width: 40px;
        top: 95px
    }
}

@media only screen and (max-width: 575px) {
    .slider-section .shape-3 {
        top: 100px;
        width: 36px
    }
}

.slider-section .shape-4 {
    position: absolute;
    width: 68px;
    top: 230px;
    right: 225px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .shape-4 {
        right: 85px;
        top: 130px
    }
}

@media only screen and (max-width: 767px) {
    .slider-section .shape-4 {
        right: 55px;
        top: 100px;
        width: 50px
    }
}

@media only screen and (max-width: 575px) {
    .slider-section .shape-4 {
        right: 40px;
        top: 98px;
        width: 45px
    }
}

.slider-content {
    padding-top: 75px;
    max-width: 520px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content {
        padding-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .slider-content {
        padding-top: 150px;
        padding-bottom: 0px
    }
}

.slider-content .sub-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #E73C37;
    letter-spacing: 1px
}

.slider-content .title {
    font-size: 48px;
    font-weight: 600;
    color: #312C38;
    line-height: 1.25;
    margin-top: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .title {
        font-size: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 575px) {
    .slider-content .title {
        font-size: 28px
    }
}

.slider-content p {
    max-width: 400px;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 25px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content p {
        font-size: 15px
    }
}

.slider-content>.btn {
    margin-top: 35px
}

.slider-form {
    margin-top: 50px
}

.slider-form form {
    position: relative
}

.slider-form form input {
    width: 100%;
    border: 1px solid #ebebeb;
    height: 60px;
    padding-left: 20px;
    padding-right: 180px;
    font-size: 18px;
    color: #666666;
    background-color: #ffffff;
    border-radius: 4px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .slider-form form input {
        height: 50px;
        padding: 0 15px;
        font-size: 15px
    }
}

.slider-form form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .slider-form form .btn {
        position: relative;
        width: 100%;
        display: block;
        margin-top: 10px;
        height: 50px;
        line-height: 50px
    }
}

.slider-form span {
    color: #E73C37;
    display: block;
    margin-top: 25px
}

.slider-form span a {
    color: #666666
}

.slider-form span a:hover {
    color: #312C38
}

.slider-images {
    padding-top: 200px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-images {
        padding-top: 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-images {
        padding-top: 180px
    }
}

@media only screen and (max-width: 767px) {
    .slider-images {
        padding-top: 50px
    }
}

.slider-images .image-shape-01 {
    position: absolute;
    bottom: 100px;
    left: 50px;
    z-index: -1;
    max-width: 530px;
    width: 100%
}

@media only screen and (max-width: 575px) {
    .slider-images .image-shape-01 {
        max-width: 250px;
        left: 30px
    }
}

.slider-images .image-shape-01 svg .svg-path {
    fill: #FFF174
}

.slider-images .image-shape-02 {
    position: absolute;
    z-index: -1;
    left: 67px;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 260px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .slider-images .image-shape-02 {
        top: 25%;
        left: 0;
        max-width: 190px
    }
}

.slider-images .image-shape-02 svg .svg-path {
    fill: #344c4c
}

.slider-images .image-shape-03 {
    position: absolute;
    top: 21%;
    right: 24%
}

.slider-images .image-shape-04 {
    position: absolute;
    top: 170px;
    left: 130px;
    z-index: -1
}

.slider-images .image-shape-04 img {
    width: 150px
}

.slider-images .image-shape-05 {
    position: absolute;
    width: 172px;
    height: 172px;
    background-color: #afe0fb;
    border-radius: 50%;
    top: 195px;
    left: 15px;
    z-index: -2
}

.slider-images .image-shape-06 {
    position: absolute;
    width: 236px;
    height: 236px;
    background-color: #ffcc66;
    border-radius: 50%;
    bottom: -100px;
    right: 90px;
    z-index: -1
}

.slider-images .image {
    text-align: right;
    position: relative
}

.slider-images-02 {
    padding-top: 200px;
    padding-bottom: 170px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-images-02 {
        padding-top: 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-images-02 {
        padding-top: 150px
    }
}

@media only screen and (max-width: 767px) {
    .slider-images-02 {
        padding-top: 50px;
        padding-bottom: 70px
    }
}

.slider-images-02 .image-shape-01 {
    position: absolute;
    top: 170px;
    left: 130px;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-images-02 .image-shape-01 {
        top: 20px
    }
}

.slider-images-02 .image-shape-01 img {
    width: 150px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-images-02 .image-shape-01 img {
        width: 120px
    }
}

.slider-images-02 .image-shape-02 {
    position: absolute;
    width: 172px;
    height: 172px;
    background-color: #afe0fb;
    border-radius: 50%;
    top: 195px;
    left: 15px;
    z-index: -2
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-images-02 .image-shape-02 {
        left: -60px
    }
}

@media only screen and (max-width: 767px) {
    .slider-images-02 .image-shape-02 {
        width: 72px;
        height: 72px;
        top: 80px
    }
}

.slider-images-02 .image-shape-03 {
    position: absolute;
    width: 236px;
    height: 236px;
    background-color: #ffcc66;
    border-radius: 50%;
    bottom: 70px;
    right: 90px;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-images-02 .image-shape-03 {
        right: 40px
    }
}

@media only screen and (max-width: 767px) {
    .slider-images-02 .image-shape-03 {
        width: 170px;
        height: 170px
    }
}

.slider-images-02 .image {
    text-align: right;
    position: relative
}

.image-content {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: left;
    padding-left: 50px;
    padding-right: 28px;
    padding-top: 30px;
    padding-bottom: 25px;
    width: 265px;
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.23)
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .image-content {
        padding-left: 40px;
        max-width: 245px
    }
}

.image-content .image-icon {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .image-content .image-icon {
        left: -25px
    }
}

.image-content .image-icon i {
    border-radius: 50%;
    background-color: #312C38;
    width: 61px;
    height: 61px;
    line-height: 75px;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #ffffff
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .image-content .image-icon i {
        width: 51px;
        height: 51px;
        line-height: 60px;
        font-size: 24px
    }
}

.image-content .start i {
    font-size: 20px;
    color: #fda000
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .image-content .start i {
        font-size: 18px
    }
}

.image-content p {
    font-size: 18px;
    line-height: 1.6
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .image-content p {
        font-size: 15px;
        line-height: 1.4
    }
}

.slider-section-03 {
    padding-top: 136px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-section-03 {
        padding-top: 78px
    }
}

.single-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat
}

.single-slider .slider-shape-01 {
    width: 75px;
    position: absolute;
    top: 125px;
    left: 5%;
    z-index: -1
}

.single-slider .slider-shape-02 {
    position: absolute;
    top: -270px;
    left: 20%;
    z-index: -1
}

@media only screen and (max-width: 575px) {
    .single-slider .slider-shape-02 {
        top: -120px
    }
}

.single-slider .slider-shape-03 {
    position: absolute;
    bottom: -225px;
    left: 45px;
    z-index: -1
}

@media only screen and (max-width: 575px) {
    .single-slider .slider-shape-03 {
        bottom: -120px
    }
}

.single-slider .slider-bg {
    position: absolute;
    top: 0;
    left: -5%;
    height: 100%;
    width: 58%;
    background-color: #116eee;
    z-index: -1;
    -webkit-transform: skewX(17deg);
    -ms-transform: skewX(17deg);
    transform: skewX(17deg)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider .slider-bg {
        width: 64%;
        -webkit-transform: skewX(14deg);
        -ms-transform: skewX(14deg);
        transform: skewX(14deg);
        left: -6%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-slider .slider-bg {
        width: 100%;
        left: 0;
        -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0)
    }
}

.slider-content-02 {
    padding-top: 135px;
    padding-bottom: 145px;
    max-width: 550px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-content-02 {
        padding-top: 80px;
        padding-bottom: 90px
    }
}

.slider-content-02 .title {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.25
}

@media only screen and (max-width: 767px) {
    .slider-content-02 .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .slider-content-02 .title {
        font-size: 24px
    }
}

.slider-content-02 .title span {
    color: #ffe347
}

.slider-content-02 p {
    color: #ffffff;
    font-size: 20px;
    margin-top: 25px
}

@media only screen and (max-width: 575px) {
    .slider-content-02 p {
        font-size: 18px
    }
}

.slider-content-02 .slider-btn {
    margin-top: 38px;
    position: relative;
    padding-right: 70px;
    display: inline-block
}

.slider-content-02 .slider-btn .shape {
    position: absolute;
    top: 0;
    right: 0
}

.slider-section-04 {
    background-image: -webkit-linear-gradient(0deg, #e9f6f8 0%, #e8ebf5 100%);
    background-image: -ms-linear-gradient(0deg, #e9f6f8 0%, #e8ebf5 100%);
    position: relative;
    z-index: 1
}

.slider-section-04 .shape-1 {
    position: absolute;
    width: 90px;
    top: 34%;
    left: 130px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section-04 .shape-1 {
        width: 60px;
        top: 15%;
        left: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-04 .shape-1 {
        top: 5%;
        width: 57px
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-04 .shape-1 {
        width: 47px;
        left: 45px
    }
}

@media only screen and (max-width: 575px) {
    .slider-section-04 .shape-1 {
        top: 67%
    }
}

.slider-images-04 {
    position: relative;
    padding-top: 130px;
    text-align: center;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .slider-images-04 {
        padding-top: 50px
    }
}

.slider-images-04 .image-shape-01 {
    position: absolute;
    top: 25%;
    left: -4%;
    z-index: -1
}

.animation-style-01 .slider-content,
.animation-style-01 .slider-content-02 {
    opacity: 1
}

.animation-style-01 .slider-content>*:nth-child(1),
.animation-style-01 .slider-content-02>*:nth-child(1) {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .slider-content>*:nth-child(2),
.animation-style-01 .slider-content-02>*:nth-child(2) {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .slider-content>*:nth-child(3),
.animation-style-01 .slider-content-02>*:nth-child(3) {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .slider-content>*:nth-child(4),
.animation-style-01 .slider-content-02>*:nth-child(4) {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

/* .slider-section-05 {
    position: relative;
    background: #f9f1e4;
    overflow: hidden;
    z-index: 1;
    padding-top: 78px
}

@media only screen and (max-width: 767px) {
    .slider-section-05 {
        padding-top: 65px
    }
}

.slider-section-05 .image-shape-1 {
    position: absolute;
    right: -16%;
    top: -24%;
    z-index: -1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section-05 .image-shape-1 {
        right: -60%;
        top: -42%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-05 .image-shape-1 {
        right: -63%;
        top: -25%
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-05 .image-shape-1 {
        right: -55%;
        top: -30%
    }
}

@media only screen and (max-width: 575px) {
    .slider-section-05 .image-shape-1 {
        right: -56%;
        top: -40%
    }
}

.slider-section-05 .image-shape-1 svg {
    width: 1240px;
    height: 1026px;
    fill: #fcc972
}

@media only screen and (max-width: 575px) {
    .slider-section-05 .image-shape-1 svg {
        width: 750px
    }
}

.slider-section-05 .image-shape-2 {
    position: absolute;
    left: 49%;
    top: 35%;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-05 .image-shape-2 {
        left: 8%;
        top: 68%
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-05 .image-shape-2 {
        left: 6%;
        top: 85%
    }
}

.slider-section-05 .image-shape-3 {
    position: absolute;
    left: 49%;
    top: 12%;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-05 .image-shape-3 {
        left: 8%;
        top: 50%
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-05 .image-shape-3 {
        left: 7%;
        top: 65%
    }
}

@media only screen and (max-width: 575px) {
    .slider-section-05 .image-shape-3 {
        left: -10%
    }
}

.slider-section-05 .image-shape-4 {
    position: absolute;
    right: 11%;
    top: 14%;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-05 .image-shape-4 {
        right: 8%;
        top: 53%
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-05 .image-shape-4 {
        right: 6%;
        top: 60%
    }
}

.slider-section-05 .image-shape-5 {
    position: absolute;
    right: 4%;
    top: 40%;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-05 .image-shape-5 {
        right: 2%;
        top: 70%
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-05 .image-shape-5 {
        display: none
    }
}

.slider-section-05 .image-shape-6 {
    position: absolute;
    right: 5%;
    bottom: 9%;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-section-05 .image-shape-6 {
        right: 0%;
        bottom: 3%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-section-05 .slider-content-03 {
        padding-top: 70px
    }
}

.slider-section-05 .slider-content-03 .sub-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 65px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 575px) {
    .slider-section-05 .slider-content-03 .sub-title {
        padding-left: 40px
    }
}

.slider-section-05 .slider-content-03 .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/home5/text-shape.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media only screen and (max-width: 575px) {
    .slider-section-05 .slider-content-03 .sub-title::before {
        background-size: cover
    }
}

.slider-section-05 .slider-content-03 .title {
    font-size: 72px;
    font-weight: 600;
    color: #29303b;
    line-height: 86px;
    margin-top: 15px
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .slider-section-05 .slider-content-03 .title {
        font-size: 60px;
        line-height: 75px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-05 .slider-content-03 .title {
        font-size: 48px;
        line-height: 60px
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-05 .slider-content-03 .title {
        font-size: 42px;
        line-height: 52px
    }
}

@media only screen and (max-width: 575px) {
    .slider-section-05 .slider-content-03 .title {
        font-size: 36px;
        line-height: 48px
    }
}

.slider-section-05 .slider-content-03 p {
    font-size: 22px;
    line-height: 40px;
    margin-top: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-section-05 .slider-content-03 p {
        font-size: 20px
    }
}

@media only screen and (max-width: 575px) {
    .slider-section-05 .slider-content-03 p {
        font-size: 15px;
        line-height: 30px
    }
}

.slider-section-05 .slider-content-03 .btn {
    height: 65px;
    line-height: 65px;
    padding: 0 70px;
    font-size: 18px;
    margin-top: 45px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-section-05 .slider-content-03 .btn {
        height: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width: 575px) {
    .slider-section-05 .slider-content-03 .btn {
        padding: 0 50px
    }
}

.slider-section-05 .slider-images {
    padding-top: 30px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-section-05 .slider-images {
        padding-top: 60px
    }
}

.slider-section-05 .slider-images .image {
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-05 .slider-images .image {
        padding-right: 50px;
        padding-left: 50px
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-05 .slider-images .image img {
        width: 400px
    }
}

.slider-section-06 {
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 5
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-section-06 {
        background-size: cover
    }
}

.slider-section-06 .shape-1 {
    position: absolute;
    left: 0;
    bottom: -42%;
    z-index: 2
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section-06 .shape-1 {
        bottom: -36%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-06 .shape-1 {
        bottom: -14.5%
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-06 .shape-1 {
        bottom: -13%
    }
}

@media only screen and (max-width: 575px) {
    .slider-section-06 .shape-1 {
        bottom: -10%
    }
}

.slider-section-06 .shape-2 {
    position: absolute;
    right: -50px;
    bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section-06 .shape-2 {
        width: 600px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-06 .shape-2 {
        width: 650px;
        right: 80px;
        bottom: 35px
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-06 .shape-2 {
        width: 650px;
        right: 5px;
        bottom: -25px
    }
}

@media only screen and (max-width: 575px) {
    .slider-section-06 .shape-2 {
        right: 5px;
        bottom: -25px
    }
}

.slider-section-06 .slider-content-04 {
    margin-top: -80px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section-06 .slider-content-04 {
        margin-top: 0;
        padding-top: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-section-06 .slider-content-04 {
        margin-top: 0;
        padding-top: 140px
    }
}

.slider-section-06 .slider-content-04 .sub-title {
    font-size: 36px;
    line-height: 44px;
    font-family: "Schoolbell", cursive;
    font-weight: 400;
    color: #ff4880;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-06 .slider-content-04 .sub-title {
        font-size: 30px;
        line-height: 40px
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-06 .slider-content-04 .sub-title {
        font-size: 28px;
        line-height: 40px
    }
}

.slider-section-06 .slider-content-04 .title {
    font-size: 84px;
    line-height: 86px;
    font-weight: 600;
    color: #271344;
    margin-top: 30px;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-06 .slider-content-04 .title {
        font-size: 55px;
        line-height: 65px
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-06 .slider-content-04 .title {
        font-size: 42px;
        line-height: 55px
    }
}

@media only screen and (max-width: 575px) {
    .slider-section-06 .slider-content-04 .title {
        font-size: 36px;
        line-height: 48px
    }
}

.slider-section-06 .slider-content-04 p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #292431;
    margin-top: 25px;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slider-section-06 .slider-content-04 .hero-btn {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slider-section-06 .slider-content-04 .hero-btn .btn {
    height: 65px;
    line-height: 65px;
    padding: 0 60px;
    margin-top: 35px
}

.slider-section-06 .slider-images {
    padding-top: 120px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-section-06 .slider-images {
        padding-top: 80px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section-06 .slider-images .image {
        text-align: center;
        padding: 0 50px
    }
}

@media only screen and (max-width: 767px) {
    .slider-section-06 .slider-images .image {
        padding: 0 0px
    }
} */

.counter-section {
    position: relative;
    background-color: #97A5B0;
    z-index: 1;
    overflow: hidden
}

/* .counter-section .counter-shape-01 {
    border-radius: 50%;
    background-color: #afe0fb;
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: -1;
    left: 6%;
    top: 12%
}

.counter-section .counter-shape-02 {
    width: 1093px;
    position: absolute;
    z-index: -1;
    top: -150px;
    right: -200px;
    opacity: 0.1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-section .counter-shape-02 {
        width: 893px
    }
}

.counter-section .counter-shape-02 svg .shape-path {
    fill: #E73C37
} */

/* .counter-wrapper {
    border-bottom: 1px solid #ebebeb;
    padding-top: 40px;
    padding-bottom: 70px
} */

.counter-wrapper .row .col .single-counter {
    border-right: 1px solid #ebebeb
}

@media only screen and (max-width: 575px) {
    .counter-wrapper .row .col .single-counter {
        border-right: 0
    }
}

.counter-wrapper .row .col:last-child .single-counter {
    border-right: 0
}

.single-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0
}

@media only screen and (max-width: 575px) {
    .single-counter {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.single-counter .counter-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.single-counter .counter-box .counter-icon img {
    height: 65px
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-counter .counter-box .counter-icon img {
        height: 45px
    }
}

.single-counter .counter-box .counter-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-counter .counter-box .counter-content {
        padding-left: 12px
    }
}

.single-counter .counter-box .counter-content .count {
    font-size: 38px;
    font-weight: 700;
    color: #FFF;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-counter .counter-box .counter-content .count {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .single-counter .counter-box .counter-content .count {
        font-size: 30px
    }
}
.single-counter .counter-box .counter-content p {
    color: #FFF;
}

/* .counter-wrapper-02 .title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-wrapper-02 .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 575px) {
    .counter-wrapper-02 .title {
        font-size: 20px
    }
}

.single-counter-02 {
    text-align: center;
    margin-top: 30px
}

.single-counter-02 .cont {
    color: #E73C37;
    font-size: 48px;
    font-weight: 600;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-counter-02 .cont {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .single-counter-02 .cont {
        font-size: 30px
    }
}

.counter-wrapper-03 {
    padding-top: 15px
}

.single-counter-03 {
    text-align: center;
    margin-top: 30px
}

.single-counter-03 .cont {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-counter-03 .cont {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .single-counter-03 .cont {
        font-size: 30px
    }
} */

/* .single-counter-03 p {
    color: #ffffff
} */

/* .counter-content {
    max-width: 410px
} */

.counter-content .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: -6px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-content .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 575px) {
    .counter-content .title {
        font-size: 20px
    }
}

.counter-content .signechar {
    margin-top: 30px
}

.counter-content .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.counter-content .author .author-images {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.counter-content .author .author-images img {
    width: 90px;
    border-radius: 50%
}

.counter-content .author .author-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px
}

.counter-content .author .author-content .name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3
}

.counter-content .author .author-content p {
    font-size: 14px
}

.counter-box-wrapper {
    position: relative;
    z-index: 1
}

.counter-box-wrapper .shape-1 {
    position: absolute;
    width: 115px;
    left: 15%;
    top: 20px;
    z-index: -1
}

.counter-box-wrapper .row .col:first-child {
    margin-top: 30px
}

.single-counter-box {
    text-align: center;
    margin-top: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-counter-box {
        height: 150px
    }
}

.single-counter-box .counter-box {
    height: auto
}

.single-counter-box .cont {
    color: #E73C37;
    font-size: 48px;
    font-weight: 600;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-counter-box .cont {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .single-counter-box .cont {
        font-size: 30px
    }
}

.single-counter-box p {
    color: #312C38
}

.courses-wrapper {
    margin-top: 0
}

.tab-menu {
    padding-top: 0
}

.tab-menu .nav li {
    margin: 0 5px;
    padding: 15px 0 30px
}

.tab-menu .nav li button {
    font-size: 15px;
    font-weight: 500;
    color: rgba(30, 30, 30, 0.7);
    border: 0;
    padding: 0px 15px;
    border-radius: 6px;
    background: none;
    border: 1px solid rgba(30, 30, 30, 0.1);
}

.tab-menu .nav li button:hover,
.tab-menu .nav li button.active {
    color: #312C38;
    border-color: rgba(30, 30, 30, 0.3);
}

.courses-tab-content {
    margin-top: 0 !important;
    padding-top: 0
}

.single-course {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    background-color: #FFF;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 0;
    position: relative
}
.single-course.book {
    margin: 10px 0;
    padding: 10px 10px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid rgba(30, 30, 30, 0.1);
}
.single-course.book:hover {
    background-color: #FFF;
    border-color: #FFF;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.085);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.085);
}
.single-course.book .courses-content {
    padding: 15px 0 0;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}
.single-course.book .courses-image a {
    width: 98%;
    margin: 0 auto;
    height: 280px;
    border-radius: 0;
}
.single-course.book .book_hover {
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
    opacity: 0;
    background-color: #97A5B0;
}
.single-course.book:hover .courses-content {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    background-color: #FFF;
}
.single-course.book:hover .book_hover {
    opacity: 1;
}
.single-course.book .book_hover a {
    display: block;
    color: #FFF;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 500;
    padding: 6px 10px 4px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.single-course.book .book_hover a i {
    transition: .3s ease-in-out;
}
.single-course.book .book_hover a:hover i {
    margin-left: 10px;
}
.single-course.book .courses-content .top-meta .tag {
    font-size: 12px;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-course .courses-image a {
    display: block;
    width: 100%;
    height: 174px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

/* .single-course .courses-image a {
    display: block;
    position: relative;
}

.single-course .courses-image a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #312C38;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.single-course:hover .courses-image a::before {
    opacity: 0.2
} */

.single-course .courses-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    transition: all 0.3s ease-out 0s;
}
.single-course:hover .courses-image a img {
    transform: scale(1.1);
}

.single-course .courses-content {
    padding: 20px 20px 15px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-course .courses-content {
        padding: 15px
    }
}

.single-course .courses-content .top-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-course .courses-content .top-meta .tag {
    border-radius: 4px;
    background-color: #E73C3710;
    font-size: 14px;
    font-weight: 500;
    color: #E73C37;
    padding: 0 8px;
    height: 25px;
    line-height: 25px
}

.single-course .courses-content .top-meta .tag:hover {
    background-color: #E73C37;
    color: #ffffff
}

.single-course .courses-content .top-meta .price .sale-price {
    font-size: 14px;
    font-weight: 500;
    color: #97A5B0
}

.single-course .courses-content .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-course .courses-content .author-name {
    font-size: 14px;
    font-weight: 600;
    color: rgba(30, 30, 30, 0.7);
    margin-top: 5px
}

.single-course .courses-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px 15px;
    border-top: 1px solid #ebebeb
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-course .courses-meta {
        padding: 10px 15px 15px
    }
}

.single-course .courses-meta .student {
    font-size: 13px;
    color: rgba(30, 30, 30, 0.7);
    margin-top: 5px
}

.single-course .courses-meta .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px
}

.single-course .courses-meta .rating .rating-star {
    display: block;
    position: relative
}

.single-course .courses-meta .rating .rating-star::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    color: #b4b4b4;
    letter-spacing: 2px
}

.single-course .courses-meta .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.single-course .courses-meta .rating .rating-star .rating-active::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    color: #fda000;
    letter-spacing: 2px
}

.single-course .courses-meta .rating span {
    font-size: 13px;
    color: #838383
}

#powerTip {
    background-color: transparent;
    border-color: #ffffff;
    color: rgba(30, 30, 30, 0.7);
    white-space: normal;
    -webkit-box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    z-index: 99;
}

#course-hover {
    display: none
}

.course-hover {
    width: 260px;
    z-index: 11;
    padding: 6px 10px;
    position: relative
}

.course-hover::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    left: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.course-hover .top-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.course-hover .top-meta .tag {
    border-radius: 4px;
    background-color: rgba(59, 188, 167, 0.071);
    font-size: 14px;
    font-weight: 600;
    color: #E73C37;
    padding: 0 15px;
    height: 25px;
    line-height: 25px
}

.course-hover .top-meta .tag:hover {
    background-color: #E73C37;
    color: #ffffff
}

.course-hover .top-meta .price .sale-price {
    font-size: 14px;
    font-weight: 600;
    color: #312C38
}

.course-hover .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px
}

.course-hover .courses-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    gap: 15px
}

.course-hover .courses-meta .student {
    font-size: 13px;
    color: #838383;
    margin-top: 5px
}

.course-hover>p {
    font-size: 14px;
    margin-top: 10px
}

.course-hover .courses-key-future {
    padding-top: 5px
}

.course-hover .courses-key-future .title {
    font-size: 15px;
    font-weight: 700
}

.course-hover .courses-key-future .future-list {
    padding-top: 10px
}

.course-hover .courses-key-future .future-list li {
    position: relative;
    padding-left: 25px;
    font-size: 14px
}

.course-hover .courses-key-future .future-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: #E73C37
}

.course-hover .courses-btn {
    padding-top: 20px
}

.course-hover .courses-btn .btn {
    height: 40px;
    line-height: 40px;
    display: block
}

.courses-more {
    margin-top: 20px;
    position: relative
}

.courses-more .shape-1 {
    position: absolute;
    bottom: 0;
    left: 26%;
    opacity: 0.2;
}

@media only screen and (max-width: 767px) {
    .courses-more .shape-1 {
        left: 5%
    }
}

.courses-more .shape-2 {
    position: absolute;
    bottom: 20px;
    right: 27%;
    opacity: 0.2;
}

@media only screen and (max-width: 767px) {
    .courses-more .shape-2 {
        right: 7%
    }
}

.courses-more p {
    font-size: 18px;
    margin-bottom: 10px
}

.courses-more p strong {
    color: #312C38
}

.single-free-course {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px
}

.single-free-course .course-images {
    position: relative;
    z-index: 1
}

.single-free-course .course-images::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6
}

.single-free-course .course-images img {
    width: 100%
}

.single-free-course .course-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-free-course .course-content {
        padding: 20px
    }
}

.single-free-course .course-content .play {
    border-radius: 50%;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    font-size: 18px;
    color: #E73C37
}

.single-free-course .course-content .play:hover {
    background-color: #312C38;
    color: #ffffff
}

.single-free-course .course-content .title {
    color: #ffffff;
    margin-top: 18px
}

.course-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -22px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .course-header {
        display: block;
        text-align: center
    }
}

.course-header .section-title {
    margin-top: 25px
}

.courses-banner {
    margin-top: 30px
}

.courses-banner a {
    border-radius: 6px;
    overflow: hidden
}

/* .course-list-wrapper {
    margin-top: -50px
} */

.course-top-bar {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.course-top-bar .label {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    margin-right: 10px
}

/* .course-top-text {
    margin-top: 15px
} */

.course-top-text p span {
    font-weight: 700;
    color: #312C38
}

.course-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.course-top-inner>* {
    margin-right: 30px
}

.course-top-inner>*:last-child {
    margin-right: 0
}

.course-top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 15px */
}

.course-top-menu .nav li {
    margin-right: 10px
}

.course-top-menu .nav li:last-child {
    margin-right: 0
}

.course-top-menu .nav li button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #666666;
    font-size: 15px
}

.course-top-menu .nav li button.active {
    color: #E73C37
}

.course-top-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 20px; */
    padding: 0 20px;
    border-radius: 6px;
    background-color: #f6f7f9;
    height: 40px;
    line-height: 40px
}

.course-top-action .nice-select {
    float: none;
    height: auto;
    line-height: 1;
    padding: 0;
    padding-right: 20px;
    border: 0;
    color: #312C38;
    font-weight: 700;
    font-size: 15px;
    background: none
}

.course-top-action .nice-select::after {
    right: 0;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #312C38;
    border-right: 1px solid #312C38;
    margin-top: -6px
}

.course-top-action .nice-select .option {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 500
}

.course-collapse-btn {
    margin-top: 20px
}

.course-collapse-btn .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background-color: #312C38;
    color: #ffffff
}

.course-collapse-btn .btn i {
    margin: 0 3px
}

.course-collapse-btn .btn.collapsed {
    background-color: #E73C37
}

.course-collapse-btn .btn:hover {
    background-color: #312C38
}

.single-course-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px;
    border-radius: 6px;
    background-color: #FFF;
    border: 1px solid #EFEFEF;
    transition: .3s ease-in-out;
}
.single-course-list:hover {
    box-shadow: rgba(149, 157, 165, 0.15) 0px 0px 20px;
}

@media only screen and (max-width: 767px) {
    .single-course-list {
        display: block;
        padding: 30px 0
    }
}

/* .single-course-list:first-child {
    padding-top: 30px
}

.single-course-list:last-child {
    padding-bottom: 0
} */

.single-course-list+.single-course-list {
    border-top: 1px solid #ebebeb
}

.single-course-list .course-image {
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-course-list .course-image a {
    display: block;
    position: relative
}

.single-course-list .course-image a img {
    border-radius: 5px
}

@media only screen and (max-width: 767px) {
    .single-course-list .course-image a img {
        width: 100%
    }
}

.single-course-list .course-content {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width: 767px) {
    .single-course-list .course-content {
        padding-left: 0;
        padding-top: 25px
    }
}

.single-course-list .course-content .top-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-course-list .course-content .top-meta>* {
    margin-right: 20px
}

.single-course-list .course-content .top-meta>*:last-child {
    margin-right: 0
}

.single-course-list .course-content .top-meta .tag {
    border-radius: 0;
    background-color: #E73C3715;
    font-size: 14px;
    font-weight: 600;
    color: #E73C37;
    padding: 0 12px;
    height: 25px;
    line-height: 25px
}

.single-course-list .course-content .top-meta .tag:hover {
    background-color: #E73C37;
    color: #ffffff
}

.single-course-list .course-content .top-meta .price .sale-price {
    font-size: 14px;
    font-weight: 600;
    color: #97A5B0;
}

.single-course-list .course-content .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 5px
}

.single-course-list .course-content .author-name {
    font-size: 12px;
    font-weight: 600;
    color: #838383
}

.single-course-list .course-content p {
    font-size: 15px;
    margin-top: 5px
}

.single-course-list .course-content .bottom-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end
}

.single-course-list .course-content .bottom-meta>* {
    margin-right: 15px
}

.single-course-list .course-content .bottom-meta>*:last-child {
    margin-right: 0
}

.single-course-list .course-content .bottom-meta .meta-action {
    font-size: 13px;
    color: #838383;
    margin-top: 0px;
    white-space: nowrap
}

.single-course-list .course-content .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 5px */
}

.single-course-list .course-content .rating .rating-star {
    display: block;
    position: relative
}

.single-course-list .course-content .rating .rating-star::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    color: #b4b4b4;
    letter-spacing: 2px
}

.single-course-list .course-content .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.single-course-list .course-content .rating .rating-star .rating-active::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    color: #fda000;
    letter-spacing: 2px
}

.single-course-list .course-content .rating b {
    font-size: 13px;
    margin-right: 5px;
}
.single-course-list .course-content .rating span {
    font-size: 13px;
    color: #838383
}

.courses-section-02 .courses-wrapper {
    padding-top: 25px
}

.courses-section-02 .courses-wrapper .course-item {
    margin-bottom: 10px
}

.courses-section-02 .courses-wrapper .course-item .courses-image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative
}

.courses-section-02 .courses-wrapper .course-item .courses-image a {
    display: block;
    position: relative
}

.courses-section-02 .courses-wrapper .course-item .courses-image a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0
}

.courses-section-02 .courses-wrapper .course-item .courses-image a img {
    width: 100%
}

.courses-section-02 .courses-wrapper .course-item .courses-image .top-meta {
    position: absolute;
    top: 40px;
    left: 30px
}

.courses-section-02 .courses-wrapper .course-item .courses-image .top-meta .price {
    display: inline-block;
    height: 30px;
    font-size: 18px;
    line-height: 32px;
    padding: 0 18px;
    font-weight: 700;
    background: #ffa300;
    border-radius: 6px;
    color: #312C38
}

.courses-section-02 .courses-wrapper .course-item .courses-content {
    border: 1px solid #cfd9e0;
    border-top: 0;
    padding: 20px 30px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.courses-section-02 .courses-wrapper .course-item .courses-content .category {
    font-size: 13px;
    line-height: 24px;
    color: #f6520a
}

.courses-section-02 .courses-wrapper .course-item .courses-content .title {
    font-size: 18px;
    line-height: 24px;
    color: #312C38
}

.courses-section-02 .courses-wrapper .course-item .courses-content .title:hover a {
    color: #f6520a
}

.courses-section-02 .courses-wrapper .course-item .courses-content .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.courses-section-02 .courses-wrapper .course-item .courses-content .rating ul {
    margin-right: 8px
}

.courses-section-02 .courses-wrapper .course-item .courses-content .rating ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    color: #fcc62a
}

.courses-section-02 .courses-wrapper .course-item .courses-content .rating .rating-digit {
    font-size: 12px;
    line-height: 24px;
    color: #29303c
}

.courses-section-02 .courses-wrapper .course-item:hover .courses-image a::before {
    opacity: 0.2
}

.courses-02-active .swiper-pagination {
    position: relative;
    bottom: 0;
    height: 18px;
    margin-top: 42px
}

.courses-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f6520a
}

.category-wrapper {
    padding-top: 30px
}

.single-category {
    position: relative;
    /* margin-top: 30px */
}

.single-category .category-image a {
    border-radius: 12px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: block;
}
.single-category.gallery_category .category-image a {
    border-radius:6px;
    height: 175px;
}

.single-category .category-image a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(62%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 62%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 62%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 62%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6;
    z-index: 1
}

.single-category .category-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.single-category .category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 15px 15px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.single-category .category-content .category-title .title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff
}

.single-category .category-content .category-title p {
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff
}

.single-category .category-content .category-link {
    border-radius: 50px;
    background-color: #97A5B0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.4;
    transition: .3s ease-in;
}
.single-category:hover .category-content .category-link {
    opacity: 0.9;
    background-color: #E73C37;
}

.single-category:hover .category-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.category-02-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 180px
}

.category-02-section .category-wrapper .single-category .category-image a::before {
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, rgba(255, 255, 255, 0)), color-stop(63%, rgba(0, 0, 0, 0.509804)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(0, 0, 0, 0.509804) 63%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(0, 0, 0, 0.509804) 63%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 43%, rgba(0, 0, 0, 0.509804) 63%);
    opacity: 1
}

.category-02-section .category-wrapper .single-category .category-content {
    display: block;
    bottom: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-02-section .category-wrapper .single-category .category-content {
        padding: 35px 30px
    }
}

@media only screen and (max-width: 575px) {
    .category-02-section .category-wrapper .single-category .category-content {
        padding: 35px 40px
    }
}

.category-02-section .category-wrapper .single-category .category-content .category-title .title {
    font-size: 24px;
    line-height: 1
}

.category-02-section .category-wrapper .single-category .category-content .category-title .title:hover a {
    color: #f6520a
}

.feature-category-wrapper {
    margin-top: 60px
}

.single-feature-category {
    position: relative;
    text-align: center
}

.feature-category-box {
    position: relative;
    max-width: 174px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px
}

.feature-category-box .box-icon a {
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
    width: 118px;
    height: 118px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.feature-category-box .shape-1 {
    border-radius: 50%;
    background-color: #E73C37;
    opacity: 0.102;
    width: 122px;
    height: 122px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    left: 0px;
    top: 0px
}

.feature-category-box .shape-2 {
    width: 74px;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -1
}

.box-content {
    margin-top: 30px
}

.box-content .title {
    font-size: 24px;
    font-weight: 600
}

.feature-category-active {
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .feature-category-active .swiper-button-next,
    .feature-category-active .swiper-button-prev {
        display: none
    }
}

.feature-category-active .swiper-pagination {
    width: 100%;
    margin-top: 30px;
    position: relative
}

@media only screen and (min-width: 1500px),
only screen and (min-width: 1200px) and (max-width: 1499px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-category-active .swiper-pagination {
        display: none
    }
}

.feature-category-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px
}

/* .feature-section {
    background-color: #97A5B0;
}

.single-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-feature .feature-icon img {
    width: auto;
    height: 56px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature .feature-icon img {
        height: 46px
    }
}

.single-feature .feature-content {
    /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px
}

.single-feature .feature-content .title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature .feature-content .title {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .single-feature .feature-content .title {
        font-size: 20px
    }
}

.single-feature .feature-content p {
    color: #fff;
    line-height: 1.2;
}

.feature-section-02 {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.feature-section-02 .feature-shape-01 {
    border: 1px solid #E73C37;
    border-radius: 50%;
    width: 1086px;
    height: 1086px;
    position: absolute;
    z-index: -1;
    left: -410px;
    bottom: -680px;
    opacity: 0.3
}

.feature-section-02 .feature-shape-01::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #E73C37;
    border-radius: 50%;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86)
}

.feature-section-02 .feature-shape-02 {
    width: 116px;
    position: absolute;
    top: 140px;
    right: 16%;
    z-index: -1
}

.feature-wrapper-02 {
    padding-top: 20px
}

.single-feature-02 {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px
}

.single-feature-02 .feature-content {
    margin-top: 38px
}

.single-feature-02 .feature-content .title {
    font-size: 20px;
    font-weight: 700;
    color: #312C38
}

.single-feature-02 .feature-content p {
    margin-top: 5px
} */

.feature-category-section {
    border-bottom: 1px solid #ebebeb
}

.feature-category-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature-category-header .section-title {
    margin-top: 23px
}

.feature-category-btn {
    margin-top: 20px
}

.feature-category-btn .btn {
    padding: 0 40px
}

.feature-category-body {
    padding-top: 20px
}

.single-category-item {
    margin-top: 30px
}

.single-category-item a {
    display: block;
    height: 100px;
    line-height: 100px;
    background-color: #f6f7f9;
    position: relative;
    padding-left: 110px;
    border-radius: 6px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-category-item a {
        height: 80px;
        line-height: 80px;
        padding-left: 80px
    }
}

.single-category-item a .item-icon {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-category-item a .item-icon {
        height: 41px;
        left: 20px
    }
}

.single-category-item a .title {
    font-size: 24px;
    font-weight: 600;
    color: #312C38;
    line-height: 1.3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-category-item a .title {
        font-size: 18px
    }
}

.single-category-item a:hover {
    background-color: #312C38
}

.single-category-item a:hover .title {
    color: #ffffff
}

.single-category-item.category-white a {
    background-color: #ffffff
}

.single-category-item.category-white a:hover {
    background-color: #312C38
}

.testimonial-wrapper {
    padding: 40px 110px;
    border-radius: 10px;
    background-color: #fdfaf1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper {
        padding: 40px 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .testimonial-wrapper {
        padding: 40px
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-wrapper {
        padding: 20px
    }
}

.testimonial-author {
    width: 35%
}

@media only screen and (max-width: 767px) {
    .testimonial-author {
        width: 70%;
        margin: 0 auto
    }
}

.testimonial-author-wrapper {
    border: 1px solid rgba(255, 211, 77, 0.3);
    border-radius: 50%;
    padding: 30px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .testimonial-author-wrapper {
        padding: 20px
    }
}

.testimonial-author-wrapper .testimonial-quote {
    position: absolute;
    top: 23px;
    right: 23px;
    border-radius: 50%;
    background-color: #E73C37;
    width: 79px;
    height: 79px;
    line-height: 90px;
    text-align: center;
    font-size: 42px;
    color: #ffffff;
    z-index: 2
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .testimonial-author-wrapper .testimonial-quote {
        width: 59px;
        height: 59px;
        line-height: 70px;
        font-size: 30px
    }
}

.author-images-wrapper {
    border: 1px solid rgba(255, 211, 77, 0.3);
    border-radius: 50%;
    padding: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .author-images-wrapper {
        padding: 20px
    }
}

.author-image img {
    border-radius: 50%;
    width: 100%
}

.testimonial-content {
    width: 65%;
    padding-left: 70px;
    padding-top: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-content {
        padding-left: 30px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-content {
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (max-width: 575px) {
    .single-testimonial-content {
        text-align: center
    }
}

.single-testimonial-content p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.66;
    color: #312C38
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-content p {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-content p {
        font-size: 18px
    }
}

@media only screen and (max-width: 575px) {
    .single-testimonial-content p {
        font-size: 15px
    }
}

.single-testimonial-content .name {
    margin-top: 40px
}

.testimonial-content-active .swiper-pagination {
    position: relative;
    text-align: left;
    bottom: 0;
    margin-top: 25px
}

@media only screen and (max-width: 575px) {
    .testimonial-content-active .swiper-pagination {
        text-align: center
    }
}

.testimonial-content-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 15px 0 0
}

.testimonial-wrapper-02 {
    margin-top: 30px
}

.single-testimonial-02 {
    background-color: #f6f7f9;
    padding: 60px;
    padding-top: 80px;
    position: relative;
    margin-top: 60px;
    border-radius: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-02 {
        padding: 40px;
        padding-top: 80px
    }
}

@media only screen and (max-width: 575px) {
    .single-testimonial-02 {
        padding: 30px;
        padding-top: 70px
    }
}

.single-testimonial-02 .testimonial-thumb {
    width: 120px;
    position: absolute;
    top: -60px;
    left: 60px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .single-testimonial-02 .testimonial-thumb {
        width: 90px;
        top: -45px;
        left: 30px
    }
}

.single-testimonial-02 .testimonial-thumb img {
    border-radius: 50%
}

.single-testimonial-02 .testimonial-text {
    font-size: 22px;
    font-weight: 400;
    color: #312C38;
    max-width: 400px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .single-testimonial-02 .testimonial-text {
        font-size: 20px
    }
}

.single-testimonial-02 .testimonial-meta {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single-testimonial-02 .testimonial-meta .testimonial-quote {
    border-radius: 50%;
    background-color: #E73C37;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    font-size: 42px;
    color: #ffffff
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-testimonial-02 .testimonial-meta .testimonial-quote {
        width: 60px;
        height: 60px;
        line-height: 70px;
        font-size: 30px
    }
}

.single-testimonial-02 .testimonial-meta .meta-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .single-testimonial-02 .testimonial-meta .meta-content {
        padding-left: 20px
    }
}

.single-testimonial-02 .testimonial-meta .meta-content .name {
    font-size: 18px
}

.testimonial-active-02 .swiper-pagination {
    position: relative;
    bottom: 0;
    height: 18px;
    margin-top: 42px
}

.testimonial-content-03 {
    text-align: center;
    max-width: 510px;
    margin: 0 auto
}

.testimonial-content-03 .testimonial-quote {
    border-radius: 50%;
    background-color: #E73C37;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    font-size: 42px;
    color: #ffffff;
    margin: 0 auto
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .testimonial-content-03 .testimonial-quote {
        width: 60px;
        height: 60px;
        line-height: 70px;
        font-size: 30px
    }
}

.testimonial-content-03>p {
    font-size: 30px;
    font-weight: 600;
    color: #312C38;
    line-height: 1.4;
    margin-top: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-content-03>p {
        font-size: 28px
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-content-03>p {
        font-size: 18px
    }
}

.testimonial-content-03 .meta-content {
    margin-top: 40px
}

@media only screen and (max-width: 575px) {
    .testimonial-content-03 .meta-content {
        margin-top: 20px
    }
}

.testimonial-content-03 .meta-content .name {
    font-size: 18px
}

.testimonial-active-03 .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 25px
}

@media only screen and (max-width: 575px) {
    .testimonial-active-03 .swiper-pagination {
        text-align: center
    }
}

.testimonial-active-03 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px
}

.testimonial-image-01 {
    position: relative;
    z-index: 1;
    padding-bottom: 110px;
    padding-top: 110px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-image-01 {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

.testimonial-image-01 .testimonial-shape {
    background-color: #ffcc66;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    bottom: 0;
    z-index: -1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-image-01 .testimonial-shape {
        width: 190px;
        height: 190px
    }
}

.testimonial-image-01 .image img {
    border-radius: 5px
}

.testimonial-image-02 {
    position: relative;
    z-index: 1;
    padding-bottom: 110px;
    padding-left: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-image-02 {
        padding-bottom: 60px
    }
}

.testimonial-image-02 .testimonial-shape {
    border-radius: 50%;
    background-color: #afe0fb;
    width: 195px;
    height: 195px;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: -1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-image-02 .testimonial-shape {
        width: 155px;
        height: 155px
    }
}

.testimonial-image-02 .image img {
    border-radius: 5px
}

.testimonial-counter {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.testimonial-counter .testimonial-counter-shape-03 {
    border: 1px solid #E73C37;
    border-radius: 50%;
    width: 1286px;
    height: 1286px;
    position: absolute;
    z-index: -1;
    right: -480px;
    top: 100px;
    opacity: 0.302
}

.testimonial-counter .testimonial-counter-shape-03::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #E73C37;
    border-radius: 50%;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86)
}

.testimonial-wrapper-04 {
    background-color: transparent
}

.testimonial-wrapper-04 .testimonial-author-wrapper {
    border: 0
}

@media only screen and (max-width: 575px) {
    .testimonial-wrapper-04 .testimonial-author-wrapper {
        padding: 0
    }
}

.testimonial-wrapper-04 .testimonial-author {
    position: relative
}

.testimonial-wrapper-04 .testimonial-author .shape-1 {
    width: 87px;
    position: absolute;
    top: 40px;
    z-index: 4;
    left: 0
}

@media only screen and (max-width: 575px) {
    .testimonial-wrapper-04 .testimonial-author .shape-1 {
        width: 50px;
        top: 15px
    }
}

.testimonial-wrapper-04 .testimonial-author .shape-2 {
    width: 32px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 4
}

@media only screen and (max-width: 575px) {
    .testimonial-wrapper-04 .testimonial-author .shape-2 {
        right: 0;
        bottom: 0
    }
}

.testimonial-wrapper-04 .author-images-wrapper {
    border-color: #8a7efc
}

.testimonial-active-04 .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 10px
}

@media only screen and (max-width: 575px) {
    .testimonial-active-04 .swiper-pagination {
        text-align: center
    }
}

.testimonial-active-04 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.testimonial-content-05 {
    text-align: center;
    padding: 0 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-content-05 {
        padding: 0
    }
}

.testimonial-content-05 .testimonial-quote {
    color: #F7EFE7;
    font-size: 42px;
    line-height: 1
}

.testimonial-content-05 .testimonial-quote i {
    line-height: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .testimonial-content-05 .testimonial-quote {
        font-size: 30px
    }
}

.testimonial-content-05>p {
    font-size: 15px;
    font-weight: 500;
    color: #312C38;
    line-height: 1.5;
    margin-top: 10px
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-content-05>p {
        font-size: 20px
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-content-05>p {
        font-size: 18px
    }
} */

.testimonial-content-05 .meta-content {
    margin-top: 15px
}

@media only screen and (max-width: 575px) {
    .testimonial-content-05 .meta-content {
        margin-top: 20px
    }
}

.testimonial-content-05 .meta-content img {
    width: 200px;
    height: 180px;
    overflow: hidden;
    /* object-fit: cover; */
    object-position: top center;
    border-radius: 15px;
}

.testimonial-content-05 .meta-content .name {
    font-size: 18px;
    margin-top: 10px
}

.testimonial-section-05 {
    padding-bottom: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section-05 {
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section-05 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section-05 {
        padding-bottom: 60px
    }
}

/* .testimonial-wrapper-05 .testimonial-content-wrap {
    background: #ffffff;
    border-radius: 10px;
    padding: 65px;
    position: relative;
    margin: 20px 0
}

@media only screen and (max-width: 575px) {
    .testimonial-wrapper-05 .testimonial-content-wrap {
        padding: 50px 30px
    }
}

.testimonial-wrapper-05 .testimonial-content-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleY(1.05) scaleX(0.95);
    -ms-transform: scaleY(1.05) scaleX(0.95);
    transform: scaleY(1.05) scaleX(0.95);
    border-radius: 5px
}

.testimonial-wrapper-05 .testimonial-content-wrap .single-testimonial .testimonial-thumb img {
    border-radius: 50%;
    padding: 5px;
    background: #ffa300
}

.testimonial-wrapper-05 .testimonial-content-wrap .single-testimonial .testimonial-text {
    max-width: 795px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.testimonial-wrapper-05 .testimonial-content-wrap .single-testimonial .testimonial-text .quote {
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.testimonial-wrapper-05 .testimonial-content-wrap .single-testimonial .testimonial-text .quote svg {
    width: 240px;
    height: 211px;
    fill: #ffedcc
}

.testimonial-wrapper-05 .testimonial-content-wrap .single-testimonial .testimonial-text p {
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
    color: #6f6f6f;
    margin-top: 45px
}

@media only screen and (max-width: 575px) {
    .testimonial-wrapper-05 .testimonial-content-wrap .single-testimonial .testimonial-text p {
        font-size: 24px;
        line-height: 40px
    }
}

.testimonial-wrapper-05 .testimonial-content-wrap .single-testimonial .testimonial-text .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #f6520a;
    margin-top: 15px
}

.testimonial-wrapper-05 .testimonial-content-wrap .single-testimonial .testimonial-text .designation {
    font-size: 15px;
    line-height: 24px;
    color: #666666
}

.testimonial-05-active .swiper-pagination {
    position: relative;
    bottom: 0;
    height: 18px;
    margin-top: 25px
}

.testimonial-05-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px
}

.testimonial-05-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f6520a
}

.testimonial-section-06 {
    background: #fff9eb;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.testimonial-section-06 .shape-1 {
    position: absolute;
    left: 7%;
    top: 16%
} */

.testimonial-slider-wrapper {
    max-width: 1065px;
    margin: 0 auto;
    margin-top: 75px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .testimonial-slider-wrapper {
        margin-top: 50px
    }
}

/* .single-testimonial-06 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-testimonial-06 {
        display: block;
        text-align: center
    }
}

.single-testimonial-06 .testimonial-content-06 {
    position: relative;
    margin-left: -110px;
    top: 45px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-testimonial-06 .testimonial-content-06 {
        margin-left: 0px
    }
}

.single-testimonial-06 .testimonial-content-06 .bg-shape svg {
    fill: #ffffff
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-testimonial-06 .testimonial-content-06 .bg-shape {
        display: none
    }
}

.single-testimonial-06 .testimonial-content-06 .shape-1 {
    position: absolute;
    top: -40px;
    left: 85px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-06 .testimonial-content-06 .shape-1 {
        left: 175px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-testimonial-06 .testimonial-content-06 .shape-1 {
        display: none
    }
}

.single-testimonial-06 .testimonial-content-06 .testimonial-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 40px 90px 0 180px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-06 .testimonial-content-06 .testimonial-text {
        padding: 40px 150px 0 190px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-06 .testimonial-content-06 .testimonial-text {
        background: #ffffff;
        position: relative;
        padding: 50px 115px
    }
}

@media only screen and (max-width: 767px) {
    .single-testimonial-06 .testimonial-content-06 .testimonial-text {
        background: #ffffff;
        position: relative;
        padding: 40px 60px 50px 60px
    }
}

@media only screen and (max-width: 575px) {
    .single-testimonial-06 .testimonial-content-06 .testimonial-text {
        padding: 40px 40px 50px 40px
    }
}

.single-testimonial-06 .testimonial-content-06 .testimonial-text .testimonial-author-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-testimonial-06 .testimonial-content-06 .testimonial-text .testimonial-author-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.single-testimonial-06 .testimonial-content-06 .testimonial-text .testimonial-author-wrap .quote {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background: #ff4880
}

.single-testimonial-06 .testimonial-content-06 .testimonial-text .testimonial-author-wrap .quote svg {
    fill: #ffffff
}

.single-testimonial-06 .testimonial-content-06 .testimonial-text .testimonial-author-wrap .author {
    margin-left: 20px
}

.single-testimonial-06 .testimonial-content-06 .testimonial-text .testimonial-author-wrap .author .name {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #271344
}

.single-testimonial-06 .testimonial-content-06 .testimonial-text .testimonial-author-wrap .author .designation {
    font-size: 15px;
    line-height: 24px;
    color: #838383
}

.single-testimonial-06 .testimonial-content-06 .testimonial-text p {
    font-size: 30px;
    line-height: 42px;
    color: #343244;
    margin-top: 20px
} */

.testimonial-06-active .swiper-pagination {
    position: relative;
    margin-top: 60px
}

.testimonial-06-active .swiper-pagination .swiper-pagination-bullet {
    background: #e1e1e1;
    margin: 0 8px
}

.testimonial-06-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff4880
}

/* .brand-wrapper {
    border-bottom: 1px solid #ebebeb
} */

.brand-title {
    font-size: 15px;
    font-weight: 600;
    color: rgba(30, 30, 30, 0.7);
}

/* @media only screen and (max-width: 575px) {
    .brand-title {
        font-size: 18px
    }
} */

/* .brand-title span {
    font-weight: 700;
    color: #E73C37
} */

.brand-active {
    width: 75%;
    margin: 25px auto 0;
    cursor: all-scroll;
}

.blog-wrapper {
    padding-top: 20px
}

/* .blog-wrapper-02 {
    margin-top: -50px
} */

/* .single-blog {
    margin-top: 30px
} */

.single-blog .blog-image {
    position: relative
}

.single-blog .blog-image a {
    display: block;
    border-radius: 8px;
    overflow: hidden
}

.single-blog .blog-image a img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.single-blog .blog-image .tags {
    padding: 0 14px;
    height: 26px;
    line-height: 26px;
    background-color: #E73C37;
    font-weight: 500;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 15px;
    left: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-image .tags {
        left: 20px;
        top: 30px
    }
}

@media only screen and (max-width: 575px) {
    .single-blog .blog-image .tags {
        top: 15px;
        left: 10px
    }
}

.single-blog .blog-content {
    padding-top: 32px
}

.single-blog .blog-content .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.single-blog .blog-content .meta span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(30, 30, 30, 0.6);
}

.single-blog .blog-content .meta a i {
    margin-right: 3px
}

.single-blog .blog-content .meta .date {
    color: #97A5B0
}

.single-blog .blog-content .meta .author {
    font-size: 14px;
    position: relative
}

.single-blog .blog-content .meta .author::before {
    content: '/';
    font-size: 14px;
    font-weight: 400;
    color: rgba(30, 30, 30, 0.6);
    margin: 0 8px
}

.single-blog .blog-content .title {
    font-size: 18px;
    font-weight: 700;
    color: #312C38;
    line-height: 1.3;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .single-blog .blog-content .title {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog .blog-content .title {
        font-size: 20px
    }
}

.single-blog .blog-content p {
    line-height: 1.4;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-blog .blog-content .btn {
    margin-top: 25px
}

.single-blog.single-blog-02 .blog-image a {
    border-radius: 6px;
    /* border-top-right-radius: 8px */
}

.single-blog.single-blog-02 .blog-content {
    /* -webkit-box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07); */
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
    background-color: transparent;
    padding: 15px 0 0
}

.single-blog.blog-list {
    margin-top: 50px
}

.single-blog.blog-list .blog-content .meta {
    gap: 25px
}

.single-blog:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.single-blog-3 .blog-image .tags {
    background: #f6520a
}

.single-blog-3 .blog-content .blog-meta .author {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 6px;
    background: #ffedcc;
    font-size: 12px;
    font-weight: 600;
    color: #ffa300
}

.single-blog-3 .blog-content .blog-meta .date {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    margin-left: 15px
}

.single-blog-3 .blog-content .title {
    color: #312C38
}

.single-blog-3 .blog-content .title:hover a {
    color: #f6520a
}

.single-blog-3 .blog-content p {
    font-size: 15px;
    color: #666666
}

.call-to-action-wrapper {
    background-color: #E73C37;
    padding: 30px 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-wrapper {
        padding: 30px 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-wrapper {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-wrapper {
        padding: 30px 60px;
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper {
        padding: 25px
    }
}

.call-to-action-content {
    max-width: 400px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .call-to-action-content {
        margin: 0 auto
    }
}

.call-to-action-content .title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3
}

@media only screen and (max-width: 575px) {
    .call-to-action-content .title {
        font-size: 28px
    }
}

.call-to-action-content p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 7px
}

@media only screen and (max-width: 575px) {
    .call-to-action-content p {
        font-size: 15px
    }
}

.call-to-action-content .btn {
    padding: 0 35px;
    margin-top: 20px
}

.call-to-action-image {
    position: relative;
    max-width: 410px;
    width: 100%;
    text-align: center;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .call-to-action-image {
        margin-top: 50px
    }
}

.call-to-action-image .shape-1 {
    position: absolute;
    width: 264px;
    top: 0;
    left: 0;
    z-index: -1
}

.call-to-action-image .shape-1 svg .shape-path1 {
    fill: #384c4c
}

.call-to-action-image .shape-2 {
    position: absolute;
    width: 177px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.call-to-action-image .shape-2 svg .shape-path1 {
    fill: #FFF174
}

.call-to-action-image .image {
    padding-left: 30px
}

.call-to-action-image .image img {
    border-radius: 10px
}

.call-to-action-bg {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.call-to-action-bg .call-to-action-shape-01 {
    width: 1093px;
    position: absolute;
    z-index: -1;
    top: -150px;
    right: -200px;
    opacity: 0.1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-bg .call-to-action-shape-01 {
        width: 893px
    }
}

.call-to-action-bg .call-to-action-shape-01 svg .shape-path {
    fill: #E73C37
}

.call-to-action-bg .call-to-action-shape-02 {
    border-radius: 50%;
    background-color: #afe0fb;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 150px;
    left: 10%;
    z-index: -1
}

.call-to-action-bg .call-to-action-shape-03 {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 1086px;
    height: 1086px;
    position: absolute;
    z-index: -1;
    left: -440px;
    top: -490px
}

.call-to-action-bg .call-to-action-shape-03::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86)
}

.call-to-action-content-02 ul {
    padding-top: 26px
}

.call-to-action-content-02 ul li {
    font-size: 15px;
    line-height: 2.25;
    position: relative;
    padding-left: 33px
}

.call-to-action-content-02 ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: #E73C37
}

.call-to-action-content-02 .btn {
    margin-top: 30px
}

.call-to-action-images-02 {
    position: relative;
    z-index: 1
}

.call-to-action-images-02 .call-to-images-shape-01 {
    background-color: #ffcc66;
    width: 499px;
    height: 499px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-images-02 .call-to-images-shape-01 {
        width: 350px;
        height: 350px
    }
}

.call-to-action-images-02 .call-to-images-shape-02 {
    position: absolute;
    width: 115px;
    top: 100px;
    left: 15%;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-images-02 .call-to-images-shape-02 {
        top: 0;
        left: 0;
        z-index: -1
    }
}

.call-to-action-images-02 .call-to-images-shape-02 svg .shape-path {
    fill: #676767
}

.call-to-action-section-03 {
    background-color: #116eee;
    padding: 40px 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.call-to-action-section-03 .shape-01 {
    width: 120px;
    position: absolute;
    top: -30px;
    right: 33%
}

.call-to-action-section-03 .shape-02 {
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 1086px;
    height: 1086px;
    position: absolute;
    z-index: -1;
    right: -380px;
    bottom: 170px;
    opacity: 0.3
}

.call-to-action-section-03 .shape-02::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86)
}

.call-to-action-image-03 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding-top: 30px
}

.call-to-action-image-03 .call-to-action-shape {
    border-radius: 50%;
    background-color: #ffcc66;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1
}

.call-to-action-image-03 .image img {
    border-radius: 10px
}

.call-to-action-content-03 {
    margin-top: 25px
}

.call-to-action-content-03 .title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff
}

@media only screen and (max-width: 767px) {
    .call-to-action-content-03 .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-content-03 .title {
        font-size: 24px
    }
}

.call-to-action-btn-03 {
    margin-top: 30px
}

.call-to-action-btn-03 .btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 30px
}

.call-to-action-04 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 575px) {
    .call-to-action-04 {
        background-position: center left
    }
}

.call-to-action-04::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f1f6e9), color-stop(80%, rgba(241, 246, 233, 0)));
    background: -webkit-linear-gradient(left, #f1f6e9 0%, rgba(241, 246, 233, 0) 80%);
    background: -o-linear-gradient(left, #f1f6e9 0%, rgba(241, 246, 233, 0) 80%);
    background: linear-gradient(90deg, #f1f6e9 0%, rgba(241, 246, 233, 0) 80%);
    z-index: -1
}

.call-to-action-content-04 {
    max-width: 430px;
    margin-top: -8px
}

@media only screen and (max-width: 767px) {
    .call-to-action-content-04 {
        max-width: 320px
    }
}

.call-to-action-content-04 .sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #E73C37
}

.call-to-action-content-04 .title {
    font-size: 30px;
    font-weight: 700
}

.call-to-action-content-04 p {
    margin-top: 10px
}

.call-to-action-content-04 .call-to-action-btn-04 {
    margin-top: 38px;
    position: relative;
    padding-right: 70px;
    display: inline-block
}

.call-to-action-content-04 .call-to-action-btn-04 .shape {
    position: absolute;
    top: 0;
    right: 0
}

/* .call-to-action-wrap-05 {
    background: #ffa300;
    border-radius: 15px;
    padding: 150px 180px 165px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -395px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-wrap-05 {
        padding: 120px 160px 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .call-to-action-wrap-05 {
        padding: 80px 110px 80px;
        margin-bottom: -250px
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrap-05 {
        padding: 60px 30px
    }
}

.call-to-action-content-05 {
    max-width: 390px;
    text-align: center
}

.call-to-action-content-05 .title {
    font-size: 72px;
    line-height: 52px;
    font-weight: 600;
    color: #ffffff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-content-05 .title {
        font-size: 65px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-content-05 .title {
        font-size: 55px
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-content-05 .title {
        font-size: 46px
    }
}

.call-to-action-content-05 .sub-title {
    font-size: 30px;
    line-height: 52px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-content-05 .sub-title {
        font-size: 28px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-content-05 .sub-title {
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-content-05 .sub-title {
        font-size: 20px;
        margin-top: 5px
    }
}

.call-to-action-content-05 .btn {
    height: 65px;
    line-height: 65px;
    background: #ffffff;
    color: #312C38;
    margin-top: 35px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.call-to-action-content-05 .btn:hover {
    background: #f6520a;
    color: #ffffff
}

.call-to-action-06 {
    background: #271344;
    padding-top: 140px;
    padding-bottom: 160px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-06 {
        padding-top: 110px;
        padding-bottom: 110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .call-to-action-06 {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.call-to-action-06 .shape-1 {
    position: absolute;
    top: 16%;
    left: 6%;
    z-index: -1
}

.call-to-action-06 .shape-2 {
    position: absolute;
    top: 16%;
    left: 21%;
    z-index: -1
}

.call-to-action-06 .shape-3 {
    position: absolute;
    top: 55%;
    left: 12%;
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .call-to-action-06 .shape-3 {
        display: none
    }
}

.call-to-action-06 .shape-4 {
    position: absolute;
    top: 14%;
    right: 25%;
    z-index: -1
}

.call-to-action-06 .shape-5 {
    position: absolute;
    top: 53%;
    right: 18%;
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .call-to-action-06 .shape-5 {
        top: 70%;
        right: 22%
    }
}

.call-to-action-06 .shape-6 {
    position: absolute;
    top: 40%;
    right: -3%;
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .call-to-action-06 .shape-6 {
        right: -14%
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-06 .shape-6 {
        display: none
    }
}

.call-to-action-content-06 .section-title-3 .title {
    color: #ffffff
}

.call-to-action-content-06 .number {
    font-size: 54px;
    line-height: 72px;
    font-weight: 700;
    color: #ffc000
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-content-06 .number {
        font-size: 42px;
        line-height: 60px
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-content-06 .number {
        font-size: 36px;
        line-height: 50px
    }
} */

.newsletter-section {
    background-color: #E73C37;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .newsletter-section {
        padding-top: 10px;
        padding-bottom: 60px
    }
}

.newsletter-section .newsletter-shape-01 {
    position: absolute;
    bottom: -38px;
    left: 6%;
    z-index: -1;
    opacity: 0.1
}

.newsletter-section .newsletter-shape-01 svg {
    fill: #000000;
    width: 258px
}

.newsletter-section .newsletter-shape-02 {
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 795px;
    height: 795px;
    position: absolute;
    z-index: -1;
    right: -140px;
    bottom: 20px;
    opacity: 0.2
}

.newsletter-section .newsletter-shape-02::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86)
}

.newsletter-section .newsletter-shape-03 {
    border-radius: 50%;
    background-color: #ffcc66;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50px;
    right: 13%;
    z-index: -1
}

@media only screen and (max-width: 575px) {
    .newsletter-section .newsletter-shape-03 {
        right: 3%
    }
}

.newsletter-content {
    margin-top: 40px
}

.newsletter-content .title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff
}

@media only screen and (max-width: 575px) {
    .newsletter-content .title {
        font-size: 28px
    }
}

.newsletter-content p {
    font-size: 20px;
    color: #ffffff
}

@media only screen and (max-width: 575px) {
    .newsletter-content p {
        font-size: 15px
    }
}

.newsletter-form {
    margin-top: 50px;
    position: relative
}

.newsletter-form input {
    width: 100%;
    height: 65px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 150px;
    border: 0;
    border-radius: 4px
}

@media only screen and (max-width: 575px) {
    .newsletter-form input {
        padding: 0 20px
    }
}

.newsletter-form .btn {
    position: absolute;
    height: 65px;
    background-color: #312C38;
    color: #ffffff;
    top: 0;
    right: 0;
    padding: 0 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media only screen and (max-width: 575px) {
    .newsletter-form .btn {
        position: relative;
        margin-top: 10px;
        width: 100%;
        border-radius: 5px
    }
}

.banner-wrapper {
    margin-top: -50px
}

.single-banner {
    position: relative;
    margin-top: 50px
}

.single-banner .banner-images img {
    width: 100%;
    border-radius: 6px
}

.single-banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 68%;
    padding: 30px 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .single-banner .banner-content {
        padding: 30px;
        width: 73%
    }
}

@media only screen and (max-width: 575px) {
    .single-banner .banner-content {
        padding: 15px
    }
}

.single-banner .banner-content .sub-title {
    font-size: 15px;
    font-weight: 400;
    color: #E73C37;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.single-banner .banner-content .title {
    font-size: 24px;
    font-weight: 700;
    color: #312C38;
    line-height: 1.3
}

@media only screen and (max-width: 575px) {
    .single-banner .banner-content .title {
        font-size: 15px;
        margin-top: 5px
    }
}

.single-banner .banner-content .btn {
    margin-top: 20px
}

@media only screen and (max-width: 575px) {
    .single-banner .banner-content .btn {
        font-size: 13px;
        height: 35px;
        line-height: 35px;
        margin-top: 10px
    }
}

.banner-section-02 .banner-wrap-02 {
    margin-top: -30px
}

.banner-section-02 .banner-wrap-02 .single-item {
    background: #ece7e1;
    padding: 55px 55px 65px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 575px) {
    .banner-section-02 .banner-wrap-02 .single-item {
        padding: 35px
    }
}

.banner-section-02 .banner-wrap-02 .single-item .image-1 {
    position: absolute;
    right: -90px;
    top: 50px;
    z-index: -1
}

.banner-section-02 .banner-wrap-02 .single-item .image-2 {
    position: absolute;
    right: -62px;
    bottom: -10px;
    z-index: -1
}

.banner-section-02 .banner-wrap-02 .single-item .banner-content .discount {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #f6520a
}

.banner-section-02 .banner-wrap-02 .single-item .banner-content .title {
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
    color: #312C38;
    margin-top: 5px
}

@media only screen and (max-width: 575px) {
    .banner-section-02 .banner-wrap-02 .single-item .banner-content .title {
        font-size: 32px;
        line-height: 42px
    }
}

.banner-section-02 .banner-wrap-02 .single-item .banner-content .btn {
    margin-top: 30px
}

.banner-section-02 .banner-wrap-02 .single-item.item-2 {
    background: #adddc7
}

.banner-section-02 .banner-wrap-02 .single-item.item-2 .banner-content .discount {
    color: #ffa300
}

.banner-section-02 .banner-wrap-02 .single-item.item-2 .banner-content .title {
    color: #ffffff
}

.banner-section-02 .banner-wrap-02 .single-item.item-2 .banner-content .btn {
    background: #ffa300
}

.banner-section-02 .banner-wrap-02 .single-item.item-2 .banner-content .btn:hover {
    background: #f6520a;
    color: #ffffff
}

.course-category-wrapper {
    padding-top: 30px
}

.single-course-category {
    margin-top: 30px
}

.single-course-category .course-category-image a {
    display: block;
    overflow: hidden;
    border-radius: 5px
}

.single-course-category .course-category-content {
    margin-top: 20px
}

.single-course-category .course-category-content .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3
}

.single-course-category .course-category-content p {
    color: #838383
}

.event-section {
    position: relative;
    z-index: 1
}

.event-section .event-patan {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.2
}

.evenet-wrapper {
    margin-top: 50px
}

.single-event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 20px
}

@media only screen and (max-width: 575px) {
    .single-event {
        display: block;
        text-align: center
    }
}

.single-event .event-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-event .event-image img {
    border-radius: 50%
}

.single-event .event-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
    max-width: 320px
}

@media only screen and (max-width: 575px) {
    .single-event .event-content {
        padding-left: 0;
        padding-top: 25px
    }
}

.single-event .event-content .date {
    color: #E73C37;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    font-size: 14px
}

.single-event .event-content .title {
    font-size: 18px;
    font-weight: 700
}

.single-event .event-content p {
    margin-top: 5px
}

.event-content-wrapper {
    padding-top: 30px
}

.single-event-02 {
    margin-top: 30px
}

.single-event-02 .event-img {
    position: relative;
    border-radius: 30px;
    overflow: hidden
}

.single-event-02 .event-img a {
    display: block
}

.single-event-02 .event-img a img {
    width: 100%
}

.single-event-02 .event-img .top-meta {
    position: absolute;
    top: 40px;
    left: 45px
}

.single-event-02 .event-img .top-meta .date {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #ffc000;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50%;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 28px
}

.single-event-02 .event-img .top-meta .date span {
    font-size: 30px;
    display: block
}

.single-event-02 .event-img:hover a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.single-event-02 .event-content {
    padding-right: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-event-02 .event-content {
        padding-right: 30px
    }
}

.single-event-02 .event-content .place {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin-top: 30px
}

.single-event-02 .event-content .place i {
    font-size: 18px;
    color: #ff4880;
    margin-right: 5px
}

.single-event-02 .event-content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #271344;
    margin-top: 5px
}

.single-event-02 .event-content .title:hover a {
    color: #ff4880
}

.single-event-02 .event-content .read-more-btn {
    font-size: 14px;
    line-height: 18px;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    color: #ffc000;
    margin-top: 10px;
    position: relative
}

.single-event-02 .event-content .read-more-btn::before {
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 100%;
    content: "";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #ffc000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.single-event-02 .event-content .read-more-btn:hover {
    color: #ff4880
}

.single-event-02 .event-content .read-more-btn:hover::before {
    background-color: #ff4880;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.single-event-02.color-2 .top-meta .date {
    background: #1ab9ff
}

.single-event-02.color-2 .event-content .read-more-btn {
    color: #1ab9ff
}

.single-event-02.color-2 .event-content .read-more-btn::before {
    background-color: #1ab9ff
}

.single-event-02.color-2 .event-content .read-more-btn:hover {
    color: #ff4880
}

.single-event-02.color-2 .event-content .read-more-btn:hover::before {
    background-color: #ff4880;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.single-event-02.color-3 .top-meta .date {
    background: #aed139
}

.single-event-02.color-3 .event-content .read-more-btn {
    color: #aed139
}

.single-event-02.color-3 .event-content .read-more-btn::before {
    background-color: #aed139
}

.single-event-02.color-3 .event-content .read-more-btn:hover {
    color: #ff4880
}

.single-event-02.color-3 .event-content .read-more-btn:hover::before {
    background-color: #ff4880;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.about-wrapper {
    margin-top: -30px
}

.about-images {
    position: relative;
    z-index: 1
}

.about-images .shape-1 {
    width: 150px;
    position: absolute;
    top: 30px;
    left: 85px;
    z-index: -1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-images .shape-1 {
        width: 120px;
        left: 45px
    }
}

@media only screen and (max-width: 767px) {
    .about-images .shape-1 {
        width: 100px;
        left: 50px
    }
}

.about-images .single-image {
    margin-top: 30px
}

.about-images .single-image img {
    width: 100%;
    border-radius: 5px
}

.about-content {
    margin-top: 30px;
    max-width: 520px;
    margin-left: auto
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-content {
        margin-left: 0
    }
}

.about-content .title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 575px) {
    .about-content .title {
        font-size: 20px
    }
}

.about-content p {
    margin-bottom: 15px
}

/* .about-content ul {
    padding-top: 20px
}

.about-content ul li {
    position: relative;
    padding-left: 35px;
    margin-top: 10px
}

.about-content ul li::before {
    position: absolute;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    top: 0;
    left: 0;
    color: #E73C37
} */

.about-content .play {
    margin-top: 20px
}

.about-content .play i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    background-color: #E73C37;
    color: #FFF
}

.about-content .play span {
    color: #312C38;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 10px
}

.about-02-section {
    padding-top: 190px;
    padding-bottom: 120px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-02-section {
        padding-top: 170px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-02-section {
        padding-top: 150px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .about-02-section {
        padding-top: 140px;
        padding-bottom: 60px
    }
}

.about-02-section .about-img-02 {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-02-section .about-img-02 {
        text-align: center
    }
}

.about-02-section .about-img-02 .shape-1 {
    position: absolute;
    left: -90px;
    top: -70px;
    z-index: -1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-02-section .about-img-02 .shape-1 {
        left: -10px;
        top: -70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-02-section .about-img-02 .shape-1 {
        left: 0
    }
}

.about-02-section .about-content-02 {
    padding-left: 40px;
    padding-right: 65px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-02-section .about-content-02 {
        padding-right: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-02-section .about-content-02 {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 50px
    }
}

.about-02-section .about-content-02 .section-title-2 .sub-title::before {
    display: none
}

.about-02-section .about-content-02 .section-title-2 .sub-title::after {
    display: none
}

.about-02-section .about-content-02 p {
    font-size: 15px;
    line-height: 30px;
    color: #525252;
    margin-top: 25px
}

.about-02-section .about-content-02 .about-list {
    padding-top: 20px
}

.about-02-section .about-content-02 .about-list li {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #312C38;
    margin-top: 10px
}

.about-02-section .about-content-02 .about-list li i {
    color: #f6520a;
    margin-right: 15px
}

.about-02-section .about-content-02 .btn {
    margin-top: 40px
}

.about-section-03 .about-img {
    text-align: center;
    position: relative;
    z-index: 1
}

.about-section-03 .about-img .shape-1 {
    position: absolute;
    left: 40px;
    top: 0;
    z-index: -1
}

.about-section-03 .about-img .shape-2 {
    position: absolute;
    left: 10px;
    bottom: 150px;
    z-index: -1
}

.about-section-03 .about-img .shape-3 {
    position: absolute;
    right: 0;
    top: 160px;
    z-index: -1
}

.about-section-03 .about-img .shape-4 {
    position: absolute;
    right: 20px;
    bottom: 50px;
    z-index: -1
}

.about-section-03 .about-img .image img {
    border-radius: 30px
}

.about-section-03 .about-content-03 {
    padding-left: 100px;
    padding-right: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section-03 .about-content-03 {
        padding-left: 40px;
        padding-right: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-section-03 .about-content-03 {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 50px
    }
}

.about-section-03 .about-content-03 .section-title-3 .title {
    line-height: 1.37
}

.about-section-03 .about-content-03 p {
    font-size: 15px;
    line-height: 30px;
    color: #525252;
    margin-top: 35px
}

.about-section-03 .about-content-03 .about-list {
    margin-top: 30px
}

.about-section-03 .about-content-03 .about-list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 36px;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    color: #271344
}

.about-section-03 .about-content-03 .about-list ul li .about-list-icon {
    color: #ff4880;
    margin-right: 15px
}

.page-banner-section {
    position: relative;
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.page-banner-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #312C38;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6;
    z-index: 1;
}
.page-banner-section.style_detail::before {
    display: none;
}

/* @media only screen and (min-width: 1200px) and (max-width: 1499px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-section {
        min-height: 400px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .page-banner-section {
        min-height: 350px
    }
}

@media only screen and (max-width: 575px) {
    .page-banner-section {
        min-height: 300px
    }
} */

/* .page-banner-section .shape-1 {
    position: absolute;
    width: 66px;
    bottom: 110px;
    left: 120px;
    z-index: -1
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-section .shape-1 {
        left: 60px;
        bottom: 60px;
        width: 55px
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-section .shape-1 {
        left: 30px;
        bottom: 30px;
        width: 45px
    }
}

.page-banner-section .shape-2 {
    position: absolute;
    top: 150px;
    width: 60px;
    left: 30%;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .page-banner-section .shape-2 {
        top: 100px;
        width: 50px
    }
}

.page-banner-section .shape-3 {
    position: absolute;
    width: 66px;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-section .shape-3 {
        width: 55px
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-section .shape-3 {
        width: 45px
    }
}

.page-banner-section .shape-4 {
    position: absolute;
    top: -80px;
    left: -230px;
    opacity: 0.06;
    z-index: -1
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .page-banner-section .shape-4 {
        width: 750px;
        top: -40px;
        left: -190px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .page-banner-section .shape-4 {
        width: 550px;
        top: 0px;
        left: -100px
    }
}

.page-banner-section .shape-5 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.06;
    z-index: -1
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .page-banner-section .shape-5 {
        width: 750px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .page-banner-section .shape-5 {
        width: 550px
    }
} */

.page-banner-content {
    position: relative;
    text-align: center;
    z-index: 9;
}

.page-banner-content .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #FFF;
    margin-bottom: 5px
}

@media only screen and (max-width: 767px) {
    .page-banner-content .title {
        font-size: 34px
    }
}

@media only screen and (max-width: 575px) {
    .page-banner-content .title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 10px
    }
}

.page-banner-content .breadcrumb .breadcrumb-item {
    font-size: 15px;
    color: #EFEFEF
}

@media only screen and (max-width: 575px) {
    .page-banner-content .breadcrumb .breadcrumb-item {
        font-size: 15px
    }
}

.page-banner-content .breadcrumb .breadcrumb-item::before {
    color: #FFF174
}

.page-banner-content .breadcrumb .breadcrumb-item.active {
    color: #FFF174
}

.instructor-wrapper {
    padding-top: 30px
}

.instructor-wrapper-02 {
    margin-top: -30px
}

.single-instructor {
    /* margin-top: 30px; */
    position: relative;
    overflow: hidden;
    background-color: #97A5B030;
    border-radius: 6px;
    transition: .3s ease-in;
}
.single-instructor.style_author {
    overflow: inherit;
    background-color: transparent;
}
.single-instructor.style_author:hover {
    background-color: transparent;
}
.single-instructor.style_author .instructor-image .img_block {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}
.single-instructor.style_author:hover .instructor-image .img_block {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.single-instructor.style_author .instructor-content {
    margin: 15px 0 0;
    padding: 0;
    background-color: transparent;
}
.single-instructor.style_author .instructor-content .name {
    color: #312C38;
}
.single-instructor.style_author:hover .instructor-content .name {
    color: #E73C37;
}
.single-instructor.style_author .instructor-content p {
    color: rgba(30, 30, 30, 0.7);
}
.single-instructor:hover {
    background-color: #97A5B0;
}
.single-instructor .instructor-image .img_block {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
    position: relative;
    display: block;
    transition: .3s ease-in;
}
.single-instructor:hover .instructor-image .img_block {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.single-instructor .instructor-image .img_block::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
    top: 0;
    left: 0
}

.single-instructor .instructor-image .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.single-instructor .instructor-content {
    position: relative;
    /* bottom: 0;
    left: 0; */
    /* width: 100%; */
    text-align: center;
    /* margin: 0px 10px 10px 10px; */
    margin: 0px 0px 0px 0px;
    padding: 15px 20px 10px;
    background-color: #313335;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.single-instructor .instructor-content .name {
    color: #FFF;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700
}

.single-instructor .instructor-content p {
    color: #FFF;
    font-size: 14px
}

.single-instructor:hover .instructor-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-details-wrapper {
    margin-top: 50px
}

.blog-details-image {
    position: relative;
    top: -20px;
    z-index: 1;
}

.blog-details-image a {
    display: block;
    border-radius: 8px;
    overflow: hidden
}

.blog-details-image a img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.blog-details-image .tags {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    background-color: #E73C37;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 25px;
    left: 25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-image .tags {
        left: 20px;
        top: 30px
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-image .tags {
        top: 15px;
        left: 10px
    }
}

.blog-details-content {
    padding-top: 25px
}

.blog-details-content .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.blog-details-content .meta span {
    font-size: 14px;
    font-weight: 400;
    color: #838383
}

.blog-details-content .meta span i {
    margin-right: 3px
}

.blog-details-content .meta span+span {
    margin-left: 25px
}

.blog-details-content .meta .date {
    color: #E73C37
}

.blog-details-content .meta .author {
    color: #838383;
    position: relative
}

.blog-details-content .meta .author::before {
    content: '/';
    font-size: 14px;
    font-weight: 400;
    color: #838383;
    margin: 0 8px
}

.blog-details-content .title {
    font-size: 24px;
    font-weight: 700;
    color: #312C38;
    line-height: 1.4;
    margin-top: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .blog-details-content .title {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-content .title {
        font-size: 20px
    }
}

.blog-details-content>p {
    margin-top: 15px
}

.blog-details-content .blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0
}

.blog-details-content .blockquote .blockquote-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px
}

.blog-details-content .blockquote .blockquote-icon svg {
    fill: #E73C37;
    width: 50px
}

.blog-details-content .blockquote .blockquote-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px
}

.blog-details-content .blockquote .blockquote-content p {
    font-size: 20px;
    font-weight: 500;
    color: #312C38;
    line-height: 1.4
}

@media only screen and (max-width: 767px) {
    .blog-details-content .blockquote .blockquote-content p {
        font-size: 15px;
        line-height: 1.5
    }
}

.blog-details-content .btn {
    margin-top: 25px
}

.blog-tags-social {
    padding-top: 10px;
    border-top: 1px solid rgba(65, 70, 79, 0.14);
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-tags-social .blog-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px
}

.blog-tags-social .blog-tags .label {
    font-size: 14px;
    font-weight: 700;
    color: #312C38;
    padding-right: 6px
}

.blog-tags-social .blog-tags ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.blog-tags-social .blog-tags ul li {
    padding: 0 6px
}

.blog-tags-social .blog-tags ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(30, 30, 30, 0.7);
    padding: 0 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #F6F7F9;
    border-radius: 5px
}

.blog-tags-social .blog-tags ul li a:hover {
    background-color: #E73C37;
    color: #ffffff
}

.blog-tags-social .blog-social .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 30px
}

.blog-tags-social .blog-social .social li {
    padding: 0 3px
}

.blog-tags-social .blog-social .social li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    color: #FFF
}

.blog-tags-social .blog-social .social li a.facebook {
    background-color: #4867AA
}

.blog-tags-social .blog-social .social li a.twitter {
    background-color: #1DA1F2
}

.blog-tags-social .blog-social .social li a.linkedin {
    background-color: #007bb6
}

.blog-details-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #F6F7F9;
    padding: 10px 30px;
    position: relative;
    border-radius: 6px;
    margin-top: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-pagination {
        padding: 0px 10px
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-pagination {
        padding: 0 10px
    }
}

.blog-details-pagination::before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #e1e1e1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
    bottom: 30px
}

@media only screen and (max-width: 767px) {
    .blog-details-pagination::before {
        width: auto;
        height: 1px;
        left: 30px;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto
    }
}

.blog-details-pagination .previous-post,
.blog-details-pagination .next-post {
    width: 50%
}

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

    .blog-details-pagination .previous-post,
    .blog-details-pagination .next-post {
        width: 100%
    }
}

.blog-details-pagination .blog-details-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-pagination .blog-details-post {
        padding: 20px 0
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-pagination .blog-details-post {
        padding: 20px 0
    }
}

.blog-details-pagination .blog-details-post .details-post-thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.blog-details-pagination .blog-details-post .details-post-thumb a i {
    font-size: 20px;
    color: #312C38;
    padding: 0 10px
}

.blog-details-pagination .blog-details-post .details-post-thumb a img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-details-pagination .blog-details-post .details-post-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px
}

.blog-details-pagination .blog-details-post .details-post-content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-pagination .blog-details-post .details-post-content .title {
        font-size: 15px
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-pagination .blog-details-post .details-post-content .title {
        font-size: 15px
    }
}

.blog-details-pagination .blog-details-post .details-post-content .date {
    color: #97A5B0;
    font-size: 13px;
    margin-top: 5px;
    display: block
}

/* @media only screen and (min-width: 1500px),
only screen and (min-width: 1200px) and (max-width: 1499px) {
    .pricing-wrapper .row [class*="col-"]:first-child .single-pricing {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: 0
    }
}

@media only screen and (min-width: 1500px),
only screen and (min-width: 1200px) and (max-width: 1499px) {
    .pricing-wrapper .row [class*="col-"]:last-child .single-pricing {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-left: 0
    }
}

.pricing-wrapper .tab-content {
    padding-top: 40px
}

.pricing-btn {
    margin-top: 45px
}

.pricing-btn li button {
    width: 185px;
    height: 60px;
    border: 1px solid #E73C37;
    font-size: 18px;
    font-weight: 500;
    color: #312C38;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: transparent;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .pricing-btn li button {
        font-size: 15px;
        height: 50px;
        width: 145px
    }
}

@media only screen and (max-width: 575px) {
    .pricing-btn li button {
        height: 45px;
        font-size: 15px;
        width: 135px
    }
}

.pricing-btn li button.active {
    background-color: #E73C37;
    color: #ffffff
}

.pricing-btn li:first-child button {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.pricing-btn li:last-child button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.single-pricing {
    border: 1px solid #eeeeee;
    padding: 50px 60px;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .single-pricing {
        padding: 30px 30px
    }
}

.single-pricing .pricig-header .title {
    font-size: 26px;
    font-weight: 600;
    color: #312C38
}

.single-pricing .pricig-header p {
    font-size: 18px;
    font-weight: 600;
    color: #312C38;
    line-height: 1.2
}

.single-pricing .pricig-header p span {
    font-size: 36px
}

.single-pricing .pricig-header .btn {
    width: 100%;
    margin-top: 30px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.single-pricing .pricig-body .pricig-list {
    padding-top: 35px
}

.single-pricing .pricig-body .pricig-list li {
    font-size: 15px;
    color: #666666;
    margin-top: 5px
}

.single-pricing .pricig-body .pricig-list li span {
    font-weight: 700
}

.single-pricing.active {
    background-color: #E73C37;
    border-radius: 10px;
    padding: 80px 60px;
    margin-top: 0px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .single-pricing.active {
        padding: 60px 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-pricing.active {
        margin-top: 30px
    }
}

.single-pricing.active .pricig-header .title {
    color: #ffffff
}

.single-pricing.active .pricig-header p {
    color: #ffffff
}

.single-pricing.active .pricig-body .pricig-list li {
    color: #ffffff
} */

.single-faq {
    border: 0;
    border-radius: 6px;
    margin-top: 15px;
    padding: 15px 15px;
    border: 2px solid #F7EFE7;
}

.accordion-item:not(:first-of-type) {
    border-top: 2px solid #F7EFE7;
}
.accordion-item:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

@media only screen and (max-width: 767px) {
    .single-faq {
        padding: 20px
    }
}

.single-faq .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #312C38;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .single-faq .accordion-button {
        font-size: 18px
    }
}

.single-faq .accordion-body {
    padding: 0
}

.single-faq .accordion-body p {
    padding-top: 15px
}

/* .login-register-wrapper {
    margin-top: -50px
} */

.register_block {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.register_block .brand_logo img {
    width: auto;
    height: 60px;
}
.register_block .brand_copyright p {
    font-size: .825em;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 0px;
}

.login-register-box {
    position: relative;
    background-color: #FFF;
    padding: 20px 25px 25px;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.15) 0px 0px 28px;
}

.contact-info-wrapper {
    margin-top: -30px
}

.contact-info-wrapper .row [class*="col-"]:last-child .single-contact-info::before {
    display: none
}

.single-contact-info {
    text-align: center;
    position: relative;
    padding: 0 20px;
    margin-top: 30px
}

/* .single-contact-info::before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #d7d7d7;
    top: 20px;
    bottom: 20px;
    right: 0
} */

.single-contact-info .info-icon i {
    font-size: 40px;
    line-height: 0;
    color: #E73C37
}

.single-contact-info .info-content {
    padding-top: 12px
}

.single-contact-info .info-content .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.single-contact-info .info-content p {
    font-size: 15px
}

.contact-form-wrapper {
    padding-top: 10px
}

.contact-map-area #contact-map {
    width: 100%;
    height: 400px
}

.course-details-banner-content {
    max-width: 570px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .course-details-banner-content {
        padding: 0
    }
}

.course-details-banner-content .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.course-details-banner-content .rating .rating-star {
    display: block;
    position: relative
}

.course-details-banner-content .rating .rating-star::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    color: #c5c2c2;
    letter-spacing: 4px
}

.course-details-banner-content .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.course-details-banner-content .rating .rating-star .rating-active::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    color: #ffc000;
    letter-spacing: 4px
}

.course-details-banner-content .rating span {
    font-size: 13px;
    color: #838383
}

.course-details-banner-content .title {
    font-size: 24px;
    font-weight: 600;
    color: #312C38;
    margin-top: 5px
}

.course-details-banner-content>p {
    margin-top: 5px
}

.course-details-banner-content .course-details-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding-top: 5px */
}

.course-details-banner-content .course-details-meta>* {
    padding-left: 40px;
    margin-top: 10px;
    position: relative
}

@media only screen and (max-width: 575px) {
    .course-details-banner-content .course-details-meta>* {
        padding-left: 20px
    }
}

.course-details-banner-content .course-details-meta>*::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #e1e1e1;
    left: 18px
}

@media only screen and (max-width: 575px) {
    .course-details-banner-content .course-details-meta>*::before {
        left: 8px
    }
}

.course-details-banner-content .course-details-meta>*:first-child {
    padding-left: 0
}

.course-details-banner-content .course-details-meta>*:first-child::before {
    display: none
}

.course-details-banner-content .course-details-meta .label {
    font-size: 14px;
    color: rgba(30, 30, 30, 0.7);
    white-space: nowrap
}

.course-details-banner-content .course-details-meta .label span {
    color: #E73C37
}

.course-details-banner-content .course-details-meta .meta-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 575px) {
    .course-details-banner-content .course-details-meta .meta-action {
        gap: 10px
    }
}

.course-details-banner-content .course-details-meta .meta-action .meta-author {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.course-details-banner-content .course-details-meta .meta-action .meta-author img {
    width: 40px;
    border-radius: 50%;
    padding: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14)
}

.course-details-banner-content .course-details-meta .meta-action .meta-name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.course-details-banner-content .course-details-meta .meta-action .meta-name .name {
    font-size: 15px;
    font-weight: 500;
    color: #312C38;
    white-space: nowrap
}

.course-details-wrapper .title {
    font-size: 18px;
    font-weight: 700;
}

.course-details-wrapper p {
    margin-top: 5px
}

.course-details-wrapper .lessons-time>* {
    margin-right: 30px
}

.course-details-wrapper .lessons-time>*:last-child {
    margin-right: 0
}

.course-details-wrapper .course-learn-list {
    background-color: #f6f7f9;
    padding: 25px 25px;
    margin-top: 40px;
    border-radius: 6px
}

.course-details-wrapper .course-learn-list ul {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.course-details-wrapper .course-learn-list ul li {
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    width: 50%;
    margin-bottom: 10px;
}
.course-details-wrapper .course-learn-list ul li:nth-last-child(-n+2) {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .course-details-wrapper .course-learn-list ul li {
        width: 100%
    }
}

.course-details-wrapper .course-learn-list ul li::before {
    position: absolute;
    top: 0;
    left: 10px;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: #E73C37
}

.course-details-wrapper .course-lessons {
    margin-top: 40px
}

.course-details-wrapper .lessons-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

/* .course-details-wrapper .course-instructor {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 40px;
    margin-top: 50px
}

@media only screen and (max-width: 575px) {
    .course-details-wrapper .course-instructor {
        padding: 30px
    }
} */

.course-details-wrapper .course-review {
    /* border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 40px; */
    margin-top: 40px
}

@media only screen and (max-width: 575px) {
    .course-details-wrapper .course-review {
        padding: 0
    }
}

.course-accordion .accordion-item {
    border-radius: 0;
    margin-top: 20px;
    border: 0
}

.course-accordion .accordion-item button {
    font-size: 15px;
    font-weight: 700;
    color: #312C38;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.course-accordion .accordion-item button::before {
    content: '\f068';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    font-weight: 300;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.course-accordion .accordion-item button.collapsed::before {
    content: '\f067'
}

.course-accordion .accordion-item .accordion-body {
    padding-bottom: 0
}

.course-accordion .accordion-item .accordion-body .lessons-list li a {
    font-size: 15px;
    display: block
}

.course-accordion .accordion-item .accordion-body .lessons-list li a span {
    display: block;
    float: right;
    white-space: nowrap
}

.course-accordion .accordion-item .accordion-body .lessons-list li a i {
    margin-right: 5px
}

.instructor-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 20px
}

@media only screen and (max-width: 575px) {
    .instructor-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.instructor-profile .profile-images {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.instructor-profile .profile-images img {
    border-radius: 6px;
    width: 190px
}

.instructor-profile .profile-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.instructor-profile .profile-content .name {
    font-size: 20px;
    font-weight: 700
}

.instructor-profile .profile-content .profile-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px
}

.instructor-profile .profile-content .profile-meta .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.instructor-profile .profile-content .profile-meta .rating .rating-star {
    display: block;
    position: relative
}

.instructor-profile .profile-content .profile-meta .rating .rating-star::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    color: #c5c2c2;
    letter-spacing: 4px
}

.instructor-profile .profile-content .profile-meta .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.instructor-profile .profile-content .profile-meta .rating .rating-star .rating-active::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    color: #ffc000;
    letter-spacing: 4px
}

.instructor-profile .profile-content .profile-meta .rating span {
    font-size: 13px;
    font-weight: 700;
    color: #666666
}

.instructor-profile .profile-content p {
    font-size: 15px
}

.review-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px
}

/* @media only screen and (max-width: 575px) {
    .review-rating {
        display: block
    }
} */

.review-rating .rating-box {
    text-align: center;
    width: 190px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 20px 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 6px;
}

.review-rating .rating-box .count {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #312C38;
    line-height: 1
}

.review-rating .rating-box .rating-star {
    display: inline-block;
    position: relative
}

.review-rating .rating-box .rating-star::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #c5c2c2;
    letter-spacing: 4px
}

.review-rating .rating-box .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.review-rating .rating-box .rating-star .rating-active::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #ffc000;
    letter-spacing: 4px
}

.review-rating .rating-box p {
    margin-top: 0
}

.review-rating .rating-percentage {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px
}

/* @media only screen and (max-width: 575px) {
    .review-rating .rating-percentage {
        margin-top: 30px
    }
} */

.single-rating-percentage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single-rating-percentage .label {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    white-space: nowrap
}

.single-rating-percentage .rating-line {
    width: 100%;
    height: 10px;
    background-color: #ebebeb;
    position: relative;
    margin: 0 20px;
    border-radius: 50px;
}

.single-rating-percentage .rating-line .line-bar {
    position: absolute;
    height: 100%;
    border-radius: 50px;
    background-color: #fcca45
}

.review-items {
    padding-top: 30px
}

.single-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.review-items ul li:first-child .single-review {
    margin-top: 5px;
    padding-top: 0;
    border-top: none;
}

@media only screen and (max-width: 575px) {
    .single-review {
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /* -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column */
    }
}

.single-review .review-author {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-review .review-author img {
    width: 55px;
    height: 55px;
    overflow: auto;
    object-fit: cover;
    border-radius: 50px
}

.single-review .review-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.single-review .review-content .review-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -3px
}

.single-review .review-content .review-top .name {
    font-size: 18px;
    font-weight: 700
}

.single-review .review-content .review-top .rating-star {
    display: inline-block;
    position: relative;
    margin-right: auto
}

.single-review .review-content .review-top .rating-star::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #c5c2c2;
    letter-spacing: 4px
}

.single-review .review-content .review-top .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.single-review .review-content .review-top .rating-star .rating-active::before {
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #ffc000;
    letter-spacing: 4px
}

.features-content-wrap {
    padding-top: 40px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .features-content-wrap {
        padding-top: 20px
    }
}

.features-item {
    background: #aed139;
    padding: 70px 35px 20px;
    margin-top: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-item {
        padding: 70px 25px 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .features-item {
        padding: 50px 35px 20px
    }
}

.features-item.color-2 {
    background: #1ab9ff
}

.features-item.color-3 {
    background: #ffc000
}

.features-item .svg-shape {
    position: absolute;
    left: -98px;
    bottom: -105px;
    z-index: -1
}

.features-item .shape-1 {
    position: absolute;
    left: 55px;
    top: -25px;
    z-index: -1
}

.features-item .shape-2 {
    position: absolute;
    left: 20px;
    bottom: 95px;
    z-index: -1
}

.features-item .shape-3 {
    position: absolute;
    right: -10px;
    bottom: 70px;
    z-index: -1
}

.features-item .features-img {
    border: 3px dashed #799228;
    border-radius: 29px;
    padding: 20px;
    overflow: hidden
}

.features-item .features-img a {
    display: block
}

.features-item .features-img a img {
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.features-item .features-content .title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    margin-top: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .features-item .features-content .title {
        font-size: 32px
    }
}

.features-item .features-content .title:hover a {
    color: #ff4880
}

.features-item .features-content p {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.features-item:hover {
    padding: 40px 35px 35px
}

.features-item:hover .features-content p {
    padding-top: 15px;
    opacity: 1;
    visibility: visible
}

.program-section {
    background: #fff9eb;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.program-section .shape-1 {
    position: absolute;
    left: 7%;
    top: 16%
}

.program-wrapper {
    margin-top: 70px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .program-wrapper {
        margin-top: 50px
    }
}

.program-item {
    background: #ffffff;
    border: 3px dashed #aed139;
    padding: 35px;
    border-radius: 30px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .program-item {
        padding: 30px
    }
}

@media only screen and (max-width: 575px) {
    .program-item {
        padding: 25px
    }
}

.program-item.color-2 {
    border: 3px dashed #1ab9ff
}

.program-item.color-2 .program-image .program-price .price {
    background: #1ab9ff
}

.program-item.color-3 {
    border: 3px dashed #ffc000
}

.program-item.color-3 .program-image .program-price .price {
    background: #ffc000
}

.program-item .program-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px
}

.program-item .program-image a {
    display: block
}

.program-item .program-image a img {
    width: 100%
}

.program-item .program-image .program-price {
    position: absolute;
    left: 40px;
    top: 20px
}

.program-item .program-image .program-price .price {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #aed139;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff
}

.program-item .program-content .title {
    font-size: 24px;
    line-height: 34px;
    color: #271344;
    margin-top: 25px
}

.program-item .program-content .title:hover a {
    color: #ff4880
}

.program-item .program-content p {
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 10px
}

.program-item .program-content .program-meta {
    border-top: 1px solid #e1e1e1;
    margin-top: 35px;
    padding-top: 15px
}

.program-item .program-content .program-meta ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ff5085;
    position: relative
}

.program-item .program-content .program-meta ul li+li {
    padding-left: 25px;
    margin-left: 20px
}

@media only screen and (max-width: 575px) {
    .program-item .program-content .program-meta ul li+li {
        padding-left: 13px;
        margin-left: 13px
    }
}

.program-item .program-content .program-meta ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e1e1e1;
    width: 1px;
    height: 30px
}

.program-item .program-content .program-meta ul li span {
    font-weight: 700;
    color: #271344
}

.program-item:hover .program-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.program-active .swiper-pagination {
    position: relative;
    margin-top: 60px
}

.program-active .swiper-pagination .swiper-pagination-bullet {
    background: #e1e1e1;
    margin: 0 8px
}

.program-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff4880
}

.team-content-wrapper {
    padding-top: 20px
}

.single-team {
    background: #aed139;
    border-radius: 30px;
    padding: 55px 70px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 120px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .single-team {
        padding: 50px 60px
    }
}

@media only screen and (max-width: 767px) {
    .single-team {
        padding: 50px 35px
    }
}

.single-team.color-2 {
    background: #1ab9ff
}

.single-team.color-3 {
    background: #ff4880
}

.single-team.color-4 {
    background: #ffc000
}

.single-team .team-img {
    margin-top: -135px
}

.single-team .team-img a img {
    border-radius: 50%
}

.single-team .team-content .title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-top: 25px
}

.single-team .team-content .title a {
    color: #ffffff
}

.single-team .team-content .designation {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff
}

.single-team .team-content .team-social {
    margin-top: 20px
}

.single-team .team-content .team-social ul li {
    display: inline-block;
    margin-right: 5px
}

.single-team .team-content .team-social ul li a {
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    background: #ffffff;
    color: #271344
}

.single-team .team-content .team-social ul li a:hover {
    color: #ff4880
}

.single-team:hover {
    -webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
    transform: translateY(-5px) translate3d(0, -5px, 0)
}

.gallery-section {
    border-top: 1px solid #e1e1e1;
    overflow: hidden
}

.gallery-img-wrapper {
    padding-top: 60px
}

.gallery-img-wrapper .gallery-img {
    position: relative
}

.gallery-img-wrapper .gallery-img .image {
    position: relative;
    width: 387px;
    height: 387px
}

.gallery-img-wrapper .gallery-img .image::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #ff4880;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.gallery-img-wrapper .gallery-img .gallery-plus {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.gallery-img-wrapper .gallery-img .gallery-plus span {
    width: 50px;
    height: 50px;
    position: relative;
    display: block
}

.gallery-img-wrapper .gallery-img .gallery-plus span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gallery-img-wrapper .gallery-img .gallery-plus span::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery-img-wrapper .gallery-img:hover .image::before {
    opacity: 0.85;
    visibility: visible
}

.gallery-img-wrapper .gallery-img:hover .gallery-plus {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sidebar-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.sidebar-wrap hr {
    margin: 35px 0 0px
}

.widget-title {
    font-size: 18px;
    font-weight: 700
}

.sidebar-widget {
    margin-top: 30px
}

.sidebar-widget .widget-search {
    position: relative
}

.sidebar-widget .widget-search .form-control {
    height: 50px;
    padding-right: 45px
}

.sidebar-widget .widget-search button {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    position: absolute;
    border: 0;
    background-color: transparent;
    font-size: 15px;
    color: #111111
}

.sidebar-widget .widget-sidebar-link {
    padding-top: 5px
}

.sidebar-widget .widget-sidebar-link ul li {
    margin-top: 15px
}

.sidebar-widget .widget-sidebar-link ul li a {
    font-size: 15px;
    color: #29303c;
    line-height: 20px;
    display: block
}

.sidebar-widget .widget-sidebar-link ul li a span {
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #97A5B0;
    border-radius: 50px;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.sidebar-widget .widget-sidebar-link ul li a::before {
    content: '\f105 ';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #97A5B0;
    margin-right: 10px
}

.sidebar-widget .widget-sidebar-link ul li a:hover {
    color: #E73C37
}

.sidebar-widget .widget-sidebar-link ul li a:hover span {
    background-color: #E73C37;
    color: #ffffff
}

.sidebar-widget .widget-tags {
    padding-top: 15px
}

.sidebar-widget .widget-tags ul {
    margin-left: -4px;
    margin-right: -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-widget .widget-tags ul li {
    padding: 4px
}

.sidebar-widget .widget-tags ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(30, 30, 30, 0.6);
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    border-radius: 4px;
    background-color: #F6F7F9
}

.sidebar-widget .widget-tags ul li a:hover {
    background-color: #E73C37;
    color: #ffffff
}

.sidebar-widget .widget-banner a img {
    border-radius: 4px
}

.single-mini-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.single-mini-post .mini-post-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-mini-post .mini-post-image a {
    display: block
}

.single-mini-post .mini-post-image a img {
    width: 70px;
    height: 65px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.single-mini-post .mini-post-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px
}

.single-mini-post .mini-post-content .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-mini-post .mini-post-content .date {
    color: #97A5B0;
    font-size: 13px;
    margin-top: 5px;
    display: block
}

/* .sidebar-wrap-02 {
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 35px 40px;
    margin-top: 35px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .sidebar-wrap-02 {
        padding: 35px 25px
    }
} */

.course-collapse {
    margin-top: 50px;
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 35px 40px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

/* .sidebar-widget-02+.sidebar-widget-02 {
    padding-top: 22px
} */

/* .widget-checkbox {
    margin-top: 18px
} */

.widget-checkbox .checkbox-list li {
    min-height: auto;
    margin-bottom: 0;
    margin-top: 18px
}
.widget-checkbox .checkbox-list li:hover .form-check-label {
    color: #312C38;
}
.widget-checkbox .checkbox-list li:hover .form-check-input {
    border-color: #312C38;
}
.widget-checkbox .checkbox-list li .form-check-label span {
    font-size: 12px;
    float: right;
}
.widget-checkbox .checkbox-list li:first-child {
    margin-top: 0px;
}

.widget-checkbox .rating {
    position: relative;
    display: inline-block
}

.widget-checkbox .rating::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: "Font Awesome 5 Pro";
    color: #dedede;
    font-size: 14px;
    letter-spacing: 2px
}

.widget-checkbox .rating .rating-on {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden
}

.widget-checkbox .rating .rating-on::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: "Font Awesome 5 Pro";
    color: #fda000;
    font-size: 14px;
    letter-spacing: 2px
}

.sidebar-details-wrap {
    margin-top: -300px;
    position: relative;
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 80px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .sidebar-details-wrap {
        margin-top: 0px;
        top: inherit;
    }
}

.sidebar-details-video-description {
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.12)
}

.sidebar-details-video-description .sidebar-video {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.sidebar-details-video-description .sidebar-video::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%);
    top: 0;
    left: 0
}

.sidebar-details-video-description .sidebar-video img {
    width: 100%
}

.sidebar-details-wrap .book-slide {
    margin-bottom: 20px;
}
.sidebar-details-wrap .book-slide img {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: auto;
}

.sidebar-details-video-description .sidebar-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #312C38;
    text-align: center;
    z-index: 2
}

.sidebar-details-video-description .sidebar-video .play:hover {
    color: #ffffff;
    background-color: #E73C37
}

.sidebar-details-video-description .sidebar-description {
    padding: 20px 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .sidebar-details-video-description .sidebar-description {
        padding: 20px 15px
    }
}

.sidebar-details-video-description .sidebar-description .price {
    margin-top: -5px
}

.sidebar-details-video-description .sidebar-description .price .sale-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #312C38;
}

.sidebar-details-video-description .sidebar-description .price .regular-price {
    font-size: 15px;
    font-weight: 500;
    color: #97A5B0;
    text-decoration: line-through;
    margin-left: 10px
}

.sidebar-details-video-description .sidebar-description .btn {
    margin-top: 15px
}

.sidebar-details-video-description .sidebar-description .description-list {
    padding-top: 20px;
    padding-bottom: 20px
}

.sidebar-details-video-description .sidebar-description .description-list li {
    font-size: 15px;
    color: rgba(30, 30, 30, 0.7);
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0
}

.sidebar-details-video-description .sidebar-description .description-list.course li {
    padding: 1px 0px;
    border-bottom: none;
}
.sidebar-details-video-description .sidebar-description .description-list li i {
    width: 18px;
    margin-right: 6px;
    text-align: center;
}

.sidebar-details-video-description .sidebar-description .description-list li:first-child {
    padding-top: 0px;
}
.sidebar-details-video-description .sidebar-description .description-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
}

.sidebar-details-video-description .sidebar-description .description-list li span {
    font-weight: 400;
    float: right;
    display: block
}

.sidebar-details-course {
    margin-top: 40px
}

.sidebar-details-title {
    font-size: 22px;
    font-weight: 700
}

.sidebar-details-courses li {
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb
}

.sidebar-details-courses li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.sidebar-course-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.sidebar-course-item .item-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar-course-item .item-image img {
    width: 90px;
    height: 65px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}
.sidebar-course-item.books .item-image img {
    width: 60px;
    height: auto;
    border-radius: inherit;
}

.sidebar-course-item .item-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 200px
}

.sidebar-course-item .item-content .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.sidebar-course-item .item-content .price {
    font-weight: 400;
    font-size: 15px;
    color: #838383;
    display: block;
    margin-top: 2px
}

/* .sidebar-course-item .item-content .price strong {
    margin-right: 10px;
} */

.sidebar-course-item .item-content .price span {
    color: #b4690e;
    /* margin-left: 10px; */
}

.footer-widget-wrapper {
    padding-top: 0px;
    padding-bottom: 40px
}

.footer-widget {
    margin-top: 35px;
    font-size: 15px;
    color: rgba(30, 30, 30, 0.6)
}

.footer-widget .footer-logo img {
    width: auto;
    height: 60px;
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 700
}

.widget-info {
    padding-top: 15px
}

.widget-info p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(30, 30, 30, 0.6);
}
.widget-info p span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #E73C37;
}

.widget-info p i {
    color: #E73C37;
    margin-right: 10px;
    line-height: 28px;
    display: inline-block
}

.widget-info .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px
}

.widget-info .social li {
    margin-right: 5px
}
.widget-info .social li:first-child {
    margin-right: 10px;
}
.widget-info .social li:last-child {
    margin-right: 0
}

.widget-info .social li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    border-radius: 50px;
    color: #FFF;
    background-color: #97A5B0;
    transition: .3s ease-in-out;
}
.widget-info .social li:hover a.facebook {
    background-color: #3b5998;
}
.widget-info .social li:hover a.twitter {
    background-color: #00aced;
}
.widget-info .social li:hover a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.widget-info .social li:hover a.linkedin {
    background-color: #007bb6;
}
.widget-info .social li:hover a.youtube {
    background-color: #b00;
}
.widget-info .social li:hover a:hover {
    opacity: 0.7;
}

/* .widget-info .social-white li a {
    color: #E73C37;
    border-color: #E73C37
}

.widget-info .social-white li a:hover {
    color: #ffffff
}

.widget-info-white p {
    color: #ffffff
} */

.widget-link {
    padding-top: 20px
}

.widget-link .link li:first-child {
    margin-top: 0px
}
.widget-link .link li {
    margin-top: 4px
}

.widget-link .link li a {
    font-size: 15px;
    color: rgba(30, 30, 30, 0.6)
}

.widget-link .link li a:hover {
    color: #E73C37
}

/* .widget-link-white .link li a {
    color: #ffffff
}

.widget-link-white .link li a:hover {
    color: #E73C37
} */

/* .footer-section-04 .footer-widget-wrapper {
    padding-top: 470px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-section-04 .footer-widget-wrapper {
        padding-top: 450px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-section-04 .footer-widget-wrapper {
        padding-top: 285px
    }
}

@media only screen and (max-width: 767px) {
    .footer-section-04 .footer-widget-wrapper {
        padding-top: 265px
    }
}

.footer-section-04 .footer-widget .footer-widget-title {
    color: #312C38
}

.footer-section-04 .footer-widget .widget-info p a:hover {
    color: #f6520a
}

.footer-section-04 .footer-widget .widget-info p i {
    color: #f6520a
}

.footer-section-04 .footer-widget .widget-info .social li a:hover {
    background-color: #f6520a;
    border-color: #f6520a;
    color: #ffffff
}

.footer-section-04 .footer-widget .widget-link .link li a:hover {
    color: #f6520a
}

.footer-section-05 .footer-widget .widget-info p a:hover {
    color: #ff4880
}

.footer-section-05 .footer-widget .widget-info p i {
    color: #ff4880
}

.footer-section-05 .footer-widget .widget-info .social li a {
    font-size: 18px;
    border: 0;
    line-height: 35px;
    color: #ffffff
}

.footer-section-05 .footer-widget .widget-info .social li:nth-child(1) a {
    background-color: #ffc000
}

.footer-section-05 .footer-widget .widget-info .social li:nth-child(2) a {
    background-color: #aed139
}

.footer-section-05 .footer-widget .widget-info .social li:nth-child(3) a {
    background-color: #1ab9ff
}

.footer-section-05 .footer-widget .widget-link .link li a:hover {
    color: #ff4880
} */

.footer-section {
    background-color: #F5F5F5;
}

/* .footer-section-02 {
    background-color: #312C38
}

.footer-section-03 {
    background-color: #151948
}

.footer-section-05 {
    background: #271344;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom
} */

.footer-copyright {
    padding: 15px 0;
    background-color: #E7E7E7;
}

.footer-copyright p {
    font-size: 14px
}
.footer-copyright p.dark {
    color: #312C38;
}

/* .footer-copyright-white {
    border-top-color: rgba(255, 255, 255, 0.2)
}

.footer-copyright-white p {
    color: rgba(255, 255, 255, 0.6)
} */

.back-btn {
    position: fixed;
    bottom: 35px;
    right: 40px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50px;
    background-color: #312C3875;
    border: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 15px;
    color: #FFF;
    z-index: 99
}

.back-btn:hover {
    background-color: #312C38;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.07);
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.07)
}

.back-btn.back-btn-2 {
    background-color: #f6520a
}

.back-btn.back-btn-2:hover {
    background-color: #ffa300
}

.back-btn.back-btn-3 {
    background-color: #ff4880
}

.back-btn.back-btn-3:hover {
    background-color: #271344
}

.banner_section .banner-active {
    position: relative;
}
.banner-active .swiper-pagination {
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner-active .swiper-button-next,
.banner-active .swiper-button-prev {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #312C3825;
    opacity: 0;
    border-radius: 50px;
    visibility: hidden;
    transition: .5s ease-in;
}
.banner-active .swiper-button-next::after,
.banner-active .swiper-button-prev::after {
    font-size: 28px;
}
.banner-active .swiper-button-next:hover::after,
.banner-active .swiper-button-prev:hover::after {
    color: #312C38
}
.banner-active .swiper-button-next:hover,
.banner-active .swiper-button-prev:hover {
    background-color: #E73C37
}
.banner-active:hover .swiper-button-next.swiper-button-disabled,
.banner-active:hover .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}
.banner-active:hover .swiper-button-next,
.banner-active:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
.banner-active .swiper-button-prev {
    left: 40px;
}
.banner-active .swiper-button-next {
    right: 40px;
}
.banner-active .swiper-pagination .swiper-pagination-bullet {
    border-radius: 50px;
    background-color: #312C3825;
    width: 10px;
    height: 10px;
    margin: 0px 2px;
}
.banner-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 35px;
    background-color: #E73C37;
}


.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}

.header-search.style_header button {
    line-height: 36px;
    color: #312C38;
    background: #FFF174;
}
.header-search.style_header input {
    padding: 0 15px 0 100px;
    border: 2px solid #97A5B040;
}
.header-search.style_header input:focus {
    border-color: #97A5B0;
}
.header-search.style_header .select {
    position: absolute;
    top: 16px;
    left: 15px;
    border-radius: inherit;
    border: none;
    font-weight: 700;
    height: auto;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    color: #312C38;
    background-color: #FFF;
}
.header-search.style_header .nice-select:after {
    border-bottom: 2px solid #312C38;
    border-right: 2px solid #312C38;
    right: -10px;
}
.header-search.style_header .select .option {
    line-height: 28px;
}

.notification_bar {
    position: relative;
    margin-bottom: 0px;
}
#notification-bar {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #312C38;
  clear: both;
  z-index: 99999;
}
#notification-bar .container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 8px 5px;
}
#notification-bar p {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0 25px;
  padding: 0;
  color: #FFF;
  white-space: nowrap;
}

.notification_bar input[type="checkbox"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.style_notice_bar .fa-times-circle {
  position: absolute;
  right: 40px;
  top: 6px;
  font-size: 18px;
  color: #FFF;
  z-index: 9;
  cursor: pointer;
}

.style_notice_bar .fa-times-circle:hover {
  opacity: 0.5;
}

input[type="checkbox"] ~ #notification-bar {
  /* Animation */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* Start animation to go down */
  -webkit-animation-name: goDown;
  animation-name: goDown;
}
/* Close the bar */

input[type="checkbox"]:checked ~ #notification-bar {
  /* Animation */

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* Start animation to go up */

  -webkit-animation-name: goUp;
  animation-name: goUp;
}

input[type="checkbox"] ~ .fa-arrow-down {
  position: absolute;
  display: none;
  right: 40px;
  cursor: pointer;
}

input[type="checkbox"]:checked ~ .fa-arrow-down {
  position: absolute;
  display: block;
  top: 0px;
  padding: 5px 7px;
  font-size: 14px;
  color: #312C38;
  background-color: #FFF174;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  z-index: 99999;
  transition: .3s ease-in-out;
}

input[type="checkbox"]:checked ~ .fa-arrow-down:hover {
  top: -5px;
}
/* ANIMATION for go up */

@-webkit-keyframes goUp {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}

@keyframes goUp {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
/* ANIMATION for go down */

@-webkit-keyframes goDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes goDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.view_more {
    float: right;
    text-align: end;
    font-weight: 500;
    color: rgba(30, 30, 30, 0.7);
}

.books-active,
.team-active {
    position: relative;
}

.heaer_start {
    position: relative;
    padding: 2.5px 0px;
    background-color: #97A5B0;
}
.heaer_start ul li {
    display: inline-block;
    margin-right: 20px;
}
.heaer_start ul li:last-child {
    margin-right: 0px;
}
.heaer_start ul li p {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
}
.heaer_start ul li p a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.heaer_start ul li p i {
    position: relative;
    top: 2px;
    margin-right: 6px;
    vertical-align: middle;
}
.heaer_start ul li p span {
    font-weight: 500;
}
.heaer_start .social li {
    margin-right: 0px;
}
.heaer_start .social li small {
    color: rgba(255, 255, 255, 0.8);
}
.heaer_start .social li a {
    background-color: transparent;
}


.masonry {
  column-count: 2;
  gap: 8px;
}
@media (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .masonry {
    column-count: 3;
  }
}
@media (min-width: 1199px) {
  .masonry {
    column-count: 4;
  }
}
.masonry .brick {
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
}
.masonry a {
    display: block;
}
.masonry a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 8px;
  opacity: 1;
  transition: .3s ease-in-out;
}
.masonry a:hover img {
    opacity: 0.8;
}

/* .gallery_category_list {
    position: relative;
}
.gallery_category_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gallery_category_list ul li {
    margin-bottom: 10px;
}
.gallery_category_list ul li:last-child {
    margin-bottom: 0px;
}
.gallery_category_list ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    overflow: hidden;
    padding: 10px 10px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gallery_category_list ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    transition: .2s ease-in;
}
.gallery_category_list ul li:hover a::before {
    opacity: 0.8;
}
.gallery_category_list ul li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* (x, y)  => position */
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    font-weight: bold;
    color: #FFF;
    text-align: center;
    transition: .2s ease-in;
}
.gallery_category_list ul li:hover a p {
    color: #FFF174;
} */
.video_gallery .video_image {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 4px;
}
.video_gallery .video_image .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    transition: all .2s ease-in-out;
}
.video_gallery:hover .video_image .img-fluid {
    transform: scale(1.1);
}
.video_gallery .video_image .yt_icon {
    display: block;
}
.video_gallery .video_image .yt_icon img {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: auto;
    height: 45px;
    z-index: 9;
    opacity: 0.75;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.video_gallery .video_image .yt_icon:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}
.video_gallery span {
    opacity: 0.8;
    position: relative;
    top: -4px;
}

.login_block {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .login_block:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
} */

.login-register-form small {
    font-size: .825em;
}
.login-register-form p,
.login-register-form .form-check label {
    color: #312C38;
    font-size: 14px;
    line-height: 1.3;
}
.login-register-form .switch_log_sign {
    display: block;
    text-align: center;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid #d1d7dc;
}
.login-register-form .switch_log_sign a {
    position: relative;
    color: #E73C37;
    font-weight: 600;
}
.login-register-form .switch_log_sign a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #E73C37;
    transition: .3s ease-in;
}
.login-register-form .switch_log_sign a:hover::before {
    opacity: 0.5;
}
.login-register-form .single-form.form-check {
    margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 0px;
}
.login-register-form .form-check-input[type=checkbox] {
    position: relative;
    top: 3px;
    border-radius: 0px;
    cursor: pointer;
    margin-left: -30px;
}
.login-register-form .single-form {
    position: relative;
    margin-top: 11px;
}
.login-register-form .single-form .icon {
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 18px;
    opacity: 0.6;
}
.login-register-form .single-form .form-control {
    height: calc(3rem + 2px);
    line-height: 1;
    padding: 0.55rem 1rem;
    border-radius: 0px;
}
/* Chrome, Safari, Edge, Opera */
.login-register-form .single-form .form-control::-webkit-outer-spin-button,
.login-register-form .single-form .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.login-register-form .single-form .form-control[type=number] {
  -moz-appearance: textfield;
}
.login-register-form .single-form .btn {
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
}
.login-register-form .form-floating>label {
    font-size: 15px;
    padding: 1rem 1rem;
    margin-bottom: 0px;
    vertical-align: middle;
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: scale(.85) translateY(-0.325rem) translateX(0.2rem);
}
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.650rem;
}

.radio-with-Icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: -6px;
  margin-right: -6px;
}
.radio-with-Icon p.radioOption-Item {
  flex: 0 0 auto;
  width: 50%;
  height: 46px;
  border: none;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 17px;
}
.radio-with-Icon p.radioOption-Item label {
  display: block;
  height: 100%;
  width: 100%;
  padding: 12px 10px;
  border-radius: 0;
  border: 1px solid #97A5B070;
  color: rgba(30, 30, 30, 0.7);
  cursor: pointer;
  transition: none;
  font-size: 15px;
  text-align: center;
  margin: 0 !important;
}
.radio-with-Icon p.radioOption-Item label:hover,
.radio-with-Icon p.radioOption-Item label:focus,
.radio-with-Icon p.radioOption-Item label:active {
  opacity: 0.5;
  background-color: #97A5B0;
  color: #FFF;
}
.radio-with-Icon p.radioOption-Item label::after,
.radio-with-Icon p.radioOption-Item label:after,
.radio-with-Icon p.radioOption-Item label::before,
.radio-with-Icon p.radioOption-Item label:before {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}
.radio-with-Icon p.radioOption-Item label i.fal {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 8px;
}
.radio-with-Icon p.radioOption-Item input[type="radio"] {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.radio-with-Icon p.radioOption-Item input[type="radio"]:active ~ label {
  opacity: 1;
}
.radio-with-Icon p.radioOption-Item input[type="radio"]:checked ~ label {
  opacity: 1;
  border-color: #97A5B0;
  background-color: #97A5B0;
  color: #FFF;
}
.radio-with-Icon p.radioOption-Item input[type="radio"]:hover,
.radio-with-Icon p.radioOption-Item input[type="radio"]:focus,
.radio-with-Icon p.radioOption-Item input[type="radio"]:active {
  margin: 0 !important;
}
.radio-with-Icon p.radioOption-Item input[type="radio"] + label:before,
.radio-with-Icon p.radioOption-Item input[type="radio"] + label:after {
  margin: 0 !important;
}

.course-image .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 32px;
    border-radius: 100px;
    text-align: center;
    color: #97A5B0;
    background-color: #F6F7F9;
}

.sidebar-wrap-02 .accordion-item {
    border: none;
}
.sidebar-wrap-02 .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 1rem 0rem;
    border-top: 2px solid #97A5B040;
}
.sidebar-wrap-02 .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.sidebar-wrap-02 .accordion-body {
    padding: 0rem 0rem 1.25rem;
}
.sidebar-wrap-02 .accordion-button:not(.collapsed) {
    color: #312C38;
    background-color: transparent;
    box-shadow: none;
}
.sidebar-wrap-02 .accordion-button:focus {
    box-shadow: none;
}

.book-slide {
    position: relative;
}
.book-slide .swiper-button-next,
.book-slide .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
.book-slide .swiper-button-prev {
    left: 48px;
}
.book-slide .swiper-button-next {
    right: 48px;
}
.book-slide .swiper-button-next.swiper-button-disabled,
.book-slide .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}
.book-slide .swiper-button-next::after,
.book-slide .swiper-button-prev::after {
    color: #97A5B0;
}

.breadcrumb-item a {
    font-weight: 500;
    color: #97A5B0;
}
.breadcrumb-item a:hover {
    opacity: 0.6;
}


@media only screen and (max-width: 767px) {
    #notification-bar .container-fluid {
        padding: 8px 10px;
    }
    #notification-bar p {
        margin: 0;
    }
    input[type="checkbox"] ~ .fa-arrow-down {
        right: 12px;
    }
    .style_notice_bar .fa-times-circle {
        top: 5px;
        right: 15px;
        background-color: #312C38;
    }
    .banner-active .swiper-button-next,
    .banner-active .swiper-button-prev,
    .swiper-button-next,
    .swiper-button-prev {
        opacity: 1;
        visibility: visible;
    }
    .banner-active .swiper-button-next,
    .swiper-button-next {
        right: 15px;
    }
    .banner-active .swiper-button-prev,
    .swiper-button-prev {
        left: 15px;
    }
    .heaer_start ul {
        display: flex;
        overflow-x: scroll;
    }
    .heaer_start ul li p i {
        margin-right: 4px;
    }
    .heaer_start ul li {
        flex: 0 0 auto;
        width: auto;
        margin-right: 10px;
    }
    .header_social {
        display: none;
    }
    .heaer_start {
        padding: 4px 0px 3px;
    }
    .header-toggle {
        margin-left: 15px;
    }
    .header-toggle button {
        position: relative;
        top: 3px;
    }
    .header-inner>* {
        margin-right: 15px;
    }
    .header-logo img {
        height: 55px;
    }
    .header-inner {
        padding-top: 10px;
        justify-content: space-between;
    }
    .header-login-02 .btn-primary {
        padding: 0px 15px;
        background-color: #E73C37;
        color: #ffffff;
    }
    .header-meta {
        padding: 10px 15px;
    }
    .header.sticky .header-inner {
        display: none;
    }
    .brand-active {
        width: 100%;
        margin: 20px auto 0;
    }
    .tab-menu .nav {
        flex-wrap: inherit;
        overflow-x: scroll;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .tab-menu .nav li {
        flex: 0 0 auto;
        width: auto;
        margin: 0px 5px;
        padding: 0px;
    }
    .tab-menu .nav li:first-child {
        margin-left: 0px;
    }
    .tab-menu .nav li button {
        padding: 2px 10px;
    }
    .single-course .courses-image a {
        height: 130px;
    }
    .single-course .courses-content {
        padding: 10px 10px
    }
    .single-course .courses-meta .rating .rating-star {
        line-height: 1.2;
    }
    .single-course .courses-meta .rating .rating-star::before,
    .single-course .courses-meta .rating .rating-star .rating-active::before {
        font-size: 11px;
    }
    .single-course .courses-meta {
        padding: 3px 10px 10px
    }
    .single-course.book {
        margin-bottom: 0px;
        padding: 0;
        border-radius: inherit;
        border: none;
    }
    .single-instructor.style_author .instructor-image .img_block {
        width: 100px;
        height: 100px;
    }
    .single-category .category-content {
        padding: 0 12px 12px
    }
    .single-category .category-content .category-link {
        position: relative;
        width: 28px;
        height: 28px;
        line-height: 28px;
        opacity: 1;
    }
    .single-category .category-content .category-title .title {
        line-height: 1.2;
        margin-bottom: 2px;
    }
    .banner-wrapper.style_ads,
    .banner-wrapper.style_ads .single-banner {
        margin-top: 0px;
    }
    .single-instructor .instructor-image .img_block {
        height: 170px;
    }
    .testimonial-content-05 {
        text-align: start;
        padding: 0px;
    }
    .widget-info p span {
        display: inline;
    }
    .widget-link {
        padding-top: 8px;
    }
    .footer-widget {
        margin-top: 25px;
    }
    .widget-info .social li a {
        font-size: 13px;
    }
    .footer-widget-wrapper {
        padding-top: 10px;
        padding-bottom: 30px
    }
    .section-title .title {
        font-size: 18px
    }
    .login-register-box {
        padding: 15px 15px;
    }
    .single-contact-info {
        display: flex;
        align-items: start;
        text-align: start;
        padding: 0px;
        margin-top: 25px;
    }
    .single-contact-info .info-content {
        padding-top: 0;
        padding-left: 20px;
    }
    .single-form {
        margin-top: 15px;
    }
    .page-banner-section {
        padding: 40px 0px;
    }
    .single-contact-info .info-content .title {
        margin-bottom: 0px;
    }
    .page-pagination {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .single-mini-post {
        margin-top: 12px;
    }
    .sidebar-wrap hr {
        margin-top: 25px;
    }
    .sidebar-widget {
        margin-top: 20px;
    }
    .blog-details-content {
        padding-top: 0;
    }
    .blog-details-pagination .blog-details-post .details-post-content.xs-pe-0 {
        padding-right: 0px;
    }
    .blog-details-pagination .blog-details-post .details-post-content.xs-ps-0 {
        padding-left: 0px;
    }
    .section.pt-50 {
        padding-top: 15px;
    }
    .section.pb-50 {
        padding-bottom: 15px;
    }
    .single-category.gallery_category .category-image a {
        height: 135px;
    }
    .video_gallery h5 {
        line-height: 1.3;
    }
    .video_gallery .video_image .yt_icon img {
        bottom: 5px;
        right: 10px;
    }
    .course-top-action {
        padding: 0 10px;
        background-color: #FFF
    }
    .course-top-bar {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .single-course-list.listing {
        display: flex;
        padding: 15px 15px 13px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 7px;
        border: none;
        border-radius: 0px;
        background-color: #FFF;
    }
    .single-course-list.listing .course-content {
        padding-top: 0px;
        padding-left: 15px;
    }
    .course-image .icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }
    .section.style_listing {
        background-color: #f6f7f9
    }
    .sidebar-wrap-02 .accordion-button,
    .sidebar-wrap-02 .accordion-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-wrap-02.accordion {
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-banner-section.style_detail  {
        padding: 30px 0px;
    }
    .style_details_inner {
        padding-top: 0;
        padding-bottom: 25px;
    }
    .course-details-wrapper .course-learn-list {
        padding: 15px 15px;
        border-radius: inherit;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 15px;
    }
    .sidebar-details-video-description {
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
    }
    .sidebar-details-video-description .sidebar-description .btn {
        margin-top: 0;
    }
    .sidebar-details-video-description .sidebar-description .description-list.course li {
        display: inline-block;
    }
    .course-accordion .accordion-item .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }
    .course-accordion .accordion-item {
        margin-top: 10px;
    }
    .review-rating .rating-box {
        padding: 15px 15px;
        width: 140px;
        margin: 0 auto
    }
    .review-rating .rating-box .count {
        font-size: 40px;
    }
    .review-rating .rating-box .rating-star::before,
    .review-rating .rating-box .rating-star .rating-active::before {
        font-size: 14px;
    }
    .review-rating {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 15px;
    }
    .review-rating .rating-percentage {
        gap: 1px;
    }
    .course-details-wrapper p {
        line-height: 1.35;
    }
    .single-review .review-content .review-top .date {
        font-size: 12px;
    }
}
.author-active {
    position:relative;
}
.video_gallery .video_image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.marqueeStyle {
  display:inline-block;
  /* Apply animation to this element */
  -webkit-animation: scrolling-left1 20s linear infinite;
  animation: scrolling-left1 20s linear infinite;
}
/* scrolling-left is continuous/repeatly text */
@keyframes scrolling-left1 {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@-webkit-keyframes scrolling-left1 {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
.tag {
    border-radius: 0;
    background-color: #E73C3715;
    font-size: 14px;
    font-weight: 600;
    color: #E73C37;
    padding: 0 12px;
    height: 25px;
    line-height: 25px;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.text-justify{
    text-align: justify !important;
}

.news_block .section-title {
    padding: 10px 0px;
    background-color: #e73c37;
}
.news_block {
    position: relative;
    margin-left: 30px;
    overflow: hidden;
    background-color: #FFF;
    border: 2px solid #e73c37;
    box-shadow: rgba(149, 157, 165, 0.25) 0px 0px 14px;
    border-radius: 5px;
    z-index: 2;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.section-title__title.bulletin {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}
.section-title__title mark {
    position: relative;
    z-index: 0;
    padding: 0 0 10px;
    color: inherit;
    background-color: transparent;
    display: inline-block;
}
.section-title__title mark::after {
    content: "";
    position: absolute;
    width: 91px;
    height: 12px;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-45px);
    background-color: #ffc221;
    -webkit-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(../images/headline-curve-02.svg);
    mask-image: url(../images/headline-curve-02.svg);
}
.news_block .news_list {
    padding: 0px 25px;
}
.news-alerts {
    width: 100%;
    height: 335px;
    overflow: hidden;
}
#news-alerts {
    /* height: 100%;
    overflow-y: scroll; */
}
.news-alerts .news-alert-list {
    margin: 0;
    padding: 0;
    position: relative;
}
.news-alerts .news-alert-list li {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 8px;
    margin: 0 0 8px;
    border-bottom: 1px solid #ddd;
}
.news_block .contact_area {
    background-color: #EFEFEF;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 25px 20px;
    border-radius: 5px;
    transition: .2s ease-in-out;
}
.news-alerts .news-alert-list li img {
    position: relative;
    width: auto;
    height: 20px;
    margin-top: -3px;
    margin-left: 5px;
}
.p-3d25 {
    padding: 1.25rem !important;
}
.about_block{
    position: relative;
    margin-left: 30px;
    overflow: hidden;
    z-index: 2;
}
.about_block .contact_area {
    /* background-color: #EFEFEF; */
    /* padding: 7px 10px; */
    font-size: 15px;
    font-weight: 600;
    margin: 0px 25px 20px;
    border-radius: 5px;
    transition: .2s ease-in-out;
}

.about_block .news_list {
    padding: 0px 25px;
}
.about-alerts{
    width: 100%;
    height: 326px;
    overflow: hidden;
}

.category-item.active {
    padding: 5px;
    background-color: #e73c37; 
    color: #fff;
    border-radius: 5px;
  }
  .caregoryfilter{
    padding: 5px;
  }
  .thbutton {
    text-align: center !important;
    width: 5% !important;
}
