:root {
  --primary-color:#0077C8;
  --secondary-color: #F2F8FC;
  --body-color: #000000;
  --light-color: #ffffff;
  --dark-color: #000000;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-color);
}
@media (max-width: 1499px) {
  body {
    font-size: 14px;
  }
}

.body-text {
  font-size: 16px;
}
@media (max-width: 1499px) {
  .body-text {
    font-size: 14px;
  }
}

header .nav-link.active {
  color: var(--body-color) !important;
}
header .offcanvas .dropdown-menu {
  font-size: 14px;
  max-height: 55vh;
  overflow-y: auto;
}
header .offcanvas .dropdown-menu .dropdown-item {
  background-color: transparent;
}
header .offcanvas .dropdown-menu .dropdown-item:hover, header .offcanvas .dropdown-menu .dropdown-item.active {
  color: var(--primary-color);
  font-weight: 700;
}
@media (min-width: 992px) {
  header .offcanvas .dropdown-menu {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.251);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 20px;
    min-width: 250px;
  }
  header .offcanvas .dropdown-menu.show {
    animation: dropMenuAnim 0.5s linear;
    -webkit-animation: dropMenuAnim 0.5s linear;
  }
}
@media (max-width: 991px) {
  header .offcanvas {
    background-color: var(--light-color);
  }
  header .offcanvas .nav-link {
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .offcanvas .dropdown-menu {
    padding-left: 10px !important;
    font-size: 18px;
  }
}

@keyframes dropMenuAnim {
  0% {
    top: 150%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
.hd-primary {
  color: var(--primary-color);
}

.btn-type1 {
  background-color: var(--primary-color);
  color: var(--light-color);
  border: 1px solid var(--primary-color);
}
.btn-type1:hover {
  background-color: var(--light-color);
  color: var(--primary-color);
}

.btn-type2 {
  background: rgb(242, 242, 242);
  color: var(--body-color);
  border: 1px solid rgb(205, 205, 205);
}
.btn-type2:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
  border-color: var(--primary-color);
}

.squre-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-bg {
  position: relative;
}
.video-bg video {
  width: 100%;
  height: 35vmax;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin: 0;
  padding: 0;
}
.video-bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 35vmax;
  position: absolute;
  left: 0;
  top: 0;
}

.nwsltr-subs-wrp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.nwsltr-subs-wrp::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.nwsltr-subs-wrp .newsletter-form {
  margin-bottom: -100px;
}

.service-slider .owl-stage {
  display: flex;
}

.srvc-item {
  background: rgb(242, 248, 252);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5em;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.srvc-item .srvc-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 60px;
  height: 60px;
}
.srvc-item .srvc-icon svg {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.srvc-item p {
  color: var(--dark-color);
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7; /* number of lines to show */
  line-clamp: 7;
  -webkit-box-orient: vertical;
}
.srvc-item .more-btn {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  gap: 40px;
  z-index: 1;
}
.srvc-item:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}
.srvc-item:hover p, .srvc-item:hover .more-btn {
  color: var(--light-color);
}
.srvc-item:hover p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10; /* number of lines to show */
  line-clamp: 10;
  -webkit-box-orient: vertical;
}
.srvc-item:hover .more-btn {
  justify-content: space-between;
}
.srvc-item:hover .more-btn svg path {
  fill: var(--light-color);
}
.srvc-item:hover .srvc-icon {
  position: absolute;
  width: auto;
  height: 200px;
  right: -30%;
  bottom: 0%;
}
.srvc-item:hover .srvc-icon svg {
  width: auto;
  height: 100%;
}
.srvc-item:hover .srvc-icon svg path {
  fill: rgba(255, 255, 255, 0.25);
}

.footer-bg {
  background-color: var(--primary-color);
}

.form-check.cstm-chkbx .form-check-input {
  background-image: url("../images/square.svg");
  width: 13px;
  height: 13px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.form-check.cstm-chkbx .form-check-input:checked[type=radio], .form-check.cstm-chkbx .form-check-input:checked[type=checkbox] {
  background-image: url("../images/check-square.svg");
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}
.form-check.cstm-chkbx .form-check-label {
  line-height: 1.4;
}

.custom-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links li a {
  color: var(--light-color);
  text-decoration: none;
  padding: 3px 0;
  display: block;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.footer-links li a:hover {
  opacity: 0.75;
  color: var(--body-color);
}

.theme-bg {
  background: rgb(247, 252, 255);
}

.theme-border {
  border-color: var(--primary-color) !important;
}

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

.plans-section {
  background: #0077C8;
  background: linear-gradient(90deg, rgb(0, 119, 200) 0%, rgb(0, 83, 138) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.primary-listing li::marker, .primary-listing li a {
  color: var(--primary-color);
}
.primary-listing li a {
  text-decoration: none;
}
.primary-listing li a:hover {
  color: var(--body-color);
  text-decoration: underline;
}

p.news-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  -o-object-position: center center;
  object-position: center center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--primary-color);
  width: 50px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--primary-color);
}

.custom-pagination .page-item .page-link {
  color: var(--primary-color);
}
.custom-pagination .page-item.disabled .page-link {
  color: #cccccc;
}

.our-journey .custom-border {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .our-journey .custom-border {
    display: none;
  }
}
.our-journey .card {
  position: relative;
}
@media (max-width: 767px) {
  .our-journey .card {
    border-left: 1px solid var(--primary-color) !important;
  }
  .our-journey .card::after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: var(--primary-color);
    position: absolute;
    right: 100%;
    top: 100%;
  }
}
.our-journey .card .year-badge {
  position: absolute;
  top: -50px;
  left: -5px;
}
@media (max-width: 767px) {
  .our-journey .card .year-badge {
    left: -65px;
    top: -15px;
  }
}
.our-journey .card .custom-bullet {
  background-color: var(--primary-color);
  width: 13px;
  height: 13px;
  display: inline-block;
}

@media (max-width: 991px) {
  h2 {
    font-size: calc(1.25rem + 0.9vw);
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: calc(1rem + 0.9vw);
  }
}

.toggle-password {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}/*# sourceMappingURL=style.css.map */