﻿@charset "utf-8";

a:link,
a:visited,
a:active,
h1,
h2 {
  color: #0061aa;
}

a:hover {
  color: #147ccb;
}

.progress-bar,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.panel-primary>.panel-heading {
  background-color: #0061aa;
  border-color: #0061aa;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-warning:hover {
  background-color: #55abd2;
  border-color: #0061aa;
}

.row-header {
  color: #0061aa;
}

.col-header {
  background-color: #0061aa;
  border: 1px solid #0061aa;
}

.table th {
  background-color: #0061aa;
}

/*Site Specific Custom CSS*/
.border-section {
  /*
	border: solid;
	border-width: 2px;
	border-radius: 5px;
*/
  margin: 10px;
  height: 225px;
  background: rgb(61, 74, 162);
  background: linear-gradient(164deg, rgba(61, 74, 162, 0.3533788515406162) 0%, rgba(0, 212, 255, 0.28895308123249297) 100%);
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
}

.div-background {
  background-color: #0061aa;
  color: #fff;
  padding: 5%;
  font-size: 20px;
}

.font-pink {
  font-size: 26px;
  color: #f58da1;
}

.svg-height {
  height: 55px;
}

.btn-outline-primary {
  color: #0061aa !important;
  background-color: #FFFFFF !important;
  border-color: #0061aa !important;
  background-image: none !important;
  vertical-align: middle !important
}

.btn-outline-primary:hover {
  color: #FFFFFF !important;
  background-color: #0061aa !important;
  border-color: #0061aa !important;
  background-image: none !important;
  vertical-align: middle !important
}

.banner {
  display: none !important
}

/*FLIPCARD*/
.flipcard {
  background-color: white;
  min-height: 270px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flipcard:hover {
  text-decoration: none;
  transform: rotateY(180deg);
}

.flipcard-front,
.flipcard-back {
  position: absolute;
  width: 90%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flipcard-back {
  transform: rotateY(180deg);
}

.flipcard-back h4 {
  padding-top: 40px;
}

.contact-container {
  padding: 4% 2%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .6);
  margin-bottom: 20px;
  border-radius: 6px;
  color: #000000;
  background: linear-gradient(270deg, #F7F8FA, #F7F8FA, #F7F8FA);
  font-size: 1.3em;
  font-weight: 500;
  color: black;
}

.hr-o {
  border-bottom: 3px solid #0061aa;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.prod-well>h3 {
  color: #0061aa;
}

.prod-well {
  position: relative;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 25px 30px;
  margin: 0 0px 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.prod-well:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-outline {
  color: #0061aa;
  border: 1px solid #0061aa;
  background-color: #FFF;
  vertical-align: middle;
  border-radius: .375rem;
  box-shadow: 0 0 .5rem -.125rem rgb(0 0 0/75%);
}

.btn-outline:hover {
  color: #FFF;
  border: 1px solid #0061aa;
  background-color: #0061aa;
  vertical-align: middle;
}

.sec-rel {
  position: relative;
}

.vendorLogo-1 {
  width: 190px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}

.card.p-card {
  position: relative;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 25px 30px;
  margin: 0 0 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.p-card:after {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #0061aa;
  content: '\f061';
}

/*nav bar*/
.header-links {
  padding: 1rem;
  font-size: 1.2rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.header-links>.col>a {
  color: black;
  font-weight: 500;
}

.header-links>.col>a::after {
  content: '';
  display: block;
  height: 6px;
  background: #0061aa;
  /*Underline color*/
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform ease-in-out 250ms;
  -webkit-transition: -webkit-transform ease-in-out 250ms;
  -o-transition: transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms;
}

.header-links>.col>a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*video modal*/
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 1rem;
  }

  .modal-content {
    font-size: 0.9rem;
  }

  .modal-header h3 {
    font-size: 1.1rem;
  }
}

/*Footer Styling*/
.footer-header {
  padding: 10px;
  background-color: #0061aa;
  /*Color of Background*/
  border-bottom: 3px solid #000000;
  font-size: 14pt;
  color: #fff;
  margin-top: -22px;
}

.footer-header h3 {
  text-align: center;
  color: #fff;
}

.footer-body {
  padding: 15px 25px;
  background-color: #818181;
  color: #fff;
}

.footer-body h3 {
  color: #fff;
}

.footer-body li {
  line-height: 1.8;
}

.footer-body a {
  color: #fff;
}

.footer-body a:hover {
  color: #0061aa;
}

/*Footer Styling END*/

/*Bootstrap 5 Styling*/
.tabs a {
  color: #666 !important;
}

.tabs a.active,
.tabs a.active:hover {
  color: #FFF !important;
  /*Font color of active tab*/
  background: no-repeat 92% center #0061aa;
  /*Color of active tab*/
}

a .tablinks :hover {
  color: #666666 !important;
  /*Font color on tab hover*/
  text-decoration: none;
}

.card {
  margin-bottom: .5em;
  flex: 1 1 auto;
  padding: 1em;
  color: var(--bs-card-color);
}

.pricing.card {
  padding: -var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.pricing>.card-header {
  color: white;
  background-color: #0061aa;
  border-color: #0061aa;
  font-weight: 700;
  font-size: 16px;
}

.header {
  padding-top: 10px;
}

.btn-warning {
  color: #FFF;
}

.card {
  color: darkslategray;
}