* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

body {
    font-size: 14px;
    color: #424242;
    line-height: 2em;
    font-weight: 400;
    background: aliceblue;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;


}

.bg-purple {
    background-color: #ffffff !important;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0px 1px 5px #381c65;
}

.bg-purple::before {
    background: white !important;
}

/* ----------------- Common Css ------------------- */
a {
    text-decoration: none !important;
}

li {
    list-style: none !important;
}

.pl {
    padding-left: 0px !important;
}

.pr {
    padding-right: 0px !important;

}

.pr-20 {
    padding-right: 20px !important;
}

.mt-5 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.SectoionHeading {
    color: #3a3a3a !important;
    font-weight: 800 !important;
    font-size: 40px;
}

.blue {
    color: #015e96 !important;
}

.yellow {
    color: #faa425 !important;
}

.dark-yellow {
    color: yellow !important;
}

.light-gary {
    color: #dcdcdc !important;
}

.title-heading {
    color: #d42365 !important;
    font-size: 14px;
}

label {
    color: #020202;
    font-weight: 500;
}

.required {
    color: #d93f3f;
}

body.modal-open {
    overflow-y: hidden;
}

.close {
    background: transparent;
}

.modal-dialog-bg {
    background-image: url(../images/icon-bg.png);
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: contain;
}

.modal-bg {
    background-image: url(../images/icon-bg.png);
    width: 50%;
    background-repeat: no-repeat;
}

.form-control {
    border: 1px solid #ed87ad;
    box-shadow: 1px 3px 7px #d4236536;
}

.carousel-item {
    transition: transform 0s ease-in;
}

.MobileLogo {
    display: none;
}

/* ----------------- Top Header ------------------- */
.top-header {
    background-color: #381c65 !important;
}

marquee {
    font-size: 17px;
    color: #ffd88d;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    text-align: center;
    align-items: center;
    display: flex;
}

.info-list span.fa {
    color: #381c65;
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px 1px 10px 10px;
    margin-right: 11px;
}

.info-list h6 {
    color: #e16493;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.info-list p {
    margin-bottom: 0px !important;
    color: #c1c2c3;
}

/* ----------------- Second Header ------------------- */

/* .bottom-header {
    position: sticky !important;
    top: 0;
} */
.nav-bar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: #381c65;
}

.bottom-header .navbar {
    border-radius: 50px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 30px 15px;
    color: #757575;
    font-weight: 600;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #015e96;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #015e96;
}

.SchedulePickup {
    padding-left: 40px;
    border-left: 1px solid #767676;
}

.SchedulePickup .fa {
    font-size: 22px;
    color: #d42365;
    margin-right: 10px;
}

h4.ContactNumber {
    font-size: 18px;
    color: #d42365;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: 600;
}

.BtnSchedule {
    color: #fff;
    background-color: #d42365;
    border-color: #d42365;
}

.BtnSchedule:hover {
    color: #fff;
    background-color: #ed709f;
    border-color: #ed709f;
}

.BtnSchedule:focus {
    color: #fff;
    background-color: #d42365;
    /* border-color: #d42365; */
    box-shadow: unset !important
}

@keyframes btnglowing {
    0% {
        background-color: #d42365;
        box-shadow: 0 0 5px #d42365;
    }

    50% {
        background-color: #e55682;
        border-color: #e71e5c;
        box-shadow: 0 0 20px #e71e5c;
        /* color: #000; */
    }

    100% {
        background-color: #d42365;
        box-shadow: 0 0 5px #d42365;
    }
}

.BtnBlink {
    animation: btnglowing 1300ms infinite;
}

/* ----------------- Slider ------------------- */

#header-carousel, .page-header {
    margin-top: -80px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#Banner h1 {
    font-weight: 800;
}

#Banner .btn-secondary {
    color: #fff;
    background-color: #381c65;
    border-color: #381c65;
    padding: 5px !important;
}

#Banner .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px !important;
    height: 25px !important;
}

/* ----------------- About Banner ------------------- */

section#AboutBanner {
    margin-top: -90px;
}

