:root {
    --color-primary: #384bff;
    --color-white: #fff;
    --color-black: #000000;
    --color-body: #484848;
    --color-grey: #f8f8f8;
    --font-body: "Inter", sans-serif;
    --font-title: "Inter", sans-serif;
    --border-radius-xs: 4px;
    --border-radius-sm: 6px;
    --border-radius-md: 10px;
    --border-radius-lg: 15px;
    --border-radius-xl: 20px;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.625;
    color: var(--color-body);
    font-weight: 400;
}
p {
    font-size: 16px;
    color: var(--color-body);
    line-height: 28px;
    margin-bottom: 15px;
    font-family: var(--font-body);
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-black);
    font-family: var(--font-title);
    line-height: 1.5;
    font-weight: 700;
}
h1 {
    font-size: 48px;
    line-height: 1.23;
}
@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}
h2 {
    font-size: 36px;
    margin-bottom: 15px;
}
h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
h4 {
    font-size: 26px;
    margin-bottom: 15px;
}
h5 {
    font-size: 22px;
    margin-bottom: 15px;
}
h6 {
    font-size: 18px;
    margin-bottom: 15px;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
}
.mb--24 {
    margin-bottom: 24px !important;
}
.mt--24 {
    margin-top: 24px !important;
}
@media (min-width: 1200px) {
    .row.gutters-20 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row.gutters-20 > [class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1200px) {
    .row.gutters-30 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row.gutters-30 > [class^="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    .row.gutters-40 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .row.gutters-40 > [class^="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.gutter-30 > div,
.gutter-30 > li {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.text--primary {
    color: #ff3c48 !important;
}
.bg--primary {
    background-color: #ff3c48 !important;
}
.text--white {
    color: #fff !important;
}
.bg--white {
    background-color: #fff !important;
}
.text--black {
    color: #000 !important;
}
.bg--black {
    background-color: #000 !important;
}
.text--grey {
    color: #f9f9f9 !important;
}
.bg--grey {
    background-color: #f9f9f9 !important;
}
html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}
#main_content {
    position: relative;
    z-index: 10;
    background-color: #fff;
}
li,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    color: var(--color-primary);
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:link,
a:visited {
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: none;
    color: var(--color-primary);
}
img {
    max-width: 100%;
    height: auto;
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-padding__left {
    padding-left: 0 !important;
}
.no-padding__right {
    padding-right: 0 !important;
}
.section-padding {
    padding-block: 130px;
}
@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}
@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
}
.section,
section {
    position: relative;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1295px;
    }
}
.section-heading {
    margin-bottom: 43px;
}
.section-heading .number {
    color: #384bff;
    font-weight: 700;
    font-size: 40px;
    margin-right: 10px;
}
.section-heading .heading-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .section-heading .heading-title {
        font-size: 30px;
        line-height: 35px;
    }
}
.travel-button .travel-btn {
    color: #384bff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 20px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.travel-button .travel-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
#back-to-top {
    font-size: 20px;
    color: #fff;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
#back-to-top:hover {
    background-color: #0b23fb;
    color: #fff;
}
#back-to-top:hover i {
    -webkit-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}
