a {
    text-decoration: none;
}

.a-link-color {
    color: var(--c1)
}

.text-yellow {
    color: var(--c1);
}

.breadcrumb-item.active {
    color: var(--lig)
}


/* header */
.nav-link {
    padding: 0
}

.dropdown {
    position: relative
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    min-width: 300px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: auto;
    max-height: 325px;
    overflow-y: auto;
    border: 3px solid var(--dar);
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    transition: transform .5s ease
}

.sub-menu li {
    margin-bottom: 10px
}

.sub-menu li:last-child {
    margin-bottom: 0
}


.toggle-location.active {
    background-color: var(--c1);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: var(--lig)
}

.toggle-location span {
    flex: 1;
    text-align: center
}

.sub-menu.active {
    display: block;
    background-color: var(--c1)
}



@media only screen and (max-width: 1200px) {


    .sub-menu {
        position: static;
        display: none;
        min-width: 200px
    }

    .toggle-location.active+.sub-menu {
        display: block
    }



    .plus-icon {
        width: 23px;
        height: 23px;
        position: relative;
        transform: rotate(44deg);
        left: 7px;
        background: var(--c1);
        border-radius: 50%;
        border: 7px solid var(--c1)
    }

    .plus-line {
        position: absolute;
        top: 45%;
        left: 1px;
        right: 6px;
        width: 100%;
        height: 2px;
        background-color: var(--dar);
        transform: rotate(45deg)
    }

    .plus-line:first-child {
        transform: rotate(-45deg)
    }

    .rotate {
        transform: rotate(45deg);
        transition: transform 2s
    }

    .lastelm {
        height: 250px
    }
}

.links .sub-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.links .sub-menu li {
    display: flex;
    padding: 5px;
    box-sizing: border-box
}

.links .sub-menu a {
    width: 100%;
    color: var(--dar);
    font-size: 13px;
    line-height: 1.5;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid var(--dar)
}

.links .sub-menu a:hover {
    background: var(--dar);
    color: var(--lig);
    text-decoration: none
}

.location-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--dar);
    position: relative;
    left: 18px
}

.location-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--c1)
}

.sub-menu span {
    flex: 1;
    text-align: center;
    margin-right: 18px
}

/*  */

.hero_banner_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.primary_button2 {
    padding: 0 20px;
    font-size: 16px;
    color: var(--dar);
    background: var(--c1);
    border: 1px solid var(--c1);
    text-decoration: none;
    height: 134px;
    width: 136px;
    width: calc(20% - 26px);
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-radius: 4px;
}



p {
    font-size: 16px
}

::-webkit-input-placeholder {
    color: #ffffff80
}

/*  */

/* section 3 */


/* section 4 */

.ptysgdh {
    background: var(--c2);
    padding: 10px 7% 3% 7%;
}

a:hover {
    text-decoration: none !important;
}

/*  */

/* section 5 profile card */


.image {
    position: relative;
    flex: 1 1 300px;
    height: 0;
    padding-bottom: 179%;
    overflow: hidden;
    border-radius: 6px;
    border: 3px solid var(--c1)
}

/* .image2 {
    position: relative;
    flex: 1 1 300px;
    height: 0;
    padding-bottom: 81%;
    overflow: hidden;
    border-radius: 6px;
    border: 3px solid var(--c1);
} */

@media screen and (max-width: 576px) {

    .image {
        flex-basis: calc(50% - 12px)
    }
}

@media screen and (min-width: 577px) and (max-width:768px) {

    .image {
        flex-basis: calc(32.6% - 10px);
        /* padding-bottom: 65% */
    }
}

@media screen and (min-width: 769px) and (max-width:1200px) {

    .image {
        flex-basis: calc(25% - 6px);
        /* padding-bottom: 60% */
    }
}

@media screen and (min-width: 1201px) {

    .image {
        flex-basis: calc(20% - 14px);
        /* padding-bottom: 35% */
    }
}

