@font-face {
    font-family: 'NoirPro-Bold';
    src: url("../fonts/NoirPro-Bold.otf")
}

@font-face {
    font-family: 'NoirPro-Medium';
    src: url("../fonts/NoirPro-Medium.otf")
}

@font-face {
    font-family: 'NoirPro-Regular';
    src: url("../fonts/NoirPro-Regular.otf")
}

@font-face {
    font-family: 'NoirPro-SemiBold';
    src: url("../fonts/NoirPro-SemiBold.otf")
}

@font-face {
    font-family: 'NoirPro-Light';
    src: url("../fonts/NoirPro-Light.otf")
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NoirPro-Bold';
    text-transform: capitalize;
    font-weight: 500;
}

p,
ul,
li,
a,
button {
    font-family: 'NoirPro-Light';
}

a,
button,
input,
span,
textarea {
    margin: 0;
    padding: 0
}

ol,
p,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}


body {
    overflow-x: hidden
}

main {
    overflow: hidden
}

a {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000
}

::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

/* header css start here */

.main-header nav.navbar {
    justify-content: space-between;
}

.main-header img.logo {
    width: 50%;
    filter: brightness(0) invert(1);
}

.main-header {
    background: #000;
}

.main-header .navbar-buttons {
    display: flex;
    gap: 40px;
}

.navbar-buttons a {
    font-size: 15px;
    border-radius: 7px;
    padding: 10px 30px;
    text-transform: capitalize;
    background: #2B0077;
    border: 1px solid #2B0077;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.navbar-buttons a:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
}

a.live-cht:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
}


/* header css end here */
/* sec-banner css start here */

section.new-ser-banner {
    padding: 140px 0;
    margin: 0;
    background: url(../images/banner.png)no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

section.new-ser-banner .banner-content .banner-heading {
    color: #fff;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 58px;
    font-weight: 500;
    margin: 25px 0;
}

section.new-ser-banner .banner-content .banner-para {
    color: #fff;
    font-weight: 400;
    line-height: 23px;
    font-size: 16px;
}

.new-ser-banner .ban-right-form button.btn.btn-send {
    background: #4d05cb;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 6px;
    min-height: 50px;
    max-height: 50px;
    transition: .3s ease-in-out;
    color: #fff;
    font-family: 'NoirPro-Light';
}

.new-ser-banner .ban-right-form button.btn.btn-send:hover {
    background: #000;
    border: 2px solid;
    color: #ffff
}
.new-ser-banner .banner-btns button.start-btn,
.sec-contact-form .form-group button.submit-btn,
.sec-story-book .story-details button.start-btn {
    font-size: 16px;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    padding: 10px;
    margin: 25px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: .3s ease-in-out;
    background: #fff;
    color: #4D05CB;
    font-weight: 400;
    border: 2px solid #4D05CB;

}
.new-ser-banner .banner-btns button.start-btn {
    border: none;
}
.phone-inp-dv .iti {
    display: block;
}
.phone-inp-dv .iti ul#iti-0__country-listbox {
    overflow-x: hidden;
    width: 55px;
}
.new-ser-banner .banner-btns button.start-btn:hover,
.sec-contact-form .form-group button.submit-btn:hover,
.sec-story-book .story-details button.start-btn:hover,
.sec-cta button.btn.live-btn:hover {
    background-color: #0D0C43;
    border: 2px solid #4D05CB;
    color: #fff;
}

.ban-right-form form {
    display: flex;
    justify-content: end
}

.form-wrap {
    background-color: #fff;
    padding: 20px 25px;
    width: 70%;
    border-radius: 10px;
    position: relative
}

.form-wrap h3.heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #4d05cb;
}

.form-wrap p {
    font-family: 'NoirPro-regular';
    color: #4d05cb;
    font-size: 27px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 12px 0;
}

.form-wrap input,
.form-wrap textarea {
    border: 2px solid #000;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    color: #555555;
    font-weight: 200;
    font-family: 'NoirPro-light';
    border-radius: 7px;
}

.flipclock {
    display: flex;
    padding: 40px 20px 40px 0;
    box-sizing: border-box
}

.flipclock .leaf {
    display: flex;
    flex-direction: column;
    margin: 0 4px;
    perspective: 300px
}

.flipclock .leaf::after {
    content: attr(data-label);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 8px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.bottom,
.leaf-back,
.leaf-front,
.top {
    position: relative;
    display: block;
    height: 64px;
    width: 120px;
    background: linear-gradient(360deg, rgba(93, 92, 95, 0.5) 0%, rgba(52, 52, 52, 0.5) 100%);
    color: #fff;
    overflow: hidden
}

.bottom span,
.leaf-back span,
.leaf-front span,
.top span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 128px;
    text-align: center;
    font-family: Impact, sans serif;
    font-size: 80px;
    line-height: 128px;
    transform: translateX(-50%)
}

.leaf._3-digits .bottom,
.leaf._3-digits .leaf-back,
.leaf._3-digits .leaf-front,
.leaf._3-digits .top {
    width: 148px;
}

.leaf-front,
.top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.leaf-front span,
.top span {
    top: 0
}

.leaf-front {
    position: absolute;
    z-index: 10;
    transform-origin: bottom center;
    transform: rotateX(0);
    transform-style: preserve-3d;
    transition-delay: 0.3s
}

.bottom,
.leaf-back {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px
}

.bottom span,
.leaf-back span {
    bottom: 0
}

