/*#region Master*/
:root {
    --main-colour: #004aad;
    --text-black: #1c1c1c;
    --text-gray: #5c5c5c;
    --cyan-colour: #1eb8d1;
    --light-blue-colour: #ecf1fb;
    --screen-sm-padding: 45px 0;
    --screen-lg-padding: 75px 0;
}

body {
    position: relative;
    padding: 0;
    text-rendering: optimizeSpeed;
    color: var(--text-black);
    font-size: 14px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a, input {
    outline: 0;
    text-decoration: none;
}

    /* Change Autocomplete styles in Chrome*/
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #353535;
        -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
        transition: background-color 5000s ease-in-out 0s;
    }

a {
    color: var(--main-colour);
}

    a:hover {
        text-decoration: none;
        color: var(--main-colour);
    }

ul {
    list-style: none;
    padding: 0;
}

p {
    font-size: 14px;
}

h5 {
    color: var(--main-colour);
    font-weight: 600;
    font-size: 20px;
}

.modal-loading {
    position: fixed;
    z-index: 1056;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: Black;
    opacity: 0.85;
    -moz-opacity: 0.85;
}


#Progress {
    position: fixed;
    width: 64px;
    height: 64px;
    text-align: center;
    z-index: 1058;
    top: 40%;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    color: #fff;
}

#back-top {
    bottom: 1.2rem;
    margin: 0;
    position: fixed;
    right: 1rem;
    z-index: 99999;
}

    #back-top a {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        height: 40px;
        text-decoration: none;
        width: 40px;
        transition: all 200ms linear 0s;
        border-radius: 10px;
        align-items: center;
        display: grid;
    }

        #back-top a:hover, #back-top a:active {
            background-color: var(--main-colour);
            color: var(--darker-text-gray);
        }

        #back-top a i {
            color: #fff;
            display: block;
            font-size: 24px;
            margin: 0 auto;
            text-align: center;
            height: 25px;
        }

.back-top-captcha {
    bottom: 6.5rem !important;
}

.btn-main {
    background-color: var(--main-colour);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 5px 25px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-main:hover {
        border-color: var(--main-colour);
        background-color: #fff;
        outline: 0;
        color: var(--main-colour) !important;
    }

.cursor-pointer {
    cursor: pointer;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: var(--main-colour);
    opacity: 1;
}

.form-switch .form-check-input {
    margin-top: 2.3px !important;
    width: 2.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(69, 85, 96,1)'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--main-colour) !important;
    border-color: var(--main-colour) !important;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255, 255, 255,1)'/%3e%3c/svg%3e");
}

.input-validation-error {
    border-color: var(--bs-form-invalid-border-color) !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

    .input-validation-error:focus {
        border-color: var(--bs-form-invalid-border-color) !important;
        box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .15) !important;
    }

/* Override any border utility classes when validation error occurs */
.form-control.border-0.input-validation-error,
.form-select.border-0.input-validation-error {
    border: 1px solid var(--bs-form-invalid-border-color) !important;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: 1 !important;
}


.section-title {
    margin-bottom: 20px;
    text-align: center;
}

    .section-title .subtitle {
        border: 1px solid #c4d7e9;
        border-radius: 24px;
        align-items: center;
        padding: 8px 16px 8px 10px;
        display: inline-flex;
        margin-bottom: 20px;
    }

        .section-title .subtitle i {
            color: var(--main-colour);
        }

        .section-title .subtitle p {
            margin-left: 10px !important;
            margin: unset;
            color: var(--gray-text);
        }

    .section-title h2 {
        color: var(--text-black);
        font-size: 28px;
        font-weight: 700;
        text-transform: capitalize;
        margin: unset;
    }

    .section-title span {
        color: var(--main-colour);
    }

.block-icon {
    height: 70px;
    width: 70px;
    color: var(--main-colour);
    transition: 0.5s;
    margin-right: 20px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--main-colour);
    flex: none;
}

.font-size i {
    color: var(--main-colour);
    font-size: 18px;
}


/*#endregion*/

/*#region Banner*/

.banner.carousel {
    height: 650px;
}