.image a>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease-in-out
}

.image:hover img {
    transform: scale(1.05)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    background: linear-gradient(157.46deg, #870036 19.02%, #380909 87.63%);
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--bs-font);
    padding: 3px 22px 2px 6px;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%)
}

.details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(169.96% 71.53% at 0 20.35%, var(--c1) 0, #dbab26 100%);
    color: var(--dar);
    padding: 10px;
    text-transform: capitalize
}

.details2 { 
    width: 100%;
    background: radial-gradient(169.96% 71.53% at 0 20.35%, var(--c1) 0, #bf941b 100%);
    color: var(--dar);
    padding: px;
    text-transform: capitalize;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.category {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    text-align:center;
}

.profile-name {
    font-size: 14px;
    display: block;
    margin-bottom: 5px
}

.verified {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    display: flex;
    align-items: center
}

.verified img {
    margin-right: 4px
}

.overlay:after {
    content: "";
    height: calc(100% + 4px);
    width: 0;
    position: absolute;
    left: -20%;
    top: -2px;
    background-color: hsla(0, 0%, 100%, .8);
    transform: rotate(18deg);
    animation: ribbon-container 7s infinite;
    box-shadow: 0 0 8px 2px #fff
}

@keyframes ribbon-container {
    0% {
        left: 0
    }

    20% {
        left: 100%
    }

    to {
        left: 105%
    }
}


.image.vip {
    border: 3px solid var(--c2)
}

.image.vip .overlay {
    background: linear-gradient(157.46deg, var(--c2) 19.02%, #ff2929 87.63%);
    color: var(--lig)
}

.image.vip .verified img {
    filter: brightness(0)
}

.image.vip .details {
    background: radial-gradient(169.96% 71.53% at 0 20.35%, var(--c2) 0, #ff2929 100%);
    color: var(--lig)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    background: linear-gradient(157.46deg, #ffc629 19.02%, #e1a500 87.63%);
    color: var(--dar);
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--bs-font);
    padding: 3px 22px 2px 6px;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%)
}

.verified {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    display: flex;
    align-items: center
}

.verified img {
    margin-right: 4px
}

.overlay:after {
    content: "";
    height: calc(100% + 4px);
    width: 0;
    position: absolute;
    left: -20%;
    top: -2px;
    background-color: hsla(0, 0%, 100%, .8);
    transform: rotate(18deg);
    animation: ribbon-container 7s infinite;
    box-shadow: 0 0 8px 2px #fff
}

@keyframes ribbon-container {
    0% {
        left: 0
    }

    20% {
        left: 100%
    }

    to {
        left: 105%
    }
}

::-webkit-input-placeholder {
    color: #ffffff80
}

/*  */

/* section 6 */

.main-heading-font {
    font-size: 35px;
}

.section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: var(--lig);
    color: var(--dar)
}

.section a {
    color: var(--c2)
}

.content {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.left {
    width: 60%;
    padding-right: 0
}

.right {
    width: 40%
}

.gradient-text {
    background: linear-gradient(to right, #ff9900, #ff0066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

p {
    font-size: 16px
}

.button {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none
}

.button img {
    width: 20px;
    height: 20px;
    margin-right: 5px
}



.pc-buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px
}

.pc-buttons,
.mobile-buttons {
    gap: 10px
}

.mobile-buttons {
    display: none
}

.mobile-buttons {
    gap: 10px
}

@media(max-width:768px) {
    .mobile-buttons {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px
    }
}

@media(max-width:375px) {
    .mobile-buttons {
        flex-direction: column
    }
}


@media(max-width: 768px) {
    .content {
        flex-direction: column;
        align-items: flex-start
    }

    .left,
    .right {
        width: 100%
    }

    .mobile-buttons {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px
    }

    .pc-buttons {
        display: none
    }
}

@media(max-width: 375px) {
    .mobile-buttons {
        flex-direction: column
    }

    .button {
        font-size: 13px
    }
}

.container {
    position: relative
}

::-webkit-input-placeholder {
    color: #ffffff80
}

/*  */

/* section 7 */

.lazy-load-bg {
    width: 100%;
    height: 60vh;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: fade-in .5s ease-in-out;
    border-radius: 4px
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

section.analitical-sec {
    background-color: var(--dar)
}

.first-sec-cover {
    margin-top: 50px
}

.img-sec {
    margin-top: 50px
}

::-webkit-input-placeholder {
    color: #ffffff80
}

/*  */

/* section 9 */



.main-heading {
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase
}

@media screen and (min-width: 1201px) {
    .main-heading {
        font-size: 50px
    }
}

@media screen and (max-width: 1200px) {
    .main-heading {
        font-size: 42px
    }
}

@media screen and (max-width: 425px) {
    .main-heading {
        font-size: 34px
    }
}

@media screen and (max-width: 370px) {
    .main-heading {
        font-size: 30px
    }
}

.dropdown {
    position: relative
}

p {
    font-size: 16px
}

.container {
    position: relative
}

.dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    dropdown-anchor: bottom
}

.select,
select {
    width: 250px
}

.select {
    position: relative;
    display: block;
    width: 15.8%;
    height: 35px;
    line-height: 0;
    overflow: hidden;
    border-radius: 0;
    float: left;
    margin: 0 5px 10px
}

select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #666 !important;
    background: #000;
    background-image: none
}

@media(max-width: 639px) {

    .select,
    select {
        font-size: 12px;
        width: 100%
    }
}

.select::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    pointer-events: none;
    background-image: url(https://img.icons8.com/ios-glyphs/30/ffc629/sort-down.png);
    background-position: 0 -196px;
    width: 29px;
    height: 17px;
    margin: 15px 10px
}



::-webkit-input-placeholder {
    color: #ffffff80
}

/*  */

/* section 11 */

.section-11-head {
    color: var(--c1) !important;
}

.textBox {
    z-index: 1;
    overflow: hidden;
    width: 100%;
    background: url(../images/right-arrow.png) right center no-repeat var(--c2)
}

.textBox p {
    color: var(--dar)
}

.textBox .main-heading {
    color: var(--dar)
}

.inner_container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 6px 60px
}

@media only screen and (max-width: 767px) {
    .inner_container {
        padding: 40px
    }
}

@media only screen and (max-width: 620px) {
    .inner_container {
        padding: 30px
    }
}

@media only screen and (max-width: 520px) {
    .inner_container {
        padding: 30px 20px
    }
}

::-webkit-input-placeholder {
    color: #ffffff80
}

/*  */

/* footer */

footer .form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 3px solid var(--c1);
    background-color: transparent;
    color: var(--c1)
}

footer .f-menu ul li a:hover,
footer .f-menu ul li a:active,
footer .f-menu ul li a:focus {
    color: #f3a806
}

footer {
    background: #1d252c;
    font-size: 16px;
    position: relative
}

footer .f-title {
    font-size: 24px;
    margin-bottom: 18px;
    color: var(--c1);
    font-weight: 700
}

footer .f-menu ul {
    list-style: none;
    padding-left: 0;
    line-height: 34px
}

footer .f-menu ul li {
    position: relative;
    line-height: normal;
    margin-bottom: 15px
}

footer .f-menu ul li a {
    color: #fff;
    font-size: 18px
}

.copyright {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid #1f1f1f;
    opacity: .8;
    color: var(--lig)
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #ffffff80
}

.subcribe input[type=email] {
    padding: 9px 13px;
    width: auto;
    font-size: 14px;
    border: 0;
    float: left;
    outline: 0;
    color: #000;
    max-width: 170px;
    border-radius: 0 !important
}

@media screen and (max-width: 1199px) {
    .subcribe input[type=email] {
        max-width: 135px
    }
}

@media screen and (max-width: 991px) {
    .subcribe input[type=email] {
        max-width: 155px
    }
}

@media screen and (max-width: 575px) {
    .subcribe input[type=email] {
        max-width: 170px
    }
}

.subcribe input[type=email]::-webkit-input-placeholder {
    color: #000
}

.subcribe input[type=email]:-ms-input-placeholder {
    color: #000
}

footer .wpcf7-response-output {
    font-size: 12px;
    margin: 10px 0 0 !important
}

.subcribe input.submit {
    font-size: 19px;
    color: var(--dar);
    background: var(--c1);
    border: 0;
    padding: 5px;
    border-radius: 0 !important
}

@media only screen and (max-width: 767px) {
    .copyright {
        margin-top: 15px
    }
}

@media(max-width: 425px) {
    footer .f-title {
        font-size: 20px
    }

    footer .f-menu ul li a {
        font-size: 16px
    }
}

@media(max-width: 370px) {
    footer .f-title {
        font-size: 18px
    }

    footer .f-menu ul li a {
        font-size: 14px
    }

    footer .f-menu ul li {
        margin-bottom: 12px
    }

    footer .f-title {
        margin-bottom: 15px
    }
}

.main-net {
    display: flex;
    justify-content: end
}

.network-button {
    background: var(--c1);
    color: var(--dar);
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 10px 25px;
    border-radius: 16px 16px 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    justify-content: space-between;
    align-content: center;
    max-width: 320px
}

.network-button img {
    width: 25px
}

@media only screen and (max-width: 991px) {
    .network-button {
        margin-top: 30px
    }
}

/*  */

/* top scroll btn */



/*  */


/* location & category section - image card */

.vip {
    border: 2px solid var(--c1);
    border-radius: 10px;
}

@media(max-width:389px) {
    .font-mobile {
        font-size: 12px;
    }
}

/*  */




/* additional css */

.subcribe {
    display: flex;
    align-items: center;
}


.mobile-nav {
    display: none;
    width: 100%;
    background-image: url(../img/bg.jpg);
    background-color: #0e0000;
    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: 100%;
    text-align: left;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-order: 1
} */

.header-top {
    background-color: #131313;
    color: #f2f1ec;
}

.header-top a {
    color: #e2ae77
}

.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:hover {
    text-decoration: underline
}

.header-bottom {
    /* background-image: url(../img/bg.jpg); */
    background-color: var(--c2);
    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: #0e0000;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative
}

.header-mobile__top {
    background-image: url(../img/bg.jpg);
    background-color: #0e0000;
    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
}


.row-7 {
    margin-left: -7px;
    margin-right: -7px
}

.row-7 [class^=col-] {
    padding-left: 7px;
    padding-right: 7px
}



.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: #000;
    background: linear-gradient(0deg, #000 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: #000;
    background: linear-gradient(180deg, #000 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 .4s ease, -webkit-transform .5s ease-out;
    transition: opacity .4s ease, -webkit-transform .5s ease-out;
    transition: opacity .4s ease, transform .5s ease-out;
    transition: opacity .4s ease, transform .5s ease-out, -webkit-transform .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 .4s ease, -webkit-transform .5s ease-out;
    transition: opacity .4s ease, -webkit-transform .5s ease-out;
    transition: opacity .4s ease, transform .5s ease-out;
    transition: opacity .4s ease, transform .5s ease-out, -webkit-transform .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%
}





aside {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-moz-selection {
    color: #fff;
    background: #c4aa77
}

::selection {
    color: #fff;
    background: #c4aa77
}

.sep {
    background: none repeat scroll 0 0 #d7d7d7;
    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: #000;
    border-bottom: 1px solid #222;
    color: #a8a8a8;
    font-size: 13px;
    padding: 20px 0 10px;
    min-height: 50px;
    display: flex
}

.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
}

.footer-top h4 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #bbb;
    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
}

@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: var(--gry)
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: var(--lig)
}

