@charset "UTF-8";
.header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1002;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    /* End NavMenu */
}

@media (max-width: 1120px) {
    .header {
        position: relative;
        background: #fff;
        padding: 12px 0px;
        -webkit-box-shadow: 4px 4px 60px #0000000d;
        -moz-box-shadow: 4px 4px 60px #0000000d;
        -o-box-shadow: 4px 4px 60px #0000000d;
        -ms-box-shadow: 4px 4px 60px #0000000d;
        box-shadow: 4px 4px 60px #0000000d;
    }
}

.header.sticky {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header.sticky .bottoms .dropdown .dropdown-menu.show {
    top: 56px !important;
}

@media only screen and (max-width: 991px) {
    .header.sticky .bottoms .dropdown .dropdown-menu.show {
        top: 28px !important;
    }
}

.header .flexrow {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1120px) {
    .header .flexrow {
        position: relative;
    }
}

.header .itemlogomenu {
    display: flex;
    align-items: center;
}

.header .itemlogomenu .logo img {
    max-width: 158px;
}

@media (max-width: 1120px) {
    .header .itemlogomenu .logo img {
        max-width: 138px;
    }
}

.header .itemlogomenu .logo .night-logo {
    display: none;
}

.header .itemlogomenu .burger {
    position: absolute;
    right: 12px;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 24px;
    height: 1rem;
    visibility: hidden;
    background: transparent;
}

.header .itemlogomenu .burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: #000;
}

.header .itemlogomenu .burger-line:nth-child(1) {
    top: 0px;
}

.header .itemlogomenu .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 80%;
}

.header .itemlogomenu .burger-line:nth-child(3) {
    top: 1rem;
    width: 60%;
}

@media only screen and (max-width: 999px) {
    .header .itemlogomenu .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 999px) {
    .header .socialicons {
        display: flex;
        justify-content: center;
    }
    .header .socialicons a {
        margin: 0px 6px;
    }
}

.header .navbar {
    position: inherit;
    padding: 0px;
    width: 100%;
}

.header .navbar .bottoms {
    display: none;
}

.header .navbar .logo {
    display: none;
    position: absolute;
    top: 24px;
    left: 12px;
}

@media screen and (max-width: 999px) {
    .header .navbar .logo {
        display: block;
    }
}

.header .navbar .logo img {
    display: block;
    max-width: 164px;
}

.header .navbar .cancel {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
}

.header .navbar .cancel svg {
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 999px) {
    .header .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 290px;
        height: 100%;
        z-index: 10;
        overflow: hidden;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: 0px 10px 40px 0px #06163a1a;
        background: #fff;
        transition: all 0.5s ease;
    }
    .header .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
    .header .navbar .cancel {
        display: block;
    }
    .header .navbar .bottoms {
        width: 100%;
        display: block;
        padding: 0px 12px;
    }
    .header .navbar .bottoms .language,
    .header .navbar .bottoms .login,
    .header .navbar .bottoms .bottom,
    .header .navbar .bottoms .dropdown {
        width: 100%;
        margin: 0px;
        margin-bottom: 12px;
    }
    .header .navbar .bottoms .login,
    .header .navbar .bottoms .bottom {
        min-width: 100%;
    }
    .header .navbar .bottoms .color {
        position: absolute;
        right: 12px;
        top: 6px;
    }
}

.header .menu {
    display: flex;
    align-items: center;
    margin-left: 64px;
}

@media (max-width: 999px) {
    .header .menu {
        margin-left: 16px;
    }
}

@media (max-width: 999px) {
    .header .menu {
        margin: 0px;
    }
}

.header .menu-item {
    position: relative;
    display: inline-block;
    margin-right: 32px;
}

@media (max-width: 1220px) {
    .header .menu-item {
        margin-right: 12px;
    }
}

.header .menu-item:last-child {
    margin: 0px;
}

.header .menu-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25rem;
    font-weight: 500;
    padding: 28px 0px;
    cursor: pointer;
    color: #000;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header .menu-link svg {
    position: relative;
    max-width: 14px;
    max-height: 14px;
    fill: #000;
    margin-top: 4px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

@media only screen and (max-width: 999px) {
    .header .menu-link svg {
        z-index: -1;
    }
}

@media only screen and (min-width: 999px) {
    .header .menu-dropdown:hover>.submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        z-index: 100;
    }
}

@media only screen and (max-width: 999px) {
    .header .menu {
        display: block;
        width: 100%;
        height: auto;
        padding: 0px 16px;
        margin-top: 92px;
    }
    .header .menu-item {
        display: block;
        padding: 0px;
        margin: 0px;
        margin-bottom: 8px;
    }
    .header .menu-item:last-child {
        margin-bottom: 0px;
    }
    .header .menu-link {
        padding: 0px;
        justify-content: space-between;
    }
}

.header .menu .activelink .menu-link svg {
    fill: #d9000d;
}

.header .menu .activelink .menu-link,
.header .menu .menu-item:hover .menu-link {
    color: #d9000d;
}

.header .menu .activelink .menu-link svg,
.header .menu .menu-item:hover .menu-link svg {
    fill: #d9000d;
}

@media only screen and (max-width: 999px) {
    .header .menu .activelink .submenu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

.header .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 190px;
    height: auto;
    visibility: hidden;
    transform: translateY(1rem);
    background: #fff;
    box-shadow: 0 .9125rem 1.0625rem #0003;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 12px;
}

@media only screen and (max-width: 999px) {
    .header .submenu {
        display: block;
        position: relative;
        max-height: 0px;
        outline: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        padding: 0px;
        border-radius: 0px;
        width: 100%;
    }
}

.header .submenu a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 4px;
}

@media only screen and (max-width: 999px) {
    .header .submenu a {
        padding: 0px 12px;
    }
}

.header .submenu a:last-child {
    margin: 0px;
}

.header .submenu a:hover {
    color: #d9000d;
}

.header .newstylelist {
    position: inherit;
}

.header .newstylelist .submenu {
    width: 100%;
    padding: 0px;
    height: 342px;
    overflow-y: scroll;
    padding-bottom: 16px;
}

@media only screen and (max-width: 999px) {
    .header .newstylelist .submenu {
        height: auto;
        overflow-y: inherit;
        padding: 0px;
    }
}

.header .newstylelist .submenu .item {
    margin-top: 16px;
}

@media only screen and (max-width: 999px) {
    .header .newstylelist .submenu .item {
        max-width: 100%;
        flex: 100%;
    }
}

.header .newstylelist .submenu .item .title {
    font-size: 20px;
    font-weight: 600;
    transition: none;
}

@media only screen and (max-width: 999px) {
    .header .newstylelist .submenu .item .title {
        font-size: 18px;
    }
}

.header .newstylelist .submenu .item ul {
    margin-top: 8px;
}

@media only screen and (max-width: 999px) {
    .header .newstylelist .submenu .item ul li a {
        padding: 0px;
    }
}

.header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 999px) {
    .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.header .bottoms {
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 999px) {
    .header .bottoms {
        display: none;
    }
}

.header .bottoms .color {
    position: relative;
    width: 22px;
    height: 22px;
}

.header .bottoms .color li {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header .bottoms .color li svg {
    width: 16px;
    height: 16px;
    fill: #000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header .bottoms .color li.night svg {
    width: 20px;
    height: 20px;
}

.header .bottoms .color li.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .bottoms .language {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    margin-left: 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header .bottoms .language svg {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    fill: #000;
    margin-right: 4px;
}

.header .bottoms .language:hover {
    color: #d9000d;
}

.header .bottoms .login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    text-align: center;
    background: #d9000d;
    font-weight: 500;
    border: 1px solid #d9000d;
    border-radius: 4px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    padding: 0px 12px;
    height: 40px;
    min-width: 120px;
    max-width: 120px;
    border: 1px solid #d9000d;
    color: #000;
    background: none;
    margin-left: 12px;
}

.header .bottoms .login svg {
    margin-right: 4px;
    max-width: 16px;
    max-height: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header .bottoms .login:hover {
    background: #142c4b;
    border: 1px solid #142c4b;
    color: #fff;
}

.header .bottoms .login:hover svg {
    fill: #fff;
}

.header .bottoms .login:focus {
    outline: none;
    outline-style: none;
}

.header .bottoms .bottom {
    margin-left: 12px;
    min-width: 120px;
    max-width: 120px;
}

.header .bottoms .dropdown {
    margin-left: 12px;
}

.header .bottoms .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
}

.header .bottoms .dropdown .dropdown-toggle::after {
    display: none;
}

.header .bottoms .dropdown .dropdown-toggle .photo {
    display: flex;
    margin-right: 4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 0px 4px 24px 0px #0000000D;
    border: 2px solid #fff;
    overflow: hidden;
}

@media only screen and (max-width: 550px) {
    .header .bottoms .dropdown .dropdown-toggle .photo {
        margin: 0px;
    }
}

.header .bottoms .dropdown .dropdown-toggle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .bottoms .dropdown .dropdown-toggle p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    max-width: 100px;
    font-weight: 400;
}

.header .bottoms .dropdown .dropdown-toggle svg {
    fill: #000;
    margin-top: 12px;
    max-width: 12px;
}

.header .bottoms .dropdown .dropdown-menu.show {
    margin-top: 0px;
    right: auto !important;
    left: 0px !important;
    top: 38px !important;
    min-width: inherit;
    box-shadow: 0px 4px 24px 0px #0000000D;
    border-radius: 0px;
    width: 148px;
    padding: 12px 0px;
    transform: none !important;
    border: 0px;
    z-index: 2;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

@media only screen and (max-width: 991px) {
    .header .bottoms .dropdown .dropdown-menu.show {
        top: 28px !important;
    }
}

.header .bottoms .dropdown .dropdown-menu.show:before {
    display: none;
}

.header .bottoms .dropdown .dropdown-menu.show .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 18px;
    height: auto;
    border: 0px;
    margin: 0px;
    padding: 8px 12px !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border: 0px !important;
    background: none !important;
    font-size: 15px;
    text-transform: capitalize;
}

.header .bottoms .dropdown .dropdown-menu.show .dropdown-item:active,
.header .bottoms .dropdown .dropdown-menu.show .dropdown-item:hover {
    color: #d9000d;
    background: #f7f8fa !important;
}

.towstyle {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
}

.towstyle .bottoms .dropdown .dropdown-menu.show {
    top: 56px !important;
}

@media (max-width: 1120px) {
    .towstyle .bottoms .dropdown .dropdown-menu.show {
        top: 28px !important;
    }
}

.slider {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: url(../images/slider.png) no-repeat top right/cover;
}

@media (max-width: 999px) {
    .slider {
        height: auto;
    }
}

@media (max-width: 999px) {
    .slider .item {
        max-width: 100%;
        flex: 100%;
        text-align: center;
        margin-top: 24px;
    }
}

.slider .item:nth-child(1) {
    display: flex;
    align-items: center;
}

@media (max-width: 999px) {
    .slider .item:nth-child(1) {
        justify-content: center;
    }
}

.slider .item .title {
    font-size: 72px;
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    .slider .item .title {
        font-size: 50px;
    }
}

@media (max-width: 999px) {
    .slider .item .title {
        font-size: 40px;
        justify-content: center;
        text-align: center;
    }
}

.slider .item p {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

@media (max-width: 999px) {
    .slider .item p {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }
}

.slider .item .bottoms {
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 999px) {
    .slider .item .bottoms {
        justify-content: center;
    }
}

.slider .item .bottoms .login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    text-align: center;
    background: #d9000d;
    font-weight: 500;
    border: 1px solid #d9000d;
    border-radius: 4px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    padding: 0px 12px;
    height: 40px;
    min-width: 130px;
    height: 44px;
    border: 1px solid #d9000d;
    color: #000;
    background: none;
}

.slider .item .bottoms .login svg {
    margin-right: 4px;
    max-width: 16px;
    max-height: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.slider .item .bottoms .login:hover {
    background: #142c4b;
    border: 1px solid #142c4b;
    color: #fff;
}

.slider .item .bottoms .login:hover svg {
    fill: #fff;
}

.slider .item .bottoms .login:focus {
    outline: none;
    outline-style: none;
}

.slider .item .bottoms .bottom {
    min-width: 130px;
    height: 44px;
    margin-right: 12px;
}

.slider .photo {
    position: relative;
    margin: 0px auto;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: #f7f8fa;
    border: 30px solid #ffffffa6;
    text-align: center;
}

@media (max-width: 999px) {
    .slider .photo {
        border: 20px solid #ffffffa6;
        width: 280px;
        height: 280px;
    }
}

.slider .photo::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    animation: spin 20s linear infinite;
    border: 30px dashed #ffffff1f;
    background: #142c4b;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

@media (max-width: 999px) {
    .slider .photo::after {
        left: 20px;
        top: 20px;
        border: 10px dashed #ffffff1f;
        width: 200px;
        height: 200px;
    }
}

.slider .photo img {
    position: relative;
    z-index: 10;
    max-width: 100%;
}

.brands {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    padding: 32px 0px;
    background: #f7f8fa;
}

@media (max-width: 999px) {
    .brands {
        padding: 24px 0px;
    }
}

.brands .title {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    width: 200px;
    height: 47px;
}

@media (max-width: 999px) {
    .brands .title {
        position: relative;
        width: 100%;
        justify-content: center;
    }
}

.brandlogos {
    position: relative;
    width: calc(100% - 200px);
    margin-left: 200px;
    height: 47px;
    overflow: hidden;
}

.brandlogos .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px;
}

.brandlogos .slick-list .slick-track {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    overflow: hidden;
}

.brandlogos .slick-list .slick-track:after,
.brandlogos .slick-list .slick-track:before {
    display: table;
    content: '';
}

.brandlogos .slick-prev,
.brandlogos .slick-next {
    position: absolute;
    top: -58px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none;
    border: 1px solid #e8e9ee;
    border-radius: 50%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.brandlogos .slick-prev svg,
.brandlogos .slick-next svg {
    width: 10px;
    height: 10px;
    fill: #464646;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.brandlogos .slick-prev:hover,
.brandlogos .slick-next:hover {
    background: #d9000d;
    border: 1px solid #d9000d;
}

.brandlogos .slick-prev:hover svg,
.brandlogos .slick-next:hover svg {
    fill: #fff;
}

.brandlogos .slick-next {
    right: 0px;
}

.brandlogos .slick-prev {
    right: 38px;
}

.brandlogos .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
}

.brandlogos .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    padding: 0px;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.brandlogos .slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0px;
    outline: none;
    background: #d9000d47;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

@media (max-width: 450px) {
    .brandlogos .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

.brandlogos .slick-dots li.slick-active button {
    background: #d9000d !important;
}

@media (max-width: 999px) {
    .brandlogos {
        width: 100%;
        margin: 0px;
        margin-top: 12px;
    }
}

.brandlogos .slick-prev,
.brandlogos .slick-next {
    display: none !important;
}

.brandlogos .slick-slide {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px;
    overflow: hidden;
    text-align: center;
    min-height: 47px;
}

.brandlogos .slick-slide a {
    text-align: center;
}

.brandlogos .slick-slide a img {
    max-width: 78%;
    max-height: 100%;
}

.brandlogos .slick-dots {
    display: none !important;
}

.towslider {
    background: url(../images/slider2.png) no-repeat top right/cover;
}

@media (max-width: 999px) {
    .towslider {
        padding-bottom: 32px;
    }
}

@media (max-width: 999px) {
    .towslider .item:last-child {
        display: none;
    }
}

.towslider .item .title {
    font-size: 50px;
}

@media (max-width: 1199px) {
    .towslider .item .title {
        font-size: 40px;
    }
}

@media (max-width: 999px) {
    .towslider .item .title {
        font-size: 32px;
    }
}

.towslider .item .banner-imgs {
    position: relative;
    margin-left: 170px;
}

@media (max-width: 1199px) {
    .towslider .item .banner-imgs {
        margin-left: 94px;
    }
}

.towslider .item .banner-imgs .banner-sm1,
.towslider .item .banner-imgs .banner-sm2,
.towslider .item .banner-imgs .banner-sm3 {
    position: absolute;
    top: 4%;
    left: -86px;
    z-index: 12;
}

.towslider .item .banner-imgs .banner-sm1 img {
    width: 251px;
}

.towslider .item .banner-imgs .banner-sm2 {
    top: 43%;
    left: -136px;
}

.towslider .item .banner-imgs .banner-sm2 img {
    width: 144px;
}

.towslider .item .banner-imgs .banner-sm3 {
    top: 62%;
    left: -90px;
}

.towslider .item .banner-imgs .banner-sm3 img {
    width: 251px;
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes hero-thumb-sm-animation {
    0% {
        -webkit-transform: translateY(-20px) translateX(50px);
        -moz-transform: translateY(-20px) translateX(50px);
        -ms-transform: translateY(-20px) translateX(50px);
        transform: translateY(-20px) translateX(50px);
    }
    100% {
        -webkit-transform: translateY(-20px) translateX(0px);
        -moz-transform: translateY(-20px) translateX(0px);
        -ms-transform: translateY(-20px) translateX(0px);
        transform: translateY(-20px) translateX(0px);
    }
}

@keyframes hero-thumb-sm-2-animation {
    0% {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.towslider .item .shape-1 {
    -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
    -moz-animation: hero-thumb-animation 2s linear infinite alternate;
    -o-animation: hero-thumb-animation 2s linear infinite alternate;
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.towslider .item .shape-2 {
    -webkit-animation: hero-thumb-sm-animation 4s linear infinite alternate;
    -moz-animation: hero-thumb-sm-animation 4s linear infinite alternate;
    -o-animation: hero-thumb-sm-animation 4s linear infinite alternate;
    animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.towslider .item .shape-3 {
    -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
    -moz-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
    -o-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
    animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.bg {
    background: url(../images/price.png) no-repeat top left;
}

.threeslider {
    background: none !important;
}

.threeslider .item .banner-imgs {
    margin: 0px auto;
    width: 400px;
    height: 460px;
    background: #142c4b;
    border-radius: 150px 150px 0px 0px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .threeslider .item .banner-imgs {
        width: 280px;
        height: 280px;
    }
}

.threeslider .item .banner-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.threeslider .item .title {
    font-size: 64px;
}

@media (max-width: 1199px) {
    .threeslider .item .title {
        font-size: 50px;
    }
}

@media (max-width: 999px) {
    .threeslider .item .title {
        font-size: 40px;
    }
}

.forstyle {
    background: url(../images/forstyle.png) no-repeat top right/cover;
}

.forstyle .item .banner-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    margin-top: 48px;
}

@media (max-width: 999px) {
    .forstyle .item .banner-imgs {
        height: auto;
        margin-top: 0px;
    }
}

.forstyle .item .banner-imgs img {
    max-width: 100%;
    max-height: 100%;
}

.forstyle .item .title {
    font-size: 50px;
    margin-bottom: 24px;
}

@media (max-width: 999px) {
    .forstyle .item .title {
        font-size: 34px;
    }
}

.aboutus {
    position: relative;
    width: 100%;
    padding: 48px 0px;
}

@media (max-width: 999px) {
    .aboutus {
        padding: 24px 0px;
    }
}

.aboutus .item {
    display: flex;
    align-items: center;
}

@media (max-width: 999px) {
    .aboutus .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px;
    }
    .aboutus .item:last-child {
        margin: 0px;
    }
}

.aboutus .item .text {
    margin-top: 12px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

@media (max-width: 999px) {
    .aboutus .item .text {
        font-size: 16px;
    }
}

.aboutus .item .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.aboutus .item .photo img {
    width: 90%;
}

.aboutus .item .bottom {
    margin-top: 24px;
    height: 50px;
    min-width: 240px;
}

@media (max-width: 999px) {
    .aboutus .item .bottom {
        height: 44px;
        min-width: 180px;
    }
}

.aboutus .item .subphoto {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 500px;
    overflow: hidden;
    border-radius: 0px 120px 0px 120px;
}

@media (max-width: 999px) {
    .aboutus .item .subphoto {
        width: 100%;
        height: 300px;
    }
}

.aboutus .item .subphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutus .item .subphoto .cd-single-point {
    position: absolute;
}

.transforming {
    position: relative;
    width: 100%;
    padding: 48px 0px;
}

@media (max-width: 999px) {
    .transforming {
        padding: 24px 0px;
    }
}

.transforming .title {
    justify-content: center;
}

.transforming .itemrow .item {
    display: flex;
    align-items: center;
    margin-top: 48px;
}

@media (max-width: 999px) {
    .transforming .itemrow .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px;
    }
}

.transforming .itemrow .item .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 380px;
    background: #f7f8fa;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .transforming .itemrow .item .photo {
        height: 280px;
    }
}

.transforming .itemrow .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transforming .itemrow .item .title {
    font-size: 24px;
    font-weight: 600;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .transforming .itemrow .item .title {
        font-size: 20px;
    }
}

.transforming .itemrow .item span {
    display: block;
    color: #d9000d;
    font-weight: 500;
    margin-top: 8px;
}

.transforming .itemrow .item p {
    margin-top: 8px;
    font-weight: 500;
}

.transforming .itemrow:nth-child(even) .item:last-child {
    order: -1;
}

@media (max-width: 991px) {
    .transforming .itemrow:nth-child(even) .item:last-child {
        order: inherit;
    }
}

.conditions {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .conditions {
        padding: 24px 0px;
    }
}

.conditions .title {
    justify-content: center;
}

.conditions .item {
    margin-top: 64px;
}

.conditions .item:nth-child(even) {
    margin-top: 100px;
}

@media (max-width: 999px) {
    .conditions .item {
        max-width: 50%;
        flex: 50%;
        margin-top: 24px !important;
    }
}

@media (max-width: 500px) {
    .conditions .item {
        max-width: 100%;
        flex: 100%;
    }
}

.conditions .item .photo {
    position: relative;
    width: 100%;
    height: 154px;
    text-align: center;
}

.conditions .item .photo svg,
.conditions .item .photo img {
    max-width: 100%;
    max-height: 100%;
}

.conditions .item .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 16px;
}

.conditions .item p {
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
}

.successstories {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #fef8f8;
}

@media (max-width: 999px) {
    .successstories {
        padding: 24px 0px;
    }
}

.successstories .title {
    justify-content: center;
}

.successstories .item {
    margin-top: 24px;
}

@media (max-width: 999px) {
    .successstories .item {
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 767px) {
    .successstories .item {
        max-width: 100%;
        flex: 100%;
    }
}

.successstories .item .inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    cursor: pointer;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
}

.successstories .item .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    background: #f7f8fa;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .successstories .item .photo {
        height: 200px;
    }
}

.successstories .item .photo:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.successstories .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.successstories .item .title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
}

.discover {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #fef8f8;
    text-align: center;
}

@media (max-width: 999px) {
    .discover {
        padding: 24px 0px;
    }
}

.discover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1.png) right top no-repeat;
    background-size: 100%;
    opacity: .4;
}

