@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

 /* Slick Slider */
 .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slide{ margin: 0 15px; }
 /*# sourceMappingURL=slick.min.css.map */

:root {
    --skin-color: #b5cac3;
    --green: #212529;
    --text: #271907;
    --white: #fff;
    --black: #000;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}


/* html,
body {
    height: 100%;
} */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: var(--text);
    line-height: 1.2;
    overflow-x: hidden;
}

.swiper-3d .swiper-slide-shadow {
    opacity: 0 !important;
}

.banner_title {
    font-weight: 300;
}

section {
    position: relative;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: ease all 0.5s;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text);
}

.p_relative {
    position: relative;
}

.ov_hiden {
    overflow: hidden;
}

.btnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-top: 30px;
}

.themeBtn {
    text-transform: capitalize;
    color: var(--white);
    border: 0;
    background: var(--green);
    padding: 1rem 2rem;
    border-radius: 5px;
    position: relative;
    --time: 0.7s;
    display: inline-block;
    --width: 12.1875rem;
    min-width: 12.1875rem;
    transition: ease all 0.7s;
    overflow: hidden;
}

.themeBtn text {
    position: relative;
    z-index: 5;
    transition: color var(--time);
}

.themeBtn:hover text {
    color: var(--white);
}

.themeBtn span {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: var(--dark-green);
    transform: translate(-50%, -50%);
    transition: width var(--time), padding-top var(--time);
}

.themeBtn:hover span {
    width: calc(var(--width) * 2.25);
    padding-top: calc(var(--width) * 2.25);
}


/* Generic Css Start */

.ft_robo_reg {
    font-weight: 400;
}

.ft_robo_light {
    font-weight: 300;
}

.ft_robo_medium {
    font-weight: 500;
}

.ft_robo_bold {
    font-weight: 700;
}


/* Generic Css ENd */


/* Begin: Header CSS */

.banner-book-slider{ text-align: right; }
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    z-index: 1;
}

header .opt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .opt img {
    margin-right: 1rem;
}

header .opt a {
    color: var(--dark-green);
    font-weight: 600;
}

header .opt a:hover,
header .opt a:focus {
    color: var(--green);
}
.logo_wrapper {
    position: relative;
    left: -20px;
}

/* END: Header CSS */


/* Begin: Timer CSS */

.main-example {
    margin: 0 auto;
    width: 355px;
    text-align: center;
}

.main-example .countdown-container {
    height: 130px;
}

.main-example .time {
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #b45910;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-example .count {
    background: #e59920;
    color: #000;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    /*text-shadow: 0 0 10px #4d5453;*/
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.main-example .count.top {
    border-top: 2px solid #b45910;
    border-bottom: 2px solid #b45910;
    border-radius: 5px 5px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.main-example .count.bottom {
    background: #f8bb22;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #b45910;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.main-example .count.next {}

.main-example .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
}


/* Animation start */

.main-example .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.main-example .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}


/* Animation end */

.main-example .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.main-example .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-example {
    width: 100%;
    text-align: left;
    margin-top: -4rem;
}

.main-example .countdown-container {
    height: 100px;
}

.main-example .time {
    height: 70px;
    width: 48px;
}

.main-example .count {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 62px;
}

.main-example .label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-transform: capitalize;
    top: 72px;
}

.time.weeks,
.time.days {
    display: none;
}


/* END: Timer CSS */


/* Begin: Main Banner CSS */

.mainBan {
    background: #b5cac3;
    min-height: 53rem;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5rem 0rem 0rem 0rem;
    overflow: hidden;
}
.shade_wrapper img {
    filter: invert(111%) sepia(78%) saturate(2677%) hue-rotate(242deg) brightness(104%) contrast(96%);
}

.mainBan .container {
    z-index: 4;
    position: relative;
}

.mainBan>img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner_title {
    font-size: 3.5rem;
}

.mainBan h2 strong {
    font-weight: 600;
}

.banner_title_two .hightlight_text {
    background: #182A35;
    padding: 0 10px;
    color: #b5cac3;
}

