@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");

/*

Extra-light 200
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
Extra-bold 800
Black 900

*/
html,
body {
    height: 100%;
    color: #304458;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.weight-200 {
    font-weight: 200;
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.weight-800 {
    font-weight: 800;
}

.weight-900 {
    font-weight: 900;
}

h1,
.h1 {
    font-size: 20px;
    line-height: 25px;
}

h2,
.h2 {
    font-size: 14px;
    line-height: 20px;
}

h3,
.h3 {
    font-size: 22px;
    line-height: 28px;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 28px;
}

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

h6,
.h6 {
    font-size: 16px;
    line-height: 28px;
}

p {
    font-size: 14px;
    line-height: 18px;
}

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

.btn {
    font-size: 18px;
    line-height: 22px;
}

.btn-primary {
    background-color: #045DB5;
    transition: 0.5s;
    border: none;
    color: #ffffff;
    white-space: nowrap;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    padding: 20px 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary:focus {
    background-color: #045DB5;
    border: none;
    box-shadow: none;
    color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
}

a:hover,
a:focus,
a.active {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.form-control:focus {
    box-shadow: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.5;
    font-weight: 400;
    color: #102E4B;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.5;
    font-weight: 400;
    color: #102E4B;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.5;
    font-weight: 400;
    color: #102E4B;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.5;
    font-weight: 400;
    color: #102E4B;
}

.form-control {
    background: #ffffff;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    box-shadow: 0px 8px 24px -16px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-size: 10px;
    line-height: 12px;
    padding: 11px 15px;
    color: #304458;
    margin-bottom: 10px;
    font-weight: 700;
    /* height: 48px; */
    height: 50px;
}

/* change on 17-12-2021
  .form-control.is-invalid, .form-control.form-control:invalid {
    background-image: none;
    border-color: #F35A76; } */
.form-control.is-invalid:focus,
.form-control.form-control:invalid:focus {
    box-shadow: none;
}

.error-msg {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #F35A76;
}

.form-text {
    font-size: 10px;
    line-height: 12px;
    margin-top: 0;
}

.form-text .pwd-link {
    color: #045DB5;
    text-align: right;
    font-weight: 800;
}

.form-input {
    position: relative;
}

.form-input #password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    color: #B2BDCC;
    font-size: 14px;
    display: flex;
    height: 48px;
    align-items: center;
}

.form-input #password-toggle:focus {
    outline: none;
    box-shadow: none;
}

.form-input-password {
    margin-bottom: 20px;
}

.login-master {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    height: 100%;
}

.login-master .bg-img {
    background-image: url("../images/login-bg-dark.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
    padding: 0;
    height: 124px;
}

.login-master .bg-img .logo {
    position: relative;
}

.login-master .bg-img .logo img {
    position: relative;
    max-width: 160px;
    z-index: 4;
}

.login-master .login-wrap {
    height: calc(100vh - 124px);
    display: flex;
    flex-direction: column;
}

.login-master .login-wrap .form {
    padding: 20px 10px 0;
}

.login-master .login-wrap .title {
    font-weight: 900;
    padding-bottom: 10px;
}

.login-master .login-wrap .sub-title {
    color: #045DB5;
    font-weight: 700;
    padding-bottom: 5px;
}

.login-master .login-wrap .des-text {
    color: #65748b;
    font-weight: 600;
    padding-bottom: 15px;
}

.login-master .login-wrap .des-text .link {
    color: #388244;
}

.login-master .login-wrap .btn-submit {
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 15px;
    padding: 11px 15px;
    height: 48px;
    border-radius: 5px;
}

.login-master .login-wrap .account-text {
    text-align: center;
    color: #576C80;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.login-master .login-wrap .account-text .link {
    font-weight: 800;
    color: #045DB5;
    text-transform: uppercase;
    font-size: 10px;
}

.login-master .login-wrap .footer {
    background-color: #f2f2f2;
    padding: 15px;
    width: 100%;
    text-align: center;
}

.login-master .login-wrap .footer .footer-text .ftr-link {
    color: #576C80;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.back-nav {
    padding: 28px 33px;
}

.back-nav a {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #045DB5;
    display: flex;
    align-items: center;
}

.back-nav a img {
    padding-right: 4px;
}

.content-master {
    background-color: #f9f9f9;
    height: 100%;
}

.sidebar {
    height: 100vh;
    background: #ffffff;
    box-shadow: 0px -4px 8px 4px rgba(65, 65, 65, 0.04);
    position: fixed;
    flex-direction: column;
    justify-content: flex-start;
    width: 320px;
}

.sidebar .logo {
    padding: 32px 35px 32px 35px;
    display: flex;
    align-items: center;
}

.sidebar .sidebar-divider {
    border-top: 1px solid #e0e0e0;
}

.sidebar .resources-link {
    padding: 32px 0 32px 35px;
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
    color: #304458;
    text-transform: uppercase;
    display: inline-block;
}

.sidebar .sidebar-close {
    margin-right: 16px;
}

.sidebar .sidebar-btn {
    margin-left: 35px;
    margin-bottom: 32px;
}

.sidebar .sidebar-btn .btn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 14px 20px;
    background-color: #045DB5;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 8px;
    border: 0;
}

.sidebar .sidebar-link {
    margin-bottom: 40px;
}
/* .sidebar .sidebar-bottom {
    position: relative;
    right: 0;
    top: 100px;
    left: 0;
    padding: 30px 0px;
    z-index: 1030;
    margin-left: 60px
} */
.sidebar .sidebar-bottom {
    position: fixed;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 1030;
    margin-left: 60px;
}

.sidebar .sidebar-link li .menu-link {
    font-size: 16px;
    line-height: 26px;
    color: #045DB5;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 15px 0 15px 35px;
    border-right: 4px solid transparent;
    transition: all 300ms ease-in-out;
}

.sidebar .sidebar-link li .menu-link .link-icon {
    font-size: 32px;
    padding-right: 10px;
}

.sidebar .sidebar-link li .menu-link:hover,
/* .sidebar .sidebar-link li .menu-link:focus, */
.sidebar .sidebar-link li .menu-link.active {
    background: rgba(166, 202, 238, 0.1);
    border-color: #045DB5;
    color: #045DB5;
}

.sidebar .sidebar-link li .menu-link:hover .link-icon:before,
.sidebar .sidebar-link li .menu-link:focus .link-icon:before,
.sidebar .sidebar-link li .menu-link.active .link-icon:before {
    color: #045DB5;
}

.sidebar .sidebar-link li:last-child {
    padding-bottom: 0;
}

.content-wrapper {
    height: 100%;
    margin-left: 0;
}

.content-wrapper .navbar {
    padding: 0;
}

.content-wrapper .navbar.content-wrapper-header {
    padding: 14px 10px 16px 10px;
}

.content-wrapper .navbar.content-wrapper-header .btn {
    font-size: 20px;
}

.content-wrapper .navbar .navbar-nav .nav-item {
    border-left: 1px solid rgba(113, 113, 113, 0.4);
    padding: 0 8px 0 8px;
}

.content-wrapper .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    color: #045DB5;
    font-weight: 700;
    text-transform: uppercase;
}

