/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

@font-face {
    font-family: 'Red Thinker';
    src: url('../fonts/red_thinker/RedThinker-Light.eot');
    src: url('../fonts/red_thinker/RedThinker-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/red_thinker/RedThinker-Light.woff2') format('woff2'), url('../fonts/red_thinker/RedThinker-Light.woff') format('woff'), url('../fonts/red_thinker/RedThinker-Light.ttf') format('truetype'), url('../fonts/red_thinker/RedThinker-Light.svg#RedThinker-Light') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'neo latina';
    src: url('../fonts/neo_latina/neo-latina.eot');
    src: url('../fonts/neo_latina/neo-latinad41d.eot?#iefix') format('embedded-opentype'), url('../fonts/neo_latina/neo-latina.woff2') format('woff2'), url('../fonts/neo_latina/neo-latina.woff') format('woff'), url('../fonts/neo_latina/neo-latina.ttf') format('truetype'), url('../fonts/neo_latina/neo-latina.svg#neo-latina') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #4fbe83;
    --secondary: #8ef4be;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--secondary);
    background-image: -webkit-linear-gradient(90deg, transparent, var(--primary), transparent, transparent)
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #000;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

#add-to-top {
    display: inline-block;
    background-color: var(--primary);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 70px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#add-to-top::after {
    content: "\f077";
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#add-to-top:hover {
    cursor: pointer;
    background-color: #333;
}

#add-to-top:active {
    background-color: #555;
}

#add-to-top.show {
    opacity: 1;
    visibility: visible;
}

section {
    position: relative;
    overflow: hidden;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    background: #000000;
}

header {
    width: 100%;
    position: absolute;
    top: 3%;
    left: 0;
    z-index: 1000;
}

.navbar-brand img {
    width: 245px;
}

.navbar {
    justify-content: space-between;
    padding: 0.375rem 0;
    z-index: 1000;
}

.inline-menu {
    display: flex;
    gap: 2rem;
}

.talkBtn {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--primary);
    border: 2px solid var(--secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 8rem;
    animation: talkcall 0.65s infinite ease alternate;
}

@keyframes talkcall {
    0% {
        background-color: var(--primary);
    }

    100% {
        background-color: var(--black);
        color: var(--white);
    }
}

.talkBtn:hover {
    background-color: var(--black);
    color: var(--white);
}

.talkBtn span {
    color: var(--white);
    font-size: 1.1rem;
    text-align: left;
    width: 70px;
}

.menubtn {
    color: var(--primary);
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: none !important;
    position: fixed;
    top: 3rem;
    right: 10%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 1.25rem;
    z-index: 1111;
}

.menubtn .icon {
    width: 30px;
    height: 30px;
    margin-left: auto;
}

.menubtn .icon span {
    width: 30px;
    height: 2px;
    background-color: var(--primary);
    display: block;
    transition: 0.5s ease;
}

.menubtn .icon span+span {
    margin-top: 7px;
    width: 20px;
}

.nav-active .menubtn .icon span {
    transform: translate(-4px, 10px) rotate(45deg)
}

.nav-active .menubtn .icon span+span {
    transform: translate(-4px, 1px) rotate(-45deg);
    width: 30px;
}

.menubtn:hover {
    color: var(--secondary);
}

.menubtn:hover .icon span {
    background-color: var(--secondary);
}

.nav-fix-st {
    position: fixed;
    right: 0;
    z-index: 999;
    align-items: center;
    height: 100%;
}

.nav:after,
.nav:before {
    background-color: rgba(20, 21, 26, .6);
    border-bottom-right-radius: 200%;
    content: "";
    height: 0;
    position: fixed;
    right: 0;
    top: 100px;
    transition: border-radius .8s linear, width .6s cubic-bezier(.77, 0, .175, 1), height .6s cubic-bezier(.77, 0, .175, 1);
    width: 0;
    z-index: -1
}

.nav:after {
    background-color: #09090c;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 300%;
    box-shadow: 6px 7px 28px 0 hsla(0, 0%, 6%, .3);
    transition-delay: 0s
}

.nav:before {
    transition-delay: .2s
}

.nav__content {
    position: relative;
    right: 0;
    text-align: left;
    top: 0;
    visibility: hidden;
    width: 0;
    z-index: 9
}

.nav__list {
    margin: 0;
    padding: 0;
    z-index: 99
}

.nav__list-item {
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    -webkit-transform: translate(30px);
    transform: translate(30px);
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.nav__list-item a {
    color: hsla(0, 0%, 100%, .8);
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding-bottom: 7px;
    padding-left: 40px;
    padding-top: 7px;
    position: relative;
    text-decoration: none;
    transition: .2s linear;
    z-index: 2;
    font-size: 1rem;
    font-weight: 600;
}

.nav__list-item a:after {
    background-color: #12ff9d;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: .2s linear;
    width: 5px;
    z-index: 1
}

.nav__list-item a:hover:after,
.nav__list-item.active-nav a:after {
    height: 100%;
    opacity: 1;
    top: 0
}

body.nav-active .nav__content {
    visibility: visible;
    width: 300px;
}

body.nav-active .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translate(0) rotate(-45deg);
    transform: translate(-4px, 1px) rotate(-45deg);
    width: 30px
}

body.nav-active .menu-icon__line-left {
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(-4px, 10px) rotate(45deg);
    width: 30px
}

body.nav-active .menu-icon__line-right {
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
    transform: translate(-3px, -3.5px) rotate(45deg);
    width: 15px
}

body.nav-active .nav:after,
body.nav-active .nav:before {
    border-radius: 0;
    height: 100%;
    right: 0;
    top: 0;
    width: 300px;
}

body.nav-active .nav:after {
    transition-delay: .1s
}

body.nav-active .nav:before {
    transition-delay: 0s
}

body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .3s, transform .3s, color .3s, -webkit-transform .3s
}

body.nav-active .nav__list-item:nth-child(0) {
    transition-delay: .7s
}

body.nav-active .nav__list-item:first-child {
    transition-delay: .8s
}

body.nav-active .nav__list-item:nth-child(2) {
    transition-delay: .9s
}

body.nav-active .nav__list-item:nth-child(3) {
    transition-delay: 1s
}

body.nav-active .nav__list-item:nth-child(4) {
    transition-delay: 1.1s
}

body.nav-active .nav__list-item:nth-child(5) {
    transition-delay: 1.2s
}

body.nav-active .nav__list-item:nth-child(6) {
    transition-delay: 1.3s
}

body.nav-active .nav__list-item:nth-child(7) {
    transition-delay: 1.4s
}

body.nav-active .nav__list-item:nth-child(8) {
    transition-delay: 1.5s
}

body.nav-active .nav__list-item:nth-child(9) {
    transition-delay: 1.6s
}

body.nav-active .nav__list-item:nth-child(10) {
    transition-delay: 1.7s
}

body.nav-active .nav__list-item:nth-child(11) {
    transition-delay: 1.8s
}

body.nav-active .nav__list-item:nth-child(12) {
    transition-delay: 1.9s
}

body.nav-active .nav__list-item:nth-child(13) {
    transition-delay: 2s
}

body.nav-active .nav__list-item:nth-child(14) {
    transition-delay: 2.1s
}

body.nav-active .nav__list-item:nth-child(15) {
    transition-delay: 2.2s;
}

.heroSection {
    width: 100%;
    height: 950px;
    padding-top: 12rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#hero-animation {
    background-image: url("../images/background.html");
    background-size: cover;
    background-position: center top;
}

