/********** Template CSS **********/
:root {
    --primary: #63c8cf;
    --light: #F1F8FF;
    --dark: #0F172B;
}
body{
    font-family: 'DM Sans', sans-serif;;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'Playfair Display', serif;
}
.text-justify{
    text-align: justify;
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background-color: white !important;
    border: 0px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
        width: 28px;
    height: 28px;
    font-size: 10px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

.con-book {
    text-align: right;
}
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 38%);
    z-index: 1;
}
.carousel-item img {
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.carousel-control-prev,
.carousel-control-next {
    width: 3%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: white;
}

@media (max-width:  768px) {
    span.company-logo {
    width: 100% !important;
}
.quickLinks-col {
    padding-left: 65px !important;
}

}

@media (max-width: 767px) {
    .contact-info-col {
    padding: 23px 15px !important;
}
span.contact-icon {
    width: 52px !important;
    height: 52px !important;
    padding: 10px !important;
}
span.contact-detail {
    width: 75% !important;
}
.gallery-item {
    width: 49% !important;
    margin: 0px !important;
}
.our-poools-col {
    display: block !important;
}

span.pool-image {
    width: 100% !important;
    margin-bottom: 44px !important;
}
.our-poools-col:after {
    width: 100% !important;
    height: 35% !important;
}
.our-pools-invert-col:after {
    bottom: 0px !important;
    top: auto !important;
}
.our-pools-invert-col span.pool-dimension {
    color: black !important;
}

.our-pools-invert-col h1.pb-2 {
    color: black !important;
}
.our-poools-color {
    display: block !important;
}
    .service-item .service-icon {
    width: 100% !important;
}
a.navbar-brand {
    width: 60% !important;
}
.contact-details-header {
    width: 100% !important;
    display: none !important;
}
.home-important-content {
    width: 100% !important;
}
.pools-details-col {
    height: auto !important;
}
.pools-details-col p {
    height: auto !important;
}
.eco-friendly-content {
    height: auto !important;
}
section.services-section-cls:after {
    width: 100% !important;
    height: 65% !important;
    bottom: 0px !important;
    top: auto !important;
    left: 0px !important;
}
span.why-us-icon {
    width: 65px !important;
    height: 65px !important;
}
.why-us-left-col {
    padding: 0px 20px !important;
}
.section-title::after{
    display: none !important;
}
ul.why-us-list {
    padding: 80px 20px 0px;
}
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    section.about-section {
    height: auto !important;
}
.banner-top-container {
    background-size: contain !important;
    padding: 20px 10px !important;
}
.about-image {
    height: 330px !important;
    margin-bottom: 30px;
    width: 88% !important;
}
section.services-section-cls {
    height: auto !important;
}
.testimonial-carousel .testimonial-item {
        padding: 30px 10px !important;
    width: 100%;
    margin: 0px !important;
    height: auto !important;
}

i.fa.fa-quote-right {
    font-size: 33px !important;
     display: none;
}

.footer-banner-container {
    display: block !important;
}
.card {
    width: 89% !important;
    height: 100% !important;
    top: -15px !important;
    left: 21px !important;
}
button.navbar-toggler {
    background-color: white;
    height: 33px;
    padding: 0px 7px;
}
.navbar-expand-lg {
    align-items: center;
    justify-content: space-around;
}
img.logo-menu {
    height: 40px !important;
}
.quickLinks-col{
    padding-left: 0px !important;
}
.video {
    min-height: 450px !important;
}
section.ourCompanies-section:after {
    width: 100% !important;
    height: 30% !important;
    bottom: 0 !important;
    top:inherit !important;
}


section.ourCompanies-section:before {
    bottom: auto;
    top: 0;
    left: 0px;
}
span.icon-bar {
    height: 2px !important;
    width: 20px !important;
    display: block !important;
    padding: 0px !important;
    margin: 4px 0px !important;
    background-color: #63c8cf;
}

div#header-carousel {
    height: 68vh !important;
}
.about-image-column:after {
    width: 126px !important;
    height: 93px !important;
    left: 17px !important;
    bottom: 19px !important;
}
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 68px !important;
}

