@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;
    500;
    600;
    700;
    800;
    900&family=Poppins: wght@300;
    400;
    500;
    600;
    700;
    800;
    900&display=swap);
    @import url(https: //fonts.cdnfonts.com/css/archivo);
    @import url(https: //fonts.cdnfonts.com/css/exo-4);
    a, a : focus, a:hover {
    text-decoration: none;
    color: #000;
}
body, p {
    color: #555;
}
.list-style, .list-style li {
    list-style: none;
}
.back-to-top, .page-nav li a {
    width: 45px;
    height: 45px;
    text-align: center;
}
.btn i, .page-nav li a, body {
    font-size: 16px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
.accordion-item .accordion-header .accordion-button:focus, .btn:focus, :focus, button: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-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input, textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}
input:focus, textarea:focus {
    border: 1px solid rgba(0, 0, 0, .2);
}
.back-to-top, .btn, select {
    border-radius: 5px;
}
#cmt-form .comment-form .form-group input, #contactForm .form-group input, .checkout-form .form-group input, .contact-wrap #contactForm .form-group input, input, select {
    height: 60px;
}
a {
    text-transform: inherit;
    -webkit-transition: .3s;
    transition: .3s;
}
.back-to-top, .btn i {
    -webkit-transition: .4s ease-in-out;
}
a :focus, a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus {
    outline: solid 0;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5;
    color: #232e36;
    font-family: Exo, sans-serif;
}
.btn, p {
    font-weight: 400;
}
body {
    font-family: Archivo, sans-serif;
}
p {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}
.about-wrap.style3 .about-content .client-quote .client-info span, .blog-card.style2 .blog-info .link:hover, .blog-card.style2 .blog-info h3:hover a, .blog-card.style3 .blog-info .link:hover, .blog-card.style3 .blog-info h3:hover a, .blog-card:hover .blog-info h3 a, .breadcrumb-title .breadcrumb-menu li a:hover, .cart-table table tbody tr td .cart-item:hover, .cart-total .cart-total-wrap .cart-total-item span, .checkbox a, .contact-content .contact-info li:hover a, .footer-wrap .footer-widget .contact-info li a:hover, .footer-wrap .footer-widget .footer-menu li a:hover i, .hero-wrap.style2 .hero-content span, .hero-wrap.style3 .hero-content span, .link.style1, .login-form-wrap .link.style1, .new-product-item .new-product-info h6:hover a, .pp-post-item:hover .pp-post-info h6 a, .product-card:hover .product-info h3 a, .project-card:hover .project-info h3 a, .project-desc p a, .service-card.style1:hover .service-info h3 a, .service-card.style2:hover .service-info h3 a, .service-card.style3 .service-icon i, .service-card.style4 .service-icon i, .service-card.style4:hover .service-info h3 a, .service-desc p a, .social-profile.style4 li a:hover i, .terms-wrap p a, .testimonial-card.style3:hover .client-img i, .testimonial-card.style3:hover .client-info h3, .testimonial-card.style4 .client-img i, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover i, .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover i, .testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover i, .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover i, .video-wrap .play-now i, article p a, select option {
    color: #d66774;
}
select {
    cursor: pointer;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 15px) 50%;
    width: 100%;
    padding: 10px;
    color: #757575;
}
.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-200 {
    padding-top: 200px;
}
.pb-10, .ptb-10 {
    padding-bottom: 10px;
}
.pb-20, .ptb-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-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, .service-desc h3 {
    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;
}
.mb-90 {
    margin-bottom: 90px!important;
}
.mb-100, .mtb-100 {
    margin-bottom: 100px!important;
}
.mmt-10 {
    margin-top: -10px!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, .mtb-100 {
    margin-top: 100px!important;
}
#message, .list-style {
    margin: 0;
    padding: 0;
}
.z-0 {
    z-index: 0;
    position: relative;
}
.help-block {
    color: #e31c25;
}
.back-to-top i, .blog-card.style2 .blog-info h3 a, .blog-card.style3 .blog-info h3 a, .btn, .btn.style4:hover, .btn:hover, .cart-table table tbody tr td .cart-action:hover i, .contact-wrap .contact-content .content-title h2, .content-title.style2 h2, .cta-wrap.style2 .cta-content .content-title h2, .cta-wrap.style3 .cta-content .content-title h2, .footer-wrap .footer-widget .social-profile li a:hover i, .hero-wrap.style2 .container .scroll-to-section i, .login-header span, .owl-carousel .owl-nav button.owl-next:hover i, .owl-carousel .owl-nav button.owl-prev:hover i, .page-nav li a.active i, .page-nav li a:hover i, .pricing-card .btn.style2:hover, .pricing-card.style2 .pricing-tag, .pricing-card.style3 .pricing-tag, .project-card.style2 .project-info h3 a, .project-card.style2:hover .project-info h3 a, .project-slider-one.owl-carousel .owl-nav button.owl-next i, .project-slider-one.owl-carousel .owl-nav button.owl-prev i, .section-title.style2 h2, .service-card.style3 .service-info h3 a, .social-profile.style1 li a:hover i, .social-profile.style2 li a:hover i, .social-profile.style3 li a:hover i, .swiper-button-next:hover i, .swiper-button-prev:hover i, .team-card .team-info .social-profile li a:hover i, .testimonial-card.style2 .client-info-wrap .client-info h3, .testimonial-card.style3 .client-quote, .update-cart:hover i {
    color: #fff;
}
.page-wrapper {
    overflow-x: hidden;
}
.cart-total .cart-total-wrap .cart-total-item, .checkbox-item, .hero-wrap.style3 .line-shape-wrap, .project-info-list li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.feature-card .feature-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
}
100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}
}@keyframes ripple {
    70% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
}
100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}
}.back-to-top {
    font-size: 24px;
    line-height: 42px;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    background: #000;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    transition: .4s ease-in-out;
}
.back-to-top.open {
    bottom: 30px;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    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;
}
.btn, .btn i, .link {
    position: relative;
}
.btn {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    z-index: 1;
    border: none;
    padding: 18px 28px;
    overflow: hidden;
    white-space: nowrap;
}
.btn.style2, .btn.style3 {
    border: 1px solid #d66774;
}
.btn i {
    top: 3px;
    margin-left: 7px;
    transition: .4s ease-in-out;
}
.btn:after, .btn:before {
    width: 50%;
    z-index: -1;
    -webkit-transition: .4s ease-in-out;
    position: absolute;
    content: "";
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.btn:before {
    top: 0;
    left: 0;
    transition: .4s ease-in-out;
}
.btn:after {
    bottom: 0;
    right: 0;
    transition: .4s ease-in-out;
}
.link, .link:after {
    -webkit-transition: .4s ease-in-out;
}
.btn:hover:after, .btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.btn.style1, .tag-list ul li a:hover {
    background-color: #d66774;
    color: #fff;
}
.btn.style2, .btn.style3, .btn.style4 {
    background-color: transparent;
}
.btn.style1:after, .btn.style1:before {
    background: #242e37;
}
.btn.style2 {
    color: #232e36;
    font-weight: 500;
}
.btn.style2:after, .btn.style2:before, .btn.style3:after, .btn.style3:before, .testimonial-slider-two.owl-carousel .owl-dots button.owl-dot.active span {
    background: #d66774;
}
.btn.style2:hover, .btn.style3:hover {
    color: #fff;
    border-color: transparent;
}
.btn.style3 {
    color: #fff;
}
.content-title.style1 span, .hero-content h1.aos-init, .hero-content p.aos-init.aos-animate, .hero-wrap.style1 .scroll-to-section i, .link, .link:hover, .new-product-item .new-product-info h6 a, .post-tag ul li a:hover, .product-tab-content .product_features li b, .project-desc p strong, .section-title.style1 span, .service-desc p strong, .slide-two-content .inner-box .image-box .content-inner h2 a, .social-profile.style1 li a i, .social-profile.style2 li a i, .terms-wrap p strong, article p strong {
    color: #000;
}
.btn.style4 {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #000;
}
.btn.style4:after, .btn.style4:before {
    background: #000;
}
.blog-card.style2 .blog-info .link:hover:after, .blog-card.style3 .blog-info .link:hover:after, .btn.style5, .cart-table table tbody tr td .cart-action:hover, .project-slider-one.owl-carousel .owl-nav button.owl-next:hover, .project-slider-one.owl-carousel .owl-nav button.owl-prev:hover, .swiper-button-next:hover, .swiper-button-prev:hover, .update-cart:hover {
    background-color: #d66774;
}
.btn.style5:after, .btn.style5:before {
    background: #1e2327;
}
.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    transition: .4s ease-in-out;
}
.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-in-out;
}
.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.link:hover:after, .pricing-card.style3:hover:before {
    visibility: visible;
    opacity: 1;
    width: 100%}
.link:hover i, .single-product-details .single-product-title .ratings span {
    margin-left: 10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
    font-size: 18px;
    line-height: .8;
    display: inline-block;
    position: relative;
    top: 1px;
    color: #555;
    margin: 0 auto;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #000;
    border-color: transparent;
}
.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    bottom: -5px;
}
.owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1);
    position: relative;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.body_overlay, .page-nav li a {
    -webkit-transition: .4s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot.active span {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    background: #d66774;
}
.about-wrap.style2 .container, .blog-card.style1, .blog-card.style4, .call-to-action-two .content-column, .category-box ul li, .contact-wrap.style2 .container, .content-title, .coupon-code, .faq-wrap, .pricing-card.style3, .project-card.style2, .search-box, .search-box .form-group, .section-full, .section-title, .single-product-details .single-product-title, .slide-two-content .inner-box, .slide-two-content .inner-box .image-box, .slide-two-content .inner-box .image-box .image, .video-style2-left, section.ft3-main-slider-two {
    position: relative;
}
.content-title h2, .section-title h2 {
    font-size: 40px;
    margin: 0;
}
.content-title p, .section-title p {
    margin: 15px 0 0;
}
.content-title span, .section-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 5px;
    position: relative;
    z-index: 1;
    line-height: 1;
    letter-spacing: 1px;
    color: #d66774;
}
.content-title span p, .section-title span p {
    margin: 10px auto 0;
}
.blog-card.style2 .blog-info p, .blog-card.style3 .blog-info p, .content-title.style2 p, .content-title.style2 p a, .cta-wrap.style2 .cta-content .content-title p, .cta-wrap.style3 .cta-content .content-title p, .hero-wrap.style2 .hero-content p, .hero-wrap.style3 .hero-content p, .pricing-card.style2 .pricing-tag p, .pricing-card.style2 .pricing-tag span, .pricing-card.style2 h6, .pricing-card.style3 .pricing-tag p, .pricing-card.style3 .pricing-tag span, .pricing-card.style3 h6, .section-title.style2 p, .section-title.style2 p a, .service-card.style3 .service-info p, .testimonial-card.style2 .client-info-wrap .client-info span {
    color: #ccc;
}
.bg-transparent, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover, .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover, .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
}
.bg-black {
    background-color: #000;
}
.about-bgs, .bg-white, .blog-card.style4 .blog-img .blog-date, .feature-card.style2:hover, .header-wrap.sticky.style1 {
    background-color: #fff;
}
.bg-athens, .page-nav li a, .service-card.style4:hover {
    background-color: #f2f3f5;
}
.bg-albastor {
    background-color: #f9f9f9;
}
.bg-shark {
    background: linear-gradient(90deg, #321575 0, #8d0b93 51%, #f06 100%, #ff057c 100%);
}
.bg-clay, .blog-card.style3, .instagram-wrap, .service-card.style3 .service-icon:after, .service-card.style3:hover, .service-card.style4:hover .service-icon:after {
    background-color: #242e37;
}
.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-in-out;
}
.body_overlay.open, .insta-card:hover span, .insta-card:hover:before, .project-card.style2:hover:after {
    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-75 {
    opacity: .75;
}
.op-8 {
    opacity: .8;
}
.op-85 {
    opacity: .85;
}
.op-9 {
    opacity: .9;
}
.op-95 {
    opacity: .95;
}
.btn.disabled, .op-10, .product-tablist .nav-item .nav-link.active {
    opacity: 1;
}
.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}
.about-wrap.style1, .about-wrap.style4 .about-img-wrap, .hero-wrap.style1 .hero-img-wrap, .hero-wrap.style2, .pos-rel, .project-wrap {
    position: relative;
    z-index: 1;
}
.bounce {
    -webkit-animation: 1.5s ease-in-out infinite float;
    animation: 1.5s ease-in-out infinite float;
}
.moveHorizontal {
    -webkit-animation: 3s ease-in-out infinite moveHorizontal;
    animation: 3s ease-in-out infinite moveHorizontal;
}
.moveVertical {
    -webkit-animation: 3s ease-in-out infinite moveVertical;
    animation: 3s ease-in-out infinite moveVertical;
}
.moveHorizontal_reverse {
    -webkit-animation: 3s ease-in-out infinite moveHorizontal_reverse;
    animation: 3s ease-in-out infinite moveHorizontal_reverse;
}
.animationFramesTwo {
    -webkit-animation: 20s ease-in-out infinite animationFramesTwo;
    animation: 20s ease-in-out infinite animationFramesTwo;
}
.rotate {
    -webkit-animation: 20s linear infinite rotation;
    animation: 20s linear infinite rotation;
}
@-webkit-keyframes moveDown {
    0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
}
}@keyframes moveDown {
    0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
}
}@-webkit-keyframes moveUp {
    0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
}
}@keyframes moveUp {
    0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
}
}@-webkit-keyframes float {
    0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
}@keyframes float {
    0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
}@-webkit-keyframes rotation {
    from {
    -webkit-transform: rotate(0);
}
to {
    -webkit-transform: rotate(359deg);
}
}@keyframes rotation {
    from {
    -webkit-transform: rotate(0);
}
to {
    -webkit-transform: rotate(359deg);
}
}@-webkit-keyframes animationFramesTwo {
    0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
}
20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
}
40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
}
60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
}
80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
}
}@keyframes animationFramesTwo {
    0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
}
20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
}
40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
}
60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
}
80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
}
}@-webkit-keyframes moveHorizontal {
    0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
}@keyframes moveHorizontal {
    0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
}@-webkit-keyframes moveVertical {
    0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
}@keyframes moveVertical {
    0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
}.social-profile li {
    display: inline-block;
    margin: 0 4px;
}
.breadcrumb-title .breadcrumb-menu li:first-child, .social-profile li:first-child {
    margin-left: 0;
}
.social-profile li:last-child, .testimonial-slider-three.owl-carousel .owl-dots .owl-dot:last-child button {
    margin-right: 0;
}
.social-profile li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.social-profile li a i {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 16px;
    line-height: .8;
}
.social-profile li a:hover {
    border-color: transparent;
    color: #000;
}
.social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a {
    width: 35px;
    height: 35px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}
