/*@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}*/

/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

:root {
    --dark-color: #010101;
    --light-color: #fff;
    --primary-bg-color: #010101;
    --primary-accent-color: #010101;
    --secondary-bg-color: #303030;
    --secondary-accent-color: #303030;
    --grey-color: #B6B6B6;
    --theme-color: #FBB030;
    --button-color: #FBB030;
    --primary-gradient: linear-gradient(45deg, rgb(1, 98, 232), rgba(1, 98, 232, .5));
    --secondary-gradient: linear-gradient(45deg, rgba(1, 98, 232, .8), rgb(1, 98, 232));
    --primary-font: 'Inter', sans-serif;
    --secondary-font: 'Alumni Sans', sans-serif;
    /*--alternate-font: 'Montserrat', sans-serif;
    --heading-font: 'Segoe UI Regular', sans-serif;*/
}

* {
    line-height: 1;
    margin-bottom: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: var(--primary-font);
    color: var(--dark-color);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*Header*/

.top-bar {
    background-color: var(--grey-color);
    color: var(--light-color);
    padding: 25px;
}

.search-bar .form-control {
    background-color: var(--grey-color);
    border: 1px solid var(--light-color);
    padding-left: 35px;
}

.search-bar .form-control::placeholder {
    color: var(--light-color);
}

.search-bar .form-control:focus {
    box-shadow: none;
}

.search-bar {
    float: right;
}

.search-bar {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 10px; /* Adjust the left position as needed */
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Adjust the width as needed */
    height: auto;
}

.top-bar p {
    display: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top-bar p span {
    color: #303030;
    font-weight: bold;
}


.lower-bar {
    background-color: var(--secondary-bg-color);
    padding: 10px;
}

.logo {
    border: 1px solid #009D9D;
}

.logo img {
    max-width: 250px;
    background: var(--secondary-bg-color);
    padding: 40px 65px;
}

.lower-bar {
    position: relative;
}

.logo {
    position: absolute;
    top: -100px;
    z-index: 9;
}

.logo img {
    vertical-align: bottom !important;
}

/* Header */
.navbar-expand-lg {
    justify-content: end;
}

.navbar .nav-item {
    color: #FFF !important;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 20px;
    border-right: 1px solid #FBB030;
}

.navbar .nav-item:last-child {
    border-right: 0;
    padding: 0 0 0 30px;
}

.navbar .nav-item .nav-link {
    color: var(--light-color);
    transition: all 0.2s ease-in-out;
}

.navbar .nav-item .nav-link:hover {
    transform: scale(1.1);
}

.navbar .nav-item .nav-link.active {
    color: var(--theme-color);
}

/* Heading & Body Content */
.heading-body-font h2 {
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 50px;
}

.heading-body-font p {
    color: #FFF;
    text-align: justify;
    font-size: 23px;
    font-style: normal;
    line-height: 1.45;
}

.header-btn {
    border-radius: 4px;
    border: 1px solid #FBB030;
    background: rgba(0, 0, 0, 0.60);
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 30px;
}

.header-btn i {
    color:#ffffff;
}

.header-btn:hover {
    background:#FBB030;
    color: #303030;
}

.header-btn:hover i {
    color:#303030;
}

/* Footer Section */
.footer-section {
    padding: 150px 0 50px;
    /*background: var(--secondary-bg-color);*/
    background: url('../img/footer-bg.png');
}

footer .icon-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

footer .icon-info:last-child {
    margin-bottom: 0;
}

footer .icon-info span {
    flex: 0 0 5%;
}

footer .icon-info span i, footer .icon-info a, footer .icon-info p{
    color: #FFF !important;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

footer .footer-credits {
    margin-top: 50px;
    margin-bottom: 50px;
}

footer .footer-credits p, footer .footer-credits p i {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .map {
    filter: grayscale(50%) invert(90%) contrast(100%);
    width:410px;
    height:180px;
}

.scroll-top-arrow {
    font-size: 40px;
    line-height: 40px;
    color: var(--light-color);
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99999;
    border-radius: 100%;
    background-color: var(--theme-color);
}

.scroll-top-arrow i {
    color: var(--light-color);
}

.left-sidebar-floating {
    display: none;
}

.contact-float {
    font-size: 40px;
    line-height: 60px;
    color: var(--light-color);
    height: 60px;
    width: 60px;
    padding: 0;
    position: fixed;
    bottom: 100px;
    left: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-color: #009d9d;
}

.quote-float {
    font-size: 40px;
    line-height: 70px;
    color: var(--light-color);
    height: 60px;
    width: 60px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-color: #009d9d;
}

.contact-float img, .quote-float img {
    width: 30px;
}

/* Sidebar Menu */
.navbar-toggler {
    display: none;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #303030;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

.sidebar a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidebar .mobile-sub-level, .second-sub-level {
    display: block;
    padding-left: 10px;
    list-style: none;
    border-top:1px solid #fbb030;
    margin-top: 10px;
}

.mobile-sub-level > .nav-item > .nav-link, .mobile-sub-level .dropdown-item {
    font-size: 16px;
}


.second-sub-level i {
    color: #ffffff;
}

.second-sub-level .dropdown-item {
    font-size: 16px;
}

/* Style for the dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #303030;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    border: none;
    margin-top: .5rem;
    border-radius: 0;
    min-width: 200px;
}

/* Style for the dropdown items */
.dropdown-item {
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

/* Remove border for the last item */
.dropdown-item:last-child {
    border-bottom: none;
}

/* Hover state for dropdown items */
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #FBB030;
    color: #fff;
}

/* Show the dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu.first-level-dropdown {
    display: block;
    top:30px;
}

.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%; /* Position the dropdown to the right */
    top: 0;
    margin-left: -1px; /* Align the dropdown menu properly */
}

/* Show the second level dropdown on hover */
.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropdown-submenu i {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    margin-right: 5px;
}




/* Mobile OverLay for Know MOre */
.mobile-know-more-overlay {
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
     height: 150px;
    background: linear-gradient(0deg, #393939 35.9%, rgba(57, 57, 57, 0.00) 100%);
    display: none;
}
.mobile-know-more-overlay img {
    width: 100%;
}

.mobile-know-more-overlay span {
    color: #FBB030;
    text-align: center;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
    width: 30%;
    left: 35%;
}

.mobile-know-more-overlay span img {
    width: 35px;
    margin-top: 10px;
}

.thank-hero-section {
    background:url('../img/thank-you.png');
    min-height: 464px;
}

.contact-title.thank-you-title {
    margin-top: -108px;
    margin-bottom: 100px;
}