.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(0);
    transform: rotateY(0)
}

.ob-is-breaking-bad.elementor-inner-section>.elementor-container,
.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-top-section>.elementor-container>.elementor-row {
    flex-wrap: wrap
}

.ob-is-breaking-bad .elementor-background-overlay {
    pointer-events: none
}

.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-114 .elementor-element.elementor-element-2761048e.ob-is-breaking-bad .elementor-container>.elementor-row {
    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
}

.elementor-114 .elementor-element.elementor-element-2761048e>.elementor-background-overlay {
    background-color: var(--e-global-color-primary);
    opacity: .96;
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-114 .elementor-element.elementor-element-2761048e {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 50px 0 90px 0
}

.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-114 .elementor-element.elementor-element-4e4eb2ee.ob-is-breaking-bad .elementor-container>.elementor-row {
    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 .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-114 .elementor-element.elementor-element-53825d24 .elementor-image img {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(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 .3s, border .3s, border-radius .3s, box-shadow .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-114 .elementor-element.elementor-element-9315d67.ob-is-breaking-bad .elementor-container>.elementor-row {
    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 0 0 0
}

.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: #fff;
    font-family: Nunito, Sans-serif;
    font-size: 1em;
    line-height: 1.7em
}

.elementor-114 .elementor-element.elementor-element-29c51da9 .elementor-button {
    font-family: Nunito, Sans-serif;
    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: 0
}

.elementor-114 .elementor-element.elementor-element-29c51da9 .elementor-button:focus,
.elementor-114 .elementor-element.elementor-element-29c51da9 .elementor-button:hover {
    color: var(--e-global-color-primary);
    background-color: #fff;
    border-color: #fff
}

.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-114 .elementor-element.elementor-element-5e02813.ob-is-breaking-bad .elementor-container>.elementor-row {
    justify-content: flex-start !important;
    flex-direction: row
}

.elementor-114 .elementor-element.elementor-element-5e02813 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0 0 0
}

.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: 700;
    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-114 .elementor-element.elementor-element-74bc31c2.ob-is-breaking-bad .elementor-container>.elementor-row {
    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: 0 0 100px 0
}

.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-dc92ce0);
    color: var(--e-global-color-dc92ce0);
    border-color: var(--e-global-color-dc92ce0)
}

