body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

.container {
    padding: 0;
    margin: 0;
}

.row {
    margin: 0 !important;
    padding: 0 !important;
}

.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}


.icons,
.navbar {
    background-color: #00cec9;
}

.icons span {
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffffe1;
}

.logo img {
    width: 150px;
    height: auto;
    /*    margin-top: -40px;*/
    margin-bottom: 9px;
}


nav_link a {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    line-height: 50px;
}

/* nav_link a:hover {
    color: #F7FF0C;
} */

.hover-line::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #ffffff;
    transition: all .6s ease 0s;
    transition: width .5;

}

.hover-line:hover::after {
    width: 100%;
    transition: width .50s;
}

.social_media i {
    font-size: 21px;
    color: #ffffff;
}

/************************************************** navbar end **************************************************/


/**************************************************mobile-navbar-start **************************************************/
@media (max-width: 768px) {
    .menu {
        width: 100%;
        height: 70px;
        /* margin: 2em auto; */
        position: relative;
        /* text-align: left; */
        cursor: pointer;
        z-index: 100;
    }

    .menu__label {
        display: block;
        background: none;
        border: none;
        width: 100%;
        height: 70px;
        padding: 0 1.25em;
        font-size: 1.3em;
        color: #fff;
        position: relative;
        /* outline: none; */
        text-align: left;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        /* For some Androids */
    }

    .menu-logo img {
        height: auto;
        width: 100px;
        /*        margin-top: -20px;*/
    }

    .menu__inner li a span,
    .menu__label span {
        font-size: 0.68em;
        font-family: 'helvetica' sans;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1.2;
        font-weight: 600;
        color: #ffffff;
    }

    .menu .fa {
        vertical-align: top;
        line-height: 1.25;
        margin-right: 0.65em;
        float: right;
        margin-top: 10px;
        font-size: 1.15em;
    }

    .menu__inner {
        list-style: none;
        padding: 0 1.25em;
        font-size: 1.3em;
        margin: 0;
        position: absolute;
        overflow: hidden;
        height: 0;
        -webkit-transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    }

    .menu.menu--open .menu__inner {
        height: 310px;
        width: 100%;
    }

    .menu__inner li a {
        display: block;
        padding: 0.53em 0;
        line-height: 1.2;
        opacity: 0;
        color: rgba(0, 0, 0, .25);
        text-decoration: none;
        pointer-events: none;
        outline: none;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }

    .menu__inner li a:hover {
        color: rgba(0, 0, 0, .75);
    }

    .menu--open .menu__inner li a {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .menu--open .menu__inner li:nth-child(2) a {
        -webkit-transition-delay: 0.04s;
        transition-delay: 0.04s;
    }

    .menu--open .menu__inner li:nth-child(3) a {
        -webkit-transition-delay: 0.08s;
        transition-delay: 0.08s;
    }

    .menu--open .menu__inner li:nth-child(4) a {
        -webkit-transition-delay: 0.12s;
        transition-delay: 0.12s;
    }

    .menu--open .menu__inner li:nth-child(5) a {
        -webkit-transition-delay: 0.16s;
        transition-delay: 0.16s;
    }

    .menu--open .menu__inner li:nth-child(6) a {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .morph-shape,
    .morph-shape svg {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }

    .morph-shape {
        height: 70px;
        -webkit-transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        overflow: visible;
    }

    .morph-shape svg {
        height: 100%;
        overflow: visible;
    }

    .menu.menu--open .morph-shape {
        height: 500px;
    }

    .menu.menu--open .morph-shape svg path {
        fill: #00cec9;
    }

    .morph-shape svg path {
        fill: #00cec9;
        -webkit-transition: fill 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        transition: fill 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    }
}


@media (min-width: 768px) {
    .mobile-navbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .web-nav {
        display: none;
    }
}


/**************************************************mobile-navbar-end **************************************************/


.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, #00cecb61);
    font-size: 35px;
}

.waviy span {
    font-family: "Nunito Sans", sans-serif;
    position: relative;
    font-weight: 800;
    display: inline-block;
    color: #26ce009d;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));

}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}


@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=Fauna+One);






/************************************************** footer-start **************************************************/
.pg-footer {
    font-family: 'Roboto', sans-serif;
}


.footer {
    background-color: #00cec9;
    color: #fff;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: #ffffff;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 55px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}

.button:last-of-type {
    margin-right: 0;
}

.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.email {
    height: 26px;
    left: 3px;
    top: 12px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
    font-size: 25px;
    color: #fff;

}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.facebook {
    height: 34px;
    left: 62px;
    top: 3px;
    width: 34px;
}

.footer-social-link.whatsapp {
    height: 24px;
    left: 124px;
    top: 10px;
    width: 24px;
}

.footer-social-link.instagram {
    height: 34px;
    left: 176px;
    top: 10px;
    width: 34px;
}

.footer-copyright {
    background-color: #027b9a;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:599px) {

    /* smartphones, Android phones, landscape iPhone */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:600px) and (max-width: 800px) {

    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */

}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */

}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */

}




@media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 450px;
        position: relative;
    }

    .footer-wave-svg {
        height: 50px;
    }

    .footer-content-column {
        width: 32.34%;
    }
}

@media (min-width: 568px) {
    /* .footer-content-column {
        width: 49.99%;
    } */
}

/************************************************** footer-end **************************************************/

.about-heading {
    text-shadow: 2px 2px 8px #0303033f;
}

.rainbow {
    color: #00cec9;
}

/************************************************** contact-start **************************************************/

/* .right_conatct_social_icon {
    background: linear-gradient(to top right, rgba(38, 206, 0, 0.616) -5%, #00cec9 100%);
} */

/* .contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
} */

/* .contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #00cec9;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #00cec9;
    color: white;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, rgba(38, 206, 0, 0.616) -5%, #00cec9 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}
 */

/************************************************** contact-end **************************************************/



input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: none;
    border-bottom: 2px solid rgb(128, 126, 126);
    background: transparent;
    outline: none;
    width: 100%;
    text-transform: capitalize;
    padding: 1rem 0.4rem;
}

.aside {
    background-color: #00cec9;
    animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
    background-size: 400%;
}

@keyframes animateClr {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.ion-icon:not([name="logo-codepen"]) {
    border: 1px solid currentColor;
    border-radius: 20%;
    /* padding: 0.5rem; */
    font-size: 20px;
    color: #ffffff;
}

.onhover:hover {
    border-color: #01ff16;
    transition: all .6s ease 0s;
    transition: width .5;
}

.btn-outline-success:hover {
    border: none;
    background-color: #00cec9 !important;
}


@keyframes fadeInUp {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.fadeInUp-animation {
    animation: 4.5s fadeInUp;
}
#custom-pointer {
    position: fixed;
    /* width: 30px;
    height: 30px; */
    background-color: transparent;
    pointer-events: none;
    /* Make sure the pointer doesn't interfere with mouse events */
    z-index: 9999;
    animation: pointerAnimation 1.5s infinite alternate;
    /* Slow animation */
    /* Ensure the custom pointer is on top */
}

    #custom-pointer::before {
        content: "";
        position: absolute;
        /* width: 20px;
    height: 20px; */
        /* border: 2px solid #3333337c; */
        border-radius: 50%;
        transform: rotate(45deg);
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -10px;
        animation: pointerAnimation 1.5s infinite alternate;
    }

    #custom-pointer::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        background-color: rgba(0, 0, 0, 0.42);
        /* border: 1px solid #000000; */
        border-radius: 50%;
        top: 50%;
        left: 50%;
        margin: 40px 0 0 10px;
        animation: pointerAnimation 1.5s infinite alternate;
    }