@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ProximaNova-Regular.otf");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ProximaNova-Sbold.otf");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ProximaNova-Bold.otf");
}
body {
  font-family: Proxima Nova;
  color: #333333;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.bg-body {
  background-color: #f4f6f7 !important;
}

.text-intrepid {
  color: #66afe1 !important;
}

.radius-025 {
  -webkit-border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}

a {
  color: #66afe1;
}
a:hover, a:focus {
  color: #1e2740;
}

a.page-link {
  color: #66afe1;
}

.custom-checkbox.checkbox-primary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #66afe1;
}

.pointer {
  cursor: pointer;
}

.btn {
  text-transform: none;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}

.btn-intrepid {
  background-color: #66afe1;
  color: #fff;
  border-color: #66afe1;
}
.btn-intrepid:hover, .btn-intrepid:focus {
  background-color: #1e2740;
  color: #fff;
  border-color: #1e2740;
}

.btn-outline-intrepid {
  background-color: #fff;
  color: #66afe1;
  border-color: #66afe1;
  border-width: 1px;
}
.btn-outline-intrepid:hover, .btn-outline-intrepid:focus {
  background-color: #66afe1;
  color: #fff;
  border-color: #66afe1;
}

/* Btn */
.btn-intrepid-warning {
  background-color: #bacc31;
  color: #fff;
  border-color: #bacc31;
}
.btn-intrepid-warning:hover, .btn-intrepid-warning:focus {
  background-color: #b4cc21;
  color: #fff;
  border-color: #b4cc21;
}

.btn-outline-intrepid-warning {
  background-color: #fff;
  color: #bacc31;
  border-color: #bacc31;
  border-width: 1px;
}
.btn-outline-intrepid-warning:hover, .btn-outline-intrepid-warning:focus {
  background-color: #bacc31;
  color: #fff;
  border-color: #bacc31;
}

.btn-intrepid-green {
  background-color: #BACC31;
  color: #fff;
  border-color: #BACC31;
}
.btn-intrepid-green:hover, .btn-intrepid-green:focus {
  background-color: #becc1c;
  color: #fff;
  border-color: #becc1c;
}

.btn-outline-intrepid-green {
  background-color: #fff;
  color: #BACC31;
  border-color: #BACC31;
  border-width: 1px;
}
.btn-outline-intrepid-green:hover, .btn-outline-intrepid-green:focus {
  background-color: #BACC31;
  color: #fff;
  border-color: #BACC31;
}

/* Form */
.form-control {
  border-color: #66afe1 !important;
  border-width: 1px !important;
}

.btn-radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 10px 12px;
}

.modal-body p {
  white-space: normal;
}

.table td, .table th {
  padding: 0.5rem;
}

