/* 21 Aug 2024 */
/* Code by Microrelic */
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
::-moz-selection {
  color: #fff;
  background: #262A29;
}

::-webkit-selection {
  color: #fff;
  background: #262A29;
}

::selection {
  color: #fff;
  background: #262A29;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #262A29;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

img {
  margin-bottom: 1rem;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #262A29;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #f0f0f0;
  /* background: rgb(82,82,82);
background: linear-gradient(0deg, rgba(82,82,82,1) 0%, rgba(101,100,100,1) 16%, rgba(135,134,134,1) 33%, rgba(157,157,157,1) 43%, rgba(242,242,242,1) 100%); */
  outline: 0;
  color: #262A29;
  width: 100%;
  overflow: hidden;
}

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.spacer {
  position: relative;
  min-height: 11vh;
}

@media only screen and (max-width: 767px) {
  .spacer {
    min-height: 10vh;
  }
}

.spacer__small {
  position: relative;
  min-height: 5vh;
}

@media only screen and (max-width: 767px) {
  .spacer__small {
    min-height: 5vh;
  }
}

.spacer__xsmall {
  position: relative;
  min-height: 6vh;
}

@media only screen and (max-width: 767px) {
  .spacer__xsmall {
    min-height: 3vh;
  }
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #262A29;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 15px;
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  .embedded__topic {
    display: table-row;
  }

  .nav--contact-info {
    display: none;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  color: inherit;
}

.heading-row {
  margin-bottom: 30px;
}

.heading {
  position: relative;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}

.bottom-line:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #e1e5e6;
  margin: 4px auto 0;
  z-index: 1;
  position: relative;
}

p {
  font-size: 1.2rem;
  color: #262A29;
  font-weight: normal;
  line-height: 32px;
  margin: 0 0 10px;
}

address {
  font-style: normal;
}

.lead {
  font-size: 18px;
  line-height: 32px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 991px) {
  .text-md-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 575px) {
  .text-xs-center {
    text-align: center !important;
  }

  .embedded__topic {
    display: table-row;
  }

  .nav--contact-info {
    display: none;
  }
}

blockquote {
  max-width: 90%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 180px;
  max-height: 250px;
}

blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 5px !important;
  position: relative;
  font-family: "Manrope", sans-serif;
}

@media only screen and (max-width: 575px) {
  blockquote p {
    font-size: 14px;
  }

  blockquote p .embedded__topic {
    display: table-row;
  }

  blockquote p .nav--contact-info {
    display: none;
  }
}

blockquote cite {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e1e5e6;
}

.btn-cust {
  color: #E37627;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  border: 1px solid #E37627;
  border-radius: 8px;
  box-shadow: 0px 16px 32px -20px #1c1c1c;
  background: none;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  outline: none;
  transform: translateZ(0);
  padding: 0.45rem 0.75rem;
}