.banner_title_two {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 10px;
}

.mainBan p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
    padding-bottom: 10px;
}

.mainBan .input-group {
    background: var(--white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 83%;
}

.mainBan .input-group .frm-grup-cta {
    max-width: 80%;
    min-width: 54%;
}

.mainBan .input-group .frm-grup-cta-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 20%;
}

.mainBan .input-group .frm-grup-cta-btn .themeBtn {
    min-width: 7rem;
}

.mainBan .input-group .form-control {
    height: 3.125rem;
    border-radius: 0;
    border: 0;
}

.mainBan .input-group .form-control:focus {
    box-shadow: none;
}

.mainBan .themeBtn {
    background: #182A35;
}

#regForm .tab {
    display: none;
    margin-bottom: 0;
}

.mainBan .themeBtn:hover span {
    background: var(--green);
}

/* form css start */

.form-st {
    background: #182a3594;
    border-radius: 6px;
    padding: 25px 16px;
    width: auto;
    margin: 20px 0 0;
    box-shadow: 5px 6px 30px #00000012;
    position: relative;
    z-index: 11;
}
.form-st form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}
.form-st .form-div {
    margin: 0;
}
.form-st .form-div input {
    border: 0;
    padding: 15px 9px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    background: #00000029;
    border: 0.5px solid #ffffffa1;
    font-weight: 300;
    width: 180px;
}
.form-div-btn input {
    padding: 15px 45px;
    border: 0;
    border-radius: 6px;
    background: #182A35;
    color: #fff;
    font-size: 16px;
}
.form-div-btn .fa-arrow-right {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #fff;
    transition-duration: 1s;
    display: none;
}

/* form css end */

.bookNauthor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bookNauthor .book img {
    margin: 10px 0 0;
    filter: drop-shadow(10px -4px 3px rgba(0, 0, 0, 0.2));
}

.bookNauthor .authorOfWeek {
    position: relative;
}

.bookNauthor .authorOfWeek>h4 {
    writing-mode: vertical-lr;
    transform: scale(-1);
    position: absolute;
    top: 1rem;
    left: 4rem;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
}

.bookNauthor .author {
    margin-left: 6rem;
    background: var(--green);
    border-radius: 1.25rem;
    text-align: center;
    overflow: hidden;
    padding-top: 3rem;
}

.bookNauthor .author img {
    width: 100%;
}

.bookNauthor .author .content {
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.bookNauthor .author .content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: #000;
}

.bookNauthor .author .content span {
    font-size: 1.25rem;
    color: #000;
    opacity: .5;
}

#nextBtn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.top_circle_wrapper img,
.bottom_circle_wrapper img {
    width: 100%;
    display: block;
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
}

.top_circle_wrapper {
    position: absolute;
    top: -14rem;
    right: -28rem;
    max-width: 46rem;
}

.bottom_circle_wrapper {
    position: absolute;
    bottom: -14rem;
    left: -38rem;
    max-width: 46rem;
}

.banner_input::placeholder {
    color: #b5cac3;
}

.shade_wrapper {
    position: absolute;
    bottom: -16rem;
    width: 43rem;
    left: -6rem;
}


/* END: Main Banner CSS */


/* Logo SLider Css Stat */

.logo_item img {
    display: block;
    width: 7rem;
}

.logo_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logos_section {
    background: #f7f9f9;
    padding: 30px 0px;
}

.logos_section .swiper-slide {
    height: unset !important;
}


/* Logo SLider Css End */


/* Quote Section Css Start */

.quoet_section {
    padding: 80px 0px 100px 0px;
}

.quote_title {
    font-size: 42px;
}

.quoet_section .row {
    align-items: center;
}

.quote_btn:last-child {
    margin-right: 0;
}

.quote_btn {
    display: inline-block;
    color: #fff;
    padding: 18px 0px;
    font-size: 16px;
    background: var(--green);
    border-radius: 5px;
    margin-right: 24px;
    transition: .5s ease-in-out;
    width: 200px;
    text-align: center;
}

