/***** Common CSS *****/
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #25252b;
  margin-top: 80px;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  background-image: linear-gradient(to right, #080077, #eaab03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p.text-sm {
  font-size: 14px;
  line-height: 22px;
}
p.text-lg {
  font-size: 18px;
}
p.text-xl {
  font-size: 18px;
}
a {
  color: #080077;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: inherit !important;
}

/***** Shadow *****/
.shadow {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

/***** Unordered List *****/
ul.arrow {
  padding-left: 0;
  margin-top: 15px;
  list-style: none;
}
ul.arrow li {
  padding-left: 15px;
  margin: 15px 0;
  background: url(../images/icons/arrow.png) no-repeat -8px 4px;
  background-size: 14px;
}

/***** Buttons *****/
.btn {
  position: relative;
  padding: 0.8rem 1rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icons/icon-arrow-right.svg) no-repeat center;
  background-size: contain;
  margin-left: 15px;
  position: relative;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #003a74;
  border-color: #003a74;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #ff3b3b;
  border-color: #ff3b3b;
}
.btn-white {
  color: #080077;
  background-color: #fff;
  border-image: linear-gradient(to right, #080077 0%, #eaab03 100%) 1;
  border-width: 3px;
  border-style: solid;
}

.btn-white:hover,
.btn-white.focus,
.btn-white:focus {
  border-image: linear-gradient(to right, #080077 0%, #080077 100%) 1;
  background-color: #080077;
  color: #fff;
}

.btn-white:hover::after,
.btn-white.focus::after,
.btn-white:focus::after {
  background: url(../images/icons/icon-arrow-right-white.svg) no-repeat center;
  background-size: contain;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 18px;
  padding: 9.5px 24px;
}

button:focus {
  outline: 0;
}

/***** Colors *****/
.text-primary {
  color: #003a74 !important;
}
.text-secondary {
  color: #ff3b3b !important;
}

/***** Dropdowns *****/
.dropdown-toggle::after {
  border: none;
  vertical-align: middle;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../images/icons/icon-arrow-dowm.svg) no-repeat center;
  transition: transform 0.2s;
}
.dropdown-toggle:hover::after {
  transform: rotate(180deg);
}

/***** Background Colors *****/
.bg-primary {
  background-color: #003a74 !important;
}
.bg-site-light {
  background-color: #f3f2f8 !important;
}

/***** Background Gradients *****/
.bg-gradient-primary {
  background-image: linear-gradient(to right, #080077, #eaab03);
}

/***** Background Images *****/
.bg-texture {
  background: url(../images/backgrounds/bg-texture.png) no-repeat center;
  background-size: cover;
}

/***** Borders *****/
.border-primary {
  border-color: #003a74 !important;
}

/***** Breadcrumbs *****/
.breadcrumbs-hldr {
  /* position: sticky;
  top: 80px;
  z-index: 999; */
}
.breadcrumb .breadcrumb-item {
  color: #25252b;
}
.breadcrumb .breadcrumb-item a {
  color: #25252b;
}

/***** Secondary Navigation *****/
.secondary-nav {
  position: sticky;
  top: 75px;
  background-color: #fff;
  z-index: 9;
}

/***** Positions *****/
.header-img-sticky {
  position: sticky;
  top: 100px;
}

/***** Blocks *****/
.block-overlap {
  max-width: 700px;
}
.block-overlap p.lead {
  font-size: 20px;
}
.block-overlap p {
  font-size: 16px;
}

/***** Sections *****/
.section-heading {
  font-weight: 700;
  text-transform: uppercase;
}
.img-hldr.img-border {
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  position: relative;
}
.img-hldr.img-border.maxHeight figure {
  max-height: 290px;
  overflow: hidden;
}
.img-hldr.img-border .icon-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  pointer-events: none;
  display: none;
}
.img-hldr.img-border:hover {
  border-color: #c4cee6;
}
.img-hldr.img-border:hover .icon-zoom {
  display: block;
}

/***** Modals *****/
.modal .modal-dialog {
  max-width: 1200px;
}

/***** Cards *****/
.carousel-projects .card {
  color: #25252b;
}
.carousel-projects .card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.carousel-projects .card-title {
  -webkit-text-fill-color: #25252b;
}
.carousel-projects .card:hover .card-title {
  -webkit-text-fill-color: transparent;
}
.carousel-projects .card-title + figure {
  display: none;
}
.carousel-projects .card:hover .card-title + figure {
  display: block;
}

/***** Swiper *****/
.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.carousel-news .card .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 75%;
  right: 0;
  left: 0;
  bottom: 0;
  transition: top 0.3s ease-in-out;
}
.carousel-news .card:hover .overlay {
  top: 0;
}
.carousel-news .card .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.carousel-news .card .info span {
  color: #fff;
  font-weight: 700;
}