.btn-cust:before,
.btn-cust:after {
  border-radius: 6px;
  content: "";
  z-index: -1;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-cust.btn-sm {
  padding: 0.3rem;
  font-size: 0.8rem;
  border-radius: 4px;
}

.btn-cust.btn-sm:before,
.btn-cust.btn-sm:after {
  border-radius: 4px;
}

.btn-cust.btn-sm:hover:after {
  border-radius: 4px;
}

.btn-cust.btn-md {
  padding: 0.65rem;
  font-size: 1.1rem;
  border-radius: 8px;
}

.btn-cust.btn-md:before,
.btn-cust.btn-md:after {
  border-radius: 8px;
}

.btn-cust.btn-md:hover:after {
  border-radius: 8px;
}

.btn-cust:hover {
  color: #f7f7f7;
  box-shadow: 0px 16px 47px -15px rgb(28, 28, 28);
}

.btn-cust:hover img {
  filter: brightness(1);
}

.btn-cust:hover .bg-title {
  font-size: 1.2rem;
  color: white;
}

.btn-cust:hover:after {
  border-radius: 8px;
  transform: scaleY(1);
  transform-origin: bottom;
  transition-delay: 0s;
}

.btn-cust:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.btn-cust:active {
  border-color: transparent;
  outline: none;
  transform: translateY(4px) translateZ(0);
  box-shadow: 0px 8px 20px -8px rgb(28, 28, 28);
}

.btn-action {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 8px;
  background-color: #E37627;
  padding: 1rem 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-action:hover {
  color: #ffffff;
  background-color: #ca5f02;
}

.btn-action:active {
  color: #ffffff;
  background-color: #984701;
  box-shadow: none;
}

.btn-action:focus {
  color: #ffffff;
  background-color: #984701;
  box-shadow: none;
}

.btn-action.btn-border {
  padding: 0.65rem 0.9rem;
  border-radius: 0 8px 8px 0;
}

.btn-select {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 2rem;
  line-height: 26px;
  color: #ca5f02;
  border: 2px dashed #ca5f02;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-select:hover {
  color: #ffffff;
  background-color: #ca5f02;
}

.btn-select:focus {
  box-shadow: none;
  color: #ffffff;
  background-color: #ca5f02;
}

.btn-outline-cust {
  padding: 1rem 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
  border-color: #E37627;
  background-color: #E37627;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-outline-cust:hover {
  color: #ffffff;
  background-color: rgba(227, 118, 39, .4);
}

/* Header */
header.header-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

@media only screen and (max-width: 768px) {
  header {
    background: rgba(34, 5, 115, 0.9);
  }
}

@media only screen and (max-width: 767px) {
  header {
    background: rgba(34, 5, 115, 0.9);
  }
}

header .top-bar {
  position: relative;
  padding-right: 1rem;
}

@media only screen and (max-width: 767px) {
  header .top-bar {
    display: none;
  }
}

.header {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 46%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 46%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 46%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  height: 150px;
}

header .top-bar .topbar-link {
  font-weight: 300;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  color: #00378C;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .top-bar .topbar-link:hover {
  font-weight: 500;
}

header .navbar {
  /* display: none; */
  position: relative;
  padding-top: 1.1rem;
  padding-right: 1rem;
  padding-bottom: 1.1rem;
  padding-left: 1rem;
}

header .navbar>.container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

header .navbar.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

header .navbar.fixed-top {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  animation: smoothScroll 1s forwards;
}

header .navbar .navbar-brand {
  padding-top: 0.275rem;
  padding-bottom: 0.275rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  white-space: nowrap;
}

header .navbar .navbar-brand img {
  margin-bottom: 0;
  min-height: 45px;
}

header .navbar .navbar-brand:hover,
header .navbar .navbar-brand:focus {
  text-decoration: none;
}

header .navbar .navbar-nav .nav-item .nav-link {
  color: #262626;
}

@media only screen and (max-width: 575px) {
  header .navbar {
    background: #fff !important;
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.45rem;
    padding: 1rem;
    background-color: #fff;
    margin: 5px;

  }

  header .navbar .navbar-nav .nav-item .nav-link .embedded__topic {
    display: table-row;
  }

  header .navbar .navbar-nav .nav-item .nav-link .nav--contact-info {
    display: none;
  }
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
  /* color: #E37627; */
  background-color: #E37627;
  border-radius: 5px;
}

header .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
}

header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}

header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #00378C;
}

header .navbar .navbar-collapse .nav-item .btn-outline-light {
  color: #00378C;
  border-color: #00378C;
}

header .navbar .navbar-collapse .nav-item .btn-outline-light:hover {
  color: #ffffff;
  background-color: #00378C;
}

header .navbar .navbar-collapse .nav-item .btn-light {
  color: #ffffff;
  border-color: #00378C;
  background-color: #00378C;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .navbar .navbar-collapse .nav-item .btn-light:hover {
  background-color: #001940;
}

header .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  header .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  header .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

header .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

header .navbar-nav .dropdown-menu {
  position: static;
}

header .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  header .navbar-collapse {
    /* height: 100vh; */
    align-items: center;
    /* text-align: center; */
    padding: 5px;
    border-radius: 0px 10px !important;
    background-color: #f5f5f5;
  }

  header .navbar-collapse .embedded__topic {
    display: table-row;
  }

  header .navbar-collapse .nav--contact-info {
    display: none;
  }
}

header .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out;
}

header .navbar-toggler:hover {
  text-decoration: none;
}

header .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

@media (prefers-reduced-motion: reduce) {
  header .navbar-toggler {
    transition: none;
  }
}

header .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

header .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

header .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

header .navbar-expand .navbar-nav {
  flex-direction: row;
}

header .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

header .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

header .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

header .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

header .navbar-expand .navbar-toggler {
  display: none;
}

header .navbar-light .navbar-brand {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-brand:hover,
header .navbar-light .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

header .navbar-light .navbar-nav .show>.nav-link,
header .navbar-light .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0);
}

header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header .navbar-light .navbar-text {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-text a {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-text a:hover,
header .navbar-light .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-dark .navbar-brand {
  color: #fff;
}

header .navbar-dark .navbar-brand:hover,
header .navbar-dark .navbar-brand:focus {
  color: #fff;
}

header .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

header .navbar-dark .navbar-nav .nav-link:hover,
header .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

header .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

header .navbar-dark .navbar-nav .show>.nav-link,
header .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

header .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.9);
}