.leaf-back {
    position: absolute;
    top: 64px;
    z-index: 10;
    transform-origin: top center;
    transform: rotateX(90deg);
    transform-style: preserve-3d;
    transition-delay: 0s
}

.bottom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
    filter: blur(10px)
}

.flip .leaf-front {
    transform: rotateX(-90deg);
    transition: transform .3s ease-in, background-color .3s ease-in, color .3s ease-in;
    color: #000;
    background-color: #737373
}

.flip .leaf-back {
    transform: rotateX(0);
    transition: transform .3s ease-in .3s, background-color .3s ease-in .3s, color .3s ease-in .3s
}

.flip .bottom::before {
    transition: height .3s ease-in-out .15s;
    height: 100%
}

/*.form-wrap::before {*/
/*    position: absolute;*/
/*    top: -80px;*/
/*    content: "";*/
/*    right: -25px;*/
/*    bottom: 0;*/
/*    background: url(../images/sake.png) 0 0/contain no-repeat;*/
/*    width: 150px;*/
/*    min-height: 150px;*/
/*    max-height: 150px;*/
/*    z-index: 1*/
/*}*/

.banner-brands {
    margin: 30px 0 20px;
}

.banner-brands {
    display: flex;
    align-items: center;
}

.banner-brands img {
    width: 150px;
    height: 50px;
    object-fit: scale-down;
    margin: 0 15px 0 0;
}

.banner-brands .owl-carousel .owl-item img {
    width: 150px;
}

/* sec-banner css start here */

/* sec-story  css start here */

.sec-story-book {
    margin: 0;
    position: relative;
    overflow: hidden
}

.sec-story-book .story-book img {
    width: 100%;
    min-height: 595px;
    max-height: 595px;
    object-fit: contain;
    object-position: center;
}

.sec-story-book .story-details h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize
}

.sec-story-book .story-details p {
    font-size: 15px;
    line-height: 25px;
    padding: 0 60px 0 0;
    margin: 0 0 15px
}


/* sec-story  css end here */
/* sec-cta css start here */
section.sec-cta {
    padding: 75px 0;
    background: url(../images/cta-bg.png) no-repeat;
    color: #fff;
    background-size: cover;
    object-position: center;
    position: relative;
}


.cta-button a {
    color: #fff;
    font-size: 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    margin: 0;
    width: auto;
    height: 40px;
}

.cta-details {
    text-align: center;
}

.sec-cta button.btn.live-btn {
    width: 150px;
    background: #4B05C6;
    text-transform: capitalize;
    border-radius: 6px;
    transition: .3s ease-in-out;
    color: #fff;
    margin: 0 15px;
}


.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-details h2 {
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
}

.cta-details p {
    margin: 0 0 25px;
    padding: 0 40px 0;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.cta-img-two {
    right: -30px;
}

.cta-img img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: contain;
    object-position: center;
    position: relative;
    margin-right: 0;
    right: 0;
}

/* sec-cta css  end here */
/* sec-portfolio css  start here */

section.sec-portfolio {
    padding: 100px 0;
    margin: 0;
    overflow: hidden;
    position: relative
}

.sec-portfolio .pt-portfolio-wrap {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.sec-portfolio .pt-new-img {
    position: relative;
}

.sec-portfolio .pt-new-img img {
    width: 400px;
    min-height: 260px;
    max-height: 260px;
    transform: scale(1);
    transition: .3s;
    object-fit: cover;
    object-position: top;
}

.sec-portfolio .nav-tabs .nav-link {
    width: 154px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    background: #131313;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-portfolio .nav-tabs .nav-link.active {
    background: transparent;
    color: #4D05CB;
    border: 2px solid #4D05CB;
}

.sec-portfolio div#nav-tab {
    padding: 20px 0 0px;
    margin: 0;
    border: none;
}

.sec-portfolio .portfolio-title {
    text-align: center
}

.sec-portfolio .portfolio-title h3 {
    color: #091a39;
    font-size: 60px;
    font-weight: 700;

}

.sec-portfolio .portfolio-title p {
    font-size: 18px;
    font-weight: 600;
    color: #091a39
}

.sec-portfolio .open-img {
    display: none;
}

.sec-portfolio .open-img img {
    width: 20px;
    min-height: 20px;
    max-height: 20px;
    object-fit: contain;
    object-position: center;
}

.pt-new-img:hover .open-img .open-details {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    border: 1px solid #fff;
    padding: 10px 10px;
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 7px;
}

.arrow-img {
    margin: 0 10px;
    padding: 0;
}

.pt-new-img:hover .open-img {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    cursor:pointer;
    font-size: 20px;
    color: #fff;
    padding-top: 100px;
    text-align: center;
    text-transform: capitalize;


}

.open-details {
    display: flex;
    justify-content: center;
    align-items: center;

}


.sec-portfolio .pt-new-img:hover:before {
    content: '';
    background: #4D05CB;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .5;
}

/* sec-portfolio css  end here */

/* sec-testimonial css start here */
.testimonials-bg {
    position: relative;
    padding: 50px 0;
}

.testi-content-head {
    display: flex;
    justify-content: start;
    align-items: start;
}

.testi-content-head h2 {
    color: #4D05CB;
    padding: 0 0 0 15px !important;
    font-size: 35px;
}

.testi-content h3 {
    color: #131313;
    padding: 10px 0;
    font-weight: 300;
    font-family: 'NoirPro-light';
}

.testi-content p {
    padding: 10px 0 30px 0;
}

.testi-content h5 {
    color: #000;
}