.social-profile.style1 li a:hover, .social-profile.style3 li a:hover {
    background-color: #d66774;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.social-profile.style2 li a {
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .01);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .01);
}
.social-profile.style2 li a:hover {
    background-color: #000;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.social-profile.style3 li a {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
}
.accordion-item .accordion-header .accordion-button.collapsed span i, .content-feature-list.style1 li a, .social-profile.style3 li a i, .team-card span {
    color: #555;
}
.social-profile.style4 li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
}
.about-wrap.style3 .about-content .content-title p, .social-profile.style4 li a i, .team-card .team-info .social-profile li a i {
    color: #888;
}
.error-content, .page-nav, .single-ep .cont-box, .testimonial-card.style3, .testimonial-card.style4 {
    text-align: center;
}
.page-nav li {
    margin: 0 5px;
    display: inline-block;
}
.page-nav li a {
    display: block;
    border-radius: 50%;
    line-height: 46px;
    font-weight: 600;
    opacity: .7;
    transition: .4s ease-in-out;
}
.page-nav li a i {
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    top: 3px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.page-nav li a.active, .page-nav li a:hover {
    color: #fff;
    opacity: 1;
    background-color: #d66774;
}
.feature-card .feature-icon, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a, .swiper-button-next, .swiper-button-prev {
    -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;
}
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@-webkit-keyframes toBottomFromTop10 {
    49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
51% {
    opacity: 1;
}
}@keyframes toBottomFromTop10 {
    49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
51% {
    opacity: 1;
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.header-wrap {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: .4s;
    transition: .4s;
}
.header-wrap.sticky {
    position: fixed;
    -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: #fff;
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}
.header-wrap.sticky.style2, .header-wrap.style3, .pricing-card.style2, .pricing-card.style3, .service-card.style3:hover .service-icon:after {
    background-color: #1e2327;
}
.header-wrap .option-item .shopcart-btn {
    position: relative;
    top: 2px;
    padding-right: 8px;
}
.header-wrap .option-item .shopcart-btn i {
    font-size: 32px;
    line-height: .8;
}
.header-wrap .option-item .shopcart-btn span {
    position: absolute;
    top: -19px;
    right: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-wrap .navbar .navbar-brand {
    max-width: 120px;
}
.header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 10px!important;
}
.header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 14px!important;
}
.header-wrap .navbar .other-options .option-item {
    margin: 0 0 0 25px!important;
}
.header-wrap .navbar .other-options .option-item .btn {
    padding: 11px 20px;
    font-size: 14px;
}
}@media only screen and (max-width:991px) {
    .header-wrap .navbar .navbar-nav .nav-item, .main-menu li, .mobile-bar-wrap {
    position: relative;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu, .mobile-menu {
    margin-left: 20px;
}
.header-wrap .container, .mobile-bar-wrap, .mobile-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
}
.header-wrap .navbar .navbar-nav, .mobile-menu a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.header-wrap .container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-wrap .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.header-wrap .navbar .navbar-nav {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-wrap .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
}
.header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
}
.header-wrap .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-wrap .main-menu-wrap #menu>ul>li>a::after, .header-wrap .navbar .navbar-nav .nav-item a i {
    display: none;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #d66774;
}
.header-wrap .navbar .navbar-nav .nav-item a.btn {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
}
.header-wrap .navbar .navbar-nav .nav-item a.btn i {
    display: inline-block;
    top: 6px;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
}
.header-wrap.style2 .mobile-menu a i, .header-wrap.style3 .mobile-menu a i {
    color: #fff;
}
.mobile-bar-wrap {
    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;
    top: 4px;
}
.menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
}
.mobile-menu, .mobile-top-bar {
    display: inline-block;
    position: relative;
}
.menu-close i {
    color: #000;
    font-size: 25px;
}
.mobile-menu {
    text-align: right;
    top: -5px;
}
.mobile-menu a {
    text-align: center;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-menu a i {
    font-size: 24px;
    color: #000;
    margin: 0 auto;
}
.mobile-top-bar {
    margin-right: 6px;
    cursor: pointer;
    top: 0;
}
.mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0;
}
.mobile-top-bar span:first-child {
    margin-top: 0;
}
.mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
}
.main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: .4s;
    transition: .4s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
}
.main-menu-wrap.open {
    left: 0;
}
.main-menu>li.has-children.menu-open>span.menu-expand, .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-menu li>a:hover, .main-menu li>span.menu-expand:hover, .main-menu>li.has-children.menu-open>span.menu-expand i {
    color: #000;
}
.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: #000;
    font-size: 18px;
}
.main-menu li>a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.main-menu li>ul.sub-menu {
    padding-left: 20px;
}
.main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, .3);
}
}.corporate-bg, .wedding-bg {
    background-position: center;
}
@media only screen and (min-width:992px) {
    .menu-expand {
    display: none;
}
.header-wrap .navbar {
    padding: 0;
}
.header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.header-wrap .navbar .navbar-nav {
    margin-left: auto;
}
.header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
}
.header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
}
.header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    padding: 30px 0;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
}
.header-wrap .navbar .navbar-nav .nav-item a.active, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap.style2 .navbar .navbar-nav .nav-item a.active, .header-wrap.style2 .navbar .navbar-nav .nav-item a:focus, .header-wrap.style2 .navbar .navbar-nav .nav-item a:hover, .header-wrap.style3 .navbar .navbar-nav .nav-item a.active, .header-wrap.style3 .navbar .navbar-nav .nav-item a:focus, .header-wrap.style3 .navbar .navbar-nav .nav-item a:hover {
    color: #d66774;
}
.header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -3px;
    -webkit-transition: .4s;
    transition: .4s;
}
.header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block!important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 265px;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: #d66774;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #d66774;
    padding-left: 30px;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    height: 16px;
    visibility: visible;
    opacity: 1;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    width: 100%;
    right: auto;
    left: 0;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
}
.header-wrap .navbar .other-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-wrap .navbar .other-options .option-item {
    margin: 0 0 0 35px;
}
.header-wrap.style2 .navbar .navbar-nav .nav-item a, .header-wrap.style2 .navbar .other-options .option-item .shopcart-btn i, .header-wrap.style3 .navbar .navbar-nav .nav-item a, .header-wrap.style3 .navbar .other-options .option-item .shopcart-btn i {
    color: #fff;
}
.header-wrap.style2 .navbar .navbar-nav .nav-item .dropdown-menu, .header-wrap.style3 .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: #242e37;
}
.header-wrap.style2 .navbar .other-options .option-item, .header-wrap.style3 .navbar .other-options .option-item {
    margin: 0 0 0 30px;
}
.header-wrap.style2 .navbar .other-options .option-item .shopcart-btn span, .header-wrap.style3 .navbar .other-options .option-item .shopcart-btn span {
    background-color: #d66774;
}
}@media only screen and (min-width:1600px) {
    .header-wrap .container {
    max-width: 1540px;
}
}@media only screen and (min-width:1920px) {
    .header-wrap .container {
    max-width: 1660px;
}
}.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 125px 0 40px;
    overflow: hidden;
    background-color: #f2f3f5;
    z-index: 1;
}
.breadcrumb-wrap .br-shape, .footer-wrap .footer-shape-one, .hero-wrap.style2 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%}
.breadcrumb-title h2 {
    font-size: 40px;
    margin: 0 0 20px;
}
.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #555;
    font-weight: 500;
}
.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 3px;
    right: -13px;
    content: "/";
    font-size: 13px;
    background-color: transparent;
    color: #555;
}
.breadcrumb-title .breadcrumb-menu li:first-child a, .checkbox.form-check, .contact-wrap #contactForm .form-group .form-check {
    padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #d66774;
}
.accordion-item .accordion-header .accordion-button:after, .breadcrumb-title .breadcrumb-menu li:last-child a:after, .breadcrumb-title .breadcrumb-menu li:last-child:after, .swiper-button-next::after, .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after, .testimonial-slider-three.owl-carousel .owl-dots .owl-dot:last-child button:after, .video-wrap.style2:after {
    display: none;
}
.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0 5px;
    transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    color: #000;
}
.about-wrap.style1 .about-img-wrap img, .about-wrap.style4 .about-img-wrap img, .breadcrumb-img img, .hero-wrap.style1 .hero-img-wrap img, .partner-item img {
    display: block;
    margin: 0 auto;
}
.content-feature-list {
    margin: 0 0 28px;
}
.content-feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
}
.about-wrap.style4 .about-content .content-feature-list, .accordion-item:last-child, .additional-info li:last-child, .checkbox-item:last-child, .checkout-form .checkout-form-box:last-child, .client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .comment-author-name, .client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text, .comment-item-wrap .comment-item:last-child, .contact-content .contact-info li:last-child, .content-feature-list li:last-child, .footer-wrap .footer-widget .contact-info li:last-child, .footer-wrap .footer-widget .footer-menu li:last-child, .product-tab-content .product_desc p:last-child {
    margin-bottom: 0;
}
.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #000;
    font-size: 13px;
    line-height: .8;
}
.content-feature-list.style1 li {
    position: relative;
    padding-left: 20px;
}
.content-feature-list.style1 li:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #d66774;
    border-radius: 50%}