.content-wrapper .navbar .navbar-nav .nav-item:first-child {
    border-left: 0;
}

.content-wrapper .navbar .navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.dashboard-content {
    background-color: #f9f9f9;
}

.dashboard-content .top-img {
    position: relative;
    height: 162px;
    background-image: url("../images/top-bg-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.dashboard-content .top-img .img-area {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.dashboard-content .top-img .img-area .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

.dashboard-content .bg-placeholder {
    background-image: url("../images/bg-placeholder.png");
    height: 156px;
}

.dashboard-content .container-fluid-page-header {
    padding: 0;
}

.dashboard-content .container-fluid-custom {
    padding: 0 20px;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb .list-item {
    position: relative;
    display: inline-block;
    margin-right: 12px;
}

.breadcrumb .list-item .link {
    font-size: 11px;
    line-height: 14px;
    color: #304458;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb .list-item::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -18px;
    width: 12px;
    height: 12px;
    background-image: url("../images/breadcrumb-divider.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.breadcrumb .list-item:last-child::after {
    content: none;
}

.breadcrumb:hover {
    color: #304458;
    background-color: transparent;
    border: 0;
}

.top-content {
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.top-content .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 12px;
}

.top-content .text {
    font-weight: 600;
    color: #65748B;
    font-size: 14px;
    line-height: 20px;
}

.str-text {
    font-weight: 600;
    color: #65748B;
    font-size: 14px;
    line-height: 20px;
}

.top-content .text .read-more-link {
    text-transform: uppercase;
    color: #045DB5;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin-left: 10px;
}

.top-content .sub-detail {
    padding-bottom: 32px;
}

.top-content .sub-detail:last-child {
    padding-bottom: 0;
}

/* Developer css start*/
.top-content ul {
    padding-left: 50px;
    color: #65748B;
}

/* Developer css end*/
.section-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    /* padding-top: 20px; */
}

.section-heading .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    width: 100%;
}

.section-heading .result {
    text-align: right;
    color: #388244;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.projects .project-list .card-project {
    background: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
}

.projects .project-list .card-project .card-img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    height: 168px;
    min-height: 100%;
}

.projects .project-list .card-project .card-body {
    padding: 12px 20px 0 20px;
}

.projects .project-list .card-project .card-body .card-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.projects .project-list .card-project .card-body .display-text {
    font-size: 10px;
    line-height: 14px;
    color: #388244;
    font-weight: 700;
    text-transform: uppercase;
}

.projects .project-list .card-project .card-body .display-text .divider {
    height: 9px;
    width: 1px;
    background-color: #388244;
    display: inline-block;
    margin: 0 8px;
}

.projects .project-list .card-project .card-body .card-nav {
    margin-bottom: 8px;
}

.projects .project-list .card-project .card-body .card-nav .nav-item {
    border-left: 2px solid #388244;
}

.projects .project-list .card-project .card-body .card-nav .nav-item:first-child {
    border-left: none;
}

.projects .project-list .card-project .card-body .card-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

.projects .project-list .card-project .card-body .card-nav .nav-item .nav-link {
    color: #388244;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    padding-left: 6px;
    padding-right: 6px;
}

.projects .project-list .card-project .card-body .card-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #65748B;
}