.testi-content h6 {
    color: #4D05CB;
    font-weight: 200;
    font-family: 'NoirPro-light';
}

.testimonials-bg .owl-theme .owl-nav {
    color: #0D0C43;
    display: flex;
    justify-content: end;
}

.testimonials-bg .owl-theme .owl-nav::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #0D0C43;
    width: 85%;
    bottom: 18px;
    left: 0;
}

.testimonials-bg .owl-theme .owl-nav i {
    font-size: 25px;
    margin: 0 10px;
    transition: 0.3s;
}

.testimonials-bg .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #4D05CB;
    text-decoration: none;
}

.testimonials-bg .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4D05CB;
    width: 10px !important;
    height: 10px !important;
}

.testimonials-bg .owl-theme .owl-dots {
    background-color: #fff;
    position: absolute;
    bottom: 3px;
}

.testimonials-bg .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    border-radius: 0;
    background: #0D0C43;
    transition: .3s;
}

.testimonials-bg .testi-content-head img {
    width: 150px;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
    object-position: center;
}

.testimonials-bg .testimonials-img img {
    min-height: 500px;
    max-height: 500px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}



/* sec-testimoinal css end here */
/* sec-services css start here */
section.sec-services {
    background: url(../images/services-bg.png) no-repeat;
    padding: 100px 0 100px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 100% 100%;
}

.sec-process .process-title,
.sec-services .services-title {
    text-align: center;
    margin: 0 0 50px;
    padding: 0
}

.sec-process .process-title h4,
.sec-services .services-title h4 {
    font-size: 50px;
    color: #fff;
    margin: 0 0 25px;
    padding: 0
}

.sec-services .services-title p {
    font-size: 20px;
    color: #fff
}

.sec-services .services-card {
    padding-top: 35px;
    background: #292929;
    margin: 0 20px;
    border-radius: 20px;
}

.sec-services .services-details-img img {
    width: 100%;
    min-height: 230px;
    max-height: 320px;
    object-fit: contain;
    object-position: bottom;
}

.sec-process .process-details,
.sec-services .services-details {
    color: #0D0C43;
    padding: 5px 15px 0;
    margin: 0;
}

.sec-services .services-card p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    padding: 0 10px 0 0;
    margin: 0;
}

.sec-services .services-details h5 {
    font-size: 30px;
    font-weight: 200;
    font-family: 'NoirPro-medium';
    color: #fff;
}


.sec-services-inner {
    padding: 35px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    background: #0C0A10;
}

.services-details {
    color: #fff;
}

.services-inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.services-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #232323;
    padding: 15px 15px;
    margin: 0;
    border-radius: 7px;
}

.services-img img {
    width: 50px;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
    object-position: center;
    margin: 0 15px 0 0
}

.services-details h4 {
    font-size: 17px;
    font-family: 'NoirPro-Medium';
    font-weight: 200;
}

/* sec-services css  end here */


section.sec-process {
    background: url(../images/process.png) center/cover no-repeat;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 80px 0;

}

.sec-process .process-card {
    padding: 20px 10px;
    background: #fff;
    margin: 0;
    border-radius: 10px;
    border-top: 10px solid #4D05CB;
}

.procees-img img {
    width: 50px;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
    object-position: center;
}


.pop-up-modal-bg .modal-body,
.pop-up-modal-bg2 .modal-content {
    background-image: block;
    background-size: cover;
    height: 100% !important;
    position: relative
}

.sec-process .process-inner {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 0 5px;
}

.sec-process .process-details-img img {
    width: 40px;
    min-height: 40px;
    max-height: 40px;
    object-fit: cover;
    object-position: center
}

.sec-process .process-details h6 {
    font-size: 20px;
    color: #E0CEFF;
    background-color: #210E6C;
    display: block;
    width: 100px;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'NoirPro-light';
    font-weight: 100;
}

.sec-process .process-details h5 {
    font-size: 20px;
    font-family: 'NoirPro-medium';
    font-weight: 500;
    color: #0D0C43;
}

.sec-process .process-card p {
    font-size: 16px;
    color: #0D0C43;
    font-weight: 100;
    line-height: 25px;
    min-height: fit-content;
    max-height: fit-content;
}

/* sec-contact-form start here */
section.sec-contact-form {
    padding: 50px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(360deg, rgba(16, 19, 23, 0.5) 0%, rgba(16, 19, 23, 0.5) 100%), url(../images/form.png)no-repeat;
    background-size: cover;
    background-position: center center;
}

.sec-contact-form .contact-image img {
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    object-fit: contain;
    object-position: center
}

.sec-contact-form .form-group {
    margin: 0 0 20px;
    position: relative;
    padding: 10px 0 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.sec-contact-form .form-group input {
    background: 0 0;
    font-size: 17px;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 20px 15px;
    margin: 0;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 7px;
}

.sec-contact-form select.form-select {
    background-color: transparent;
    font-size: 17px;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 7px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4866%) hue-rotate(342deg) brightness(109%) contrast(108%);
}


.sec-contact-form .form-group input::placeholder {
    color: #fff;
    font-size: 18px
}

.sec-contact-form .form-group textarea::placeholder {
    color: #fff;
    font-size: 18px
}

.sec-contact-form .contact-details {
    padding: 20px 0;
    margin: 0 0 20px
}