.quote_btn_yellow {
    background: var(--skin-color);
    color: #000;
}

.quote_btn_yellow:hover {
    background: #000;
    color: #fff;
}

.quote_btn_black:hover {
    background: var(--green);
    color: #fff;
}

.quote_btn_white:hover {
    background: #000;
    color: #fff;
}

.books_section .quote_btn_black:hover {
    background: #fff;
    color: var(--green);
}


/* Quote Section Css End */


/* Book Section Css Start */

.book_title {
    font-size: 30px;
    white-space: pre-line;
}

.book_desc {
    margin: 0;
}

.books_section {
    background: var(--skin-color);
    padding: 48px 0px 40px 0px;
}

.books_section .row {
    align-items: center;
}

.quote_img_wrapper_two {
    position: absolute;
    top: -6rem;
}

.books_section .container {
    position: relative;
}

.quote_btn_white {
    background: #fff;
    color: #000;
}

.quote_btn_wrapper {
    padding-top: 20px;
}

.info-text {
    text-align: center;
}


/* Book Section Css End */


/* Selling Section Start */

.seller_title {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.new_pf {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
}

.new_pf:before {
    display: block !important;
    content: '';
    background: url(../images/pf-leaf.png) no-repeat;
    height: 367px;
    width: 223px;
    position: absolute;
    left: 10px;
    top: 50px;
}

.new_pf div#filters button {
    display: inline-block;
    width: auto;
    padding: 0 15px;
    font-size: 17px;
    outline: none;
    border: none;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.new_pf div#filters button::before {
    content: "";
    position: absolute;
    background: var(--skin-color);
    width: 0;
    height: 3px;
    transition: .5s all;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    z-index: -1;
}

.new_pf div#filters .button.is-checked::before {
    width: 100%;
}

.grid {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
}

.element-item {
    color: #262524;
    margin-bottom: 0;
    width: calc(100% / 4 - 6px) !important;
    padding: 12px;
    height: 420px;
    overflow: hidden;
}

.element-item img {
    width: 100%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    height: 100%;
}

.new_pf div#filters {
    text-align: center;
    margin-bottom: 24px;
    padding-top: 40px;
}

.new_pf div#filters {
    text-align: center;
    margin-bottom: 24px;
}

.element-item:hover img {
    transform: scale(1.09);
    -ms-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    background: #ffffff;
    border: none !important;
    color: #fff;
    z-index: 1;
    padding: 8px;
    position: relative;
}


/* Selling Section End */


/* Our Sponser Css Start */

.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
}

.our-sponser {
    padding: 0 0 50px;
}


/* Our Sponser Css End */


/* Modal Css Start */


/* Begin: Entry Popup CSS */

.form-root-counter {
    text-align: center
}

.form-root-counter>h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 0;
}

.form-root-counter>h3 span {
    color: #fff;
    font-weight: 700;
}

.flip-clock-container {
    direction: ltr;
    font-family: Arial;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    --flip-bg-color: #384872;
    --flip-text-color: #fff;
    --flip-dots-color: #384872;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
}

.form-root-counter li {
    width: auto!important
}

.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit>span::before {
    background-color: #fff;
}

.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit>span::after {
    background-color: #fff;
}

.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit {
    background-color: var(--skin-color);
    border-radius: 5px;
    box-shadow: 0 2px 0 0 var(--skin-color);
}

.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit>span::after,
.form-root-counter .flip-clock-container [class|=flip-item] .flip-digit>span::before {
    color: #000
}

.flip-clock-container {
    margin-bottom: 0!important
}

.flip-clock-container li {
    flex: 0 0 auto!important
}

.flip-clock-container [class|=flip-item] .flip-digit>span::after,
.flip-clock-container [class|=flip-item] .flip-digit>span::before {
    background-color: #174fa0
}

.layer-1 {
    width: 9%;
    display: block;
    height: 99%;
    background-color: #008d6d;
    position: absolute;
    top: 1px;
    transform: rotate(-3deg);
    z-index: -1;
}