.projects .project-list .card-project .card-footer {
    padding: 0 20px 12px 20px;
    background-color: #ffffff;
    border-top: none;
}

.projects .project-list .card-project .card-footer .card-link {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #045DB5;
    text-transform: uppercase;
}

.projects .project-list .project-category {
    align-items: flex-start;
}

.projects .project-list .project-category .category-img {
    padding-top: 10px;
    padding-left: 10px;
}

.projects .project-list .project-category .category-img img {
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    object-fit: cover;
}

.projects .project-list .project-category .category-content {
    flex-direction: column;
    padding: 10px;
    width: auto;
}

.projects .project-list .project-category .category-content .card-body {
    padding: 0;
}

.projects .project-list .project-category .category-content .card-footer {
    padding: 0;
}

.search-wrap {
    position: relative;
}

.search-wrap .input-append {
    position: relative;
}

.search-wrap .input-append .search-query {
    position: relative;
    width: 100%;
    height: 44px;
    padding: 10px 10px 10px 44px;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 12px center;
}

.search-wrap .input-append .btn-filter {
    position: absolute;
    right: 8px;
    top: 11px;
    font-size: 11px;
    line-height: 16px;
    padding: 6px 14px;
    font-weight: 400;
    border-radius: 8px;
}

.search-wrap .filter-popup {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 80vw;
    height: 100vh;
    overflow-x: hidden;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 24px 72px rgba(0, 0, 0, 0.17);
    z-index: 1;
}

.search-wrap .filter-popup-heading {
    margin-bottom: 18px;
}

.search-wrap .filter-popup-label {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.search-wrap .filter-popup .form-check {
    font-weight: bold;
    font-size: 9px;
    line-height: 16px;
    text-transform: uppercase;
}

.search-wrap .filter-popup .form-check .form-check-input {
    width: 16px;
    height: 16px;
}

.search-wrap .filter-popup .form-check .form-check-input:checked {
    background-color: #045DB5;
    border-color: #045DB5;
}

#offcanvas-filter .offcanvas-body .filter-heading {
    margin-bottom: 10px;
}

#offcanvas-filter .offcanvas-body .filter-label {
    font-size: 12px;
    line-height: 15px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

#offcanvas-filter .offcanvas-body #search-btn {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    padding-right: 5px;
    font-size: 15px;
    line-height: 0;
}

#offcanvas-filter .offcanvas-body .input-group-search .form-control {
    border-left: 0;
    box-shadow: none;
}

#offcanvas-filter .offcanvas-body .input-group-search .form-control:focus {
    border-color: #EDEDED;
}

#offcanvas-filter .offcanvas-body .form-check {
    font-weight: bold;
    font-size: 9px;
    line-height: 16px;
    text-transform: uppercase;
}

#offcanvas-filter .offcanvas-body .form-check .form-check-label {
    padding-left: 6px;
}

#offcanvas-filter .offcanvas-body .form-check .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 0;
}

#offcanvas-filter .offcanvas-body .form-check .form-check-input:checked {
    background-color: #045DB5;
    border-color: #045DB5;
}

#offcanvas-filter .offcanvas-body .result {
    text-align: left;
    color: #388244;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.select2 .select2-selection {
    border-radius: 8px;
    padding: 10px 5px;
    height: auto;
    border: 1px solid #ECECEC;
}

.select2 .select2-selection .select2-selection__rendered {
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    /* text-transform: capitalize; */
}

.select2 .select2-selection .select2-selection__arrow {
    top: 0;
    right: 14px;
    display: flex;
    height: 100%;
    align-items: center;
}

