.blue_bg {
  background: #205587;
}

.blue_txt {
  color: #205587 !important;
}

.sm_txt {
  font-size: 14px;
}

.text_y {
  font-weight: 600;
  font-family: "Poppins";
  color: #ff0 !important;
}

.md_txt {
  font-size: 20px;
}

.global_sec_bot {
  padding-bottom: 4vw;
  position: relative;
}

.fluidcust_width {
  max-width: 700px;
  padding: 0 15px;
}

li {
  font-size: 0.8vw;
  line-height: 1.5em;
}

.list {
  list-style: disc;
}
.list li {
  margin-bottom: 6px;
}
.list li::marker {
  position: relative;
  color: #ffcc00;
  font-size: 20px;
}
.list.bluemarker {
  display: flex;
  flex-flow: row wrap;
}
.list.bluemarker li {
  flex: 0 0 30%;
  margin-right: 40px;
  color: #205587;
}
.list.bluemarker li::marker {
  color: #205587;
}

.cust_list li {
  color: #fff;
  text-align: left;
}

.cust_list.blue li {
  color: var(--primary-color);
}

.aim_list.cust_list li::before {
  background: url("/images/list-icon-yellow.png") center no-repeat;
  background-size: contain;
}

.cust_list.blue li::before {
  background: url("/images/list-icon.png") center no-repeat;
  background-size: contain;
}

.knowledge {
  border-radius: 30px;
}

.cust_width {
  max-width: 1200px;
  margin: 0 auto;
}

.top_quote::after {
  content: "";
  position: absolute;
  right: -2vw;
  top: 0;
  background: url(/images/blue_quote.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 4.3vw;
  height: 4vw;
}

.light_quote::after {
  right: auto;
  top: auto;
  bottom: 37px;
  filter: brightness(100);
  left: -11px;
}

.ova-box-feature .info {
  display: flex;
  text-align: center;
  justify-content: center;
}
.ova-box-feature .info .title {
  position: relative;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  padding-top: 20px;
  text-transform: uppercase;
}
.ova-box-feature .info .title:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  background-color: var(--primary-color);
}
.ova-box-feature:hover .info .title {
  color: var(--primary-color);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-box-feature:hover .info .title:after {
  width: 100%;
}

.view_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

.view__btn__btn {
  display: inline-block;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.view_link .line__link {
  color: #fff;
}

.line__link {
  position: relative;
  padding-right: 65px;
  letter-spacing: 0.12em;
  line-height: 1em;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

.view_link .line__link:after {
  background: #fff;
}

.line__link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  right: 0;
  top: 50%;
  background: #000;
}

.ova-box-feature:hover .view_link {
  opacity: 1;
  visibility: visible;
}
.ova-box-feature:hover .line__link {
  letter-spacing: 0.2em;
}

.row_gap {
  row-gap: 80px !important;
}

.two_column_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 0 auto;
}

.three_column_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 0 auto;
}

.four_column_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 0 auto;
}

