@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* CSS Document */
body, html{
	height: 100%;
}
body {
    background: #ffffff !important;
   
    background-position: top !important;
    background-size: cover !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Playfair Display", serif;
    font-weight: 400;
}
h3 {
    font-size: 52px !important;
}
h1 {
    font-weight: 600;
}
p, li{
	font-family: 'Roboto', sans-serif;
    color: #DBDBDB;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}


/*Header Css Start*/
header {
    position: absolute;
    width: 100%;
    z-index: 999;
}
a, p {
    font-family: "Montserrat", serif;
    font-weight: 400;
}
nav.navbar {
    padding: 0 !important;
}
a.navbar-brand img {
    width: 100%;
}
a.navbar-brand {
    width: 20%;
}
ul.navbar-nav a {
    color: #fff !important;
}
ul.navbar-nav {
    margin: 0 auto;
}
.navbar-nav li {
    margin: 0 10px !important;
}
.navbar-nav li a:hover {
    color: #cf8817 !important;
    transform: scale(1.1);
}
a.hdr-btn2 {
    background-color: #412e26;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #afa7a4;
    border-radius: 5px;
    color: #fff;
}
a.hdr-btn1 {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(to right, #d6911a, #c27611, #ad5b0a, #964205, #7e2902);
    margin-right: 20px;
}
.hdr-btns a:hover {
    color: #fff;
    margin-top: -15px;
}

.view-table tr th, .view-table tr td {
   
    font-size: 20px;
    line-height: 28px;
}
.view-table tr th{
   color: #211C37;  
 }
.view-table tr td{
     color: #727272; 
    padding: 8px;
}
.view-table table {
    text-align: left;
    
            border-collapse: collapse;
            margin: 20px;
            width: 100%;
}
.view-table {
    margin: 50px 0px 0 0;
    display: flex;
    justify-content: space-between;
}

.view-table .info {
    width: 75%;
}

.view-table .image {
    width: 25%;
}

/* tab CSS  */

.tabs {
    display: flex;
    margin-bottom: 10px;
    margin-top: 20px;
}


.tabs .tab-button.active {
       background: #ff571e !important; 
    color: #fff !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


.tabs .theme-btn1 {
    margin: 0 20px 0 0;
    border: 1px solid #ff612e;
    color: #ff571e !important;
    background: transparent;
    font-weight: 500;
}
.tabssearch {
    display: flex;
    justify-content: space-between;
}
/* Modal CSS  */

/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

/* Modal Content */
.modal-content {
    background: white;
    padding: 50px;
    border-radius: 5px;
    width: 80%;
    text-align: center;
    position: relative;
}

/* Close Button */
.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.modal-details {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.modal-details .left-col, .modal-details .right-col {
    width: 50%;
}

.modal-details strong {
    color: #211C37;
    min-width: 200px;
    display: inline-block;
    margin-bottom: 10px;
}

.modal-details p {
    font-size: 18px;
    line-height: 26px;
    color: #727272;
    margin: 0 0 10px 0;
}
/* Model CSS for form  */


/* form CSS  */


.modal-content input, .modal-content textarea, .modal-content select {
    width: 100%;
    border: 1px solid #BBBBBB;
    height: 50px;
    padding: 10px 20px;
    font-family: "Montserrat", serif;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    color: #414141;
}











.modal-content input::placeholder, .modal-content textarea::placeholder, .modal-content select::placeholder  {
    color:#727272;
}
.modal-content select option {
    color:#727272;
}


.modal-content .form-group label, .modal-content .form-group span {
    color: #000000;
    font-weight: 600;
    text-align: left;
    display: inline-block;
}




.modal-content {
    margin-top: 30px;
}



.form-group input[type="checkbox"] {
    width: unset;
    margin: 0 10px 0 0  !important;
}

.permission-item {
    display: flex;
    align-items: center;
}
.form-group.perimission {
    width: 100%;
}

.perimissions {
    column-count: 2;
}

.modal-content .form-group {
    
    text-align: left;
}
.form-group.notes {
    width: 100%;
}
.modal-content h2 {
    margin: 0 0 40px 0;
    display: inline-block;
}



@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1367px) and (max-width: 1600px){

    div#jobModal {
        overflow-y: scroll;
    }
    div#customModal {
        overflow-y: scroll;
    }
    .modal-content {
        top: 230px;
    } 
    .login-page .login-image img {
        max-height: 510px;
        object-fit: cover;
        width: 100%;
    }
    
    .login {
        max-width: 70%;
    } 

}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
    div#jobModal {
        overflow-y: scroll;
    }
    
    div#customModal {
        overflow-y: scroll;
    }
       .modal-content {
        top: 0;
    } 
    .login-page .login-image img {
        max-height: 510px;
        object-fit: cover;
        width: 100%;
    }
    
    .login {
        max-width: 70%;
    }
    section#dashboard .card .card-content .text .value {
        font-weight: bolder !important;
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .cta-layout {
        padding: 0 30px 50px 30px !important;
    }
    .chartsec .col-md-6 {
        width: 48% !important;
    }
    

    
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .login-page .login-image img {
        max-height: 510px;
        object-fit: cover;
        width: 100%;
    }
    
    .login {
        max-width: 70%;
    }
    
    .login-page .logn-form {
        padding: 30px;
    }
    section#dashboard .card .card-content .text .value {
        font-weight: bolder !important;
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .cta-layout {
        padding: 0 30px 50px 30px !important;
    }
    .chartsec .col-md-6 {
        width: 48% !important;
    }
section#dashboard .card {
    padding: 30px 10px !important;
    
}
section#dashboard .card .card-content .icon {
    height: 30px !important;
    width: 30px !important;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}

