body {
    font-size: 15px;
    color: #222;
    font-family: 'DM Sans', sans-serif;
}


/* default css */

.wrapper {
    position: relative;
    padding: 100px 0px;
}

.wrapper-2 {
    position: relative;
}

.padding-1 {
    padding: 100px 0px 0px 100px;
}

img {
    width: 100%;
}

.btn {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #1fb3f1;
    border-color: #1fb3f1;
}

.btn-primary:hover {
    background-color: #00007e;
    border-color: #00007e;
}

.bg-primary {
    background-color: #00007e !important;
}

.blue-bg {
    background: rgb(144, 222, 255);
    background: linear-gradient(3deg, rgba(144, 222, 255, 1) 0%, rgba(188, 235, 255, 1) 33%, rgba(238, 250, 255, 1) 100%);
}

.blue-bg-2 {
    background: rgb(214, 243, 255);
}

.slider-bg-1 {
    background: url(../images/aqua-group-slider-bg-2.jpg) no-repeat center center fixed;
    background-size: cover;
}

.blur-bg {
    backdrop-filter: blur(10px);
    color: #FFF;
    background-color: rgba(36, 189, 255, 0.4);
}

.f-blue {
    color: #1fb3f1;
}

.accordion-button {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #00007e;
    background-color: rgb(214, 243, 255) !important;
    box-shadow: none !important;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 80%;
    }
}

.f-big {
    font-weight: 600;
    font-size: 48px;
}

@media screen and (max-width: 992px) {
    .wrapper {
        position: relative;
        padding: 50px 0px;
    }
    .f-big {
        font-weight: 600;
        font-size: 30px;
    }
    .padding-1 {
        padding: 40px 0px;
    }
}


/* end default css*/


/* start header */

.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.header-container {
    position: relative;
    padding: 10px;
    background-color: #00007e;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 0px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.navbar-brand {
    position: absolute;
    top: -10px;
    left: 10px;
}

.navbar-brand img {
    width: 120px !important;
    height: 120px !important;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
}

.nav-link:hover {
    color: #1fb3f1 !important;
}

.nav-link:focus {
    color: #1fb3f1 !important;
}

.nav-link.active {
    color: #1fb3f1 !important;
}

.d-flex-card {
    display: flex;
    flex-direction: row;
}

.dropdown-css {
    overflow: hidden;
    background-color: #00007e;
}

.dropdown-item {
    color: #FFF;
    padding: 10px 20px;
}

.dropdown-item:hover {
    color: #FFF;
    background-color: #1fb3f1 !important;
}

@media screen and (max-width:1024px) {
    .navbar-brand {
        position: absolute;
        top: -10px;
        left: -10px;
    }
    .navbar-brand img {
        width: 90px !important;
        height: 90px !important;
    }
}

@media screen and (max-width: 992px) {
    .header-container {
        padding: 20px;
    }
    .navbar-toggler {
        position: fixed;
        right: 7%;
        top: 10px;
        font-size: 24px;
        color: #FFF;
        border: 0 !important;
        box-shadow: none !important;
    }
    .navbar-nav {
        text-align: end;
        padding: 50px 0px 20px 20px;
    }
    .navbar-brand img {
        height: 80px;
    }
    .d-flex-card {
        display: flex;
        flex-direction: column;
    }
    .d-flex-card .custom-item-1 {
        margin: 0px !important;
    }
    .custom-item-1 a {
        width: 100%;
        margin-bottom: 10px;
    }
    .custom-item-1 button {
        width: 100%;
    }
}


/* end header */


/* Slider Wrapper */

.slider-wrapper {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 90vh;
    top: 0px;
    z-index: 1;
    background: url(../images/aqua-group-slider-bg.jpg) no-repeat top center;
    background-size: cover;
}

.slider-content {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 30px;
    background: rgb(0, 0, 126);
    background: linear-gradient(0deg, rgba(0, 0, 126, 1) 0%, rgba(0, 0, 126, 0) 100%);
}

.slider-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.slider-content p {
    font-size: 18px;
}