.banner .carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-image: url(/media/banner.jpg);
    background-position-x: 48%;
}

    .banner .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        background-color: #000;
        opacity: 0.4;
    }

.banner .carousel-caption {
    left: 5%;
    text-align: left;
    z-index: 3;
    top: 15%;
}

    .banner .carousel-caption h4 {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
    }

    .banner .carousel-caption h5 {
        font-size: 40px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 10px;
    }

    .banner .carousel-caption p {
        font-size: 20px;
        margin-bottom: 20px;
    }

.banner .btn-main:hover {
    border-color: #fff;
    background-color: transparent;
    outline: 0;
    color: #fff !important;
}

/*#endregion*/

/*#region Navbar*/

.navbar {
    background: #393939;
    padding: 15px 0;
    transition: all 0.5s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #f3f3f3;
    }

        .navbar .navbar-nav .nav-item .nav-link {
            font-size: 14px;
            position: relative;
            font-weight: 600;
            padding: 10px 0;
            color: #fff;
        }

    .navbar .navbar-brand img {
        width: 130px;
    }

    .navbar .btn-main {
        background-color: #fff;
        color: var(--main-colour);
        border: unset;
    }

        .navbar .btn-main:hover {
            background-color: var(--cyan-colour);
            color: #fff !important;
        }

    .navbar .navbar-toggler {
        border-color: #fff;
    }

        .navbar .navbar-toggler i {
            color: #fff;
        }

/*#endregion*/

/*#region Introduction*/

.introduction {
    padding: 45px 0;
    background: linear-gradient(135deg, var(--cyan-colour) 0%, #1a9fb8 100%);
}

    .introduction .intro-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        background: rgba(255, 255, 255, 0.15);
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
    }

        .introduction .intro-icon i {
            font-size: 32px;
            color: #fff;
        }

    .introduction .intro-title {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
    }

        .introduction .intro-title span {
            color: rgba(255, 255, 255, 0.9);
            position: relative;
        }

            .introduction .intro-title span::after {
                content: "";
                position: absolute;
                bottom: -2px;
                left: 0;
                right: 0;
                height: 3px;
                background: rgba(255, 255, 255, 0.6);
                border-radius: 2px;
            }

    .introduction .intro-text {
        font-size: 14px;
        color: #fff;
        margin-bottom: 40px;
    }

    .introduction .intro-feature-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 15px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        transition: all 0.3s ease;
        height: 100%;
    }

        .introduction .intro-feature-item:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-2px);
        }

        .introduction .intro-feature-item i {
            font-size: 24px;
            color: #fff;
            margin-bottom: 10px;
        }

        .introduction .intro-feature-item span {
            color: #fff;
            font-weight: 600;
            font-size: 14px;
        }

/*#endregion*/

/*#region About Us*/

.about-us {
    padding: var(--screen-sm-padding);
}

    .about-us p {
        color: var(--text-gray);
        font-weight: 300;
    }

.about-gallery .about-grid {
    display: grid;
    gap: 12px;
}

    .about-gallery .about-grid .large {
        grid-column: span 2;
    }

/*#endregion*/

/*#region Services*/

.services {
    padding: var(--screen-sm-padding);
    background-color: var(--light-blue-colour);
}

    .services .block-icon {
        height: 60px;
        width: 60px;
        background: #fff;
        color: var(--main-colour);
    }

        .services .block-icon i {
            font-size: 25px;
        }

/*#endregion*/

/*#region Why Us*/

.why-us {
    padding: var(--screen-sm-padding);
}

    .why-us .block-icon {
        height: 60px;
        width: 60px;
    }

        .why-us .block-icon i {
            font-size: 25px;
        }

/*#endregion*/

/*#region Contact*/