.discover:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg2.png) right bottom no-repeat;
    background-size: 100%;
    opacity: .4;
}

.discover .title {
    justify-content: center;
}

.cd-single-point {
    display: inline-block;
    position: relative;
    width: 72px;
    margin-top: 48px;
    cursor: pointer;
    z-index: 20;
}

.cd-single-point::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 72px;
    height: 100%;
    animation: cd-pulse 2s infinite;
}

.cd-single-point .cd-img-replace {
    position: relative;
    z-index: 2;
    display: block;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.cd-single-point .innerbc {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #d9000d;
    z-index: 10;
    color: #F6BE4F;
}

@keyframes cd-pulse {
    0% {
        box-shadow: 0 0 0 0 #d9000d;
    }
    100% {
        box-shadow: 0 0 0 30px rgba(255, 150, 44, 0);
    }
}

.discoverteam {
    position: relative;
    margin-top: 48px;
}

.discoverteam .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px;
}

.discoverteam .slick-list .slick-track {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    overflow: hidden;
}

.discoverteam .slick-list .slick-track:after,
.discoverteam .slick-list .slick-track:before {
    display: table;
    content: '';
}

.discoverteam .slick-prev,
.discoverteam .slick-next {
    position: absolute;
    top: -58px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none;
    border: 1px solid #e8e9ee;
    border-radius: 50%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.discoverteam .slick-prev svg,
.discoverteam .slick-next svg {
    width: 10px;
    height: 10px;
    fill: #464646;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.discoverteam .slick-prev:hover,
.discoverteam .slick-next:hover {
    background: #d9000d;
    border: 1px solid #d9000d;
}

.discoverteam .slick-prev:hover svg,
.discoverteam .slick-next:hover svg {
    fill: #fff;
}

.discoverteam .slick-next {
    right: 0px;
}

.discoverteam .slick-prev {
    right: 38px;
}

.discoverteam .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
}

.discoverteam .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    padding: 0px;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.discoverteam .slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0px;
    outline: none;
    background: #d9000d47;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

@media (max-width: 450px) {
    .discoverteam .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

.discoverteam .slick-dots li.slick-active button {
    background: #d9000d !important;
}

@media (max-width: 999px) {
    .discoverteam {
        margin-top: 24px;
    }
}

.discoverteam .slick-prev,
.discoverteam .slick-next {
    display: none !important;
}

.discoverteam .slick-slide {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
    vertical-align: top;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
}

.discoverteam .slick-slide .info {
    display: flex;
    position: relative;
}

.discoverteam .slick-slide .info .photo {
    min-width: 105px;
    max-width: 105px;
    height: 105px;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .discoverteam .slick-slide .info .photo {
        min-width: 88px;
        max-width: 88px;
        height: 88px;
        margin-right: 8px;
    }
}

.discoverteam .slick-slide .info .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discoverteam .slick-slide .info .check {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d9000d;
}

.discoverteam .slick-slide .info .check svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.discoverteam .slick-slide .text {
    text-align: left;
}

.discoverteam .slick-slide .text img {
    max-width: 33px;
}

.discoverteam .slick-slide .text .title {
    font-size: 24px;
    justify-content: flex-start;
    font-weight: 600;
    margin-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 999px) {
    .discoverteam .slick-slide .text .title {
        font-size: 20px;
    }
}

.discoverteam .slick-slide .text span {
    font-weight: 500;
    color: #d9000d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 999px) {
    .discoverteam .slick-slide .text span {
        font-size: 13px;
    }
}

.discoverteam .slick-slide p {
    height: 120px;
    overflow: hidden;
    font-weight: 500;
    margin-top: 16px;
    font-style: italic;
}

@media (max-width: 767px) {
    .discoverteam .slick-slide p {
        height: auto;
    }
}

.recentlyjob {
    position: relative;
    width: 100%;
    padding: 48px 0px;
}

@media (max-width: 999px) {
    .recentlyjob {
        padding: 24px 0px;
    }
}

.recentlyjob .title {
    justify-content: center;
}

.recentlyjob .allemployees .slick-slide {
    background: #142c4b;
}

.recentlyjob .allemployees .slick-slide .info {
    align-items: center;
}

.recentlyjob .allemployees .slick-slide .info .title {
    color: #fff;
    margin: 0px;
}

.recentlyjob .allemployees .slick-slide .info span {
    color: #c1c1c1;
}

.recentlyjob .allemployees .slick-slide p {
    color: #fff;
}

.recentlyjob .allemployees .slick-slide .view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    border-top: 1px solid #ffffff36;
    padding-top: 16px;
}

.recentlyjob .allemployees .slick-slide .view li {
    display: flex;
    align-items: center;
    font-style: italic;
    color: #c1c1c1;
    font-weight: 500;
}

.recentlyjob .allemployees .slick-slide .view li svg {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    fill: #c1c1c1;
    margin-right: 4px;
}

.recentlyjob .allemployees .slick-slide .view li a {
    display: flex;
    align-items: center;
    font-style: italic;
    color: #c1c1c1;
    font-weight: 500;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.recentlyjob .allemployees .slick-slide .view li a:hover {
    color: #fff;
}

.recentlyjob .allemployees .slick-slide .view li a:hover svg {
    fill: #fff;
}

.recentlyjob .allemployees .slick-slide .view li a svg {
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    margin: 0px;
    margin-left: 4px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.tasklink {
    position: relative;
    width: 100%;
    padding: 48px 0px;
}

@media (max-width: 999px) {
    .tasklink {
        padding: 24px 0px;
    }
}

.tasklink .title {
    justify-content: center;
}

@media (max-width: 999px) {
    .tasklink .row.mt-4 {
        margin: 0px !important;
    }
}

.tasklink .item {
    margin-top: 24px;
}

@media (max-width: 999px) {
    .tasklink .item {
        max-width: 100%;
        flex: 100%;
    }
}

.tasklink .item .inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
}

@media (max-width: 767px) {
    .tasklink .item .inner {
        display: block;
    }
}

.tasklink .item .inner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fef8f8;
    margin-right: 12px;
}

@media (max-width: 767px) {
    .tasklink .item .inner .icon {
        margin: 0px auto;
        margin-bottom: 12px;
    }
}

.tasklink .item .inner .icon img {
    max-width: 40px;
    max-height: 100%;
}

.tasklink .item .inner .title {
    font-size: 24px;
    justify-content: flex-start;
    font-weight: 600;
}

@media (max-width: 999px) {
    .tasklink .item .inner .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .tasklink .item .inner .title {
        justify-content: center;
    }
}

.tasklink .item .inner p {
    font-weight: 500;
}

@media (max-width: 767px) {
    .tasklink .item .inner p {
        text-align: center;
    }
}

.proficiency {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: url(../images/proficiency.png) center top no-repeat;
}

@media (max-width: 999px) {
    .proficiency {
        padding: 24px 0px;
    }
}

.proficiency .title {
    justify-content: center;
}

.proficiency .nav-tabs {
    margin: 24px 0px 16px 0px;
    justify-content: center;
    border: 0px;
}

.proficiency .nav-tabs li a {
    display: block;
    position: relative;
    min-width: 140px;
    padding: .6rem 1rem;
    background: #fef8f8;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 0px !important;
    border-radius: 0px !important;
    color: #000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.proficiency .nav-tabs li a.active {
    background: #d9000d !important;
    color: #fff;
}

.proficiency .nav-tabs li:first-child a {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.proficiency .nav-tabs li:last-child a {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.proficiency .item {
    margin-top: 24px;
}

@media (max-width: 999px) {
    .proficiency .item {
        max-width: 100%;
        flex: 100%;
    }
}

.proficiency .item .inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
}

@media (max-width: 767px) {
    .proficiency .item .inner {
        display: block;
    }
}

.proficiency .item .inner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 12px;
    background: #fff;
    padding: 8px;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
    margin-right: 16px;
}

@media (max-width: 767px) {
    .proficiency .item .inner .icon {
        margin: 0px auto;
        margin-bottom: 12px;
    }
}

.proficiency .item .inner .icon img {
    max-width: 100%;
    max-height: 100%;
}

.proficiency .item .inner .title {
    font-size: 24px;
    justify-content: flex-start;
    font-weight: 600;
}

@media (max-width: 999px) {
    .proficiency .item .inner .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .proficiency .item .inner .title {
        justify-content: center;
    }
}

.proficiency .item .inner .bottom {
    position: absolute;
    right: 16px;
    top: 16px;
    background: #fef8f8;
    color: #d9000d;
    border: 1px solid #fef8f8;
}

@media (max-width: 767px) {
    .proficiency .item .inner .bottom {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 12px;
    }
}

.proficiency .item .inner .bottom:hover {
    background: #d9000d;
    color: #fff;
    border: 1px solid #d9000d;
}

.proficiency .item .inner .tools {
    font-weight: 500;
    color: #d9000d;
}

@media (max-width: 767px) {
    .proficiency .item .inner .tools {
        display: block;
        text-align: center;
        margin-top: 8px;
    }
}

.proficiency .item .inner .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid #f3f3f3;
    margin-top: 12px;
    padding-top: 16px;
}

.proficiency .item .inner .list li {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.proficiency .item .inner .list li svg {
    min-width: 16px;
    max-width: 20px;
    height: 16px;
    margin-right: 4px;
}

.screened {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #142c4b;
}

@media (max-width: 999px) {
    .screened {
        padding: 24px 0px;
    }
}

.screened:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/screened.jpg) center top no-repeat;
    background-size: 100% 100%;
    opacity: 0.4;
}

.screened .title {
    justify-content: center;
    color: #fff;
}

.screened .usersprofiles {
    position: relative;
    margin-top: 48px;
}

.screened .usersprofiles .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px;
}

.screened .usersprofiles .slick-list .slick-track {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    overflow: hidden;
}

.screened .usersprofiles .slick-list .slick-track:after,
.screened .usersprofiles .slick-list .slick-track:before {
    display: table;
    content: '';
}

.screened .usersprofiles .slick-prev,
.screened .usersprofiles .slick-next {
    position: absolute;
    top: -58px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none;
    border: 1px solid #e8e9ee;
    border-radius: 50%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.screened .usersprofiles .slick-prev svg,
.screened .usersprofiles .slick-next svg {
    width: 10px;
    height: 10px;
    fill: #464646;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.screened .usersprofiles .slick-prev:hover,
.screened .usersprofiles .slick-next:hover {
    background: #d9000d;
    border: 1px solid #d9000d;
}

.screened .usersprofiles .slick-prev:hover svg,
.screened .usersprofiles .slick-next:hover svg {
    fill: #fff;
}

.screened .usersprofiles .slick-next {
    right: 0px;
}

.screened .usersprofiles .slick-prev {
    right: 38px;
}

.screened .usersprofiles .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
}

.screened .usersprofiles .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    padding: 0px;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.screened .usersprofiles .slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0px;
    outline: none;
    background: #d9000d47;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

@media (max-width: 450px) {
    .screened .usersprofiles .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

.screened .usersprofiles .slick-dots li.slick-active button {
    background: #d9000d !important;
}

@media (max-width: 999px) {
    .screened .usersprofiles {
        margin-top: 24px;
    }
}

.screened .usersprofiles .slick-prev,
.screened .usersprofiles .slick-next {
    display: none !important;
}

.screened .usersprofiles .slick-slide {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
    vertical-align: top;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    height: 334px;
}

@media (max-width: 999px) {
    .screened .usersprofiles .slick-slide {
        height: 234px;
    }
}

.screened .usersprofiles .slick-slide:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.screened .usersprofiles .slick-slide img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.screened .usersprofiles .slick-dots li button {
    background: #fff;
}

.stories {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #fff;
}

@media (max-width: 999px) {
    .stories {
        padding: 24px 0px;
    }
}

.stories .title {
    justify-content: center;
}

.stories .carousel {
    margin-top: 48px;
}

@media (max-width: 999px) {
    .stories .carousel {
        margin-top: 0px;
    }
}

.stories ol.carousel-indicators {
    position: relative;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #c8ced5;
}

@media (max-width: 999px) {
    .stories ol.carousel-indicators {
        display: none;
    }
}

.stories ol.carousel-indicators li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    width: 33.333%;
    height: auto;
    text-indent: inherit;
    margin: 0px;
    border-top: 2px solid transparent;
    padding-top: 24px;
}

.stories ol.carousel-indicators li.active {
    border-top: 2px solid #d9000d;
}

.stories ol.carousel-indicators li .photo {
    min-width: 68px;
    max-width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f7f8fa;
    overflow: hidden;
    margin-right: 12px;
}

.stories ol.carousel-indicators li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stories ol.carousel-indicators li .title {
    font-size: 20px;
    font-weight: 600;
    justify-content: flex-start;
}

.stories ol.carousel-indicators li p {
    font-weight: 500;
}

.stories .carousel-control-next,
.stories .carousel-control-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    top: 136px;
    opacity: 1;
    background: #ffffff6b;
    border-radius: 50%;
    z-index: 100;
    display: none;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
    .stories .carousel-control-next,
    .stories .carousel-control-prev {
        display: inline-flex;
    }
}

.stories .carousel-control-next svg,
.stories .carousel-control-prev svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.stories .carousel-control-next:hover,
.stories .carousel-control-prev:hover {
    background: #d9000d;
}

.stories .carousel-control-next {
    right: 12px;
}

.stories .carousel-control-prev {
    left: 12px;
}

.stories .carousel-control-prev svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.stories .item {
    margin-top: 24px;
}

@media (max-width: 999px) {
    .stories .item {
        max-width: 100%;
        flex: 100%;
    }
}

.stories .item .photo {
    width: 100%;
    height: 456px;
    border-radius: 20px;
    overflow: hidden;
    background: #f7f8fa;
    cursor: pointer;
}

@media (max-width: 999px) {
    .stories .item .photo {
        height: 256px;
    }
}

.stories .item .photo:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.stories .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.stories .item .inner {
    width: 100%;
    height: 100%;
    padding: 24px;
    border: 1px solid #c8ced5;
    border-radius: 20px;
}

.stories .item .inner .title {
    justify-content: flex-start;
    font-size: 24px;
    font-weight: 600;
}

.stories .item .inner p {
    margin-top: 16px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    height: 240px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .stories .item .inner p {
        font-size: 16px;
        height: auto;
    }
}

.stories .item .inner .ingotext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.stories .item .inner .ingotext .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    max-width: 112px;
    height: 88px;
}

@media (max-width: 999px) {
    .stories .item .inner .ingotext .icons {
        min-width: 94px;
        max-width: 94px;
    }
}

.stories .item .inner .ingotext .icons img {
    max-width: 100%;
    max-height: 100%;
}

.stories .item .inner .ingotext .title {
    font-size: 22px;
}

.stories .item .inner .ingotext span {
    margin-top: 8px;
    color: #d9000d;
    font-weight: 500;
}

