@import"https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap";
body {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #7f7f7f;
    letter-spacing: 1px;
    overflow-x: hidden
}

.page-wrapper {
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 2px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 65px;
    font-style: normal;
    line-height: 75px;
    font-weight: 700;
    text-transform: capitalize;
    color: #322f55;
    letter-spacing: 0
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 60px;
    font-weight: 700;
    color: #322f55;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 700;
    color: #322f55
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 34px;
    color: #322f55
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 26px;
    color: #322f55
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #322f55
}

ul {
    margin: 0px;
    padding: 0px
}

u {
    -webkit-text-decoration-style: wavy;
    text-decoration-style: wavy
}

p {
    line-height: 1.7
}

.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px
}

.o-hidden {
    overflow: hidden
}

.o-x-hidden {
    overflow-x: hidden
}

.img-center {
    display: inline-block !important;
    max-width: 100%
}

.pos-r {
    position: relative
}

.z-index-0 {
    z-index: 0;
    position: relative
}

.z-index-1 {
    z-index: 1;
    position: relative
}

h1 span {
    color: #03d665
}

section {
    padding: 80px 0
}

.section-title {
    margin-bottom: 50px;
    position: relative
}

.section-title p {
    font-size: 16px
}

.la {
    line-height: inherit
}

.font-w-3 {
    font-weight: 300
}

.font-w-4 {
    font-weight: 400
}

.font-w-5 {
    font-weight: 500
}

.font-w-6 {
    font-weight: 600
}

.font-w-7 {
    font-weight: 700
}

.font-w-8 {
    font-weight: 800
}

.font-w-9 {
    font-weight: 900
}

.line-h-2 {
    line-height: 1.6
}

.line-h-3 {
    line-height: 1.7
}

.line-h-4 {
    line-height: 1.8
}

.line-h-5 {
    line-height: 1.9
}

.letter-space-1 {
    letter-spacing: 5px
}

.letter-space-2 {
    letter-spacing: 10px
}

.letter-space-3 {
    letter-spacing: 15px
}

.text-theme {
    color: #03d665
}

.text-black {
    color: #322f55 !important
}

.text-grey {
    color: #999
}

.text-rgba {
    color: rgba(255, 255, 255, .8)
}

.white-bg {
    background-color: #fff !important
}

.dark-bg {
    background-color: #0d092c
}

.grey-bg {
    background-color: #f8fcff
}

.theme-bg {
    background-color: #03d665
}

.transparent-bg {
    background-color: inherit !important
}

.grediant-bg {
    background: #03d665;
    background: linear-gradient(58deg, rgb(3, 214, 101) 35%, rgb(115, 41, 194) 100%)
}

.rounded {
    border-radius: 7px !important
}

.radius-lb {
    -moz-border-bottom-left-radius: 150px;
    border-bottom-left-radius: 150px
}

.radius-rt {
    -moz-border-top-right-radius: 150px;
    border-top-right-radius: 150px
}

.fullscreen-banner {
    position: relative;
    min-height: 800px
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item {
    height: 100%
}

.fullscreen-banner .img-side {
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    height: auto
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.bg-pos-l {
    background-position: left
}

.bg-pos-r {
    background-position: right
}

.bg-pos-rt {
    background-position: right top
}

.bg-pos-lt {
    background-position: left top
}

.bg-pos-rb {
    background-position: right bottom
}

.bg-pos-lb {
    background-position: left bottom
}

.bg-repeat {
    background-repeat: repeat
}

.countdown {
    margin: 50px 0;
    width: 100%
}

.countdown>li {
    font-weight: 700;
    list-style-type: none
}

.countdown>li span {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    display: inline-block;
    color: #03d665
}

.countdown>li p {
    font-size: 20px;
    display: block;
    line-height: 30px;
    margin-bottom: 0;
    color: #322f55
}

.coming-soon .subscribe-form {
    margin: 0 auto
}

.coming-soon-pattern {
    position: absolute;
    right: -20%
}

.countdown.style-2>li span {
    color: #fff
}

.terms-and-conditions p,
.privacy-policy p {
    margin-bottom: 25px
}

.terms-and-conditions ul.list,
.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block
}

.terms-and-conditions ul.list li i,
.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px
}