.page-header-inner {
    background: rgb(0 0 0 / 27%);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -47px !important;
    z-index: 1;
    padding: 0px;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    height: 280px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px 0px rgba(0, 0, 0, .08);
    transition: .5s;
    position: relative;
    border-radius: 12px !important;
    margin: 44px 0px;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: -76px auto 18px auto;
    width: 310px;
    height: 190px;
    transition: .5s;
    box-shadow: 0px 11px 20px -4px rgb(0 0 0 / 14%);
    padding: 0px !important;
    border-radius: 12px;
    border: 0px solid white;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
    color: black;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 656px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/Fencing-Hire-8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 14px 16px 18px 6px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 64px;
    height: 64px;
    /* border-left: 32px solid var(--dark); */
    /* border-top: 22px solid transparent; */
    /* border-bottom: 22px solid transparent; */
    background-image: url(../img/phone-call.gif);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    left: -11px;
    background-color: white;
    top: -9px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
/*.testimonial {
    background: url(../img/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
}*/

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 7%);
    border: 0px solid #4a4948;
    text-align: center;
    margin: 30px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: 50px;
    /*    padding-top: 56px;*/
}

.footer .btn.btn-social {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
    font-size: 10px;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgb(255 255 255 / 93%);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize !important;
    transition: .3s;
    letter-spacing: 0px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 0.5px;
    box-shadow: none;
    transform: none;
}

