@import url(../../../../css2);
body {
    font-family: Poppins, sans-serif;
}
.top-bar {
    background-color: #f8f9fc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040
}

.topbar-social-menu .social-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #314047;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.topbar-social-menu .social-link:hover {
    color: #048565
}

.language-switch .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
    margin-top: 44px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08)
}

.navbar .navbar-nav .nav-link {
    color: #314047;
    font-size: 14px;
    background-color: transparent;
    padding: 23px 15px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    font-weight: 800;
}

.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:hover {
    color: #DD7D21
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 24px
}

.navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar .header-item {
    color: #314047;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.navbar-brand .logo-dark {
    display: inline-block
}

.navbar-brand .logo-light {
    display: none
}

.header-item {
    height: 65px;
    line-height: 65px;
    border: 0;
    border-radius: 0;
    display: inline-block
}

.notification-wrapper {
    max-height: 250px;
    overflow: hidden scroll
}

.notification-wrapper .notification-item {
    padding: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.notification-wrapper .notification-item:hover {
    background-color: #f8f9fc
}

.notification-header {
    padding: 1rem
}

.notification-footer {
    padding: 10px
}

.noti-icon .count {
    position: absolute;
    top: 15px;
    right: -6px;
    margin-top: -3px;
    margin-right: -5px;
    width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    background-color: #da3746;
    border-radius: 40px;
    color: #fff;
    border: 2px solid #fff
}

.nav-sticky.navbar {
    background: #fff;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08)
}

.nav-sticky .header-item {
    color: #314047
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 15px
    }

    .navbar-collapse {
        max-height: 385px;
        overflow-y: auto;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 65px;
        background: #fff;
        padding-bottom: 10px;
        padding-left: 25px;
        -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
        box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08)
    }
    .ft-call-text{font-size: 12px!important;}
}

.arrow-down {
    display: inline-block
}

.arrow-down:after {
    border: 0;
    left: auto;
    content: "\f0140";
    font-family: "Material Design Icons";
    top: 35%;
    right: 28px;
    font-size: 14px;
    margin-left: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (max-width: 991.98px) {
    .arrow-down::after {
        right: 30px;
        position: absolute
    }
}

@media (max-width: 767.98px) {
    .navbar {
        margin-top: 0
    }

    .top-bar {
        display: none
    }
}

body[data-layout-mode=dark] .nav-sticky, body[data-layout-mode=dark] .navbar {
    background-color: #303841;
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .2);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .2)
}

body[data-layout-mode=dark] .nav-sticky .navbar-nav .nav-link, body[data-layout-mode=dark] .navbar .navbar-nav .nav-link {
    color: #f8f9fa
}

body[data-layout-mode=dark] .nav-sticky .navbar-nav .nav-link.active, body[data-layout-mode=dark] .nav-sticky .navbar-nav .nav-link:hover, body[data-layout-mode=dark] .navbar .navbar-nav .nav-link.active, body[data-layout-mode=dark] .navbar .navbar-nav .nav-link:hover {
    color: #DD7D21
}

body[data-layout-mode=dark] .nav-sticky .header-item, body[data-layout-mode=dark] .navbar .header-item {
    color: #f8f9fa
}

body[data-layout-mode=dark] .navbar-toggler {
    color: #f8f9fa
}

body[data-layout-mode=dark] .notification-wrapper .notification-item:hover {
    background-color: #3d454e
}

body[data-layout-mode=dark] .noti-icon .count {
    border-color: #303841
}

body[data-layout-mode=dark] .navbar-brand .logo-dark {
    display: none
}

body[data-layout-mode=dark] .navbar-brand .logo-light {
    display: inline-block
}

body[data-layout-mode=dark] .top-bar {
    background-color: #3d454e
}

body[data-layout-mode=dark] .top-bar .topbar-social-menu .social-link {
    color: #f8f9fa
}

body[data-layout-mode=dark] .top-bar .topbar-social-menu .social-link:hover {
    color: #048565
}

@media (max-width: 991.98px) {
    body[data-layout-mode=dark] .navbar-collapse {
        background-color: #303841;
        -webkit-box-shadow: 0 3px 10px 0 rgba(118, 123, 129, .08);
        box-shadow: 0 3px 10px 0 rgba(118, 123, 129, .08)
    }
}

.page-title-box {
    background-image: url(../images/home/page-title.png);
    background-size: cover;
    background-color: #00466e;
    position: relative;
    padding-top: 160px;
    padding-bottom: 40px;
    background-position: center;
}

.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    poPoppins-events: none
}

.shape > svg {
    width: 100%;
    height: auto
}

