/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #78d5ef;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #606e7f;
}

body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

/* span {
    color: #96a1af;
} */

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #282165;
}

a:hover {
  text-decoration: none;
  color: #282165;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.4;
  color: #1b212c;
  font-weight: 400;
}

.text-primary {
  color: #282165 !important;
}

.unicol_GecLtd-navbar-light {
  z-index: 3;
  background: #fff !important;
  position: relative;
}

.unicol_GecLtd-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 16px;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #55688b;
  font-weight: 400;
  opacity: 1 !important;
}

.unicol_GecLtd-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #1b212c;
}

.unicol_GecLtd-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.unicol_GecLtd-navbar-light .navbar-nav > .nav-item.unicol_GecLtd-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

.unicol_GecLtd-navbar-light
  .navbar-nav
  > .nav-item.unicol_GecLtd-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.unicol_GecLtd-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  border: 1px solid #282165;
  background: #282165;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.unicol_GecLtd-navbar-light .navbar-nav > .nav-item.cta > a span {
  display: inline-block;
  color: #fff;
}

.unicol_GecLtd-navbar-light .navbar-nav > .nav-item.cta > a:hover {
  background: #282165;
  border: 1px solid #282165;
}

.unicol_GecLtd-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
  border-color: #282165;
}

.unicol_GecLtd-navbar-light .navbar-nav > .nav-item.active > a {
  color: #282165;
}

.unicol_GecLtd-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.unicol_GecLtd-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.unicol_GecLtd-navbar-light.scrolled .nav-item.active > a {
  color: #282165 !important;
}

.unicol_GecLtd-navbar-light.scrolled .nav-item.cta > a {
  color: #fff !important;
  background: #282165;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 6px !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.unicol_GecLtd-navbar-light.scrolled .nav-item.cta > a span {
  display: inline-block;
  color: #fff !important;
}

.unicol_GecLtd-navbar-light.scrolled .nav-item.cta.cta-colored span {
  border-color: #282165;
}

.unicol_GecLtd-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.unicol_GecLtd-navbar-light.scrolled .nav-link {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  color: #1b212c !important;
}

.unicol_GecLtd-navbar-light.scrolled .nav-link.active {
  color: #282165 !important;
}

.unicol_GecLtd-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.unicol_GecLtd-navbar-light.scrolled.sleep {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.unicol_GecLtd-navbar-light.scrolled .navbar-brand {
  color: #1b212c;
}

.navbar-brand {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.navbar-brand small {
  font-size: 10px;
  letter-spacing: 6px;
  font-weight: 700;
  color: #282165;
}

.navbar-brand i {
  color: #282165;
  font-size: 30px;
}

.hero-wrap {
  width: 100%;
  height: 700px;
  position: relative;
}

.hero-wrap .slider-text {
  height: 700px;
}

.hero-wrap-2 {
  width: 100%;
  position: relative;
  height: 500px;
}

.hero-wrap-2 .slider-text {
  height: 500px;
}

.hero-wrap .overlay,
.hero-wrap-2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.7;
  background: #282165;
  background: -moz-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #282165),
    color-stop(100%, #ff002c)
  );
  background: -webkit-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -o-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -ms-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#282165),
    to(#ff002c)
  );
  background: linear-gradient(to right, #282165 0%, #ff002c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282165', endColorstr='#FF002C', GradientType=1);
}

.video-section {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /*Parallax effect can be added if desired*/
  /* background-attachment: fixed; */
}

.video-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(40, 33, 101, 0.75),
    rgba(255, 0, 44, 0.75)
  );
}

.video-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.video-play-btn {
  width: 100px;
  height: 100px;
  background: #eb3a5d;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  transition: 0.3s;
  margin: 0px auto;
  animation: 2s ease 0s infinite normal none running pulse;
  bottom: -5.4em;
}

/* Pulse Effect */
.video-play-btn::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.slider-text {
  color: #fff;
  height: 500px;
}

.slider-text h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
}

.slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.slider-text p strong {
  font-weight: 700;
}

.slider-text p strong a {
  color: #1b212c;
}

.slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  z-index: 99;
}

.slider-text .breadcrumbs span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.slider-text .breadcrumbs span a {
  color: #fff;
}

.slider-text .bread {
  font-weight: 600 !important;
}

.slider-text .btn-primary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.slider-text .btn-primary:hover,
.slider-text .btn-primary:focus {
  background: #fff !important;
  color: #1b212c;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 0.4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: #282165 !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #adb8cc;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #adb8cc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #55688b;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.bg-light {
  background: #f8faff !important;
}

.bg-primary {
  background: #282165;
}

.btn {
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-primary {
  background: #282165;
  border: 1px solid #282165;
  color: #fff;
}

.btn.btn-primary:hover {
  border: 1px solid #282165;
  background: transparent !important;
  color: #282165;
}

.btn.btn-primary.btn-outline-primary {
  border: 1px solid #282165;
  background: transparent;
  color: #282165;
}

.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #282165;
  color: #fff;
}