.select2 .select2-selection .select2-selection__arrow b {
    background-image: url("../images/chevron.svg");
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
    height: 10px !important;
    width: 16px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.select2.select2-container--open .select2-selection {
    background-color: #F5F5F5;
}

.select2.select2-container--open .select2-selection .select2-selection__rendered {
    color: #045DB5;
}

.select2.select2-container--open .select2-selection .select2-selection__arrow b {
    transform: rotate(180deg);
}

.select2-dropdown {
    border: 1px solid #ECECEC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.select2-dropdown .select2-results .select2-results__option {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #274461;
    padding: 10px 15px;
}

.select2-dropdown .select2-results .select2-results__option.select2-results__option--selected {
    color: #388244;
    background-color: #F5F5F5;
}

.select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
    background-color: transparent;
}

.select2-dropdown .select2-results .select2-results__option:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar-nav-mobile {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    margin-left: 36px;
}

.navbar-nav-mobile .nav-item {
    border-left: 1px solid rgba(113, 113, 113, 0.4);
    padding: 0 8px 0 8px;
}

.navbar-nav-mobile .nav-item .nav-link {
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    color: #045DB5;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-nav-mobile .nav-item:first-child {
    border-left: 0;
}

.navbar-nav-mobile .nav-item:last-child {
    padding-right: 0;
}

.terminology-content {
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 16px;
}

.terminology-content .content-box {
    margin-bottom: 24px;
}

.terminology-content .content-box .point {
    width: 56px;
    height: 56px;
    background-color: rgba(166, 202, 238, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 20px;
}

.terminology-content .content-box .point .letter {
    font-size: 20px;
    line-height: 28px;
    color: #045DB5;
    font-weight: 700;
}

/* .terminology-content .content-box .point-list {
    padding-top: 10px;
    width: calc(100% - 76px);
} */

.terminology-content .content-box .point-list .list-item {
    margin-bottom: 15px;
}

.terminology-content .content-box .point-list .list-item .title {
    font-size: 16px;
    line-height: 22px;
    color: #274461;
    font-weight: 700;
    padding-bottom: 5px;
}

.terminology-content .content-box .point-list .list-item .desc {
    font-size: 14px;
    line-height: 20px;
    color: #65748B;
    font-weight: 600;
}

.intro-modal.fade {
    transition: opacity .5s linear;
    background-color: rgba(4, 43, 80, 0.6);
}

.intro-modal .modal-dialog {
    width: 280px;
    margin: 0 auto;
}

.intro-modal-500 .modal-dialog {
    width: 500px !important;
}

.intro-modal .modal-dialog .modal-content {
    border-radius: 24px;
    box-shadow: 0px 24px 72px rgba(0, 0, 0, 0.17);
    border: 0;
}

.intro-modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding: 20px 20px 0;
    justify-content: flex-end;
}

.intro-modal .modal-dialog .modal-content .modal-header .btn-skip {
    font-size: 10px;
    line-height: 16px;
    font-weight: 800;
    color: #045DB5;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    text-decoration: underline;
}

.intro-modal .modal-dialog .modal-content .modal-body {
    padding: 0 12px 24px 12px;
}

.intro-modal .modal-dialog .modal-content .modal-body .icon {
    width: 60px;
    height: 60px;
    background-color: rgba(166, 202, 238, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.intro-modal .modal-dialog .modal-content .modal-body .title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #304458;
    padding-bottom: 8px;
}

.intro-modal .modal-dialog .modal-content .modal-body .desc {
    font-size: 12px;
    line-height: 18px;
    color: #65748B;
    text-align: center;
}

.intro-modal .modal-dialog .modal-content .modal-footer {
    border-top: 0;
    padding: 0 0 24px;
}

.intro-modal .modal-dialog .modal-content .modal-footer .btn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 11px 24px;
    margin: 0;
}

/* Designer New File Start*/
.get-started-modal .modal-dialog .modal-content .modal-header .btn-close {
    background: url("../images/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.get-started-modal .modal-dialog .modal-content .modal-header .btn-close:focus {
    box-shadow: none;
}

.get-started-modal .modal-dialog .modal-content .modal-footer .btn {
    width: 105px;
}

/* Designer New File End*/
.offcanvas-backdrop::before {
    background-color: rgba(48, 68, 88, 0.9);
}

.offcanvas-end,
.offcanvas-start {
    width: 85vw;
}

@media only screen and (max-width: 767px) {

    /* Designer New File Start*/
    /* .ui-widget.ui-widget-content {

        width: auto !important;
    } */
    /* Designer New File End*/
    .bg-light {
        background-color: #e5e5e5;
    }
}

/* Designer New File Start*/

#basicwizard .nav-tabs {
    background-image: url("../images/wizard-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

#basicwizard .nav-tabs .nav-item {
    padding: 20px;
}

#basicwizard .nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    opacity: .5;
}

