body {
    font-family: 'Roboto','Arial';
}

.navbar-nav {
    font-family: 'Tranjan', Arial, sans-serif;
}

.navbar-nav .nav-item a {
    color: #cbced1 !important;
}

.navbar-nav .nav-item a:before {
    height: 2px !important;
    background-color: #cbced1 !important;
}

.navbar-brand img {
    width: 67px;
}
/*-------------------*/
/*#offerDateSelect::-webkit-calendar-picker-indicator {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    color: blue;
  }*/
/*...................*/

.navbar-expand-lg {
    height: 65px;
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
  }

.header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(93%, -50%);
    transform: translate(107%, -50%);
    text-align: center;
}

.header-text img {
    /* width: 200px; */
    margin-bottom: 3%;
    max-width: 200px;
}

.tagline {
    /* font-family: 'Poppins', sans-serif; */
    color: #fff;
    /* font-size: 32px; */
    margin-bottom: 5%;
    line-height: 1em;
    font-weight: lighter;
    letter-spacing: 1px;
}

.p1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Tranjan', Arial, sans-serif;
}

.p2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    margin-top: 20px;
    line-height: 1px;
}

.header-text button {
    padding: 16px 26px;
    border: 0;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff0;
    border: 3px solid #0B5663;
}

.header-text button:hover {
    border: 3px solid #fff;
}

.slider-area {
    background: url('/assets/images/background-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.bd-example {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6993172268907564) 90%, rgba(0,0,0,1) 100%);
    height: 100vh;
    width: 100vw;
    /* line issue fix */
}

.client-logo-area {
    background: #000 !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-area {
    background-color: #0B5663 !important;
    padding-top: 60px !important;
    padding-bottom: 70px !important;
}

.navbar-area {
    background-color: #fff0;
    opacity: 1;
}

.navbar-area.sticky {
    background: #0C080A !important;
}

.sign-in-btn {
    background: #0B5663;
    border: 0px;
    border-radius: 3px;
    font-weight: bold;
    position: relative;
    top: -9px;
}

.sign-in-btn:hover {
    color: #fff;
    background-color: #0B5663;
    border-color: #fff0;
}

.sign-in-btn:focus {
    box-shadow: none;
}

.title {
    font-family: 'Tranjan', Arial, sans-serif;
    font-size: 38px !important;
    color: #0B5663 !important;
}

.contact-title {
    font-size: 23px !important;
}

.contact-title, .modal-title {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Tranjan', Arial, sans-serif;
    color: #dee2e6 !important;
}

.text, .contact-info li {
    color: #adb5bd !important;
}

.contact-two .contact-info li i {
    color: #0B5663 !important;
}

.contact-two .text {
    width: 90%;
    margin: 0 auto;
}

.contact-two img {
    margin-bottom: 15px;
    width: 91px;
    height: 90px;
}

.footer-area {
    background: #00A4B6;
}

.footer-logo img {
    width: 50px;
}

.footer-area .text, .footer-area a {
    color: #e9ecef !important;
}

.client-active img {
    border: 1px solid red;
    /* width: 100px; */
}

.slick-slide{
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.client-active {
    margin-top: 60px;
    margin-bottom: 60px;
}

.client-active:before,
.client-active:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100px;
    top: 0;
    height: 100%;
    pointer-events: none; /*makes the linkes behind clickable*/
}

.client-active:before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 20px, rgba(0, 0, 0, 0));
}

.client-active:after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 1) 20px, rgba(0, 0, 0, 0));
}

.sidebar-right {
    background: #0C080A;
}

.sidebar-menu a {
    color: #cbced1 !important;
    border-bottom: 0px !important;
}

.sidebar-social span {
    color: #cbced1 !important;
}

.sidebar-social ul li a {
    color: #cbced1 !important;
}

.modal {
    background-color: #ffffffa6;
}

.alert{
    color:#fff !important;
}

.checkbtn{
    border-radius: 10px !important;
}

.modal-content {
    background: #ffffff;
    color: #cbced1;
    padding: 20px;
}

.modal-header {
    border-color: #9a9a9a;
}

.modal-title {
    color: #cbced1;
}

.modal .close {
    color: #f8f9fa;
}

.modal-footer {
    border-top: 0px !important;
}

.modal-footer button.save {
    background: #0B5663;
    border: 0px;
}

.modal #contact-form input, .modal #contact-form select {
    background: #2c2c2c;
    border: 0px;
    color: #cbced1;
}

.modal #contact-form select {
    width: 100%;
    height: 44px;
    padding-left: 44px;
    padding-right: 12px;
    position: relative;
    font-size: 16px;
    color: #6c6c6c;
    -webkit-appearance: none;
    border-radius: 0;
}

.modal #contact-form input::placeholder {
    color: #6c6c6c;
}