.btn.btn-secondary {
  background: #ff002c;
  border: 1px solid #ff002c;
  color: #fff;
}

.btn.btn-secondary:hover {
  border: 1px solid #ff002c;
  background: transparent;
  color: #ff002c;
}

.btn.btn-secondary.btn-outline-secondary {
  border: 1px solid #ff002c;
  background: transparent;
  color: #ff002c;
}

.btn.btn-secondary.btn-outline-secondary:hover {
  border: 1px solid transparent;
  background: #ff002c;
  color: #fff;
}

.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border-width: 1px;
  color: #fff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #282165;
}

/* .unicol_GecLtd-search-course {
    width: 100%;
    margin-top: -242px;
} */

.full-wrap .one-third {
  width: calc(100% - 25%);
  background: #282165;
}

.full-wrap .one-third h3 {
  color: #fff;
}

.full-wrap .one-third span {
  color: rgba(255, 255, 255, 0.6);
}

.full-wrap .one-third p {
  color: white;
  margin-bottom: 0;
}

.full-wrap .one-third p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.full-wrap .one-forth {
  width: 25%;
}

.full-wrap .course-search-form .form-group .form-control {
  width: calc(100% - 100px);
  border: transparent;
}

.full-wrap .course-search-form .form-group .submit {
  width: 100px;
  background: #ff002c;
  border: 1px solid #ff002c;
  color: #fff;
}

.full-wrap .course-search-form .form-group .submit:hover {
  cursor: pointer;
}

.full-wrap .one-half {
  width: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
}

.full-wrap .featured-blog .text,
.full-wrap .featured-blog .image {
  width: 50%;
  background: #fff;
}

.full-wrap .featured-blog .img {
  display: block;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.full-wrap .featured-blog .text {
  padding: 30px;
}

.full-wrap .featured-blog .text h3 {
  font-size: 20px;
}

.full-wrap .featured-blog .text h3 a {
  color: #1b212c;
}

.full-wrap .featured-blog .text .date {
  display: block;
  margin-bottom: 10px;
}

.full-wrap .featured-blog p {
  margin-bottom: 0;
}

.services .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #eceef3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.services .icon svg {
  font-size: 50px;
  color: #ff002c;
}

.services h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.unicol_GecLtd-section-3 {
  padding: 8em 0;
  position: relative;
}

.unicol_GecLtd-section-3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.8;
  background: #282165;
  background: -moz-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #282165),
    color-stop(100%, #ff002c)
  );
  background: -webkit-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -o-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -ms-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#282165),
    to(#ff002c)
  );
  background: linear-gradient(to right, #282165 0%, #ff002c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282165', endColorstr='#FF002C', GradientType=1);
}

.about-video h2 {
  color: #fff;
  font-size: 50px;
}

.about-video .button {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #282165;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.about-video .button span {
  font-size: 30px;
  color: #fff;
}

.staff {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
}

.staff .info {
  width: calc(100% - 110px);
}

.staff .info h3 {
  font-size: 20px;
}

.staff .info h3 a {
  color: #282165;
}

.staff .info span.position {
  display: block;
  margin-bottom: 15px;
}

.staff .img {
  width: 110px;
  height: 105px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.unicol_GecLtd-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 2px;
  background: #d0e5fb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.unicol_GecLtd-social a span {
  color: #282165;
}

.teacher-details .img {
  width: 40%;
}

.teacher-details .text {
  width: 60%;
  padding: 0 40px;
}

.teacher-details .text .position {
  display: block;
  margin-bottom: 30px;
}

.course {
  border: 1px solid #f5f7f9;
  background: #fff;
  -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
}

.course .img {
  height: 400px;
}

.course .text h3 {
  font-size: 20px;
}

.course .text h3 a {
  color: #1b212c;
}

.course .text p.category {
  display: block;
}

.course .text p.category > span {
  display: inline-block;
  border-bottom: 2px solid #eceef3;
}

.course .text p.category .price {
  background: #ff002c;
  border-bottom: transparent;
  color: #1b212c;
  padding: 0 5px;
}

.unicol_GecLtd-freeTrial {
  background: #ff002c;
  color: #fff;
  padding: 3em 0;
}

.unicol_GecLtd-freeTrial h3 {
  color: #1b212c;
}

.unicol_GecLtd-freeTrial p {
  color: #1b212c;
  margin-bottom: 0;
}

.unicol_GecLtd-freeTrial .free-trial {
  width: calc(100% - 120px);
}

.unicol_GecLtd-freeTrial .btn-join {
  width: 120px;
}

.unicol_GecLtd-section-2 {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: hidden;
}

.services-wrap {
  display: block;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 1px;
  padding: 30px 40px 30px 50px;
}

