.marquee {
    position: relative;
    width: 100%;
    height: 550px;
    overflow-x: hidden;
}
.features-item .details{
    max-height: 300px;
    height: 256px;

}
.track {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}
.intro_layer_img {
    bottom: 8px ;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.intro_featured_word{

    font-family: 'Bebas Neue', sans-serif !important;
    letter-spacing: 40px;
    color: transparent !important;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #ed2f59;
}

.img-box4 {
    position: relative;
}
.img-box4 .img4 {
    margin-left: -78px;
    /*max-width: 342px;*/
}
.img-box4 .img4 img {
    border-radius: 100px 0 0 0;
}
.tilt-active{
    width: 60%;
}
.img-box4 .img5 {
    position: absolute;
    right: 0px;
    bottom: -6%;
}
.img-box4 .img5 img {
    border-radius: 0 0 100px 0;
}
.img-box4 .about-shape {
    position: absolute;
    left: -20%;
    bottom: -18%;
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    z-index: -1;
}
.about-icon img{
    margin-top: 20px;
}
.about-company-since-wrap {
    position: absolute;
    top: 14%;
    left: 75%;
    display: inline-block;
    z-index: 1;

}
.about-company-since-wrap .about-icon {
    position: absolute;
    left: 50%;
    top: 53%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #F9F3F0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 1px solid #C28565;
    border-radius: 50%;
    text-align: center;
    margin-top: -5px;
}

.about-tag {
    background: #F9F3F0;
    display: inline-block;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    z-index: 1;
    font-size: 15px;
    font-family: 'Mulish';
    font-weight: 700;
    color: #ee2a58;
    line-height: 12px;
    text-align: center;
    /*-webkit-font-feature-settings: "pnum" on, "lnum" on;*/
    /*font-feature-settings: "pnum" on, "lnum" on;*/
    animation: spin 10s infinite alternate-reverse;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.page_slider .intro_featured_word{
    font-size: 300px !important;

}

.about-tag span {
    --rotate-letter: 17deg;
    min-height: 60px;
    position: absolute;
    min-width: 52px;
    left: 19px;
    padding: -1px;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(var(--rotate-letter));
    -ms-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter));
}

.about-tag span.char2 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
    -ms-transform: rotate(calc(var(--rotate-letter) * 2));
    transform: rotate(calc(var(--rotate-letter) * 2));
}
.about-tag span.char3 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
    -ms-transform: rotate(calc(var(--rotate-letter) * 3));
    transform: rotate(calc(var(--rotate-letter) * 3));
}
.about-tag span.char4 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
    -ms-transform: rotate(calc(var(--rotate-letter) * 4));
    transform: rotate(calc(var(--rotate-letter) * 4));
}
.about-tag span.char5 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 5 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 5));
    transform: rotate(calc(var(--rotate-letter) * 5));
}
.about-tag span.char6 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 6 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 6));
    transform: rotate(calc(var(--rotate-letter) * 6));
}
.about-tag span.char7 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 7 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 7));
    transform: rotate(calc(var(--rotate-letter) * 7));
}
.about-tag span.char8 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 8 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 8));
    transform: rotate(calc(var(--rotate-letter) * 8));
}
.about-tag span.char9 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 9 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 9));
    transform: rotate(calc(var(--rotate-letter) * 9));
}
.about-tag span.char10 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 10 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 10));
    transform: rotate(calc(var(--rotate-letter) * 10));
}
.about-tag span.char11 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 11 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 11));
    transform: rotate(calc(var(--rotate-letter) * 11));
}
.about-tag span.char12 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 12 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 12));
    transform: rotate(calc(var(--rotate-letter) * 12));
}
.about-tag span.char13 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 13 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 13));
    transform: rotate(calc(var(--rotate-letter) * 13));
}
.about-tag span.char14 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 14 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 14));
    transform: rotate(calc(var(--rotate-letter) * 14));
}
.about-tag span.char15 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 15 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 15));
    transform: rotate(calc(var(--rotate-letter) * 15));
}
.about-tag span.char16 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 16 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 16));
    transform: rotate(calc(var(--rotate-letter) * 16));
}
.about-tag span.char17 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 17 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 17));
    transform: rotate(calc(var(--rotate-letter) * 17));
}
.about-tag span.char18 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 18 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 18));
    transform: rotate(calc(var(--rotate-letter) * 18));
}
.about-tag span.char19 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 19 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 19));
    transform: rotate(calc(var(--rotate-letter) * 19));
}
.about-tag span.char20 {
    --rotate-letter: 17deg;
    -webkit-transform: rotate(calc(var(--rotate-letter) * 20 ));
    -ms-transform: rotate(calc(var(--rotate-letter) * 20));
    transform: rotate(calc(var(--rotate-letter) * 20));
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .page_slider .intro_layer:first-child {
        margin-top: 125px !important;
    }
}