.footer .copyright {
    padding: 21px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

div#header-carousel {
    height: 108vh;
}
.carousel-item {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.header-menu {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

nav.navbar {
    padding: 0px !important;
}
.nav-link {
    padding: 5px 5px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    margin-right: 15px;
}
section.about-section {
        /* background-image: url(../img/bg1.jpg); */
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        background-color: #ffffff61;
        background-blend-mode: overlay;
        display: flex;
        align-items: center;
        justify-content: center;
}
.dy-pool {
    background-color: #63c8cf26;
}
.fun-facts-container {
    box-shadow: 0 0 26px 0px rgb(0 0 0 / 7%);
    padding: 9px !important;
}
small.price-text {
    top: 22px;
    right: 0px;
    left: auto !important;
}
.rooms-image {
    height: 200px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
img.service-icons {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.service-item:after {
    content: '';
    background-color: #0c3333;
    width: 15%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 149px;
    border-radius: 100px;
}
img.fun-facts-icon {
    height: 32px;
}
.contact-banner-section {
    /*background: url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00000096;
    background-blend-mode: overlay;*/
    padding: 55px 0px;
}
.contact-title {
    font-size: 40px;
    color: #ffffff;
}

.contact-para {
    color: rgb(255 255 255 / 74%) !important;
}
a.navbar-brand {
    margin: 0px 6px;
    padding: 0px;
    width: 20%;
    background-image: url(../img/gallery/h-11.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
a.navbar-brand h1 {
    font-size: 30px;
}
.contact-icon {
    width: 70px;
    height: 70px;
    display: block;
    /* margin: auto; */
    background-color: white;
    padding: 16px;
    border-radius: 100px;
    box-shadow: 0px -7px 20px 0px rgb(0 0 0 / 17%);
    border: 3px solid #63c8cf;
}
.contact-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.contact-form-section{
/*    background-image: url(../img/bg1.jpg);*/
    background-size: 70%;
    background-position: center;
    background-repeat: repeat;
    padding: 20px 0px 100px;
}
.about-sub-heading {
    font-size: 20px;
}
.our-vision-row {
    position: relative;
    z-index: 1;
}
.our-vision-row:after {
    content: '';
    background-image: url(../img/vision.png);
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    position: absolute;
    width: 79px;
    height: 60px;
    bottom: 0px;
    right: 20px;
    z-index: 1;
}
.our-mission-row {
    position: relative;
    z-index: 1;
}
.our-mission-row:after {
    content: '';
    background-image: url(../img/mission.png);
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    position: absolute;
    width: 79px;
    height: 60px;
    bottom: 0px;
    right: 20px;
    z-index: 1;
}
section.about-page-section {
    background-image: url(../img/bg1.jpg);
    background-size: 60%;
    background-position: right;
    background-repeat: no-repeat;
}
span.booking-image {
    width: 100%;
    height: 460px;
    display: block;
    padding: 0px;
}
span.booking-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
form.booking-form input, form.booking-form select, form.booking-form textarea {
    border: 0px;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 11%);
    font-size: 15px;
}
section.booking-section {
    background-image: url(../img/bg1.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.room-item-listing {
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / 76%);
}
section.rooms-page-section {
    background-image: url(../img/bg1.jpg);
    background-size: 60%;
    background-repeat: repeat-y;
    background-position: center;
}
.room-item-listing .rooms-image {
    width: 340px;
    object-fit: cover;
    height: 239px !important;
}
.room-item-detail .rooms-image {
    height: 500px;
}
.room-item-detail small.price-text {
    font-size: 25px !important;
    font-weight: 900;
    letter-spacing: 1px;
}
.room-item-detail {
    background-color: rgb(255 255 255 / 75%);
}
.room-detail-amenities small {
    padding: 14px 23px !important;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    border: 0px !important;
    background-color: white;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 15px;
}
img.logo-menu {
    height: 68px;
    width: 100%;
    object-fit: contain;
}
.menu-phoneno {
    /* background-color: #0c3333 !important; */
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 16px 7px 16px 60px !important;
    position: relative;
    text-align: left;
    border: 0px;
    display: inline-block !important;
    height: 77px;
}
.about-image {
    height: auto;
    object-fit: fill;
    width: 90%;
    transition: 0.9s all ease-out;
    --s: 0px;
    padding: var(--s);
    border: calc(0 * var(--s)) solid #0000;
    outline: 0px dotted #00000000;
    outline-offset: calc(-1 * var(--s));
    background: conic-gradient(from 90deg at 1px 1px, #0000 25%, #63c8cf 0);
    border: 6px solid #124242;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    position: relative;
    z-index: 1;
    /* border-radius: 100% !important; */
    padding: 0px;
    object-position: left;
}
.contact-footer-info {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: rgb(255 255 255 / 93%);
    font-size: 15px;
    font-weight: 500;
    margin: 0px !important;
    text-align: center;
}

.contact-footer-info a {
    color: rgb(255 255 255 / 93%);
}
.footer-banner-container {
    display: block;
    align-items: center;
    justify-content: space-between;
    height: 160px;
}
.footer-banner-text{
    font-size: 26px;
    letter-spacing: 3px;
}
.why-us-container {
    padding: 0px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 19%);
    z-index: 1;
}

span.why-us-icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin: 0px auto;
    box-shadow: 0px 7px 30px 0px #00000030;
    border-radius: 100px;
    padding: 12px;
}

span.why-us-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
}

.why-us-content h2 {
    color: black;
    font-size: 19px;
    padding: 7px 0px;
    height: 68px;
}

.why-us-content {
    background-color: white !important;
    padding: 10px 20px;
    margin: 0px 0px;
    height: auto;
    transition: 0.4s all ease-in;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 270px;
}

.why-us-content p {
    color: white;
}
.why-us-content:hover {
    background-color: #63c7cedb !important;
    transform: scale(1.03);
}
.sub-para {
    font-size: 17px;
}
.gallery-btn {
    text-align: center;
    margin-top: 40px;
}
.menu-phoneno:after {
    content: '';
    background-image: url(../img/phone.gif);
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 18px;
    left: 16px;
    position: absolute;
    background-color: white;
    border-radius: 100px;
    padding: 10px;
}
.nav-link.active {
    background-color: #63c8cf;
    border-radius: 100px;
    color: #fff;
    box-shadow: inset 0px 0px 12px 0px rgb(0 0 0 / 32%);
}
.banner-top-container{
    background-image: url(../img/bg-pattern.jpg);
    background-size: 28%;
    background-position: center right;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 5%) !important;
    background-repeat: no-repeat;
    /* background-repeat-x: repeat; */
    padding: 18px 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.service-icon-banner {
    display: inline-block;
    height: 43px;
    margin: 0px 1px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px #00000042;
    padding: 3px;
}
.service-is .service-icon {
    box-shadow: 0 0 45px 0px rgba(0, 0, 0, .08);
    padding: 30px;
    border-radius: 10px;
    height: 600px;
    background-color: #fff;
}
.banner-section {
    position: relative;
    z-index: 11;
}
.service-is img.service-icons {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zoom-in-out-box {
  margin: 0px;
  width: 100% !important;
  height: 100%;
  background: transparent;
  animation: zoom-in-zoom-out 37s ease infinite;
  object-fit: cover;
  object-position: top;
}
.back-to-top img {
    height: 40px;
}
.why-us-container:hover .why-us-content {
    top: 0px;
    height: 100%;
    background-color: #63c7cedb !important;
}
.testimonial-item img {
    filter: grayscale(1);
}
@keyframes zoom-in-zoom-out-about {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.02, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes contact-color-change {
  0% {
    background-color: #124242;
  }
  50% {
    background-color: #3fd8e3;
  }
  100% {
    background-color: #17efd7;
  }
}
.about-image {
  animation: zoom-in-zoom-out-about 7s ease infinite;
}
.contact-no a {
    color: white;
}
.gallery-bar {
    position: relative;
    width: 100%;
    padding: 25px 0;
    /* height: 380px; */
}
@keyframes bannermove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-45%, 0);
  }
}
.photobanner {
  position:absolute;
  top:0px;
  left:0px;
  overflow:hidden;
  white-space: nowrap;
  animation: bannermove 33s linear infinite;
  /* width: 1537px; */
  display: flex;
}

.photobanner img {
  margin: 16px 0.1em;
  height: 267px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 3px solid #124242;
  box-shadow: 0px 7px 12px -3px rgb(0 0 0 / 32%);
  border-radius: 11px;
}

.about-image:hover {
    background: conic-gradient(from 90deg at 1px 1px, #0000 25%, #124242 0);
    outline: 0px solid #63c8cf;
}
.gallery-item {
    display: inline-block;
}
.gallery-pg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}
.form-floating .form-control {
    padding: 17px 44px 8px 14px !important;
    height: 48px;
    font-size: 14px !important;
    border-bottom: 2px solid #63c8cf !important;
    box-shadow: inset 2px 3px 12px 0px rgb(18 104 110 / 13%);
    border-radius: 6px;
    border: 0px;
    background-size: 30px;
    background-position: 96% 9px;
    background-repeat: no-repeat;
    margin: 14px 0px;
}

.form-floating>label {
    padding: 12px 12px;
    font-size: 14px;
    color: #afafaf;
}

.form-floating .form-control:hover {
    border-color: #124242 !important;
}
span.photobanner:hover {
    animation-play-state: paused !important;
}
input#name {
    background-image: url(../img/name.gif);
}
input#email {
    background-image: url(../img/mail.gif);
}
input#subject {
    background-image: url(../img/phone-ring.gif);
}
textarea#message {
    background-image: url(../img/message.gif);
}
section.services-section-cls {
        /* height: 100vh; */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 0px;
        position: relative;
        z-index: 1;
}
span.photobanner-gallery {
    display: inline-block;
    text-align: center;
    width: 100%;
}

