/*# Style */

.sub_check,
.sub_check1 {
    margin: 0px 0;
    text-align: left;
}

.sub_check h4,
.sub_check1 h4 {
    font-size: 15px;
    font-weight: 600 !important;
    text-decoration: underline;
    color: #000;
    margin-bottom: 10px;
}

.sub_check label,
.sub_check1 label {
    position: relative;
    margin-bottom: 0;
    color: #000;
}

.sub_check1 label {
    display: block;
    margin-bottom: 0px;
}

.sub_check input,
.sub_check1 input {
    position: absolute;
    top: 5px;
    line-height: unset;
    height: 15px !important;
    width: 15px !important;
}

.sub_check1 input {
    top: 2px;
}

.sub_check p,
.sub_check1 p {
    margin-top: 2px;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: unset;
    color: #000;
}

.sub_check a,
.sub_check1 a {
    color: #fcb941;
}

.sub_check a:hover,
.sub_check1 a:hover {
    color: #000;
}


/* ======= Start Captcha ======= */

.captcha {
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 2px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text_cap {
    font-size: 12px;
    font-weight: 700;
    margin-right: 1em;
    color: #000;
}

.spinner {
    position: relative;
    width: 25px;
    height: 25px;
    display: flex;
    margin: 0px 10px 0px 5px;
    align-items: center;
    justify-content: center;
}

.spinner input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    margin: 0;
    height: unset;
    opacity: 0;
}

.spinner input[type="checkbox"]+.checkmark {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 12px;
}

.spinner input[type="checkbox"]+.checkmark span {
    content: '';
    position: relative;
    margin-top: -10px;
    transform: rotate(45deg);
    width: 13px;
    height: 25px;
    opacity: 0;
}

.spinner input[type="checkbox"]+.checkmark>span:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #0acc71;
}

.spinner input[type="checkbox"]+.checkmark>span:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #0acc71;
}

.spinner input[type="checkbox"]:checked+.checkmark {
    animation: 2s spin forwards;
}

.spinner input[type="checkbox"]:checked+.checkmark>span {
    animation: 1s fadein 1.9s forwards;
}

.spinner input[type="checkbox"]:checked+.checkmark>span:after {
    animation: .3s bottomslide 2s forwards;
}

.spinner input[type="checkbox"]:checked+.checkmark>span:before {
    animation: .5s rightslide 2.2s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.logo1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: self-start;
    margin: 10px 10px;
}

.logo1 img {
    height: 18px;
    width: 18px;
}

.logo1 p {
    color: #000;
    font-size: 10px;
    font-weight: 900;
    margin: 3px 0px 0 0;
    line-height: 20px;
}

.logo1 small {
    color: #9d9ba7;
    margin: 0;
    font-size: 10px;
}

.logo1 a {
    color: #fcb941;
}

.logo1 a:hover {
    color: #000;
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }
    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
    }
    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    90% {
        border-width: 4px;
    }
    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}


/* ======= End Captcha ======= */

.log_reg,
.log_reg1 {
    text-align: center;
    margin: 20px 0;
}

.log_reg p,
.log_reg1 p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000;
}

.log_reg a {
    color: #fcb941;
    text-decoration: revert;
}

.log_reg a:hover {
    color: #000;
}

.unreg_reg {
    color: #fff;
    background-color: #fcb941;
    border-color: #fcb941;
    padding: 10px;
    margin-right: 20px;
}

.unreg_reg:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}

.unreg_home {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 10px;
    margin-right: 20px;
}

.unreg_home:hover {
    color: #fff;
    background-color: #fcb941;
    border-color: #fcb941;
    text-decoration: none;
}

.login_back {
    background-size: cover;
    background-position: center;
    min-height: 915px;
}

.back_button {
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 50px;
    bottom: 100px;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #000;
    border: 1px solid #fff;
}

.back_button i {
    font-size: 25px;
}

.back_button:hover {
    border: 1px solid #000;
    background-color: #fff;
}

.form_img {
    max-width: 575px;
    margin-left: auto;
    display: flex;
    justify-content: center;
}

.form_img img {
    width: 250px;
    margin-bottom: 15px;
}

.cat-blocks-container {
    padding-top: .5rem
}

.cat-blocks-container [class*="col-"] {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.cat-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem
}

.cat-block figure {
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 1;
    margin: 0
}

.cat-block figure span {
    position: relative
}

.cat-block figure span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -.2rem;
    left: 45%;
    width: 105%;
    margin-left: -45%;
    height: .3rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.35s ease;
    filter: blur(3px);
    opacity: .5
}

.cat-block img {
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.35s ease;
    width: 200px;
}

.cat-block:hover img {
    transform: translateY(-14px)
}

.cat-block:hover figure span:after {
    opacity: 1
}

.cat-block-title {
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    margin-top: 2rem;
    margin-bottom: 0
}


/* .sticky-content.is_stuck {
    position: fixed;
    top: 80px;
    width: 574px;
} */