#basicwizard .nav-tabs .nav-item .nav-link .count {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    color: #00833E;
    background-color: #ffffff;
    margin-right: 16px;
}

#basicwizard .nav-tabs .nav-item .nav-link.active {
    opacity: 1;
}

#basicwizard .tab-content .tab-card {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 24px;
}

#basicwizard .tab-content .tab-pane #contact-form {
    min-height: auto;
    border: none;
    background-color: transparent;
    padding: 0;
}

/* #basicwizard .tab-content .tab-pane .wizard-section-title {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #304458;
} */

.wizard-section-title:first-letter {
    text-transform: uppercase;
}

#basicwizard .tab-content .tab-pane .form-control {
    font-size: 14px;
    line-height: 18px;
}

#basicwizard .tab-content .tab-pane .form-control::placeholder {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #102E4B;
    opacity: 0.5;
}

#basicwizard .tab-content .tab-pane #dZUpload {
    background-color: #FAFCFF;
    border: 1px dashed #C7D1E0;
    box-sizing: border-box;
    border-radius: 8px;
}

#basicwizard .tab-content .tab-pane #dZUpload .dz-message {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #304458;
}

#basicwizard .tab-content .tab-pane .input-group .input-group-text {
    border: 1px solid #EDEDED;
}

#basicwizard .tab-content .wizard .btn {
    /*
    padding: 16px 32px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    */
    padding: 16px 32px;
    font-family: Mulish, sans-serif !important;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
}

.btn {
    font-family: Mulish, sans-serif !important
}

.btn.btn-default {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 8px;
}

/* #basicwizard .tab-content .wizard .btn.btn-default {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
} */

#basicwizard .tab-content .wizard .btn.btn-primary {
    background-color: #045DB5;
}

/* Designer New File End*/
@media (max-width: 576px) {
.sidebar{
    width: 320px;
}
}
@media (min-width: 576px) {
    .search-wrap .filter-popup {
        position: absolute;
        width: 100%;
        max-width: 100%;
        height: auto;
        top: auto;
        border-radius: 10px;
        overflow: inherit;
        padding: 32px 24px;
    }
    .search-wrap .filter-popup-label {
        font-size: 20px;
        line-height: 28px;
    }

    .search-wrap .filter-popup .form-check {
        font-size: 13px;
        line-height: 22px;
        font-weight: 700;
    }

    .search-wrap .filter-popup .form-check-input:focus {
        box-shadow: none;
    }

    .search-wrap #filterpopup::after {
        content: "";
        width: 16px;
        height: 16px;
        transform: rotate(-45deg);
        background: #fff;
        position: absolute;
        z-index: 1;
        top: 48px;
        right: 30px;
        border-radius: 2px;
    }
    .sidebar{
        width: 320px;
    }
}

/* Developer css start*/
@media (max-width: 576px) {
    textarea::placeholder {
        /* color: #999; */
        font-weight: 800 !important;
        font-size: 10px !important;
        /* line-height: 20px !important; */
        text-transform: uppercase !important;
    }

    input::placeholder {
        /* color: #999; */
        font-weight: 800 !important;
        font-size: 10px !important;
        /* line-height: 20px !important; */
        text-transform: uppercase !important;
    }

    input.form-control,
    select.form-control {
        height: 42px !important;
    }

    /* label.form-check-label {
        color: #999;
        font-weight: 800 !important;
        font-size: 10px !important;
        line-height: 20px !important;
    } */
    .login-master .bg-img {
        background-image: url("../images/login-bg-dark_mobile.png");
    }

    .intro-modal-500 .modal-dialog {
        width: 90% !important;
    }

    .top-content ul{
        padding-left: 35px;
    }

}
@media (max-width: 428px){
    .custom-mt-sm-4{
        margin-top: 4px;
    }
}