#back-to-top i {
    display: inline-block;
}
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
.feature__wrap__1 {
    padding: 110px 0px 75px 0;
    background-color: #f6f9ff;
}
@media only screen and (max-width: 1199px) {
    .feature__wrap__1 {
        padding: 90px 0 55px;
    }
}
@media only screen and (max-width: 767px) {
    .feature__wrap__1 {
        padding: 60px 0 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .feature__wrap__1 .section-heading {
        width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
}
.feature__wrap__1 .section-heading .heading-title span {
    font-weight: 300;
}
.feature__grid__1 {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1199px) {
    .feature__grid__1 {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 991px) {
    .feature__grid__1 {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 479px) {
    .feature__grid__1 {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.feature__grid__1 .feature__box__1 {
    margin-bottom: 30px;
    cursor: pointer;
}
.feature__grid__1 .feature__box__1 .item-img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature__grid__1 .feature__box__1:hover .item-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.feature__grid__1 .feature__box__1 .text {
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .feature__grid__1 .feature__box__1 .text {
        font-size: 18px;
        line-height: 28px;
    }
}
.responsive-wrap {
    background-color: #fdeded;
    padding-top: 120px;
}
@media screen and (max-width: 1199px) {
    .responsive-wrap {
        padding-top: 100px;
    }
}
@media screen and (max-width: 767px) {
    .responsive-wrap {
        padding-top: 70px;
    }
}
.responsive-img-list ul li {
    position: absolute;
}
.responsive-img-list ul li img {
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.responsive-img-list ul li:first-child {
    bottom: 0;
    right: 16%;
}
@media only screen and (min-width: 2000px) {
    .responsive-img-list ul li:first-child {
        right: 27%;
    }
}
.responsive-img-list ul li:nth-child(2) {
    bottom: 0;
    left: 22%;
}
@media only screen and (min-width: 2000px) {
    .responsive-img-list ul li:nth-child(2) {
        left: 32%;
    }
}
.review-wrap .item-img img {
    border-radius: 10px;
}
.inner-layout-wrap {
    background-color: #e1e9f8;
    padding: 110px 0 65px;
}
.inner-layout-wrap .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
    .inner-layout-wrap .title {
        font-size: 26px;
    }
}
@media screen and (max-width: 479px) {
    .inner-layout-wrap .title {
        font-size: 22px;
    }
}
.inner-layout-wrap .title span {
    color: #384bff;
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    .inner-layout-wrap {
        padding: 90px 0 45px;
    }
}
@media screen and (max-width: 767px) {
    .inner-layout-wrap {
        padding: 60px 0 15px;
    }
}
.inner-box .item-img {
    margin-bottom: 60px;
}
.inner-box .item-img img {
    border-radius: 10px;
}
.inner-slider {
    margin-bottom: 30px;
}
.inner-slider .swiper-pagination {
    bottom: 0;
}
.inner-slider .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #928f8f;
    opacity: 1;
}
.inner-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #384bff;
    height: 15px;
    width: 15px;
}
.inner-wrap {
    background-color: #ececef;
}
.preview__wrap__1 {
    padding: 130px 0px 95px;
}
@media only screen and (max-width: 1199px) {
    .preview__wrap__1 {
        padding: 100px 0px 65px;
    }
}
@media only screen and (max-width: 767px) {
    .preview__wrap__1 {
        padding: 70px 0px 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .preview__wrap__1 .section-heading {
        width: 809px;
        margin-right: auto;
        margin-left: auto;
    }
}
.preview__wrap__1 .section-heading .heading-title {
    font-weight: 600;
}
.preview__box__1 {
    position: relative;
    margin-bottom: 28px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}
.preview__box__1:hover .item-img {
    background-position: bottom;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.preview__box__1 .item-img {
    position: relative;
    z-index: 1;
    background-position: top;
    background-size: 100%;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
    overflow: hidden;
    height: 600px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 5px;
}
.preview__box__1 .item-img a {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
}
.preview__box__1 .item-img a img {
    border-radius: 5px;
}
.preview__box__1 .text {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.preview__box__1 .text a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    display: block;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    padding: 18px 0;
    overflow: hidden;
}
.preview__box__1 .text a .shape {
    top: 0;
    right: 0;
    height: 100%;
}
.preview__box__1 .text a .shape img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.preview__box__1 .text a:hover {
    color: #fff;
    background-color: #384bff;
    border-radius: 0 0 5px 5px;
}
.comming-soon-box {
    cursor: not-allowed;
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.hero-wrap {
    position: relative;
    padding: 250px 0 320px;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .hero-wrap {
        padding: 250px 0 115px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-wrap {
        padding: 100px 0 80px;
    }
}
.hero-wrap:before {
    content: "";
    height: calc(100% + 20px);
    width: 100%;
    background-image: url(../../media/bg/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
}
.hero-wrap .imgae-box {
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .hero-wrap .imgae-box {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .image-box-left {
        display: none;
    }
}
.image-box-left ul li {
    position: absolute;
}
.image-box-left ul li:first-child {
    top: 20%;
    left: 77px;
}
@media only screen and (max-width: 1800px) {
    .image-box-left ul li:first-child {
        left: 0;
    }
}
.image-box-left ul li:nth-child(2) {
    top: 45%;
    left: 160px;
}
@media only screen and (max-width: 1800px) {
    .image-box-left ul li:nth-child(2) {
        left: 70px;
    }
}
@media only screen and (max-width: 1440px) {
    .image-box-left ul li:nth-child(2) {
        left: 0;
    }
}
.image-box-left ul li:nth-child(3) {
    top: 70%;
    left: 277px;
}
@media only screen and (max-width: 1800px) {
    .image-box-left ul li:nth-child(3) {
        left: 170px;
    }
}
@media only screen and (max-width: 1440px) {
    .image-box-left ul li:nth-child(3) {
        left: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .image-box-right {
        display: none;
    }
}
.image-box-right ul li {
    position: absolute;
}
.image-box-right ul li:first-child {
    top: 20%;
    right: 77px;
}
@media only screen and (max-width: 1800px) {
    .image-box-right ul li:first-child {
        right: 0;
    }
}
.image-box-right ul li:nth-child(2) {
    top: 45%;
    right: 160px;
}
@media only screen and (max-width: 1800px) {
    .image-box-right ul li:nth-child(2) {
        right: 70px;
    }
}
@media only screen and (max-width: 1440px) {
    .image-box-right ul li:nth-child(2) {
        right: 0;
    }
}
.image-box-right ul li:nth-child(3) {
    top: 70%;
    right: 277px;
}
@media only screen and (max-width: 1800px) {
    .image-box-right ul li:nth-child(3) {
        right: 170px;
    }
}
@media only screen and (max-width: 1440px) {
    .image-box-right ul li:nth-child(3) {
        right: 0;
    }
}
.hero-layout {
    position: relative;
    z-index: 1;
}
.hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 1200px) {
    .hero-content {
        width: 867px;
        margin-right: auto;
        margin-left: auto;
    }
}
.hero-content .title {
    font-weight: 600;
    font-size: 60px;
    text-align: center;
    text-transform: capitalize;
    line-height: 80px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .hero-content .title {
        font-size: 46px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 479px) {
    .hero-content .title {
        font-size: 36px;
        line-height: 50px;
    }
}
.hero-content .icon-img {
    margin-bottom: 30px;
}
.footer-style-1 {
    position: relative;
    padding: 80px 0;
    z-index: 1;
}
.footer-style-1:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../../media/bg/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1199px) {
    .footer-style-1 {
        padding: 100px 0px;
    }
}
@media only screen and (max-width: 479px) {
    .footer-style-1 {
        padding: 70px 0px;
    }
}
.footer-top-1 {
    position: relative;
    z-index: 3;
}
.footer-top-1 .footer-title {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    color: var(--color-white);
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}
.footer-top-1 .footer-title span {
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    .footer-top-1 .footer-title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer-top-1 .footer-title {
        font-size: 36px;
        width: 100%;
        line-height: 42px;
    }
}
.rt-header {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #5d6aeb;
    padding: 10px 0 2px;
}
.rt-header.sticky-on.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #384bff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0;
}
@media only screen and (min-width: 1200px) {
    .navbar-wrap {
        margin-left: 100px;
        margin-right: 100px;
    }
}
.header-action-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.rt-main-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rt-main-menu .menu .menu-item {
    position: relative;
}
.rt-main-menu .menu .menu-item > a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: var(--font-title);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.rt-main-menu .menu .menu-item > a i {
    position: relative;
    top: 1px;
    margin-left: 2px;
}
.rt-main-menu .menu .menu-item > a:first-child:before {
    left: 1px;
}
.rt-main-menu .menu .menu-item > a:before {
    content: "";
    top: 77%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 21px;
    background-color: #fff;
    border-radius: 45px;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.rt-main-menu .menu .menu-item > a:hover:before {
    left: 0;
    width: 100%;
}
.rt-main-menu.style-1 .menu .menu-item a {
    color: var(--color-black);
}
.fixed-header-style-1 .rt-main-menu .menu .menu-item a {
    padding: 30px 0;
}
.rt-header.style-4 .rt-main-menu .menu .menu-item a {
    padding: 25px 0;
}
.rt-main-menu .menu .menu-item:hover.menu-item-has-children:after {
    border-color: var(--color-secondary);
}
.rt-main-menu .menu .menu-item.menu-item-has-children.second-lavel:after {
    display: none;
}
.rt-main-menu .menu .menu-item.menu-item-has-children a .nav-label {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-left: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    max-width: 220px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
    border-top: none;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 20px;
    padding-bottom: 18px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
    padding: 0 25px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
    margin-bottom: 0;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-title {
    font-size: 1.0625rem;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a {
    font-size: 15px;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    font-family: var(--font-title);
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--color-primary);
    width: 7px;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a .nav-label {
    color: #000;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a:hover {
    color: var(--color-primary);
    padding-left: 17px;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a:hover:before {
    background-color: var(--color-secondary);
    left: 0;
}
.rt-main-menu .menu .menu-item.menu-item-has-children .sub-menu a:hover .nav-label {
    color: var(--color-primary);
}
.rt-main-menu .menu .menu-item.menu-item-has-children.second-lavel > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.rt-main-menu .menu .menu-item.menu-item-has-children.second-lavel > .sub-menu {
    left: calc(100% + 1px);
    top: 0;
}
.rt-main-menu .menu .menu-item:last-child.menu-item-has-children .sub-menu > .menu-item.menu-item-has-children .sub-menu {
    left: -100%;
}
.rt-main-menu .menu .menu-item:hover > a {
    color: var(--color-primary);
}
.rt-main-menu .menu .menu-item:hover > a .nav-label {
    color: var(--color-primary);
}
.rt-main-menu .menu .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.rt-main-menu .menu > .menu-item {
    margin-right: 70px;
}
@media only screen and (max-width: 1440px) {
    .rt-main-menu .menu > .menu-item {
        margin-right: 40px;
    }
}
.rt-main-menu .menu > .menu-item.active > a {
    color: var(--color-primary);
}
.rt-main-menu .menu > .menu-item.active > a > .nav-label {
    color: var(--color-primary);
}
.rt-main-menu .menu > .menu-item > a {
    padding: 35.5px 0;
}
.rt-main-menu .menu > .menu-item:last-child {
    margin-right: 0;
}
.rt-main-menu.style-2 .menu .menu-item > a {
    color: #fff;
}
.rt-main-menu.style-2 .menu .menu-item > a .hover-eff:after {
    background-color: var(--color-primary);
}
.rt-main-menu.style-2 .menu .menu-item > a .nav-label {
    color: #fff;
}
.rt-main-menu.style-2 .menu .menu-item:hover > a .nav-label {
    color: #fff;
}
.offscreen-navigation .menu {
    font-family: var(--font-title);
}
.offscreen-navigation .menu > li {
    border-bottom: 1px solid #e9e9e9;
}
.offscreen-navigation .menu > li:last-child {
    border-bottom: 0;
}
.offscreen-navigation .menu > li > a {
    background-color: #f3f3f3;
    font-size: 16px;
    padding: 12px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.offcanvas-content-style-2 .offscreen-navigation .menu > li > a {
    background-color: transparent;
    padding: 12px 0;
}
.offscreen-navigation .menu > li > a:hover {
    background-color: #f8f8f8;
}
.offscreen-navigation .menu > li > a.opened {
    background-color: #f8f8f8;
}
.offscreen-navigation .sub-menu {
    display: none;
    background-color: #ffffff;
}
.offscreen-navigation .sub-menu li.menu-item-has-children > a:after,
.offscreen-navigation .sub-menu li.menu-item-has-children > a:before {
    right: 40px;
}
.offscreen-navigation .sub-menu li a {
    border-top: 1px solid #f1f1f1;
    padding: 7px 40px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
    padding-left: 30px;
}
.offscreen-navigation .sub-menu li a:hover {
    background-color: rgba(15, 91, 245, 0.05);
}
.offscreen-navigation .sub-menu li .sub-menu li a {
    padding: 7px 50px;
}
.offscreen-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offscreen-navigation ul li > a {
    display: block;
    position: relative;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li > a:hover {
    color: var(--color-primary);
}
.offscreen-navigation ul li.menu-item-has-children > a:after {
    color: #999999;
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 20px;
    position: absolute;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li.menu-item-has-children > a:before {
    color: #999999;
    content: "\f068";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 20px;
    position: absolute;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:after {
    opacity: 0;
    visibility: hidden;
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:before {
    opacity: 1;
    visibility: visible;
}
.rt-slide-nav {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    display: none;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    top: 100%;
    z-index: 99;
}
.rt-mobile-menu {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(81, 81, 81, 0.15);
    z-index: 999;
    background: #403c3c;
}
@media (min-width: 992px) {
    .rt-mobile-menu {
        display: none;
    }
}
.rt-mobile-menn-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body .sidebarBtn {
    display: block;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
    background: var(--color-white);
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
    width: 25px;
    margin-left: 5px;
}
body .sidebarBtn .bar:last-child {
    margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
    opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:first-child {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
}
.elementor-wrap {
    padding: 120px 0;
    background: linear-gradient(243.5deg, #3f2974 8.72%, #e3235e 96.87%);
}
@media only screen and (max-width: 1199px) {
    .elementor-wrap {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 767px) {
    .elementor-wrap {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 991px) {
    .elementor-text-box {
        margin-bottom: 30px;
    }
}
.elementor-text-box .subtitle {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.elementor-text-box .title {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .elementor-text-box .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.elementor-text-box p {
    color: #fff;
    margin-bottom: 35px;
}
.elementor-text-box .el-list li {
    color: #fff;
    margin-bottom: 15px;
}
.elementor-text-box .el-list li svg {
    color: #fff;
    margin-right: 10px;
}
.elementor-text-box .el-list.style-2 {
    margin-left: 77px;
}
@media only screen and (max-width: 575px) {
    .elementor-text-box .el-list.style-2 {
        margin-left: 0;
    }
}
.marquee {
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
.marquee-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.marquee-slider .item-box {
    margin-left: 30px;
}
.marquee-slider .item-box .item-img {
    border-radius: 10px;
    margin-bottom: 30px;
}
.marquee-slider .item-box .item-img img {
    border-radius: 10px;
}
/*# sourceMappingURL=style.css.map */
.addon-image{
    margin-bottom:20px;
}
.addon-image img{
    box-shadow: 0 0 30px rgba(0,0,0,0.08);
    margin-bottom: 15px;
}
.addon-image h4{
    font-size: 22px;
    line-height: 24px;
}
.woocommerce-wrap{
    background-color: #9B5D8F;
    padding: 100px 0 0;
}
.woocommerce-wrap .container-fluid{
    max-width: 1520px;
}
.woocommerce-text-box{
    max-width: 580px;
    padding-left: 50px;
}
.woocommerce-text-box h2,
.woocommerce-text-box p{
    color: #fff;
}