@charset "UTF-8";

.select2-container--default .select2-selection--single {
    background: #fff;
    border: 1px solid #e4e5e8;
    height: 48px;
    border-radius: 6px;
    font-size: 14px;
    color: #474c54
}

.breadcrumbs .jobsearchBox,
.breadcrumbs .select2-container--default .select2-selection--single {
    border: 0
}

.has-icon .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 35px;
    line-height: 48px
}

.has-icon2 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 52px;
    line-height: 48px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #464d61;
    padding-right: 48px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f102";
    font-family: Cairo;
    font-size: 12px;
    color: var(--gray-400)
}

.select2-results__option {
    color: var(--gray-600);
    padding: 10px 15px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e8f1ff;
    color: var(--primary-500)
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--gray-20)
}

.select2-dropdown {
    border: 1px solid var(--gray-50);
    box-shadow: 0 12px 48px rgba(0, 44, 109, .1)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px
}

.select2-search--dropdown .select2-search__field {
    height: 40px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px
}

.modal-open .select2-container {
    z-index: 99999
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.top-content {
    height: auto !important
}

:root {
    --gray-900: #18191C;
    --gray-800: #2e3447;
    --gray-700: #474C54;
    --gray-600: #5E6670;
    --gray-500: #767F8C;
    --gray-400: #9199A3;
    --gray-300: #aeb3c2;
    --gray-200: #c5c9d6;
    --gray-100: #E4E5E8;
    --gray-50: #F1F2F4;
    --gray-20: #f5f7fc;
    --gray-10: #fff;
    --primary-900: hsl(216deg, 100%, 20%);
    --primary-600: hsl(216deg, 100%, 40%);
    --primary-500: #0A65CC;
    --primary-400: hsl(216deg, 100%, 60%);
    --primary-300: hsl(216deg, 100%, 60%);
    --primary-200: hsl(216deg, 100%, 80%);
    --primary-100: hsl(216deg, 100%, 93%);
    --primary-50: #E7F0FA;
    --success-600: hsl(108deg, 100%, 30%);
    --success-500: #0BA02C;
    --success-400: hsl(108deg, 61%, 50%);
    --success-300: hsl(108deg, 61%, 63%);
    --success-200: hsl(108deg, 62%, 75%);
    --success-100: hsl(108deg, 62%, 88%);
    --success-50: hsl(111deg, 55%, 95%);
    --warning-900: hsl(40deg, 100%, 25%);
    --warning-600: hsl(40deg, 100%, 40%);
    --warning-500: hsl(40deg, 100%, 50%);
    --warning-400: hsl(40deg, 100%, 60%);
    --warning-300: hsl(40deg, 100%, 70%);
    --warning-200: hsl(40deg, 100%, 80%);
    --warning-100: hsl(40deg, 100%, 90%);
    --warning-50: hsl(41deg, 100%, 95%);
    --danger-600: hsl(0deg, 58%, 52%);
    --danger-500: #E05151;
    --danger-400: hsl(0deg, 100%, 72%);
    --danger-300: hsl(0deg, 100%, 79%);
    --danger-200: hsl(0deg, 100%, 86%);
    --danger-100: hsl(0deg, 100%, 93%);
    --danger-50: hsl(0deg, 100%, 96%);
    --fs-xl-20: 20px;
    --fs-xl-lineheight: 32px;
    --fs-lg-18: 18px;
    --fs-lg-lineheight: 28px;
    --fs-md-16: 16px;
    --fs-md-lineheight: 24px;
    --fs-xs-14: 14px;
    --fs-xs-lineheight: 22px;
    --fs-xss-12: 12px;
    --fs-xss-lineheight: 20px
}

*,
::after,
::before {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    height: 100%
}

body {
    height: 100%;
    color: var(--gray-900);
    font-family: Cairo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
    counter-reset: my-sec-counter
}

body.styleguide {
    background-color: #dcdfe8
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--gray-200);
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

::-moz-selection {
    background-color: #989ffd;
    color: #fff
}

::selection {
    background-color: #989ffd;
    color: #fff
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=color]:active,
[type=color]:focus,
[type=color]:hover,
[type=color]:invalid,
[type=date]:active,
[type=date]:focus,
[type=date]:hover,
[type=date]:invalid,
[type=datetime-local]:active,
[type=datetime-local]:focus,
[type=datetime-local]:hover,
[type=datetime-local]:invalid,
[type=datetime]:active,
[type=datetime]:focus,
[type=datetime]:hover,
[type=datetime]:invalid,
[type=email]:active,
[type=email]:focus,
[type=email]:hover,
[type=email]:invalid,
[type=month]:active,
[type=month]:focus,
[type=month]:hover,
[type=month]:invalid,
[type=number]:active,
[type=number]:focus,
[type=number]:hover,
[type=number]:invalid,
[type=password]:active,
[type=password]:focus,
[type=password]:hover,
[type=password]:invalid,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=search]:active,
[type=search]:focus,
[type=search]:hover,
[type=search]:invalid,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
[type=tel]:active,
[type=tel]:focus,
[type=tel]:hover,
[type=tel]:invalid,
[type=text]:active,
[type=text]:focus,
[type=text]:hover,
[type=text]:invalid,
[type=time]:active,
[type=time]:focus,
[type=time]:hover,
[type=time]:invalid,
[type=url]:active,
[type=url]:focus,
[type=url]:hover,
[type=url]:invalid,
[type=week]:active,
[type=week]:focus,
[type=week]:hover,
[type=week]:invalid,
button:active,
button:focus,
button:hover,
input:not([type]):active,
input:not([type]):focus,
input:not([type]):hover,
input:not([type]):invalid,
textarea:active,
textarea:focus,
textarea:hover,
textarea:invalid {
    outline: 0;
    box-shadow: none
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
button:active,
button:focus,
button:hover {
    cursor: pointer
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

select {
    -webkit-appearance: listbox !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Cairo, sans-serif;
    color: var(--gray-900);
    font-weight: 500
}

.text-h1,
h1 {
    font-size: 56px;
    line-height: 64px
}

.text-h2,
h2 {
    font-size: 48px;
    line-height: 56px
}

.text-h3,
h3 {
    font-size: 40px;
    line-height: 48px
}

.text-h4,
h4 {
    font-size: 32px;
    line-height: 40px
}

.text-h5,
h5 {
    font-size: 24px;
    line-height: 32px
}

@media (max-width:1199.98px) {

    .text-h1,
    h1 {
        font-size: 56px;
        line-height: 64px
    }

    .text-h1,
    h1 {
        font-size: 56px;
        line-height: 64px
    }

    .text-h3,
    h3 {
        font-size: 48px;
        line-height: 56px
    }

    .text-h4,
    h4 {
        font-size: 40px;
        line-height: 48px
    }

    .text-h5,
    h5 {
        font-size: 32px;
        line-height: 40px
    }

    .text-h6,
    h6 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (max-width:767.98px) {

    .text-h1,
    h1 {
        font-size: 36px;
        line-height: 46px
    }

    .text-h2,
    h2 {
        font-size: 34px;
        line-height: 44px
    }

    .text-h3,
    h3 {
        font-size: 32px;
        line-height: 42px
    }

    .text-h4,
    h4 {
        font-size: 30px;
        line-height: 40px
    }

    .text-h5,
    h5 {
        font-size: 28px;
        line-height: 38px
    }

    .text-h6,
    h6 {
        font-size: 24px;
        line-height: 34px
    }
}

.ft-wt-4 {
    font-weight: 400 !important
}

.ft-wt-5 {
    font-weight: 500 !important
}

.ft-wt-6 {
    font-weight: 600 !important
}

.ft-wt-7 {
    font-weight: 700 !important
}

.ft-wt-8 {
    font-weight: 800 !important
}

.ft-wt-9 {
    font-weight: 900 !important
}

.f-size-11 {
    font-size: 11px !important
}

.f-size-12 {
    font-size: 12px !important
}

.f-size-13 {
    font-size: 13px !important
}

.f-size-14 {
    font-size: 14px !important
}

.f-size-15 {
    font-size: 15px !important
}

.f-size-16 {
    font-size: 16px !important
}

.f-size-17 {
    font-size: 17px !important
}

.f-size-18 {
    font-size: 18px !important
}

.f-size-19 {
    font-size: 19px !important
}

.f-size-20 {
    font-size: 20px !important
}

.f-size-21 {
    font-size: 21px !important
}

.f-size-22 {
    font-size: 22px !important
}

.f-size-23 {
    font-size: 23px !important
}

.f-size-24 {
    font-size: 24px !important
}

.f-size-25 {
    font-size: 25px !important
}

.f-size-26 {
    font-size: 26px !important
}

.f-size-27 {
    font-size: 27px !important
}

.f-size-28 {
    font-size: 28px !important
}

.f-size-29 {
    font-size: 29px !important
}

.f-size-30 {
    font-size: 30px !important
}

.f-size-31 {
    font-size: 31px !important
}

.f-size-32 {
    font-size: 32px !important
}

.f-size-33 {
    font-size: 33px !important
}

.f-size-34 {
    font-size: 34px !important
}

.f-size-35 {
    font-size: 35px !important
}

.f-size-36 {
    font-size: 36px !important
}

.f-size-37 {
    font-size: 37px !important
}

.f-size-38 {
    font-size: 38px !important
}

.f-size-39 {
    font-size: 39px !important
}

.f-size-40 {
    font-size: 40px !important
}

.body-xl-20 {
    color: 20px
}

.body-xl-lineheight {
    color: 32px
}

.body-lg-18 {
    color: 18px
}

.body-lg-lineheight {
    color: 28px
}

.body-md-16 {
    color: 16px
}

.body-md-lineheight {
    color: 24px
}

.body-xs-14 {
    color: 14px
}

.body-xs-lineheight {
    color: 22px
}

.body-xss-12 {
    color: 12px
}

.body-xss-lineheight {
    color: 20px
}

.body-font-1 {
    font-size: 20px;
    line-height: 32px
}

.body-font-2 {
    font-size: 18px;
    line-height: 28px
}

.body-font-3 {
    font-size: 16px;
    line-height: 24px
}

.body-font-4 {
    font-size: 14px;
    line-height: 22px
}

.body-font-5 {
    font-size: 12px;
    line-height: 20px
}

a {
    color: var(--primary-600);
    text-decoration: none;
    transition: all .24s ease-in-out
}

a:active,
a:focus,
a:hover {
    color: var(--primary-400)
}

img {
    max-width: 100%
}

.filter-list,
.footer-social-links,
.rt-list,
.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.mouse-cursor,
.pointer {
    cursor: pointer
}

.smallgap.row>[class*=col-] {
    padding-left: 8px !important;
    padding-right: 8px !important
}

@media (max-width:575.98px) {
    .smallgap.row>[class*=col-] {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important
    }
}

.smallgap2.row>[class*=col-] {
    padding-left: 12px !important;
    padding-right: 12px !important
}

@media (max-width:575.98px) {
    .smallgap2.row>[class*=col-] {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important
    }
}

blockquote {
    background: var(--gray-20);
    font-weight: 400;
    position: relative;
    font-size: 20px;
    line-height: 32px;
    border-radius: 12px;
    padding: 40px 45px
}

.border-transparent {
    border-color: transparent !important
}

.bg-transsparent {
    background-color: transparent !important
}

.hover\:bg-transsparenthover {
    background-color: transparent !important
}

.hover-shadow\:none {
    box-shadow: none !important
}

.bgprefix-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.bgprefix-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.bgprefix-full {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.has-title-shape,
.position-parent {
    position: relative;
    z-index: 1
}

.position-relative {
    position: relative
}

.body-no-scrolling {
    overflow: hidden
}

.browse_logo .cocmpany-img img,
.img-fit,
.jobcardStyle1 .rt-single-icon-box .icon-thumb .profile-image img,
.testimonal-item .left-img .img-box img {
    display: block;
    object-fit: cover;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0;
    right: 0;
    top: 50%;
    position: absolute;
    height: 100%;
    width: 100%
}

.rt-mb-15 {
    margin-bottom: 15px
}

.rt-pt-15 {
    padding-top: 15px
}

.rt-spacer-15 {
    height: 15px
}

.rt-spacer-24 {
    height: 24px
}

.rt-spacer-36 {
    height: 36px
}

.rt-spacer-32 {
    height: 32px
}

.rt-spacer-12 {
    height: 12px
}

.rt-spacer-75 {
    height: 75px
}

.rt-mb-24 {
    margin-bottom: 24px
}

.rt-mb-12 {
    margin-bottom: 12px
}

.rt-mb-20 {
    margin-bottom: 20px
}

.rt-mb-32 {
    margin-bottom: 32px
}

.max-312 {
    max-width: 312px
}

.max-474 {
    max-width: 474px
}

.rt-p-0 {
    padding: 0
}

.rt-m-0 {
    margin: 0
}

.rt-mb-14 {
    margin-bottom: 14px
}

.rt-mb-8 {
    margin-bottom: 8px
}

.rt-mb-6 {
    margin-bottom: 6px
}

.rt-mb-4 {
    margin-bottom: 4px
}

.hr-0 {
    margin: 0;
    padding: 0
}

.p-20 {
    padding: 20px
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

.fade-in-bottom {
    animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both
}

[data-aos=fadeinup] {
    opacity: 0;
    transition-property: transform, opacity
}

[data-aos=fadeinup].aos-animate {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=fadeinup] {
        transform: translateY(20px)
    }

    [data-aos=fadeinup].aos-animate {
        transform: translateY(0)
    }
}

[data-aos=fadeindown] {
    opacity: 0;
    transition-property: transform, opacity
}

[data-aos=fadeindown].aos-animate {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=fadeindown] {
        transform: translateY(-20px)
    }

    [data-aos=fadeindown].aos-animate {
        transform: translateY(0)
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.text-gray-900 {
    color: #18191c !important
}

.bg-gray-900 {
    background-color: #18191c !important
}

.border-gray-900 {
    border-color: #18191c !important
}

.hoverbg-gray-900:hover {
    background-color: #18191c !important
}

.hover\:bg-gray-900:hover {
    background-color: #18191c !important
}

.hover\:text-gray-900:hover {
    color: #18191c !important
}

.hover\:border-gray-900:hover {
    border-color: #18191c !important
}

.text-gray-800 {
    color: #2e3447 !important
}

.bg-gray-800 {
    background-color: #2e3447 !important
}

.border-gray-800 {
    border-color: #2e3447 !important
}

.hoverbg-gray-800:hover {
    background-color: #2e3447 !important
}

.hover\:bg-gray-800:hover {
    background-color: #2e3447 !important
}

.hover\:text-gray-800:hover {
    color: #2e3447 !important
}

.hover\:border-gray-800:hover {
    border-color: #2e3447 !important
}

.text-gray-700 {
    color: #474c54 !important
}

.bg-gray-700 {
    background-color: #474c54 !important
}

.border-gray-700 {
    border-color: #474c54 !important
}

.hoverbg-gray-700:hover {
    background-color: #474c54 !important
}

.hover\:bg-gray-700:hover {
    background-color: #474c54 !important
}

.hover\:text-gray-700:hover {
    color: #474c54 !important
}

.hover\:border-gray-700:hover {
    border-color: #474c54 !important
}

.text-gray-600 {
    color: #5e6670 !important
}

.bg-gray-600 {
    background-color: #5e6670 !important
}

.border-gray-600 {
    border-color: #5e6670 !important
}

.hoverbg-gray-600:hover {
    background-color: #5e6670 !important
}

.hover\:bg-gray-600:hover {
    background-color: #5e6670 !important
}

.hover\:text-gray-600:hover {
    color: #5e6670 !important
}

.hover\:border-gray-600:hover {
    border-color: #5e6670 !important
}

.text-gray-500 {
    color: #767f8c !important
}

.bg-gray-500 {
    background-color: #767f8c !important
}

.border-gray-500 {
    border-color: #767f8c !important
}

.hoverbg-gray-500:hover {
    background-color: #767f8c !important
}

.hover\:bg-gray-500:hover {
    background-color: #767f8c !important
}

.hover\:text-gray-500:hover {
    color: #767f8c !important
}

.hover\:border-gray-500:hover {
    border-color: #767f8c !important
}

.text-gray-400 {
    color: #9199a3 !important
}

.bg-gray-400 {
    background-color: #9199a3 !important
}

.border-gray-400 {
    border-color: #9199a3 !important
}

.hoverbg-gray-400:hover {
    background-color: #9199a3 !important
}

.hover\:bg-gray-400:hover {
    background-color: #9199a3 !important
}

.hover\:text-gray-400:hover {
    color: #9199a3 !important
}

.hover\:border-gray-400:hover {
    border-color: #9199a3 !important
}

.text-gray-300 {
    color: #aeb3c2 !important
}

.bg-gray-300 {
    background-color: #aeb3c2 !important
}

.border-gray-300 {
    border-color: #aeb3c2 !important
}

.hoverbg-gray-300:hover {
    background-color: #aeb3c2 !important
}

.hover\:bg-gray-300:hover {
    background-color: #aeb3c2 !important
}

.hover\:text-gray-300:hover {
    color: #aeb3c2 !important
}

.hover\:border-gray-300:hover {
    border-color: #aeb3c2 !important
}

.text-gray-200 {
    color: #c5c9d6 !important
}

.bg-gray-200 {
    background-color: #c5c9d6 !important
}

.border-gray-200 {
    border-color: #c5c9d6 !important
}

.hoverbg-gray-200:hover {
    background-color: #c5c9d6 !important
}

.hover\:bg-gray-200:hover {
    background-color: #c5c9d6 !important
}

.hover\:text-gray-200:hover {
    color: #c5c9d6 !important
}

.hover\:border-gray-200:hover {
    border-color: #c5c9d6 !important
}

.text-gray-100 {
    color: #e4e5e8 !important
}

.bg-gray-100 {
    background-color: #e4e5e8 !important
}

.border-gray-100 {
    border-color: #e4e5e8 !important
}

.hoverbg-gray-100:hover {
    background-color: #e4e5e8 !important
}

.hover\:bg-gray-100:hover {
    background-color: #e4e5e8 !important
}

.hover\:text-gray-100:hover {
    color: #e4e5e8 !important
}

.hover\:border-gray-100:hover {
    border-color: #e4e5e8 !important
}

.text-gray-50 {
    color: #f1f2f4 !important
}

.bg-gray-50 {
    background-color: #f1f2f4 !important
}

.border-gray-50 {
    border-color: #f1f2f4 !important
}

.hoverbg-gray-50:hover {
    background-color: #f1f2f4 !important
}

.hover\:bg-gray-50:hover {
    background-color: #f1f2f4 !important
}

.hover\:text-gray-50:hover {
    color: #f1f2f4 !important
}

.hover\:border-gray-50:hover {
    border-color: #f1f2f4 !important
}

.text-gray-20 {
    color: var(--gray-20) !important
}

.bg-gray-20 {
    background-color: var(--gray-20) !important
}

.border-gray-20 {
    border-color: var(--gray-20) !important
}

.hoverbg-gray-20:hover {
    background-color: var(--gray-20) !important
}

.hover\:bg-gray-20:hover {
    background-color: var(--gray-20) !important
}

.hover\:text-gray-20:hover {
    color: var(--gray-20) !important
}

.hover\:border-gray-20:hover {
    border-color: var(--gray-20) !important
}

.text-gray-10 {
    color: #fff !important
}

.bg-gray-10 {
    background-color: #fff !important
}

.border-gray-10 {
    border-color: #fff !important
}

.hoverbg-gray-10:hover {
    background-color: #fff !important
}

.hover\:bg-gray-10:hover {
    background-color: #fff !important
}

.hover\:text-gray-10:hover {
    color: #fff !important
}

.hover\:border-gray-10:hover {
    border-color: #fff !important
}

.text-primary-900 {
    color: hsl(216deg, 100%, 20%) !important
}

.bg-primary-900 {
    background-color: hsl(216deg, 100%, 20%) !important
}

.border-primary-900 {
    border-color: hsl(216deg, 100%, 20%) !important
}

.hoverbg-primary-900:hover {
    background-color: hsl(216deg, 100%, 20%) !important
}

.hover\:bg-primary-900:hover {
    background-color: hsl(216deg, 100%, 20%) !important
}

.hover\:text-primary-900:hover {
    color: hsl(216deg, 100%, 20%) !important
}

.hover\:border-primary-900:hover {
    border-color: hsl(216deg, 100%, 20%) !important
}

.text-primary-600 {
    color: hsl(216deg, 100%, 40%) !important
}

.bg-primary-600 {
    background-color: hsl(216deg, 100%, 40%) !important
}

.border-primary-600 {
    border-color: hsl(216deg, 100%, 40%) !important
}

.hoverbg-primary-600:hover {
    background-color: hsl(216deg, 100%, 40%) !important
}

.hover\:bg-primary-600:hover {
    background-color: hsl(216deg, 100%, 40%) !important
}

.hover\:text-primary-600:hover {
    color: hsl(216deg, 100%, 40%) !important
}

.hover\:border-primary-600:hover {
    border-color: hsl(216deg, 100%, 40%) !important
}

.text-primary-500 {
    color: var(--primary-500) !important
}

.bg-primary-500 {
    background-color: var(--primary-500) !important
}

.border-primary-500 {
    border-color: var(--primary-500) !important
}

.hoverbg-primary-500:hover {
    background-color: var(--primary-500) !important
}

.hover\:bg-primary-500:hover {
    background-color: var(--primary-500) !important
}

.hover\:text-primary-500:hover {
    color: var(--primary-500) !important
}

.hover\:border-primary-500:hover {
    border-color: var(--primary-500) !important
}

.text-primary-400 {
    color: hsl(216deg, 100%, 60%) !important
}

.bg-primary-400 {
    background-color: hsl(216deg, 100%, 60%) !important
}

.border-primary-400 {
    border-color: hsl(216deg, 100%, 60%) !important
}

.hoverbg-primary-400:hover {
    background-color: hsl(216deg, 100%, 60%) !important
}

.hover\:bg-primary-400:hover {
    background-color: hsl(216deg, 100%, 60%) !important
}

.hover\:text-primary-400:hover {
    color: hsl(216deg, 100%, 60%) !important
}

.hover\:border-primary-400:hover {
    border-color: hsl(216deg, 100%, 60%) !important
}

.text-primary-300 {
    color: hsl(216deg, 100%, 60%) !important
}

.bg-primary-300 {
    background-color: hsl(216deg, 100%, 60%) !important
}

.border-primary-300 {
    border-color: hsl(216deg, 100%, 60%) !important
}

.hoverbg-primary-300:hover {
    background-color: hsl(216deg, 100%, 60%) !important
}

.hover\:bg-primary-300:hover {
    background-color: hsl(216deg, 100%, 60%) !important
}

.hover\:text-primary-300:hover {
    color: hsl(216deg, 100%, 60%) !important
}

.hover\:border-primary-300:hover {
    border-color: hsl(216deg, 100%, 60%) !important
}

.text-primary-200 {
    color: hsl(216deg, 100%, 80%) !important
}

.bg-primary-200 {
    background-color: hsl(216deg, 100%, 80%) !important
}

.border-primary-200 {
    border-color: hsl(216deg, 100%, 80%) !important
}

.hoverbg-primary-200:hover {
    background-color: hsl(216deg, 100%, 80%) !important
}

.hover\:bg-primary-200:hover {
    background-color: hsl(216deg, 100%, 80%) !important
}

.hover\:text-primary-200:hover {
    color: hsl(216deg, 100%, 80%) !important
}

.hover\:border-primary-200:hover {
    border-color: hsl(216deg, 100%, 80%) !important
}

.text-primary-100 {
    color: hsl(216deg, 100%, 93%) !important
}

.bg-primary-100 {
    background-color: hsl(216deg, 100%, 93%) !important
}

.border-primary-100 {
    border-color: hsl(216deg, 100%, 93%) !important
}

.hoverbg-primary-100:hover {
    background-color: hsl(216deg, 100%, 93%) !important
}

.hover\:bg-primary-100:hover {
    background-color: hsl(216deg, 100%, 93%) !important
}

.hover\:text-primary-100:hover {
    color: hsl(216deg, 100%, 93%) !important
}

.hover\:border-primary-100:hover {
    border-color: hsl(216deg, 100%, 93%) !important
}

.text-primary-50 {
    color: var(--primary-50) !important
}

.bg-primary-50 {
    background-color: var(--primary-50) !important
}

.border-primary-50 {
    border-color: var(--primary-50) !important
}

.hoverbg-primary-50:hover {
    background-color: var(--primary-50) !important
}

.hover\:bg-primary-50:hover {
    background-color: var(--primary-50) !important
}

.hover\:text-primary-50:hover {
    color: var(--primary-50) !important
}

.hover\:border-primary-50:hover {
    border-color: var(--primary-50) !important
}

.text-success-600 {
    color: hsl(108deg, 100%, 30%) !important
}

.bg-success-600 {
    background-color: hsl(108deg, 100%, 30%) !important
}

.border-success-600 {
    border-color: hsl(108deg, 100%, 30%) !important
}

.hoverbg-success-600:hover {
    background-color: hsl(108deg, 100%, 30%) !important
}

.hover\:bg-success-600:hover {
    background-color: hsl(108deg, 100%, 30%) !important
}

.hover\:text-success-600:hover {
    color: hsl(108deg, 100%, 30%) !important
}

.hover\:border-success-600:hover {
    border-color: hsl(108deg, 100%, 30%) !important
}

.text-success-500 {
    color: #0ba02c !important
}

.bg-success-500 {
    background-color: #0ba02c !important
}

.border-success-500 {
    border-color: #0ba02c !important
}

.hoverbg-success-500:hover {
    background-color: #0ba02c !important
}

.hover\:bg-success-500:hover {
    background-color: #0ba02c !important
}

.hover\:text-success-500:hover {
    color: #0ba02c !important
}

.hover\:border-success-500:hover {
    border-color: #0ba02c !important
}

.text-success-400 {
    color: hsl(108deg, 61%, 50%) !important
}

.bg-success-400 {
    background-color: hsl(108deg, 61%, 50%) !important
}

.border-success-400 {
    border-color: hsl(108deg, 61%, 50%) !important
}

.hoverbg-success-400:hover {
    background-color: hsl(108deg, 61%, 50%) !important
}

.hover\:bg-success-400:hover {
    background-color: hsl(108deg, 61%, 50%) !important
}

.hover\:text-success-400:hover {
    color: hsl(108deg, 61%, 50%) !important
}

.hover\:border-success-400:hover {
    border-color: hsl(108deg, 61%, 50%) !important
}

.text-success-300 {
    color: hsl(108deg, 61%, 63%) !important
}

.bg-success-300 {
    background-color: hsl(108deg, 61%, 63%) !important
}

.border-success-300 {
    border-color: hsl(108deg, 61%, 63%) !important
}

.hoverbg-success-300:hover {
    background-color: hsl(108deg, 61%, 63%) !important
}

.hover\:bg-success-300:hover {
    background-color: hsl(108deg, 61%, 63%) !important
}

.hover\:text-success-300:hover {
    color: hsl(108deg, 61%, 63%) !important
}

.hover\:border-success-300:hover {
    border-color: hsl(108deg, 61%, 63%) !important
}

.text-success-200 {
    color: hsl(108deg, 62%, 75%) !important
}

.bg-success-200 {
    background-color: hsl(108deg, 62%, 75%) !important
}

.border-success-200 {
    border-color: hsl(108deg, 62%, 75%) !important
}

.hoverbg-success-200:hover {
    background-color: hsl(108deg, 62%, 75%) !important
}

.hover\:bg-success-200:hover {
    background-color: hsl(108deg, 62%, 75%) !important
}

.hover\:text-success-200:hover {
    color: hsl(108deg, 62%, 75%) !important
}

.hover\:border-success-200:hover {
    border-color: hsl(108deg, 62%, 75%) !important
}

.text-success-100 {
    color: hsl(108deg, 62%, 88%) !important
}

.bg-success-100 {
    background-color: hsl(108deg, 62%, 88%) !important
}

.border-success-100 {
    border-color: hsl(108deg, 62%, 88%) !important
}

.hoverbg-success-100:hover {
    background-color: hsl(108deg, 62%, 88%) !important
}

.hover\:bg-success-100:hover {
    background-color: hsl(108deg, 62%, 88%) !important
}

.hover\:text-success-100:hover {
    color: hsl(108deg, 62%, 88%) !important
}

.hover\:border-success-100:hover {
    border-color: hsl(108deg, 62%, 88%) !important
}

.text-success-50 {
    color: hsl(111deg, 55%, 95%) !important
}

.bg-success-50 {
    background-color: hsl(111deg, 55%, 95%) !important
}

.border-success-50 {
    border-color: hsl(111deg, 55%, 95%) !important
}

.hoverbg-success-50:hover {
    background-color: hsl(111deg, 55%, 95%) !important
}

.hover\:bg-success-50:hover {
    background-color: hsl(111deg, 55%, 95%) !important
}

.hover\:text-success-50:hover {
    color: hsl(111deg, 55%, 95%) !important
}

.hover\:border-success-50:hover {
    border-color: hsl(111deg, 55%, 95%) !important
}

.text-warning-900 {
    color: hsl(40deg, 100%, 25%) !important
}

.bg-warning-900 {
    background-color: hsl(40deg, 100%, 25%) !important
}

.border-warning-900 {
    border-color: hsl(40deg, 100%, 25%) !important
}

.hoverbg-warning-900:hover {
    background-color: hsl(40deg, 100%, 25%) !important
}

.hover\:bg-warning-900:hover {
    background-color: hsl(40deg, 100%, 25%) !important
}

.hover\:text-warning-900:hover {
    color: hsl(40deg, 100%, 25%) !important
}

.hover\:border-warning-900:hover {
    border-color: hsl(40deg, 100%, 25%) !important
}

.text-warning-600 {
    color: hsl(40deg, 100%, 40%) !important
}

.bg-warning-600 {
    background-color: hsl(40deg, 100%, 40%) !important
}

.border-warning-600 {
    border-color: hsl(40deg, 100%, 40%) !important
}

.hoverbg-warning-600:hover {
    background-color: hsl(40deg, 100%, 40%) !important
}

.hover\:bg-warning-600:hover {
    background-color: hsl(40deg, 100%, 40%) !important
}

.hover\:text-warning-600:hover {
    color: hsl(40deg, 100%, 40%) !important
}

.hover\:border-warning-600:hover {
    border-color: hsl(40deg, 100%, 40%) !important
}

.text-warning-500 {
    color: hsl(40deg, 100%, 50%) !important
}

.bg-warning-500 {
    background-color: hsl(40deg, 100%, 50%) !important
}

.border-warning-500 {
    border-color: hsl(40deg, 100%, 50%) !important
}

.hoverbg-warning-500:hover {
    background-color: hsl(40deg, 100%, 50%) !important
}

.hover\:bg-warning-500:hover {
    background-color: hsl(40deg, 100%, 50%) !important
}

.hover\:text-warning-500:hover {
    color: hsl(40deg, 100%, 50%) !important
}

.hover\:border-warning-500:hover {
    border-color: hsl(40deg, 100%, 50%) !important
}

.text-warning-400 {
    color: hsl(40deg, 100%, 60%) !important
}

.bg-warning-400 {
    background-color: hsl(40deg, 100%, 60%) !important
}

.border-warning-400 {
    border-color: hsl(40deg, 100%, 60%) !important
}

.hoverbg-warning-400:hover {
    background-color: hsl(40deg, 100%, 60%) !important
}

.hover\:bg-warning-400:hover {
    background-color: hsl(40deg, 100%, 60%) !important
}

.hover\:text-warning-400:hover {
    color: hsl(40deg, 100%, 60%) !important
}

.hover\:border-warning-400:hover {
    border-color: hsl(40deg, 100%, 60%) !important
}

.text-warning-300 {
    color: hsl(40deg, 100%, 70%) !important
}

.bg-warning-300 {
    background-color: hsl(40deg, 100%, 70%) !important
}

.border-warning-300 {
    border-color: hsl(40deg, 100%, 70%) !important
}

.hoverbg-warning-300:hover {
    background-color: hsl(40deg, 100%, 70%) !important
}

.hover\:bg-warning-300:hover {
    background-color: hsl(40deg, 100%, 70%) !important
}

.hover\:text-warning-300:hover {
    color: hsl(40deg, 100%, 70%) !important
}

.hover\:border-warning-300:hover {
    border-color: hsl(40deg, 100%, 70%) !important
}

.text-warning-200 {
    color: hsl(40deg, 100%, 80%) !important
}

.bg-warning-200 {
    background-color: hsl(40deg, 100%, 80%) !important
}

.border-warning-200 {
    border-color: hsl(40deg, 100%, 80%) !important
}

.hoverbg-warning-200:hover {
    background-color: hsl(40deg, 100%, 80%) !important
}

.hover\:bg-warning-200:hover {
    background-color: hsl(40deg, 100%, 80%) !important
}

.hover\:text-warning-200:hover {
    color: hsl(40deg, 100%, 80%) !important
}

.hover\:border-warning-200:hover {
    border-color: hsl(40deg, 100%, 80%) !important
}

.text-warning-100 {
    color: hsl(40deg, 100%, 90%) !important
}

.bg-warning-100 {
    background-color: hsl(40deg, 100%, 90%) !important
}

.border-warning-100 {
    border-color: hsl(40deg, 100%, 90%) !important
}

.hoverbg-warning-100:hover {
    background-color: hsl(40deg, 100%, 90%) !important
}

.hover\:bg-warning-100:hover {
    background-color: hsl(40deg, 100%, 90%) !important
}

.hover\:text-warning-100:hover {
    color: hsl(40deg, 100%, 90%) !important
}

.hover\:border-warning-100:hover {
    border-color: hsl(40deg, 100%, 90%) !important
}

.text-warning-50 {
    color: hsl(41deg, 100%, 95%) !important
}

.bg-warning-50 {
    background-color: hsl(41deg, 100%, 95%) !important
}

.border-warning-50 {
    border-color: hsl(41deg, 100%, 95%) !important
}

.hoverbg-warning-50:hover {
    background-color: hsl(41deg, 100%, 95%) !important
}

.hover\:bg-warning-50:hover {
    background-color: hsl(41deg, 100%, 95%) !important
}

.hover\:text-warning-50:hover {
    color: hsl(41deg, 100%, 95%) !important
}

.hover\:border-warning-50:hover {
    border-color: hsl(41deg, 100%, 95%) !important
}

.text-danger-600 {
    color: hsl(0deg, 58%, 52%) !important
}

.bg-danger-600 {
    background-color: hsl(0deg, 58%, 52%) !important
}

.border-danger-600 {
    border-color: hsl(0deg, 58%, 52%) !important
}

.hoverbg-danger-600:hover {
    background-color: hsl(0deg, 58%, 52%) !important
}

.hover\:bg-danger-600:hover {
    background-color: hsl(0deg, 58%, 52%) !important
}

.hover\:text-danger-600:hover {
    color: hsl(0deg, 58%, 52%) !important
}

.hover\:border-danger-600:hover {
    border-color: hsl(0deg, 58%, 52%) !important
}

.text-danger-500 {
    color: #e05151 !important
}

.bg-danger-500 {
    background-color: #e05151 !important
}

.border-danger-500 {
    border-color: #e05151 !important
}

.hoverbg-danger-500:hover {
    background-color: #e05151 !important
}

.hover\:bg-danger-500:hover {
    background-color: #e05151 !important
}

.hover\:text-danger-500:hover {
    color: #e05151 !important
}

.hover\:border-danger-500:hover {
    border-color: #e05151 !important
}

.text-danger-400 {
    color: hsl(0deg, 100%, 72%) !important
}

.bg-danger-400 {
    background-color: hsl(0deg, 100%, 72%) !important
}

.border-danger-400 {
    border-color: hsl(0deg, 100%, 72%) !important
}

.hoverbg-danger-400:hover {
    background-color: hsl(0deg, 100%, 72%) !important
}

.hover\:bg-danger-400:hover {
    background-color: hsl(0deg, 100%, 72%) !important
}

.hover\:text-danger-400:hover {
    color: hsl(0deg, 100%, 72%) !important
}

.hover\:border-danger-400:hover {
    border-color: hsl(0deg, 100%, 72%) !important
}

.text-danger-300 {
    color: hsl(0deg, 100%, 79%) !important
}

.bg-danger-300 {
    background-color: hsl(0deg, 100%, 79%) !important
}

.border-danger-300 {
    border-color: hsl(0deg, 100%, 79%) !important
}

.hoverbg-danger-300:hover {
    background-color: hsl(0deg, 100%, 79%) !important
}

.hover\:bg-danger-300:hover {
    background-color: hsl(0deg, 100%, 79%) !important
}

.hover\:text-danger-300:hover {
    color: hsl(0deg, 100%, 79%) !important
}

.hover\:border-danger-300:hover {
    border-color: hsl(0deg, 100%, 79%) !important
}

.text-danger-200 {
    color: hsl(0deg, 100%, 86%) !important
}

.bg-danger-200 {
    background-color: hsl(0deg, 100%, 86%) !important
}

.border-danger-200 {
    border-color: hsl(0deg, 100%, 86%) !important
}

.hoverbg-danger-200:hover {
    background-color: hsl(0deg, 100%, 86%) !important
}

.hover\:bg-danger-200:hover {
    background-color: hsl(0deg, 100%, 86%) !important
}

.hover\:text-danger-200:hover {
    color: hsl(0deg, 100%, 86%) !important
}

.hover\:border-danger-200:hover {
    border-color: hsl(0deg, 100%, 86%) !important
}

.text-danger-100 {
    color: hsl(0deg, 100%, 93%) !important
}

.bg-danger-100 {
    background-color: hsl(0deg, 100%, 93%) !important
}

.border-danger-100 {
    border-color: hsl(0deg, 100%, 93%) !important
}

.hoverbg-danger-100:hover {
    background-color: hsl(0deg, 100%, 93%) !important
}

.hover\:bg-danger-100:hover {
    background-color: hsl(0deg, 100%, 93%) !important
}

.hover\:text-danger-100:hover {
    color: hsl(0deg, 100%, 93%) !important
}

.hover\:border-danger-100:hover {
    border-color: hsl(0deg, 100%, 93%) !important
}

.text-danger-50 {
    color: hsl(0deg, 100%, 96%) !important
}

.bg-danger-50 {
    background-color: hsl(0deg, 100%, 96%) !important
}

.border-danger-50 {
    border-color: hsl(0deg, 100%, 96%) !important
}

.hoverbg-danger-50:hover {
    background-color: hsl(0deg, 100%, 96%) !important
}

.hover\:bg-danger-50:hover {
    background-color: hsl(0deg, 100%, 96%) !important
}

.hover\:text-danger-50:hover {
    color: hsl(0deg, 100%, 96%) !important
}

.hover\:border-danger-50:hover {
    border-color: hsl(0deg, 100%, 96%) !important
}

.text-twitter {
    color: #1da1f2
}

.text-pinterest {
    color: #ca2127
}

.hover\:border-transparent {
    border-color: transparent !important
}

.rt-mr-0 {
    margin-right: 0 !important
}

.rt-ml-0 {
    margin-left: 0 !important
}

.rt-rounded-0 {
    border-radius: 0 !important
}

.rt-mr-1 {
    margin-right: 1px !important
}

.rt-ml-1 {
    margin-left: 1px !important
}

.rt-rounded-1 {
    border-radius: 1px !important
}

.rt-mr-2 {
    margin-right: 2px !important
}

.rt-ml-2 {
    margin-left: 2px !important
}

.rt-rounded-2 {
    border-radius: 2px !important
}

.rt-mr-3 {
    margin-right: 3px !important
}

.rt-ml-3 {
    margin-left: 3px !important
}

.rt-rounded-3 {
    border-radius: 3px !important
}

.rt-mr-4 {
    margin-right: 4px !important
}

.rt-ml-4 {
    margin-left: 4px !important
}

.rt-rounded-4 {
    border-radius: 4px !important
}

.rt-mr-5 {
    margin-right: 5px !important
}

.rt-ml-5 {
    margin-left: 5px !important
}

.rt-rounded-5 {
    border-radius: 5px !important
}

.rt-mr-6 {
    margin-right: 6px !important
}

.rt-ml-6 {
    margin-left: 6px !important
}

.rt-rounded-6 {
    border-radius: 6px !important
}

.rt-mr-7 {
    margin-right: 7px !important
}

.rt-ml-7 {
    margin-left: 7px !important
}

.rt-rounded-7 {
    border-radius: 7px !important
}

.rt-mr-8 {
    margin-right: 8px !important
}

.rt-ml-8 {
    margin-left: 8px !important
}

.rt-rounded-8 {
    border-radius: 8px !important
}

.rt-mr-9 {
    margin-right: 9px !important
}

.rt-ml-9 {
    margin-left: 9px !important
}

.rt-rounded-9 {
    border-radius: 9px !important
}

.rt-mr-10 {
    margin-right: 10px !important
}

.rt-ml-10 {
    margin-left: 10px !important
}

.rt-rounded-10 {
    border-radius: 10px !important
}

.rt-mr-11 {
    margin-right: 11px !important
}

.rt-ml-11 {
    margin-left: 11px !important
}

.rt-rounded-11 {
    border-radius: 11px !important
}

.rt-mr-12 {
    margin-right: 12px !important
}

.rt-ml-12 {
    margin-left: 12px !important
}

.rt-rounded-12 {
    border-radius: 12px !important
}

.rt-mr-13 {
    margin-right: 13px !important
}

.rt-ml-13 {
    margin-left: 13px !important
}

.rt-rounded-13 {
    border-radius: 13px !important
}

.rt-mr-14 {
    margin-right: 14px !important
}

.rt-ml-14 {
    margin-left: 14px !important
}

.rt-rounded-14 {
    border-radius: 14px !important
}

.rt-mr-15 {
    margin-right: 15px !important
}

.rt-ml-15 {
    margin-left: 15px !important
}

.rt-rounded-15 {
    border-radius: 15px !important
}

.rt-mr-16 {
    margin-right: 16px !important
}

.rt-ml-16 {
    margin-left: 16px !important
}

.rt-rounded-16 {
    border-radius: 16px !important
}

.rt-mr-17 {
    margin-right: 17px !important
}

.rt-ml-17 {
    margin-left: 17px !important
}

.rt-rounded-17 {
    border-radius: 17px !important
}

.rt-mr-18 {
    margin-right: 18px !important
}

.rt-ml-18 {
    margin-left: 18px !important
}

.rt-rounded-18 {
    border-radius: 18px !important
}

.rt-mr-19 {
    margin-right: 19px !important
}

.rt-ml-19 {
    margin-left: 19px !important
}

.rt-rounded-19 {
    border-radius: 19px !important
}

.rt-mr-20 {
    margin-right: 20px !important
}

.rt-ml-20 {
    margin-left: 20px !important
}

.rt-rounded-20 {
    border-radius: 20px !important
}

.rt-mr-21 {
    margin-right: 21px !important
}

.rt-ml-21 {
    margin-left: 21px !important
}

.rt-rounded-21 {
    border-radius: 21px !important
}

.rt-mr-22 {
    margin-right: 22px !important
}

.rt-ml-22 {
    margin-left: 22px !important
}

.rt-rounded-22 {
    border-radius: 22px !important
}

.rt-mr-23 {
    margin-right: 23px !important
}

.rt-ml-23 {
    margin-left: 23px !important
}

.rt-rounded-23 {
    border-radius: 23px !important
}

.rt-mr-24 {
    margin-right: 24px !important
}

.rt-ml-24 {
    margin-left: 24px !important
}

.rt-rounded-24 {
    border-radius: 24px !important
}

.rt-mr-25 {
    margin-right: 25px !important
}

.rt-ml-25 {
    margin-left: 25px !important
}

.rt-rounded-25 {
    border-radius: 25px !important
}

.rt-mr-26 {
    margin-right: 26px !important
}

.rt-ml-26 {
    margin-left: 26px !important
}

.rt-rounded-26 {
    border-radius: 26px !important
}

.rt-mr-27 {
    margin-right: 27px !important
}

.rt-ml-27 {
    margin-left: 27px !important
}

.rt-rounded-27 {
    border-radius: 27px !important
}

.rt-mr-28 {
    margin-right: 28px !important
}

.rt-ml-28 {
    margin-left: 28px !important
}

.rt-rounded-28 {
    border-radius: 28px !important
}

.rt-mr-29 {
    margin-right: 29px !important
}

.rt-ml-29 {
    margin-left: 29px !important
}

.rt-rounded-29 {
    border-radius: 29px !important
}

.rt-mr-30 {
    margin-right: 30px !important
}

.rt-ml-30 {
    margin-left: 30px !important
}

.rt-rounded-30 {
    border-radius: 30px !important
}

.rt-mb-0 {
    margin-bottom: 0
}

.rt-pt-0 {
    padding-top: 0
}

.rt-spacer-0 {
    height: 0
}

.rt-mb-10 {
    margin-bottom: 10px
}

.rt-pt-10 {
    padding-top: 10px
}

.rt-spacer-10 {
    height: 10px
}

.rt-mb-20 {
    margin-bottom: 20px
}

.rt-pt-20 {
    padding-top: 20px
}

.rt-spacer-20 {
    height: 20px
}

.rt-mb-30 {
    margin-bottom: 30px
}

.rt-pt-30 {
    padding-top: 30px
}

.rt-spacer-30 {
    height: 30px
}

.rt-mb-40 {
    margin-bottom: 40px
}

.rt-pt-40 {
    padding-top: 40px
}

.rt-spacer-40 {
    height: 40px
}

.rt-mb-50 {
    margin-bottom: 50px
}

.rt-pt-50 {
    padding-top: 50px
}

.rt-spacer-50 {
    height: 50px
}

.rt-mb-60 {
    margin-bottom: 60px
}

.rt-pt-60 {
    padding-top: 60px
}

.rt-spacer-60 {
    height: 60px
}

.rt-mb-70 {
    margin-bottom: 70px
}

.rt-pt-70 {
    padding-top: 70px
}

.rt-spacer-70 {
    height: 70px
}

.rt-mb-80 {
    margin-bottom: 80px
}

.rt-pt-80 {
    padding-top: 80px
}

.rt-spacer-80 {
    height: 80px
}

.rt-mb-90 {
    margin-bottom: 90px
}

.rt-pt-90 {
    padding-top: 90px
}

.rt-spacer-90 {
    height: 90px
}

.rt-mb-100 {
    margin-bottom: 100px
}

.rt-pt-100 {
    padding-top: 100px
}

.rt-spacer-100 {
    height: 100px
}

@media (max-width:1199.98px) {
    .rt-mb-lg-0 {
        margin-bottom: 0
    }

    .rt-pt-lg-0 {
        padding-top: 0
    }

    .rt-spacer-lg-0 {
        height: 0
    }

    .rt-mb-lg-10 {
        margin-bottom: 10px
    }

    .rt-pt-lg-10 {
        padding-top: 10px
    }

    .rt-spacer-lg-10 {
        height: 10px
    }

    .rt-mb-lg-20 {
        margin-bottom: 20px
    }

    .rt-pt-lg-20 {
        padding-top: 20px
    }

    .rt-spacer-lg-20 {
        height: 20px
    }

    .rt-mb-lg-30 {
        margin-bottom: 30px
    }

    .rt-pt-lg-30 {
        padding-top: 30px
    }

    .rt-spacer-lg-30 {
        height: 30px
    }

    .rt-mb-lg-40 {
        margin-bottom: 40px
    }

    .rt-pt-lg-40 {
        padding-top: 40px
    }

    .rt-spacer-lg-40 {
        height: 40px
    }

    .rt-mb-lg-50 {
        margin-bottom: 50px
    }

    .rt-pt-lg-50 {
        padding-top: 50px
    }

    .rt-spacer-lg-50 {
        height: 50px
    }

    .rt-mb-lg-60 {
        margin-bottom: 60px
    }

    .rt-pt-lg-60 {
        padding-top: 60px
    }

    .rt-spacer-lg-60 {
        height: 60px
    }

    .rt-mb-lg-70 {
        margin-bottom: 70px
    }

    .rt-pt-lg-70 {
        padding-top: 70px
    }

    .rt-spacer-lg-70 {
        height: 70px
    }

    .rt-mb-lg-80 {
        margin-bottom: 80px
    }

    .rt-pt-lg-80 {
        padding-top: 80px
    }

    .rt-spacer-lg-80 {
        height: 80px
    }

    .rt-mb-lg-90 {
        margin-bottom: 90px
    }

    .rt-pt-lg-90 {
        padding-top: 90px
    }

    .rt-spacer-lg-90 {
        height: 90px
    }

    .rt-mb-lg-100 {
        margin-bottom: 100px
    }

    .rt-pt-lg-100 {
        padding-top: 100px
    }

    .rt-spacer-lg-100 {
        height: 100px
    }
}

@media (max-width:991.98px) {
    .rt-mb-md-0 {
        margin-bottom: 0
    }

    .rt-pt-md-0 {
        padding-top: 0
    }

    .rt-spacer-md-0 {
        height: 0
    }

    .rt-mb-md-10 {
        margin-bottom: 10px
    }

    .rt-pt-md-10 {
        padding-top: 10px
    }

    .rt-spacer-md-10 {
        height: 10px
    }

    .rt-mb-md-20 {
        margin-bottom: 20px
    }

    .rt-pt-md-20 {
        padding-top: 20px
    }

    .rt-spacer-md-20 {
        height: 20px
    }

    .rt-mb-md-30 {
        margin-bottom: 30px
    }

    .rt-pt-md-30 {
        padding-top: 30px
    }

    .rt-spacer-md-30 {
        height: 30px
    }

    .rt-mb-md-40 {
        margin-bottom: 40px
    }

    .rt-pt-md-40 {
        padding-top: 40px
    }

    .rt-spacer-md-40 {
        height: 40px
    }

    .rt-mb-md-50 {
        margin-bottom: 50px
    }

    .rt-pt-md-50 {
        padding-top: 50px
    }

    .rt-spacer-md-50 {
        height: 50px
    }

    .rt-mb-md-60 {
        margin-bottom: 60px
    }

    .rt-pt-md-60 {
        padding-top: 60px
    }

    .rt-spacer-md-60 {
        height: 60px
    }

    .rt-mb-md-70 {
        margin-bottom: 70px
    }

    .rt-pt-md-70 {
        padding-top: 70px
    }

    .rt-spacer-md-70 {
        height: 70px
    }

    .rt-mb-md-80 {
        margin-bottom: 80px
    }

    .rt-pt-md-80 {
        padding-top: 80px
    }

    .rt-spacer-md-80 {
        height: 80px
    }

    .rt-mb-md-90 {
        margin-bottom: 90px
    }

    .rt-pt-md-90 {
        padding-top: 90px
    }

    .rt-spacer-md-90 {
        height: 90px
    }

    .rt-mb-md-100 {
        margin-bottom: 100px
    }

    .rt-pt-md-100 {
        padding-top: 100px
    }

    .rt-spacer-md-100 {
        height: 100px
    }
}

@media (max-width:767.98px) {
    .rt-mb-xs-0 {
        margin-bottom: 0
    }

    .rt-pt-xs-0 {
        padding-top: 0
    }

    .rt-spacer-xs-0 {
        height: 0
    }

    .rt-mb-xs-10 {
        margin-bottom: 10px
    }

    .rt-pt-xs-10 {
        padding-top: 10px
    }

    .rt-spacer-xs-10 {
        height: 10px
    }

    .rt-mb-xs-20 {
        margin-bottom: 20px
    }

    .rt-pt-xs-20 {
        padding-top: 20px
    }

    .rt-spacer-xs-20 {
        height: 20px
    }

    .rt-mb-xs-30 {
        margin-bottom: 30px
    }

    .rt-pt-xs-30 {
        padding-top: 30px
    }

    .rt-spacer-xs-30 {
        height: 30px
    }

    .rt-mb-xs-40 {
        margin-bottom: 40px
    }

    .rt-pt-xs-40 {
        padding-top: 40px
    }

    .rt-spacer-xs-40 {
        height: 40px
    }

    .rt-mb-xs-50 {
        margin-bottom: 50px
    }

    .rt-pt-xs-50 {
        padding-top: 50px
    }

    .rt-spacer-xs-50 {
        height: 50px
    }

    .rt-mb-xs-60 {
        margin-bottom: 60px
    }

    .rt-pt-xs-60 {
        padding-top: 60px
    }

    .rt-spacer-xs-60 {
        height: 60px
    }

    .rt-mb-xs-70 {
        margin-bottom: 70px
    }

    .rt-pt-xs-70 {
        padding-top: 70px
    }

    .rt-spacer-xs-70 {
        height: 70px
    }

    .rt-mb-xs-80 {
        margin-bottom: 80px
    }

    .rt-pt-xs-80 {
        padding-top: 80px
    }

    .rt-spacer-xs-80 {
        height: 80px
    }

    .rt-mb-xs-90 {
        margin-bottom: 90px
    }

    .rt-pt-xs-90 {
        padding-top: 90px
    }

    .rt-spacer-xs-90 {
        height: 90px
    }

    .rt-mb-xs-100 {
        margin-bottom: 100px
    }

    .rt-pt-xs-100 {
        padding-top: 100px
    }

    .rt-spacer-xs-100 {
        height: 100px
    }
}

.has-title-shape img {
    position: absolute;
    left: -8px;
    bottom: 0;
    z-index: -1
}

.flex-grow-3 {
    flex-grow: 3 !important
}

.slick-slide {
    margin-left: 24px
}

.slick-list {
    margin-left: -24px
}

.slick-slider .single-item {
    margin-bottom: 40px
}

.slick-bullet .slick-dots li button:before {
    display: none !important
}

.slick-bullet .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none
}

.slick-bullet .slick-dots li {
    position: relative;
    z-index: 1;
    width: 10px;
    display: inline-block;
    height: 10px
}

.slick-bullet .slick-dots li button {
    border-radius: 50%;
    position: absolute;
    background-color: var(--primary-200);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slick-bullet.deafult_style_dot .slick-dots li button {
    overflow: hidden;
    background-color: var(--primary-200);
    transition: background .3s ease
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
    width: 24px
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
    background-color: var(--primary-500);
    border-radius: 32px
}

.slick-bullet.dotstyle-fillup .slick-dots li button {
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: background .3s ease
}

.slick-bullet.dotstyle-fillup .slick-dots li button:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    border-radius: 50%
}

.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
    height: 100%
}

.slick-bullet.dotstyle-scaleup .slick-dots li button {
    overflow: hidden;
    background-color: rgba(255, 255, 255, .3);
    transition: all .3s ease
}

.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
    transform: scale(1.2);
    background-color: #fff
}

.slick-bullet.dotstyle-stroke .slick-dots li button {
    transition: box-shadow .3s ease, background-color .3s ease;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0)
}

.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff
}