.breadcrumb {
    letter-spacing: .5px;
    text-align: center
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.breadcrumb .breadcrumb-item::before {
    content: "\f0142";
    font-size: 14px;
    color: #fff;
    font-family: "Material Design Icons";
    padding-left: 8px
}

.breadcrumb .breadcrumb-item:first-child::before {
    content: ""
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.breadcrumb .breadcrumb-item a:hover {
    color: #e2e5e8
}

body[data-layout-mode=dark] .page-title-box {
    background-color: #242c34
}

body[data-layout-mode=dark] .shape > svg path {
    fill: #283039
}

body[data-layout-mode=dark] .shape-light > svg path {
    fill: #303841
}

body[data-layout-mode=dark] .job-pagination .page-item .page-link {
    background-color: #3d454e;
    border-color: #3d454e
}

body[data-layout-mode=dark] .job-pagination .page-item.active .page-link {
    background-color: #DD7D21;
    border-color: #DD7D21
}

.bg-footer {
    background: #00466e;
    padding: 60px 0;
    position: relative;
    font-size: 14px
}

.footer-social-menu li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 40px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-social-menu li a:hover {
    background-color: #fff;
    color: #DD7D21;
    border-color: #fff
}

.footer-list li a {
    display: inline-block;
    padding-bottom: 16px;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-list li a:hover {
    color: #fff;
    letter-spacing: .4px
}

.footer-alt {
    background: #00466e;
    padding: 20px 0;
    border-top: 1px solid #034f7b
}

body[data-layout-mode=dark] .bg-subscribe {
    background-color: #242c34
}

body[data-layout-mode=dark] .bg-footer, body[data-layout-mode=dark] .footer-alt {
    background: #242c34
}

.row > * {
    position: relative
}

.bg-soft-primary {
    background-color: rgba(118, 109, 244, .15) !important;
    color: #DD7D21 !important
}

.bg-soft-primary .border {
    border-color: #DD7D21 !important
}

.bg-soft-secondary {
    background-color: rgba(116, 120, 141, .15) !important;
    color: #74788d !important
}

.bg-soft-secondary .border {
    border-color: #74788d !important
}

.bg-soft-success {
    background-color: rgba(4, 133, 101, .15) !important;
    color: #048565 !important
}

.bg-soft-success .border {
    border-color: #048565 !important
}

.bg-soft-info {
    background-color: rgba(95, 208, 243, .15) !important;
    color: #5fd0f3 !important
}

.bg-soft-info .border {
    border-color: #5fd0f3 !important
}

.bg-soft-warning {
    background-color: rgba(247, 204, 83, .15) !important;
    color: #f7cc53 !important
}

.bg-soft-warning .border {
    border-color: #f7cc53 !important
}

.bg-soft-danger {
    background-color: rgba(218, 55, 70, .15) !important;
    color: #da3746 !important
}

.bg-soft-danger .border {
    border-color: #da3746 !important
}

.bg-soft-pink {
    background-color: rgba(232, 62, 140, .15) !important;
    color: #e83e8c !important
}

.bg-soft-pink .border {
    border-color: #e83e8c !important
}

.bg-soft-light {
    background-color: rgba(248, 249, 252, .15) !important;
    color: #f8f9fc !important
}

.bg-soft-light .border {
    border-color: #f8f9fc !important
}

.bg-soft-dark {
    background-color: rgba(49, 64, 71, .15) !important;
    color: #314047 !important
}

.bg-soft-dark .border {
    border-color: #314047 !important
}

.bg-soft-purple {
    background-color: rgba(118, 109, 244, .15) !important;
    color: #DD7D21 !important
}

.bg-soft-purple .border {
    border-color: #DD7D21 !important
}

.bg-soft-blue {
    background-color: rgba(31, 134, 239, .15) !important;
    color: #1f86ef !important
}

.bg-soft-blue .border {
    border-color: #1f86ef !important
}

.bg-soft-green-dark {
    background-color: rgba(4, 133, 101, .15) !important;
    color: #048565 !important
}

.bg-soft-green-dark .border {
    border-color: #048565 !important
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, .15) !important;
    color: #fff !important
}

.bg-soft-white .border {
    border-color: #fff !important
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.section-title .title {
    font-size: 30px;
    line-height: 1.375
}

.para-desc {
    max-width: 600px
}

.sub-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-21 {
    font-size: 21px
}

.fs-22 {
    font-size: 22px
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.bg-overlay {
    background-color: rgba(49, 64, 71, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}

::-moz-selection {
    color: #fff;
    background: #DD7D21
}

::selection {
    color: #fff;
    background: #DD7D21
}

.avatar-xs {
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
    line-height: 3rem
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 5rem;
    width: 5rem
}

.uim-svg {
    fill: #DD7D21 !important
}

.uim-svg svg {
    width: 24px;
    height: 24px;
    vertical-align: inherit
}

.icons-sm svg {
    height: 18px;
    width: 18px
}

.icons-md svg {
    height: 32px;
    width: 32px
}

.icons-lg svg {
    height: 40px;
    width: 40px
}

.icons-xl svg {
    height: 48px;
    width: 48px
}

.primary-link {
    color: #314047;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.primary-link:hover {
    color: #DD7D21 !important
}

.map {
    line-height: 0;
    margin-bottom: -1px
}

.table th {
    font-weight: 500
}

.alert-dismissible .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-text {
    margin-top: .25rem;
    font-size: .95rem;
    font-weight: 500;
    color: #74788d
}

#back-to-top {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: #8c85f6;
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    z-index: 99
}

#back-to-top:hover {
    border-radius: 5px;
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
    background-color: #DD7D21
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@media (min-width: 1200px) {
    /*.container {
        max-width: 1140px !important
    }*/

    .custom-container {
        max-width: 90%
    }
}

body[data-layout-mode=dark] .primary-link {
    color: #f8f9fa
}

body[data-layout-mode=dark] .alert-dismissible .btn-close {
    -webkit-filter: invert(1);
    filter: invert(1)
}

body[data-layout-mode=dark] .border, body[data-layout-mode=dark] .border-bottom, body[data-layout-mode=dark] .border-end, body[data-layout-mode=dark] .border-top {
    border-color: #3d454e !important
}

.ui-elements-bar {
    padding: 24px;
    background-color: #fff;
    position: sticky;
    overflow-y: auto;
    top: 90px;
    height: calc(100vh - 165px);
    margin-right: 20px
}

.ui-elements-bar .nav .nav-item .nav-link {
    color: #74788d;
    font-weight: 500
}

.ui-elements-bar .nav .nav-item .nav-link:hover {
    color: #314047
}

.ui-elements-bar .nav .nav-item.active .nav-link {
    color: #314047
}

body[data-layout-mode=dark] .ui-elements-bar {
    background-color: #303841
}

body[data-layout-mode=dark] .ui-elements-bar .nav .nav-item .nav-link {
    color: #ced1d2
}

body[data-layout-mode=dark] .ui-elements-bar .nav .nav-item .nav-link:hover {
    color: #f8f9fa
}

body[data-layout-mode=dark] .offcanvas {
    background-color: #303841;
    border-color: #303841
}

body[data-layout-mode=dark] .progress {
    background-color: #303841
}

body[data-layout-mode=dark] .modal .modal-content {
    background-color: #303841;
    border-color: #303841
}

body[data-layout-mode=dark] .modal .modal-content .modal-footer, body[data-layout-mode=dark] .modal .modal-content .modal-header {
    border-color: #3d454e
}

body[data-layout-mode=dark] .btn-close {
    -webkit-filter: invert(1);
    filter: invert(1)
}

body[data-layout-mode=dark] .table {
    color: #f8f9fa;
    border-color: #3d454e
}

body[data-layout-mode=dark] .table-striped > tbody > tr:nth-of-type(odd) {
    color: #f8f9fa;
    --bs-table-accent-bg: #283039
}

.form-control, .form-select {
    padding: 10px;
    font-size: 14px;
    border-color: #dbdfe2;
    font-weight: 500
}

.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
    color: #adb5bd;
    font-size: 13px
}

.form-control::-moz-placeholder, .form-select::-moz-placeholder {
    color: #adb5bd;
    font-size: 13px
}

.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
    color: #adb5bd;
    font-size: 13px
}

.form-control:-moz-placeholder, .form-select:-moz-placeholder {
    color: #adb5bd;
    font-size: 13px
}

.form-check-input, .form-check-label, [type=search]::-webkit-search-cancel-button {
    cursor: poPoppins
}

body[data-layout-mode=dark] .form-check-input, body[data-layout-mode=dark] .form-control {
    color: #f8f9fa;
    border-color: #3d454e;
    background-color: #303841
}

body[data-layout-mode=dark] .form-check-input:checked, body[data-layout-mode=dark] .form-control:checked {
    background-color: #DD7D21;
    border-color: #DD7D21
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: visible;
    opacity: 1
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#status {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(118, 109, 244, .15)
}

#status ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#status ul li {
    list-style: none;
    height: 20px;
    width: 20px;
    background-color: #DD7D21;
    margin: 0 4px;
    border-radius: 50%;
    -webkit-animation: bounce 1s linear infinite;
    animation: bounce 1s linear infinite
}

#status ul li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    background-color: #1d10d2
}

#status ul li:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    background-color: #2012e9
}

#status ul li:nth-child(3) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: #3326ef
}

#status ul li:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    background-color: #493ef0
}

#status ul li:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background-color: #00466e
}

#status ul li:nth-child(6) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: #DD7D21
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.choices__list--multiple .choices__item {
    background-color: #DD7D21;
    border-color: #DD7D21;
    margin-bottom: 0
}

.choices__list--dropdown {
    z-index: 2;
    border-color: #dbdfe2;
    font-weight: 500;
    max-height: 280px
}

.choices__list--dropdown .choices__item--selectable {
    padding: 0;
    line-height: 43px;
    min-height: 44px;
    padding-left: 15px;
    padding-right: 29px;
    text-align: left;
    font-size: 15px
}

.choices__list--dropdown .choices__item--selectable::after {
    display: none
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    color: #DD7D21;
    background-color: #f8f9fc
}

.choices__input {
    background-color: transparent;
    margin-bottom: 0
}

.choices__inner {
    color: #314047;
    background-color: #fff;
    padding: 6px 10px;
    min-height: 39px;
    border: 1px solid;
    border-color: #dbdfe2;
    font-weight: 500
}

.choices__inner:focus {
    border: 1px solid;
    border-color: #dbdfe2
}

.choices[data-type*=select-one] .choices__input {
    background-color: transparent;
    border: 1px solid #DD7D21;
    margin: 10px;
    border-radius: 5px;
    width: 90%
}

.choices[data-type*=select-one]::after {
    border: 0;
    right: 11.5px;
    left: auto;
    content: "\f0140";
    font-family: "Material Design Icons";
    top: 35%;
    right: 28px
}

.choices[data-type*=select-one].is-open .choices__inner, .choices[data-type*=select-one].is-open .choices__list--dropdown {
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    border-color: #dbdfe2
}

.choices[data-type*=select-one].is-open::after {
    margin-top: -2.5px
}

.is-focused .choices__inner, .is-open .choices__inner {
    border: 1px solid;
    border-color: #dbdfe2
}

.selection-widget .form-select {
    padding: 8px 20px;
    color: #495057;
    border-color: #dbdfe2
}

.selection-widget .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.selection-widget .form-select option {
    padding: 20px
}