i.icon-play {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    z-index: 1;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    margin-top: -35px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

i.icon-play svg {
    width: 32px;
    height: 32px;
    fill: #d9000d;
}

#video-popup-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000e6;
    z-index: 1002;
    display: none;
    padding: 24px;
}

#video-popup-overlay #video-popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

#video-popup-overlay #video-popup-close svg {
    width: 24px;
    height: 24px;
}

#video-popup-overlay #video-popup-close svg path {
    stroke: #fff;
}

#video-popup-overlay #video-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    width: 60%;
    height: 100%;
}

@media (max-width: 767px) {
    #video-popup-overlay #video-popup-container {
        width: 100%;
    }
}

#video-popup-overlay #video-popup-iframe-container {
    background: #F6BE4F;
}

#video-popup-overlay #video-popup-iframe-container iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 460px;
}

@media (max-width: 767px) {
    #video-popup-overlay #video-popup-iframe-container iframe {
        height: 260px;
    }
}

p.text-center {
    font-weight: 500;
}

@media (max-width: 999px) {
    p.text-center br {
        display: none;
    }
}

.st-add {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.packages {
    position: relative;
    width: 100%;
    padding: 48px 0px;
}

@media (max-width: 999px) {
    .packages {
        padding: 24px 0px;
    }
}

.packages .title {
    justify-content: center;
}

.packages .priceitem {
    position: relative;
    width: 100%;
    margin-top: 100px;
    border-radius: 12px;
    background: #fef8f8;
}

@media (max-width: 999px) {
    .packages .priceitem {
        margin-top: 24px;
    }
}

@media (max-width: 999px) {
    .packages .priceitem .subitem {
        max-width: 100%;
        flex: 100%;
    }
}

.packages .priceitem .subitem .inneritem {
    position: relative;
    width: 100%;
    padding: 24px;
}

.packages .priceitem .subitem .inneritem .title {
    font-size: 22px;
    font-weight: 600;
    justify-content: flex-start;
}

.packages .priceitem .subitem .inneritem .info {
    padding-bottom: 12px;
    border-bottom: 1px solid #d9000d29;
}

.packages .priceitem .subitem .inneritem .info p {
    font-weight: 500;
    margin-top: 8px;
}

.packages .priceitem .subitem .inneritem .pricenumber {
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    color: #000;
    margin-top: 12px;
}

.packages .priceitem .subitem .inneritem .pricenumber span {
    color: #d9000d;
    font-size: 40px;
    font-weight: 700;
}

.packages .priceitem .subitem .inneritem .listtext {
    margin-top: 16px;
}

.packages .priceitem .subitem .inneritem .listtext ul li {
    display: flex;
    font-weight: 500;
    margin-top: 20px;
}

.packages .priceitem .subitem .inneritem .listtext ul li .check {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fae7e7;
    margin: 4px 6px 0px 0px;
}

.packages .priceitem .subitem .inneritem .listtext ul li .check svg {
    width: 12px;
    height: 12px;
    fill: #142c4b;
}

.packages .priceitem .subitem .inneritem .bottom {
    width: 100%;
    height: 50px;
    margin-top: 24px;
}

@media (max-width: 999px) {
    .packages .priceitem .subitem .inneritem .bottom {
        height: 40px;
    }
}

.packages .priceitem .subitem:nth-child(2) .inneritem {
    position: absolute;
    top: -48px;
    left: 0px;
    min-height: calc(100% + 96px);
    background: #fff;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
    border-radius: 12px;
}

@media (max-width: 999px) {
    .packages .priceitem .subitem:nth-child(2) .inneritem {
        position: relative;
        top: auto;
        left: auto;
        min-height: inherit;
        border-radius: 0px;
    }
}

.packages .priceitem .subitem:nth-child(2) .inneritem .bottom {
    margin-top: 72px;
}

@media (max-width: 999px) {
    .packages .priceitem .subitem:nth-child(2) .inneritem .bottom {
        margin-top: 24px;
    }
}

.packages .btnitem {
    margin-top: 80px;
    text-align: center;
}

@media (max-width: 999px) {
    .packages .btnitem {
        margin-top: 24px;
    }
}

.packages .btnitem .bottom {
    background: #142c4b;
    height: 50px;
    min-width: 180px;
    border: 1px solid #142c4b;
}

@media (max-width: 999px) {
    .packages .btnitem .bottom {
        height: 40px;
        min-width: inherit;
    }
}

.packages .btnitem .bottom:hover {
    background: #d9000d;
    border: 1px solid #d9000d;
}

.easysteps {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #fef8f8;
    overflow: hidden;
}

@media (max-width: 999px) {
    .easysteps {
        padding: 24px 0px;
    }
}

.easysteps:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 100%;
    background: url(../images/c-1.png) left top no-repeat;
}

.easysteps:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/c-2.png) right bottom no-repeat;
}

.easysteps .title {
    justify-content: center;
}

.easysteps .item {
    margin-top: 48px;
}

@media (max-width: 991px) {
    .easysteps .item {
        max-width: 50%;
        flex: 50%;
        justify-content: center;
        margin-top: 24px;
    }
}

@media (max-width: 500px) {
    .easysteps .item {
        max-width: 100%;
        flex: 100%;
    }
}

.easysteps .item .in-item .num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -32px auto 0px auto;
    width: 50px;
    height: 50px;
    background: #142c4b;
    border-radius: 50%;
    font-weight: 600;
    font-size: 30px;
    line-height: 1em;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.easysteps .item .in-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    min-width: 128px;
    max-width: 128px;
    margin: 0px auto;
    background: #fff;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
    border-radius: 50%;
}

.easysteps .item .in-item .icon svg,
.easysteps .item .in-item .icon img {
    width: 48px;
    height: 48px;
    fill: #142c4b;
    margin-top: -10px;
}

.easysteps .item .in-item .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .easysteps .item .in-item .title {
        font-size: 20px;
    }
}

.easysteps .item .in-item p {
    font-weight: 500;
    margin-top: 4px;
    text-align: center;
}

.easysteps .item .box-loader {
    display: flex;
    position: absolute;
    right: -22px;
    top: 27%;
    rotate: 180deg;
}

@media (max-width: 991px) {
    .easysteps .item .box-loader {
        display: none;
    }
}

.easysteps .item .box-loader span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 8px;
}

.easysteps .item .box-loader span::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: transparent;
    top: 50%;
    transform: translateY(-24%) rotate(137deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    right: calc(85% + 5px);
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.easysteps .item .box-loader span::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    top: 50%;
    transform: translateY(50%);
    background: #000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    right: 85%;
}

.easysteps .item .box-loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.easysteps .item .box-loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.easysteps .item .box-loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}

.easysteps .btnitem {
    margin-top: 48px;
    text-align: center;
}

@media (max-width: 999px) {
    .easysteps .btnitem {
        margin-top: 24px;
    }
}

.easysteps .btnitem .bottom {
    height: 50px;
    min-width: 140px;
}

@media (max-width: 999px) {
    .easysteps .btnitem .bottom {
        height: 40px;
        min-width: inherit;
    }
}

.allskills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 0px 15%;
}

@media (max-width: 999px) {
    .allskills {
        padding: 0px;
    }
}

.allskills li {
    position: relative;
    background: #4e4f80;
    min-width: 120px;
    border-radius: 12px;
    padding: 8px 12px;
    margin: 8px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.allskills li:nth-child(even) {
    background: #5e5f94;
}

@media (max-width: 999px) {
    .allskills li {
        min-width: inherit;
    }
}

.modal {
    background: #0000009c;
    padding: 0px 12px !important;
}

.modal .modal-lg {
    max-width: 1015px;
}

.modal .close {
    opacity: 1;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 10;
}

.modal .close svg {
    width: 18px;
    height: 18px;
}

.modal .modal-content {
    /* padding: 45px 35px;
    background: #fef8f8;
    border-radius: 0px;
    border: 0px; */
}

@media (max-width: 999px) {
    .modal .modal-content {
        padding: 32px 24px;
    }
}

.modal .modal-content .title {
    justify-content: center;
}

.modal .modal-content .st-add {
    color: #000;
    margin-bottom: 24px;
}

.modal .modal-content .bottom {
    width: auto;
    min-width: 120px;
}

.modal .subinner {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 12px;
    background: #fff;
    padding: 32px 0px;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
}

@media (max-width: 999px) {
    .modal .subinner {
        padding: 24px 0px;
    }
}

.modal .col {
    border-right: 1px solid #c8ced5;
    padding: 0px 48px;
}

@media (max-width: 999px) {
    .modal .col {
        padding: 0px 32px;
    }
}

.modal .col .title {
    margin-top: 24px;
    font-size: 30px;
    font-weight: 600;
    justify-content: flex-start !important;
}

.modal .col:last-child {
    border: 0px;
}

.modal .col:last-child .title {
    justify-content: center !important;
    margin: 0px;
}

@media (max-width: 767px) {
    .modal .col {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px;
        border: 0px;
    }
    .modal .col:last-child {
        margin: 0px;
    }
}

.modal .logo img {
    max-width: 158px;
}

@media (max-width: 1120px) {
    .modal .logo img {
        max-width: 138px;
    }
}

.modal .logo .night-logo {
    display: none;
}

.modal .time,
.modal .conferencing {
    display: flex;
    color: #606367;
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px;
}

.modal .time svg,
.modal .conferencing svg {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    fill: #606367;
    margin: 5px 4px 0px 0px;
}

.modal .text {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
}

.modal .select {
    position: relative;
    width: 100%;
}

.modal .select svg {
    position: absolute;
    left: 12px;
    top: 22px;
    width: 15px;
    height: 15px;
}

.modal .select .form-control {
    padding-left: 30px;
}

.modal .nao-month {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}

.modal .nao-month.no-overflow {
    overflow: hidden !important;
    transform: translateZ(0);
}

.modal .nao-month .month-head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
}

.modal .nao-month .month-head button {
    background: none;
    border: none;
    outline: none;
    outline-style: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.modal .nao-month .month-head .arowleft,
.modal .nao-month .month-head .arowright {
    background: #fef8f8 url(../images/arrow.svg) center center no-repeat;
    height: 32px;
    width: 32px;
    padding: 0;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 50px;
}

.modal .nao-month .month-head .arowleft:hover,
.modal .nao-month .month-head .arowright:hover {
    background: #d9000d url(../images/arrow2.svg) center center no-repeat;
}

.modal .nao-month .month-head .arowright {
    left: auto;
    right: 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.modal .nao-month .month-head button.btn.ic.ic-arrow-circle-angle-down.ripple-elemen,
.modal .nao-month .month-head button.btn.ic.ic-target.ripple-element,
.modal .nao-month .month-head button.btn.ic.ic-arrow-circle-angle-down {
    display: none;
}

.modal .nao-month .month-head div {
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.modal .nao-month .year-month {
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    z-index: 3;
    overflow: hidden;
    transition: height 5ms linear .5s, background .5s ease;
    pointer-events: none;
}

.modal .nao-month .year-month div:first-child {
    margin-top: -100%;
    transition: margin 0.5s ease;
}

.modal .nao-month>div+div {
    transition: opacity .5s ease;
    filter: none;
    opacity: 1;
}

.modal .nao-month table {
    width: 100%;
    transform: none;
    filter: none;
    opacity: 1;
    transition: transform .5s ease, opacity .5s ease;
}

.modal .nao-month table thead,
.modal .nao-month table tbody {
    width: 100%;
}

.modal .nao-month table.prev,
.modal .nao-month table.next,
.modal .nao-month table.come {
    position: absolute;
}

.modal .nao-month table.prev {
    transform: translateX(-110%);
}

.modal .nao-month table.prev+table {
    transform: translateX(110%);
}

.modal .nao-month table.next {
    transform: translateX(110%);
}

.modal .nao-month table.next+table {
    transform: translateX(-110%);
}

.modal .nao-month table.come {
    transform: none;
}

.modal .nao-month th,
.modal .nao-month td {
    text-align: center;
    padding: 4px 1px;
    font-weight: normal;
    width: calc(100% / 7);
    border: 2px solid #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
}

.modal .nao-month th {
    color: #000;
}

.modal .nao-month td {
    position: relative;
    cursor: pointer;
}

.modal .nao-month td.ripple {
    z-index: 99;
}

.modal .nao-month td.today,
.modal .nao-month td.active {
    background: #d9000d;
    color: #fff;
}

.modal .nao-month td:empty {
    cursor: auto;
}

.modal .nao-month td:empty::before {
    content: "•";
    opacity: .3;
    display: inline-block;
}

.modal .nao-month .year-month.visible {
    display: block;
    transition: height 5ms linear 0s;
    height: 100%;
    pointer-events: auto;
}

.modal .nao-month .year-month.visible~div,
.modal .nao-month .year-month.visible~table {
    filter: blur(5px);
    filter: none;
    opacity: 0.05;
}

.modal .nao-month .year-month.visible>table,
.modal .nao-month .year-month.visible>div {
    margin-top: 0%;
    transform: none;
}

.modal .nao-month .year-month.visible>div {
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    display: block;
}

.modal .nao-month .year-month table {
    height: 70%;
}

.modal .nao-month .year-month td {
    overflow: hidden;
    width: 33.333%;
}

.modal .nao-month .year-month>.ic {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.blogs {
    position: relative;
    width: 100%;
    padding: 48px 0px;
}

@media (max-width: 999px) {
    .blogs {
        padding: 24px 0px;
    }
}

.blogs .title {
    justify-content: center;
}

.blogs .sliderblogs {
    position: relative;
    margin-top: 48px;
}

.blogs .sliderblogs .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px;
}

.blogs .sliderblogs .slick-list .slick-track {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    overflow: hidden;
}

.blogs .sliderblogs .slick-list .slick-track:after,
.blogs .sliderblogs .slick-list .slick-track:before {
    display: table;
    content: '';
}

.blogs .sliderblogs .slick-prev,
.blogs .sliderblogs .slick-next {
    position: absolute;
    top: -58px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none;
    border: 1px solid #e8e9ee;
    border-radius: 50%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blogs .sliderblogs .slick-prev svg,
.blogs .sliderblogs .slick-next svg {
    width: 10px;
    height: 10px;
    fill: #464646;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blogs .sliderblogs .slick-prev:hover,
.blogs .sliderblogs .slick-next:hover {
    background: #d9000d;
    border: 1px solid #d9000d;
}

.blogs .sliderblogs .slick-prev:hover svg,
.blogs .sliderblogs .slick-next:hover svg {
    fill: #fff;
}

.blogs .sliderblogs .slick-next {
    right: 0px;
}

.blogs .sliderblogs .slick-prev {
    right: 38px;
}

.blogs .sliderblogs .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
}

.blogs .sliderblogs .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    padding: 0px;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.blogs .sliderblogs .slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0px;
    outline: none;
    background: #d9000d47;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

@media (max-width: 450px) {
    .blogs .sliderblogs .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

.blogs .sliderblogs .slick-dots li.slick-active button {
    background: #d9000d !important;
}

@media (max-width: 999px) {
    .blogs .sliderblogs {
        margin-top: 24px;
    }
}

.blogs .sliderblogs .slick-prev,
.blogs .sliderblogs .slick-next {
    display: none !important;
}

.blogs .sliderblogs .slick-slide {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
}

.blogs .sliderblogs .slick-slide .photo {
    display: block;
    width: 100%;
    height: 240px;
    background: #f7f8fa;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .blogs .sliderblogs .slick-slide .photo {
        height: 200px;
    }
}

.blogs .sliderblogs .slick-slide .photo:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogs .sliderblogs .slick-slide .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blogs .sliderblogs .slick-slide .date {
    display: flex;
    align-items: center;
    color: #d9000d;
    margin-top: 12px;
    font-weight: 500;
}

.blogs .sliderblogs .slick-slide .date svg {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    fill: #d9000d;
}

.blogs .sliderblogs .slick-slide .title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
}

.blogs .sliderblogs .slick-slide .title:hover {
    color: #d9000d !important;
}

.blogsinner {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    padding-top: 24px;
}

@media (max-width: 999px) {
    .blogsinner {
        padding: 24px 0px;
    }
}

@media (max-width: 999px) {
    .blogsinner {
        padding-top: 0px;
    }
}

.blogsinner .item {
    margin-top: 24px;
}

@media (max-width: 999px) {
    .blogsinner .item {
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 767px) {
    .blogsinner .item {
        max-width: 100%;
        flex: 100%;
    }
}

.blogsinner .item .photo {
    display: block;
    width: 100%;
    height: 240px;
    background: #f7f8fa;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .blogsinner .item .photo {
        height: 200px;
    }
}

.blogsinner .item .photo:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogsinner .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blogsinner .item .date {
    display: flex;
    align-items: center;
    color: #d9000d;
    margin-top: 12px;
    font-weight: 500;
}

.blogsinner .item .date svg {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    fill: #d9000d;
}

.blogsinner .item .title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
}

.blogsinner .item .title:hover {
    color: #d9000d !important;
}

.blogdetails {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    padding-top: 24px;
}

@media (max-width: 999px) {
    .blogdetails {
        padding: 24px 0px;
    }
}

@media (max-width: 999px) {
    .blogdetails {
        padding-top: 0px;
    }
}

.blogdetails .item {
    margin-top: 24px;
}

@media (max-width: 999px) {
    .blogdetails .item {
        max-width: 100%;
        flex: 100%;
    }
}

.blogdetails .item .photo {
    width: 100%;
    height: 456px;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .blogdetails .item .photo {
        height: 256px;
    }
}

@media (max-width: 550px) {
    .blogdetails .item .photo {
        height: 200px;
    }
}

.blogdetails .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogdetails .item .title {
    margin-top: 12px;
    font-size: 32px;
}

@media (max-width: 999px) {
    .blogdetails .item .title {
        font-size: 24px;
    }
}

.blogdetails .item .info {
    display: flex;
}

.blogdetails .item .info li {
    display: flex;
    align-items: center;
    color: #d9000d;
    margin: 12px 48px 0px 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.blogdetails .item .info li:last-child {
    margin-right: 0px;
}

.blogdetails .item .info li svg {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    fill: #d9000d;
}

.blogdetails .item p {
    margin-top: 16px;
    font-weight: 500;
}

.blogdetails .item .itemshear {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 48px;
    width: 100%;
    padding: 16px 0px;
    border-top: 1px solid #c8ced5;
    border-bottom: 1px solid #c8ced5;
}

.blogdetails .item .itemshear p {
    font-size: 22px;
    color: #000;
    margin: 0px;
}

.blogdetails .item .itemshear .social {
    display: flex;
    align-items: center;
}

.blogdetails .item .itemshear .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 12px;
}

.blogdetails .item .itemshear .social a svg {
    width: 20px;
    height: 20px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blogdetails .item .itemshear .social a.icon-facebook svg {
    fill: #3b5998 !important;
}

.blogdetails .item .itemshear .social a.icon-facebook.icon-twitter path {
    fill: #3b5998 !important;
}

.blogdetails .item .itemshear .social a.icon-facebook:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .itemshear .social a.icon-twitter svg {
    fill: #00acee !important;
}

.blogdetails .item .itemshear .social a.icon-twitter.icon-twitter path {
    fill: #00acee !important;
}

.blogdetails .item .itemshear .social a.icon-twitter:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .itemshear .social a.icon-instagram svg {
    fill: #8d5b46 !important;
}

.blogdetails .item .itemshear .social a.icon-instagram.icon-twitter path {
    fill: #8d5b46 !important;
}

.blogdetails .item .itemshear .social a.icon-instagram:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .itemshear .social a.icon-youtube svg {
    fill: #c4302b !important;
}

.blogdetails .item .itemshear .social a.icon-youtube.icon-twitter path {
    fill: #c4302b !important;
}

.blogdetails .item .itemshear .social a.icon-youtube:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .itemshear .social a.icon-rss svg {
    fill: #ee802f !important;
}

.blogdetails .item .itemshear .social a.icon-rss.icon-twitter path {
    fill: #ee802f !important;
}

.blogdetails .item .itemshear .social a.icon-rss:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .itemshear .social a.icon-linkedin svg {
    fill: #007fb1 !important;
}

.blogdetails .item .itemshear .social a.icon-linkedin.icon-twitter path {
    fill: #007fb1 !important;
}

.blogdetails .item .itemshear .social a.icon-linkedin:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .itemshear .social a.icon-gplus svg {
    fill: #dd4b39 !important;
}

.blogdetails .item .itemshear .social a.icon-gplus.icon-twitter path {
    fill: #dd4b39 !important;
}

.blogdetails .item .itemshear .social a.icon-gplus:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .itemshear .social a.icon-whatsapp svg {
    fill: #189d0e !important;
}

.blogdetails .item .itemshear .social a.icon-whatsapp.icon-twitter path {
    fill: #189d0e !important;
}

.blogdetails .item .itemshear .social a.icon-whatsapp:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .itemshear .social a.icon-snapchat svg {
    fill: #e2df01 !important;
}

.blogdetails .item .itemshear .social a.icon-snapchat.icon-twitter path {
    fill: #e2df01 !important;
}

.blogdetails .item .itemshear .social a.icon-snapchat:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .itemshear .social a.icon-telegram svg {
    fill: #32afed !important;
}

.blogdetails .item .itemshear .social a.icon-telegram.icon-twitter path {
    fill: #32afed !important;
}

.blogdetails .item .itemshear .social a.icon-telegram:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .min-search {
    position: relative;
    width: 100%;
    background: #fef8f8;
    padding: 20px;
    border-radius: 12px;
}

.blogdetails .item .min-search .form-control {
    width: 100%;
    padding-right: 56px;
    font-weight: 500;
}

.blogdetails .item .min-search .bot-search {
    position: absolute;
    top: 28px;
    right: 28px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    background: none;
    cursor: pointer;
}

.blogdetails .item .min-search .bot-search svg {
    width: 28px;
    height: 38px;
    fill: #d9000d;
}

.blogdetails .item .subitem {
    position: relative;
    width: 100%;
    background: #fef8f8;
    padding: 20px;
    border-radius: 12px;
    margin-top: 24px;
}

.blogdetails .item .subitem .title {
    font-size: 24px;
    margin: 0px;
    padding-bottom: 8px;
}

.blogdetails .item .subitem .title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 4px;
    background: #d9000d;
}

.blogdetails .item .subitem .subblog {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.blogdetails .item .subitem .subblog .photo {
    min-width: 98px;
    max-width: 98px;
    height: 98px;
    border-radius: 12px;
    margin-right: 12px;
    overflow: hidden;
    background: #f7f8fa;
}

.blogdetails .item .subitem .subblog .photo:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogdetails .item .subitem .subblog .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blogdetails .item .subitem .subblog .date {
    display: flex;
    align-items: center;
    color: #d9000d;
    font-weight: 500;
    text-transform: capitalize;
}

.blogdetails .item .subitem .subblog .date:last-child {
    margin-right: 0px;
}

.blogdetails .item .subitem .subblog .date svg {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    fill: #d9000d;
}

.blogdetails .item .subitem .subblog .title {
    padding: 0;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blogdetails .item .subitem .subblog .title::after {
    display: none;
}

.blogdetails .item .subitem .subblog .title:hover {
    color: #d9000d !important;
}

.blogdetails .item .subitem .listtags {
    margin-top: 16px;
}

.blogdetails .item .subitem .listtags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    text-align: center;
    background: #d9000d;
    font-weight: 500;
    border: 1px solid #d9000d;
    border-radius: 4px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    padding: 0px 12px;
    height: 40px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 4px 4px 60px #0000000d;
    color: #000;
    margin: 8px 8px 0px 0px;
}

.blogdetails .item .subitem .listtags a svg {
    margin-right: 4px;
    max-width: 16px;
    max-height: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blogdetails .item .subitem .listtags a:hover {
    background: #142c4b;
    border: 1px solid #142c4b;
    color: #fff;
}

.blogdetails .item .subitem .listtags a:hover svg {
    fill: #fff;
}

.blogdetails .item .subitem .listtags a:focus {
    outline: none;
    outline-style: none;
}

.bordertop {
    border-top: 1px solid #c8ced5;
    padding-top: 48px;
}

@media (max-width: 999px) {
    .bordertop {
        padding-top: 24px;
    }
}

.started {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #fef8f8;
    text-align: center;
}

@media (max-width: 999px) {
    .started {
        padding: 24px 0px;
    }
}

.started:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1.png) right top no-repeat;
    background-size: 100%;
    opacity: .4;
}

.started .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.started .container .title {
    font-size: 30px;
}

@media (max-width: 999px) {
    .started .container {
        display: block;
    }
    .started .container .title {
        justify-content: center;
        font-size: 24px;
    }
}

.started .container .bottom {
    margin-left: 24px;
    min-width: 160px;
    height: 50px;
}

@media (max-width: 999px) {
    .started .container .bottom {
        margin: 0px;
        margin-top: 16px;
        min-width: 120px;
        height: 42px;
    }
}

.faqs {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    /* Vertical line */
}

@media (max-width: 999px) {
    .faqs {
        padding: 24px 0px;
    }
}

.faqs .title {
    justify-content: center;
}

.faqs .accordion {
    width: 100%;
    margin-top: 48px;
}

@media (max-width: 999px) {
    .faqs .accordion {
        margin-top: 24px;
    }
}

.faqs .accordion .option {
    width: 100%;
    margin-top: 24px;
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    background: #fef8f8;
    border: 1px solid #d9000d1f;
    overflow: hidden;
}

.faqs .accordion .option .click-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faqs .accordion .option .click-title a {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 20px;
    padding-right: 60px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

@media (max-width: 999px) {
    .faqs .accordion .option .click-title a {
        font-size: 20px;
    }
}

.faqs .accordion .option .text {
    padding: 20px;
    padding-top: 0px;
    font-weight: 500;
}

.faqs .collapsible-link::before {
    content: '';
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #d9000d1f url(../images/arrow.svg) no-repeat center center;
    display: block;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 10;
}

.faqs .collapsible-link[aria-expanded='true']::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.interact {
    position: relative;
    width: 100%;
    padding: 48px 0px;
}

@media (max-width: 999px) {
    .interact {
        padding: 24px 0px;
    }
}

.interact .title {
    justify-content: center;
}

.interact .item {
    margin-top: 48px;
}

@media (max-width: 999px) {
    .interact .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px;
    }
}

.interact .item .inner {
    position: relative;
    width: 100%;
    padding: 32px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #f3f3f3;
    text-align: center;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
}

@media (max-width: 999px) {
    .interact .item .inner {
        padding: 24px;
    }
}

.interact .item .inner .photo {
    width: 100%;
    height: 200px;
}

.interact .item .inner .photo img {
    max-width: 100%;
    max-height: 100%;
}

.interact .item .inner p {
    margin-top: 24px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #000;
    text-transform: capitalize;
}

@media (max-width: 999px) {
    .interact .item .inner p {
        font-size: 18px;
        margin-top: 12px;
    }
}

.interact .item .inner .more {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #d9000d;
    margin-top: 24px;
    cursor: pointer;
    text-transform: capitalize;
}

.interact .item .inner .more:hover {
    text-decoration: underline;
}

@media (max-width: 999px) {
    .interact .item .inner .more {
        font-size: 18px;
        margin-top: 12px;
    }
}

.profilejob {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #fef8f8;
    overflow: hidden;
}

@media (max-width: 999px) {
    .profilejob {
        padding: 24px 0px;
    }
}

.profilejob:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 100%;
    background: url(../images/c-1.png) left top no-repeat;
}

.profilejob:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/c-2.png) right bottom no-repeat;
}

