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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

:focus,
button:focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

a {
    color: #fe3434;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:hover,
a :focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

a:focus {
    outline: 0 solid
}

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

/* ===== All Headings Center ===== */
h1, h2, h3, h4, h5, h6 {
    text-align: center !important;
}

/* ===== All Paragraphs Center ===== */
p {
    text-align: center !important;
}

/* Optional: Beautiful Styling for Headings */
h1, h2.section-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-size: 1.7rem;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.35rem;
    margin-bottom: 12px;
}

/* Special Class for Section Titles */
.section-title {
    text-align: center;
    margin-bottom: 25px;
}

/* Paragraph Styling */
p {
    line-height: 1.7;
    margin-bottom: 15px;
    opacity: 100%;
}

/* Agar koi paragraph left align rakhna ho toh yeh class use kar sakte ho */
.text-left {
    text-align: left !important;
}

body {
    font-size: 16px;
    line-height: 26px;
    font-family: nunito, sans-serif;
    font-weight: 400;
    color: #fff
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    text-align: justify;
}



.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-130 {
    padding-bottom: 130px
}

.ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px
}

.ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mmt-25 {
    margin-top: -25px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-100 {
    margin-top: 100px !important
}

.z-0 {
    z-index: 0;
    position: relative
}

#message {
    padding: 0;
    margin: 0
}

.help-block {
    color: #e31c25
}

.list-style {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-style li {
    list-style: none
}

.page-wrapper {
    overflow-x: hidden
}

.circle,
.btn.style1 i,
.btn.style2 i,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.shopcart span,
.search-area,
.contact-widget .contact-icon,
.contact-widget .contact-info span.contact-icon,
.page-navigation .page-nav li a,
#hero-thumbs .item .hero-thumb-item span,
.category-card .cat-icon,
.service-card .service-icon,
.case-card .case-img .case-info-wrap .read-more,
.team-card.style1 .member-info-wrap .member-social-profile span,
.promo-video .video-play,
.product-card .product-info .product-info-right .add-to-cart,
.product-quantity .qtySelector span,
.project-desc .project-metainfo li,
.btn.style1,
.btn.style2,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.hero-tablist-wrap,
.about-wrap.style3 .about-content .ceo-message,
.case-card .case-img .case-info-wrap,
.counter-card.style1,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card.style3 .blog-info .blog-metainfo,
.post-navigation,
.author-info-wrap,
.author-info-wrap .author-info,
.cart-table table tbody tr td .cart-item,
.cart-total .cart-total-item,
.team-card.style1 .member-info-wrap,
.blog-card .blog-info .blog-metainfo,
.product-card .product-info,
.checkout-details .bill-item,
.about-wrap.style3 .counter-box,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info,
.page-navigation .page-nav,
.why-choose-wrap.style3 .brand-logo,
.product-tablist,
.newsleter-wrap .newsletter-form,
.comment-item,
.comment-author_info,
.post-author,
.checkout-details .select-payment-method,
.footer-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn i,
.btn.style1,
.btn.style1 i,
.btn.style2,
.btn.style2 i,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.circle,
.btn.style1 i,
.btn.style2 i,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.shopcart span,
.search-area,
.contact-widget .contact-icon,
.contact-widget .contact-info span.contact-icon,
.page-navigation .page-nav li a,
#hero-thumbs .item .hero-thumb-item span,
.category-card .cat-icon,
.service-card .service-icon,
.case-card .case-img .case-info-wrap .read-more,
.team-card.style1 .member-info-wrap .member-social-profile span,
.promo-video .video-play,
.product-card .product-info .product-info-right .add-to-cart,
.product-quantity .qtySelector span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.project-desc .project-metainfo li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: flex-start
}

.btn.style1,
.btn.style2,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.hero-tablist-wrap,
.about-wrap.style3 .about-content .ceo-message,
.case-card .case-img .case-info-wrap,
.counter-card.style1,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card.style3 .blog-info .blog-metainfo,
.post-navigation,
.author-info-wrap,
.author-info-wrap .author-info,
.cart-table table tbody tr td .cart-item,
.cart-total .cart-total-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.project-desc .project-metainfo li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.case-card .case-img .case-info-wrap,
.team-card.style1 .member-info-wrap,
.blog-card .blog-info .blog-metainfo,
.post-navigation,
.cart-total .cart-total-item,
.product-card .product-info,
.checkout-details .bill-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero-tablist-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.about-wrap.style3 .counter-box,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-navigation .page-nav,
.why-choose-wrap.style3 .brand-logo,
.blog-card.style3 .blog-info .blog-metainfo,
.product-tablist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.circle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    transition: .5s
}

.circle i {
    color: #0f001a;
    line-height: .8
}

.circle:after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    border-radius: 50%;
    -webkit-animation: ripple 2s linear 1.5s infinite;
    animation: ripple 2s linear 1.5s infinite
}

.circle.style1 {
    right: -15px;
    bottom: -15px
}

