﻿/*$default-color-2: #ff9f5c;*/
/*$default-color-2: #ff9f5c;*/
.fg-color-blue {
  color: #2d89ef !important;
}

.fg-color-blueLight {
  color: #eff4ff !important;
}

.fg-color-blueDark {
  color: #2b5797 !important;
}

.fg-color-green {
  color: #00a300 !important;
}

.fg-color-greenLight {
  color: #99b433 !important;
}

.fg-color-greenLight-2 {
  color: #8ebc00 !important;
}

.fg-color-greenDark {
  color: #1e7145 !important;
}

.fg-color-red {
  color: #ff0000 !important;
}

.fg-color-yellow {
  color: #ffc40d !important;
}

.fg-color-orange {
  color: #e3a21a !important;
}

.fg-color-orangeDark {
  color: #da532c !important;
}

.fg-color-pink {
  color: #9f00a7 !important;
}

.fg-color-pinkDark {
  color: #7e3878 !important;
}

.fg-color-purple {
  color: #603cba !important;
}

.fg-color-darken {
  color: #1d1d1d !important;
}

.fg-color-lighten {
  color: #d5e7ec !important;
}

.fg-color-white {
  color: #ffffff !important;
}

.fg-color-grayDark {
  color: #525252 !important;
}

.fg-color-magenta {
  color: #ff0097 !important;
}

.fg-color-teal {
  color: #00aba9 !important;
}

.fg-color-redLight {
  color: #ee1111 !important;
}

.bg-color-grayLight {
  background-color: #c1c1c1 !important;
}

.bg-color-grayLight-2 {
  background-color: rgb(245, 245, 245) !important;
}

.bg-color-blue {
  background-color: #2d89ef !important;
}

.bg-color-blueLight {
  background-color: #eff4ff !important;
}

.bg-color-blueDark {
  background-color: #2b5797 !important;
}

.bg-color-green {
  background-color: #00a300 !important;
}

.bg-color-greenLight {
  background-color: #99b433 !important;
}

.bg-color-greenLight-2 {
  background-color: #8ebc00 !important;
}

.bg-color-greenDark {
  background-color: #1e7145 !important;
}

.bg-color-red {
  background-color: #ff0000 !important;
}

.bg-color-yellow {
  background-color: #ffc40d !important;
}

.bg-color-orange {
  background-color: #e3a21a !important;
}

.bg-color-orangeDark {
  background-color: #da532c !important;
}

.bg-color-pink {
  background-color: #9f00a7 !important;
}

.bg-color-pinkDark {
  background-color: #7e3878 !important;
}

.bg-color-purple {
  background-color: #603cba !important;
}

.bg-color-darken {
  background-color: #1d1d1d !important;
}

.bg-color-lighten {
  background-color: #d5e7ec !important;
}

.bg-color-white {
  background-color: #ffffff !important;
}

.bg-color-grayDark {
  background-color: #525252 !important;
}

.bg-color-magenta {
  background-color: #ff0097 !important;
}

.bg-color-teal {
  background-color: #00aba9 !important;
}

.bg-color-redLight {
  background-color: #ee1111 !important;
}

[class*=border-color] {
  border: 2px solid;
}

.border-color-blue {
  border-color: #2d89ef !important;
}

.border-color-blueLight {
  border-color: #eff4ff !important;
}

.border-color-blueDark {
  border-color: #2b5797 !important;
}

.border-color-green {
  border-color: #00a300 !important;
}

.border-color-greenLight {
  border-color: #99b433 !important;
}

.border-color-greenLight-2 {
  border-color: #8ebc00 !important;
}

.border-color-greenDark {
  border-color: #1e7145 !important;
}

.border-color-red {
  border-color: #b91d47 !important;
}

.border-color-yellow {
  border-color: #ffc40d !important;
}

.border-color-orange {
  border-color: #e3a21a !important;
}

.border-color-orangeDark {
  border-color: #da532c !important;
}

.border-color-pink {
  border-color: #9f00a7 !important;
}

.border-color-pinkDark {
  border-color: #7e3878 !important;
}

.border-color-purple {
  border-color: #603cba !important;
}

.border-color-darken {
  border-color: #1d1d1d !important;
}

.border-color-lighten {
  border-color: #d5e7ec !important;
}

.border-color-white {
  border-color: #ffffff !important;
}