.hero-shade {
    width: 100%;
    height: 30%;
    background-image: linear-gradient(transparent, #000 90%);
    position: absolute;
    bottom: 0;
}

.heroSection svg {
    position: absolute;
    width: 100%;
    height: 100vh;
    inset: 0;
    z-index: -1;
}


.heroTxt {
    z-index: 3;
    position: relative;
}

.heroTxt h1 {
    font-size: 4.25rem;
    color: var(--white);
    line-height: 1.2;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.themeBtn {
    padding: 0.8em 3.45em;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--primary);
    border-radius: 8px 8px 20px 8px;
    font-weight: 500;
}

.text {
    font-size: 20vw;
    white-space: nowrap;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    color: var(--black);
    z-index: -1;
    opacity: 0.15;
    user-select: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation-name: anim;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes anim {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.heroSection .text {
    top: -2rem;
    text-transform: uppercase;
}

.serviceSection {
    overflow-x: hidden;
}

.serviceWrapper {
    display: flex;
    width: 350%;
}

.serviceItem {
    width: 100%;
}

.serviceTop {
    width: 100%;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
    background-color: #0c0c0c;
}

.serviceTop .imgBox {
    padding: 3rem;
    outline: 1px solid #545454;
    background-color: var(--black);
    width: 25vw;
    height: 25vw;
    display: flex;
    justify-content: center;
    margin-left: 3.5rem;
}

.serviceTop .imgBox video {
    width: 100%;
}

.serviceTxt {
    width: 90%;
    margin-left: auto;
    color: var(--white);
    padding: 4rem 0;
}

.serviceTxt .step {
    font-size: 7.25rem;
    -webkit-text-stroke: 1px var(--primary);
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    user-select: none;
    display: inline-block;
}

.serviceTxt h2 {
    font-size: 3.75rem;
}

.serviceTxt ul {
    font-size: 1.25rem;
    margin-top: 2rem;
}

.serviceTxt ul li+li {
    margin-top: 8px;
}

.serviceSection .text {
    top: 45%;
}

.heading {
    font-size: 4.375rem;
    text-align: center;
    color: var(--black);
    text-transform: capitalize;
}

.processSection {
    padding: 8rem 0;
}

.processSection .text {
    top: -2rem;
}

.graph {
    margin: 95px 80px 0;
}

.processSection .cls-3 {
    fill: #4fbe83;
}

.graph .overlay {
    display: block;
    max-width: 1150px;
    margin: auto;
    position: relative;
}

.graph .overlay img {
    position: absolute;
    width: 100%;
    top: 2rem;
    z-index: -1;
}

.graph .overlay svg {
    display: block;
    width: 90%;
    margin: auto;
    height: auto;
}

.packagesSection {
    padding: 5rem 0;
    position: relative;
}

.packagesSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/noise.html');
    mix-blend-mode: soft-light;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.packagesSection .text {
    top: -2rem;
}

.packagesSection .heading img {
    height: 4.5rem;
}

.packagesCard {
    padding: 3rem 1.375rem;
    border-radius: 20px;
    border: 1px solid #ffffff1a;
    position: relative;
    overflow: hidden;
    color: var(--white);
    height: 100%;

}



.packagesCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(150% 150% at 3% -25%, rgba(38, 134, 190, .6) 0, rgba(38, 134, 190, 0) 100%);
    opacity: .5;
    z-index: -1;
    transition: all 0.3s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent;
    transition: all 0.3s ease;
}

.packagesCard:hover::before {
    background-color: #fff;
    background-size: 0 0;
    opacity: 1;
}

.packagesCard:hover h5 {
    color: var(--primary);
}

.packagesCard:hover h3 {
    color: #000;
    transition: all 0.3s ease;
}

.packagesCard:hover ul li {
    color: var(--black);
}

.packagesCard h5 {
    font-size: 1.625rem;
    color: var(--white);
    font-weight: 600;
}

.packagesCard .themeBtn {
    font-size: 13px;
    margin: 1rem auto 0;
    display: inline-block;
}

.packagesCard ul {
    margin-top: 1rem;
    max-height: 400px;
    overflow: auto;
    height: 100%;
    min-height: 400px;
    overflow-x: hidden;
}

.packagesCard ul li {
    position: relative;
    margin-top: 1rem;
    padding-left: 2rem;
    color: var(--white);
    transition: all 0.3s ease;
}

.packagesCard ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    color: var(--primary);
    position: absolute;
    left: 0;
    font-weight: 900;
}

.swiper-button-prev,
.swiper-button-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--primary);
    z-index: 1;
    top: 55%;
}

.swiper-button-prev {
    left: 5rem;
}

.swiper-button-next {
    right: 5rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1.5rem;
    color: var(--white);
}

.swiper-button-prev::before,
.swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 99%;
    height: 99%;
    border-radius: 50%;
    background-color: var(--black);
    z-index: -2;
}

.packagesSection .nav-tabs,
.portfolioInnerSec .nav-tabs {
    border-bottom: 0;
    justify-content: center;
    margin-bottom: 3rem;
    gap: 1rem;
}

.packagesSection .nav-tabs .nav-link,
.portfolioInnerSec .nav-tabs .nav-link {
    color: var(--white);
    border-radius: 10px;
    /* filter: blur(1px); */
    background: transparent;
    border-color: var(--primary);
}

.packagesSection .nav-tabs .nav-item.show .nav-link,
.packagesSection .nav-tabs .nav-link.active,
.packagesSection .nav-tabs .nav-link:hover,
.portfolioInnerSec .nav-tabs .nav-item.show .nav-link,
.portfolioInnerSec .nav-tabs .nav-link.active,
.portfolioInnerSec .nav-tabs .nav-link:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
    filter: none;
}

.portfolioSection {
    padding: 7.5rem 0;
}

.portfolioSection::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    z-index: -2;
}

.brandingSection .text,
.portfolioSection .text {
    top: -2rem;
    -webkit-text-stroke: 1px var(--black);
    opacity: 0.04;
    z-index: -1;
}

.portfoliowrapper {
    width: 120%;
    display: flex;
    gap: 2.25rem;
    margin-top: 2.25rem;
}

.portfoliowrapper+.portfoliowrapper {
    margin-left: -30rem;
}

.brandingSection {
    padding: 7.5rem 0 6.25rem;
}

.brandingSection::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -2;
}

.brandWrpper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.brandWrpper figure {
    padding: 2rem 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.brandWrpper figure:nth-child(1),
.brandWrpper figure:nth-child(6) {
    border-left: 0;
}

.brandWrpper figure.border-b-0 {
    border-bottom: 0;
}

.brandWrpper figure img {
    transition: 0.5s ease;
}

.brandWrpper figure:hover img {
    transform: scaleX(-1);
}

.testimonialSection {
    padding-top: 16rem;
    overflow: hidden;
    max-height: 800px;
}

.testimonialSection::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    z-index: -2;
}

.blurTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#fff 10%, transparent 30%, transparent 70%, #fff 90%);
    z-index: 3;
}

.testimonialSection .text {
    top: 20%;
    -webkit-text-stroke: 1px var(--black);
    opacity: 0.04;
}

.testimonailWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    height: fit-content;
    position: relative;
    z-index: 2;
}

.testimonialItem {
    display: flex;
    gap: 1.25rem;
}

.testimonialItem div {
    flex: 1;
}

.testimonialItem .userPic img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonialItem h4 {
    font-weight: 600;
    font-size: 1.625rem;
    margin: 0;
}

.testimonialItem span {
    opacity: 0.5;
    font-weight: 500;
    font-size: 1.25rem;
}

.testimonialItem p {
    margin-top: 10px;
    font-size: 1.125rem;
    color: #4c4c4c;
}

.contactSection {
    padding: 7.5rem 0;
    position: relative;
}

.contactSection::before {
    content: '';
    width: 57.85vw;
    height: 57.85vw;
    background-color: rgba(79, 190, 131, 0.06);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    filter: blur(200px);
    z-index: -3;
}

.contactSection::after {
    content: '';
    width: 60vw;
    height: 65vw;
    background: url('../images/noise.html');
    mix-blend-mode: overlay;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    z-index: -2;
}

.contactSection p {
    color: var(--white);
    font-size: 1.25rem;
}

.contactForm .form-control {
    background-color: #141414;
    border: 0;
    color-scheme: dark;
    padding: 1rem !important;
    height: 65px;
    margin-bottom: 1.25rem;
    box-shadow: none;
    border-radius: 8px;
    color: #fff;
}

.contactForm textarea.form-control {
    height: auto;
    resize: none;
}

.contactForm .form-control::placeholder,
.contactForm .form-control option {
    color: var(--white);
    opacity: 0.5;
}

.contactSection .text {
    top: -2rem;
}

.testimonailSlider {
    display: none;
    margin-bottom: 2rem;
}

footer {
    padding: 4rem 0 0;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    width: 50vw;
    height: 50vw;
    background-color: rgba(79, 190, 131, 0.06);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    filter: blur(200px);
    z-index: -3;
}

footer::after {
    content: '';
    width: 60vw;
    height: 65vw;
    background: url('../images/noise.html');
    mix-blend-mode: overlay;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    z-index: -2;
}

footer h4 {
    color: var(--white);
    font-weight: 600;
    margin: 0 0 1.8rem;
}

footer ul li a {
    color: var(--white);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 11px;
}

footer ul li+li {
    margin: 12px 0 0;
}

.social {
    display: flex;
    align-items: center;
    gap: 45px;
    margin: 1.3rem 0 0;
}

.social li+li {
    margin: 0;
}

.social li a {
    font-size: 1.7rem;
}