.slick-bullet.dotstyle-fillin .slick-dots li button {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: box-shadow .3s ease
}

.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
    box-shadow: inset 0 0 0 8px #fff
}

.slick-bullet.dotstyle-dotstroke .slick-dots li {
    box-shadow: 0 0 0 2px #fff;
    border-radius: 50%;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke .slick-dots li button {
    transform: scale(.4);
    background-color: #fff;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
    transform: scale(1)
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border-radius: 50%;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
    background-color: #fff;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
    box-shadow: 0 0 0 2px #fff
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
    transform: scale(.4)
}

#scrollUp {
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: var(--gray-900);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 55px;
    text-align: center
}

.slick-btn-gorup .btn {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%)
}

.slick-btn-gorup .slicknext2 {
    left: auto;
    right: -100px
}

@media (max-width:1399.98px) {
    .slick-btn-gorup .btn {
        left: -50px
    }

    .slick-btn-gorup .slicknext2 {
        left: auto;
        right: -50px
    }
}

@media (max-width:1199.98px) {
    .slick-btn-gorup {
        opacity: 0;
        visibility: hidden
    }

    .slick-btn-gorup .btn {
        left: 0
    }

    .slick-btn-gorup .slicknext2 {
        left: auto;
        right: 0
    }
}

@media (max-width:1199.98px) {
    .testimoinals-area:hover .slick-btn-gorup {
        opacity: 1;
        visibility: visible
    }
}

.testimoinals-area .has-title-shape .slick-btn-gorup .btn-light,
.testimoinals-area .position-parent .slick-btn-gorup .btn-light {
    display: none !important
}

.modal-header {
    padding: 24px 50px 24px 50px;
    border-color: var(--gray-50)
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    margin-bottom: 0
}

.modal-header .btn-close {
    width: 48px;
    padding: 0;
    height: 48px;
    background-color: var(--gray-50);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}

.modal-content {
    border-radius: 16px
}

.modal-body {
    padding: 50px
}

.site-header .main-header {
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #edeff5;
    transition: all .24s ease-in-out
}

.site-header .brand-logo {
    max-width: 150px;
    transition: all .24s ease-in-out;
    margin-right: 20px
}

@media (max-width:1199.98px) {
    .site-header .brand-logo {
        max-width: 120px;
        margin-right: 15px
    }
}

@media (max-width:991.98px) {
    .site-header .brand-logo {
        max-width: 100%;
        margin-right: 0
    }
}

.site-header .navbar {
    padding: 20px 0;
    transition: .3s ease-in-out
}

@media (max-width:991.98px) {
    .site-header .navbar {
        padding: 15px 0
    }
}

.site-header.rt-fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.site-header .main-menu,
.site-header .rt-nav-tolls {
    transition: all .3s ease-in-out
}

.site-header.rt-sticky.rt-sticky-active {
    position: fixed;
    width: 100%;
    z-index: 99
}

.site-header.rt-sticky.rt-sticky-active .main-header {
    background-color: var(--gray-900);
    box-shadow: inset 0 -1px 0 var(--gray-800)
}

.site-header.rt-sticky.rt-sticky-active .main-menu>ul>li>a {
    line-height: 80px
}

@media (max-width:991.98px) {
    .site-header.rt-sticky.rt-sticky-active .main-menu>ul>li>a {
        line-height: 1.9
    }
}

.site-header.rt-sticky.rt-sticky-active.home-5-menu .main-header {
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #edeff5
}

.site-header .navbar>.container-fluid {
    padding-left: 48px;
    padding-right: 48px
}