.services-wrap:first-child {
  margin-top: 1px;
}

.services-wrap:after {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  content: "";
  width: 360%;
  background: rgba(255, 255, 255, 0.8);
}

.services-wrap h2 {
  color: #282165;
  font-size: 24px;
}

.services-wrap p {
  color: #4a5562;
  margin-bottom: 0;
}

.services-wrap .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

.services-wrap .icon span {
  font-size: 20px;
  color: #73b0f2;
}

.services-wrap .icon span:first-child {
  opacity: 0;
}

.services-wrap .icon span:last-child {
  opacity: 1;
}

.services-wrap:hover {
  margin-left: -100px;
}

.services-wrap:hover .icon span:first-child {
  opacity: 1;
  margin-left: 5px;
}

.services-wrap:hover .icon span:last-child {
  opacity: 0;
}

#accordion .card {
  margin-bottom: 5px;
  border: 1px solid #d0e5fb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#accordion .card .card-header {
  padding: 0;
  background: transparent;
  border-bottom: 1px solid white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#accordion .card .card-header a {
  padding: 12px 20px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #1b212c;
}

#accordion .card .card-header a span {
  float: right;
}

#accordion .card .card-header a span i {
  color: #a2cbf6;
}

#accordion .card .card-header a small {
  padding: 4px 10px;
  margin-left: 10px;
  background: #d0e5fb;
  color: #282165;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

#accordion .card-body {
  border: 1px solid transparent;
}

#accordion [aria-expanded="false"] > .expanded,
#accordion [aria-expanded="true"] > .collapsed {
  display: none;
}

.unicol_GecLtd-section-parallax {
  position: relative;
}

.unicol_GecLtd-section-parallax .parallax-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 4em 0;
  background: #282165;
  background: -moz-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #282165),
    color-stop(100%, #ff002c)
  );
  background: -webkit-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -o-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -ms-linear-gradient(left, #282165 0%, #ff002c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#282165),
    to(#ff002c)
  );
  background: linear-gradient(to right, #282165 0%, #ff002c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282165', endColorstr='#FF002C', GradientType=1);
}

.unicol_GecLtd-section-parallax .heading-section-white h2 {
  font-weight: 400 !important;
}

.block-3 .text,
.block-3 .image {
  width: 100%;
  padding: 10% 7%;
  display: block;
}

.block-3 .text .subheading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.block-3 .text .heading {
  font-size: 30px;
  margin-bottom: 30px;
}

.block-3 .text .heading a {
  color: #1b212c;
}

.block-3 .text p:last-child {
  margin-bottom: 0;
}

.block-3 .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.block-3 .image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-box-shadow: 20px 20px 0 0 #8bbef4;
  box-shadow: 20px 20px 0 0 #8bbef4;
}

.block-3 .image.image-2:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-box-shadow: -20px 20px 0 0 #8bbef4;
  box-shadow: -20px 20px 0 0 #8bbef4;
}

.block-5 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
  position: relative;
  display: block;
}

.block-5:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(18%, transparent),
    color-stop(99%, rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -o-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  opacity: 0.8;
}

.block-5 .text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 20px 10px 20px;
  -webkit-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease;
}

.block-5 .text:before {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  content: "";
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-5 .text .heading,
.block-5 .text .subheading,
.block-5 .text .post-meta,
.block-5 .text .excerpt,
.block-5 .text .price {
  z-index: 2;
  position: relative;
}

.block-5 .text .subheading {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 5px;
  opacity: 0.6;
}

.block-5 .text .heading {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.block-5 .text .post-meta {
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
}

.block-5 .text .post-meta span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 0.6;
}

.block-5 .text .price {
  color: #fff;
}

.block-5 .text .excerpt {
  line-height: 1.4;
  color: #fff;
}

.block-5:hover .text:before,
.block-5:focus .text:before {
  visibility: visible;
  opacity: 1;
  height: 100%;
  background: #fff;
}

.block-5:hover .text .heading,
.block-5:hover .text .subheading,
.block-5:hover .text .post-meta,
.block-5:hover .text .price,
.block-5:hover .text .star-rate,
.block-5:focus .text .heading,
.block-5:focus .text .subheading,
.block-5:focus .text .post-meta,
.block-5:focus .text .price,
.block-5:focus .text .star-rate {
  color: #1b212c;
}

.aside-stretch {
  background: #4596ed;
}

.aside-stretch:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: "";
  width: 360%;
  background: #4596ed;
}

.form-control {
  height: 58px !important;
  /* background: #fff !important; */
  color: #1b212c !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
  border-color: #1b212c;
}

textarea.form-control {
  height: inherit !important;
}

.unicol_GecLtd-vh-100 {
  height: 100vh;
}

.unicol_GecLtd-vh-75 {
  height: 75vh;
  min-height: 700px;
}

.unicol_GecLtd-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important;
}