.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(0)
}

.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: var(--e-global-color-primary)
}

.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: 400;
    text-transform: uppercase
}

.elementor-114 .elementor-element.elementor-element-2e45ff03 .elementor-icon-box-content .elementor-icon-box-description {
    color: var(--e-global-color-secondary);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em
}

.elementor-114 .elementor-element.elementor-element-305c6799.elementor-view-default .elementor-icon {
    fill: var(--e-global-color-dc92ce0);
    color: var(--e-global-color-dc92ce0);
    border-color: var(--e-global-color-dc92ce0)
}

.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(0)
}

.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 {
    color: var(--e-global-color-primary)
}

.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-secondary);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em
}

.elementor-114 .elementor-element.elementor-element-b84f092.elementor-view-default .elementor-icon {
    fill: var(--e-global-color-dc92ce0);
    color: var(--e-global-color-dc92ce0);
    border-color: var(--e-global-color-dc92ce0)
}

.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(0)
}

.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 {
    color: var(--e-global-color-primary)
}

.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
}

.elementor-114 .elementor-element.elementor-element-b84f092 .elementor-icon-box-content .elementor-icon-box-description {
    color: var(--e-global-color-secondary);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c.elementor-view-default .elementor-icon {
    fill: var(--e-global-color-dc92ce0);
    color: var(--e-global-color-dc92ce0);
    border-color: var(--e-global-color-dc92ce0)
}

.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-position-left .elementor-icon-box-icon {
    margin-right: 18px
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon {
    font-size: 40px
}

.elementor-114 .elementor-element.elementor-element-6a9bb35c .elementor-icon i {
    transform: rotate(0)
}

.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: var(--e-global-color-primary)
}

.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-secondary);
    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-dc92ce0);
    color: var(--e-global-color-dc92ce0);
    border-color: var(--e-global-color-dc92ce0)
}