.content-feature-list.style1 li a:hover {
    color: #d66774;
    padding-left: 5px;
}
.login-header {
    margin: 0 0 30px;
}
.login-header h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.login-form-wrap {
    background-color: #f2f3f5;
    padding: 40px;
    margin-bottom: 25px;
}
#contactForm .form-group, .contact-wrap #contactForm .form-group, .login-form-wrap .login-form .form-group, .new-product-item, .pp-post-item, .product-description-box .product-desc h3 {
    margin: 0 0 20px;
}
.login-form-wrap .login-form .form-group label {
    font-size: 16px;
    color: #555;
    margin: 0 0 15px;
    display: block;
}
.login-form-wrap .login-form .form-group input {
    border-radius: 5px;
    background: #fff;
    border: none;
    width: 100%;
    height: 60px;
    padding: 10px 15px;
}
.login-form-wrap .login-form .btn {
    padding: 15px 35px;
}
.sidebar .sidebar-widget {
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 22px;
    position: relative;
    line-height: 1;
}
.accordion-item .accordion-body p:last-child, .cart-table table, .cart-table table tbody tr td p, .client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text p, .new-product-item:last-child, .pp-post-item:last-child, .product-description-box .product-desc p, .product-more-option-item:last-child, .product-tab-content .product_features li:last-child, .product-tablist .nav-item:last-child, .service-card.style3 .service-info p, .service-card.style4 .service-info p, .sidebar .sidebar-widget:last-child, .testimonial-card.style1 .client-quote {
    margin: 0;
}
.sidebar .sidebar-widget.style2 {
    border: none;
    background-color: #f2f3f5;
    border-radius: 5px;
}
.search-box .form-group input {
    width: 100%;
    height: 58px;
    background: #f9f9f9;
    border: none;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border-radius: 5px;
}
.search-box .form-group input:focus {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.search-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background: #d66774;
}
.search-box .form-group button i {
    color: #fff;
    top: 4px;
    left: 1px;
    font-size: 20px;
    position: relative;
}
.category-box ul li:first-child a {
    padding-top: 0;
}
.category-box ul li:first-child a i, .product-quantity .qtySelector span.increaseQty {
    top: 6px;
}
.category-box ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
}
.category-box ul li a {
    padding: 8px 0 8px 25px;
    display: block;
    font-size: 16px;
    color: #555;
    -webkit-transition: .4s;
    transition: .4s;
}
.category-box ul li a i {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 14px;
    line-height: .8;
    color: #555;
    -webkit-transition: .4s;
    transition: .4s;
}
.category-box ul li a span {
    float: right;
    font-weight: 400;
    margin-left: 4px;
    font-size: 16px;
    color: #555;
}
.category-box ul li a:hover {
    color: #d66774;
    padding-left: 29px;
}
.category-box ul li a:hover i {
    color: #d66774;
    left: 4px;
}
.new-product-item .new-product-img {
    width: 80px;
    padding: 5px;
    text-align: center;
    background-color: #f2f3f5;
    border-radius: 4px;
}
.new-product-item .new-product-img img, .product-card .product-img img {
    margin: 0 auto;
    display: block;
}
.new-product-item .new-product-info {
    width: calc(100% - 95px);
    margin-left: 15px;
}
.new-product-item .new-product-info h6 {
    margin: 0 0 5px;
    font-size: 18px;
}
.new-product-item .new-product-info span {
    color: #d66774;
    font-size: 14px;
    font-weight: 600;
}
.new-product-item .new-product-info span.discount {
    text-decoration: line-through;
    margin-left: 5px;
    color: rgba(0, 0, 0, .51);
}
.tag-list ul {
    margin-top: -12px;
}
.tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0 0;
}
.tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    color: #555;
    background-color: #f2f3f5;
    -webkit-transition: .3s;
    transition: .3s;
}
.tag-list.style2 li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.tag-list.style2 li a:hover {
    background: 0 0;
    color: #d66774;
}
.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
}
.pp-post-item .pp-post-img img {
    border-radius: 4px;
}
.pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: -4px;
}
.pp-post-item .pp-post-info h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
.pp-post-item .pp-post-info span {
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 12px;
    color: #888;
}
.pp-post-item .pp-post-info span:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d66774;
}
.hero-bg-1 {
    background-image: url(../img/hero/hero-bg-1.jpg);
}
.about-bg.bg-f {
    background-image: url(../img/about-banner.webp);
}
.hero-bg-2 {
    background-image: url(../img/ser-bg1.webp);
}
.social-bg {
    background-image: url(../img/soical-bg.webp);
}
.wedding-bg {
    background-image: url(../img/wedding-bg.webp);
}
.corporate-bg {
    background-image: url(../img/corporate-bg.webp);
}
.school-bg {
    background-image: url(../img/school-bg.webp);
    background-position: bottom;
}
.hero-wrap .hero-content span {
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
}
.hero-wrap .hero-content h1 {
    font-size: 54px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.hero-wrap .hero-content p {
    margin-bottom: 32px;
}
.hero-wrap .scroll-to-section {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}
.hero-wrap .scroll-to-section i {
    font-size: 36px;
    margin: 0 auto;
    position: relative;
    bottom: -11px;
    line-height: 1;
}
.hero-wrap .scroll-to-section:before {
    position: absolute;
    top: 2px;
    left: 50%;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    background-color: #d66774;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-wrap.style1 {
    background-color: #f2f3f5;
    padding: 170px 0 105px;
    position: relative;
    z-index: 1;
}
.hero-wrap.style1 .scroll-to-section {
    bottom: 80px;
    left: calc(50% - 30px);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .37);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .37);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-wrap.style1 .scroll-to-section:after {
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .17);
}
.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.hero-wrap.style1 .hero-content span {
    color: #d66774;
    letter-spacing: 1px;
}
.hero-wrap.style1 .hero-content h1 {
    font-size: 56px;
}
.hero-wrap.style1 .hero-img-wrap .hero-shape-one {
    position: absolute;
    bottom: 46px;
    left: calc(50% + 31px);
    z-index: 0;
    max-width: 63px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-wrap.style2 .container {
    padding-top: 220px;
    padding-bottom: 170px;
    position: relative;
}
.hero-wrap.style2 .container .blur-text {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 325px;
    font-weight: 900;
    color: rgba(255, 255, 255, .13);
    line-height: 1;
    font-family: Archivo, sans-serif;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .13);
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-wrap.style2 .container .scroll-to-section {
    bottom: 90px;
    right: 0;
    -webkit-box-shadow: 0 2px 1px rgba(255, 255, 255, .17);
    box-shadow: 0 2px 1px rgba(255, 255, 255, .17);
}
.hero-wrap.style2 .hero-content h1, .hero-wrap.style3 .hero-content h1 {
    font-size: 60px;
    color: #fff;
}
.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 82px 0;
    overflow: hidden;
}
.hero-wrap.style3:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(75%, rgba(0, 0, 0, .23)));
    background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .23) 75%);
    z-index: -1;
}
.hero-wrap.style3 .hero-content {
    position: relative;
    z-index: 10;
}
.hero-wrap.style3 .line-shape-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.hero-wrap.style3 .hero-line-shape {
    width: 20%;
    height: 100%;
    content: "";
    background-color: transparent;
    border-left: 1px solid rgba(255, 255, 255, .09);
    border-right: 1px solid rgba(255, 255, 255, .09);
    position: relative;
    z-index: 1;
}
.hero-wrap.style3 .hero-line-shape.one:after, .hero-wrap.style3 .hero-line-shape.one:before, .hero-wrap.style3 .hero-line-shape.three:after, .hero-wrap.style3 .hero-line-shape.three:before, .hero-wrap.style3 .hero-line-shape.two:after, .hero-wrap.style3 .hero-line-shape.two:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background-color: rgba(255, 255, 255, .5);
}
.hero-wrap.style3 .hero-line-shape.one:after, .hero-wrap.style3 .hero-line-shape.two:after {
    top: 50%;
    left: -3px;
    -webkit-animation: 40s linear infinite moveUp;
    animation: 40s linear infinite moveUp;
}
.hero-wrap.style3 .hero-line-shape.one:before, .hero-wrap.style3 .hero-line-shape.two:before {
    top: 20%;
    right: -3px;
    -webkit-animation: 40s linear infinite moveDown;
    animation: 40s linear infinite moveDown;
}
.hero-wrap.style3 .hero-line-shape.three:before {
    top: 20%;
    left: -3px;
    -webkit-animation: 40s linear infinite moveDown;
    animation: 40s linear infinite moveDown;
}
.hero-wrap.style3 .hero-line-shape.three:after {
    top: 80%;
    right: -3px;
    -webkit-animation: 24s linear infinite moveUp;
    animation: 40s linear infinite moveUp;
}
.feature-card {
    text-align: center;
    padding: 25px;
    margin-bottom: 25px;
    -webkit-transition: .4s;
    transition: .4s;
}
.feature-card .feature-icon {
    position: relative;
    z-index: 1;
    margin: 0 auto 20px;
    width: 75px;
    height: 70px;
}
.feature-card .feature-icon:after {
    position: absolute;
    top: 50%;
    left: -25px;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.feature-card .feature-icon i {
    font-size: 40px;
    line-height: 1;
    position: relative;
    top: 5px;
    color: #d66774;
}
.feature-card .feature-info h3 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 700;
    font-family: Archivo, sans-serif;
}
.feature-card .feature-info p {
    margin: 0;
    font-weight: 400;
}
.feature-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .07);
    box-shadow: 0 0 30px rgba(0, 0, 0, .07);
}
.about-wrap .about-content .content-feature-list, .about-wrap.style2 .about-content .content-title {
    margin-bottom: 35px;
}
.about-wrap .about-content .content-feature-list li i {
    color: #d66774;
    font-size: 18px;
    position: absolute;
    top: 5px;
}
.about-wrap.style1 .about-shape-one {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: -1;
}
#cmt-form .comment-form .form-check, .about-wrap.style1 .about-content .content-title, .about-wrap.style3 .about-content .content-title, .about-wrap.style4 .about-content .content-title, .cart-total .cart-box-title, .cart-total .cart-total-wrap .cart-total-item, .contact-content .content-title, .cta-wrap.style1 .cta-content .content-title, .faq-wrap .accordion, .footer-wrap .footer-widget, .post-meta-option, .product-card, .service-card, article {
    margin-bottom: 25px;
}
.about-wrap.style1 .about-content .content-feature-list li, .about-wrap.style4 .about-content .content-feature-list li {
    font-family: Archivo, sans-serif;
    color: #232e36;
    font-weight: 700;
}
.about-wrap.style1 .about-content .about-btn .btn, .single-product-option a:first-child, .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
    margin-right: 15px;
}
.about-wrap.style1 .about-content .about-btn .link:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    bottom: 1px;
    background-color: #d66774;
}
.about-wrap.style1 .about-img-wrap {
    position: relative;
    z-index: -1;
}
.about-wrap.style1 .about-img-wrap .about-shape-two, .footer-wrap .footer-shape-two {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.about-wrap.style2 {
    position: relative;
    margin-top: 42px;
    margin-bottom: 42px;
}
.about-wrap.style2:before {
    position: absolute;
    top: -42px;
    left: 0;
    width: 100%;
    height: 42px;
    content: ""}
.about-wrap.style2:after {
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    height: 42px;
    content: ""}
.about-wrap.style2 .about-img-shape, .about-wrap.style2 .shape-img-about, .about-wrap.style2 .shape-img-about1 {
    position: absolute;
    left: 50%;
    width: 550px;
    height: calc(100% + 45px);
    z-index: 1;
    bottom: 0;
}
.about-wrap.style2 .about-img-shape {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/ecomm-ser2.webp);
}
.about-wrap.style2 .shape-img-about {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/indu-ser8.webp);
}
.about-wrap.style2 .shape-img-about1 {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/amaz-img3.webp);
}
.about-wrap.style2 .about-content {
    background-color: #1e2327bd;
    padding: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin: 100px 0;
}
.about-wrap.style2 .about-img-wrap {
    position: absolute;
    bottom: -50px;
    margin-left: 50px;
    z-index: 1;
}
.about-wrap.style2 .about-img-wrap img {
    padding-right: 15px;
}
.about-wrap.style2 .about-img-wrap:after {
    position: absolute;
    top: -30px;
    left: -30px;
    content: "";
    background-color: #1e2327;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}
.about-wrap.style3 .about-content .client-quote p {
    margin: 0 0 22px;
    color: #ccc;
}
.about-wrap.style3 .about-content .client-quote .client-info h3 {
    font-size: 22px;
    margin: 0 0 5px;
    color: #fff;
}
.about-wrap.style3 .about-img-wrap .about-img-one, .about-wrap.style3 .about-img-wrap .about-img-one img, .about-wrap.style3 .about-img-wrap .about-img-two, .about-wrap.style3 .about-img-wrap .about-img-two img, .footer-wrap .footer-widget .insta-gallery a img, .insta-card img, .project-card img, .single-project-slider .single-project-img, .testimonial-card .client-gallery, .testimonial-card .client-gallery img, .testimonial-card.style1 .client-gallery, .testimonial-card.style1 .client-gallery img, .video-wrap.style2, .video-wrap.style2 img, .video-wrap.style2:after {
    border-radius: 5px;
}
.about-wrap.style3 .about-img-wrap .about-img-one {
    margin-top: 50px;
}
.about-wrap.style4 .about-content, .contact-wrap .contact-content {
    padding: 100px 0;
}
.about-wrap.style4 .about-img-wrap .about-shape-one {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%}
.service-card .service-info h3, .testimonial-card.style3 .client-info h3, .testimonial-card.style4 .client-info h3 {
    font-size: 22px;
}
.service-card.style1, .service-card.style2 {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.service-card.style1 .service-img, .service-card.style2 .service-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.service-card.style1 .service-img img, .service-card.style2 .service-img img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.service-card.style1 .service-info, .service-card.style2 .service-info {
    text-align: center;
    padding: 22px 25px;
}
.accordion-item .accordion-body p, .additional-info li, .comment-item-wrap .comment-item .comment-author-wrap .comment-text, .service-card.style1 .service-info h3, .service-card.style2 .service-info h3 {
    margin: 0 0 10px;
}
.service-card.style1:hover, .service-card.style2:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}
#cmt-form, .service-card.style2 {
    margin-top: 35px;
}
.service-card.style3, .service-card.style4 {
    text-align: center;
    padding: 25px;
    margin-bottom: 25px;
    background-color: transparent;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.project-feature-card .project-feature-icon, .service-card.style3 .service-icon, .service-card.style4 .service-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    display: inline-block;
}
.service-card.style3 .service-icon:after, .service-card.style4 .service-icon:after {
    position: absolute;
    top: 50%;
    left: -20px;
    content: "";
    width: 65px;
    height: 65px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project-card, .project-feature-card {
    text-align: center;
    -webkit-transition: .4s;
}
.service-card.style3 .service-icon i, .service-card.style4 .service-icon i {
    font-size: 58px;
    line-height: 1;
}
.service-card.style3 .service-info h3, .service-card.style4 .service-info h3 {
    margin: 0 0 15px;
    font-family: Archivo, sans-serif;
    font-weight: 600;
}
.service-card.style3:hover, .service-card.style4:hover {
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.pricing-card .pricing-features li:last-child, .project-info-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.service-card.style4 {
    border: 1px solid rgba(0, 0, 0, .1);
}
.service-card.style4 .service-icon:after {
    background-color: rgba(0, 0, 0, .1);
}
.service-desc {
    margin-bottom: 50px;
}
.service-desc h2 {
    line-height: 1.4;
}
.service-desc .content-feature-list {
    margin: 15px 0 0!important;
}
.service-desc .content-feature-list li {
    font-weight: 600;
    color: #232e36;
    font-size: 18px;
    line-height: 30px;
}
.service-desc .sub-para {
    font-weight: 600;
}
.service-details-img {
    margin-bottom: 50px;
    border-radius: 5px;
}
.service-details-img img {
    width: 100%;
    border-radius: 5px;
}
.project-info-list li {
    margin-bottom: 12px;
}
.project-info-list li:last-child {
    margin-bottom: 0;
}
.project-info-list li p {
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}
.project-info-list li p i {
    color: #d66774;
    position: relative;
    top: 2px;
    font-size: 17px;
    font-weight: 500;
    margin-right: 10px;
}
.single-project-slider {
    margin: 25px 0 0;
}
.single-project-slider.owl-carousel .owl-dots {
    text-align: center;
    margin: 20px 0 25px;
}
.single-project-slider .single-project-img img {
    border-radius: 50px;
}
.project-features {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 30px;
    padding-top: 30px;
}
.project-feature-card {
    background-color: transparent;
    border-radius: 5px;
    transition: .4s;
}
.project-feature-card .project-feature-icon:after {
    position: absolute;
    top: 45%;
    left: -20px;
    content: "";
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cta-wrap.style1:after, .cta-wrap.style1:before {
    position: absolute;
    background: #fff;
    z-index: -1;
    content: ""}
.project-feature-card .project-feature-icon i {
    font-size: 45px;
    line-height: 1;
    color: #d66774;
}
.project-feature-card .project-feature-info h3 {
    font-size: 22px;
    margin: 0 0 15px;
}
.project-feature-card .project-feature-info p {
    margin: 0;
    padding: 0 5px;
}
.cta-wrap {
    z-index: 1;
    position: relative;
}
.cta-wrap.style1 {
    background-image: url(../img/cont-bg.webp);
}
.cta-wrap.style1:before {
    top: 0;
    left: 51%;
    width: 2px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cta-wrap.style1:after {
    top: 50%;
    right: 0;
    width: 49%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cta-wrap.style1 .cta-content {
    background-color: #fff;
    padding: 45px 50px 60px;
    position: relative;
    border-radius: 5px;
}
.cta-wrap.style1 .cta-content:before {
    position: absolute;
    top: 15px;
    left: 15px;
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: 0 0;
    border-radius: 5px;
    border: 1px solid rgba(215, 35, 36, .1);
}
.cta-wrap.style1 .cta-content .content-title h2 {
    font-family: Archivo, sans-serif;
    font-weight: 700;
}
.cta-wrap.style2 {
    background-image: url(../img/cta-bg-2.jpg);
}
.cta-wrap.style2:before, .cta-wrap.style3:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}
.contact-wrap .contact-content .content-title, .cta-wrap.style2 .cta-content .content-title, .cta-wrap.style3 .cta-content .content-title, .post-metainfo, .video-style2-left p {
    margin-bottom: 30px;
}
.cta-wrap.style3 {
    background-image: url(../img/cta-bg-3.jpg);
}
.project-wrap .project-shape-one, .project-wrap .project-shape-two {
    position: absolute;
    z-index: -1;
}
.project-wrap .project-shape-one {
    top: 0;
    right: 0;
}
.project-wrap .project-shape-two {
    bottom: 0;
    left: 0;
}
.project-card {
    margin-bottom: 25px;
    transition: .4s;
}
.project-card.style2 .project-info, .project-card.style2:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    bottom: 0;
    position: absolute;
}
.project-card .project-info {
    padding: 20px 25px 0;
}
.project-card .project-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.project-card.style2:after {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#1e2327), color-stop(57%, rgba(32, 37, 41, .048)));
    background: linear-gradient(0deg, #1e2327 0, rgba(32, 37, 41, .048) 57%);
    transition: .4s;
}
.project-card.style2 .project-info {
    left: 25px;
    padding: 0;
    z-index: 1;
    text-align: left;
    transition: .4s;
}
.project-card.style2 .project-info h3 {
    margin-top: 20px;
    margin-bottom: 8px;
    -webkit-transition: .4s;
    transition: .4s;
}
.project-card.style2 .project-info h3:hover a {
    color: #d66774!important;
}
.project-card.style2 .project-info .project-cat {
    display: block;
    margin-top: 20px;
    color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.project-card.style2:hover .project-info {
    bottom: 25px;
    visibility: visible;
    opacity: 1;
}
.project-card.style2:hover .project-info .project-cat, .project-card.style2:hover .project-info h3 {
    margin-top: 0;
}
.partner-item:hover, .pricing-card:hover, .project-card:hover, .team-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.project-slider-one.owl-carousel .owl-nav button.owl-next, .project-slider-one.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    background-color: #242e37;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}
.project-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -25px;
}
.pricing-card {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 5px;
    padding: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}
.pricing-card h6 {
    font-weight: 500;
    margin: 0 0 20px;
}
.pricing-card .pricing-tag {
    font-size: 48px;
    font-weight: 700;
    color: #232e36;
}
.pricing-card .pricing-tag span {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -25px;
}
.pricing-card .pricing-tag p {
    display: inline-block;
    position: relative;
    top: -3px;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    color: #d66774;
    font-family: Archivo, sans-serif;
}
.pricing-card .pricing-features {
    margin: 10px 0 40px;
}
.pricing-card .pricing-features li {
    position: relative;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.pricing-card .pricing-features li i {
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: #d66774;
}
.pricing-card .btn.style2 {
    border: 1px solid #eee;
    color: #d66774;
    display: block;
    width: 100%}
.pricing-card.style2 .pricing-features li, .pricing-card.style3 .pricing-features li {
    color: #ccc;
    border-color: rgba(255, 255, 255, .08);
}
.pricing-card.style2 .btn, .pricing-card.style3 .btn {
    border-color: rgba(255, 255, 255, .1);
}
.pricing-card.style3:after, .pricing-card.style3:before {
    position: absolute;
    left: 50%;
    content: "";
    height: 2px;
    background-color: #d66774;
    border-radius: 0 0 5px 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}
.pricing-card.style3:after {
    bottom: 0;
    width: 100%}
.pricing-card.style3:before, .pricing-card.style3:hover:after {
    width: 0;
    visibility: hidden;
    opacity: 0;
}
.pricing-card.style3:before {
    top: 0;
}
.pricing-card.style4 {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.contact-wrap .contact-bg {
    background-image: url(../img/contct-img.webp);
    height: 100%}
.contact-wrap #contactForm .form-group input, .contact-wrap #contactForm .form-group textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 20px;
    border-radius: 5px;
}
.contact-wrap #contactForm .form-group input:focus, .contact-wrap #contactForm .form-group textarea:focus {
    border: 1px solid rgba(255, 255, 255, .1);
}
.contact-wrap #contactForm .form-group .form-check input {
    height: 0;
}
#contactForm .form-group textarea, .contact-wrap #contactForm .form-group textarea {
    height: 163px;
    resize: none;
    padding-top: 18px;
}
.contact-wrap.style2 .contact-bg-one {
    height: 220px;
    background-image: url(../img/cta-bg-1.jpg);
    border-radius: 5px;
}
.contact-wrap.style2 .container .contact-img-four, .contact-wrap.style2 .container .contact-img-one, .contact-wrap.style2 .container .contact-img-three, .contact-wrap.style2 .container .contact-img-two {
    position: absolute;
    border-radius: 5px;
}
.contact-wrap.style2 .container .contact-img-one {
    top: 40%;
    left: 50px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.contact-wrap.style2 .container .contact-img-two {
    bottom: 30px;
    left: 50px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.contact-wrap.style2 .container .contact-img-three {
    top: 40%;
    right: 50px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.contact-wrap.style2 .container .contact-img-four {
    bottom: 30px;
    right: 50px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.contact-wrap.style2 #contactForm {
    padding: 30px 30px 0;
}
.contact-wrap.style2 #contactForm .form-group input, .contact-wrap.style2 #contactForm .form-group textarea {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 28px 0 32px;
    font-weight: 300;
}
.contact-wrap.style2 #contactForm .form-group input::-webkit-input-placeholder, .contact-wrap.style2 #contactForm .form-group textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: .6;
}
.contact-wrap.style2 #contactForm .form-group input:-ms-input-placeholder, .contact-wrap.style2 #contactForm .form-group textarea:-ms-input-placeholder {
    color: #fff;
    opacity: .6;
}
.contact-wrap.style2 #contactForm .form-group input::-ms-input-placeholder, .contact-wrap.style2 #contactForm .form-group textarea::-ms-input-placeholder {
    color: #fff;
    opacity: .6;
}
.contact-wrap.style2 #contactForm .form-group input::placeholder, .contact-wrap.style2 #contactForm .form-group textarea::placeholder {
    color: #fff;
    opacity: .6;
}
.contact-wrap.style2 #contactForm .form-group input {
    height: auto;
}
.comp-map {
    height: 510px;
}
.partner-item {
    background-color: #242e37;
    padding: 65px 30px;
    border-radius: 5px;
    margin-bottom: 25px;
    -webkit-transition: .4s;
    transition: .4s;
}
.video-wrap {
    background-image: url(../img/video-bg-2.jpg);
    position: relative;
    z-index: 1;
    padding: 200px 0;
}
.video-wrap.style2 {
    margin-bottom: 25px;
    padding: 0;
}
.video-wrap.style2.video-bg-1 {
    background-image: url(../img/why-bg.webp);
    height: 400px;
}
.video-wrap.style2.video-bg-2 {
    background-image: url(../img/service/single-service-3.jpg);
    height: 400px;
}
.video-wrap.style2 .play-now {
    position: absolute;
    top: 40%;
    left: 42%;
    height: 75px;
    width: 75px;
    font-size: 24px;
    line-height: 80px;
    -webkit-transform: trasnlate(-50%, -50%);
    transform: trasnlate(-50%, -50%);
}
.video-wrap.style2 .play-now .ripple, .video-wrap.style2 .play-now .ripple:after, .video-wrap.style2 .play-now .ripple:before {
    height: 75px;
    width: 75px;
}
.video-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .51);
    z-index: -1;
}
.video-wrap .play-now, .video-wrap .play-now .ripple, .video-wrap .play-now .ripple:after, .video-wrap .play-now .ripple:before {
    height: 100px;
    width: 100px;
}
.video-wrap .play-now {
    position: relative;
    margin: 0 auto;
    top: 1px;
    line-height: 106px;
    background-color: #fff;
}
.testimonial-slider-one.style1 {
    margin-bottom: -30px;
}
.testimonial-card .client-info-wrap .client-img {
    width: 80px;
    height: 80px;
    border-radius: 50%}