@media (max-width:1399.98px) {
    .site-header .navbar>.container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:1199.98px) {
    .site-header .navbar>.container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.site-header.auth-header .main-header {
    box-shadow: none
}

.site-header.auth-header .main-header .navbar {
    padding: 34px 0
}

.header-transparent {
    background: 0 0
}

.header-transparent .main-header {
    background: 0 0;
    box-shadow: inset 0 -1px 0 transparent
}

.header-transparent .btn-outline-primary {
    border-color: rgba(255, 255, 255, .2);
    color: #fff
}

.header-transparent .menu-click {
    color: var(--gray-10)
}

.header-transparent .menu-icon span {
    background: var(--gray-10)
}

@media (max-width:1399.98px) {
    .container.container-full-xxl {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:1199.98px) {
    .container.container-full-xxl {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991.98px) {
    .container.container-full-xxl {
        max-width: 720px
    }
}

@media (max-width:767.98px) {
    .container.container-full-xxl {
        max-width: 540px
    }
}

.home-5-menu .btn-dark {
    background: var(--gray-800);
    border-color: var(--gray-800)
}

.home-5-menu .btn-dark:active,
.home-5-menu .btn-dark:focus,
.home-5-menu .btn-dark:hover {
    background: var(--gray-700);
    border-color: var(--gray-700)
}

.home-5-menu .btn-dark.disabled,
.home-5-menu .btn-dark:disabled {
    background: var(--gray-100);
    border-color: var(--gray-100)
}

.notification-box {
    right: 0;
    position: absolute;
    width: 550px;
    background-color: #fff;
    opacity: 0;
    top: 35px;
    z-index: 9;
    visibility: hidden;
    transition: all .4s
}

.notification-visiable .notification-box {
    opacity: 1;
    z-index: 9;
    visibility: visible
}

.custom-input {
    border-right: transparent !important;
    border-radius: 5px 0 0 5px !important
}

.custom-input2 {
    border-radius: 0 5px 5px 0 !important;
    width: 400px !important
}

@media (max-width:992px) {
    .custom-input2 {
        width: 100% !important
    }
}

.circle {
    position: absolute;
    left: 10px
}

.candidate-profile img {
    width: 48px;
    height: 48px
}

a.active {
    color: var(--primary-500)
}

.country-sector-wrap {
    display: flex;
    border-radius: 5px;
    border: 1px solid #e4e5e8
}

@media (max-width:991px) {
    .country-sector-wrap {
        display: none
    }
}

.country-sector-wrap .custom-input {
    width: 190px;
    border: 0;
    padding-left: 65px !important;
    border-right: 1px solid #e4e5e8 !important
}

.country-sector-wrap .form-control {
    width: 500px;
    border: none !important
}

@media (max-width:1400px) {
    .country-sector-wrap .form-control {
        width: 100%
    }
}

.country-sector-wrap .country-select.inside .flag-dropdown {
    left: 14px
}

.rt-site-footer {
    position: relative
}

.rt-site-footer .footer-top {
    padding-top: 65px;
    background-color: #fff;
    padding-bottom: 30px
}

@media (max-width:575.98px) {
    .rt-site-footer .footer-top {
        padding-top: 50px;
        padding-bottom: 0
    }
}

.rt-site-footer .footer-bottom {
    background-color: var(--gray-10);
    padding: 24px 0;
    box-shadow: inset 0 1px 0 #2e3447
}

.rt-site-footer .footer-bottom2 {
    box-shadow: inset 0 1px 0 #e9ebf2
}

.rt-site-footer .footer-logo {
    margin-bottom: 20px;
    display: block
}

@media (max-width:991.98px) {
    .rt-site-footer .footer-logo {
        max-width: 150px
    }
}

.rt-site-footer.no-gap {
    margin-top: 0
}

.rt-site-footer .footer-top {
    padding-bottom: 30px
}

.rt-single-widget {
    margin-bottom: 30px
}

.rt-single-widget a {
    color: var(--primary-600)
}

.rt-single-widget .footer-title {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 22px;
    text-transform: capitalize;
    color: var(--gray-900)
}

.rt-single-widget .btn {
    width: 71px;
    background-color: var(--primary-600);
    font-size: 20px;
    color: #333;
    border-radius: 999px
}

.rt-single-widget .form-control {
    background: #191919;
    border-color: transparent;
    height: 52px;
    padding-left: 28px;
    border-radius: 999px;
    font-size: 16px;
    color: #333;
    width: calc(100% - 80px)
}

.rt-single-widget .form-control:focus {
    border-color: var(--primary-600);
    box-shadow: none;
    outline: 0
}

.rt-single-widget .form-control::placeholder {
    color: #333;
    font-weight: 300;
    font-size: 14px
}

.rt-single-widget ul.rt-usefulllinks {
    margin: 0;
    padding: 0;
    list-style: none
}

.rt-single-widget ul.rt-usefulllinks li {
    display: inline-block;
    width: 48%;
    position: relative
}

.rt-single-widget ul.rt-usefulllinks li:after {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: var(--primary-500);
    content: "";
    transition: all .24s ease-in-out
}

.rt-single-widget ul.rt-usefulllinks li:last-child {
    margin-bottom: 0
}

.rt-single-widget ul.rt-usefulllinks li a {
    display: block;
    color: var(--gray-700);
    transition: all .24s ease-in-out;
    font-size: 16px;
    line-height: 24px
}

.rt-single-widget ul.rt-usefulllinks li a:hover {
    color: var(--primary-500);
    padding-left: 5px
}

.rt-single-widget ul.rt-usefulllinks li:hover:after {
    background: var(--primary-400);
    animation: zoomIn .24s ease-in-out
}

.rt-single-widget ul.rt-usefulllinks2 {
    margin: 0;
    padding: 0;
    list-style: none
}

.rt-single-widget ul.rt-usefulllinks2 li {
    display: block;
    margin-bottom: 16px;
    position: relative
}

.rt-single-widget ul.rt-usefulllinks2 li a {
    display: block;
    color: var(--gray-400);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all .24s ease-in-out;
    position: relative;
    padding-left: 0
}

.rt-single-widget ul.rt-usefulllinks2 li a::after {
    position: absolute;
    left: 0;
    content: "\f107";
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    font-family: Cairo
}

.rt-single-widget ul.rt-usefulllinks2 li a:hover {
    color: var(--primary-500);
    padding-left: 20px
}

.rt-single-widget ul.rt-usefulllinks2 li a:hover::after {
    opacity: 1;
    visibility: visible;
    animation: zoomIn .24s ease-in-out
}

@media (max-width:991.98px) {
    .footer-social-links {
        margin-top: 15px
    }
}

.footer-social-links li {
    display: inline-block;
    margin-right: 20px
}

.footer-social-links li:last-child {
    margin-right: 0
}

.footer-social-links li a path {
    transition: all .4s
}

.footer-social-links li a:hover path {
    fill: var(--primary-500)
}

.footer-social-links li a:hover path.facebook {
    fill: #fff
}

.dashboard-footer {
    background: #fff;
    box-shadow: inset 0 1px 0 #edeff5;
    padding: 32px 0
}

@media (max-width:767.98px) {
    .dashboard-footer {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px
    }
}

.footer-cta {
    padding: 50px 0 30px;
    box-shadow: inset 0 -1px 0 #2e3447
}

.footer-cta2 {
    box-shadow: inset 0 -1px 0 #edeff5
}

.header-top {
    background-color: var(--gray-50)
}

.header-top-right {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (max-width:991px) {
    .header-top-right {
        justify-content: center
    }
}

a.contact-info {
    font-weight: 500;
    font-size: 14px;
    color: var(--gray-900);
    margin-right: 24px
}

a.contact-info img {
    margin-right: 3px
}

.main-menu {
    position: relative
}

.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.main-menu ul li {
    display: inline-block;
    position: relative
}

.main-menu ul li.has-megamenu {
    position: static
}

.main-menu ul li a {
    color: var(--gray-600);
    display: block;
    font-family: Cairo, sans-serif;
    font-size: 14px;
    transition: all .24s ease-in-out;
    padding: 12px 20px;
    font-weight: 400
}

.main-menu ul li a:first-child {
    padding-left: 0
}

.main-menu ul li a:last-child {
    padding-right: 0
}

@media (max-width:1399.98px) {
    .main-menu ul li a {
        padding: 0 14px
    }
}

.main-menu ul li a:hover {
    text-decoration: none
}

.main-menu a:foucs {
    outline: 0;
    text-decoration: none
}

.main-menu ul li a.active,
.main-menu>ul>li.current-menu-item>a {
    color: var(--primary-500)
}

@media (max-width:991.98px) {
    .main-menu>ul>li>a {
        line-height: 1.9
    }
}

.main-menu>ul>li:hover>a {
    color: var(--primary-500)
}

.main-menu>ul>li.menu-item-has-children:hover>a:after {
    color: var(--primary-500)
}

.main-menu>ul>li.menu-item-has-children.open>a:after {
    content: "\eab9"
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu {
    position: absolute;
    left: 0;
    top: 80%;
    background: #fff;
    z-index: 999;
    color: #fff;
    text-align: left;
    border-radius: 8px;
    min-width: 248px;
    transition: all .24s ease-in-out;
    padding: 12px;
    margin-top: 12px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 12px 32px rgba(25, 31, 51, .08);
    opacity: 0;
    visibility: hidden
}

.main-menu>ul>li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 74%
}

.main-menu>ul>li.menu-item-has-children:hover>.rt-mega-menu {
    opacity: 1;
    visibility: visible;
    top: 74%
}

.main-menu ul ul li,
.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li {
    display: block
}

.main-menu ul ul li a,
.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a {
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0);
    text-transform: capitalize;
    color: var(--gray-700);
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-size: 14px;
    border-radius: 4px
}

.main-menu ul ul li:last-child>a,
.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:last-child>a {
    border-bottom: 1px solid transparent !important
}

.main-menu ul ul>li:hover>a,
.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a {
    color: var(--primary-500);
    background: var(--primary-50)
}

.main-menu ul ul li.menu-item-has-children>a:after {
    content: "\f105";
    position: absolute;
    font-family: Cairo;
    right: 15px;
    font-size: 12px
}

@media (max-width:767.98px) {
    .main-menu ul ul li.menu-item-has-children>a:after {
        content: "\eab2";
        right: 15px
    }
}

.main-menu ul ul li.menu-item-has-children.open>a:after {
    content: "\eab9"
}

.main-menu ul ul {
    position: absolute;
    left: 240px;
    top: 0;
    background: #fff;
    border: none;
    z-index: 999;
    text-align: left;
    border-radius: 8px;
    min-width: 248px;
    transition: all .24s ease-in-out;
    padding: 12px;
    margin-top: 12px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 12px 32px rgba(25, 31, 51, .08);
    opacity: 0;
    visibility: hidden
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu,
.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
    left: 242px;
    opacity: 1;
    visibility: visible
}

.sub-menu ul li a {
    padding: 8px 15px !important
}

.mobile-menu {
    display: none
}

.menu-click {
    margin-left: 15px;
    cursor: pointer
}

.menu-click i {
    font-size: 23px;
    color: var(--gray-100)
}

.menu-icon {
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    height: 21px
}

.menu-icon span {
    display: block;
    background: var(--gray-900);
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    transition: all .24s ease-in-out
}

.menu-icon span:first-child {
    margin-top: 10px
}

.menu-icon span:last-child {
    margin-bottom: 0
}

.menu-icon span:nth-child(2) {
    width: 15px
}

.menu-icon span:nth-child(3) {
    width: 20px
}

.mblnav-close,
.rt-mobile-menu-close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background: var(--primary-500);
    cursor: pointer;
    color: #fff
}

.mobile-menu {
    display: none
}

.mblbrand-logo {
    display: none;
    padding-left: 15px;
    margin-bottom: 30px
}

@media (max-width:991.98px) {
    .mblbrand-logo {
        display: block
    }
}

.rt-mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all .24s ease-in-out
}

.rt-mobile-menu-overlay.active {
    z-index: 7;
    opacity: 1;
    visibility: visible
}

.rt-mobile-menu-close {
    display: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 10px;
    font-size: 12px
}

@media (max-width:991.98px) {
    .rt-mobile-menu-close {
        display: block
    }
}

@media (min-width:992px) {
    .white-menu .main-menu>ul>li>a {
        color: var(--gray-400)
    }

    .white-menu .main-menu>ul>li.current-menu-item>a {
        color: #fff
    }

    .white-menu .main-menu>ul>li:hover>a {
        color: #fff
    }

    .white-menu .main-menu>ul>li:hover>a:after {
        color: #fff
    }
}

.language-picker {
    position: relative;
    display: flex;
    align-items: center
}

.language-picker__form {
    display: none
}

.language-picker__button {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border-radius: 0;
    text-overflow: ellipsis;
    transition: all .4s;
    border: none;
    padding: 0;
    padding-right: 20px
}

.language-picker__button .icon {
    height: 10px;
    width: 13px;
    background-image: url(../images/svg/arrow-bottom.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    transition: all .4s;
    top: 5px
}

.language-picker__button .icon polygon {
    display: none
}

.language-picker__dropdown {
    position: absolute;
    width: 200px;
    top: 100%;
    z-index: 4;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
    background: #fff;
    border: 1px solid #e5e7e8;
    box-shadow: 0 4px 24px rgba(25, 27, 28, .16);
    border-radius: 6px;
    padding: 8px 0;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.language-picker__flag {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: var(--gray-600)
}

.language-picker__flag em {
    font-style: normal;
    line-height: 1
}

.language-picker__flag::before {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "";
    height: 16px;
    width: 24px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.language-picker__flag--deutsch::before {
    background-image: url(../images/flag/ger.png)
}

.language-picker__flag--english::before {
    background-image: url(../images/flag/eng.png)
}

.language-picker__flag--spanish::before {
    background-image: url(../images/flag/spanish.png)
}

.language-picker__list li {
    line-height: 1
}

.language-picker__list li a {
    padding: 9px 13px;
    color: #000;
    text-transform: capitalize;
    transition: all .4s
}

.language-picker__list li a:hover {
    color: #fff;
    background-color: var(--primary-500)
}

ul.language-picker__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 4px);
    transition: opacity .2s, transform .2s ease-out
}

.language-picker__item[aria-selected=true] {
    position: relative;
    color: #fff;
    background-color: var(--primary-500)
}

.language-picker__item[aria-selected=true]::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    right: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/svg/check-white.svg)
}

.language-picker__dropdown::after,
.language-picker__dropdown::before {
    content: " ";
    display: block;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.language-picker__dropdown::before {
    top: -.8em;
    border-bottom-color: #e6e8ec
}

.language-picker__dropdown::after {
    top: -.7em;
    border-bottom-color: #fff
}

p#language-picker-select-description {
    display: none
}

.rt-single-icon-box {
    display: flex;
    align-items: center;
    transition: all .24s ease-in-out
}

.rt-single-icon-box .icon-thumb {
    flex-shrink: 0 !important
}

.rt-single-icon-box .icon-thumb img {
    transition: all .24s ease-in-out
}

.rt-single-icon-box.icon-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.rt-single-icon-box.icon-center2 {
    display: block
}

@media (max-width:575.98px) {
    .rt-single-icon-box.rt-xs-center {
        flex-direction: column
    }
}

.rt-single-icon-box.icon-reverse {
    flex-direction: row-reverse
}

.rt-single-icon-box .iconbox-content {
    flex-grow: 1 !important
}

@media (max-width:575px) {
    .rt-single-icon-box .iconbox-content {
        flex-shrink: 1
    }
}

.rt-single-icon-box .iconbox-content h4 {
    color: var(--gray-900)
}

.rt-single-icon-box .iconbox-content h4 a {
    color: var(--gray-900)
}

.rt-single-icon-box .iconbox-content h4 a:hover {
    color: var(--primary-600)
}

.rt-single-icon-box .iconbox-extra {
    width: max-content;
    display: flex;
    flex-grow: 0 !important;
    min-width: max-content
}

.rt-single-icon-box .iconbox-extra.grow-1 {
    flex-grow: 1 !important
}

.rt-single-icon-box .iconbox-extra>div {
    margin-right: 10px
}

.rt-single-icon-box .iconbox-extra>div:last-child {
    margin-right: 0
}

@media (max-width:575.98px) {
    .rt-single-icon-box .iconbox-extra>div:last-child {
        flex-basis: 100%;
        width: 100%
    }
}

@media (max-width:575.98px) {
    .rt-single-icon-box .iconbox-extra.mbl-version-clmn {
        flex-wrap: wrap;
        min-width: auto
    }
}

.rt-single-icon-box.plain-list-1 {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.rt-single-icon-box.plain-list-1:last-child {
    border: none
}

.rt-single-icon-box.rt-align-center {
    align-items: center
}

.rt-single-icon-box.bg-transparent {
    background-color: transparent
}

.rt-single-icon-box.shdoaw-style {
    box-shadow: 0 18px 65px 0 rgba(153, 153, 159, .2);
    background-color: #fff
}

.rt-single-icon-box:hover.shdoaw-style {
    box-shadow: 0 18px 45px 0 rgba(153, 153, 159, .2);
    transform: translateY(-10px)
}

@media (max-width:767.98px) {
    .rt-single-icon-box .iconbox-extra {
        margin-top: 10px
    }
}

@media (max-width:575.98px) {
    .rt-single-icon-box .iconbox-extra {
        width: 100%;
        justify-content: flex-end
    }
}

@media (max-width:991.98px) {
    .rt-single-icon-box.icb-clmn-lg {
        flex-wrap: wrap
    }

    .rt-single-icon-box.icb-clmn-lg .icon-thumb {
        margin-right: 0;
        margin-bottom: 24px
    }

    .rt-single-icon-box.icb-clmn-lg .iconbox-content {
        margin-bottom: 24px
    }

    .rt-single-icon-box.icb-clmn-lg .iconbox-extra.align-self-center {
        align-self: flex-start !important
    }
}

.rt-mega-menu {
    position: absolute;
    top: 80%;
    left: 0;
    background: #fff;
    z-index: 999;
    text-align: left;
    border-radius: 6px;
    width: 100%;
    margin: auto;
    right: 0;
    margin-top: 12px;
    transition: all .42s ease-in-out;
    padding: 12px 0;
    border: 1px solid var(--gray-100);
    box-shadow: 0 12px 32px rgba(25, 31, 51, .08);
    opacity: 0;
    visibility: hidden
}

.rt-mega-menu .container,
.rt-mega-menu .rt-container {
    max-width: 100%;
    padding: 0
}

.rt-mega-menu .row {
    width: 100%
}

.rt-mega-menu h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
    padding-left: 17px;
    text-transform: capitalize
}

@media (max-width:767.98px) {
    .rt-mega-menu h4 {
        margin: 15px 0 15px;
        font-size: 16px
    }
}

.rt-mega-menu a {
    display: block;
    font-size: 15px !important;
    padding: 8px 15px !important
}

.rt-mega-menu a img {
    display: block;
    margin: 0 auto
}

@media (max-width:767.98px) {
    .rt-mega-menu a img {
        margin-top: 15px
    }
}

.rt-mega-menu a.active,
.rt-mega-menu a:hover {
    color: var(--primary-500)
}

.rt-mega-menu a span {
    text-transform: capitalize;
    display: block;
    text-align: center;
    margin: 10px 0 0
}

.rt-nav-tolls>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center
}

@media (max-width:991.98px) {
    .rt-nav-tolls>ul {
        display: none
    }
}

.rt-nav-tolls>ul>li {
    margin-right: 18px;
    position: relative
}

@media (max-width:1199.98px) {
    .rt-nav-tolls>ul>li {
        margin-right: 10px
    }
}

.rt-nav-tolls>ul>li:last-child {
    margin-right: 0
}

@media (max-width:1199.98px) {

    .rt-nav-tolls>ul>li .btn,
    .rt-nav-tolls>ul>li button {
        padding: 7px 10px;
        font-size: 15px
    }
}

@media (max-width:991.98px) {

    .main-menu>ul>li.current-menu-item:after,
    .main-menu>ul>li.current-menu-item:before,
    .main-menu>ul>li:hover:after,
    .main-menu>ul>li:hover:before {
        opacity: 0;
        visibility: hidden
    }

    .main-menu ul {
        text-align: left;
        margin: 0 !important
    }

    .main-menu ul li {
        display: block
    }

    .main-menu ul li a {
        padding: 8px 20px !important;
        font-size: 16px
    }

    .main-menu ul>li:hover>a {
        background: 0 0;
        color: var(--primary-500)
    }

    .main-menu>ul>li.menu-item-has-children>.rt-mega-menu,
    .main-menu>ul>li.menu-item-has-children>ul.sub-menu {
        display: none;
        transition: none;
        position: static;
        background: #fff;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        border-top: 3px solid transparent;
        padding-top: 0;
        padding-bottom: 0
    }

    .main-menu ul ul>li:hover>a,
    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a {
        color: var(--primary-500) !important
    }

    .main-menu ul ul {
        display: none;
        transition: none;
        position: static;
        background: 0 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        margin: 0;
        background: #fff;
        border: none;
        padding-top: 0;
        padding-bottom: 0
    }

    .main-menu ul ul li a,
    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a {
        display: block;
        color: var(--gray-900);
        text-transform: capitalize;
        font-size: 14px !important
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a {
        padding: 8px 25px !important
    }

    .main-menu ul ul li a {
        padding: 8px 35px !important
    }

    .main-menu ul ul>li:hover>a,
    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a {
        background: 0 0
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a {
        padding-left: 25px !important
    }

    .main-menu ul ul>li:hover>a {
        padding-left: 35px !important
    }

    .main-menu {
        overflow-x: hidden
    }

    .main-menu {
        position: fixed;
        left: 0;
        top: -500px;
        background-color: #fff;
        height: 100vh;
        padding-top: 30px;
        padding-bottom: 35px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 999;
        transition: all .2s ease;
        opacity: 0;
        visibility: hidden
    }

    .main-menu.active-mobile-menu {
        top: 0;
        opacity: 1;
        visibility: visible
    }

    .mobile-menu {
        display: block;
        text-align: center
    }

    .main-menu ul.show>li>a {
        color: var(--gray-900)
    }

    .main-menu ul li a {
        border-bottom: .1px solid var(--gray-50)
    }

    .main-menu ul li:last-child a {
        border-bottom: .1px solid var(--gray-50)
    }

    .main-menu ul li:last-child a {
        border-color: transparent
    }

    .main-menu ul ul li a,
    .main-menu ul ul li:last-child>a,
    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:last-child>a,
    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a {
        border-bottom: 1px solid var(--gray-50) !important
    }

    .main-menu ul ul li a,
    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a {
        font-size: 14px
    }
}

.subscribe-box {
    padding-left: 80px
}

@media (max-width:991.98px) {
    .subscribe-box {
        padding: 40px
    }
}

@media (max-width:767.98px) {
    .subscribe-box {
        padding: 30px;
        padding-bottom: 0
    }
}

.subscribe-box .left-content {
    max-width: 515px
}

@media (max-width:991.98px) {
    .subscribe-box .left-content {
        margin-left: auto;
        margin-right: auto
    }

    .subscribe-box .left-content br {
        display: none
    }
}

.subscribe-inputbox-1 button {
    height: 48px
}

@media (max-width:767.98px) {
    .subscribe-inputbox-1 button {
        margin-top: 15px;
        width: 100%
    }
}

.blog-post {
    border: 1px solid var(--gray-50);
    padding: 24px;
    border-radius: 12px;
    transition: all .24s ease-in-out
}

.blog-post .rt-post-thumbnail {
    border-radius: 8px;
    margin-bottom: 24px;
    height: 276px
}

.blog-post .rt-post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.blog-post .entry-meta {
    display: flex;
    margin-bottom: 13px
}

.blog-post .entry-meta a {
    margin-right: 27px;
    display: inline-flex;
    font-size: 14px;
    color: var(--gray-700)
}

.blog-post .entry-meta a i {
    align-self: center;
    font-size: 24px;
    color: var(--primary-500);
    margin-right: 6px
}

.blog-post .entry-meta a:last-child {
    margin-right: 0
}

.blog-post .entry-meta.style-two {
    margin-bottom: 8px
}

.blog-post .entry-meta.style-two a {
    color: var(--gray-500)
}

.blog-post .entry-header {
    margin-bottom: 12px
}

.blog-post .entry-header .entry-title {
    font-size: 20px;
    line-height: 32px;
    color: var(--gray-900)
}

.blog-post .entry-header .entry-title a {
    color: var(--gray-900);
    transition: all .24s ease-in-out
}

.blog-post .entry-header .entry-title a:hover {
    color: var(--primary-500)
}

.blog-post .entry-content {
    font-size: 14px;
    line-height: 22px;
    color: var(--gray-500)
}

.blog-post .entry-footer {
    margin-top: 24px;
    font-size: 16px
}

.blog-post .entry-footer a {
    color: var(--primary-500);
    display: inline-flex
}

.blog-post .entry-footer a i {
    align-self: center;
    font-size: 24px;
    margin-left: 12px
}

.blog-post .entry-footer a:hover {
    color: var(--primary-400)
}

.blog-post:hover {
    border-color: transparent;
    box-shadow: 0 12px 64px rgba(0, 44, 109, .12)
}

.blog-list-view.rt-single-icon-box .icon-thumb {
    margin-right: 32px
}

@media (max-width:767.98px) {
    .blog-list-view.rt-single-icon-box {
        flex-direction: column;
        flex-wrap: wrap
    }

    .blog-list-view.rt-single-icon-box .icon-thumb {
        margin-right: 0;
        margin-bottom: 32px;
        width: 100%
    }

    .blog-list-view.rt-single-icon-box .post-thmubnail {
        height: auto
    }
}

.single-blog-page .blog-post {
    border-color: transparent;
    padding: 0
}

.widget {
    margin: 0 0 24px;
    background-color: var(--gray-10);
    border: 1px solid var(--gray-50);
    padding: 24px;
    border-radius: 12px
}

.widget hr {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 24px;
    margin-bottom: 24px
}

.widget .widget-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
    text-transform: capitalize
}

.widget select {
    width: 100%;
    display: block;
    border: 1px solid var(--gray-500);
    font-weight: 500;
    padding: 1em
}

.widget select:focus {
    outline: 0
}

.widget.widget_search .form-control,
.widget.widget_search [type=color],
.widget.widget_search [type=date],
.widget.widget_search [type=datetime-local],
.widget.widget_search [type=datetime],
.widget.widget_search [type=email],
.widget.widget_search [type=month],
.widget.widget_search [type=number],
.widget.widget_search [type=password],
.widget.widget_search [type=search],
.widget.widget_search [type=tel],
.widget.widget_search [type=text],
.widget.widget_search [type=time],
.widget.widget_search [type=url],
.widget.widget_search [type=week],
.widget.widget_search input:not([type]),
.widget.widget_search textarea {
    height: 56px
}

.widget.widget_search .form-control:focus,
.widget.widget_search [type=color]:focus,
.widget.widget_search [type=date]:focus,
.widget.widget_search [type=datetime-local]:focus,
.widget.widget_search [type=datetime]:focus,
.widget.widget_search [type=email]:focus,
.widget.widget_search [type=month]:focus,
.widget.widget_search [type=number]:focus,
.widget.widget_search [type=password]:focus,
.widget.widget_search [type=search]:focus,
.widget.widget_search [type=tel]:focus,
.widget.widget_search [type=text]:focus,
.widget.widget_search [type=time]:focus,
.widget.widget_search [type=url]:focus,
.widget.widget_search [type=week]:focus,
.widget.widget_search input:not([type]):focus,
.widget.widget_search textarea:focus {
    border-color: transparent
}

.widget.widget_search .filter_lists li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.widget.widget_add {
    border: none;
    padding: 0
}

.widget .widget-title:empty {
    margin: 0
}

.widget>ul {
    margin-left: 0;
    padding-left: 0;
    list-style: outside none none
}

.widget .menu-header-menu-container ul {
    margin-left: 0;
    padding-left: 0;
    list-style: outside none none
}

.widget .menu-header-menu-container ul>li {
    padding: 14px;
    line-height: 22px
}

.widget .menu-header-menu-container ul:not(.children):not(.sub-menu)>li:last-child {
    margin: 0
}

.widget .menu-header-menu-container ul.children li,
.widget .menu-header-menu-container ul.sub-menu li {
    position: relative;
    margin: 0 0 10px 15px
}

.widget .menu-header-menu-container ul.children li:before,
.widget .menu-header-menu-container ul.sub-menu li:before {
    position: absolute;
    top: 17px;
    left: -15px;
    width: 4px;
    height: 4px;
    content: "";
    border-radius: 50%;
    background-color: var(--primary-500)
}

.widget .menu-header-menu-container ul li>a {
    text-decoration: none;
    color: var(--gray-700);
    transition: all .24s ease-in-out
}

.widget .menu-header-menu-container ul li>a:focus,
.widget .menu-header-menu-container ul li>a:hover {
    text-decoration: none;
    color: var(--primary-500)
}

.widget>ul>li {
    padding: 0 0 11px;
    line-height: 1.42857;
    font-size: 15px
}

.widget>ul:not(.children):not(.sub-menu)>li:last-child {
    margin: 0
}

.widget>ul.children li,
.widget>ul.sub-menu li {
    position: relative;
    margin: 0 0 10px 15px
}

.widget>ul.children li:before,
.widget>ul.sub-menu li:before {
    position: absolute;
    top: 17px;
    left: -15px;
    width: 4px;
    height: 4px;
    content: "";
    border-radius: 50%;
    background-color: var(--primary-500)
}

.widget>ul li>a {
    text-decoration: none;
    color: var(--gray-500);
    transition: all .24s ease-in-out
}

.widget>ul li>a:focus,
.widget>ul li>a:hover {
    text-decoration: none;
    color: var(--primary-500)
}

.site-footer .widget_calendar {
    padding: 0;
    border-width: 0;
    background-color: transparent
}

.widget.widget_calendar table {
    margin: 0
}

.widget_calendar td,
.widget_calendar th {
    padding: 0;
    text-align: center;
    line-height: 2.5625
}

.widget_calendar caption {
    margin: 0 0 10px;
    font-weight: 700
}

.widget_calendar tbody a {
    display: block;
    color: #fff;
    background-color: var(--primary-500);
    font-weight: 700
}

.widget_calendar tbody a:focus,
.widget_calendar tbody a:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--gray-900)
}