p..gallery-lightbox {
    display: inline-block;
    height: 275px;
    width: 96%;
    position: relative;
    z-index: 1;
    border-top: 0px solid #63c8cf;
    border-bottom: 0px solid #63c8cf;
    border-right: 0px solid #d0eff1;
    border-left: 0px solid #d0eff1;
    box-shadow: 0px 6px 25px 0px rgb(0 0 0 / 9%);
    border-radius: 3px;
    transition: .6s all ease;
}

p.gallery-lightbox img.img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

p.gallery-lightbox:after {
    content: '';
    background-color: rgb(18 66 66 / 43%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    transition: .6s all ease;
    transform: scale(0.6);
    opacity: 0;
}

/* p.gallery-lightbox:hover:after {
    transform: scale(1);
    opacity: 1;
} */
.about-image-column {
        position: relative;
        z-index: 4;
        overflow: visible;
        margin: 0px;
        padding: 0px;
}
.about-image-column:after {
    /* background-image: url(../img/about-bg-image.png); */
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    right: -2px;
    z-index: 0;
}
.card {
      position: absolute;
      width: 81%;
      height: 104%;
      color: #fff;
      background: transparent;
      overflow: hidden;
      /* border-top: 4px solid white; */
      /* border-right: 4px solid white; */
      /* border-bottom: 4px solid white; */
      /* border-left: 4px solid white; */
      /* font-family: sans-serif; */
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      padding: 1em;
      top: -9px;
      left: 58px;
      z-index: 1;
      border: 0px;
}

.card span {
  position: absolute;
  border-radius: 0px;
}

.top {
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent 50%,
    rgb(99 200 207 / 78%),
    rgb(99 200 207)
  );
}