.sec-contact-form .form-group textarea {
    width: 100%;
    height: 120px;
    background: 0 0;
    color: #fff;
    font-size: 20px;
    border-radius: 7px;
    border: 1px solid #fff;
    resize: none;
    outline: 0;
    padding: 10px 10px;
    box-shadow: none;
}


.sec-contact-form .contact-form-details h2 {
    color: #fff;
    font-size: 50px;
}

.sec-contact-form .contact-form-details p {
    font-family: 'NoirPro-light';
    color: #fff;
    font-weight: 100;
    font-size: 17px;
}

.sec-contact-form .form-group button.submit-btn i {
    margin: 0 10px 0 0;
    padding: 0;
}

.sec-contact-form .form-group option {
    background: #000;
    color: #fff;
}


/* sec-contact-form end here */

/* sec-footer start here */

.footer-bg {
    background-color: #000;
    padding: 30px 0;
}

.footer-content-1 p {
    font-size: 17px;
    color: #fff;
    padding: 10px 0
}

.social-icons {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.social-icons a {
    padding: 0 15px 0 0
}

.social-icons a img {
    width: 35px;
    height: 35px;
}

.social-icons a i {
    color: #fff;
    font-size: 32px;
}

.footer-content-2 h4,
.footer-content-3 h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 0 0 10px 0;
}

.footer-btm a,
.footer-content-2 ul li a,
.footer-content-3 a {
    color: #fff;
    text-decoration: none
}

.footer-btm a:hover,
.footer-content-2 ul li a:hover {
    color: #5300c5;
    text-decoration: none
}

.footer-content-3 ul li {
    display: flex;
    padding: 5px 0;
    color: #707070;
}

.footer-content-3 li i {
    padding: 4px 10px 0 0;
    color: #fff;
}

.footer-content-2 li {
    margin: 0 0px 0px 20px;
    color: #fff;
}

.footer-logo {
    width: 150px;
    filter: brightness(0) invert(1);
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.contact-form-bg {
    padding: 50px 0;
}

.contact-form h2 {
    font-size: 40px;
    color: #4D05CB;
}

.contact-form p {
    padding: 0 0 15px 0;
}

.pop-up-modal-bg .modal-body {
    background-color: #000;
    flex: 1 1 auto;
    padding: 20px 0;
    width: 100%;
    border-radius: 50px
}

.pop-up-modal-bg .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
    margin: 0 80px
}

.popup-modal-content h3 {
    color: #fff;
    font-size: 28px;
    padding: 0 0 20px
}

.popup-modal-content h4 {
    color: #fff;
    padding: 5px 0;
    font-weight: 700
}


.pop-up-modal-bg2 .modal-content {
    background-color: #000000;
    flex: 1 1 auto;
    padding: 0;
    width: 100%;
    border-radius: 20px
}

.pop-up-modal-bg2 .popup-modal-content h3 {
    color: #fff;
    padding: 0 0 20px;
    font-size: 40px;
    font-weight: 700;
    font-family: 'NoirPro-light';
}

.form-floating input.form-control {
    text-transform: capitalize
}

.form-floating label {
    font-size: 17px;
    font-weight: 100;
    color: #000;
    font-family: 'NoirPro-light';
}

.pop-up-modal-bg2 .popup-modal-content h4 {
    color: #fff;
    padding: 5px 0;
    font-weight: 700;
    font-family: 'NoirPro-light';
}

.pop-up-modal-bg2 .popup-modal-head {
    padding: 30px 40px
}

.pop-up-modal-bg2-img img {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: contain;
    object-position: center;
    position: relative;
    top: -70px;
}

.main-modal-bg-btn button {
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
    transition: .3s;
    margin: 10px 0;
    border: 2px solid #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #4d05cb;
}

.main-modal-bg-btn button:hover {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
}

.cross-btn,
.feedback-content-slider .slick-next {
    right: 20px;
}

.cross-btn {
    background-color: #fff;
    box-shadow: 0 0 6px #00000029;
    border-radius: 50px;
    padding: 10px;
    position: absolute;
    top: 20px
}

/* sec-footer end here */


