@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Dots&display=swap');








:root {
    --main-color: #18253A;
    --o-white: rgba(255, 255, 255, 1);
    --white: #fff;
    --cyan: #82ffff;
    --o-black: rgba(0, 0, 0, .5);
    --blue: #2E8CCE;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}
.nobr { white-space:nowrap; }
body {
    font-family: "Roboto", sans-serif;
}

#custom-error.show {
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    background: var(--bs-danger);
    margin-bottom: 10px;
}
.be-error{
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    background: var(--bs-danger);
    margin-block: 10px;
}

.nav-link {
    color: #848a91;
}

#contact-msg.show {
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 10px;
    color: var(--white);
}

p span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    white-space: nowrap;
}

#contact-msg.show.error {
    background: var(--bs-danger);
}

#contact-msg.show.success {
    background: var(--main-color);
    text-align: center;
}

a:hover,
a:active,
a:focus {
    color: var(--o-white) !important;
    text-decoration: none !important;
}

::placeholder {
    font-size: 14.56px;
    font-weight: 400;
    color: rgb(246, 246, 246);
}

/* Navbar Styles */
.navbar {
    background-color: var(--main-color);
    padding: 1rem;
}
.navbar-dark .navbar-toggler {
    color: var(--white);
    border-color: var(--white);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-nav .nav-link {
    padding: 0;
}

.navbar-nav {
    position: relative;
    top: 12px;
}
.navbar-dark .navbar-brand {
    position: relative;
    left: 28px;
}
.Slider {
    color: white;
    font-family: arial, san-serif;
    width: 100%;
    height: 400px;
    position: relative;
}

.Slider-content {
    font-size: 48px;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.Slider-slide {
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity 1s ease-in-out;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    opacity: 0;
}

.Slider-slide.show {
    opacity: 1;
}


.custom-link {
    font-size: 16.667px;
    font-family: "Roboto";
    color: #848a91;
    line-height: 1.2;
    /*padding-right: 1.5rem !important;*/
}

.nav-item:last-child .custom-link {
    padding-right: 0 !important;
}


/* Header Section Styles */
.header-section {
    /*background: url("/assets/img/header.png") no-repeat top center;*/
    /*background-size: cover;*/
    /*background-attachment: scroll;*/
    position: relative;
    padding: 8.563rem 0 57px;
}

.inner-header-2 {
    padding-top: 45px;
}

.inner-header {
    background-color: rgba(0, 3, 8, .431);
    padding-bottom: 38px;
}

.header-content {
    padding-top: 45px;
    padding-bottom: 16px;
}

.header-text {
    font-size: 18.32px;
    color: var(--white);
    line-height: 1.138;
    margin-bottom: 25px;
}

.custom-btn {
    border-width: 2px;
    border-color: var(--cyan);
    border-style: solid;
    background-color: rgba(24, 37, 58, 0.478);
    width: 169px;
    height: 35px;
    font-size: 16.667px;
    color: var(--cyan);
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}


.custom-btn:hover {
    border-color: var(--white);
    color: var(--white) !important;
}

.custom-btn.gray {
    position: relative;
    border-color: var(--white);
    color: var(--white) !important;
}

.tempora-slogan {
    width: 11.188rem;
}

.tempora-slogan::after {
    content: "";
    position: absolute;
    left: -0.5rem;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

.login-card {
    position: relative;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 6px;
    background: rgb(24,37,58);
    background: linear-gradient(90deg, rgba(24,37,58,.8) 0%, rgba(24,37,58,0.7) 50%,rgba(24,37,58,0.6) 100%);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35),inset 0 2px 0 0 rgba(255, 255, 255, 0.1);
    background-blend-mode: overlay;

    z-index: 10;
    height: 495px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: var(--white);
    margin-bottom: 45px;
    width: 100%;
}

.login-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 38px;
    margin-bottom: 57px;
}


.custom-input {
    opacity: .5;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--white);
    display: block;
    width: 100%;
    height: 25px;
    font-size: 14.56px;
    color: #f6f6f6;
    line-height: 1.2;
    padding: 5px 0 5px 19px;
}

.custom-input:nth-child(odd) {
    margin-bottom: 26px;
}

.custom-input:last-of-type {
    margin-bottom: 22px;
}

.custom-input:focus,
.custom-input:active,
.custom-input:focus-visible {
    border: 0 !important;
    background-color: transparent !important;
    border-bottom: 1px solid var(--white) !important;
    outline: none;
}

.custom-btn-2 {
    position: relative;
    background-color: #2E8CCE;
    background-image: url("/assets/img/btn.webp");
    width: 222px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 6px;
    border: 0;
    margin: auto;
    font-size: 12.5px;
    font-weight: bold;
    text-decoration: none;
}