header .navbar-dark .navbar-text a {
  color: #fff;
}

header .navbar-dark .navbar-text a:hover,
header .navbar-dark .navbar-text a:focus {
  color: #fff;
}

header .header-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

header .bg-hover-white {
  transition: all 0.2s ease-out;
}

header .bg-hover-white:hover {
  background: #fff !important;
}

header .navbar.fixed-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

header .navbar.fixed-top.bg-fixed-white {
  background: #fff !important;
}

header .navbar .nav-item {
  position: relative;
}

header .navbar .nav-item .acta {
  padding: 0.6rem 2rem;
}

header .navbar .nav-link {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #495057;
  font-size: 0.9rem;
  font-weight: 700;
}

header .navbar .nav-link i,
header .navbar .nav-link svg {
  margin-left: 5px;
}

header .navbar .dropdown-menu {
  margin-top: 1.1rem;
}

header .navbar .megamenu {
  margin-top: -1px;
}

@media (min-width: 992px) {
  header .navbar-airy .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}

@media (min-width: 1200px) {
  header .navbar-airy .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

header .navbar-light .navbar-brand,
header .navbar-hover-light:hover .navbar-brand,
header .navbar-fixed-light.fixed-top .navbar-brand {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-brand:hover,
header .navbar-light .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-fixed-light.fixed-top .navbar-brand:hover,
header .navbar-fixed-light.fixed-top .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-nav .nav-link,
header .navbar-hover-light:hover .navbar-nav .nav-link,
header .navbar-fixed-light.fixed-top .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-hover-light:hover .navbar-nav .nav-link:hover,
header .navbar-hover-light:hover .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-fixed-light.fixed-top .navbar-nav .nav-link:hover,
header .navbar-fixed-light.fixed-top .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-nav .nav-link.disabled,
header .navbar-hover-light:hover .navbar-nav .nav-link.disabled,
header .navbar-fixed-light.fixed-top .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

header .navbar-light .navbar-nav .show>.nav-link,
header .navbar-light .navbar-nav .active>.nav-link {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-nav .nav-link.show,
header .navbar-light .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-hover-light:hover .navbar-nav .show>.nav-link,
header .navbar-hover-light:hover .navbar-nav .active>.nav-link {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-hover-light:hover .navbar-nav .nav-link.show,
header .navbar-hover-light:hover .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-fixed-light.fixed-top .navbar-nav .show>.nav-link,
header .navbar-fixed-light.fixed-top .navbar-nav .active>.nav-link {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-fixed-light.fixed-top .navbar-nav .nav-link.show,
header .navbar-fixed-light.fixed-top .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-toggler,
header .navbar-hover-light:hover .navbar-toggler,
header .navbar-fixed-light.fixed-top .navbar-toggler {
  color: #00378C;
  border-color: rgba(0, 0, 0, 0);
}

header .navbar-light .navbar-toggler-icon,
header .navbar-hover-light:hover .navbar-toggler-icon,
header .navbar-fixed-light.fixed-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(0,0,0,0.65)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

header .navbar-light .navbar-text,
header .navbar-hover-light:hover .navbar-text,
header .navbar-fixed-light.fixed-top .navbar-text {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-icon-link {
  display: flex;
  margin: 0 0.5rem;
  padding: 0.4rem 0;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 1.2rem;
  line-height: 1.5;
  align-items: center;
}

header .navbar-icon-link::after {
  display: none;
}

header .navbar-icon-link .svg-icon {
  width: 25px;
  height: 25px;
}

header .navbar-icon-link-badge {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #343a40;
  font-size: 0.6rem;
  line-height: 20px;
}

header .navbar-light .navbar-icon-link,
header .navbar-fixed-light.fixed-top .navbar-icon-link,
header .navbar-hover-light:hover .navbar-icon-link {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-light .navbar-icon-link-badge,
header .navbar-fixed-light.fixed-top .navbar-icon-link-badge,
header .navbar-hover-light:hover .navbar-icon-link-badge {
  color: #fff;
  background: #343a40;
}

header .navbar-dark .navbar-icon-link {
  color: #fff;
}

header .navbar-dark .navbar-icon-link-badge {
  color: #343a40;
  background: #fff;
}

@media (max-width: 575.98px) {
  header .navbar.navbar-expand-sm {
    padding: 0.6rem 1rem;
  }

  header .navbar.navbar-expand-sm .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: none;
  }

  header .navbar.navbar-expand-sm.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }

  header .navbar.navbar-expand-sm.navbar-sticky .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
}

@media (max-width: 767.98px) {
  header .navbar.navbar-expand-md {
    padding: 0.6rem 1rem;
  }

  header .navbar.navbar-expand-md .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: none;
  }

  header .navbar.navbar-expand-md.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }

  header .navbar.navbar-expand-md.navbar-sticky .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
}

@media (max-width: 991.98px) {
  header .navbar.navbar-expand-lg {
    padding: 0.6rem 0;
  }

  header .navbar.navbar-expand-lg .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: none;
  }

  header .navbar.navbar-expand-lg.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }

  header .navbar.navbar-expand-lg.navbar-sticky .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
}

@media (max-width: 1199.98px) {
  header .navbar.navbar-expand-xl {
    padding: 0.6rem 1rem;
  }

  header .navbar.navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: none;
  }

  header .navbar.navbar-expand-xl.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }

  header .navbar.navbar-expand-xl.navbar-sticky .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
}

