﻿*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 16px !important;
    line-height: 1.5;
}

h3, .h3 {
    font-size: 1.75rem !important;
}

.fw-700 {
    font-weight: 700;
}

.main-container {
    margin: 0;
    /*height: calc(100vh - 140px);*/
}

.site-footer {
    background-color: var(--site-footer-bg);
    background-image: none;
    color: #FFFFFF;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}

    .site-footer .footer-copyright {
        min-height: 70px;
        border-style: solid;
        border-width: 0px;
        border-top-width: 1px;
        border-top-color: #c3c1c145;
        font-weight: 500;
    }
.footer-menu{
    margin-top:60px;
}
.footer-inner-wrap {
    padding: 15px 0px;
}

.grid-container {
    display: grid;
    align-content: center;
}

.ftco-section {
    padding: 4em 0;
}
.footer-address {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width:768px) and  (max-width: 991px) {
    .m-footer-logo {
        width: 100%;
    }

    .m-media {
        align-items: center;
        justify-content: center;
    }

    .list-address {
        display: flex;
        justify-content: center;
    }

        .list-address li {
            margin-right: 5rem;
        }

    .d-flex-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .list-address {
        display: flex;
        flex-direction:column
    }

        .list-address li {
            margin-right: 0rem;
        }
    .d-flex-column {
        display: flex;
        flex-direction: column;
    }
    .d-flex-column .d-flex-item {
        margin-left:6rem;
    }
    }
/* Contact us */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-wrap {
    background: #fff;
}

.info-wrap {
    color: rgba(255, 255, 255, 0.8);
}

    .info-wrap h3 {
        color: #fff;
    }

    .info-wrap .dbox {
        width: 100%;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 25px;
    }

        .info-wrap .dbox:last-child {
            margin-bottom: 0;
        }

        .info-wrap .dbox p {
            margin-bottom: 0;
        }

            .info-wrap .dbox p span {
                font-weight: 500;
                color: #fff;
            }

            .info-wrap .dbox p a {
                color: #fff;
            }

        .info-wrap .dbox .icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

            .info-wrap .dbox .icon span {
                font-size: 20px;
                color: #fff;
            }

        .info-wrap .dbox .text {
            width: calc(100% - 50px);
        }

.form-group {
    margin-bottom: 1.2rem;
}

/*.row {
    --bs-gutter-x: 0rem;
}*/

.pl-3 {
    padding-left: 1rem !important;
}

.btnc {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.btnc.btn-primary {
    background: #01d28e !important;
    border-color: #01d28e !important;
    color: #fff;
}

.bg-primary {
    background: var(--site-global-bg1) !important;
}

.bg-warning {
    background: var(--site-global-bg0) !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
/* About us */
.content-wrap .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}

    .content-wrap .content p {
        font-size: 16px;
        font-weight: 500;
    }

    .content-wrap .content span {
        font-size: 18px;
    }

.img-wrap img {
    max-width: 100%;
    height: 100%;
}

/* faqs */
.faqs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    font-size: 16px;
}

.faqs-content {
    width: 60%;
}

    .faqs-content a {
        color: var(--site-color-black1);
    }

    .faqs-content h1 {
        font-size: 50px;
        font-weight: 700;
    }

.faqs-accordion {
    text-align: left;
}

    .faqs-accordion .faqs-accordion-parent {
        border: 1px solid var(--site-global-bg0);
        margin-bottom: 5px;
    }
    .faqs-accordion .faqs-parent-title {
        background: var(--site-global-bg0);
    }
    .faqs-accordion .faqs-accordion-item {
        border: 1px solid #d5d8dc;
    }

        .faqs-accordion .faqs-accordion-item + .faqs-accordion-item {
            border-top: none;
        }

    .faqs-accordion .faqs-parent-title, .faqs-accordion .faqs-tab-title {
        margin: 0;
        padding: 15px 20px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        outline: none;
    }

        .faqs-accordion .faqs-parent-title .faqs-accordion-icon, .faqs-accordion .faqs-tab-title .faqs-accordion-icon {
            display: inline-block;
            width: 1.5em;
        }

            .faqs-accordion .faqs-tab-title .faqs-accordion-icon svg, 
            .faqs-accordion .faqs-parent-title .faqs-accordion-icon svg {
                width: 1em;
                height: 1em;
            }

            .faqs-accordion .faqs-tab-title .faqs-accordion-icon.faqs-accordion-icon-right, 
            .faqs-accordion .faqs-parent-title .faqs-accordion-icon.faqs-accordion-icon-right {
                float: right;
                text-align: right;
            }

            .faqs-accordion .faqs-tab-title .faqs-accordion-icon.faqs-accordion-icon-left, 
            .faqs-accordion  .faqs-parent-title .faqs-accordion-icon.faqs-accordion-icon-left {
                float: left;
                text-align: left;
            }

            .faqs-accordion .faqs-tab-title .faqs-accordion-icon .faqs-accordion-icon-closed, 
            .faqs-accordion .faqs-parent-title .faqs-accordion-icon .faqs-accordion-icon-closed {
                display: block;
            }

            .faqs-accordion .faqs-tab-title .faqs-accordion-icon .faqs-accordion-icon-opened,
            .faqs-accordion .faqs-tab-title.faqs-active .faqs-accordion-icon-closed,
            .faqs-accordion .faqs-parent-title .faqs-accordion-icon .faqs-accordion-icon-opened,
            .faqs-accordion .faqs-parent-title.faqs-active .faqs-accordion-icon-closed {
                display: none;
            }

        .faqs-accordion .faqs-tab-title.faqs-active .faqs-accordion-icon-opened, 
        .faqs-accordion .faqs-parent-title.faqs-active .faqs-accordion-icon-opened {
            display: block
        }

    .faqs-accordion .faqs-tab-content, .faqs-accordion .faqs-parent-content {
        display: none;
        padding: 15px 20px;
        border-top: 1px solid #d5d8dc;
    }

@media (max-width:767px) {
    .faqs-accordion .faqs-tab-title {
        padding: 12px 15px;
    }

        .faqs-accordion .faqs-tab-title .faqs-accordion-icon {
            width: 1.2em;
        }

    .faqs-accordion .faqs-tab-content {
        padding: 7px 15px;
    }
}
/* Login */
@media (max-width:480px){
    .mx-5 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

.title-color {
    color: #0c71c3;
}
.custom-width-img-wrap {
    width: 60%;
}
.embed-custom-width {
    width: 100%;
    height: 450px;
}
.widthheight-100 {
    width: 100%;
    height: 100%;
}