:root {
  --primary-color: #fff;
  --primary-dark: #0c55ae;
  --primary-edark: #043c80;
  --primary-dark-t: #0c55aeba;
  --color-black: #000;
  --slide-height: 520px;
  --breadcrumb-height: 300px;
  --slide-content-martin-top: 20%;
  --about-min-height: 450px;
  --animate-duration: 1.5s;
}

* {
  font-family: "Roboto Condensed", sans-serif;
}

.animate__animated {
  overflow: hidden !important;
}

footer a {
  font-size: 1rem;
}

a {
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--primary-dark);
}
a:hover {
  color: var(--primary-dark);
}

header {
  background: var(--primary-dark);
  width: 100%;
  height: 110px;
  z-index: 9999;
  box-shadow: 0px 27px 51px 5px var(--primary-edark);
  position: -webkit-sticky;
  position: sticky;
}

.navbar {
  padding-top: unset !important;
  padding-bottom: unset !important;
}

.nav_bar_fixed {
  height: 70px;
  z-index: 999;
}
.nav_bar_fixed .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black) 0 !important;
}

.bg_cgradient {
  background: linear-gradient(326deg, var(--primary-color), transparent);
}

.bg_clight {
  background: var(--primary-color);
  font-weight: 700;
  color: var(--color-black);
}
.bg_clight * {
  color: var(--color-black);
}

.bg_cdark {
  background-color: var(--color-black) 0;
}

.bg_cdark1 {
  background-color: var(--primary-edark);
  color: #fff;
}

.bg_eee {
  background-color: #ded8ff;
  background-image: url(../images/pattern-5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card {
  background: linear-gradient(transparent, rgba(13, 110, 253, 0.1098039216));
  -webkit-clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0 0, 89% 0);
          clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0 0, 89% 0);
}
.card .clip {
  -webkit-clip-path: polygon(0% 0%, 89% 0%, 100% 11%, 100% 100%, 89% 89%, 0% 89%, 0% 64%, 10% 64%, 10% 55%, 0% 55%, 0% 43%, 10% 43%, 10% 35%, 0% 35%, 0% 25%, 10% 25%, 10% 17%, 0% 17%);
          clip-path: polygon(0% 0%, 89% 0%, 100% 11%, 100% 100%, 89% 89%, 0% 89%, 0% 64%, 10% 64%, 10% 55%, 0% 55%, 0% 43%, 10% 43%, 10% 35%, 0% 35%, 0% 25%, 10% 25%, 10% 17%, 0% 17%);
}
.card .clip::after {
  content: "";
  background: #f00;
  display: inline-block;
  height: 100px;
  width: 100px;
}

.pl-2 {
  letter-spacing: 4.5px;
  font-weight: 700;
}

.card:hover {
  -webkit-clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0 0, 89% 0);
          clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0 0, 89% 0);
  background: linear-gradient(transparent, #fff) !important;
  box-shadow: 2px 2xp 5px #eee;
}

.btn {
  border-radius: unset !important;
  min-width: 200px;
  border: 0px !important;
}

.btn-cprimary {
  background: var(--primary-edark);
  border-color: var(--primary-edark);
}

.text-cprimary {
  color: var(--primary-edark) !important;
}

.v-none {
  visibility: hidden;
}

.cp {
  font-size: 18px;
  line-height: 1.6;
}

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

.main_slide img {
  position: relative;
  height: var(--slide-height);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color) !important;
}

.m_top {
  margin-top: var(--slide-content-martin-top);
}

.mh-80 {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.carousel-inner .overlay {
  position: absolute;
  top: 0;
  height: var(--slide-height);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(transparent, transparent, var(--primary-edark));
  z-index: 998;
}
.carousel-inner .overlay .h5 {
  color: #fff !important;
}
.carousel-inner .overlay .h1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--primary-color) !important;
}

.clip {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
}

.clip_down {
  height: var(--breadcrumb-height);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.clip_down .overlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5490196078), var(--primary-dark));
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.clip_down .overlay .hero {
  margin-top: var(--slide-content-martin-top);
}
.clip_down .overlay .breadcrumb {
  justify-content: center;
  color: #fff;
}
.clip_down .overlay .breadcrumb a,
.clip_down .overlay .breadcrumb .active {
  color: #fff;
}

.text_white {
  color: #fff !important;
}
.text_white * {
  color: #fff !important;
}

.main {
  margin-top: 3px;
}

.h5 {
  font-weight: 700;
}

