*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{ 
    font-size: 16px;
    color: #192335;
    font-family: 'Jost', sans-serif;
}
p{ 
    font-family: 'Jost', sans-serif;
} 
h1,h2,h3,h4,h5,h6{ 
    font-family: 'Jost', sans-serif;
}
a{
	color: #192335;
	list-style: none;
    cursor: pointer;
	letter-spacing: 0.02em;
    text-decoration: none !important;
    font-family: 'Jost', sans-serif;

}
ol,ul{
    padding: 0;
    margin: 0;
	text-decoration: none;
    list-style: none;
    font-family: 'Jost', sans-serif;
}
ol{
    list-style: none;
    text-decoration: none;
}
img{
	width: auto;
	max-width: 100%;
	height: auto;
}
/* ==========================================  ==========================================
                BRADE CRUME 03
==========================================  ========================================== */

    .breadcrumb-section {
        background: url('../images/banner-image-1.jpg') no-repeat;
        min-height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: auto;
        position: relative;
    }
    .breadcrumb-section:before {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        background: linear-gradient(0deg, #09253b 0 0%, #09253b75 100%)
    }
    .breadcrumb-section .breadcrumb-header {
        position: relative;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        top: 0px;
    }
    .breadcrumb-section .breadcrumb-header h1 {
        color: #fff;
        text-transform: capitalize;
        font-family: 'Smoothread';
        margin: 0 0 20px;
    }
    .breadcrumb-section .breadcrumb-header p {
        font-size: 55px;
        line-height: 1;
        color: #fff;
        text-transform: capitalize;
        position: relative;
        font-family: 'MontserratExtraBlod';
        font-weight: 900;
    }
    nav.breadcrumb-nav {
        width: 100%;
        position: absolute;
        top: 0;
    }
    .breadcrumb-nav  ol.breadcrumb-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #eee;
        position: relative;
        z-index: 999999;
        width: 100%;
        /* bottom: 50px; */
        background: #00000054;
        border-radius: 0;
    }
    .breadcrumb-section ol.breadcrumb-list li, 
    .breadcrumb-section ol.breadcrumb-list a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        font-family: 'Montserrat';
    }
    .breadcrumb-section ol.breadcrumb-list li {
        padding: 8px 5px;
    }
    .breadcrumb-section ol.breadcrumb-list li a {
        color: #f65c06;
    }
    @media (max-width: 767px) {
        .breadcrumb-section {
            min-height: 270px;
        }
        .breadcrumb-section .breadcrumb-header {
            top: 0;
        }
        .breadcrumb-section .breadcrumb-header h1 {
            font-size: 17px;
            margin: 0 0 10px;
        }
        .breadcrumb-section .breadcrumb-header p {
            font-size: 42px;
        }
        .breadcrumb-section ol.breadcrumb-list {
            bottom: 60px;
        }
        .breadcrumb-section ol.breadcrumb-list li {
            padding: 5px 5px;
        }
        .signalListWrap {
            border: 1px solid red;
        }
    }
 

/* ==========================================  ==========================================
                			POP UP
==========================================  ========================================== */

#customPopupForm { 
    transform: none;
    width: 800px;
    background-color: #0c1b2b;
    background-size: cover;
    background-repeat: no-repeat;
} 
#customPopupForm .modal-content {
    border: none;
    background: transparent;
    height: 100%;
}