.checkbox.style2 input:checked+label:after, .comment-item-wrap .comment-item .comment-author-img img, .post-author .post-author-img img, .testimonial-card .client-info-wrap .client-img img {
    border-radius: 50%}
.testimonial-card .client-info-wrap .client-info {
    width: calc(100% - 100px);
    margin-left: 20px;
}
.testimonial-card .client-info-wrap .client-info h3 {
    font-size: 22px;
    margin: 0 0 5px;
}
.testimonial-card.style1 {
    margin-top: 120px;
    margin-bottom: 30px;
}
.checkout-form .form-group, .post-author .post-author-info p, .testimonial-card.style1 .client-info-wrap {
    margin: 0 0 15px;
}
.testimonial-card.style1 .client-gallery {
    margin-top: -120px;
    width: calc(100% + 100px);
}
.testimonial-card.style1 .client-text {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 23px rgba(0, 0, 0, .07);
    box-shadow: 0 6px 23px rgba(0, 0, 0, .07);
    padding: 65px 55px;
    margin: 50px 0 0 -50px;
    left: -10px;
    position: relative;
}
.testimonial-card.style2 {
    position: relative;
    z-index: 1;
    padding: 0 0 35px 35px;
}
.testimonial-card.style2:after {
    position: absolute;
    top: 60px;
    left: 0;
    content: "";
    width: 60%;
    height: 100%;
    background-color: #242e37;
    z-index: -1;
    border-radius: 8px;
}
.testimonial-card.style2 .client-quote {
    margin-bottom: 25px;
    color: #ccc;
}
.testimonial-card.style3 .client-img, .testimonial-card.style4 .client-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 25px;
    position: relative;
}
.testimonial-card.style3 .client-img i, .testimonial-card.style4 .client-img i {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 26px;
    line-height: 1;
}
.testimonial-card.style3 .client-img img, .testimonial-card.style4 .client-img img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.testimonial-card.style3 .client-quote, .testimonial-card.style4 .client-quote {
    padding: 0 15px;
    letter-spacing: .5px;
    margin-bottom: 25px;
}
.testimonial-card.style3 .client-img i {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.testimonial-card.style3 .client-info h3 {
    color: #d66774;
    font-size: 16px;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.testimonial-card.style4 {
    margin-bottom: 25px;
    padding: 25px;
    -webkit-transition: .3s;
    transition: .3s;
}
.testimonial-card.style4 .client-quote {
    margin-bottom: 13px;
    font-weight: 400;
}
.testimonial-card.style4 .client-info h3 {
    color: #d66774;
    margin: 0;
}
.testimonial-card.style4:hover {
    -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .1);
}
.testimonial-slider-one.owl-carousel .owl-nav {
    position: absolute;
    bottom: 25px;
}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next, .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-three.owl-carousel .owl-nav button.owl-next, .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
    border: none;
    width: auto;
    height: auto;
}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next i, .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev i {
    font-size: 30px;
    font-weight: 300;
    color: rgba(0, 0, 0, .4);
    line-height: .4;
}
.testimonial-slider-two.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.cart-table table tbody tr td:first-child, .cart-table table tbody tr td:nth-child(2), .cart-table table thead tr th:first-child, .cart-table table thead tr th:nth-child(2), .cart-table.style2 table tbody tr td:first-child, .cart-table.style2 table tbody tr td:nth-child(2), .wishlist-table table tbody tr td:nth-child(4), .wp-block-quote {
    text-align: left;
}
.testimonial-slider-two.owl-carousel .owl-dots button.owl-dot span {
    background: rgba(255, 255, 255, .1);
}
.testimonial-slider-three.owl-carousel .owl-nav {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 70px);
}
.testimonial-slider-three.owl-carousel .owl-nav button.owl-next i, .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev i {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: .4;
}
.testimonial-slider-three.owl-carousel .owl-dots {
    position: absolute;
    top: 100px;
    left: 35px;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating li, .post-share, .post-tag ul, .post-tag ul li, .single-product-details .single-product-title .ratings ul li, .testimonial-slider-three.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.testimonial-slider-three.owl-carousel .owl-dots .owl-dot button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-weight: 400;
    margin-right: 28px;
}
.testimonial-slider-three.owl-carousel .owl-dots .owl-dot button:after {
    position: absolute;
    bottom: 5px;
    left: calc(100% + 2px);
    content: "";
    width: 24px;
    height: 2px;
    background-color: rgba(255, 255, 255, .6);
}
.blog-card {
    margin-bottom: 25px;
    -webkit-transition: .4s;
    transition: .4s;
}
.blog-card .blog-img {
    overflow: hidden;
    position: relative;
}
.blog-card .blog-img img, .team-card .team-img img {
    -webkit-transition: .7s;
    transition: .7s;
}
.insta-card span, .insta-card::before {
    -webkit-transition: .4s;
    position: absolute;
}
.blog-card .blog-img .blog-date, .dot-circle.one, .dot-circle.three, .dot-circle.two {
    position: absolute;
}
.blog-card .blog-date {
    position: relative;
    padding: 13px 20px 11px 22px;
}
.blog-card .blog-date:before {
    position: absolute;
    top: 21px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d66774;
}
.blog-card .blog-info {
    border-radius: 0 0 8px 8px;
}
.blog-card .blog-info h3, .project-desc h6, .service-desc h6, .terms-wrap h6, article h6 {
    font-size: 22px;
    margin-bottom: 15px;
}
.blog-card.style1 .blog-img, .blog-card.style1 .blog-img img, .blog-card.style4 .blog-img, .blog-card.style4 .blog-img img {
    border-radius: 8px 8px 0 0;
}
.blog-card.style1 .blog-img .blog-date, .blog-card.style4 .blog-img .blog-date {
    bottom: 0;
    left: 0;
    background-color: #f2f3f5;
}
.blog-card.style1 .blog-info, .blog-card.style2 .blog-info, .blog-card.style4 .blog-info, .team-card .team-info {
    padding: 22px 0 0;
}
.blog-card.style1 .blog-info h3, .blog-card.style4 .blog-info h3, .checkbox-item, .client-review-form .form-group, .footer-wrap .footer-widget .footer-menu li, .project-desc p, .service-desc p, .terms-wrap p, article p {
    margin-bottom: 15px;
}
.blog-card.style2 .blog-img .blog-date {
    bottom: 0;
    left: 0;
    background-color: #1e2327;
    color: #888;
}
.blog-card.style3 .blog-img, .blog-card.style3 .blog-img img {
    border-radius: 5px 5px 0 0;
}
.blog-card.style3 .blog-info {
    padding: 25px;
}
.blog-card.style3 .blog-info .blog-date {
    color: #ccc;
    margin-bottom: 15px;
    display: block;
    padding: 0 0 0 18px;
}
.blog-card.style3 .blog-info .blog-date:before {
    left: 0;
    top: 9px;
}
.blog-card.style3 .blog-info h3 {
    margin-bottom: 18px;
}
.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.insta-card {
    display: block;
    position: relative;
    border: 5px;
}
.insta-card::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .6);
    visibility: visible;
    opacity: 0;
    transition: .4s;
}
.insta-card span {
    top: 50%;
    left: 50%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .4s;
}
.insta-card span i {
    font-size: 23px;
    line-height: 30px;
    color: #fff;
    margin: 0 auto;
}
.accordion-item {
    border: none;
    margin: 0 0 25px;
    background: 0 0;
}
.accordion-item .accordion-header {
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}
.accordion-item .accordion-header .faq-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accordion-item .accordion-header .accordion-button {
    border-radius: 5px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    padding: 20px 60px 22px 20px;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .1);
}
.accordion-item .accordion-header .accordion-button.collapsed {
    color: #000;
    background-color: transparent;
}
.accordion-item .accordion-header .accordion-button.collapsed span {
    background-color: transparent!important;
}
.accordion-item .accordion-header .accordion-button span {
    display: inline-block;
    min-width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    text-align: center;
}
.accordion-item .accordion-header .accordion-button span i {
    position: absolute;
    top: 28px;
    right: 20px;
    font-size: 24px;
    line-height: .8;
    color: #fff;
    display: block;
    margin: 0 auto;
}
.accordion-button:not(.collapsed) span i.plus, .accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0;
}
.accordion-item .accordion-body {
    border-radius: 0 0 5px 5px;
    border-top: none;
    padding: 25px 25px 0;
}
.accordion-collapse, .cart-table.style2 table tbody tr {
    border: none;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #d66774!important;
    border-color: transparent;
    color: #fff;
}
.accordion-button:not(.collapsed) span i.minus {
    visibility: visible!important;
    opacity: 1!important;
}
.error-wrap {
    margin-top: 84px;
}
.error-content img {
    display: block;
    margin: 0 auto 30px;
    max-width: 600px;
}
.error-content p {
    margin: 0 auto 20px;
    max-width: 520px;
}
.project-desc p a:hover, .service-desc p a:hover, .terms-wrap p a:hover, article p a:hover {
    text-decoration: underline;
    color: #d66774;
}
.project-desc h1, .service-desc h1, .terms-wrap h1, article h1 {
    font-size: 32px;
    margin-bottom: 15px;
}
.project-desc h2, .service-desc h2, .terms-wrap h2, article h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.project-desc h3, .service-desc h3, .terms-wrap h3, article h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.project-desc h4, .service-desc h4, .terms-wrap h4, article h4 {
    font-size: 26px;
    margin-bottom: 15px;
}
.project-desc h5, .service-desc h5, .terms-wrap h5, article h5 {
    font-size: 24px;
    margin-bottom: 15px;
}
.project-desc ol, .service-desc ol, .terms-wrap ol, article ol {
    margin-top: 20px;
    margin-bottom: 30px;
}
.project-desc ol li, .service-desc ol li, .terms-wrap ol li, article ol li {
    margin-bottom: 15px;
    color: #555;
    padding-left: 3px;
}
.project-desc .content-feature-list, .service-desc .content-feature-list, .terms-wrap .content-feature-list, article .content-feature-list {
    margin: 25px 0;
}
article .content-feature-list li i {
    font-size: 10px;
    top: 6px;
}
.post-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    color: #555;
}
.post-metainfo li:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #d66774;
    border-radius: 50%}