.modal .form-input .input-items i {
    color: #0B5663 !important;
}

.modal .form-input label {
    color: #cbced1 !important;
    font-size: 14px !important;
}

.modal .form-input button {
    background: #00A4B6 !important;
    border-radius: 3px !important;
    width: 100%;
    margin-top: 3%;
}

#loading-btn {
    background: #0b3f48 !important;
    color: #8e8b8b;
}

.contact-form #contact-form input, .contact-form #contact-form select {
    border: 0px;
    color: #6c6c6c;
}

.contact-form #contact-form select {
    width: 100%;
    height: 44px;
    padding-left: 44px;
    padding-right: 12px;
    position: relative;
    font-size: 16px;
    color: #6c6c6c;
    background-color: #fff;
}

.contact-form .form-input .input-items i {
    color: #0B5663 !important;
}

.contact-form .form-input label {
    color: #cbced1 !important;
    font-size: 14px !important;
}

.contact-form .form-input button {
    background: #0B5663 !important;
    border-radius: 3px !important;
    width: 100%;
    margin-top: 3%;
}

.about-us-area {
    padding-top: 50px;
    padding-bottom: 120px;
    background: #000;
}

hr {
    border-color: #fff;
}

.input-group-text {
    color: #0B5663;
    font-size: 14px;
    background: #121212;
    border: 0px;
    border-radius: 0px;
    height: 44px;
}

.input-group .form-control {
    border-radius: 0px;
    height: 44px;
}

.footer-area .footer-copyright {
    padding-top: 0px;
    padding-bottom: 10px;
}

input[type="date"]::before { 
	content: attr(placeholder);
	width: 100%;
	color: #6c6c6c;
}

/* hide our custom/fake placeholder text when in focus to show the default
 * 'mm/dd/yyyy' value and when valid to show the users' date of birth value.
 */
input[type="date"]:focus::before,
input[type="date"]:valid::before { display: none }

/*scrollbar*/

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f4f4f4 !important;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #00A4B6;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #0B5663; 
  }
  
  .input-group-text {
    background: #2c2c2b;
}

.country-code-select {
    width: 80px !important;
    padding-left: 7px !important;
    padding-right: 0px !important;
    color: #fff !important;
}

select.country-code-select {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #2c2c2b, #2c2c2b) !important;
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em !important;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em !important;
    background-repeat: no-repeat !important;
  }
  
  select.country-code-select:focus {
    background-image:
      linear-gradient(45deg, green 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, green 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 411px) { 
    /*.slider-area {*/
    /*    background-position-x: 19% !important;*/
    /*}*/
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 768.98px) {
    .header-text img {
        display: none;
    }

    .p2 {
        font-size: 21px !important;
        line-height: 1px !important;
    }

    .header-text button {
        padding: 20px 20px !important;
        margin-top: 10px;
    }

    .slider-area {
        background: url('/assets/images/bg-mobile-2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: center;
        background-position-x: center !important;
    } 
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    /* .header-text {
        -webkit-transform: translate(12%, -50%);
        transform: translate(12%, -50%);
    } */
    /* .header-text {
        -webkit-transform: translate(-50%, 90%);
        transform: translate(-50%, 90%);
        text-align: center;
    } */
    /* .slider-area {
        background-position-x: 15%;
    } */
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .bd-example {
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8449754901960784) 75%, rgba(0,0,0,1) 100%)
    }

    .header-text {
        -webkit-transform: translate(-50%, 84%) !important;
        transform: translate(-50%, 84%) !important;
        width: 100%;
    }

    .header-text img {
        width: 173px;
        margin-bottom: 1%;
    }

    .header-text button {
        padding: 20px 80px;
        margin-top: 10px;
    }

    .title {
        font-size: 20px !important;
    }

    .contact-two .text {
        font-size: 14px !important;
        text-align: justify;
    }

    .p1 {
        font-size: 23px;
    }

    .p2 {
        font-size: 30px;
        line-height: 10px;
    }

    .navbar-brand img {
        width: 50px;
    }

    .slider-area {
        background-position-x: -194px;
    }
}

/* confirmation popup style changes */
@media (min-width: 1200px) { .jc-bs3-container { max-width: 1570px; }}

.jconfirm-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.jconfirm-buttons button {
    width: 50%;
    border-radius: 10px !important;
    font-weight: 400 !important;
    padding: 9px !important;
}

.jconfirm-light .jconfirm-box .jconfirm-buttons{
    float:none !important;
}
.btn-alist {
    background: #00A4B6;
    color: #fff;
}
.btn-alist:hover{
    background: #077f8c;
    color: #fff;
}

.jconfirm .jconfirm-box {
    padding: 45px 45px 20px !important
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
    border:none !important;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 10px !important;
}