body[data-layout-mode=dark] .choices[data-type*=select-one] .choices__input, body[data-layout-mode=dark] .choices__inner, body[data-layout-mode=dark] .choices__input, body[data-layout-mode=dark] .choices__list--dropdown {
    background-color: #303841;
    border-color: #3d454e;
    color: #f8f9fa
}

body[data-layout-mode=dark] .choices[data-type*=select-one] .choices__input:focus, body[data-layout-mode=dark] .choices__inner:focus, body[data-layout-mode=dark] .choices__input:focus, body[data-layout-mode=dark] .choices__list--dropdown:focus {
    border-color: #3d454e
}

body[data-layout-mode=dark] .choices[data-type*=select-one].is-open .choices__inner, body[data-layout-mode=dark] .choices[data-type*=select-one].is-open .choices__list--dropdown {
    border-color: #3d454e
}

body[data-layout-mode=dark] .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #3d454e;
    color: #DD7D21
}

.gslide-description .gdesc-inner .gslide-desc {
    font-family: Poppins, sans-serif;
    font-size: 15px
}

.gslide-description .gdesc-inner .gslide-title {
    font-family: Poppins, sans-serif;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500
}

#home {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg-home {
    padding: 300px 0 240px 0;
    background-color: #00466e
}

@media (max-width: 767.98px) {
    .bg-home {
        padding: 155px 0 110px 0;
        background-color: #DD7D21
    }
}

.bg-home .bg-overlay {
    background: url(../images/home/img-01.png);
    background-size: cover;
    background-position: center
}

.filter-search-form {
    position: relative
}

.filter-search-form i {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
    color: #DD7D21;
    font-size: 20px
}

.registration-form {
    position: relative
}

.registration-form .submit-btn {
    border-radius: 8px
}

.registration-form .choices[data-type*=select-one] .choices__inner, .registration-form .form-control {
    border-radius: 8px
}

@media (min-width: 992px) {
    .filter-border::before {
        content: "";
        border-right: 1px solid #e2e5e8;
        position: absolute;
        right: 4px;
        height: 38px;
        top: 10px;
        z-index: 1
    }

    .registration-form {
        position: relative
    }

    .registration-form .submit-btn {
        border-radius: 0 8px 8px 0
    }

    .registration-form .form-control {
        border-radius: 8px 0 0 8px
    }

    .registration-form .choices[data-type*=select-one] .choices__inner {
        border-radius: 0
    }
}

.filter-input-box, .filter-input-box.form-select, .filter-search-form .choices__inner {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    font-size: 15px;
    height: 60px;
    padding: 16px 6px 15px 45px;
    border-radius: 0
}

.treding-keywords li a {
    color: rgba(255, 255, 255, .7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.treding-keywords li a:hover {
    color: #fff
}

.bg-home2 {
    padding: 80px 0 65px 0;
    background-color: #FFF;
    overflow-x: clip
}

@media (max-width: 767.98px) {
    .bg-home2 {
        padding: 80px 0 0px 0
    }
    .section{
        padding-left: 1rem;
    padding-right: 1rem;
    }
}

@media (max-width: 991.98px) {
    .home-img {
        height: auto;
        width: 100%
    }
}

.bg-home3 {
    padding: 210px 0 95px 0;
    background-color: rgba(118, 109, 244, .1);
    overflow-x: clip
}

@media (max-width: 767.98px) {
    .bg-home3 {
        padding: 160px 0 90px 0
    }
}

.homeslider .home-slide-box {
    position: relative
}

.homeslider .home-slide-box .bg-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .75)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent)
}

.homeslider .home-slide-box .home-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.homeslider .home-slide-box .home-slide-content .slide-para {
    font-family: "Dancing Script", cursive
}

@media (min-width: 992px) {
    .homeslider {
        width: 200%
    }

    .homeslider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .homeslider .swiper-slide {
        width: 60%;
        height: 100%
    }

    .homeslider .swiper-slide:nth-child(2n) {
        width: 60%;
        height: 100%
    }

    .homeslider .swiper-slide:nth-child(3n) {
        width: 60%;
        height: 100%
    }
}

.quote-icon .icon {
    position: absolute;
    top: -32px;
    left: 7px;
    z-index: 9;
    font-size: 102px;
    color: #fff
}

.quote-icon .icon-2 {
    font-size: 100px;
    position: absolute;
    top: -31px;
    left: 6px;
    z-index: 9
}

@media (min-width: 768px) {
    .bg-home2 .filter-border::before, .bg-home3 .filter-border::before {
        content: "";
        border-right: 1px solid #e2e5e8;
        position: absolute;
        right: 4px;
        height: 38px;
        top: 10px;
        z-index: 1
    }

    .bg-home2 .registration-form .submit-btn, .bg-home3 .registration-form .submit-btn {
        border-radius: 0 8px 8px 0
    }

    .bg-home2 .registration-form .form-control, .bg-home3 .registration-form .form-control {
        border-radius: 8px 0 0 8px
    }

    .bg-home2 .registration-form .choices[data-type*=select-one] .choices__inner, .bg-home3 .registration-form .choices[data-type*=select-one] .choices__inner {
        border-radius: 0PX
    }
}

body[data-layout-mode=dark] .bg-home {
    background-color: #373f4a
}

body[data-layout-mode=dark] .filter-border::before {
    border-color: #3d454e
}

body[data-layout-mode=dark] .registration-form .form-control {
    background-color: #303841
}

.popu-category-box {
    padding: 2.5rem 1.5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.popu-category-box .popu-category-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(118, 109, 244, .1)
}

.popu-category-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.job-Categories-box .job-Categories-list li {
    background-color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    margin-bottom: 14px;
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(49, 64, 71, .03);
    box-shadow: 0 .75rem 1.5rem rgba(49, 64, 71, .03)
}

.job-Categories-box .job-Categories-list li:last-child {
    margin-bottom: 0
}

body[data-layout-mode=dark] .job-Categories-box .job-Categories-list li {
    background-color: #3d454e
}

.job-list-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    border-radius: 10px;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.job-list-menu .nav-item .nav-link {
    padding: 10px 18px;
    color: #314047;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 10px
}

.job-list-menu .nav-item .nav-link.active {
    color: #fff;
    background-color: #DD7D21
}

.job-box {
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job-box .bookmark-label {
    width: 200px;
    position: absolute;
    top: -5px;
    left: -84px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    color: #fff;
    background: rgba(118, 109, 244, .15);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 6px;
    font-size: 20px;
    padding-top: 8px
}

/* .job-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    border-color: #DD7D21
} */

.job-box:hover .bookmark-label {
    background-color: #DD7D21
}

.filler-job-form i {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
    color: #DD7D21;
    font-size: 20px
}

.filler-job-form .choices__inner, .filter-job-input-box, .filter-job-input-box.form-select {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    height: 44px;
    padding: 6px 6px 6px 45px;
    border-radius: 6px
}

.filler-job-form .choices__inner:focus, .filter-job-input-box.form-select:focus, .filter-job-input-box:focus {
    border-color: #eff0f2
}

.side-bar .custom-control {
    margin: 12px 22px
}

.side-bar .form-check-input {
    width: 16px;
    height: 16px
}

.side-bar .accordion .accordion-item {
    border: none
}

.side-bar .accordion .accordion-item .accordion-button {
    background-color: rgba(118, 109, 244, .15);
    color: #314047;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500
}

.side-bar .accordion .accordion-item .accordion-button::after {
    content: "\f0140";
    font-family: "Material Design Icons";
    background: 0 0
}

.tag-cloud {
    color: #74788d;
    background-color: #f8f9fc;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tag-cloud:hover {
    color: #fff;
    background-color: #DD7D21
}

.noUi-horizontal {
    height: 10px;
    background: #fff;
    border-color: #e2e5e8
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border-color: #DD7D21;
    background: #DD7D21;
    -webkit-box-shadow: none;
    box-shadow: none
}

.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
    content: "";
    opacity: 0
}

