﻿/*font-family: 'Inter', sans-serif; font-family: 'Open Sans', sans-serif;*/
body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0 auto;
    color: #1e1e1e;
    font-size: 15px;
    line-height: 25px;
}

.main-header {
    padding: 20px 0px;
    background: #292929;
}

.section-padding {
    padding: 10px 0px;
    margin-bottom: 30px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.shrink {
    background: #292929;
    box-shadow: 0px 3px 6px #00000029;
}


.fixed-header .sticky-header {
    opacity: 1;
    visibility: visible;
}

.otherpage-header {
    background: #292929;
}

.navbar-soft .navbar-nav .nav-item:hover .nav-link.btn-outline-light, .navbar-soft .navbar-nav .nav-item.show .nav-link.btn-outline-light {
    color: #000;
}

.navbar-soft .navbar-nav .nav-link.btn-outline-light {
    border-color: #fff !important;
}

.banner-section {
    position: relative;
}

.our-process {
    position: absolute;
    top: 16%;
    right: 8%;
    width: 450px;
    z-index: 10;
    padding: 40px 0px;
}

.our-process-box {
    background: #e1e1e1;
}

    .our-process-box h3 {
        background-color: #ed1c24;
        padding: 10px 15px;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 24px;
    }

.process-step {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

    .process-step .detail h6 {
        color: #FE5827;
        margin-bottom: 0px;
    }

    .process-step .detail h4 {
        color: #000;
        font-size: 18px;
    }

    .process-step .img-box {
        width: 100px;
        text-align: center;
    }

.section-title {
    position: realtive;
}

    .section-title h5 {
        color: #FE5827;
        font-size: 22px;
    }

    .section-title h2 {
        font-size: 55px;
        line-height: 1.1;
        color: #000;
        font-weight: bold;
        margin-bottom: 15px;
    }

/***Enquiry Now Page css start here**/
.enquiry-form {
    background: #fff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px 30px 30px;
}

    .enquiry-form .form-group {
        margin-bottom: 15px;
    }

        .enquiry-form .form-group label {
            margin-bottom: 5px;
            font-size: 15px;
        }

    .enquiry-form h3 {
        text-align: center;
        margin-bottom: 20px;
        color: #ed741b;
        font-weight: 800;
    }

    .enquiry-form .form-control {
        background-color: #e7e7e7;
        border: 1px solid #e5e5e5;
        padding: 8px 0.75rem;
        border-radius: 4px;
    }

    .enquiry-form .custom-btn {
        background: #ed741b;
        color: #fff;
        padding: 10px 20px;
    }

.disclaimer-box {
    font-size: 13px;
    font-style: italic;
}

    .disclaimer-box h6 {
        font-weight: bold;
    }

/***Enquiry Now Page css start here**/


/****login page css start here***/
.account-login {
    background-color: #f0f1f5;
    padding: 100px 0px 40px;
}

    .account-login .login-form {
        padding: 42px;
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 40px #00000008;
        box-shadow: 0 5px 40px #00000008;
    }

@media(max-width:767px) {
    .account-login .login-form {
        padding: 30px;
    }

    .widget_resource {
        margin-left: 0px
    }

    .widget_quicklinks {
        margin-left: 0px
    }
}

.account-login .login-form .card-body {
    padding: 0;
}

.account-login .login-form .title {
    margin-bottom: 30px;
}

    .account-login .login-form .title h3 {
        font-size: 22px;
        font-weight: 700;
        color: #081828;
        margin-bottom: 10px;
    }

.account-login .login-form .social-login .btn {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    display: block;
    font-weight: 600;
}

    .account-login .login-form .social-login .btn i {
        display: inline-block;
        margin-right: 4px;
        font-size: 15px;
    }

@media(max-width:767px) {
    .account-login .login-form .social-login .btn {
        margin: 6px 0;
    }
}

.account-login .login-form .social-login .facebook-btn {
    border-color: #3b5998;
    background-color: transparent;
    color: #3b5998;
}

    .account-login .login-form .social-login .facebook-btn:hover {
        background-color: #3b5998;
        border-color: transparent;
        color: #fff;
    }

.account-login .login-form .social-login .twitter-btn {
    border-color: #55acee;
    background-color: transparent;
    color: #55acee;
}

    .account-login .login-form .social-login .twitter-btn:hover {
        background-color: #55acee;
        border-color: transparent;
        color: #fff;
    }

.account-login .login-form .social-login .google-btn {
    border-color: #dd4b39;
    background-color: transparent;
    color: #dd4b39;
}

    .account-login .login-form .social-login .google-btn:hover {
        background-color: #dd4b39;
        border-color: transparent;
        color: #fff;
    }

.account-login .bottom-content {
    margin-top: 25px;
}

.account-login .alt-option {
    margin: 30px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media(max-width:767px) {
    .account-login .alt-option {
        margin: 20px 0;
    }
}

.account-login .alt-option span {
    font-size: 14px;
    background: #fff;
    color: #888;
    padding: 5px 15px;
}

.account-login .alt-option:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    content: "";
    z-index: -1;
}

.account-login .form-group {
    margin-bottom: 15px;
}

    .account-login .form-group label {
        display: block;
        margin-bottom: 8px;
        width: 100%
    }

    .account-login .form-group .form-control {
        padding: 0 18px;
        -webkit-transition: color .25s, background-color .25s, border-color .25s;
        transition: color .25s, background-color .25s, border-color .25s;
        border: 1px solid #e0e0e0;
        background-color: #fff;
        color: #505050;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 46px;
        border-radius: 4px !important;
        overflow: hidden;
        width: 100%
    }

        .account-login .form-group .form-control:focus {
            border-color: #0167f3;
        }

.account-login .lost-pass {
    color: #888;
}

    .account-login .lost-pass:hover {
        color: #0167f3;
    }

.account-login .button {
    margin-top: 30px;
}

    .account-login .button .btn {
        width: 100%
    }

.account-login .outer-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #081828;
    margin-top: 30px;
    text-align: center;
}

    .account-login .outer-link a {
        color: #0167f3;
    }

        .account-login .outer-link a:hover {
            text-decoration: underline;
        }
/****login page css start here***/


/****footer css start here****/
.footer-section {
    background: #292929;
    padding: 30px 0px 20px;
}

    .footer-section p {
        color: #fff;
    }

.social-media {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .social-media li {
        display: inline-block;
    }

        .social-media li a {
            color: #000000;
            text-decoration: none;
        }

    .social-media li {
        color: #000000;
        font-size: 16px;
        margin-left: 10px;
    }

.footer-menu, .contact-details {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .contact-details li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 15px;
    }

        .contact-details li a {
            text-decoration: none;
            color: #fff;
        }

        .contact-details li i {
            position: absolute;
            left: 0px;
            right: 0px;
            width: 25px;
            text-align: center;
            line-height: 24px;
            font-size: 12px;
            color: #fff;
            height: 25px;
            border-radius: 50%;
            background: #dc3545;
        }

    .footer-menu li {
        font-size: 15px;
        display: block;
    }

        .footer-menu li:hover a, .copright-text a:hover {
            color: #dc3545;
        }

        .footer-menu li a, .copright-text a {
            text-decoration: none;
            color: #fff;
        }

.widget_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.widget_resource {
    margin-left: 10%
}

.widget_quicklinks {
    margin-left: 14%
}

.copright-text {
    color: #fff;
}

    .copright-text hr {
        border-color: #4b5768;
    }

@media only screen and (min-width: 1400px) {
    .widget_resource {
        margin-left: 12%
    }

    .widget_quicklinks {
        margin-left: 40%
    }
}

@media only screen and (max-width: 991px) {
    div#main_nav99 {
        position: absolute;
        right: 0px;
        background: #273850;
        z-index: 9;
        top: 48px;
        width: 280px;
        text-align: center;
        border-radius: 5px;
    }

    .navbar-soft .navbar-nav .nav-item:nth-last-child(2) {
        margin-bottom: 10px;
    }

    .our-process {
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        padding: 100px 0px 40px 0px;
        width: 100%;
    }

    .carousel-caption {
        width: 100%;
        width: 100%;
        left: 0px;
        right: 0px;
        top: unset;
        position: relative;
        padding: 20px 10px;
        background: #292929;
    }

    .display-4 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
        color: #fff;
    }

    .about-content {
        margin-top: 20px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .process-step {
        padding: 10px 5px;
    }

        .process-step .detail h4 {
            font-size: 16px;
        }

    .main-header {
        padding: 6px 0px;
    }

    .our-process-box h3 {
        padding: 8px 5px;
        font-size: 23px;
    }

    .mobile-header {
        background: #4b5768;
    }

    .widget_resource {
        margin-left: 0px
    }

    .widget_quicklinks {
        margin-left: 0px
    }
}

.success_message {
    color: green;
}

.footer_logo img {
    width: 215px;
}

.body-layout {
    padding-top: 100px;
    padding-bottom: 30px;
    min-height: 669px;
}

.home-body-layout {
    min-height: 669px;
}

.front-end-footer {
    padding-top: 20px;
}

.rz-button.rz-primary.rz-shade-default {
    background-color: #FE5827 !important;
}

.display-4 {
    font-size: 43px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
}

.carousel-caption {
    position: absolute;
    top: 12%;
    left: 10%;
    z-index: 10;
    padding-bottom: 20px;
    color: #292929;
    text-align: left;
    width: 600px;
}

.card-header {
    border-bottom: none;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.card {
    border: 1px solid rgba(0,0,0,.125) !important;
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

    .card-header.border-0 {
        /* background: #394557; */
    }

.login-header h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #ed741b !important;
    font-weight: 800;
}

.container {
    max-width: 100% !important;
}

    .container .logo-box img {
        height: 70px !important;
    }

.btn-danger {
    background-color: #FE5827 !important;
}
.row {
    --bs-gutter-x: 0rem !important;
}