@media (max-width: 1399.98px) {
  header .navbar.navbar-expand-xxl {
    padding: 0.6rem 1rem;
  }

  header .navbar.navbar-expand-xxl .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: none;
  }

  header .navbar.navbar-expand-xxl.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }

  header .navbar.navbar-expand-xxl.navbar-sticky .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
}

header .navbar.navbar-expand {
  padding: 0.6rem 1rem;
}

header .navbar.navbar-expand .dropdown-menu {
  margin-top: 0;
  border: none;
  box-shadow: none;
}

header .navbar.navbar-expand.navbar-sticky .navbar-collapse {
  overflow-y: auto;
  max-height: 80vh;
}

header .navbar.navbar-expand.navbar-sticky .navbar-collapse.collapsing {
  overflow-y: hidden;
}

header .navbar-fullscreen {
  position: static;
}

header .navbar-fullscreen.fixed-top {
  position: fixed;
}

header .navbar-collapse-fullscreen.collapse.show {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100vh;
  z-index: 1040;
}

header .navbar-collapse-fullscreen.collapsing {
  display: none;
  transition: none;
}

header .navbar-nav-fullscreen {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

header .nav-fullscreen-item {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.8rem;
}

header .fullscreen-close {
  margin: 2rem;
  opacity: 0.9;
}

header .navbar-fullscreen-light .navbar-collapse-fullscreen {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.95);
}

header .navbar-fullscreen-light .nav-fullscreen-link {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar-fullscreen-light .nav-fullscreen-link:hover,
header .navbar-fullscreen-light .nav-fullscreen-link:focus {
  color: rgba(255, 255, 255, 0.95);
}

header .navbar .dropdown-toggle,
header .top-bar .dropdown-toggle {
  position: relative;
}

header .navbar .dropdown-toggle::after,
header .top-bar .dropdown-toggle::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0;
  transition: 0.2s;
  vertical-align: bottom;
  border: none;
}

@media only screen and (max-width: 768px) {

  header .navbar .dropdown-toggle::after,
  header .top-bar .dropdown-toggle::after {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {

  header .navbar .dropdown-toggle::after,
  header .top-bar .dropdown-toggle::after {
    position: absolute;
    right: 0;
  }
}

header .navbar .dropdown-toggle[aria-expanded=true]::after,
header .top-bar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

header .navbar-light .dropdown-toggle::after,
header .navbar-hover-light:hover .dropdown-toggle::after,
header .navbar-fixed-light.fixed-top .dropdown-toggle::after,
header .top-bar .dropdown-toggle::after {
  background: right center url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Down%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='rgba(0,65,185,0.95)' stroke-miterlimit='10' stroke-width='5' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") no-repeat;
}

header .navbar-dark .dropdown-toggle::after,
header .navbar-hover-dark:hover .dropdown-toggle::after,
header .navbar-fixed-dark.fixed-top .dropdown-toggle::after {
  background: right center url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Down%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='rgba(0,65,185,0.9)' stroke-miterlimit='10' stroke-width='5' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") no-repeat;
}

header .dropdown-menu-animated {
  position: absolute;
  margin: 0;
  -webkit-animation-name: AnimateDropdown;
  animation-name: AnimateDropdown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1000;
}

header .dropdown-menu-animated.dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}

header .dropdown-menu-animated.show {
  top: 100% !important;
}

header .dropdown-menu-animated i {
  display: inline-block;
}

header .dropdown-menu-animated.dropdown-menu[data-popper-placement^=left],
header .dropdown-menu-animated.dropdown-menu[data-popper-placement^=right],
header .dropdown-menu-animated.dropdown-menu[data-popper-placement^=top] {
  top: auto !important;
  -webkit-animation: none !important;
  animation: none !important;
}

@-webkit-keyframes AnimateDropdown {
  100% {
    transform: translateY(0);
  }

  0% {
    transform: translateY(10px);
  }
}

@keyframes AnimateDropdown {
  100% {
    transform: translateY(0);
  }

  0% {
    transform: translateY(10px);
  }
}

header .dropdown-submenu {
  position: relative;
}

header .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px !important;
}