section#AboutBanner {
    margin-top: -90px;
    background-image: url(../images/aboutBanner.jpg);
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
}

.Banner-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 7.25rem;
    padding-bottom: 3.25rem;
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

section#AboutBanner h1 {
    font-weight: 800;
}

section#AboutUs {
    border-bottom: 10px solid #faa425;
    border-top: 10px solid #0085c6;
}

.AboutUsPoint {
    margin-bottom: 40px;
}

.AboutUsPoint .fa {
    color: #381c65;
    font-size: 20px;
    padding-right: 10px;
    font-weight: 600;
}

p.About-Point {
    margin-bottom: 0;
    color: #381c65;
    font-weight: 500;
}

h4.CallUs {
    font-size: 20px;
    color: #381c65;
}

h3.PhoneNumber {
    color: #d42365;
    font-weight: 800;
}

.or {
    color: #3a3a3a;
    font-size: 21px;
}

.left-bar {
    border-top: 1px solid #d42365;
    width: 20%;
    position: absolute;
    margin-top: 15px;
}

.right-bar {
    border-top: 1px solid #d42365;
    width: 20%;
    position: absolute;
    margin-top: 15px;
    margin-left: 27%;
}



/* ----------------- Services Page  ------------------- */

section#ServicesPage {
    margin-top: -90px;
}

section#ServicesPage {
    margin-top: -90px;
    background-image: url(../images/ServicesBanner.png);
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
}

section#ServicesPage h1 {
    font-weight: 800;
}

section#Services {
    /* background: #ecf6fb; */
    background: linear-gradient(60deg, rgb(56 28 101) 0%, rgb(0 127 192) 100%);
    /* background-image: url(../images/bg-services.png);
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

#Services .service-box {
    background-color: transparent !important;
    /* border-radius: 10px 0px 10px 10px; */
}

.title-heading1 {
    color: #faa425 !important;
    font-size: 14px;
}

.whiteText {
    color: #ffffff;
}

.orange {
    color: #b76728 !important;
}

.pink {
    color: #d42365 !important
}

.purple {
    color: #381c65 !important;
}

.black {
    color: #000;
}

.Buble {
    position: absolute;
}

.Buble1 {
    position: absolute;
    right: 0;
}

.Buble2 {
    position: absolute;

}

/* ----------------- Work Process  ------------------- */
section#WorkProcess {
    border-bottom: 10px solid #ffaa0b;
    border-top: 10px solid #d42365;
}

section#WorkProcess img {
    width: 150px;
}

/* ----------------- First Order  ------------------- */
#FirstOrder {
    background-image: url(../images/FirstOredr1.jpg);
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em 0;
    position: relative;
    width: 100%;
    min-height: 250px;
    border-bottom: 10px solid #fff;
}

#FirstOrder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .6;
    background: #000000;
}

.SpecielOffer {
    color: #ff709e;
    font-weight: 800;
    text-align: center;
    border: 1px solid;
}

.offerTitle {
    font-weight: 600;
    color: #ffab09;
    /* padding-left: 15%; */
    background: #10180b8f;
    padding: 4px;
    text-align: center;
    border-radius: 5px;
}

.OfferPrice {
    /*background: #fff; */
    border-radius: 50%;
    padding: 30px 0px;
    width: 70%;
    /* border: 1px solid #f0f8ff; */
    text-align: center;
    box-shadow: 2px 5px 10px #000;
    margin: 0 auto;
}

.OfferAmt {
    color: aliceblue;
    font-weight: 600;
}

.OfferAmt .fa {
    color: yellow;
    padding-right: 5px;
}

.OfferAmt.line {
    text-decoration: line-through;
}

.OfferBox {
    /* background: aliceblue; */
    padding: 15px;
    /* border: 1px solid #ed1c24; */
    border-radius: 10px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.OfferBox .CallUs {
    color: yellow;
}

.OfferBox .PhoneNumber {
    color: #fff;
}

.carousel-control-next, .carousel-control-prev {
    width: unset;
}

/* ----------------- Service ------------------- */
#service-page {
    background-image: url(../images/banner-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    /* padding-bottom: 50px; */
    border-top: 10px solid #0085c6;
}

/* ----------------- Why Choose Us ------------------- */
section#WhyChoose {
    /* border-bottom: 20px solid #015e96; */
    /* box-shadow: 2px 5px 10px #767676; */
    /* background: aliceblue; */
}