/* Developer css end*/
@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 24px;
        line-height: 30px;
    }

    h2,
    .h2 {
        font-size: 20px;
        line-height: 28px;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: 28px;
    }

    h4,
    .h4 {
        font-size: 20px;
        line-height: 28px;
    }

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

    h6,
    .h6 {
        font-size: 16px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
        line-height: 18px;
    }

    .p1 {
        font-size: 16px;
        line-height: 28px;
    }

    .form-control {
        font-size: 12px;
        line-height: 15px;
    }

    .form-text {
        font-size: 12px;
        line-height: 15px;
    }

    .error-msg {
        font-size: 14px;
        line-height: 18px;
    }

    .select2 .select2-selection {
        padding: 14px 10px;
    }

    .select2 .select2-selection .select2-selection__rendered {
        font-size: 13px;
        line-height: 20px;
    }

    .content-wrapper .navbar.content-wrapper-header {
        padding: 14px 16px;
    }

    .sidebar {
        width: 320px;
    }

    .dashboard-content .top-img {
        height: 185px;
    }

    .dashboard-content .top-img .img-area .title {
        font-size: 20px;
        line-height: 28px;
    }

    .dashboard-content .bg-placeholder {
        height: 156px;
    }

    .dashboard-content .container-fluid-custom {
        padding: 0 16px;
    }

    .top-content {
        padding: 20px 20px;
    }

    .top-content .title {
        font-size: 16px;
        line-height: 24px;
    }

    .top-content .text {
        font-size: 14px;
        line-height: 20px;
    }

    .str-text {
        font-size: 14px;
        line-height: 20px;
    }

    .top-content .text .read-more-link {
        font-size: 12px;
        line-height: 16px;
    }

    .section-heading {
        align-items: flex-end;
    }

    .section-heading .title {
        font-size: 18px;
        line-height: 16px;
    }

    .section-heading .result {
        font-size: 12px;
        line-height: 16px;
    }

    .projects .project-list .card-project {
        margin-bottom: 16px;
    }

    .projects .project-list .card-project .card-img {
        height: 100%;
    }

    .projects .project-list .card-project .card-body {
        padding: 20px 20px 0 20px;
    }

    .projects .project-list .card-project .card-body .card-nav {
        margin-bottom: 12px;
    }

    .projects .project-list .card-project .card-body .card-nav .nav-item .nav-link {
        font-size: 10px;
        line-height: 16px;
    }

    .projects .project-list .card-project .card-body .card-text {
        font-size: 14px;
        line-height: 20px;
    }

    .projects .project-list .card-project .card-footer {
        padding: 0 20px 20px 20px;
    }

    .projects .project-list .project-category {
        align-items: center;
    }

    .projects .project-list .project-category .category-img {
        padding-top: 0;
        padding-left: 16px;
    }

    .projects .project-list .project-category .category-img img {
        min-width: 52px;
        width: 52px;
        height: 52px;
    }

    .projects .project-list .project-category .category-content {
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding: 10px 16px;
    }

    .projects .project-list .project-category .category-content .card-footer {
        display: flex;
    }

    .login-master .bg-img {
        background-image: url("../images/login-bg-dark_mobile.png");
        height: 332px;
    }

    .login-master .bg-img .logo {
        position: relative;
    }

    .login-master .bg-img .logo img {
        position: relative;
        min-width: 220px;
        z-index: 4;
    }

    .login-master .login-wrap {
        height: calc(100vh - 332px);
    }

    .login-master .login-wrap .form {
        width: 374px;
        margin: 0 auto;
    }

    .login-master .login-wrap .account-text {
        font-size: 14px;
        line-height: 18px;
    }

    .login-master .login-wrap .account-text .link {
        font-size: 12px;
    }

    .intro-modal .modal-dialog {
        width: 434px;
    }

    .intro-modal .modal-dialog .modal-content .modal-header {
        padding: 28px 20px 0;
    }

    .intro-modal .modal-dialog .modal-content .modal-header .btn-skip {
        font-size: 12px;
        line-height: 18px;
    }

    .intro-modal .modal-dialog .modal-content .modal-body {
        padding: 0 12px 24px 12px;
    }

    .intro-modal .modal-dialog .modal-content .modal-body .title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .intro-modal .modal-dialog .modal-content .modal-footer {
        padding: 0 0 44px;
    }
    .terminology-content .content-box .point-list {
        padding-top: 10px;
        width: calc(100% - 76px);
    }
    /* Developer css start*/
    /* .top-content ul {
        padding-left: 40px;
    } */
    /* Developer css end*/
}

