@font-face {
    font-family: Montserratarm-Regular;
    src: url(../assets/fonts/Montserrat-Regular.ttf);
    font-weight: bold;
}

* {
    font-family: Montserratarm-Regular;
    margin: 0;
    padding: 0;

}

.mainBlade {
    background-color: #3F6180;
    padding: 30px 0;
}

.mainContainer {
    padding: 0 !important;
    background-color: #fff;
    box-shadow: 0px 0px 8px 8px rgba(0, 32, 46, 0.2);
    border-radius: 5px;
}

.sitesName {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 60px !important;
    color: #3F6180 !important;
    line-height: 73px;
    height: 73px;
}

.header {
    padding: 10px 30px;
    min-height: 166px;
}

.menuItems {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #535353;
}

.menuItems a {
    line-height: 29px;
    height: fit-content;
    padding: 0 !important;
}

.authButton {
    margin: 0;
}

.authButton li {
    display: inline-block;
}

.authButton li a {
    text-decoration: none;
    background: #3F6180;
    border-radius: 50px;
}

.authButton li .login {
    text-decoration: none;
    background: #3F6180;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 10px 30px;

}

.authButton li .register {
    background: #FFFFFF;
    border: 2px solid #3F6180;
    border-radius: 50px;
    color: #3F6180;
    padding: 8px 21px;
}

.sliderPageNumber {
    font-style: normal;
    font-size: 170px;
    color: #850100;
    text-align: center;

}

.sliderPageNumberInactive {
    font-style: normal;
    font-size: 70px;
    color: #850100;
    text-align: center;
}

.sliderLine {
    margin: 0 auto;
}

.sectionHeader {
    background: #850100;
    padding: 30px 30px 90px;

}

.sectionHeader h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    color: #FFFFFF;
}

.sectionPadding {
    padding: 0 10%;
}

.aboutCarousel {
    z-index: 99;
}

.carouselTop {
    overflow: inherit !important;
}

.cardArea {
    margin-top: -60px !important;
}

.card {
    min-height: 373px !important;
    border-radius: 0 !important;
    padding: 15px 12px 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 36, 52, 0.2);
}

.card img {
    margin: 0 auto;
    padding: 10px 0;
}

.card .name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #535353;
}

.card .position {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #535353;
}

.card .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #535353;
}

.card .date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #535353;
}

.card p {
    font-style: normal;
    font-weight: 275;
    font-size: 12px;
    color: #535353;
}

.card .prosBar, .singleOfferBox .prosBar {
    background-color: #4ECB71 !important;
}

.card .consBar, .singleOfferBox .consBar {
    background-color: #F24E1E !important;
}

.card .pros, .singleOfferBox .pros {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #4ECB71;
    display: inline-block;

}

.card .cons, .singleOfferBox .cons {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #F24E1E;
    display: inline-block;
}

.card svg, .singleOfferBox svg {
    display: inline-block;
}

.aboutText {
    box-shadow: 0px 0px 6px 2px rgba(0, 32, 46, 0.15);
    border-radius: 5px;
    padding: 50px 60px;
    border-bottom: 5px solid #3F6180;

}

.aboutText h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    color: #535353;
    margin-bottom: 40px;
}

.aboutText p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #535353;
    line-height: 35px;
}

.statisticSection h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 140px;
    text-align: center;
    color: #3F6180;
}

.statisticSection h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #19293B;
}

.newsCard {
    padding: 20px 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 36, 52, 0.2);
}

.newsCard img {
    margin: 0 auto 10px;
    width: 171px;
    height: 106px;
    object-fit: cover;
    padding: 0;
}

.newsCard .newsTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #535353;
}

.newsCard p {
    font-style: normal;
    font-weight: 275;
    font-size: 12px;
    color: #535353;
}

.newsCard .newsDate {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #535353;
}

.line {
    width: 80%;
    height: 1px;
    background-color: #535353;
    margin: 70px auto 40px;
}

.contactSection svg {
    display: inline-block;
}

.contactSection .contactText {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    display: inline-block;
}

.emailSubscription h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #535353;
}

.emailSubscription .emailInput {
    border: 1.5px solid #3F6180;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
    border-radius: 3px 0px 0px 3px;
}

.emailSubscription .emailSend {
    background: #3F6180;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0px 3px 3px 0px;
    color: #FFFFFF;
}