header .dropdown-submenu>.dropdown-menu.dropdown-menu-animated.show {
  top: 0 !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-66px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

/* Header End */

.introSec {
  min-height: 600px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .introSec {
    height: 80vh;
  }

  .introSec .embedded__topic {
    display: table-row;
  }

  .introSec .nav--contact-info {
    display: none;
  }
}

.introSec__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
  z-index: 0;
}

.introSec__content {
  position: relative;
  z-index: 1;
  top: 25%;
  padding: 4rem 1rem;
}

@media only screen and (max-width: 575px) {
  .introSec__content {
    top: 12%;
  }

  .introSec__content .embedded__topic {
    display: table-row;
  }

  .introSec__content .nav--contact-info {
    display: none;
  }
}

.introSec__content .content {
  position: relative;
  z-index: -1;
}

.introSec__content .content h1 {
  color: #262626;
  font-weight: 600;
}

.introSec__content .content h1 span {
  font-style: italic;
  color: #E37627;
  font-weight: 400;
}

.introSec__content .content h1.display-1 {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .introSec__content .content h1 {
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .introSec {
    height: 80vh;
  }
}

.dark-overlay {
  position: relative;
}

.dark-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  content: " ";
  background: #e7e9ec;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #e7e9ec 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00378C), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #e7e9ec 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #e7e9ec 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #e7e9ec 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to top, #f0f0f0 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  /* IE6-9 */
}