.layer-2 {
    display: block;
    width: 95%;
    height: 107%;
    position: absolute;
    top: 0;
    background: #b5cac3;
    z-index: -2;
    transform: translate(26px, -13px) rotate(1deg);
}

.layer-3 {
    width: 90%;
    height: 108%;
    display: block;
    position: absolute;
    top: -21px;
    background: linear-gradient(138deg, #171717 23.74%, #182a35 87.57%);
    z-index: -3;
    transform: rotate(-3deg);
    right: 0;
}

.layer-4 {
    width: 102%;
    height: 108%;
    position: absolute;
    top: -26px;
    border: 5px solid #000;
    transform: rotate(1deg);
    z-index: -1;
    left: -4px;
}

#entry-popup .modal-body {
    background: #182A35;
    padding: 2rem;
}

#entry-popup .modal-body .btn-close {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    line-height: 2.5rem;
    color: #000;
    border-radius: 50%;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    opacity: 1;
}

#entry-popup h2 {
    color: #fff;
    font-size: 21px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin: 0;
    margin-top: 1.25rem;
}

#entry-popup h2 span {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}

#entry-popup p {
    color: #fff;
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 2rem;
}

.formStyle .form-group {
    margin-bottom: 1.2rem;
}


/*
.formStyle .form-btn {
    margin: 0 -6rem;
} */

.formStyle button {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    background-color: #b5cac3;
    border-color: #fff;
    border-radius: 100px;
    padding: 1rem;
    border: 0;
}

.formStyle .form-control {
    min-height: 3.125rem;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    font-size: 1.125rem;
    width: 100%;
    display: block;
    padding: 1rem 1.5rem;
    border: 0;
}

.formStyle textarea.form-control {
    resize: none;
    border-radius: 100px;
    min-height: 5rem;
}

.formStyle .form-control::placeholder {
    color: #fff;
}

.formStyle .form-control::placeholder {
    color: #000;
}


/* Flip clock animation */

.flip-clock-container {
    direction: ltr;
    font-family: Arial;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    --flip-bg-color: #384872;
    --flip-text-color: #fff;
    --flip-dots-color: #384872;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%
}

.flip-clock-container * {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flip-clock-container ::after,
.flip-clock-container ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flip-clock-container [class|=flip-item] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flip-clock-container [class|=flip-item]::before {
    content: ":";
    font-family: Consolas;
    font-size: 28px;
    color: #fff;
    line-height: 20px;
    margin: 0 -4px;
    display: flex;
    align-items: center;
    position: relative;
    top: -3px
}

.flip-clock-container [class|=flip-item]:first-child::before {
    content: none
}

.flip-clock-container [class|=flip-item] .flip-digit {
    width: 20px;
    height: 36px;
    position: relative;
    margin: 0 2px
}

.flip-clock-container [class|=flip-item] .flip-digit>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-perspective: 300px;
    perspective: 300px
}