.socialContent ul li {
    display: inline-block;
}

.socialContent ul li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #001327;
}

.footer {
    padding: 10px 0;
    background: #001327;
}

.footer h5 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
}


.filterBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filterBox button {
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: none;
}

.filterInput {
    max-width: 272px;
    width: 100%;
    margin: 0 10px;
    padding: 10px 15px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background: #850100;
    color: #FFFFFF;
    display: none;
}

.filterInput::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.9;
}

.filterText {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.slick-slide {
    margin-right: 5px;
}

.slick-list {
    padding: 0 !important;
}

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

.slick-dotted.slick-slider {
    margin-bottom: 22px !important;
}

.statisticSectionBox {
    padding: 70px 100px;
}

.aboutUsCardBox {
    padding: 0 154px;
}

.singleOfferBox, .commentBox {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 36, 52, 0.2);
}

.infoBox>div {
    padding: 30px 140px 120px 30px;
}

.singleOfferBox>div {
    padding: 30px 140px 20px 30px;
}

.singleOfferBox h3, h4, h5, p, .commentBox h3, h4, h5, p {
    font-family: 'Montserrat arm';
    font-style: normal;
    line-height: 25px;
    color: #535353;
}

.singleOfferBox h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.singleOfferBox h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

.singleOfferBox h5, .infoBox h5, .commentBox h5 {
    font-weight: 400;
    font-size: 12px;
}

.singleOfferBox p, .commentBox p {
    font-weight: 275;
    font-size: 14px;
}

.infoBox {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 36, 52, 0.2);
}

.infoBox h3 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
}

.infoBox p {
    margin-bottom: 0;
    font-weight: 275;
    font-size: 14px;
}

.makeOfferBox {
    background: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 36, 52, 0.2);
    padding: 60px 140px 50px !important;
}

.input_box, .input_file_box {
    position: relative;
}

.input_box label, .form-label-img {
    transform: translateY(-1rem) translateY(0.1rem) scale(.8);
    position: absolute;
    left: 25px;
    padding-top: 0.37rem;
    transform-origin: 0 0;
    color: #001327;
    margin-bottom: 0;
    background: #FFFFFF;
}

.input_box input, .input_box textarea, .input-file {
    border: 1px solid #535353 !important;
    box-shadow: 2px 2px 4px #D9E0E2 !important;
    border-radius: 3px !important;
    padding: 10px 40px 10px 25px !important;
}

.offer_btn {
    background: #850100;
    padding: 35px 145px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin: 30px auto;
    width: fit-content;
}

.makeOfferBox input, .makeOfferBox span {
    color: rgba(0, 19, 39, 0.5);
    font-family: 'Montserrat arm';
}



.input-file {
    position: relative;
    display: inline-block;
    padding-right: 45px !important;
}

.input-file-text {
    border: none;
}

.input-file-btn {
    position: absolute;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    right: 15px;
    top: 13px;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 1px;
    height: 1px;
}

.log_reg_title {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    color: #3F6180;
}

.log_reg_btn {
    border: 1px solid #3F6180;
    filter: drop-shadow(2px 2px 2px rgba(25, 41, 59, 0.2));
    border-radius: 50px;
    color: #3F6180;
}

.lp {
    padding: 10px 57px;
}

.join_btn p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #001327;
    opacity: 0.9;
}

.join_btn a {
    color: #3F6180;
}

.loginSection {
    padding: 10px 0 130px;
}

.loginSection>div, .registerSection>div {
    padding: 0 30px 110px;
}

.loginSectionBox {
    max-width: 460px;
}

.logRegIcon {
    position: absolute;
    top: 12px;
    right: 13px;
}

.form-check-input:checked[type=checkbox] {
    color: #3F6180 !important;
    background-color: #3F6180;
}


.form-check-input {
    border: 0.5px solid #000000 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: inherit !important;
}

.inputtextColor {
    color: rgba(0, 19, 39, 0.5) !important;
}

.rememberMeBox {
    display: flex;
    align-items: center;
}

.rememberMeBox input {
    margin: 0 10px;
}

.forgotPas a {
    padding-right: 10px !important;
    color: #001327 !important;
    opacity: 0.9 !important;
    font-size: 12px;
}

.authNameBox h2 {
    color: #3F6180;
    font-size: 24px;
    font-weight: 600;
}