.post-img {
    position: relative;
    margin: 0 0 25px;
    display: block;
}
.post-img .blog-date {
    display: inline-block;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    padding: 7px 32px 8px;
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 1;
    background-color: #000;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.comment-item-wrap .reply-btn:hover, .post-img .blog-date:hover {
    background: #d66774;
    color: #fff;
}
.wp-block-quote {
    position: relative;
    padding: 35px;
    border: 1px solid rgba(0, 0, 0, .09);
    margin: 30px 0;
}
.wp-block-quote .wp-quote-text {
    width: calc(100% - 100px);
    margin-left: 30px;
    text-align: center;
}
.wp-block-quote .wp-quote-text p {
    color: #555;
    font-weight: 500;
    margin-bottom: 0;
}
.wp-block-quote .wp-quote-icon {
    width: 70px;
    height: 100px;
    position: relative;
    z-index: 1;
}
.wp-block-quote .wp-quote-icon i {
    color: #d66774;
    font-size: 68px;
    line-height: .8;
    opacity: .7;
    margin: 0 auto;
}
.post-tag ul li a {
    color: #555;
    font-size: 16px;
    border-radius: 3px;
}
.post-tag span {
    margin-right: 10px;
    font-weight: 500;
    color: #000;
}
.post-tag span i {
    position: relative;
    top: 1px;
    color: #000;
    margin-right: 3px;
}
.post-share span {
    font-weight: 500;
    color: #000;
}
.post-share ul {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.post-author {
    padding: 25px;
    margin: 15px 0 30px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .09);
}
.post-author .post-author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%}
.post-author .post-author-info {
    width: calc(100% - 175px);
    margin-left: 25px;
}
.post-author .post-author-info h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
.comment-box-wrap {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.comment-item-wrap .comment-item {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}
.comment-item-wrap .comment-item.reply {
    margin-left: 40px;
}
.comment-item-wrap .comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 4px;
}
.comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 120px);
    margin-left: 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 9px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    font-size: 14px;
    font-family: Archivo, sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #555;
    margin-top: 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
    margin: 0 0 5px;
}
.comment-item-wrap .reply-btn {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    background-color: #f2f3f5;
    color: #555;
    padding: 12px 14px 10px;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
}
.comment-box-title h4 {
    margin-bottom: 0;
    line-height: 1;
}
.comment-box-title p {
    margin-top: 10px;
    margin-bottom: 0;
}
#cmt-form label {
    color: #888;
    padding-left: 20px;
}
#cmt-form .comment-form .form-group {
    margin: 0 0 20px;
    position: relative;
}
#cmt-form .comment-form .form-group>label {
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    padding-left: 0;
    color: #888;
}
#cmt-form .comment-form .form-group input, #cmt-form .comment-form .form-group textarea {
    width: 100%;
    background-color: #f2f3f4;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
    color: #000;
}
#cmt-form .comment-form .form-group input:focus, #cmt-form .comment-form .form-group textarea:focus {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#cmt-form .comment-form .form-group textarea {
    height: 145px;
    resize: none;
}
.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
}
.post-cat-title span {
    font-weight: 600;
    color: #d66774;
}
.team-card {
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}
.team-card .team-img {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.team-card .team-info h3 {
    font-size: 24px;
    margin-bottom: 8px;
}
.team-card .team-info .social-profile {
    margin-top: 15px;
}
.team-card .team-info .social-profile li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .1);
}
.team-card:hover .team-img .social-profile li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
#contactForm .form-group input, #contactForm .form-group textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 15px;
    border-radius: 5px;
}
#contactForm .form-group input:focus, #contactForm .form-group textarea:focus {
    border: 1px solid rgba(0, 0, 0, .09);
}
.contact-content .content-title p {
    padding-right: 30px;
}
.contact-content .contact-info li, .footer-wrap .footer-widget .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 18px;
}
.contact-content .contact-info li i, .footer-wrap .footer-widget .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #d66774;
}
.contact-content .contact-info li a, .contact-content .contact-info li p {
    color: #555;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.contact-content .contact-info li a, .footer-wrap .footer-widget .contact-info li a {
    display: block;
    margin-bottom: 5px;
}
.contact-content .social-link {
    margin-top: 28px;
}
.contact-content .social-link h6 {
    margin: 0 10px 0 0;
}
.contact-content .social-link .social-profile li a {
    width: 40px;
    height: 40px;
}
.contact-content .social-link .social-profile li a i {
    font-size: 18px;
}
.swiper-container {
    overflow-x: hidden;
    overflow: hidden;
}
.product-card .product-img {
    padding: 25px;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}
.product-card .product-img .add-to-cart {
    position: absolute;
    bottom: -100%;
    left: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}
.product-card .product-info {
    padding: 22px 25px 27px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}
