@import '../fonts/sf-pro-display/style.css';

body{
    color: #848484;
     letter-spacing: 0.7px;
}
/*body, h1, h2, h3, h4, h5, h6{
        font-family: 'SFProDisplay';
}*/
/* button */
.btn {
    border-radius: 10px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}
.bg-btn-color-primary {
    background: #83C442;
    border-color: #83C442;
}
/* button */
/* nav */
/*nav.cstm-navbar {
    padding-top: 25px;
    padding-bottom: 25px;
}
nav.navbar.cstm-navbar .btn {
*/    box-shadow: 5px 8px 25px rgb(131 196 66 / 30%);
}
nav.cstm-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000000a;
}
nav.navbar.cstm-navbar .btn {
    box-shadow: 5px 0px 25px rgb(131 196 66 / 30%);
}
a.navbar-brand img {
    max-width: 135px;
    max-height: 70px;
}
/* nav */
/* top-banner */
.top-banner {
    position: relative;
    min-height: 700px;
    padding: 100px 0 50px;
    z-index: 9;
    display: flex;
    align-items: center;
}
.top-banner:before {
    position: absolute;
    content: '';
    background: rgb(2 59 69 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -9;
}
.top-banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
/* top-banner */
/* sec-2 */
.detail-content-wrap h3 {
    color: #023B45;
    font-size: 24px;
    margin-bottom: 15px;
}
.detail-content-wrap {
   /* margin-top: -110px;*/
    margin-top: -180px;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 70px 50px;
/*    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 16%);*/
    box-shadow: 8px 12px 65px rgb(0 0 0 / 8%);
}
.detail-content-wrap ul {
    padding-left: 0;
    margin-bottom:3rem;
}
.detail-content-wrap ul li {
     line-height: 31px; 
    /* display: list-item; */
    font-size: 18px;
    list-style-position: inside;
    color: #848484;
    font-weight: 400;
        list-style: none;
        position: relative;
        padding-left: 23px;
}
.detail-content-wrap ul li:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #83c442;
    position: absolute;
    border-radius: 50px;
    top: 10px;
    left: 0px;

}
/*.detail-content-wrap ul li::marker {
    color: #83C442;
    font-size: 27px;
}*/
.detail-content-wrap strong {
    color: #023B45;
}
.detail-content-wrap p span, .detail-content-wrap li span {
    color: #023B45;
    font-weight: 600
}
p {
    font-size: 18px;
    font-weight: 400;
   
}
.detail-content-wrap p:last-child {
    margin-top: 25px;
}
.form-control {
    background: #F9FAFC;
    min-height: 50px;
    border-radius: 10px;
    border-color: rgb(2 59 69 / 15%);
    color: #A8A8A8;
    font-size: 16px;
    font-weight: 300;
}
.form-control::-webkit-input-placeholder { 
  color: #A8A8A8
}
.form-control:-ms-input-placeholder { 
  color: #A8A8A8
}
.form-control::placeholder {
  color:#A8A8A8
}


/* sec-2 */
/* select-2 */
span.select2.select2-container {
    width: 100% !important;
}
/* select-2 */

/* footer */
footer{
    background-color: #023B45;
    color: #ACACAC;
    text-align: center;
    padding:25px 0;
}
footer p{
    margin: 0
}
/* footer */


/* select-dropdown-cstm */
.select2-selection--single{
    background: #F9FAFC!important;;
    min-height: 50px;
    border-radius: 10px!important;
    border-color: rgb(2 59 69 / 15%)!important;
    color: #A8A8A8;
    font-size: 16px;
    font-weight: 300;
}
.select2-selection__arrow {
    height: 50px!important;
}
.select2-selection__rendered {
    line-height: 50px!important;
    color: #023B45!important;
}
.select2-selection__arrow {
    background-image: url(../../jobform_assets/img/select-arrow.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px!important;
}

.select2-container--open .select2-selection__arrow{
    transform: rotate(180deg);
    background-image: url(../../jobform_assets/img/select-arrow.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px!important;
}
.select2-container--open .select2-selection__arrow b{
    display: none;
}
/* select-dropdown-cstm */


.detail-content-wrap .col-lg-8 {
    border-right: 1px solid #023b4514;
}

/* modal */
.modal .modal-content{
    background-image:url('../../jobform_assets/img/modal_bg.png');
    border: 0;
    border-radius: 12px
}
.close {
    opacity: 1;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 9999
}
.modal .modal-content h2{
    font-size: 36px;
    color: #83C442;
    font-weight: 700;
}
.modal .modal-content h3 {
    font-size: 32px;
    color: #023B45;
    font-weight: 700;
    margin: 15px 0;
}
.modal-backdrop {
    background-color: rgb(2 59 69 / 65%)!important;
    opacity: 1!important
}
.modal-body {
    padding: 2.5rem 50px;
}
.bg-btn-color-primary:hover, .bg-btn-color-primary:focus {
    background: #023b45;
}
/* modal */

.shrink {
    padding:0!important;
    background-color: #fff;
    box-shadow: 0 15px 15px #0000000a;
}


/*========== Responsive =============*/

@media (min-width: 576px){
    .modal-dialog {
        max-width: 550px
    }
}

@media(max-width:768px) {
.top-banner-content h1 {
    font-size: 30px;
    }
    .detail-content-wrap h3 {
        font-size: 18px;
    }
    .detail-content-wrap .col-lg-8{
        border: 0;
    }
    .detail-content-wrap {
        padding: 30px 18px;
    }
   .navbar .btn {
            font-size: 12px;
    }
    a.navbar-brand img {
        width: 75px
    }
    .fixed-top{
        padding: 0;
    }
}
a.navbar-brand img {
    max-width: 135px;
/*    border-radius: 50%;*/
}