.imgIcon {
    margin: 10px 0 4px 20px;
}

.imgIcon img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.imgIcon::after {
    content: none !important;
}

.authDropdown {
    right: 0;
    left: auto !important;
    background: #850100 !important;
    border-radius: 0px 0px 10px 10px !important;
    padding: 20px 80px 20px 20px !important;
}

.authDropdown a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0;
}

.authDropdown a>span {
    padding-right: 10px;
}

.dropDownLine {
    border-top: 1px solid #FFFFFF !important;
    width: 245px;
    margin: 10px 0 20px !important;
}

.logOut {
    padding-top: 70px;
}

.registerSection {
    padding: 10px 0 250px;
}

.registerSectionBox {
    max-width: 990px;
}


.regIcon {
    position: absolute;
    cursor: pointer;
    right: 25px;
    top: 18px;
}

.homeSliderImg {
    height: 580px;
    object-fit: cover;
}

.homeSliderIndicators {
    position: static !important;
    padding: 40px !important;
}

.homeSliderIndicators [data-bs-target] .active {
    background: #3F6180 !important;
}

.carousel-indicators [data-bs-target] {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: rgba(0, 142, 145, 0.2) !important;
    box-sizing: border-box !important;
}

.homeSlider {
    position: relative;
}

.aboutUsSlider {
    position: absolute;
    top: 0;
}

.aboutUsSlider>div {
    max-width: 764px;
}

.aboutUsSliderBox {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
    border-radius: 5px;
    padding: 46px 52px;
}

.aboutUsSliderBox h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 25px;
    color: #535353;
}

.aboutUsSliderBox div {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #000000;
    padding: 15px 10px;
}

.aboutUsSliderBox div>a {
    color: #3F6180;
    text-decoration: none;
}

.aboutUsSliderBox p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;

}

.aboutUsSlider {
    padding: 30px;
}

.home_slider .slick-arrow {
    width: fit-content;
    position: absolute;
    top: 60px !important;

}

.slick-next {
    right: 144px !important;
}

.slick-prev {
    right: 200px;
    left: auto !important;
}

.slick-prev:before {
    content: url('../assets/img/arrowPrev.png');
    color: white;
}

.slick-next:before {
    content: url('../assets/img/arrowNext.png');
    color: white;
}

.aboutCarousel {
    position: static !important;
}

.aboutSection, .informationSection {
    position: relative;
}


.settingsBox {
    padding: 40px 60px 140px !important;
    background: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 36, 52, 0.2);
}

.settingsBox .tabBtn {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #535353;
    /* padding: 0 50px 40px; */
}

.settingsBox .tab-content {
    padding-top: 40px;
}

.linkActive a {
    border-bottom: 3px solid #850100;
}

.menuItems li {
    padding: 22px 10px 20px;
}

.offerCard img {
    width: 158px;
    height: 94px;
    object-fit: cover;
    padding: 0;
    margin-bottom: 10px;
}

.cardDesc p {
    min-height: 130px;
    text-align: justify;
    text-align-last: justify;
}

.cardDesc a {
    color: #0076A9 !important;
    text-decoration: none;
}

.aboutUsCardBox .card {
    padding: 40px 12px;
}

.aboutUsCardBox img {
    width: 252px;
    height: 152px;
    object-fit: cover;
    padding: 0;
    margin-bottom: 20px;
}

.singleOfferBox img {
    width: 225px;
    height: 156px;
    object-fit: cover;
}

.homeAbout {
    padding-bottom: 22px;
}

.settingModal .modal-content {
    border-radius: 0;
}

.input_box .form-control:disabled {
    background-color: white !important;
}

.settingModalBtn {
    background: #850100 !important;
    color: #FFFFFF !important;
    padding: 13px 15px !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0px 3px 3px 0px !important;
}
.closeBtn{
    color: #3F6180!important;
    padding: 11px 13px !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0px 3px 3px 0px !important;
    border: 2px solid #3F6180;
}

.deleteModal .modal-header {
    border-bottom: 0;
}

.deleteModal .modal-footer {
    border-top: 0;
}

.pasIcon {
    right: 50px;
}

.commentImg {
    max-width: none;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    object-fit: cover;

}

.commentBox h4 {
    font-weight: 600;
    font-size: 16px;
}