.border-color-grayDark {
  border-color: #525252 !important;
}

.border-color-magenta {
  border-color: #ff0097 !important;
}

.border-color-teal {
  border-color: #00aba9 !important;
}

.border-color-redLight {
  border-color: #ee1111 !important;
}

*:hover[class=outline-color] {
  outline: 3px solid;
}

.outline-color-blue {
  outline-color: #2d89ef !important;
}

.outline-color-blueLight {
  outline-color: #eff4ff !important;
}

.outline-color-blueDark {
  outline-color: #2b5797 !important;
}

.outline-color-green {
  outline-color: #00a300 !important;
}

.outline-color-greenLight {
  outline-color: #99b433 !important;
}

.outline-color-greenDark {
  outline-color: #1e7145 !important;
}

.outline-color-red {
  outline-color: #b91d47 !important;
}

.outline-color-yellow {
  outline-color: #ffc40d !important;
}

.outline-color-orange {
  outline-color: #e3a21a !important;
}

.outline-color-orangeDark {
  outline-color: #da532c !important;
}

.outline-color-pink {
  outline-color: #9f00a7 !important;
}

.outline-color-pinkDark {
  outline-color: #7e3878 !important;
}

.outline-color-purple {
  outline-color: #603cba !important;
}

.outline-color-darken {
  outline-color: #1d1d1d !important;
}

.outline-color-lighten {
  outline-color: #d5e7ec !important;
}

.outline-color-white {
  outline-color: #ffffff !important;
}

.outline-color-grayDark {
  outline-color: #525252 !important;
}

.outline-color-magenta {
  outline-color: #ff0097 !important;
}

.outline-color-teal {
  outline-color: #00aba9 !important;
}

.outline-color-redLight {
  outline-color: #ee1111 !important;
}

.pagetitle-container {
  background-color: transparent;
  padding: 30px 0 80px 0;
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #172b3b;
}
.pagetitle-container > h2 {
  text-decoration: #28A8EA underline;
  transition: all 0.3s ease-in-out 0s;
  text-underline-offset: 20px;
}

.alt-row .h1, .alt-row .h2, .alt-row .h3, .alt-row .h4, .alt-row .h5, .alt-row .h6, .alt-row h1, .alt-row h2, .alt-row h3, .alt-row h4, .alt-row h5, .alt-row h6, .announcement-area .h1, .announcement-area .h2, .announcement-area .h3, .announcement-area .h4, .announcement-area .h5, .announcement-area .h6, .announcement-area h1, .announcement-area h2, .announcement-area h3, .announcement-area h4, .announcement-area h5, .announcement-area h6 {
  text-transform: uppercase;
}
.alt-row .h2, .alt-row h2, .announcement-area .h2, .announcement-area h2 {
  font-size: 40px;
}
.alt-row .h3, .alt-row h3, .announcement-area .h3, .announcement-area h3 {
  font-size: 32px;
}
.alt-row .h4, .alt-row h4, .announcement-area .h4, .announcement-area h4 {
  font-size: 28px;
}
.alt-row hr, .announcement-area hr {
  margin: 40px 0;
}

.alt-row1 {
  background-color: #D1DFE5;
}

.announcement-area {
  background-image: none;
}
.announcement-area .announcement-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
}
.announcement-area .announcement-btn .default-btn span {
  background-color: #0B2C3E !important;
}

.opt-color {
  color: #28A8EA;
}

.table thead th {
  font-size: 14px;
  line-height: 18px;
  vertical-align: top;
}
.table tr, .table td {
  background-color: #E3EBEF;
  border-color: #A5B0B6;
}
.table tr a, .table td a {
  color: #28A8EA;
}

.theme-dark .pagetitle-container {
  background-color: #181818;
  padding: 60px 0;
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  text-align: center;
  color: white;
}
.theme-dark .table tr, .theme-dark .table td {
  background-color: #181818;
  color: white;
  border-color: #303030;
}

.main-navbar .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 15px;
  left: 0;
  background-color: #28A8EA;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.main-navbar .navbar-nav > li > a:hover:before {
  visibility: visible;
  width: 100%;
}
.main-navbar .default-btn {
  padding: 5px 10px 5px 40px;
}
.main-navbar .default-btn i {
  left: 10px;
}