.aboutSec {
  position: relative;
  /* padding: 2rem 0; */
  /* background: #00378C;
  background: -moz-linear-gradient(180deg, #00378C 0%, #003366 100%);
  background: -webkit-linear-gradient(180deg, #00378C 0%, #003366 100%);
  background: linear-gradient(180deg, #00378C 0%, #003366 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00378C", endColorstr="#003366", GradientType=1);
}

@media only screen and (max-width: 768px) {
  .aboutSec {
    padding: 4rem 0;
  }
}

.aboutSec__content h1 {
  color: #262626;
}

@media only screen and (max-width: 768px) {
  .aboutSec__content h1 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .aboutSec__content h1 {
    width: 100%;
  }
}

.aboutSec__content h1 span {
  font-style: italic;
  color: #E37627;
  font-weight: 400;
}

.aboutSec__content p,
.abtUl_li {
  color: #262626;
  font-weight: 300;
  font-size: 1.4rem;
  width: 100%;
  line-height: 32px;
}

.aboutSec__subheading {
  margin-top: 2rem;
}

.aboutSec__subheading img {
  width: 50px;
  margin-bottom: 2rem;
}

.abtUl_li {
  margin-left: 2rem;
  margin-top: 1rem;
}

.abtUl_li li {
  margin-top: 0.5rem;
  list-style: disc;
  margin-left: 0.5rem;
}

.abtUl_li li span {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .aboutSec__subheading img {
    margin-bottom: 1.5rem;
  }
}

.aboutSec__subheading h3 {
  color: #262626;
  font-weight: 300;
  font-size: 1.4rem;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .aboutSec__subheading h3 {
    font-size: 1.25rem;
    width: 90%;
    line-height: 1.8rem;
  }
}

.aboutSec__wedo {
  position: relative;
  padding-top: 0rem;
}

.aboutSec__wedo .content {
  position: relative;
}

.aboutSec__wedo .content__sectitle {
  color: #262626;
  font-weight: 300;
  font-size: 1.4rem;
  width: 100%;
  line-height: 32px;
}

.aboutSec__wedo .content h1 {
  color: #262626;
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .aboutSec__wedo .content h1 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .aboutSec__wedo .content h1 {
    width: 100%;
  }
}

.aboutSec__wedo .content h1 span {
  font-style: italic;
  color: #E37627;
  font-weight: 400;
}

.aboutSec__wedo .content__p {
  color: #262626;
  font-weight: 300;
  font-size: 1.4rem;
  width: 100%;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .aboutSec__wedo .content__p {
    font-size: 1rem;
    line-height: 24px;
  }
}

.aboutSec__wedo .content a.btn-line {
  color: #262626;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  position: relative;
}

.aboutSec__wedo .content a.btn-line:hover,
.aboutSec__wedo .content a.btn-line.active {
  color: #267bff;
}

.aboutSec__wedo .content a.btn-line:hover:before,
.aboutSec__wedo .content a.btn-line.active:before {
  width: 100%;
}

.aboutSec__wedo .content a.btn-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  background: #267bff;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
}

.aboutSec__wedo .sideImg {
  position: absolute;
  width: 70%;
  right: -5%;
  top: -25%;
}

@media only screen and (max-width: 768px) {
  .aboutSec__wedo .sideImg {
    width: 75%;
    top: -84%;
    right: -2%;
  }
}

@media only screen and (max-width: 767px) {
  .aboutSec__wedo .sideImg {
    width: 80%;
    top: -44%;
    right: 0;
  }
}

.aboutSec__service {
  position: relative;
}

.aboutSec__service .heading {
  font-size: 2rem;
  color: #262626;
  margin-bottom: 1rem;
}

.aboutSec__service--link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(58, 58, 58, 0.5);
  border-bottom: 1px solid rgba(58, 58, 58, 0.5);
  padding: 1rem 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.aboutSec__service--link h4 {
  font-size: 1.4rem;
  font-weight: 200;
  color: #262626;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.aboutSec__service--link>div {
  position: relative;
  align-self: normal;
}

.aboutSec__service--link>div svg {
  position: absolute;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.aboutSec__service--link>div span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.aboutSec__service--link:hover h4 {
  font-weight: 400;
}

.aboutSec__service--link:hover>div svg {
  display: block;
}

.aboutSec__service--link:hover>div span {
  color: rgba(255, 255, 255, 0.8);
}

.productSec {
  position: relative;
  padding: 0 0 2rem;
  background-color: #fff;
  /* background: rgb(4, 12, 60);
  background: -moz-linear-gradient(180deg, #003366 0%, #002347 100%);
  background: -webkit-linear-gradient(180deg, #003366 0%, #002347 100%);
  background: linear-gradient(180deg, #003366 0%, #002347 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040c3c", endColorstr="#0d0d0d", GradientType=1);
}

@media only screen and (max-width: 768px) {
  .productSec {
    padding: 4rem 0;
  }
}

.productSec__content p {
  color: #262626;
  font-weight: 300;
  font-size: 1.4rem;
  width: 100%;
  line-height: 32px;
}

.productSec__content h1 {
  color: #262626;
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .productSec__content h1 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .productSec__content h1 {
    width: 100%;
  }
}

.productSec__content h1 span {
  font-style: italic;
  color: #E37627;
  font-weight: 400;
}

.productSec__subheading {
  position: relative;
  width: 60%;
  display: block;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .productSec__subheading {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .productSec__subheading {
    width: 80%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .productSec__subheading {
    width: 50%;
    margin-left: 0;
  }
}

.productSec__subheading h4 {
  color: #262626;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 3rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .productSec__subheading h4 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.productSec__subheading svg {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.productSec__subheading:hover h4 {
  color: #267bff;
}

.productSec__subheading:hover svg {
  stroke: #267bff;
}

.productSec__pro {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: .5em;
}

.productSec__pro img {
  position: relative;
  border-radius: 12px;
  margin-bottom: 0;
  width: 100%;
}

.productSec__pro.fHight {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .productSec__pro.fHight {
    height: auto;
  }
}

.productSec__pro.fHight img {
  height: 100%;
}

.productSec__pro .proLink {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.2rem 2rem 1rem;
  border-radius: 0 0 12px 12px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  /* background: #262A29; Old browsers */

  background-color: #e78844;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  /* IE6-9 */

}

.productSec__pro .proLink>div {
  width: 80%;
}

.productSec__pro .proLink>div h5 {
  color: #ffffff;
  font-weight: 200;
}

.productSec__pro .proLink>div h4 {
  color: #ffffff;
}

