﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.table {
    display: table;
    margin: 0 auto;
    width: 1100px;
    /*width: 100%;*/
}

.table-row {
    display: table-row;
    width: 100%;
}

.table-cell {
    display: table-cell;
    padding-right: 20px;
    padding-bottom: 20px;
}

.txbx {
    display: inline-block;
    width: 100%;
    background-color: #f1f5f9;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin: 6px 0 0 0;
    padding: 10px 8px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 100;
    box-sizing: border-box;
}

.selectlist {
    display: inline-block;
    /*width: 320px;*/
    width: 100%;
    background-color: #f1f5f9;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin: 6px 0 0 0;
    padding: 8px 8px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 100;
    box-sizing: border-box;
    /*height: 48px;*/
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.wd120 {
    width: 120px;
}

#mtext p {
    text-align: justify !important;
}

.rc {
    list-style: none;
    list-style-position: outside;
    padding-left: 0px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 0;
    text-align: left;
}

    .rc li {
        display: block;
        padding: 6px 0 6px 30px;
        text-indent: -48px;
    }

        .rc li:before {
            font: 20px/20px 'themify';
            display: block;
            text-align: left;
            width: 48px;
            float: left;
            color: var(--askor);
            content: "\e60a";
            padding-left: 6px;
        }

.back_btn {
    background: #f4f4f4;
    border-radius: .1875rem;
    position: relative;
    display: inline-block;
    padding: 1px 15px;
    margin: 40px 8px 5px 0;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    line-height: 24px;
    font-size: .6rem !important;
    color: #222;
}

    .back_btn:hover {
        background: #505cfd;
        color: #fff;
        opacity: 1;
    }

h5 {
    font-weight: 400 !important;
}





/*******************************_layout*******************************/

.footer-widgets {
    padding: 60px 0 0 0;
}

.widget {
    margin: 0;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 900px;
    margin: 20px auto;
}

    .white-popup ul {
        list-style: none;
        list-style-position: outside;
        padding-left: 0px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 30px 0;
        text-align: left;
    }

        .white-popup ul li {
            display: block;
            padding: 6px 0 6px 40px;
            text-indent: -28px;
        }

            .white-popup ul li:before {
                font: 16px/16px 'themify';
                display: block;
                text-align: left;
                width: 28px;
                float: left;
                color: #ccc;
                content: "\e60a";
                padding-left: 6px;
            }

.tit {
    text-transform: uppercase;
    color: #222;
}

.go_disabled {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 1070;
}

    .go_disabled [class*=ti-] {
        font-size: 30px;
        line-height: 70px;
        color: black;
    }

@media (max-width: 991.98px) {
    .go_disabled {
        display: none !important;
    }
}

.mobile-menu {
    background: rgba(255, 255, 255, 0.95);
    /*text-align: center !important;*/
    /*max-height: 340px;*/
    position: fixed;
    width: 100%;
    /*height: 100%;*/
    left: 0;
    top: 74px;
    bottom: 0;
    z-index: 1050;
}

    .mobile-menu.show {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mobile-menu.collapse {
        display: none;
    }

        .mobile-menu.collapse.show {
            display: block;
        }

    .mobile-menu.collapsing {
        height: 0;
        transition: height .35s ease;
    }

.extra-nav {
    z-index: 1060;
}

.scroll-lock {
    overflow: hidden;
}

span.circle {
    background: #cccccc;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

.blockquote p {
    color: var(--askor);
}

.textwidget, .copyright {
    color: var(--white);
}

.icon-holder {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .icon-holder > div {
       
        flex-direction: column;
        flex-basis: 20%;
        flex: 1;
        padding-right: 40px;
    }

        .icon-holder > div:last-child {
            padding-right: 0px;
        }


.icon-box {
    cursor: pointer;
}

    .icon-box a {
        color: var(--black);
    }

        .icon-box a:hover {
            color: var(--askor);
        }

.icon-box-content > p {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
}

.icon-box-icon > img {
    height: 5rem;
}

.button-holder {
    /*    flex-direction: row;
    width: 100%;
    display: flex;*/
    display: grid;
    width: 100%;
    grid-template-columns: auto 1fr 1fr;
    gap: 10px;
}

    .button-holder > div, .button-holder > button {
        flex-direction: column;
        flex-basis: 100%;
        border: 2px solid var(--askor-border);
        border-radius: 50vh;
        flex: 1;
        white-space: nowrap;
        text-align: center;
        margin: 6px;
        padding: 3px 8px;
        /*transition: 0.3s;*/
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        transition: all 0.3s ease-in-out;
    }

    .button-holder > button {
        background-color: #FFFFFF;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .button-holder > div::after {
        content: "";
        border-radius: 50vh;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .button-holder > div:hover, .button-holder > button:hover {
        color: var(--white);
        background: var(--askor-border);
        cursor: pointer;
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

        .button-holder > div:hover::after {
            opacity: 1;
        }

.hdr {
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font-family-poparial);
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: .5rem;
}

@media (max-width: 915.98px) {
    .button-holder {
        display: block;
    }

        .button-holder > div, .button-holder > button {
            display: block;
            width: 100%;
            text-wrap: auto;
            margin: 6px 0 6px 0;
        }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .brand-dark {
        display: inline-block !important;
    }

    .brand-light {
        display: none !important;
    }

    .icon-holder {
        display: block;
        width: 60%;
        margin: 0 20% 0 20%;
    }

        .icon-holder > div {
            padding-right: 0;
        }

        .hdr{
            letter-spacing: 0.2rem;
        }
}

.module-title {
    position: relative;
    padding: 140px 0 100px;
}