section#WhyChoose .boxShadow {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-shadow: 5px 2px 15px 10px #bccff3;
}

#WhyChoose .small {
    font-size: 14px;
    padding-top: 15px;
    font-weight: 500;
}

#WhyChoose img {
    width: 100px;
    height: 100px;
    padding: 12px;
    /* margin-bottom: -40px; */
    z-index: 1;
}

.BtnReview {
    background: transparent;
}

.BtnReview a {
    /* color: white; */
}

.btn-primary a:hover {
    color: white;
}

.CarouselIcons .fa {
    color: #381c65;
}

section#WhyChoose .carousel-control-next, .carousel-control-prev {
    color: #e55682;
}

/* ----------------- Price List ------------------- */
#Ratecard {
    background-image: url(../images/FirstOredr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    border-top: 10px solid #0085c6;
}

.price-box {
    background: aliceblue;
    border-radius: 5px;
    margin-bottom: 10px;
}

.price-box h5 {
    margin-bottom: 0 !important;
}

.bg-price {
    padding: 15px;
    /* border: 1px solid #dcdcdc;
    box-shadow: 2px 5px 10px;
    border-radius: 5px; */
}

.bg-price h1 {
    font-weight: 800;
}

.bg-price-darkPink {
    background-color: #e61f5c  !important;
    border: none;
}

