body {
    /* background-image: url(../img/bg.jpg); */
    background-color: #160000;
    background-position: top center;
    /* background-repeat: no-repeat; */
    color: rgb(255, 255, 255);
    font-size: 16px;
    height: auto;
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden !important;
}

strong {
    color: #fcb42f;
}

p {
    color: #d7d7d7;
    line-height: 1.5;
}

.text-red {
    color: #FF0041;
}

.text-white {
    color: #fff;
}

.text-purple {
    color: #ff00ff;
    font-weight: 500;
    font-size: 22px;
}

@charset "UTF-8";
input,
button,
a,
li,
ul {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.wrapper {
    min-width: 320px;
    max-width: 1278px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative
}

input:focus {
    outline: 0;
}

div:focus {
    outline: 0;
}

input {
    outline: 0;
}

div {
    outline: 0;
}

@media only screen and (max-width:1279px) {
    .hidden-lg {
        display: none!important
    }
    .wrapper {
        max-width: 960px
    }
}

@media only screen and (max-width:991px) {
    .wrapper {
        max-width: 720px
    }
}

@media only screen and (max-width:767px) {
    .wrapper {
        max-width: 540px;
        padding: 0 20px
    }
}

@media only screen and (min-width:1280px) {
    .visible-lg {
        display: none!important
    }
}

a,
body,
div,
form,
header,
html,
img,
li,
nav,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

header,
nav {
    display: block
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 62.5%
}

input {
    color: #333;
    font-family: Open Sans, sans-serif;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: #2a2a2a;
    font-weight: 600
}

::-moz-placeholder {
    color: #2a2a2a;
    font-weight: 600
}

:-ms-input-placeholder {
    color: #2a2a2a;
    font-weight: 600
}

:-moz-placeholder {
    color: #2a2a2a;
    font-weight: 600
}

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

form {
    margin: 0;
    padding: 0
}

a:hover {
    color: #fff;
}

a,
button {
    color: #ffc107;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

p {
    font-size: 16px;
}

a,
button,
div {
    outline: none!important
}

button,
input[type=submit] {
    -webkit-appearance: none;
    outline: none;
    padding: 0
}

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

li,
ul {
    list-style-type: none
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.mobile-nav {
    display: none;
    width: 100%;
    background-image: url(../img/bg.jpg);
    background-color: rgb(14, 0, 0);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 18px 0 22px;
    position: relative
}

.mobile-nav__close {
    display: block;
    position: absolute;
    width: 60px;
    height: 54px;
    top: 0;
    right: 0;
    border: none;
    background: transparent url(../img/icon-close-white.svg) no-repeat 50%/20px 20px
}

.mobile-nav__close:hover {
    opacity: .5
}

.mobile-nav__buttons {
    padding: 0 20px
}

.mobile-nav__buttons .header-buttons {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 0 0 5px 35px;
    margin: 0
}

.mobile-nav__buttons .header-buttons__item {
    margin: 0 0 14px;
    color: #fff
}

.mobile-nav__list {
    padding: 5px 0;
    position: relative
}

.mobile-nav__list:after,
.mobile-nav__list:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    left: 20px;
    background-color: rgba(65, 19, 32, .2)
}

.mobile-nav__list:before {
    top: 0
}

.mobile-nav__list:after {
    bottom: 0
}

.mobile-nav__list a {
    display: block;
    padding: 8px 55px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}

.mobile-nav__list a:hover {
    background-color: #f8f0ed;
    color: #411320
}

.mobile-nav__functionals {
    margin-top: 0;
    padding: 0 0 0 55px
}

.mobile-nav__functionals .header-functionals {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile-nav__functionals .header-functionals__item {
    margin-top: 10px
}

.mobile-nav__functionals .header-functionals__list {
    left: 0
}

@media (max-width:767px) {
    .mobile-nav__buttons .header-buttons {
        padding-left: 0
    }
    .mobile-nav__list a {
        padding-left: 20px;
        padding-right: 20px
    }
    .mobile-nav__functionals {
        padding-left: 20px
    }
}

.header {
    width: 100%;
    /* min-width: 320px; */
    text-align: left;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-order: 1
}

.header-top {
    background-color: #000;
    color: #fff
}

.header-top a {
    color: #fff
}

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

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

.header-functionals__item {
    margin: 0 10px;
    position: relative
}

.header-functionals__trigger {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600
}

.header-functionals__trigger:hover {
    text-decoration: underline
}

.header-functionals__list {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: -13px;
    z-index: 9;
    -webkit-box-shadow: 0 0 14.94px 3.06px rgba(39, 39, 39, .53);
    box-shadow: 0 0 14.94px 3.06px rgba(39, 39, 39, .53)
}

.header-functionals__list a {
    display: block;
    background-color: #fff;
    padding: 0 12px;
    min-width: 72px;
    color: #2a2a2a;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.9rem
}

.header-functionals__list a:hover {
    background-color: #672942;
    color: #fff;
    font-weight: 600
}

.header-buttons {
    margin: 0 -11px
}

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

.header-buttons__item {
    margin: 0 11px;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600
}

.header-buttons__item:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain
}
/* .header-buttons__item--contact:before {
   background-image: url(../img/icon-contact.svg)
}

.header-buttons__item--account:before {
   background-image: url(../img/icon-account.svg)
}

.header-buttons__item--login:before {
   background-image: url(../img/icon-login.svg)
} */

.header-buttons__item:hover {
    text-decoration: underline
}

.header-bottom {
    /* background-image: url(../img/bg.jpg); */
    background-color: rgb(14, 0, 0);
    background-position: top center;
    background-repeat: no-repeat;
}

.header-bottom__container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -24px
}

.header-logo {
    -ms-flex: 0 0 235px;
    -webkit-box-flex: 0;
    flex: 0 0 235px;
    margin: 0 24px
}

.header-logo a,
.header-logo img {
    display: block;
    width: 100%
}

.header-nav {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin: 0 0 0 48px;
}

.header-nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.header-nav__list a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    padding: 22px 16px;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.header-nav__list a:before {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f0ed;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: -1
}

.header-nav__list a:hover {
    color: #411320
}

.header-nav__list a:hover:before {
    top: 0
}

.header-search {
    -ms-flex: 0 0 258px;
    -webkit-box-flex: 0;
    flex: 0 0 258px;
    margin: 0 24px;
    position: relative
}

.header-search__field {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 36px 0 16px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    color: #2a2a2a;
    font-weight: 600
}

.header-search__submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    border: none;
    font-size: 0;
    background-color: transparent;
    background-image: url(../img/icon-search.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 23px 23px
}

.header-mobile {
    background-image: url(../img/bg.jpg);
    background-color: rgb(14, 0, 0);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative
}

.header-mobile__top {
    background-image: url(../img/bg.jpg);
    background-color: rgb(14, 0, 0);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 17px 0 15px
}

.header-mobile__bottom {
    display: none;
    background-color: #672942;
    padding: 7px 0 8px
}

.search-btn {
    color: #fff;
}

.header-mobile__bottom .header-search {
    margin: 0
}

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

.header-mobile__logo {
    display: block;
    -ms-flex: 0 0 188px;
    -webkit-box-flex: 0;
    flex: 0 0 188px;
    width: 188px
}

.header-mobile__logo a {
    display: block
}

.header-mobile__logo img {
    display: block;
    width: 100%
}

.header-mobile__nav-trigger {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 27px;
    height: 16px;
    border: none;
    background-color: transparent;
    background-image: url(../img/icon-nav-btn.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 27px 16px
}

.header-mobile__nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.main-wrapper {
    padding: 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

.row-7 {
    margin-left: -7px;
    margin-right: -7px;
}

.row-7 [class^="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

@media screen and (min-width:992px) {
    .top-menu ul ul li a:brfore {
        display: none;
    }
}

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

.banner_area {
    position: relative;
    z-index: 1;
}

.banner_area .container {
    position: relative;
    z-index: 1;
}

.home-slider {
    position: relative;
}

.home-slideshow {
    width: 100%;
    z-index: 8;
}

.home-slideshow .slide {
    width: 100%;
    position: relative;
    min-height: 620px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.banner_area.innerbanner .slide {
    min-height: 350px;
}

.home-slideshow .slide:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(39, 122, 215, 0) 100%);
}

.home-slideshow .slide:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1;
    top: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(39, 122, 215, 0) 100%);
}

.home-slideshow .slide .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    width: 100%;
    text-align: left;
    z-index: 99;
}