.unicol_GecLtd-tab-nav li {
  padding: 0;
  margin: 0 5px;
  display: inline-block !important;
}

.unicol_GecLtd-tab-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 0 !important;
}

.unicol_GecLtd-tab-nav li a.active {
  background: none !important;
  color: black !important;
  border: 2px solid #1b212c;
}

.unicol_GecLtd-animate {
  opacity: 0;
  visibility: hidden;
}

.bg-primary {
  background: #282165 !important;
}

.unicol_GecLtd-section .unicol_GecLtd-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #d4d4d4;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
}

.unicol_GecLtd-section .unicol_GecLtd-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.media-custom {
  background: #fff;
}

.media-custom .media-body .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: #282165;
}

.media-custom .media-body .position {
  font-size: 13px;
  color: #fcfcfd;
}

.about-author .desc h3 {
  font-size: 24px;
}

.unicol_GecLtd-section {
  padding: 7em 0;
  position: relative;
}

.unicol_GecLtd-bg-dark {
  background: #3c312e;
}

.unicol_GecLtd-footer {
  font-size: 16px;
  padding: 5em 0 2em 0;
}

.unicol_GecLtd-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.95;
  background: #040505;
}

.unicol_GecLtd-footer .unicol_GecLtd-footer-logo {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.unicol_GecLtd-footer .unicol_GecLtd-footer-widget h2 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.unicol_GecLtd-footer .unicol_GecLtd-footer-widget ul li a span {
  color: #fff;
}

.unicol_GecLtd-footer .unicol_GecLtd-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.unicol_GecLtd-footer .unicol_GecLtd-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

.unicol_GecLtd-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.unicol_GecLtd-footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.unicol_GecLtd-footer a:hover {
  color: #fff;
}

.unicol_GecLtd-footer .unicol_GecLtd-heading-2 {
  font-size: 17px;
  font-weight: 400;
  color: #1b212c;
}

.unicol_GecLtd-footer .block-21 .text .heading {
  font-size: 18px;
}

.unicol_GecLtd-footer .block-21 .text .heading a {
  color: rgba(255, 255, 255, 0.8);
}

.unicol_GecLtd-footer .block-21 .text .heading a:hover,
.unicol_GecLtd-footer .block-21 .text .heading a:active,
.unicol_GecLtd-footer .block-21 .text .heading a:focus {
  color: #282165;
}

.unicol_GecLtd-footer .block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.unicol_GecLtd-footer .block-21 .text .meta > div a {
  color: #8d9db9;
}

.unicol_GecLtd-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.unicol_GecLtd-footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.unicol_GecLtd-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.unicol_GecLtd-footer-social li a:hover {
  color: #fff;
}

.footer-small-nav > li {
  display: inline-block;
}

.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
  color: #282165;
}

.media .unicol_GecLtd-icon {
  width: 100px;
}

.media .unicol_GecLtd-icon span {
  color: #282165;
}

.unicol_GecLtd-media {
  background: #fff;
  border-radius: 0px;
}

.unicol_GecLtd-media .heading {
  font-weight: normal;
}

.unicol_GecLtd-media.unicol_GecLtd-media-shadow {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  position: relative;
  top: 0;
}

.unicol_GecLtd-media.unicol_GecLtd-media-shadow:hover,
.unicol_GecLtd-media.unicol_GecLtd-media-shadow:focus {
  top: -3px;
  -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}

.unicol_GecLtd-media .icon {
  font-size: 50px;
  display: block;
  color: #282165;
}

.unicol_GecLtd-media.text-center .unicol_GecLtd-icon {
  margin: 0 auto;
}

.unicol_GecLtd-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

#map {
  height: 400px;
  width: 100%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
    box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
    box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
    box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
  }
}

.heading-section .subheading {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.heading-section h2 {
  font-size: 30px;
  font-weight: 400;
}

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
  font-size: 30px;
  color: #fff;
}

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.hotel-img,
.hero-wrap,
.hero-wrap-2,
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimony-section {
  position: relative;
}

.testimony-section .owl-carousel {
  margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
  padding-top: 4em;
  position: relative;
}

.testimony-wrap {
  display: block;
  position: relative;
  padding: 30px;
  border: 1px solid #f5f7f9;
  background: #fff;
  -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
}

.testimony-wrap .user-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-top: -80px;
}

.testimony-wrap .user-img .quote {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #282165;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testimony-wrap .user-img .quote i {
  color: #fff;
}

.testimony-wrap .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: #282165;
}

.testimony-wrap .position {
  font-size: 13px;
  color: #8d9db9;
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#section-counter {
  position: relative;
  z-index: 0;
  background: #ff002c;
  color: #fff;
}

.unicol_GecLtd-counter {
  padding: 7em 0;
  margin-top: 200px;
}

.unicol_GecLtd-counter .text strong.number {
  font-weight: 600;
  font-size: 40px;
  /* color: #1b212c; */
}