.bg-price-darkPink:hover {
    background-image: url(../images/price-wash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-price-purple {
    background-color: #75439b !important;
    border: none;
}

.bg-price-purple:hover {
    background-image: url(../images/price-WashIron-Zippy.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-price-blue {
    background-color: #007fc0 !important;
    border: none;
}

.bg-price-blue:hover {
    background-image: url(../images/price-dryclean.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-price-orange {
    background-color: #b76728 !important;
    border: none;
}

.bg-price-orange:hover {
    background-image: url(../images/price-iron.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-price-pink {
    background-color: #75439b !important;
    border: none;
}

.bg-price-pink:hover {
    background-image: url(../images/price-shoes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-price-green {
    background-color: #009c79 !important;
    border: none;
}

.bg-price-green:hover {
    background-image: url(../images/price-ClotheDyeZippy.png);
    background-repeat: no-repeat;
    background-size: cover;
}
 
.PricingDetails {
    /* border: 1px solid #919191;
    border-radius: 8px; */
}

.PriceSubheading {
    color: #fff;
    padding: 10px;
}

.PriceHeading {
    color: #fff;
    padding: 10px;
}

.PricingBox {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    padding: 10px;
}

.PriceTypeBox {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

.PriceTypeBox .fa {
    font-size: 24px;
    color: #e0487a;
}

.PricingBox th {
    background: #e0487a;
    color: #fff;
}

/* ----------------- Back to top ------------------- */
.back-to-top {
    position: fixed;
    text-decoration: none;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
    border: none;
    z-index: 999;
    background: #015e96;
    border: 1px solid #007fc0;
    display: none;
    animation: action 1s infinite alternate;
}

.back-to-top:hover {
    background: #007fc0;
    border: 1px solid #015e96;
}

@keyframes glowing {
    0% {
        background-color: #015e96;
        border-color: 0 0 5px #007fc0;
    }

    50% {
        background-color: #007fc0;
        border-color: #007fc0;
        transform: scale(1.1);
    }

    100% {
        background-color: #015e96;
        border-color: 0 0 5px #007fc0;
    }
}

.back-to-top {
    animation: glowing 1300ms infinite;
}

/* ----------------- ContactUS ------------------- */

section#ContactUS{
    /* border-bottom: 10px solid #faa425; */
    border-top: 10px solid #0085c6;
}
/* ----------------- Footer ------------------- */
.contact-social {
    width: 38px;
    height: 38px;
    padding: 7px 5px;
}

.get-in-touch .fa {
    padding-right: 5px;
}

.Footer-bg-light {
    background-color: #007fc0 !important;
}

.Footer-bg-dark {
    background: #015e96;
}

.bubbles {
    width: 100px;
    padding-left: 20px;
    position: fixed;
    bottom: 15%;
    margin-left: -90px;
    left: 40%;
    display: inline-block;
    z-index: 9999;
}

.left-25 {
    left: 3%;
}

.left-65 {
    left: 95%;
}

.bubble {
    -webkit-animation: short-bubble 1500ms linear infinite;
    animation: short-bubble 1500ms linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: 30px;
    width: 29px;
    border: 1px solid rgba(240, 240, 240, 0.5);
    border-radius: 50%;
}

.b2 {
    -webkit-animation: medium-bubble 5000ms linear infinite;
    animation: medium-bubble 5000ms linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-left: -7px;
    margin-top: 25px;
    height: 23px;
    width: 22px;
}

.b3 {
    -webkit-animation-duration: 3500ms;
    animation-duration: 3500ms;
    margin-left: -5px;
    margin-bottom: 10px;
}

.b4 {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0 0 40px -9px;
    height: 47px;
    width: 46px;
}

.b5 {
    -webkit-animation: medium-bubble 3000ms linear infinite;
    animation: medium-bubble 3000ms linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-left: -1px;
    margin-top: 100px;
    height: 25px;
    width: 24px;
}

.b6 {
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    margin-left: -8px;
    margin-bottom: 50px;
}

.b7 {
    -webkit-animation-duration: 6000ms;
    animation-duration: 6000ms;
    margin-left: -3px;
    margin-bottom: 50px;
    height: 17px;
    width: 16px;
}

.b8 {
    -webkit-animation: medium-bubble 2000ms linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation: medium-bubble 2000ms linear infinite;
    animation-fill-mode: forwards;
    margin-left: -13px;
    margin-bottom: 30px;
}

@-webkit-keyframes short-bubble {
    0% {
        -webkit-transform: translate3d(5px, 0, 0);
        opacity: 0;
    }

    13% {
        -webkit-transform: translate3d(2px, -20px, 0);
        opacity: 1;
    }

    20% {
        -webkit-transform: translate3d(5px, -40px, 0) scale(1.2);
    }

    30% {
        -webkit-transform: translate3d(0, -60px, 0);
    }

    40% {
        -webkit-transform: translate3d(8px, -80px, 0);
    }

    50% {
        -webkit-transform: translate3d(3px, -100px, 0);
    }

    60% {
        -webkit-transform: translate3d(8px, -120px, 0);
    }

    70% {
        opacity: 0.4;
    }

    80%, 100% {
        -webkit-transform: translate3d(0, -200px, 0);
        opacity: 0;
    }
}

@keyframes short-bubble {
    0% {
        transform: translate3d(5px, 0, 0);
        opacity: 0;
    }

    13% {
        transform: translate3d(2px, -20px, 0);
        opacity: 1;
    }

    20% {
        transform: translate3d(5px, -40px, 0) scale(1.2);
    }

    30% {
        transform: translate3d(0px, -60px, 0);
    }

    40% {
        transform: translate3d(8px, -80px, 0);
    }

    50% {
        transform: translate3d(3px, -100px, 0);
    }

    60% {
        transform: translate3d(8px, -120px, 0);
    }

    70% {
        opacity: 0.4;
    }

    80%, 100% {
        transform: translate3d(0, -200px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes medium-bubble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    5% {
        -webkit-transform: translate3d(4px, -20px, 0);
        opacity: 1;
    }

    10% {
        -webkit-transform: translate3d(2px, -40px, 0) rotate(10deg);
    }

    20% {
        -webkit-transform: translate3d(7px, -80px, 0) rotate(14deg) scale(0.7);
    }

    30% {
        -webkit-transform: translate3d(5px, -120px, 0) rotate(15deg);
    }

    40% {
        -webkit-transform: translate3d(1px, -160px, 0) rotate(20deg);
    }

    50% {
        -webkit-transform: translate3d(2px, -200px, 0) rotate(18deg) scale(1.1);
    }

    60% {
        -webkit-transform: translate3d(-3px, -240px, 0) rotate(22deg);
        opacity: 0.4;
    }

    100% {
        -webkit-transform: translate3d(0, -400px, 0);
        opacity: 0;
    }
}

@keyframes medium-bubble {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    5% {
        transform: translate3d(4px, -20px, 0);
        opacity: 1;
    }

    10% {
        transform: translate3d(2px, -40px, 0) rotate(10deg);
    }

    20% {
        transform: translate3d(7px, -80px, 0) rotate(14deg) scale(0.7);
    }

    30% {
        transform: translate3d(5px, -120px, 0) rotate(15deg);
    }

    40% {
        transform: translate3d(1px, -160px, 0) rotate(20deg);
    }

    50% {
        transform: translate3d(2px, -200px, 0) rotate(18deg) scale(1.1);
    }

    60% {
        transform: translate3d(-3px, -240px, 0) rotate(22deg);
        opacity: 0.4;
    }

    100% {
        transform: translate3d(0, -400px, 0);
        opacity: 0;
    }
}


/****************************************
  CONTACT US ICON
*****************************************/
.email-bt {
    background: #F95C18;
    border: 2px solid #F95C18;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 999;
    transition: .3s;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
}

.email-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.email-bt .text-call span {
    text-align: center;
    color: #F95C18;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.email-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
}

.email-bt:hover i {
    display: none;
}

.email-bt:hover {
    z-index: 1;
    background: #fff;
    transition: .3s;
}

.email-bt:hover i {
    color: #38a3fd;
    font-size: 40px;
    transition: .3s;
}

.email-bt i {
    color: #fff;
    font-size: 30px;
    transition: .3s;
    line-height: 62px;
}

.email-bt i {
    -webkit-animation: opsimple 3s infinite;
    animation: opsimple 3s infinite;
}

@-webkit-keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 0 rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 15px rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 26.7px rgba(249, 92, 24, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 40px rgba(249, 92, 24, 0.0)
    }
}

@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 0 rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 15px rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 26.7px rgba(249, 92, 24, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 40px rgba(249, 92, 24, 0.0)
    }
}

@keyframes opsimple {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes opsimple {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.whatsapp {
    cursor: pointer;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #4FCE5D;
    list-style: none;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    text-align: center;
    position: fixed;
    left: 2%;
    bottom: 10%;
    z-index: 999;
    transition: .3s;
}

.whatsapp .fa-brands {
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}

/* ----------------- Waves Animation ------------------- */
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    /* fill: #f0f8ff; */
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }

    .bottom-header {
        background-color: #ffffff !important;
        border-bottom: 1px solid #dcdcdc;
        box-shadow: 0px 1px 5px #381c65;
    }

    .nav-bar::before {
        background: white !important;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 15px !important;
    }

    #header-carousel, .page-header {
        margin-top: 0px;
    }

    #Banner h4 {
        font-size: 12px;
    }

    #Banner h1 {
        font-size: 25px;
    }

    #Services .service-box {
        height: auto !important;
    }

    .bubbles {
        display: none;
    }

    .DesktopLogo {
        display: none;
    }

    .MobileLogo {
        display: block;
    }

    .left-bar {
        width: 21%;
        margin-left: 15%;
    }

    .right-bar {
        margin-left: 57%;
    }

    section#AboutBanner {
        margin-top: 0px;
        height: 220px;
    }

    section#ServicesPage {
        margin-top: 0px;
        height: 220px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .left-bar {
        margin-left: unset;
    }

    .right-bar {
        margin-left: 28%;
    }

    section#AboutBanner {
        margin-top: 0px;
        height: 290px;
    }

    section#ServicesPage {
        margin-top: 0px;
        height: 290px;
    }

    .DesktopLogo {
        display: block;
    }

    .MobileLogo {
        display: none;
    }
}