.home-slideshow .slide .con {
    max-width: 100%;
    margin: 0;
    max-width: 100%;
    position: absolute;
    text-align: center;
}

.home-slideshow .slide .con h1 {
    font-size: 42px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 15px;
}

.home-slideshow .slide .con {
    z-index: 5;
    position: relative;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.home-slideshow .slide.cycle-slide-active .con {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out
}

.home-slideshow .slide.cycle-slide-active .con>* {
    -webkit-animation: fade-down 1.5s ease both;
    animation: fade-down 1.5s ease both
}

@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fade-down {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.btnbox {
    margin-top: 70px;
}

.btnbox a {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    transition: all .35s;
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    overflow: hidden;
}

.btnbox a span {
    position: relative;
    z-index: 2;
}

.btnbox a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffba0f;
    transition: all .35s;
    border-radius: 30px;
}

.btnbox a:hover {
    color: #000;
}

.btnbox a:hover:after {
    width: 100%;
}

.contact_us_area {
    padding: 50px 0px;
    /* background-image: url(../img/bg.jpg); */
    background-color: rgb(14, 0, 0);
    background-position: top center;
    background-repeat: no-repeat;
}

.contact_us_area .contact_us {}

.contact_us_area .contact_us h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
}

.contact_us_area .contact_us h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #ffba0e;
}

.contact_us_area .contact_us h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #fff;
}

.contact_us_area .contact_us p {
    color: #b0b0b0;
    margin-bottom: 30px;
}

.contact_us_area .contact_us .box {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}

.contact_us_area .contact_us .box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
}

.contact_us_area .contact_us .box h4 {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
}

.contact_us_area .contact_us .box p {
    margin: 0 0 0;
    font-size: 13px;
}

.contact_us_area .contact_us .form-control {
    background: #282828;
    color: #fff;
    border-color: #535353;
    transition: 0.5s;
    border-width: 1px;
    font-size: 14px;
}

.contact_us_area .contact_us .form-control:focus {
    border-color: #ffba0e;
    box-shadow: none;
    background: #fff;
    color: #000;
}

.contact_us_area .contact_us textarea.form-control {
    height: 150px;
}

.contact_us_area .contact_us .btnbox {
    margin-top: 0px;
}

aside {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.contacts{
    overflow-x: hidden !important;
}

::-moz-selection {
    color: #fff;
    background: #c4aa77
}

::selection {
    color: #fff;
    background: #c4aa77
}

.sep {
    background: none repeat scroll 0 0 #ff0000;
    height: 1px;
    margin: 15px auto
}

.sep span {
    background: none repeat scroll 0 0 #5b5b5b;
    display: block;
    height: 1px;
    width: 50px
}

.sep-left {
    width: 100%
}

.sep-left span {
    margin: 0
}

.footer-top {
    background: #ffc107;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#101010', GradientType=0);
    border-bottom: 1px solid #222;
    color: #000000;
    font-size: 13px;
    padding: 20px 0 10px;
    min-height: 50px;
    display: flex;
}

.footer-top a {
    color: #000;
    font-weight: bold;
}

.footer-top aside {
    margin: 0 0 30px
}

.footer-top .footer-nav {
    margin: 0;
    padding: 0
}

.pages li {
    float: left;
    width: 50%;
    margin: 5px;
}

.footer-top .contacts {
    /* background: url(//chicbabes.com/wp-content/themes/chicbabes/css/../img/world-map.png) no-repeat center 65% */
}

.footer-top table.contacts {
    width: 100%
}

.footer-top table.contacts td {
    padding: 4px 0;
    /* width: 110px; */
    font-weight: bold;
}

.footer-top h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700 !important;
    color: #f00;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer-top .fa {
    padding: 0 6px 0 0
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px
    }
}

.clear20 {
    clear: both;
    height: 20px
}

.grid-20,
.grid-30,
.mobile-grid-100 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    *padding-left: 0;
    *padding-right: 0;
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px
    }
}

@media screen {
    .grid-20,
    .grid-30,
    .mobile-grid-100,
    .tablet-grid-50 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .mobile-grid-100:after,
    .mobile-grid-100:before {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0
    }
    .mobile-grid-100:after {
        clear: both
    }
    .mobile-grid-100 {
        clear: both;
        width: 100%
    }
}

@media screen and (min-width: 768px)and (max-width:1024px) {
    .tablet-grid-50 {
        float: left;
        width: 50%
    }
}

@media screen and (min-width: 1025px) {
    .grid-20,
    .grid-30 {
        float: left
    }
    .grid-20 {
        width: 20%
    }
    .grid-30 {
        width: 30%
    }
}
/*! elementor - v3.0.14 - 25-11-2020 */

.dialog-close-button:not(:hover) {
    opacity: .4
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.elementor {
    overflow: hidden;
}

.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.elementor .elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }
    .elementor-tablet-align-center .elementor-button {
        width: auto
    }
}