.circle.style1:after {
    border: 15px solid rgba(216, 7, 88, .5)
}

.circle.style2 {
    right: -5px;
    bottom: -5px
}

.circle.style2:after {
    border: 5px solid rgba(112, 191, 74, .5)
}

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #9a6aed;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-transition: .4s;
    transition: .4s
}

.back-to-top.open {
    bottom: 30px
}

.back-to-top i {
    color: #0f001a
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f001a;
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preloader img {
    max-width: 50px
}

.btn {
    display: inline-block;
    font-family: nunito, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 5px;
    padding: 12px 25px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid transparent
}

.btn i {
    position: relative;
    height: auto;
    line-height: .8;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

.btn.style1 {
    background: #d80758;
    color: #0f001a;
    padding: 8px 10px 8px 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.btn.style1 span {
    margin-right: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.btn.style1 i {
    width: 35px;
    height: 30px;
    background: #0f001a;
    border-radius: 4px;
    text-align: center;
    color: #10012a;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: .8;
    font-size: 16px;
    margin: 0 0 0 5px
}

.btn.style1:hover {
    background: #10012a
}

.btn.style2 {
    background: #10012a;
    color: #0f001a;
    padding: 8px 10px 8px 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.btn.style2 span {
    margin-right: 20px
}

.btn.style2 i {
    width: 35px;
    height: 30px;
    background: #0f001a;
    border-radius: 4px;
    text-align: center;
    color: #10012a;
    line-height: .8;
    font-size: 16px;
    margin: 0 0 0 5px
}

.btn.style2:hover {
    background: #d80758
}



.link {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.link i {
    position: absolute;
    top: 2px;
    right: -22px;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s
}

.link:hover {
    letter-spacing: .3px
}

.link.style1 {
    color: #d80758
}

.owl-carousel .owl-dots {
    height: 22px
}

.owl-carousel .owl-dots .owl-dot {
    margin: 0 5px
}

.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eeeff2;
    border: 1px solid transparent;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative
}



.section-title,
.content-title {
    position: relative
}

.section-title span,
.content-title span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 8px;
    font-family: 'Gabarito', cursive
}

.section-title h2,
.content-title h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0
}

.section-title p,
.content-title p {
    margin-bottom: 0
}

.section-title.style1 span,
.content-title.style1 span {
    color: #d80758
}

.section-title.style1 p {
    margin: 10px auto 0
}

.discount {
    text-decoration: line-through;
    margin-right: 8px !important
}

.text-black {
    color: #fff
}

.text-white {
    color: #0f001a
}

.bg-fixed {
    background-attachment: fixed
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    background-color: #fff
}

.bg-white {
    background-color: #0f001a
}

.bg-albastor {
    background-color: #f9f9f9
}

.bg-russian {
    background-color: #10012a
}

.bg-razz {
    background-color: #d80758
}

.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.body_overlay.open {
    visibility: visible;
    opacity: 1
}

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

.op-1 {
    opacity: .1
}

.op-2 {
    opacity: .2
}

.op-3 {
    opacity: .3
}

.op-4 {
    opacity: .4
}

.op-5 {
    opacity: .5
}

.op-6 {
    opacity: .6
}

.op-7 {
    opacity: .7
}

.op-8 {
    opacity: .8
}

.op-9 {
    opacity: .9
}

.op-95 {
    opacity: .95
}

.op-10 {
    opacity: 1
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #10012a;
}

.pos-rel {
    position: relative;
    z-index: 1
}

.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out
}

.moveHorizontal {
    -webkit-animation: moveHorizontal 3500ms infinite ease-in-out;
    animation: moveHorizontal 3500ms infinite ease-in-out
}

.moveHorizontal_reverse {
    -webkit-animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
    animation: moveHorizontal_reverse 3500ms infinite ease-in-out
}

.animationFramesTwo {
    -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
    animation: animationFramesTwo 20000ms infinite ease-in-out
}

.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear
}

.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear
}