.unicol_GecLtd-counter .text span {
  font-size: 18px;
  /* color: #8d9db9; */
}

.unicol_GecLtd-counter .unicol_GecLtd-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #282165;
}

.unicol_GecLtd-counter .unicol_GecLtd-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
}

.blog-entry {
  border: 1px solid #f5f7f9;
  background: #fff;
  -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
}

.unicol_GecLtd_Info_section {
  padding: 80px 20px;
  text-align: center;
}

.unicol_GecLtd_Info-title {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.unicol_GecLtd_Info-text {
  /* max-width: 820px; */
  margin: 20px auto;
  font-size: 16px;
  /* color: #475569; */
  line-height: 1.7;
}

.unicol_GecLtd_Info-text strong {
  color: #0f172a;
}

.btn-custom {
  margin-top: 25px;
  padding: 10px 24px;
  border-radius: 8px;
  border: 1px solid #2563eb;
  color: #2563eb;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: #2563eb;
  color: #fff;
}

.arrow {
  margin-left: 6px;
}

.unicol_GecLtd-feature {
  padding: 80px 0;
}

.unicol_GecLtd-feature .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 60px;
}

/* Feature Box */
.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 40px;
}

/* Icon Circle */
.feature-box .icon-circle,
.info-card .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.feature-box .icon-circle i,
.info-card .icon-circle i {
  font-size: 24px;
  padding: 4px;
  line-height: 0;
}

/* Different Colors */
.blue {
  background: #dbeafe;
  color: #2563eb;
}
.green {
  background: #dcfce7;
  color: #16a34a;
}
.purple {
  background: #ede9fe;
  color: #7c3aed;
}
.lightblue {
  background: #e0f2fe;
  color: #0284c7;
}
.orange {
  background: #ffedd5;
  color: #ea580c;
}
.red {
  background: #fee2e2;
  color: #dc2626;
}

.feature-title {
  font-weight: 600;
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 5px;
}

.feature-text {
  font-size: 15px;
  /* color: #475569; */
  line-height: 1.6;
}

.unicol_GecLtd_about_top_info p {
  margin: 20px auto;
  font-size: 16px;
  /* color: #475569; */
  line-height: 1.7;
}

.unicol_GecLtd_Info-text .text strong {
  color: #0f172a !important;
}

/* Cards */
.info-card {
  border-radius: 12px;
  padding: 25px;
  background: #fff;
  transition: 0.3s;
  border: 2px solid transparent;
  height: 100%;
}
.info-card:hover {
  transform: translateY(-5px);
}

.info-card .icon i {
  font-size: 40px;
}

.info_OurValues_list {
  list-style: none;
  padding: 0;
}
.info_OurValues_list li {
  font-size: 14px;
}

.info_OurValues_list li i {
  font-size: 24px;
  color: oklch(62.7% 0.194 149.214);
}

/* Different borders */
.border-blue {
  border-color: #4e73df;
}
.border-purple {
  border-color: #9b51e0;
}
.border-green {
  border-color: #27ae60;
}

/* Stats Section */
.stats {
  background: #282165;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
.stats h2 {
  font-weight: bold;
}

/* Steps */
.step {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.step-number {
  width: 35px;
  height: 35px;
  background: #282165;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
}

/* Partner Box */
.partner-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #282165;
}

/* Base */
.object-fit-cover {
  object-fit: cover;
  transition: transform 0.6s ease;
}

.location_card {
  border-radius: 14px;
  transition: all 0.4s ease;
  overflow: hidden;
  border: 1px solid #f5f7f9;
  background: #fff;
  -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
}

/* Card hover effect */
.location_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Image zoom on hover */
/* .location_card:hover img {
  transform: scale(1.08);
} */

/* Text animation */
.location_card .content-wrapper > * {
  transition: all 0.4s ease;
}

.location_card:hover .content-wrapper > * {
  transform: translateX(6px);
}

/* Location hover animation */
.location {
  transition: all 0.3s ease;
}

.location_card:hover .location {
  color: #0d6efd;
  transform: translateX(5px);
}

/* Optional: smooth fade-in on load */
.location_card {
  animation: fadeInUp 0.8s ease;
}

/* Card styling */
.office-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  transition: all 0.35s ease;
}

/* Hover effect */
.office-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Icons */
.icon {
  font-size: 20px;
  color: #282165;
  margin-right: 12px;
  transition: 0.3s ease;
}

.custom-input {
  background-color: #f1f3f6;
  border: none;
  padding: 12px;
  border-radius: 8px;
}

.custom-input:focus {
  box-shadow: none;
  border: 1px solid #4a90e2;
}

.btn-primary {
  background: #2f66f6;
  border: none;
  border-radius: 8px;
}

.btn-primary:hover {
  background: #1e4fd6;
}

.Contact_info-card {
  border-radius: 12px;
  border: 1px solid #e3e6ef;
}