.bottom {
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(    90deg,    transparent 50%,    rgb(99 200 207 / 78%),    rgb(18 66 66)  );
}

.right {
  top: 0;
  right: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(
    180deg,
    transparent 30%,
    rgba(0, 255, 255, 0.5),
    rgb(99 200 207)
  );
}

.left {
  left: 0;
  bottom: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(
    180deg,
    rgb(99 200 207),
    rgb(99 200 207),
    #e9c91600 70%
  );
  z-index: 1;
}

.top {
  animation: animateTop 3s ease-in-out infinite;
}

.bottom {
  animation: animateBottom 3s ease-in-out infinite;
}

.right {
  animation: animateRight 3s ease-in-out infinite;
}

.left {
  animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
  25% {
    width: 100%;
    opacity: 1;
  }

  30%,
  100% {
    opacity: 0;
  }
}

@keyframes animateBottom {
  0%,
  50% {
    opacity: 0;
    width: 0;
  }

  75% {
    opacity: 1;
    width: 100%;
  }

  76%,
  100% {
    opacity: 0;
  }
}

@keyframes animateRight {
  0%,
  25% {
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
    height: 100%;
  }

  55%,
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes animateLeft {
  0%,
  75% {
    opacity: 0;
    bottom: 0;
    height: 12px;
  }

  100% {
    opacity: 1;
    height: 100%;
  }
}
.carousel-control-prev-icon {
    background-image: url(../img/fast-backward.gif);
    background-size: 32px;
    background-repeat: no-repeat;
    opacity: 1 !important;
    border-radius: 0px;
}
.carousel-control-next-icon {
    background-image: url(../img/fast-forward.gif);
    background-size: 32px;
    background-repeat: no-repeat;
    opacity: 1 !important;
    border-radius: 0px;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}


#background-wrap {
    bottom: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    display: inline-block;
    width: 67%;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: -5%;
  top: 5%;
  
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  
  left: 5%;
  top: 80%;
  
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 10%;
  top: 40%;
  
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  
  left: 20%;
  top: 0;
  
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  
  left: 30%;
  top: 50%;
  
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 50%;
  top: 0;
  
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 65%;
  top: 70%;
  
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  
  left: 80%;
  top: 10%;
  
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  
  left: 90%;
  top: 50%;
  
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 80%;
  top: 80%;
  
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgb(0 0 0 / 20%), inset 0px 10px 30px 5px rgb(255 255 255 / 15%);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 20px 30px rgb(0 0 0 / 20%), inset 0px 10px 30px 5px rgb(255 255 255 / 15%);
    height: 100px;
    position: absolute;
    width: 100px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 20px 30px rgb(255 255 255 / 0%);
    content: "";
    height: 80px;
    left: 10px;
    position: absolute;
    width: 80px;
}
section.ourCompanies-section {
    overflow: hidden;
    padding: 60px 0px;
     background-color: #fff!important; 
    position: relative;
    z-index: 1;
    /*box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 11%);*/
}
section.ourCompanies-section:after {
    content: '';
    background-color: white;
    width: 33%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    background-image: url(../img/company-image.png);
    background-size: 65%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.companies-container {
    padding: 24px 17px;
    height: 231px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 19px 8px 20px 0px rgb(0 0 0 / 22%);
    margin: 0px;
}
span.company-logo {
    background: #fff;
    display: block;
    height: 95px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 11%);
    padding: 10px;
}
span.company-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
a.company-link {
    color: white;
    background-color: #63c8cf;
    padding: 3px 12px;
    border-radius: 100px;
    box-shadow: inset 0px 4px 14px 0px rgb(0 0 0 / 35%);
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}
.company-title{
  text-align: center;
  padding: 10px 0px;
}
/*section.ourCompanies-section:before {*/
/*    content: '';*/
/*    background-image: url(../img/crane-new.gif);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    width: 65px;*/
/*    height: 55px;*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    right: 67%;*/
/*}*/
.contact-send-button {
    margin: 7px 0px;
    background-color: #62c6cd;
    border: 0px;
    float: right;
}
textarea#form_message {
    height: auto;
}
div#navbarCollapse {
    flex-grow: 0;
    padding: 23px 9px;
    background: #0c3333;
    width: 40%;
}
.contact-details-header {
    flex-grow: 1;
    background-color: #0c3333;
    width: 40%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.menu-email:after {
    background-image: url(../img/mail-top.gif);
}
.menu-email {
    line-height: 35px;
}
.banner-content h2 {
    font-size: 24px;
    line-height: 41px;
}
span.read-more-pool {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: underline;
}
section.services-section-cls:after {
     content: '';
    background-color: white;
    width: 54%;
    height: 87%;
    position: absolute;
    right: 38px;
    top: 36px;
    z-index: -1;
    box-shadow: 0px 0px 31px 0px #00000059;
    border-radius: 4px;
}
.why-us-left-col {
    padding-right: 24px;
}
ul.why-us-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 13px 0px;
    box-shadow: 6px 25px 24px -24px #00000014;
    margin-bottom: 16px;
}
.why-us-content-cls{
    width: 82%;
}
.why-us-content-cls h3 {
    font-size: 20px;
}
ul.why-us-list li:last-child {
    margin: 0px !important;
    box-shadow: none;
}
.why-us-content-cls p {
    text-align: justify;
}
.pools-details-col {
    display: block;
    margin: -30px auto 0px;
    padding: 29px 30px;
    box-shadow: inset 0px 0px 0px 2px #0000000f;
    border-radius: 10px;
    width: 87%;
    height: 270px;
}
.pools-details-col p {
    font-size: 17px;
    text-align: center;
    height: 153px;
}