.copyRight {
    border-top: 1px solid #5c5b5d;
    padding: 1rem 0;
    margin-top: 3rem;
}

.copyRight p {
    margin: 0;
    color: #717473;
    font-weight: 500;
}

.privacy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.privacy li+li {
    margin: 0;
}

.privacy li a {
    font-weight: 500;
}

footer ul li a:hover {
    color: var(--primary);
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--black);
}

.heroInner {
    background: url('../images/innerbg.html');
    background-size: cover;
    padding: 10rem 0 7rem 0;
    height: auto;
}

.heroInner.innernew {
    background: url('../images/innernew.html') top center;
    background-size: cover;
}
.main_portfoloia{
    background: url('../images/inner-banner.jpg') top center;
    background-size: cover;
    height: 750px;
}

.heroInner .txtContent {
    margin-top: 1.5rem;
}

.heroInner .heroTxt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.heroInner .heroTxt h1 {
    margin-bottom: 0;
}

.heroInner.innernew .heroTxt h1 {
    margin-left: 0;
}

/* banner form start */
.banner-form-text {
    margin: -20px 0 0;
}

.banner-form-text>p {
    font-size: 26px;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 10px;
}

.banner-form-text>p span {
    color: var(--primary);
    font-weight: 800;
    font-size: 2rem;
}

.footer-form {
    background: 0 0;
    padding: 0;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    margin-bottom: 0rem;
}

.footer-form input {
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
    color: #000 !important;
    margin-bottom: 0;
}

.footer-form form>div {
    width: 100%;
    max-width: 600px;
}

.form-sec {
    width: 55%;
    background-color: var(--primary);
    padding: 10px;
    border-radius: 6px 0 0 6px;
}

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

.btn-sec {
    background-color: var(--primary);
    border-radius: 0 5px 5px 0;
}

.banner_form_btn {
    display: flex;
}

.footer-form .green-btn {
    border-radius: 2px;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    width: auto;
    border: none;
    margin-right: 10px;
    padding: 9px;
    margin-top: 9px;
    background-color: var(--primary);
    color: #fff;
    text-transform: uppercase;
    outline: none;
}

/* banner form end */
.heroInner p {
    color: var(--white);
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
}

.heroInner .themeBtn {
    display: inline-block;
}

.aboutSection {
    padding: 6.5rem 0;
}

.aboutSection .text {
    top: -2rem;
}

.aboutSection p {
    margin-top: 1.875rem;
    color: var(--white);
}

.clientLogoSlider::before,
.clientLogoSlider::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, black 30%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.85;
    z-index: 3;
}

.clientLogoSlider::after {
    left: auto;
    right: 0;
    background: linear-gradient(-90deg, black 30%, rgba(0, 0, 0, 0) 100%);
}

.clientLogoSlider .swiper-slide {
    height: 75px;
    display: grid;
    place-items: center;
    cursor: pointer;
    user-select: none;
}

.our-services {
    padding: 8.75rem 0 7.25rem 0;
    overflow: hidden;
}

.our-services .text {
    top: -2rem;
    z-index: -1;
}

.serviceCard {
    min-height: 385px;
    height: 100%;
    overflow: auto;
    border-radius: 20px 20px 60px 20px;
    padding: 2.5rem;
    background: #000;
    transition: 0.5s ease;
    cursor: pointer;
    user-select: none;
}

.serviceCard:hover {
    background: url('../images/blurhover.html') center center / cover;
}

.servicesSlider {
    padding: 1rem;
    margin: 0 -15rem;
}

.serviceCard::before {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background: linear-gradient(0deg, #2c2c2e 0%, #2c2c2e 100%);
    z-index: -1;
    border-radius: 20px 20px 60px 20px;
}

.inner .serviceCard::before,
.inner .serviceCard:hover::before {
    display: none;
}

.inner .serviceCard {
    border: 1px solid #2c2c2e;
    background: transparent;
}

.inner .serviceCard:hover {
    background: none;
}

.serviceCard:hover::before {
    background: linear-gradient(0deg, #4fbe83 0%, #0b3f63 100%);
}

.serviceCard h3 {
    margin-bottom: 4rem;
    color: var(--white);
    text-transform: capitalize;
    font-size: 1.75rem;
}

.serviceCard p {
    font-size: 14px;
    margin: 0;
    color: var(--white);
}

.serviceCard:hover {
    background-color: #070804;
}

.faqSection {
    padding: 7.5rem 0;
}

.faqSection::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    z-index: -2;
}

.faqSection .text {
    top: -2rem;
    -webkit-text-stroke: 1px var(--black);
    opacity: 0.05;
}

.accordion .card {
    border: 0;
    margin-bottom: 1rem;
    background-color: var(--primary);
    border-radius: 10px !important;
}

.accordion .card,
.accordion .card-header {
    padding: 0;
    border: 0;
    overflow: hidden;
}

.accordion .card-header {
    border-radius: 8px;
}

.accordion .card-body {
    padding-top: 0;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    font-weight: 500;
}

.accordion .btn {
    font-size: 1rem;
    color: var(--black);
    font-weight: 600;
    padding: 1rem;
    position: relative;
    border: 0;
    background-color: var(--primary);
}

.accordion .btn.collapsed {
    background-color: #f8f8f8;
}

.accordion .btn::before {
    content: '+';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    right: 1rem;
    font-size: 2rem;
}

.accordion .btn.collapsed::before {
    content: '-';
}

.aboutPage {
    position: relative;
}

.aboutPage::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/noisebg.html');
    background-size: cover;
    z-index: -2;
}

.aboutPage::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    background-color: rgba(79, 190, 131, 0.1);
    filter: blur(200px);
}

.aboutPage .showcase {
    position: relative;
    text-align: center;
}

.aboutPage .showcase h2 {
    font-size: 22.5vw;
    line-height: 1;
    position: absolute;
    z-index: -1;
    width: 100%;
    user-select: none;
    background: -webkit-linear-gradient(0deg, #0b3f63, #58d392);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutPage .showcase img {
    margin-top: 4rem;
}

.ctaSection {
    background-color: var(--primary);
    padding: 5rem 0;
}

.ctaform .form-group {
    display: flex;
    align-items: center;
    background-color: var(--white);
    width: 90%;
    margin: auto;
    margin-top: 2rem;
    padding: 10px;
    border-radius: 10px;
}

.ctaform .form-group input {
    border: 0;
    box-shadow: none !important;
}

.ctaform .form-group .themeBtn {
    font-size: 1rem;
    padding: 0.85em 2em;
}

.industrySection {
    padding: 7.5rem 0;
    background: url('../images/noisebg.html');
}

.industryCard {
    padding: 5.5rem 2rem;
}

.industrySlider {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.industryCard .iconBox {
    width: 56px;
    height: 56px;
    background-color: #071211;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.industryCard h2 {
    color: #d9dbde;
    margin: 1rem 0;
    font-size: 1.125rem;
}

.industryCard p {
    color: #6f6d6f;
}

.industrySlider .swiper-slide .industryCard {
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
}

.industrySlider .swiper-slide:nth-child(odd) .industryCard {
    background-color: var(--black);
}

.difference {
    margin: 3.75rem 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.03);
}

.difference .cardheader {
    padding: 2rem 3.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white);
    background-color: #010904;
}

.difference li {
    padding: 1.5rem 3.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    color: var(--white);
    background-color: var(--black);
}

.difference li i {
    margin-top: 5px;
    color: #2e8854;
}

.difference li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
}

.industrySection::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    background-color: rgba(79, 190, 131, 0.1);
    filter: blur(200px);
}

.text-black {
    color: var(--black) !important;
}

.graphBox {
    width: 300px;
    border-radius: 12px 12px 46px 12px;
    border: 2px solid transparent;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)), linear-gradient(0deg, #4fbe83 0%, #0b3f63 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.graphBox>* {
    padding-inline: 1rem;
}

.graphBox>*:last-child {
    padding-bottom: 1rem;
}

.graphBox>*:first-child {
    padding-top: 1rem;
}

.graphBox .step {
    font-size: 4.5rem;
    -webkit-text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    color: var(--black);
    font-weight: 700;
}

.graphBox h3 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary);
}

.graphBox p {
    font-size: 13px;
    color: var(--white);
    margin: 0;
}

.box-active::before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 12px 12px 46px 12px;
    transition: 0.3s all;
    z-index: -1;
}

.graphBox {
    position: absolute;
    opacity: 0;
    transition: 0.3s all;
    z-index: 3;
}

.graphBox.box14 {
    top: 6%;
    left: 0%
}