.client-logo {
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px
}

.client-logo.style-2 {
    background: none;
    padding: 0;
    box-shadow: none
}

.contact-inner {
    padding: 50px;
    border-radius: 5px
}

.contact-media i {
    line-height: 60px;
    font-size: 30px;
    color: #03d665;
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px
}

.contact-media h5 {
    font-size: 20px;
    color: #03d665;
    font-weight: normal;
    display: block;
    margin-bottom: 10px
}

.contact-media p {
    margin: 0;
    line-height: 24px;
    color: #322f55
}

.contact-media a {
    color: #322f55
}

.contact-media a:hover {
    color: #03d665
}

.contact-media.style-2 .media-box {
    border-radius: 5px;
    text-align: center;
    background: #fff;
    padding: 50px;
    position: relative;
    margin-left: 30px
}

.contact-media.style-2 .media-box i {
    margin-right: 0;
    position: absolute;
    left: -30px;
    top: 50%
}

.form-group {
    margin-bottom: 20px;
    position: relative
}

label {
    font-size: 14px;
    color: #322f55
}

.form-control {
    height: 50px;
    border-radius: 0;
    font-size: 13px;
    color: #322f55;
    background: none;
    border: none;
    border-bottom: 2px solid #03d665
}

.theme-bg .form-control {
    background: none;
    border-bottom-color: #fff
}

.dark-bg .form-control {
    background: none;
    border-bottom-color: #fff;
    color: #fff
}

.theme-bg .form-control {
    color: #fff
}

.grey-bg .form-control {
    background: #fff
}

textarea.form-control {
    height: 150px
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #7329c2
}

.theme-bg .form-control:focus {
    border-color: #03d665
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto
}

.iframe-h {
    height: 500px !important
}

.iframe-h-2 {
    height: 600px !important
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
    color: #555
}

.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder,
.dark-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-moz-placeholder,
.dark-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control:-ms-input-placeholder,
.dark-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-moz-placeholder {
    color: #fff
}

.video-btn {
    position: relative;
    display: inline-block
}

.video-btn .play-btn {
    font-size: 30px;
    background: #03d665;
    color: #fff;
    line-height: 50px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: inline-block;
    transition: .15s ease-in-out;
    transition-property: color, background, border-color
}

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99
}

.theme-bg .video-btn .play-btn,
.dark-bg .video-btn .play-btn {
    background: #fff;
    border-color: #ddd;
    color: #03d665
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

.html5-video video {
    width: 100%
}

.video-btn .spinner-eff {
    left: 50%;
    top: 50%
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 9
}

.img-side img {
    max-width: 100%
}

.img-side.img-right {
    right: 0
}

.img-side.img-left {
    left: 0
}

.image-column {
    position: absolute;
    left: 0px;
    top: 50%
}

.image-column.right {
    left: inherit;
    right: 0
}

.error-round {
    position: absolute;
    width: 80%;
    left: 43%;
    transform: translateX(-50%);
    margin-left: -35%;
    top: -50px;
    z-index: -1
}

.error-page-2 h1 {
    font-size: 200px;
    line-height: 200px;
    color: #fff
}

.error-page-2 h1 span {
    color: #fff
}

.error-page-2 h1 div {
    display: inline-block
}

.list-icon li {
    position: relative;
    padding-left: 30px
}

.list-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #03d665;
    font-size: 22px;
    line-height: 20px
}

.theme-bg .list-icon li i {
    color: #fff
}

.list-icon-2 li {
    padding-left: 20px;
    position: relative
}

.list-icon-2 li:before {
    content: "";
    background: #03d665;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 4px
}