.flip-clock-container [class|=flip-item] .flip-digit>span::after,
.flip-clock-container [class|=flip-item] .flip-digit>span::before {
    content: attr(data-digit);
    position: absolute;
    left: 0;
    width: 100%;
    height: 47%;
    font-size: 23px;
    font-weight: bolder;
    text-align: center;
    color: var(--flip-text-color);
    background-color: var(--flip-bg-color);
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-clock-container [class|=flip-item] .flip-digit>span::before {
    top: 0;
    line-height: 36px;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.flip-clock-container [class|=flip-item] .flip-digit>span::after {
    bottom: 0;
    line-height: 0;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-transform-origin: top;
    transform-origin: top
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-next {
    z-index: 0;
    -webkit-animation: afterZIndexAnim .9s linear forwards;
    animation: afterZIndexAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-next::before {
    -webkit-animation: afterUpShadowAnim .9s linear forwards;
    animation: afterUpShadowAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-next::after {
    -webkit-animation: afterFlipAnim .9s linear forwards, afterDownShadowAnim .9s linear forwards;
    animation: afterFlipAnim .9s linear forwards, afterDownShadowAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-current {
    z-index: 1;
    -webkit-animation: currentZIndexAnim .9s linear forwards;
    animation: currentZIndexAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-current::before {
    -webkit-animation: currentFlipAnim .9s linear forwards, currentUpShadowAnim .9s linear forwards;
    animation: currentFlipAnim .9s linear forwards, currentUpShadowAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-current::after {
    -webkit-animation: currentDownShadowAnim .9s linear forwards;
    animation: currentDownShadowAnim .9s linear forwards
}

@-webkit-keyframes afterZIndexAnim {
    0% {
        z-index: 0
    }
    100% {
        z-index: 1
    }
}

@keyframes afterZIndexAnim {
    0% {
        z-index: 0
    }
    100% {
        z-index: 1
    }
}

@-webkit-keyframes currentZIndexAnim {
    0% {
        z-index: 1
    }
    100% {
        z-index: 0
    }
}

@keyframes currentZIndexAnim {
    0% {
        z-index: 1
    }
    100% {
        z-index: 0
    }
}

@-webkit-keyframes afterFlipAnim {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes afterFlipAnim {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@-webkit-keyframes afterUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 -100px 20px -10px #000;
        box-shadow: inset 0 -100px 20px -10px #000
    }
    100% {
        -webkit-box-shadow: inset 0 0 20px -10px transparent;
        box-shadow: inset 0 0 20px -10px transparent
    }
}

@keyframes afterUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 -100px 20px -10px #000;
        box-shadow: inset 0 -100px 20px -10px #000
    }
    100% {
        -webkit-box-shadow: inset 0 0 20px -10px transparent;
        box-shadow: inset 0 0 20px -10px transparent
    }
}

@-webkit-keyframes afterDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 100px 20px -10px #000;
        box-shadow: inset 0 100px 20px -10px #000
    }
    100% {
        -webkit-box-shadow: inset 0 0 20px -10px transparent;
        box-shadow: inset 0 0 20px -10px transparent
    }
}

@keyframes afterDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 100px 20px -10px #000;
        box-shadow: inset 0 100px 20px -10px #000
    }
    100% {
        -webkit-box-shadow: inset 0 0 20px -10px transparent;
        box-shadow: inset 0 0 20px -10px transparent
    }
}

@-webkit-keyframes currentFlipAnim {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
}

@keyframes currentFlipAnim {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
}

@-webkit-keyframes currentUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px transparent;
        box-shadow: inset 0 0 15px -10px transparent
    }
    50% {
        -webkit-box-shadow: inset 0 -50px 25px -10px #000;
        box-shadow: inset 0 -50px 25px -10px #000
    }
    100% {
        -webkit-box-shadow: inset 0 -100px 25px -10px #000;
        box-shadow: inset 0 -100px 25px -10px #000
    }
}

@keyframes currentUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px transparent;
        box-shadow: inset 0 0 15px -10px transparent
    }
    50% {
        -webkit-box-shadow: inset 0 -50px 25px -10px #000;
        box-shadow: inset 0 -50px 25px -10px #000
    }
    100% {
        -webkit-box-shadow: inset 0 -100px 25px -10px #000;
        box-shadow: inset 0 -100px 25px -10px #000
    }
}

@-webkit-keyframes currentDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px transparent;
        box-shadow: inset 0 0 15px -10px transparent
    }
    50% {
        -webkit-box-shadow: inset 0 50px 25px -10px #000;
        box-shadow: inset 0 50px 25px -10px #000
    }
    100% {
        -webkit-box-shadow: inset 0 100px 25px -10px #000;
        box-shadow: inset 0 100px 25px -10px #000
    }
}

@keyframes currentDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px transparent;
        box-shadow: inset 0 0 15px -10px transparent
    }
    50% {
        -webkit-box-shadow: inset 0 50px 25px -10px #000;
        box-shadow: inset 0 50px 25px -10px #000
    }
    100% {
        -webkit-box-shadow: inset 0 100px 25px -10px #000;
        box-shadow: inset 0 100px 25px -10px #000
    }
}


/* Flip clock animation */


/* END: Entry Popup CSS */


/* Modal Css End */