.slider-image img {
    width: 100%;
}

.get-quote {
    position: fixed;
    z-index: 10;
    bottom: 230px;
    right: 30px;
    width: 100px;
}

.get-1 {
    position: absolute;
    z-index: 10;
}

.get-1 img {
    width: 100%;
}

.get-2 {
    position: absolute;
    z-index: 5;
}

.get-2 img {
    width: 100%;
}

.rotate-center {
    -webkit-animation: rotate-center 15s ease-in-out infinite both;
    animation: rotate-center 15s ease-in-out infinite both;
}


/* ----------------------------------------------
 * Generated by Animista on 2024-1-9 17:20:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {
    .slider-wrapper {
        padding: 140px 0px 0px 0px;
    }
    .slider-content h1 {
        font-size: 30px;
    }
    .get-quote {
        position: fixed;
        z-index: 10;
        bottom: 80px;
        right: 10px;
        width: 70px;
    }
}


/* End Slider Wrapper */


/*Start Content CSS*/

.web-title {
    display: block;
}

.web-title h6 {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    color: #1fb3f1;
}

.web-title h2 {
    display: block;
    font-weight: 600;
}

.default-content {
    display: block;
}

.default-content h2 {
    display: block;
    font-weight: 600;
}

.default-content h4 {
    display: block;
    font-weight: 600;
    font-size: 22px;
}

.default-content h5 {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.default-content p {
    display: block;
    font-size: 18px;
}

.default-content ul {
    padding: 0;
    margin: 0;
}

.default-content ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 30px;
}

.default-content ul li a {
    color: #00005c;
    text-decoration: none;
}

.icon-1 {
    display: block;
}

.icon-1 i {
    display: block;
    color: #1fb3f1;
}

.icon-1 h4 {
    display: block;
    font-weight: 600;
}

.services {
    position: relative;
    border-radius: 10px;
    background-color: #1fb3f1;
}

.services img {
    width: 100%;
    border-radius: 10px;
}

.service-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -24px;
    right: 24px;
    width: 48px;
    font-size: 24px;
    height: 48px;
    color: #1fb3f1;
    border-radius: 50%;
    background-color: #FFF;
}

@media screen and (max-width: 992px) {
    .services {
        margin-bottom: 30px;
    }
    .hide-img {
        display: none !important;
    }
    .image-card {
        margin-bottom: 30px;
    }
}

.image-card {
    display: block;
}

.image-card img {
    display: block;
    width: 100%;
    border-radius: 10px;
}


/*End Content CSS*/


/* Start footer css*/

.footer-wrapper {
    position: relative;
    padding: 100px 0px;
    background-color: #00007e;
}

.footer {
    display: block;
    margin-bottom: 30px;
}

.footer img {
    display: block;
    width: 100px;
}

.footer h6 {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.footer ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.footer ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 34px;
    list-style: none;
}

.footer ul li a {
    display: inline-block;
    text-decoration: none;
    color: #a5e4ff;
}

.footer-wrapper {
    position: relative;
    padding: 100px 0px;
    background-color: #00007e;
}

.copyrights-wrapper {
    position: relative;
    background-color: #00005c;
    padding: 20px 0px;
}

.copyrights {
    color: #FFF;
    text-align: end;
}

.copyrights a {
    text-decoration: none;
}

.social-links {
    display: block;
}

.social-links ul {
    display: flex;
}

.social-links ul li {
    list-style: none;
    margin-right: 20px;
}

.social-links ul li a {
    color: #FFF;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .copyrights {
        margin-bottom: 30px;
        text-align: left;
    }
}


/* end footer css*/


/* inner pages */

.beardcrump-wrapper {
    display: block;
    padding: 20px 0px;
    background-color: #dff6ff;
}

.position-normal {
    position: relative;
    background-color: #00007e;
}

.beardcrump-card {
    display: flex;
    width: 100%;
    text-align: end;
    justify-content: flex-end;
}

.beardcrump-card ol li a {
    color: #00007e;
    text-decoration: none;
    font-weight: 600;
}


/*end inner pages */