.widget_recent_entries .post-date {
    display: block;
    margin-top: 3px;
    font-size: 13px
}

.widget_recent_comments ul li {
    font-size: 13px
}

.widget_recent_comments ul li .comment-author-link {
    line-height: 1.42857
}

.widget_recent_comments ul li .comment-author-link a {
    display: inline !important;
    margin-top: 0 !important;
    text-decoration: underline;
    color: var(--gray-500);
    font-size: 14px
}

.widget_recent_comments ul li .comment-author-link a:focus,
.widget_recent_comments ul li .comment-author-link a:hover {
    text-decoration: underline;
    color: var(--gray-700)
}

.widget_recent_comments ul li a {
    display: block !important;
    margin-top: 3px !important;
    font-size: 14px
}

.widget_rss .rsswidget img {
    margin-top: -3px;
    margin-right: 3px
}

.widget_rss ul li .rsswidget {
    font-weight: 700
}

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    margin: 5px 0 0;
    font-size: 14px
}

.widget_rss .rssSummary {
    margin: 5px 0 0
}

.site-footer .widget_tag_cloud {
    padding: 0;
    text-align: center;
    border-width: 0;
    background-color: transparent
}

.tagcloud .tag-cloud-link {
    display: inline-block;
    font-size: 16px;
    padding: 8px 14px;
    margin-right: 8px;
    margin-bottom: 12px;
    border-radius: 5px;
    color: var(--gray-700);
    line-height: 1;
    background: var(--gray-50);
    position: relative;
    z-index: 1;
    text-transform: capitalize
}

.tagcloud .tag-cloud-link:focus,
.tagcloud .tag-cloud-link:hover {
    text-decoration: none;
    background: var(--primary-500);
    color: var(--gray-10)
}

.rt-widget-recent-posts ul {
    margin: 0;
    padding: 0
}

.rt-widget-recent-posts ul li {
    display: block;
    border-bottom: 1px solid var(--gray-50);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.rt-widget-recent-posts ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-color: transparent
}

.widget.gallery ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.widget.gallery ul li {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 10px;
    margin-bottom: 0
}

.comments-list li {
    margin-bottom: 24px;
    border-bottom: 1px solid var(--gray-50);
    padding-bottom: 24px
}

.comments-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-color: transparent
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg)
}

.accordion-button:not(.collapsed) {
    color: #0c63e4 !important;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .13)
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='%23000000' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='128' y1='40' x2='128' y2='216' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E")
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='%23000000' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='128' y1='40' x2='128' y2='216' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E");
    transform: rotate(45deg)
}

.accordion-button:not(.collapsed)+.accordion.style-two {
    box-shadow: 0 12px 48px rgba(0, 44, 109, .1)
}

.btn {
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    padding: 10px ;
    font-weight: 400;
    transition: all .24s cubic-bezier(.55, .055, .675, .19);
    font-family: Cairo, sans-serif;
    overflow: hidden;
    width: fit-content;
    font-weight: 600;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis
}

.btn.btn-icon {
    width: 51px;
    height: 51px;
    display: flex;
    padding: 0;
    line-height: 1;
    align-items: center;
    justify-content: center
}

.btn.disabled,
.btn:disabled {
    opacity: 1
}

.btn.btn-lg {
    padding: 16px 32px
}

.btn.d-block {
    width: 100%
}

.btn:focus {
    box-shadow: none
}

.btn.no-padding {
    padding: 0 5px
}

.btn .button-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%
}

.btn .button-content-wrapper .button-icon {
    order: 5;
    flex-grow: 0;
    font-size: 20px;
    margin-right: 8px
}

.btn .button-content-wrapper .button-icon.align-icon-right {
    order: 15;
    margin-left: 8px;
    margin-right: 0
}

.btn .button-content-wrapper .button-text {
    flex-grow: 1;
    order: 10
}

.btn.d-block .button-content-wrapper .button-icon,
.btn.d-block .button-content-wrapper .button-text {
    flex-grow: 0 !important
}

.plain-button {
    padding: 0;
    border: none
}

.multipule-color-strep:after,
.multipule-color-strep:before {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    transition: transform .24s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.multipule-color-strep:before {
    background-color: var(--primary-400)
}

.multipule-color-strep:after {
    background-color: var(--primary-600)
}

.multipule-color-strep:hover:before {
    transform: translate3d(0, 100%, 0)
}

.multipule-color-strep:hover:after {
    transition-delay: 175ms;
    transform: translate3d(0, 100%, 0)
}

.btn-primary {
    background: var(--primary-500);
    border-color: var(--primary-500);
    color: #fff
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: var(--primary-600);
    border-color: var(--primary-600)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: var(--primary-100);
    border-color: var(--primary-100)
}

.btn-primary-50 {
    background: var(--primary-50);
    border-color: var(--primary-50);
    color: var(--primary-500)
}

.btn-primary-50:active,
.btn-primary-50:focus,
.btn-primary-50:hover {
    background: var(--primary-100);
    color: var(--primary-500);
    border-color: var(--primary-100)
}

.btn-primary-50.disabled,
.btn-primary-50:disabled {
    background: var(--primary-50);
    color: var(--primary-200);
    border-color: var(--primary-50)
}

.btn-primary2-50 {
    background: var(--primary-50);
    border-color: var(--primary-50);
    color: var(--primary-500)
}

.btn-primary2-50:active,
.btn-primary2-50:focus,
.btn-primary2-50:hover {
    background: var(--primary-500);
    color: var(--gray-10);
    border-color: var(--primary-500)
}

.btn-primary2-50.disabled,
.btn-primary2-50:disabled {
    background: var(--primary-50);
    color: var(--primary-200);
    border-color: var(--primary-50)
}

.btn-outline-primary {
    background: 0 0;
    border-color: var(--primary-50);
    color: var(--primary-500)
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background: var(--primary-50);
    color: var(--primary-500);
    border-color: var(--primary-500)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--primary-100);
    border-color: var(--primary-100)
}

.btn-dark {
    background: var(--gray-900);
    border-color: var(--gray-900);
    color: #fff
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    background: var(--gray-800);
    border-color: var(--gray-800)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background: var(--gray-100);
    border-color: var(--gray-100)
}

.btn-dark-20 {
    background: var(--gray-20);
    border-color: var(--gray-20);
    color: var(--gray-900)
}

.btn-dark-20:active,
.btn-dark-20:focus,
.btn-dark-20:hover {
    background: var(--gray-100);
    border-color: var(--gray-100)
}

.btn-dark-20.disabled,
.btn-dark-20:disabled {
    background: var(--gray-20);
    border-color: var(--gray-20)
}

.btn-outline-dark {
    background: 0 0;
    border-color: var(--gray-100);
    color: var(--gray-900)
}

.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
    background: var(--gray-20);
    border-color: var(--gray-20);
    color: var(--gray-900)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    border-color: var(--gray-100);
    color: var(--gray-100)
}

.btn-success {
    background: var(--success-500);
    border-color: var(--success-500);
    color: #fff
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background: hsl(108deg, 100%, 30%);
    border-color: hsl(108deg, 100%, 30%)
}

.btn-success.disabled,
.btn-success:disabled {
    background: var(--success-100);
    border-color: var(--success-100)
}

.btn-success-50 {
    background: var(--success-50);
    border-color: var(--success-50);
    color: var(--success-500)
}

.btn-success-50:active,
.btn-success-50:focus,
.btn-success-50:hover {
    background: var(--success-100);
    border-color: var(--success-100);
    color: var(--success-500)
}

.btn-success-50.disabled,
.btn-success-50:disabled {
    background: var(--success-50);
    border-color: var(--success-50);
    color: var(--success-200)
}

.btn-outline-success {
    background: 0 0;
    border-color: var(--gray-100);
    color: var(--success-500)
}

.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
    background: var(--success-50);
    border-color: var(--success-500);
    color: var(--success-500)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    border-color: var(--success-100);
    color: var(--success-100)
}

.btn-warning {
    background: var(--warning-500);
    border-color: var(--warning-500);
    color: #fff
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background: #d68f00;
    border-color: #d68f00
}

.btn-warning.disabled,
.btn-warning:disabled {
    background: var(--warning-100);
    border-color: var(--warning-100)
}

.btn-success-50 {
    background: var(--warning-50);
    border-color: var(--warning-50);
    color: var(--warning-500)
}

.btn-success-50:active,
.btn-success-50:focus,
.btn-success-50:hover {
    background: var(--warning-100);
    border-color: var(--warning-100);
    color: var(--warning-500)
}

.btn-success-50.disabled,
.btn-success-50:disabled {
    background: var(--warning-50);
    border-color: var(--warning-50);
    color: var(--warning-200)
}

.btn-outline-success {
    background: 0 0;
    border-color: var(--warning-100);
    color: var(--warning-500)
}

.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
    background: var(--warning-50);
    border-color: var(--warning-500);
    color: var(--warning-500)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    border-color: var(--warning-100);
    color: var(--warning-100)
}

.btn-danger {
    background: var(--danger-500);
    border-color: var(--danger-500);
    color: #fff
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background: #cc3d3e;
    border-color: #cc3d3e
}

.btn-danger.disabled,
.btn-danger:disabled {
    background: var(--danger-100);
    border-color: var(--danger-100)
}

.btn-danger-50 {
    background: var(--danger-50);
    border-color: var(--danger-50);
    color: var(--danger-500)
}

.btn-danger-50:active,
.btn-danger-50:focus,
.btn-danger-50:hover {
    background: var(--danger-100);
    border-color: var(--danger-100);
    color: var(--danger-500)
}

.btn-danger-50.disabled,
.btn-danger-50:disabled {
    background: var(--danger-50);
    border-color: var(--danger-50);
    color: var(--danger-200)
}

.btn-outline-danger {
    background: 0 0;
    border-color: var(--danger-100);
    color: var(--danger-500)
}

.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
    background: var(--danger-50);
    border-color: var(--danger-500);
    color: var(--danger-500)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    border-color: var(--danger-100);
    color: var(--danger-100)
}

.btn-outline-plain {
    background: 0 0;
    border-color: var(--gray-50);
    color: var(--gray-700)
}

.btn-outline-plain:active,
.btn-outline-plain:focus,
.btn-outline-plain:hover {
    background: 0 0;
    border-color: var(--primary-500)
}

.btn-outline-plain.disabled,
.btn-outline-plain:disabled {
    border-color: var(--gray-100)
}

.btn-link {
    text-decoration: none;
    color: var(--gray-700)
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    color: var(--primary-600)
}

.btn-link.disabled,
.btn-link:disabled {
    color: var(--gray-100)
}

.buttonList button {
    margin-right: 7px;
    margin-bottom: 15px
}

.buttonList button:last-child {
    margin-right: 0
}

.btn-video-light {
    height: 64px;
    width: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--gray-10);
    color: #fff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
    border-radius: 50%;
    padding: 0 !important;
    animation: rt-pulse 1.25s infinite;
    position: relative;
    z-index: 1;
    transition: all .24s ease-in-out
}

@keyframes rt-pulse {
    to {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0)
    }
}

.video-btn-center .overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.video-btn-center.hp .rt-btn {
    left: 40%
}

.btn-light {
    background: var(--gray-10);
    border-color: var(--gray-10);
    color: var(--primary-500)
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    background: #f5f5f5;
    border-color: #f5f5f5
}

.btn-light.disabled,
.btn-light:disabled {
    background: var(--primary-100);
    border-color: var(--primary-100)
}

.dropdown-toggle::after {
    border: none;
    content: "\f101";
    font-family: Cairo;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 15px
}

@media (max-width:1199.98px) {
    .dropdown-toggle::after {
        margin-left: 5px
    }
}

.fromGroup .btn-link {
    font-size: 16px;
    font-weight: 500;
    color: #767e94 !important
}

.dropdown-menu {
    padding: 15px 0;
    box-shadow: 0 0 15px 0 rgba(29, 86, 106, .16);
    color: var(--gray-700);
    border: none
}

.dropdown-item {
    color: var(--gray-700);
    font-size: 15px;
    font-weight: 400;
    padding: 5px 15px !important
}

.dropdown-item:hover {
    background-color: transparent;
    color: var(--primary-600)
}

.badge {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px
}

.icon-button {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: all .24s ease-in-out;
    background-color: transparent;
    font-size: 24px;
    transition: all .24s ease-in-out
}

@media (max-width:575.98px) {
    .icon-button {
        font-size: 16px;
        width: 30px;
        height: 30px
    }
}

.icon-72 {
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: all .24s ease-in-out;
    background-color: transparent;
    font-size: 40px
}

.icon-64 {
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: all .24s ease-in-out;
    background-color: transparent;
    font-size: 32px
}

.icon-56 {
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: all .24s ease-in-out;
    background-color: transparent;
    font-size: 24px
}

.icon-48 {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: all .24s ease-in-out;
    background-color: transparent;
    font-size: 24px
}

.icon-44 {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: all .24s ease-in-out;
    font-size: 24px
}

.social-icons {
    display: flex
}

.social-icons li {
    display: inline-flex;
    margin-right: 12px
}

.social-icons li:last-child {
    margin-right: 0
}

.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--primary-50);
    background: var(--primary-50)
}

.social-icons li a:hover {
    background: 0 0;
    border: 1px solid #06f
}

.img-group {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px
}

.img-group li {
    margin-left: -15px;
    border: 1px solid var(--gray-50)
}

.dropdown .lang-dropdown-item a,
.dropdown button {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5e6670
}

.dropdown .flag-icon {
    margin-right: 12px
}

.btn-profile:hover svg path {
    stroke: #fff
}

.btn-star:hover svg path {
    fill: var(--primary-500);
    stroke: var(--primary-500)
}

.notification-bar {
    width: 425px;
    right: 0;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    border: 1px solid #e4e5e8;
    border-radius: 5px;
    transition: all .2s;
    box-shadow: 0 16px 40px rgba(24, 25, 28, .06)
}

.notification-bar .notification-header {
    padding: 24px 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.notification-bar .notification-header h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #18191c;
    margin-bottom: 0
}

.notification-bar .notification-header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #5e6670;
    margin-bottom: 0
}

.notification-bar .devider {
    background: #e4e5e8;
    height: 1px;
    margin: 0;
    margin-bottom: 12px
}

.notification-bar .notification-list {
    padding: 0 24px 24px
}

.notification-bar .notification-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.notification-bar .notification-list ul li {
    padding: 12px 0
}

.notification-bar .notification-list ul li:last-child {
    padding-bottom: 0
}

.notification-bar .notification-list ul li a h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #18191c;
    margin-bottom: 4px
}

.notification-bar .notification-list ul li a p {
    font-weight: 400;
    font-size: 14px;
    color: #767f8c;
    margin: 0
}

.notification-bar .notification-list ul li a .notification-thumb {
    margin-right: 12px;
    flex-shrink: 0
}

.notification-visiable .notification-bar {
    opacity: 1;
    visibility: visible;
    transition: all .2s
}

.profile-bar {
    width: 312px;
    right: 0;
    top: 65px;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    border-radius: 4px;
    border: 1px solid #e4e5e8;
    box-shadow: 0 16px 56px rgba(24, 25, 28, .12), 0 12px 80px rgba(0, 44, 109, .05)
}

.profile-bar-list {
    padding: 24px 0 10px
}

.profile-bar-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.profile-bar-list ul li {
    padding: 10px 24px;
    transition: all .4s;
    position: relative
}

.profile-bar-list ul li .content {
    padding-left: 12px
}

.profile-bar-list ul li .content h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #18191c
}

.profile-bar-list ul li .content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #5e6670;
    margin: 0
}

.profile-bar-list ul li:hover {
    background: #f1f2f4
}

.profile-bar-list ul li a .check-switch {
    position: absolute;
    top: 15px;
    right: 27px
}

.profile-bar .devider {
    margin: 0 0 12px 0
}

.profile-bar .profile-feature-list {
    border-top: 1px solid #e4e5e8;
    padding: 20px 0 25px;
    margin: 0 30px
}

.profile-bar .profile-feature-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.profile-bar .profile-feature-list ul li {
    margin-bottom: 18px
}

.profile-bar .profile-feature-list ul li:last-child {
    margin-bottom: 0
}

.profile-bar .profile-feature-list ul li a {
    display: flex
}

.profile-bar .profile-feature-list ul li a p {
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #5e6670;
    margin: 0
}

.profile-visiable .profile-bar {
    opacity: 1;
    visibility: visible
}

.card-element,
.form-control,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
textarea {
    height: 48px;
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--gray-50);
    font-size: 16px;
    background-color: #fff;
    position: relative;
    font-weight: 400;
    color: var(--gray-900);
    border-radius: 5px;
    transition: all .24s ease-in-out
}

.card-element.pill,
.form-control.pill,
[type=color].pill,
[type=date].pill,
[type=datetime-local].pill,
[type=datetime].pill,
[type=email].pill,
[type=month].pill,
[type=number].pill,
[type=password].pill,
[type=search].pill,
[type=tel].pill,
[type=text].pill,
[type=time].pill,
[type=url].pill,
[type=week].pill,
input:not([type]).pill,
textarea.pill {
    border-radius: 999px
}