.graphBox.box24 {
    top: -2%;
    left: 22%;
}

.graphBox.box34 {
    top: -9%;
    left: 45%;
}

.graphBox.box44 {
    top: -59%;
    left: 82%;
}

.g-heading {
    color: white;
    transition: 0.3s all;
    text-align: center;
    width: 20ch;
}

.gh14 {
    top: 78%;
    left: 0%
}

.gh24 {
    top: 62%;
    left: 20%;
}

.gh34 {
    top: 51%;
    left: 43%;
}

.gh44 {
    top: -1%;
    left: 82%;
}

.our-services p {
    color: #ffff;
}

.clientLogoSlider .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.pckgHead {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pckgHead h3 {
    margin: auto 0 0;
}

.serviceTop .imgBox figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

header.fixed {
    position: fixed;
}

.brandingSection p {
    color: #000;
    font-size: 1.25rem;
}

/******** floating form   **********/


.floatingform-sec {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    left: -450px;
    top: 200px;
    font-size: 0;
    width: 450px;
    /* transform: translateY(-50%); */
    z-index: 999;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
}

.floatingform-sec.visible {
    display: block;
}

/*.floatingform-sec .outer-show{width: 50px;z-index: 999;height: 200px;cursor: pointer;box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);border-radius: 10px 0px 0px 10px;display: inline-block;padding-top: 0;vertical-align: top;margin-top: 120px;position: relative;text-transform: uppercase;background: #7d45a2;}*/
.floatingform-sec .outer-show {
    width: 50px;
    z-index: 999;
    background-color: var(--primary);
    height: 250px;
    cursor: pointer;
    box-shadow: 0px 0px 40px #00000026 !important;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    /* margin-top: 120px; */
    position: relative;
    text-transform: uppercase;
    /* background: #fff; */
    left: 450px;
    right: auto;
    top: 0px;
}

.floatingform-sec .outer-show p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -50px;
    text-transform: capitalize;
    white-space: pre;
    bottom: 115px;
}

.floatingform-sec .outer-show p.blink {
    color: #ffffff;
}

.floatingform-sec .outer-show:hover {
    right: 0px;
}

.floatingform-sec.show {
    left: -50px;
}

.floatingform-sec span.icoo {
    color: #c39d35;
    font-size: 18px;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 10px 0px 0px 10px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
}

.ban-form input,
.ban-form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #cbcbcb;
    background: #ffffff00;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.ban-form input::placeholder,
.ban-form textarea::placeholder {
    color: #fff;
}

.floatingform-sec .banner-form {
    width: 400px;
    background: #111111;
    top: -60px;
    border: 1px solid #fff;
    border-left: 0;
}

.floatingform-sec .banner-form h3 {
    color: #fff;
    text-align: center;
}

.floatingform-sec .banner-form input[type="submit"] {
    background: transparent;
    border: 1px solid;
    border-radius: 6px;
    color: var(--primary);
}