.Contact_info-box {
  background: #f1f3f6;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.Contact_info-box span {
  color: #2f66f6;
}

/* Tabs */
.custom-tabs {
  background: #e9eaf0;
  border-radius: 30px;
  padding: 5px;
  display: inline-flex;
  gap: 5px;
}

.custom-tabs .nav-link {
  border-radius: 25px;
  color: #555;
  padding: 6px 20px;
  font-size: 14px;
  border: none;
  background: transparent;
}

.custom-tabs .nav-link.active {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Card */
.course-card {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 25px;
}

.badge-tag {
  background: #eef2ff;
  color: #282165;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  margin: 3px;
  display: inline-block;
}

.price {
  color: #282165;
  font-weight: 600;
  font-size: 20px;
}

.finance {
  color: green;
  font-size: 13px;
}

.meta {
  font-size: 14px;
  color: #666;
}

.blog-entry .text {
  position: relative;
  border-top: 0;
  border-radius: 2px;
  width: 100%;
}

.blog-entry .text .heading {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 400;
}

.blog-entry .text .heading a {
  color: #1b212c;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
  color: #282165;
}

.blog-entry .text .time-loc {
  font-size: 14px;
}

.blog-entry .text .time-loc span {
  color: #96a1af;
}

.blog-entry .text .time-loc span i {
  color: #282165;
}

.blog-entry .meta > div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.blog-entry .meta > div a {
  color: #8d9db9;
  font-size: 15px;
}

.blog-entry .meta > div a:hover {
  color: #6d81a6;
}

.block-23 ul {
  padding: 0;
}

.block-23 ul li,
.block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-23 ul li span {
  color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: white;
}

.block-6 {
  margin-bottom: 40px;
}

.block-6 .media-body p {
  font-size: 16px;
}

.block-10 .chef-img {
  height: 400px;
}

.block-10 .person-info {
  height: 75px;
}

.block-10 .person-info span {
  display: block;
}

.block-10 .person-info .name {
  font-size: 20px;
  color: #1b212c;
  font-weight: 400;
}

.block-10 .person-info .position {
  font-size: 14px;
}

.block-16 figure {
  position: relative;
}

.block-16 figure .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  width: 90px;
  height: 90px;
  background: #fff;
  display: block;
  border-radius: 50%;
  opacity: 0.7;
}

.block-16 figure .play-button:hover {
  opacity: 1;
}

.block-16 figure .play-button > span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-17 {
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.block-17 form .fields {
  width: calc(100% - 80px);
  position: relative;
}

.block-17 form .fields .one-third {
  width: 50%;
  background: #fff;
}

.block-17 form .fields .one-third:last-child {
  border-right: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.block-17 form .fields .one-third label {
  font-weight: 700;
  color: #1b212c;
}

.block-17 form .fields .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: transparent;
  background: #fff !important;
  color: #55688b !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: 100%;
  height: 70px !important;
  border: 1px solid transparent;
  padding: 10px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.block-17 form .fields .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #55688b;
}

.block-17 form .fields .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #55688b;
}

.block-17 form .fields .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #55688b;
}

.block-17 form .fields .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #55688b;
}

.block-17 form .fields .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(27, 33, 44, 0.7);
}

.block-17 form .fields .select-wrap {
  position: relative;
}

.block-17 form .fields .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block-17 form .search-submit {
  width: 160px;
  background: #282165;
  border: 1px solid #282165;
  color: #fff;
  padding: 12px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.block-17 form .search-submit:hover {
  background: #282165 !important;
  color: #fff !important;
  border: 1px solid #282165 !important;
}

.block-18 .icon > span {
  font-size: 40px;
}

.block-18 .text strong {
  font-size: 30px;
}

.block-18 .text span {
  display: block;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}

.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
  color: #282165;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #8bbef4;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
  background: #8bbef4;
  color: #282165;
  border: 1px solid transparent;
}

.block-8 .accordion-item .heading {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}

.block-8 .accordion-item .heading > a {
  padding-left: 35px;
  position: relative;
  color: #1b212c;
}

.block-8 .accordion-item .heading > a:before {
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  top: 0.1em;
  left: 0;
}

.block-8 .accordion-item .heading > a[aria-expanded="true"]:before {
  font-family: "icomoon";
  position: absolute;
  content: "\e316";
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #282165;
  color: #fff;
  border: 1px solid #282165;
}

.block-8 .accordion-item .heading > a[aria-expanded="false"]:before {
  content: "\e313";
  color: #ccc;
  font-family: "icomoon";
  position: absolute;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.block-8 .accordion-item .body-text {
  font-size: 16px;
  padding: 5px 0;
  padding-left: 30px;
}

.block-4 .nonloop .owl-stage {
  padding-bottom: 2em;
}

.block-4 .nonloop .owl-item {
  -webkit-box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2);
}