.card-element::placeholder,
.form-control::placeholder,
[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
input:not([type])::placeholder,
textarea::placeholder {
    color: var(--gray-400);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400
}

.card-element:disabled::placeholder,
.form-control:disabled::placeholder,
[type=color]:disabled::placeholder,
[type=date]:disabled::placeholder,
[type=datetime-local]:disabled::placeholder,
[type=datetime]:disabled::placeholder,
[type=email]:disabled::placeholder,
[type=month]:disabled::placeholder,
[type=number]:disabled::placeholder,
[type=password]:disabled::placeholder,
[type=search]:disabled::placeholder,
[type=tel]:disabled::placeholder,
[type=text]:disabled::placeholder,
[type=time]:disabled::placeholder,
[type=url]:disabled::placeholder,
[type=week]:disabled::placeholder,
input:not([type]):disabled::placeholder,
textarea:disabled::placeholder {
    opacity: .45
}

.card-element .form-select,
.card-element select,
.form-control .form-select,
.form-control select,
[type=color] .form-select,
[type=color] select,
[type=date] .form-select,
[type=date] select,
[type=datetime-local] .form-select,
[type=datetime-local] select,
[type=datetime] .form-select,
[type=datetime] select,
[type=email] .form-select,
[type=email] select,
[type=month] .form-select,
[type=month] select,
[type=number] .form-select,
[type=number] select,
[type=password] .form-select,
[type=password] select,
[type=search] .form-select,
[type=search] select,
[type=tel] .form-select,
[type=tel] select,
[type=text] .form-select,
[type=text] select,
[type=time] .form-select,
[type=time] select,
[type=url] .form-select,
[type=url] select,
[type=week] .form-select,
[type=week] select,
input:not([type]) .form-select,
input:not([type]) select,
textarea .form-select,
textarea select {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    font-size: 14px;
    border: 1px solid var(--gray-50);
    background-color: transparent;
    color: var(--gray-900);
    appearance: none
}

.card-element label,
.form-control label,
[type=color] label,
[type=date] label,
[type=datetime-local] label,
[type=datetime] label,
[type=email] label,
[type=month] label,
[type=number] label,
[type=password] label,
[type=search] label,
[type=tel] label,
[type=text] label,
[type=time] label,
[type=url] label,
[type=week] label,
input:not([type]) label,
textarea label {
    display: block;
    color: var(--gray-900);
    font-size: 17px;
    margin-bottom: 7px;
    font-weight: 500
}

textarea {
    height: auto !important
}

.form-select,
select {
    width: 100%;
    height: 48px;
    display: block;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    border: 1px solid var(--gray-50);
    background-color: transparent;
    color: var(--gray-900);
    appearance: none
}

.form-select:focus,
select:focus {
    outline: 0;
    box-shadow: none
}

.form-select:focus-visible,
select:focus-visible {
    border-color: var(--primary-500)
}

.fromGroup,
.single-box {
    position: relative
}

.fromGroup .has-badge,
.single-box .has-badge {
    position: absolute;
    right: 15px;
    top: 51%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    line-height: 1
}

.fromGroup .has-badge i,
.single-box .has-badge i {
    font-size: 24px
}

.fromGroup .icon-badge,
.fromGroup .icon-badge-2,
.single-box .icon-badge,
.single-box .icon-badge-2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.fromGroup .icon-badge-2,
.single-box .icon-badge-2 {
    left: 20px
}

.fromGroup.has-icon .form-control,
.fromGroup.has-icon [type=color],
.fromGroup.has-icon [type=date],
.fromGroup.has-icon [type=datetime-local],
.fromGroup.has-icon [type=datetime],
.fromGroup.has-icon [type=email],
.fromGroup.has-icon [type=month],
.fromGroup.has-icon [type=number],
.fromGroup.has-icon [type=password],
.fromGroup.has-icon [type=search],
.fromGroup.has-icon [type=tel],
.fromGroup.has-icon [type=text],
.fromGroup.has-icon [type=time],
.fromGroup.has-icon [type=url],
.fromGroup.has-icon [type=week],
.fromGroup.has-icon input:not([type]),
.fromGroup.has-icon textarea,
.single-box.has-icon .form-control,
.single-box.has-icon [type=color],
.single-box.has-icon [type=date],
.single-box.has-icon [type=datetime-local],
.single-box.has-icon [type=datetime],
.single-box.has-icon [type=email],
.single-box.has-icon [type=month],
.single-box.has-icon [type=number],
.single-box.has-icon [type=password],
.single-box.has-icon [type=search],
.single-box.has-icon [type=tel],
.single-box.has-icon [type=text],
.single-box.has-icon [type=time],
.single-box.has-icon [type=url],
.single-box.has-icon [type=week],
.single-box.has-icon input:not([type]),
.single-box.has-icon textarea {
    padding-left: 36px
}

.fromGroup.has-icon2 .form-control,
.fromGroup.has-icon2 [type=color],
.fromGroup.has-icon2 [type=date],
.fromGroup.has-icon2 [type=datetime-local],
.fromGroup.has-icon2 [type=datetime],
.fromGroup.has-icon2 [type=email],
.fromGroup.has-icon2 [type=month],
.fromGroup.has-icon2 [type=number],
.fromGroup.has-icon2 [type=password],
.fromGroup.has-icon2 [type=search],
.fromGroup.has-icon2 [type=tel],
.fromGroup.has-icon2 [type=text],
.fromGroup.has-icon2 [type=time],
.fromGroup.has-icon2 [type=url],
.fromGroup.has-icon2 [type=week],
.fromGroup.has-icon2 input:not([type]),
.fromGroup.has-icon2 textarea,
.single-box.has-icon2 .form-control,
.single-box.has-icon2 [type=color],
.single-box.has-icon2 [type=date],
.single-box.has-icon2 [type=datetime-local],
.single-box.has-icon2 [type=datetime],
.single-box.has-icon2 [type=email],
.single-box.has-icon2 [type=month],
.single-box.has-icon2 [type=number],
.single-box.has-icon2 [type=password],
.single-box.has-icon2 [type=search],
.single-box.has-icon2 [type=tel],
.single-box.has-icon2 [type=text],
.single-box.has-icon2 [type=time],
.single-box.has-icon2 [type=url],
.single-box.has-icon2 [type=week],
.single-box.has-icon2 input:not([type]),
.single-box.has-icon2 textarea {
    padding-left: 55px
}

.input-icon {
    position: relative
}

.input-icon input {
    padding-left: 54px
}

.input-icon svg {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.form-control:focus,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:not([type]):focus,
textarea:focus {
    box-shadow: none !important;
    border-color: var(--primary-600) !important;
    outline: 0
}

.rt-form.otp-form .form-control,
.rt-form.otp-form [type=color],
.rt-form.otp-form [type=date],
.rt-form.otp-form [type=datetime-local],
.rt-form.otp-form [type=datetime],
.rt-form.otp-form [type=email],
.rt-form.otp-form [type=month],
.rt-form.otp-form [type=number],
.rt-form.otp-form [type=password],
.rt-form.otp-form [type=search],
.rt-form.otp-form [type=tel],
.rt-form.otp-form [type=text],
.rt-form.otp-form [type=time],
.rt-form.otp-form [type=url],
.rt-form.otp-form [type=week],
.rt-form.otp-form input:not([type]),
.rt-form.otp-form textarea {
    height: 41px;
    width: 40px;
    border-radius: 8px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin-right: 10px
}

.rt-form.otp-form .form-control:last-child,
.rt-form.otp-form [type=color]:last-child,
.rt-form.otp-form [type=date]:last-child,
.rt-form.otp-form [type=datetime-local]:last-child,
.rt-form.otp-form [type=datetime]:last-child,
.rt-form.otp-form [type=email]:last-child,
.rt-form.otp-form [type=month]:last-child,
.rt-form.otp-form [type=number]:last-child,
.rt-form.otp-form [type=password]:last-child,
.rt-form.otp-form [type=search]:last-child,
.rt-form.otp-form [type=tel]:last-child,
.rt-form.otp-form [type=text]:last-child,
.rt-form.otp-form [type=time]:last-child,
.rt-form.otp-form [type=url]:last-child,
.rt-form.otp-form [type=week]:last-child,
.rt-form.otp-form input:not([type]):last-child,
.rt-form.otp-form textarea:last-child {
    margin-right: 0
}

.rt-form.otp-form .form-control:focus,
.rt-form.otp-form [type=color]:focus,
.rt-form.otp-form [type=date]:focus,
.rt-form.otp-form [type=datetime-local]:focus,
.rt-form.otp-form [type=datetime]:focus,
.rt-form.otp-form [type=email]:focus,
.rt-form.otp-form [type=month]:focus,
.rt-form.otp-form [type=number]:focus,
.rt-form.otp-form [type=password]:focus,
.rt-form.otp-form [type=search]:focus,
.rt-form.otp-form [type=tel]:focus,
.rt-form.otp-form [type=text]:focus,
.rt-form.otp-form [type=time]:focus,
.rt-form.otp-form [type=url]:focus,
.rt-form.otp-form [type=week]:focus,
.rt-form.otp-form input:not([type]):focus,
.rt-form.otp-form textarea:focus {
    color: var(--primary-500)
}

.rt-form.otp-form.size-lg .form-control,
.rt-form.otp-form.size-lg [type=color],
.rt-form.otp-form.size-lg [type=date],
.rt-form.otp-form.size-lg [type=datetime-local],
.rt-form.otp-form.size-lg [type=datetime],
.rt-form.otp-form.size-lg [type=email],
.rt-form.otp-form.size-lg [type=month],
.rt-form.otp-form.size-lg [type=number],
.rt-form.otp-form.size-lg [type=password],
.rt-form.otp-form.size-lg [type=search],
.rt-form.otp-form.size-lg [type=tel],
.rt-form.otp-form.size-lg [type=text],
.rt-form.otp-form.size-lg [type=time],
.rt-form.otp-form.size-lg [type=url],
.rt-form.otp-form.size-lg [type=week],
.rt-form.otp-form.size-lg input:not([type]),
.rt-form.otp-form.size-lg textarea {
    height: 64px;
    font-size: 33px;
    width: 64px
}

@media (max-width:575.98px) {

    .rt-form.otp-form.size-lg .form-control,
    .rt-form.otp-form.size-lg [type=color],
    .rt-form.otp-form.size-lg [type=date],
    .rt-form.otp-form.size-lg [type=datetime-local],
    .rt-form.otp-form.size-lg [type=datetime],
    .rt-form.otp-form.size-lg [type=email],
    .rt-form.otp-form.size-lg [type=month],
    .rt-form.otp-form.size-lg [type=number],
    .rt-form.otp-form.size-lg [type=password],
    .rt-form.otp-form.size-lg [type=search],
    .rt-form.otp-form.size-lg [type=tel],
    .rt-form.otp-form.size-lg [type=text],
    .rt-form.otp-form.size-lg [type=time],
    .rt-form.otp-form.size-lg [type=url],
    .rt-form.otp-form.size-lg [type=week],
    .rt-form.otp-form.size-lg input:not([type]),
    .rt-form.otp-form.size-lg textarea {
        height: 41px;
        width: 40px;
        font-size: 18px
    }
}

.rt-form.line-form .form-control,
.rt-form.line-form [type=color],
.rt-form.line-form [type=date],
.rt-form.line-form [type=datetime-local],
.rt-form.line-form [type=datetime],
.rt-form.line-form [type=email],
.rt-form.line-form [type=month],
.rt-form.line-form [type=number],
.rt-form.line-form [type=password],
.rt-form.line-form [type=search],
.rt-form.line-form [type=tel],
.rt-form.line-form [type=text],
.rt-form.line-form [type=time],
.rt-form.line-form [type=url],
.rt-form.line-form [type=week],
.rt-form.line-form input:not([type]),
.rt-form.line-form textarea {
    font-size: 16px;
    height: 54px;
    border-radius: 0;
    padding-left: 0;
    padding-right: 15px;
    border: none;
    border-bottom: 1px solid var(--gray-50)
}

.rt-form.line-form .form-control::placeholder,
.rt-form.line-form [type=color]::placeholder,
.rt-form.line-form [type=date]::placeholder,
.rt-form.line-form [type=datetime-local]::placeholder,
.rt-form.line-form [type=datetime]::placeholder,
.rt-form.line-form [type=email]::placeholder,
.rt-form.line-form [type=month]::placeholder,
.rt-form.line-form [type=number]::placeholder,
.rt-form.line-form [type=password]::placeholder,
.rt-form.line-form [type=search]::placeholder,
.rt-form.line-form [type=tel]::placeholder,
.rt-form.line-form [type=text]::placeholder,
.rt-form.line-form [type=time]::placeholder,
.rt-form.line-form [type=url]::placeholder,
.rt-form.line-form [type=week]::placeholder,
.rt-form.line-form input:not([type])::placeholder,
.rt-form.line-form textarea::placeholder {
    color: #abb9c7;
    font-size: 16px;
    text-transform: capitalize
}

.rt-form.line-form label {
    color: #abb9c7;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    line-height: 21px;
    transition: .3s ease all
}

.rt-form.line-form label span {
    margin-right: 15px
}

.rt-form.line-form label span img {
    position: relative;
    top: -3px
}

.rt-form.line-form .form-control:focus,
.rt-form.line-form [type=color]:focus,
.rt-form.line-form [type=date]:focus,
.rt-form.line-form [type=datetime-local]:focus,
.rt-form.line-form [type=datetime]:focus,
.rt-form.line-form [type=email]:focus,
.rt-form.line-form [type=month]:focus,
.rt-form.line-form [type=number]:focus,
.rt-form.line-form [type=password]:focus,
.rt-form.line-form [type=search]:focus,
.rt-form.line-form [type=tel]:focus,
.rt-form.line-form [type=text]:focus,
.rt-form.line-form [type=time]:focus,
.rt-form.line-form [type=url]:focus,
.rt-form.line-form [type=week]:focus,
.rt-form.line-form input:not([type]):focus,
.rt-form.line-form textarea:focus {
    box-shadow: none;
    outline: 0;
    border-color: var(--primary-500)
}

.rt-form.line-form .left-icon-parent .form-control,
.rt-form.line-form .left-icon-parent [type=color],
.rt-form.line-form .left-icon-parent [type=date],
.rt-form.line-form .left-icon-parent [type=datetime-local],
.rt-form.line-form .left-icon-parent [type=datetime],
.rt-form.line-form .left-icon-parent [type=email],
.rt-form.line-form .left-icon-parent [type=month],
.rt-form.line-form .left-icon-parent [type=number],
.rt-form.line-form .left-icon-parent [type=password],
.rt-form.line-form .left-icon-parent [type=search],
.rt-form.line-form .left-icon-parent [type=tel],
.rt-form.line-form .left-icon-parent [type=text],
.rt-form.line-form .left-icon-parent [type=time],
.rt-form.line-form .left-icon-parent [type=url],
.rt-form.line-form .left-icon-parent [type=week],
.rt-form.line-form .left-icon-parent input:not([type]),
.rt-form.line-form .left-icon-parent textarea {
    padding-left: 27px
}

.rt-form.input-f-size-12 .form-control,
.rt-form.input-f-size-12 [type=color],
.rt-form.input-f-size-12 [type=date],
.rt-form.input-f-size-12 [type=datetime-local],
.rt-form.input-f-size-12 [type=datetime],
.rt-form.input-f-size-12 [type=email],
.rt-form.input-f-size-12 [type=month],
.rt-form.input-f-size-12 [type=number],
.rt-form.input-f-size-12 [type=password],
.rt-form.input-f-size-12 [type=search],
.rt-form.input-f-size-12 [type=tel],
.rt-form.input-f-size-12 [type=text],
.rt-form.input-f-size-12 [type=time],
.rt-form.input-f-size-12 [type=url],
.rt-form.input-f-size-12 [type=week],
.rt-form.input-f-size-12 input:not([type]),
.rt-form.input-f-size-12 textarea {
    font-size: 12px !important
}

.outline-label select {
    height: 47px;
    border: none;
    font-size: 16px
}

.outline-label select:focus~label,
.outline-label select:valid~label {
    top: -15px;
    font-size: 13px;
    color: #abb9c7;
    background: #fff;
    padding: 0 5px
}

.outline-label select:focus~.border {
    border: 1px solid var(--gray-50);
    border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    pointer-events: none;
    transition: all .1s ease
}

.outline-label select:focus {
    border: none
}

.outline-label .form-control,
.outline-label [type=color],
.outline-label [type=date],
.outline-label [type=datetime-local],
.outline-label [type=datetime],
.outline-label [type=email],
.outline-label [type=month],
.outline-label [type=number],
.outline-label [type=password],
.outline-label [type=search],
.outline-label [type=tel],
.outline-label [type=text],
.outline-label [type=time],
.outline-label [type=url],
.outline-label [type=week],
.outline-label input:not([type]),
.outline-label textarea {
    border: none;
    height: 47px;
    font-size: 16px
}

.outline-label .form-control:focus~label,
.outline-label .form-control:valid~label,
.outline-label [type=color]:focus~label,
.outline-label [type=color]:valid~label,
.outline-label [type=date]:focus~label,
.outline-label [type=date]:valid~label,
.outline-label [type=datetime-local]:focus~label,
.outline-label [type=datetime-local]:valid~label,
.outline-label [type=datetime]:focus~label,
.outline-label [type=datetime]:valid~label,
.outline-label [type=email]:focus~label,
.outline-label [type=email]:valid~label,
.outline-label [type=month]:focus~label,
.outline-label [type=month]:valid~label,
.outline-label [type=number]:focus~label,
.outline-label [type=number]:valid~label,
.outline-label [type=password]:focus~label,
.outline-label [type=password]:valid~label,
.outline-label [type=search]:focus~label,
.outline-label [type=search]:valid~label,
.outline-label [type=tel]:focus~label,
.outline-label [type=tel]:valid~label,
.outline-label [type=text]:focus~label,
.outline-label [type=text]:valid~label,
.outline-label [type=time]:focus~label,
.outline-label [type=time]:valid~label,
.outline-label [type=url]:focus~label,
.outline-label [type=url]:valid~label,
.outline-label [type=week]:focus~label,
.outline-label [type=week]:valid~label,
.outline-label input:not([type]):focus~label,
.outline-label input:not([type]):valid~label,
.outline-label textarea:focus~label,
.outline-label textarea:valid~label {
    top: -15px;
    font-size: 13px;
    color: #abb9c7;
    background: #fff;
    padding: 0 5px
}

.outline-label .form-control:focus~.border,
.outline-label [type=color]:focus~.border,
.outline-label [type=date]:focus~.border,
.outline-label [type=datetime-local]:focus~.border,
.outline-label [type=datetime]:focus~.border,
.outline-label [type=email]:focus~.border,
.outline-label [type=month]:focus~.border,
.outline-label [type=number]:focus~.border,
.outline-label [type=password]:focus~.border,
.outline-label [type=search]:focus~.border,
.outline-label [type=tel]:focus~.border,
.outline-label [type=text]:focus~.border,
.outline-label [type=time]:focus~.border,
.outline-label [type=url]:focus~.border,
.outline-label [type=week]:focus~.border,
.outline-label input:not([type]):focus~.border,
.outline-label textarea:focus~.border {
    border: 1px solid var(--gray-50);
    border-radius: 5px;
    position: absolute;
    top: 0;
    pointer-events: none;
    transition: all .1s ease
}

.outline-label label {
    color: #abb9c7;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    text-transform: capitalize;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 18px;
    top: 9px;
    transition: all .2s ease
}

.outline-label .border {
    border: 1px solid var(--gray-50);
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    transition: all .3s ease
}

.is-invalid .form-control,
.is-invalid [type=color],
.is-invalid [type=date],
.is-invalid [type=datetime-local],
.is-invalid [type=datetime],
.is-invalid [type=email],
.is-invalid [type=month],
.is-invalid [type=number],
.is-invalid [type=password],
.is-invalid [type=search],
.is-invalid [type=tel],
.is-invalid [type=text],
.is-invalid [type=time],
.is-invalid [type=url],
.is-invalid [type=week],
.is-invalid input:not([type]),
.is-invalid select,
.is-invalid textarea {
    border-color: var(--danger-color)
}

.is-invalid .form-control:focus~label,
.is-invalid .form-control:valid~label,
.is-invalid [type=color]:focus~label,
.is-invalid [type=color]:valid~label,
.is-invalid [type=date]:focus~label,
.is-invalid [type=date]:valid~label,
.is-invalid [type=datetime-local]:focus~label,
.is-invalid [type=datetime-local]:valid~label,
.is-invalid [type=datetime]:focus~label,
.is-invalid [type=datetime]:valid~label,
.is-invalid [type=email]:focus~label,
.is-invalid [type=email]:valid~label,
.is-invalid [type=month]:focus~label,
.is-invalid [type=month]:valid~label,
.is-invalid [type=number]:focus~label,
.is-invalid [type=number]:valid~label,
.is-invalid [type=password]:focus~label,
.is-invalid [type=password]:valid~label,
.is-invalid [type=search]:focus~label,
.is-invalid [type=search]:valid~label,
.is-invalid [type=tel]:focus~label,
.is-invalid [type=tel]:valid~label,
.is-invalid [type=text]:focus~label,
.is-invalid [type=text]:valid~label,
.is-invalid [type=time]:focus~label,
.is-invalid [type=time]:valid~label,
.is-invalid [type=url]:focus~label,
.is-invalid [type=url]:valid~label,
.is-invalid [type=week]:focus~label,
.is-invalid [type=week]:valid~label,
.is-invalid input:not([type]):focus~label,
.is-invalid input:not([type]):valid~label,
.is-invalid select:focus~label,
.is-invalid select:valid~label,
.is-invalid textarea:focus~label,
.is-invalid textarea:valid~label {
    color: var(--danger-color)
}

.is-invalid .form-control:focus~.border,
.is-invalid [type=color]:focus~.border,
.is-invalid [type=date]:focus~.border,
.is-invalid [type=datetime-local]:focus~.border,
.is-invalid [type=datetime]:focus~.border,
.is-invalid [type=email]:focus~.border,
.is-invalid [type=month]:focus~.border,
.is-invalid [type=number]:focus~.border,
.is-invalid [type=password]:focus~.border,
.is-invalid [type=search]:focus~.border,
.is-invalid [type=tel]:focus~.border,
.is-invalid [type=text]:focus~.border,
.is-invalid [type=time]:focus~.border,
.is-invalid [type=url]:focus~.border,
.is-invalid [type=week]:focus~.border,
.is-invalid input:not([type]):focus~.border,
.is-invalid select:focus~.border,
.is-invalid textarea:focus~.border {
    border-color: var(--danger-color)
}

.is-invalid .invalid-tooltip {
    color: var(--danger-color);
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin: 10px 0 0
}

.is-invalid .border {
    border-color: var(--danger-color)
}

.input-transparent .form-control,
.input-transparent [type=color],
.input-transparent [type=date],
.input-transparent [type=datetime-local],
.input-transparent [type=datetime],
.input-transparent [type=email],
.input-transparent [type=month],
.input-transparent [type=number],
.input-transparent [type=password],
.input-transparent [type=search],
.input-transparent [type=tel],
.input-transparent [type=text],
.input-transparent [type=time],
.input-transparent [type=url],
.input-transparent [type=week],
.input-transparent input:not([type]),
.input-transparent textarea {
    background-color: transparent;
    border-color: transparent
}

.form-switch .form-check-input {
    width: 44px;
    height: 22px;
    border-color: var(--gray-300);
    order: 1
}

.form-switch .form-check-input.active {
    filter: brightness(100%)
}

.form-switch .form-check-input:focus {
    border-color: var(--primary-500);
    outline: 0;
    box-shadow: none
}

.form-switch .form-check-input:checked {
    background-color: var(--primary-500);
    border-color: var(--primary-500)
}

.form-switch .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--primary-500);
    border-color: var(--primary-500)
}

.form-switch .form-check-label {
    order: 2
}

.form-switch .form-check-label,
.form-switch .label1 {
    color: var(--gray-300);
    font-size: 16px;
    line-height: 21px;
    margin-left: 7px
}

.form-switch .label1 {
    margin-right: 10px;
    order: 0;
    color: var(--gray-700)
}

.custom-switch .form-check,
.custom-switch .form-switch {
    display: flex
}

.custom-switch .form-check .form-check-input,
.custom-switch .form-switch .form-check-input {
    float: none;
    margin: 0
}

.custom-switch .form-check-input:checked~.form-check-label {
    color: var(--gray-700)
}

.custom-switch .form-check-input:checked~.label1 {
    color: var(--gray-300)
}

.from-chekbox-custom .form-check-input {
    height: 20px;
    width: 20px;
    border-color: var(--primary-200);
    border-radius: 3px;
    margin-right: 8px
}

.from-chekbox-custom .form-check-input:focus {
    box-shadow: none
}

.from-chekbox-custom .form-check-input:active {
    filter: brightness(100%);
    background: var(--primary-500);
    border-color: var(--primary-500)
}

.from-chekbox-custom label {
    vertical-align: middle;
    color: var(--gray-500)
}

.from-chekbox-custom input:checked+label {
    color: var(--gray-900)
}

.from-radio-custom .form-check-input {
    height: 22px;
    width: 22px;
    border-color: #c5c9d6;
    border-radius: 50%;
    margin-right: 8px;
    position: relative
}

.from-radio-custom .form-check-input::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: auto;
    background-color: var(--primary-500);
    content: "";
    opacity: 0;
    visibility: hidden
}

.from-radio-custom .form-check-input:checked {
    border-color: var(--primary-500);
    box-shadow: none;
    background: 0 0;
    background-image: none
}

.from-radio-custom .form-check-input:checked::after {
    opacity: 1;
    visibility: visible;
    animation: zoomIn .24s ease-in-out
}

.from-radio-custom .form-check-input:checked+label {
    font-weight: 500;
    color: var(--gray-900) !important
}

.card-element {
    padding: 14px !important;
    padding-left: 20px;
    padding-right: 20px
}

.sliderrange {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 60px;
    border: none;
    box-shadow: none;
    background: linear-gradient(90deg, #dadde5 60%, #dadde5 60%);
    transition: background-color .3s ease-in-out;
    outline: 0
}

.sliderrange:active,
.sliderrange:focus,
.sliderrange:hover {
    border: none;
    box-shadow: none
}

.sliderrange::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1.5px solid var(--primary-500);
    cursor: pointer
}

.sliderrange::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1.5px solid var(--primary-500);
    cursor: pointer
}

section.banner-section {
    background: rgba(241, 242, 244, .6)
}

.banner-content {
    padding-top: 100px
}

@media (max-width:1199.98px) {
    .banner-content {
        max-width: 727px;
        padding-top: 150px
    }
}