.banner-form {
    background: #fff;
    padding: 25px 20px;
    position: relative;
    z-index: 9;
    border-radius: 0;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.floatbutton.visible .buttonclick {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 265px;
    font-size: 0;
    width: 420px;
    z-index: 99;
}

.floating_wrap {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floating_wrap.visible {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .buttonclick {
    width: 50px;
    z-index: 99;
    opacity: 1;
    vertical-align: top;
    height: 0px;
    cursor: pointer;
    box-shadow: -20px 0 35px #0000001f;
    border-radius: 50% 0% 0 50%;
    background: #fff;
    display: inline-block;
    padding-top: 0px;
}


.floatbutton .buttonclick .crossplus {
    position: relative;
    display: block;
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .buttonclick .crossplus.rotate {
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .buttonclick .crossplus p {
    background: -webkit-linear-gradient(330deg, rgba(143, 66, 236, 0) 0%, #2c036c 100%);
    background: linear-gradient(120deg, rgba(143, 66, 236, 0) 0%, #2c036c 100%);
    background-color: #b142ec;
    font-size: 20px;
    width: 250px;
    top: 0px;
    position: relative;
    margin-top: 194px;
    height: 55px;
    border-radius: 20px 20px 0px 0px;
    padding-top: 15px;
    text-align: right;
    /* padding-right: 25px; */
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0px 0px 40px #00000026 !important;
    left: -4px;
}

.floatbutton .buttonclick .crossplus {
    transform: rotate(-90deg);
}

.crossplus p a:hover {
    color: #fa130d;
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/*floating strips css start */

.floating_wrap {
    position: fixed;
    right: 0px;
    top: 140px;
    z-index: 99;
}

.floating_wrap .btns_wrap {
    position: fixed;
    right: 0px;
}

.floating_wrap .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.floating_wrap .btns_wrap .call_wrap {
    width: 275px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 60px;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floating_wrap .btns_wrap .call_wrap span {
    color: #fa130d;
    ;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}

.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 275px;
    background: #fff;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .chat_wrap span.icoo,
.floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #ffffff;
    background: -webkit-linear-gradient(330deg, rgba(143, 66, 236, 0) 0%, #2c036c 100%);
    background: linear-gradient(120deg, rgba(143, 66, 236, 0) 0%, #2c036c 100%);
    background-color: #b142ec;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .chat_wrap span {
    color: #fa130d;
    ;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

/*floating strips css end */
.callusnow {
    width: 50px;
    height: 50px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgb(37 0 22 / 71%);
    padding: 6px 0px 12px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: var(--primary);
    border: solid 3px #ffffff;
    visibility: hidden;
    opacity: 0;
}

.callusnow:hover {
    color: #ffffff;
}

.callusnow.chat {
    bottom: 80px;
}

.callusnow i.fa {
    padding-top: 0;
    padding-right: 0;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

.hero-home__clients {
    width: 100vw;
    height: 130px;
    text-align: center;
    position: absolute;
    bottom: 50px;
}

.hero-home__clients .title {
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    display: block;

    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.portfolioInnerSec {
    padding: 0 0 3rem;
}

.portfolio-Box {
    display: block;
    height: 300px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.portfolio-Box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.portfolio-Box:hover img {
    transform: scale(1.2);
}

.portfolioInnerSec .row .row {
    gap: 2rem 0;
}

.fancybox__container {
    z-index: 111111;
}

.forMobilelogo {
    display: none;
}

.platform_1 {
    align-items: center;
    display: flex;
    margin: 10px 0 0
}

.platform_2 {
    margin: 40px 0 0;
}

.flip-card-back,
.flip-card:hover .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
    align-items: center;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* background: #d7f1e6; */
    bottom: 0;
    display: grid;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%
}

.flip-card-inner {
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    width: 100%
}

.flip-card {
    background-color: initial;
    height: 90px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%
}

.platform_1 img {
    width: 200px;
}

ul.portfoliowrapper li {
    flex: 0 1 29%;
}

ul.portfoliowrapper li a {
    display: block;
    width: 100%;
}

ul.portfoliowrapper li a figure {
    width: 100%;
    height: 100%;
}

ul.portfoliowrapper li a figure img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.callBtn {
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
}
a.phn-call {
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
a.phn-call:hover {
    color: var(--primary);
}

.callBtn:hover {
    color: var(--primary);
}

.fancybox__slide.has-image>.fancybox__content {
    height: 100% !important;
    width: 100% !important;
}

.fancybox__slide.has-image>.fancybox__content img {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.packagesCard ul li:has(strong)::before {
    content: none;
}

.packagesCard ul li:has(strong) {
    font-size: 1.2rem;
}


.t-img {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.t-img img {
    margin-right: 5px;
    width: 150px;
    object-fit: contain;
}

.reviewImg{
    width: 200px !important;
}
.grayScale{
    filter: grayscale(100%);
}
.whiteFilter{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(267deg) brightness(104%) contrast(101%);

}

.recognize {
    padding: 8.75rem 0 6.25rem 0;
}

.radio{
    display: flex;
    gap: 8px;
    margin-bottom: 1rem;
}
.radio label{
    color: #fff;
    font-size: 14px;
}
.radio input{
    height: 14px;
    margin-top: 5px;
}

.pkgBtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pkgBtn .themeBtn{
    padding: 0.8em 2.75em;
}



/* portfolio css start */
.Pritsf{
    padding-top: 50px;
}
.Pritsf h1{
    font-size: 4.25rem;
    color: var(--white);
    line-height: 1.2;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 3rem;
    padding-top: 220px;
}
.center__sec__head {
    text-align: center;
}
.center__sec__head h2 {
    color: var(--white);
    font-weight: 600;
    font-size: 56px;
    /* line-height: 80px; */
    margin-bottom: 3rem;
}
.menu__stactic {
    position: sticky;
    top: 20px;
}
.term__keep__head h3 {
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    line-height: 60px;
}
.tab__menu__port ul {
    border: 0;
}
.tab__menu__port ul li {
    width: 100%;
    margin: 0 0 10px 0 !important;
}
.tab__menu__port ul li a.active {
    background: var(--primary) !important;
    border-color:var(--primary) !important;
    color: #fff !important;
}
.porfolio__sec__main .tab-content {
    overflow-y: scroll;
    height: 1260px;
}
.portfolio__inner__tab {
    margin-bottom: 30px;
}
.portfolio__inner__img {
    position: relative;
} 
.portfolio__inner__img img {
    width: 100%;
    border-radius: 15px;
    position: relative;
}
.tab__menu__port ul li a {
    color: var(--white);
    padding: 15px 30px;
    border-radius: 50px !important;
    font-size: 17px;
    border: 0 !important;
}
.portfolio__overlay__inner span {
    font-size: 35px;
    font-weight: bold;
    /* margin-bottom: 25px; */
    display: inline-block;
    color: var(--white);
    /* opacity: 0; */
    /* -webkit-transform: translateY(20px); */
    /* transform: translateY(20px); */
    -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding-bottom: 20px;
    line-height: 36px;
}.portfolio__overlay__inner p, .portfolio__overlay__inner p a {
    font-size: 19px;
    color: var(--primary);
    /* -webkit-transform: translateY(20px); */
    /* transform: translateY(20px); */
    -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    /* opacity: 0; */
}
.portfolio__inner__lnks a i {
    color: var(--primary);
    font-size: 70px;
}
.portfolio__inner__lnks {
    position: absolute;
    right: 50px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}
.portfolio__inner__img:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
    background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
    z-index: 99;
    border-radius: 15px;
}
.portfolio__overlay__inner {
    position: absolute;
    bottom: 0;
    padding: 30px 30px;
    width: 100%;
    z-index: 99;
}
.portfolio__inner__img {
    position: relative;
}
.portfolio__inner__tab {
    margin-bottom: 30px;
}
.portfolio__inner__tab:hover .portfolio__inner__lnks {
    opacity: 1;
    bottom: 55px;
}
.porfolio__sec__main .tab-content::-webkit-scrollbar {
    display: none;
  }
  
  .porfolio__sec__main .tab-content {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
  }
  .reviews-section + .contactSection{
    background-image: url(../images/discovery-stage-bg.png);
    background-size: cover;

  }
  .reviews-section{
    padding: 5rem 0;
  }
  .review__box__sec {
    padding: 39px 24px 39px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04) 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
}
.review__box__sec span {
    color: var(--primary_color);
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}

.review__box__sec{
    padding: 39px 24px 39px 24px;
    background: linear-gradient(180deg,rgba(255,255,255,.04) 0,rgba(255,255,255,0) 100%);
    border-radius: 8px;
    border: 1px solid var(--primary);
  }
  
  .review__box__sec .cient_logo {
      width: 64%;
      display: block;
      margin-bottom: 10px;
  }
  
  .review__box__sec span {
      color: #4fbe83;
      font-size: 13px;
      margin-bottom: 10px;
      display: inline-block;
  }
  
  .review__box__sec p {
      text-align: left;
      font-weight: 300;
      font-size: 14px;
      color: #fff;
      line-height: 25px;
  }
  
  .revirew__auth {
      display: flex;
      align-items: flex-start;
      gap: 20px;
  }
  
  .review__auth__text {
      padding-left: 0;
  }
  
  .rev_auth__img img {
      border-radius: 50px;
      width: 60px;
      height: 60px;
      object-fit: cover;
  }
  
  p.auth_name {
      margin: 0;
      font-size: 13px;
      font-weight: 600;
  }
  
  p.auth_des {
      margin-bottom: 0;
      font-size: 14px;
  }
  
  .review__sec__mian .slick-slide {
      margin: 0;
  }
  
section.porfolio__sec__main {
    padding: 5rem 0 2rem;
}
/* portfolio css end */




.upr-heading {
  color: #43816f;
  font-size: 20px;
}
.main-heading {
  color: #222;
  font-size: 38px;
  padding: 0 0 20px;
  font-weight: 600;
}
.main-pera {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.btn-1 {
  background: #4fbe83;
  padding: 13px 35px;
  color: #fff;
  font-size: 16px;
  border: 2px solid;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
  border-radius: 7px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 51%;
}
.btn-1:hover {
  background: unset;
  background: #134e5e;
  background: -webkit-#4fbe83;
  background: #4fbe83;
  border: 2px solid;
  color: #ddd;
}

.btn-2 {
  background: #b1065500;
  padding: 13px 35px;
  color: #4fbe83;
  font-size: 16px;
  border-radius: 7px;
  margin: 0 0 0 20px;
  border: 2px solid;
  font-weight: 500;
}
.btn-2:hover {
  background: #4fbe83;
  color: #fff !important;
}
.tabs {
  display: none;
}
.tabs.current {
  display: block;
}
.portfoliowrp {
  padding: 70px 0;
  background: #f9f9f9;
}
.portfoliowrp .txtwrp {
  display: block;
  text-align: center;
}
.portfoliowrp .navwrp {
  display: block;
  text-align: center;
  padding: 0 0 50px;
}
.portfoliowrp .navwrp ul {
  margin: 0;
  display: block;
  text-align: center;
}
.portfoliowrp .navwrp ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  color: #195460;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 500;
  border: 1px solid;
  cursor: pointer;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}
.portfoliowrp .navwrp ul li.current {
  background: #4fbe83;
  color: #fff;
}
.portfoliowrp .port-box ul {
  margin: 0;
  display: block;
  text-align: center;
}
.portfoliowrp .port-box ul li {
  display: inline-block;
  width: 24%;
  transition: 5s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
  box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
  border-radius: 20px;
  margin: 0 4px 0;
}
.portfoliowrp .port-box ul li:hover {
  transform: scale(1.1);
}
.portfoliowrp .port-box ul li img {
  width: 340px;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  object-position: top;
  transition: 4s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}
.portfoliowrp .btnwrp {
  display: block;
  text-align: center;
  padding: 50px 0 0;
}
.tabs {
  display: none;
}
.tabs.current {
  display: block;
}
.tabs-web-dsgn li.hk_web_height {
  height: 400px;
  overflow: hidden;
  background-size: cover;
  border-radius: 10px;
}
.tabs-web-dsgn li.hk_web_height:hover {
  background-position: 100% 100%;
  transition: 6s !important;
  transform: none;
}
.tabs-ecom li.hk_web_height {
  height: 400px;
  overflow: hidden;
  background-size: cover;
}
.tabs-ecom li.hk_web_height:hover {
  background-position: 100% 100%;
  transition: 6s !important;
  transform: none;
}
/*! CSS Used from: http://localhost/design-alpha-old/css/responsive.css */
@media (min-width: 0px) and (max-width: 769px) {
  .btn-1 {
    padding: 13px 25px;
    font-size: 15px;
    display: block;
    text-align: center;
  }
  .btn-2 {
    padding: 13px 25px;
    font-size: 15px;
    display: block;
    text-align: center;
    margin: 10px 0 0px;
  }
  .portfoliowrp .port-box ul li {
    width: 100%;
  }
  .portfoliowrp .navwrp ul li {
    display: block;
    margin: 0 20px 10px;
  }
  .main-pera {
    font-size: 13px;
  }
  .main-heading {
    font-size: 34px;
  }
  .main-heading {
    font-size: 24px;
  }
  br {
    display: none;
  }
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


footer .padding-left-50 {
    padding-left: 7rem;
}

.portfoliowrp .port-box ul li:hover img {
    object-position: bottom;
}



.package-ideal .col-md-6 {
  float: left;
}
.internet-pckg .row {
  justify-content: center;
}
section.internet-package * {
  font-family: Montserrat, sans-serif !important;
}
section.internet-package {
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
  background: #4fbe83;
  background-repeat: no-repeat;
}
.internet-txt {
  color: #fff;
  text-align: center;
}
.internet-txt h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
}
.internet-txt h3 {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.internet-txt p {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}
.internet-tab .tab {
  border: 1px solid #ccc;
  background: #f1f1f1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 40px 0;
}
.internet-tab .tab button {
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 14px 21px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  flex-wrap: nowrap;
}
.internet-tab .tab button:hover {
  background: #4fbe83;
  color: #fff;
}
.internet-tab .tab button.active {
  position: relative;
  color: #fff !important;
  background: #4fbe83;
}
.internet-tab .tab button.active::before {
  content: "";
  position: absolute;
  background: url(http://localhost/design-alpha-old/images/packages-after.png)
    no-repeat center center/cover;
  width: 17px;
  height: 14px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.package-ideal {
  background-color: #fff;
  padding: 15px 12px 4px;
  margin-top: -10px;
  border-radius: 14px;
  float: left;
  width: 100%;
  transform: scale(0.9);
  box-shadow: 0 0 1px 2px #f5f4f4;
}
.package-ideal h2 {
  font-size: 29px;
  font-weight: 700;
  color: #000 !important;
  min-height: 70px;
}
.package-ideal p {
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 700;
}
.package-ideal ul {
  padding: 0;
  position: relative;
}
.scrollbar {
  margin-left: 0;
  float: left;
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 0;
  width: 100%;
  overflow-x: hidden;
  background: 0 0;
}
.force-overflow {
  min-height: 200px;
}
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
#style-3::-webkit-scrollbar-thumb {
  background-color: #417f6f;
}
.package-ideal ul li {
  list-style: none;
  font-size: 14px;
  border-top: 1px solid #eef0f0;
  padding: 5px 0;
  color: #4b4b4b;
  font-weight: 700;
}
.package-ideal ul li i {
  margin-right: 7px;
  color: #174d77;
  font-family: FontAwesome !important;
}
.package-ideal h1 {
  position: relative;
  color: #4f4f4f;
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0 30px;
  position: relative;
  top: 13px;
}
.package-ideal h1 span {
  z-index: 999;
  position: absolute;
  right: 41px;
  top: 10px;
  color: #fff;
  font-size: 27px;
}
.package-ideal h1 span del {
  z-index: 999;
  position: absolute;
  right: 55px;
  top: -24px;
  color: #fff;
  font-size: 13px;
}
.package-ideal h1 span small {
  position: absolute;
  left: -32px;
  font-size: 19px;
  color: #fff;
  z-index: 999;
  top: -27px;
  font-weight: 600;
}
.package-ideal h1::before {
  content: "";
  background: url(http://localhost/design-alpha-old/images/span-img-logos.png);
  position: absolute;
  width: 61%;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center left;
  top: -30px;
  left: 153px;
}
.package-ideal h4 {
  font-size: 16px;
  color: #63a37b;
  font-weight: 700;
  padding-top: 30px;
}
.order-live h3 {
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 8px;
}
.order-live {
  position: relative;
}
.order-btn {
  text-align: center;
  display: inline-block;
}
.order-live h5 {
  padding-top: 0;
}
.order-live h3 {
  padding-bottom: 0;
  padding-top: 21px;
  color: #000;
}
.package-ideal h5 {
  color: #35726a;
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #eef0f0;
  border-bottom: 1px solid #eef0f0;
  padding: 10px 0;
}
.order-live::before {
  content: "";
  position: absolute;
  border-left: 3px solid #f3f3f3;
  height: 49px;
  left: -16px;
}
.col-md-12.order-btn button {
  background: #4fbe83;
  color: #fff;
  font-weight: 600;
  outline: 0;
  border: none;
  padding: 8px 24px;
  border-radius: 8px;
  margin: 18px 0;
  border: 1px solid transparent;
}
/*! CSS Used from: http://localhost/design-alpha-old/css/logo.css */
.pack-features {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin: 12px 0 5px;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.pack-features li {
  text-transform: capitalize;
  color: #666666;
  font-size: 13px;
  overflow: hidden;
}
.pack-features li:hover {
  overflow: visible;
}
.pack-features li + li {
  border-top: 1px solid #e2e2e2;
  padding: 2px 0;
}
/*! CSS Used from: http://localhost/design-alpha-old/css/responsive.css */
@media (min-width: 0px) and (max-width: 769px) {
  .internet-tab .tab {
    display: block;
  }
  .internet-tab .tab button {
    width: 100%;
  }
  .internet-txt h3 {
    font-size: 40px;
  }
  section.internet-package {
    padding: 30px 0;
  }
}


.upr-heading {
  color: #43816f;
  font-size: 20px;
}
.main-heading {
  color: #222;
  font-size: 38px;
  padding: 0 0 20px;
  font-weight: 600;
}
.main-pera {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.countrwrp {
  padding: 70px 0 70px;
  display: block;
  background-image: url(../../assets/images/banner-perce.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  z-index: 1;
  margin: -28px 0 0;
}
.countrwrp .mainwrp {
  box-shadow: #10101026 -15px 15px 17px 0px;
  margin: 11px 0;
  background: #fff;
  padding: 10px;
  text-align: CENTER;
}
.countrwrp .mainwrp span {
  color: #1a5561;
  font-size: 48px;
  font-weight: 600;
}
.countrwrp .mainwrp h6 {
  font-size: 22px;
}
@media (min-width: 0px) and (max-width: 769px) {
  .main-pera {
    font-size: 13px;
  }
  .main-heading {
    font-size: 34px;
  }
  .main-heading {
    font-size: 24px;
  }
  .countrwrp .mainwrp {
    margin: 10px 0;
  }
  .countrwrp .mainwrp span {
    font-size: 46px;
  }
  .countrwrp .mainwrp h6 {
    font-size: 17px;
  }
  .countrwrp {
    background-size: cover;
    background-position: bottom;
    padding: 30px 0 60px;
  }
}

.home-bnerwrp {
  background-image: url(../../assets/images/porto.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 110px;
  background-position: initial;
  overflow: hidden;
  position: relative;
}
.home-bnerwrp .txtwrp {
  display: block;
  margin: 140px 0 0;
}
.home-bnerwrp .txtwrp h1 {
  color: #000;
  font-size: 43px;
  padding: 0 0 20px;
}
.home-bnerwrp .txtwrp p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.servicewrp {
  position: relative;
}
@media (min-width: 0px) and (max-width: 769px) {
  .home-bnerwrp .txtwrp h1 {
    font-size: 28px;
  }
  .home-bnerwrp .txtwrp {
    margin: 90px 0 0;
  }
  .home-bnerwrp {
    padding: 50px 0 70px;
  }
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

 .imgmain ul li {
    display: inline-block;
    margin: 0 35px 0 0;
}


.imgmain ul {
    margin: 0;
}

 .txtContent ul li:after {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    left: -21px;
    top: 0;
    color: #1b5661;
}

 .txtContent ul li {
    display: inline-block;
    color: #fff;
    width: 40%;
    padding: 0 0 8px;
    font-size: 16px;
    position: relative;
}
.secndwrp {
    padding: 50px 0 50px;
    background-color: #FFFFFF;
}

section.home_cta {
  box-shadow: 0px 0px 40px #00000026;
  -webkit-box-shadow: 0px 0px 40px #00000026;
  -ms-box-shadow: 0px 0px 40px #00000026;
  -o-box-shadow: 0px 0px 40px #00000026;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/images/cta-bg.jpg);
}
.home_cta_left h4 {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
  padding-top: 35px;
}
.cta_inner h1.custom_size {
  line-height: 46px;
  color: white;
  padding-top: 0;
  font-size: 34px;
}
section.home_cta p {
  color: white;
  font-size: 15px;
  width: 470px;
  margin-top: 10px;
  padding: 0 0 50px;
}
.home_cta .imgwrp {
  position: relative;
}
.cta_inner .row {
  align-items: center;
}
.home_cta .imgwrp img {
  width: 120%;
}
.home_cta .btn-2 {
  color: #fff;
}

.multi_button.hk_wiks {
    display: flex;
}

section.clientSection {
    padding: 0 0 3rem;
}
.banner-pic {
    /* width: 100%; */
    /* height: 554px; */
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}

.banner-pic .hover-effect-bann .row {
    position: absolute;
    top: -190px;
    left: 104vh;
    width: 960px;
    -webkit-transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
    transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.banner-pic .hover-effect-bann .column {
    width: 50%;
    max-width: 22%;
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.banner-pic .hover-effect-bann .row, .banner-pic .hover-effect-bann .column, .banner-pic .hover-effect-bann .ItemCard, .banner-pic .hover-effect-bann .ItemCard__thumb {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.banner-pic .ItemCard {
    position: relative;
    max-width: 510px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-pic .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-pic .ItemCard__thumb {
    position: relative;
    padding: 0;
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__dest, .banner-pic .hover-effect-bann .column:hover .ItemCard__thumb img {
    -webkit-transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
    transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__dest {
    z-index: 10;
}

.banner-pic .hover-effect-bann .ItemCard__thumb img {
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
    -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
    animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
}
.banner-pic .ItemCard__thumb img {
    display: block;
    cursor: pointer;
}

.banner-pic .hover-effect-bann .shadow {
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: .9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
    animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
}

.banner-pic .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.upr-heading {
  color: #43816f;
  font-size: 20px;
}
.main-heading {
  color: #222;
  font-size: 38px;
  padding: 0 0 20px;
  font-weight: 600;
}
.main-pera {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.btn-1 {
  background: #4fbe83;
  padding: 13px 35px;
  color: #fff;
  font-size: 16px;
  border: 2px solid;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
  border-radius: 7px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 51%;
}
.btn-1:hover {
  background: unset;
  background: #134e5e;
  background: -webkit-#4fbe83;
  background: #4fbe83;
  border: 2px solid;
  color: #ddd;
}
.btnwrp .btn-1 {
  width: auto;
  display: inline-block;
}
.btn-2 {
  background: #b1065500;
  padding: 13px 35px;
  color: #4fbe83;
  font-size: 16px;
  border-radius: 7px;
  margin: 0 0 0 20px;
  border: 2px solid;
  font-weight: 500;
}
.btn-2:hover {
  background: #4fbe83;
  color: #fff !important;
}
.logo-bnner {
  padding: 80px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.logo-bnner .txt-container {
  margin: 0 0 50px;
}
.logo-bnner .txt-container h2 {
  position: relative;
  z-index: 1;
  font-size: 52px;
  font-weight: 600;
}
.logo-bnner .txt-container p {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.logo-bnner .txt-container li {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
.logo-bnner h4 {
  color: #4fbe83 !important;
  margin: 0 !important;
}
.logo-bnner .btnwrp {
  display: block;
  padding: 20px 0 0;
}
/*! CSS Used from: http://localhost/design-alpha-old/css/logo.css */
.banner-pic .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-pic .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-pic .hover-effect-bann .row,
.banner-pic .hover-effect-bann .column,
.banner-pic .hover-effect-bann .ItemCard,
.banner-pic .hover-effect-bann .ItemCard__thumb {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.banner-pic .hover-effect-bann .row {
  position: absolute;
  top: -190px;
  left: 104vh;
  width: 960px;
  -webkit-transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
  transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.banner-pic .hover-effect-bann .column {
  width: 50%;
  max-width: 22%;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.banner-pic .hover-effect-bann .shadow {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
  animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
}
.banner-pic .hover-effect-bann .ItemCard__thumb img {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 0, 20px);
  transform: translate3d(0, 0, 20px);
  -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
  animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
}
.banner-pic .hover-effect-bann .column:hover .ItemCard__dest {
  z-index: 10;
}
.banner-pic .hover-effect-bann .column:hover .ItemCard__dest,
.banner-pic .hover-effect-bann .column:hover .ItemCard__thumb img {
  -webkit-transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
  transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.banner-pic .hover-effect-bann .column:hover .ItemCard__thumb .shadow {
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}
.banner-pic .ItemCard {
  position: relative;
  max-width: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-pic .ItemCard__thumb {
  position: relative;
  padding: 0;
}
.banner-pic .ItemCard__thumb img {
  display: block;
  cursor: pointer;
}

.banner-pic {
  position: relative;
  z-index: 1;
}
.banner-pic img {
  width: 100%;
}
.ban-txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.ban-txt h4 {
  font-size: 25px;
  color: #2a2a2a;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 0.95em;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 25px;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.ban-txt li {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.95em;
  margin-top: 12px;
  position: relative;
  padding-left: 23px;
}
.ban-txt li:before {
  width: 12px;
  height: 12px;
  background: #4fbe83;
  display: block;
  content: "";
  border-radius: 15px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.ban-txt li {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.ban-txt li + li {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
.ban-txt li + li + li {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.ban-txt li + li + li + li {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.ban-txt li + li + li + li + li {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}
.logo-bnner .txt-container {
  margin: 50px 0 50px;
}
/*! CSS Used from: http://localhost/design-alpha-old/css/responsive.css */
@media (min-width: 0px) and (max-width: 769px) {
  .btn-1 {
    padding: 13px 25px;
    font-size: 15px;
    display: block;
    text-align: center;
  }
  .btn-2 {
    padding: 13px 25px;
    font-size: 15px;
    display: block;
    text-align: center;
    margin: 10px 0 0px;
  }
  .main-pera {
    font-size: 13px;
  }
  .main-heading {
    font-size: 34px;
  }
  .main-heading {
    font-size: 24px;
  }
  .logo-bnner .txt-container h2 {
    font-size: 36px;
  }
  .logo-bnner .txt-container p {
    font-size: 15px;
  }
  .logo-bnner .txt-container li {
    font-size: 16px;
  }
  br {
    display: none;
  }

  .logo-bnner .txt-container {
    margin: 250px 0 50px;
  }
}
/*! CSS Used keyframes */
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.main-combpwrp {
    overflow: hidden;
}

.main-combpwrp {
    background-image: url(../../assets/images/combo-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.main-combpwrp .txtwrp {
    display: block;
    text-align: left;
}

.main-combpwrp .txtwrp .upr-heading {
    color: #ffffff;
}

.main-combpwrp .txtwrp .main-heading {
    color: #fff;
}

.main-combpwrp .mainwrp {
    display: block;
    padding: 20px 0 0;
}

.main-combpwrp .mainwrp ul {
    margin: 5px 0 20px;
}
.main-combpwrp .mainwrp h4 {
    color: #f9eded;
    font-size: 20px;
}
.main-combpwrp .mainwrp ul li {
    font-size: 14px;
    color: #ffffff;
    position: relative;
    padding: 0 0 0 15px;
}

.main-combpwrp .mainwrp ul li:after {
    content: "\f054";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    color: #ffffff;
}

.main-combpwrp .btnwrp h3 {
    color: #ffffff;
    font-size: 42px;
    padding: 0 0 35px 0px;
}

.main-combpwrp .btnwrp h3 span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-decoration: line-through;
}


.main-combpwrp .btnwrp a {
    background: #adf0d1;
    padding: 12px 45px;
    color: #00203f;
    font-size: 15px;
    border-radius: 7px;
}

.main-combpwrp .imgwrp img {
    width: 170%;
    position: absolute;
    left: -80px;
    top: -120px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bg-danger {
  background-color: #dc3545 !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  img {
    page-break-inside: avoid;
  }
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("http://localhost/design-alpha-old/images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("http://localhost/design-alpha-old/images/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}
.bnr-inpfild input,
.bnr-inpfild select {
  width: 100%;
  padding: 10px;
  margin: 0px 0 18px 0;
  border-radius: 6px;
  border: 1px solid #dad4d4;
  color: #333;
  height: 47px;
  font-size: 16px;
  background: #ffffff00;
  font-size: 12px;
  appearance: auto;
}
.form-wrap {
  color: #fff;
  background: #326f69;
  padding: 40px 20px 40px;
  border-radius: 5px;
  width: 75%;
  margin: 0 auto 0;
  position: relative;
  z-index: 9;
  float: right;
}
.bnr-inpfild [type="submit"] {
  color: #fff;
  border-radius: 8px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  outline: none;
  background: #134e5e;
  background: -webkit-#4fbe83;
  background: #4fbe83;
  height: 50px;
}
.form-wrap h1 {
  font-size: 22px;
  text-align: right;
  margin: 0px 0 24px 0;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.4;
  padding: 0 0 10px;
}
.form-wrap h1 span {
  display: block;
  color: #fff;
  font-size: 32px;
  line-height: 0.5;
  padding: 10px 0 0;
  font-weight: 700;
}
.bnr-inpfild .intl-tel-input {
  margin-bottom: 18px;
}
.bnr-inpfild input,
.bnr-inpfild select {
  width: 100%;
  padding: 10px;
  margin: 0px 0 18px 0;
  border-radius: 6px;
  border: 1px solid #dad4d4;
  color: #333;
  height: 47px;
  font-size: 16px !important;
  border-color: #ffffff5e;
  background: #ffffff00;
  appearance: auto;
  color: #fff;
  outline: none;
}
.bnr-inpfild ::placeholder {
  color: #fff;
}
.mainfrm .imgform {
  position: absolute;
  top: 20px;
  left: 10px;
}
.mainfrm input {
  border: 1px solid #fffefe94;
}
.intl-tel-input {
  width: 100% !important;
}
.bnr-inpfild .intl-tel-input {
  width: 100% !important;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  color: #777 !important;
}
.intl-tel-input .selected-flag .iti-arrow {
  right: 0 !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  border-radius: 20px 0px 0px 20px !important;
}
.form-wrap select option {
  color: #000;
}
.form-wrap select:after {
  content: "";
}
@media (min-width: 0px) and (max-width: 769px) {
  .form-wrap {
    width: 100%;
    margin: 70px auto 0;
  }
  .intl-tel-input.separate-dial-code .selected-flag {
    border-radius: 22px 0px 0px 20px !important;
  }
  .intl-tel-input .selected-flag .iti-arrow {
    right: 0px !important;
  }
}

.popupform h2 {
    font-size: 28px;
    color: #4fbe83;
    font-weight: 700;
    padding-left: 15px;
    border-left: #4fbe83 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
}
.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}
.popupform ul {
    margin: 0;
}
.popupform ul li {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
}
.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #4fbe83;
}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #ffffff;
    border: #adadad 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}
.popupform ul li textarea {
    height: 120px;
    resize: none;
}
.popupform ul li input[type="submit"] {
    background: #134E5E;
    background: -webkit-linear-gradient(to right, #71B280, #134E5E);
    background: #4fbe83;
    color: #fff;
    font-size: 18px;
    border: #2a3db6 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 8px;
    width: 195px;
}
div#popupform {
    padding: 0 10% 5%;
}

section.flexiblefeatures-sec {
  padding: 160px 0 0px;
  background: #f3f5f7;
}
.flexiblefeatures-sec {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 70px;
  background-image: url(http://localhost/design-alpha-old/images/SEO_bg_img_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.flexiblefeatures-sec ul {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 100px;
}
.flexiblefeatures-sec ul li {
  clear: both;
  margin-bottom: 60px;
  width: 100%;
  display: inline-block;
}
.flexiblefeatures-sec ul li figure {
  margin-bottom: 0px;
  width: 20%;
  float: left;
}
.flexiblefeatures-sec ul li figure img {
  width: 80px;
  height: auto;
  margin: -40px 0 0;
}
.flexiblefeatures-sec ul li .txt-wrap {
  width: 100%;
  padding-right: 13px;
}
.flexiblefeatures-sec ul li .txt-wrap h4 {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 700;
  margin-right: 78px;
  text-align: right;
}
.flexiblefeatures-sec ul li .txt-wrap p {
  color: #74757a;
  font-size: 13px;
  line-height: 1.4;
  display: inline-block;
  width: 75%;
  text-align: right;
}
.flexiblefeatures-sec figure img {
  width: 100%;
}
.what-we-offer {
  text-align: center;
}
.flexiblefeatures-sec ul li figure {
  margin-bottom: 0px;
  width: 20%;
  float: right;
  display: inline-block;
}
.txt-wrap figure img {
  display: inline-block;
}
.cntr-book {
  margin-top: 40px;
  margin-left: -45px;
}
.second-fold li {
  padding-bottom: 20px;
}
.cntr-book img {
  margin: 0 0 0 30px;
  width: 90%;
  height: auto;
}
.first-fold li:last-child {
  margin-bottom: 0;
}
.fold-1 h4 {
  margin-left: 90px;
  font-size: 20px;
  color: #2c2c2c;
  font-family: var(--secondary-font-family);
  font-weight: 700;
}
.fold-1 p {
  margin-left: 90px;
  color: #74757a;
  line-height: 1.4;
  font-size: 13px;
}
.second-fold .fold-1 figure {
  float: left;
  margin-top: 31px;
}
.whatsapp {
  height: 51px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 34px;
  bottom: 1%;
  left: 20px;
  z-index: 9999;
  padding: 0px;
  animation: scrollDownAnimation 0.5s ease infinite alternate;
  -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
  background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
}

.offerwrp {
    background-image: url(../../assets/images/custom-pkg-bg.png);
    padding: 40px 0;
    background-size: cover;
}

.offerwrp h4 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.offerwrp .btn-1 {
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 15px 20px;
}

.offerwrp .btn-2 {
    padding: 15px 20px;
    color: #fff;
    font-weight: 500;
}

.object2 {
    position: absolute;
    right: -50%;
    bottom: -40%;
    width: 100%;
    -webkit-transform: translate(-40%, -30%);
    transform: translate(-40%, -30%);
    animation-name: spinner5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}


.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.digital-bnr .imgbox .hvrimg {
    width: 93%;
    position: relative;
    top: 40px;
    left: 20px;
}




.digital-bnr .imgbox img {
    width: 100%;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


#our_services {
  padding: 1rem 0;
  background: #4fbe83;
}
.our-services h1 {
  font-family: "Nunito", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.our-services h1 span {
  display: block;
}
.ser-box:hover {
  transform: translateY(-20px);
}
.ser-box .ser-content h4 {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 18px 0 10px;
}
.ser-box .ser-content h4 a {
  color: #212529;
}
.ser-box .ser-content p {
  height: 130px;
  font-size: 14px;
  font-family: "Poppins";
  margin: 20px 0 0;
  overflow: auto;
  color: #687087 !important;
}
.ser-box .ser-content {
  padding-left: 30px;
  flex: 1;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-align-content: center;
  align-items: center;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  align-self: center;
  align-content: center;
}
.ser-box .ser-icon img {
  width: 76px;
  margin: 0 0 2px 19px;
}
.ser-box .ser-icon {
  margin-top: 6px;
}
.ser-box {
  width: 100%;
  box-shadow: 14px 9px 15px #0000001c;
  border-radius: 10px;
  height: 334px;
  padding: 20px;
  transition: all 0.3s ease-in;
  margin: 50px 15px 27px 0;
  cursor: pointer;
  background: #fff;
}
.services_slider2 {
  margin: 40px 0 0;
}


section.calltoaction-section.dark-mode {
    text-align: left;
    background: url(../images/our-about-bg.png) no-repeat white;
    background-position: 100% 100%;
    position: relative;
    padding: 7rem 0 0;
    margin: -27px 0 0;
}

.calltoaction-section .calltoaction-grediant {
    position: relative;
    padding: 2.5rem 3rem;
    border-radius: 10px;
    z-index: 1;
}
.cta-mobile-gradiant {
    background: #4fbe83;
}

.calltoaction-section .calltoaction-grediant h2 {
    /* letter-spacing: -.2rem; */
    font-family: 'Nunito', sans-serif;
    font-size: 45px;
    margin: 33px 0 0;
    font-weight: 700;
    text-align: left;
}

.calltoaction-section .calltoaction-grediant p {
    margin: 30px auto !IMPORTANT;
    /* max-width: 750px; */
    font-family: 'Poppins';
    font-size: 15px;
    text-align: left;
}

.calltoaction-section .cta-button {
    -webkit-transition: all 2s;
    transition: all 0.5s;
    background: #fff;
    padding: 16px 38px;
    border-radius: 12px;
    color: #00895c;
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 700;
    display: inline-block !important;
    justify-content: start;
    border: 2px solid transparent;
    float: left;
}



.calltoaction-section .calltoaction-grediant img {
    position: absolute;
    top: -68px;
    right: 43px;
    width: 25%;
}

section.our-mobile-app {
    padding: 60px 0;
    background-color: #fff !important;
}

.head_txt {
    text-align: center;
    margin: 0 0 20px;
}

.weare .box {
    text-align: center;
    border: 1px solid#9c9ead52;
    margin-bottom: 30px;
    position: relative;
    padding: 42px 20px;
    background: white;
    border-radius: 13px;
    height: 310px!important;
    transition: all 0.5s;
}

section.our-mobile-app .box img {
    margin: 0 0 20px;
    filter: grayscale(7);
}

section.our-mobile-app .box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

section.our-mobile-app p {
    color: #687087;
}

section.our-mobile-app .box:hover img {
    filter: unset;
}

.our-mobile-app .btn-1 a {
    color: #fff;
}

.custom-navvbar a {
    font-family: 'Poppins';
    font-size: 1rem;
    color: #fff !important;
}

.custom-navvbar ul {
    gap: 0 20px;
}

.custom-navvbar ul.dropdown-menu {
    background-color: #5ebf87;
    min-width: 410px;
    px !important;
    padding: 12px !important;
}

.custom-navvbar ul.dropdown-menu.show {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.custom-navvbar ul.dropdown-menu a:hover {
    color: #000 !important;
}


.thankyou-page .custom-navvbar a {
    color: #000 !important;
}

.thankyou-page a.phn-call {
    color: #000;
}

.modal {
    position: fixed;
    top: 6rem;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}