.bg-theme-light {
  background-color: #376893; }

.bg-gray {
  background-color: #F1F5F8; }

.bg-red {
  background-color: #130f49; }

.bg-secondary {
  background-color: #4db9fe !important; }

.text-secondary {
  color: #4db9fe !important; }

.text-red {
  color: #f12849; }

.text-green {
  color: #44ab00; }

.text-blue {
  color: #11a3d4; }

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova Alt Cn Rg';
  src: url("../fonts/../fonts/ProximaNovaACond-Bold.woff2") format("woff2"), url("../fonts/../fonts/ProximaNovaACond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova ScOsf Rg';
  src: url("../fonts/../fonts/ProximaNovaS-Bold.woff2") format("woff2"), url("../fonts/../fonts/ProximaNovaS-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova Alt Rg';
  src: url("../fonts/../fonts/ProximaNovaA-Bold.woff2") format("woff2"), url("../fonts/../fonts/ProximaNovaA-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova Alt ExCn Rg';
  src: url("../fonts/../fonts/ProximaNovaAExCn-Bold.woff2") format("woff2"), url("../fonts/../fonts/ProximaNovaAExCn-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova Cn Rg';
  src: url("../fonts/../fonts/ProximaNovaCond-Bold.woff2") format("woff2"), url("../fonts/../fonts/ProximaNovaCond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova ScOsf ExCn Rg';
  src: url("../fonts/../fonts/ProximaNovaSExCn-Bold.woff2") format("woff2"), url("../fonts/../fonts/ProximaNovaSExCn-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova ScOsf Cn Rg';
  src: url("../fonts/../fonts/ProximaNovaSCond-Bold.woff2") format("woff2"), url("../fonts/../fonts/ProximaNovaSCond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova ExCn Rg';
  src: url("../fonts/../fonts/ProximaNovaExCn-Bold.woff2") format("woff2"), url("../fonts/ProximaNovaExCn-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
header {
  padding: 10px 0;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  position: relative;
  width: 100%;
  z-index: 1; }
  header .navbar-brand img {
    max-width: 200px; }
  header.sticky {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #130f49;
    z-index: 999;
    padding: 0; }
    header.sticky .navbar-nav .nav-item .nav-link {
      color: #FFF; }
      header.sticky .navbar-nav .nav-item .nav-link.btn-secondary {
        color: #FFF !important; }
  header .navbar-nav .nav-item .nav-link {
    padding: 12px 20px;
    color: #130f49;
    font-weight: 600; }

@media screen and (max-width: 991px) {
  .navbar-nav {
    margin-top: 30px;
    background-color: rgba(219, 239, 244, 0.56); }

  header .navbar-brand img {
    max-width: 100px; } }
#nav-icon1 {
  width: 38px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: none;
  margin-top: 14px; }
  #nav-icon1:focus, #nav-icon1:active {
    outline: none; }
  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #4db9fe;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon1 span:nth-child(1) {
      top: 0px; }
    #nav-icon1 span:nth-child(2) {
      top: 12px; }
    #nav-icon1 span:nth-child(3) {
      top: 24px; }
  #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(100px); }
  #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

body {
  font-family: "Proxima Nova Rg";
  color: #130f49; }

a {
  color: #4db9fe; }
  a:hover {
    text-decoration: none; }

@media (min-width: 1366px) {
  .container {
    max-width: 1266px !important; } }
.page-wrap {
  margin-bottom: 200px;
  min-height: 600px; }
  .page-wrap::before {
    content: "";
    background: url("../images/content-page-bg.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    min-height: 400px; }
  .page-wrap.full-page {
    height: 100vh; }

.page-title {
  position: relative;
  text-align: center; }
  .page-title.title-center p {
    max-width: 560px;
    margin: auto;
    line-height: 28px; }
  .page-title.title-sm h3 {
    font-size: 44px; }
  .page-title h3 {
    color: #2e6388;
    margin: 0;
    text-transform: uppercase;
    font-size: 64px;
    font-weight: bold; }
  .page-title p {
    color: #0b142a;
    font-size: 22px; }

.page-content-inner {
  padding: 30px; }

@media screen and (max-width: 767px) {
  .page-title h3 {
    font-size: 34px; }
  .page-title p {
    font-size: 16px; } }
.breadcrumb {
  position: relative;
  margin-top: 50px;
  background-color: transparent;
  padding-left: 0; }
  .breadcrumb .breadcrumb-item a {
    color: #040d25; }

.find-topics {
  position: relative;
  margin-top: 100px;
  min-height: 400px; }
  .find-topics .topics-row {
    justify-content: center; }
  .find-topics .topic-box {
    background-color: #FFF;
    box-shadow: 2px 2px 13px 3px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
    width: 220px;
    height: 200px;
    margin: 0 14px;
    margin-top: 20px; }
    .find-topics .topic-box .icon {
      min-height: 97px; }
      .find-topics .topic-box .icon img {
        max-width: 110px; }
    .find-topics .topic-box h4 {
      color: #130f49;
      font-size: 18px;
      font-weight: 600;
      margin-top: 30px; }

.asking-help {
  margin: 100px 0; }

.info-boxes {
  margin: 100px 0; }

.study-group .video {
  text-align: center;
  padding-top: 50px; }
  .study-group .video iframe {
    max-width: 100%; }

.info-box {
  text-align: center;
  box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.12);
  padding: 40px 40px;
  border-radius: 8px;
  min-height: 300px;
  position: relative;
  background-color: #FFF; }
  .info-box.box-sm {
    padding: 20px 20px;
    min-height: 218px; }
    .info-box.box-sm .icon img {
      max-width: 150px; }
    .info-box.box-sm h4 {
      margin-top: 10px;
      margin-bottom: 4px; }
    .info-box.box-sm p {
      font-size: 14px; }
  .info-box.bg-shape::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -59px;
    background-repeat: no-repeat;
    background-position: center;
    height: 58px;
    width: 100%;
    left: 0;
    right: 0; }
  .info-box.bg-shape.shape-green::after {
    background-image: url("../images/info-box-shape-green.png"); }
  .info-box.bg-shape.shape-blue::after {
    background-image: url("../images/info-box-shape-blue.png"); }
  .info-box .icon img {
    max-width: 76px; }
  .info-box h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 20px;
    text-transform: uppercase; }
  .info-box p {
    font-size: 16px;
    margin: 0; }

.main-info {
  background-image: url("../images/bg-1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  min-height: 1400px;
  padding-top: 380px; }

.contact-info {
  background-image: url("../images/contact-info-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  min-height: 1150px;
  padding-top: 233px; }
  .contact-info.bg-transparent {
    background-image: url("../images/contact-bg.png");
    padding-top: 0;
    min-height: auto;
    padding-top: 80px; }
  .contact-info .section-title p {
    font-size: 18px !important;
    max-width: 391px;
    margin: auto;
    line-height: 22px; }

.about-main {
  background-image: url("../images/illustration-about.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  min-height: 1170px;
  padding-top: 300px; }
  .about-main .about-content {
    padding-left: 40px;
    color: #FFF; }
    .about-main .about-content h3 {
      font-weight: bold;
      font-size: 42px; }
    .about-main .about-content h4 {
      font-weight: bold;
      font-size: 32px; }

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .about-main {
    padding-top: 196px; } }
@media screen and (min-width: 1992px) and (max-width: 1199px) {
  .about-main {
    padding-top: 196px; } }
@media screen and (min-width: 1367px) {
  .find-topics {
    margin-top: 250px; }

  .main-info {
    min-height: 1600px;
    padding-top: 420px; } }
@media screen and (max-width: 767px) {
  .asking-help {
    margin-top: 0; }

  .info-box {
    margin-bottom: 30px; }
    .info-box.bg-shape {
      margin-bottom: 70px; }

  .main-info {
    background-image: none;
    height: auto;
    min-height: auto;
    padding-top: 0; }

  .contact-info {
    background-size: cover; }

  .about-main {
    background-image: none;
    padding-top: 50px;
    min-height: auto; }
    .about-main .about-content {
      color: #130f49;
      padding-left: 0; }
      .about-main .about-content h3 {
        font-size: 22px; }
      .about-main .about-content h4 {
        font-size: 18px; }
      .about-main .about-content .btn-white {
        background-color: #130f49;
        color: #FFF; } }
iframe {
  max-width: 100%; }

.section-title h3 {
  text-transform: uppercase;
  font-size: 42px;
  color: #130f49;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 38px; }
.section-title.title-sm h3 {
  font-size: 30px; }
.section-title p {
  font-size: 30px;
  margin: 0; }

.ic-chevron {
  position: relative;
  padding-left: 20px; }
  .ic-chevron::before {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url("../images/chevron-right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px; }

.title-style-2 {
  position: relative; }
  .title-style-2 h3 {
    color: #202020;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600; }
    .title-style-2 h3::before {
      content: '';
      display: block;
      height: 2px;
      width: 34px;
      background-color: #446f92;
      position: absolute;
      left: 0;
      bottom: -1px; }

.title-lite {
  font-size: 36px;
  line-height: 45px;
  color: #5B5B5B; }

.title-lg {
  font-family: "Proxima Nova Rg";
  font-size: 51px;
  font-style: normal;
  font-weight: 900; }

.input-search-group {
  position: relative; }
  .input-search-group .form-control {
    border-radius: 30px;
    padding-left: 50px;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.12); }
  .input-search-group i {
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -8px;
    color: #b1b3b7; }
  .input-search-group .input-group-append {
    position: absolute;
    top: 0;
    right: 0; }
    .input-search-group .input-group-append .btn {
      padding: 13px 30px !important; }

.simple-heading {
  color: #130f49;
  font-weight: 300; }

.simple-heading-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6); }

.contact-wrap {
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 50px 50px; }

.box-wrap {
  background-color: #F7F8FC;
  padding: 40px 40px; }
  .box-wrap .box-title h4 {
    font-weight: bold;
    color: #4db9fe; }
    .box-wrap .box-title h4 span {
      width: 37px;
      height: 37px;
      background-color: #130f49;
      border-radius: 2px;
      display: inline-block;
      margin: 0 4px;
      text-align: center;
      color: #FFF;
      padding-top: 3px; }

.list-round .list-group-item {
  margin-bottom: 16px;
  border-radius: 30px;
  border: 1px solid #ececec;
  box-shadow: 2px 2px 13px 3px rgba(0, 0, 0, 0.03);
  color: #5a5d67;
  font-weight: 600; }
  .list-round .list-group-item:hover {
    background-color: #44ab00;
    color: #e2f0dd; }

.dropdown-list {
  min-width: 200px;
  padding-top: 20px;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.09); }
  .dropdown-list .list-check-circle li {
    font-size: 12px; }

.list-check-circle {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-check-circle li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    margin-bottom: 8px;
    color: #130f49; }
    .list-check-circle li.active {
      color: #328c4a; }
      .list-check-circle li.active::before {
        color: #328c4a; }
    .list-check-circle li::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      content: "\f058";
      display: block;
      position: absolute;
      left: 8px;
      top: 0;
      color: #8b8c8e; }

.list-check {
  margin: 30px 0 20px 0;
  padding: 0;
  list-style-type: none; }
  .list-check li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    margin-bottom: 8px;
    color: #130f49; }
    .list-check li::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 10px;
      width: 14px;
      height: 10px;
      background-image: url(../images/ic-check.png);
      background-repeat: no-repeat;
      background-size: 100%; }

.tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center; }
  .tags li {
    margin-right: 10px; }
    .tags li a {
      min-width: 111px;
      display: inline-block;
      text-align: center;
      padding: 8px 10px;
      background-color: #f0eafb;
      border-radius: 30px;
      font-size: 14px;
      font-weight: 600; }
      .tags li a.tag-blue {
        color: #2030d3;
        background-color: #f1f2fb; }
        .tags li a.tag-blue:hover {
          background-color: #2030d3;
          color: #FFF; }
      .tags li a.tag-purple {
        color: #8f54de; }
        .tags li a.tag-purple:hover {
          background-color: #8f54de;
          color: #FFF; }
      .tags li a.tag-red {
        color: #ff6f6f;
        background-color: #fde5e5; }
        .tags li a.tag-red:hover {
          background-color: #ff6f6f;
          color: #FFF; }
    .tags li.date {
      margin-left: auto;
      color: #85848b; }

@media screen and (max-width: 767px) {
  .tags li {
    margin-right: 6px; }
    .tags li a {
      min-width: auto;
      display: inline-block;
      text-align: center;
      padding: 8px 8px;
      background-color: #f0eafb;
      border-radius: 30px;
      font-size: 10px;
      font-weight: 600; }
    .tags li.date {
      font-size: 10px; }
      .tags li.date img {
        width: 12px; }

  .section-title h3 {
    font-size: 22px; }
  .section-title p {
    font-size: 16px; } }
.btn-primary {
  background-color: #130f49;
  color: #FFF !important;
  border: none !important; }
  .btn-primary:hover {
    background-color: #4db9fe; }

.btn-primary-light {
  background-color: #376893;
  color: #FFF !important;
  border: none !important; }
  .btn-primary-light:hover {
    background-color: #130f49; }

.btn-white {
  background-color: rgba(255, 255, 255, 0.8);
  color: #130f49;
  font-weight: bold; }
  .btn-white:hover {
    background-color: #4db9fe;
    color: #FFF; }

.input-group .btn {
  padding: 8px 18px !important;
  font-size: 16px;
  font-weight: bold; }

.btn-textbox {
  padding: 9px 22px !important; }

.btn-round {
  border-radius: 30px; }

.btn {
  padding: 12px 40px !important;
  font-size: 20px;
  font-weight: 600; }
  .btn.btn-sm {
    padding: 10px 30px !important;
    font-size: 16px; }

.btn-outline-white {
  border-color: #FFF;
  color: #FFF; }

.btn-secondary {
  background-color: #4db9fe;
  border: none; }

.btn-light-blue {
  background-color: #e6ecfe;
  color: #1879f8;
  font-weight: 600; }

.main-banner::before {
  content: "";
  background: url("../images/banner-illustration.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
  min-height: 1200px; }
.main-banner h1 {
  font-family: "Proxima Nova Rg";
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
  color: #130f49;
  margin-top: 140px;
  margin-bottom: 0; }
.main-banner h3 {
  color: #130f49;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.9rem; }
.main-banner p {
  font-size: 20px;
  margin-top: 24px;
  color: #130f49;
  font-weight: 300;
  line-height: 25px;
  max-width: 615px; }
.main-banner .banner-actions {
  margin-top: 40px; }
  .main-banner .banner-actions a {
    margin-right: 10px; }
.main-banner .banner-img {
  text-align: right; }
  .main-banner .banner-img img {
    max-width: 100%; }

/*@media screen and (min-width: 1366px) {
	.main-banner {
		width: 100%;
		max-width: 1920px;
	}
}
*/
@media screen and (max-width: 767px) {
  .main-banner::before {
    content: "";
    background: url("../images/banner-illustration-simple.png");
    background-size: 100%;
    background-repeat: no-repeat; }
  .main-banner h1 {
    margin-top: 50px;
    font-size: 48px;
    line-height: 45px; }
  .main-banner .banner-actions {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .main-banner .banner-actions .btn {
      font-size: 16px;
      padding: 13px 22px !important;
      flex: 1; } }
.main-login {
  width: 100%;
  min-height: 665px;
  background-image: url("../images/main-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-top: 100px; }

.form-wrap {
  background-color: #FFF;
  padding: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .form-wrap h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
    color: rgba(0, 0, 0, 0.8); }

.login-info {
  font-size: 24px;
  margin-top: 24px;
  color: #FFF;
  font-weight: 300;
  line-height: 38px; }
  .login-info span {
    color: #4db9fe;
    font-weight: bold; }

.back-link {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center; }
  .back-link i {
    font-size: 18px;
    margin-right: 10px; }

.form-control {
  border-radius: 0;
  min-height: 50px; }
  .form-control::placeholder {
    font-weight: 300; }

.custom-file-group .file-input {
  visibility: hidden; }
.custom-file-group .custom-label {
  display: block;
  min-height: 40px;
  position: absolute;
  width: 100%;
  top: 0;
  cursor: pointer; }
.custom-file-group span {
  display: block !important;
  position: absolute;
  left: 0px;
  bottom: -21px;
  z-index: 1; }

.delete-file {
  position: relative;
  margin-left: auto; }
  .delete-file img {
    width: 36px;
    height: 36px;
    border-radius: 50%; }
  .delete-file a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
    .delete-file a i {
      color: #FFF;
      font-size: 12px; }

.file-help {
  display: flex;
  align-items: center;
  margin-top: 21px;
  position: relative; }
  .file-help > img {
    width: 36px;
    height: 36px;
    border-radius: 50%; }
  .file-help .upload-requirements {
    padding: 0 10px; }
  .file-help i {
    font-size: 16px;
    color: #4db9fe; }

.form-floating .form-row {
  margin-bottom: 30px; }
.form-floating .form-row > [class*=col-] {
  padding-right: 40px; }
.form-floating.no-icon .form-control {
  padding-left: 0; }
.form-floating.no-icon .chosen-container-single .chosen-single {
  padding: 0; }
.form-floating.no-icon .chosen-container-single .chosen-single span {
  margin: 14px 0 0 0; }
.form-floating .form-group {
  position: relative; }
  .form-floating .form-group label {
    margin: 0;
    color: #878b95;
    font-size: 16px; }
  .form-floating .form-group > i {
    position: absolute;
    left: 7px;
    top: 36px;
    font-size: 20px; }
.form-floating .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #130f49;
  background-color: transparent;
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  color: #071028;
  font-weight: 600; }
  .form-floating .form-control.is-invalid {
    border-bottom-color: #f12849; }
    .form-floating .form-control.is-invalid + span {
      color: #f12849; }
  .form-floating .form-control:focus, .form-floating .form-control:active {
    outline: none;
    box-shadow: none; }

.invalid-feedback {
  color: #f12849 !important;
  font-weight: 300; }

.testimonials-wrap {
  padding: 100px; }

.testimonials .section-title {
  max-width: 700px;
  margin: auto; }
.testimonials .owl-nav {
  position: relative; }
  .testimonials .owl-nav .owl-prev {
    position: absolute;
    left: 0; }
  .testimonials .owl-nav .owl-next {
    position: absolute;
    right: 0; }
.testimonials .testimonial-item {
  min-height: 286px;
  background-image: url("../images/testimonial-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 50px 62px; }
  .testimonials .testimonial-item > p {
    font-size: 15px;
    color: #5f5e7a; }
  .testimonials .testimonial-item .user {
    display: flex;
    align-items: center;
    margin-top: 15px; }
    .testimonials .testimonial-item .user .user-thumb img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .testimonials .testimonial-item .user .user-info {
      padding-left: 12px; }
      .testimonials .testimonial-item .user .user-info h2 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        color: #130f49; }
      .testimonials .testimonial-item .user .user-info p {
        margin: 0;
        font-size: 16px;
        color: #a6a5b3; }

.owl-theme .owl-dots .owl-dot span {
  background-color: #d4d5d9; }

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #259bff; }

@media screen and (max-width: 767px) {
  .testimonials-wrap {
    padding: 0; }

  .testimonials .testimonial-item {
    box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.12);
    padding: 30px;
    background-image: none;
    background-color: #FFF;
    height: auto;
    margin: 16px;
    border-radius: 8px; } }
.topic-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }
  .topic-filters li {
    flex: 1;
    padding: 10px 20px;
    flex-grow: 2; }
    .topic-filters li:first-child {
      flex-grow: 1;
      padding-left: 0;
      padding-right: 0; }
    .topic-filters li .form-control {
      background-color: #f5f7f9;
      border-radius: 9px;
      padding-left: 8px;
      font-size: 0.85rem; }
    .topic-filters li h4 {
      margin: 0; }

.topics-list {
  min-height: 500px;
  margin-top: 40px; }
  .topics-list .list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px; }
    .topics-list .list-item:hover .thumb img {
      transform: scale(1.06); }
    .topics-list .list-item .thumb {
      flex-basis: 25%;
      overflow: hidden;
      border-radius: 12px; }
      .topics-list .list-item .thumb img {
        max-width: 100%;
        border-radius: 12px;
        transition: all 0.5s ease;
        transform: scale(1); }
    .topics-list .list-item .description {
      flex-basis: 75%;
      padding: 14px 24px; }
      .topics-list .list-item .description h2 {
        position: relative;
        margin: 0; }
        .topics-list .list-item .description h2 a {
          color: #040d25;
          font-size: 26px;
          font-weight: bold; }
        .topics-list .list-item .description h2 .bookmark {
          position: absolute;
          top: 0;
          right: 10px; }
          .topics-list .list-item .description h2 .bookmark i {
            color: #2f2f37;
            font-size: 30px; }
      .topics-list .list-item .description p {
        color: #85848b;
        font-size: 15px;
        max-width: 340px; }
        .topics-list .list-item .description p strong {
          color: #040d25; }

.topics-sidebar .sidebar-title {
  position: relative;
  color: #2e6388;
  font-size: 26px;
  font-weight: bold; }
  .topics-sidebar .sidebar-title a {
    position: absolute;
    right: 0;
    color: #071028;
    font-size: 16px; }
    .topics-sidebar .sidebar-title a:hover {
      text-decoration: underline;
      color: #130f49; }

.sidebar-topics-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar-topics-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 24px 20px;
    box-shadow: 2px 2px 13px 3px rgba(0, 0, 0, 0.03);
    border-radius: 14px; }
    .sidebar-topics-list li .thumb {
      flex-basis: 25%;
      overflow: hidden;
      border-radius: 12px; }
      .sidebar-topics-list li .thumb img {
        max-width: 100%;
        border-radius: 12px;
        transition: all 0.5s ease; }
    .sidebar-topics-list li .description {
      flex-basis: 75%;
      padding-left: 14px; }
      .sidebar-topics-list li .description h3 {
        color: #040d25;
        font-size: 24px;
        font-weight: bold;
        margin: 0; }
      .sidebar-topics-list li .description p {
        color: #838289;
        font-size: 15px;
        margin-bottom: 0; }

.mpt-title {
  font-size: 15px;
  color: #040d25;
  margin: 20px 0;
  font-weight: bold; }

.topic-details .topic-title {
  color: #040d25;
  font-weight: bold; }
.topic-details .topic-content {
  margin: 50px 0; }
  .topic-details .topic-content h4 {
    font-weight: bold; }
  .topic-details .topic-content p {
    color: #525252; }
  .topic-details .topic-content .author p {
    color: #838289; }
  .topic-details .topic-content .author strong {
    color: #040d25; }

@media screen and (max-width: 767px) {
  .topic-filters {
    display: block; }

  .topics-list .list-item {
    display: block;
    padding: 0;
    margin-bottom: 0; }
    .topics-list .list-item .description {
      padding: 20px 0; }
      .topics-list .list-item .description h2 {
        font-size: 20px; }
      .topics-list .list-item .description p {
        max-width: 100%;
        font-size: 14px; } }
@media screen and (max-width: 480px) {
  .topics-list .list-item .description h2 .bookmark {
    display: none; } }
.topic-comments .post-new {
  padding: 32px 20px;
  border: 1px solid #dcdcdc;
  box-shadow: 2px 2px 13px 3px rgba(0, 0, 0, 0.03);
  border-radius: 12px; }

.input-post-group {
  position: relative; }
  .input-post-group .form-control {
    border-radius: 30px;
    padding-left: 20px;
    background-color: #f1f2f4;
    border: none; }
  .input-post-group .input-group-append {
    position: absolute;
    top: 0;
    right: 0; }
    .input-post-group .input-group-append .btn {
      padding: 13px 30px !important;
      min-width: 180px; }

.post-new-actions {
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center; }
  .post-new-actions.in-reply {
    margin: 0 20px 0 0; }
    .post-new-actions.in-reply li {
      margin: 12px; }
      .post-new-actions.in-reply li i {
        font-size: 22px; }
  .post-new-actions li {
    margin-right: 60px;
    display: flex;
    align-items: center; }
    .post-new-actions li i {
      font-size: 30px; }
    .post-new-actions li span {
      font-size: 22px;
      color: #5a5d67;
      display: inline-block;
      margin-left: 15px; }

.comment-posts .post-item {
  padding: 32px 20px;
  border: 1px solid #dcdcdc;
  box-shadow: 2px 2px 13px 3px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  margin-top: 50px; }
  .comment-posts .post-item .user-info {
    display: flex;
    align-items: center; }
    .comment-posts .post-item .user-info .thumb {
      width: 80px; }
      .comment-posts .post-item .user-info .thumb img {
        max-width: 100%;
        max-height: 86px;
        border-radius: 50%; }
    .comment-posts .post-item .user-info .info {
      padding-left: 12px; }
      .comment-posts .post-item .user-info .info h4 {
        color: #040d25;
        font-size: 24px;
        font-weight: bold;
        margin: 0; }
      .comment-posts .post-item .user-info .info p {
        color: #838289;
        font-size: 14px;
        margin: 0; }
        .comment-posts .post-item .user-info .info p img {
          width: 20px;
          margin-left: 6px; }
  .comment-posts .post-item .post-info {
    padding-top: 30px;
    max-width: 800px; }
    .comment-posts .post-item .post-info h2 {
      color: #040d25;
      font-size: 26px;
      font-weight: bold; }
    .comment-posts .post-item .post-info p {
      color: #515151;
      font-size: 16px; }
    .comment-posts .post-item .post-info img {
      max-width: 100%; }
  .comment-posts .post-item .post-comments-count {
    margin: 14px 0; }
    .comment-posts .post-item .post-comments-count a {
      color: #08a0d2;
      font-size: 16px;
      text-decoration: underline; }

.post-comments {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .post-comments li .comment-item {
    display: flex;
    margin-bottom: 10px; }
    .post-comments li .comment-item .thumb {
      width: 60px;
      margin-right: 10px; }
      .post-comments li .comment-item .thumb img {
        border-radius: 50%;
        width: 60px;
        height: 60px; }
    .post-comments li .comment-item .comment .comment-message {
      background-color: #f1f2f4;
      padding: 22px 30px;
      border-radius: 70px; }
      .post-comments li .comment-item .comment .comment-message h5 {
        flex-basis: 100%;
        margin: 0;
        font-weight: bold;
        font-size: 18px;
        color: #040d25; }
      .post-comments li .comment-item .comment .comment-message p {
        margin: 0;
        font-size: 16px;
        color: #515151; }
    .post-comments li .comment-item .comment .comment-actions {
      padding: 6px 20px; }
      .post-comments li .comment-item .comment .comment-actions a {
        margin-right: 10px;
        display: inline-block; }
      .post-comments li .comment-item .comment .comment-actions .lik {
        color: #08a0d2;
        text-decoration: underline; }
      .post-comments li .comment-item .comment .comment-actions .reply {
        color: #515151; }
      .post-comments li .comment-item .comment .comment-actions .date {
        color: #515151; }
  .post-comments li > ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 100px;
    list-style-type: none;
    position: relative; }
    .post-comments li > ul::before {
      content: "";
      display: block;
      background-image: url(../images/arrow-reply.png);
      width: 50px;
      position: absolute;
      height: 50px;
      left: 48px; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .post-new-actions li {
    margin-right: 26px; }
    .post-new-actions li i {
      font-size: 18px; }
    .post-new-actions li span {
      font-size: 16px;
      margin-left: 6px; } }
@media screen and (max-width: 767px) {
  .input-post-group .input-group-append .btn {
    min-width: auto; }

  .post-new-actions li {
    margin-right: 14px; }
    .post-new-actions li i {
      font-size: 15px; }
    .post-new-actions li span {
      font-size: 10px;
      margin-left: 6px; } }
@media screen and (max-width: 480px) {
  .topic-details .topic-title {
    font-size: 25px; }

  .post-new-actions {
    justify-content: space-between; }
    .post-new-actions.in-reply {
      display: none; }
    .post-new-actions li {
      flex: 1;
      margin: 0; }
      .post-new-actions li i {
        font-size: 12px; }
      .post-new-actions li span {
        font-size: 9px;
        margin-left: 6px; }

  .post-comments li > ul {
    padding: 0; }
    .post-comments li > ul::before {
      display: none; }

  .topic-comments {
    margin-top: 1em; }
    .topic-comments .post-new {
      padding: 20px 20px; } }
.tabs-wrap {
  
  border: none;
  margin-top: 50px; }
  .tabs-wrap .nav-item .nav-link {
    color: #4d4d4d; }
    .tabs-wrap .nav-item .nav-link.active, .tabs-wrap .nav-item .nav-link:hover, .tabs-wrap .nav-item .nav-link:focus {
      color: #2e6388;
      border: 1px solid #2e6388;
      border-radius: 30px; }

.faq-wrap {
  margin: 60px 0;
  border: 1px solid #bfbfbf;
  position: relative; }
  .faq-wrap .collapse-item {
    padding: 30px;
    position: relative;
    border-bottom: 1px solid #bfbfbf; }
    .faq-wrap .collapse-item:last-child {
      border-bottom: none; }
    .faq-wrap .collapse-item > h3 {
      color: #4d4d4d;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 16px;
      position: relative; }
    .faq-wrap .collapse-item > a {
      position: absolute;
      right: 16px;
      top: 18px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .faq-wrap .collapse-item a[aria-expanded="true"] {
      background-color: #4db9fe; }
      .faq-wrap .collapse-item a[aria-expanded="true"]::before {
        font-family: "Font Awesome 5 Free";
        content: "\f068";
        font-weight: 900;
        font-size: 20px;
        color: #FFF; }
    .faq-wrap .collapse-item a[aria-expanded="false"] {
      background-color: #b8b8b8; }
      .faq-wrap .collapse-item a[aria-expanded="false"]::before {
        font-family: "Font Awesome 5 Free";
        content: "\f067";
        font-weight: 900;
        font-size: 20px;
        color: #FFF; }
    .faq-wrap .collapse-item .collapse-body {
      padding-right: 75px; }

.contact-items {
  padding: 100px 0; }
  .contact-items ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .contact-items ul li {
      display: flex;
      align-items: center;
      margin-bottom: 50px; }
      .contact-items ul li .icon {
        margin-right: 20px; }
        .contact-items ul li .icon img {
          width: 60px; }
      .contact-items ul li .info h4 {
        margin: 0;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 300; }
      .contact-items ul li .info p {
        margin: 0;
        color: #130f49; }

.account-wrap {
  background-image: url("../images/bg-pattren.png");
  min-height: 100vh;
  height: 100%;
  position: relative; }
  .account-wrap::before {
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-size: 100%; }
  .account-wrap.signup::before {
    background: url("../images/signup-bg.png");
    background-repeat: no-repeat;
    background-size: 100%; }
  .account-wrap.signin::before {
    background: url("../images/signin-bg.png");
    background-repeat: no-repeat;
    background-size: contain; }
  .account-wrap.reset-password::before {
    background: url("../images/reset-password-bg.png");
    background-repeat: no-repeat;
    background-size: 40%; }
  .account-wrap.student-profile::before {
    background: url("../images/bg-uni.png");
    background-repeat: no-repeat;
    background-size: 20%; }
  .account-wrap .logo {
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 1; }
    .account-wrap .logo img {
      max-width: 200px; }

.account-form-wrap.form-signup {
  padding-top: 100px; }
.account-form-wrap .account-title {
  margin-bottom: 50px; }
  .account-form-wrap .account-title h3 {
    font-weight: bold;
    color: #2e6388;
    font-size: 38px;
    margin-bottom: 0; }
  .account-form-wrap .account-title p {
    color: #2e6388;
    font-size: 20px;
    margin: 0; }

@media screen and (min-width: 1365px) {
  .account-wrap::before {
    background-size: 70% !important; }
  .account-wrap.reset-password::before {
    background-size: 40% !important; }
  .account-wrap.student-profile::before {
    background-size: 45% !important; } }
@media screen and (max-width: 767px) {
  .account-form-wrap.form-signup {
    padding-top: 30px; }
  .account-form-wrap .account-title {
    margin-bottom: 30px; }
    .account-form-wrap .account-title h3 {
      font-size: 28px; }

  .account-wrap {
    background-image: url("../images/bg-pattren.png");
    min-height: 100vh;
    height: 100%;
    position: relative; }
    .account-wrap::before {
      display: none; }
    .account-wrap .logo {
      position: relative;
      text-align: center; } }
.tc-sidebar .links {
  border-left: 2px solid #a4a4a4;
  padding-left: 20px; }
  .tc-sidebar .links a {
    display: block;
    color: #a4a4a4;
    font-size: 20px; }
    .tc-sidebar .links a.active {
      color: #2e6388; }

.tc-content h3 {
  color: #130f49;
  font-weight: bold;
  text-transform: uppercase; }
.tc-content p {
  font-size: 16px;
  color: #130f49; }

.blog-wrap .blog-item {
  margin-bottom: 60px; }
  .blog-wrap .blog-item .blog-thumb {
    position: relative; }
    .blog-wrap .blog-item .blog-thumb iframe {
      width: 100%; }
    .blog-wrap .blog-item .blog-thumb .owl-nav span {
      display: flex;
      width: 50px;
      height: 50px;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.3);
      color: #FFF; }
    .blog-wrap .blog-item .blog-thumb .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      left: -5px;
      margin-top: -20px; }
    .blog-wrap .blog-item .blog-thumb .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      right: -5px;
      margin-top: -20px; }
  .blog-wrap .blog-item .blog-meta {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center; }
    .blog-wrap .blog-item .blog-meta li {
      margin: 20px 14px;
      color: #2f2f2f;
      border-right: 1px solid #2f2f2f;
      padding-right: 14px;
      line-height: 16px; }
      .blog-wrap .blog-item .blog-meta li:first-child {
        margin-left: 0; }
      .blog-wrap .blog-item .blog-meta li:last-child {
        border-right: none; }
      .blog-wrap .blog-item .blog-meta li.comments-count a {
        color: #4db9fe;
        text-decoration: underline; }
  .blog-wrap .blog-item .blog-description h2 {
    color: #171717;
    font-size: 22px;
    font-weight: bold; }
  .blog-wrap .blog-item .blog-description p {
    color: #2f2f2f;
    font-size: 16px; }

.blog-sidebar .search {
  position: relative; }
  .blog-sidebar .search .form-control {
    border-radius: 30px;
    padding-left: 30px; }
    .blog-sidebar .search .form-control::placeholder {
      font-style: italic; }
  .blog-sidebar .search i {
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -9px; }
.blog-sidebar .title-style-2 {
  margin-bottom: 32px; }
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.blog-sidebar .blog-categories li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px; }
  .blog-sidebar .blog-categories li a {
    color: #202020; }
  .blog-sidebar .blog-categories li span {
    color: #4adba9; }
  .blog-sidebar .blog-categories li:hover a, .blog-sidebar .blog-categories li:hover span {
    color: #4db9fe; }
.blog-sidebar .recent-posts li {
  display: flex;
  margin-bottom: 24px; }
  .blog-sidebar .recent-posts li .thumb {
    width: 70px;
    height: 70px; }
    .blog-sidebar .recent-posts li .thumb img {
      max-width: 100%; }
  .blog-sidebar .recent-posts li .description {
    padding-left: 16px; }
    .blog-sidebar .recent-posts li .description a {
      font-size: 15px;
      color: #202020;
      line-height: 18px;
      display: block; }
      .blog-sidebar .recent-posts li .description a:hover {
        color: #4db9fe; }
    .blog-sidebar .recent-posts li .description span {
      display: block;
      text-align: right;
      font-size: 15px;
      color: #202020; }
.blog-sidebar .insagram-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .blog-sidebar .insagram-feed li {
    flex-basis: 20%;
    margin-bottom: 10px; }
.blog-sidebar .blog-tags li {
  display: inline-block;
  margin: 0 10px 10px 0; }
  .blog-sidebar .blog-tags li a {
    color: #202020;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e2ebf1;
    padding: 12px 20px;
    border-radius: 30px; }
    .blog-sidebar .blog-tags li a:hover {
      background-color: #4db9fe;
      color: #FFF; }

.img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 5px;
  background-color: #FFF;
  box-shadow: 0px 0px 30px 7px #F1F1F1;
  overflow: hidden; }
  .img-wrap img {
    width: 100%;
    border-radius: 50%; }

.blog-post-author {
  border: 1px solid #e2ebf1;
  padding: 30px;
  margin: 80px 0;
  display: flex;
  border-radius: 12px; }
  .blog-post-author .thumb {
    flex-basis: 15%; }
  .blog-post-author .description {
    flex-basis: 85%; }
    .blog-post-author .description .name {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      .blog-post-author .description .name h3 {
        color: #202020;
        font-weight: bold;
        font-size: 18px; }
    .blog-post-author .description a i {
      font-size: 12px; }

.post-comments-wrap > h1 {
  color: #171717;
  font-size: 24px;
  font-weight: bold; }

.comment-form {
  margin-top: 2rem; }
  .comment-form .form-group label {
    margin: 0; }
    .comment-form .form-group label span {
      color: red; }
  .comment-form .form-group .form-control {
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #e4e4e4;
    border-left: none;
    padding-left: 0; }
    .comment-form .form-group .form-control::placeholder {
      font-style: italic;
      font-size: 14px; }
    .comment-form .form-group .form-control:focus, .comment-form .form-group .form-control:active {
      border-bottom-color: #171717;
      box-shadow: none; }

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .blog-sidebar .search {
    position: relative; }
    .blog-sidebar .search .form-control {
      border-radius: 30px;
      padding-left: 20px; }
      .blog-sidebar .search .form-control::placeholder {
        font-style: italic;
        font-size: 12px; }
    .blog-sidebar .search i {
      position: absolute;
      right: 21px;
      top: 50%;
      margin-top: -9px; } }
@media screen and (min-width: 993px) {
  .blog-wrap {
    padding-right: 50px; } }
footer {
  padding: 60px 0 30px 0;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  footer .footer-cta {
    background-image: url("../images/footer-cta-bg-svg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 138px 100px;
    margin-top: -200px; }
    footer .footer-cta .col-sm-3 {
      text-align: right; }
    footer .footer-cta .section-title p {
      font-size: 18px !important;
      line-height: 23px;
      margin-top: 16px; }
  footer .footer-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex; }
    footer .footer-social li {
      margin-right: 10px; }
      footer .footer-social li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background-color: #298be4; }
        footer .footer-social li a:hover {
          background-color: #130f49; }
        footer .footer-social li a i {
          color: #FFF; }

.footer-widget h3 {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase; }
.footer-widget p {
  color: #FFF; }

.footer-col-1 {
  padding-left: 40px; }
  .footer-col-1 h2 {
    color: #FFF;
    margin: 10px 0;
    font-size: 40px; }

.list-o {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-o li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px; }
    .list-o li::before {
      content: "o";
      color: #FFF;
      position: absolute;
      left: 0;
      top: 0; }
    .list-o li a {
      color: #FFF; }
      .list-o li a:hover {
        color: #130f49; }

.copyright {
  border-top: 1px solid #a9e1f9;
  margin-top: 80px;
  padding-top: 16px;
  font-size: 13px;
  color: #FFF; }

@media screen and (min-width: 993px) and (max-width: 1199px) {
  footer .footer-cta {
    padding: 65px 49px;
    margin-top: -200px;
    min-height: 283px; }
    footer .footer-cta .section-title h3 {
      font-size: 36px; } }
@media screen and (max-width: 991px) {
  footer .footer-cta {
    margin-top: 0;
    background-image: none;
    background-color: #FFF;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px; }
    footer .footer-cta .col-sm-3 {
      padding-top: 30px;
      text-align: center; } }
@media screen and (max-width: 767px) {
  footer .footer-social {
    justify-content: center; }

  .footer-col-1 {
    padding-left: 0;
    text-align: center; }

  .footer-widget {
    display: none; }

  .copyright {
    margin-top: 14px;
    text-align: center; } }
	
 .alert-info {
    color: #FFFF !important;
    background-color: #44ab01 !important;
    border-color: #bee5eb !important;
}

.alert-success {
    color: #FFFF !important;
    background-color: #44ab01 !important;
    border-color: #bee5eb !important;
}

.alert-danger {
    color: #FFFF !important;
    background-color: #44ab01 !important;
    border-color: #bee5eb !important;
}

.alert-error {
    color: #FFFF !important;
    background-color: #44ab01 !important;
    border-color: #bee5eb !important;
}

/*# sourceMappingURL=style.css.map */
