/* Box sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
}

/* Remove anchor underline */
a {
  text-decoration: none;
  color: inherit;
}

/* Images */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Remove quotes from blockquote and q */
blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Buttons */
button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

p {
  text-align: justify;
  line-height: 1.6;
}

.custom-header-claight .bg-darkk {
  background: #05014A;
  padding: 15px 0;
}
.custom-header-claight .bg-darkk .blue-strip-sec .strip-link {
  transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: scaleX(1);
  font-size: 13px;
  border-bottom: 2px solid transparent;
  padding: 0.5rem;
}
.custom-header-claight .bg-darkk .blue-strip-sec .strip-link:hover {
  border-bottom: 2px solid #fff;
  transform: scaleX(1);
  width: 100%;
}
.custom-header-claight .bg-darkk a {
  font-size: 13px;
}
.custom-header-claight .bg-darkk i {
  font-size: 12px;
}
.custom-header-claight .navbar .navbar-nav button,
.custom-header-claight .navbar .navbar-nav a {
  font-size: 13px;
  color: #000;
}
.custom-header-claight .navbar .navbar-nav i {
  font-size: 13px;
}
.custom-header-claight .navbar .navbar-nav .vl-line {
  border-right: 1px solid #000;
  height: 15px;
  margin: 0 5px;
}
.custom-header-claight .navbar .nav-bar-middle .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: scaleX(1);
}
.custom-header-claight .navbar .nav-bar-middle .nav-item .nav-link:hover {
  border-bottom: 2px solid #0029ff;
  transform: scaleX(1);
  width: 100%;
}
.custom-header-claight .navbar .navbar-toggler {
  border: none;
  color: #000;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
  outline: none;
}
.custom-header-claight .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.custom-header-claight .navbar .searchform button,
.custom-header-claight .navbar .searchform a {
  font-size: 13px;
  box-shadow: none;
}
.custom-header-claight .navbar .searchform i {
  font-size: 13px;
}