.circle,
.btn.style1 i,
.btn.style2 i,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.shopcart span,
.search-area,
.contact-widget .contact-icon,
.contact-widget .contact-info span.contact-icon,
.page-navigation .page-nav li a,
#hero-thumbs .item .hero-thumb-item span,
.category-card .cat-icon,
.service-card .service-icon,
.case-card .case-img .case-info-wrap .read-more,
.team-card.style1 .member-info-wrap .member-social-profile span,
.promo-video .video-play,
.product-card .product-info .product-info-right .add-to-cart,
.product-quantity .qtySelector span,
.project-desc .project-metainfo li,
.btn.style1,
.btn.style2,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.hero-tablist-wrap,
.about-wrap.style3 .about-content .ceo-message,
.case-card .case-img .case-info-wrap,
.counter-card.style1,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card.style3 .blog-info .blog-metainfo,
.post-navigation,
.author-info-wrap,
.author-info-wrap .author-info,
.cart-table table tbody tr td .cart-item,
.cart-total .cart-total-item,
.team-card.style1 .member-info-wrap,
.blog-card .blog-info .blog-metainfo,
.product-card .product-info,
.checkout-details .bill-item,
.about-wrap.style3 .counter-box,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info,
.page-navigation .page-nav,
.why-choose-wrap.style3 .brand-logo,
.product-tablist,
.newsleter-wrap .newsletter-form,
.comment-item,
.comment-author_info,
.post-author,
.checkout-details .select-payment-method,
.footer-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn i,
.btn.style1,
.btn.style1 i,
.btn.style2,
.btn.style2 i,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.circle,
.btn.style1 i,
.btn.style2 i,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.shopcart span,
.search-area,
.contact-widget .contact-icon,
.contact-widget .contact-info span.contact-icon,
.page-navigation .page-nav li a,
#hero-thumbs .item .hero-thumb-item span,
.category-card .cat-icon,
.service-card .service-icon,
.case-card .case-img .case-info-wrap .read-more,
.team-card.style1 .member-info-wrap .member-social-profile span,
.promo-video .video-play,
.product-card .product-info .product-info-right .add-to-cart,
.product-quantity .qtySelector span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn.style1,
.btn.style2,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.hero-tablist-wrap,
.about-wrap.style3 .about-content .ceo-message,
.case-card .case-img .case-info-wrap,
.counter-card.style1,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card.style3 .blog-info .blog-metainfo,
.post-navigation,
.author-info-wrap,
.author-info-wrap .author-info,
.cart-table table tbody tr td .cart-item,
.cart-total .cart-total-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.case-card .case-img .case-info-wrap,
.team-card.style1 .member-info-wrap,
.blog-card .blog-info .blog-metainfo,
.post-navigation,
.cart-total .cart-total-item,
.product-card .product-info,
.checkout-details .bill-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero-tablist-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.about-wrap.style3 .counter-box,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-navigation .page-nav,
.why-choose-wrap.style3 .brand-logo,
.blog-card.style3 .blog-info .blog-metainfo,
.product-tablist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #915aba, #1f0033);
    z-index: 99;
    -webkit-transition: .4s;
    transition: .4s
}

.header-wrap.sticky {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #0f001a
}

.header-wrap .header-top {
    padding: 10px 0
}

.header-wrap .header-top .header-top-left .contact-item {
    position: relative;
    padding-left: 27px;
    margin-left: 25px;
    color: #0f001a
}

.header-wrap .header-top .header-top-left .contact-item:first-child {
    margin-left: 0
}

.header-wrap .header-top .header-top-left .contact-item i {
    color: #0f001a;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px;
    line-height: .8
}

.header-wrap .header-top .header-top-left .contact-item a {
    color: #0f001a;
    font-size: 15px
}


.header-wrap .header-bottom {
    padding: 14px 0
}

.header-wrap .header-bottom .header-bottom-right .searchbox {
    position: relative;
    max-width: 220px
}

.header-wrap .header-bottom .header-bottom-right .searchbox input {
    width: 100%;
    background: #f9f9f9;
    height: 48px;
    border-radius: 5px;
    padding: 10px 15px;
    border: none
}

.header-wrap .header-bottom .header-bottom-right .searchbox button {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: transparent;
    border: none;
    height: 100%;
    cursor: pointer
}

.header-wrap .header-bottom .header-bottom-right .searchbox button i {
    position: relative;
    top: 3px
}

.select-lang {
    padding-left: 18px;
    position: relative
}

.select-lang i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px;
    color: #0f001a
}

.select-lang .navbar-language .dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #0f001a;
    font-size: 16px;
    padding-right: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: nunito, sans-serif
}

.select-lang .navbar-language .dropdown-toggle:after {
    display: none
}

.select-lang .navbar-language .dropdown-toggle:before {
    position: absolute;
    top: 2px;
    right: 2px;
    content: "\f108";
    font-family: flaticon;
    font-weight: 500;
    border: 0;
    margin-left: 8px;
    font-size: 8px
}