.product-card .product-info h3 {
    font-size: 22px;
    margin: 0 0 10px;
}
.product-card .product-info p {
    margin: 0 0 20px;
    color: #d66774;
    font-weight: 600;
}
.product-card .product-info p .discount {
    color: rgba(0, 0, 0, .6);
    text-decoration: line-through;
}
.product-card:hover .product-img button {
    bottom: 0;
}
.product-card:hover .product-img .product-option li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.product-slider-one {
    margin: -10px -5px;
}
.product-slider-one .product-card {
    margin: 10px 5px;
}
.product-slider-one.owl-carousel .owl-nav button.owl-next, .product-slider-one.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
.product-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -90px;
}
.product-filter-wrap {
    margin-bottom: 25px;
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 5px;
}
.profuct-result p {
    margin: 0;
    font-weight: 500;
    opacity: .7;
}
.filter-item-cat select, .filter-item-num select {
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    color: #393939;
    background-color: #fff;
    border: none;
    font-size: 16px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px;
}
.cart-table {
    margin: 0 0 25px;
}
.product-quantity, .wh_btn .btn:first-child {
    margin-right: 10px;
}
.cart-table table thead tr {
    border-top: none;
    background: #f2f3f5;
    border: none;
}
.cart-table table thead tr th {
    border: none;
    padding: 25px 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-right: 1px solid #f2f3f5;
}
.cart-table table tbody {
    border-top-color: transparent!important;
}
.cart-table table tbody tr {
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, .1);
}
.cart-table table tbody tr td {
    padding: 20px;
    text-align: center;
    border-bottom: none;
}
.cart-table table tbody tr td .product-img {
    background-color: #f9f9f9;
    max-width: 100px;
    padding: 15px;
}
.cart-table table tbody tr td .product-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.cart-table table tbody tr td .cart-item {
    font-weight: 500;
    margin: 0;
}
.cart-table table tbody tr td .cart-item span {
    display: block;
    color: #d66774;
    margin-top: 6px;
}
.cart-table table tbody tr td .cart-item-price {
    text-align: center;
    color: #d66774;
    margin: 0;
}
.cart-table table tbody tr td .cart-action, .update-cart {
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: .4s;
    transition: .4s;
}
.cart-table table tbody tr td .cart-action i {
    margin: 0 auto;
    font-size: 22px;
    position: relative;
    top: 1px;
    -webkit-transition: .4s;
    transition: .4s;
}
.cart-table.style2 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
}
.cart-table.style2 table tbody tr td {
    text-align: left;
    padding: 0 0 15px;
}
.cart-table.style2 table tbody tr td .product-img {
    background-color: #fff;
    padding: 10px;
    max-width: 80px;
}
.cart-table.style2 table tbody tr td .cart-item {
    font-size: 14px;
    line-height: 1;
}
.cart-table.style2 table tbody tr td .cart-item span {
    color: #555;
    font-size: 14px;
    margin-top: 7px;
    opacity: .8;
    font-weight: 400;
}
.cart-table.style2 table tbody tr td .cart-item-price {
    font-size: 14px;
    font-weight: 600;
}
.update-cart i {
    margin: 0 auto;
    font-size: 22px;
    -webkit-transition: .4s;
    transition: .4s;
}
.cart-qty .product-quantity {
    margin: 0 auto;
}
.cart-qty .product-quantity input {
    left: 0!important;
}
.coupon-code input {
    width: 100%;
    height: 56px;
    background: 0 0;
    padding: 10px 50px 10px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    color: #000;
}
.coupon-code button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 5px 22px;
    border-radius: 0 5px 5px 0;
    background-color: #d66774;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border: none;
}
.cart-total {
    padding: 25px 30px 30px;
    background-color: #f2f3f5;
}
.cart-total .cart-total-wrap .cart-total-item:last-child {
    margin-bottom: 0;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .15);
    padding-top: 20px;
}
.cart-total .cart-total-wrap .cart-total-item p, .cart-total .cart-total-wrap .cart-total-item span {
    margin: 0;
    line-height: 1;
}
.cart-total .btn {
    margin-top: 30px;
}
.cart-total .btn.style2 {
    padding: 18px 10px 17px;
}
.checkbox, .footer-wrap .footer-widget .footer-logo {
    display: block;
}
.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
}
.checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d66774;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 3px;
}
.checkbox.style2 label:before {
    border-radius: 50%;
    border-color: #888;
}
.checkbox input:checked+label:before {
    border-color: #d66774;
}
.checkbox input:checked+label:after {
    content: "";
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    background: #d66774;
}
.checkout-form .checkout-form-box {
    margin: 0 0 25px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 25px 25px 15px;
}
.checkout-form .checkout-box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.checkout-form .form-group label {
    margin-bottom: 10px;
    display: block;
    color: #000;
}
.checkout-form .form-group textarea {
    height: 212px;
    resize: none;
}
.checkout-form .form-group select {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #555;
    width: 100%;
    height: 60px;
    cursor: pointer;
}
.single-product-gallery .single-product-slider {
    margin-bottom: 20px;
    position: relative;
}
.single-product-gallery .single-product-slider .single-product-item {
    padding: 20px;
    background-color: #f9f9f9;
}
.single-product-gallery .single-product-slider .single-product-item img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
}
.single-product-gallery .single-product-thumbs .single-product-thumb {
    padding: 20px;
    cursor: pointer;
    background-color: #f9f9f9;
}
.single-product-gallery .single-product-thumbs .single-product-thumb img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}
.single-product-gallery .single-product-thumbs .swiper-slide-thumb-active {
    background-color: #f9f9f9;
    border-color: transparent;
}
.single-product-gallery .single-product-thumbs .product-thumb {
    padding: 20px;
    cursor: pointer;
}
.single-product-details .single-product-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px;
}
.single-product-details .single-product-title h3 {
    font-size: 20px;
    line-height: 1.5;
    font-family: Archivo, sans-serif;
    font-weight: 500;
    margin: 7px 0 10px;
    color: #d66774;
}
.single-product-details .single-product-title h3 .discount {
    color: #888;
    margin-left: 5px;
    text-decoration: line-through;
}
.single-product-details .single-product-title .ratings ul {
    position: relative;
    top: 1px;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating li i, .single-product-details .single-product-title .ratings ul li i {
    color: #fdcb05;
}
.single-product-details .single-product-desc {
    margin: 12px 0 15px;
}
.product-quantity {
    width: 100px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.product-quantity .qtySelector {
    position: relative;
    height: 42px;
}
.product-quantity .qtySelector span {
    width: 20px;
    position: absolute;
    height: 16px;
    right: 10px;
    background: rgba(0, 0, 0, .08);
    border: none;
    border-radius: 1px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.product-quantity .qtySelector span i {
    line-height: .7;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}
.product-quantity .qtySelector span.decreaseQty {
    bottom: 0;
    z-index: 9;
}
.product-quantity .qtySelector span.decreaseQty i, .product-quantity .qtySelector span.increaseQty i {
    top: -6px;
}
.product-quantity .qtySelector input {
    width: 100%;
    background: 0 0;
    border: none;
    border-right: 1px solid rgba(69, 69, 70, .07);
    left: 0;
    position: relative;
    height: 50px;
    text-align: left;
    color: #000;
    border-radius: 0;
    padding: 10px 40px 10px 15px;
}
.swiper-button-prev {
    margin-left: 20px;
}
.swiper-button-next {
    margin-right: 20px;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}
.swiper-button-next i, .swiper-button-prev i {
    color: rgba(0, 0, 0, .51);
    font-size: 18px;
    line-height: .8;
    -webkit-transition: .4s;
    transition: .4s;
}
.product-tablist {
    border-bottom: 1px solid rgba(0, 0, 0, .17);
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-tablist .nav-item {
    border-radius: 0;
    margin-right: 40px;
}
.product-tablist .nav-item .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background: 0 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 0 0 18px;
    text-align: center;
    position: relative;
    font-family: Archivo, sans-serif;
}
.product-tablist .nav-item .nav-link:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: #d66774;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.product-tablist .nav-item .nav-link.active:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.product-tab-content {
    margin: 30px 0 0;
}
.product-tab-content .product_features li {
    margin-bottom: 10px;
}
.client-review .comment-form-title, .client-review-form .comment-form-title {
    margin-bottom: 20px;
}
.client-review.comment-item-wrap .comment-item {
    border: none;
    padding: 0;
    background-color: transparent;
}
.client-review.comment-item-wrap .comment-item .comment-author-img, .client-review.comment-item-wrap .comment-item .comment-author-img img {
    border-radius: 0;
}
.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating {
    margin-top: 2px;
}
.client-review-form .form-group input, .client-review-form .form-group textarea {
    width: 100%;
    border: none;
    background: #f9f9f9;
    padding: 10px 15px;
}
.client-review-form .form-group input {
    height: 56px;
}
.client-review-form .form-group textarea {
    height: 128px;
    resize: none;
}
.single-product-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0;
}
.product-more-option {
    margin: 25px 0;
    padding: 25px 0 28px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.product-more-option-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 18px;
}
.product-more-option-item h5 {
    margin: 0 12px 0 0;
    font-family: Archivo, sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    width: 140px;
}
.about-section .content-column p, .feature-block h4 {
    margin-bottom: 24px;
}
.product-more-option-item a, .product-more-option-item span {
    font-size: 16px;
    position: relative;
    color: #555;
}
.product-more-option-item .add-to-cart {
    color: #fff;
    padding: 12px 30px;
}
.product-more-option-item a {
    padding-right: 5px;
}
.product-large-img {
    max-width: 350px;
    margin: 0 auto;
}
.product-thumb {
    max-height: 150px;
}
.add-cart button {
    margin-right: 10px;
    font-weight: 400!important;
}
.add-cart button i {
    margin-right: 10px;
    top: 1px!important;
}
.add-cart button.v3 {
    border-color: rgba(0, 0, 0, .2);
}
.product-description-box {
    border: 1px solid #ddd;
    border-radius: 20px 0;
    padding: 25px;
}
.additional-info li p span {
    width: 100px;
    font-weight: 600;
    display: inline-block;
}
.cart-total .cart-total-wrap .cart-total-item, .checkbox-item, .comment-item-wrap .comment-item, .contact-content .social-link, .feature-card .feature-icon, .hero-wrap.style3 .line-shape-wrap, .new-product-item, .owl-carousel .owl-nav, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .post-author, .pp-post-item, .project-info-list li, .single-product-details .single-product-title .ratings, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a, .swiper-button-next, .swiper-button-prev, .testimonial-card .client-info-wrap, .wp-block-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-total .cart-total-wrap .cart-total-item, .checkbox-item, .contact-content .social-link, .new-product-item, .project-info-list li, .single-product-details .single-product-title .ratings, .testimonial-card .client-info-wrap, .wp-block-quote {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.footer-wrap {
    position: relative;
    z-index: 1;
    background-color: #242e37;
}
.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.footer-wrap .footer-widget .footer-widget-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 90px;
    height: 2px;
    background-color: rgba(255, 255, 255, .15);
}
.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #d66774;
}
.footer-wrap .footer-widget .social-profile li a {
    color: #fff;
    font-size: 20px;
    background-color: rgba(255, 255, 255, .09);
    width: 45px;
    height: 45px;
}
.footer-wrap .footer-widget .social-profile li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #d66774;
}
.footer-wrap .footer-widget .footer-menu li a {
    color: #ccc;
    position: relative;
    padding-left: 25px;
}
.footer-wrap .footer-widget .footer-menu li a:after {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d66774;
    -webkit-transition: .4s;
    transition: .4s;
}
.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #d66774;
    padding-left: 18px;
}
.footer-wrap .footer-widget .comp-desc {
    color: #ccc;
    margin: 38px 0 15px;
    padding-right: 10px;
}
.footer-wrap .footer-widget .newsletter-form {
    position: relative;
    margin-bottom: 30px;
    width: 100%}