.custom-footer-claight .footer-main-strip {
  background: linear-gradient(270deg, rgba(2, 27, 254, 0.1) 0%, rgba(0, 41, 255, 0.6) 100%), #000;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.custom-footer-claight .footer-main-strip .footer-logo {
  margin: 0 auto;
}
.custom-footer-claight .footer-main-strip .footer-tagline {
  font-size: 15px;
  max-width: 650px;
  margin: 0 auto;
  color: #cfd2dc;
  font-weight: 300;
  text-align: center;
}
.custom-footer-claight .footer-main-strip .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}
.custom-footer-claight .footer-main-strip .footer-nav a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid transparent;
  position: relative;
}
.custom-footer-claight .footer-main-strip .footer-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0.07rem;
  width: 0;
  border-bottom: 1px solid #04E1FF;
  transition: width 0.3s ease, left 0.3s ease;
}
.custom-footer-claight .footer-main-strip .footer-nav a:hover::after {
  width: 100%;
  left: 0;
}
.custom-footer-claight .footer-main-strip .footer-social {
  display: flex;
  gap: 1rem;
}
.custom-footer-claight .footer-main-strip .footer-social a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  transition: color 0.3s ease, transform 0.3s ease;
}
.custom-footer-claight .footer-main-strip .footer-social a:hover {
  color: #04E1FF;
  transform: scale(1.1);
}
.custom-footer-claight .footer-main-strip .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  font-size: 13px;
  font-weight: 300;
  padding-top: 2rem;
}
.custom-footer-claight .footer-main-strip .footer-bottom .divider {
  color: #ffffff;
}
@media (max-width: 767px) {
  .custom-footer-claight .footer-main-strip .footer-bottom .divider {
    display: none;
  }
}
.custom-footer-claight .footer-main-strip .footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
  border: 1px solid transparent;
  position: relative;
}
.custom-footer-claight .footer-main-strip .footer-bottom a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0.07rem;
  width: 0;
  border-bottom: 1px solid #04E1FF;
  transition: width 0.3s ease, left 0.3s ease;
}
.custom-footer-claight .footer-main-strip .footer-bottom a:hover::after {
  width: 100%;
  left: 0;
}
.custom-footer-claight .footer-gray-strip {
  background: #D9D9D9;
  padding: 1rem;
}
.custom-footer-claight .footer-gray-strip .footer-copy {
  margin: 0;
  font-size: 15px;
  color: #000000;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .custom-header-claight .main-icon-sec {
    display: none !important;
  }
  .custom-header-claight .navbar .new-mob {
    align-items: start;
  }
  .custom-header-claight .navbar .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease-in-out;
  }
  .custom-header-claight .navbar .navbar-toggler .icon-bar:first-child {
    transform: rotate(135deg);
    position: relative;
    top: 2px;
  }
  .custom-header-claight .navbar .navbar-toggler .icon-bar:nth-child(2) {
    transform: translate(-100%);
    opacity: 0;
  }
  .custom-header-claight .navbar .navbar-toggler .icon-bar:last-child {
    transform: rotate(-135deg);
    position: relative;
    top: -2px;
  }
  .custom-header-claight .navbar .navbar-toggler.collapsed .icon-bar {
    transform: rotate(0deg);
  }
  .custom-header-claight .navbar .navbar-toggler.collapsed .icon-bar:first-child {
    top: 0;
  }
  .custom-header-claight .navbar .navbar-toggler.collapsed .icon-bar:nth-child(2) {
    margin: 5px 0;
    display: block;
    opacity: 1;
  }
  .custom-header-claight .navbar .navbar-toggler.collapsed .icon-bar:last-child {
    top: 0;
  }
}
.search-section-container {
  padding-bottom: 3rem;
  background-color: #fff;
}
.search-section-container .search-bar-wrapper {
  padding: 3rem 0 2rem;
}
.search-section-container .cross {
  position: relative;
  display: flex;
  justify-content: end;
  border: none;
  background: none;
  width: 100%;
  outline: none;
  cursor: pointer;
}
.search-section-container .cross i {
  width: 24px;
  height: 24px;
  color: rgba(28, 27, 31, 0.3607843137);
}
.search-section-container .search-bar {
  position: relative;
  display: flex;
  align-items: center;
}
.search-section-container .search-bar input {
  width: 100%;
  border-radius: 40px;
  border: 1px solid #c3bdbd;
  padding: 1rem 2rem;
  outline: none;
}
.search-section-container .search-bar input::-moz-placeholder {
  font-size: 14px;
}
.search-section-container .search-bar input::placeholder {
  font-size: 14px;
}
.search-section-container .search-bar span {
  position: absolute;
  right: 1.5%;
  width: 37px;
  height: 37px;
  background-color: #0029ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search-section-container .search-bar span i {
  color: #fff;
}
.search-section-container .search-content-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.search-section-container .search-content-area .header-area {
  text-align: center;
}
.search-section-container .search-content-area .header-area > div:nth-child(1) {
  font-size: 38px;
  font-weight: 600;
  color: #000;
}
.search-section-container .search-content-area .header-area > div:nth-child(2) {
  font-size: 16px;
  color: #000;
}
.search-section-container .search-content-area .anchor-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  gap: 10px;
  width: 75%;
}
.search-section-container .search-content-area .anchor-group a {
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.search-section-container .search-content-area .anchor-group a:hover {
  background: #0029ff;
  color: #fff;
}
.search-section-container .search-content-area .redirect-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-section-container .search-content-area .redirect-btn a {
  border: none;
  background: none;
  color: #0029ff;
  font-size: 16px;
  text-decoration: none;
}
.search-section-container .search-content-area .redirect-btn a i {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #0029ff;
  position: relative;
  margin-left: 8px;
}
.search-section-container .search-content-area .redirect-btn:hover a i {
  transform: translateX(5px);
}/*# sourceMappingURL=style.main-hf.css.map */