@media (max-width:767.98px) {
    .banner-content {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

.rt-banner-height {
    height: 920px
}

@media (max-width:1199.98px) {
    .rt-banner-height {
        height: auto
    }
}

.rt-banner-height2 {
    height: 992px
}

@media (max-width:1199.98px) {
    .rt-banner-height2 {
        height: auto
    }
}

.jobsearchBox {
    padding-left: 33px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 44, 109, .04);
    border: 1px solid var(--gray-100)
}

@media (max-width:767.98px) {
    .jobsearchBox {
        height: auto;
        padding: 12px
    }
}

.jobsearchBox button {
    height: 100%
}

@media (max-width:767.98px) {
    .jobsearchBox button {
        margin-top: 10px
    }
}

.jobsearchBox .form-control,
.jobsearchBox [type=color],
.jobsearchBox [type=date],
.jobsearchBox [type=datetime-local],
.jobsearchBox [type=datetime],
.jobsearchBox [type=email],
.jobsearchBox [type=month],
.jobsearchBox [type=number],
.jobsearchBox [type=password],
.jobsearchBox [type=search],
.jobsearchBox [type=tel],
.jobsearchBox [type=text],
.jobsearchBox [type=time],
.jobsearchBox [type=url],
.jobsearchBox [type=week],
.jobsearchBox input:not([type]),
.jobsearchBox textarea {
    color: var(--gray-400)
}

.jobsearchBox .form-control:focus,
.jobsearchBox .form-control:focus-visible,
.jobsearchBox [type=color]:focus,
.jobsearchBox [type=color]:focus-visible,
.jobsearchBox [type=date]:focus,
.jobsearchBox [type=date]:focus-visible,
.jobsearchBox [type=datetime-local]:focus,
.jobsearchBox [type=datetime-local]:focus-visible,
.jobsearchBox [type=datetime]:focus,
.jobsearchBox [type=datetime]:focus-visible,
.jobsearchBox [type=email]:focus,
.jobsearchBox [type=email]:focus-visible,
.jobsearchBox [type=month]:focus,
.jobsearchBox [type=month]:focus-visible,
.jobsearchBox [type=number]:focus,
.jobsearchBox [type=number]:focus-visible,
.jobsearchBox [type=password]:focus,
.jobsearchBox [type=password]:focus-visible,
.jobsearchBox [type=search]:focus,
.jobsearchBox [type=search]:focus-visible,
.jobsearchBox [type=tel]:focus,
.jobsearchBox [type=tel]:focus-visible,
.jobsearchBox [type=text]:focus,
.jobsearchBox [type=text]:focus-visible,
.jobsearchBox [type=time]:focus,
.jobsearchBox [type=time]:focus-visible,
.jobsearchBox [type=url]:focus,
.jobsearchBox [type=url]:focus-visible,
.jobsearchBox [type=week]:focus,
.jobsearchBox [type=week]:focus-visible,
.jobsearchBox input:not([type]):focus,
.jobsearchBox input:not([type]):focus-visible,
.jobsearchBox textarea:focus,
.jobsearchBox textarea:focus-visible {
    border-color: transparent !important
}

.jobsearchBox .fromGroup {
    margin-right: 20px;
    border-right: 1px solid #edeff5
}

.jobsearchBox .fromGroup:last-child {
    border: 0
}

.jobsearchBox .fromGroup.banner-select {
    padding-right: 10px
}

.jobsearchBox .fromGroup.banner-select.no-border {
    border: 0
}

.jobsearchBox .fromGroup.no-border {
    padding-right: 0 !important
}

.jobsearchBox .fromGroup.no-border::after {
    display: none
}

.jobsearchBox.with-advanced-filter {
    height: auto
}

@media (max-width:1199.98px) {
    .jobsearchBox.height-auto-xl {
        height: auto;
        padding: 15px
    }

    .jobsearchBox.height-auto-xl .fromGroup::after {
        display: none
    }
}

@media (max-width:991.98px) {
    .jobsearchBox.height-auto-lg {
        height: auto;
        padding: 15px
    }

    .jobsearchBox.height-auto-lg .fromGroup::after {
        display: none
    }
}

.jobsearchBox .left-content {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width:1199px) {
    .jobsearchBox .left-content {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .jobsearchBox .left-content {
        display: block
    }
}

.jobsearchBox .search-col {
    flex: 0 0 23.33%;
    max-width: 23.33%
}

.jobsearchBox .search-col:last-child {
    flex: 0 0 16%;
    max-width: 16%
}

@media (max-width:991px) {
    .jobsearchBox .search-col {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media (max-width:767px) {
    .jobsearchBox .search-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        border: 0
    }
}

.jobsearchBox .search-col-4 {
    flex: 0 0 30%;
    max-width: 30%
}

@media (max-width:1400px) {
    .jobsearchBox .search-col-4 {
        flex: 0 0 28%;
        max-width: 28%
    }
}

@media (max-width:991px) {
    .jobsearchBox .search-col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        border: 0
    }
}

.banner-quciks-links a {
    color: var(--gray-700);
    padding-right: 2px
}

.banner-quciks-links a:hover {
    color: var(--primary-500)
}

.banner-mockup {
    text-align: right
}

.banner-content2 {
    padding-left: 80px;
    padding-top: 242px
}

@media (max-width:1399.98px) {
    .banner-content2 {
        padding-left: 35px
    }
}

@media (max-width:1199.98px) {
    .banner-content2 {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

@media (max-width:991.98px) {
    .banner-content2 {
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px
    }
}

@media (max-width:767.98px) {
    .banner-content2 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.banner-content3 {
    padding-left: 80px;
    padding-top: 242px
}

@media (max-width:1399.98px) {
    .banner-content3 {
        padding-left: 35px
    }
}

@media (max-width:1199.98px) {
    .banner-content3 {
        padding-top: 150px
    }
}

@media (max-width:991.98px) {
    .banner-content3 {
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px
    }
}

@media (max-width:767.98px) {
    .banner-content3 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.banner-section {
    padding-top: 250px;
    padding-bottom: 110px
}

@media (max-width:991.98px) {
    .banner-section {
        padding-top: 180px;
        padding-bottom: 100px
    }
}

.home-five .mx-727 {
    max-width: 727px
}

.home-five .jobsearchBox {
    max-width: 745px
}

.tippy-box[data-theme~=light] {
    color: inherit;
    box-shadow: 0 0 15px 0 rgba(29, 86, 106, .16);
    background-color: #fff
}

.tippy-box[data-theme~=custom] {
    box-shadow: 0 0 10px 0 rgba(27, 55, 78, .26);
    background-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before {
    border-top-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before {
    border-left-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before {
    border-right-color: #fff
}

.tippy-box[data-theme~=light]>.tippy-backdrop {
    background-color: #fff
}

.tippy-box[data-theme~=light]>.tippy-svg-arrow {
    fill: #fff
}

.tippy-box[data-theme~="custom="][data-placement^=top]>.tippy-arrow:before {
    border-top-color: #fff
}

.tippy-box[data-theme~=custom][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: #fff
}

.tippy-box[data-theme~=custom][data-placement^=left]>.tippy-arrow:before {
    border-left-color: #fff
}

.tippy-box[data-theme~=custom][data-placement^=right]>.tippy-arrow:before {
    border-right-color: #fff
}

.tippy-box[data-theme~=custom]>.tippy-backdrop {
    background-color: #fff
}

.tippy-box[data-theme~=custom]>.tippy-svg-arrow {
    fill: #fff
}

.card {
    border-radius: 12px;
    border-color: #edeff5;
    background-color: var(--gray-10);
    box-shadow: 0 12px 48px rgba(0, 44, 109, 0);
    transition: all .24s ease-in-out
}

.card .card-body {
    padding: 32px
}

@media (max-width:991.98px) {
    .card .card-body {
        padding: 25px
    }
}

@media (max-width:575.98px) {
    .card .card-body {
        padding: 20px
    }

    .card .card-body .iconbox-extra .icon-button,
    .card .card-body .post-info .icon-button {
        width: 48px;
        height: 48px
    }
}

.card:hover {
    box-shadow: 0 12px 48px rgba(0, 44, 109, .1);
    border-color: var(--primary-500)
}

.card:hover .footer-content a {
    color: var(--primary-500);
    text-decoration: none
}

.card.body-24 .card-body {
    padding: 24px
}

.card.body-0 .card-body {
    padding: 0
}

@media (max-width:1199.98px) {
    .card.body-28-xl .card-body {
        padding: 28px
    }
}

.jobcardStyle1.gradient-bg {
    background: linear-gradient(90deg, #fff6e6 0, #fff 100%), #fff
}

.jobcardStyle1 .rt-single-icon-box .icon-thumb {
    margin-right: 16px
}

.jobcardStyle1 .rt-single-icon-box .icon-thumb .icon {
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: all .24s ease-in-out;
    background-color: #ea4c89;
    font-size: 25px;
    color: var(--gray-10)
}

.jobcardStyle1 .rt-single-icon-box .icon-thumb .icon.size-lg {
    width: 68px;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    transition: all .24s ease-in-out
}

.jobcardStyle1 .rt-single-icon-box .icon-thumb .profile-image {
    position: relative;
    overflow: hidden;
    width: 110px;
    height: 110px
}

@media (max-width:1199.98px) {
    .jobcardStyle1 .rt-single-icon-box .icon-thumb .profile-image {
        width: 90px;
        height: 90px
    }
}

@media (max-width:575.98px) {
    .jobcardStyle1 .rt-single-icon-box .icon-thumb .profile-image {
        width: 80px;
        height: 80px
    }
}

.jobcardStyle1 .rt-single-icon-box .iconbox-content .job-mini-title,
.jobcardStyle1 .rt-single-icon-box .iconbox-content .job-mini-title2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px;
    color: var(--gray-900)
}

.jobcardStyle1 .rt-single-icon-box .iconbox-content .job-mini-title a,
.jobcardStyle1 .rt-single-icon-box .iconbox-content .job-mini-title2 a {
    color: var(--gray-900)
}

.jobcardStyle1 .rt-single-icon-box .iconbox-content .job-mini-title2 {
    font-size: 24px
}

.jobcardStyle1 .rt-single-icon-box .iconbox-content .loacton {
    font-size: 14px;
    margin-right: 10px;
    display: inline-flex
}

.jobcardStyle1 .rt-single-icon-box .iconbox-content .loacton:last-child {
    margin-right: 0
}

.jobcardStyle1 .rt-single-icon-box .iconbox-content .loacton img,
.jobcardStyle1 .rt-single-icon-box .iconbox-content .loacton svg {
    margin-right: 8px;
    font-size: 16px
}

.jobcardStyle1 .rt-single-icon-box .iconbox-content .loacton i {
    font-size: 22px;
    margin-right: 8px
}

.jobcardStyle1 .rt-single-icon-box .iconbox-content .bottom-link span svg {
    height: 20px;
    width: 20px
}

.jobcardStyle1 .post-info {
    padding-top: 22px
}

.jobcardStyle1 .post-info .post-main-title,
.jobcardStyle1 .post-info .post-main-title2,
.jobcardStyle1 .post-info2 .post-main-title,
.jobcardStyle1 .post-info2 .post-main-title2 {
    font-size: 20px;
    line-height: 32px;
    color: #191f33;
    display: block;
    margin: 0 0 5px;
    font-weight: 500;
    transition: all .24s ease-in-out
}

.jobcardStyle1 .post-info .post-main-title a,
.jobcardStyle1 .post-info .post-main-title2 a,
.jobcardStyle1 .post-info2 .post-main-title a,
.jobcardStyle1 .post-info2 .post-main-title2 a {
    color: #191f33
}

.jobcardStyle1 .post-info .post-main-title a:hover,
.jobcardStyle1 .post-info .post-main-title2 a:hover,
.jobcardStyle1 .post-info2 .post-main-title a:hover,
.jobcardStyle1 .post-info2 .post-main-title2 a:hover {
    color: var(--primary-500)
}

.jobcardStyle1 .post-info .post-main-title2,
.jobcardStyle1 .post-info2 .post-main-title2 {
    font-size: 24px
}

@media (max-width:575px) {

    .jobcardStyle1 .post-info .post-main-title2,
    .jobcardStyle1 .post-info2 .post-main-title2 {
        font-size: 19px
    }
}

.jobcardStyle1 .post-info .info-tools,
.jobcardStyle1 .post-info2 .info-tools {
    display: inline-flex;
    padding-right: 10px;
    position: relative
}

@media (max-width:575px) {

    .jobcardStyle1 .post-info .info-tools,
    .jobcardStyle1 .post-info2 .info-tools {
        display: block
    }
}

.jobcardStyle1 .post-info .info-tools i,
.jobcardStyle1 .post-info2 .info-tools i {
    font-size: 22px;
    margin-right: 4.75px;
    color: var(--gray-200)
}

.jobcardStyle1 .post-info .info-tools svg,
.jobcardStyle1 .post-info2 .info-tools svg {
    margin-right: 4.75px
}

.jobcardStyle1 .post-info .info-tools.has-dot,
.jobcardStyle1 .post-info2 .info-tools.has-dot {
    padding-left: 10px
}

.jobcardStyle1 .post-info .info-tools.has-dot::after,
.jobcardStyle1 .post-info2 .info-tools.has-dot::after {
    position: absolute;
    content: "";
    left: -5px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: var(--gray-600);
    content: ""
}

.jobcardStyle1.iconxl-size .rt-single-icon-box .icon-thumb {
    height: 68px;
    width: 68px;
    margin-right: 20px;
    border-radius: 6px
}

.jobcardStyle1.iconxl-size .rt-single-icon-box .icon-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.jobcardStyle1.iconxs-size .rt-single-icon-box .icon-thumb {
    height: 56px;
    width: 56px;
    margin-right: 16px;
    border-radius: 4px
}

.jobcardStyle1.iconxs-size .rt-single-icon-box .icon-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.card.jobcardStyle1.saved-candidate {
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--gray-100)
}

.card.jobcardStyle1.saved-candidate .card-body {
    padding: 20px
}

.card.jobcardStyle1.saved-candidate .card-body .profile-image {
    width: 48px;
    height: 48px
}

.card.jobcardStyle1.saved-candidate .card-body .post-main-title {
    font-size: 16px;
    line-height: 1
}

.card.jobcardStyle1.saved-candidate:hover {
    border: 1px solid var(--primary-500)
}

.icon-extra-postion .iconbox-extra,
.newestjob_active .iconbox-extra {
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width:768px) {

    .icon-extra-postion .iconbox-extra,
    .newestjob_active .iconbox-extra {
        right: 10px;
        top: 20px
    }
}

.fv-card {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid var(--gray-100);
    border-radius: 0
}

.fv-card:hover {
    border: 1px solid var(--primary-500);
    border-radius: 12px
}

.catagory-area {
    box-shadow: inset 0 -1px 0 #e4e5e8
}

.popular-category-item {
    display: flex;
    padding: 24px;
    border-radius: 12px;
    align-items: center;
    transition: all .4s
}

.popular-category-item:hover {
    background: #fff;
    box-shadow: 0 12px 48px rgba(0, 44, 109, .1)
}

.popular-category-item:hover .popular-category-icon {
    background-color: var(--primary-500)
}

.popular-category-item:hover .popular-category-icon i {
    color: #fff
}

.popular-category-item:hover .popular-category-data h4 {
    color: var(--primary-500)
}

.popular-category-icon {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 16px;
    transition: all .4s;
    background-color: var(--primary-50)
}

.popular-category-icon i {
    font-size: 32px;
    color: var(--primary-500)
}

.popular-category-icon img {
    width: 60px;
    height: 60px;
   border-radius: 8px;
}

.popular-category-data h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--gray-900);
    margin-bottom: 8px;
    transition: all .4s
}

.popular-category-data p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: var(--gray-600)
}

.card-icon-animation .icon-thumb {
    overflow: hidden
}

.card-icon-animation:hover .icon-thumb i,
.card-icon-animation:hover .icon-thumb img {
    animation: iconamimation2 .5s forwards
}

.card-icon-animation2 .icon-thumb {
    overflow: hidden
}

.card-icon-animation2:hover .icon-thumb i,
.card-icon-animation2:hover .icon-thumb img {
    animation: iconamimation .5s forwards
}

@keyframes iconamimation {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes iconamimation2 {
    49% {
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

.most-popular-item {
    margin-bottom: 30px
}

.most-popular-item:last-child {
    margin-bottom: 0
}

.most-popular-item h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px
}

.most-popular-item h3 a {
    color: var(--gray-900);
    transition: all .4s
}

.most-popular-item h3 a:hover {
    color: var(--primary-500);
    text-decoration: underline
}

.most-popular-item p {
    font-size: 14px;
    color: var(--gray-500)
}

.top-company-slider .next-arrow,
.top-company-slider .prev-arrow {
    width: 48px;
    height: 48px;
    background-image: url(../images/svg/arrow-left.svg);
    background-color: var(--primary-50);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    position: absolute;
    top: -90px;
    right: 82px;
    z-index: 99;
    border: none
}

@media (max-width:575px) {

    .top-company-slider .next-arrow,
    .top-company-slider .prev-arrow {
        display: none !important
    }
}

.top-company-slider .next-arrow {
    right: 16px;
    background-image: url(../images/svg/arrow-right.svg)
}

.testimonals-box {
    padding: 24px;
    background-color: #fff;
    border-radius: 12px;
    min-height: 282px;
    position: relative
}

@media (max-width:1399.98px) {
    .testimonals-box {
        min-height: 350px
    }
}

@media (max-width:991.98px) {
    .testimonals-box {
        min-height: 282px
    }
}

@media (max-width:767px) {
    .testimonals-box {
        min-height: auto !important
    }
}

.testimonals-box .rt-single-icon-box {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px
}

.testimonals-box .rt-single-icon-box .userimage {
    height: 48px;
    width: 48px;
    border-radius: 50%
}

.testimonals-box .rt-single-icon-box .userimage img {
    object-fit: cover;
    border-radius: 50%;
    height: 100%
}

@media (max-width:767.98px) {
    .testimonals-box .rt-single-icon-box {
        position: unset;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px
    }
}

.p-12 {
    padding: 12px
}

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

@media (max-width:991.98px) {
    .testimonal-item {
        display: block
    }
}

.testimonal-item .left-img {
    flex-grow: 0 !important;
    flex-shrink: 0 !important
}

@media (max-width:991.98px) {
    .testimonal-item .left-img {
        margin-bottom: 24px
    }
}

.testimonal-item .left-img .img-box {
    width: 560px;
    height: 552px;
    position: relative;
    overflow: hidden;
    margin-right: 112px;
    background-color: var(--primary-500);
    border-radius: 12px
}

@media (max-width:1199.98px) {
    .testimonal-item .left-img .img-box {
        width: 380px;
        margin-right: 50px
    }
}

@media (max-width:991.98px) {
    .testimonal-item .left-img .img-box {
        height: 270px;
        width: 300px;
        margin-right: 0
    }
}

@media (max-width:575.98px) {
    .testimonal-item .left-img .img-box {
        width: 100%
    }
}

.testimonal-item .left-img .img-box img {
    border-radius: 12px
}

.testi-title {
    margin-left: auto;
    max-width: 682px;
    display: none
}

.t-overlay {
    background: var(--gray-20);
    position: absolute;
    left: 0;
    top: 198px;
    z-index: -1;
    width: 100%;
    height: 356px
}

@media (max-width:991.98px) {
    .t-overlay {
        height: calc(100% - 200px)
    }
}

.testimonal-item {
    position: relative
}

.testimonal-item .rt-single-icon-box .iconbox-content {
    border-left: 2px solid var(--primary-500);
    padding-left: 16px
}

.testimonials-area2 .carosle-button {
    margin-left: 52%;
    margin-top: -116px
}

@media (max-width:1199.98px) {
    .testimonials-area2 .carosle-button {
        margin-left: 45%
    }
}

@media (max-width:991.98px) {
    .testimonials-area2 .carosle-button {
        margin-top: 0;
        position: relative;
        top: -30px;
        margin-left: 0
    }
}

.testimonials-area2 .t-title {
    margin-left: 52%;
    left: 0;
    top: 100px;
    width: 100%;
    position: absolute
}

@media (max-width:1199.98px) {
    .testimonials-area2 .t-title {
        margin-left: 45%
    }
}

@media (max-width:991.98px) {
    .testimonials-area2 .t-title {
        position: static;
        margin-left: 0;
        margin-bottom: 35px
    }
}

.testimonail_active {
    margin: 0 50px
}

@media (max-width:1300px) {
    .testimonail_active {
        margin: 0
    }
}

.testimonail_active .next-arrow,
.testimonail_active .prev-arrow {
    width: 48px;
    height: 48px;
    background-image: url(../images/svg/arrow-left.svg);
    background-color: #fff;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    position: absolute;
    top: 42%;
    left: -110px;
    z-index: 99;
    border: none;
    transform: translateY(-50%)
}

@media (max-width:1300px) {

    .testimonail_active .next-arrow,
    .testimonail_active .prev-arrow {
        left: -30px
    }
}

@media (max-width:767px) {

    .testimonail_active .next-arrow,
    .testimonail_active .prev-arrow {
        display: none !important
    }
}

.testimonail_active .next-arrow {
    left: auto;
    right: -110px;
    background-image: url(../images/svg/arrow-right.svg)
}

@media (max-width:1300px) {
    .testimonail_active .next-arrow {
        right: -30px
    }
}

.single-price-table {
    padding: 32px;
    border: 1px solid #edeff5;
    border-radius: 12px;
    position: relative
}

.single-price-table .price-header {
    padding-bottom: 32px;
    border-bottom: 1px solid #edeff5;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative
}

.single-price-table .price-header sup {
    vertical-align: baseline
}

.single-price-table .price-header .badge {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:767.98px) {
    .single-price-table .price-header {
        text-align: center
    }
}

.single-price-table .price-body {
    padding: 32px 0 12px
}

.single-price-table .price-body ul li {
    margin-bottom: 20px;
    display: flex;
    column-gap: 12px;
    color: var(--gray-700);
    font-size: 14px
}

.single-price-table.active {
    border-color: var(--primary-500);
    box-shadow: 0 12px 20px rgba(0, 44, 109, .1)
}

.form-switch {
    padding-left: 0
}

.breadcrumb-menu {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.breadcrumb-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.breadcrumb-menu ul li {
    font-size: 14px;
    padding: 0 2px;
    display: inline-block
}

.breadcrumb-menu ul li a {
    color: var(--gray-500)
}

.breadcrumbs,
.breadcrumbs-two {
    padding: 160px 0 23px;
    background-color: var(--gray-20);
    transition: all .24s ease-in-out
}

@media (max-width:991px) {

    .breadcrumbs,
    .breadcrumbs-two {
        padding: 140px 0 23px
    }
}

.breadcrumbs .breadcrumb-title,
.breadcrumbs-two .breadcrumb-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: var(--gray-900)
}

.breadcrumbs .breadcrumb-item,
.breadcrumbs-two .breadcrumb-item {
    color: var(--gray-900)
}

.breadcrumbs .breadcrumb-item a,
.breadcrumbs-two .breadcrumb-item a {
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-500)
}

@media (max-width:1199.98px) {

    .breadcrumbs-two.style-two .jobsearchBox,
    .breadcrumbs.style-two .jobsearchBox {
        margin-top: 50px
    }
}

@media (max-width:991.98px) {

    .breadcrumbs-two.style-two .jobsearchBox,
    .breadcrumbs.style-two .jobsearchBox {
        margin: 0
    }
}

.breadcrumbs-two.style-two .jobsearchBox .top-content,
.breadcrumbs.style-two .jobsearchBox .top-content {
    height: 100%
}

.breadcrumb {
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .breadcrumbs .card .rt-single-icon-box {
        display: block
    }

    .breadcrumbs .card .rt-single-icon-box .iconbox-content {
        margin-bottom: 15px
    }
}

.ct-height {
    padding: 50px;
    border-radius: 12px
}

@media (max-width:767.98px) {
    .ct-height {
        padding: 20px
    }
}

.ctafullWidthBox {
    background-color: var(--primary-900);
    background-blend-mode: soft-light;
    padding: 80px 120px
}

@media (max-width:991.98px) {
    .ctafullWidthBox {
        padding: 50px
    }
}

@media (max-width:767.98px) {
    .ctafullWidthBox {
        padding: 50px 20px
    }
}

.ctafullWidthBox .f-szie-40 {
    font-size: 40px;
    font-weight: 500
}

@media (max-width:575.98px) {
    .ctafullWidthBox .f-szie-40 {
        font-size: 32px
    }
}

.ctafullWidthBox .btn {
    margin-right: 12px
}

.ctafullWidthBox .btn:last-child {
    margin-right: 0
}

@media (max-width:575.98px) {
    .ctafullWidthBox .btn {
        margin-bottom: 12px
    }
}

.rt-single-icon-box.working-progress {
    background: 0 0;
    border-radius: 12px;
    padding: 24px;
    z-index: 0
}

.rt-single-icon-box.working-progress .icon-72 {
    color: var(--primary-500);
    background-color: #fff;
    border-radius: 50%;
    z-index: 0
}

.rt-single-icon-box.working-progress:hover {
    background: var(--gray-10)
}

.rt-single-icon-box.working-progress:hover .icon-72 {
    color: var(--gray-10);
    background: var(--primary-500)
}

.has-arrow {
    position: absolute;
    right: -33%;
    z-index: 5;
    top: 0
}

.has-arrow.middle {
    top: 33%;
    transform: translateY(-33%)
}

@media (max-width:991.98px) {
    .has-arrow.middle {
        display: none
    }
}

@media (max-width:575.98px) {
    .has-arrow {
        display: none
    }
}

.pagination {
    margin-bottom: 0
}

.page-item {
    margin-right: 13px
}

.page-item:last-child {
    margin-right: 0
}

.page-item .page-link {
    height: 48px;
    width: 48px;
    background-color: transparent;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
    color: var(--gray-600);
    text-align: center
}

@media (max-width:575.98px) {
    .page-item .page-link {
        height: 35px;
        width: 35px
    }
}

.page-item .page-link:focus {
    box-shadow: none;
    outline: 0
}

.page-item .page-link:hover {
    background-color: var(--gray-50);
    font-weight: 500;
    color: var(--gray-900)
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
    font-size: 24px;
    color: var(--primary-200)
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background: var(--primary-50);
    color: var(--primary-500)
}

.page-item.active .page-link {
    background-color: var(--primary-500);
    color: #fff;
    font-weight: 500
}

.j-modal-dialog {
    max-width: 1320px
}

.modal-dialog {
    max-width: 936px
}

.modal-dialog .modal-header {
    padding: 12px
}

@media (min-width:575px) {
    .modal-dialog .modal-header {
        padding: 26px 32px
    }
}

.modal-dialog .modal-body {
    padding: 0
}

@media (min-width:575px) {
    .modal-dialog .modal-body {
        padding: 32px
    }
}

.modal-dialog .modal-body .title {
    font-size: 16px;
    line-height: 1.5
}

.modal-dialog .card-element .card-number {
    width: 70%
}

.modal-dialog .card-element .card-expire {
    width: 20%
}

.modal-dialog .card-element .card-cvc {
    width: 10%
}

.modal-dialog .card-element .card-cvc input,
.modal-dialog .card-element .card-expire input,
.modal-dialog .card-element .card-number input {
    border: none;
    padding: 0;
    height: fit-content;
    display: inline-block
}

.counter-area {
    padding-bottom: 70px;
    background: rgba(241, 242, 244, .6)
}

.card.counterbox {
    border-color: transparent
}

.card.counterbox .card-body {
    padding: 20px
}

.card.counterbox .card-body .icon-72 {
    background-color: var(--primary-50);
    color: var(--primary-500)
}

.card.counterbox:hover {
    box-shadow: 0 12px 48px rgba(0, 44, 109, .1)
}

.card.counterbox:hover .icon-72 {
    background-color: var(--primary-500);
    color: var(--primary-50)
}

.card.counterbox2 {
    border-color: transparent;
    background-color: transparent
}

.card.counterbox2 .card-body {
    padding: 0
}

.card.counterbox2 .card-body .icon-72 {
    background-color: var(--primary-50);
    color: var(--primary-500)
}

.card.counterbox2:hover {
    box-shadow: none
}

.card.counterbox3 {
    border-color: transparent;
    background: 0 0
}

.card.counterbox3 .card-body {
    padding: 0
}

.card.counterbox3 .card-body .icon-thumb {
    color: var(--primary-500);
    font-size: 48px;
    margin-right: 24px
}

.card.counterbox3:hover {
    box-shadow: none
}

.card.counterbox4 {
    background: 0 0 !important;
    border-color: transparent
}

.card.counterbox4 .card-body {
    padding: 0
}

.card.counterbox4 .card-body .icon-thumb {
    margin-right: 0;
    margin-bottom: 24px
}

.card.counterbox4 .card-body .icon-64 {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.card.counterbox4 .card-body .iconbox-content span:nth-child(1) {
    color: #fff
}

.card.counterbox4 .card-body .iconbox-content span:nth-child(2) {
    color: rgba(255, 255, 255, .7)
}

.cadidate-dashboard-tabs .nav {
    border-bottom: 1px solid var(--gray-100)
}

.cadidate-dashboard-tabs .nav-pills .nav-link {
    font-weight: 600;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: var(--gray-500);
    position: relative
}

.cadidate-dashboard-tabs .nav-pills .nav-link svg {
    margin-right: 7px
}

.cadidate-dashboard-tabs .nav-pills .nav-link path {
    stroke: var(--gray-500)
}

.cadidate-dashboard-tabs .nav-pills .nav-link.active,
.cadidate-dashboard-tabs .nav-pills .nav-link:hover {
    color: var(--primary-500);
    background-color: transparent !important
}

.cadidate-dashboard-tabs .nav-pills .nav-link.active path,
.cadidate-dashboard-tabs .nav-pills .nav-link:hover path {
    stroke: var(--primary-500)
}

.cadidate-dashboard-tabs .nav-pills .nav-link.active:before,
.cadidate-dashboard-tabs .nav-pills .nav-link:hover:before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: all .4s;
    position: absolute;
    background-color: var(--primary-500)
}

#pricemodal .nav {
    border-bottom: none
}

#pricemodal .nav .nav-link {
    padding: 4px 8px;
    margin-right: 4px;
    border-radius: 0;
    color: #767f8c
}

@media (min-width:575px) {
    #pricemodal .nav .nav-link {
        padding: 12px 20px
    }
}

#pricemodal .nav .nav-link:hover {
    box-shadow: inset 0 -2px 0 var(--primary-500)
}

#pricemodal .nav .active {
    color: var(--primary-500);
    background-color: transparent !important;
    box-shadow: inset 0 -2px 0 var(--primary-500)
}

.paypal-wrap .from-radio-custom .form-check-input {
    height: 12px;
    width: 12px;
    margin-right: 0
}

@media (min-width:575px) {
    .paypal-wrap .from-radio-custom .form-check-input {
        width: 22px;
        height: 22px
    }
}

.paypal-wrap .label-radio {
    padding: 8px;
    border-radius: 4px !important
}

@media (min-width:575px) {
    .paypal-wrap .label-radio {
        padding: 20px
    }
}

.paypal-wrap .d-flex {
    gap: 8px
}

@media (min-width:575px) {
    .paypal-wrap .d-flex {
        gap: 16px
    }
}

.paypal-wrap img {
    width: 12px;
    height: 12px
}

@media (min-width:575px) {
    .paypal-wrap img {
        width: 36px;
        height: 36px
    }
}

.paypal-wrap .card-info h4 {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
    color: #767f8c
}

@media (min-width:575px) {
    .paypal-wrap .card-info h4 {
        font-size: 10px
    }
}

.paypal-wrap .card-info h2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.43;
    color: #18191c
}

@media (min-width:575px) {
    .paypal-wrap .card-info h2 {
        font-size: 14px
    }
}

.paypal-wrap label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #18191c
}

.paypal-wrap .card-element,
.paypal-wrap input {
    border: 1px solid var(--gray-100)
}

.carosle-button .btn,
.carosle-button button {
    height: 48px;
    width: 48px;
    text-align: center;
    padding: 0;
    margin-right: 10px
}

.carosle-button .btn:last-child,
.carosle-button button:last-child {
    margin-right: 0
}

.brand-active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.single-brand {
    margin: 20px
}

@media (max-width:575.98px) {
    .single-brand {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
        margin-bottom: 24px
    }
}

.single-brand img {
    transition: all .24s ease-in-out
}

.single-brand:hover img {
    filter: grayscale(100%)
}

.filter-list {
    display: flex
}

@media (max-width:767.98px) {
    .filter-list {
        flex-wrap: wrap
    }
}

.filter-list li {
    display: inline-flex;
    color: var(--gray-500);
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
    position: relative;
    z-index: 1;
    box-shadow: inset 0 -2px 0 transparent;
    cursor: pointer
}

.filter-list li:last-child {
    padding-right: 0
}

.filter-list li.active {
    border-bottom: 2px solid #06f
}

.mx-536 {
    max-width: 536px
}

.about-g-0 {
    padding: 0
}

@media (max-width:991.98px) {
    .about-g-0 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.about-box {
    padding: 80px 80px 56px 80px
}

@media (max-width:991.98px) {
    .about-box {
        padding: 35px
    }
}

.abt-inner-conent {
    padding-left: 70px
}

@media (max-width:1199.98px) {
    .abt-inner-conent {
        padding-left: 0
    }
}

.img-minus-1 {
    margin-top: -70px
}

.menu-icon.gray-10 span {
    background: var(--gray-900)
}

.height-362 {
    height: 362px
}

.snd {
    display: none
}

.mnth-m {
    display: none
}

.price-toggole .fst {
    display: none
}

.price-toggole .snd {
    display: inline-block
}

.price-toggole .mnth-y {
    display: none
}

.price-toggole .mnth-m {
    display: inline-block
}

.rt-error-left div {
    max-width: 408px
}

.comming-soon-height {
    height: 100vh
}

@media (max-width:1199.98px) {
    .comming-soon-height {
        height: auto;
        padding-top: 120px
    }
}

@media (max-width:991.98px) {
    .comming-soon-height {
        padding-top: 70px
    }
}

@media (max-width:575.98px) {
    .comming-soon-height {
        padding-top: 50px
    }
}

.fixed-footer-comming-soon {
    margin-bottom: 30px
}

@media (max-width:1199.98px) {
    .fixed-footer-comming-soon.fixed-bottom {
        position: static !important;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:575.98px) {
    .fixed-footer-comming-soon.fixed-bottom {
        padding-top: 0
    }
}

.terms-table {
    padding-left: 24px;
    background: #fff;
    box-shadow: inset 1px 0 0 #edeff5;
    position: sticky;
    top: 0
}

@media (max-width:991.98px) {
    .terms-table {
        box-shadow: none
    }
}

.pl30 {
    padding-right: 45px
}

@media (max-width:991.98px) {
    .pl30 {
        padding-right: 30px
    }
}

@media (max-width:575.98px) {
    .pl30 {
        padding-right: 0
    }
}

.auth-box {
    box-shadow: 0 12px 120px rgba(0, 29, 73, .08);
    border-radius: 20px;
    border: 1px solid #edeff5;
    padding: 50px
}

@media (max-width:991.98px) {
    .auth-box {
        padding: 30px
    }
}

@media (max-width:575.98px) {
    .auth-box {
        padding: 20px
    }
}

.full-height {
    height: 100vh
}

@media (max-width:1399.98px) {
    .full-height {
        height: auto;
        padding-top: 75px;
        padding-bottom: 35px
    }
}

@media (max-width:991.98px) {
    .full-height {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width:575.98px) {
    .full-height {
        padding-top: 0
    }
}

@media (max-width:991.98px) {
    .site-header.rt-fixed-top.auth-header {
        position: static
    }
}

.auth-right-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 89;
    width: 50%
}

@media (max-width:1199.98px) {
    .auth-right-sidebar {
        width: 47%
    }
}

@media (max-width:991.98px) {
    .auth-right-sidebar {
        width: 100%;
        position: static;
        height: auto
    }
}

.auth-right-sidebar .sidebar-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media (max-width:991.98px) {
    .auth-right-sidebar .sidebar-bg {
        position: static
    }
}

.sidebar-content {
    max-width: 700px;
    padding-left: 138px;
    padding-bottom: 112px
}

@media (max-width:1199.98px) {
    .sidebar-content {
        padding-left: 70px
    }
}

@media (max-width:991.98px) {
    .sidebar-content {
        padding-top: 112px
    }
}

@media (max-width:575.98px) {
    .sidebar-content {
        padding-left: 30px
    }
}

.contact-auth-box {
    background: #fff;
    border: 1px solid #edeff5;
    box-sizing: border-box;
    box-shadow: 0 12px 120px rgba(0, 29, 73, .08);
    border-radius: 12px;
    padding: 48px
}

@media (max-width:767.98px) {
    .contact-auth-box {
        padding: 30px
    }
}

@media (max-width:575.98px) {
    .contact-auth-box {
        padding: 20px
    }
}

.contact-auth-box .tarea-dafault textarea {
    overflow: hidden;
    resize: none;
    overflow: auto;
    height: 120px
}

.login-illustration {
    padding-top: 319px;
    padding-bottom: 219px
}

@media (max-width:1600px) {
    .login-illustration {
        padding-top: 150px;
        padding-bottom: 100px
    }
}

@media (max-width:991.98px) {
    .login-illustration {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .login-illustration {
        padding-bottom: 50px;
        padding-top: 0
    }
}

.auth-padding {
    font-size: 14px;
    padding: 11px 24px;
    font-weight: 400;
    color: var(--gray-700)
}

.auth-padding svg {
    margin-right: 8px
}

.auth-header .brand-logo {
    margin-left: 10px
}

.auth-dropdown .select2-container--default .select2-selection--single {
    border-radius: 6px;
    border: 1px solid var(--gray-100)
}

.auth-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #464d61
}

.about-counter .icon-thumb .icon-72 {
    width: 76px;
    height: 76px
}

.about-feature-img {
    border-radius: 12px;
    overflow: hidden
}

.about-feature-img .img-left {
    margin-left: -58px
}

.about-feature-img .img-right {
    margin-right: -58px
}

.about-feature-img .height-636 {
    height: 636px
}

@media (max-width:991.98px) {
    .about-feature-img .height-636 {
        height: 305px
    }
}

.about-feature-img .height-312 {
    height: 305px
}

.mx-646 {
    max-width: 646px
}

.comments-list {
    list-style: none
}

.comments-list .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--gray-900)
}

.comments-list li {
    border-bottom: none;
    margin-bottom: 24px;
    padding-bottom: 0
}

.comments-list li ul {
    list-style: none;
    margin-top: 24px;
    border-left: 1px solid var(--gray-100)
}

.comments-list li ul li {
    margin-bottom: 24px
}

.comments-list li ul li ul {
    list-style: none;
    margin-top: 24px;
    border-left: 1px solid var(--gray-100)
}

.comments-list .reply-btn button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: 0 0;
    border: none;
    padding: 0
}

.comments-list .reply-btn button span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-500)
}

.comments-list .reply-field {
    gap: 16px
}

.comments-list .reply-field .text-field {
    padding: 24px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray-400)
}

.comments-list .reply-field .comment-field {
    gap: 16px
}

.comments-list .reply-field .btn {
    padding: 12px 24px;
    border-radius: 3px;
    overflow: visible
}

.dashboard-right-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.d-sidebar {
    height: 100%;
    padding-top: 24px;
    background-color: #fff;
    border-right: 1px solid var(--gray-50)
}

.d-sidebar h3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    color: var(--gray-400)
}

.d-sidebar .sidebar-footer {
    margin-top: 180px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.d-sidebar .sidebar-footer::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 70px);
    width: 100%;
    background-color: var(--gray-20);
    z-index: -1;
    content: ""
}

@media (max-width:991.98px) {
    .d-sidebar .sidebar-footer {
        margin-top: 50px
    }
}

@media (max-width:767.98px) {
    .d-sidebar .sidebar-footer {
        display: none
    }
}

@media (max-width:991.98px) {
    .d-sidebar {
        width: 270px;
        top: 95px;
        padding: 15px;
        opacity: 0;
        transition: all .4s ease;
        position: absolute;
        z-index: 999;
        left: -250px
    }
}

.d-sidebar.acitve {
    opacity: 1;
    left: 0
}

.d-page-content {
    padding-left: 48px;
    padding-top: 48px;
    padding-right: 48px;
    margin-left: 312px;
    margin-top: 100px
}

@media (max-width:1199.98px) {
    .d-page-content {
        margin-left: 0
    }
}

@media (max-width:767.98px) {
    .d-page-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px
    }
}

.d-page-content.acitve {
    margin-left: 312px
}