.job-list-header .registration-form-box .form-control, .job-list-header .registration-form-box .form-select {
    padding: 6px 8px 6px 45px
}

.wedget-popular-title .popular-box {
    position: relative;
    padding: 6px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid rgba(239, 240, 242, .65)
}

.wedget-popular-title .popular-box .number {
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 14px;
    color: #DD7D21;
    background-color: rgba(118, 109, 244, .15)
}

.favorite-icon a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eff0f2;
    border-radius: 6px;
    color: rgba(173, 181, 189, .55);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.favorite-icon a:hover {
    color: #fff;
    background-color: #da3746;
    border-color: #da3746
}

.bookmark-post .bookmark-label, .job-box.bookmark-post .bookmark-label {
    background-color: #DD7D21
}

.bookmark-post .favorite-icon a, .job-box.bookmark-post .favorite-icon a {
    background-color: #da3746;
    color: #fff;
    border-color: danger
}

.job-box .favorite-icon {
    position: absolute;
    top: 15px;
    right: 15px
}

body[data-layout-mode=dark] .job-list-menu {
    background-color: #283039
}

body[data-layout-mode=dark] .job-list-menu .nav-item .nav-link {
    color: #f8f9fa
}

body[data-layout-mode=dark] .side-bar .accordion .accordion-button {
    color: #f8f9fc
}

body[data-layout-mode=dark] .wedget-popular-title .popular-box {
    border-color: #3d454e
}

body[data-layout-mode=dark] .job-box:hover {
    border-color: #DD7D21
}

body[data-layout-mode=dark] .favorite-icon a {
    border-color: #3d454e
}

body[data-layout-mode=dark] .noUi-horizontal {
    background-color: #303841;
    border-color: #303841;
    -webkit-box-shadow: none;
    box-shadow: none
}

body[data-layout-mode=dark] .noUi-horizontal .noUi-handle {
    border-color: #63686f;
    background-color: #63686f;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bg-subscribe {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-color: #343c3f;
    bottom: -1px
}

.bg-subscribe .email-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .35
}

.subscribe-form .form-control {
    max-width: 350px;
    padding: 9px 20px;
    border-color: rgba(226, 229, 232, .35);
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    background-color: transparent
}

.process-box {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 1.5rem
}

.process-box .process-img {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background-color: rgba(118, 109, 244, .05)
}

.process-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.process-menu.nav-pills .nav-link {
    color: #314047;
    margin-bottom: 22px;
    position: relative;
    padding: 10px 0
}

.process-menu.nav-pills .nav-link .number {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(116, 120, 141, .15);
    color: #74788d;
    border-radius: 40px
}

.process-menu.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #DD7D21
}

.process-menu.nav-pills .nav-link.active .number {
    color: #fff;
    background-color: #DD7D21
}

.process-menu.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    border: 1px dashed rgba(118, 109, 244, .4);
    height: 65px;
    left: 17px;
    top: 54px
}

.process-menu.nav-pills .nav-link:last-child::before {
    border: none
}

body[data-layout-mode=dark] .process-menu .nav-link {
    color: #fff
}

body[data-layout-mode=dark] .process-menu .nav-link.active {
    color: #DD7D21
}

.testi-box {
    position: relative;
    max-width: 630px;
    border: none;
    margin: 0 auto;
    text-align: center
}

.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #DD7D21;
    opacity: .5;
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 26px
}



.widget-popular-post .widget-popular-post-img {
    width: 85px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
}

.widget-popular-post a {
    color: #314047
}

.sd-title {
    position: relative;
    border-bottom: 2px solid #e2e5e8
}

.sd-title::before {
    content: "";
    background-color: #DD7D21;
    width: 32%;
    height: 2px;
    position: absolute;
    bottom: -2px
}

.widget-social-menu li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #314047;
    background-color: #f8f9fc;
    border-radius: 40px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.widget-social-menu li a:hover {
    color: #fff;
    background-color: #DD7D21
}



body[data-layout-mode=dark] .candidate-detail-social-menu li a, body[data-layout-mode=dark] .widget-social-menu li a {
    color: #74788d;
    background-color: #3d454e
}

body[data-layout-mode=dark] .candidate-detail-social-menu li a:hover, body[data-layout-mode=dark] .widget-social-menu li a:hover {
    color: #fff;
    background-color: #DD7D21
}

body[data-layout-mode=dark] .blog-grid-box {
    -webkit-box-shadow: 0 0 3px rgba(248, 249, 250, .1);
    box-shadow: 0 0 3px rgba(248, 249, 250, .1)
}

.about-feature {
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    border: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.about-feature .featrue-icon {
    height: 45px;
    width: 45px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 24px;
    text-align: center;
    color: #DD7D21;
    background: linear-gradient(-45deg, transparent, rgba(118, 109, 244, .15))
}

.about-feature:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 5px 6px rgba(49, 64, 71, .1);
    box-shadow: 0 5px 6px rgba(49, 64, 71, .1)
}

.about-social-menu li a {
    font-size: 17px;
    color: #74788d;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.about-social-menu li a:hover {
    color: #DD7D21
}

.about-testimonial-menu.nav-pills .nav-link img {
    max-width: 100%
}

.about-testimonial-menu.nav-pills .nav-link .about-testi-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(49, 64, 71, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.about-testimonial-menu.nav-pills .nav-link.active, .about-testimonial-menu.nav-pills .nav-link:hover {
    background-color: transparent !important
}

.about-testimonial-menu.nav-pills .nav-link.active .about-testi-bg-overlay, .about-testimonial-menu.nav-pills .nav-link:hover .about-testi-bg-overlay {
    opacity: 1
}

.about-tab-content .tab-pane {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

.about-cta {
    padding: 50px 40px;
    border: 1px solid #eff0f2;
    border-radius: 20px
}

.counter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.4rem;
    font-size: 2.4rem;
    font-weight: 600
}

.counter > span {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    line-height: 1
}

.counter > span span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100%
}

.about-list li {
    margin-bottom: 14px;
    padding-left: 25px
}

.about-list li::before {
    font-family: Material Design Icons;
    content: "\f0e1e";
    position: absolute;
    left: 12px;
    color: #048565
}

@media (min-width: 1200px) {
    .about-img {
        width: 180%
    }
}