.custom-li {
    display: inline-block
}

.custom-li li {
    float: left;
    margin-bottom: 20px;
    width: 50%
}

.step-num-box {
    position: relative
}

.step-desc {
    position: relative;
    padding-top: 30px
}

.step-num {
    color: #7329c2;
    display: inline-block;
    font-size: 100px;
    opacity: .1;
    font-weight: 600;
    left: 50%;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0
}

.step-desc h4 {
    font-size: 22px
}

.theme-bg .work-process h4,
.theme-bg .work-process p {
    color: #fff
}

.step-icon {
    margin: 0 auto 30px;
    background: #fff;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    line-height: 100px;
    font-size: 40px;
    text-align: center;
    color: #03d665
}

.work-process .arrow {
    position: absolute;
    margin: 0 auto;
    width: 20px;
    top: -40px;
    right: 0;
    transform: rotate(-80deg)
}

.work-process .arrow .curve {
    border: 2px dashed #03d665;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #03d665;
    height: 230px;
    width: 150px;
    border-radius: 230px 0 0 150px
}

.work-process .arrow .point {
    position: absolute;
    left: 34px;
    top: 212px
}

.work-process .arrow .point:before,
.work-process .arrow .point:after {
    border: 1px solid #7329c2;
    height: 25px;
    content: "";
    position: absolute
}

.work-process .arrow .point:before {
    top: -11px;
    left: -11px;
    transform: rotate(-74deg)
}

.work-process .arrow .point:after {
    top: -20px;
    left: 5px;
    transform: rotate(12deg)
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: .75rem;
    border-bottom: 2px solid #f5f5f5;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%
}

.dark-bg .nice-select span,
.theme-bg .nice-select span {
    color: #fff
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #03d665
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px
}

.theme-bg .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 300px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 99
}

.nice-select .list:hover .option:not(:hover) {
    background-color: rgba(0, 0, 0, 0) !important
}