.profilejob .title {
    justify-content: center;
}

.profilejob .discoverteam .slick-slide .info {
    align-items: center;
}

.profilejob .discoverteam .slick-slide .info .check {
    right: auto;
    top: auto;
    bottom: 0px;
    left: 70px;
}

.profilejob .discoverteam .slick-slide .info .title {
    width: 186px;
    margin: 0px;
    overflow: hidden;
}

.profilejob .discoverteam .slick-slide .exp {
    position: absolute;
    right: 24px;
    top: 0px;
    width: 44px;
    background: #142c4b;
    border-radius: 0px 0px 50px 50px;
    text-align: center;
    padding: 8px 4px;
}

.profilejob .discoverteam .slick-slide .exp span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.profilejob .discoverteam .slick-slide .exp b {
    display: block;
    margin-top: 2px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.profilejob .discoverteam .slick-slide .listskills {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.profilejob .discoverteam .slick-slide .listskills li {
    min-width: 80px;
    padding: 4px 12px;
    border-radius: 60px;
    background: #f7f8fa;
    margin: 8px 8px 0px 0px;
    font-weight: 500;
    text-align: center;
}

.profilejob .discoverteam .slick-slide .listevaluation {
    margin-top: 24px;
}

.profilejob .discoverteam .slick-slide .listevaluation li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.profilejob .discoverteam .slick-slide .listevaluation li p {
    color: #000;
    font-weight: 500;
    height: auto;
    font-style: normal;
    margin: 0px;
}

.profilejob .discoverteam .slick-slide .listevaluation li span {
    color: #000;
    font-weight: 700;
}

.profilejob .discoverteam .slick-slide .listevaluation li span svg {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    fill: #F6BE4F;
}

.profilejob .discoverteam .slick-slide .price {
    margin-top: 24px;
    color: #d9000d;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    height: auto;
}

.profilejob .discoverteam .slick-slide .bottom {
    margin-top: 24px;
    background: #fff;
    color: #000;
    width: 100%;
    border-radius: 60px;
    height: 50px;
    border: 1px solid #d9000d30;
}

.profilejob .discoverteam .slick-slide .bottom:hover {
    background: #d9000d;
    border: 1px solid #d9000d;
    color: #fff;
}

.guide-documentation {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #f7f8fa;
}

@media (max-width: 999px) {
    .guide-documentation {
        padding: 24px 0px;
    }
}

.guide-documentation .container {
    z-index: inherit;
}

@media (max-width: 1199px) {
    .guide-documentation .item {
        max-width: 100%;
        flex: 100%;
    }
}

.guide-documentation .item .inner {
    position: sticky;
    top: 120px;
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    background: #142c4b;
    overflow: hidden;
}

.guide-documentation .item .inner:before {
    content: "";
    position: absolute;
    top: -52px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: url(../images/in-bg.png) left top no-repeat;
    background-size: 100%;
    opacity: .4;
}

@media (max-width: 1199px) {
    .guide-documentation .item .inner {
        border-radius: 0px;
        position: relative;
        top: auto;
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.guide-documentation .item .inner .listmenu a {
    position: relative;
    display: flex;
    background: #ffffff1f;
    margin-bottom: 12px;
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
    padding: 8px 12px;
    overflow: hidden;
}

.guide-documentation .item .inner .listmenu a:last-child {
    margin: 0px;
}

.guide-documentation .item .inner .listmenu a:hover::after,
.guide-documentation .item .inner .listmenu a.active::after {
    width: 100%;
}

.guide-documentation .item .inner .listmenu a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #d9000d;
    width: 0px;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .item .inner .listmenu a span {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.guide-documentation .item .inner .listmenu a span svg,
.guide-documentation .item .inner .listmenu a span img {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    margin-right: 4px;
    fill: #fff;
}

.guide-documentation .itemmenu {
    display: none;
}

@media (max-width: 1199px) {
    .guide-documentation .itemmenu {
        display: block;
    }
}

.guide-documentation .itemmenu svg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

@media (max-width: 999px) {
    .guide-documentation .itemmenu svg {
        width: 20px;
        height: 20px;
    }
}

.guide-documentation .hideitem .cancel {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
}

@media (max-width: 1199px) {
    .guide-documentation .hideitem .cancel {
        display: block;
    }
}

.guide-documentation .hideitem .cancel svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 1199px) {
    .guide-documentation .hideitem {
        position: fixed;
        left: -100%;
        top: 0px;
        width: 280px;
        height: 100%;
        padding: 0px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        z-index: 1005;
    }
    .guide-documentation .hideitem::-webkit-scrollbar {
        width: 2px;
    }
    .guide-documentation .hideitem.active {
        left: 0px;
    }
}

.guide-documentation .subitem {
    margin-top: 24px;
}

@media (max-width: 999px) {
    .guide-documentation .subitem {
        max-width: 100%;
        flex: 100%;
    }
}

@media (max-width: 999px) {
    .guide-documentation .subitem,
    .guide-documentation .s-item {
        max-width: 100%;
        flex: 100%;
    }
}

.guide-documentation .s-item {
    margin-top: 16px;
}

.guide-documentation .inneritem {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 12px;
}

.guide-documentation .inneritem .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #e8e9ee;
}

.guide-documentation .inneritem .minhead .title {
    font-size: 22px;
    font-weight: 600;
}

.guide-documentation .inneritem .minhead .more {
    color: #d9000d;
    font-weight: 500;
}

.guide-documentation .inneritem .minhead .more:hover {
    text-decoration: underline;
}

.guide-documentation .inneritem .minhead .filter {
    position: relative;
    width: 120px;
}

.guide-documentation .inneritem .minhead .filter svg {
    position: absolute;
    left: 12px;
    top: 14px;
    width: 15px;
    height: 15px;
}

.guide-documentation .inneritem .minhead .filter .form-control {
    height: 40px;
    padding-left: 30px;
}

.guide-documentation .inneritem .subinner {
    padding: 16px;
}

.guide-documentation .inneritem .subinner .list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #f7f8fa;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 500;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .inneritem .subinner .list a:last-child {
    margin: 0px;
}

.guide-documentation .inneritem .subinner .list a:hover {
    background: #e3e3e3;
}

.guide-documentation .inneritem .subinner .list a svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin: 3px 0px;
}

.guide-documentation .inneritem .subinner .list a .cls-1 {
    fill: #27ba00;
    fill-rule: evenodd;
}

.guide-documentation .inneritem .subinner .list a .cls-2 {
    fill: #fff;
}

.guide-documentation .inneritem .subinner .meeting a {
    justify-content: flex-start;
    align-items: flex-start;
}

.guide-documentation .inneritem .subinner .meeting a .manth {
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    padding: 4px 0px;
    margin-right: 8px;
    text-align: center;
    overflow: hidden;
}

.guide-documentation .inneritem .subinner .meeting a .manth p {
    color: #d9000d;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.guide-documentation .inneritem .subinner .meeting a .manth p span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.guide-documentation .inneritem .subinner .meeting a .manth .date {
    display: block;
    line-height: 8px;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.guide-documentation .inneritem .subinner .meeting a .time {
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.guide-documentation .inneritem .subinner .meeting a .title {
    font-size: 16px;
    font-weight: 500;
}

.guide-documentation .inneritem .subinner .action a {
    justify-content: flex-start;
    align-items: flex-start;
}

.guide-documentation .inneritem .subinner .action a .photo {
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    margin-right: 8px;
}

.guide-documentation .inneritem .subinner .action a .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-documentation .inneritem .subinner .action a .info {
    display: flex;
}

.guide-documentation .inneritem .subinner .action a .time,
.guide-documentation .inneritem .subinner .action a .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.guide-documentation .inneritem .subinner .action a .time svg,
.guide-documentation .inneritem .subinner .action a .map svg {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.guide-documentation .inneritem .subinner .action a .map {
    margin-right: 16px;
}

.guide-documentation .inneritem .subinner .action a .title {
    font-size: 16px;
    font-weight: 500;
}

.guide-documentation .inneritem .subinner .application a {
    flex-wrap: wrap;
}

.guide-documentation .inneritem .subinner .application a .imgitle {
    display: flex;
    align-items: center;
}

.guide-documentation .inneritem .subinner .application a .imgitle .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 8px;
    margin-right: 8px;
}

.guide-documentation .inneritem .subinner .application a .imgitle .photo img {
    max-width: 100%;
    max-height: 100%;
}

.guide-documentation .inneritem .subinner .application a .imgitle .title {
    font-size: 16px;
    font-weight: 500;
    min-width: 180px;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.guide-documentation .inneritem .subinner .application a .info {
    display: flex;
    flex-wrap: wrap;
}

.guide-documentation .inneritem .subinner .application a .time,
.guide-documentation .inneritem .subinner .application a .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.guide-documentation .inneritem .subinner .application a .time svg,
.guide-documentation .inneritem .subinner .application a .map svg {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.guide-documentation .inneritem .subinner .application a .map {
    margin-right: 16px;
}

.guide-documentation .inneritem .subinner .application a .waiting,
.guide-documentation .inneritem .subinner .application a .approval {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    border-radius: 12px;
    color: #F6BE4F;
    border: 1px solid #F6BE4F;
    text-transform: capitalize;
    min-width: 100px;
    max-width: 100px;
}

.guide-documentation .inneritem .subinner .application a .approval {
    color: #27ba00;
    border: 1px solid #27ba00;
}

.guide-documentation .inneritem .subinner .allemploy .imgitle .photo {
    border-radius: 50% !important;
    padding: 0px !important;
}

.guide-documentation .inneritem .subinner .allemploy .imgitle .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-documentation .inneritem .subinner .allemploy .imgitle .title {
    font-size: 20px !important;
}

.guide-documentation .inneritem .subinner .allemploy .info .map,
.guide-documentation .inneritem .subinner .allemploy .info .time {
    font-size: 16px;
}

.guide-documentation .inneritem .subinner .allemploy .info .map svg,
.guide-documentation .inneritem .subinner .allemploy .info .time svg {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
}

.guide-documentation .inneritem .favorite {
    max-width: 50%;
    flex: 50%;
    padding: 0px 8px;
    margin-top: 16px;
}

.guide-documentation .inneritem .favorite .innerfavorite {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 124px;
    padding: 12px;
    background: #f7f8fa;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .inneritem .favorite .innerfavorite:hover {
    background: #e3e3e3;
}

.guide-documentation .inneritem .favorite .innerfavorite .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.guide-documentation .inneritem .favorite .innerfavorite .photo img {
    max-width: 100%;
    max-height: 100%;
}

.guide-documentation .inneritem .favorite .innerfavorite .title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    justify-content: center;
    text-align: center;
}

.guide-documentation .map-text {
    display: block !important;
    padding: 48px !important;
}

.guide-documentation .map-text .title {
    justify-content: flex-start;
    font-size: 22px;
    font-weight: 600;
    margin-top: 16px;
    justify-content: center;
}

.guide-documentation .map-text .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    background: #d9000d;
    margin: 0px auto;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
}

.guide-documentation .map-text .icon svg {
    fill: #fff;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    margin: 0px !important;
}

.guide-documentation .map-text p {
    font-weight: 500;
    color: #d9000d;
    text-align: center;
}

.guide-documentation p {
    font-weight: 500;
}

.guide-documentation .innerholders {
    position: relative;
    width: 100%;
    border-radius: 12px;
    background: #f7f8fa;
    padding: 24px;
    margin-top: 16px;
}

.guide-documentation .innerholders .title {
    font-size: 20px;
    font-weight: 600;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .innerholders .title:hover {
    color: #d9000d !important;
}

.guide-documentation .innerholders p {
    margin-top: 16px;
}

.guide-documentation .innerholders .more {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #d9000d;
    margin-top: 16px;
    font-weight: 500;
}

.guide-documentation .innerholders .more svg {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    fill: #d9000d;
    margin-left: 8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .5s ease-in-out 0s;
}

.guide-documentation .innerholders .more:hover::after {
    width: 100%;
}

.guide-documentation .innerholders .more:hover svg {
    margin-left: 12px;
}

.guide-documentation .innerholders .more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 40%;
    background: #d9000d;
    height: 2px;
    transition: all .5s ease-in-out 0s;
}

.guide-documentation .videoiframe {
    width: 100%;
    height: 480px;
    background: #f7f8fa;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .guide-documentation .videoiframe {
        height: 300px;
    }
}

.guide-documentation .videoiframe iframe,
.guide-documentation .videoiframe video {
    display: block;
    border: 0px;
    width: 100%;
    height: 100%;
}

.guide-documentation .subphoto {
    width: 100%;
    height: 480px;
    background: #f7f8fa;
    margin-top: 16px;
    border: 1px solid #e8e9ee;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .guide-documentation .subphoto {
        height: auto;
    }
}

.guide-documentation .subphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 999px) {
    .guide-documentation .subphoto img {
        height: auto;
        object-fit: inherit;
    }
}