.carousel-news .card .icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.carousel-news .card:hover .icon-arrow {
  opacity: 1;
}

/***** Tabs *****/
.bg-site-tabs {
}
.bg-site-tabs.nav-tabs .nav-item .nav-link,
.bg-site-tabs.nav-tabs .nav-link {
  background-color: transparent;
  border: none;
  color: #5f5f64;
}
.bg-site-tabs.nav-tabs .nav-item.show .nav-link,
.bg-site-tabs.nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, #080077 0%, #eaab03 100%) 1;
}

/***** Top Bar *****/
.topbar {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dee0e5;
  background: #fff;
  z-index: 9999;
  padding: 2px 0;
}
.topbar figure,
.topbar p {
  margin: 0;
}
.topbar p,
.topbar a {
  font-size: 12px;
  color: #5a5a5a;
}
.topbar a:hover,
.topbar a:focus {
  color: #ff3b3b;
}
.topbar .email {
  border-left: 1px solid #dee0e5;
}

/***** Main Navigation *****/
.main-nav {
  padding: 7px 0;
  /* top: 35px; */
}
.main-nav .navbar-brand {
  padding: 0;
}
.main-nav .navbar-nav .nav-item {
  border-color: #f5f5f5;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.main-nav .navbar-nav .nav-item.active,
.main-nav .navbar-nav .nav-item:hover {
  border-image: linear-gradient(to right, #080077 0%, #eaab03 100%) 1;
}
.main-nav .navbar-nav .nav-link {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #25252b;
  padding: 10px 0;
  cursor: pointer;
}
.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .active .nav-link {
  color: #25252b;
}
.main-nav .navbar-nav .active .nav-link {
  font-weight: 700;
}

.main-nav .dropdown-item.active,
.main-nav .dropdown-item:active,
.main-nav .dropdown-item:hover {
  background-color: #080077;
  color: #fff;
}

.sub-menu {
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0 auto;
  border: none;
}
.sub-menu .container {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.sub-menu .container .row {
  padding: 20px;
}
.sub-menu .container .row h6 {
}
.sub-menu .container .row ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.sub-menu .container .row ul li {
  width: 50%;
  padding: 15px 20px 0 0;
}
.sub-menu .container .row ul li a {
  display: block;
  color: #5a5a5a;
  max-width: 180px;
  padding: 0 0 5px 10px;
  border-bottom: 1px solid #d0d0d1;
  transition: font-weight 0.5s;
  font-size: 14px;
}
.sub-menu .container .row ul li.active a,
.sub-menu .container .row ul li a:hover {
  color: #003a74;
  border-bottom: 1px solid #ff3b3b;
}

/***** Accordions *****/
.site-accordion .accordion-item {
  border: 0;
  margin-bottom: 10px;
}
.site-accordion .accordion-button {
  background-color: #ecebf4;
}
.site-accordion .accordion-body {
  border: 3px solid #ecebf4;
  border-top: 0;
}

/***** Tabs *****/
.nav-tabs.product-tabs {
  border: 0;
}
.nav-tabs.product-tabs .nav-link {
  padding: 0;
  width: 30px;
  height: 30px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #68727b;
}
.nav-tabs.product-tabs .nav-link:focus,
.nav-tabs.product-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  border-radius: 50%;
  background: #fff;
}
.nav-tabs.product-tabs .nav-item {
  padding: 0 5px;
}
.nav-tabs.product-tabs .nav-item.show .nav-link,
.nav-tabs.product-tabs .nav-link.active {
  border: 0;
  border-radius: 50%;
  background: #ff3b3b;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/***** Hero Carousel *****/
.hero-carousel .main-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-carousel h1 {
  font-size: 26px;
}
.hero-carousel p {
  font-size: 13px;
}
.hero-carousel .slick-dots {
  bottom: 40px;
}

/***** Content *****/
.content .rounded-circle,
.bg-site-light .rounded-circle {
  width: 50px;
  height: 50px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Box *****/
.box {
  position: relative;
  border: 1px solid #cecce4;
}
.box .heading {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 20px;
  font-weight: 600;
}
.box .heading::before,
.box .heading::after {
  content: "";
  position: absolute;

  top: 50%;
  transform: translate(0, -50%);
  width: 13px;
  height: 12px;
  background: url(../images/icons/icon-star-light.svg) no-repeat center;
}
.box .heading::before {
  left: 0;
}
.box .heading::after {
  right: 0;
}
.box figure {
  position: relative;
  width: 120px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #cecce4;
}
.box figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box a {
  font-size: 14px;
}
.box a img {
  max-width: 15px;
  margin-left: 5px;
}

/***** Products Carousel *****/
.carousel-product .slick-prev:before,
.carousel-product .slick-next:before {
  display: none;
}
.carousel-product .slick-prev,
.carousel-product .slick-next {
  width: 18px;
  height: 27px;
  top: 35%;
  z-index: 999;
}
.carousel-product .slick-prev {
  left: 25px;
  background: url(../images/icons/slidearw_l.png) no-repeat center;
}
.carousel-product .slick-next {
  right: 25px;
  background: url(../images/icons/slidearw_r.png) no-repeat center;
}

/***** Support Carousel *****/
.carousel-support .slick-prev:before,
.carousel-support .slick-next:before {
  display: none;
}
.carousel-support .slick-prev,
.carousel-support .slick-next {
  width: 18px;
  height: 27px;
  z-index: 999;
}
.carousel-support .slick-prev {
  left: 25px;
  background: url(../images/icons/arrow_left.png) no-repeat center;
}
.carousel-support .slick-next {
  right: 25px;
  background: url(../images/icons/arrow_right.png) no-repeat center;
}

/***** Industries Carousel *****/
.carousel-industries .slick-prev:before,
.carousel-industries .slick-next:before {
  display: none;
}
.carousel-industries .slick-prev,
.carousel-industries .slick-next {
  width: 18px;
  height: 27px;
  z-index: 999;
}
.carousel-industries .slick-prev {
  left: 25px;
  background: url(../images/icons/slidearw_l.png) no-repeat center;
}
.carousel-industries .slick-next {
  right: 25px;
  background: url(../images/icons/slidearw_r.png) no-repeat center;
}

/***** Form Elements *****/
.form-group {
  /*height: 90px;*/
}
.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
}
.form-group label sup {
  color: red;
}
.form-control {
  border: 1px solid #b2c3d5;
}
form span.val-error {
  font-size: 12px;
  color: red;
}

/* Custom Input File */
.file-box {
  height: 335px;
  border: 1px solid #b2c3d5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.file-box .upload_info {
  position: absolute;
  bottom: 20px;
  width: 330px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  color: #969ca1;
}

.file-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
}

.file-upload__input {
  display: none;
}

.file-upload__button {
  -webkit-appearance: none;
  padding: 14px 45px;
  margin-bottom: 10px;
  background: #ff3b3b;
  color: #fff;
  font-size: 1em;
  transition: all 0.4s;
  cursor: pointer;
  border-radius: 8px;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.file-upload__button:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/icons/uparrow.png) no-repeat center;
  margin-left: 10px;
}

.file-upload__label {
  max-width: 250px;
  font-size: 0.95em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
}

/***** Our Support & Services *****/
.support figure .icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

/***** Our Business Partners *****/
.partners .rounded {
  border: 1px solid #a9bcd1;
  transition: all 0.3s;
}
.partners .rounded:hover {
  border: 1px solid #003a74;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.partners .rounded .link-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/icons/link_arrow_disable.svg) no-repeat right;
  margin-right: 5px;
  transition: all 0.3s;
}
.partners .rounded:hover .link-arrow {
  background: url(../images/icons/link_arrow.svg) no-repeat right;
  margin-right: 0;
}

/***** Why Choose Us *****/
.choose h6 {
  color: #fff;
}
.choose p {
  color: #e1d1ff;
}

/***** Industries We Assist *****/
.industries div.d-flex {
  cursor: grab;
  transition: all 0.3s;
}
.industries div.d-flex:active {
  cursor: grabbing;
}
.industries div.d-flex:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/***** Join Global Automations *****/
.career h4 {
  margin-bottom: 20px;
}
.career p {
  max-width: 395px;
}
.career ul {
  padding-left: 0;
  margin-top: 30px;
  list-style: none;
}
.career ul li {
  padding-left: 20px;
  margin: 10px 0;
  background: url(../images/icons/arrow.png) no-repeat -8px;
  background-size: 16px;
}

/***** Contact Information *****/
.contact-info p {
  font-size: 14px;
}
.contact-info a {
  color: #003a74;
}

/***** Map *****/
.map-hldr {
  height: 400px;
}

/***** Product Detail Pages *****/
.products-hldr {
  /*height: calc(100vh - 224px);
	overflow-y: auto;*/
}

/******************/
/***** Footer *****/
/******************/
.main-footer {
  font-size: 14px;
}
.main-footer .nav-link {
  font-weight: 400;
  padding: 5px 5px 5px 0;
  color: #5f5f64;
}
/***** Copyright Footer *****/

.copyright p {
  font-size: 13px;
}