/* .commentBtn {
    padding: 13px 15px !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0px 3px 3px 0px !important;
} */

.inputComment textarea {
    box-shadow: 2px 2px 4px #d9e0e2 !important;
    border-radius: 3px !important;
}

.authNameBox .btn-danger {
    padding: 10px 30px;
    border-radius: 50px;
}

.authNameBox {
    display: flex;
    align-items: center;
}

.condidateBox .form-check-input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M1 7L7 13L17 1' stroke='%234ECB71' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-color: #ffffff !important;
    border: none !important;

}

.condidateBox li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    border: 1px solid #535353 !important;
    box-shadow: 2px 2px 4px #d9e0e2 !important;
    border-radius: 3px !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.condidateBox ul {
    height: 380px;
    overflow: auto;
}

.condidateBox ul::-webkit-scrollbar {
    width: 10px !important;
}

.pagination .active>.page-link, .page-link.active {
    background-color: #850100;
    border-color: #850100;
    color: #FFFFFF;
}

.pagination .page-link {
    color: #850100;
    border: none;
}

.page-link:hover {
    color: #850100 !important;
    background-color: #ffffff00 !important;
    border: none !important;
}

.page-link:focus {
    color: #850100 !important;
    background-color: #ffffff00 !important;
    border: none !important;
    box-shadow: none !important;
}

.trash{
    margin-top: -10px !important;
    color:#3F6180
}
.settingSectionPadding .nav-link:focus, .settingSectionPadding .nav-link:hover{
    color: #850100 !important;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #0d6efd00 !important;
}
.join_btn a:hover{
    color: #3F6180;
}
.filterInput:focus{
    outline: none !important;
    border-color: #FFFFFF !important;
    --tw-ring-color:  #FFFFFF !important;
    --tw-ring-shadow: #FFFFFF !important;
}

::-webkit-datetime-edit{
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.9;
}
::-webkit-calendar-picker-indicator{
    /* background-color: rgba(255, 255, 255, 0.5) !important; */
    display: none;

}

     /*file download mockup code */

 .downloadFile {
     background: #ffffff;
     border: solid 1px #e6e6e6;
     border-radius: 2px;
     display: inline-block;
     height: 60px;
     line-height: 60px;
     margin: 5px;
     position: relative;
     text-align: center;
     vertical-align: middle;
     width: 100px;
 }

.downloadFile span {
    background:#3F6180;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.downloadFile span:last-child {
    margin-left: -20px;
}

.downloadFile:before,
.downloadFile:after {
    background: #ffffff;
    border: solid 3px #9fb4cc;
    border-radius: 4px;
    content: '';
    display: block;
    height: 35px;
    left: 50%;
    margin: -17px 0 0 -12px;
    position: absolute;
    top: 50%;
    /*transform:translate(-50%,-50%);*/

    width: 25px;
}

.downloadFile:hover:before,
.downloadFile:hover:after {
    background: #e2e8f0;
}
/*a:before{transform:translate(-30%,-60%);}*/

.downloadFile:before {
    margin: -23px 0 0 -5px;
}

.downloadFile:hover {
    background: #e2e8f0;
    border-color: #9fb4cc;
}

.downloadFile:active {
    background: #dae0e8;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

.downloadFile span:first-child {
    display: none;
}

.downloadFile:hover span:first-child {
    display: inline-block;
}

.downloadFile:hover span:last-child {
    display: none;

}

.notAccepted{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF !important;
    text-decoration: none;
}
.myOfferName{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #535353;
}

.socialContent ul{
 padding-left: 0;
}
.aboutHeaderMenu li{
    display: inline-block;
}
.aboutHeaderMenu li  h5{
    color: #fff;
}

.termBC{
    background: #FFFFFF;
}
.aboutEmployment, .aboutName{
    height: 40px;
}
.usersMainData{
    background: #ffffffad;
    border-radius: 5px;
    padding: 20px;
}

div#social-links {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
div#social-links ul{
    padding-left: 0!important;

}

div#social-links ul li {
    display: inline-block;
}
div#social-links ul li a {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 1px;
    font-size: 15px;
    color: #222;
    background-color: #e9e6e6;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;

}
div#social-links ul li a:hover {
    box-shadow: inset 100px 0 0 0 #406080;
    color: white;
}
div#social-links ul li a:hover span{
    color: #fff;
}