.pools-details-col h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.pools-details-col a {
    color: white;
    font-size: 13px;
    margin-top: 11px !important;
    border-radius: 100px;
    padding: 4px 25px;
}
.gallery-item:hover .pools-details-col {
    box-shadow: inset 0px 0px 0px 2px #63c7ce !important;
}
.quickLinks-col ul {
    padding: 0px;
    text-align: center;
    margin: 31px 0px 0px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    background-color: #111111;
}

.quickLinks-col ul li {
    display: inline-block;
    text-align: center;
    padding: 10px 5px;
}
img.footer-contact-icon {
    display: block;
    height: 35px;
    margin: 10px auto;
}
h6.footer-title {
    display: block;
    margin-bottom: 10px !important;
}

h6.footer-title:before, h6.footer-title:after {
    width: 0px;
}
section.testimonial {
    display: inline-block;
    padding: 70px 0px 50px !important;
    width: 100%;
}
.box{
    position: relative;
    /* box-shadow: 10px 10px 42px 0 rgba(0,0,0,0.75); */
}
.box:after, .box:before{
    mix-blend-mode:multiply;
    filter:none;
    z-index: -1;
    content:'';
    width: calc(100% + (-4px * 2));
    height: calc(100% + (31px * 2));
    position: absolute;
    display: block;
    animation: border 10s ease-in-out infinite;
    transform: translateX(-2px) translateY(-34px);
}
@keyframes border {
  0%, 100% {
    -webkit-clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
            clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
  }
  50% {
    -webkit-clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
            clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
  }
}