.enquiry-section {
    padding: 0;
    box-shadow: none;
    border: none;
    display: flex;
}
/*  */
.enquiry-sidebar {
    width: calc(100% - 450px);
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.enquiry-sidebar a.brand-logo{
    width: 100%;
    display: block;
    text-align: center;
}
.enquiry-sidebar a.brand-logo img{

}
.how-it-works {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 0px 0 0;
    align-items: flex-start;
}
.how-it-works h2{
    font-size: 21px;
    width: 100%;
    text-transform: capitalize;
    background: #0c1b2b;
    color: #fff;
    padding: 15px 0 0px;
    text-align: center;
}
.how-it-works ul{
      padding: 10px 30px;
}
.how-it-works ul li{
    color: #fff;
    margin: 6px 0px;
    font-size: 14px;
}
.how-it-works ul li i{
    color: #fff;
    font-size: 16px;
    width: 35px; 
    border-radius: 4px;
    text-align: center;
    margin: 0 0px 0 0px; 
}

.contact-links {
    display: flex;
    width: calc(100% - 15px);
    bottom: 0;
    padding: 10px 0px;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    z-index: 99;
    margin: auto;
}
.contact-links li {
    color: #fff;
    margin: 0 0 8px 0px;
}
.contact-links li a {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
    list-style: none;
    cursor: pointer;
    text-decoration: none !important;
    font-family: 'Jost', sans-serif;
    background: #0d6efd;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px 5px 40px;
}
.contact-links li a i {
    color: #fff;
    font-size: 18px;
    /* width: 40px; */
    /* height: 40px; */
    /* line-height: 40px; */
    border-radius: 4px;
    text-align: center;
    margin: 0 10px 0 0px;
    /* background-color: #0082c7; */
}

/*  */
.enquiry-form-wrapper{
    width: 450px;
    padding: 0px;
    margin-left: auto;
    background-color: #fff;
    display: flex ;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    z-index: 9;
}
.enquiry-form-wrapper h2 {
    font-size: 18px;
    width: 100%;
    background: #0c1b2b;
    color: #fff;
    padding: 15px 0 15px;
    text-align: center;
    position: relative;
}
.iti__country-list {
    max-width: 400px;
}
button.btn-close {
    position: absolute;
    color: #fff !important;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}
.btn-close {
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    padding: .25em .25em;
    color: #000;
    background: url("../images/close.svg") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}
.modal {
    z-index: 999999;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
.enquiry-form{
	width: 100%;
	padding: 20px 20px 20px;
}
.enquiry-form input{
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: transparent;
    padding: 0 12px;
    border: 1px solid #999999;
}
.enquiry-form textarea {    
    margin-bottom: 15px;
}
p#enquiryTitle {
    margin: 0;
    padding: 5px 15px;
    background: #0c1b2b;
    color: #fff;
    width: calc(100% - 20px);
    text-align: center;
}
.enquiry-sidebar a.brand-logo img {
    max-width: 80px;
}
.enquiry-form .submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
/*======================================== Request Call Back END ========================================= */

/*======================================== LOGIN CSS START ========================================= */
    /* */

    .login-signup .auth-container {
      width: 380px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 40px 30px;
      text-align: center;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3);
      backdrop-filter: blur(12px);
      position: relative;
      overflow: hidden;
    } 
    .login-signup .auth-container img{
        border-radius: 50%;
    }
    .login-signup .top-icon {
      width: 70px;
      margin-bottom: 15px;
      animation: float 3s infinite ease-in-out;
    } 
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    } 
    .login-signup .auth-container h2 {
      color: #fff;
      margin-bottom: 20px;
      font-size: 26px;
      font-weight: 600;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    } 
    .login-signup .form {
      display: none;
    }
    .login-signup .form.active {
      display: block;
      animation: fadeIn 0.5s ease;
    } 
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    } 
    .login-signup .input-group {
      position: relative;
      margin-bottom: 18px;
    } 
    .login-signup .input-group input {
      width: 100%;
      padding: 12px 16px;
      border: none;
      border-radius: 30px;
      outline: none;
      font-size: 15px;
      background: rgba(255, 255, 255, 0.25);
      color: #fff;
    } 
    .login-signup .input-group input::placeholder {
      color: #eaeaea;
    } 
    .login-signup .btn {
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s;
      background-color: #0078bc;
      /* background: linear-gradient(135deg, #00bfff, #1e90ff); */
      color: #fff;
      margin-top: 8px;
    }
    .login-signup .btn:hover {
      background: linear-gradient(135deg, #1e90ff, #00bfff);
      transform: translateY(-2px);
    } 
    .login-signup .links {
      margin-top: 12px;
      font-size: 14px;
      color: #fff;
    }
    .login-signup .links p{
        margin: 0;
        padding: 0;
    }
    .login-signup .links a {
      color: #000;
      text-decoration: none;
      font-weight: 500;
      cursor: pointer;
    }
    .login-signup .links a:hover {
      text-decoration: underline;
    }
/*======================================== LOGIN CSS END ========================================= */