@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*#region Master*/
:root {
    --main-color: #172A54;
    --text-black: #454d40;
    --gray-text: #626061;
    --red-colour: #842F36;
}

body {
    position: relative;
    padding: 0;
    text-rendering: optimizeSpeed;
    color: var(--text-black);
    font-size: 14px;
    font-family: "Lato", sans-serif;
}

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

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

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

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

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

.contact-us .form-floating > label {
    font-weight: bold;
    color: var(--main-color);
}

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

.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-color);
    opacity: 1;
}

.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(--red-colour);
            color: var(--gray-text);
        }

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

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

.btn-main {
    background-color: var(--main-color);
    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 {
        color: #fff !important;
    }

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

    .section-title h2 {
        font-size: 22px;
        font-weight: bold;
        position: relative;
        color: var(--main-color);
    }

    .section-title p {
        font-size: 14px;
        line-height: 30px;
    }

    .section-title h2::after {
        margin: 0 0 10px 15px;
    }

.icon-content {
    display: flex;
    margin-bottom: 10px;
    transition: 0.5s;
}

    .icon-content:last-child {
        margin-bottom: 40px;
    }

.item-icon {
    height: 60px;
    width: 60px;
    border: none;
    font-size: 22px;
    line-height: 60px;
    flex: none;
    color: white;
    transition: 0.5s;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%;
    background: var(--main-color);
}

    .item-icon i {
        width: 22px;
        height: 22px;
    }


/*#endregion*/

/*#region Navbar*/

.contact-header {
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid #e8e8e1;
    padding: 5px 0;
}

    .contact-header .header-icon {
        font-size: 12px;
        padding: 8px 12px;
        color: var(--main-color);
        transition: all 300ms linear 0s;
    }

.header-icon:hover {
    text-decoration: none;
    color: var(--gray-text);
}

.header-icon i {
    height: 17px;
    width: 17px;
}

.navbar {
    background-color: #eeeeee;
    padding: 0;
    transition: all 0.5s;
}

    .navbar img {
        height: 45px;
    }


.navbar-nav .nav-item {
    display: block;
    padding: 3px 0;
    border-top: 1px solid #f3f3f3;
}

    .navbar-nav .nav-item .nav-link {
        position: relative;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 5px 20px;
        text-transform: capitalize;
        color: var(--text-black);
        cursor: pointer;
    }

        .navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
            color: var(--red-colour);
            font-weight: 600;
        }

.navbar-nav .btn-main {
    line-height: 40px;
    display: block !important;
}


/*#endregion*/

/*#region Banner*/