.marquee{
    position: absolute;
    top: 200px;

}
.top-center {
    color: rgb(237 47 89);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    text-align: center;
    /*font-family: var(--title-font);*/
    line-height: 70px;
    letter-spacing: -.05em;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-callus {
    padding: 2px 30px;
    border-radius: 0 0px 10px 10px;
    -webkit-transform: rotate(360deg);
    transition: width .5s, background-color .1s;
    width: 25%;
    height: 60%;
    background: #ed2f59;
    float: right;
}
.texto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.texto h5 {
    color: #fff;
    font-family: 'Bebas Neue', sans-serif !important;
    font-weight: 500;
    letter-spacing: 3px;
}
.top-center h1 {
    color: rgb(237 47 89) !important;
}
.page_header_wrapper{
    height: 0px !important;
}
header.page_header.affix {
    background: black;
}
nav ul li a{
    color: #fff;
}
.slides{
    height: 100vh;
}

/*media query for 1024 to 1200*/

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .page_slider .intro_layers_wrapper{
        top:152px !important;

    }
    .marquee{
        top:270px !important;
    }
    .top-center{
        top: 70%;
        left: 48%;
    }
}

/*Large Screen */
@media screen and (min-width: 1301px) and (max-width: 1499px) {
    .page_slider .intro_layer:first-child {
        margin-top: 179px !important;
    }
    .page_slider .intro_layer img {
        width: calc(29% - 90px) !important;
    }
    .marquee{
        top: 265px;
    }


}
.id-color{
    color:#e92f58 !important; ;
    letter-spacing: 20px;
}

@media screen and (min-width: 1500px) and (max-width: 1700px) {
    .page_slider .intro_layer:first-child {
        margin-top: 165px !important;
    }
    .marquee{
        top: 290px;
    }
    .page_slider .intro_layer img {
        width: 412px !important;
    }
}
@media screen  and (min-width: 1701px) {
    .page_slider .intro_layer:first-child {
        margin-top: calc(100% - 80%) !important;
    }
    .slides {
        height: 825px !important;
    }



}
/*   blog*/

.cards-wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4rem;
    padding: 5px;
    margin: 0 auto;
    width: max-content;
}
.cards {
    --transition-time: 0.5s;
    --bg-filter-opacity: 0.5;
    background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);
    height: 20em;
    width: 15em;
    font-size: 1.5em;
    color: white;
    border-radius: 11px;
    padding: 1em;
    /* margin: 2em; */
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    /* box-shadow: 0 0 5em -1em black; */
    transition: all, var(--transition-time);
    position: relative;
    overflow: hidden;
    border: 2px solid #e92e57;
    text-decoration: none
}

.cards:hover {
    transform: rotate(0);
}

.cards h1 {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.2em;
}

.cards p {
    font-size: 0.75em;
    font-family: 'Open Sans';
    margin-top: 0.5em;
    line-height: 2em;
}

.cards .tags {
    display: flex;
}

