@charset "UTF-8";

/* ==========================================================================
   [Master Stylesheet]

    Project                  :       Workplace
    Version                  :       1.0
    Author                   :       Renfos Technologies
    Author  URl              :       www.renfos.com
    Primary use              :       Default

   ========================================================================== */


/* ==========================================================================
   Master Styles
   ========================================================================== */


:root {
    --primary-color: #ff4e9a;
    --secondary-color: #ffc300;
}
body {
    color: #454545;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}
.fa, .fas {
    font-weight: 900 !important;
}
.dropdown-item {
    font-weight: 400;
}
.btn {
    border-radius: 30px;
    padding: 4px 18px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-theme {
    background-color: var(--primary-color);
    color: #fff;
}
.btn-theme:hover {
    color: #fff;
}
.btn-secondary {
    background-color: var(--secondary-color);
    color: #fff;
    border: 0;
}
.btn-secondary:hover {
    background-color: var(--secondary-color);
    color: #fff;
}
.btn-theme-outline {
    border: 1px solid #e31f33;
    color: #e31f33;
}
.btn-theme-outline:hover {
    color: #fff;
    background-color: #e31f33;
}
.btn-outline {
    border: 1px solid #e9ebf0;
}
.btn-outline:hover {
    border-color: #e31f33;
    color: #e31f33;
}
.tooltip {
    z-index: 9999;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3e%3cg%3e%3cpath d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z'/%3e%3c/g%3e%3c/svg%3e ");
    background-position: center right 15px;
    background-repeat: no-repeat;
    -webkit-background-size: 11px;
    background-size: 11px;
    height: 35px !important;
}
.tooltip .tooltip-inner {
    background-color: #374048;
        font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    border-radius: 6px;
    /* font-weight: 500; */
    font-size: 12px;
}
.bs-tooltip-right .arrow::before {
    border-right-color: #374048;
}
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #374048;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #374048
}
.tooltip.show {
    opacity: 1;
}
.dropdown-menu {
    border: none;
    border-radius: 6px;
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.select2-dropdown {
    border-radius: 6px;
    /* border: 1px solid #ced4da!important; */
    border: none;
    border-top: none!important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}
.select2-results__option {
    font-size: 14px;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    transition: padding .2s ease-in-out;
    position: relative;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-results__option.select2-results__option--highlighted {
    background-color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true]::before {

}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(236, 62, 111, 0.1);
    color: #333;
}
.select2-container--default .select2-results__option[aria-selected=true]::before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    right: 12px;
    top: 9px;
    font-size: 12px;
    color: var(--primary-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown {
    border-color: #e6e6e6;
}
.select2-container.select2-container--focus .select2-dropdown--above, .select2-container.select2-container--open .select2-dropdown--above, .select2-container--default.select2-container--focus .select2-dropdown--above, .select2-container--default.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #ebebeb;
    min-width: 110px;
}
.select2-search--dropdown.select2-search--hide+.select2-results {
    padding: 7px 0;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container .select2-results__option, .select2-container--default .select2-results__option {
    padding: 7px 15px;
    background: #fff;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.select2-container .select2-results__option, .select2-container--default .select2-results__option + .select2-results__option {
    margin-top: 3px;
} 
.select2-container .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: var(--primary-color);
}
.select2-container .select2-selection--multiple .select2-selection__arrow, .select2-container .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-right: 5px;
    text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display: inline-block;
    content: "\f107";
    font-family: Line Awesome Free;
    font-weight: 900;
    border: none!important;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-results__group {
    color: #333;
    font-weight: 400;
    padding: 6px 15px;
}
.select2-container--open .select2-dropdown {
    border: none;
    border-radius: 3px;
    padding-bottom: 0;
    -moz-box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
    -webkit-box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
    box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
}
.select2-container--default .select2-selection--single {
    border-color: #dde2ec;
    border-radius: 4px !important;
}
 
.bootstrap-datetimepicker-widget .table thead {
    background-color: transparent
}
.bootstrap-datetimepicker-widget .table thead tr th {
    color: #212121;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}
.bootstrap-datetimepicker-widget .table tr td, .bootstrap-datetimepicker-widget .table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    line-height: 35px;
    position: relative;
    z-index: 1
}
.bootstrap-datetimepicker-widget .table tr td.today, .bootstrap-datetimepicker-widget .table tr td.active {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: transparent;
    text-shadow: none
}
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before, .bootstrap-datetimepicker-widget .table tr td.active:before, .bootstrap-datetimepicker-widget .table tr td.active::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #4a5361;
    position: absolute;
    z-index: -1;
    display: block;
    margin: auto;
    content: '';
    top: 6px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.bootstrap-datetimepicker-widget .table tr td.active:hover:before, .bootstrap-datetimepicker-widget .table tr td.active:hover::before {
    background-color: #4a5361 !important
}
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before {
    background-color: var(--primary-color)
}
.bootstrap-datetimepicker-widget .table tr td.day:hover, .bootstrap-datetimepicker-widget .table tr td.hour:hover, .bootstrap-datetimepicker-widget .table tr td.minute:hover, .bootstrap-datetimepicker-widget .table tr td.second:hover {
    background-color: transparent
}
.bootstrap-datetimepicker-widget .table tr td:before, .bootstrap-datetimepicker-widget .table tr td::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: -1;
    display: block;
    margin: auto;
    content: '';
    top: 6px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}
.bootstrap-datetimepicker-widget .table tr td:hover:before, .bootstrap-datetimepicker-widget .table tr td:hover::before {
    background-color: #f4f4f4;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.bootstrap-datetimepicker-widget .timepicker table td {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 35px
}
.bootstrap-datetimepicker-widget .timepicker table td .btn {
    height: auto
}
.bootstrap-datetimepicker-widget .timepicker table td span {
    width: 35px;
    height: 35px;
    line-height: 35px
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 280px;
    padding: 5px;
    font-size: 12px;
    background-color: #fff;
    border-color: transparent;
    margin: 0;
    width: 170px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08)
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
    border-bottom-color: #fff
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before, .bootstrap-datetimepicker-widget.dropdown-menu.top::before {
    border-top-color: #fff
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr th, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td::before {
    top: 4px;
    left: 0px
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today::before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active::before {
    top: 4px;
    left: 0px
} 

.text-theme {
    color: var(--primary-color) !important; 
}
.text-dark {
    color: #3e5569 !important;
}
.sh-9 {
    height: 4.5rem !important;
}
.sw-9 {
    width: 4.5rem !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.btn-white-outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-white-outline:hover {
    background-color: #fff;
    color: var(--primary-color);
}
.site-wrapper .site-header {
    padding: 10px 30px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    position: relative;
    z-index: 999;
}
.site-wrapper .site-header .navbar {
    background-color: transparent;
    padding: 0;
}
.site-wrapper .site-header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: var(--primary-color);
    display: flex;
    align-items: center;
}
.site-wrapper .site-header .navbar .navbar-brand span {
    color: #303030;
}
.site-wrapper .site-header .navbar .navbar-brand img {
    height: 70px;
}
.site-wrapper .site-header .navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 15px;
    color: #101010;
    
}
.site-wrapper .site-header .navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--primary-color);
}
.site-wrapper .site-header .navbar .header-btns {
    margin-left: 30px;
}
.site-wrapper .site-header .navbar .header-btns .btn {
    font-size: 14px;
}
.site-wrapper .site-header .navbar .id-search-wrap {
    padding-left: 15px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.site-wrapper .site-header .navbar .id-search-wrap form {
    position: relative;
}
.site-wrapper .site-header .navbar .id-search-wrap form .form-control {
    border: none;
    height: 35px;
    padding: 5px 15px;
    padding-right: 35px;
    font-size: 14px;
    border-radius: 30px;
    background-color: #f1f1f1;
}
.site-wrapper .site-header .navbar .id-search-wrap form .btn {
    height: 35px;
    width: 35px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.site-wrapper .site-header .navbar .id-search-wrap form .btn:hover {
    transform: translateY(0px) scale(1.1);
}
.site-wrapper .hero-area {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.site-wrapper .hero-area .hero-content {
    padding-right: 50px;
}
.site-wrapper .hero-area .hero-content h1 {
    margin: 0;
    font-size: 50px;
    color: #19191b;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.75px;
}
.site-wrapper .hero-area .hero-content p {
    color: #696871;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.site-wrapper .hero-area .hero-content .hero-btn {
    margin-top: 30px;
}
.site-wrapper .hero-area .hero-content .hero-btn .btn {
    font-size: 14px;
}
.site-wrapper .hero-area .hero-img-box {
    position: relative;
}
.site-wrapper .hero-area .hero-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.site-wrapper .hero-area .hero-img-box img:first-child {
    position: unset;
}
.move-1 {
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite
}

.move-2 {
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite
}
@-webkit-keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    to {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    to {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
}
.site-wrapper .feature-section {
    position: relative;
    padding: 100px 0;
    background-color: #f4f5f8;
    padding-bottom: 70px;
}
.site-wrapper .feature-section .feature-content h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.75px;
} 
.site-wrapper .feature-section .feature-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    letter-spacing: -0.5px;
}
.site-wrapper .feature-section .feature-content .content-btn {
    margin-top: 30px;
} 
.site-wrapper .feature-section .feature-content .content-btn .btn {
    font-size: 14px;
}
/* .site-wrapper .feature-section .feature-card-wrapper {
    padding-right: 40px;
} */
.site-wrapper .feature-section .feature-card-wrapper .feature-card {
    padding: 25px 30px 12px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 30px;
} 
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-icon {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 40px;
    background-color: rgba(240, 64, 55, 0.1);
    color: var(--primary-color);
    margin: 0 auto;
    margin-bottom: 20px;
}   
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-text .title {
    color: #19191b;
    font-size: 22px;
    /* font-weight: 500; */
    letter-spacing: -0.75px;
    margin-bottom: 16px;
    font-weight: 400;
}
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-text p {
    color: #696871;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
}  
.site-wrapper .content-section {
    background-color: #fff;
    padding: 100px 0;
}  
.site-wrapper .content-section .content-text {
    padding-right: 30px;
}  
.site-wrapper .content-section .content-text .title {
    font-size: 50px;
    font-weight: 900;
    color: #19191b;
    letter-spacing: -2.5px;
    margin-bottom: 30px;
}
.site-wrapper .content-section .content-text p {
    color: #696871;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
}  
.site-wrapper .content-section .content-text .content-btn {
    margin-top: 30px;
}   
.site-wrapper .content-section .content-text .content-btn .btn {
    font-size: 15px;
}
.site-wrapper .content-section .content-img-group {
    text-align: right;
}
.site-wrapper .footer-section {
    background-color: #19191b;
}
.site-wrapper .footer-section .footer-top {
    padding: 80px 0 60px;
}
.site-wrapper .footer-section .footer-top .footer-logo img {
    height: 50px;
}
.site-wrapper .footer-section .footer-top .single-footer {
    margin-bottom: 30px;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-list a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 38px;
}
.site-wrapper .footer-section .copyright-area {
    border-top: 1px solid #2F2F31;
    padding: 15px 0;
}
.site-wrapper .footer-section .copyright-area p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 300;
    line-height: 38px;
    margin: 0;
}
.site-wrapper .footer-section .copyright-area .social-icons {
    display: -webkit-inline-box;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-wrapper .footer-section .copyright-area .social-icons li a {
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0 3px;
    margin: 0 2.5px;
} 
.site-wrapper .footer-section .copyright-area .social-icons li + li {
    margin-left: 10px;
}
.site-wrapper .page-banner {
    padding-top: 100px;
    padding-bottom: 80px;
}
.site-wrapper .page-banner .banner-content .title {
    margin: 0;
    font-size: 60px;
    line-height: 84px;
    padding-bottom: 22px;
    color: #19191b;
    font-weight: 900;
    letter-spacing: -2.5px;
}
.site-wrapper .page-banner .banner-content p {
    color: #696871;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
    margin-top: 5px;
}
.site-wrapper .content-area {
    padding: 100px 0;
}
.site-wrapper .content-area .section-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
} 
.site-wrapper .content-area .section-title .title {
    margin-right: 40px;
    max-width: 46%;
    font-size: 70px;
    line-height: 84px;
    color: #19191b;
    font-weight: 900;
    letter-spacing: -2.5px;
}
.site-wrapper .content-area .section-title .right-side {
    max-width: 40%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
} 
.site-wrapper .content-area .section-title p {
    color: #696871;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
    margin-bottom: 0;
}
.site-wrapper .contact-section {
    padding-bottom: 100px;
}   
.site-wrapper .contact-section .contact-widget-wrapper {
    border-radius: 10px;
    background-color: #f7f7fb;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 150px;
    padding-right: 150px;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block {
    margin-bottom: 50px;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block .title {
    color: #19191b;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.75px;
    line-height: 1;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block p {
    color: #696871;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
    margin-bottom: 0;
}
.site-wrapper .contact-section .contact-form {
    padding-top: 80px;
}
.site-wrapper .contact-section .contact-form .form-title {
    color: #19191b;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.75px;
}
.site-wrapper .contact-section .contact-form .form-group {
    margin-bottom: 30px;
}
.site-wrapper .contact-section .contact-form .form-group label {
    color: #19191b;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.56px;
    line-height: 1;
    margin-bottom: 20px;
}
.site-wrapper .contact-section .contact-form .form-group .form-control {
    border-radius: 10px;
    border: 1px solid #eae9f2;
    background-color: #ffffff;
    color: #9c9aaa;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.56px;
    margin-bottom: 17px;
    text-indent: 25px;
    min-height: 70px;
}
.site-wrapper .contact-section .contact-form .form-group textarea {
    min-height: 154px;
    max-height: 154px;
    padding-top: 20px;
}
.site-wrapper .contact-section .contact-form .btn {
    font-size: 14px;
    padding: 10px 20px;
}

.table.table-padded {
    border-collapse: separate;
    border-spacing: 0 5px;
}
.table.table-padded thead tr th {
    border: none;
    font-size: .81rem;
    color: rgba(90, 99, 126, 0.49);
    letter-spacing: 1px;
    padding: 0.3rem 1.1rem;
}
.table.table-padded tbody tr {
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.table.table-padded tbody td {
    padding: 0.9rem 1.1rem;
    background-color: #fff;
    border: 1px solid #dde2ec;
    vertical-align: middle;
}
.table.table-padded tbody td:first-child {
    border-radius: 4px 0px 0px 4px;
}
.table.table-padded tbody td:last-child {
    border-radius: 0px 4px 4px 0px;
    border-left: none;
}
.table.table-padded tbody tr:hover {
    box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
    -webkit-transform: translateY(-1px) scale(1.01);
    transform: translateY(-1px) scale(1.01);
}
.table-responsive {
    overflow: visible;
}
.table .row-actions a {
    margin-right: 0.8rem;
    color: #bcc0c7;
    font-size: 18px;
}

.card .card-table .card-item {
    border-top: 1px solid #ededed
}
.table thead {
    background-color: #f6f8fb
}
.table thead th {
    
    color: #879099;
    font-size: 14px
}
.table tbody td {
    vertical-align: middle
}
.table tbody td .table-user-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%
}
.table tbody td .table-actions {
    text-align: right
}
.table tbody td .table-actions a {
    color: #bcc1c6;
    display: inline-block;
    margin-left: 8px;
    font-size: 16px
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
    display: inline-block !important;
}

.card .card-title {
    font-size: 18px;
}
.progress-sm {
    height: .5rem;
}
.progress-sm .progress-bar {
    height: .5rem;
}
.card-group .card:not(:last-child) {
    border-right: 1px solid #f1f1f1;
}
.card .card-body .icon {
    font-size: 37px;
    color: #9aa0ac;
}

.main-nav-dropdown {
    position: fixed;
    top: 0;
}
.main-nav-dropdown .dropdown-item {
    padding: 5px 10px;
    font-size: 13px;
}
.main-nav-dropdown .dropdown-item i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: -2px;
}
.site-wrapper .listing-page-wrap .listing-single-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ededed;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-image {
    margin-right: 45px;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content {
    margin-bottom: 20px;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content h3 a {
    color: inherit;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas {
    margin-bottom: 20px;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas span + span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ededed;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas span, 
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas span a {
    color: #939393;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content p {
    color: #6f6f6f;
    line-height: 24px;
}
.site-wrapper .listing-page-wrap .listing-single-item:last-child {
    border-bottom: 0;
}
.site-wrapper .listing-page-wrap .left-sidebar {
    padding-left: 45px;
}
.site-wrapper .listing-page-wrap .search-block {
    margin-bottom: 45px;
}
.site-wrapper .listing-page-wrap .search-block .form-control {
    border-radius: 6px;
    padding: 5px 20px;
    height: 40px;
    font-size: 13px;
    border: none;
    padding-right: 40px;
    border: 1px solid #dde2ec;
    background-color: #fff;
    box-shadow: none;
}
.site-wrapper .listing-page-wrap .search-block .form-control~.btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-wrapper .listing-page-wrap .search-block .form-control:focus {
    border-color: #6c757d;
}
.site-wrapper .listing-page-wrap .widget {
    margin-bottom: 45px;
}
.site-wrapper .listing-page-wrap .widget h4 {
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
    
    font-size: 18px;
    color: #000;
    overflow: hidden;
}
.site-wrapper .listing-page-wrap .widget h4::after {
    content: "";
    display: inline-block;
    width: 100%;
    background: var(--primary-color);
    height: 1px;
    top: 50%;
    position: absolute;
    margin-left: 20px;
}
.site-wrapper .listing-page-wrap .widget .list-style {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}
.site-wrapper .listing-page-wrap .widget .list-style li {
    position: relative;
    padding: 0 15px 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-wrapper .listing-page-wrap .widget .list-style li:before {
    content: "";
}
.site-wrapper .listing-page-wrap .widget .list-style li a {
    color: #6f6f6f;
}
.site-wrapper .listing-page-wrap .widget .list-style li a:hover {
    color: var(--primary-color);
}
.site-wrapper .listing-page-wrap .widget .list-style li span {
    position: absolute;
    top: 3px;
    right: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li {
    padding: 9px 0 10px;
    align-items: center;
}
.site-wrapper .listing-page-wrap .widget .latest-post li:first-child {
    padding-top: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li figure {
    width: 75px;
    margin: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li div {
    line-height: normal;
    padding-left: 22px;
    position: relative;
}
.site-wrapper .listing-page-wrap .widget .latest-post li h5 {
    /* font-weight: 500; */
    font-size: 13px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}
.site-wrapper .listing-page-wrap .widget .latest-post li h5 a {
    color: inherit;
}
.site-wrapper .listing-page-wrap .widget .latest-post li .media-body span {
    margin: 0;
    font-size: 12px;
}
.site-wrapper .listing-page-wrap .widget .tag-cloud a {
    font-size: 12px;
    padding: 3px 8px;
    border: 1px solid #d9d9d9;
    margin: 0 8px 8px 0;
    display: inline-block;
    text-transform: capitalize;
    color: #232323;
    line-height: 18px;
    border-radius: 4px;
}
.site-wrapper .listing-page-wrap .widget .tag-cloud a:hover {
    background: #232323;
    color: #fff !important;
    border: 1px solid #232323;
}
.site-wrapper .pagination-wrap .pagination .page-item {
    margin: 0 5px;
}
.site-wrapper .pagination-wrap .pagination .page-item .page-link {
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    /* font-weight: 500; */
}
.site-wrapper .pagination-wrap .pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.site-wrapper .listing-single-wrap .single-title {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}
.site-wrapper .listing-single-wrap .single-metas {
    margin-bottom: 30px;
}
.site-wrapper .listing-single-wrap .single-metas span, 
.site-wrapper .listing-single-wrap .single-metas span a {
    color: #939393;
}
.site-wrapper .listing-single-wrap .single-metas span + span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ededed;
}
.site-wrapper .listing-single-wrap .single-content {
    color: #000;
}
.site-wrapper .listing-single-wrap .single-content p {
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 24px;
}
.site-wrapper .listing-single-wrap {
    margin-bottom: 100px;
}

.auth-wrapper {
    padding: 50px 0;
    background-color: #ffdcd1;
    background-size: cover;
    background-repeat: no-repeat;
}
.auth-wrapper .auth-content h2 {
    font-size: 50px;
    color: #19191b;
    margin: 0;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.75px;
}
.auth-wrapper .authentication-form {
    display: block;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.auth-wrapper .authentication-form .form-group {
    position: relative;
}
.auth-wrapper .authentication-form .form-group .form-control {
    border-radius: 30px;
    padding: 5px 20px;
    height: 40px;
    font-size: 13px;
}

.auth-wrapper .authentication-form .form-group label {
    display: block;
    margin: 0;
    
    margin-bottom: 5px;
}
.auth-wrapper .authentication-form .form-group .form-control:focus {
    border-color: var(--secondary-color) !important;
}
.auth-wrapper .authentication-form .form-group .form-control~i {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 24px;
}
.auth-wrapper .authentication-form .custom-control-input:checked~.custom-control-label::before, .auth-wrapper .authentication-form .custom-switch .custom-control-label::after {
    background-color: var(--primary-color);
}
.auth-wrapper .authentication-form .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}
.auth-wrapper .authentication-form .social-login {
    margin-top: 30px;
}
.auth-wrapper .authentication-form h2 {
    font-weight: 400;
    font-size: 28px;
    color: #101010;
    margin: 0;
}
.auth-wrapper .authentication-form p, .auth-wrapper .authentication-form a {
    color: #000;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons a {
    background-color: transparent;
    height: auto;
    border-radius: 0;
    text-align: left;
    font-size: 20px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0;
    box-shadow: none;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-google {
    color: #dd4b39;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-facebook {
    color: #3B5998;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-twitter {
    color: #55ACEE;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-linkedin {
    color: #007bb5;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-github {
    color: #000;
}
.form-control:focus {
    box-shadow: none;
    border-color: #6c757d !important;
}
.user-dropdown .btn {
    padding: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.user-dropdown .user-name {
    text-transform: capitalize;
}
.user-dropdown .user-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dce5ec;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.user-dropdown .user-avatar img {
    width: 100%;
    object-fit: cover;
}
.user-dropdown .dropdown-toggle::after {
    display: none;
}
.user-dropdown .dropdown-menu .dropdown-item {
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 12px;
}
.user-dropdown .dropdown-menu .dropdown-item i {
    font-size: 20px;
    vertical-align: -2px;
    width: 25px;
}
.user-dropdown .dropdown-menu .user-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.user-dropdown .dropdown-menu .user-info .user-ac-info h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.user-dropdown .dropdown-menu .user-info .user-ac-info p {
    margin: 0;
    font-size: 13px;
}
.user-dropdown .dropdown-menu {
    border: none;
    border-radius: 6px;
    min-width: 220px;
    padding: 5px;
    box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(255 255 255 / 50%);
    margin-left: 18px;
    z-index: 9999;
}
.user-dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--primary-color);
    background-color: #f4f5f8;
}
.user-wrapper {
    padding: 30px 0;
    background-color: #f5f7fb;
}
.user-wrapper .user-aside-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 30px;
    /* -webkit-box-shadow: 0 0 15px 3px rgb(176 185 189 / 30%);
    box-shadow: 0 0 15px 3px rgb(176 185 189 / 30%); */
    box-shadow: 0 4px 10px rgb(0 0 0 / 3%) !important;
}
.user-wrapper .user-aside-wrap .user-aside-info {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #e9ebf0;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-avatar {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dce5ec;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 10px;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-avatar img {
    width: 100%;
    object-fit: cover;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-ac-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-ac-info p {
    margin: 0;
}
.user-wrapper .user-aside-wrap .user-mainnav {
    background-color: #fff;
    padding: 20px;
    padding-top: 0;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu .sidebar-main-title > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    padding-top: 20px;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu .sidebar-main-title > div h6 {
    color: #3e5569;
    font-size: 14px;
    margin: 0;
    /* font-weight: 500; */
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a {
    padding: 10px 15px;
    position: relative;
    color: #222222;
    
    border-radius: 6px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a i {
    width: 35px;
    font-size: 20px;
    margin-right: 5px;
    color: var(--primary-color);
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a .according-menu {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a .according-menu i {
    font-size: 12px;
    color: #000;
    margin: 0;
    width: auto;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a:hover {
    background-color: #f2f2f2;
    color: #292d34;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a.active {
    color: #fff;
    background-color: var(--secondary-color);
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu {
    width: 100%;
    padding: 0;
    position: relative !important;
    display: none;
    list-style: none;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu li a {
    padding: 8px 25px;
    font-size: 13px;
    padding-left: 45px;
    color: #717171;
    display: block;
    position: relative;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu li {
    position: relative;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu li::after {
    left: 25px;
    position: absolute;
    top: 10px;
    content: "\f111";
    font-family: 'Line Awesome Free';
    font-weight: 400;
    font-size: 10px;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu li a:hover {
    color: #292d34;
    background-color: #fff;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a.link-nav .according-menu {
    display: none;
}
.user-wrapper .page-title-container h1 {
    font-size: 24px;
    font-weight: 400;
}
.user-wrapper .card {
    box-shadow: 0 4px 10px rgb(0 0 0 / 3%) !important;
    border: initial;
    border-radius: 6px;
}
.user-wrapper .card .card-img-overlay {
    padding: 30px;
}
.user-wrapper .card.hover-border-primary {
    cursor: pointer;
}
.user-wrapper .card.hover-border-primary:hover:after {
    box-shadow: inset 0 0 0 1px rgba(239, 65, 83, 0.5),0 4px 10px rgba(0,0,0,.03) !important;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 6px;
    z-index: 0;
    pointer-events: none;
}

.user-wrapper .small-title {
    margin: 0;
    font-size: 18px;
    
}
.user-wrapper .widget-card .card-body i {
    font-size: 34px;
    margin-bottom: 10px;
}
.user-wrapper .widget-card .card-body h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.user-wrapper .widget-card .card-body .count {
    color: var(--primary-color);
    
    font-size: 30px;
    letter-spacing: -1px;
}
.hover-scale-up {
    backface-visibility: hidden;
    transition: transform 200ms;
}
.hover-scale-up:hover {
    transform: scale(1.02);
    z-index: 1;
}
.user-wrapper .card .card-body {
    padding: 30px;
}

.sh-15 {
    height: 7.5rem !important;
}

.badge {
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    /* font-weight: 500; */
    color: #fff;
}
.muted-link {
    color: #afafaf;
}
.user-wrapper .search-input-container {
    position: relative;
    border-radius: 6px;
}
.user-wrapper .search-input-container input {
    background: transparent !important;
    width: calc(100% - 25px);
    border: initial;
    font-size: 14px;
    height: 38px;
}
.user-wrapper .search-input-container .search-magnifier-icon, 
.user-wrapper .search-input-container .search-delete-icon {
    color: #afafaf;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.user-wrapper .search-input-container .search-magnifier-icon svg, 
.user-wrapper .search-input-container .search-delete-icon svg {
    width: 17px;
    height: 17px;
    margin-top: 9px;
}
.user-wrapper .btn-icon.btn-icon-only {
    padding: 4px 9px;
    flex-shrink: 0;
    width: 38px;
    min-height: 38px;
    border: 0;
    font-size: 18px;
}
.shadow {
    box-shadow: 0 4px 10px rgb(0 0 0 / 3%) !important;
}
.sw-11 {
    width: 5.5rem !important;
}
.text-small {
    font-size: .7em !important;
    font-weight: initial !important;
}
.ps-5 {
    padding-left: 2rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
@media (min-width: 992px) {
    .sh-lg-9 {
        height: 4.5rem !important;
    }
    .sh-lg-6 {
        height: 3rem !important;
    }
}
@media (min-width: 768px) {
    .sh-md-6 {
        height: 3rem !important;
    }
}
.card [class*=card-img-horizontal] {
    border-radius: initial;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: initial;
    border-top-right-radius: initial;
    height: 100%;
    object-fit: cover;
}

.user-wrapper .page-item {
    margin: 0 5px;
    text-align: center;
}
.user-wrapper .page-link {
    outline: initial !important;
    box-shadow: initial !important;
    border: initial;
    padding: 8px 9px;
    line-height: 1.5;
    font-size: 1em;
    min-width: 35px;
    height: 35px;
    color: var(--primary-color);
    border-radius: 6px !important;
    background: #fff;
}
.user-wrapper .page-item.disabled .page-link {
    opacity: .5;
    color: var(--primary-color);
    background: #fff;
    box-shadow: initial !important;
}
.user-wrapper .page-item.active .page-link {
    background: var(--primary-color);
    box-shadow: initial !important;
}
.user-wrapper .entry-form-wrap .card .card-body {
    padding: 25px;
}
.user-wrapper .entry-form-wrap label {
    color: #454545;
    
    font-size: 14px;
    margin-bottom: 5px;
}
.user-wrapper .entry-form-wrap .form-control {
    border-color: #ddd;
    font-size: 14px;
    min-height: 36px;
}
.select2-container .select2-selection--single {
    height: 36px;
    border-color: #ddd;
}
.select2-container--default .select2-selection--multiple {
    min-height: 36px;
    border-color: #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    color: #495057;
    padding-left: 12px;
    font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border-color: #ddd;
    font-size: 13px;
    color: #495057;
    font-weight: 400;
    padding: 1px 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
}
.user-wrapper .note-editor.card {
    border: 1px solid #ddd;
    box-shadow: none !important;
} 
.custom-switch .custom-control-label::before {
    top: 1px;
    border-radius: 100px;
}
.custom-switch .custom-control-label::after {
    top: 4px;
}
.user-wrapper .entry-form-wrap .custom-control-label {
    color: #4e4e4e;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.user-wrapper .entry-form-wrap .btn.btn-xs {
    font-size: 12px;
}
.user-wrapper .entry-form-wrap .user-wrapper .btn-icon.btn-icon-only {
    min-height: 36px;
    width: 36px;
} 
.user-wrapper .entry-form-wrap .profile-aside {
    text-align: center;
    background-color: #fff;
    display: block;
    cursor: pointer;
    border-right: 1px solid #dee2e6;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-avatar .avatar-image {
    background-color: var(--primary-color);
    width: calc(100% - 10px);
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    height: calc(100% - 10px);
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-info {
    margin-top: 20px;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-info .name {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-info .designation {
    margin: 0;
    font-size: 15px;
    /* font-weight: 500; */
    color: #777;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-aside-menu {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-aside-menu .nav-link {
    color: #222222;
    line-height: 1;
    padding: 0 10px;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-aside-menu .nav-link i {
    font-size: 20px;
    line-height: 1;
    color: #ff6550;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-aside-menu .nav-link span {
    font-size: 12px;
}
.user-wrapper .card .media {
    padding: 15px 15px;
}
.user-wrapper .card .media .media-img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 30px;
    color: #000;
    background-color: #f2f2f2;
}
.user-wrapper .card .media .media-author {
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 0;
    display: flex;
    background-size: contain;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ef4153;
}
.user-wrapper .btn-sm {
    font-size: 12px;
    padding: 2px 10px;
    
}
.user-wrapper .btn-sm+.dropdown-toggle-split {
    padding-right: 5px;
    padding-left: 5px;
    border-left: 1px solid rgba(255,255,255,0.5);
}

.user-wrapper .message-wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
}
.user-wrapper .message-wrap .message-item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
}
.user-wrapper .message-wrap .message-item {
    display: flex;
}
.user-wrapper .message-wrap .message-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.user-wrapper .message-wrap .message-item .message-info {
    width: calc(100% - 70px);
}
.user-wrapper .message-wrap .message-item .message-info h4 {
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
    
    margin-bottom: 5px;
}
.user-wrapper .message-wrap .message-item .message-info .message {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 10px 20px;
    position: relative;
    display: block;
}
.user-wrapper .message-wrap .message-item .message-info .message::before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    /* border-top: 10px solid transparent; */
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f7f7f7;
    left: -10px;
    top: 7px;
}
.user-wrapper .message-wrap .message-item .form-control {
    border-color: #ddd;
    font-size: 14px;
    min-height: 36px;
}
.upload-wraper {
    border: 1px solid #ced4da;
    border-radius: 4px;
    border-style: solid;
}
.upload-wraper .drop-zone {
    border-radius: 4px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.upload-wraper .drop-zone .dz-message i {
    font-size: 30px !important;
}
.btn-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-body .field-item h5 {
    
    margin: 0;
    font-size: 14px;
    color: #444;
    text-transform: capitalize;
}
.form-body .field-item + .field-item {
    margin-top: 15px;
}
.form-group .label-hidden label {
    display: none;
}
.form-body .form-group .label-hidden .mb-3 {
    margin-bottom: 0 !important;
}
.user-wrapper .entry-form-wrap .col-form-label {
    font-size: 14px;
    font-weight: 400;
}
.site-wrapper .footer .footer-top {
    padding: 80px 0;
    /* background-image: linear-gradient(330deg, #00005b 0%, #020275 90%); */
    background-color: #343a40;
}
.site-wrapper .footer .footer-top .footer-logo {
    text-transform: capitalize;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
}
.site-wrapper .footer .footer-top .footer-logo img {
    height: 70px;
}
.site-wrapper .footer .footer-top .footer-logo span {
    display: block;
    font-weight: normal;
    font-size: 22px;
    opacity: 0.6;
}
.site-wrapper .footer .footer-top p {
    color: #fff;
}
.site-wrapper .footer .footer-top p span {
    position: relative;
}
.site-wrapper .footer .footer-top p a {
    color: #fff;
}
.site-wrapper .footer .footer-top p .mail, .site-wrapper .footer .footer-top p .phone {
    position: relative;
    padding-left: 25px;
}
.site-wrapper .footer .footer-top p .mail::before, .site-wrapper .footer .footer-top p .phone::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.site-wrapper .footer .footer-top p .mail::before {
    content: "\f0e0";
}
.site-wrapper .footer .footer-top p .phone::before {
    content: "\f879";
}
.site-wrapper .footer .footer-top .quick-links h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
}
.site-wrapper .footer .footer-top .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-wrapper .footer .footer-top .quick-links ul li a {
    color: #fff;
    opacity: 0.8;
    line-height: 24px;
}
.site-wrapper .footer .footer-top .social-links {
    margin-top: 15px;
}
.site-wrapper .footer .footer-top .social-links a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
}
.site-wrapper .footer .copyrights {
    background-color: #343a40;
    border-top: 1px solid #4c545d;
    padding: 20px 0;
}
.site-wrapper .footer .copyrights p {
    text-align: center;
    margin: 0;
    color: #fff;
    opacity: 0.6;
}
.form-control.selectize-control {
    background-color: transparent !important;
    position: relative;
}
.selectize-dropdown, .selectize-dropdown.form-control {
    background-color: #fff !important;
}
.selectize-control .selectize-input {
    border: none;
    min-height: 36px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ddd;
    color: #fff;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    position: relative;
}
.selectize-control::before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 12px;
    z-index: 2;
}
.selectize-input > input {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
.selectize-control .selectize-dropdown .option, .selectize-control .selectize-dropdown .optgroup-header {
    padding: 6px 12px;
    color: #222;
}
.selectize-dropdown {
    height: auto;
    -moz-box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
    -webkit-box-shadow: 0 0 1px rgb(57 70 78 / 15%), 0 20px 55px -8px rgb(57 70 78 / 25%);
    box-shadow: 0 0 1px rgb(57 70 78 / 15%), 0 20px 55px -8px rgb(57 70 78 / 25%);
    padding: 0;
    background-color: var(--primary-color);
}
.selectize-dropdown-content {
    padding: 5px;
}
.selectize-dropdown .active {
    background-color: var(--primary-color);
    color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.selectize-control.multi .selectize-input > div {
    border-radius: 4px;
    padding: 2px 8px;
    background-color: #dce5ec;
}
.user-wrapper .entry-form-wrap .form-control.selectize-control {
    padding: 0;
    border: 0;
}
.entry-form-wrap .form-body .to-middle::before {
    content: 'To';
    position: absolute;
    right: -7px;
    top: 7px;
    color: #333;
}
.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-image: none;
    background-color: var(--primary-color);
    color: #fff;
}

.site-wrapper .single-profile-wrap .single-profile-header .profile-photo {
    border-radius: 50%;
    /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175); */
    overflow: hidden;
}
.site-wrapper .single-profile-wrap .single-profile-header .profile-photo img {
    width: 100%;
}
.site-wrapper .single-profile-wrap .single-profile-header .profile-infos .profile-badge {
    color: #fff;
    /* font-weight: 500; */
    line-height: 28px;
    text-transform: uppercase;
    font-size: 12.5px;
    padding: 0 15px;
    border-radius: 30px;
    display: inline-block;
}
.site-wrapper .single-profile-wrap .single-profile-header .profile-infos h3 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.site-wrapper .single-profile-wrap .single-profile-header .profile-infos p {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}
.site-wrapper .single-profile-wrap .single-profile-header .profile-infos .contact-infos {
    margin-bottom: 30px;
    margin-top: 30px;
}
.site-wrapper .single-profile-wrap .single-profile-header .profile-infos .contact-infos .contact-btns {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
.site-wrapper .single-profile-wrap .single-profile-header .profile-infos .contact-infos .contact-btns i {
    display: inline-block;
    border: 1px solid var(--secondary-color);
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: var(--secondary-color);
    transition: all .15s ease;
} 
.site-wrapper .single-profile-wrap .single-profile-header .profile-infos .contact-infos .contact-btns:hover i {
    background-color: var(--primary-color);

    color: #fff;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.site-wrapper .single-profile-wrap .single-profile-header .profile-infos .contact-infos .contact-btns span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #333;
}
.site-wrapper .single-profile-wrap .single-profile-header .profile-infos .interest-block h4 .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 0;
    font-size: 20px;
}
.site-wrapper .single-profile-wrap .single-profile-header .img-count {
    position: absolute;
    right: 50px;
    bottom: 10px;
    padding-left: 20px;
}
.site-wrapper .single-profile-wrap .single-profile-header .img-count::before {
    content: "\f03e";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
}
.site-wrapper .single-profile-wrap .personal-infos-wrap {
    margin-top: 80px;
}
.site-wrapper .single-profile-wrap .personal-infos-wrap h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}
.site-wrapper .single-profile-wrap .personal-infos-wrap .personal-info-item {
    border-top: 1px solid #ddd;
    padding: 25px 0;
}
.site-wrapper .single-profile-wrap .personal-infos-wrap .personal-info-item .info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.site-wrapper .single-profile-wrap .personal-infos-wrap .personal-info-item h4 {
    margin: 0;
    font-size: 14px;
    
}
.site-wrapper .single-profile-wrap .personal-infos-wrap .personal-info-item p {
    font-size: 14px;
    line-height: 30px;
}
.site-wrapper .single-profile-wrap .personal-infos-wrap .personal-info-item .table td {
    border: none;
    padding: 5px 0;
    padding-right: 10px;
    text-transform: capitalize;
}
.site-wrapper .single-profile-wrap .personal-infos-wrap .personal-info-item .table td .badge {
    padding: 5px 15px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 12px;
}
.site-wrapper .single-profile-wrap .personal-infos-wrap hr {
    border: none;
    height: 1px;
    background-color: #ddd;
}

.modal-title {
    font-size: 18px;
    font-weight: 400;
}
.register-wrap {
    padding: 20px 0;
}
.register-wrap .register-header {
    margin-bottom: 50px;
}
.register-wrap .register-header h3 {
    font-weight: 400;
    font-size: 28px;
    color: var(--secondary-color);
    margin: 0;
}
.register-wrap .register-header p {
    color: #999;
}
.register-wrap .register-header .process-wraper {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 90px;
}
.register-wrap .register-header .process-wraper .process {
    float: left;
    width: 33.33%;
    position: relative;
    text-align: left;
    padding-left: 40px;
    
    color: #666;
    counter-increment: step-counter;
}
.register-wrap .register-header .process-wraper .process .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e2e2e2;
    position: absolute;
    top: -4px;
    left: 0;
    text-align: center;
    line-height: 30px;
}
.register-wrap .register-header .process-wraper .process .number::before {
    content: counter(step-counter);
    font-size: 14px;
    font-weight: 800;
    color: #666;
}
.register-wrap .register-header .process-wraper .process .title {
    background-color: #f7fafc;
    padding-right: 10px;
    position: relative;
    z-index: 4;
}
.register-wrap .register-header .process-wraper .process .line {
    position: absolute;
    width: calc(100% - 60px);
    height: 5px;
    background-color: #e2e2e2;
    top: 8px;
    right: 5px;
}
.register-wrap .register-header .process-wraper .process.completed .number {
    background-color: #26C281;
}
.register-wrap .register-header .process-wraper .process.completed .title {
    color: #333;
}
.register-wrap .register-header .process-wraper .process.completed .line {
    background-color: #26C281;
}
.register-wrap .register-header .process-wraper .process.completed .number::before {
    content: "\f00c";
    color: #fff;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.register-wrap .register-form {
    /* background-color: var(--primary-color);
 */
    background-color: #fff;
    border-radius: 10px;
    /* border: 1px solid #eee; */
    /* -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05); */
    -webkit-transition: box-shadow .2s, border-color .2s;
    -moz-transition: box-shadow .2s, border-color .2s;
    -o-transition: box-shadow .2s, border-color .2s;
    -ms-transition: box-shadow .2s, border-color .2s;
    transition: box-shadow .2s, border-color .2s;
}
.register-wrap .register-form .form-header {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(230,230,230,.5);
}
.register-wrap .register-form .form-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}
.register-wrap .register-form .form-body {
    padding: 20px 30px;
}
.register-wrap .register-form .form-body label {
    color: #717171;
}
.register-wrap .register-form .form-body .checkbox {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
}
.register-wrap .register-form .form-body .checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
} 
.register-wrap .register-form .form-body .checkbox label {
    margin-bottom: 0;
    font-size: 13px;
    
    position: relative;
    transition: all .15s ease;
    text-transform: capitalize;
    will-change: transform;
    padding: 8px 18px;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #ced4da;
    color: #333;
}
.register-wrap .register-form .form-body .checkbox input:checked~label {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-color: transparent;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
} 
.register-wrap .register-form .form-body .form-control {
    color: #333;
    background-color: #f7f7f7;
    min-height: 40px;
    
    font-size: 13px;
    box-shadow: none;
    border-radius: 30px;
    padding: 8px 18px;
}
.register-wrap .register-form .form-body .form-control::placeholder {
    color: #333;
}
.register-wrap .register-form .form-body .form-control:focus {
    background-color: #fff;
    border-color: var(--secondary-color) !important;
}
.register-wrap .register-form .form-body .selectize-control .selectize-input {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #ced4da;
}
/* .register-wrap .register-form .form-body .selectize-control.single .selectize-input::after {
    border-color: #fff transparent transparent transparent;
}
.register-wrap .register-form .form-body .selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
} */
.register-wrap .register-form .form-body .form-section-title {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 10px 30px;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(230,230,230,.5);
    border-top: 1px solid rgba(230,230,230,.5);
    color: #333;
    font-size: 20px;
    font-weight: 400;
}
.register-wrap .success-wrapper {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
} 
.register-wrap .success-wrapper h2 {
    font-weight: 900;
    margin-top: 0;
    font-size: 26px;
    color: var(--secondary-color);
}
.register-wrap .success-wrapper .matrimony-id span {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 100px;
    
    margin-bottom: 20px;
}
.register-wrap .success-wrapper .matrimony-id p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.svg-box {
    display:inline-block;
    position: relative;
    width:150px;
}

.green-stroke {
    stroke:#26C281;
}

.red-stroke {
    stroke: #FF6245;
}

.yellow-stroke {
    stroke: #FFC107;
}


.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark{
    stroke-width: 6.25;
    stroke-linecap: round;
    position:absolute;
    top: 56px;
    left: 49px;
    width: 52px;
    height: 40px;
}

.checkmark path {
    animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
    0% {
        stroke-dasharray: 0,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    80% {
        stroke-dasharray: 330,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100%{
        opacity: 0.4;
    }
}

@keyframes draw-check {
    0% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 0;
    }

    50% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 130,80;
        stroke-dashoffset: 48;
    }
}

/*---------- Cross ----------*/

.cross {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 54px;
    left: 54px;
    width: 40px;
    height: 40px;
}

.cross .first-line {
    animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
    animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
    0% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 56,330;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-line {
    0% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    50% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    100% {
        stroke-dasharray: 55,0;
        stroke-dashoffset: 70;
    }
}

.alert-sign {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 40px;
    left: 68px;
    width: 15px;
    height: 70px;
    animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alert-sign .dot {
    stroke:none;
    fill: #FFC107;
}

@keyframes alert-sign-bounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}
.selectize-control.single .selectize-input:after {
    display: none;
}
.input-group-text {
    padding: 5px 10px;
}
.custom-control-label:after, .custom-control-label:before {
    width: 18px;
    height: 18px;
    top: 1px;
}
.custom-radio .custom-control-label:after {
    background: 50%/50% 8px no-repeat;
}
.alert-dismissible .close {
    padding: 15px;
    font-size: 15px;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: none;
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: none;
}
@media only screen and (max-width: 768px) {
    .site-wrapper .site-header .navbar .navbar-brand img {
        height: 30px;
    }
    .site-wrapper .site-header .navbar .header-btns {
        position: absolute;
        right: 55px;
        top: 0;
    }
    .navbar-toggler {
        padding: 0;
        border: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
    }
    .navbar-toggler.collapsed i::before {
        content: "\f0c9" !important;
    }
    .site-wrapper .content-section .content-text .title {
        font-size: 40px;
    }
    .site-wrapper .content-section .content-text p {
        font-size: 14px;
        line-height: 1.5;
    }
    .site-wrapper .site-header .navbar .navbar-collapse {
        margin-top: 15px;
        border-radius: 6px;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }
    .site-wrapper .site-header .navbar .navbar-nav .nav-link {
        padding: 10px 25px;
    }
    .site-wrapper .site-header .navbar .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid #eaeaea;
    }
    .auth-wrapper {
        padding: 50px 0;
    }
    .user-wrapper .intro-card {
        min-height: 250px;
        margin-bottom: 30px;
        height: auto !important;
    }
    .user-wrapper .widget-card {
        margin-bottom: 30px;
        height: auto !important;
    }
    .user-wrapper .user-aside-wrap {
        margin-bottom: 30px;
    }
    .user-wrapper .entry-form-wrap .profile-aside {
        border-right: 0;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .site-wrapper .site-header .navbar .id-search-wrap {
        border-left: 0;
        margin-left: 0;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .user-wrapper .listings-wrap .card .media {
        display: block !important;
    }
    .user-wrapper .listings-wrap .card .media .media-img-box {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .site-wrapper .site-header {
        padding-left: 0;
        padding-right: 0;
    }
    .site-wrapper .hero-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .site-wrapper .hero-area .hero-content h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .site-wrapper .hero-area .hero-content .hero-btn {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .site-wrapper .feature-section {
        padding: 50px 0;
        padding-bottom: 20px;
    }
    .site-wrapper .content-section {
        padding: 50px 0;
    }
    .site-wrapper .content-section .content-text .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .site-wrapper .footer-section .footer-top{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .auth-wrapper {
        padding: 30px 0;
    }
    .site-wrapper .site-header .navbar .header-btns {
        right: 42px;
        top: -2px;
    }
    .user-wrapper .user-aside-wrap .user-aside-info .user-aside-menu .nav-link span {
        display: block;
    }
    .site-wrapper .site-header .navbar .header-btns .user-dropdown .user-name {
        display: none;
    }
    .site-wrapper .site-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .site-wrapper .site-header .navbar .navbar-brand {
        font-size: 24px;
    }
    .site-wrapper .footer .footer-top {
        padding: 50px 0;
    }
    .site-wrapper .footer .footer-top .footer-logo {
        font-size: 24px;
    }
    .site-wrapper .footer .footer-top .social-links {
        margin-bottom: 30px;
    }
    .site-wrapper .footer .footer-top .quick-links {
        margin-top: 30px;
    }
    .user-wrapper .entry-form-wrap .col-form-label {
        padding-top: 0;
        padding-bottom: 0;
    }
    .site-wrapper .site-header .navbar .navbar-brand .brand-name {
        display: none;
    }
    .register-wrap .register-header .process-wraper {
        padding-left: 0px;
        position: relative;
    }
    .register-wrap .register-header .process-wraper .process {
        padding-left: 0px;
        text-align: center;
    }
    .register-wrap .register-header .process-wraper .process .number {
        position: static;
        top: auto;
        left: auto;
    }
    .register-wrap .register-header .process-wraper .process .title {
        display: block;
        padding-right: 0;
    }
    .register-wrap .register-header .process-wraper .process .line {
        top: 13px;
        right: -34px;
    }
    .register-wrap .register-header h3 {
        font-size: 22px;
    }
    .register-wrap .register-form .form-body .form-section-title, 
    .register-wrap .register-form .form-header h2 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 375px) {
    .register-wrap .register-header .process-wraper .process .line {
        right: -26px;
    }
}
@media only screen and (max-width: 320px) {
    .register-wrap .register-header .process-wraper .process .line {
        right: -17px;
    }
}