@media (min-width: 992px) {

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

    h2,
    .h2 {
        font-size: 24px;
        line-height: 28px;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: 28px;
    }

    h4,
    .h4 {
        font-size: 20px;
        line-height: 28px;
    }

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

    h6,
    .h6 {
        font-size: 16px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
        line-height: 18px;
    }

    .p1 {
        font-size: 16px;
        line-height: 28px;
    }

    .form-control {
        font-size: 12px;
        line-height: 15px;
    }

    .login-master {
        grid-template-columns: repeat(2, 1fr);
    }

    .login-master .bg-img {
        background-image: url("../images/login-bg-dark.jpg");
        background-size: cover;
        min-height: 100vh !important;
        min-height: -webkit-fill-available;
    }

    .login-master .bg-img .logo {
        position: relative;
    }

    .login-master .bg-img .logo img {
        position: relative;
        min-width: 300px;
        z-index: 4;
    }

    .login-master .login-wrap {
        height: 100%;
    }

    .login-master .login-wrap .form {
        margin-bottom: 0;
        width: auto;
    }

    .login-master .login-wrap .footer {
        padding: 15px;
    }

    .login-master .login-wrap .btn-submit {
        margin-bottom: 15px;
    }

    .sidebar {
        display: flex;
    }

    .sidebar.offcanvas-start {
        visibility: visible !important;
        width: 320px;
        border-right: 0;
        transform: translateX(0);
        /* overflow: auto; */
    }

    .content-wrapper {
        margin-left: 320px;
    }

    .content-wrapper .navbar.content-wrapper-header {
        padding: 30px 32px;
    }

    .dashboard-content .top-img {
        height: 224px;
        border-radius: 10px;
        overflow: hidden;
    }

    .dashboard-content .top-img .img-area .title {
        font-size: 32px;
        line-height: 28px;
    }

    .dashboard-content .bg-placeholder {
        height: 156px;
    }

    .dashboard-content .container-fluid-page-header,
    .dashboard-content .container-fluid-custom {
        padding: 0 32px;
    }

    .top-content {
        padding: 28px 35px;
        margin-bottom: 20px;
    }

    .top-content .title {
        font-size: 22px;
        line-height: 28px;
    }

    .top-content .text {
        font-size: 16px;
        line-height: 26px;
    }

    .str-text {
        font-size: 16px;
        line-height: 26px;
    }

    .top-content .text .read-more-link {
        font-size: 14px;
        line-height: 18px;
    }

    .section-heading .title {
        font-size: 32px;
        line-height: 38px;
    }

    .section-heading .result {
        font-size: 14px;
        line-height: 18px;
    }

    .projects .project-list .card-project {
        margin-bottom: 19px;
    }

    .projects .project-list .card-project .card-img {
        height: 230px;
    }

    .projects .project-list .card-project .card-body {
        padding: 24px 36px 20px 36px;
    }

    .projects .project-list .card-project .card-body .card-nav .nav-item .nav-link {
        font-size: 12px;
    }

    .projects .project-list .card-project .card-body .card-text {
        font-size: 16px;
        line-height: 26px;
    }

    .projects .project-list .card-project .card-footer {
        padding: 0 36px 24px 36px;
    }

    .projects .project-list .project-category {
        align-items: center;
    }

    .projects .project-list .project-category .category-img {
        padding-left: 0;
    }

    .projects .project-list .project-category .category-img img {
        min-width: 80px;
        width: 80px;
        height: 80px;
        border-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .projects .project-list .project-category .category-content {
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding: 10px 16px;
    }

    .projects .project-list .project-category .category-content .card-footer {
        display: flex;
    }

    .intro-modal .modal-dialog {
        width: 850px;
        max-width: 850px;
    }

    .intro-modal .intro-modal-500 .modal-dialog {
        width: 500px;
    }

    .intro-modal .modal-dialog .modal-content .modal-header {
        padding: 40px 40px 0;
    }

    .intro-modal .modal-dialog .modal-content .modal-header .btn-skip {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-modal .modal-dialog .modal-content .modal-body {
        padding: 25px 137px 40px 137px;
    }

    .intro-modal-500 .modal-dialog .modal-content .modal-body {
        padding: 25px 50px 40px 50px;
    }


    .intro-modal .modal-dialog .modal-content .modal-body .title {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 24px;
    }

    .intro-modal .modal-dialog .modal-content .modal-body .desc {
        font-size: 18px;
        line-height: 24px;
    }

    .intro-modal .modal-dialog .modal-content .modal-footer {
        padding: 0 0 44px;
    }
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 6px;
    vertical-align: middle;
}
.filter-popup input[type="checkbox"] {
    margin-top: 3px;
    vertical-align: middle;
}

.login-master input[type="radio"],
.login-master input[type="checkbox"] {
    margin-top: -3px;
    vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */
/* Developer css start*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.ui-menu {
    z-index: 9999;
}

.search-wrap .result {
    text-align: left;
    color: #388244;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
}

.btn-clear {
    font-size: 11px;
    line-height: 16px;
    padding: 6px 14px !important;
    font-weight: 400 !important;
    border-radius: 8px;
}

.top-content .title a {
    color: #304458;
}

.project-list .card-title a {
    color: #304458;
}

.form-text:first-letter {
    text-transform: uppercase;
}

.form-text a {
    color: #045db5;
}

.mt-10 {
    margin-top: 10px;
}

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

.step-nav {
    background-image: url("../images/wizard-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
}

.step-nav a {
    color: #ffffff;
    align-items: center;
    display: flex;
}

.ms-05 {
    margin-left: 2px;
}

.me-05 {
    margin-right: 2px;
}

.step-nav .step-nav-title {
    font-size: 16px;
    font-weight: 700;
}

.step-nav-back,
.step-nav-next,
.step-nav-title {
    padding: 20px;
}

@media (max-width: 576px) {

    .step-nav-back,
    .step-nav-next,
    .step-nav-title {
        padding: 15px;
    }
    /* .custom-text-nowrap-sm{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    } */
    /* .table-scrollable {
        overflow-x: auto;
        max-width: 600px;
        box-shadow: inset 0 0 5px rgba(150, 150 ,150,0.35);
        margin: auto;
    } */

}

.error {
    color: #F35A76;
}

.continueButton a i {
    font-size: 10px;
    margin-left: 5px;
}

.backButton a i {
    font-size: 10px;
    margin-right: 5px;
}

a {
    color: #045DB5;
}

.form-check-input:checked {
    background-color: #045DB5;
    border-color: #045DB5;
}

.input-group-text {
    border: 1px solid #EDEDED !important;
    border-radius: 6px;
}

.file-input {
    display: flex;
    padding-top: 16px;
    padding-left: 27px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-5 {
    margin-left: 5px;
}

#CreateCaseStudyRegionModal .alert-danger {
    background-color: transparent;
    border-color: transparent;
}

#CreateCaseStudyRegionModal .alert-danger li {
    list-style: none;
}

/* Developer css end*/
.ui-widget.ui-widget-content {
    border: 1px solid #ededed;
    margin: 10px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 6px;
    box-shadow: 0px 8px 13px 1px rgba(0, 0, 0, 0.10);
}

.ui-autocomplete-category {
    font-weight: bold;
    line-height: 25px;
    background-color: #f9f9f9;
    font-size: 15px;
    padding: 5px 10px;
    color: #3576b5;
}

.ui-menu .ui-menu-item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 13px;
}