.train_list {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.train_list li {
  flex: 0 0 25%;
}

.skills_sec .owl-item {
  padding: 0 10px;
}

.box {
  border: 1px solid var(--primary-color);
  text-align: center;
  min-height: 442px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.box_icon {
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    97% 7%,
    97% 65%,
    48% 100%,
    3% 61%,
    3% 9%
  );
  clip-path: polygon(0 0, 100% 0, 97% 7%, 97% 65%, 48% 100%, 3% 61%, 3% 9%);
  background: #205587;
  width: 66%;
  margin: 0 auto;
  margin-top: -9px;
  padding: 10px 0 25px;
}
.box_icon img {
  width: 6vw !important;
  height: 6vw;
  padding: 22px;
  filter: invert(1);
  margin: 0 auto;
}

.box_cont {
  padding: 15px;
}

.v_m_wrap {
  border: 10px solid rgba(112, 112, 112, 0.231372549);
  padding: 40px 30px;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  text-align: left;
}
.v_m_wrap .stick_img {
  filter: invert(23%) sepia(98%) saturate(614%) hue-rotate(176deg)
    brightness(98%) contrast(90%);
  padding: 12px !important;
}

.v_img {
  position: absolute;
  top: -53px;
  right: 40px;
  background: #fff;
  color: #292b33;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.v_img.riim_shield {
  width: 5vw;
  height: 5.2vw;
}

.v_m_wrap h3 {
  color: var(--primary-color);
}

.box-a {
  background: rgba(32, 85, 135, 0.2);
  padding: 20px 20px 20px 20px;
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-a .riim_shield {
  width: auto;
  height: auto;
}
.box-a .riim_shield img {
  width: 115px;
  height: auto;
  padding: 30px;
  filter: invert(23%) sepia(98%) saturate(614%) hue-rotate(176deg)
    brightness(98%) contrast(90%);
}
.box-a:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid rgb(32, 85, 135);
  border-left: 15px solid #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  display: block;
  width: 0;
}
.box-a h3 {
  position: relative;
  display: inline-block;
  text-align: left;
  color: var(--primary-color);
}

.box_content {
  text-align: left;
  margin-left: 15px;
}

.nav-pills .nav-link {
  font-size: 23px;
  color: var(--primary-color);
  padding: 16px 20px;
  border-radius: 0px !important;
}
.nav-pills .nav-link.active {
  background-color: var(--secoundry-color) !important;
  color: var(--primary-color) !important;
}

.gall_wrp {
  position: relative;
}
.gall_wrp .img_overlay {
  position: relative;
}
.gall_wrp .img_overlay::after {
  position: absolute;
  content: "";
  background: rgba(6, 6, 6, 0.4784313725);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.gall_wrp:hover .img_overlay:after {
  opacity: 1;
}

.gall_over {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.gall_over:after {
  content: "";
  display: inline-block;
  transition: all 0.42s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: absolute;
  top: 0;
  left: 13rem;
  color: #fff;
  background-color: #fff;
  width: 0;
  height: 0;
}
.gall_over:before {
  content: "";
  display: inline-block;
  transition: all 0.42s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: absolute;
  top: 13rem;
  left: 0;
  color: #fff;
  background-color: #fff;
  width: 0;
  height: 0;
}

.gall_wrp:hover .gall_over:after {
  left: -0.8rem;
  width: 2rem;
  height: 2px;
}
.gall_wrp:hover .gall_over:before {
  top: -0.8rem;
  width: 2px;
  height: 2rem;
}

.patch_inner {
  background: rgba(32, 85, 135, 0.2);
  display: flex;
  align-items: center;
  padding: 30px 2rem;
  outline: 1px solid #fff;
  outline-offset: -0.8em;
}

.rns_title {
  font-size: 0.9vw;
  font-weight: 600;
  margin-bottom: 0;
}

.rsn_box {
  position: relative;
  text-align: center;
  height: 25vh;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rsn_box::after {
  position: absolute;
  content: "";
  border: 1px solid var(--secoundry-color);
  width: 40%;
  bottom: 0;
}

.bg_no {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #205587;
  opacity: 0.1;
  font-size: 3vw;
  font-weight: 700;
}

.program_box {
  border: 1px solid var(--primary-color);
  background: #ffffff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1607843137);
  padding: 25px;
  height: 100%;
  border-bottom: 3px solid var(--secoundry-color);
}

.icon_box img {
  height: 9vh;
}

.box_inner {
  margin-top: 20px;
}

.courses_sec .box_inner {
  padding: 15px 15px 0;
}

.courses_sec .program_box {
  padding-bottom: 9vh !important;
  position: relative;
  border-radius: 1vw;
}

.couses_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  margin-bottom: 20px;
}

.courses_sec::after {
  position: absolute;
  content: "";
  background: url(/images/patter-bg.jpg) no-repeat center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 50%;
}

.det_list li {
  position: relative;
  padding-left: 24px;
}

.det_list li::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' data-name='Layer 1' id='Layer_1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23205587' d='M18.43 7.577a0.962 0.962 0 0 1 0.681 0.283L26.25 14.909 19.12 22.13a0.957 0.957 0 0 1 -0.689 0.293A0.978 0.978 0 0 1 17.445 21.445V17.844s-1.251 -0.625 -3.366 -0.625c-2.469 0 -6.115 0.851 -10.329 4.538 0 0 1.956 -9.782 13.695 -9.782V8.557a0.978 0.978 0 0 1 0.985 -0.981m0 -1.758h0A2.745 2.745 0 0 0 16.55 6.563a2.7 2.7 0 0 0 -0.862 1.996v1.73c-2.254 0.185 -4.307 0.736 -6.12 1.641a14.117 14.117 0 0 0 -4.746 3.837C2.624 18.515 2.051 21.296 2.026 21.413A1.758 1.758 0 0 0 4.908 23.08c3.876 -3.392 7.127 -4.101 9.171 -4.101a8.075 8.075 0 0 1 1.609 0.157V21.445A2.703 2.703 0 0 0 16.55 23.438a2.749 2.749 0 0 0 1.881 0.741 2.708 2.708 0 0 0 1.94 -0.816L27.501 16.145a1.758 1.758 0 0 0 -0.016 -2.486L20.346 6.611a2.711 2.711 0 0 0 -1.915 -0.791Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.white .det_list li {
  color: #fff;
}

.white .det_list li::after {
  background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' data-name='Layer 1' id='Layer_1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffcc00' d='M18.43 7.577a0.962 0.962 0 0 1 0.681 0.283L26.25 14.909 19.12 22.13a0.957 0.957 0 0 1 -0.689 0.293A0.978 0.978 0 0 1 17.445 21.445V17.844s-1.251 -0.625 -3.366 -0.625c-2.469 0 -6.115 0.851 -10.329 4.538 0 0 1.956 -9.782 13.695 -9.782V8.557a0.978 0.978 0 0 1 0.985 -0.981m0 -1.758h0A2.745 2.745 0 0 0 16.55 6.563a2.7 2.7 0 0 0 -0.862 1.996v1.73c-2.254 0.185 -4.307 0.736 -6.12 1.641a14.117 14.117 0 0 0 -4.746 3.837C2.624 18.515 2.051 21.296 2.026 21.413A1.758 1.758 0 0 0 4.908 23.08c3.876 -3.392 7.127 -4.101 9.171 -4.101a8.075 8.075 0 0 1 1.609 0.157V21.445A2.703 2.703 0 0 0 16.55 23.438a2.749 2.749 0 0 0 1.881 0.741 2.708 2.708 0 0 0 1.94 -0.816L27.501 16.145a1.758 1.758 0 0 0 -0.016 -2.486L20.346 6.611a2.711 2.711 0 0 0 -1.915 -0.791Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.loan_sec .home_over_view_txt {
  margin-top: 25px;
}

.price_box .price_text {
  background: var(--secoundry-color);
  padding: 6px 15px;
  color: var(--primary-color);
  font-size: 1.2vw;
  font-weight: 600;
  display: inline-block;
}

.price_text span {
  font-size: 1vw;
}

.price_box {
  display: inline-block;
}

.prog_box {
  text-align: center;
}
.prog_box p {
  margin: 0 auto;
  margin-top: 12px;
  font-size: 14px;
}

.cert_wrap {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 25px;
  border-radius: 10px;
}

.uk_bg {
  background: url("/images/uk_background.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 10rem 2rem;
}

.overlay_text {
  display: inline-block;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 25px;
}

.big_txt {
  font-size: 4vw;
  font-family: "Shelby";
  line-height: 1;
}

.mid_txt {
  font-size: 2vw;
}

.small_txt {
  font-size: 2.5vw;
  font-family: "Shelby";
}

.modules_sec .nav-link i {
  margin-right: 10px;
}

.modules_sec .nav-link {
  font-size: 1.1vw;
  line-height: 1.6vw;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-color);
  opacity: 0.6;
}

.modules_sec .nav-link.active {
  opacity: 1;
}

.modules_sec .nav-link:focus,
.modules_sec .nav-link:hover {
  color: var(--primary-color);
}

.drop_btn {
  background-color: transparent !important;
  color: #205587 !important;
  text-align: center;
  white-space: pre-wrap !important;
}

.modules_sec .dropdown-item {
  white-space: initial;
}

.partner_sec .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_logo img {
  width: 90% !important;
  aspect-ratio: 4/4;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 1vw auto 1.5vw auto;
  padding: 1vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border: 1px solid #f1f1f1;
}

.step_title {
  font-size: 3.3vw;
}

.admission_pro .cust_list li {
  color: var(--primary-color);
  margin-bottom: 15px;
}

.panel-body {
  background: linear-gradient(to right, #2980b9, #2c3e50);
  padding: 0;
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05), 0 0 0 10px rgba(0, 0, 0, 0.05);
}

.panel-body .table thead tr th {
  color: #fff;
  background-color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 12px;
  border: none;
}

.panel-body .table tr td {
  color: #fff;
  font-size: 17px;
  padding: 14px 12px;
  vertical-align: middle;
  border: none;
}

.panel-body .table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

.panel-body .table-hover > tbody > tr:hover > * {
  color: #fff;
}

.form-control,
.form-select {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 0.5rem 0.5rem;
  padding-left: 35px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%23205587'/></svg>") !important;
  background: transparent;
}

.submit_btn button {
  padding: 0.7rem 4rem;
  border-radius: 50px;
  background: var(--secoundry-color);
  border-color: var(--secoundry-color);
}

.recent_post .recent_wrap {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.recent_post .img_post img {
  border-radius: 10px;
}

.post_txt p {
  margin-bottom: 0;
  font-size: 14px;
}

.rightside_wrap p a {
  color: var(--primary-color);
}

.rightside_wrap > div {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rightside_wrap > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .fluidcust_width {
    max-width: 576px;
  }
  .form-label,
  option,
  .form-select,
  .form-control,
  .form-check-label {
    font-size: 0.8vw !important;
  }
  .submit_btn button {
    padding: 0.4rem 2rem;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1300px) {
  .nav-pills .nav-link {
    font-size: 17px;
    padding: 12px 20px;
  }
  .md_txt {
    font-size: 16px;
  }
  .ova-box-feature .info .title {
    font-size: 18px;
    line-height: 32px;
    padding-top: 15px;
  }
  .line__link {
    font-size: 11px;
    padding-right: 32px;
  }
  .line__link:after {
    width: 25px;
  }
  .box_icon img {
    width: 7vw !important;
    height: 7vw;
  }
  .box {
    min-height: 387px;
  }
  .v_img.riim_shield {
    width: 6vw;
    height: 6.2vw;
  }
  .box-a .riim_shield img {
    width: 100px;
  }
  .fluidcust_width {
    max-width: 450px;
  }
  .det_list li::after {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  li {
    font-size: 14px;
  }
  .global_sec_bot {
    padding-bottom: 60px;
    position: relative;
  }
  .top_quote::after {
    height: 6vw;
  }
  .v_img.riim_shield {
    width: auto;
    height: auto;
  }
  .v_m_wrap .stick_img {
    padding: 20px !important;
    max-width: 77px !important;
  }
  .v_img {
    right: 15px;
  }
  .box-a .riim_shield img {
    width: 95px;
    padding: 25px;
  }
  .error {
    font-size: 13px;
  }
  .form-label,
  option,
  .form-select,
  .form-control,
  .form-check-label {
    font-size: 14px !important;
  }
  .rsn_box {
    height: 23vh;
  }
  .rns_title {
    font-size: 16px;
  }
  .bg_no {
    font-size: 50px;
  }
  .price_box .price_text {
    font-size: 20px;
  }
  .price_text span {
    font-size: 18px;
  }
  .big_txt {
    font-size: 50px;
  }
  .mid_txt {
    font-size: 21px;
  }
  .small_txt {
    font-size: 35px;
  }
  .uk_bg {
    padding: 6rem 2rem;
  }
  .modules_sec .nav-link {
    font-size: 17px;
    line-height: 23px;
  }
  .step_title {
    font-size: 40px;
  }
  .courses_sec .program_box {
    padding-bottom: 14vh !important;
    border-radius: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .box_icon img {
    width: 108px !important;
    height: 104px;
  }
  .col-inverse {
    flex-direction: column-reverse;
  }
  .three_column_grid {
    grid-template-columns: 1fr 1fr;
  }
  .courses_sec::after {
    height: 80%;
  }
  section .loan_sec {
    width: 100% !important;
  }
  .white.home_over_view_txt {
    border-bottom: 2px solid #fff;
  }
  .loan_sec .home_over_view_txt:last-child {
    border-bottom: 0;
  }
  .cert_wrap {
    padding: 15px;
  }
  .prog_box p {
    font-size: 12px;
  }
  .step_title {
    font-size: 35px;
  }
  .panel-body .table thead tr th {
    font-size: 16px;
  }
  .panel-body .table tr td {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .train_list li {
    flex: 0 0 47%;
  }
  .list.bluemarker {
    flex-direction: column;
  }
  .top_quote::after {
    width: 45px !important;
    height: 45px !important;
    right: -6vw;
  }
  .two_column_grid {
    grid-template-columns: 1fr;
  }
  .four_column_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .box {
    min-height: 384px;
  }
  .fluidcust_width {
    max-width: 516px;
    margin: 0 auto;
  }
  .rsn_box {
    height: auto;
    padding: 30px 0;
  }
  .rsn_box {
    height: 28vh;
  }
  .bg_no {
    font-size: 40px;
  }
  .couses_btn {
    position: relative;
    margin-bottom: 0;
  }
  .courses_sec .program_box {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .three_column_grid,
  .four_column_grid {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=innerpage.css.map */