.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(0)
}

.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: var(--e-global-color-primary)
}

.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-secondary);
    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(0)
}

.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 {
    color: var(--e-global-color-primary)
}

.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: 0
    }

    .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: 0 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 0 30px 0
    }

    .elementor-114 .elementor-element.elementor-element-4e4eb2ee {
        padding: 0 0 20px 0
    }

    .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 0 0 0
    }

    .elementor-114 .elementor-element.elementor-element-54f83aee .elementor-spacer-inner {
        height: 10px
    }

    .elementor-114 .elementor-element.elementor-element-54f83aee>.elementor-widget-container {
        padding: 0
    }

    .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: 0
    }

    .elementor-114 .elementor-element.elementor-element-5e02813 {
        padding: 15px 0 0 0
    }

    .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: 0
    }

    .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: 0
    }

    .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 0 0 0
    }

    .elementor-114 .elementor-element.elementor-element-72cacf13 .elementor-image img {
        max-width: 100%
    }
}

.elementor-kit-43 {
    --e-global-color-primary: #690202;
    --e-global-color-secondary: #FFFFFF;
    --e-global-color-text: #4A4A4A;
    --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: #fff;
    background-repeat: repeat
}

@media only screen and (max-width:767px) {

    .ptysgdh h2,
    .ptysgdh p {
        text-align: left
    }

    .ptysgdh a {
        display: flex;
        align-items: center
    }
}