.contact-form {
    padding: var(--screen-sm-padding);
    background-color: var(--light-blue-colour);
}

    .contact-form .section-title {
        margin-bottom: 20px;
    }

    .contact-form h4 {
        font-size: 18px;
        color: var(--text-black);
        margin-bottom: 10px;
    }

    .contact-form a, .contact-form svg {
        color: var(--main-colour);
    }

    .contact-form .message {
        height: 200px;
    }

    .contact-form .contact-list span, .contact-form .contact-list label, .contact-form .operating-hours span, .contact-form .operating-hours label {
        font-size: 14px;
    }

    /* Modern cards and chips */
    .contact-form .contact-card {
        background: #fff;
        border: 1px solid #e7eef8;
        border-radius: 18px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .contact-form .block-icon {
        height: 34px;
        width: 34px;
        background: #fff;
        border: 1px solid #e7eef8;
    }

        .contact-form .block-icon i {
            font-size: 14px;
        }

    .contact-form .facebook-link .block-icon i, .contact-form .facebook-link a {
        color: #1877F2;
        font-weight: 600;
        font-size: 14px;
    }

    .contact-form .whatsapp-link .block-icon i, .contact-form .whatsapp-link a {
        color: #25d366;
        font-weight: 600;
        font-size: 14px;
    }

/*#endregion*/

/*#region Footer*/

.footer {
    padding-top: 25px;
    background-color: #393939;
}

    .footer .container {
        padding-bottom: 25px;
    }

    .footer .footer-block img {
        max-width: 175px;
    }

    .footer .footer-block h2 {
        font-size: 16px;
        color: var(--cyan-colour);
        font-weight: 700;
    }

    .footer .footer-block p {
        color: var(--text-black);
        margin: unset;
    }

    .footer .footer-block ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .footer .footer-block ul li {
            margin-bottom: 8px;
        }

            .footer .footer-block ul li:last-child {
                margin: unset;
            }

            .footer .footer-block ul li a {
                position: relative;
                color: #fff;
                transition: 0.5s;
            }

                .footer .footer-block ul li a::before {
                    content: "\f061";
                    font-weight: 600;
                    left: 0;
                    opacity: 0;
                    transition: 0.5s;
                    position: absolute;
                    font-family: "Font Awesome 7 Free";
                }

                .footer .footer-block ul li a:hover {
                    padding-left: 20px;
                    text-decoration: underline;
                    color: var(--cyan-colour);
                }

                    .footer .footer-block ul li a:hover::before {
                        opacity: 1;
                        color: var(--cyan-colour);
                    }

    .footer .copyright_area {
        background: #fff;
        color: var(--text-black);
        text-align: center;
        padding: 20px 15px;
        font-size: 12px;
    }

        .footer .copyright_area a {
            font-weight: 700;
            text-transform: uppercase;
            color: var(--cyan-colour);
        }

            .footer .copyright_area a:hover {
                color: var(--text-black);
            }

/*#endregion*/

/*#region Privacy Policy*/

.privacy {
    padding-top: 45px; /*80px for navbar height*/
    padding-bottom: 50px;
    position: relative;
}

    .privacy h2 {
        font-size: 30px;
        font-weight: bold;
        color: var(--main-colour);
    }

    .privacy p {
        font-size: 16px;
        line-height: 33px;
        color: var(--text-gray);
    }

/*#endregion*/

/*#region Error Page*/

.error {
    padding: 50px 0;
}

    .error img {
        margin-bottom: 25px;
    }

    .error h1 {
        font-size: 45px;
        font-weight: 800;
    }

    .error h2 {
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .error p {
        font-size: 14px;
    }

/*#endregion*/





/*RESPONSIVE STYLES PER BREAK POINT*/

/* SM Screen (600px and up) */
@media (min-width: 600px) {
}


/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {

    /*#region Banner*/

    .banner p {
        font-size: 25px;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy h2 {
        font-size: 35px;
    }

    /*#endregion*/
}

/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {

    /*#region Navbar*/

    .navbar .navbar-nav .nav-item {
        border: unset;
    }

        .navbar .navbar-nav .nav-item .nav-link {
            font-size: 16px;
            padding: 10px 20px;
        }

            .navbar .navbar-nav .nav-item .nav-link::after {
                content: "";
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 100%;
                top: 100%;
                transition: transform 0.6s cubic-bezier(0.19,1,0.22,1);
                border-bottom: 3px solid var(--cyan-colour);
                transition: right 0.5s;
                margin: 0px 10px 0 10px;
            }

            .navbar .navbar-nav .nav-item .nav-link:hover {
                color: var(--cyan-colour);
            }

                .navbar .navbar-nav .nav-item .nav-link:hover::after {
                    right: 0;
                    transform: scaleX(1);
                    transform-origin: left center;
                    transition-duration: 0.4s;
                }

            .navbar .navbar-nav .nav-item .nav-link.active::after {
                right: 0;
            }

            .navbar .navbar-nav .nav-item .nav-link.active {
                color: var(--cyan-colour);
            }

    /*#endregion*/

    /*#region About Us*/

    .about-us {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Services*/

    .services {
        padding: var(--screen-lg-padding);
    }

        .services .services-grid {
            grid-auto-rows: 350px;
            gap: 16px;
        }

    /*#endregion*/

    /*#region Why Us*/

    .why-us {
        padding: var(--screen-lg-padding);
    }

        .why-us .why-grid {
            grid-auto-rows: 350px;
            gap: 16px;
        }

    /*#endregion*/

    /*#region Contact Us*/

    .contact-form {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Introduction*/

    .introduction {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region Footer*/

    .footer {
        padding-top: 50px;
    }

        .footer .container {
            padding-bottom: 50px;
        }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy {
        padding: var(--screen-lg-padding);
    }

        .privacy h2 {
            font-size: 40px;
        }

    /*#endregion*/
}

/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

    /*#region Master*/

    .section-title {
        margin-bottom: 40px;
    }

        .section-title h2 {
            font-size: 34px;
        }

    p {
        font-size: 16px;
    }

    h5 {
        font-size: 22px;
    }

    /*#endregion*/

    /*#region Banner*/

    .banner .carousel-caption {
        top: 14%;
        left: 12%;
    }

    .banner.carousel {
        height: 640px;
    }

    .banner .carousel-caption p {
        font-size: 25px;
    }

    .banner .carousel-caption h4 {
        font-size: 35px;
    }

    .banner .carousel-caption h5 {
        font-size: 65px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    /*#endregion*/

    /*#region Introduction*/

    .introduction {
        padding: 100px 0;
    }

        .introduction .intro-title {
            font-size: 34px;
        }

        .introduction .intro-text {
            font-size: 16px;
        }

    /*#endregion*/

    /*#region Contact us*/

    .contact-form h2 {
        font-size: 34px;
    }

    .contact-form h4 {
        font-size: 20px;
    }

    .contact-form a:hover {
        color: var(--text-black);
    }

    .contact-form .contact-list span, .contact-form .contact-list label, .contact-form .operating-hours span, .contact-form .operating-hours label {
        font-size: 16px;
    }


    .contact-form .facebook-link .block-icon i, .contact-form .facebook-link a, .contact-form .whatsapp-link .block-icon i, .contact-form .whatsapp-link a {
        font-size: 16px;
    }

    /*#endregion*/

    /*#region Footer*/

    .footer .footer-block h2 {
        font-size: 18px;
    }

    .footer .copyright_area {
        font-size: 14px;
    }

    /*#endregion*/

    /*#region Error Page*/

    .error h1 {
        font-size: 85px;
    }

    .error h2 {
        font-size: 75px;
        margin-bottom: 30px;
    }

    .error p {
        font-size: 18px;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy h2 {
        font-size: 45px;
    }

    /*#endregion*/

}

/*High Definition Plus (HD+) ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {

    /*#region Banner*/

    .banner.carousel {
        height: 726px;
    }

    .banner .carousel-caption h4 {
        font-size: 40px;
    }

    .banner .carousel-caption h5 {
        font-size: 70px;
    }

    .banner .carousel-caption p {
        font-size: 30px;
    }

    /*#endregion*/
}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {

    /*#region Banner*/

    .banner.carousel {
        height: 791px;
    }

    /*#endregion*/
}

/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}

/*Extra Large Screen 32 Inch ( (Resolution 3840x2160 ) 3840px and up) */
@media (min-width: 3840px) {
}