.form-control {
  min-height: 40px !important;
  border: 1px solid var(--primary-dark) !important;
  border-radius: unset !important;
}

.btn {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.btn:hover {
  color: var(--primary-color);
}

.box {
  height: 300px;
  width: 100%;
  background: var(--primary-color);
  color: var(--primary-dark);
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.box h5 {
  font-weight: 700;
}
.box .fa {
  font-size: 4rem;
  margin-bottom: 15px;
  color: var(--primary-dark);
}
.box:hover * {
  color: var(--color-black);
}

.r_up {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
}

.l_up {
  background-color: #f3e892 !important;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 94%);
          clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 94%);
}

.list-group-item {
  border: unset !important;
  border-bottom: 0.1px solid #eee !important;
}

.card_box {
  min-height: 320px;
  padding: 25px;
  border: 0px !important;
  display: flex;
  justify-content: top;
  flex-direction: column;
  text-align: justify;
  background: #eee;
  margin: 10px 0;
}

.card_box:hover {
  color: #fff;
  background: linear-gradient(135deg, #0054a6, rgba(15, 79, 173, 0.8), #eee) !important;
}

.abt {
  margin: 50px 0 75px 0;
}

.bg_cover {
  min-height: 350px;
  background-size: cover;
  background-attachment: fixed;
}
.bg_cover .overlay {
  background: var(--primary-dark-t);
  min-height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gallery_image {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offcanvas {
  z-index: 200000 !important;
}

.c_row {
  display: contents;
}

.offcanvas-header {
  background-color: var(--primary-color);
  color: var(--primary-dark) !important;
}

.offcanvas-body * {
  color: var(--primary-dark) !important;
}

.soc-link a i {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: var(--primary-dark);
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  box-shadow: 0px 3px 4px #d3d3d3;
  transition: all 500ms ease;
  float: left;
  margin: 10px;
}

.about_bg_0 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/bg_l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  min-height: var(--about-min-height);
}
.about_bg_0 .abt_img {
  height: calc(var(--about-min-height) + 80px);
  width: 355px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 92px;
}

.about_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: var(--about-min-height);
}

.facility {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: -20px -20px var(--primary-edark);
}

.eclip {
  -webkit-clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0 0, 89% 0);
          clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0 0, 89% 0);
}

.d-cflex {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.card-img-top {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ccard .card-img-top {
  min-height: 300px;
  max-height: 400px;
  -o-object-fit: fill;
     object-fit: fill;
}
.ccard .clip {
  -webkit-clip-path: polygon(0% 0%, 89% 0%, 100% 11%, 100% 100%, 89% 89%, 0% 89%, 0% 64%, 10% 64%, 10% 55%, 0% 55%, 0% 43%, 10% 43%, 10% 35%, 0% 35%, 0% 25%, 10% 25%, 10% 17%, 0% 17%);
          clip-path: polygon(0% 0%, 89% 0%, 100% 11%, 100% 100%, 89% 89%, 0% 89%, 0% 64%, 10% 64%, 10% 55%, 0% 55%, 0% 43%, 10% 43%, 10% 35%, 0% 35%, 0% 25%, 10% 25%, 10% 17%, 0% 17%);
}

.req_call {
  min-height: 60vh;
  background-color: var(--primary-edark);
  background-image: url(../images/footer-bg.jpg);
  display: flex;
  align-items: center;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.table-primary {
  --bs-table-bg: #0054a6 !important;
  color: #fff !important;
}

.display0 {
  visibility: hidden;
}

@media screen and (max-width: 728px) {
  .carousel-inner {
    height: 600px;
  }
  .carousel-inner .main_slide img {
    height: 600px !important;
  }
  .carousel-inner .overlay {
    height: 600px;
    text-align: center;
    padding: 10px 0;
  }
  .about_text {
    margin-top: 50px;
  }
  .about_bg_0 .abt_img {
    height: calc(var(--about-min-height));
  }
  .carousel-inner .overlay .h1 {
    font-size: 2.5rem;
  }
  .m_top {
    margin-top: 55%;
  }
  .hero {
    font-size: 2.2rem;
  }
  .r_up {
    -webkit-clip-path: unset !important;
            clip-path: unset !important;
  }
  .l_up {
    -webkit-clip-path: unset !important;
            clip-path: unset !important;
  }
  .m-reverse {
    flex-direction: row-reverse;
  }
  .mc-reverse {
    flex-direction: column-reverse !important;
  }
}/*# sourceMappingURL=style.css.map */