.ptysgdh a i {
    margin-left: 1rem;
    margin-top: 3px
}

.ptysgdh a {
    color: #FFFF00 !important;
}

.golden-border {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    float: none;
    padding: 0;
    max-width: 50%;
    height: 1px;
    margin: 20px auto 0 auto;
    background: linear-gradient(to right, rgba(193, 170, 113, 0) 0, rgba(193, 170, 113, .1) 15%, rgba(193, 170, 113, .3) 30%, #c1aa71 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: #d3b080;
    text-align: center;
    margin-top: 15px;
    font-family: fira sans, sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
}

.gradient-span {
    text-decoration: none;
    color: #b90232 !important;
    font-weight: 800;
    font-family: fira sans, sans-serif !important;
}

.pad-gal {
    padding: 1rem
}

/* .pad-gal2 {
    padding: 1rem
} */

@media screen and (max-width:767px) {
    .pad-gal {
        padding: 8px
    }
}

.head3 {
    font-family: 'Montserrat', var(--bs-font);
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase
}

.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);
    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
}

.blog_right h3 {
    color: #f58b11 !important
}

.blog_right_one h2 {
    font-size: 2.8em !important
}

.home_six_left {
    padding: 20px 40px
}

.home_left_one .accordion {
    /* background-color: rgba(104, 0, 0, .733); */
    background-color: var(--c1);
    color: var(--dar);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
    border: 1px solid var(--e-global-color-secondary);
    box-shadow: 0 35px 30px -15px rgb(0 0 0 / 50%);
    border: none;
    outline-width: 0 !important
}

.accordion:hover,
.home_left_one .active {
    color: #ece7e7
}

.home_left_one .accordion b:hover {
    color: red
}

.home_left_one .accordion:after {
    content: '\002B';
    color: red;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.home_left_one .active:after {
    content: "\2212"
}

.home_left_one .panel {
    padding: 0 18px;
    background-color: var(--c2);
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    box-shadow: 0 1px 10px 0 rgba(221, 51, 51, .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
}

.accordion:hover,
.home_left_one .active {
    color: #fff;
}

@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 0
    }

    .home_left_one .accordion {
        font-size: 12px !important
    }
}