:root {
    --page-title-display: block
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-column {
    min-height: 1px
}

.elementor-column,
.elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {
    .elementor-column.elementor-col-50 {
        width: 50%
    }
    .elementor-column.elementor-col-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .elementor-column {
        width: 100%
    }
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fa-star:before {
    content: "\f005";
}

@media (min-width:768px) {
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}
/* Default add-on styles. Please note that these might get overwritten by compiler */
/* flex section */

.ob-is-breaking-bad.elementor-top-section>.elementor-container>.elementor-row,
.ob-is-breaking-bad.elementor-inner-section>.elementor-container>.elementor-row,
.ob-is-breaking-bad.elementor-top-section>.elementor-container,
.ob-is-breaking-bad.elementor-inner-section>.elementor-container {
    flex-wrap: wrap;
}

.ob-is-breaking-bad .elementor-background-overlay {
    pointer-events: none;
}
/* GLIDER */
/* TELEPORTER */
/* BUTTER BUTTON*/
/* COMMENTZ */
/* image-box wrapper */
/* Hovernimator */
/* Sticky Inner Section - Stay in Column */
/* Kontrolz */
/* icons line height fix */
/* wooc */
/* baseline grid */

.elementor-114 .elementor-element.elementor-element-2761048e>.elementor-container {
    max-width: 1400px;
    min-height: 64vh;
}

.elementor-114 .elementor-element.elementor-element-2761048e>.elementor-container:after {
    content: "";
    min-height: inherit;
}

.elementor-114 .elementor-element.elementor-element-2761048e>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-114 .elementor-element.elementor-element-2761048e.ob-is-breaking-bad .elementor-container>.elementor-row,
.elementor-114 .elementor-element.elementor-element-2761048e.ob-is-breaking-bad .elementor-container {
    justify-content: flex-start !important;
    flex-direction: row;
}

.elementor-114 .elementor-element.elementor-element-2761048e:not(.elementor-motion-effects-element-type-background) {
    /* background-image: url("https://mega-girls.eu/wp-content/uploads/2020/09/woman-with-pink-lipstick-and-matching-nailpolish-girls.jpg"); */
    /* background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; */
    background: #000;
}

.elementor-114 .elementor-element.elementor-element-2761048e>.elementor-background-overlay {
    background-color: var( --e-global-color-primary);
    opacity: 0.96;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-114 .elementor-element.elementor-element-2761048e {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 90px 0px;
}

.elementor-114 .elementor-element.elementor-element-3a6dc1d9>.elementor-element-populated {
    border-radius: 20px 20px 20px 20px;
}

.elementor-114 .elementor-element.elementor-element-4e4eb2ee.ob-is-breaking-bad .elementor-container>.elementor-row,
.elementor-114 .elementor-element.elementor-element-4e4eb2ee.ob-is-breaking-bad .elementor-container {
    justify-content: flex-start !important;
    flex-direction: row;
}

.elementor-114 .elementor-element.elementor-element-4e4eb2ee:not(.elementor-motion-effects-element-type-background) {
    background-color: var( --e-global-color-primary);
    background-image: url("https://mega-girls.eu/wp-content/uploads/2020/09/dot.png");
}

.elementor-114 .elementor-element.elementor-element-4e4eb2ee {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-114 .elementor-element.elementor-element-53825d24 .elementor-image img {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-114 .elementor-element.elementor-element-53825d24>.elementor-widget-container {
    margin: 30px -30px -30px 30px;
}

.elementor-114 .elementor-element.elementor-element-1c7c865f>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 80px 50px 80px 80px;
}

.elementor-114 .elementor-element.elementor-element-9315d67>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-114 .elementor-element.elementor-element-9315d67.ob-is-breaking-bad .elementor-container>.elementor-row,
.elementor-114 .elementor-element.elementor-element-9315d67.ob-is-breaking-bad .elementor-container {
    justify-content: flex-start !important;
    flex-direction: row;
}

.elementor-114 .elementor-element.elementor-element-da7bce5 .elementor-text-editor {
    text-align: left;
}

.elementor-114 .elementor-element.elementor-element-da7bce5 {
    color: var( --e-global-color-secondary);
    font-family: var( --e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight);
}

.elementor-114 .elementor-element.elementor-element-3302c130 {
    text-align: left;
}

/* .elementor-114 .elementor-element.elementor-element-3302c130 .elementor-heading-title {
    color: var( --e-global-color-secondary);
    font-family: "Kanit", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
} */

.elementor-114 .elementor-element.elementor-element-3302c130>.elementor-widget-container {
    margin: -12px 0px 0px 0px;
}

.elementor-114 .elementor-element.elementor-element-54f83aee .elementor-spacer-inner {
    height: 20px;
}

.elementor-114 .elementor-element.elementor-element-737ff955 .elementor-text-editor {
    text-align: left;
}

.elementor-114 .elementor-element.elementor-element-737ff955 {
    color: #ffffff;
    font-size: 1em;
    line-height: 1.7em;
}

.elementor-114 .elementor-element.elementor-element-29c51da9 .elementor-button {
    font-size: 1em;
    font-weight: 600;
    fill: var( --e-global-color-secondary);
    color: var( --e-global-color-secondary);
    background-color: rgba(255, 171, 0, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-secondary);
    border-radius: 0px 0px 0px 0px;
}

.elementor-114 .elementor-element.elementor-element-29c51da9 .elementor-button:hover,
.elementor-114 .elementor-element.elementor-element-29c51da9 .elementor-button:focus {
    color: var( --e-global-color-primary);
    background-color: #ffffff;
    border-color: #ffffff;
}

.elementor-114 .elementor-element.elementor-element-5e02813>.elementor-container {
    min-height: 184px;
}

.elementor-114 .elementor-element.elementor-element-5e02813>.elementor-container:after {
    content: "";
    min-height: inherit;
}

.elementor-114 .elementor-element.elementor-element-5e02813.ob-is-breaking-bad .elementor-container>.elementor-row,
.elementor-114 .elementor-element.elementor-element-5e02813.ob-is-breaking-bad .elementor-container {
    justify-content: flex-start !important;
    flex-direction: row;
}

.elementor-114 .elementor-element.elementor-element-5e02813 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 0px 0px 0px;
}

.elementor-114 .elementor-element.elementor-element-6d1fea5 .elementor-text-editor {
    text-align: center;
}

.elementor-114 .elementor-element.elementor-element-6d1fea5 {
    color: var( --e-global-color-text);
    font-family: var( --e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight);
}

.elementor-114 .elementor-element.elementor-element-7c4d6e1 {
    text-align: center;
}

.elementor-114 .elementor-element.elementor-element-7c4d6e1 .elementor-heading-title {
    color: var( --e-global-color-primary);
    font-family: "Open Sans", Sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.elementor-114 .elementor-element.elementor-element-74bc31c2>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-114 .elementor-element.elementor-element-74bc31c2.ob-is-breaking-bad .elementor-container>.elementor-row,
.elementor-114 .elementor-element.elementor-element-74bc31c2.ob-is-breaking-bad .elementor-container {
    justify-content: flex-start !important;
    flex-direction: row;
}

.elementor-114 .elementor-element.elementor-element-74bc31c2>.elementor-shape-bottom .elementor-shape-fill {
    fill: var( --e-global-color-primary);
}

.elementor-114 .elementor-element.elementor-element-74bc31c2 {
    padding: 0px 0px 100px 0px;
}

.elementor-114 .elementor-element.elementor-element-7bc6914b>.elementor-element-populated {
    padding: 25px 25px 25px 25px;
}

.elementor-114 .elementor-element.elementor-element-2e45ff03.elementor-view-default .elementor-icon {
    fill: var( --e-global-color-text);
    color: #000;
    border-color: var( --e-global-color-text);
}

.elementor-114 .elementor-element.elementor-element-2e45ff03.elementor-view-default .elementor-icon:hover {
    fill: var( --e-global-color-primary);
    color: var( --e-global-color-primary);
    border-color: var( --e-global-color-primary);
}

.elementor-114 .elementor-element.elementor-element-2e45ff03.elementor-position-left .elementor-icon-box-icon {
    margin-right: 18px;
}

.elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon {
    font-size: 40px;
}

.elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon i {
    transform: rotate(0deg);
}

.elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon-box-wrapper {
    text-align: left;
}

.elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon-box-title {
    margin-bottom: 5px;
}

.elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon-box-content .elementor-icon-box-title {
    color: #ff0000;
}

.elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon-box-content .elementor-icon-box-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon-box-content .elementor-icon-box-description {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
}

.elementor-114 .elementor-element.elementor-element-305c6799.elementor-view-default .elementor-icon:hover {
    fill: var( --e-global-color-primary);
    color: var( --e-global-color-primary);
    border-color: var( --e-global-color-primary);
}

.elementor-114 .elementor-element.elementor-element-305c6799.elementor-position-left .elementor-icon-box-icon {
    margin-right: 18px;
}

.elementor-114 .elementor-element.elementor-element-305c6799 .elementor-icon {
    font-size: 40px;
}

.elementor-114 .elementor-element.elementor-element-305c6799 .elementor-icon i {
    transform: rotate(0deg);
}

.elementor-114 .elementor-element.elementor-element-305c6799 .elementor-icon-box-wrapper {
    text-align: left;
}

.elementor-114 .elementor-element.elementor-element-305c6799 .elementor-icon-box-title {
    margin-bottom: 5px;
}

.elementor-114 .elementor-element.elementor-element-305c6799 .elementor-icon-box-content .elementor-icon-box-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.elementor-114 .elementor-element.elementor-element-305c6799 .elementor-icon-box-content .elementor-icon-box-description {
    color: var( --e-global-color-text);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
}

.elementor-114 .elementor-element.elementor-element-b84f092.elementor-view-default .elementor-icon:hover {
    fill: var( --e-global-color-primary);
    color: var( --e-global-color-primary);
    border-color: var( --e-global-color-primary);
}

.elementor-114 .elementor-element.elementor-element-b84f092.elementor-position-left .elementor-icon-box-icon {
    margin-right: 18px;
}

.elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon {
    font-size: 40px;
}

.elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon i {
    transform: rotate(0deg);
}

.elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon-box-wrapper {
    text-align: left;
}

.elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon-box-title {
    margin-bottom: 5px;
}

.elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon-box-content .elementor-icon-box-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

h3.elementor-icon-box-title {
    color: #ff0000;
}

.elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon-box-content .elementor-icon-box-description {
    color: var( --e-global-color-text);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c.elementor-view-default .elementor-icon:hover {
    fill: var( --e-global-color-primary);
    color: var( --e-global-color-primary);
    border-color: var( --e-global-color-primary);
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon {
    font-size: 40px;
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon i {
    transform: rotate(0deg);
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon-box-wrapper {
    text-align: left;
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon-box-title {
    margin-bottom: 5px;
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon-box-content .elementor-icon-box-title {
    color: #ff0000;
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon-box-content .elementor-icon-box-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon-box-content .elementor-icon-box-description {
    color: var( --e-global-color-text);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
}

.elementor-114 .elementor-element.elementor-element-646a76f.elementor-view-default .elementor-icon {
    fill: var( --e-global-color-text);
    color: var( --e-global-color-text);
    border-color: var( --e-global-color-text);
}

.elementor-114 .elementor-element.elementor-element-646a76f.elementor-view-default .elementor-icon:hover {
    fill: var( --e-global-color-primary);
    color: var( --e-global-color-primary);
    border-color: var( --e-global-color-primary);
}

.elementor-114 .elementor-element.elementor-element-646a76f.elementor-position-left .elementor-icon-box-icon {
    margin-right: 18px;
}

.elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon {
    font-size: 40px;
}

.elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon i {
    transform: rotate(0deg);
}

.elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon-box-wrapper {
    text-align: left;
}

.elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon-box-title {
    margin-bottom: 5px;
}

.elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon-box-content .elementor-icon-box-title {
    color: #ff0000
}

.elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon-box-content .elementor-icon-box-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon-box-content .elementor-icon-box-description {
    color: var( --e-global-color-text);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
}

.elementor-114 .elementor-element.elementor-element-f26db5d.elementor-view-default .elementor-icon {
    fill: var( --e-global-color-text);
    color: var( --e-global-color-text);
    border-color: var( --e-global-color-text);
}

.elementor-114 .elementor-element.elementor-element-f26db5d.elementor-view-default .elementor-icon:hover {
    fill: var( --e-global-color-primary);
    color: var( --e-global-color-primary);
    border-color: var( --e-global-color-primary);
}

.elementor-114 .elementor-element.elementor-element-f26db5d.elementor-position-left .elementor-icon-box-icon {
    margin-right: 18px;
}

.elementor-114 .elementor-element.elementor-element-f26db5d .elementor-icon {
    font-size: 40px;
}

.elementor-114 .elementor-element.elementor-element-f26db5d .elementor-icon i {
    transform: rotate(0deg);
}

.elementor-114 .elementor-element.elementor-element-f26db5d .elementor-icon-box-wrapper {
    text-align: left;
}

.elementor-114 .elementor-element.elementor-element-f26db5d .elementor-icon-box-title {
    margin-bottom: 5px;
}

.elementor-114 .elementor-element.elementor-element-f26db5d .elementor-icon-box-content .elementor-icon-box-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.elementor-114 .elementor-element.elementor-element-f26db5d .elementor-icon-box-content .elementor-icon-box-description {
    color: var( --e-global-color-text);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
}

.elementor-114 .elementor-element.elementor-element-1f57b8a5.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-114 .elementor-element.elementor-element-1f57b8a5.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    justify-content: center;
}

.elementor-114 .elementor-element.elementor-element-72cacf13 {
    text-align: right;
}

:root {
    --page-title-display: none;
}

@media(min-width:768px) {
    .elementor-114 .elementor-element.elementor-element-3a6dc1d9 {
        width: 45.786%;
    }
    .elementor-114 .elementor-element.elementor-element-1c7c865f {
        width: 54.214%;
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-114 .elementor-element.elementor-element-7bc6914b {
        width: 100%;
    }
    .elementor-114 .elementor-element.elementor-element-1f57b8a5 {
        width: 100%;
    }
}

@media(max-width:1024px) {
    .elementor-114 .elementor-element.elementor-element-2761048e {
        padding: 15px 15px 15px 15px;
    }
    .elementor-114 .elementor-element.elementor-element-53825d24>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }
    .elementor-114 .elementor-element.elementor-element-1c7c865f>.elementor-element-populated {
        padding: 30px 30px 30px 30px;
    }
    .elementor-114 .elementor-element.elementor-element-3302c130 .elementor-heading-title {
        font-size: 35px;
    }
    .elementor-114 .elementor-element.elementor-element-74bc31c2 {
        padding: 0px 25px 100px 25px;
    }
    .elementor-114 .elementor-element.elementor-element-72cacf13 .elementor-image img {
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .elementor-114 .elementor-element.elementor-element-2761048e {
        padding: 15px 0px 30px 0px;
    }
    .elementor-114 .elementor-element.elementor-element-4e4eb2ee {
        padding: 0px 0px 20px 0px;
    }
    .elementor-114 .elementor-element.elementor-element-da7bce5 .elementor-text-editor {
        text-align: center;
    }
    .elementor-114 .elementor-element.elementor-element-3302c130 {
        text-align: center;
    }
    .elementor-114 .elementor-element.elementor-element-3302c130 .elementor-heading-title {
        font-size: 30px;
    }
    .elementor-114 .elementor-element.elementor-element-3302c130>.elementor-widget-container {
        padding: 8px 0px 0px 0px;
    }
    .elementor-114 .elementor-element.elementor-element-54f83aee .elementor-spacer-inner {
        height: 10px;
    }
    .elementor-114 .elementor-element.elementor-element-54f83aee>.elementor-widget-container {
        padding: 0px 0px 0px 0px;
    }
    .elementor-114 .elementor-element.elementor-element-737ff955 .elementor-text-editor {
        text-align: center;
    }
    .elementor-114 .elementor-element.elementor-element-737ff955 {
        font-size: 1em;
    }
    .elementor-114 .elementor-element.elementor-element-737ff955>.elementor-widget-container {
        padding: 0px 0px 0px 0px;
    }
    .elementor-114 .elementor-element.elementor-element-5e02813 {
        padding: 015px 0px 0px 0px;
    }
    .elementor-114 .elementor-element.elementor-element-787844b>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px;
    }
    .elementor-114 .elementor-element.elementor-element-7c4d6e1 .elementor-heading-title {
        font-size: 28px;
    }
    .elementor-114 .elementor-element.elementor-element-74bc31c2 {
        padding: 50px 20px 50px 20px;
    }
    .elementor-114 .elementor-element.elementor-element-7bc6914b>.elementor-element-populated {
        padding: 0px 0px 0px 0px;
    }
    .elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon-box-icon {
        margin-bottom: 18px;
    }
    .elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon-box-wrapper {
        text-align: center;
    }
    .elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon-box-content .elementor-icon-box-title {
        font-size: 20px;
    }
    .elementor-114 .elementor-element.elementor-element-305c6799 .elementor-icon-box-icon {
        margin-bottom: 18px;
    }
    .elementor-114 .elementor-element.elementor-element-305c6799 .elementor-icon-box-wrapper {
        text-align: center;
    }
    .elementor-114 .elementor-element.elementor-element-305c6799 .elementor-icon-box-content .elementor-icon-box-title {
        font-size: 20px;
    }
    .elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon-box-icon {
        margin-bottom: 18px;
    }
    .elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon-box-wrapper {
        text-align: center;
    }
    .elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon-box-content .elementor-icon-box-title {
        font-size: 20px;
    }
    .elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon-box-icon {
        margin-bottom: 18px;
    }
    .elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon-box-wrapper {
        text-align: center;
    }
    .elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon-box-content .elementor-icon-box-title {
        font-size: 20px;
    }
    .elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon-box-icon {
        margin-bottom: 18px;
    }
    .elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon-box-wrapper {
        text-align: center;
    }
    .elementor-114 .elementor-element.elementor-element-646a76f .elementor-icon-box-content .elementor-icon-box-title {
        font-size: 20px;
    }
    .elementor-114 .elementor-element.elementor-element-f26db5d .elementor-icon-box-icon {
        margin-bottom: 18px;
    }
    .elementor-114 .elementor-element.elementor-element-f26db5d .elementor-icon-box-wrapper {
        text-align: center;
    }
    .elementor-114 .elementor-element.elementor-element-f26db5d .elementor-icon-box-content .elementor-icon-box-title {
        font-size: 20px;
    }
    .elementor-114 .elementor-element.elementor-element-1f57b8a5>.elementor-element-populated {
        padding: 25px 0px 0px 0px;
    }
    .elementor-114 .elementor-element.elementor-element-72cacf13 .elementor-image img {
        max-width: 100%;
    }
}

.elementor-kit-43 {
    /* --e-global-color-primary: #690202; */
    --e-global-color-primary: #260000;
    /* --e-global-color-secondary: #FFFFFF; */
    --e-global-color-secondary: #ffc107;
    --e-global-color-text: #000;
    --e-global-color-accent: #01C01B;
    --e-global-color-dc92ce0: #FFCE00;
    --e-global-typography-primary-font-family: "Open Sans";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Open Sans";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Open Sans";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Open Sans";
    --e-global-typography-accent-font-weight: 500;
}

.elementor-kit-43 {
    /* background-image: url('../img/body-bg-nc.jpg'); */
    background: #fcb42f;
    background-repeat: repeat;
}

.elementor-kit-43 a {
    /* background-image: url('../img/body-bg-nc.jpg'); */
    color: #ff0000;
}

span.elementor-icon.elementor-animation-grow {
    color: #000;
}
/* first container  */

.ptysgdh a {
    color: #ffffff;
    /* text-decoration: underline; */
}

.ptysgdh h2 {
    font-weight: 700 !important;
    /* text-decoration: underline; */
}

.ptysgdh a.clickbtn {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
}

.ptysgdh a:hover {
    color: #ffc000;
    text-decoration: underline;
}

@media only screen and (max-width:767px) {
    .ptysgdh h2,
    .ptysgdh p {
        text-align: left;
    }
    .ptysgdh a {
        color: #ffffff;
        text-decoration: none;
        float: left;
    }
    .ptysgdh a.clickbtn {
        border: 1px solid #d7d7d7;
        padding: 5px 10px;
        border-radius: 4px;
        margin-top: 0px;
        display: inline-block;
    }
}

.ptysgdh a i {
    margin-left: 1rem;
    margin-top: 3px;
}
/* first container  */
/* Second container  */

.golden-border {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    float: none;
    padding: 0;
    max-width: 50%;
    height: 1px;
    margin: 20px auto 0px auto;
    background: linear-gradient(to right, rgba(193, 170, 113, 0) 0%, rgba(193, 170, 113, .1) 15%, rgba(193, 170, 113, .3) 30%, #ffc107 50%, rgba(193, 170, 113, .3) 70%, rgba(193, 170, 113, .1) 85%, rgba(193, 170, 113, 0) 100%)
}

.thz-heading-title {
    font-size: 48px;
    line-height: 1.06;
    letter-spacing: 1.92px;
    color: #ffc107;
    text-align: center;
    margin-top: 15px;
    /* font-family: "Kanit", Sans-serif; */
    text-transform: uppercase;
}

/* .gradient-span {
    background: -webkit-linear-gradient(90deg, #c1aa71 0%, #ba8d4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

@media screen and (max-width: 767px) {
    .thz-heading-title {
        font-size: 36px;
        font-weight: 800;
    }
}
/* Second container  */
/* Gallery  */

/* .catalog-item__text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 106px 5px 24px;
    text-align: center;
    background-image: -o-linear-gradient(bottom, rgba(65, 19, 32, .8), rgba(65, 19, 32, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(65, 19, 32, .8)), to(rgba(65, 19, 32, 0)));
    background-image: linear-gradient(0deg, rgba(65, 19, 32, .8), rgba(65, 19, 32, 0));
    color: #fff;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    pointer-events: none;
} */
.pad-gal {
   padding: 1rem;
}

@media screen and (max-width: 767px) {
   .pad-gal {
       padding: 8px;
   }
}
/* Gallery  */
/* mobile banner section  */
/* mobile banner section  */
/* large content  */

.head3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fcb42f;
}
/* large content  */
/* Widget  */

.radius-4 {
    border-radius: 4px
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/poppins-v9-latin-regular.eot);
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/poppins-v9-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/poppins-v9-latin-regular.woff2) format('woff2'), url(../fonts/poppins-v9-latin-regular.woff) format('woff'), url(../fonts/poppins-v9-latin-regular.ttf) format('truetype'), url(../fonts/poppins-v9-latin-regular.svg#Poppins) format('svg')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(../fonts/poppins-v9-latin-600.eot);
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/poppins-v9-latin-600.eot?#iefix) format('embedded-opentype'), url(../fonts/poppins-v9-latin-600.woff2) format('woff2'), url(../fonts/poppins-v9-latin-600.woff) format('woff'), url(../fonts/poppins-v9-latin-600.ttf) format('truetype'), url(../fonts/poppins-v9-latin-600.svg#Poppins) format('svg')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-display: swap;
    font-weight: 800;
    src: url(../fonts/poppins-v9-latin-800.eot);
    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(../fonts/poppins-v9-latin-800.eot?#iefix) format('embedded-opentype'), url(../fonts/poppins-v9-latin-800.woff2) format('woff2'), url(../fonts/poppins-v9-latin-800.woff) format('woff'), url(../fonts/poppins-v9-latin-800.ttf) format('truetype'), url(../fonts/poppins-v9-latin-800.svg#Poppins) format('svg')
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?76509681);
    src: url(../fonts/fontello.eot?76509681#iefix) format('embedded-opentype'), url(../fonts/fontello.woff2?76509681) format('woff2'), url(../fonts/fontello.woff?76509681) format('woff'), url(../fonts/fontello.ttf?76509681) format('truetype'), url(../fonts/fontello.svg?76509681#fontello) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: fontello;
        src: url(../fonts/fontello.svg#fontello) format("svg")
    }
}

.i-ring:before {
    content: '\e816'
}

.i-wine:before {
    content: '\f100'
}

.i-birthday:before {
    content: '\f102'
}

.i-open-box:before {
    content: '\f103'
}

.i-teddy-bear:before {
    content: '\f104'
}

.i-draw:before {
    content: '\f105'
}

.i-value:before {
    content: '\f106'
}

.i-muscles:before {
    content: '\f107'
}

#packages .package.small {
    position: relative;
    width: 100%
}

#packages .package.small::after {
    content: '';
    display: block;
    padding-bottom: 100%
}

#packages .package.small a {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: url(../img/box.jpg); */
    background: #6a0015;
    font-size: 20px;
    padding: 20px;
    color: #fff;
    font-weight: 800;
    transform: scale(1);
    z-index: 1;
    word-break: break-word;
    /* background-repeat: no-repeat;
    background-size: cover; */
    box-shadow: 0 35px 30px -15px rgba(0, 0, 0, .5);
}

#packages .package.small a i {
    font-size: 70px;
    margin-bottom: 20px
}

#packages .package.small a:hover {
    background: rgba(255, 255, 255, .05);
    transform: scale(1.1);
    z-index: 2
}

[class^=i-]::before,
[class*=" i-"]::before {
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    width: 1em;
    font-variant: normal;
    line-height: 1em;
}
/* Widget  */

.home_link:hover {
    color: black !important;
}
/* home six  */

.home_six_left {
    /* padding: 20px 40px; */
}

.home_left_one .accordion {
    background-color: rgb(255 0 14);
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 1px 10px 0px rgb(221 51 51 / 26%);
    border: none;
    outline-width: 0px !important;
}

.home_left_one .accordion:first-child {
    /* background-color: rgb(252 180 47); */
}

.home_left_one .active,
.accordion:hover {
    color: rgb(236, 231, 231);
}

.home_left_one .accordion b:hover {
    color: red;
}

.home_left_one .accordion:after {
    content: '\ea43';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-family: 'icomoon';
    font-size: 23px;
}

.home_left_one .active:after {
    content: "\2212";
}

.home_left_one .panel {
    padding: 0 18px;
    background-color: rgba(104, 0, 0, 0.733);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: 0px 1px 10px 0px rgba(221, 51, 51, 0.26);
}

.panel p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home_six_left h2 {
    font-size: 2em;
    font-weight: 800;
}

.home_six_left_color {
    color: #fff;
}

.homefive_left img {
    height: 450px;
    width: 100%;
    object-fit: contain;
}

.home_left_one .active,
.accordion:hover {
    color: black;
    background-color: rgb(252 180 47);
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .cat_icon {
        width: 50px !important;
    }
    #packages .package.small a {
        font-size: 10px !important;
    }
    .home_six_left {
        padding: 20px 0px;
    }
    .home_left_one .accordion {
        font-size: 16px !important;
        padding: 5px 7px;
    }
    .home_left_one .accordion:after {
        font-size: 16px;
    }
}
/* New Nav bar css ____+++++++++++++++++++++++++++ */

.navbar-container {
    margin: auto;
    height: auto;
    width: 100%;
}

.hamburger {
    top: 50%;
    left: 45%;
    width: 32px;
    height: 3px;
    background: #000000;
    position: absolute;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    transition: 0.5s;
}

.hamburger:before {
    top: -8px;
}

.hamburger:after {
    top: 8px;
}

.icon-three {
    position: absolute;
    top: 2%;
    left: 80%;
    width: 53px;
    height: 50px;
    cursor: pointer;
}

.hamburger-three:before,
.hamburger-three:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 3px;
    background: #000000;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    transition: 0.5s;
}

.icon-three.active-three .hamburger-three {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.icon-three.active-three .hamburger-three:before {
    top: 0;
    transform: rotate(135deg);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.icon-three.active-three .hamburger-three:after {
    top: 0;
    transform: rotate(225deg);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
/* 
@media only screen and (min-width: 420px) and (max-width: 480px) {
   .navbar-container {
       width: 100%;
   }
} */

.extramenu {
    display: none;
    position: relative;
}

.hide {
    display: none;
}

.wapper {
    width: 1232px;
    margin: auto;
    height: auto;
}

.banner {
    width: 100%;
    float: left;
    height: auto;
}

.yellow {
    color: #ffc000;
}

.boxlogo {
    width: 65%;
    float: left;
    height: auto;
    padding-top: 10px;
}

.phone {
    text-align: center;
    /* background-color: #292828; */
    padding: 0 10px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    /* border: solid 1px #726a6a; */
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    float: left;
    height: auto;
    color: #FFFFFF;
    font-size: 20px;
}

.phone a {
    text-decoration: none;
    color: #FFFFFF;
}

.phone a:hover {
    text-decoration: none;
    color: #d7c000;
}

.topbox {
    width: 100%;
    /* float: left; */
    height: auto;
    background-color: #000000;
    padding-bottom: 10px;
    /* background-image: url(https://res.cloudinary.com/jbeauties/image/upload/f_auto/assets/img/ppp.webp); */
    background-position: center;
    background-repeat: no-repeat;
    height: 165px;
}

.menubox {
    width: 100%;
    float: left;
    height: auto;
    border-top: solid 1px #fff;
    background-image: url(../img/menubar.jpg);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 13px;
}

nav {
    display: inline;
}

nav ul {
    padding: 0px;
    margin: 0;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
}

nav ul li {
    display: inline-block;
    position: relative;
    text-align: left;
}

nav ul li a {
    display: inline;
    font-size: 18px;
    font-family: 'Slabo 27px', serif;
    padding: 15px 20px 14px 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #ffc000;
    color: #000;
    text-decoration: none;
}

nav ul li ul.dropdown {
    background: #feeecc;
    display: none;
    position: absolute;
    z-index: 999;
    width: 219px;
    text-align: right;
    font-size: 16px;
    left: 0;
    z-index: 999999;
    top: 33px;
}

nav ul li:hover ul.dropdown {
    display: block;
    /* Display the dropdown */
    color: #000;
    background: #ffc000;
    font-size: 16px
}

nav ul li ul.dropdown a:hover {
    display: block;
    color: #000;
    background-color: #fff;
    font-size: 16px
}

nav ul li ul.dropdown a {
    display: block;
    /* Set width of the dropdown */
    color: #000;
    border-bottom: dotted 1px #000000;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

nav ul li ul.dropdown li {
    display: block;
    line-height: 28px;
    color: #3d1204;
}

nav ul .active {
    background-color: #ffc000;
    color: #000;
}

@media screen and (max-width: 800px) {
    .extramenu {
        display: block;
        /* border-top: 5px #ff000e solid; */
        /* position: fixed; */
        width: 100%;
        height: 40px;
        z-index: 999999999;
    }
    .wapper {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .menubox {
        display: none;
    }
    .phone {
        display: none;
    }
    .boxlogo img {
        width: 100%;
        height: auto;
    }
    .banner img {
        width: 100%;
        height: auto;
    }
    .hide {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #f3f0b8;
        color: #000;
        padding-top: 4px;
        padding-bottom: 7px;
    }
    .hide a {
        text-align: center;
        font-weight: 600;
        color: #d40303;
        text-decoration: none;
    }
    .topbox {
        /* margin-top: 84px; */
        height: 130px;
    }
    .boxlogo {
        width: 50%;
    }
    .phone {
        display: block;
        width: 50%;
        font-size: 22px;
    }
    .wrapper {
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .topbox {
        height: 127px;
    }
    .phone {
        font-size: 20px;
    }
}

@media screen and (max-width: 425px) {
    .topbox {
        height: 81px;
    }
    .phone {
        font-size: 17px;
    }
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    /* text-align: center; */
}

.etra {
    width: 100%;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    /* width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000; */
    background-color: #fcb42f;
    height: 54px;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    padding: 15px 25px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li>a:hover,
#cssmenu>ul>li.active>a {
    color: #fff;
    background-color: #000;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 40px;
}

#cssmenu ul>li.has-sub>a:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 17.5px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-size: 26px 26px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#cssmenu ul>li.has-sub:hover>a:after {
    background-position: 0 -18px;
}

#cssmenu ul>li.has-sub>a:before {
    content: '';
    position: absolute;
    right: 11px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
}

#cssmenu ul>li.has-sub:hover>a:before {
    border-top-color: #19799f;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

#cssmenu>ul>li>ul {
    top: 91px;
    padding-top: 8px;
    border-radius: 5px;
}

#cssmenu>ul>li:hover>ul {
    left: auto;
    top: 51px;
}

#cssmenu ul ul li a {
    width: auto;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    background: #333333;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li>a:hover {
    color: #FFF;
    background-color: #db1111;
}

#cssmenu ul ul li:first-child>a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: inset 0 2px 2px #cc0c4b;
}

#cssmenu ul ul li:last-child>a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media all and (max-width: 800px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu:before {
        content: 'Menu';
        position: absolute;
        left: 50%;
        top: 50%;
        color: #000;
        transform: translate(-50%, -50%);
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #cssmenu ul,
    #cssmenu ul ul,
    #cssmenu>ul,
    #cssmenu>ul>li>ul,
    #cssmenu>ul>li:hover>ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        display: none;
        padding: 0;
        opacity: 1;
        text-align: left;
        top: 45px;
    }
    #cssmenu ul li.has-sub ul {
        top: 0;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
        background: #fcb42f;
    }
    #cssmenu>ul>li>a,
    #cssmenu ul ul li a,
    #cssmenu ul ul li:first-child>a,
    #cssmenu ul ul li:last-child>a {
        border-radius: 0;
        box-shadow: none;
    }
    #cssmenu ul li a {
        padding-left: 12.5px;
        text-align: center;
        color: #000;
        font-size: 18px;
        font-weight: 400;
    }
    #cssmenu ul ul li a {
        padding: 14px 25px 14px 27.5px;
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before {
        display: none;
    }
    #cssmenu #menu-button {
        position: relative;
        display: block;
        padding: 20px;
        padding-left: 12.5px;
        cursor: pointer;
        font-size: 13px;
        color: #000;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    #cssmenu .submenu-button {
        position: absolute;
        right: 0;
        display: block;
        width: 53px;
        height: 53px;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        z-index: 10;
        cursor: pointer;
    }
    #cssmenu ul .submenu-button:after,
    #cssmenu #menu-button:after {
        content: '';
        position: absolute;
        right: 12.5px;
        top: 12.5px;
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 15px;
        background: #000;
        background-size: 56px 56px;
        background-position: 0 0;
        background-repeat: no-repeat;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }
    #cssmenu #menu-button.menu-opened:after {
        background-position: 0 -28px;
    }
    #cssmenu #menu-button:before,
    #cssmenu .submenu-button:before {
        content: '';
        position: absolute;
        right: 22.5px;
        top: 25.5px;
        display: block;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top-color: #ffffff;
        z-index: 99;
    }
    #cssmenu #menu-button.menu-opened:before {
        border-top-color: #FFF;
    }
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: none !important;
}