.block-4 .nonloop .owl-nav {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: -2px;
}

.block-4 .nonloop .owl-nav .owl-prev,
.block-4 .nonloop .owl-nav .owl-next {
  opacity: 0.2;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
}

.block-4 .nonloop .owl-nav .owl-prev:hover,
.block-4 .nonloop .owl-nav .owl-next:hover {
  opacity: 1;
}

.block-4 .nonloop .owl-nav .owl-prev.disabled,
.block-4 .nonloop .owl-nav .owl-next.disabled {
  display: none;
}

.block-4 .nonloop .owl-nav .owl-prev span,
.block-4 .nonloop .owl-nav .owl-next span {
  font-size: 30px;
}

.block-4 .nonloop .owl-nav .owl-prev {
  left: 50px;
}

.block-4 .nonloop .owl-nav .owl-next {
  right: 50px;
}

.block-4 .nonloop .owl-dots {
  bottom: -40px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.block-4 .nonloop .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.block-4 .nonloop .owl-dots .owl-dot.active {
  background: #282165;
}

.contact-section .contact-info p a {
  color: #2e394c;
}

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
}

.block-21 .text {
  width: calc(100% - 100px);
}

.block-21 .text .heading {
  font-size: 18px;
}

.block-21 .text .heading a {
  color: #1b212c;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  color: #282165;
}

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.block-21 .text .meta > div a {
  color: #8d9db9;
}

.custom-pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.custom-pagination li {
  display: inline-block;
}

.custom-pagination .prev a,
.custom-pagination .next a {
  font-size: 20px !important;
  line-height: 38px !important;
}

.custom-pagination li a,
.custom-pagination .prev a,
.custom-pagination .next a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 50% !important;
  font-size: 16px;
}

.custom-pagination li.active a,
.custom-pagination .prev.active a,
.custom-pagination .next.active a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 50% !important;
  font-size: 16px;
  background: #282165;
  color: #fff;
}

.custom-pagination li.active a:hover,
.custom-pagination li.active a:focus,
.custom-pagination .prev.active a:hover,
.custom-pagination .prev.active a:focus,
.custom-pagination .next.active a:hover,
.custom-pagination .next.active a:focus {
  color: #fff;
}

.custom-pagination .prev {
  float: left;
}

.custom-pagination .next {
  float: right;
}

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

.post-info > div {
  display: inline-block;
}

.post-info > div .seperator {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.5;
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #1b212c;
  border: 1px solid #ccc;
  font-size: 11px;
}

.tagcloud a:hover {
  border: 1px solid #000;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #eceef3;
  color: #1b212c;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
  color: #fff;
  background: #1b212c;
}

.search-form {
  background: white;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.subscribe-form .form-group input {
  background: transparent !important;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group .submit {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}

.subscribe-form .form-group .submit:hover {
  cursor: pointer;
}

.subscribe-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-wrap {
  padding: 20px;
  border: 1px solid white;
  margin-bottom: 30px;
}

.sidebar-wrap .heading {
  font-size: 18px;
  text-transform: uppercase;
}

.sidebar-wrap .fields {
  width: 100%;
  position: relative;
}

.sidebar-wrap .fields .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: transparent;
  background: #fff !important;
  color: #55688b !important;
  border: 1px solid white;
  font-size: 14px;
  width: 100%;
  height: 52px !important;
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.sidebar-wrap .fields .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #55688b;
}

.sidebar-wrap .fields .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #55688b;
}

.sidebar-wrap .fields .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #55688b;
}

.sidebar-wrap .fields .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #55688b;
}

.sidebar-wrap .fields .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(27, 33, 44, 0.7);
}

.sidebar-wrap .fields .select-wrap {
  position: relative;
}

.sidebar-wrap .fields .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sidebar-wrap .form-group .btn {
  width: 100%;
  display: block !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.sidebar-wrap .range-slider {
  width: 100%;
  margin: auto;
  position: relative;
  height: 3em;
  margin-bottom: 30px;
}

.sidebar-wrap .range-slider svg,
.sidebar-wrap .range-slider input[type="range"] {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sidebar-wrap input[type="number"] {
  border: 1px solid transparent;
  text-align: center;
  font-size: 14px;
  -moz-appearance: textfield;
  background: transparent;
  position: relative;
}

.sidebar-wrap input[type="number"]::-webkit-outer-spin-button,
.sidebar-wrap input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.sidebar-wrap input[type="number"]:invalid,
.sidebar-wrap input[type="number"]:out-of-range {
  border: 2px solid #ff6347;
}

.sidebar-wrap input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
}

.sidebar-wrap input[type="range"]:focus {
  outline: none;
}

.sidebar-wrap input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #282165;
}

.sidebar-wrap input[type="range"]:focus::-ms-fill-lower {
  background: #282165;
}

.sidebar-wrap input[type="range"]:focus::-ms-fill-upper {
  background: #282165;
}