.home_link:hover {
    color: var(--c1)
}

/* update 02-02-2022 */
.cust-text-dark {
    color: #efeee9 !important;
}

.black-grad-bg {
    padding: 30px 0;
    background: #121212;
    background: -moz-linear-gradient(left, #121212 0, #2b2b2b 50%, #121212 100%);
    background: -webkit-linear-gradient(left, #121212 0, #2b2b2b 50%, #121212 100%);
    background: linear-gradient(to right, #121212 0, #2b2b2b 50%, #121212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121212', endColorstr='#121212', GradientType=1);
}

.heading-color {
    color: var(--c1) !important;
}

@media screen and (max-width: 767px) {
    .thz-heading-title {
        font-size: 36px;
        font-weight: bolder;
        font-family: fira sans, sans-serif !important
    }

    .sm-p-0 {
        padding: 0px !important;
    }

    .sm-py-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
}

/* footer section  */
.c {
    text-align: center
}

li {
    list-style: none
}

.footer {
    color: #fff;
    padding: 2vw;
    background-color: #00000073;
    border-top: 1px solid #ff000080;
    float: left;
    width: 100%
}

.footer ul {
    list-style: none;
    text-align: left
}

.footer-link li {
    margin-bottom: 4px
}

.footer-link li {
    margin-bottom: 4px
}

.footer li a {
    padding: 2px;
    width: 100%;
    font-family: francois one, sans-serif;
    font-size: 14px
}

.footer h3 {
    color: #ea9a34;
    text-transform: uppercase;
    font-family: francois one, sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 18px
}

.ficon i {
    font-size: 20px
}

ul.footer-link {
    margin-top: 15px
}

ul.footer-link li a {
    color: #d3b080
}

.coln.logo img {
    width: 200px
}

.coln.logo.flex {
    margin-top: 17px
}

.coln.c.tline {
    margin-top: 15px
}


/* profile card sections  */
.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 a {
    text-decoration: none;
    color: #b90232 !important;
    font-weight: bolder;
    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: 1.5em !important;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif
}

.city {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-family: cabin, sans-serif !important;
    margin-bottom: 1.25rem;
    font-size: .9em
}

.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: 1em
}

.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 0;
        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: 1em !important;
        text-transform: uppercase
    }

    .city {
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        font-family: cabin, sans-serif !important;
        margin-bottom: .8rem;
        font-size: .6em
    }

    .blink-hard {
        font-weight: 800;
        animation: blinker 1s step-end infinite;
        font-family: cabin, sans-serif !important;
        font-size: .7em
    }

    .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
    }
}

@media only screen and (max-width: 700px) {
    .blink-img {
        height: 1.2em;
        width: 100%;
        margin-bottom: 1em;
    }
}



/* Home Category Button */

@media (max-width: 768px) {
    .hero_banner_buttons {
        text-align: center;
    }

    .primary_button2 {
        width: 30%;
    }
}

@media (max-width: 480px) {
    .primary_button2 {
        width: 45%;
    }
}

.font-weight {
    color: #f3a806;
    font-size: 4rem;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: 700;
}

.begin_box_para {
    color: rgb(255, 255, 255);
    font-weight: 400;
    width: 100%;
    font-size: 16px;
}

.begin_box_heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.begin_heading {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 70px;
}

@media (max-width:425px) {
    .begin_heading {
        font-size: 40px;
    }

    .category {
        font-size: 13px;
    }
}



/* Frequently Asked Question */


@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-11,
.col-lg-10,
.col-lg-5,
.col-lg-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

@media (min-width:992px) {

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

.pl-0 {
    padding-left: 0 !important
}

.py-5 {
    padding-top: 3rem !important
}

.py-5 {
    padding-bottom: 3rem !important
}

@media print {


    .container {
        min-width: 992px !important
    }
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.w-25 {
    width: 25% !important
}

.w-auto {
    width: auto !important
}