@media (max-width:991.98px) {
    .d-page-content.acitve {
        margin-left: 250px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:767.98px) {
    .d-page-content.acitve {
        margin-left: 0;
        margin-top: 400px
    }
}

@media (max-width:991.98px) {
    .d-page-content.acitve .custom-clmn {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

@media (max-width:1199.98px) {
    .d-page-content.acitve .custom-clmn2 {
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
}

@media (max-width:991.98px) {
    .d-page-content.acitve .custom-clmn2 {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

.min-200 {
    min-width: 200px
}

.sidebar-menu li {
    display: block
}

.sidebar-menu li:last-child {
    margin-bottom: 0
}

.sidebar-menu li a {
    padding: 8px 20px;
    display: block;
    color: var(--gray-500);
    line-height: 24px;
    font-weight: 500;
    border-left: 3px solid #fff
}

.sidebar-menu li a .button-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px
}

.sidebar-menu li a .button-content-wrapper .button-icon {
    order: 5;
    flex-grow: 0;
    font-size: 24px;
    margin-right: 15px
}

.sidebar-menu li a .button-content-wrapper .button-icon.align-icon-right {
    order: 15;
    margin-left: 19px;
    margin-right: 0
}

.sidebar-menu li a .button-content-wrapper .button-text {
    flex-grow: 1;
    order: 10
}

.sidebar-menu li a.active {
    background: var(--primary-50);
    color: var(--primary-500);
    border-left: 3px solid var(--primary-500)
}

.sidebar-menu li a.active:hover {
    color: var(--primary-500)
}

.sidebar-menu li a:hover {
    background: #f1f2f4;
    color: var(--gray-900);
    border-left: 3px solid #f1f2f4
}

.sidebar-menu li a:hover:hover {
    color: var(--gray-900)
}

.dashboard-input .form-control,
.dashboard-input [type=color],
.dashboard-input [type=date],
.dashboard-input [type=datetime-local],
.dashboard-input [type=datetime],
.dashboard-input [type=email],
.dashboard-input [type=month],
.dashboard-input [type=number],
.dashboard-input [type=password],
.dashboard-input [type=search],
.dashboard-input [type=tel],
.dashboard-input [type=text],
.dashboard-input [type=time],
.dashboard-input [type=url],
.dashboard-input [type=week],
.dashboard-input input:not([type]),
.dashboard-input textarea {
    height: 56px
}

.dashboard-input .select2-container--default .select2-selection--single {
    height: 56px
}

.dashboard-input .has-icon .select2-container .select2-selection--single .select2-selection__rendered,
.dashboard-input .has-icon2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 56px
}

.dashboard-input .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 56px
}

@media (max-width:1600px) {
    .top-feature-content {
        flex-direction: column
    }
}

.top-feature-content .left-text {
    max-width: 380px
}

@media (max-width:1600px) {
    .top-feature-content .left-text {
        margin-bottom: 32px
    }
}

.top-feature-content .single-feature-box {
    width: 232px;
    margin-right: 24px;
    flex-grow: 1
}

@media (max-width:991.98px) {
    .top-feature-content .single-feature-box {
        margin-bottom: 24px
    }
}

@media (max-width:575.98px) {
    .top-feature-content .single-feature-box {
        width: 100%;
        margin-right: 0
    }
}

.top-feature-content .single-feature-box:last-child {
    margin-right: 0
}

.top-feature-content .single-feature-box .rt-single-icon-box {
    padding: 20px
}

@media (max-width:1199.98px) {
    .db-job-card-table {
        overflow-x: scroll
    }
}

.db-job-card-table table {
    width: 100%
}

.db-job-card-table table thead tr th {
    font-weight: 400;
    font-size: 12px;
    padding: 10px 20px;
    white-space: nowrap;
    color: var(--gray-700);
    background-color: var(--gray-50)
}

.db-job-card-table table thead tr th:first-child {
    border-radius: 4px 0 0 4px
}

.db-job-card-table table thead tr th:last-child {
    padding-left: 52px;
    border-radius: 0 4px 4px 0
}

.db-job-card-table table tbody tr {
    transition: all .4s;
    border: 1px solid transparent;
    box-shadow: 0 1px 0 0 var(--gray-100)
}

.db-job-card-table table tbody tr:last-child {
    box-shadow: none
}

.db-job-card-table table tbody tr:hover .btn {
    color: #fff !important;
    background-color: var(--primary-500) !important
}

.db-job-card-table table tbody tr:hover .btn-icon {
    background-color: var(--gray-50) !important
}

.db-job-card-table table tbody tr:hover {
    box-shadow: 0 0 0 1px var(--primary-500), 0 12px 48px rgba(0, 44, 109, .1)
}

.db-job-card-table table tbody tr td {
    padding: 20px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    color: var(--gray-600)
}

.db-job-card-table table tbody tr td:first-child {
    border-radius: 8px 0 0 8px
}

.db-job-card-table table tbody tr td:last-child {
    border-radius: 0 8px 8px 0
}

.db-job-card-table table tbody tr td .rt-single-icon-box .icon-thumb {
    width: 56px;
    height: 56px;
    margin-right: 16px
}

.candidate_card_lists {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.candidate_card_lists>* {
    padding-left: 8px;
    padding-right: 8px
}

.candidate_card_lists li {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 16px
}

@media (max-width:1600px) {
    .candidate_card_lists li {
        width: 100%
    }
}

ul.recent-activity li {
    padding: 18px 24px;
    margin-left: -24px;
    margin-right: -24px;
    transition: all .24s ease-in-out
}

ul.recent-activity li .icon-thumb {
    font-size: 24px;
    background: var(--gray-20);
    height: 52px;
    width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    transition: all .24s ease-in-out;
    justify-content: center
}

ul.recent-activity li:hover {
    background: var(--gray-20)
}

ul.recent-activity li:hover .icon-thumb {
    background: var(--gray-10)
}

.browse_logo .cocmpany-img {
    height: 144px;
    width: 144px;
    overflow: hidden;
    border-radius: 8px;
    position: relative
}

.browse_logo .cocmpany-img img {
    border-radius: 8px
}

@media (max-width:1600px) {
    .browse_logo.rt-single-icon-box {
        flex-direction: column
    }

    .browse_logo.rt-single-icon-box .icon-thumb {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.cover_photo .cover-img {
    position: relative;
    height: 144px;
    border-radius: 8px
}

.cover_photo .cover-img img {
    object-fit: cover
}

@media (max-width:1600px) {
    .cover_photo.rt-single-icon-box {
        flex-direction: column
    }

    .cover_photo.rt-single-icon-box .icon-thumb {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.dashboard-settings-form .form-control,
.dashboard-settings-form [type=color],
.dashboard-settings-form [type=date],
.dashboard-settings-form [type=datetime-local],
.dashboard-settings-form [type=datetime],
.dashboard-settings-form [type=email],
.dashboard-settings-form [type=month],
.dashboard-settings-form [type=number],
.dashboard-settings-form [type=password],
.dashboard-settings-form [type=search],
.dashboard-settings-form [type=tel],
.dashboard-settings-form [type=text],
.dashboard-settings-form [type=time],
.dashboard-settings-form [type=url],
.dashboard-settings-form [type=week],
.dashboard-settings-form input:not([type]),
.dashboard-settings-form textarea {
    color: var(--gray-700)
}

.dashboard-settings-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--gray-700)
}

.dashboard-settings-form input[type=date]::-webkit-inner-spin-button {
    opacity: 0
}

.dashboard-settings-form input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0
}

.dashboard-settings-form input[type=date]::-webkit-calendar-picker-indicator:hover {
    opacity: 0
}

.dashboard-settings-form .form-check-input:checked~.form-check-label {
    color: var(--primary-500)
}

.spacer-style-dashboard {
    padding: 0;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: -48px;
    margin-right: -48px
}

@media (max-width:575.98px) {
    .spacer-style-dashboard {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }
}

.spacer-style-dashboard2 {
    padding: 0;
    margin-top: 32px;
    margin-bottom: 32px
}

.modal-xxl {
    max-width: 1320px
}

.label-radio {
    display: block;
    padding: 20px;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.label-radio .border {
    border-color: var(--gray-50);
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 100%;
    transition: all .24s ease-in-out
}

.label-radio .form-check-input:checked~.border {
    border-color: var(--primary-500) !important
}

.custom-clmn,
.custom-clmn2 {
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width:1600px) {

    .custom-clmn,
    .custom-clmn2 {
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
}

@media (max-width:1399.98px) {

    .custom-clmn,
    .custom-clmn2 {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width:991.98px) {

    .custom-clmn,
    .custom-clmn2 {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width:575.98px) {

    .custom-clmn,
    .custom-clmn2 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (max-width:575.98px) {

    .custom-clmn .rt-single-icon-box .icon-thumb,
    .custom-clmn2 .rt-single-icon-box .icon-thumb {
        margin-bottom: 20px
    }
}

.sidebar-open-nav {
    font-size: 27px;
    height: 40px;
    width: 40px;
    line-height: 48px;
    background-color: var(--primary-100);
    color: var(--primary-500);
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    display: none
}

@media (max-width:991.98px) {
    .sidebar-open-nav {
        display: block
    }
}

.action-list {
    display: flex;
    align-items: center
}

@media (max-width:1199.98px) {
    .action-list {
        flex-direction: column
    }
}

@media (max-width:991.98px) {
    .action-list {
        margin-top: 15px
    }
}

.action-list>.body-font-3,
.action-list>div.text {
    min-width: 161px;
    margin-right: 40px
}

@media (max-width:1600px) {

    .action-list>.body-font-3,
    .action-list>div.text {
        min-width: auto;
        margin-right: 20px
    }
}

@media (max-width:1199.98px) {

    .action-list>.body-font-3,
    .action-list>div.text {
        margin-bottom: 10px;
        margin-right: 0
    }

    .action-list>.body-font-3:last-child,
    .action-list>div.text:last-child {
        margin-bottom: 0
    }
}

.arrow_box {
    background: #191f34;
    border: #191f34;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    min-width: 135px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    position: relative
}

.hover-pin:hover {
    border-color: #ca2127 !important
}

.hover-tw:hover {
    border-color: #1da1f2 !important
}

.hover-fb:hover {
    border-color: #06f !important
}

.extra-css .iconbox-extra {
    position: static !important;
    margin: 0
}

.dashboard-right {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 30px
}

@media (max-width:991.98px) {
    .dashboard-right {
        display: block;
        padding: 0;
        padding-bottom: 30px
    }
}

.left-text {
    margin-bottom: 24px
}

.left-text h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: var(--gray-900)
}

.left-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-900)
}

.col-xl-4.col-lg-6.col-md-6:nth-child(1) .single-feature-icon i {
    color: var(--primary-500)
}

.col-xl-4.col-lg-6.col-md-6:nth-child(2) .single-feature-box {
    background-color: var(--warning-50)
}

.col-xl-4.col-lg-6.col-md-6:nth-child(2) .single-feature-icon i {
    color: var(--warning-500)
}

.col-xl-4.col-lg-6.col-md-6:nth-child(3) .single-feature-box {
    background-color: var(--success-50)
}

.col-xl-4.col-lg-6.col-md-6:nth-child(3) .single-feature-icon i {
    color: var(--success-500)
}

.single-feature-box {
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 24px;
    justify-content: space-between;
    background-color: var(--primary-50)
}

.single-feature-data h6 {
    font-weight: 600;
    margin-bottom: 4px
}

.single-feature-data p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #18191c;
    opacity: .8;
    margin: 0
}

.single-feature-icon {
    width: 64px;
    height: 64px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.single-feature-icon i {
    font-size: 32px
}

.dashboaed-profile-wrap {
    padding: 32px;
    border-radius: 8px;
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--danger-500)
}

@media (max-width:767px) {
    .dashboaed-profile-wrap {
        display: block;
        text-align: center
    }
}

.dashboaed-profile-left {
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .dashboaed-profile-left {
        display: block
    }
}

.dashboaed-profile-thumb {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 24px
}

@media (max-width:767px) {
    .dashboaed-profile-thumb {
        margin: 0 auto 20px
    }
}

.dashboaed-profile-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:767px) {
    .dashboaed-profile-data {
        margin-bottom: 20px
    }
}

.dashboaed-profile-data h6 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 8px
}

.dashboaed-profile-data p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #fff
}

.company-dashboard-dropdown {
    background: #fff;
    border: 1px solid #e9eaed;
    box-sizing: border-box;
    box-shadow: 0 12px 32px rgba(24, 25, 28, .08);
    border-radius: 6px;
    padding: 12px 0;
    width: 216px
}

.company-dashboard-dropdown .dropdown-item {
    color: var(--gray-600);
    font-size: 14px;
    padding: 8px 15px !important;
    transition: all .4s
}

.company-dashboard-dropdown .dropdown-item:hover {
    color: var(--primary-500);
    background-color: var(--primary-50)
}

.company-dashboard-dropdown .dropdown-item svg {
    margin-right: 5px
}

.company-dashboard-dropdown .dropdown-item svg path {
    stroke: var(--gray-600)
}

.company-dashboard-dropdown .dropdown-item:hover path {
    stroke: var(--primary-500)
}

.company-dashboard-dropdown li:last-child .dropdown-item:hover {
    color: var(--danger-500)
}

.company-dashboard-dropdown li:last-child .dropdown-item:hover path {
    stroke: var(--danger-500)
}

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

@media (max-width:575px) {
    .header-dropdown {
        display: block
    }
}

.header-dropdown h4 {
    width: 140px
}

.usd {
    width: 66px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: rgba(241, 242, 244, .7);
    position: absolute;
    top: 0;
    right: 0;
    color: var(--gray-600);
    border-radius: 6px 0 0 6px
}

#msform fieldset:not(:first-of-type) {
    display: none
}

.account-progress-wrap {
    max-width: 984px;
    margin: 0 auto;
    padding-bottom: 100px
}

.progress {
    height: 8px;
    width: 312px;
    background-color: var(--primary-50)
}

@media (max-width:767px) {
    .progress {
        width: 100%
    }
}

.progress-bar {
    background-color: var(--primary-500)
}

.hide-menu {
    display: none
}

.account-setup-header .main-header {
    box-shadow: none
}

@media (max-width:767px) {
    .progress-wrap {
        margin-top: 30px
    }
}

.account-successfull-wrap {
    text-align: center;
    max-width: 872px;
    margin: 0 auto;
    padding: 130px 0
}

@media (max-width:1199px) {
    .account-successfull-wrap {
        padding: 30px 0 0
    }
}

.account-successfull-icon {
    width: 126px;
    height: 126px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    margin: 0 auto 30px;
    justify-content: center;
    background-color: var(--primary-50)
}

@media (max-width:767px) {
    .account-successfull-icon {
        width: 100px;
        height: 100px
    }
}

.account-successfull-data h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    color: var(--gray-900)
}

.account-successfull-data p {
    margin-bottom: 32px;
    color: var(--gray-600);
    padding: 0 30px
}

.dashboard-right .plan-card {
    background: #fff;
    border: 1px solid #e4e5e8;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px
}

.dashboard-right .plan-card .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #18191c;
    margin-bottom: 20px
}

.dashboard-right .plan-card .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25;
    color: #18191c;
    margin-bottom: 12px
}

.dashboard-right .plan-card .short-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #767f8c;
    margin-bottom: 32px
}

.dashboard-right .plan-card .btn-group {
    display: flex;
    gap: 12px
}

.dashboard-right .plan-card .btn-group .btn-primary {
    background: #f1f2f4;
    border: none;
    border-radius: 3px;
    color: var(--primary-500);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize
}

.dashboard-right .plan-card .btn-group .btn-primary:hover {
    background: 0 0;
    border-radius: 3px;
    color: #767f8c
}

.dashboard-right .invoice-card {
    background: #fff;
    border: 1px solid #e4e5e8;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .dashboard-right .invoice-card {
        margin-bottom: 0
    }
}

.dashboard-right .invoice-card .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #18191c;
    margin-bottom: 20px
}

.dashboard-right .invoice-card .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25;
    color: var(--primary-500);
    margin-bottom: 12px
}

.dashboard-right .invoice-card .invoice-info {
    margin-bottom: 20px
}

.dashboard-right .invoice-card .invoice-info .current-date {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #18191c;
    margin-bottom: 4px
}

.dashboard-right .invoice-card .invoice-info .started-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #767f8c;
    margin-bottom: 8px
}

.dashboard-right .invoice-card .invoice-info .started-date span {
    color: #18191c
}

.dashboard-right .invoice-card .invoice-info .text {
    margin-bottom: 0
}

.dashboard-right .invoice-card .paynow-btn .btn-primary {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize
}

.dashboard-right .invoice-card .paynow-btn .btn-primary:hover {
    background: #f1f2f4;
    border-radius: 3px;
    color: var(--primary-500)
}

.dashboard-right .invoice-card .paynow-btn .btn-primary:hover path {
    stroke: var(--primary-500)
}

.dashboard-right .benefits-card {
    background: #fff;
    border: 1px solid #e4e5e8;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px
}

.dashboard-right .benefits-card .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #18191c;
    margin-bottom: 8px
}

.dashboard-right .benefits-card .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 24px
}

.dashboard-right .benefits-card .benefit-list {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e5e8;
    margin-bottom: 24px
}

.dashboard-right .benefits-card .benefit-list li span {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.43;
    padding-left: 8px
}

.dashboard-right .benefits-card .remaining .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #767f8c
}

.dashboard-right .benefits-card .remaining .remaining-list {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2
}

.dashboard-right .benefits-card .remaining .remaining-list li span {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.43;
    padding-left: 8px
}

.dashboard-right .payment-card {
    background: #fff;
    border: 1px solid #e4e5e8;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px
}

.dashboard-right .payment-card .title-edit-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.dashboard-right .payment-card .title-edit-wrapper .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #18191c
}

.dashboard-right .payment-card .title-edit-wrapper .edit {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #767f8c
}

.dashboard-right .payment-card .payment-card-info {
    display: flex;
    border-bottom: 1px solid #e4e5e8;
    padding-bottom: 24px;
    margin-bottom: 24px
}

.dashboard-right .payment-card .payment-card-info .logo {
    flex: 0 0 20%
}

.dashboard-right .payment-card .payment-card-info .name {
    flex: 0 0 60%
}

.dashboard-right .payment-card .payment-card-info .name .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #767f8c
}

.dashboard-right .payment-card .payment-card-info .name .account-owner-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #18191c
}

.dashboard-right .payment-card .payment-card-info .date {
    flex: 0 0 20%
}

.dashboard-right .payment-card .payment-card-info .date .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #767f8c
}

.dashboard-right .payment-card .payment-card-info .date .expire-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #18191c
}

.dashboard-right .payment-card .pin-code h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33;
    color: #18191c
}

.dashboard-right .invoices-table {
    background: #fff;
    border: 1px solid #e4e5e8;
    box-sizing: border-box;
    border-radius: 8px
}

.dashboard-right .invoices-table .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #18191c;
    padding: 24px 24px 0 24px;
    margin-bottom: 16px
}

.dashboard-right .invoices-table .table-wrapper {
    padding-bottom: 24px
}

@media (max-width:1200px) {
    .dashboard-right .invoices-table .table-wrapper {
        overflow-x: scroll
    }
}

.dashboard-right .invoices-table .table-wrapper table {
    width: 100%
}

.dashboard-right .invoices-table .table-wrapper table thead {
    background: #f1f2f4
}

.dashboard-right .invoices-table .table-wrapper table thead th {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #5e6670;
    white-space: nowrap;
    padding: 8px 24px
}

.dashboard-right .invoices-table .table-wrapper table tbody tr {
    border-bottom: 1px solid #e4e5e8
}

.dashboard-right .invoices-table .table-wrapper table tbody tr:last-child {
    border-bottom: none
}

.dashboard-right .invoices-table .table-wrapper table tbody td {
    padding: 18px 24px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #474c54
}

.dashboard-right .invoices-table .table-wrapper table tbody td:first-child {
    font-weight: 500;
    color: #18191c
}

.row-margin {
    margin-bottom: 20px
}

.cadidate-modal {
    z-index: 999999
}

.modal-wrapper {
    max-width: 1024px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    position: relative
}

@media (max-width:1060px) {
    .modal-wrapper {
        margin: 20px
    }
}

.modal-wrapper .modal-body {
    padding: 48px
}

@media (max-width:991px) {
    .modal-wrapper .modal-body {
        padding: 30px
    }
}

.modal-wrapper .modal-content {
    border: none
}

.modal-wrapper .modal-content button.btn-close {
    position: absolute;
    top: 0;
    right: -70px;
    width: 42px;
    height: 42px;
    background-color: #fff;
    opacity: 1;
    border-radius: 100%;
    font-size: 12px;
    cursor: pointer;
    z-index: 999999999
}

@media (max-width:1199px) {
    .modal-wrapper .modal-content button.btn-close {
        right: -10px;
        top: -10px;
        width: 38px;
        height: 38px
    }
}

.modal-wrapper .candidate-profile {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: column
}

@media (min-width:525px) {
    .modal-wrapper .candidate-profile {
        flex-direction: row
    }
}

.modal-wrapper .candidate-profile-img img {
    width: 80px;
    height: 80px;
    border-radius: 1000px
}

.modal-wrapper .candidate-profile-info .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #18191c
}

.modal-wrapper .candidate-profile-info .designation {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #767f8c
}

.modal-wrapper .biography {
    margin-bottom: 32px
}

.modal-wrapper .biography-wrap {
    margin-right: 60px
}

@media (max-width:991px) {
    .modal-wrapper .biography-wrap {
        margin: 0
    }
}

.modal-wrapper .biography .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #18191c;
    margin-bottom: 24px
}

.modal-wrapper .biography .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5e6670;
    margin-bottom: 0
}

.modal-wrapper .devider {
    height: 1px;
    background: #e4e5e8
}

.modal-wrapper .cover-letter {
    margin: 32px 0
}

.modal-wrapper .cover-letter .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #18191c;
    margin-bottom: 24px
}

.modal-wrapper .cover-letter p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5e6670;
    margin-bottom: 0
}

.modal-wrapper .devider {
    height: 1px;
    background: #e4e5e8
}

.modal-wrapper .social-links {
    margin-top: 32px
}

.modal-wrapper .social-links .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #18191c
}

.modal-wrapper .social-links .social-media ul {
    margin: 0;
    padding: 0
}

.modal-wrapper .social-links .social-media ul li {
    display: inline-block;
    padding-right: 12px;
    margin-bottom: 12px
}

.modal-wrapper .social-links .social-media ul li a:hover svg path {
    fill: #fff
}

.modal-wrapper .social-links .social-media ul li a:hover svg .path2 {
    fill: var(--primary-500)
}

.sidebar-widget {
    border: 1.5px solid var(--primary-50);
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 24px
}

.sidebar-widget--one {
    padding: 24px 24px 0 24px
}

.sidebar-widget .row {
    margin-bottom: 0
}

.sidebar-widget .icon-box {
    margin-bottom: 24px
}

.sidebar-widget .icon-box .icon-img {
    margin-bottom: 12px
}

.sidebar-widget .icon-box .sub-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #767f8c
}

.sidebar-widget .icon-box .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #18191c
}

.sidebar-widget .download-resume .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #18191c;
    margin-bottom: 16px
}

.sidebar-widget .download-resume .resume-file {
    align-items: center
}

.sidebar-widget .download-resume .resume-file .icon-img {
    margin-right: 12px
}

.sidebar-widget .download-resume .resume-file .file-info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sidebar-widget .download-resume .resume-file .file-info .file-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #767f8c;
    margin-bottom: 4px
}

.sidebar-widget .download-resume .resume-file .file-info .file-formet {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #18191c;
    margin-bottom: 0
}

.sidebar-widget .download-resume .download-icon a:hover svg path {
    stroke: #fff
}

.sidebar-widget .contact .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #18191c;
    margin-bottom: 16px
}

.sidebar-widget .contact .contact-icon-box {
    display: flex;
    gap: 16px;
    flex-direction: column
}

@media (min-width:525px) {
    .sidebar-widget .contact .contact-icon-box {
        flex-direction: row
    }
}

.sidebar-widget .contact .contact-icon-box .info .subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #767f8c;
    margin-bottom: 4px
}

.sidebar-widget .contact .contact-icon-box .info .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #18191c;
    margin-bottom: 12px
}

.sidebar-widget .contact .devider {
    margin-top: 8px;
    margin-bottom: 20px
}

.sidebar-widget .contact .address {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #5e6670;
    margin-bottom: 20px
}

.email-btn a {
    padding: 12px 24px
}

.email-btn a svg {
    margin-right: 12px
}

.email-btn a .button-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize
}

.email-btn a:hover svg path {
    stroke: var(--primary-500)
}

.btn-star-white {
    padding: 13px 12px;
    border-radius: 5px
}

.btn-star-white:hover svg {
    fill: #fff
}

.btn-star-white:hover svg path {
    stroke: #fff
}

.banner-area {
    margin-bottom: 96px
}

.banner-area .banner-text .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33;
    color: #18191c;
    margin-bottom: 16px
}

.banner-area .banner-text .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.33;
    color: #5e6670
}

.banner-area .banner-img img {
    width: 100%
}

.dashboard-account-setting-item {
    padding: 30px 0
}

.dashboard-account-setting-item.setting-border {
    border-bottom: 1px solid var(--gray-100)
}

.dashboard-account-setting-item:last-child {
    border: none
}

.dashboard-account-setting-item h6 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px
}

.dashboard-account-setting-item h4 {
    font-size: 18px;
    line-height: 28px;
    color: var(--gray-900)
}

.dashboard-account-setting-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-600);
    margin-bottom: 24px
}

.iti {
    display: block
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border: 1px solid var(--gray-50);
    padding: 0 24px
}

#ui-datepicker-div {
    z-index: 999 !important;
    box-shadow: 0 12px 48px rgba(0, 44, 109, .1)
}

#ui-datepicker-div .ui-datepicker-calendar tbody,
#ui-datepicker-div .ui-datepicker-calendar thead {
    background: 0 0 !important
}

.ui-datepicker {
    background: #fff;
    border-radius: 15px
}

.ui-datepicker-header {
    height: 60px;
    line-height: 50px;
    background: #fff
}

.ui-datepicker-next,
.ui-datepicker-prev {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0 0 8px
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0 0 6px
}

.ui-datepicker-next:after,
.ui-datepicker-prev:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid var(--primary-500);
    border-bottom: 2px solid var(--primary-500)
}

.ui-datepicker-next:hover,
.ui-datepicker-next:hover:after,
.ui-datepicker-prev:hover,
.ui-datepicker-prev:hover:after {
    border-color: #333
}

.ui-datepicker-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--gray-900)
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: var(--gray-900);
    margin-bottom: 5px;
    font-size: 16px
}

@media (max-width:575px) {
    .ui-datepicker-calendar thead tr th span {
        width: 30px
    }
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 40px;
    font-size: 16px
}

.ui-state-default:hover {
    color: #fff;
    background: var(--primary-500);
    border-radius: 50px;
    transition: all .25s cubic-bezier(.7, -.12, .2, 1.12)
}

.ui-state-highlight {
    color: #fff;
    background-color: var(--primary-500);
    border-radius: 5px
}

.ui-state-active {
    color: #fff;
    background-color: var(--primary-500);
    border-radius: 50px
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent
}

.icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #31639c;
    font-size: 20px
}

.personal-profile-picture {
    display: flex;
    align-items: center
}

.personal-profile-picture-wrap {
    margin-top: 32px
}

.personal-profile-picture-item {
    padding: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    justify-content: space-between;
    background: rgba(241, 242, 244, .6)
}

@media (max-width:767px) {
    .personal-profile-picture-item {
        display: block;
        text-align: center
    }
}

.personal-profile-picture-item:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .personal-profile-picture {
        display: block
    }
}

.personal-profile-picture-thumb {
    width: 112px;
    height: 112px;
    display: flex;
    flex-shrink: 0;
    margin-right: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all .4s;
    background-color: #c8ccd1;
    border: 1px solid transparent
}

@media (max-width:767px) {
    .personal-profile-picture-thumb {
        margin: 0 auto 20px
    }
}

.personal-profile-picture-thumb path {
    transition: all .4s;
    stroke: var(--gray-900)
}

.personal-profile-picture-thumb:hover {
    background-color: #fff;
    border: 1px solid var(--gray-100)
}

.personal-profile-picture-thumb:hover path {
    stroke: var(--primary-500)
}

.personal-profile-picture-data {
    margin-right: 225px
}

@media (max-width:1400px) {
    .personal-profile-picture-data {
        margin-right: 60px
    }
}

@media (max-width:767px) {
    .personal-profile-picture-data {
        margin: 0
    }
}

.personal-profile-picture-data h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--gray-900)
}

.personal-profile-picture-data p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-500)
}

input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer
}

.switch-input {
    display: none
}

.switch-label {
    position: relative;
    display: inline-block;
    min-width: 112px;
    cursor: pointer;
    text-align: left;
    padding: 13px 2px 13px 63px;
    border: 1px solid var(--gray-50);
    border-radius: 6px 0 0 6px !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-500);
    text-transform: uppercase
}

.switch-label:after,
.switch-label:before {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s ease
}

.switch-label:before {
    width: 36px;
    height: 22px;
    background-color: var(--primary-500);
    border-radius: 40px;
    left: 17px
}

.switch-label:after {
    left: 22px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14), 0 2px 2px 0 rgba(0, 0, 0, .098), 0 1px 5px 0 rgba(0, 0, 0, .084)
}

.switch-label .toggle--on {
    display: none
}

.switch-label .toggle--off {
    display: inline-block
}

.switch-input:checked+.switch-label:before {
    background-color: #c8ccd1
}

.switch-input:checked+.switch-label:after {
    background-color: #fff;
    transform: translate(80%, -50%)
}

.switch-input:checked+.switch-label .toggle--on {
    display: inline-block
}

.switch-input:checked+.switch-label .toggle--off {
    display: none
}

.switch-input:checked+.switch-label .toggle--option {
    color: var(--danger-500)
}

.joblist-left-content {
    padding-left: 110px;
    padding-right: 50px
}

.joblist-left-content hr {
    padding: 0;
    margin: 0;
    margin-left: -130px
}

@media (max-width:767.98px) {
    .joblist-left-content hr {
        margin-left: 0
    }
}

@media (max-width:1399.98px) {
    .joblist-left-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:575.98px) {
    .joblist-left-content {
        padding-left: 0;
        padding-right: 0
    }
}

.joblist-fliter-gorup {
    min-width: 480px;
    display: flex
}

@media (max-width:575.98px) {
    .joblist-fliter-gorup {
        flex-wrap: wrap;
        flex-direction: column;
        min-width: 100%
    }
}

.joblist-fliter-gorup .left-content {
    flex-grow: 1;
    display: flex;
    max-width: 384px
}

@media (max-width:575.98px) {
    .joblist-fliter-gorup .left-content {
        display: block;
        max-width: 100%
    }
}

.joblist-fliter-gorup .left-content .gap~.select2 {
    margin-right: 12px
}

@media (max-width:575.98px) {
    .joblist-fliter-gorup .left-content .gap~.select2 {
        margin-right: 0;
        margin-bottom: 12px
    }
}

.joblist-fliter-gorup .left-content .gap~.select2:last-child {
    margin-right: 0
}

.joblist-fliter-gorup .right-content {
    flex-grow: 0;
    margin-left: 16px;
    width: 88px;
    height: 48px;
    border: 1px solid var(--gray-100);
    border-radius: 6px
}

@media (max-width:575.98px) {
    .joblist-fliter-gorup .right-content {
        margin-top: 10px;
        margin-left: 0
    }
}

.joblist-fliter-gorup .right-content nav {
    height: 100%
}