.footer-area {
  background-image: none;
  background-color: #0B2C3E;
  /*	.widget-info
  	{
  		> li
  		{
  			color: white;
  			padding-left: 26px;

  			a
  			{
  				color: white;

  				&:hover
  				{
  					color: $main-color;
  					text-decoration: underline;
  				}
  			}
  		}
  	}
  */
}
.footer-area .h1, .footer-area .h2, .footer-area .h3, .footer-area .h4, .footer-area .h5, .footer-area .h6, .footer-area h1, .footer-area h2, .footer-area h3, .footer-area h4, .footer-area h5, .footer-area h6 {
  color: white;
}
.footer-area .single-footer-widget {
  margin-bottom: 25px;
}
.footer-area .single-footer-widget .widget-logo {
  margin-bottom: 25px;
}
.footer-area .single-footer-widget p {
  margin-bottom: 0;
}
.footer-area .single-footer-widget h3 {
  font-size: 25px;
  margin-bottom: 25px;
}
.footer-area .single-footer-widget .footer-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-area .single-footer-widget .footer-links-list li {
  /*font-size: $footer-font-size;*/
  font-weight: 500;
  margin-bottom: 5px;
}
.footer-area .single-footer-widget .footer-links-list li a {
  color: #28A8EA;
  display: inline-block;
}
.footer-area .single-footer-widget .footer-links-list li a:hover {
  color: #28A8EA;
  letter-spacing: 1px;
}
.footer-area .single-footer-widget .footer-links-list li:last-child {
  margin-bottom: 0;
}
.footer-area .single-footer-widget .widget-info {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.footer-area .single-footer-widget .widget-info li {
  list-style-type: none;
  margin-bottom: 5px;
  color: #28A8EA;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
}
.footer-area .single-footer-widget .widget-info li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #28A8EA;
}
.footer-area .single-footer-widget .widget-info li a {
  color: #28A8EA;
}
.footer-area .single-footer-widget .widget-info li a:hover {
  color: #28A8EA;
  letter-spacing: 1px;
}
.footer-area .single-footer-widget .widget-info li:last-child {
  margin-bottom: 0;
}
.footer-area .single-footer-widget .widget-info-file {
  padding-left: 0 !important;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
.footer-area .single-footer-widget .widget-info-file li {
  list-style-type: none;
  margin-bottom: 5px;
  color: #28A8EA;
  /*font-size: $footer-font-size;*/
  font-weight: 500;
  position: relative;
}
.footer-area .single-footer-widget .widget-info-file li a {
  padding: 3px;
  text-decoration: none;
  display: flex;
  color: #28A8EA;
  align-items: center;
  justify-content: start;
  gap: 10px;
  word-wrap: normal;
}
.footer-area .single-footer-widget .widget-info-file li a i {
  color: #28A8EA;
}
.footer-area .single-footer-widget .widget-info-file li a:hover {
  background-color: #11445F;
}
.footer-area .single-footer-widget .widget-info-file li:last-child {
  margin-bottom: 0;
}
.footer-area .single-footer-widget .widget-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.footer-area .single-footer-widget .widget-social li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0;
  margin-right: 10px;
}
.footer-area .single-footer-widget .widget-social li:last-child {
  margin-right: 0;
}
.footer-area .single-footer-widget .widget-social li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #28A8EA;
  color: #28A8EA;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  transition: 0.6s;
}
.footer-area .single-footer-widget .widget-social li i:hover {
  background-color: #28A8EA;
  border: 1px solid #28A8EA;
  color: #ffffff;
  transform: translateY(-5px);
}

.program-available {
  background-color: #28A8EA;
  text-align: center;
  padding: 10px 0;
}
.program-available a {
  font-size: 22px;
  color: white;
  text-decoration: none;
  line-height: 24px;
}
.program-available a span {
  font-size: 14px;
}
.program-available a:hover {
  color: #0B2C3E;
  text-decoration: none;
}

.navbar-area {
  background-color: #0E2B3E;
  color: white;
}
.navbar-area a.meanmenu-reveal {
  color: white !important;
}
.navbar-area a.meanmenu-reveal span {
  background: white !important;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(14, 43, 62, 0.8);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.6s;
}

.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
  font-size: 18px !important;
  font-weight: bold;
}

.others-option-for-responsive .dot-menu {
  top: -30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.6s;
  background-color: white;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #28A8EA;
}