.select-lang .navbar-language .dropdown-menu {
    margin: 0;
    padding: 5px 0;
    -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
    left: auto;
    right: 0;
    border: 0;
    border-radius: 0;
    -webkit-transform: translateY(75px) !important;
    transform: translateY(75px) !important;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.select-lang .navbar-language .dropdown-menu a {
    padding: 5px 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 15px
}

.select-lang .navbar-language .dropdown-menu a.active {
    background-color: #f8f9fa
}

.select-lang .navbar-language .dropdown-menu a img {
    width: 20px;
    margin-right: 10px
}

.select-lang .navbar-language .dropdown-menu.show {
    -webkit-transform: translateY(40px) !important;
    transform: translateY(40px) !important;
    opacity: 1;
    pointer-events: all
}



@media only screen and (max-width:767px) {
    .header-wrap .logo img {
        max-width: 120px
    }
}

@media only screen and (max-width:1199px) {
    .header-wrap .header-top .header-top-left .contact-item {
        width: 100%;
        margin: 0 0 15px;
        color: #10012a
    }

    .header-wrap .logo img {
        max-width: 120px
    }

    .header-wrap.style1 .header-top .header-top-left .contact-item i,
    .header-wrap.style1 .header-top .header-top-right .user-login i,
    .header-wrap.style1 .header-top .header-top-right .select-lang i {
        color: #d80758
    }

    .header-wrap.style1 .header-top .header-top-left .contact-item p,
    .header-wrap.style1 .header-top .header-top-left .contact-item a {
        color: #fff;
        font-size: 15px
    }

    
    .header-wrap .header-top {
        position: absolute;
        height: 100vh;
        width: 100%;
        top: 0;
        background: #eeeff2;
        right: -100%;
        padding: 50px 0 !important;
        display: block;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s
    }

  

    
    .header-wrap .header-top.open {
        visibility: visible;
        opacity: 1;
        right: 0
    }

    .header-wrap.style1 .header-bottom-right .mobile-bar-wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .menu-bar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mobile-bar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        position: relative;
        top: 4px
    }

    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px
    }

    .menu-close i {
        color: #fff;
        font-size: 22px
    }

    .mobile-menu {
        text-align: right
    }

    .mobile-menu a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        background: #d80758
    }

    .mobile-menu a i {
        color: #0f001a;
        font-size: 23px;
        line-height: 33px;
        position: relative;
        top: 1px
    }

    .mobile-top-bar,
    .mobile-menu {
        display: inline-block;
        position: relative;
        top: -3px
    }

    .mobile-top-bar {
        margin-right: 15px;
        cursor: pointer;
        position: relative;
        top: 0
    }

    .mobile-top-bar span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 20px;
        background-color: #fff;
        margin: 5.9px 0
    }

    .mobile-top-bar span:nth-child(1) {
        margin-top: 0
    }

    .mobile-top-bar span:nth-child(2) {
        width: 12px;
        margin-left: 8px
    }

    .close-header-top button {
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 999;
        background: 0 0;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0
    }

    .close-header-top button i {
        color: #fff;
        font-size: 20px
    }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #0f001a;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: .5s;
        transition: .5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: .4s;
        transition: .4s
    }

    .main-menu-wrap.open {
        left: 0
    }

    .main-menu>li.has-children.menu-open>span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-menu>li.has-children.menu-open>span.menu-expand i {
        color: #fff
    }

    .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-menu li {
        position: relative
    }

    .main-menu li:last-child {
        margin: 0
    }

    .main-menu li>span.menu-expand {
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer
    }

    .main-menu li>span.menu-expand i {
        color: #fff;
        font-size: 14px
    }

    .main-menu li>span.menu-expand:hover {
        color: #fff
    }

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

    .main-menu li>a {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .3)
    }

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

    .main-menu li>ul.sub-menu {
        padding-left: 20px
    }

    .main-menu li a.active {
        font-weight: 600;
        color: #fff;
        border-color: rgba(0, 0, 0, .3)
    }
}