.service-box {
    border: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.service-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.team-box {
    overflow: hidden
}

.team-box .team-img img {
    position: relative;
    width: 215px;
    height: 215px;
    border-radius: 50%
}

.team-box .team-img .team-social {
    position: absolute;
    top: 58px;
    left: 25px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.team-box .team-img .team-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #DD7D21;
    color: #fff
}

.team-box:hover .team-social {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.pricing-details .pricing-item {
    padding: 9px 0
}

.pricing-details .pricing-item i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 40px
}

.pricing-box {
    border: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-box .pricing-icon {
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 5rem;
    border: 6px solid #fff;
    height: 90px;
    width: 90px;
    line-height: 96px
}

.pricing-box:hover {
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.pricing-counter {
    background-image: url(../images/bg-counter.svg);
    background-size: cover;
    background-position: center;
    padding: 35px;
    border-radius: 20px
}

body[data-layout-mode=dark] .pricing-box .pricing-icon {
    border-color: #283039
}

.faq-menu.nav-pills .nav-item .nav-link {
    color: #314047;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 17px
}

.faq-menu.nav-pills .nav-item .nav-link.active {
    color: #DD7D21;
    background-color: transparent !important;
    border-bottom-color: #DD7D21
}

.faq-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #DD7D21;
    -webkit-box-shadow: none;
    box-shadow: none
}

body[data-layout-mode=dark] .faq-menu .nav-item .nav-link {
    color: #f8f9fa
}

body[data-layout-mode=dark] .faq-menu .nav-item .nav-link.active {
    color: #DD7D21
}

body[data-layout-mode=dark] .accordion-button {
    color: #f8f9fc
}

.job-grid-box {
    border-radius: 14px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job-grid-box .favorite-icon {
    position: absolute;
    right: 20px;
    top: 20px
}

.job-grid-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.candidate-contact-details .icon, .job-overview .icon {
    height: 46px;
    line-height: 46px;
    width: 46px;
    border-radius: 46px;
    text-align: center;
    font-size: 20px
}

.job-details-compnay-profile {
    margin-top: -34px;
    position: relative;
    margin-left: 24px
}

.job-details-menu {
    position: sticky;
    top: 120px
}

.job-details-menu .nav-link {
    color: #314047;
    border: 1px solid #f8f9fc;
    margin-top: 15px;
    padding: 22px;
    cursor: poPoppins
}

.job-details-menu .nav-link.active {
    color: #314047;
    background-color: rgba(118, 109, 244, .07)
}

.job-detail-list li {
    padding-left: 25px;
    position: relative;
    margin-top: 12px
}

.job-detail-list li i {
    color: #048565;
    font-size: 12px;
    line-height: 23px;
    left: 0;
    position: absolute;
    top: 0
}

.candidate-list-box {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.candidate-list-box .favorite-icon {
    position: absolute;
    right: 22px;
    top: 22px
}

.candidate-list-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    border-color: #DD7D21
}

.profile-active {
    padding: 5px;
    top: -4px;
    right: -5px;
    border: 2px solid #fff
}

.featured-label {
    top: 10px;
    position: absolute;
    right: 0
}

.featured-label .featured {
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    background: #DD7D21;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px
}

.featured-label .featured::before {
    content: "";
    position: absolute;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #DD7D21;
    left: -11px;
    top: 0
}

body[data-layout-mode=dark] .profile-active {
    border-color: #303841
}

.page-sub-title {
    font-weight: 17px;
    font-weight: 500px;
    letter-spacing: .5px
}

.candidate-detail-social-menu li .social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 40px;
    color: #74788d;
    background-color: #f8f9fc;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.candidate-detail-social-menu li .social-link:hover {
    color: #fff;
    background-color: #DD7D21
}

.candidate-profile-overview li, .profile-contact li {
    padding: 10px 0
}

.candidate-profile-overview li label, .profile-contact li label {
    min-width: 118px;
    font-weight: 500
}

.candidate-education-content {
    position: relative
}

.candidate-education-content .circle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 40px
}

.candidate-education-content::before {
    content: "";
    position: absolute;
    border: 1px dashed rgba(118, 109, 244, .4);
    height: 98px;
    left: 16px;
    top: 44px
}

.candidate-education-content:last-child::before {
    opacity: 0
}

.review-rating i {
    font-size: 16px;
    letter-spacing: -.016rem
}

.candidate-portfolio-box {
    overflow: hidden
}

.candidate-portfolio-box .bg-overlay {
    background-color: rgba(49, 64, 71, 0)
}

.candidate-portfolio-box .bg-overlay, .candidate-portfolio-box .zoom-icon, .candidate-portfolio-box img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.candidate-portfolio-box .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.candidate-portfolio-box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.candidate-portfolio-box:hover .bg-overlay {
    background-color: rgba(49, 64, 71, .3)
}

.candidate-portfolio-box:hover .zoom-icon {
    opacity: 1
}

.bg-auth {
    padding: 40px 0;
    background-color: rgba(118, 109, 244, .1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

@media (max-width: 991.98px) {
    .bg-auth {
        padding: 60px 0
    }
}

.auth-box {
    border: none;
    -webkit-box-shadow: 0 5px 6px rgba(49, 64, 71, .1);
    box-shadow: 0 5px 6px rgba(49, 64, 71, .1);
    border-radius: 10px;
    overflow: hidden
}

.auth-box .auth-content {
    background-color: #493ef0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.auth-box .logo-dark {
    display: inline-block
}

.auth-box .logo-light {
    display: none
}

.auth-box .auth-form .form-control {
    color: #fff;
    border-color: rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .1)
}

.auth-box .auth-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .45)
}

.auth-box .auth-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .45)
}

.auth-box .auth-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .45)
}

.auth-box .auth-form .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .45)
}

body[data-layout-mode=dark] .bg-auth {
    background-color: #303841
}

body[data-layout-mode=dark] .auth-box {
    background-color: #303841;
    -webkit-box-shadow: 0 5px 13px rgba(49, 64, 71, .1);
    box-shadow: 0 5px 13px rgba(49, 64, 71, .1)
}

body[data-layout-mode=dark] .auth-box .logo-light {
    display: inline-block
}

body[data-layout-mode=dark] .auth-box .logo-dark {
    display: none
}

.bg-coming-soon {
    position: relative
}

@media (max-width: 991.98px) {
    .bg-coming-soon {
        padding: 150px 0;
        height: auto
    }
}

.coming-soon-subacribe .form-control {
    border-color: rgba(173, 181, 189, .5);
    background-color: transparent
}

.countdownlist-item {
    width: 25%;
    text-align: center
}

.countdownlist-item:last-of-type .count-num::after {
    display: none
}

.count-title {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: rgba(49, 64, 71, .5);
    text-transform: uppercase
}

.count-num {
    padding: 16px 8px;
    position: relative;
    font-weight: 600;
    font-size: 32px
}

@media (max-width: 575.98px) {
    .count-num {
        font-size: 18px
    }
}

.count-num::after {
    content: ":";
    font-size: 20px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #314047
}

body[data-layout-mode=dark] .bg-coming-soon, body[data-layout-mode=dark] .bg-error {
    background-color: #283039
}

body[data-layout-mode=dark] .count-title {
    color: #f8f9fa
}

body[data-layout-mode=dark] .count-num::after {
    color: #f8f9fa
}

.profile-page {
    padding: 180px 0 80px 0;
    position: relative
}

@media (max-width: 767.98px) {
    .profile-page {
        padding: 95px 0 70px 0
    }
}

.profile-document .profile-document-list .icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid rgba(116, 120, 141, .2);
    border-radius: 6px;
    color: #74788d;
    text-align: center;
    font-size: 20px
}

.profile-content-nav.nav-pills .nav-item .nav-link {
    color: #314047;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 12px 26px
}

.profile-content-nav.nav-pills .nav-item .nav-link.active {
    color: #DD7D21;
    background-color: transparent !important;
    border-bottom-color: #DD7D21
}

.profile-user {
    position: relative;
    display: inline-block
}

.profile-user .profile-photo-edit {
    position: absolute;
    bottom: 5px;
    right: 0
}

.profile-user .profile-photo-edit i {
    color: #314047;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    cursor: poPoppins
}

.profile-user .profile-img-file-input {
    display: none
}

.profile-user .profile-img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

ul.working-days {
    padding: 0;
    margin: 0
}

ul.working-days li {
    list-style: none;
    padding: 8px 0
}

ul.working-days li span {
    float: right;
    color: #82858e;
    font-size: 13px
}

#style-switcher {
    -webkit-transition: all .4s;
    transition: all .4s;
    background: none repeat scroll 0 0 #f8f9fc;
    -webkit-box-shadow: 0 4px 12px rgba(49, 64, 71, .07);
    box-shadow: 0 4px 12px rgba(49, 64, 71, .07);
    left: -165px;
    position: fixed;
    top: 35.5%;
    width: 165px;
    z-index: 999;
    padding: 10px 5px
}

#style-switcher .settings {
    background: #212529;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center
}

ul.pattern {
    overflow: hidden;
    border-radius: 0
}

ul.pattern li {
    float: left;
    margin: 2px
}

ul.pattern li .color-list {
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    margin: 5px
}

ul.pattern .color1 {
    background-color: #DD7D21
}

ul.pattern .color2 {
    background-color: #1f86ef
}

ul.pattern .color3 {
    background-color: #02af74
}

.mode-btn {
    height: 40px;
    width: 80px;
    display: inline-block;
    line-height: 40px;
    background-color: #DD7D21;
    text-align: center
}

