footer {
    background: #0C0C0C;
    padding: 50px 0px 0px 0px;
    border-top: 1px solid #2E2E2E;
}

.footer-content-box {
    margin-top: 40px;
}

.footer-content-box h6 {
    color: #536A97;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.64px;
}

.footer-content-box li a {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    transition: 1s;
    overflow: hidden;
}

.footer-content-box li a:hover {
    color: #0A40A8;
}

.footer-content-box li {
    margin-bottom: 10px;
}

.footer-content-box ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 24px;
    padding-right: 0px;
}

.footer-line-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-logo {
    width: 300px;
}

.footer-links {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    transition: 1s;
    margin-right: 15px;
}

.footer-links svg path {
    transition: 1s;
}

.footer-links:hover svg path {
    fill: #0A40A8;
}

.footer-links:hover {
    border: 1px solid #fff;
}

.copy-right {
    color: #FFF;
    text-align: right;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 20px 0px;
    opacity: 0.4;
    text-align: center;
    margin-bottom: 0px;
}

/* contact us page css start */
.map-box {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.map-box iframe {
    border-radius: 16px;
    min-height: 400px;
}

.contact-box {
    border-radius: 16px;
    background: #17181C;
    padding: 30px 20px 20px 20px;
    position: relative;
    height: 100%;
}

.contact-box h4 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.6px;
}

.contact-content-box h6 {
    color: rgba(136, 177, 255, 0.57);
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}

.contact-content-box p {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
}

.slideshow ul.slick-dots {
    display: none !important;
}

.slideshow button.slick-next.slick-arrow {
    background-image: url(../img/icon/contact-arow-2.svg);
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #17181C;
    border: 0px;
    color: transparent;
    position: absolute;
    bottom: -65px;
    left: 0%;
    margin-top: 30px;
}

.slideshow {
    height: 90%;
}

.slideshow button.slick-prev.slick-arrow {
    background-image: url(../img/icon/contact-arow-1.svg);
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #17181C;
    border: 0px;
    color: transparent;
    position: absolute;
    bottom: -65px;
    left: 15%;
    margin-top: 30px;
}

.pagingInfo {
    position: absolute;
    bottom: 80px;
}

.pagingInfo {
    color: #585858;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.64px;
}

.activeNumber {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.64px;
}

.contact-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);

}

.contact-form-box {
    border-radius: 20px;
    background: linear-gradient(270deg, #0A40A8 0%, rgba(4, 25, 66, 0.00) 80%);
    padding: 20px 20px 50px 0px;
}

.contact-form-box h5 {
    color: rgba(255, 255, 255, 0.40);
    font-family: "Manrope", sans-serif;
    font-size: 25.571px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.511px;
}

.contact-form-box h5 span {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 25.571px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.511px;
}

.l-input {
    display: flex;
    width: 100%;
    padding: 9px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    margin-top: 20px;
}

.l-input label {
    color: #FFF;
    font-variant-numeric: oldstyle-nums proportional-nums;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    opacity: 0.4;
	    width: 100%; 
}

.l-input input {
    width: 100%;
    background-color: transparent;
    border: 0px;
    color: #FFF;
    font-variant-numeric: oldstyle-nums proportional-nums;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.l-input input:focus-visible {
    outline: none;
}

.contact-form-box textarea {
    width: 100%;
    color: #FFF;
    font-variant-numeric: oldstyle-nums proportional-nums;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    opacity: 0.9;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    margin-top: 20px;
    background-color: transparent;
}

/* contact us page css end */

/* stiky icon css start */
.stiky-box {
    border-radius: 13px 0px 0px 13px;
    background: #252525;
    padding: 10px;
    position: fixed;
    top: 50%;
    right: 0px;
}

.stiky-box div {
    margin: 5px 0px;
}
.stiky-box a {
    cursor: pointer;
}
.c-code{
    width: 75px;
    background-color: transparent !important;
    border: 0px;
    color: #ffff;
}
.c-code option{
    background-color: #1D1D1D;
}
.c-code:focus{
    color: #ffff !important;
    background-color: transparent !important;
    border-color: #15161800 !important;
    border: 0px !important;
    outline: none !important;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.c-filter{
    width: 100%;
    background-color: #1D1D1D;
    color: #fff;
    border: 0px !important;
}
.c-filter:focus-visible{
    outline: none !important;
}
/* stiky icon css end */

::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #000; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #0A40A8; 
  }
  