.guide-documentation .textlist {
    margin-top: 16px;
}

.guide-documentation .textlist .title {
    font-size: 20px;
    font-weight: 600;
}

.chatall {
    width: 100%;
    padding: 24px !important;
}

@media (max-width: 999px) {
    .chatall {
        padding: 12px !important;
    }
}

.chatall ::-webkit-scrollbar {
    width: 2px;
}

.chatall .backpage {
    margin-bottom: 8px;
}

.chatall .chat-text {
    padding-right: 12px;
    height: 555px;
    overflow: hidden;
    overflow-y: scroll;
}

.chatall .chat-text .text-dat {
    text-align: center;
    font-weight: 400;
    margin-bottom: 12px;
}

.chatall .chat-text .userchat {
    display: flex;
    width: 100%;
    margin-bottom: 32px;
    position: relative;
}

.chatall .chat-text .userchat .photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8fa;
    border: 2px solid #e8e9ee;
}

.chatall .chat-text .userchat .photo img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

.chatall .chat-text .userchat .padcht {
    padding-left: 66px;
    min-width: 30%;
    max-width: 100%;
}

.chatall .chat-text .userchat .padcht .text {
    background: #fff;
    padding: 2px 12px;
    border: 1px solid #e8e9ee;
    margin-right: 66px;
    font-weight: 500;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
}

@media (max-width: 999px) {
    .chatall .chat-text .userchat .padcht .text {
        margin-right: 0px;
    }
}

.chatall .chat-text .userchat .padcht .attach {
    display: flex;
    justify-content: flex-start;
    margin: 8px 66px 0px 0px;
}

@media (max-width: 999px) {
    .chatall .chat-text .userchat .padcht .attach {
        margin-right: 0px;
    }
}

.chatall .chat-text .userchat .padcht .attach p {
    background: #d9000d;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
}

.chatall .chat-text .userchat .padcht .attach p svg {
    margin-right: 4px;
}

.chatall .chat-text .userchat .padcht .time {
    display: flex;
    justify-content: flex-start;
}

.chatall .chat-text .userchat .padcht .time span {
    font-size: 14px;
    margin-top: 8px;
}

.chatall .chat-text .userchat.tow {
    justify-content: flex-end;
}

.chatall .chat-text .userchat.tow .photo {
    left: auto;
    right: 0px;
}

.chatall .chat-text .userchat.tow .padcht {
    padding-left: 0px;
    padding-right: 66px;
}

.chatall .chat-text .userchat.tow .padcht .text {
    background: #e3ebf5;
    margin-right: 0px;
    margin-left: 66px;
}

.chatall .chat-text .userchat.tow .padcht .attach {
    justify-content: flex-end;
    margin: 8px 0px 0px 66px;
}

@media (max-width: 991px) {
    .chatall .chat-text .userchat.tow .padcht .attach {
        margin-left: 0px;
    }
}

.chatall .chat-text .userchat.tow .padcht .time {
    justify-content: flex-end;
}

.chatall .formchat {
    width: 100%;
    height: 80px;
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e8e9ee;
    line-height: 18px;
    margin-top: 16px;
    color: #B9C9DF;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
}

.chatall .formchat textarea {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: calc(100% - 110px);
    resize: none;
    border: 0px !important;
    outline-style: none;
    font-weight: 500;
    padding: 20px 16px;
}

.chatall .formchat .icon-at {
    position: absolute;
    right: 16px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.chatall .formchat .icon-at .attach-item,
.chatall .formchat .icon-at .send {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #d9000d;
    outline-style: none;
    outline: 0px;
    cursor: pointer;
}

.chatall .formchat .icon-at .attach-item svg,
.chatall .formchat .icon-at .send svg {
    fill: #d9000d;
}

.chatall .formchat .icon-at .send {
    background: #d9000d;
    margin-left: 16px;
}

.chatall .formchat .icon-at .send svg {
    fill: #fff;
}

.privatepolicy {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #f7f8fa;
}

@media (max-width: 999px) {
    .privatepolicy {
        padding: 24px 0px;
    }
}

.privatepolicy .container {
    z-index: inherit;
}

@media (max-width: 1199px) {
    .privatepolicy .item {
        max-width: 100%;
        flex: 100%;
    }
}

.privatepolicy .item .inner {
    position: sticky;
    top: 120px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .privatepolicy .item .inner {
        border-radius: 0px;
        position: relative;
        top: auto;
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.privatepolicy .item .inner .listmenu {
    width: 100%;
}

@media (max-width: 1199px) {
    .privatepolicy .item .inner .listmenu {
        padding: 16px;
    }
}

.privatepolicy .item .inner .listmenu a {
    position: relative;
    display: flex;
    margin-bottom: 12px;
    color: #000;
    font-weight: 500;
    padding-bottom: 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-bottom: 1px solid #cfcfcf;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .privatepolicy .item .inner .listmenu a {
        color: #fff;
    }
}

.privatepolicy .item .inner .listmenu a:last-child {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.privatepolicy .item .inner .listmenu a:hover,
.privatepolicy .item .inner .listmenu a.active {
    color: #d9000d !important;
}

.privatepolicy .hideitem .cancel {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
}

@media (max-width: 1199px) {
    .privatepolicy .hideitem .cancel {
        display: block;
    }
}

.privatepolicy .hideitem .cancel svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 1199px) {
    .privatepolicy .hideitem {
        position: fixed;
        left: -100%;
        top: 0px;
        width: 280px;
        height: 100%;
        padding: 0px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        background: #142c4b;
        z-index: 1005;
    }
    .privatepolicy .hideitem::-webkit-scrollbar {
        width: 2px;
    }
    .privatepolicy .hideitem.active {
        left: 0px;
    }
}

.privatepolicy .itemmenu {
    display: none;
}

@media (max-width: 1199px) {
    .privatepolicy .itemmenu {
        display: block;
    }
}

.privatepolicy .itemmenu svg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

@media (max-width: 999px) {
    .privatepolicy .itemmenu svg {
        width: 20px;
        height: 20px;
    }
}

.privatepolicy p {
    margin-top: 16px;
    font-weight: 500;
}

.contactus {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #fef8f8;
    overflow: hidden;
}

@media (max-width: 999px) {
    .contactus {
        padding: 24px 0px;
    }
}

.contactus:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 100%;
    background: url(../images/c-1.png) left top no-repeat;
}

.contactus:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/c-2.png) right bottom no-repeat;
}

.contactus .title {
    justify-content: center;
}

.contactus .itemform {
    margin: 24px auto 0px auto;
    max-width: 70%;
}

@media (max-width: 999px) {
    .contactus .itemform {
        max-width: 100%;
    }
}

.contactus .itemform .bottom {
    height: 50px;
    min-width: 120px;
    max-width: 120px;
}

.contactinfo {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #fff url(../images/testimonial-bg-1.png) no-repeat center center/cover;
}

@media (max-width: 999px) {
    .contactinfo {
        padding: 24px 0px;
    }
}

.contactinfo .title {
    justify-content: center;
}

.contactinfo .item {
    margin-top: 48px;
}

@media (max-width: 999px) {
    .contactinfo .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px;
    }
}

.contactinfo .item .contactus {
    padding: 48px;
}

@media (max-width: 999px) {
    .contactinfo .item .contactus {
        padding: 24px;
    }
}

.contactinfo .item .contactus form,
.contactinfo .item .contactus .title {
    position: relative;
    z-index: 10;
}

.contactinfo .item .contactus .field {
    margin: 0px;
    margin-bottom: 24px;
}

.contactinfo .item .contactus .field:last-child {
    margin: 0px;
}

.contactinfo .item .photo {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
    background: #142c4b;
}

.contactinfo .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactinfo .item .text {
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
}

@media (max-width: 999px) {
    .contactinfo .item .text {
        font-size: 16px;
    }
}

.contactinfo .item .map-text {
    display: flex;
    align-items: center;
    width: 80%;
    margin-top: 24px;
    border-bottom: 1px solid #c8ced5;
    padding-bottom: 24px;
}

@media (max-width: 999px) {
    .contactinfo .item .map-text {
        width: 100%;
    }
}

.contactinfo .item .map-text:last-child {
    border: 0px;
    padding: 0px;
}

.contactinfo .item .map-text .title {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 600;
}

.contactinfo .item .map-text .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    background: #d9000d;
    margin-right: 12px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
}

.contactinfo .item .map-text .icon svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

.contactinfo .item .map-text p,
.contactinfo .item .map-text a {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.contactinfo .item .map-text a {
    display: block;
    margin: 0px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.contactinfo .item .map-text a:hover {
    color: #d9000d;
}

.contactinfo .alert {
    margin: 0px;
    margin-top: 24px;
}

.mapiframe {
    width: 100%;
    height: 400px;
    background: #fef8f8;
}

@media (max-width: 999px) {
    .mapiframe {
        height: 300px;
    }
}

.mapiframe iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 100%;
}

.loginpage,
.forgot {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8fa;
}

@media (max-width: 999px) {
    .loginpage,
    .forgot {
        padding: 24px 0px;
    }
}

.loginpage:before,
.forgot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1.png) right top no-repeat;
    background-size: 100%;
    opacity: .4;
}

.loginpage:after,
.forgot:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg2.png) right bottom no-repeat;
    background-size: 100%;
    opacity: .4;
}

.loginpage .worries,
.forgot .worries {
    text-align: center;
    font-size: 14px !important;
    margin-top: 8px !important;
}

.loginpage .inner,
.forgot .inner {
    position: relative;
    margin: 0px auto;
    width: 580px;
    background: #fff;
    padding: 48px;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 4px 4px 60px #0000000d;
}

@media (max-width: 999px) {
    .loginpage .inner,
    .forgot .inner {
        padding: 24px;
    }
}

@media (max-width: 600px) {
    .loginpage .inner,
    .forgot .inner {
        width: 100%;
    }
}

.loginpage .inner .forgetlink,
.loginpage .inner .back,
.forgot .inner .forgetlink,
.forgot .inner .back {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.loginpage .inner .forgetlink:hover,
.loginpage .inner .back:hover,
.forgot .inner .forgetlink:hover,
.forgot .inner .back:hover {
    color: #d9000d;
}

.loginpage .inner .forgetlink svg,
.loginpage .inner .back svg,
.forgot .inner .forgetlink svg,
.forgot .inner .back svg {
    fill: #000;
    margin-right: 4px;
}

.loginpage .inner .title,
.forgot .inner .title {
    justify-content: center;
}

.loginpage .inner p,
.forgot .inner p {
    text-align: center;
    font-weight: 500;
    color: #000;
    margin-top: 16px;
    text-transform: capitalize;
}

.loginpage .inner p a,
.forgot .inner p a {
    color: #d9000d;
    font-weight: 500;
}

.loginpage .inner p a:hover,
.forgot .inner p a:hover {
    text-decoration: underline;
}

.field {
    position: relative;
    margin-top: 24px;
    /* file upload button hover state */
}

@media (max-width: 999px) {
    .field {
        margin-top: 16px;
    }
}

.field label {
    display: block;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    text-transform: capitalize;
}

.field .bottom {
    width: 100%;
    height: 50px;
}

.field .flexbox .che-box {
    display: inline-block;
    margin-right: 48px;
}

.field .flexbox .che-box:last-child {
    margin: 0px;
}

.field input[type="file"] {
    position: relative;
    padding-left: 6px;
    padding-top: 5px;
}

.field input[type="file"]::file-selector-button {
    width: 105px;
    color: transparent;
}

.field input[type="file"]::before {
    position: absolute;
    pointer-events: none;
    top: 15px;
    left: 10px;
    height: 20px;
    width: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

.field input[type="file"]::after {
    position: absolute;
    pointer-events: none;
    top: 15px;
    left: 34px;
    color: #142c4b;
    content: "Download";
}

.field input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 44px;
    cursor: pointer;
    background-color: #f7f8fa;
    border: 1px solid #dcdcdc;
    transition: background-color 200ms;
}

.icon-pass {
    position: absolute;
    bottom: 15px;
    right: 24px;
    z-index: 10;
    cursor: pointer;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.icon-pass svg {
    width: 24px;
    fill: #000;
}

.icon-pass.eye-slash.icon-pass {
    display: none;
}

.icon-pass.eye-slash.icon-pass svg {
    stroke: #d9000d;
    fill: none;
}

.signup {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #f7f8fa;
}

@media (max-width: 999px) {
    .signup {
        padding: 24px 0px;
    }
}

.signup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1.png) right top no-repeat;
    background-size: 100%;
    opacity: .4;
}

.signup .photo {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #142c4b;
    overflow: hidden;
}

@media (max-width: 999px) {
    .signup .photo {
        display: none;
    }
}

.signup .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.signup .item {
    padding-right: 48px;
}

@media (max-width: 999px) {
    .signup .item {
        max-width: 100%;
        flex: 100%;
        padding: 0px 12px;
    }
}

.signup p {
    text-align: center;
    font-weight: 500;
    color: #000;
    margin-top: 16px;
    text-transform: capitalize;
}

.signup p a {
    color: #d9000d;
    font-weight: 500;
}

.signup p a:hover {
    text-decoration: underline;
}

.signup .bold {
    font-size: 20px;
    font-weight: 600;
}

.signup .bold a {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .profile .item {
        max-width: 100%;
        flex: 100%;
    }
}

.profile .item .inner {
    position: sticky;
    top: 120px;
    width: 100%;
    padding: 32px 24px 24px 24px;
    border-radius: 12px;
    background: #142c4b;
    overflow: hidden;
}

.profile .item .inner:before {
    content: "";
    position: absolute;
    top: -52px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: url(../images/in-bg.png) left top no-repeat;
    background-size: 100%;
    opacity: .4;
}

@media (max-width: 1199px) {
    .profile .item .inner {
        border-radius: 0px;
        position: relative;
        top: auto;
    }
}

.profile .item .inner .title {
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 32px;
}

.profile .item .inner .job {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 8px;
    text-transform: capitalize;
}

.profile .item .inner .listmenu {
    margin-top: 24px;
}

.profile .item .inner .listmenu a {
    position: relative;
    display: flex;
    background: #ffffff1f;
    margin-top: 12px;
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
    padding: 8px 12px;
    overflow: hidden;
}

.profile .item .inner .listmenu a:hover::after,
.profile .item .inner .listmenu a.active::after {
    width: 100%;
}

.profile .item .inner .listmenu a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #d9000d;
    width: 0px;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.profile .item .inner .listmenu a span {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.profile .item .inner .listmenu a span svg,
.profile .item .inner .listmenu a span img {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    margin-right: 4px;
    fill: #fff;
}

.profile .itemmenu {
    display: none;
}

@media (max-width: 1199px) {
    .profile .itemmenu {
        display: block;
    }
}

.profile .itemmenu svg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

@media (max-width: 999px) {
    .profile .itemmenu svg {
        width: 20px;
        height: 20px;
    }
}

.profile .hideitem .cancel {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
}

@media (max-width: 1199px) {
    .profile .hideitem .cancel {
        display: block;
    }
}

.profile .hideitem .cancel svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 1199px) {
    .profile .hideitem {
        position: fixed;
        left: -100%;
        top: 0px;
        width: 280px;
        height: 100%;
        overflow-y: scroll;
        padding: 0px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        z-index: 1005;
    }
    .profile .hideitem::-webkit-scrollbar {
        width: 2px;
    }
    .profile .hideitem.active {
        left: 0px;
    }
}

.profile .subitem {
    margin-top: 24px;
}

@media (max-width: 999px) {
    .profile .subitem {
        max-width: 100%;
        flex: 100%;
    }
}

.profile .subitem .inneritem {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 12px;
}

.profile .subitem .inneritem .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #e8e9ee;
}

.profile .subitem .inneritem .minhead .title {
    font-size: 22px;
    font-weight: 600;
}

.profile .subitem .inneritem .minhead .flex {
    display: flex;
}

@media (max-width: 767px) {
    .profile .subitem .inneritem .minhead .flex {
        display: block;
    }
}

.profile .subitem .inneritem .minhead .flex .bottom {
    margin-left: 16px;
    height: 40px;
}

@media (max-width: 767px) {
    .profile .subitem .inneritem .minhead .flex .bottom {
        width: 100%;
        margin: 0px;
        margin-top: 16px;
    }
}

.profile .subitem .inneritem .minhead .more {
    color: #d9000d;
    font-weight: 500;
}

.profile .subitem .inneritem .minhead .more:hover {
    text-decoration: underline;
}