/* Keyframe Css Start */

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}


/* Keyframe Css End */


/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #bebebe;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e61d25;
}


/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/**
Fancy Box Popup
*/

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.btnWrap .quote_btn {
    margin: 0;
}


/* Book Section Css Start */

.book_items {
    background: #f7f9f9;
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    transition: .5s ease-in-out;
}

.book_content {
    text-align: center;
}


.book_process .row {
    justify-content: center;
    align-items: stretch;
}

.book_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s ease-in-out;
}

.book_img_wrapper {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 10px;
}

.book_process .col-md-4 {
    margin-bottom: 24px;
}

.book_content h3 {
    font-size: 26px;
    font-weight: bold;
}

.book_content h3,
.book_content p {
    transition: .5s ease-in-out;
}

.book_items:hover {
    background: var(--green);
}

.book_items:hover .book_content h3,
.book_items:hover .book_content p {
    color: #fff;
}

.book_items:hover .book_img_wrapper img {
    filter: invert(1) brightness(0) contrast(6) invert(1);
}

.book_process {
    padding-bottom: 70px;
    padding-top: 50px;
}

.book_process .info-text {
    padding-bottom: 26px;
}


/* Book Section Css End */


/* Testimonial Section Css Start */

.test_slider_wrapper {
    overflow: hidden;
}

.finesttestimonial .container {
    max-width: 1140px;
}

.finesttestimonial {
    padding: 60px 0
}

.finesttestimonial .testwrap .cir h3 {
    font-size: 36px;
    color: #0b80ba
}

.finesttestimonial .testwrap .cir {
    text-align: center;
    width: 90px;
    padding-top: 24px;
    position: relative;
    height: 90px;
    margin: 0 auto 35px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 25px #00000017
}

.finesttestimonial .testwrap .item {
    margin: 25px 15px 25px 15px;
    padding: 40px 35px 20px 35px;
    position: relative;
    background: #fff;
    webkit-box-shadow: 0 0 22px -5px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 0 22px -5px rgba(0, 0, 0, .11);
    -o-box-shadow: 0 0 22px -5px rgba(0, 0, 0, .11);
    box-shadow: 0 0 22px -5px rgba(0, 0, 0, .11)
}

.finesttestimonial .testwrap .item:before {
    position: absolute;
    background-image: url(../images/quote-img.webp);
    background-repeat: no-repeat;
    width: 390px;
    height: 288px;
    text-align: center;
    background-position: top center;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: ""
}

.finesttestimonial .testwrap .cir img {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 25px #00000017;
    margin: -18px 0 0 5px;
}

.testwrap-slider .slick-prev {
    left: 10px;
    z-index: 9
}

.testwrap-slider .slick-next,
.testwrap-slider .slick-prev {
    top: 52%
}

.testwrap-slider .slick-next {
    right: 10px
}

.finesttestimonial .testwrap .wrap {
    text-align: center
}

.finesttestimonial .testwrap .wrap h5 {
    color: #4e4e4e;
    font-size: 18px
}

.finesttestimonial .testwrap .wrap h6 {
    color: #2c2c2c;
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 300;
    line-height: 1.6;
    text-transform: unset;
    height: 100px;
}

.finesttestimonial .testwrap .wrap h5 span {
    font-size: 14px;
    color: #000;
    opacity: .6;
    display: block;
    margin-top: 5px
}

.test_slider_wrapper {
    position: relative;
}

.test_btns::after {
    display: none;
}

.test_btns_prev {
    left: 1px !important;
}

.test_btns_next {
    right: -1px !important;
}

.test_btns i {
    font-size: 24px;
    color: var(--skin-color);
}

.main-heading {
    font-size: 45px;
    font-weight: 800;
}


/* Testimonial Section Css End */


/* Email Section Css Start */

.email_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.email_img {
    max-width: 250px;
}

