img {
  color: transparent !important;
}

.st {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

/*// BACKGROUND COLORS //*/
.bg-black {
  background-color: #000;
}

.bg-orange {
  background-color: #fec245;
}

.bg-blue {
  background-color: #05396c;
}

.bg-orange {
  background-color: #fb3b19;
}

.bg-white {
  background-color: #fff;
}

.bg-light-gray {
  background-color: #e4e4e4;
}

.bg-dark-gray {
  background-color: #212121;
}

.bg-dark-blue {
  background-color: #001d3a;
}

.bg-green {
  background-color: #62ce6e;
}

.bg-blue {
  background-color: #05396c;
}

.bg-red {
  background-color: #d2143a;
}

.bg-white {
  background-color: #fffff;
}

.text-black {
  color: #0f0f12;
}

.text-black2 {
  color: #3d4047;
}

.text-black3 {
  color: #e7ebee;
}

.text-black4 {
  color: #f8f9fa;
}

.text-orange {
  color: #fec245;
}

.text-green {
  color: #62ce6e;
}

.text-blue {
  color: #1674f5;
}

.text-red {
  color: #d2143a;
}

.text-white {
  color: #fff;
}

/*// TYPOGRAPHY //*/
.w180 {
  width: 180px !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.no-margin {
  margin: 0 !important;
}

.border-dot {
  border-top: 1px dashed #e5e5e5 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.no-padding {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr-margin-auto {
  margin: auto !important;
}

h1,
.h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
}

h2,
.h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
}

h3,
.h3 {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

.h4,
h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}

.p1 {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
}

.p2 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}

.p3 {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
}

.p4 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
}

.vertical-middle {
  vertical-align: middle !important;
}

.pr-select-h-34 {
  height: 35px;
  padding-top: 6px;
}

.btn-tooltip2 {
  position: relative;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.btn-tooltip2::before {
  padding: 6px 12px 4px;
  content: attr(data-titles);
  white-space: initial;
  width: 250px;
  position: absolute;
  top: -56px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  background: #353636;
  border-radius: 6px;
  text-align: center;
  opacity: 0;
  margin: 0;
  margin-left: -100px;
}

.btn-tooltip2::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #353636;
  position: absolute;
  top: -14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 0;
  left: 8px;
}

.btn-tooltip2:hover::after, .btn-tooltip2:hover::before {
  opacity: 1 !important;
}

.btn {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  cursor: pointer;
  height: initial;
  min-width: 150px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
}

.btn-link-icon {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  min-width: initial !important;
  padding: 20px 0 0 0 !important;
  width: 50px !important;
}

.btn-link-icon i.la.la-minus {
  display: none;
}

.btn-link-icon i.la.la-plus {
  display: block !important;
}

.btn-link-icon[aria-expanded="true"] i.la.la-plus {
  display: none !important;
}

.btn-link-icon[aria-expanded="true"] i.la.la-minus {
  display: block;
}

.btn-link1 {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  background: transparent;
  border: 0;
  padding: 0;
}

.btn-link1 i {
  font-size: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

.btn-link1[aria-expanded="true"] i {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
}

.btn-link2 {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  border: 0;
  padding: 0;
}

.btn-link2 i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

.btn-link2[aria-expanded="true"] i {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
}

.btn-link3 {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  padding: 8px 18px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.btn-link3.active, .btn-link3:hover {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.btn-collapse[aria-expanded="true"] i {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
}

.btn.btn-card {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  background: #122698;
  border-radius: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 34px;
  padding: 6px 15px;
  min-width: 180px;
  white-space: nowrap;
}

.btn.btn-card i {
  font-size: 12px;
  margin-left: 6px;
}

.btn.btn-card:hover {
  border-color: #122698;
}

.btn-outline-primary2 {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  border: 1px solid #dee4ff;
}

.btn.btn-icon {
  min-width: inherit !important;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group .invalid-feedback,
.form-group .valid-feedback {
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

.form-group label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

.form-group select.form-control {
  background: url("../images/dropdown.png") no-repeat right 12px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  color: #000;
}

.form-group input.form-control {
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-group .form-control:disabled,
.form-group .form-control[readonly] {
  background-color: #f2f3f8 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

.form-group .form-control {
  border: 1px solid #212121;
  border-radius: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  /*   appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;*/
}

.form-group .form-control:focus {
  border-color: rgba(0, 0, 0, 0.6);
}

.form-group .input-info-adj {
  position: absolute;
  bottom: 5px;
  right: -33px;
  z-index: 3;
}

.has-expand-icon {
  padding-right: 15px;
}

.has-expand-icon .pr-radio {
  float: left;
  margin-right: 15px;
}

.has-expand-icon .expand-icon-i {
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.has-popover {
  padding-right: 35px;
}

.has-popover i.la.la-info-circle.pr-color-warning.info-icon-adj {
  position: absolute;
  top: 8px;
  right: 0;
  margin-right: 0;
  z-index: 5;
}

.pr-custom-file .btn {
  height: 40px;
  min-width: inherit;
  background: #fff;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 400;
  color: #495057;
}

.pr-custom-file .btn:hover, .pr-custom-file .btn:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.input-effect-date,
.input-effect {
  position: relative;
  margin-bottom: 35px;
}

.input-effect-date .form-control ~ label,
.input-effect .form-control ~ label {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  left: 14px;
  width: 100%;
  top: 10px;
  transition: 0.3s;
  pointer-events: none;
}

.input-effect-date .form-control:focus ~ label,
.input-effect-date .has-content.form-control ~ label,
.input-effect .form-control:focus ~ label,
.input-effect .has-content.form-control ~ label {
  top: -22px;
  left: 0;
  font-size: 12px;
  transition: 0.3s;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out 1s;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: opacity ease-out 1s;
  -moz-transition: opacity ease-out 1s;
  -ms-transition: opacity ease-out 1s;
  -o-transition: opacity ease-out 1s;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.carousel.carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1s;
  -webkit-transition: opacity ease-out 1s;
  -moz-transition: opacity ease-out 1s;
  -ms-transition: opacity ease-out 1s;
  -o-transition: opacity ease-out 1s;
}

.carousel.carousel-fade .carousel-item:second-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1s;
  -webkit-transition: opacity ease-out 1s;
  -moz-transition: opacity ease-out 1s;
  -ms-transition: opacity ease-out 1s;
  -o-transition: opacity ease-out 1s;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5 !important;
  cursor: default;
  pointer-events: none;
}

.page-loader-api {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #eff2f6;
  opacity: 0.9;
}

.page-loader-api .page-loading-api {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.page-loader-api .page-loading-api .fa-spinner {
  z-index: 99;
  margin-top: 0;
  color: #3246d3;
  font-size: 30px;
}

.brand-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #05396c !important;
  text-transform: uppercase;
}

.simple-hero {
  background: linear-gradient(135deg, #05396c 0%, #0b5ea8 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.simple-hero h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 16px;
}

.simple-hero p {
  max-width: 680px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 1.6;
}

.footer-blog-wrap,
.testimonial-img,
.video,
.carousel,
.carousel-indicators {
  display: none !important;
}

.static-contact-note {
  border: 1px solid #d9e4f2;
  border-radius: 6px;
  background: #ffffff;
  padding: 16px;
  margin-top: 8px;
}

.static-contact-note h6 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #05396c;
}

.static-contact-note p {
  margin: 0;
  line-height: 1.5;
}

.static-contact-note a {
  color: #05396c;
  font-weight: 600;
}