.profile .subitem .inneritem .minhead .filter {
    position: relative;
    width: 120px;
}

.profile .subitem .inneritem .minhead .filter svg {
    position: absolute;
    left: 12px;
    top: 14px;
    width: 15px;
    height: 15px;
}

.profile .subitem .inneritem .minhead .filter .form-control {
    height: 40px;
    padding-left: 30px;
}

.profile .subitem .inneritem .subinner {
    padding: 16px;
}

.profile .subitem .inneritem .subinner .list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #f7f8fa;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 500;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.profile .subitem .inneritem .subinner .list a:last-child {
    margin: 0px;
}

.profile .subitem .inneritem .subinner .list a:hover {
    background: #e3e3e3;
}

.profile .subitem .inneritem .subinner .list a svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin: 3px 0px;
}

.profile .subitem .inneritem .subinner .list a .cls-1 {
    fill: #27ba00;
    fill-rule: evenodd;
}

.profile .subitem .inneritem .subinner .list a .cls-2 {
    fill: #fff;
}

.profile .subitem .inneritem .subinner .meeting a {
    justify-content: flex-start;
    align-items: flex-start;
}

.profile .subitem .inneritem .subinner .meeting a .manth {
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    padding: 4px 0px;
    margin-right: 8px;
    text-align: center;
    overflow: hidden;
}