.joblist-fliter-gorup .right-content .nav {
    justify-content: center;
    align-items: center;
    height: 100%
}

.joblist-fliter-gorup .right-content .nav-link,
.joblist-fliter-gorup .right-content button {
    padding: 0;
    background: 0 0;
    height: 32px;
    width: 32px;
    border: none;
    line-height: auto
}

.joblist-fliter-gorup .right-content .nav-link svg path,
.joblist-fliter-gorup .right-content button svg path {
    fill: var(--gray-400)
}

.joblist-fliter-gorup .right-content .nav-link.active,
.joblist-fliter-gorup .right-content button.active {
    background-color: var(--gray-50)
}

.joblist-fliter-gorup .right-content .nav-link.active svg path,
.joblist-fliter-gorup .right-content button.active svg path {
    fill: var(--gray-900)
}

#mapid {
    height: 836px;
    width: 100%;
    z-index: 1
}

@media (max-width:991.98px) {
    #mapid {
        height: 300px
    }
}

.sm-height #mapid {
    height: 500px
}

@media (max-width:1399.98px) {
    .sm-height #mapid {
        height: 450px
    }
}

.jobsidebar {
    position: fixed;
    width: 424px;
    height: 100vh;
    left: 0;
    top: 0;
    border: 1px solid var(--gray-50);
    padding: 24px 32px;
    z-index: 999;
    background-color: #fff;
    transition: all .1s ease-in-out;
    margin-left: -424px;
    opacity: 0;
    visibility: hidden
}

@media (max-width:575.98px) {
    .jobsidebar {
        width: 250px;
        padding: 12px 16px
    }
}

.jobsidebar.active {
    opacity: 1;
    visibility: visible;
    margin-left: 0
}

.sidebar-widget-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: all .24s ease-in-out
}

.sidebar-widget-overlay .close-me {
    position: absolute;
    height: 48px;
    width: 48px;
    line-height: 48px;
    background: #fff;
    left: 490px;
    cursor: pointer;
    top: 50px;
    font-size: 12px;
    border-radius: 50%;
    color: var(--gray-900);
    transition: all .24s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.sidebar-widget-overlay.active {
    z-index: 679;
    opacity: 1;
    visibility: visible
}

.sidebar-widget-overlay.active .close-me {
    left: 480px;
    transition-delay: .1s;
    opacity: 1;
    visibility: visible
}

@media (max-width:575.98px) {
    .sidebar-widget-overlay.active .close-me {
        height: 35px;
        width: 35px;
        line-height: 35px;
        left: 260px
    }
}

.filtertags .single-tag {
    padding: 6px 6px 6px 16px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: var(--gray-700);
    background: var(--gray-50);
    border-radius: 30px;
    font-weight: 400;
    margin-right: 12px;
    transition: all .4s
}

.filtertags .single-tag:hover {
    background-color: #dadde6
}

.filtertags .single-tag .close-tag {
    margin-left: 7px
}

.filtertags .single-tag .close-tag path {
    transition: all .4s
}

.filtertags .single-tag:hover .close-tag path {
    fill: var(--primary-500);
    stroke: #fff
}

.filtertags .single-tag:last-child {
    margin-right: 0
}

.sidetbar-widget .form-check-input:checked~.form-check-label {
    color: var(--primary-500) !important
}

.sidetbar-widget>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -32px;
    margin-right: -32px
}

.sidetbar-widget>ul li {
    position: relative;
    cursor: pointer
}

.sidetbar-widget>ul li.has-children .jobwidget_tiitle::after {
    content: "\f101";
    font-family: Cairo;
    font-size: 18px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%)
}

.sidetbar-widget li.open .jobwidget_tiitle {
    border-bottom: none
}

.sidetbar-widget .sub-catagory {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidetbar-widget .sub-catagory li {
    padding: 9px 32px
}

.sidetbar-widget .sub-catagory li:first-child {
    padding-top: 0
}

.sidetbar-widget .sub-catagory li:last-child {
    border-bottom: 1px solid var(--gray-50);
    padding-bottom: 24px
}

.jobwidget_tiitle,
.jobwidget_tiitle2 {
    font-size: 18px;
    font-weight: 500;
    color: var(--gray-900);
    padding: 24px 32px;
    position: relative;
    border-bottom: 1px solid var(--gray-50)
}

.jobwidget_tiitle2 {
    border: none;
    padding: 0;
    margin: 0 0 18px
}

.advance-hidden-filter-menu {
    border-top: 1px solid var(--gray-50);
    margin-top: 12px;
    padding-top: 32px;
    margin-left: -33px;
    margin-right: -12px;
    padding-bottom: 20px;
    padding-left: 33px;
    display: none;
    background-color: #fff
}

@media (max-width:1199.98px) {
    .advance-hidden-filter-menu {
        margin-left: 0
    }
}

.advance-hidden-filter-menu hr {
    margin: 0;
    padding: 0
}

.advance-hidden-filter-menu ul {
    margin: 0;
    padding: 0
}

.advance-hidden-filter-menu>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.advance-hidden-filter-menu>ul>li {
    flex: 0 0 20%;
    max-width: 20%
}

@media (max-width:991.98px) {
    .advance-hidden-filter-menu>ul>li {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media (max-width:767.98px) {
    .advance-hidden-filter-menu>ul>li {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:575.98px) {
    .advance-hidden-filter-menu>ul>li {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.advance-hidden-filter-menu ul ul>li {
    padding-bottom: 8px
}

.advance-hidden-filter-menu ul ul>li:last-child {
    padding-bottom: 0
}

.jobsearchBox {
    transition: all .24s ease-in-out
}

.jobsearchBox.active-adf {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    top: 0;
    overflow: scroll;
    height: 486px
}

.job-filter-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    z-index: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: all .24s ease-in-out
}

.job-filter-overlay.active {
    z-index: 679;
    opacity: 1;
    visibility: visible
}

.togglesidebr_widget {
    border: 1px solid var(--gray-50);
    border-radius: 12px;
    max-width: 420px;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 0
}

.togglesidebr_widget ul>li:last-child .jobwidget_tiitle {
    border-bottom: none !important
}

.max-311 {
    min-width: 311px
}

@media (max-width:575.98px) {
    .max-311 {
        min-width: 100%
    }
}

.p-32 {
    padding: 32px
}

@media (max-width:575.98px) {
    .p-32 {
        padding: 16px
    }
}

.max-536 {
    max-width: 536px
}

.sdeibarmap #mapid {
    height: 320px;
    border-radius: 12px
}

.gap-8 li {
    margin-right: 8px
}

.gap-8 li:last-child {
    margin-right: 0
}

@media (max-width:1199.98px) {
    .gap-8 li {
        margin-bottom: 12px
    }
}

.related-jobs.slick-slider .single-item {
    margin-bottom: 24px
}

.p-24 {
    padding: 24px
}

.single-page-banner {
    position: relative
}

.single-page-banner .pgae-bg {
    height: 312px
}

@media (max-width:575.98px) {
    .single-page-banner .pgae-bg {
        height: 250px
    }
}

.single-page-banner .card {
    border: 1px solid var(--gray-100) !important
}

.single-page-banner .card-body {
    padding: 40px !important
}

@media (max-width:460px) {
    .single-page-banner .icon-thumb {
        margin-bottom: 15px
    }
}

.single-page-banner .jobcardStyle1 {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: -80px
}

@media (max-width:767.98px) {
    .single-page-banner .jobcardStyle1 {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media (max-width:575.98px) {
    .single-page-banner .jobcardStyle1 {
        margin-left: 25px;
        margin-right: 25px
    }
}

.inputbox_1 {
    width: 40%
}

@media (max-width:1199.98px) {
    .inputbox_1 {
        width: auto;
        flex-grow: 1
    }
}

@media (max-width:991.98px) {
    .inputbox_1 {
        width: 100%
    }
}

.inputbox_2 {
    width: 24%
}

@media (max-width:1199.98px) {
    .inputbox_2 {
        width: auto;
        flex-grow: 1
    }
}

@media (max-width:991.98px) {
    .inputbox_2 {
        width: 100%
    }
}

.inputbox_3 {
    width: 25.7%
}

@media (max-width:1199.98px) {
    .inputbox_3 {
        width: auto;
        flex-grow: 1
    }
}

@media (max-width:991.98px) {
    .inputbox_3 {
        width: 100%
    }
}

.sidetbar-widget ul li:last-child ul li:last-child {
    border-bottom: transparent
}

@media (max-width:575.98px) {
    .condition_class .bottom-link.rt-pt-30 {
        padding-top: 15px
    }
}

.condition_class .icon-thumb {
    margin-bottom: 0 !important
}

@media (max-width:575.98px) {
    .condition_class .iconbox-content {
        margin-bottom: 0 !important
    }
}

.page-bg-radius {
    border-radius: 0 0 8px 8px
}

.extra-design {
    width: 120px;
    padding-left: 58px
}

@media (min-width:991px) {
    .cadidate-details-left {
        margin-right: 50px
    }
}

.job-details.btn {
    font-size: 14px;
    font-weight: 400;
    padding: 9px 16px
}

.job-details.btn svg {
    font-size: 20px;
    margin-right: 5px
}

ul.job-details-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all .4s;
    background-color: var(--primary-50)
}

ul.job-details-social li a:hover {
    background-color: var(--primary-500)
}

ul.job-details-social li a:hover path {
    fill: #fff
}

ul.job-details-social li a svg {
    font-size: 20px
}

.dark .jobsearchBox {
    box-shadow: none;
    border-color: transparent
}

.dark .jobsearchBox .form-control,
.dark .jobsearchBox [type=color],
.dark .jobsearchBox [type=date],
.dark .jobsearchBox [type=datetime-local],
.dark .jobsearchBox [type=datetime],
.dark .jobsearchBox [type=email],
.dark .jobsearchBox [type=month],
.dark .jobsearchBox [type=number],
.dark .jobsearchBox [type=password],
.dark .jobsearchBox [type=search],
.dark .jobsearchBox [type=tel],
.dark .jobsearchBox [type=text],
.dark .jobsearchBox [type=time],
.dark .jobsearchBox [type=url],
.dark .jobsearchBox [type=week],
.dark .jobsearchBox input:not([type]),
.dark .jobsearchBox textarea {
    color: var(--gray-10)
}

.dark .jobsearchBox .fromGroup::after {
    display: none
}

.dark .banner-quciks-links a {
    color: var(--gray-400)
}

.dark .banner-quciks-links a:hover {
    color: var(--gray-10)
}

.dark-footer .rt-single-widget .footer-title {
    color: var(--gray-10)
}

.dark-footer .footer-bottom {
    box-shadow: inset 0 1px 0 #2e3447
}

.dark-footer .footer-cta {
    box-shadow: inset 0 -1px 0 #2e3447
}

.dark-footer .rt-single-widget ul.rt-usefulllinks2 li a:hover {
    color: #fff
}

.dark-footer .card-element,
.dark-footer .form-control,
.dark-footer [type=color],
.dark-footer [type=date],
.dark-footer [type=datetime-local],
.dark-footer [type=datetime],
.dark-footer [type=email],
.dark-footer [type=month],
.dark-footer [type=number],
.dark-footer [type=password],
.dark-footer [type=search],
.dark-footer [type=tel],
.dark-footer [type=text],
.dark-footer [type=time],
.dark-footer [type=url],
.dark-footer [type=week],
.dark-footer input:not([type]),
.dark-footer textarea {
    background: 0 0;
    border-color: #2e3447
}

.dark-footer .card-element::placeholder,
.dark-footer .form-control::placeholder,
.dark-footer [type=color]::placeholder,
.dark-footer [type=date]::placeholder,
.dark-footer [type=datetime-local]::placeholder,
.dark-footer [type=datetime]::placeholder,
.dark-footer [type=email]::placeholder,
.dark-footer [type=month]::placeholder,
.dark-footer [type=number]::placeholder,
.dark-footer [type=password]::placeholder,
.dark-footer [type=search]::placeholder,
.dark-footer [type=tel]::placeholder,
.dark-footer [type=text]::placeholder,
.dark-footer [type=time]::placeholder,
.dark-footer [type=url]::placeholder,
.dark-footer [type=week]::placeholder,
.dark-footer input:not([type])::placeholder,
.dark-footer textarea::placeholder {
    color: var(--gray-600)
}

.main-menu ul li a:last-child {
    padding-right: 20px !important
}

.footer-social-links li {
    margin-right: 5px
}

.footer-social-links li:last-child {
    margin-right: 0
}

.footer-social-links li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-fixed {
    position: fixed !important;
    z-index: 99999999999 !important;
    width: 100% !important;
    text-align: center
}

.mx-width-300 {
    max-width: 300px !important
}

.mx-height-400 {
    max-height: 400px !important
}

.min-height-150 {
    min-height: 150px !important
}

body .text-primary {
    color: var(--primary-600) !important
}

body a {
    color: var(--primary-600)
}

.candidate-profile {
    display: block;
    overflow: hidden
}

.company-logo img {
    width: 80px;
    height: 80px;
    border-radius: 6px
}

.most-popular-area {
    box-shadow: inset 0 -1px 0 #e4e5e8
}

body .catagory-area {
    box-shadow: unset !important
}

.site-header .brand-logo {
    display: inline-block
}

.site-header .brand-logo img {
    max-width: 100%
}

.icon-thumb.post-img img {
    height: 236px !important;
    width: 340px !important;
    border-radius: 6px !important;
    object-fit: cover !important
}

.icon-thumb.recent-post-img img {
    height: 80px !important;
    width: 112px !important;
    border-radius: 6px;
    object-fit: cover
}

.jobcardStyle1 .icon-thumb img,
.rt-single-icon-box .icon-thumb img {
    height: 68px;
    width: 68px;
    border-radius: 6px;
    object-fit: cover
}

.sidebar-nav-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 85px)
}

.sidebar-main-nav {
    height: calc(100% - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px !important
}

.login-card-body {
    max-width: 343px;
    overflow: hidden;
    padding: 30px 20px
}

.login-box {
    width: 343px
}

.login-box .card {
    width: 343px !important;
    border-radius: 5px;
    overflow: hidden
}

.ck-editor__editable_inline {
    min-height: 250px
}

.line-height-36 {
    line-height: 36px !important
}

.w-100-p {
    width: 100% !important
}

.cursor-pointer {
    cursor: pointer
}

.select2.select2-container {
    width: 100% !important
}

.text-danger {
    color: #dc3545 !important
}

body .select2.select2-container {
    z-index: 9 !important
}

.icon-badge {
    z-index: 10 !important
}

.datepicker {
    padding: 0 !important
}

header .n-header--bottom .n-header--bottom__left {
    flex-grow: 1
}

header .n-header--bottom #search-form {
    max-width: 450px !important;
    min-width: 300px !important;
    flex-grow: 1
}

header .n-header--bottom #search-form .search-box {
    width: 100% !important
}

header .n-header--bottom #search-form .search-box .search-input {
    width: 100% !important
}

@media (max-width:575px) {
    .rt-single-icon-box .iconbox-content {
        flex-shrink: 1 !important
    }
}

body .select2.select2-container {
    z-index: 5 !important
}

.notification-bar .notification-header {
    padding: 24px 24px 0 !important
}

.mblTogglesearch,
.togglesearch {
    display: none;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 10000
}

.joblist-fliter-gorup .left-content .w-100-p {
    width: auto !important
}

.search-box svg {
    left: 20px;
    top: 12px
}

.search-box .search-input {
    width: 450px !important;
    padding-left: 60px
}

@media (max-width:991px) {
    .search-box .search-input {
        width: 100% !important
    }
}

.notification-bar {
    width: 290px;
    max-width: 425px !important;
    z-index: 1000 !important;
    right: 20px !important;
    top: 56px !important
}

@media (min-width:768px) {
    .notification-bar {
        width: 425px !important
    }
}

.search-icon {
    margin-right: 24px !important
}

.rt-mobile-menu-overlay {
    top: 55px !important;
    right: 0 !important;
    left: auto !important
}

.n-header .brand-logo img {
    max-width: 220px;
    width: 100%
}

@media (max-width:575px) {
    .brand-logo img {
        width: 100px !important
    }
}

.n-header--top {
    background: #f1f2f4 !important
}

.n-header--top .n-header--top__right {
    gap: 24px !important
}

.custom-border li a {
    border-bottom: none !important;
    padding: 0 !important
}

.n-header--top .n-header--top__right .dropdown .btn {
    padding: 0 !important
}

.n-header--top .n-header--top__right .dropdown .dropdown-menu {
    position: absolute !important;
    inset: auto !important;
    transform: translate3d(0, 27px, 0) !important;
    right: 0 !important;
    top: 0 !important
}

.n-header--bottom {
    padding: 20px 0 !important;
    box-shadow: inset 0 -1px 0 #e4e5e8
}

.n-header--bottom .btn {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px
}

.main-menu .custom-border,
.main-menu .menu-active-classes {
    display: flex;
    gap: 24px
}

.main-menu .menu-active-classes li a {
    padding: 14px 0 !important;
    border-bottom: 2px solid transparent !important
}

.candidate-profile img {
    border-radius: 100% !important;
    object-fit: cover;
    object-position: top center
}

.account-setup-header {
    border-bottom: 1px solid #e4e5e8
}

.account-progress-wrap {
    height: 83vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.account-progress-wrap::-webkit-scrollbar {
    display: none
}

.main-menu .menu-active-classes li:hover a {
    color: var(--primary-500) !important;
    border-bottom: 2px solid var(--primary-500) !important
}

.main-menu .menu-active-classes li a:last-child {
    padding-right: 0 !important
}

.n-header--bottom .n-header--bottom__left {
    gap: 32px !important
}

.n-header--bottom .n-header--bottom__right {
    margin-left: auto
}

.n-header--bottom .n-header--bottom__right ul {
    gap: 12px !important;
    margin-bottom: 0
}

.globe-spacing {
    margin-left: 18px !important
}

.main-menu .custom-border li a:last-child {
    padding-right: 0 !important
}

@media(max-width:991px) {
    .n-header--top {
        padding: 14px 0 !important
    }

    .main-menu {
        position: absolute;
        width: 100% !important;
        top: 54px !important;
        height: auto !important;
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
        padding-top: 0 !important;
        padding-bottom: 24px !important
    }

    .main-menu .mbl-top {
        border-bottom: 2px solid #e4e5e8 !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .main-menu .menu-active-classes {
        flex-direction: column;
        gap: 0 !important
    }

    .main-menu .menu-active-classes li a {
        padding: 16px 0 !important;
        border-bottom: 1px solid var(--gray-100) !important
    }

    .main-menu .custom-border li a {
        padding: 0 !important
    }

    .mbl-btn {
        margin-top: 24px !important
    }
}

@media(max-width:575px) {
    .n-header--top__right .contact-info {
        display: none !important
    }

    .n-header--top .n-header--top__right .dropdown .dropdown-menu {
        left: 0 !important
    }
}

button.effect1 {
    width: 40px;
    background: 0 0;
    border: none;
    height: 35px;
    padding: 0;
    overflow: hidden;
    margin-top: -10px
}

button.effect1:focus {
    outline: 0
}

button.effect1 span {
    display: inline-block;
    width: 80%;
    height: 2px;
    background: #191f33;
    position: relative;
    transition: all .2s
}

button.effect1 span:after,
button.effect1 span:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #191f33;
    height: 2px;
    left: 0;
    transition: all .3s
}

button.effect1 span:before {
    top: 10px
}

button.effect1 span:after {
    bottom: 10px
}

button.effect1:hover span:after {
    left: -5px
}

button.effect1:hover span:before {
    left: 5px
}

button.effect1 span.active {
    background: #f1f2f4
}

button.effect1 span.active:after,
button.effect1 span.active:before {
    top: 0;
    left: 0
}

button.effect1 span.active:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

button.effect1 span.active:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.applied-job-on {
    padding: 28px 32px;
    background: var(--gray-50) !important;
    border-radius: 6px
}

.applied-job-on h2 {
    color: var(--gray-900);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0
}

.applied-job-on input {
    margin-right: 8px;
    margin-top: 5px
}

.applied-job-on input[type=radio] {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.applied-job-on .d-flex {
    align-items: flex-start;
    padding: 16px
}

.applied-job-on .d-flex:hover {
    background: #fff;
    border-radius: 6px
}

.applied-job-on .checked {
    background: #fff;
    border-radius: 6px
}

.applied-job-on label h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: var(--gray-900);
    margin: 0
}

.applied-job-on label p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-600)
}

.applied-job-on input[type=radio]:checked+.d-flex {
    background: #fff
}

.account-successfull-wrap {
    max-width: 872px !important;
    text-align: center !important;
    border-radius: 12px
}

.neg-mar {
    margin-top: -12px
}

.account-successfull-wrap .account-successfull-data h4 {
    margin-bottom: 8px !important;
    padding: 0 40px
}

.account-successfull-wrap .account-successfull-data p {
    margin-bottom: 20px !important;
    padding: 0 40px !important
}

.account-successfull-wrap .account-successfull-data .btn {
    margin: 0 40px !important
}

.account-successfull-wrap .account-successfull-data .btn.mer-0 {
    margin: 0 !important
}

.account-successfull-data form .m-40 {
    gap: 24px;
    margin: 0 40px !important
}

.account-successfull-data .m-40.bottom {
    margin-top: 32px !important
}

.promote-form {
    padding: 24px;
    background: rgba(241, 242, 244, .5);
    border-radius: 8px;
    width: 100%;
    border: 2px solid transparent
}

.promote-form:hover {
    background: var(--primary-50);
    border: 2px solid var(--primary-500);
    border-radius: 8px
}

.promote-form.checked {
    background: var(--primary-50);
    border: 2px solid var(--primary-500);
    border-radius: 8px
}

@media (max-width:767px) {
    .promote-form {
        padding: 12px
    }
}

@media (max-width:767px) {
    .promote-form svg {
        height: 100%
    }

    .promote-form .ms-5 {
        margin-left: 30px !important
    }
}

.account-successfull-data form h4 {
    margin-bottom: 10px !important;
    padding: 0 40px
}

.account-successfull-wrap .account-successfull-data hr {
    margin: 32px 0
}

#cvModal .modal-dialog {
    max-width: 872px !important
}

#cvModal .modal-content {
    padding: 32px
}

#cvModal .modal-body,
#cvModal .modal-footer,
#cvModal .modal-header {
    padding: 0 !important
}

#cvModal .modal-body form label {
    margin-bottom: 8px !important
}

#cvModal .modal-body form .select2,
#cvModal .modal-body form textarea {
    margin-bottom: 16px !important
}

#cvModal .modal-footer,
#resumeModal .modal-footer {
    justify-content: space-between !important
}

#cvModal .modal-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--gray-900)
}

#cvModal textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-400)
}

#pills-tab {
    margin-bottom: 32px
}

.resume {
    margin-top: 32px;
    margin-bottom: 18px
}

.resume-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px
}

.resume-item {
    display: flex;
    gap: 12px;
    background: rgba(241, 242, 244, .5);
    border-radius: 6px;
    padding: 20px;
    align-items: center
}

.resume-item.add-resume {
    background: #fff;
    border: 2px dashed #e4e5e8;
    border-radius: 6px;
    cursor: pointer
}

.resume-item.add-resume .resume-size {
    font-size: 12px !important
}

.resume-title {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--gray-900) !important;
    margin: 0 !important
}

.resume-size {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--gray-600) !important;
    margin: 0 !important;
    margin-bottom: 0 !important
}

.file-upload {
    background-color: rgba(241, 242, 244, .4);
    margin: 0 auto;
    padding: 20px
}

.profile-file-upload-content2 {
    text-align: center;
    position: relative
}

.banner-file-upload-content2 {
    text-align: center;
    position: relative
}

.banner-file-upload-content,
.profile-file-upload-content,
.resume-file-upload-content.none {
    display: none;
    text-align: center;
    position: relative
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
    cursor: pointer
}

.banner-remove-image,
.cv-remove-image,
.profile-remove-image {
    position: absolute;
    right: 0;
    border: transparent;
    top: 0;
    z-index: 99
}

.cv-remove-image {
    top: -65px !important
}

.banner-image-upload-wrap,
.cv-image-upload-wrap,
.profile-image-upload-wrap {
    background-color: rgba(241, 242, 244, .4);
    border: 2px dashed rgba(200, 204, 209, .7);
    border-radius: 6px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 240px;
    position: relative !important
}

.resume-file-upload-content {
    background: rgba(241, 242, 244, .4);
    border: 2px dashed transparent;
    border-radius: 6px;
    height: 240px;
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.resume-file-upload-content .wrap {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222
}

.drag-text {
    text-align: center
}

.drag-text svg {
    margin-bottom: 16px
}

.drag-text h3,
.resume-file-upload-content h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--gray-900);
    margin-bottom: 6px
}

.drag-text h3 span {
    font-weight: 400
}

.drag-text p,
.resume-file-upload-content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: var(--gray-500)
}

.banner-file-upload-image,
.profile-file-upload-image {
    width: 100%;
    height: 240px;
    max-height: 240px;
    object-fit: cover;
    margin: auto
}

.custom-breadcrumb p .inactive {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-600)
}

.custom-breadcrumb p .active {
    color: var(--primary-500)
}

.custom-breadcrumb p {
    margin-bottom: 6px !important
}

.application-wrapper-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px
}

.application-wrapper-top .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--gray-900);
    margin-bottom: 0 !important
}

.application-wrapper-top .btn {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 6px 12px !important
}

.application-wrapper-bottom {
    display: flex;
    gap: 24px;
    overflow: hidden;
    overflow-x: scroll
}

.all-application-column,
.new-application-column,
.short-application-column {
    background: rgba(241, 242, 244, .5);
    border: 1px solid var(--gray-100);
    border-radius: 6px;
    height: 100vh;
    padding: 16px 20px !important;
    overflow: hidden;
    overflow-y: scroll
}

.all-application-column::-webkit-scrollbar,
.new-application-column::-webkit-scrollbar,
.short-application-column::-webkit-scrollbar {
    display: none
}

.column-title {
    margin-bottom: 12px
}

.column-title h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-900);
    margin-bottom: 0
}

.column-title .btn {
    padding: 0 !important
}

.new-application-column {
    height: fit-content !important
}

.follow-us {
    font-weight: 500;
    margin-bottom: 16px
}

.social-icon:hover {
    background-color: var(--primary-500) !important
}

.social-icon:hover svg path {
    fill: #fff
}

.new-application-column .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--gray-900) !important
}

.new-application-column .btn svg {
    margin-right: 8px !important
}

.application-card {
    background: #fff;
    border: 1px solid #e4e5e8;
    box-shadow: 0 3px 16px rgba(24, 25, 28, .04);
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer
}

.application-card hr {
    background-color: var(--gray-100)
}

.appliaction-card-top {
    display: flex;
    align-items: center;
    gap: 12px
}

.appliaction-card-top .profile-image img {
    width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    max-height: 48px !important;
    border-radius: 100% !important
}

.appliaction-card-top .profile-info .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-900);
    margin-bottom: 4px !important
}

.appliaction-card-top .profile-info .designation {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-500);
    margin-bottom: 0
}

.application-card-bottom .lists {
    padding: 0 !important;
    margin: 0 !important;
    list-style-position: inside;
    margin-bottom: 16px !important
}

.application-card-bottom .lists li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-600);
    margin-bottom: 5px
}

.application-card-bottom .download-cv-btn .btn {
    padding: 0 !important
}

.application-card-bottom .download-cv-btn .btn svg {
    margin-right: 6px
}

#newColumnModal .modal-dialog {
    max-width: 536px !important
}

#newColumnModal .modal-header {
    border: transparent;
    padding-bottom: 0 !important;
    margin-bottom: 16px !important
}

#newColumnModal .modal-header .modal-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--gray-900)
}

#newColumnModal .modal-body {
    padding: 0 32px !important
}

.select-custom-icon {
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 10000
}

.custom-select-padding .mborder {
    border: 1px solid #e4e5e8;
    border-radius: 5px;
    width: 100%
}

.custom-select-padding {
    margin-bottom: 18px
}

.custom-select-padding p {
    margin-bottom: 8px !important
}

.custom-select-padding .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 50px !important;
    padding-right: 120px !important
}

.custom-select-padding .select2-container--default .select2-selection--single {
    border: 1px solid transparent !important
}

.cross-btn:hover svg path {
    stroke: #fff
}

.add-new-social.btn-primary2-50 {
    color: #18191c
}

.add-new-social svg {
    margin-right: 8px
}

.add-new-social:hover svg path {
    stroke: #fff !important
}

.add-new-social:hover {
    color: #fff !important
}

.filter-dropdown,
.sort-dropdown {
    padding: 20px !important
}

.filter-dropdown p,
.sort-dropdown p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #9199a3
}

.filter-dropdown p,
.filter-dropdown ul>ul>li,
.sort-dropdown li,
.sort-dropdown p {
    margin-bottom: 12px
}

.filter-dropdown li label,
.sort-dropdown li label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5e6670;
    margin-left: 8px
}

.application-card-wrapper {
    height: 100% !important
}

.column {
    min-width: 296px !important
}

.object-fit-cover {
    object-fit: cover
}
@media (min-width: 1199px) {
    .footer-social-icons {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .footer-social-icons {
        font-size: 25px;
    }
}