.cards .tags .tag {
    font-size: 0.75em;
    background: #000;
    border-radius: 0.3rem;
    padding: 0 0.5em;
    margin-right: 0.5em;
    line-height: 1.5em;
    transition: all, var(--transition-time);
}

.cards:hover .tags .tag {
    background: var(--color);
    color: white;
}

.cards .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.75em;
    padding: 1em;
    line-height: 1em;
    opacity: .8;
}

.cards:before, .card:after {
    content: '';
    transform: scale(0);
    transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -5;
    transition: all, var(--transition-time);
    transition-timing-function: ease-in-out;
}

.cards:before {
    width: 250%;
    height: 250%;
}

.cards:after {
    background: white;
    width: 200%;
    height: 200%;
}

.cards:hover {
    color: var(--color);
}

.cards:hover:before, .card:hover:after {
    transform: scale(1);
}

.card-grid-space .num {
    font-size: 3em;
    margin-bottom: 1.2rem;
    margin-left: 1rem;
}

.info {
    font-size: 1.2em;
    display: flex;
    padding: 1em 3em;
    height: 3em;
}

.info img {
    height: 3em;
    margin-right: 0.5em;
}

.info h1 {
    font-size: 1em;
    font-weight: normal;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1285px) {
    .cards-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 900px) {
    .cards-wrapper {
        grid-template-columns: 1fr;
    }
    .info {
        justify-content: center;
    }
    .card-grid-space .num {
    /margin-left: 0;
    /text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .cards-wrapper {
        padding: 4rem 2rem;
    }
    .card {
        max-width: calc(100vw - 4rem);
    }
}

@media screen and (max-width: 450px) {
    .info {
        display: block;
        text-align: center;
    }
    .info h1 {
        margin: 0;
    }
}

/*Mobile Responsive*/

@media only screen  and (max-width: 768px) {
    .top-callus {
        padding: 0px 20px;
        border-radius: 0 0px 10px 10px;
        -webkit-transform: rotate(360deg);
        transition: width .5s, background-color .1s;
        width: 100%;
        height: 45%;
        /* left: 19px; */
        /* font-size: 8px; */
        background: #ed2f59;
        float: right;
    }
}
/*   Instagram Css  */
.eapps-widget-toolbar{
    display: none !important;
}

/*	Service Page Css*/
.features-item .thumb {
    position: relative;
}
.features-item .thumb {
    overflow: hidden;
}
.features-item .thumb::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.features-item:hover .thumb-icon,
.features-item:hover .thumb-icon,
.features-item:hover .thumb::before,
.features-item:hover .thumb-icon {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}
.features-item .thumb-icon {
    top: 28%;
    left: 0;
    right: 0;
    margin: auto;
}
.features-item .details {
    margin-top: 5px !important;
    background: #413a3ca6;
    padding: 10px;
    margin-bottom: 10px;

}
.features-health {
    border: 10px solid rgba(173, 216, 230, 0.27);
    margin-top: -150px;
}
/* Ad */
.ad-img {
    overflow: hidden;
    position: relative;
}
.ad-offer {
    position: absolute;
    top: 15%;
    right: 10%;
}
.ad-img img {
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ad-img:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}
.divider {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50vh;
}

.features-item:hover .thumb-icon, .features-item:hover .thumb-icon, .features-item:hover .thumb::before, .features-item:hover .thumb-icon {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}
.features-item .thumb::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.bg-white-f1 {
    background-color: #f1f1f1 !important;
}
.services-items > div {
    z-index: 1;
    position: relative;
}
.services-items::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.services-items.bg-theme-color-1-transparent:before, .half-divider.bg-theme-color-1 {
    background-color: rgba(173, 216, 230, 0.93) !important;
}
.services-items.bg-theme-color-2-transparent:before {
    background-color: rgba(230, 173, 188, 0.93) !important;
}
.services-items.bg-theme-color-3-transparent:before {
    background-color: rgba(230, 216, 173, 0.93) !important;
}
.icon-box h4 a{
    font-family: 'Bebas Neue' !important;
    color: #000 !important;
}
.icon-box  p{
    font-family: 'Bebas Neue' !important;
    color: #808080 !important;
}
.icon-box  a{
    font-family: 'Bebas Neue' !important;
    color: #808080 !important;
}
.bg-lighter {
    background-color: #f7f7f7 !important;
}
.section-title {
    margin-bottom: 60px;
}
.font-36 {
    font-size: 2.57142857rem !important;
}
.section-title p {
    font-size: 14px;
    margin-top: 5px;
    padding-top: 10px;
    color: #666666;
}
.subtitle-divider {
    position: relative;
    top: 18px;
}
.subtitle-divider::before, .subtitle-divider::after {
    background: #add8e6 none repeat scroll 0 0;
    height: 1px;
}
.subtitle-divider::before, .subtitle-divider::after {
    content: "";
    left: 0;
    position: absolute;
    top: 15px;
    width: 330px;
    right: 0;
    margin: 0 auto;
}
.subtitle-divider::before, .subtitle-divider::after {
    background: #add8e6 none repeat scroll 0 0;
    height: 1px;
}
.subtitle-divider::after {
    top: 18px;
    width: 280px;
}
.bg-theme-color-1 {
    background: #add8e6;
}
.p-20 {
    padding: 20px !important;
}
.member-info {
    border-top: 3px outset #add8e6;
}
.member-thumb {
    position: relative;
}
.img-fullwidth {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.expert.bg-theme-color-1 .triangle-down {
    border-top: 40px solid #add8e6;
}
.member-thumb .triangle-down {
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
}
.triangle-down {
    border-left: 60px solid rgba(0, 0, 0, 0);
    border-right: 60px solid rgba(0, 0, 0, 0);
    height: 0;
    margin: 0 auto;
    width: 0;
}
.details h4 a {
    color: #ff8aa4 !important;
}
.details p {
    color: #fff !important;
}
.bg-theme-color-2 {
    background: #e6adbc;
}
.bg-theme-color-3 {
    background: #e6d8ad;
}
.expert.bg-theme-color-3 .triangle-down {
    border-top: 40px solid #e6d8ad;
}
.expert.bg-theme-color-2 .triangle-down {
    border-top: 40px solid #e6adbc;
}
.expert-title{
    margin: 0px !important;
}
.member-info h5 {
    margin:0!important;
}.member-info h5 a  {
     color: #eb325b;
 }

.member-info h6 {
    font-family: 'Bebas Neue', sans-serif !important;
    color: #808080!important;

}
.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.parallax {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 600px;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.layer-overlay.overlay-theme-color-3::before {
    background-color: rgb(230 216 173 / 48%);
}
.layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
btn-theme-colored {
    color: #fff;
    background-color: #add8e6;
    border-color: #add8e6;
}
.img-absolute-parent img.img-pos-bottom {
    bottom: 0;
}
.img-absolute-parent img.img-pos-left {
    left: 0;
}
.img-absolute-parent img.img-absolute {
    position: absolute;
}
.pricing-table {
    text-align: center;
    position: relative;
}
.pricing-table .thumb {
    position: relative;
}
.pricing-table .price {
    border-radius: 100%;
    color: #fff;
    display: block;
    height: 140px;
    left: 0;
    line-height: .5;
    margin: auto;
    bottom: -18px;
    right: 0;
    width: 140px;
    padding-top: 48px;
}
.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.pricing-table .pricing-title {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    text-transform: uppercase;
    display: block;
    top: -18px;
    width: 45%;
}
.pricing-table.triangle-theme-color-1 .triangle-left, .pricing-table.triangle-theme-color-1 .triangle-right {
    border-left: 18px solid rgba(0, 0, 0, 0);
    border-top: 18px solid #add8e6;
}
.triangle-left, .triangle-right {
    height: 0;
    left: -18px;
    position: absolute;
    top: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 0;
}
.triangle-right {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: -18px;
}
.pricing-table .table-list {
    line-height: 2.9;
    margin-bottom: 0;
    padding-top: 40px;
    text-align: center;
}
.pricing-table .btn {
    display: block;
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #ea2e57;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
/*.price-list{*/
/*	background-color:#e3778e5c  !important;*/
/*}*/
.price-list ul{
    list-style: none !important;
}
.price-list ul li{
    color: #000;
}

@media only screen and (max-width: 768px) {
    p {
        text-align: justify !important;
    }

    .slides {
        height: 500px !important;
    }

    .page_slider .intro_layer:first-child {
        margin-top: calc(130% - 50%) !important;
    }

    .top-center {
        top: 65% !important;
    }

    .page_slider .intro_layer img {
        width: 300px !important;
    }

    .top-center h1 {

        font-size: 70px !important;
        letter-spacing: 2px !important;

    }

    .about-icon img {
        margin-top: 20px;
    }

    .img-box4 .img5 {
        display: none;
    }

    .img-box4 .img4 {
        margin-left: 8px;
        max-width: 100%;
    }

    .special-heading {
        margin-bottom: 0px !important;
    }

    .vs-testimonial-box {
        padding: 0 10px 0px 4px;
    }

    .ShowcaseCard {
        padding: 2px !important;
    }

    .inner-card {
        padding: 0px !important;
    }

    .banner-box .banner-shape {
        top: -35px;
        left: -165px;
        width: 339px;
        height: 444px;
    }

    .banner-box {
        border-radius: 0px 20px 0px 20px;

    }

    .sec-title {
        font-size: 36px;
    }

    .mobile-bg {
        background-image: none !important;
    }

    .section-title h2.title {
        font-size: 31px;

    }

    .featured-imagebox-post.style1 {
        margin-bottom: 10px !important;
    }

    ttm-border-seperator {
        position: relative;
        background-size: 7px;
        height: 2px;
        margin: 20px 0 15px;
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, transparent), color-stop(75%, #bf9456), to(#bf9456));
        background-image: linear-gradient(to right, transparent 0, transparent 75%, #bf9456 75%, #bf9456);
    }

    .ttm-border-seperator:before {
        width: 16px;
        height: 16px;
        line-height: 16px;
        border: 1px solid #bf9456;
        left: -3px;
        top: -8px;
        background-color: #fff;
    }

    .ttm-border-seperator:after {
        background-color: #bf9456;

    }

    .ttm-border-seperator:after {
        width: 6px;
        height: 6px;
        left: 2px;
        top: -3px;
    }

    .ttm-border-seperator:before, .ttm-border-seperator:after {
        content: "";
        position: absolute;
        transition: all 0.5s;
        border-radius: 50%;
    }

    .ttm-appointment {
        display: none !important;
    }

    .bg-img5 {
        background-position: right;
        background-size: cover;
    }

    .featured-imagebox-team.style1 .featured-content {
        padding: 15px 20px 5px;
        border-bottom: 2px solid #eb3159;
    }

    .mt-200 {
        margin-top: 30px;
    }

    .res-767-mt-40 {
        margin-top: 40px !important;

    }

    .featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-xs {
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-top: 5px;
    }

    .ttm-icon.ttm-icon_element-fill {
        color: #fff;
    }

    .featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-xs {
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-top: 5px;
    }

    .ttm-icon.ttm-icon_element-fill {
        background-color: #bf9456;
    }

    .featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-xs i {
        font-size: 14px;
    }

    .featured-icon-box.icon-align-before-content .featured-icon i {
        display: inline-block;
        vertical-align: middle;
        position: unset;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .featured-icon-box .ttm-icon {
        margin-bottom: 0;
    }

    .ttm-icon.ttm-icon_element-style-rounded {
        border-radius: 50%;
    }

    .spacing-2 {
        padding: 10px !important;
    }

    .form-group {
        padding: 5px !important;
    }

    .paddingForm {
        padding: 0px !important;
    }

    /*.page_title {*/
    /*    height: 20%;*/
    /*}*/
    .tilt-active{
        width: 100% !important;
        display: none;
    }


}
.video-section{
    margin-top: 26px !important;
}
.c-mb-30 [class*=col-], .row.c-mb-30>[class*=col-], p{
    margin-bottom: 5px;
    text-align: justify;
    letter-spacing: 1px;
    color: #414141;
}
@media (min-width: 1200px) {
    .s-pb-xl-230 > [class*="container"] {
        padding-bottom: 108px !important;
    }
}
@media (min-width: 1200px) {
    .s-pt-xl-430 > [class*="container"] {
        padding-top: 108px !important;
    }

}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
    .slides{
        height: 600px !important;
    }
}

.side-back{
    display: none !important;
}
.photo.flipped .side-front {
    -webkit-transform:none !important;
    transform:none !important;;
}
#readMore{
    display: none;
}
.mobileViewMeet{
    display: none ;
}
.video-simple a:after{
    border: 2px solid #fff;
    border-radius: 50%;
    color: #f56981;
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 60px;
    left: 50%;
    line-height: 56px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease-in-out;
    width: 60px;
}
.form-control{
    letter-spacing: 1px !important;
}


@media (max-width: 575px) {
    .widget .widget_mailchimp{
        padding-top: 15px !important;
    }
    .subtitle{
        margin-top: 10px !important;
    }
    .portfolio-section .title-portfolio p{
        padding-top: 0px !important;

    }
    .s-pb-xl-100 > [class*="container"] {
        padding-bottom: 0px!important;
    }
    .section-content {
        margin-top: 0rem !important;
        margin-bottom: 1rem !important;
    }
    .s-pt-50>[class*=container] {
        padding-top: 10px !important;
    }
    section.ttm-row.pricelist-section.bg-img5.clearfix {
        padding: 0px 0px !important;
    }
    .owl-theme .owl-dots{
        margin-top: 0px !important;
    }

    .section-title {
        margin-bottom: 10px !important;
    }
    .testimonialChat{
        height: 300px;
        max-height: 300px;
    }
    .form-group{
        padding: 0px 13px !important;
    }
    .mobileDigit {
        padding-left: 20px !important;
    }
    .mb-35{
        margin-bottom: 0px !important;
    }
    [role=tab] h4 a, [role=tab] h5 a{
        font-size: 12px !important;
        font-weight: 400 !important;
        /*padding: 5px 50px 5px 0 !important;*/
    }
    .video-simple{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .video-title{
        font-size: 28px!important;
    }
    .desktopViewMeet{
        display: none;
    }
    .mobileViewMeet{
        display: block !important;
    }
    .absolute-subtitle{
        display: none !important;
    }
    .special-heading{
            margin-bottom: 0px !important;
    }
    p{
        font-size: 15px !important;
    }
    .p-5 {
        padding: 2rem !important;
    }
    #readMore{
        display: block;
        margin: 0 auto;
    }
    #readMore a {
        padding: 20px 0 !important;
    }
    .sub-title{
        padding-top: 10px !important;
    }
    .special-heading{
        padding: 6px !important;
    }
    .portfolio-section .title-portfolio .special-heading{
        margin-bottom:0px !important;
    }
    .special-heading span{
        font-size:26px !important;
    }
    .title-portfolio{
        padding: 0px !important;
    }
    .portfolio-section .owl-carousel{
        margin-top: 0px !important;
    }
    .posrtfolio-single{
        margin-top: 0px !important;
    }
    .c-mb-30 [class*=col-], .row.c-mb-30>[class*=col-], p {
        margin-bottom: 5px !important;
    }
    .portfolio-section{
        height: 100%;
    }
    .service .services-button{
        margin-bottom: 10px !important;
    }
    .services-button a {
        width: 300px !important;
        max-width: 400px !important;
        padding: 10px !important;
    }
    .pt-70, .s-pt-70>[class*=container] {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    .service .vertical-item .item-content{
        padding: 25px 0px 0 !important;
    }
    .mobilePara{
        display: none;
    }
    .mboileh1{
        font-size: 20px !important;

    }
    .galery-vertical p {
        font-size: 27px !important;
    }
    .moreServicePadding{
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .ourBlog{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .btn{
        min-width: 160px !important;
    }
    .btn-outline-maincolor{
        padding: 20px 0px !important;
    }
    .mobileViewSection{
        height: 940px !important;
    }
    .amazingMakeup{
        text-align: center;
    }
    .amazingMakeup span{
        font-size: 28px;
    }
    .vs-testimonial-box{
        margin-bottom:0px !important;
    }
    .locationSecondDiv{
        display: none;
    }
    .locationService{
        display: none;
    }
    .sideDiv{
        /*display: none;*/
    }
    .locationHeading{
        font-size: 30px !important;
    }
    .locationSubHeading{
        font-size: 20px;
        line-height: 25px;
    }
    .s-pt-xl-150 > [class*="container"]{
        padding-top: 3px!important;
    }
    .ttm-row {
        padding: 10px 0;
    }
    .title{
        margin-top: 10px !important;
    }
    .form-group{
        margin-top: 0.5rem !important;
    }
    .space-top {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .history__year-title{
        display: none;
    }
    .makeBhaavya {
        padding-bottom: 2rem !important;
    }
    h1{
        font-size: 25px !important;
    }
    .form-style1 {
        padding: 10px !important;
    }
    .panel-title a{
        line-height: 4.3 !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        padding: 5px 50px 5px 20px !important;
    }
    div#accordion {
        padding: 15px;
    }
    .serviceTab{
        font-size: 15px !important;
        padding: 10px 18px 14px 0px !important;
    }
    .academyHello{
        padding: 10px;
    }
    /*.featured-imagebox.style1 .featured-content {*/
    /*    max-height: 205px;*/
    /*    height: 205px;*/
    /*}*/
    h1{
        margin-bottom: 2px !important;
    }
    strong{
        font-size: 25px !important;
    }
    .uno-btn{
        width: 45% !important;
        font-size: 12px !important;
        line-height: 13px !important;
        height: 39px !important;
        padding-top:10px !important;
    }
    .pt-xl-5 {
        padding-top: 0rem!important;
    }
    .feature-text{
        text-align: left !important;
    }
    .section-title .title-header{
        margin-bottom: 0px !important;
    }
    .price-card {
        padding: var(--card-space-y, 10px) var(--card-space-x, 5px) !important;
    }
    .mb-30{
        margin-bottom: 10px !important;
    }
    .history__list-item{
        margin-bottom: 10px !important;
    }
    .pb-140, .s-pb-140>[class*=container]{
        padding-bottom: 10px !important;
    }
    .bookAppointment {
        padding-top: 6px;
        font-size: 30px;
        text-align: center;
        margin-bottom: 0px !important;
    }
    #toTop:after, h1 {
        line-height: 40px !important;
    }

}
.bookAppointment {
    padding-top: 20px;
    font-size: 30px!important;
    line-height: 40px;
}

.ourBlog{
    padding-bottom: 20px;
    padding-top: 20px;
}

.moreServicePadding{
    padding-top: 25px;
    padding-bottom: 25px;
}
.makeBhaavya{
    padding-bottom:8rem;
}



/*fancyBox*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    border: 10px solid #fff;
    width: calc(100% - 50px);
    margin: 60px auto 0;
}

.gallery a {
    display: block;
    text-decoration: none;
    width: 25%;
    overflow: hidden;
    outline: none;
}

.gallery a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}

.gallery a img:hover {
    transform: scale(1.1,1.1);
}