@media (max-width: 1024px) {
  .chatapp-wrap .chatapp-left {
    margin-top: 43px;
  }
}
@media (max-width: 1024px) {
  .chatapp-wrap .chatapp-left, .chatapp-wrap .chatapp-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: unset;
  }
}
@media (max-width: 768px) {
  .chatapp-wrap .chatapp-left, .chatapp-wrap .chatapp-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.chatapp-wrap .desktop_work_process {
  display: flex;
}
@media (max-width: 1024px) {
  .chatapp-wrap .desktop_work_process {
    display: none;
  }
}
.chatapp-wrap .mobile_work_process {
  display: flex;
  justify-content: end;
}
@media (min-width: 1024px) {
  .chatapp-wrap .mobile_work_process {
    display: none;
  }
}
@media (max-width: 660px) {
  .chatapp-wrap .mobile_work_process {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: start;
  }
  .chatapp-wrap .mobile_work_process span {
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  #call_schedule_1 {
    display: block;
  }
}

.custom-footer {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  font-size: 14px;
  color: #fff;
}
.custom-footer span {
  padding: 5px 0;
}
.custom-footer a {
  white-space: nowrap;
  color: #fff;
  padding: 5px 10px;
  margin-left: 0 !important;
}

/* Custom */
.intro {
  height: 100vh;
}
.intro .row {
  height: 100%;
  align-items: center;
}
.intro .row .cover_photo {
  height: auto;
}
.intro .row .left-intro {
  padding: 15px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro .row .left-intro img {
  width: fit-content;
  max-width: 100%;
}
.intro .row .right-intro {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .intro .row .left-intro, .intro .row .right-intro {
    height: 500px;
  }
  .intro .row .left-intro {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  }
  .intro .row .right-intro {
    padding: 20px;
    box-shadow: rgba(102, 175, 225, 0.35) 0 0 16px 5px;
  }
  .intro .row .cover_photo {
    height: 500px;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .intro .row .left-intro, .intro .row .right-intro {
    height: 500px;
  }
  .intro .row .left-intro {
    padding: 0;
  }
  .intro .row .right-intro {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .intro .row .left-intro, .intro .row .right-intro {
    height: 550px;
  }
  .intro .row .left-intro {
    padding: 0;
  }
  .intro .row .right-intro {
    padding: 32px;
  }
  .intro .row .cover_photo {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .intro .row .right-intro .right_form {
    margin: auto 0;
  }
}
@media (min-width: 1200px) {
  .intro .row .right-intro .right_form {
    width: 80%;
    margin: auto;
  }
}
.intro h1, .intro h2 {
  color: #66afe1;
}

.intro-action {
  display: flex;
  justify-content: space-between;
}

/*  Header */
@media (max-width: 768px) {
  .logo {
    max-width: 150px;
    max-height: 45px;
  }
}

@media (min-width: 768px) {
  .logo {
    max-height: 90px;
  }
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .show > .nav-link {
  color: #66afe1;
}

.navbar-light {
  box-shadow: 0 0 16px 4px rgba(102, 175, 225, 0.2509803922);
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  color: #66afe1;
  font-size: 14px;
}
@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 24px;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #1e2740;
  }
}

@media (min-width: 1200px) {
  .right-menu {
    width: 230px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
  }
}
.intrepid-shadow {
  box-shadow: rgba(102, 175, 225, 0.25) 0 0 16px 5px;
}

/* Content */
.home-banner {
  background-image: url("../images/header-bg.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
}

.home-content .card {
  box-shadow: rgba(102, 175, 225, 0.25) 0 0 16px 5px;
}
.home-content .card i {
  font-size: 50px;
  color: #66afe1;
}
.home-content .card .card-body {
  z-index: 1;
}
.home-content .card .icon-overlay {
  right: 10px;
  font-size: 60px;
  color: #f6f6f6;
  z-index: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .home-content .card .icon-overlay {
    font-size: 80px;
  }
}

/* steps */
.form_border {
  padding: 15px;
  border: 1px solid #66afe1;
  border-radius: 5px;
  margin: 0;
}

.wizard .steps {
  display: flex;
  justify-content: flex-end;
}
.wizard .steps .current a {
  position: relative;
  padding: 0 0 10px;
}
.wizard .steps .current a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #66afe1;
  border-radius: 50%;
}
.wizard .steps .current a .step-head {
  color: #66afe1;
}
.wizard .wizard-head-text-wrap > span {
  text-transform: capitalize;
  font-size: 15px;
}

.zoom-img {
  transition: 0.5s all ease-in-out;
}

.zoom-img:hover {
  transform: scale(1.2);
}

/* Table */
.table-striped tbody tr:nth-of-type(odd), .table.table-hover tbody tr:hover, .table.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(102, 175, 225, 0.1490196078) !important;
}

.table-striped td, .table th {
  border-top: none;
}

.table-striped thead th {
  border-bottom: none;
}

.table td, .table th {
  padding: 10px 15px;
}

.accordion .card .card-header > a {
  background: #66afe1;
}

.icon-overlay-primary {
  right: 10px;
  font-size: 60px !important;
  color: rgba(102, 175, 225, 0.3098039216) !important;
  z-index: 0;
  bottom: 0;
}

@media (min-width: 1200px) {
  .icon-overlay-primary {
    font-size: 100px !important;
  }
}
/* categories */
.categories_nav li a {
  padding: 10px 0;
  width: 100%;
  display: block;
  color: #000;
  border-bottom: 1px solid #66afe1;
}
.categories_nav li a:hover, .categories_nav li a:focus {
  color: #66afe1;
}
.categories_nav li:last-child a {
  border: none;
}
.categories_nav li.active a {
  color: #66afe1;
}

.article_list li a {
  padding: 10px 0;
  width: 100%;
  display: block;
  color: #000;
  border-bottom: 1px solid #66afe1;
}
.article_list li a:hover, .article_list li a:focus {
  color: #66afe1;
}
.article_list li:last-child a {
  border: none;
}
.article_list li.active a {
  color: #66afe1;
}

.line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popover.bs-popover-top {
  left: -30px !important;
}

.card-intrepid-bg {
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Signature */
.js-signature canvas {
  border: 1px solid #66afe1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* Multiple select */
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-option:focus,
.multiselect-container .multiselect-option:hover {
  background-color: rgba(102, 175, 225, 0.4196078431) !important;
}

input.form-check-input:checked, input.form-check-input:checked::before {
  color: #66afe1 !important;
  background-color: #66afe1 !important;
}

@media (max-width: 768px) {
  .multiselect-container.dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
}
#quote_popover_link {
  z-index: 2;
  right: 20px;
  bottom: 20px;
  text-transform: inherit;
  webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 24px;
  border-radius: 24px;
}

#quote_popover_link:hover {
  -webkit-box-shadow: 0 2px 3px 0 rgba(60, 64, 67, 0.3), 0 6px 10px 4px rgba(60, 64, 67, 0.15) !important;
  box-shadow: 0 2px 3px 0 rgba(60, 64, 67, 0.3), 0 6px 10px 4px rgba(60, 64, 67, 0.15) !important;
}

/* footer */
@media (min-width: 1200px) {
  .hms-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

#sponsored_by .owl-prev, #sponsored_by .owl-next {
  position: absolute;
  top: 0;
  font-size: 35px;
  bottom: 0;
  color: #fff;
}
#sponsored_by .owl-prev {
  left: 0;
}
#sponsored_by .owl-next {
  right: 0;
}

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