@media only screen and (min-width:1200px) {
    .header-wrap.sticky {
        margin-top: -48px
    }

    .header-wrap .container {
        max-width: 1140px
    }

    .header-wrap.style1 .main-menu-wrap {
        text-align: right;
        margin-right: 25px
    }

    .header-wrap.style2 .main-menu-wrap {
        text-align: center
    }

    .main-menu-wrap #menu ul li {
        display: inline-block;
        position: relative
    }

    .main-menu-wrap #menu ul li a {
        padding: 15px 20px;
        color: #fff;
        font-family: nunito, sans-serif;
        font-size: 16px;
        -webkit-transition: .3s;
        transition: .3s
    }

    .main-menu-wrap #menu ul li a.active,
    .main-menu-wrap #menu ul li a:hover {
        color: #d80758
    }

    .main-menu-wrap #menu ul li a.active:before,
    .main-menu-wrap #menu ul li a:hover:before {
        visibility: visible;
        opacity: 1
    }

    .main-menu-wrap #menu ul li.has-children .sub-menu {
        position: absolute;
        top: 90px;
        left: 0;
        height: 400px;
        overflow-y: scroll;
        min-width: 200px;
        border-radius: 2px;
        background: #0f001a;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 24px 40px -4px rgba(0, 0, 0, .1);
        box-shadow: 0 24px 40px -4px rgba(0, 0, 0, .1);
        z-index: 10;
        display: block !important;
        -webkit-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid #d80758
    }

    .main-menu-wrap #menu ul li.has-children .sub-menu li {
        margin: 0;
        display: block;
        text-align: left
    }

    .main-menu-wrap #menu ul li.has-children .sub-menu li a {
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        margin: 0;
        display: block;
        padding: 15px 22px;
        margin: 0;
        color: #fff;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #eeeff2;
        -webkit-transition: .3s;
        transition: .3s;
        position: relative
    }

    .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
        padding-left: 30px;
        color: #d80758
    }

    .main-menu-wrap #menu ul li.has-children .sub-menu li a.active,
    .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
        color: #d80758
    }

    .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before,
    .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:before {
        width: 100%;
        visibility: visible;
        opacity: 1
    }

    .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:after,
    .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:after {
        border-color: #d80758
    }

    .main-menu-wrap #menu ul li.has-children .sub-menu li:last-child>a {
        border-bottom: none
    }

    .main-menu-wrap #menu ul li.has-children:hover>.sub-menu {
        top: 66px;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    .main-menu-wrap #menu>ul>li {
        margin: 0
    }

    .main-menu-wrap #menu>ul>li>a {
        display: inline-block;
        position: relative;
        font-weight: 600;
        -webkit-transition: .3s;
        transition: .3s
    }

    .main-menu-wrap #menu>ul>li.has-children>a {
        position: relative
    }

    .main-menu-wrap #menu>ul>li.has-children>a:after {
        position: absolute;
        top: 16px;
        right: 9px;
        content: "\f14d";
        font-family: flaticon;
        font-size: 8px;
        font-weight: 500;
        -webkit-transition: .6s;
        transition: .6s
    }

    .main-menu-wrap #menu>ul>li.has-children>.sub-menu>.has-children>a {
        position: relative
    }

    .main-menu-wrap #menu>ul>li.has-children>.sub-menu>.has-children>a:after {
        position: absolute;
        top: 24px;
        right: 20px;
        content: "";
        width: 6px;
        height: 6px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .main-menu-wrap #menu>ul>li.has-children>.sub-menu>.has-children>a:hover:after {
        border-color: #0f001a
    }

    .main-menu-wrap #menu>ul>.has-children {
        position: relative
    }

    .main-menu-wrap #menu ul>.has-children>.sub-menu>.has-children>.sub-menu {
        left: auto;
        right: 100%;
        top: 0 !important
    }

    .menu-expand i {
        display: none
    }

}

.page-navigation {
    margin: 5px 0 0
}

.page-navigation .page-nav {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-navigation .page-nav li {
    margin: 0 5px
}

.page-navigation .page-nav li:first-child {
    margin-left: 0
}

.page-navigation .page-nav li:last-child {
    margin-right: 0
}

.page-navigation .page-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    font-family: 'Gabarito', cursive;
    font-weight: 600;
    opacity: .7;
    color: #10012a;
    background: #f9f9f9;
    text-align: center
}

.page-navigation .page-nav li a i {
    font-size: 18px;
    line-height: .8;
    color: #10012a
}

.page-navigation .page-nav li a.active,
.page-navigation .page-nav li a:hover {
    background: #d80758;
    color: #0f001a;
    opacity: 1
}

.page-navigation .page-nav li a.active i,
.page-navigation .page-nav li a:hover i {
    color: #0f001a
}




.project-desc h2 {
    margin-bottom: 15px;
    font-size: 26px
}

.project-desc p {
    margin-bottom: 15px
}

.project-desc .project-metainfo {
    margin-top: 25px
}

.project-desc .project-metainfo li {
    margin-bottom: 25px
}

.project-desc .project-metainfo li:last-child {
    margin-bottom: 0
}

.project-desc .project-metainfo li h6 {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    width: 180px;
    font-family: nunito, sans-serif
}

.project-desc .project-metainfo li h6 i {
    position: relative;
    top: 2px;
    color: #d80758;
    margin-right: 7px
}

.project-desc .project-metainfo li p {
    width: calc(100% - 180px);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2
}

.project-desc-para {
    margin-bottom: 25px
}

.project-desc-para h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px
}

.project-gallery .single-project-img {
    border-radius: 5px;
    margin-bottom: 25px
}

.project-gallery .single-project-img a {
    display: block
}

.project-gallery .single-project-img a img {
    border-radius: 5px
}



.team-card {
    margin-bottom: 25px
}

.team-card .member-info-wrap .member-name h4 {
    font-size: 24px
}

.team-card.style1 .member-img {
    position: relative;
    border-radius: 5px 5px 5px 0;
    z-index: 1
}

.team-card.style1 .member-img:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80%;
    content: "";
    border-radius: 0 5px 0 0;
    background-color: #10012a;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s
}

.team-card.style1 .member-img img {
    width: calc(100% - 25px);
    border-radius: 5px 5px 5px 0
}

.team-card.style1 .member-info-wrap {
    padding: 10px 25px;
    border-radius: 0 0 5px 5px;
    background-color: #10012a;
    -webkit-transition: .4s;
    transition: .4s
}

.team-card.style1 .member-info-wrap .member-name {
    width: calc(100% - 55px)
}

.team-card.style1 .member-info-wrap .member-name h4 {
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.1
}

.team-card.style1 .member-info-wrap .member-name span {
    font-size: 16px;
    color: #fff
}

