body{
    font-family: 'Lato', sans-serif !important;
    overflow-x:hidden;
}
h1{
    font-size:50px;
    color:#000;
}
h2{
    font-size:40px;
    color:#000;
}
h3{
    font-size:30px;
    color:#000;
}


.main-banner
{
    background-image:url(../Images/banner-img.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    padding:2% 0px 5%;background-blend-mode:overlay;
    background-color:#ffffff91;
	height: auto !important;
}
.logo
{
    width:12%;
}
.btn{
    background:#1FC1B9;

}
.btn:hover
{
   background:#000 !important;
}
.footer {
background: #000;
}
ul.footer-list {
padding: 0px ;
color: #fff;
list-style: none;
font-size: 18px;
margin-top: 30px;
}
ul.footer-list li {
padding: 5px 0;
}
ul.footer-list li i {
margin-right: 15px;
}


.create-form {
    background: #fff;
    padding: 3% !important;
   
    box-shadow: 0px 0px 6px #666;
}

.footer h4.quick-link::after {
    position: relative;
    display: block;
    background: #fff;
    height: 3px;
    width: 34%;
    bottom: -9px;
    left: 4px;
    content: "";
}
.footer h4.contact-list::after {
    position: relative;
    display: block;
    background: #fff;
    height: 3px;
    width: 25%;
    bottom: -9px;
    left: 4px;
    content: "";
}




/*css about */


.how-work-list ul li {
    margin-bottom: 35px;
}

.about-img {
    background-image: url(../Images/about-image.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 442px;
    min-width: 300px;
}

.how-work-img{
 background-image: url(../Images/how-work.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 442px;
    min-width: 300px;	
}

.how-work-num {
    background: #000;
    width: 85px;
    height: 85px;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0px auto;
    border-radius: 50px;
    font-size: 39px;
    border: 5px solid #eaeaea;
    justify-content: center;
    display: flex;
    padding-top: 17px;
}

.about-text {
    padding-top: 150px !important;
}
.time-show {
    max-width: 300px;
    margin: 0px auto;
}
.reset-text {
    max-width: 400px;
    text-align: center;
    margin: 0px auto;
}

.form-control-lg{
	max-height: 40px;
}





@media only screen and (max-width: 767px) {
.logo {
    width: 35%;
    margin-top: 15px;
}
.create-form{
	width:100% !important;
}
h1{
	font-size:22px;
}
}

/* Modal css */

 /* Set a style for all buttons */
 .rbutton {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.rbutton:hover {
    opacity: 1;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn,
.deletebtn {
    float: left;
    width: 50%;
}

/* Add a color to the cancel button */
.cancelbtn {
    background-color: #ccc;
    color: black;
}

/* Add a color to the delete button */
.deletebtn {
    background-color: #f44336;
}

/* Add padding and center-align text to the container */
.container {
    padding: 16px;
    text-align: center;
}



/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 50%;
    margin: auto;
    /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #000;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.card-body.box-profile {
    min-height: 312px;
    padding: 20% 20px;
}
.card-secondary.card-outline
{
    border-top: 3px solid #1fc1b9 !important;
}
.profile-user-img {
    border-color: #000 !important;
}
.box-head h3 {
    background: #000;
    color: #fff;
    margin: 0px !important;
    padding: 10px 0;
    box-shadow: 0px 0px 6px #a7a7a7;
}
.create-form {
    min-height: 320px;
	min-width: 54% !important;
}
thead#userTable {
    background: #000 !important;
}
h3.text-center.box-head {
    background: #000;
    width: 53%;
    margin: 0 auto;
    padding: 8px 0px;
    color: #fff;
    box-shadow: 0px 0px 6px #a7a7a7;
    font-size: 18px;
    border-radius: 5px 5px 0px 0px;
}
table {
    text-align: left !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #000;
    color: #fff !important;
    padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background:#000;
    color:#fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 5px;
    margin: 8px 8px;
}
.card
{
    border-radius:0px !important;
}


.permit-details-box {
    max-width: 570px;
    margin: 0px auto;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {

    .cancelbtn,
    .deletebtn {
        width: 100%;
    }
}a#logoutbt:hover ,a#logoutbt:focus {
    cursor: pointer;
}

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

.flip-clock-container [class|="flip-item"] .flip-digit > span::after, .flip-clock-container [class|="flip-item"] .flip-digit > span::before{
	font-size:35px !important;
}
.flip-clock-container [class|="flip-item"] .flip-digit{
	width:32px !important;
}
	#myInput{
	width:100% !important;
}
}
@media screen and (max-width: 768px) {
h3.text-center.box-head
{
    width:97%;
}
table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}
 .footer-list li a.link{
          color: #fff;
        }