.gallerypart {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 50px;
    /* background-image: url(../img/bg.jpg); */
}
/* why choose us ++++++++++++++++++++++++++++++++++++++++++++++++++ */

.bg-choose {
    /* background-image: url('https://res.cloudinary.com/jbeauties/image/upload/f_auto/assets/images/Melissa.webp'); */
    width: 100%;
    height: 100%;
    background-position: 68%;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    z-index: -1;
}

.text-aqua {
    color: #00ffec;
}

.aqua p a {
    color: #00ffec;
}

.choose a {
    color: #ff002e;
}

.black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    background: #000000a6;
}

.bg-blue {
    /* background-image: url('../img/blue-bg.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.border-red {
    border-style: solid;
    border-width: 5px 0px 5px 0px;
    border-color: #8b0000;
}

h2 {
    font-weight: 400 !important;
}

h4 {
    font-weight: 400 !important;
}

.tx-success {
    color: #10b759;
}

.tx-24 {
    font-size: 24px;
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: flex !important;
    }
}

@media (min-width: 576px) {
    .mg-sm-t-0 {
        margin-top: 0;
    }
}

/* .what p a {
    color: #ff0000;
} */

.footer-top strong {
    color: #000;
}

p.tc.py-2 {
    color: #000;
}

.footer-top .social li {
    display: inline-block;
    margin-right: 6px;
    margin-top: 10px;
}


/* new loc */
.blog-posts {
 width: min(1200px, 100%);
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 cursor: pointer;
}

.post {
 width: 80%;
 overflow: hidden;
}

.post-img {
 width: 100%;
 border-radius: 6px;
 transition: 0.3s linear;
}

.post-content {
 background-color: #ffc107;
 margin: 0 20px;
 padding: 30px;
 border-radius: 6px;
 transform: translateY(-60px);
 transition: 0.3s linear;
 text-align: center;
}

.post-content h3 {
 font-size: 2em;
 color: #000;
 font-weight: 500;
 margin-bottom: 10px;
}

.date {
 font-size: 15px;
 font-style: italic;
 color: #e77f67;
}

.post:hover .post-img {
 transform: translateY(20px);
}

.post:hover .post-content {
 transform: translateY(-80px);
}

@media screen and (max-width: 1200px) {
 .blog-posts {
   justify-content: center;
 }
 .post {
   width: min(600px, 100%);
 }
}
img.post-img.img-fluid {
 height: 271px;
}

.location_heading {
 color: #ffc107;
 font-size: 23px;
}
.location_top_title {
 color: #ffc107;
 font-size: 30px;
 text-align: center;
}
.list_items_new li {
 font-size: 1.6em;
 line-height: 2em;
 color: #000;
 font-weight: bold;
 margin-bottom: 14px;
}
.points {
 background-color: rgb(234 204 32);
 background-image: linear-gradient(to top, #ffb42f, transparent);
 width: fit-content;
 padding: 10px 10px;
 border-radius: 5px;
 margin: 0px auto;
}
.location_heading_points {
 color: #fff;
 font-size: 30px;
}

@media only screen and (max-width: 900px) {
 aside.col-7.col-sm-4.col-md-3.contacts {
   font-size: 10px;
 }
}

.other_loc_post{
 width: 100%;
}




/* ###############################################  UPDATE css 10/18/2021  ############################################# */
/* @import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */


/* prof card  */
.bg-myblack{
   background: #000 url('https://www.alishabaht.com/img/pattern.png');
}
.text-red {
   color: #b90232;
   font-family: fira sans,sans-serif!important;
   font-weight: 800;
   font-size: 3.5rem;
}
.media-body h4{
   font-size: 2.5rem;
   font-weight: 700;
}
.phone{
   background-color: #b90232;
   border: solid 1px #ff517f;
   text-transform: capitalize !important;
}
.what p a {
   color: #ffc107;
}
/* .gradient-span {
   background: -webkit-linear-gradient(
90deg, #b90232 0%, #b90232bd 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
} */

.gradient-span a{
    text-decoration: none;
    color: #b90232 !important;
    font-weight: 800;
    font-family: fira sans,sans-serif !important;
}

.thz-heading-title {
   font-family: fira sans,sans-serif!important;
}


.catalog-item__text {
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
   -ms-flex-pack: center;
   -webkit-box-pack: center;
   justify-content: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   position: absolute;
   bottom: 11px;
   left: 20px;
   padding: 106px 5px 24px;
   text-align: center;
   color: #fff;
   flex-direction: column;
   align-items: start;
   z-index: 1;
   pointer-events: none;
}

.layer {
   display: block;
   z-index: 1;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   bottom: -5px;
   background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.84) 83%,rgba(0,0,0,.95) 94%,rgba(0,0,0,1) 99%,rgba(0,0,0,.65) 100%);
}