.productSec__pro .proLink svg {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.productSec__pro:hover .proLink {
  background: #E37627;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #E37627 0%, #E37627 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E37627), color-stop(100%, #E37627));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #E37627 0%, #E37627 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #E37627 0%, #E37627 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #E37627 0%, #E37627 100%);
  /* IE10+ */
  background: linear-gradient(to top, #E37627 0%, #E37627 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  /* IE6-9 */
}

.productSec__pro:hover .proLink svg {
  display: block;
}

.solutionSec {
  position: relative;
  padding: 6rem 0 0;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #000000 0%, #002347 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #002347));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #000000 0%, #002347 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #000000 0%, #002347 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #000000 0%, #002347 100%);
  /* IE10+ */
  background: linear-gradient(to top, #000000 0%, #002347 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  /* IE6-9 */
}

@media only screen and (max-width: 768px) {
  .solutionSec {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .solutionSec {
    padding: 0rem;
  }
}

.solutionSec__bg {
  position: absolute;
  width: 70%;
  filter: grayscale(1);
  top: 0;
  left: 6%;
  z-index: 0;
}

.solutionSec__content {
  width: 80%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .solutionSec__content {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .solutionSec__content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .solutionSec__content {
    width: 100%;
  }
}

.solutionSec__content h1 {
  color: #ffffff;
}

.solutionSec__p {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.2rem;
  width: 75%;
  line-height: 28px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .solutionSec__p {
    font-size: 1rem;
    line-height: 24px;
  }
}

.solutionSec a.btn-line {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  position: relative;
}

.solutionSec a.btn-line:hover,
.solutionSec a.btn-line.active {
  color: #267bff;
}

.solutionSec a.btn-line:hover:before,
.solutionSec a.btn-line.active:before {
  width: 100%;
}

.solutionSec a.btn-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  background: #267bff;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
}

.footer {
  width: 100%;
  min-height: 150px;
  /* background-color: #383838; */
  /* background: rgb(29,29,29);
  background: linear-gradient(0deg, rgba(29,29,29,1) 35%, rgba(102,102,102,1) 61%, rgba(255,255,255,1) 100%); */
  background: rgb(29, 29, 29);
  /* background: linear-gradient(0deg, rgba(29,29,29,1) 35%, rgba(142,141,141,1) 73%, rgba(255,255,255,1) 100%); */
  padding: 4rem 0 0;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 2rem;
  }
}

.footer__cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .footer__cta {
    display: block;
  }
}

.footer__cta h4 {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
  line-height: 4rem;
}

@media only screen and (max-width: 767px) {
  .footer__cta h4 {
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}

.footer__cta a {
  color: #ffffff;
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
  border-radius: 40px;
  background-color: #E37627;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer__cta a {
    display: block;
    text-align: center;
    padding: 0.6rem 2rem;
    font-size: 1rem;
  }
}

.footer__cta a:hover {
  color: #ffffff;
  background-color: #00378C;
}

.footer__contact {
  position: relative;
  margin: 3rem 0 0.35rem;
  padding: 3rem 0;
  border-top: 2px solid #ffffff;
  /* border-bottom: 2px solid #ffffff; */
}

@media only screen and (max-width: 767px) {
  .footer__contact {
    margin: 3rem 0;
  }
}

.footer__contact h5 {
  font-size: 1.85rem;
  font-weight: 300;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer__contact h5 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__contact--info {
    margin-bottom: 1rem;
  }
}

.footer__contact--info span {
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.footer__contact--info a {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .footer__contact--info a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__contact--info a {
    font-size: 1.6rem;
  }
}

.footer__contact--info a:hover,
.footer__contact--info a.active {
  color: #E37627;
}

.footer__contact--info a:hover:before,
.footer__contact--info a.active:before {
  width: 100%;
}

.footer__contact--info a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  background: #E37627;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
}

.footer__mainLinks {
  position: relative;
  padding: 2rem 0;
}

.footer__mainLinks a.mLInk {
  font-size: 1.15rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer__mainLinks a.mLInk {
    display: block;
    margin-bottom: 1rem;
  }
}

.footer__mainLinks a.mLInk:hover,
.footer__mainLinks a.mLInk.active {
  color: #fd851b;
}

.footer__mainLinks a.mLInk:hover:before,
.footer__mainLinks a.mLInk.active:before {
  width: 100%;
}

.footer__mainLinks a.mLInk:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  background: #fd851b;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
}

.footer__mainLinks p {
  font-size: 1.15rem;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .footer__mainLinks p {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__mainLinks p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.footer__mainLinks--social {
  display: table;
  margin-left: auto;
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  .footer__mainLinks--social {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__mainLinks--social {
    margin-top: 0;
    margin-left: 0;
  }
}

.footer__mainLinks--social li {
  padding-left: 12px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .footer__mainLinks--social li:first-child {
    padding-left: 0;
  }
}

.footer__mainLinks--social li a {
  color: #e7e7e7;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  line-height: 34px;
}

.footer__mainLinks--social li a i {
  text-align: center;
}

.footer__mainLinks--social li a:hover {
  color: #E37627;
  border-color: #E37627;
}

.footer__bottom {
  position: relative;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer__bottom p {
  font-size: 1rem;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer__bottom p {
    text-align: left;
    margin-bottom: 0;
  }
}

.footer__bottom a {
  font-size: 1rem;
  color: #ffffff;
}

.footer__bottom a.ppLink {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer__bottom a.ppLink {
    text-align: left;
  }
}

.footer__bottom a:hover {
  color: #E37627;
}

/*# sourceMappingURL=style.css.map */


/*-------------- Card Css ---------------*/
/* .cards__wrapper {
  display: grid;
  grid-gap: 1rem;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 250px));
  color: #444;
}

.card-body {
  background: rgba(234,234,234,0.4);
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06),
                   0 2px 4px rgba(0, 0, 0, 0.07);
       transition: all 0.15s ease;
}

.card-body:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1),
              0 10px 8px rgba(0, 0, 0, 0.015);
} */


/*---------  slider Css ------------------ */

.swiper-container {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.image {
  position: absolute;
  /* right: 0;
  width: 50%;
  height: 100%; */
  right: 4%;
  width: 35%;
  height: 70%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  border-radius: 15px;
}

.text {
  position: absolute;
  left: 5%;
  width: 45%;
  color: #000;
  z-index: 2;
  text-align: left;
}

.swiper-slide-active .text h1,
.swiper-slide-active .text p {
  margin: 0;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideIn 1s ease-in-out forwards;
}

.text h1 {
  font-size: 40px;
  /* font-size: 50px; */
  animation-delay: 0.5s;
  font-weight: 600;
  /* color: #E37627; */
}

.text p:nth-of-type(1) {
  font-size: 25px;
  /* font-size: 40px; */
  animation-delay: 1s;
}

.text p:nth-of-type(2) {
  font-size: 30px;
  animation-delay: 1.5s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.background-polygons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.polygon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.4);
  /* Increased opacity */
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: movePolygon 20s linear infinite, rotatePolygon 20s linear infinite;
}

@keyframes movePolygon {
  0% {
    transform: translate(-100px, -100px);
  }

  100% {
    transform: translate(100vw, 100vh);
  }
}

@keyframes rotatePolygon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  /* Dots with higher opacity */
  border-radius: 50%;
  z-index: 1;
  transition: transform 2s ease-in-out;
  /* Smooth transition */
}

.line {
  position: absolute;
  width: 2px;
  background: rgba(255, 255, 255, 0.6);
  /* Lines with higher opacity */
  z-index: 1;
  transform-origin: 0 0;
  transition: transform 2s ease-in-out, width 2s ease-in-out;
  /* Smooth transition */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .text {
    width: 70%;
    left: 10%;
    text-align: center;
    padding: 10px;
    position: static;
  }

  .image {
    width: 100%;
    height: auto;
    background-position: center;
  }

  .swiper-button-next,
  .swiper-button-prev {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .text {
    width: 90%;
    left: 5%;
    font-size: 14px;
    padding: 5px;
  }

  .text h1 {
    font-size: 24px;
  }

  .text p {
    font-size: 12px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
}

.swiper-pagination-bullet-active {
  background: #e37627 !important;
}

.leafy-row {
  /* background: rgba(255, 243, 215, 0.5); */
  padding: 2rem 0;
}

.leafy-img {
  align-content: center;
  text-align: center;
}

.bha_info {
  background: #FEFCFF;
  padding: 1rem 0;
  color: #000;
}

/* .leafy-row img{
  justify-content: space-around;
} */

.card-title {
  height: 75px;
}

.productSec__pro .card {
  /* background-color: antiquewhite;  */
  width: 400px; 
  min-height: 580px;
  /* height: auto; */
  padding: 15px;
  border-radius: 12px;
}

.productSec__pro .card_title {
  border-bottom: dotted 1px rgba(61, 44, 32, 0.5);
  padding-bottom: 10px;
  font-size: 1.2em;
}

.productSec__pro p {
  padding-bottom: 15px;
  padding: 15px 0px;
}

.proj-text ul li {
  margin: 10px 0px;
  padding-left: 5px;
  /* text-align: justify !important; */
  font-size: 20px;
  list-style-type: square;
}

.proj-logo {
  border-left: 1px dashed #d5d5d5;
  background-color: rgba(245, 199, 162, 0.247);
  border-radius: 2em 10em 2em 10em;

}

/* ----------- */
/* CSS Card Style - Custom  */
/* ----------- */
.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 20px;
}

.cards-container .card {
  position: relative;
  width: 300px;
  /* height: 200px; */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.cards-container .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cards-container .card-content {
  padding: 20px;
}

.cards-container .card h3 {
  margin-top: 0;
  color: #333;
  transition: color 0.3s;
}

.cards-container .card p {
  color: #666;
}

.cards-container .card:hover h3 {
  color: #ff7e5f;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cards-container {
      flex-direction: column;
      align-items: center;
  }

  .cards-container .card {
      width: 90%;
  }
}