.footer-wrap .footer-widget .newsletter-form input {
    width: 100%;
    height: 58px;
    background-color: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 5px;
    padding: 15px 140px 15px 15px;
}
.footer-wrap .footer-widget .newsletter-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #ccc;
}
.footer-wrap .footer-widget .newsletter-form input:-ms-input-placeholder {
    opacity: 1;
    color: #ccc;
}
.footer-wrap .footer-widget .newsletter-form input::-ms-input-placeholder {
    opacity: 1;
    color: #ccc;
}
.footer-wrap .footer-widget .newsletter-form input::placeholder {
    opacity: 1;
    color: #ccc;
}
.footer-wrap .footer-widget .newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #d66774;
    height: 100%;
    padding: 5px 20px;
    border: none;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
}
.footer-wrap .footer-widget .social-profile li a i {
    color: #fff;
    font-size: 21px;
}
.footer-wrap .footer-widget .insta-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 11px;
    margin-right: 10px;
}
.footer-wrap .footer-widget .insta-gallery a {
    display: block;
    position: relative;
    border-radius: 5px;
}
.footer-wrap .footer-widget .contact-info li a, .footer-wrap .footer-widget .contact-info li p {
    color: #ccc;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: initial;
}
.copyright-text {
    padding: 23px 10px;
    margin: 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .09);
}
.copyright-text i {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.copyright-text a {
    color: #d66774;
    font-weight: 500;
}
.about-drone-three-info span, .about-drone-three-info strong {
    font-weight: 700;
    font-family: Rajdhani, sans-serif;
    display: block;
    color: #fff;
}
.copyright-text a:hover {
    text-decoration: underline;
}
@media only screen and (max-width:767px) {
    .navbar-brand img {
    max-width: 120px;
}
.header-wrap.sticky {
    margin-top: 0;
}
.footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 18px;
    padding-bottom: 12px;
}
.footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
    margin: 25px 0 20px;
}
.footer-wrap .footer-widget .social-profile li a {
    width: 40px;
    height: 40px;
}
.footer-wrap .footer-widget .social-profile li a i {
    font-size: 18px;
}
.footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
}
.footer-wrap .footer-widget .contact-info a, .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
}
.footer-wrap .footer-widget .insta-gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row: 1fr 1fr;
}
.footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
}
.footer-wrap .footer-widget .footer-menu li a i {
    font-size: 11px;
    top: 5px;
}
.footer-wrap .footer-widget .newsletter-form {
    margin-bottom: 25px;
}
.footer-wrap .footer-widget .newsletter-form input {
    padding: 15px 130px 15px 15px;
}
.footer-wrap .footer-widget .newsletter-form button {
    font-size: 13px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
}
.footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
}
.footer-wrap .footer-widget .newsletter-form {
    width: calc(100% - 10px);
}
.footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
}
}@media only screen and (max-width:1199px) {
    .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
}
.footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
    font-size: 15px;
}
.footer-wrap .footer-widget .contact-info li a, .footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .footer-menu li a, .footer-wrap .footer-widget .newsletter-form input {
    font-size: 15px;
}
.footer-wrap .footer-widget .newsletter-form {
    width: calc(100% - 10px);
}
.footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
}
.footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
    font-size: 15px;
}
.footer-wrap .footer-widget .contact-info li a, .footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .footer-menu li a, .footer-wrap .footer-widget .newsletter-form button, .footer-wrap .footer-widget .newsletter-form input {
    font-size: 15px;
}
.footer-wrap .footer-widget .newsletter-form {
    width: calc(100% - 40px);
}
}@media only screen and (min-width:1400px) {
    .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
}
.header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 20px;
    top: 6px;
}
.footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
}
.footer-wrap .footer-widget .newsletter-form {
    width: calc(100% - 40px);
}
.footer-wrap .footer-widget .insta-gallery {
    margin-right: 50px;
}
.footer-wrap .footer-widget .newsletter-form input {
    height: 70px;
    background-color: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 5px;
    padding: 15px 140px 15px 15px;
}
.footer-wrap .footer-widget .newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #d66774;
    height: 100%;
    padding: 5px 20px;
    border: none;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
}
}.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 15px;
    font-weight: 600;
}
.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d;
}
.footer-wrap .footer-widget .footer-logo img.logo-light {
    background: #fff;
    padding: 10px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.about-drone-three {
    padding: 20px 60px 60px 20px;
    position: relative;
    z-index: 1;
}
.about-drone-three:before {
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    width: 210px;
    height: 180px;
    background-color: #b622fe;
}
.about-drone-three:after {
    content: '';
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    width: 40%;
    height: 60%;
    background-image: url(../img/dot.webp);
    background-repeat: repeat;
}
.about-drone-three-info {
    position: absolute;
    text-align: right;
    bottom: 30px;
    right: 30px;
    background-color: #b622fe;
    padding: 20px;
}
.about-drone-three-info:after {
    position: absolute;
    right: 0;
    top: -30px;
    content: '';
    z-index: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #d723ff;
    border-right: 30px solid transparent;
}
.about-drone-three-info span {
    font-size: 41px;
    line-height: 22px;
}
.about-drone-three-info strong {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.about-drone-three-media img, .video-style2-media img {
    width: 100%}
.video-style2-media {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin: 35px;
}
.video-style2-ring-outer {
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 100%;
    position: absolute;
    left: 32px;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 90%}
.video-style2-outer {
    overflow: hidden;
}
.dot-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #b622fe;
}
.dot-circle.one {
    top: 10%;
    left: 16%}
.dot-circle.two {
    bottom: 40px;
    right: 78%}
.dot-circle.three {
    top: 35%;
    right: 0;
}
.video-style2-right {
    padding-left: 50px;
}
@media only screen and (max-width:991px) {
    .video-style2-right {
    padding-left: 0;
}
.dot-circle.two {
    right: 74%}
.video-style2-media {
    margin: 15px;
}
}.rotate-center {
    -webkit-animation: 20s linear infinite both rotate-center;
    animation: 20s linear infinite both rotate-center;
}
@-webkit-keyframes rotate-center {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes rotate-center {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@media only screen and (max-width:767px) {
    .dot-circle.one {
    left: 16%}
.dot-circle.two {
    right: 78%}
}.about-bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    top: 0;
}
.new-imgheight img {
    height: 320px;
    object-fit: cover;
}
.hero-content {
    color: #000;
    font-weight: 600;
}
.about-wrap.style3 .about-content .content-title h2 {
    color: #000;
    font-weight: 500;
}
.feature-card .feature-icon img {
    object-fit: contain;
}
.rev_slider li.tp-revslider-slidesli:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
}
.whatsapp {
    width: 70px;
    position: fixed;
    z-index: 999;
    height: 70px;
    bottom: 200px;
    left: 5px;
}
.slide-two-content {
    position: relative;
    z-index: 20;
}
.slide-two-content .inner-box .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.slide-two-content .inner-box .image-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 30px;
    vertical-align: middle;
}
.slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.slide-two-content .inner-box .image-box .content-inner {
    position: relative;
    width: 100%;
    max-width: 50%;
    padding: 26px 33px;
    display: inline-block;
}
.slide-two-content .inner-box .image-box .content-inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffad;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 76%, 80% 100%, 0 100%, 0% 60%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 76%, 80% 100%, 0 100%, 0% 60%, 0 0);
}
.slide-two-content .inner-box .image-box .content-inner h2 {
    position: relative;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3em;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.slide-two-content .inner-box .image-box .content-inner h2 a:hover {
    color: #dd2602;
}
.slide-two-content .inner-box .image-box .content-inner .text {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 30px;
}
.slide-two-content .inner-box .image-box .content-inner .read-more {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 24px;
    color: #fff;
    text-transform: capitalize;
    background-color: #dd2602;
    -webkit-transition: .5s;
    transition: .5s;
}
.slide-two-content .inner-box .image-box .content-inner .read-more:hover {
    background-color: #111;
}
.image-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0;
    display: flow-root;
}
span.events.aos-init.aos-animate {
    position: relative;
    font-size: 17px;
}
@media(min-width:1600px) {
    .slide-two-content .inner-box .image-box .image .overlay-box {
    position: absolute;
    right: 0;
    left: 19%;
    top: 43%;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner .content {
    position: relative;
    display: block;
}
}@media(max-width:991px) {
    .slide-two-content .inner-box .image-box .content-inner {
    position: relative;
    width: 100%;
    max-width: 100%!important;
    padding: 20px;
    display: inline-block;
}
}@media(max-width:767px) {
    .hero-content h1.aos-init {
    color: #000;
    font-size: 20px;
}
.hero-content p.aos-init.aos-animate {
    color: #000;
    font-size: 12px;
}
.hero-content .btn.style1 {
    background-color: #d66774;
    color: #fff;
    padding: 7px;
    font-size: 10px;
}
}@media(max-width:601px) {
    .hero-content p.aos-init.aos-animate {
    color: #000;
    font-size: 10px;
}
.hero-content h1.aos-init {
    color: #000;
    font-size: 13px;
}
.slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 1px;
}
.slide-two-content .inner-box .image-box .content-inner {
    position: relative;
    width: 100%;
    max-width: 100%!important;
    padding: 10px 16px;
    display: inline-block;
}
}.about-bg h1.aos-init.aos-animate {
    font-size: 50px;
}
@media(min-width:991px) {
    .slide-two-content .inner-box .image-box .image img {
    height: 700px;
    object-fit: cover;
}
.about-bg.bg-f {
    padding: 160px 0;
}
}input[type=date] {
    display: block;
    position: relative;
    padding: 1rem 3.5rem 1rem .75rem;
    font-size: 1rem;
    border: 1px solid #8292a2;
    border-radius: .25rem;
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E") right 1rem center no-repeat #fff!important;
    color: #757e90!important;
    cursor: pointer;
}
input[type=date]:focus {
    outline: 0;
    border-color: #3acfff;
    box-shadow: 0 0 0 .25rem rgba(0, 120, 250, .1);
}
::-webkit-datetime-edit-day-field:hover, ::-webkit-datetime-edit-month-field:hover, ::-webkit-datetime-edit-year-field:hover {
    background: rgba(0, 120, 250, .1);
}
::-webkit-datetime-edit-text {
    opacity: 0;
}
::-webkit-clear-button, ::-webkit-inner-spin-button {
    display: none;
}
::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    color: #0078fa;
    background: #0078fa;
}
input[type=date]:hover::-webkit-calendar-picker-indicator {
    opacity: .05;
}
input[type=date]:hover::-webkit-calendar-picker-indicator:hover {
    opacity: .15;
}
.about-section {
    position: relative;
    padding: 90px 0 40px;
}
.about-section .content-column, .about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}
.about-section .content-column .inner-column {
    position: relative;
    padding-top: 60px;
    padding-left: 5px;
}
.about-section .content-column .btn-box {
    position: relative;
    margin-top: 40px;
}
.about-section .about-image-wrapper {
    position: relative;
    padding-top: 150px;
    max-width: 570px;
    margin: 0 auto;
    width: 100%}
.about-section .image-1 {
    position: relative;
    margin-left: -180px;
    overflow: hidden;
    margin-bottom: 0;
    z-index: -1;
}
.about-section .image-1 img {
    -webkit-animation: 10s infinite bounce-x;
    animation: 10s infinite bounce-x;
}
.about-section .image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 10px solid #fd00c5;
    overflow: hidden;
}
.about-section .image-3 {
    position: absolute;
    border: 10px solid #ffae00;
    top: 0;
    left: -50px;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
}
.about-section .about-image-wrapper .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 140px;
    height: 140px;
    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;
    background-color: #fff;
    margin-left: -20px;
    border-radius: 50%}
.about-section .about-image-wrapper .play-btn:before {
    position: absolute;
    height: 110px;
    width: 110px;
    border: 2px dashed #001376;
    border-radius: 50%;
    left: 16px;
    top: 16px;
    content: "";
    -webkit-animation: 2s infinite zoomInOut;
    animation: 2s infinite zoomInOut;
}
.about-section .about-image-wrapper .play-btn .icon {
    position: relative;
    height: 75px;
    width: 75px;
    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;
    background-color: #001376;
    padding-left: 5px;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    content: ""}