.name{
   color: #fff;
   font-weight: 800;
   font-size: 2.2em!important;
   text-transform: uppercase;
}
.city{
   font-weight: 800;
   text-transform: uppercase;
   color: #fff;
   font-family: cabin,sans-serif!important;
   margin-bottom: 1.25rem;
   font-size: 1.2em;
}
.blink-hard .fa-circle {
   color: green;
   margin-right: 5px;
}
.blink-hard {
   font-weight: 800;
   animation: blinker 1s step-end infinite;
   font-family: cabin,sans-serif!important;
   font-size: 1.5em;
}

.elementor-114 .elementor-element.elementor-element-3302c130 .elementor-heading-title {
   font-size: 30px;
   font-weight: 600;
   text-transform: uppercase;
   color: #b90232;
   font-family: fira sans,sans-serif!important;
}

@keyframes blinker {
   50% {
       opacity: 0
   }
}

@media only screen and (max-width: 700px) {
   .catalog-item__text {
       display: -ms-flexbox;
       display: -webkit-box;
       display: flex;
       -ms-flex-pack: center;
       -webkit-box-pack: center;
       justify-content: center;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       position: absolute;
       bottom: -9px;
       left: 11px;
       padding: 106px 5px 24px;
       text-align: center;
       color: #fff;
       flex-direction: column;
       align-items: start;
       z-index: 1;
       pointer-events: none;
   }
   .name {
       color: #fff;
       font-weight: 800;
       font-size: 1.5em!important;
       text-transform: uppercase;
   }
   .city {
       font-weight: 800;
       text-transform: uppercase;
       color: #fff;
       font-family: cabin,sans-serif!important;
       margin-bottom: 0.8rem;
       font-size: .9em;
   }
   .blink-hard {
       font-weight: 800;
       animation: blinker 1s step-end infinite;
       font-family: cabin,sans-serif!important;
       font-size: 0.9em;
   }
   .media-body h4{
       font-size: 2rem;
   }
   .footer-top strong {
       font-size: 1.5rem !important;
       font-weight: 800 !important;
   }
   .footer-top a {
       font-weight: 800 !important;
   }
}

/* video css  */
.my-border{
    border-right:1px solid #830f0e;
    border-bottom:1px solid #830f0e;
  }.my-font{
      font-size: 1.5rem;
    text-align: center;
  }
  .my-text{color: #ffffff47;}
  .bg-kala{background-color: #000;
    border: 1px solid #ff000e29;
    border-radius: 5px;
}