.mode-dark {
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.mode-light {
    display: blog;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body[data-layout-mode=dark] #style-switcher {
    background-color: #242c34
}

body[data-layout-mode=dark] .mode-dark {
    display: inline-block
}

body[data-layout-mode=dark] .mode-light {
    display: none
}

body[data-layout-mode=dark] .card {
    background-color: #283039;
    border-color: #3d454e
}

@media (max-width:767.77px){
    .logo-dark, .logo-light{max-height: 45px!important;}
    .belediye-logo {
        height: 55px!important;
        position: relative;
        margin-top: -30px;
        margin-left: 0px!important;
        margin-bottom: -30px;
        z-index: 1;
    }
    .footer-item{font-size:12px!important;}
    .footer-social-menu li a {
        display: inline-flex;
        width: 30px;
        height: 30px;
        line-height: 30px;
        justify-content: center;
        text-align: center;
        align-items: center;
        color: white;
    }
}

.about-three {
    position: relative;
    padding-bottom: 75px;
    background-color: var(--sifoxen-white, #fff);
}

.section-space-top {
    padding-top: var(--section-space, 120px);
}

.about-three .container {
    position: relative;
    z-index: 1;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

.about-three__image__inner {
    position: relative;
    margin: 0 30px 0 auto;
    width: 100%;
    max-width: 429px;
}

.about-three__image__inner::before {
    content: "";
    width: calc(100% - 87px);
    height: calc(100% + 7px);
    position: absolute;
    top: 53px;
    left: -60px;
    border: 3px solid #ef7f1a;
    animation: zump 2s linear infinite;
}

.about-three__image__inner img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
}

.about-three__video-box {
    position: relative;
    position: absolute;
    left: -111px;
    bottom: -60px;
    z-index: 2;
    border: 10px solid var(--sifoxen-white, #fff);
    box-shadow: 0px 4px 50px 0px RGBA(var(--sifoxen-black3-rgb, 0, 0, 0), 0.15);
    max-width: 60%;
    max-height: 282px;
}

.about-three__image__inner img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
}

.about-three__content {
    margin-top: 8px;
}

.about-three .sec-title {
    margin-bottom: 17px;
}

.sec-title__top {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec-title__tagline {
    margin: 0;
    font-family: var(--sifoxen-font, "Poppins", sans-serif);
    font-size: 16px;
    color:#00466e;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

.sec-title__title {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.166;
    letter-spacing: var(--sifoxen-letter-space, -1.2px);
    text-transform: capitalize;
    font-family: 'Poppins';
}

.about-three__text {
    color: #314047;
    font-weight: 500;
    margin-bottom: 32px;
    text-align: justify;
}

.about-three__inner {
    margin-bottom: 30px;
    padding-bottom: 31px;
    border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.about-three__info__icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 500ms ease;
    margin-bottom: 13px;
}

.about-three__info__icon {
    display: inline-flex;
    align-items: center;
    font-size: 34px;
    color: var(--sifoxen-base, #AE61BE);
    transition: all 500ms ease;
}

.about-three__info__icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 500ms ease;
    margin-bottom: 13px;
}

.about-three__info__icon {
    display: inline-flex;
    align-items: center;
    font-size: 34px;
    color: var(--sifoxen-base, #AE61BE);
    transition: all 500ms ease;
}

.about-three__info__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: capitalize;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
.about-three {
    padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.about-three {
    padding-bottom: 100px;
}
.news-title{
    font-size:20px !important;
}
.card-body{
    height: 65rem!important;
}
}
@media (max-width: 991px) {
.about-three {
    padding-bottom: 120px;
}
}
.about-three {
position: relative;
padding-bottom: 100px;
background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 575px) {
.section-space-top {
    padding-top: 80px;
}
}
@media (max-width: 767px) {
.section-space-top {
    padding-top: 100px;
}
}
.section-space-top {
padding-top: var(--section-space, 120px);
}
@media (max-width: 991px) {
.about-three__image {
    padding-left: 60px;
    padding-right: 0;
}
}
@media (max-width: 1199px) {
.about-three__image {
    padding-left: 30px;
    padding-right: 20px;
}
}
@media (max-width: 1199px) {
.about-three__image__inner {
    margin: 0;
}
}
@media (max-width: 991px) {
.about-three__image__inner::before {
    top: 40px;
    left: -40px;
    width: calc(100% - 50px);
    height: 100%;
}
}
@media (max-width: 1199px) {
.about-three__image__inner::before {
    top: 27px;
    left: -18px;
}
}
@media (max-width: 991px) {
.about-three__video-box {
    left: -60px;
}
}
@media (max-width: 1199px) {
.about-three__video-box {
    left: 190px;
}
}
@media (max-width: 991px) {
.about-three__content {
    margin-top: 60px;
}
}
@media (max-width: 767px) {
.sec-title__tagline {
    font-size: 14px;
}
}
@media (max-width: 767px) {
.mobile-about-link-boxes {
    display: flex;
    flex-direction: row !important;
}
}
@media (max-width: 767px) {
.about-three__info__title {
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.25;
    text-transform: capitalize;
    margin-bottom: 5px;
}
}
.send-cv {
    background: #eee;
    padding: 4rem
}
.counter-section-two {
    background-size: cover;
    background-position: center;
    padding: 100px 0 50px;
}

.counter-box-five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter-box-five .counter {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;

    margin-bottom: 5px;
}

.counter-box-five .counter::after {
    content: "+";
    font-size: 16px;
    margin-left: 5px;
}

.counter-box-five .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    opacity: 0.6;

}

.counter-box-five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter-box-five .counter {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}

input,
button {
    height: var(--height);
    font-family: var(--font-fam);
    border: 0;
    color: var(--color-dark);
    font-size: 1.8rem;
}

input[type="search"] {
    outline: 0; // <-- shold probably remove this for better accessibility, adding for demo aesthetics for now.
    width: 100%;
    background: var(--color-light);
    padding: 0 1.6rem;
    border-radius: var(--rad);
    appearance: none; //for iOS input[type="search"] roundedness issue. border-radius alone doesn't work
    transition: all var(--dur) var(--bez);
    transition-property: width, border-radius;
    z-index: 1;
    position: relative;
}

button {
    display: none; // prevent being able to tab to it
    position: absolute;
    top: 0;
    right: 0;
    width: var(--btn-width);
    font-weight: bold;
    background: var(--color-brand);
    border-radius: 0 var(--rad) var(--rad) 0;
}

input:not(:placeholder-shown) {
    border-radius: 5px;
    /* width: calc(100% - var(--btn-width)); */

    +button {
        display: block;
    }
}

label {
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 100%;
}


.bg-home77{
    background: #f1f1f1;
    padding: 140px 0 65px 0;
}
.full_search_box.hero_search-radius.style-2 {
background: #ffffff;
padding: 10px 20px;
border-radius: 0.3rem;
box-shadow: 0 6px 15px 0px rgba(35, 42, 56, 0.1);
-webkit-box-shadow: 0 6px 15px 0px rgba(35, 42, 56, 0.1);
}
.full_search_box.hero_search-radius {
position: relative;
}
.full_search_box.hero_search-radius {
background: #ffffff;
padding: 10px 20px;
border-radius: 0.2rem;
box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.full_search_box {
background: #ffffff;
padding: 18px 25px 10px;
border-radius: 6px;
}
.full_search_box {
background: #ffffff;
padding: 25px 25px 10px;
border-radius: 6px;
}
.small-padd {
padding: 0 5px !important;
}
.full_search_box.lightanic_search .form-group {
margin-bottom: 0px;
}
.form-group {
color: #707e9c;
font-weight: 500;
position: relative;
padding: 0;
margin-bottom: 10px;
}
.input-with-icon {
position: relative;
width: 100%;
}
.lightanic_search.hero_search-radius .input-with-icon .form-control, .lightanic_search.hero_search-radius .input-with-shadow .form-control, .lightanic_search.hero_search-radius .input-with-shadow .select2-container, .lightanic_search.hero_search-radius .input-with-icon .select2-container {
border: none;
border-radius: 0;
padding-left: 45px;
height: 54px;
background: #ffffff;
box-shadow: none;
-webkit-box-shadow: none;
border-right: 1px solid #e8ebf3;
}
.lightanic_search .input-with-icon .form-control, .lightanic_search .input-with-shadow .form-control, .lightanic_search .input-with-shadow .select2-container, .lightanic_search .input-with-icon .select2-container {
border: none;
border-radius: 3px;
padding-left: 40px;
height: 54px;
background: #ffffff;
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid #bec2cc;
}
.form-group .form-control {
padding-left: 15px;
margin: 0 !important;
box-shadow: none !important;
background: #ffffff;
border: 1px solid #e7eaf1;
color: #707e9c;
border-radius: 4px;
}
.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container {
border: none;
border-radius: 5px;
padding-left: 30px !important;
height: 54px;
background: #ffffff;
overflow: hidden;
box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
-webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
}
.form-control {
box-shadow: none !important;
}
.form-control {
height: 45px;
border-radius: 0;
font-size: 15px;
box-shadow: none;
padding: .5rem .75rem;
border: 1px solid #cccc!important;
background-clip: initial;
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
background-clip: padding-box;
border: var(--bs-border-width) solid var(--bs-border-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: var(--bs-border-radius);
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-with-icon i {
position: absolute;
top: 48%;
transform: translateY(-50%);
left: 8px;
font-size: 15px;
color: #215463;
font-style: normal;
opacity: 0.4;
font-style: normal;
cursor: normal;
pointer-events: none;
}
[class*=" ti-"], [class^=ti-] {
font-family: themify;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.small-padd {
padding: 0 5px !important;
}
.input-with-icon {
position: relative;
width: 100%;
}
.btn-seegreen {
background: #00466c;
border-color: #0a5f59;
color: #ffffff;
}
.btn {
padding: 10px 20px;
height: 56px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
-webkit-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
transition: all ease 0.4s;
border-radius: 0.4rem;
}
.full-width {
width: 100%;
}

@media (max-width: 768px) {
    .indexSearchBar{
        width: 20rem!important;
    }
    .bg-home77{
        padding: 130px 0 40px 0;
    }
}
.forminput {
    margin-bottom: 2rem;
}
.inputclr{
    color: #ff0000;
}
.toggle-box{
    display: flex; justify-content: space-between;
}

@media(max-width:768px){
   
    .form-control {
  
        font-size: 13px;
    
    }
    .toggle-box {
        display: block;
        /* justify-content: space-between; */
    }
    .check-box{
        display: flex !important;
        justify-content: flex-end!important;
        align-items: center!important;
        flex-direction: row!important;
    }
    .toggleinput {
        text-align: justify!important;
    }
    .text-end{
        display: flex;
        flex-direction: column;
        align-items: center;   
    }
    .footer-top{
        display: flex;
        gap: 53px;
    }
    button {
        display: flex; 
    
    }
    .about-three {
        position: relative;
        padding-top:70px;
        padding-bottom: 0px;
        background-color: var(--sifoxen-white, #fff);
    }
    .result-section {
   
     
        bottom: 0!important;

    }
    .takip-form{
        flex-direction: column;
        gap: 12px;
    }
    .btn {
        padding: 10px 15px;
        height: 35px;
        font-size: 10px!important;
  
    }
    .full-width {
        width: 50%;
    }
    .homecont{
        gap: 50px;
    }
    .search-top{
        margin-top: 0!important;
    }
    .cv-btn {
        padding: 10px 30px;
    }
    .about-three__image__inner img {
    
        max-width: 75%;
      
    }
    .baskan-foto{
        max-width: 100%!important;
    }
    .send-cv{
        padding: 4rem 0 4rem 0!important;
    }
    .cv-row{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .cv-title{
        text-align: center;
    }
    .pc-gizle li{
        width:40%;
    }
    .result-section {
    padding-top: 120px!important;
    padding-bottom: 50px!important;
    position: relative;
}
}
.toggleinput{text-align: center;}
.check-box{
    display: flex;  
    flex-direction: column;   
    gap: 24px;   
    justify-content: center;
    font-size: 10px;
}

.result-gap{
    display: flex;
    align-items: flex-start;
}
.result-section{
 
    width: 100%;
  
    display: flex;
}
.resulttitle {
    font-size: 20px;
    color: #00466e;
}
/* .search-top{
    margin-top: 9rem;
} */
@media(min-width:768px){
    .pc-gizle{
    display: none!important;
}
.form-inp{
 display: flex;       
}
}
.btn:hover {
    color: #fff;
    background-color: #DD7D21;
    border-color: #DD7D21;
}
.result-section{
   
    padding-top: 248px;
    padding-bottom: 117px;
    position: relative;
}
.appeals-col{
    display: flex;   
    justify-content: space-between;
}
.firm_name{
    text-transform: uppercase;
    font-weight: 700!important;
}
.firmsection{
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.table tbody tr:nth-child(odd) {
    background-color: #f2f2f2!important; /* Gray for odd rows */
}

.table tbody tr:nth-child(even) {
    background-color: #fff!important; /* White for even rows */
}
.bg-white {
    background-color: #fff!important;
    border: 1px solid #cfcfcf;
}

.bg-gray {
    background-color: #f2f2f2!important;
    border: 1px solid #cfcfcf;
}
.table>:not(:first-child){
    border: 1px solid #cfcfcf!important;
}
.bordtr{
    border: 1px solid #cfcfcf!important;
}
/* .job-box{
    display: flex;  
    justify-content: center; 
     margin-top: 30px; 
      margin-bottom: 2rem;
}
.jobs{
    border: 1px solid #dedede;    padding: 35px;   margin-bottom: 3rem;
} *//* Genel Stil Ayarları */
.job_add {
 
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.job-box h5 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* .form-label {
    font-weight: bold;
} */

/* Form Alanları ve Button */
.jobs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
/* 
.jobs .col-12 {
    width: 100%;
} */

.jobs .col-lg-4 {
    max-width: 33.33%;
}

.form-control {
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.add-job-btn {
    padding: 10px 20px;
    background-color: #00466e;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.add-job-btn:hover {
    background-color: #DD7D21;
}

/* Tablo Stil Ayarları */
.table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.table thead {
    background-color: #007bff;
    color: white;
}

.table th,
.table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
 
}

.table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.table tbody tr:hover {
    background-color: #e9ecef;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    background-color: #00466c;
}

/* Mobil Uyumu İçin Medya Sorgusu */
@media (max-width: 767px) {
    .jobs {
        flex-direction: column;
    }

    .jobs .col-lg-4 {
        max-width: 100%;
    }

    .table th, .table td {
        padding: 8px;
    }
}
/* .table-jb{
    display: flex;
        justify-content: center;
} */
 .btn-delt{
    height: 2rem;
    width: 2rem;
 }
 .table-jb{
    display: flex;
    justify-content: center;
 }
 .job-box{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
 }


.inputclr {
    color: #dc3545;
}


.forminput {
    color: #000 !important
}

/* Genel düzenleme */
.section-title {
    font-size: 1.25rem;
    margin-bottom: 15px;

}

.personel-inf {
    border: 1px solid #d8d8d8;
    padding: 45px;
}

.job-box {
    margin-bottom: 20px;
}

/* Gölge ve kenar düzeni */
.border {
    border-color: #ddd !important;
}

/* Alan içi düzenleme */
.forminput {
    font-size: 0.9rem;
}

.btn {
    min-height: 38px;
    font-size: 0.85rem;
}

.bg-light {
    background-color: #fff;
}

.bar-title {
    display: flex;
    margin-bottom: 35px;
    justify-content: center;
    font-size: 1.5rem
}

.schooldescription {
    font-size: 10px;
    color: red;
}

.personel-inf {
    border-radius: .25rem !important;
}

.education-row {
    border: 1px solid #d8d8d8;
}
.text-end{
 
    margin-bottom: 1rem;
}
.jobdescription {
    display: flex;
        justify-content: flex-end;
}
.schooldescription {
    display: flex;
        justify-content: flex-end;
}
.form-control.form-control-solid{
    background-color: #0000;
}

.footer-item{
    display: flex;
}
.footer-item img{
    width: 55%;

}

.text-muted{
    text-align: justify;  
}
.devam-input{
    width: 20px!important;
    height: 20px!important;
}
.devam-label{
font-size: 13px;
}
.education-row{
    display: flex;
        justify-content: flex-end;
}
.blog-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.text-blog {
    text-align: center;
}

.blog-images img {
    max-width: 25rem;
    height: auto;
    border-radius: 8px;
}

.blog-title {
    margin-top: 20px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}



.blog-content {
    font-size: 1.1rem;
    color: #444;
    margin-top: 20px;
    line-height: 1.6;
}

.btn-primary {
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 1.5rem;
        font-weight: 500;
        color: #114167;
    }
}
.cv-title{
    font-size: 24px;
    margin: 0;
}
.cv-cont{
        display: flex
;
    align-items: center;
}
.a:hover{
   color: #DD7D21!important;
}

    .blog-title {
    margin-top: 20px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}
    .blog-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 1200px) {
    .custom-container {
        max-width: 90%;
    }
}
    .belediye-logo {
    height: 110px;
    position: relative;
    margin-top: -30px;
    margin-left: -20px;
    margin-bottom: -30px;
    z-index: 1;
}
    .navbar {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
    margin-top: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
    .page-title-box {
    background-image: url(../images/home/page-title.png);
    background-size: cover;
    background-color: #00466e;
    position: relative;
    padding-top: 160px;
    padding-bottom: 40px;
    background-position: center;
}
     .blog-title h3 a:hover{
    color: #DD7D21
}
.blog-cont {
    display: flex;
    flex-wrap: wrap; /* İçeriği satırlara sarmak için */
}

.blog-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 15px;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto;
    overflow: hidden;
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-title {
    margin-top: 10px;
    text-align: center;
    flex-grow: 1;
}

.blog-title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    overflow: hidden;

 
}

.blog-date {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-date i {
    margin-right: 5px;
    color: #555;
}
.blog-grid-box {
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-grid-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.blog-modern-box .bg-overlay {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, .55)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .55) 10%, transparent)
}

.blog-modern-box img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.blog-modern-box .card-img-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.blog-modern-box:hover img {
    -webkit-transform: scale(1.3) translateX(-20px);
    transform: scale(1.3) translateX(-20px)
}

.blog-blockquote .blockquote p {
    max-width: 545px;
    margin: 0 auto
}

.blog-social-menu li .social-link {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-author-sidebar .blog-title {
    font-size: 16px;
    border: 1px solid;
    text-align: center;
    padding: 12px 0;
    border-color: #e2e5e8 transparent #e2e5e8 transparent
}
.blog-box {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    border-radius: 6px
}

.blog-box .blog-img {
    border-radius: 6px 6px 0 0
}

.blog-box .blog-img .bg-overlay {
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-box .blog-img .author {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0
}

.blog-box .blog-img .likes {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0
}

.blog-box:hover .blog-img .bg-overlay {
    opacity: .6
}

.blog-box:hover .blog-img .author {
    opacity: 1
}

.blog-box:hover .blog-img .likes {
    opacity: 1
}

.blog-masonry-box .blog-img, .post-preview .blog-img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.blog-masonry-box:hover .blog-img, .post-preview:hover .blog-img {
    -webkit-transform: scale(1.3) translateX(-10px);
    transform: scale(1.3) translateX(-10px)
}
 .news-title{
    font-size: 35px;
 }
 .new-item{
    display: flex
    ;
        flex-direction: column;
        align-items: center;
        border: 1px solid #f7f7f7;
        padding: 15px;
        border-radius: 8px;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        margin: 15px;
        background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 350px;
        overflow: hidden;
 }
 
 .new-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.haber-item{
    height:380px!important;
}


    
.card {
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    border: 0;
    color: inherit;
}
.shadow-lg {
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
}
.card {
    --bs-card-spacer-y: 0px;
    --bs-card-spacer-x: 12px;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: #343f52;
    --bs-card-border-width: 1px;
    --bs-card-border-color: rgba(164, 174, 198, 0.2);
    --bs-card-border-radius: 0.4rem;
    --bs-card-inner-border-radius: 0.4rem;
    --bs-card-cap-padding-y: 0.9rem;
    --bs-card-cap-padding-x: 2rem;
    --bs-card-cap-bg: transparent;
    --bs-card-bg: var(--bs-white);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
}
.item figure, .swiper-slide figure {
    position: relative;
}
.overlay {
    position: relative;
    text-align: center;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}
figure {
    margin: 0;
    padding: 0;
}
figure {
    margin: 0 0 8px;
}
.overlay a {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    cursor: pointer !important;
}
.overlay-1 * {
    box-sizing: border-box;
}
.overlay * {
    color: var(--bs-white) !important;
}
.overlay * {
    transition: all .4s ease;
}
.overlay span.bg {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    cursor: pointer !important;
    opacity: 0;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 40, .6);
}
.overlay-1 * {
    box-sizing: border-box;
}
.overlay * {
    color: var(--bs-white) !important;
}
.overlay * {
    transition: all .4s ease;
}figure.overlay img {
    opacity: 1;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    height: 20rem;
    object-fit: cover;
    position: relative;
}
.overlay img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}
.overlay img {
    transition: none;
}
.card-img-top img {
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
}
.overlay-1 * {
    box-sizing: border-box;
}
.overlay * {
    color: var(--bs-white) !important;
}
.overlay * {
    transition: all .4s ease;
}
figure img {
    width: 100%;
    max-width: 100%;

}

.overlay-1 figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: .75rem 1rem;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
}
.overlay .figcaption, .overlay figcaption {
    padding: .5rem;
    z-index: 5;
    pointer-events: none;
}
.overlay-1 .from-top {
    position: absolute;
    padding: .75rem 1rem;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-80%);
}
.overlay-1 * {
    box-sizing: border-box;
}
.overlay * {
    color: var(--bs-white) !important;
}
.overlay * {
    transition: all .4s ease;
}
.mb-0 {
    margin-bottom: 0 !important;
}
@media (min-width: 768px) {
    .card-body {
        padding: 1.75rem 1.75rem 1rem 1.75rem;
    }
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    height: 30rem;
}
.post-category {
    margin-bottom: .4rem;
}
.filter:not(.basic-filter), .filter:not(.basic-filter) ul li a, .meta, .post-category {
    text-transform: uppercase;
    letter-spacing: .02rem;
    font-size: .7rem;
    font-weight: 700;
    color: #aab0bc;
}
.filter, .filter ul li a, .meta, .post-category {
    font-size: .7rem;
}
a.hover {
    position: relative;
}
.link-aqua {
    color: var(--bs-aqua);
}
a.hover::before {
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform .3s cubic-bezier(.7,0,.2,1);
}
a.hover::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}
.post-content {
    position: relative;
}
@media (min-width: 768px) {
    .fixed-top{
        margin-top: 0px!important; 
    }
    .navbar {
        margin-top: 0px!important;

    }
    .grid-view article .card-footer {
        padding: 1.25rem 1.75rem 1.25rem;
    }
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.btn-group-sm>.btn, .btn-sm, .post-meta, .share-dropdown .dropdown-menu .dropdown-item {
    font-size: .75rem;
}
.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .7rem;
    color: #aab0bc;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.d-flex {
    display: flex !important
;
}
.post-meta li {
    display: inline-block;
}
.post-meta li i {
    padding-right: .2rem;
    vertical-align: -.05rem;
}
.post-meta li {
    display: inline-block;
}

.post-meta li a {
    color: #aab0bc;
}
.post-meta li i {
    padding-right: .2rem;
    vertical-align: -.05rem;
}
.post-meta li {
    display: inline-block;
}
.ms-auto {
    margin-left: auto !important;
}
.post-meta li a {
    color: #aab0bc;
}
.post-meta li i {
    padding-right: .2rem;
    vertical-align: -.05rem;
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; 
  }

  #page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  /* Dönen animasyon */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  