.banner {
    padding: 45px 0;
    background-image: url(../media/banner/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 450px;
}

    .banner h1 {
        font-size: 45px;
        font-weight: 800;
        color: var(--main-color);
        line-height: 50px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner p {
        font-size: 22px;
        font-weight: 600;
        color: white;
    }

    .banner img {
        border-radius: 5px;
    }

    .banner i {
        color: var(--red-colour);
        font-size: 10px;
        vertical-align: middle;
    }

    .banner span {
        margin: 0 10px 0 5px;
    }

/*#endregion*/

/*#region About Us*/

.about-us {
    padding: 70px 0 35px 0;
}

    .about-us img {
        border-radius: 5px;
        height: 270px;
    }

    .about-us .content-detail h3 {
        font-size: 16px;
        font-weight: 700;
        color: var(--gray-text);
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .about-us .content-detail h3::after {
            content: "";
            position: absolute;
            display: block;
            width: 60px;
            height: 3px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

    .about-us .content-detail p {
        font-size: 14px;
        line-height: 30px;
    }

/*#endregion*/

/*#region Services*/

.services {
    padding: 35px 0;
}

    .services img {
        border-radius: 5px;
    }

    .services .content-detail h3 {
        font-size: 16px;
        font-weight: 700;
        color: var(--gray-text);
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .services .content-detail h3::after {
            content: "";
            position: absolute;
            display: block;
            width: 60px;
            height: 3px;
            background: var(--main-color);
            left: 0;
            bottom: 0;
        }

    .services .content-detail p {
        font-size: 14px;
    }

    .services .icon-content .service-info-content h5 {
        color: var(--main-color);
    }

    .services .icon-content .service-info-content p {
        color: var(--text-black);
    }


/*#endregion*/

/*#region Blue Block*/

.blue-block {
    background-color: var(--main-color);
}

    .blue-block .padding-box {
        padding: 25px;
        text-align: center;
    }

    .blue-block p {
        color: #fff;
        font-size: 35px;
    }

    .blue-block span {
        color: var(--red-colour);
        font-weight: 800;
    }

    .blue-block .authorised p {
        color: #fff;
        font-size: 12px;
    }

/*#endregion*/

/*#region Brands */

.brands {
    padding: 70px 0 35px 0;
}

.brand-logos {
    z-index: 999;
    margin-bottom: 30px;
}

.brands .brand-logos img {
    transition: 0.3s;
    height: 60px;
    filter: none;
    opacity: 1;
}

    .brands .brand-logos img:hover {
        opacity: 0.5;
        filter: grayscale(100);
    }

/*#endregion */

/*#region Contact Us*/

.contact-us {
    padding: 35px 0;
}

    .contact-us h3 {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-black);
    }

    .contact-us p {
        font-size: 14px;
        line-height: 30px;
    }

    .contact-us p {
        color: var(--gray-text);
        margin-bottom: 30px;
        font-size: 15px;
    }

    .contact-us .send-mesg h3 {
        font-weight: 600;
        font-size: 25px;
    }

    .contact-us .contact-info-content h5 {
        font-size: 15px;
    }

    .contact-us .contact-info-content p {
        font-size: 15px;
    }

    .contact-us .item-icon {
        background-color: var(--main-color);
    }

        .contact-us .item-icon i {
            color: #fff;
        }

    .contact-us .form-control:focus {
        border-color: var(--main-color);
        box-shadow: unset;
    }

    .contact-us .form-switch label {
        color: var(--text-black) !important;
    }

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

/*#endregion*/

/*#region Privacy Policy*/

.privacy {
    padding-top: 45px;
    padding-bottom: 50px;
    position: relative;
}

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

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

/*#endregion*/

/*#region Footer*/

.footer {
    padding-top: 25px;
    background-color: var(--main-color);
}

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

    .footer .footer-block {
        margin-bottom: 15px;
    }

        .footer .footer-block img {
            width: 300px;
            margin-bottom: 20px;
            margin-left: -7px;
        }

    .footer .footer-img-block i {
        font-size: 7px;
        color: var(--red-colour);
    }

    .footer .footer-block h2 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 15px;
    }

    .footer .footer-block p {
        font-size: 13px;
        color: #fff;
    }

    .footer .footer-block a {
        font-size: 15px;
    }

    .footer .footer-block span {
        font-size: 10px;
        color: #fff;
        margin: 0 10px 0 5px;
    }

    .footer .footer-block .quick-links, .footer .footer-block .contact-info {
        list-style: none;
        padding-left: 0;
    }

    .footer .footer-block a {
        color: #fff;
        transition: all 300ms linear 0s;
        position: relative;
    }

        .footer .footer-block a:hover {
            color: var(--gray-text);
        }

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

        .footer .copyright_area a {
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            color: var(--main-color);
        }

.footer-row {
    padding-bottom: 20px;
}

.footer .header-icon {
    padding: 8px 0px;
}

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

/*#endregion*/

/*#region Error Page*/

.error-page-1 {
    padding: 50px 0;
}

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

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

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

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

/*#endregion*/


/*RESPONSIVE STYLES PER BREAK POINT*/
/* SM Screen (600px and up) */
@media (min-width: 600px) {
    /*#region Banner*/

    .banner {
        height: 395px;
        background-position: 25%;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

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

    /*#endregion*/
}


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

    .section-title h2::before {
        margin: 0 15px 10px 0;
    }

    .section-title h2::before, .section-title h2::after {
        content: "";
        width: 50px;
        height: 3px;
        background: var(--red-colour);
        display: inline-block;
    }

    /*#region Banner*/

    .banner {
        padding: 80px 0;
        height: 585px;
        background-position: 33%;
    }

        .banner h1 {
            font-size: 70px;
            line-height: 90px;
        }

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

    /*#endregion*/

    /*#region About Us*/

    .about-us {
        padding: 80px 0 40px 0;
    }

        .about-us .section-title p {
            font-size: 16px;
        }

        .about-us .content-detail p {
            font-size: 16px;
        }

    /*#endregion*/

    /*#region Services*/

    .services {
        padding: 40px 0;
    }

        .services .section-title p {
            font-size: 16px;
        }

        .services .content-detail p {
            font-size: 16px;
        }

    .icon-content {
        margin-bottom: 15px;
    }

        .icon-content:last-child {
            padding: unset;
        }

    /*#endregion*/

    /*#region Brands*/

    .brands {
        padding: 80px 0 40px 0;
    }

    /*#endregion*/

    /*#region Contact Us*/

    .contact-us {
        padding: 40px 0 80px 0;
    }

    /*#endregion*/

    /*#region Footer*/

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

    /*#endregion*/

}

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

    /*#region Navbar*/

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

        .navbar-nav .nav-item .nav-link {
            letter-spacing: 4px;
            font-size: 14px;
            padding: 0 30px;
        }

    .navbar-nav:first-child .nav-link {
        padding-left: 0px !important;
    }

    /*#endregion*/

    /*#region Banner*/

    .banner {
        height: 560px;
        padding: 95px 0;
    }

        .banner h1 {
            font-size: 80px;
            line-height: 100px;
        }

    /*#endregion*/

    /*#region Services*/

    .services .content-detail p {
        font-size: 14px;
    }

    /*#endregion*/

    /*#region Blue Block*/

    .blue-block .padding-box {
        padding: 35px;
    }

    /*#endregion*/

    /*#region Brands*/

    .section-title h5 {
        font-size: 30px;
    }

    /*#endregion*/

    /*#region Footer*/

    .footer {
        padding-top: 50px;
    }

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

        .footer .footer-block {
            margin-bottom: 0px;
        }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy {
        padding-bottom: 75px;
    }

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

    /*#endregion*/
}

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

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

        .section-title p {
            font-size: 20px;
            line-height: 30px;
        }

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

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

    /*#region Navbar*/

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 0px 65px;
    }

    /*#endregion*/

    /*#region Banner*/

    .banner {
        height: 680px;
    }

        .banner h1 {
            font-size: 100px;
            margin-bottom: 20px;
        }

        .banner p {
            margin-bottom: 40px;
        }

    /*#endregion*/

    /*#region About Us*/

    .about-us .section-title p {
        font-size: 18px;
    }

    .about-us .content-detail h3 {
        font-size: 18px;
    }

    /*#endregion*/

    /*#region Services*/

    .services .section-title p {
        font-size: 18px;
    }

    .services .content-detail h3 {
        font-size: 18px;
    }

    .services .content-detail p {
        font-size: 16px;
    }

    .icon-content {
        margin-bottom: 30px;
    }

    /*#endregion*/

    /*#region Blue Block*/

    .blue-block p {
        font-size: 60px;
    }

    .blue-block .authorised p {
        font-size: 14px;
    }

    /*#endregion*/

    /*#region Contact Us*/

    .contact-us .icon-content {
        margin-bottom: 20px;
    }

    .contact-us h3 {
        font-size: 20px;
    }

    .contact-us .send-mesg h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .contact-us .send-mesg a {
        margin-bottom: 30px;
        font-size: 16px;
    }

        .contact-us .send-mesg a:hover {
            color: var(--gray-text);
        }

    /*#endregion*/

    /*#region Footer*/

    .footer {
        padding-top: 50px;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

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

    /*#endregion*/

    /*#region Error Page*/

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

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

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

    /*#endregion*/
}

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

    /*#region Banner*/

    .banner {
        padding: 150px 0;
    }

    /*#endregion*/

}

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

    /*#region Banner*/

    .banner {
        height: 850px;
    }

    /*#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;
    }
}