/*new */
@media (max-width: 400px) {
    .sm-flex-direction {
        flex-direction: column;
    }

    #basicwizard .tab-content .wizard .btn {
        width: 100%
    }

    #submitButton {
        margin-left: 0 !important;
        /* margin-top: 15px; */
    }

    .cancelButton,
    .backButton {
        margin-right: 0 !important;
    }

    /* #basicwizard .tab-content .wizard .btn+.btn {
        margin-top: 15px;
    } */
    .tab-card .backButton {
        margin-bottom: 15px;
    }

    .tab-card .cancelButton {
        margin-bottom: 15px;
    }

    input[type="radio"],
    input[type="checkbox"] {
        margin-top: 7px;
        vertical-align: middle;
    }

    /* Developer css start*/
    .top-content ul {
        padding-left: 25px;
    }
    /* Developer css end*/
}
/* Developer css Start*/
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: auto !important;
    margin-right: 40px !important;
    padding-right: 0px !important;
    line-height: 1 !important;
}

.backdrop {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: rgb(0, 0, 0, 0.2);
}
/* .btn-custom-black{
    padding: 8px 12px;
    font-family: Mulish,
    sans-serif !important;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform:none;
    border-radius: 0px;
    background-color: #000;
}
.btn-custom-black:hover, .btn-primary.active, .btn-primary:focus {
    background-color: #000;
    border: none;
    box-shadow: none;
} */
.btn-custom{
    padding: 14px 20px;
    font-family: Mulish,
    sans-serif !important;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
}
/* Developer css End*/
table .bg-custom-blue{
    background-color: rgba(166, 202, 238, 0.5);
}
table .bg-custom-blue-light{
    background-color: rgba(166, 202, 238, 0.3);
}
table .bg-custom-blue-light-extra{
    background-color: rgba(166, 202, 238, 0.1);
}

@media only screen and (max-width: 500px) {
    .table-scrollable {
        overflow-x: auto;
        max-width: 600px;
        box-shadow: inset 0 0 5px rgba(150, 150 ,150,0.35);
        margin: auto;
    }
    .custom-table-scrollable {
        width: 1000px;
        margin: auto!important;
        overflow-x: auto;
    }
}
@media only screen and (max-height: 776px) {
    .sidebar .sidebar-bottom {
        position: relative;
        right: 0;
        top: 100px;
        left: 0;
        padding: 30px 0px;
        z-index: 1030;
        margin-left: 60px
    }
    .sidebar.offcanvas-start {
        overflow: auto;
    }
}