@-webkit-keyframes zoomInOut {
    0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
}@keyframes zoomInOut {
    0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
}.about-section .content-column h2 {
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #081245;
    font-weight: 700;
}
.sec-title .divider {
    position: relative;
    display: block;
    width: 68px;
    height: 5px;
    background-image: url(../img/divider.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sec-title .sub-title {
    display: block;
    font-size: 16px;
    color: #d66774;
    font-weight: 700;
    font-family: Exo, sans-serif;
    margin-bottom: 15px;
}
@-webkit-keyframes bounce-x {
    0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
}@keyframes bounce-x {
    0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
}.about-bgs {
    background-image: url(../img/about-pattern.webp);
    background-repeat: no-repeat;
}
.call-to-action-two {
    position: relative;
    background: #011372;
    padding: 85px 0;
}
.call-to-action-two:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55%;
    background-image: url(../img/about-imgpatterns.webp);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.call-to-action-two .content-box {
    position: relative;
    padding-left: 0;
    width: 100%}
.call-to-action-two .content-box .sub-title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.call-to-action-two .content-box h2 {
    display: block;
    font-size: 36px;
    line-height: 1.3em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px;
}
.call-to-action-two .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 9px;
}
.call-to-action-two .content-box .theme-btn {
    position: relative;
    font-size: 16px;
}
@media(max-width:1023px) {
    .call-to-action-two {
    background-image: none!important;
}
.call-to-action-two:before {
    width: 100%;
    content: ""}
}.feature-section {
    padding: 100px 0 70px;
}
.feature-section .icon-circle-1 {
    right: -100px;
    top: -100px;
    -webkit-animation: 10s infinite fa-spin;
    animation: 10s infinite fa-spin;
}
.feature-block {
    position: relative;
    margin-bottom: 30px;
}
.feature-block .inner-box {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.feature-block .inner-box:before {
    position: absolute;
    right: -13px;
    top: 50px;
    bottom: 50px;
    border: 1px solid #ebebeb;
    content: ""}
.feature-block:last-child .inner-box:before {
    display: none;
}
.feature-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.feature-block .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.feature-block .icon-box .icon {
    position: relative;
    font-size: 62px;
    line-height: 1em;
    color: #fe00c5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.feature-block .icon-box:before {
    position: absolute;
    left: -25px;
    top: 0;
    height: 55px;
    width: 55px;
    background-color: #fff1cc;
    content: "";
    border-radius: 50%}
.feature-block .icon-box .icon:before {
    position: relative;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.feature-block .inner-box:hover .icon-box .icon:before {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.feature-block h4 {
    font-size: 22px;
    color: #081245;
    font-weight: 700;
}
.feature-block p {
    margin-bottom: 20px;
    text-align: center;
}
.feature-block .read-more {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ff4200;
}
.sec-title.text-center .divider {
    margin: 30px auto 0;
    width: 90px;
    height: 5px;
}
.whychoose-bgs {
    background-image: url(../img/speaker_bg.png);
    position: relative;
}
.speaker-shap img.shap1 {
    top: 15%}
.speaker-shap img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px;
}
.speaker-shap img.shap2 {
    bottom: 0;
    left: auto;
    top: 35%;
    right: 0;
    margin: auto;
}
.speaker-shap img.shap3 {
    top: auto;
    bottom: -25px;
    margin: auto;
    left: 6%}
.event-promo {
    position: relative;
    overflow: hidden;
}
.event-promo .ev_shapes img {
    width: inherit;
}
.event-promo .ev_shapes .vec_1 {
    position: absolute;
    top: 0;
    left: 3%}
.event-promo .ev_shapes .vec_2 {
    position: absolute;
    top: 25%;
    left: 8%}
.event-promo .ev_shapes .vec_3 {
    position: absolute;
    top: 21%;
    left: 31%}
.event-promo .ev_shapes .vec_4 {
    position: absolute;
    top: 41%;
    right: 1%}
.event-promo .ev_shapes .vec_5 {
    position: absolute;
    top: 8%;
    right: 7%}
.event-promo .ev_shapes .vec_6 {
    position: absolute;
    bottom: 4%;
    right: 4%}
.event-promo .ev_shapes .vec_7 {
    position: absolute;
    top: 1%;
    left: 39%}
.event-promo .ev_shapes .vec_8 {
    position: absolute;
    top: 21%;
    left: 47%}
.event-promo .ev_shapes .vec_9 {
    position: absolute;
    bottom: 3%;
    left: 34%}
@media (max-width:991.98px) {
    .event-promo .ep_left {
    margin-bottom: 70px;
}
}.item-animateTwo {
    -webkit-animation: 15s ease-in-out infinite animateTwo;
    -o-animation: 15s ease-in-out infinite animateTwo;
    -ms-animation: animateTwo 15s infinite ease-in-out;
    -moz-animation: 15s ease-in-out infinite animateTwo;
    animation: 15s ease-in-out infinite animateTwo;
}
@-webkit-keyframes animateTwo {
    0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
}
}@keyframes animateTwo {
    0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
}
}.single-ep {
    padding: 40px 24px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(158, 158, 158, .1);
    box-shadow: 0 20px 30px 0 rgba(158, 158, 158, .1);
}
.single-ep .icon-box {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}
.single-ep .cont-box a {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #221b68;
    text-transform: capitalize;
}
.single-ep .cont-box a::after {
    content: "\ea5d";
    font-family: IcoFont;
    font-weight: 400;
}
.single-ep:hover .cont-box a {
    color: #fd424d;
}
.item-animateOne {
    -webkit-animation: 15s ease-in-out infinite animateOne;
    -o-animation: 15s ease-in-out infinite animateOne;
    -ms-animation: animateOne 15s infinite ease-in-out;
    -moz-animation: 15s ease-in-out infinite animateOne;
    animation: 15s ease-in-out infinite animateOne;
}
@-webkit-keyframes animateOne {
    0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
}@keyframes animateOne {
    0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
}.common-title h2 {
    color: #221b68;
    font-size: 38px;
}
.common-title span {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 5px;
    position: relative;
    z-index: 1;
    line-height: 1;
    letter-spacing: 1px;
    color: #d66774;
    font-size: 23px;
}
.project-bgs {
    background-image: url(../img/project-bgs.webp);
    background-repeat: no-repeat;
    background-size: cover;
}


.blog-card.style1 .blog-img img  {
    
    height:  421px;
    
    object-fit:  cover;
    
}
.event-blog h2  {
    
    font-size:  23px !important;
    
    color:  #d66774;
    
    line-height:  36px !important;
    
}
.gallery-slider button.owl-prev  {
    
    position:  absolute;
    
    left:  -18px;
    
    background-color:  black !important;
    
}
.gallery-slider button.owl-next  {
    
    position:  absolute;
    
    right:  -92%;
    
    background-color:  black !important;
    
}
.gallery-slider .owl-nav  {
    
    position:  absolute;
    
    top:  45%;
    
    width:  100%;
    
    display:  flex;
    
}
.gallery-slider button.owl-prev i  {
    
    color:  #fff !important;
    
}
.gallery-slider button.owl-next i  {
    
    color:  #fff !important;
    
}
/* .gallery-slider .owl-nav  {
    
    position:  absolute;
    
    top:  50%;
    
}
.gallery-slider .owl-nav button.owl-prev  {
    
    background:  black;
    
    left:  -29px;
    
}
.gallery-slider .owl-nav button.owl-prev i  {
    
    color:  #fff;
    
}
 */

@media(max-width: 767px) {
    
    .gallery-slider button.owl-next  {
    
        right:  -68%;
    
}

    .gallery-slider button.owl-prev  {
    
        left:  0;
    
}

}


/*--gallery--*/
/*------------------- 4.28. Choose  -------------------*/
.choose-tab  {
    
    --border-gap:  4px;
    
    /* border:  2px dashed var(--theme-color);
     */
    border-radius:  50px;
    
    margin-bottom:  30px;
    
    padding:  var(--border-gap);
    
    display:  inline-block;
    
    position:  relative;
    
    z-index:  2;
    
  }
  .choose-tab .indicator  {
    
    position:  absolute;
    
    top:  var(--border-gap) !important;
    
    left:  0;
    
    background-color:  transparent;
    
    border-radius:  50px;
    
    z-index:  -1;
    
    transition:  0.4s;
    
  }
  
  .choose-content .tab-pane p: last-child  {
    
    margin-bottom:  0;
    
  }
  
  .choose-btn  {
    
    border:  none;
    
    color:  var(--theme-color);
    
    background-color:  transparent;
    
    font-size:  20px;
    
    font-weight:  600;
    
    border-radius:  50px;
    
    padding:  12px 30px;
    
    text-align:  center;
    
    position:  relative;
    
  }
  .choose-btn: hover  {
    
    color:  var(--secondary-color);
    
  }
  .choose-btn.active  {
    
    color:  white;
    
    background: #30d5c8;
    
  }
  
  .long-img  {
    
    height:  100%;
    
  }
  .long-img img  {
    
    height:  100%;
    
    object-fit:  cover;
    
    object-position:  center center;
    
  }
  
  .long-img, 
  .short-img  {
    
    border-radius:  30px;
    
    overflow:  hidden;
    
  }
  .long-img img, 
  .short-img img  {
    
    border-radius:  30px;
    
    transition:  0.4s ease-in-out;
    
  }
  .long-img: hover img, 
  .short-img:hover img  {
    
    border-radius:  30px;
    
    transform:  scale(1.1);
    
  }
  
  /*------------------- 4.26. Project Gallery  -------------------*/
  .project-card  {
    
    position:  relative;
    
    border-radius:  30px;
    
    overflow:  hidden;
    
  }
  .project-card .project-img  {
    
    position:  relative;
    
  }
  .project-card .project-img img  {
    
    transform:  scale(1.001);
    
    transition:  all ease 0.6s;
    
    border-radius:  30px;
    
    padding-bottom: 0rem;
    
  }
  .project-card .project-img: before  {
    
    content:  "";
    
    position:  absolute;
    
    top:  0;
    
    left:  0;
    
    right:  0;
    
    width:  100%;
    
    height:  92%;
    
    background-color:  #d66774;
    
    transition:  0.6s ease-in-out;
    
    transform:  scale(0);
    
    border-radius:  13px;
    
    opacity:  0;
    
    visibility:  hidden;
    
    z-index:  1;
    
  }
  .project-card .plus-btn  {
    
    font-size:  72px;
    
    color:  white;
    
    position:  absolute;
    
    top:  50%;
    
    left:  50%;
    
    visibility:  hidden;
    
    opacity:  0;
    
    transition:  0.3s;
    
    z-index:  2;
    
    transition-delay:  0.3s;
    
    transform:  translate(-50%,  -50%) scale(0);
    
  }
  .project-card .plus-btn: hover  {
    
    color:  var(--theme-color);
    
  }
  .project-card: hover .project-img img  {
    
    transform:  scale(1.05);
    
  }
  
  
  .project-card: hover .project-img:before  {
    
    transform:  scale(1);
    
    opacity:  0.75;
    
    visibility:  visible;
    
    transform:  scale(1);
    
  }
  .project-card: hover .plus-btn  {
    
    visibility:  visible;
    
    opacity:  1;
    
    transform:  translate(-50%,  -50%) scale(1);
    
  }
  
  .project-menu button  {
    
    border:  none;
    
    background-color:  transparent;
    
    font-size:  18px;
    
    font-weight:  600;
    
    color:  var(--title-color);
    
    min-width:  180px;
    
    height:  74px;
    
    padding:  20px 50px;
    
    margin:  0 10px;
    
    transition:  0.3s ease-in-out;
    
    position:  relative;
    
    z-index:  2;
    
  }
  .project-menu button img  {
    
    position:  absolute;
    
    top:  0;
    
    left:  0;
    
    height:  100%;
    
    width:  100%;
    
    z-index:  -1;
    
    transition:  0.3s;
    
  }
  .project-menu button .btn-active-bg  {
    
    visibility:  hidden;
    
    opacity:  0;
    
    z-index:  -1;
    
    transition:  0.3s;
    
  }
  .project-menu button: hover .btn-active-bg,  .project-menu button.active .btn-active-bg  {
    
    visibility:  visible;
    
    opacity:  1;
    
  }
  .gallery.why-section.bg-smoke.space-shape-plus  {
    
      padding-bottom:  3rem !important;
    
  }
  .project-img  {
    
      padding-bottom:  2rem;
    
  }
  
  .gallery.feature-section  {
    
    padding-top:  3rem;
    
    padding-bottom:  1rem !important;
    
}
h2.gal.sec-title.big-title  {
    
    text-align:  center;
    
}

/*--style--*/

.catering-service:before{

  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .7);
}
.catering-service{
  background-color: #6c6c6c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  padding: 25px 0 25px;
  position: relative;

}
.banner-text {
  padding: 50px 0;
  position: relative;
}
.banner-text h1 {
  color: #fff;
  font-weight: 400;
}
.all-occasions {
  font-size: 28px !important;
}
.text-white {
  color: #fff !important;
}
.text-justify {
  text-align: justify !important;
}
.banner-form-bg {
  background: rgba(255, 255, 255, .2);
  padding: 15px;
}
.banner-form-bg h5 {
  color: #fff;
}
.form-group {
  margin-bottom: 1rem;
}
.hide-robot {
  display: none;
}
button, input, select {
  height: 50px;
  padding: 0 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem !important;
  font-size: 1rem;
  line-height: 1.5 !important;
  color: #495057;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.form-control {
  height: auto;
}
.tm-button, a.tm-button, button.tm-button {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    background: #d66774;
    height: 39px;
    line-height: 33px;
    padding: 0 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
    border: 1px solid #d66774;
    z-index: 1;
    vertical-align: middle;
    border-radius: 3px;
}
.catering-service {
    background-image: url(../img/dwarka/catering.webp);
}
p.wedding {
    line-height: 2rem;
}
.fun-fact-section-seven {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.counter-block-seven {
    position: relative;
    margin-bottom: 50px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.counter-block-seven .inner {
    position: relative;
    padding: 40px 40px 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #FAFAFB;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.counter-block-seven .image {
    position: relative;
    margin-bottom: 22px;
}
.counter-block-seven .image img {
    width: 90px;
}
.counter-block-seven .count-box {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--title-font);
    letter-spacing: -0.017em;
    text-transform: capitalize;
    color: #191919;
    margin-bottom: 10px;
}
.counter-block-seven .count-box .count-text {
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--title-font);
    color: #191919;
}
.counter-block-seven .counter-title {
    color: #173a6f;
    font-family: var(--text-font);
    margin-bottom: 0;
}
.counter-block-seven .inner:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
a, a :focus, a:hover {
    text-decoration: none !important;
    color: #000 ;
}
p.choose-catering {
    font-size: 17px;
    margin-top: 0rem;
}
p.choose-dwarka-catering {
    font-size: 17px;
}

  @import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);


/*/ start count stats /*/ 

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}

/*/ end count stats /*/
img.years.img-fluid {
    max-width: 4rem;
    padding-bottom: 0.5rem;
}
.elevate {
    padding-top: 3rem;
    padding-bottom: 2rem !important;
    background-image: url("../img/dwarka/pattern-4.jpg");
}
h2.exceptional {
    margin: 0px !important;
    padding-bottom: 0.5rem;
    font-size: 28px;
}
.trust.service-desc {
    margin: 0px;
}
section#counter-stats {
    margin: 0px;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.manage-event {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media(min-width:310px) and (max-width:680px){

    h1.heads.all-occasions {
        font-size: 22px !important;
    }
    .ptb-100 {
        padding-top: 20px !important;
        padding-bottom: 50px;
    }
    .mt-30 {
        margin-top: 10px !important;
    }
}
.unparalled-catering {
    padding: 2px;
}
p.cele {
    line-height: 2.3rem;
}
.excep-service.service-desc {
    margin-bottom: 30px;
}

 .cta-content {
    background-color: #fff;
    padding: 40px 50px 53px;
    position: relative;
    border-radius: 5px;
}
 .cta-content:before {
    position: absolute;
    top: 15px;
    left: 15px;
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: 0 0;
    border-radius: 5px;
    border: 1px solid rgba(215, 35, 36, .1);
}
p.catering.choose-dwarka-catering {
    padding-bottom: 1rem;
}
h4.choose-dwarka {
    color: #d66774;
}
.accordion-item .accordion-body p, .additional-info li, .comment-item-wrap .comment-item .comment-author-wrap .comment-text, .service-card.style1 .service-info h5, .service-card.style2 .service-info h5 {
    margin: 0 0 10px;
}
.service-card .service-info h5, .testimonial-card.style3 .client-info h5, .testimonial-card.style4 .client-info h5 {
    font-size: 22px;
}
.service-card.style1:hover .service-info h5 a {
    color: #d66774 !important;
}
.service-card.style2:hover .service-info h5 a{

    color: #d66774 !important;
}
.contact-wrap .contact-content .content-title h5{

    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    font-family: Exo, sans-serif;
}

h6.discover{
    line-height: 1.4;
    font-size: 40px;
    margin: 0;
    color: #232e36;
    font-family: Exo, sans-serif;
    font-weight: 600;
}

@media(min-width:310px) and (max-width:680px){

    .unparalled-catering {
        padding: 26px;
    }
    p.cele {
        line-height: 1.6rem;
    }
    .elevate.service-details-wrap {
        padding-bottom: 0px !important;
    }
    section#counter-stats {
        margin: 0px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    h4.choose-dwarka {
        color: #d66774;
        font-size: 18px;
    }
    .contact-wrap .contact-bg {
        height: 100% !important;
    }
    .contact-wrap .contact-content .content-title h5 {
        color: #fff;
        font-size: 33px;
        margin: 0;
        font-weight: 600;
        font-family: Exo, sans-serif;
        padding-bottom: 0rem;
        margin-bottom: 10px !important;
    }
    h6.discover {
        line-height: 1.4;
        font-size: 28px;
        margin: 0;
        color: #232e36;
        font-family: Exo, sans-serif;
        font-weight: 600;
    }
    .section-title.text-center.mb-50 {
        margin-bottom: 0.8rem !important;
    }
    img.years.img-fluid {
        max-width: 3rem;
        padding-bottom: 0.5rem;
    }
    .stats {
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    }
    h5.cat-best {
        font-size: 13px;
    }
    .service-card .service-info h5, .testimonial-card.style3 .client-info h5, .testimonial-card.style4 .client-info h5 {
        font-size: 13px;
    }   
    .service-card.style1 .service-info, .service-card.style2 .service-info {
        padding: 15px 14px !important;
    }

}
@media(min-width:700px) and (max-width:999px){

    .unparalled-catering {
        padding: 24px;
    }
    .elevate{
        padding-bottom: 0px !important;
    }  
    h5.cat-best {
        font-size: 16px !important;
    }
    .stats {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    }
    .manage-event.service-wrap {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    h6.discover {
        line-height: 1.4;
        font-size: 36px;
        margin: 0;
        color: #232e36;
        font-family: Exo, sans-serif;
        font-weight: 600;
    }  
    .pro.section-title {
        margin-bottom: 2rem !important;
    }
}

@media(min-width:1000px) and (max-width:1199px){
    p.cele {
        line-height: 2rem;
        font-size: 16px;
    }
    h2.exceptional {
        margin: 0px !important;
        padding-bottom: 0.5rem;
        font-size: 22px;
    }
    .pro.section-title {
        margin-bottom: 1rem !important;
    }
}