@media only screen and (min-width:1200px) and (max-width:1399px) {
    
     .pt-new-img:hover .open-img .open-details{
        width: 35%;
    }
    .pt-new-img:hover .open-img{
        font-size: 15px;
    }
    
section.new-ser-banner .banner-content .banner-heading {
    font-size: 40px;
    line-height: 50px;
}

.sec-portfolio .pt-new-img img{
        width: 340px;
}

    section.sec-services {
        padding: 100px 0 35px 0;
    }

    .sec-contact-form .contact-form-details h2 {
        font-size: 40px;
    }

    .services-details h4 {
        font-size: 14px;
    }

    .sec-services .services-card p {
        font-size: 15px;
    }

    .sec-process .process-card {
            min-height: 250px;
    margin: 0 0 20px;
    max-height: 250px;
      
    }

    .main-header .navbar-buttons {
        width: 30%;
    }

    .main-header .navbar-buttons a {
        padding: 10px 20px;
    }

    section.new-ser-banner {
        padding: 60px 0 60px
    }

    .form-wrap::before {
        width: 115px;
        min-height: 115px;
        max-height: 115px;
        right: -25px;
    }

    .sec-process .process-title h4,
    .sec-services .services-title h4,
    .sec-portfolio .portfolio-title h3,
    .sec-contact-form .contact-details h2 {
        font-size: 45px;
        line-height: 52px;
        margin-bottom: 10px;
    }

    .sec-process .process-title p,
    .sec-services .services-title p,
    .sec-portfolio .portfolio-title p,
    .sec-contact-form .contact-details p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sec-story-book .story-details p {
        padding: 0;
    }

    .sec-contact-form .contact-form-details h2 {
        font-size: 40px;
    }

    .testimonials-bg .owl-theme .owl-nav::before {
        width: 75%;
    }

    .sec-process .process-inner {
        align-items: center;
    }

    .cta-details p {
        padding: 0 15px 0;
    }

    .sec-portfolio .pt-new-img img {
        width: 100%;
        min-height: 289px;
        max-height: 289px;
    }

    .sec-services .services-details h5 {
        font-size: 25px;
    }

    .sec-process .process-details,
    .sec-services .services-details {
        padding-top: 30px;
    }

    section.new-ser-banner,
    section.sec-portfolio,
    section.sec-services {
        padding: 50px 0
    }

    .form-wrap::before {
        top: -30px;
        width: 100px;
        min-height: 100px;
        max-height: 100px;
    }

    .ban-right-form form {
        width: 90%;
    }

    .ban-right-form form .form-wrap h3.heading {
        font-size: 35px;
        line-height: 40px;
    }

    .main-header .navbar-buttons {
        width: 50%;
    }

    .main-header .navbar-buttons a {
        padding: 10px 20px;
    }

    .sec-story-book .story-details h4 {
        font-size: 30px;
        line-height: 37px;
    }

    .services-details h4 {
        font-size: 21px;
        line-height: 28px;
    }

    .sec-contact-form .contact-details h2,
    .sec-services .services-title h4,
    section.new-ser-banner .banner-content .banner-heading {
        font-size: 50px
    }

    .sec-process .process-title h4,
    .sec-services .services-title h4,
    .sec-portfolio .portfolio-title h3,
    .sec-contact-form .contact-details h2,
    section.new-ser-banner .banner-content .banner-heading {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 10px;
    }

    .sec-process .process-title p,
    .sec-services .services-title p,
    .sec-portfolio .portfolio-title p,
    .sec-contact-form .contact-details p {
        font-size: 18px;
        line-height: 25px;
    }

    .form-wrap {
        width: 90%;
    }

    .sec-services .services-card {
        padding: 0;
        margin: 0 0 20px;
    }

    .sec-process .process-title p,
    .sec-services .services-title p {
        font-size: 18px;
    }

    .cta-details h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .sec-process .process-title h4 {
        font-size: 40px;
        margin: 0 0 25px;
    }

    .sec-process .process-card {
        margin: 0 0 20px;
    }

    .sec-contact-form .contact-details p {
        font-size: 17px
    }

    .sec-portfolio .nav-tabs .nav-link {
        width: 18%;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sec-contact-form .contact-form-details h2 {
        font-size: 40px;
    }

    .testimonials-bg .testimonials-img img {
        min-height: 400px;
        max-height: 400px;
    }

    .testimonials-bg .testi-content-head img {
        width: 100px;
        object-fit: contain;
    }

    section.new-ser-banner,
    section.sec-services {
        padding: 30px 0
    }

    .pop-up-modal-bg2 .popup-modal-content h3 {
        font-size: 30px
    }

    .pop-up-modal-bg2-img img {
        min-height: 250px;
        max-height: 250px;
        top: -40px;
    }

    .form-wrap::before {
        top: -21px;
        width: 130px;
        min-height: 130px;
        max-height: 130px;
    }

    section.new-ser-banner .banner-content .banner-heading {
        font-size: 40px;
        line-height: 45px;
    }

    .flipclock {
        display: flex;
        justify-content: start;
        align-items: start;
        margin: 0;
        padding: 20px 0
    }

    .leaf {
        margin: 0 .6666666667vw;
    }

    .leaf::after {
        margin-top: 1.3333333333vw;
        font-size: 2.3333333333vw
    }

    .bottom,
    .leaf-back,
    .leaf-front,
    .top {
        height: 10.6666666667vw;
        width: 20vw
    }

    .bottom span,
    .leaf-back span,
    .leaf-front span,
    .top span {
        height: 21.3333333333vw;
        font-size: 13.3333333333vw;
        line-height: 21.3333333333vw
    }

    .leaf._3-digits .bottom,
    .leaf._3-digits .leaf-back,
    .leaf._3-digits .leaf-front,
    .leaf._3-digits .top {
        width: 24.6666666667vw;
    }

    .leaf-front,
    .top {
        border-top-left-radius: 1vw;
        border-top-right-radius: 1vw
    }

    .bottom,
    .leaf-back {
        border-bottom-left-radius: 1vw;
        border-bottom-right-radius: 1vw
    }

    .leaf-back {
        top: 10.6666666667vw;
    }

    section.new-ser-banner .banner-content .banner-para {
        line-height: 25px;
        font-size: 17px
    }

    .cta-details p,
    .new-ser-banner .banner-btns button.start-btn,
    .sec-portfolio .portfolio-title p,
    .sec-process .process-title p {
        font-size: 16px
    }

    .form-wrap h3.heading,
    .sec-story-book .story-details h4 {
        font-size: 40px;
        line-height: 37px;
    }

    .form-wrap {
        margin: 40px 0 0;
        padding: 20px;
        width: 90%;
    }

    br {
        display: none;
    }

    .form-wrap h3.heading {
        font-size: 40px;
    }

    .sec-story-book {
        padding: 35px 0
    }

    .sec-story-book .story-details p {
        padding: 0;
        font-size: 16px;
    }

    .sec-story-book .story-book img {
        min-height: 350px;
        max-height: 350px;
        margin: 20px 0 0;
        width: 80%;
    }

    .sec-story-book .story-details button.start-btn {
        margin: 0;
    }

    .sec-services .services-title p {
        font-size: 18px;
    }

    .sec-services .services-title h4 {
        font-size: 40px;
    }

    .services-details h4 {
        font-size: 20px;
    }

    .services-img img {
        margin: 0 20px 15px 0;
        width: 50px !important;
        min-height: 50px;
        max-height: 50px;
    }

    .sec-services .services-card {
        margin: 5px 0 25px;
    }

    .cta-details h2,
    .feedback-content-slider .slick-next::before,
    .feedback-content-slider .slick-prev::before,
    .sec-process .process-details h5,
    .sec-process .process-details h6 {
        font-size: 20px;
    }

    section.sec-cta {
        padding: 40px 0;
    }

    section.sec-portfolio,
    section.sec-process {
        padding: 50px 0
    }

    .feedback-box .feedback-details h4,
    .sec-portfolio .portfolio-title h3 {
        font-size: 35px
    }

    .pt-new-img img {
        width: 100px;
        min-height: 115px;
        max-height: 115px;
        object-fit: contain;
        object-position: center
    }

    .sec-process .process-title h4 {
        font-size: 35px;
        margin: 0 0 25px
    }

    .sec-process .process-card {
        margin: 0 0 15px;
        padding: 15px 10px;
        min-height: 220px;
        max-height: 220px;
    }

    .sec-process .process-card p {
        font-size: 15px;
    }

    section.sec-contact-form {
        padding: 25px 0
    }

    .sec-contact-form .contact-image img {
        min-height: 320px;
        max-height: 320px
    }

    .sec-contact-form .contact-details h2 {
        font-size: 50px
    }

    .sec-contact-form .contact-details p {
        font-size: 16px;
        line-height: 25px
    }

    .sec-services .services-card p {
        font-size: 15px;
    }

    .sec-services .services-details h5 {
        font-size: 30px;
        margin: 0 0 20px
    }

    .sec-services .services-title {
        margin: 0 0 25px
    }

    .sec-services .services-details-img img {
        object-fit: cover;
        object-position: bottom;
        min-height: 400px;
        max-height: 400px;
    }

    .cta-img {
        top: -58px
    }

    .cta-img-two {
        top: 30px !important;
    }

    .cta-img img {
        min-height: 220px;
        max-height: 220px;
        object-fit: scale-down;
        top: -20px;
    }

    .sec-portfolio .nav-tabs .nav-link {
        width: 27%;
        margin: 0 0 15px 0;
    }

    .sec-portfolio .pt-new-img img {
        width: 100%;
        min-height: 200px;
        max-height: 200px;
    }

    .main-header nav.navbar {
        flex-wrap: nowrap;
    }

    .main-header nav.navbar img.logo {
        width: 60%;
    }

    .main-header .navbar-buttons {
        width: 100%;
    }

    .navbar-buttons a {
        padding: 10px 15px;
    }

    .ban-right-form form {
        justify-content: flex-start;
    }

    .banner-brands {
        display: flex;
        justify-content: space-around;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .testi-content-head h2 {
        font-size: 30px;
    }

    .sec-contact-form .contact-form-details h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .testimonials-bg .testi-content-head img {
        width: 80px;
        min-height: 80px;
        max-height: 80px;
        object-fit: contain;

    }

    .testimonials-bg .testimonials-img img {
        min-height: 300px;
        max-height: 300px;

    }

    .form-wrap p {
        font-size: 20px;
    }


    section.new-ser-banner,
    section.sec-services {
        padding: 30px 0
    }

    .pop-up-modal-bg2-img img {
        min-height: 250px;
        max-height: 250px;
        top: -25px
    }

    section.new-ser-banner .banner-content .banner-heading {
        font-size: 35px;
        line-height: 45px
    }

    .flipclock {
        padding: 6.6666666667vw;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .leaf {
        margin: 0 .6666666667vw
    }

    .leaf::after {
        margin-top: 1.3333333333vw;
        font-size: 2.3333333333vw
    }

    .bottom,
    .leaf-back,
    .leaf-front,
    .top {
        height: 10.6666666667vw;
        width: 20vw
    }

    .bottom span,
    .leaf-back span,
    .leaf-front span,
    .top span {
        height: 21.3333333333vw;
        font-size: 13.3333333333vw;
        line-height: 21.3333333333vw
    }

    .leaf._3-digits .bottom,
    .leaf._3-digits .leaf-back,
    .leaf._3-digits .leaf-front,
    .leaf._3-digits .top {
        width: 24.6666666667vw
    }

    .leaf-front,
    .top {
        border-top-left-radius: 1vw;
        border-top-right-radius: 1vw
    }

    .bottom,
    .leaf-back {
        border-bottom-left-radius: 1vw;
        border-bottom-right-radius: 1vw
    }

    .leaf-back {
        top: 10.6666666667vw
    }

    section.new-ser-banner .banner-content .banner-para {
        line-height: 25px;
        font-size: 17px
    }

    .banner-content,
    .cta-details,
    .story-details {
        text-align: center
    }

    .new-ser-banner .banner-btns button.start-btn {
        font-size: 16px;
        width: 193px;
        margin: 20px auto 0
    }

    .form-wrap {
        margin: 40px 0 0;
        padding: 20px;
        width: 100%
    }

    .form-wrap::before,
    br {
        display: none
    }

    .form-wrap h3.heading {
        font-size: 38px;
        line-height: 35px;
        text-align: start;
    }

    .sec-story-book {
        padding: 35px 0
    }

    .sec-story-book .story-details p {
        padding: 0;
        font-size: 16px;
    }

    .sec-story-book .story-book img {
        min-height: 340px;
        max-height: 340px;
        margin: 20px 0 0
    }

    .sec-story-book .story-details button.start-btn {
        margin: 0 auto
    }

    .sec-portfolio .portfolio-title p,
    .sec-process .process-title p,
    .sec-services .services-title p {
        font-size: 15px;
    }

    .feedback-box .feedback-details h4,
    .sec-portfolio .portfolio-title h3,
    .sec-services .services-title h4 {
        font-size: 35px
    }

    .services-details h4 {
        font-size: 20px
    }

    .services-inner-box {
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 22px
    }

    .services-img img {
        margin: 0 0 15px;
        width: 60px;
        min-height: 60px;
        max-height: 60px
    }

    .sec-services .services-card {
        margin: 0 0 15px;
        padding: 0;
        margin: 0 0 25px 0;
    }

    .cta-details h2,
    .feedback-content-slider .slick-next::before,
    .feedback-content-slider .slick-prev::before,
    .sec-process .process-details h5,
    .sec-process .process-details h6 {
        font-size: 20px;
    }

    .sec-portfolio .pt-portfolio-wrap {
        gap: 20px;
    }

    .sec-portfolio .pt-new-img img {
       margin: 0 0 15px;
    }

    section.sec-portfolio,
    section.sec-process {
        padding: 50px 0
    }

    .sec-portfolio .nav-tabs .nav-link {
        width: 40%;
        margin: 0 0 15px 0;
    }

    .sec-process .process-title h4 {
        font-size: 30px;
        margin: 0 0 25px
    }

    .sec-process .process-card {
        margin: 0 0 15px
    }

    .sec-process .process-card p {
        font-size: 14px
    }

    .feedback-content-head h2 {
        font-size: 25px;
        margin: 0 10px
    }


    .customer-feedbcack-images img {
        width: 100%;
        min-height: 250px;
        max-height: 250px;
        margin: 20px 0 0
    }

    section.sec-contact-form {
        padding: 25px 0
    }

    .sec-contact-form .contact-image img {
        min-height: 350px;
        max-height: 350px
    }

    .sec-contact-form .contact-details h2 {
        font-size: 50px
    }

    .sec-contact-form .contact-details p {
        font-size: 16px;
        line-height: 25px
    }

    .cta-details p,
    .ft-details p {
        font-size: 17px;
        padding: 0 40px 0;
        line-height: 30px;
    }

    .sec-services .services-card p {
        font-size: 15px;
    }

    .sec-services .services-details h5 {
        font-size: 25px;
        margin: 0 0 20px
    }

    .sec-services .services-title {
        margin: 0 0 25px
    }

    .sec-services .services-details-img img {
        object-fit: contain;
        object-position: bottom;
    }

    .services-box {
        display: block
    }

    .main-header nav.navbar a.navbar-brand {
        width: 50%;
    }

    .main-header nav.navbar {
        flex-wrap: nowrap;
    }

    .main-header nav.navbar img.logo {
        width: 70%;
    }

    .main-header .navbar-buttons {
        width: 70%;
        gap: 20px;
        justify-content: end;
    }

    .navbar-buttons a {
        padding: 10px 15px;
    }

    .sec-process .process-inner {
        justify-content: center;
        text-align: center;
    }

    .sec-process .process-card p {
        text-align: center;
    }

    .sec-story-book .story-details h4 {
        font-size: 30px;
    }

    .cta-img img {
        top: -50px;
    }

    .testimonials-bg .owl-theme .owl-nav::before {
        width: 80%;
    }

    .cta-img-two {
        top: 50px !important;
    }

    .new-ser-banner .ban-right-form button.btn.btn-send {
        font-size: 20px;
    }

}

@media only screen and (min-width:300px) and (max-width:575px) {
    .form-group.btn-from {
        display: block;
    }
    
    .form-group.btn-from button#bannerFormSubmit {
        width: 100%;
    }

    .cta-button a {
        padding: 28px 0;
    }

    .form-wrap p {
        font-size: 15px;
    }

    .sec-portfolio .nav-tabs .nav-link {
        margin: 0 0 15px 0;
    }

    .sec-services .services-details h5 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .sec-services .services-card p {
        font-size: 15px;
        overflow-y: scroll;
        height: 120px;
    }

    .sec-services .services-details-img img {
        min-height: 200px;
        max-height: 200px;
        object-fit: scale-down;
    }

    .cta-img img {
        min-height: 150px;
        max-height: 150px;
        top: -20px;
    }

    .cta-img-two {
        top: 20px !important;
    }

    .customer-feedbcack-images img,
    .pop-up-modal-bg2-img img,
    .sec-contact-form .contact-image img {
        min-height: 200px;
        max-height: 200px;
        top: -25px;
    }

    .feedback-box .feedback-details h4,
    .feedback-content-slider .slick-next::before,
    .feedback-content-slider .slick-prev::before,
    .pop-up-modal-bg2 .popup-modal-content h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .form-wrap::before,
    br {
        display: none
    }

    section.new-ser-banner,
    section.sec-services {
        padding: 30px 0
    }

    section.new-ser-banner .banner-content .banner-heading {
        font-size: 25px;
        line-height: 40px;
    }

    .flipclock {
        padding: 6.6666666667vw;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .leaf {
        margin: 0 .6666666667vw
    }

    .leaf::after {
        margin-top: 1.3333333333vw;
        font-size: 2.3333333333vw
    }

    .bottom,
    .leaf-back,
    .leaf-front,
    .top {
        height: 10.6666666667vw;
        width: 20vw
    }

    .bottom span,
    .leaf-back span,
    .leaf-front span,
    .top span {
        height: 21.3333333333vw;
        font-size: 13.3333333333vw;
        line-height: 21.3333333333vw
    }

    .leaf._3-digits .bottom,
    .leaf._3-digits .leaf-back,
    .leaf._3-digits .leaf-front,
    .leaf._3-digits .top {
        width: 24.6666666667vw
    }

    .leaf-front,
    .top {
        border-top-left-radius: 1vw;
        border-top-right-radius: 1vw
    }

    .bottom,
    .leaf-back {
        border-bottom-left-radius: 1vw;
        border-bottom-right-radius: 1vw
    }

    .leaf-back {
        top: 10.6666666667vw
    }

    section.new-ser-banner .banner-content .banner-para {
        line-height: 25px;
        font-size: 15px;
    }

    .banner-content,
    .cta-details,
    .story-details {
        text-align: center;
        padding: 0;
    }

    .new-ser-banner .banner-btns button.start-btn {
        font-size: 16px;
        width: 193px;
        margin: 20px auto 0
    }

    .form-wrap {
        margin: 40px 0 0;
        padding: 20px;
        width: 100%
    }

    .form-wrap h3.heading,
    .sec-story-book .story-details h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .sec-story-book {
        padding: 20px 0;
    }

    .sec-story-book .story-details p {
        padding: 0;
    }

    .sec-story-book .story-book img {
        min-height: 300px;
        max-height: 300px
    }

    .sec-story-book .story-details button.start-btn {
        margin: 0 auto;
    }

    .sec-portfolio .portfolio-title p,
    .sec-process .process-title p,
    .sec-services .services-title p {
        font-size: 16px;
    }

    .sec-contact-form .contact-details h2,
    .sec-portfolio .portfolio-title h3,
    .sec-services .services-title h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .services-details h4 {
        font-size: 18px;
    }

    .sec-services-inner .services-inner,
    .services-inner-box {
        text-align: center;
        display: block
    }

    .sec-process .process-card,
    .sec-services .services-card,
    .services-img img {
        margin: 0 0 15px
    }

    .services-box {
        display: block;
        margin: 0 0 15px 0;
    }

    .cta-details h2 {
        font-size: 20px
    }

    section.sec-cta {
        padding: 25px 0;
    }

    section.sec-portfolio,
    section.sec-process {
        padding: 50px 0
    }

    .sec-portfolio .pt-new-img img {
        
        margin: 0 0 20px;
    }

    .cta-button {
        display: block;
    }

    .sec-process .process-title h4 {
        font-size: 25px
    }

    .sec-process .process-card p {
        font-size: 15px;
        text-align: center;
    }

    .feedback-content-head h2 {
        font-size: 20px;
        margin: 0 10px
    }

    .cta-details p,
    .feedback-inner p {
        font-size: 15px;
        padding: 0;
    }

    .customer-feedbcack-images img {
        width: 80%;
        margin: 20px 0 0
    }

    section.sec-contact-form {
        padding: 25px 0
    }

    .sec-contact-form .contact-details p {
        font-size: 16px;
        line-height: 25px
    }


    .main-header nav.navbar a.navbar-brand {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-header nav.navbar {
        flex-wrap: wrap;
    }

    .main-header nav.navbar img.logo {
        width: 70%;
    }

    .main-header .navbar-buttons {
        width: 100%;
        gap: 20px;
        justify-content: center;
        margin-top: 10px;
    }

    .navbar-buttons a {
        padding: 10px 15px;
    }

    .sec-services .services-card {
        min-height: 300px;
    }

    .sec-portfolio .pt-portfolio-wrap {
        gap: 5px;
    }

    .sec-portfolio .pt-portfolio-wrap .pt-new-img {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .sec-process .process-inner {
        justify-content: center;
        text-align: center;
    }

    .testimonials-bg .owl-theme .owl-nav::before {
        width: 70%;
    }

    .testimonials-bg .testi-content-head img {
        width: 60px;
        min-height: 60px;
        max-height: 60px;
        object-fit: contain;
    }

    .testi-content-head h2 {
        font-size: 20px;
    }

    .testimonials-bg .testimonials-img img {
        min-height: 250px;
        max-height: 250px;
    }

    .sec-contact-form .contact-form-details h2 {
        font-size: 25px;
    }

    .banner-brands .owl-carousel .owl-item img {
        width: 80px;
    }
    .footer-btm {
        display: inline;
      
        font-size: 15px;
        text-align: center;
    }

}

label.error {
    display: none !important;
}

.form-control.error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-success p {
    color: black;
    font-size: 15px;
}

.flip-clock-wrapper ul li a div div.inn {
    font-family: 'NoirPro-Bold';
    background-color: white;
    color: black;
    text-shadow: none;
}

.flip-clock-wrapper {
    margin-left: 0;
}

.flip-clock-divider .flip-clock-label {
    opacity: 0;
}

.flip-clock-dot.bottom {
    opacity: 0;
}

.flip-clock-dot.top {
    opacity: 0;
}