.email_title {
    font-size: 38px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.email_para {
    font-size: 22px;
    line-height: 1.4;
}

.email_para {
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 30px;
}

.email_cont {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.email_section {
    padding-bottom: 30px;
}

.email_form_title {
    font-size: 28px;
}

.email_form_wrapper .leadForm .form-control::placeholder {
    color: #000 !important;
}

.email_form_wrapper .leadForm .form-control {
    background-color: #f3f3f0;
    color: #000 !important;
    border-radius: 0.1875rem;
    border: 0;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.0625rem;
    margin-bottom: 0.625rem;
}

.email_form_title {
    font-size: 28px;
    margin: 0;
    padding-bottom: 20px;
}

#signupBtn {
    border-radius: 0.1875rem;
    font-weight: 600;
    font-size: 1rem;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.15;
    margin: 0;
    background-color: var(--skin-color);
    border: 0;
    color: #fff;
    margin-top: 0;
    width: 150px;
    margin: auto;
    display: inline-block;
}

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

.content_link {
    color: #feaa3a;
}

.content_link:hover {
    color: #000;
}

.content_link {
    color: var(--green);
    font-weight: 500;
    text-decoration: underline;
    transition: .5s ease-in-out;
}

.email_form_wrapper {
    max-width: 490px;
    display: block;
    margin: 0 auto;
}


/* Email Section Css End */


/* Footer Css Start */

footer {
    background: linear-gradient(138deg, #171717 23.74%, #182a35 87.57%);
    padding: 24px 0px;
}

.copright_desc {
    margin: 0;
    color: #fff;
}

.footer_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.footer_links li:first-child {
    margin-left: 0px;
}

.footer_links li:first-child:before {
    display: none;
}

.footer_links li:before {
    content: '|';
    color: #fff;
    margin-right: 10px;
}

.footer_links li a {
    color: #fff;
    display: inline-flex;
}

.footer_links li {
    margin-left: 10px;
}


/* Footer Css End */

@keyframes showSweetAlert {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(.5)
    }
}

@keyframes slideFromTop {
    0% {
        top: 0
    }
    100% {
        top: 50%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

.showSweetAlert {
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    animation: slideFromBottom .3s
}

.hideSweetAlert {
    animation: hideSweetAlert .3s
}

.hideSweetAlert[data-animation=none] {
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    animation: slideToTop .3s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    animation: slideToBottom .3s
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

.animateErrorIcon {
    animation: animateErrorIcon .5s
}

@keyframes animateXMark {
    0% {
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    animation: animateXMark .5s
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }
    100% {
        border-color: #f8bb86
    }
}

.pulseWarning {
    animation: pulseWarning .75s infinite alternate
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486
    }
    100% {
        background-color: #f8bb86
    }
}

.pulseWarningIns {
    animation: pulseWarningIns .75s infinite alternate
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1040
}

.sweet-alert {
    background-color: #fff;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000
}

@media all and (max-width:767px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert .form-group {
    display: none
}

.sweet-alert .form-group .sa-input-error {
    display: none
}

.sweet-alert.show-input .form-group {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -9px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #d43f3a
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #d9534f;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #eea236
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-info {
    border-color: #46b8da
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #5bc0de
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #5bc0de
}

.sweet-alert .sa-icon.sa-success {
    border-color: #4cae4c
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    transform-origin: 0px 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(92, 184, 92, .2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #5cb85c;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

.sweet-alert .btn-default:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6)
}

.sweet-alert .btn-success:focus {
    border-color: #4cae4c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 174, 76, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 174, 76, .6)
}

.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6)
}

.sweet-alert .btn-danger:focus {
    border-color: #d43f3a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(212, 63, 58, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(212, 63, 58, .6)
}

.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 162, 54, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 162, 54, .6)
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.la-ball-fall,
.la-ball-fall>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-fall {
    width: 54px;
    height: 18px
}

.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -.2s;
    -moz-animation-delay: -.2s;
    -o-animation-delay: -.2s;
    animation-delay: -.2s
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    -moz-animation-delay: -.1s;
    -o-animation-delay: -.1s;
    animation-delay: -.1s
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}
.form-st .form-div input::placeholder {
    color: #fff;
}

.text-center.form-div-btn {
    position: relative;
}