.sidebar-wrap input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #282165;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.sidebar-wrap input[type="range"]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #282165;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #282165;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.sidebar-wrap input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #282165;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.sidebar-wrap input[type="range"]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #282165;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #282165;
  cursor: pointer;
}

.sidebar-wrap input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.sidebar-wrap input[type="range"]::-ms-fill-lower,
.sidebar-wrap input[type="range"]::-ms-fill-upper {
  background: #282165;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.sidebar-wrap input[type="range"]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #282165;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #282165;
  cursor: pointer;
}

.sidebar-wrap .rate i {
  color: #282165;
  margin: 0 4px !important;
}

.rate i {
  color: #282165;
  margin: 0 4px;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  color: #1b212c;
  font-style: italic;
}

#unicol_GecLtd-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}

#unicol_GecLtd-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#unicol_GecLtd-loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#unicol_GecLtd-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#unicol_GecLtd-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

#course-container .col-md-4.d-flex {
  display: flex;
}
.course.align-self-stretch {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.course .text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.course .btn {
  margin-top: auto;
}

.course-card--selected {
  border: 2px solid #e87d22 !important;
  box-shadow: 0 0 0 4px rgba(232, 125, 34, 0.15);
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

/* Captcha Verification Start */
.captcha-container {
  margin: 30px 0;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  padding: 10px;
  width: fit-content;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
}

.captcha-box span{
  font-size: 18px;
  font-weight: 600;
}

.captcha-input {
  width: 70px;
  height: 40px;
  padding: 5px;
}

.refresh-btn {
  padding: 5px 16px;
  cursor: pointer;
  border: none;
  background: #0d6efd;
  color: white;
  border-radius: 4px;
  height: 40px;
}

.captcha-message {
  color: red;
  font-size: 14px;
}
/* Captcha Verification End */

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

/* ======================================== Media Query ============================================== */
@media (max-width: 991.98px) {
  .unicol_GecLtd-navbar-light {
    background: #1b212c !important;
    position: relative;
    top: 0;
  }
}

.unicol_GecLtd-navbar-light .navbar-brand {
  color: #fff;
}

@media (min-width: 768px) {
  .unicol_GecLtd-navbar-light .navbar-brand {
    color: #1b212c;
  }
}

@media (max-width: 991.98px) {
  .unicol_GecLtd-navbar-light .navbar-nav > .nav-item.unicol_GecLtd-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .unicol_GecLtd-navbar-light
    .navbar-nav
    > .nav-item.unicol_GecLtd-seperator:before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .unicol_GecLtd-navbar-light .navbar-nav > .nav-item.cta {
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .unicol_GecLtd-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (max-width: 767.98px) {
  .unicol_GecLtd-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .slider-text h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .unicol_GecLtd-search-course {
    margin-top: -150px;
  }
}

@media (max-width: 767.98px) {
  .full-wrap .one-third {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .full-wrap .one-forth {
    width: 0%;
  }
}

@media (max-width: 767.98px) {
  .full-wrap .one-half {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .full-wrap .featured-blog .text,
  .full-wrap .featured-blog .image {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .full-wrap .featured-blog .img {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .about-video h2 {
    font-size: 38px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .about-video .button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11.4em;
  }
}

@media (max-width: 767.98px) {
  .staff {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .teacher-details .img {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .teacher-details .text {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .course {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .block-3 {
    margin-bottom: 7em;
  }
}

@media (min-width: 768px) {
  .block-3 .text,
  .block-3 .image {
    width: 50%;
    padding: 10% 7%;
  }
}

@media (max-width: 767.98px) {
  .block-3 .image {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .aside-stretch {
    background: transparent;
  }

  .aside-stretch:after {
    background: transparent;
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .unicol_GecLtd-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

@media (max-width: 1199.98px) {
  .unicol_GecLtd-vh-75 {
    min-height: 700px;
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

@media (max-width: 767.98px) {
  .unicol_GecLtd-tab-nav {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .unicol_GecLtd-tab-nav li {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .unicol_GecLtd-section {
    padding: 6em 0;
  }
}

@media (min-width: 768px) {
  .unicol_GecLtd-section .container-fluid {
    padding: 0 4em;
  }
}

@media (max-width: 991.98px) {
  #map {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .img-about {
    height: 400px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .unicol_GecLtd-counter .counter-wrap {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .unicol_GecLtd_Info-title {
    font-size: 28px;
  }

  .unicol_GecLtd_Info-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .location_card:hover {
    transform: none; /* disable lift on mobile */
  }
}

@media (max-width: 767.98px) {
  .block-17 form .fields .icon {
    right: 10px;
  }
}

@media (max-width: 767.98px) {
  .block-17 form .search-submit {
    width: 80px;
  }
}

@media (max-width: 767.98px) {
  .sidebar-wrap .fields .icon {
    right: 10px;
  }
}