.box:after{
    animation-delay: -5s;
    background-color: #ffffff;
    clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
}
.box:before {
    background-color: #63c8cf;
    clip-path: polygon(calc(0% + (16.333333px)) calc(0% + (20.333333px)), 100% 0, calc(100% - (17.333333px)) calc(100% - (17.333333px)), 0 100%);
}
span.contact-detail {
    display: block;
    padding: 0px 25px;
}
form#contact-form {
    box-shadow: 0px 0px 20px 0px #00000033;
    margin: 0px auto -76px;
    padding: 17px 40px 36px;
    width: 83%;
    background-color: white;
}
.contact-info-col {
    padding: 40px 72px;
    margin: 0px;
    align-items: center;
    position: relative;
}
.contact-info-col:after {
    content: '';
    background: linear-gradient(45deg, #62c6cd4d, transparent);
    width: 86%;
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 80px;
    border-radius: 34px;
}
.our-poools-col {
    display: flex;
    box-shadow: 0px 0px 41px 0px #00000029;
    padding: 35px 26px 50px;
    position: relative;
    align-items: center;
    z-index: 1;
    justify-content: center;
}

span.pool-image {
    width: 63%;
    display: block;
    height: 348px;
    margin: auto;
    border-radius: 100px 9px 74px 0px;
    box-shadow: 0px 9px 32px 1px #0000004a;
    float: none;
}

span.pool-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100px 9px 74px 0px;
    border: 5px solid white;
    box-shadow: inset 1px 10px 12px 13px #00000000, 0px 0px 0px 17px #ffffff99;
}
span.pool-dimension {
    color: white;
    letter-spacing: 2px;
}
.our-poools-col:after {
    content: '';
    background-color: #124242;
    width: 50%;
    height: 47%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
p.pools-para {
    text-align: center;
    padding: 3px 33px;
    color: black;
    line-height: 28px;
    font-size: 17px;
}
.our-pools-invert-col:after {
    right: 0px !important;
    left: auto;
}

img.eco-friendly-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
section.eco-friendly {
        overflow: hidden;
    box-shadow: 0px 0px 20px #0000001a;
}
.eco-friendly-content {
    padding: 5% 10%;
    text-align: center;
    height: 300px;
}
.eco-friendly-content p {
    color: white;
    line-height: 29px;
    margin: 14px 0px;
}
.our-poools-color span.pool-image {
    border-radius: 0px !important;
    height: 290px !important;
    width: 90%;
}

.our-poools-color span.pool-image img {
    border-radius: 0px !important;
    object-fit: contain !important;
}
span.pool-image a.gallery-lightbox {
    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 100px 9px 74px 0px;
}
.our-poools-color {
    display: flex;
}
.pdf-embed{
    display: block;
    margin: auto;
    height: 293px;
    width: 89%;
    border: 5px solid white;
    box-shadow: 1px 10px 12px 13px #00000008, 0px 0px 0px 17px #f9f9f9;
}
button.navbar-toggler {
    width: 9%;
    /* background: white; */
}

button.navbar-toggler span.icon-bar {
    padding: 2px;
    display: block;
    background: #00bcd4;
    margin: 7px;
}

@media(max-width: 579px){
    .ourCompanies-section  {
    padding: 30px 0!important;
}
.banner-content h2 {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
}
.con-book {
    text-align: center;
}
.service-is .service-icon {
    height: auto;
}
.footer-banner-container {
    height: 186px;
}
.gallery-pg img {
    height: 215px;
}
.quickLinks-col ul li {
    padding: 2px 5px;
}
.footer .col-lg-4 {
       padding-left: calc(var(--bs-gutter-x) / 2)!important;
}
}