.profile .subitem .inneritem .subinner .meeting a .manth p {
    color: #d9000d;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.profile .subitem .inneritem .subinner .meeting a .manth p span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.profile .subitem .inneritem .subinner .meeting a .manth .date {
    display: block;
    line-height: 8px;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.profile .subitem .inneritem .subinner .meeting a .time {
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.profile .subitem .inneritem .subinner .meeting a .title {
    font-size: 16px;
    font-weight: 500;
}

.profile .subitem .inneritem .subinner .action a {
    justify-content: flex-start;
    align-items: flex-start;
}

.profile .subitem .inneritem .subinner .action a .photo {
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    margin-right: 8px;
}

.profile .subitem .inneritem .subinner .action a .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile .subitem .inneritem .subinner .action a .info {
    display: flex;
}

.profile .subitem .inneritem .subinner .action a .time,
.profile .subitem .inneritem .subinner .action a .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.profile .subitem .inneritem .subinner .action a .time svg,
.profile .subitem .inneritem .subinner .action a .map svg {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.profile .subitem .inneritem .subinner .action a .map {
    margin-right: 16px;
}

.profile .subitem .inneritem .subinner .action a .title {
    font-size: 16px;
    font-weight: 500;
}

.profile .subitem .inneritem .subinner .application a {
    flex-wrap: wrap;
}

.profile .subitem .inneritem .subinner .application a .imgitle {
    display: flex;
    align-items: center;
}

.profile .subitem .inneritem .subinner .application a .imgitle .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 8px;
    margin-right: 8px;
}

.profile .subitem .inneritem .subinner .application a .imgitle .photo img {
    max-width: 100%;
    max-height: 100%;
}

.profile .subitem .inneritem .subinner .application a .imgitle .title {
    font-size: 16px;
    font-weight: 500;
    min-width: 180px;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile .subitem .inneritem .subinner .application a .info {
    display: flex;
    flex-wrap: wrap;
}

.profile .subitem .inneritem .subinner .application a .time,
.profile .subitem .inneritem .subinner .application a .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.profile .subitem .inneritem .subinner .application a .time svg,
.profile .subitem .inneritem .subinner .application a .map svg {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.profile .subitem .inneritem .subinner .application a .map {
    margin-right: 16px;
}

.profile .subitem .inneritem .subinner .application a .waiting,
.profile .subitem .inneritem .subinner .application a .approval {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    border-radius: 12px;
    color: #F6BE4F;
    border: 1px solid #F6BE4F;
    text-transform: capitalize;
    min-width: 100px;
    max-width: 100px;
}

.profile .subitem .inneritem .subinner .application a .approval {
    color: #27ba00;
    border: 1px solid #27ba00;
}

.profile .subitem .inneritem .subinner .allemploy .imgitle .photo {
    border-radius: 50% !important;
    padding: 0px !important;
}

.profile .subitem .inneritem .subinner .allemploy .imgitle .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile .subitem .inneritem .subinner .allemploy .imgitle .title {
    font-size: 20px !important;
}

.profile .subitem .inneritem .subinner .allemploy .info .map,
.profile .subitem .inneritem .subinner .allemploy .info .time {
    font-size: 16px;
}

.profile .subitem .inneritem .subinner .allemploy .info .map svg,
.profile .subitem .inneritem .subinner .allemploy .info .time svg {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
}

.profile .subitem .inneritem .favorite {
    max-width: 50%;
    flex: 50%;
    padding: 0px 8px;
    margin-top: 16px;
}

.profile .subitem .inneritem .favorite .innerfavorite {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 124px;
    padding: 12px;
    background: #f7f8fa;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.profile .subitem .inneritem .favorite .innerfavorite:hover {
    background: #e3e3e3;
}

.profile .subitem .inneritem .favorite .innerfavorite .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.profile .subitem .inneritem .favorite .innerfavorite .photo img {
    max-width: 100%;
    max-height: 100%;
}

.profile .subitem .inneritem .favorite .innerfavorite .title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    justify-content: center;
    text-align: center;
}

.profile .n-pad {
    margin-left: -8px;
    margin-right: -8px;
}

.profile .complete {
    padding: 0px 4px;
}

@media (max-width: 575px) {
    .profile .complete {
        margin-bottom: 16px;
    }
    .profile .complete:last-child {
        margin: 0px;
    }
}

.profile .complete .title {
    font-size: 16px;
    font-weight: 500;
}

.profile .complete .progress {
    margin-top: 12px;
    height: 12px;
}

.profile .complete .progress .progress-bar {
    height: 12px;
    background: #27ba00;
}

.profile .complete .progress .progress-bar.red {
    background: #d9000d;
}

.profile .listjob {
    padding: 0px 8px;
    margin-top: 16px;
}

@media (max-width: 999px) {
    .profile .listjob {
        max-width: 33.333%;
        flex: 33.333%;
    }
}

@media (max-width: 767px) {
    .profile .listjob {
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 500px) {
    .profile .listjob {
        max-width: 100%;
        flex: 100%;
    }
}

.profile .listjob .iteminner {
    display: block;
    width: 100%;
    padding: 24px;
    background: #f7f8fa;
    border-radius: 10px;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.profile .listjob .iteminner:hover {
    background: #e3e3e3;
}

.profile .listjob .iteminner .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 8px;
    margin: 0px auto;
}

.profile .listjob .iteminner .photo img {
    max-width: 100%;
    max-height: 100%;
}

.profile .listjob .iteminner .title {
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin-top: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile .listjob .iteminner .info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.profile .listjob .iteminner .info .time,
.profile .listjob .iteminner .info .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.profile .listjob .iteminner .info .time svg,
.profile .listjob .iteminner .info .map svg {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.profile .listjob .iteminner .info .map {
    margin-right: 16px;
}

.profile .nav-tabs {
    border: 0px;
}

.profile .nav-tabs li {
    width: calc(100% / 9);
    height: 39px;
    margin: 0px;
}

@media (max-width: 999px) {
    .profile .nav-tabs li {
        width: auto;
        margin-bottom: 2px;
    }
}

.profile .nav-tabs li a {
    display: flex;
    align-items: center;
    position: relative;
    height: 39px;
    padding: 0px;
    background: url(../images/icon.png) no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    padding-left: 20px;
    border: 0px !important;
    border-radius: 0px !important;
    color: #000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
    .profile .nav-tabs li a {
        padding-right: 12px;
    }
}

.profile .nav-tabs li a.active {
    background: url(../images/icon-hover.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.profile .field .bottom {
    width: auto;
    min-width: 140px;
}

.profile .inneritem {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 12px;
}

.profile .inneritem .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #e8e9ee;
}

.profile .inneritem .minhead .title {
    font-size: 22px;
    font-weight: 600;
}

.profile .inneritem .minhead .more {
    color: #d9000d;
    font-weight: 500;
}

.profile .inneritem .minhead .more:hover {
    text-decoration: underline;
}

.profile .inneritem .minhead .filter {
    position: relative;
    width: 120px;
}

.profile .inneritem .minhead .filter svg {
    position: absolute;
    left: 12px;
    top: 14px;
    width: 15px;
    height: 15px;
}

.profile .inneritem .minhead .filter .form-control {
    height: 40px;
    padding-left: 30px;
}

.profile .inneritem .subinner {
    padding: 16px;
}

.profile .inneritem p {
    font-weight: 500;
}

.profile .inneritem .videoiframe {
    width: 100%;
    height: 480px;
    background: #f7f8fa;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .profile .inneritem .videoiframe {
        height: 300px;
    }
}

.profile .inneritem .videoiframe iframe,
.profile .inneritem .videoiframe video {
    display: block;
    border: 0px;
    width: 100%;
    height: 100%;
}

.profile .inneritem .subphoto {
    width: 100%;
    height: 480px;
    background: #f7f8fa;
    margin-top: 16px;
    border: 1px solid #e8e9ee;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .profile .inneritem .subphoto {
        height: auto;
    }
}

.profile .inneritem .subphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 999px) {
    .profile .inneritem .subphoto img {
        height: auto;
        object-fit: inherit;
    }
}

.profile .inneritem .textlist {
    margin-top: 16px;
}

.profile .inneritem .textlist .title {
    font-size: 20px;
    font-weight: 600;
}

.profile .phaseitem {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    background: #f7f8fa;
    padding: 16px;
    border-radius: 12px;
}

.profile .phaseitem .row {
    margin: 0px -8px;
}

.profile .phaseitem .title {
    font-size: 18px;
    font-weight: 500;
}

.profile .innerphase {
    position: relative;
    width: 100%;
    padding: 16px;
    margin-top: 16px;
    border-radius: 12px;
    background: #f7f8fa;
}

.profile .col {
    padding: 0px 8px;
}

@media (max-width: 999px) {
    .profile .col {
        max-width: 100%;
        flex: 100%;
    }
}

.profile .col .che-box {
    display: block;
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
    margin-top: 16px;
}

.profile .col .che-box .label-text {
    display: block;
    position: relative;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
}

.profile .col .che-box .label-text i {
    display: block;
    color: #d9000d;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-style: normal;
}

.profile .col .che-box .label-text i.green {
    color: #27ba00;
}

.profile .col .che-box .label-text .title {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 8px;
}

.profile .col .che-box .label-text .title svg {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-right: 8px;
}

.profile .col .che-box input[type="checkbox"],
.profile .col .che-box input[type="radio"] {
    position: absolute;
    left: 9000px;
}

.profile .col .che-box input[type="checkbox"]+.label-text:before,
.profile .col .che-box input[type="radio"]+.label-text:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    font-style: initial;
    border: 1px solid #ced4da;
    background: none;
}

.profile .col .che-box input[type="checkbox"]:checked+.label-text:before,
.profile .col .che-box input[type="radio"]:checked+.label-text:before {
    content: "";
    background: none !important;
    border: 1px solid #d9000d !important;
    box-sizing: border-box;
    line-height: 1.4em;
    font-size: 10px;
    text-align: center;
    font-style: normal;
    animation: effect 250ms ease-in;
    box-shadow: none;
}

.imgcent {
    margin: 0px auto;
    text-align: center;
    width: 180px;
    height: 180px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 60px #0000000d;
    -moz-box-shadow: 4px 4px 60px #0000000d;
    -o-box-shadow: 4px 4px 60px #0000000d;
    -ms-box-shadow: 4px 4px 60px #0000000d;
    box-shadow: 4px 4px 60px #0000000d;
}

.imgcent .img_prev {
    width: 100%;
    height: 180px;
    min-height: 100%;
    background: #f7f8fa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.imgcent .file-bro {
    position: absolute;
    right: 0px;
    bottom: -16px;
    left: 0px;
    margin: 0px auto;
    width: 40px;
    height: 40px;
    background: #c7e200;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    -o-box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 3;
}

.imgcent .file-bro svg {
    z-index: 10;
    min-width: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.imgcent .file-bro svg path {
    fill: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.imgcent .file-bro:hover {
    background: #fff;
}

.overlaybox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1005;
    visibility: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 1199px) {
    .overlaybox.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlayinner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1005;
    visibility: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 999px) {
    .overlayinner.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.jobs-slider {
    position: relative;
}

.jobs-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px;
}

.jobs-slider .slick-list .slick-track {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    overflow: hidden;
}

.jobs-slider .slick-list .slick-track:after,
.jobs-slider .slick-list .slick-track:before {
    display: table;
    content: '';
}

.jobs-slider .slick-prev,
.jobs-slider .slick-next {
    position: absolute;
    top: -58px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none;
    border: 1px solid #e8e9ee;
    border-radius: 50%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.jobs-slider .slick-prev svg,
.jobs-slider .slick-next svg {
    width: 10px;
    height: 10px;
    fill: #464646;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.jobs-slider .slick-prev:hover,
.jobs-slider .slick-next:hover {
    background: #d9000d;
    border: 1px solid #d9000d;
}

.jobs-slider .slick-prev:hover svg,
.jobs-slider .slick-next:hover svg {
    fill: #fff;
}

.jobs-slider .slick-next {
    right: 0px;
}

.jobs-slider .slick-prev {
    right: 38px;
}

.jobs-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
}

.jobs-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    padding: 0px;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.jobs-slider .slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0px;
    outline: none;
    background: #d9000d47;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

@media (max-width: 450px) {
    .jobs-slider .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

.jobs-slider .slick-dots li.slick-active button {
    background: #d9000d !important;
}

.jobs-slider .iteminner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px;
    overflow: hidden;
}

.jobs-slider .iteminner a {
    display: block;
    width: 100%;
    padding: 24px;
    background: #f7f8fa;
    border-radius: 10px;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.jobs-slider .iteminner a:hover {
    background: #e3e3e3;
}

.jobs-slider .iteminner a .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 8px;
    margin: 0px auto;
}

.jobs-slider .iteminner a .photo img {
    max-width: 100%;
    max-height: 100%;
}

.jobs-slider .iteminner a .title {
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin-top: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jobs-slider .iteminner a .info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.jobs-slider .iteminner a .info .time,
.jobs-slider .iteminner a .info .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.jobs-slider .iteminner a .info .time svg,
.jobs-slider .iteminner a .info .map svg {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.jobs-slider .iteminner a .info .map {
    margin-right: 16px;
}

.jobs-slider .slick-dots {
    display: none !important;
}

.progressbar {
    position: relative;
    padding: 12px 16px;
}

.progressbar .textprofile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progressbar .textprofile p {
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.progressbar .textprofile .editicon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.progressbar .progress {
    margin-top: 4px;
    height: 8px;
}

.progressbar .progress .progress-bar {
    height: 8px;
    background: #27ba00;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0px;
    width: 280px;
    height: 100%;
    overflow: auto;
    background: #142c4b;
    z-index: 1008;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    overflow-y: scroll;
}

@media (max-width: 999px) {
    .sidebar {
        left: -280px;
    }
}

.sidebar .cancel {
    display: none;
    position: absolute;
    top: 24px;
    right: 16px;
    z-index: 10;
}

@media (max-width: 999px) {
    .sidebar .cancel {
        display: block;
    }
}

.sidebar .cancel svg {
    width: 18px;
    height: 18px;
}

.sidebar.active {
    width: 70px;
}

@media (max-width: 999px) {
    .sidebar.active {
        left: 0px;
        width: 280px;
    }
}


/* .sidebar.active .title,
.sidebar.active .email,
.sidebar.active .listmenu a span,
.sidebar.active .imglogo,
.sidebar.active .job,
.sidebar.active .progressbar,
.sidebar.active .notdocumented {
    display: none;
} */

@media (max-width: 999px) {
    /* .sidebar.active .title,
    .sidebar.active .email,
    .sidebar.active .listmenu a span,
    .sidebar.active .imglogo,
    .sidebar.active .job,
    .sidebar.active .progressbar,
    .sidebar.active .notdocumented {
        display: block;
    } */
}

.sidebar.active .imgcent .check {
    bottom: -3px;
}

@media (max-width: 999px) {
    .sidebar.active .imgcent .check {
        bottom: 10px;
    }
}

.sidebar.active .favicon {
    display: block;
}

@media (max-width: 999px) {
    .sidebar.active .favicon {
        display: none;
    }
}


/* .sidebar.active .imgcent {
    width: 50px;
    height: 50px;
} */

@media (max-width: 999px) {
    .sidebar.active .imgcent {
        width: 100px;
        height: 100px;
    }
}

.sidebar.active .imgcent .img_prev {
    height: 50px;
}

@media (max-width: 999px) {
    .sidebar.active .imgcent .img_prev {
        height: 100px;
    }
}

.sidebar:hover .favicon {
    display: none;
}

.sidebar:hover .imgcent .check {
    bottom: 10px;
}

.sidebar:hover .imgcent {
    width: 100px;
    height: 100px;
}

.sidebar:hover .imgcent .img_prev {
    height: 100px;
}

.sidebar::-webkit-scrollbar {
    width: 0px;
}

.sidebar .logo {}

.sidebar .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    height: auto;
}

@media (max-width: 999px) {
    .sidebar .logo {
        justify-content: flex-start;
    }
}

.sidebar .logo img {
    max-width: 100% !important;
}

.sidebar .favicon {
    display: none;
}

.sidebar .imgcent {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 20px auto 0px auto;
}

.sidebar .imgcent .check {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #27ba00;
    z-index: 10;
}

.sidebar .imgcent .check svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.sidebar .imgcent:hover .file-bro {
    opacity: 1;
}

.sidebar .imgcent .img_prev {
    height: 100px;
}

.sidebar .email,
.sidebar .job {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    color: #cdcdcd;
    margin-top: 4px;
    text-transform: capitalize;
}

.sidebar .listmenu {
    padding: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.sidebar .listmenu a {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.sidebar .listmenu a:last-child {
    margin: 0px;
}

.sidebar .listmenu a:hover .icon,
.sidebar .listmenu a.active .icon {
    background: #fff;
}

.sidebar .listmenu a:hover .icon svg,
.sidebar .listmenu a.active .icon svg {
    fill: #d9000d;
}

.sidebar .listmenu a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #ffffff0d;
    font-style: normal;
    margin-right: 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.sidebar .listmenu a .icon svg,
.sidebar .listmenu a .icon img {
    fill: #fff;
    width: 17px !important;
    height: 17px !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.sidebar .notdocumented {
    text-align: center;
    color: #009ce9;
    text-decoration: underline;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-content {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #f7f8fa;
    padding-left: 280px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
    .page-content {
        padding-left: 0px;
    }
}

.page-content.active {
    padding-left: 70px;
}

@media (max-width: 999px) {
    .page-content.active {
        padding-left: 0px;
    }
}

.page-content.active .header {
    width: calc(100% - 70px);
}

@media (max-width: 999px) {
    .page-content.active .header {
        width: 100%;
    }
}

.page-content .header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
    width: calc(100% - 280px);
    left: auto !important;
    right: 0px !important;
    height: 82px;
}

@media (max-width: 999px) {
    .page-content .header {
        width: 100%;
        padding: 0px 12px;
    }
}

.page-content .header .burger {
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 24px;
    height: 1rem;
}

.page-content .header .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: #000;
}

.page-content .header .burger-line:nth-child(1) {
    top: 0px;
}

.page-content .header .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 80%;
}

.page-content .header .burger-line:nth-child(3) {
    top: 1rem;
    width: 60%;
}

@media (max-width: 1120px) {
    .page-content .header .bottoms {
        display: flex;
    }
}

.page-content .header .bottoms .dropdown .dropdown-menu.show {
    top: 55px !important;
}

.page-content .innerpage {
    position: relative;
    width: 100%;
    padding: 24px;
    padding-top: 112px;
}

@media (max-width: 999px) {
    .page-content .innerpage {
        width: 100%;
        padding: 112px 12px 12px 12px;
    }
}

.page-content .innerpage .item {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .page-content .innerpage .item {
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 450px) {
    .page-content .innerpage .item {
        max-width: 100%;
        flex: 100%;
    }
}

.page-content .innerpage .item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 12px;
    bottom: -16px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 30px #0000000d;
    -moz-box-shadow: 2px 2px 30px #0000000d;
    -o-box-shadow: 2px 2px 30px #0000000d;
    -ms-box-shadow: 2px 2px 30px #0000000d;
    box-shadow: 2px 2px 30px #0000000d;
    z-index: 0;
    margin: 0px 32px;
}

.page-content .innerpage .item .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    z-index: 1;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-box-shadow: 2px 2px 30px #0000000d;
    -moz-box-shadow: 2px 2px 30px #0000000d;
    -o-box-shadow: 2px 2px 30px #0000000d;
    -ms-box-shadow: 2px 2px 30px #0000000d;
    box-shadow: 2px 2px 30px #0000000d;
}

.page-content .innerpage .item .inner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

.page-content .innerpage .item .inner .icon img,
.page-content .innerpage .item .inner .icon svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}

.page-content .innerpage .item .inner .label {
    font-weight: 500;
    margin-top: 2px;
}

.page-content .innerpage .item .inner .value {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.page-content .innerpage .item:nth-last-child(4) .inner .icon {
    background: #d9000d;
}

.page-content .innerpage .item:nth-last-child(3) .inner .icon {
    background: #142c4b;
}

.page-content .innerpage .item:nth-last-child(2) .inner .icon {
    background: #F6BE4F;
}

.page-content .innerpage .item:nth-last-child(1) .inner .icon {
    background: #27ba00;
}

.page-content .innerpage .subitem {
    margin-top: 24px;
}

@media (max-width: 999px) {
    .page-content .innerpage .subitem {
        max-width: 100%;
        flex: 100%;
    }
}

.page-content .innerpage .subitem .inneritem {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 12px;
}

.page-content .innerpage .subitem .inneritem .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #e8e9ee;
}

.page-content .innerpage .subitem .inneritem .minhead .title {
    font-size: 22px;
    font-weight: 600;
}

.page-content .innerpage .subitem .inneritem .minhead .more {
    color: #d9000d;
    font-weight: 500;
}

.page-content .innerpage .subitem .inneritem .minhead .more:hover {
    text-decoration: underline;
}

.page-content .innerpage .subitem .inneritem .minhead .filter {
    position: relative;
    width: 120px;
}

.page-content .innerpage .subitem .inneritem .minhead .filter svg {
    position: absolute;
    left: 12px;
    top: 14px;
    width: 15px;
    height: 15px;
}

.page-content .innerpage .subitem .inneritem .minhead .filter .form-control {
    height: 40px;
    padding-left: 30px;
}

.page-content .innerpage .subitem .inneritem .subinner {
    padding: 16px;
}

.page-content .innerpage .subitem .inneritem .subinner .list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #f7f8fa;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 500;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.page-content .innerpage .subitem .inneritem .subinner .list a:last-child {
    margin: 0px;
}

.page-content .innerpage .subitem .inneritem .subinner .list a:hover {
    background: #e3e3e3;
}

.page-content .innerpage .subitem .inneritem .subinner .list a svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin: 3px 0px;
}

.page-content .innerpage .subitem .inneritem .subinner .list a .cls-1 {
    fill: #27ba00;
    fill-rule: evenodd;
}

.page-content .innerpage .subitem .inneritem .subinner .list a .cls-2 {
    fill: #fff;
}

.page-content .innerpage .subitem .inneritem .subinner .meeting a {
    justify-content: flex-start;
    align-items: flex-start;
}

.page-content .innerpage .subitem .inneritem .subinner .meeting a .manth {
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    padding: 4px 0px;
    margin-right: 8px;
    text-align: center;
    overflow: hidden;
}

.page-content .innerpage .subitem .inneritem .subinner .meeting a .manth p {
    color: #d9000d;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.page-content .innerpage .subitem .inneritem .subinner .meeting a .manth p span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.page-content .innerpage .subitem .inneritem .subinner .meeting a .manth .date {
    display: block;
    line-height: 8px;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-content .innerpage .subitem .inneritem .subinner .meeting a .time {
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.page-content .innerpage .subitem .inneritem .subinner .meeting a .title {
    font-size: 16px;
    font-weight: 500;
}

.page-content .innerpage .subitem .inneritem .subinner .action a {
    justify-content: flex-start;
    align-items: flex-start;
}

.page-content .innerpage .subitem .inneritem .subinner .action a .photo {
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    margin-right: 8px;
}

.page-content .innerpage .subitem .inneritem .subinner .action a .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-content .innerpage .subitem .inneritem .subinner .action a .info {
    display: flex;
}

.page-content .innerpage .subitem .inneritem .subinner .action a .time,
.page-content .innerpage .subitem .inneritem .subinner .action a .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.page-content .innerpage .subitem .inneritem .subinner .action a .time svg,
.page-content .innerpage .subitem .inneritem .subinner .action a .map svg {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.page-content .innerpage .subitem .inneritem .subinner .action a .map {
    margin-right: 16px;
}

.page-content .innerpage .subitem .inneritem .subinner .action a .title {
    font-size: 16px;
    font-weight: 500;
}

.page-content .innerpage .subitem .inneritem .subinner .application a {
    flex-wrap: wrap;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .imgitle {
    display: flex;
    align-items: center;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .imgitle .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 8px;
    margin-right: 8px;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .imgitle .photo img {
    max-width: 100%;
    max-height: 100%;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .imgitle .title {
    font-size: 16px;
    font-weight: 500;
    min-width: 180px;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .info {
    display: flex;
    flex-wrap: wrap;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .time,
.page-content .innerpage .subitem .inneritem .subinner .application a .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .time svg,
.page-content .innerpage .subitem .inneritem .subinner .application a .map svg {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .map {
    margin-right: 16px;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .waiting,
.page-content .innerpage .subitem .inneritem .subinner .application a .approval {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    border-radius: 12px;
    color: #F6BE4F;
    border: 1px solid #F6BE4F;
    text-transform: capitalize;
    min-width: 100px;
    max-width: 100px;
}

.page-content .innerpage .subitem .inneritem .subinner .application a .approval {
    color: #27ba00;
    border: 1px solid #27ba00;
}

.page-content .innerpage .subitem .inneritem .subinner .allemploy .imgitle .photo {
    border-radius: 50% !important;
    padding: 0px !important;
}

.page-content .innerpage .subitem .inneritem .subinner .allemploy .imgitle .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-content .innerpage .subitem .inneritem .subinner .allemploy .imgitle .title {
    font-size: 20px !important;
}

.page-content .innerpage .subitem .inneritem .subinner .allemploy .info .map,
.page-content .innerpage .subitem .inneritem .subinner .allemploy .info .time {
    font-size: 16px;
}

.page-content .innerpage .subitem .inneritem .subinner .allemploy .info .map svg,
.page-content .innerpage .subitem .inneritem .subinner .allemploy .info .time svg {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
}

.page-content .innerpage .subitem .inneritem .favorite {
    max-width: 50%;
    flex: 50%;
    padding: 0px 8px;
    margin-top: 16px;
}

.page-content .innerpage .subitem .inneritem .favorite .innerfavorite {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 124px;
    padding: 12px;
    background: #f7f8fa;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.page-content .innerpage .subitem .inneritem .favorite .innerfavorite:hover {
    background: #e3e3e3;
}

.page-content .innerpage .subitem .inneritem .favorite .innerfavorite .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.page-content .innerpage .subitem .inneritem .favorite .innerfavorite .photo img {
    max-width: 100%;
    max-height: 100%;
}

.page-content .innerpage .subitem .inneritem .favorite .innerfavorite .title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    justify-content: center;
    text-align: center;
}

.page-content .field .bottom {
    width: auto;
    min-width: 140px;
}

.bg-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 12px;
    padding: 16px;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .bg-details {
        display: block;
    }
}

.bg-details .inner {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .bg-details .inner {
        display: block;
    }
}

.bg-details .inner .photo {
    min-width: 160px;
    max-width: 160px;
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 12px;
}

@media (max-width: 767px) {
    .bg-details .inner .photo {
        min-width: 120px;
        max-width: 120px;
        height: 120px;
        margin: 0px auto;
    }
}

.bg-details .inner .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-details .inner .title {
    font-size: 28px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .bg-details .inner .title {
        font-size: 24px;
        justify-content: center;
        margin-top: 20px;
    }
}

.bg-details .inner .info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .bg-details .inner .info {
        justify-content: center;
    }
}

.bg-details .inner .time,
.bg-details .inner .job,
.bg-details .inner .email {
    display: flex;
    align-items: center;
    color: #606367;
    font-weight: 500;
    margin: 8px 16px 0px 0px;
}

.bg-details .inner .time:last-child,
.bg-details .inner .job:last-child,
.bg-details .inner .email:last-child {
    margin-right: 0px;
}

.bg-details .inner .time svg,
.bg-details .inner .job svg,
.bg-details .inner .email svg {
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.bg-details .inner .prog {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .bg-details .inner .prog {
        display: block;
        margin-top: 20px;
    }
}

.bg-details .inner .prog p {
    font-weight: 500;
    margin-top: -7px;
    color: #000;
}

.bg-details .inner .pr-skill-bar {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 100%;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .bg-details .inner .pr-skill-bar {
        margin: 0px;
    }
}

.bg-details .inner .pr-skill-bar .progress {
    min-width: 100%;
    height: 6px;
    background: #EFEFEF;
    overflow: visible;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    background-clip: padding-box;
}

.bg-details .inner .pr-skill-bar .progress .progress-bar {
    box-shadow: none;
    position: relative;
    width: 100%;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
    background: #142c4b;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    background-clip: padding-box;
}

.bg-details .inner .pr-skill-bar .progress-value {
    color: #000;
    font-weight: 500;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .bg-details .inner .pr-skill-bar .progress-value {
        position: absolute;
        right: 0;
        top: -28px;
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.bg-details .action {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .bg-details .action {
        justify-content: center;
        margin-top: 20px;
    }
}

.bg-details .action .waiting,
.bg-details .action .approval {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    border-radius: 12px;
    color: #F6BE4F;
    border: 1px solid #F6BE4F;
    text-transform: capitalize;
    min-width: 100px;
    max-width: 100px;
    font-weight: 500;
    margin-left: 16px;
}

.bg-details .action .approval {
    color: #27ba00;
    border: 1px solid #27ba00;
}

.bg-details .action .dropdown .dropdown-toggle::after {
    display: none;
}

.bg-details .action .dropdown .dropdown-menu.show {
    margin-top: 0px;
    right: auto !important;
    left: 0px !important;
    top: 38px !important;
    min-width: inherit;
    box-shadow: 0px 4px 24px 0px #0000000D;
    border-radius: 0px;
    width: 148px;
    padding: 12px 0px;
    transform: none !important;
    border: 0px;
    z-index: 2;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.bg-details .action .dropdown .dropdown-menu.show:before {
    display: none;
}

.bg-details .action .dropdown .dropdown-menu.show .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 18px;
    height: auto;
    border: 0px;
    margin: 0px;
    padding: 8px 12px !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border: 0px !important;
    background: none !important;
    font-size: 15px;
    text-transform: capitalize;
}

.bg-details .action .dropdown .dropdown-menu.show .dropdown-item:active,
.bg-details .action .dropdown .dropdown-menu.show .dropdown-item:hover {
    color: #d9000d;
    background: #f7f8fa !important;
}

.bg-details.a-center {
    display: block;
}

.bg-details.a-center .infodetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e9ee;
}

@media (max-width: 767px) {
    .bg-details.a-center .infodetails {
        display: block;
    }
}

.bg-details.a-center .infodetails .inner {
    display: block;
}

.bg-details.a-center ul.action {
    display: block;
    background: #f7f8fa;
    border-radius: 12px;
    padding: 16px;
}

.bg-details.a-center ul.action li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

@media (max-width: 550px) {
    .bg-details.a-center ul.action li {
        display: block;
    }
}

.bg-details.a-center ul.action li:last-child {
    margin: 0px;
}

.bg-details.a-center ul.action li p {
    min-width: 120px;
    max-width: 120px;
}

.bg-details.a-center ul.action li p,
.bg-details.a-center ul.action li span {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.bg-details.a-center ul.action li span {
    color: #27ba00;
}

.bg-details.a-center .nav-tabs {
    margin-top: 16px;
}

.bg-details.a-center .nav-tabs li {
    width: auto;
    height: auto;
    border-right: 1px solid #e8e9ee;
}

.bg-details.a-center .nav-tabs li:last-child {
    border: 0px;
}

.bg-details.a-center .nav-tabs li a {
    height: auto;
    padding: .6rem 1rem;
    background: #f7f8fa;
    font-size: 16px;
    font-weight: 500;
    border: 0px !important;
    border-radius: 0px !important;
    color: #142c4b;
    min-width: 120px;
    text-align: center;
    justify-content: center;
    text-transform: capitalize;
    line-height: normal;
}

.bg-details.a-center .nav-tabs li a.active {
    background: #142c4b;
    color: #fff;
}

.bg-details.a-center .nav-tabs li:first-child a {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.bg-details.a-center .nav-tabs li:last-child a {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.bg-details.a-center .minhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .bg-details.a-center .minhead {
        display: block;
    }
}

.bg-details.a-center .minhead .title {
    font-size: 22px;
    font-weight: 600;
}

.bg-details.a-center .minhead .flex {
    display: flex;
}

@media (max-width: 767px) {
    .bg-details.a-center .minhead .flex {
        display: block;
    }
}

.bg-details.a-center .minhead .flex .bottom {
    margin-left: 16px;
    height: 40px;
}

@media (max-width: 767px) {
    .bg-details.a-center .minhead .flex .bottom {
        width: 100%;
        margin: 0px;
        margin-top: 16px;
    }
}

.bg-details.a-center .minhead .filter {
    position: relative;
    width: 120px;
}

@media (max-width: 767px) {
    .bg-details.a-center .minhead .filter {
        margin-top: 16px;
        width: 100%;
    }
}

.bg-details.a-center .minhead .filter svg {
    position: absolute;
    left: 12px;
    top: 14px;
    width: 15px;
    height: 15px;
}

.bg-details.a-center .minhead .filter .form-control {
    height: 40px;
    padding-left: 30px;
}

.bg-details.a-center .application li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: #f7f8fa;
    border-radius: 12px;
    padding: 12px;
    margin-top: 16px;
    color: #000;
    font-weight: 500;
}

.bg-details.a-center .application li .imgitle {
    display: flex;
    align-items: center;
    min-width: 240px;
}

.bg-details.a-center .application li .imgitle .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    margin-right: 8px;
}

.bg-details.a-center .application li .imgitle .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-details.a-center .application li .imgitle .title {
    font-size: 20px;
    font-weight: 500;
}

.bg-details.a-center .application li .info {
    display: flex;
    flex-wrap: wrap;
}

.bg-details.a-center .application li .time,
.bg-details.a-center .application li .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-weight: 500;
}

.bg-details.a-center .application li .time svg,
.bg-details.a-center .application li .map svg {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.bg-details.a-center .application li .map {
    margin-right: 16px;
}

.bg-details.a-center .application li .waiting,
.bg-details.a-center .application li .approval {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    border-radius: 12px;
    height: 30px;
    color: #F6BE4F;
    border: 1px solid #F6BE4F;
    text-transform: capitalize;
    min-width: 100px;
    max-width: 100px;
}

.bg-details.a-center .application li .approval {
    color: #27ba00;
    border: 1px solid #27ba00;
}

.bg-details.a-center .app-amount li {
    display: flex;
    justify-content: space-between;
    background: #f7f8fa;
    border-radius: 12px;
    padding: 12px;
    margin-top: 16px;
}

@media (max-width: 667px) {
    .bg-details.a-center .app-amount li {
        display: block;
    }
}

.bg-details.a-center .app-amount li .time {
    display: flex;
    align-items: center;
    color: #606367;
    font-weight: 500;
    margin-bottom: 4px;
}

.bg-details.a-center .app-amount li .time svg {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.bg-details.a-center .app-amount li p {
    font-weight: 500;
}

.bg-details.a-center .app-amount li .condition {
    border-left: 1px solid #e8e9ee;
    margin-left: 16px;
    padding-left: 16px;
    min-width: 200px;
}

@media (max-width: 667px) {
    .bg-details.a-center .app-amount li .condition {
        min-width: 100%;
        padding: 0px;
        padding-top: 16px;
        margin: 0px;
        margin-top: 16px;
        border: 0px;
        border-top: 1px solid #e8e9ee;
    }
}

.bg-details.a-center .app-amount li .condition .price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-transform: capitalize;
    color: #000;
}

.bg-details.a-center .app-amount li .condition .price span {
    font-size: 24px;
    font-weight: 600;
    color: #d9000d;
}

.bg-details.a-center .app-amount li .condition .price span i {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.bg-details.a-center .app-amount li .releals,
.bg-details.a-center .app-amount li .hold {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    border-radius: 12px;
    height: 34px;
    font-weight: 500;
    color: #27ba00;
    border: 1px solid #27ba00;
    text-transform: capitalize;
    width: 100%;
    margin-top: 16px;
}

.bg-details.a-center .app-amount li .hold {
    color: #F6BE4F;
    border: 1px solid #F6BE4F;
}

.bg-details.a-center .item-meet {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .bg-details.a-center .item-meet {
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 767px) {
    .bg-details.a-center .item-meet {
        max-width: 100%;
        flex: 100%;
    }
}

.bg-details.a-center .item-meet .inner {
    display: block;
    position: relative;
    width: 100%;
    background: #f7f8fa;
    border-radius: 12px;
    padding: 16px;
    overflow: hidden;
}

.bg-details.a-center .item-meet .inner .flex {
    display: flex;
    align-items: center;
}

.bg-details.a-center .item-meet .inner .flex .manth {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #fff;
    padding: 8px 0px;
    margin-right: 8px;
    text-align: center;
    overflow: hidden;
}

.bg-details.a-center .item-meet .inner .flex .manth p {
    color: #d9000d;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0px !important;
}

.bg-details.a-center .item-meet .inner .flex .manth p span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.bg-details.a-center .item-meet .inner .flex .manth .date {
    display: block;
    line-height: 8px;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.bg-details.a-center .item-meet .inner .flex .time {
    color: #606367;
    margin: 0px !important;
    font-weight: 500;
}

.bg-details.a-center .item-meet .inner .flex .title {
    font-size: 20px;
    font-weight: 500;
}

.bg-details.a-center .item-meet .inner p {
    margin-top: 16px;
    font-weight: 500;
}

.bg-details.a-center .item-meet .inner .case {
    color: #000;
    text-transform: capitalize;
}

.bg-details.a-center .item-meet .inner .case a {
    text-decoration: underline;
    color: #27ba00;
    font-weight: 500;
}

.bg-details.a-center .item-meet .inner .case a:hover {
    text-decoration: none;
}

.bg-details.a-center .item-meet .inner .case span {
    color: #d9000d;
    text-decoration: line-through;
}

#removal .modal-dialog {
    max-width: 580px;
}

#removal .modal-content {
    padding: 24px;
    text-align: center;
}

#removal .warning {
    margin-bottom: 16px;
}

#removal .warning svg {
    min-width: 100px;
    max-width: 100px;
    fill: #d9000d;
}

#removal p {
    margin: 8px 0px 16px 0px;
    text-align: center;
    font-weight: 500;
}

#removal .title {
    font-size: 24px;
    text-align: center;
}

#removal .bottom {
    height: 50px;
}

.itemdetails {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .itemdetails {
        max-width: 100%;
        flex: 100%;
    }
}

.itemdetails .innerdetails {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 12px;
    padding: 16px;
}

.itemdetails .innerdetails.scroll {
    position: sticky;
    top: 100px;
}

.itemdetails .innerdetails .infodetails {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e9ee;
}

.itemdetails .innerdetails .infodetails:last-child {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.itemdetails .innerdetails .infodetails .title {
    font-size: 22px;
    font-weight: 600;
}

.itemdetails .innerdetails .infodetails p {
    margin-top: 8px;
    font-weight: 500;
}

.itemdetails .innerdetails .infodetails .listpersonal {
    padding-left: 20px;
    margin-top: 12px;
}

.itemdetails .innerdetails .infodetails .listpersonal li {
    margin-top: 10px;
    font-weight: 500;
    list-style: decimal;
}

.itemdetails .innerdetails .infodetails .allskills {
    padding: 0px;
    justify-content: flex-start;
    margin-top: 12px;
}

.itemdetails .innerdetails .infodetails .allskills li {
    margin: 0px;
    background: #f7f8fa;
    margin: 8px 8px 0px 0px;
    color: #000;
    padding: 4px 16px;
    border-radius: 60px;
    min-width: inherit;
}

.itemdetails .innerdetails .infodetails .workexperience li {
    width: 100%;
    overflow: hidden;
    background: #f7f8fa;
    border-radius: 12px;
    padding: 16px;
    margin-top: 16px;
}

.itemdetails .innerdetails .infodetails .workexperience li .title {
    font-size: 20px;
    font-weight: 500;
}

.itemdetails .innerdetails .infodetails .workexperience li .info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.itemdetails .innerdetails .infodetails .workexperience li .time,
.itemdetails .innerdetails .infodetails .workexperience li .company,
.itemdetails .innerdetails .infodetails .workexperience li .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-size: 15px;
    font-weight: 500;
    margin-right: 16px;
}

.itemdetails .innerdetails .infodetails .workexperience li .time:last-child,
.itemdetails .innerdetails .infodetails .workexperience li .company:last-child,
.itemdetails .innerdetails .infodetails .workexperience li .map:last-child {
    margin: 0px;
}

.itemdetails .innerdetails .infodetails .workexperience li .time svg,
.itemdetails .innerdetails .infodetails .workexperience li .company svg,
.itemdetails .innerdetails .infodetails .workexperience li .map svg {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-right: 4px;
}

.itemdetails .innerdetails .infodetails .information {
    margin-top: 16px;
}

.itemdetails .innerdetails .infodetails .information li {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.itemdetails .innerdetails .infodetails .information li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    background: #f7f8fa;
    border-radius: 60px;
    margin-right: 8px;
}

.itemdetails .innerdetails .infodetails .information li .icon svg {
    width: 14px;
    height: 14px;
}

.itemdetails .innerdetails .infodetails .information li span {
    display: block;
    min-width: 106px;
    max-width: 106px;
    height: 28px;
    font-size: 15px;
    font-weight: 500;
    margin-right: 8px;
    text-transform: capitalize;
    color: #464646;
    overflow: hidden;
}

.itemdetails .innerdetails .infodetails .information li p,
.itemdetails .innerdetails .infodetails .information li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0px;
}

.itemdetails .innerdetails .infodetails .information li a {
    text-decoration: underline;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.itemdetails .innerdetails .infodetails .information li a:hover {
    text-decoration: none;
}

.itemdetails .innerdetails .infodetails .information li p {
    text-transform: capitalize;
}

.itemmeet {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .itemmeet {
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 767px) {
    .itemmeet {
        max-width: 100%;
        flex: 100%;
    }
}

.itemmeet .inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 12px;
    padding: 16px;
    overflow: hidden;
}

.itemmeet .inner .manth {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #f7f8fa;
    padding: 8px 0px;
    margin-right: 8px;
    text-align: center;
    overflow: hidden;
}

.itemmeet .inner .manth p {
    color: #d9000d;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.itemmeet .inner .manth p span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.itemmeet .inner .manth .date {
    display: block;
    line-height: 8px;
    color: #606367;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.itemmeet .inner .time {
    color: #606367;
    font-weight: 500;
}

.itemmeet .inner .title {
    font-size: 20px;
    font-weight: 500;
}

.itemmeet .inner .map {
    display: flex;
    align-items: center;
    color: #606367;
    font-weight: 500;
}

.itemmeet .inner .map svg {
    min-width: 16px;
    max-width: 16px;
    height: 12px;
    fill: #606367;
    margin: 0px;
    margin-top: 4px;
}

.itemmeet .inner iframe {
    display: block;
    width: 100%;
    height: 66vh;
    border: 0px;
}

.itemmeet .inner .chatall {
    padding: 0px !important;
}

.itemmeet .inner .chatall .chat-text {
    height: 46vh;
}

@media (min-width: 1600px) {
    .itemmeet .inner .chatall .chat-text {
        height: 50vh;
    }
}

.scrollToTop {
    position: fixed;
    bottom: 12px;
    left: 12px;
    display: none !important;
    width: 44px;
    height: 44px;
    border: 0px;
    background: #d9000d;
    z-index: 998;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
}

@media (max-width: 999px) {
    .scrollToTop {
        display: none !important;
    }
}

.scrollToTop svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px;
    height: 15px;
}

.scrollToTop svg path {
    fill: #fff;
}

.scrollToTop.btntop {
    display: block !important;
}

@media (max-width: 991px) {
    .scrollToTop.btntop {
        display: none !important;
    }
}

.footer {
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, #00072D 0%, #153256 15.03%, #102456 84.79%, #00072D 100%);
    overflow: hidden;
}

.footer .alllinks {
    display: flex;
}

@media (max-width: 999px) {
    .footer .alllinks {
        display: none;
    }
}

.footer .alllinks .inner {
    min-width: calc(100% / 3);
    margin-left: 20px;
    margin-top: 64px;
}

@media (max-width: 999px) {
    .footer .alllinks .inner {
        margin-top: 24px;
    }
}

.footer .alllinks .list {
    margin-top: 4px;
}

.footer .alllinks .list a {
    display: block;
    width: 100%;
    color: #dbdbdb;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.footer .alllinks .list a:hover {
    color: #fff;
}

.footer .boxfot {
    margin-top: 64px;
}

@media (max-width: 999px) {
    .footer .boxfot {
        order: -1;
        max-width: 100%;
        flex: 100%;
        margin-top: 48px;
    }
}

@media (max-width: 999px) {
    .footer .boxfot .logo {
        text-align: center;
    }
}

.footer .boxfot .logo img {
    max-width: 200px;
}

.footer .boxfot p {
    color: #dbdbdb;
    font-weight: 500;
    padding-right: 10%;
    margin-top: 24px;
}

@media (max-width: 999px) {
    .footer .boxfot p {
        padding: 0px;
        text-align: center;
    }
}

.footer .boxfot .social {
    margin-top: 16px;
}

@media (max-width: 999px) {
    .footer .boxfot .social {
        justify-content: center;
    }
}

.footer .boxfot .social a {
    margin-right: 16px;
}

@media (max-width: 999px) {
    .footer .boxfot .social a {
        margin: 0px 4px;
    }
}

.footer .boxfot .social a:last-child {
    margin: 0px;
}

.footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0px;
    margin-top: 64px;
    border-top: 1px solid #ffffff1c;
}

@media (max-width: 999px) {
    .footer .copyright {
        padding: 12px 0px;
        margin-top: 24px;
    }
}

.footer .copyright p {
    font-weight: 500;
    color: #dbdbdb;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
    text-align: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-decoration: none;
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-style: normal;
    color: #464646;
}

body {
    direction: ltr;
    overflow-x: hidden;
}

body.active {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #d9000d;
    cursor: pointer;
}

.title {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 38px;
    line-height: 120%;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
    .title {
        font-size: 28px;
    }
    .title br {
        display: none;
    }
}

.title span {
    color: #d9000d;
}

.bottom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    text-align: center;
    background: #d9000d;
    font-weight: 500;
    border: 1px solid #d9000d;
    border-radius: 4px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    padding: 0px 12px;
    height: 40px;
}

.bottom svg {
    max-width: 16px;
    max-height: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.bottom:hover {
    background: #142c4b;
    border: 1px solid #142c4b;
    color: #fff;
}

.bottom:hover svg {
    fill: #fff;
}

.bottom:focus {
    outline: none;
    outline-style: none;
}

.form-control {
    height: 56px;
    text-transform: none;
    font-weight: 500;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.form-control:focus,
.form-control:hover,
.form-control:focus-visible {
    outline: 0;
    outline-style: none;
    border: 1px solid #d9000d;
}

select.form-control {
    -webkit-appearance: none;
    background: none !important;
    background: #fff url(../images/arrow.svg) 98% center no-repeat !important;
}

textarea.form-control {
    height: 160px;
    resize: none;
}

.container {
    z-index: 10;
}

.social {
    display: flex;
    align-items: center;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
}

@media (max-width: 767px) {
    .social a span {
        display: none;
    }
}

.social a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.social a.icon-twitter svg path {
    fill: #fff;
}

.social a.icon-facebook:hover svg {
    fill: #3b5998 !important;
}

.social a.icon-facebook:hover.icon-twitter path {
    fill: #3b5998 !important;
}

.social a.icon-twitter:hover svg {
    fill: #00acee !important;
}

.social a.icon-twitter:hover.icon-twitter path {
    fill: #00acee !important;
}

.social a.icon-instagram:hover svg {
    fill: #8d5b46 !important;
}

.social a.icon-instagram:hover.icon-twitter path {
    fill: #8d5b46 !important;
}

.social a.icon-youtube:hover svg {
    fill: #c4302b !important;
}

.social a.icon-youtube:hover.icon-twitter path {
    fill: #c4302b !important;
}

.social a.icon-rss:hover svg {
    fill: #ee802f !important;
}

.social a.icon-rss:hover.icon-twitter path {
    fill: #ee802f !important;
}

.social a.icon-linkedin:hover svg {
    fill: #007fb1 !important;
}

.social a.icon-linkedin:hover.icon-twitter path {
    fill: #007fb1 !important;
}

.social a.icon-gplus:hover svg {
    fill: #dd4b39 !important;
}

.social a.icon-gplus:hover.icon-twitter path {
    fill: #dd4b39 !important;
}

.social a.icon-whatsapp:hover svg {
    fill: #189d0e !important;
}

.social a.icon-whatsapp:hover.icon-twitter path {
    fill: #189d0e !important;
}

.social a.icon-snapchat:hover svg {
    fill: #e2df01 !important;
}

.social a.icon-snapchat:hover.icon-twitter path {
    fill: #e2df01 !important;
}

.social a.icon-telegram:hover svg {
    fill: #32afed !important;
}

.social a.icon-telegram:hover.icon-twitter path {
    fill: #32afed !important;
}

.section {
    position: relative;
    width: 100%;
    padding: 48px 0px;
}

@media (max-width: 999px) {
    .section {
        padding: 24px 0px;
    }
}

.che-box {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    margin: 0px;
    padding-left: 28px;
}

.che-box input[type="checkbox"],
.che-box input[type="radio"] {
    position: absolute;
    right: 9000px;
}

.che-box input[type="checkbox"]+.label-text:before,
.che-box input[type="radio"]+.label-text:before {
    content: ' ';
    font-size: 1.5em;
    display: block;
    text-align: center;
    border: 1px solid #ced4da;
    background: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    box-sizing: border-box;
    border-radius: 50%;
}

.che-box input[type="radio"]+.label-text:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

.che-box input[type="checkbox"]:checked+.label-text:before,
.che-box input[type="radio"]:checked+.label-text:before {
    background: #d9000d !important;
    box-shadow: inset 0 0 0px 4px #fff;
}

.che-box span.label-text {
    font-style: normal;
    text-transform: capitalize;
}

.map-back {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151528;
    min-height: 248px;
    overflow: hidden;
}

@media (max-width: 999px) {}

.map-back .title {
    color: #fff;
    text-align: center;
    justify-content: center;
}

.map-back .maplink {
    justify-content: center;
    margin-top: 8px;
}

@media (max-width: 999px) {
    .map-back .maplink {
        display: none;
    }
}

.map-back .maplink li {
    color: #c1bfbf;
}

.map-back .maplink li a {
    color: #fff;
    font-size: 16px;
}

.map-back .maplink li a::before {
    color: #fff;
}

.map-back .photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.map-back .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 999px) {
    .hidden {
        display: none;
    }
}

.alert {
    display: flex;
    align-items: center;
    border: 0px;
    margin: 0px;
    margin-top: 16px;
    padding: 16px;
    border-radius: 4px;
    height: 60px;
}

.alert strong {
    margin-left: 8px;
    color: #856404;
}

.alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400;
}

.alert a:hover {
    text-decoration: none;
}

.alert .text-mass {
    margin: 0px !important;
    margin-left: 12px !important;
}

.alert p {
    color: #fff;
    margin: 0px !important;
}

.alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%);
}

.alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%);
}

.maplink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.maplink li {
    display: inline-block;
    color: #737373;
    margin-right: 8px;
    text-transform: capitalize;
    font-weight: 400;
}

.maplink li:last-child {
    margin-left: 0px;
}

.maplink li:last-child a {
    padding-right: 0px;
}

.maplink li a {
    color: #142c4b;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.maplink li a:hover {
    color: #d9000d;
}

.maplink li a:before {
    position: absolute;
    top: -6px;
    right: 0px;
    content: "/";
    display: inline-block;
    color: #737373;
}

.towmap {
    height: 350px;
}

@media (max-width: 999px) {
    .towmap {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .towmap {
        height: 200px;
    }
}

.towmap::after {
    display: none;
}

.formsearch {
    margin: 24px auto 0px auto;
    max-width: 660px;
    position: relative;
    overflow: hidden;
}

.formsearch .form-control {
    padding: 0px;
    border: 0px !important;
    background: none !important;
    padding: 0px;
    border-bottom: 1px solid #ffffff40 !important;
    border-radius: 0px !important;
    color: #fff;
}

.formsearch .form-control::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.formsearch .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

.table-responsive table {
    margin: 0px;
}

@media (max-width: 991px) {
    .table-responsive table {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.table-responsive table th {
    background: #142c4b;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    text-transform: capitalize;
    border: 1px solid #f7f8fa;
}

.table-responsive table tr:nth-of-type(odd) {
    background: #f7f8fa !important;
}

.table-responsive table td {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    vertical-align: middle;
    border: 1px solid #f7f8fa;
}

.table-responsive table td .day {
    color: #27ba00;
}

.table-responsive table tr:hover {
    background: #cccccc57 !important;
}

.table-responsive table .alluser {
    display: flex;
}

.table-responsive table .alluser .img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
    margin-left: -10px;
}

.table-responsive table .alluser .img:first-child {
    margin: 0px;
}

.table-responsive table .alluser .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table-responsive table .draft,
.table-responsive table .inprogress,
.table-responsive table .under {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 4px;
    border-radius: 12px;
    color: #F6BE4F;
    border: 1px solid #F6BE4F;
    text-transform: capitalize;
    min-width: 100px;
    max-width: 100px;
    font-size: 14px;
}

.table-responsive table .inprogress {
    color: #27ba00;
    border: 1px solid #27ba00;
}

.table-responsive table .under {
    color: #d9000d;
    border: 1px solid #d9000d;
}

.table-responsive table .bottoms {
    display: flex;
    align-items: center;
}

.table-responsive table p {
    color: #000;
}

.table-responsive table .boticon {
    position: relative;
    display: flex;
    margin-right: 16px;
    cursor: pointer;
}

.table-responsive table .boticon:last-child {
    margin: 0px;
}

.table-responsive table .boticon:hover {
    transform: rotate(0deg) !important;
}

.table-responsive table .boticon:hover small {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.table-responsive table .boticon:hover svg {
    fill: #d9000d;
}

.table-responsive table .boticon svg {
    width: 18px;
    height: 18px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.table-responsive table .boticon small {
    visibility: hidden;
    width: 100px;
    background-color: #142c4b;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    padding: 2px 8px !important;
    position: absolute;
    bottom: 134%;
    left: 50%;
    margin-left: -38px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 20;
    width: 76px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform: translateY(10px);
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
}

.table-responsive table .boticon small::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #142c4b transparent transparent transparent;
}

.pagination {
    width: 100%;
    margin-top: 24px;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0px 4px;
}

.pagination li a,
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    background-clip: padding-box;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #000;
    font-weight: 500;
    border: 1px solid #e8e9ee;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.pagination li svg {
    width: 12px;
    height: 12px;
}

.pagination li:last-child svg {
    transform: rotate(-90deg);
}

.pagination li:first-child svg {
    transform: rotate(90deg);
}

.pagination .page-link.active,
.pagination .page-link:hover {
    background: #d9000d !important;
    border: 1px solid #d9000d;
    color: #fff !important;
}

.pagination .page-link.active svg,
.pagination .page-link:hover svg {
    fill: #fff;
}


/*# sourceMappingURL=home.css.map */