.nice-select .option {
    color: #322f55;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.disabled {
    background-color: rgba(0, 0, 0, 0);
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.job-search {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    z-index: 99
}

.job-search .form-control {
    border: none;
    background: rgba(3, 214, 101, .1)
}

.job-list {
    padding: 30px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.job-list-left,
.job-list-right {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.job-list-icon {
    margin-right: 50px
}

.job-list-icon i {
    color: #03d665;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #7329c2;
    border-radius: 5px;
    font-size: 34px
}

.job-list-info li {
    font-size: 13px
}

.job-list-info i {
    color: #03d665;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle
}

.job-list-time span {
    background: rgba(3, 214, 101, .1);
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
    color: #322f55
}

.hero-shape1 {
    position: absolute;
    background: #03d665;
    background: linear-gradient(58deg, rgb(3, 214, 101) 35%, rgb(115, 41, 194) 100%);
    width: 120%;
    height: 120%;
    border-bottom-right-radius: 50%;
    transform: rotate(15deg);
    top: -30%;
    left: -10%;
    border: 30px solid rgba(255, 255, 255, .05)
}

.hero-shape4 {
    position: absolute;
    width: 120%;
    height: 140%;
    border-radius: 30px;
    transform: rotate(-15deg);
    top: -40%;
    left: 0;
    background: #03d665;
    background: linear-gradient(58deg, rgb(3, 214, 101) 35%, rgb(115, 41, 194) 100%)
}

.hero-shape3 {
    position: absolute;
    top: -15%;
    right: -15%;
    transform: rotate(-90deg);
    width: 100%;
    height: 100%
}

.hero-shape5 {
    position: absolute;
    background: #03d665;
    background: linear-gradient(58deg, rgb(3, 214, 101) 35%, rgb(115, 41, 194) 100%);
    width: 120%;
    height: 120%;
    border-radius: 200px;
    transform: rotate(-35deg);
    top: -50%;
    left: -10%
}

.hero-shape2 {
    position: absolute;
    background: #03d665;
    background: linear-gradient(58deg, rgb(3, 214, 101) 35%, rgb(115, 41, 194) 100%);
    width: 140%;
    height: 140%;
    border-radius: 0;
    transform: rotate(-35deg);
    top: -50%;
    left: -40%
}

.hero-shape6 {
    background: #03d665;
    background: linear-gradient(58deg, rgb(3, 214, 101) 35%, rgb(115, 41, 194) 100%);
    overflow: hidden;
    border-top-left-radius: 500px;
    width: 60%;
    display: inline-block;
    position: absolute;
    right: -10%;
    top: 0;
    border-bottom-left-radius: 500px;
    transform: rotate(-35deg);
    height: 60%
}

.hero-shape7 {
    background: #03d665;
    background: linear-gradient(58deg, rgb(3, 214, 101) 35%, rgb(115, 41, 194) 100%);
    overflow: hidden;
    border-top-left-radius: 500px;
    width: 50%;
    display: inline-block;
    position: absolute;
    left: -10%;
    top: 0;
    border-bottom-left-radius: 500px;
    transform: rotate(35deg);
    height: 50%
}

.bg-img {
    position: absolute;
    left: -10%;
    width: 50%;
    top: 50%
}

.bg-img.right {
    left: inherit;
    right: -10%
}

.image-anim {
    position: relative
}

.image-anim::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -10%;
    width: 550px;
    height: 550px;
    border: 50px solid rgba(3, 214, 101, .1);
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    -webkit-animation-name: zoom-fade;
    animation-name: zoom-fade;
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: 70% 70%
}

.round-anim {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 700px;
    height: 700px;
    border: 50px solid rgba(3, 214, 101, .1);
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    -webkit-animation-name: zoom-fade;
    animation-name: zoom-fade;
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: 70% 70%
}

.round-anim.right {
    right: -10%;
    left: inherit
}

.round-anim.center {
    left: 50%;
    margin-left: -350px
}

.img-box {
    background: #fff;
    position: relative;
    border-radius: 7px;
    margin-left: 5%;
    margin-right: 5%
}

.img-box img {
    border-radius: 7px
}

.img-box::before {
    content: "";
    height: 20px;
    width: 110%;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: -5%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -o-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, .15);
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, .15)
}

.img-box img {
    width: 100%
}

.video-box {
    background: #fff;
    position: relative;
    border-radius: 7px
}

.effect-img {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1
}

.text-bg {
    background: rgba(3, 214, 101, .1);
    padding: 10px;
    border-radius: 7px;
    color: #322f55
}

.title-bg {
    background: rgba(255, 255, 255, .2);
    border-radius: 7px;
    display: inline-block
}

.title-theme-bg {
    background: rgba(3, 214, 101, .2);
    border-radius: 7px;
    display: inline-block;
    padding: 3px
}

@-webkit-keyframes move_wave {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(0.55)
    }
    100% {
        transform: scaleY(1)
    }
}

@keyframes move_wave {
    0% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(0.55)
    }
    100% {
        transform: scaleY(1)
    }
}

.banner-wave {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -2px
}

.banner-wave .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom
}

.banner-wave .wave.wave1 {
    opacity: .5
}

.banner-wave .wave.wave2 {
    background-size: 50% 200px
}

.banner-wave .wave1 {
    -webkit-animation: move_wave 10s linear infinite;
    animation: move_wave 10s linear infinite
}

.bg-sec {
    padding-bottom: 300px
}

.banner .img-2 {
    position: absolute;
    left: 46%;
    top: 41%;
    transform: translateX(-50%) translateY(-50%);
    width: 25%
}

#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .3
}

.app-img {
    position: absolute;
    top: -15%;
    width: 90%;
    right: -20%;
    transform: rotate(10deg)
}

#waterdrop {
    height: 30px
}

#waterdrop canvas {
    bottom: -70px !important
}


/*# sourceMappingURL=style.css.map */