.team-card.style1 .member-info-wrap .member-social-profile {
    position: relative
}

.team-card.style1 .member-info-wrap .member-social-profile span {
    width: 50px;
    height: 50px;
    background-color: #0f001a;
    border-radius: 5px;
    text-align: center
}

.team-card.style1 .member-info-wrap .member-social-profile span i {
    color: #10012a;
    font-size: 20px;
    line-height: .8
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile {
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li {
    display: block;
    margin: 0 0 15px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:last-child {
    margin-bottom: 0
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li a {
    border-radius: 5px;
    width: 50px;
    height: 50px
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(1) {
    -webkit-transition: .3s;
    transition: .3s
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(2) {
    -webkit-transition: .6s;
    transition: .6s
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(3) {
    -webkit-transition: .9s;
    transition: .9s
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(4) {
    -webkit-transition: 1.2s;
    transition: 1.2s
}

.team-card.style1:hover .member-img:after {
    background-color: #d80758
}

.team-card.style1:hover .member-info-wrap {
    background-color: #d80758
}

.team-card.style1 .member-social-profile:hover .social-profile {
    visibility: visible;
    opacity: 1
}

.team-card.style1 .member-social-profile:hover .social-profile li {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.team-card.style2 .member-info-wrap {
    text-align: center;
    padding: 25px 30px 30px;
    background-color: #10012a;
    -webkit-transition: .4s;
    transition: .4s
}

.team-card.style2 .member-info-wrap h4 {
    line-height: 1;
    margin: 0 0 10px;
    color: #0f001a
}

.team-card.style2 .member-info-wrap span {
    font-size: 16px;
    color: #0f001a
}

.team-card.style2 .social-profile {
    margin-top: 25px
}

.team-card.style2 .social-profile.style2 li a {
    -webkit-transition: .4s;
    transition: .4s
}

.team-card.style2 .social-profile.style2 li a:hover {
    background-color: #10012a;
    border-radius: 0
}

.team-card.style2:hover .member-info-wrap {
    background-color: #d80758
}

.team-card.style3 .member-info-wrap {
    text-align: center;
    padding: 22px 25px;
    background-color: #f9f9f9;
    -webkit-transition: .4s;
    transition: .4s
}

.team-card.style3 .member-info-wrap h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 10px;
    color: #10012a
}

.team-card.style3 .member-info-wrap span {
    font-size: 16px;
    color: #fe3434
}

.team-card.style3 .social-profile {
    margin-top: 15px
}

.team-card.style3 .social-profile.style2 li a {
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.team-card.style3 .social-profile.style2 li a i {
    font-size: 18px
}

.team-card.style3 .social-profile.style2 li a:hover {
    background-color: #10012a
}

.team-card.style3:hover .member-info-wrap {
    background-color: #d80758
}

.team-card.style3:hover .member-info-wrap h4,
.team-card.style3:hover .member-info-wrap span {
    color: #0f001a
}

.circle,
.btn.style1 i,
.btn.style2 i,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.shopcart span,
.search-area,
.contact-widget .contact-icon,
.contact-widget .contact-info span.contact-icon,
.page-navigation .page-nav li a,
#hero-thumbs .item .hero-thumb-item span,
.category-card .cat-icon,
.service-card .service-icon,
.case-card .case-img .case-info-wrap .read-more,
.team-card.style1 .member-info-wrap .member-social-profile span,
.promo-video .video-play,
.product-card .product-info .product-info-right .add-to-cart,
.product-quantity .qtySelector span,
.project-desc .project-metainfo li,
.btn.style1,
.btn.style2,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.hero-tablist-wrap,
.about-wrap.style3 .about-content .ceo-message,
.case-card .case-img .case-info-wrap,
.counter-card.style1,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card.style3 .blog-info .blog-metainfo,
.post-navigation,
.author-info-wrap,
.author-info-wrap .author-info,
.cart-table table tbody tr td .cart-item,
.cart-total .cart-total-item,
.team-card.style1 .member-info-wrap,
.blog-card .blog-info .blog-metainfo,
.product-card .product-info,
.checkout-details .bill-item,
.about-wrap.style3 .counter-box,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info,
.page-navigation .page-nav,
.why-choose-wrap.style3 .brand-logo,
.product-tablist,
.newsleter-wrap .newsletter-form,
.comment-item,
.comment-author_info,
.post-author,
.checkout-details .select-payment-method,
.footer-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn i,
.btn.style1,
.btn.style1 i,
.btn.style2,
.btn.style2 i,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.circle,
.btn.style1 i,
.btn.style2 i,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.shopcart span,
.search-area,
.contact-widget .contact-icon,
.contact-widget .contact-info span.contact-icon,
.page-navigation .page-nav li a,
#hero-thumbs .item .hero-thumb-item span,
.category-card .cat-icon,
.service-card .service-icon,
.case-card .case-img .case-info-wrap .read-more,
.team-card.style1 .member-info-wrap .member-social-profile span,
.promo-video .video-play,
.product-card .product-info .product-info-right .add-to-cart,
.product-quantity .qtySelector span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn.style1,
.btn.style2,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.hero-tablist-wrap,
.about-wrap.style3 .about-content .ceo-message,
.case-card .case-img .case-info-wrap,
.counter-card.style1,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card.style3 .blog-info .blog-metainfo,
.post-navigation,
.author-info-wrap,
.author-info-wrap .author-info,
.cart-table table tbody tr td .cart-item,
.cart-total .cart-total-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.case-card .case-img .case-info-wrap,
.team-card.style1 .member-info-wrap,
.blog-card .blog-info .blog-metainfo,
.post-navigation,
.cart-total .cart-total-item,
.product-card .product-info,
.checkout-details .bill-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero-tablist-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.about-wrap.style3 .counter-box,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-navigation .page-nav,
.why-choose-wrap.style3 .brand-logo,
.blog-card.style3 .blog-info .blog-metainfo,
.product-tablist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.escort-images{
    margin-top: 30px;
    margin-bottom: 30px;
}
.escort-images .box{
    border-radius: 10px;
    border: 2px solid #ddd;
    transition: .5s ease
}
.escort-images .box:hover{
    transform: translateY(-15px);
    box-shadow: rgba(50, 50, 93, .25) 0 30px 60px -12px, rgba(0, 0, 0, .3) 0 18px 36px -18px;
    transition: .5s ease;
}
.escort-images .box .text{
    padding: 12px;
    background: #10012a;
    text-align: center;
}
.escort-images .box .text p{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    color: #0f001af;
}
.escort-images .box .icons{
    padding: 10px;
    height: 75px;
}
.escort-images .box .icons .fa-whatsapp{
        float: left;
            width: 50px;
            height: 50px;
            background: #05b332;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 23px;
}
.escort-images .box .icons .fa-whatsapp:hover{
    border: 1px solid #05b332;
    color: #05b332;
    background: none;
}
.escort-images .box .icons .flaticon-phone-call {
    float: right;
    width: 50px;
    height: 50px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
}
.escort-images .box .icons .flaticon-phone-call:hover{
    border: 1px solid #f00;
    color: #f00;
    background: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d80658;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d80658;
}
.whatsapp a{
    width: 50%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #05b332;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    z-index: 99;
}
.whatsapp a i{
    margin-right: 10px;
}
.call a{
    width: 50%;
    position: fixed;
    bottom: 0;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    right: 0;
    z-index: 99;
}
.call a i {
    margin-right: 10px;
}
.content-sec-1 .images{
    background: #10012a;
    padding: 10px;
    border-radius: 10px;
}
.content-sec-1 .images img{
    border-radius: 10px;
    margin-bottom: 20px;
}
.content-sec-1 .image{
    border-radius: 10px;
    overflow: hidden;
}
.content-sec-1 .image:hover img{
    transform: scale(1.1);
    transition: .5s ease;
}
.gallery{
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.modal-header{
    border-bottom: 0 !important;
    justify-content: end !important;
    padding: 7px !important;
}
.modal-header button{
    border-radius: 50%;
    border: none;
    background: #ff1455;
    color: #0f001a;
    padding: 2px 10px;
}
.modal-body .buttons a{
    background: #e3e3e3;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 10px;
    color: #17141b;
}
.modal-body{
    text-align: center;
    text-align: center;
    margin-top: 20px;
    padding: 200px 0;
}
.modal-body h3{
    margin-bottom: 20px;
    color: #0f001a;
}
.dis{
    margin-top: 30px;
    text-align: center;
}
.dis h3{
    color: #0f001a;
}
.dis p{
    color: #0f001a;
}
.modal-dialog{
    max-width: 1000px !important;
}
.modal-content{
    background-color: #1e1e1ea8 !important;
}


.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;           /* Full screen height */
    min-height: 650px;
   
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-content {
    color: white;
    z-index: 2;
}

.main-text {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 3px 10px rgba(46, 41, 177);
}

.sub-text {
    font-size: 1.4rem;
    margin-bottom: 8px;
    opacity: 0.95;
}

.price-text {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.price-text strong {
    color: #ff0232;
    font-size: 2rem;
}

.book-btn {
    background: #ff00aa;
    color: white;
    padding: 14px 40px;
    font-size: 1.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.book-btn:hover {
    background: #ff3399;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .main-text {
        font-size: 2.2rem;
    }
    .sub-text {
        font-size: 1.1rem;
    }
}


.services-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #1a0033, #0f001a);
    color: white;
    text-align: center;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 10px;
    background: linear-gradient(to right, #ff00cc, #ff99cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    background: rgba(255,255,255,0.08);
    border-radius: 15px;
    padding: 30px 20px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.service-card:hover {
    transform: translateY(-12px);
    background: rgba(255,255,255,0.15);
    box-shadow: 0 15px 30px rgba(255, 0, 150, 0.3);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 18px;
    color: #ff0000;
    transition: all 0.3s;
}

.service-card:hover .service-icon {
    transform: scale(1.15);
    color: #ff99cc;
}

.service-card h3 {
    font-size: 1.25rem;
    margin: 12px 0;
    color: white;
}

.service-card p {
    font-size: 0.95rem;
    opacity: 0.85;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}




.rates-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0f001a, #0f001a);
    color: white;
    text-align: center;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 10px;
    background: linear-gradient(to right, #ff00cc, #ff99ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 40px;
}

.pricing-table {
    max-width: 1100px;
    margin: 0 auto;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.pricing-table th {
    background: #271e4a;
    color: white;
    padding: 18px 12px;
    font-size: 1.1rem;
}

.pricing-table td {
    padding: 18px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 1.05rem;
}

.pricing-table tr:hover {
    background: rgba(255,255,255,0.15);
}

.pricing-table td strong {
    font-size: 1.4rem;
    color: #fff;
}

.note {
    margin-top: 30px;
    font-size: 0.95rem;
    opacity: 0.85;
    font-style: italic;
}


.faq-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0f001a, #0f001a);
    color: white;
}

.section-title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(to right, #ff00cc, #ff99ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 50px;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 12px;
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.faq-question:hover {
    background: rgba(255,255,255,0.1);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: rgba(0,0,0,0.2);
}

.faq-answer p {
    padding: 20px 0;
    margin: 0;
    line-height: 1.7;
    opacity: 0.95;
}

.faq-icon {
    font-size: 1.6rem;
    transition: transform 0.4s;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .faq-question {
        font-size: 1rem;
        padding: 18px 20px;
    }
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .pricing-table th,
    .pricing-table td {
        padding: 14px 8px;
        font-size: 0.95rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
}


.reviews-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0f001a, #0f001a);
    color: white;
    text-align: center;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 10px;
    background: linear-gradient(to right, #cc2ead, #ffcaff);  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    font-size: 1.2rem;
    opacity: 0.85;
    margin-bottom: 50px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background: rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: left;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
}

.review-card:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.15);
    box-shadow: 0 15px 35px rgba(255, 0, 170, 0.25);
}

.stars {
    font-size: 1.8rem;
    color: #ffd700;
    margin-bottom: 15px;
}

.review-text {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
    opacity: 0.95;
}

.reviewer {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    font-size: 0.95rem;
}

.reviewer strong {
    color: #f7cd29;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 2.3rem;
    }
}


.map-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0f001a, #0f001a);
    color: white;
    text-align: center;
}

.section-title {
    font-size: 2.7rem;
    margin-bottom: 10px;
    background: linear-gradient(to right, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.map-wrapper {
    max-width: 1100px;
    margin: 0 auto 50px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 0, 170, 0.2);
}


.main-footer {
    background: linear-gradient(135deg, #0f091f, #0f001a);
    color: #ddd;
    padding: 70px 20px 30px;
    font-family: 'Segoe UI', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
}

.footer-col h3 {
    color: #ff66b2;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.footer-col h4 {
    color: #fe3434;
    margin-bottom: 18px;
    font-size: 1.2rem;
}

.footer-col p {
    margin-bottom: 8px;
    opacity: 0.9;
}

.tagline {
    color: #ff66b2;
    font-style: italic;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    transition: all 0.3s;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-col ul li:hover {
    color: #fe3434;
    padding-left: 5px;
}

.contact-info p {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info i {
    color: #ff66b2;
    width: 20px;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.8;
}

.disclaimer-small {
    margin-top: 8px;
    font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 35px;
    }
    
    .main-footer {
        padding: 50px 15px 25px;
    }
}

/* ===================== ONLY MOBILE - ESCORT IMAGES CENTER ===================== */

@media (max-width: 767px) {

    .escort-images .row .col-md-3,
    .escort-images .row .col-sm-6,
    .escort-images .row .col-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .escort-images .box .img-box {
        text-align: center !important;
        padding: 5px 0 !important;
    }

    .escort-images .box .img-box img {
        margin: 0 auto !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 260px !important;
        object-fit: cover !important;
    }

    .escort-images .box {
        margin-bottom: 28px !important;
    }
}

/* Very Small Mobile */
@media (max-width: 480px) {
    .escort-images .box .img-box img {
        height: 420px !important;
    }
}



.contact-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #1a001f, #2d003d);
    color: white;
}

.section-title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 50px;
    opacity: 0.9;
}

.contact-form {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(255,255,255,0.08);
    padding: 40px 30px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    color: #ff0000;
    font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    background: rgba(255,255,255,0.15);
    box-shadow: 0 0 0 2px rgba(255, 0, 170, 0.5);
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(45deg, #f00, #f00);
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s;
    margin-top: 10px;
}

.submit-btn:hover {
    transform: scale(1.03);
    background: linear-gradient(45deg, #ff3399, #ff00aa);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
}