.custom-btn-2.first {
    margin: 54px auto 43px;
}

.remmber-password {
    display: flex;
    justify-content: center;
    align-items: center;
}

.remmber-password span {
    font-size: 12.08px;
    font-weight: bold;
    margin-left: 8px;
    line-height: 100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.forgit-password {
    margin: auto;
    display: block;
    text-align: center;
    color: var(--white);
    text-decoration: none;
    font-size: 12.08px;
    font-weight: bold;
    line-height: 14.49px;
    margin-top: 39px;
}

/* End Header Styles */
/* Section Features */
.features-section {
    min-height: 494px;
    scroll-padding-top: 125px;
    margin-bottom: -1px;
}

.main {
    background: linear-gradient(180deg, #1e2f49 0%, #131e2f 80%);
    height: auto;
    width: 100%;
    border-top: 1px solid #3b506c;
    padding: 16px;
}
.inner {
    background: #18253a;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    box-shadow: inset 0px 0px 4px black;
    padding: 16px;
    border-bottom: 1px solid #253448;
}
.inner2 {
    background: linear-gradient(180deg, #1f304b, #111a29);
    height: 100%;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 4px black;
    border-top: 1px solid #40536e;
    padding-top: 35px;
}

.feature-item {
    max-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    flex-direction: column;
    text-align: center;
    margin: auto;
}

.feature-item .feature-img {
    margin-bottom: 33px;
    height: 108px;
}

.feature-item .feature-title {
    position: relative;
    height: 48px;
    font-size: 16.667px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: pre-line;
}

.feature-item .feature-title::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 2px;
    background-color: var(--white);
    opacity: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.feature-item .feature-text {
    font-size: 13px;
    text-transform: capitalize;
    white-space: pre-line;
    text-align: center;
    font-family: "Roboto";
    line-height: 1.385;
}

/* End Section Features Styles */

/* Start Section UOS*/
.uos-section {
    background: url("/assets/img/shutterstock.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 4.875rem;
}

.uos-inner-1 {
    padding-top: 8.125rem;
}

.uos-inner-1 .image {
    margin-bottom: 42px;
}

.uos-inner-1 p {
    font-size: 13.13px;
    line-height: 1.844;
    color: var(--white);
}

.logo-image {
    padding-top: 18px;
    margin-bottom: 20px;
}

.uos-inner-2 p {
    color: var(--white);
    line-height: 24.19px;
    font-size: 13.11px;
    margin: 0;
}

.uos-inner-2 p > b {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 3px;
}

.layer-rectangle {
    position: relative;
    background-color: rgba(0, 3, 8, .6);
    width: 100%;
    padding-top: 59px;
    padding-bottom: 53px;
}

/* End Section UOS*/

/* Start Section Tempora*/
.tempora-section {
    padding-bottom: 68px;
    background: url("/assets/img/bg-tempora.png") no-repeat center center;
    background-attachment: scroll;
    background-size: 100% 230%;
    background-position: 100% 80%;
}

.tempora-header {
    padding: 2rem 0 6.125rem;
    width: 80%;
    margin: auto;
    text-align: center;
}

.tempora-header img {
    width: 51.86%;
}

.tempora-header .line {
    width: 90%;
    border-top: 1px solid rgb(0, 3, 8);
    margin: 10px auto 10px;
}

.tempora-header-content {
    font-size: 1.75rem;
    font-family: "Zen Dots";
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: super;
    line-height: 18px;
    text-align: center;
    z-index: 127;
    margin-bottom: 0;
}

.tempora-item {
    position: relative;
    background-color: rgb(100, 0, 0);
    /* height: 16.688rem; */
    padding: 1.688rem;
    color: var(--white);
    margin-bottom: 8.625rem;
}

.tempora-item.with-icon {
    /* height: 255px; */
}

.tempora-item:last-child {
    margin-bottom: 123px;
}

.tempora-item:nth-child(even) {
    flex-direction: row-reverse;
    /* padding: 26px 11px 26px 64px; */
}

.tempora-item-title {
    font-size: 1.125rem;
    font-family: "Zen Dots";
    color: var(--white);
    text-transform: uppercase;
    line-height: 18px;
    margin: 0;
}

.tempora-header .line {
    background: rgb(0, 3, 8);

}

.line {
    height: 2px;
    background: var(--white);
    margin-top: 20px;
    margin-bottom: 16px;
}

.tempora-item-text {
    font-size: 1.125rem;
    font-weight: 200;
    font-family: "Outfit";
    color: rgb(255, 255, 255);
    line-height: 1.145;
    margin-bottom: 0;
}

.tempora-item-content > img {
    object-fit: cover;
    object-position: center;
}

.tempora-item-slider-images {
    position: relative;
    width: 30.875rem;
    margin: 0 22px 0 18px;
}

.tempora-item:nth-child(even) .tempora-item-slider-images {
    margin: 0 18px 0 22px;
}

.tempora-slide-1 img {
    max-height: initial;
    height: auto;
    width: 100%;
}

.powered-by {
    height: auto;
    width: 30px;
    min-width: 30px;
}

.tempora-item:nth-child(even) .powered-by > img {
    transform: scale(-1);
}

.zt-container {
    width: 89.312%;
    margin: auto;
}
.Ensuring_The_Security_And_Livehood_Of_The_Rail_ {
    font-size: 21px;
    font-family: "Zen Dots";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    -moz-transform: scale(0.81, 1);
    -webkit-transform: scale(0.81, 1);
    -ms-transform: scale(0.81, 1);
    position: absolute;
    left: 22.079px;
    top: 3655.302px;
    width: 1129.888px;
    height: 15px;
    z-index: 146;
}


.tempora-footer {
    font-size: 1.25rem;
    font-family: "Zen Dots";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    margin: 0;
}

.slick-slide:not(.slick-active) {
    visibility: hidden;
    opacity: 0;
}

.slick-btn {
    background: transparent;
    border: 0;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-btn::before {
    content: none;
}

.slick-btn.slick-disabled {
    cursor: not-allowed;
}

.slick-btn.slick-prev {
    left: 0;
}

.slick-btn.slick-next {
    right: 0;
}

/* End Section Tempora*/

/* Start Section Get In Touch*/
.get-in-touch {
    background: url("/assets/img/map.webp") no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    padding: 51.09px 0 25px;
}

.get-in-touch-title {
    font-size: 37.471px;
    color: rgb(24, 37, 58);
    line-height: 1.148;
}

.tempra-img {
    position: relative;
}

.custom-input-2 {
    border: 2px solid rgb(24, 37, 58);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    height: 62px;
    margin-bottom: 24px;
}

.custom-input-2:last-child {
    margin-bottom: 0;
}

.input-textarea {
    border: 2px solid rgb(24, 37, 58);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    height: 241px;
}

.input-textarea,
.custom-input-2,
.input-textarea::placeholder,
.custom-input-2::placeholder {
    font-size: 21px;
    color: rgb(24, 37, 58);
    font-weight: bold;
    line-height: 2.064;
}


.pre-line {
    white-space: pre-line;
    font-size: 16.654px;
    color: #18253A;
    line-height: 1.2;
    margin: 0;
}

.contact-us {
    margin-top: 70px;
}

.send-message {
    background: url("/assets/img/btn2.webp") no-repeat center center;
    outline: none;
    border: 0;
    width: 222px;
    height: 31px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 25px;
}

/* End Section Get In Touch*/

/*  Start Footer*/
footer {
    height: 140px;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer img {
    width: auto;
}

/* The container */
.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14.583px;
    font-family: "Roboto";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    color: white;
    border-radius: 16px;
    background-color: rgb(24, 37, 58);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.06), inset 0 1px 4px 0 rgba(0, 0, 0, 0.7);
    padding: 4px 35px;
}

label.custom-radio.disabled {
    opacity: .6;
}

ul li.custom-radio:last-child {
    margin-bottom: 0;
}

/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 7px;
    height: 20px;
    width: 20px;
    border: 2px solid #95ff45;
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #95ff45;
}

.dropdown-menu {
    background-color: #1d2c46;
    color: white;
}

.dropdown-item:hover {
    background: none;
}

#form2 {
    width: 22rem;
}
.dropdown-platform {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-radius: 22px;
    background-image: -moz-linear-gradient( 270deg, #223451 0%, #152032 100%);
    background-image: -webkit-linear-gradient( 270deg, #223451 0%, #152032 100%);
    background-image: -ms-linear-gradient( 270deg, #223451 0%, #152032 100%);
    opacity: 1;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6), inset 0 2px 0 0 rgba(255, 255, 255, 0.14);
}


.dropdown-platform button {
    border: none;
    width: 100px;
    background-color: transparent;
    background-image: url(/assets/img/dropdown-button.webp);
    background-size: 100% 100%;
    font-size: 13.648px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-position: center center;
    padding: 0.6rem;
    text-transform: uppercase;
}


.dropdown-platform ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.dropdown-platform ul li{
    margin-left: -7px;
}
.select-header-title {
    padding: 4px 11px;
    margin: 6px 10px;
}

.select-header {
    align-items: center;
    padding-right: 15px;
}

.uos-dropdown-container {
    padding-right: 3em;
    padding-left: 1rem;
}

#uos-dropdown-container {
    display: none;
}




