/*******************************/
/********* General CSS *********/
/*******************************/
body {
  color: #01246c;
  font-family: 'poppins', sans-serif;
  letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #01246c;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size-adjust: 0.57;
  transition-duration: 0.3s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

p {
  font-size-adjust: 0.57;
  letter-spacing: 0.6px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

a {
  color: #454545;
  transition: .3s;
}

a:hover,
a:active,
a:focus {
  color: #febd11;
  outline: none;
  text-decoration: none;
}

ul li a {
  color: #01246c;
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.container-fluid {
  max-width: 1366px;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #febd11;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top:hover {
  background: #01246c;
}

.back-to-top:hover i {
  color: #febd11;
}

.back-to-top i {
  color: #01246c;
  padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
  position: relative;
  height: 35px;
  background: #01246c;
}

.top-bar .top-bar-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'poppins', sans-serif;
}

.top-bar .top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .15);
  font-family: 'poppins', sans-serif;
}

.top-bar .text:last-child {
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
  font-size: 13px;
  color: #ffffff;
  margin-right: 5px;
}

.top-bar .text h2 {
  color: #eeeeee;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  font-family: 'poppins', sans-serif;
}

.top-bar .text p {
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 5px;
  font-family: 'poppins', sans-serif;
}

.top-bar .social {
  display: flex;
  height: 35px;
  font-size: 0;
  justify-content: flex-end;
}

.top-bar .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
  color: #092a49;
  background: #ffffff;
}

@media (min-width: 992px) {
  .top-bar {
    padding: 0 60px;
  }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
  position: relative;
  transition: .5s;
  z-index: 999;
  height: 100px;
}

.navbar img {
  width: 100%;
  height: auto;
}

@media (min-width: 320px) and (max-width: 768px) {

  .navbar img {
    width: 50%;
    height: auto;
    position: relative;
  }
}

.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, .3); */
}

.navbar .navbar-brand {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  line-height: 0px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: .5s;

}

.navbar .navbar-brand span {
  color: #01246c;
  text-transform: lowercase;
  transition: .5s;
}

.navbar.nav-sticky .navbar-brand span {
  color: #ffffff;
}

.navbar .navbar-brand img {
  max-width: 100%;
  max-height: 75px;
  height: 75px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  padding: 10px 10px 8px 10px;
  color: #01246c;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  background: rgba(254, 189, 17, .9);
  transition: none;
}

.navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  color: #01246c;
 background-color:none;
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.navbar-toggler {
  background: #01246c;
}

@media (min-width: 992px) {
  .navbar {
    position: absolute;
    width: 100%;
    top: 35px;
    padding: 0 60px;
    background: #fff !important;
    z-index: 9;
  }

  .navbar.nav-sticky {
    padding: 10px 60px;
    background: #fff !important;
  }

  .navbar a.nav-link {
    padding: 8px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 15px;
    background: #fff !important;
  }

  .navbar .navbar-brand span {
    color: #ffffff;
  }

  .navbar a.nav-link {
    padding: 5px;
  }


}



/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
  padding: 90px 0;
  background: #febd11;
  overflow: hidden;
}

.hero .container-fluid {
  padding: 0;
}

.hero .hero-image {
  position: relative;
  text-align: right;
}

.hero .hero-image img {
  max-width: 80%;
  max-height: 80%;
}

.hero .hero-text {
  position: relative;
  padding-left: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.hero .hero-text h1 {
  color: #01246c;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;

}

.hero .hero-text p {
  color: #01246c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.hero .hero-btn .btn {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #febd11;
  background: #01246c;
  border-radius: 0;
  transition: .3s;
}

.hero .hero-btn .btn:hover {
  color: #01246c;
  background: #ffffff;
}

.hero .hero-btn .btn:first-child {
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .hero .hero-text {
    padding: 0 15px;
  }

  .hero .hero-text h1 {
    font-size: 35px;
  }

  .hero .hero-text p {
    font-size: 16px;
  }

  .hero .hero-text .btn {
    padding: 12px 30px;
    letter-spacing: 1px;
  }
}

@media (max-width: 767.98px) {
  .hero .hero-text h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .hero .hero-text p {
    font-size: 14px;
  }

  .hero .hero-text .btn {
    padding: 10px 15px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

@media (max-width: 575.98px) {
  .hero .hero-text h1 {
    font-size: 25px;
    font-weight: 600;
  }

  .hero .hero-text p {
    font-size: 14px;
  }

  .hero .hero-text .btn {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

/*terms */
.terms-header {
  position: relative;
  margin-bottom: 45px;
  padding: 80px 0 20px 0;
  text-align: center;

}

.terms-hero {
  background-image: url("../img/banner-privacy.jpg");
  background-size: cover;
  width: 100%;
  height: 300px;
}

.terms-header .terms-hero h2 {
  position: relative;
  color: #f0f0f0;
  font-size: 60px;
  font-weight: 700;
  padding-top: 100px;
}


.terms-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
}

.terms-header a:hover {
  color: #ffffff;
}

.terms-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #01246c;
}

.terms {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.terms h2 {
  font-size: 30px;
}

.terms h3 {
  font-size: 24px;
}

.terms-header a:last-child::after {
  display: none;
}

@media (max-width: 767.98px) {
  .terms-header h2 {
    font-size: 35px;
  }

  .terms-header a {
    font-size: 18px;
  }
}

/*privacy */
.privacy-header {
  position: relative;
  margin-bottom: 45px;
  padding: 80px 0 20px 0;
  text-align: center;

}

.privacy-hero {
  background-image: url("../img/banner-privacy.jpg");
  background-size: cover;
  width: 100%;
  height: 300px;
}

.privacy-header .privacy-hero h2 {
  position: relative;
  color: #f0f0f0;
  font-size: 60px;
  font-weight: 700;
  padding-top: 100px;
}


.privacy-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
}

.privacy-header a:hover {
  color: #ffffff;
}

.privacy-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #01246c;
}

.privacy-header a:last-child::after {
  display: none;
}

.privacy {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.privacy h2 {
  font-size: 30px;
}

.privacy h3 {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .privacy-header h2 {
    font-size: 35px;
  }

  .privacy-header a {
    font-size: 18px;
  }
}

/*FAQ */
.faq-header {
  position: relative;
  margin-bottom: 45px;
  padding: 80px 0 20px 0;
  text-align: center;

}

.faq-hero {
  background-image: url("../img/banner-faq.jpg");
  background-size: cover;
  width: 100%;
  height: 300px;
}

.faq-header .faq-hero h2 {
  position: relative;
  color: #f0f0f0;
  font-size: 60px;
  font-weight: 700;
  padding-top: 100px;

}


.faq-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
}

.faq-header a:hover {
  color: #ffffff;
}

.faq-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #01246c;
}

.faq {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.faq h2 {
  font-size: 24px;
}

.faq h3 {
  font-size: 24px;
}

.faq-header a:last-child::after {
  display: none;
}

@media (max-width: 767.98px) {
  .faq-header h2 {
    font-size: 35px;
  }

  .faq-header a {
    font-size: 18px;
  }
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
  position: relative;
  margin-bottom: 45px;
  padding: 80px 0 20px 0;
  text-align: center;
}

.contact-hero {
  background-image: url("../img/banner-contact.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
}

.page-header .contact-hero h2 {
  position: relative;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .page-header .contact-hero h2 {
    font-size: 36px;
  }
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
}

.page-header a:hover {
  color: #ffffff;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #01246c;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 767.98px) {
  .page-header h2 {
    font-size: 35px;
  }

  .page-header a {
    font-size: 18px;
  }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  margin: 0 auto;
  margin-bottom: 45px;
}

hr.line {
  display: block;
  border-bottom: solid #febd11 5px;
  width: 10%;
  position: relative;
  margin-left: 0;
}

hr.linec {
  display: block;
  border-bottom: solid #febd11 5px;
  width: 10%;
  position: relative;
}

.section-header p {
  margin: 0;
  position: relative;
  font-size: 18px;
}



.section-header h2 {
  margin: 0;
  position: relative;
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
}


.about-hero {
  background-image: url("../img/hero-about.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
}

.about img {
  border-radius: 3%;
}


.about .about-img {
  position: relative;
  width: 100%;
  height: auto;

}

.about .about-img img {
  position: relative;
  width: 100%;
  height: auto;
}

.about .about-text p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
  text-align: justify;
  font-size-adjust: 0.57;
}

.about ul {
  padding: 10px 0 0 0;
}

.about li {
  font-weight: 600;
  margin-bottom: 15px;

}

.about .about-text a.btn {
  position: relative;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #01246c;
  background: #febd11;
  border-radius: 10px;
  transition: .3s;
  font-size-adjust: 0.57;
}

.about-text span {
  color: #febd11;
  font-weight: 600;
}

.about .about-text a.btn:hover {
  color: #febd11;
  background: #01246c;
}

.about-header {
  position: relative;
  margin-bottom: 45px;
  padding: 80px 0 20px 0;
  text-align: center;
}

.about-hero {
  background-image: url("../img/banner-about.jpg");
  background-size: cover;
  width: 100%;
  height: 300px;
}

.about-header h2 {
  position: relative;
  color: #f0f0f0;
  font-size: 60px;
  font-weight: 700;
  padding-top: 100px;
}

.about-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #b4b4b4;
}

.about-header a:hover {
  color: #ffffff;
}

.about-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #fff;
}

.about-header a:last-child::after {
  display: none;
}

.vision {
  background: #fff;
  height: 500px;
  margin-top: 0;
  width: 100%;
  position: relative;
}

.vision .card {
  height: 400px;
  background: white;
  margin-top: 50px;
  width: 100%;
  padding: 25px;
}

.vision .card-icon {
  position: relative;
  margin: 0 auto 25px auto;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.vision h3 {
  position: relative;
  margin: 0 auto 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.vision p {
  position: relative;
  margin: 0 auto 25px auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;

}

.quote {
  position: relative;
  width: 100%;
}

.quote h3 {
  font-weight: 600;
}

.quote .author {
  text-align: right;
  position: relative;
  color: #434153;
  display: inline-block;
  font-weight: bold;
}


.quote .section-header {
  margin-bottom: 30px;
  margin-left: 0;
  width: 100%;
}

.quote .quote-img {
  position: relative;
  height: 100%;
}

.quote .quote-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote .quote-text p {
  font-size: 16px;
  text-align: center;
}







/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.service-header {
  position: relative;
  margin-bottom: 45px;
  padding: 80px 0 20px 0;
  text-align: center;

}

.service-hero {
  background-image: url("../img/banner-member.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
}

.service-header h2 {
  position: relative;
  color: #f0f0f0;
  font-size: 60px;
  font-weight: 700;
  padding-top: 100px;
}

@media(min-width: 320px) and (max-width: 768px) {
  .service-header .service-hero h2 {

    font-size: 36px;
    font-weight: 700;

  }
}

.service-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #b4b4b4;
}

.service-header a:hover {
  color: #ffffff;
}

.service-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #fff;
}

.service-header a:last-child::after {
  display: none;
}

.service .service-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  /* padding: 20px;
  /* border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 20px; */
  transition: .3s;
}

.service .service-item1 {
  position: relative;
  width: 90%;
  height: 250px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 20px;
  transition: .3s;
}

.service .service-item1 img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 3%;
}

/*
.service .service-item:hover,
.service .service-item.active {
  background: #01246c;
  color: #ffffff;
}
*/
.service .service-icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service .service-icon i {
  position: relative;
  width: 32px;
  height: auto;
  color: #01246c;
  z-index: 3;
}

.service .service-icon img {
  position: relative;
  font-size: 50px;
  color: #01246c;
  z-index: 3;
  width: 32px;
  height: 32px;
}

.service .service-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: flex;
  width: 80px;
  height: 80px;
  background: #febd11;
}

.service .service-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  width: 80px;
  height: 80px;
  background: #febd11;
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.service .service-item h3 {
  font-size: 18px;
  font-weight: 600;
  transition: .3s;
  font-family: 'poppins', sans-serif;
  width: 100%;
  padding: 25px 0 0 0;
  text-align: center;
}

.service .service-item1 h4 {
  font-size: 16px;
  font-weight: 500;
  transition: .3s;
  font-family: 'poppins', sans-serif;
  width: 100%;
  padding: 25px 0 0 0;
  text-align: center;
}

.service .service-item:hover h3,
.service .service-item.active h3 {
  color: #febd11;
}

.service .service-item p {
  margin: 0;
  font-size: 16px;
}


/*******************************/
/********* Main Service CSS *********/
/*******************************/
.main-service {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.service-header {
  position: relative;
  margin-bottom: 45px;
  padding: 80px 0 20px 0;
  text-align: center;

}

.service-hero {
  background-image: url("../img/banner-member.jpg");
  background-size: cover;
  width: 100%;
  height: 300px;
}

.service-header h2 {
  position: relative;
  color: #f0f0f0;
  font-size: 60px;
  font-weight: 700;
  padding-top: 100px;
}

.service-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #b4b4b4;
}

.service-header a:hover {
  color: #ffffff;
}

.service-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #fff;
}

.service-header a:last-child::after {
  display: none;
}

.main-service .service-item {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 20px;
  transition: .3s;
}

.main-service .service-item1 {
  position: relative;
  width: 90%;
  height: auto;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 20px;
  transition: .3s;
}

.main-service .service-item1 img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 3%;
}

/*
.service .service-item:hover,
.service .service-item.active {
  background: #01246c;
  color: #ffffff;
}
*/
.main-service .service-icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-service .service-icon i {
  position: relative;
  width: 32px;
  height: auto;
  color: #01246c;
  z-index: 3;
}

.main-service .service-icon img {
  position: relative;
  font-size: 50px;
  color: #01246c;
  z-index: 3;
}

.main-service .service-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: flex;
  width: 80px;
  height: 80px;
  background: #febd11;
}

.main-service .service-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  width: 80px;
  height: 80px;
  background: #febd11;
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.main-service .service-item h3 {
  font-size: 18px;
  font-weight: 600;
  transition: .3s;
  font-family: 'poppins', sans-serif;
  width: 100%;
  padding: 25px 0 0 0;
}

.main-service .service-item1 h4 {
  font-size: 16px;
  font-weight: 500;
  transition: .3s;
  font-family: 'poppins', sans-serif;
  width: 100%;
  padding: 25px 0 0 0;
  text-align: center;
}

.main-service .service-item:hover h3,
.main-service .service-item.active h3 {
  color: #fff;
}

.main-service .service-item p {
  margin: 0;
  font-size: 16px;
}

.main-service .btn {
  background: #febd11;
  color: #01246c;
}

/*******************************/
/********** Class CSS **********/
/*******************************/
.class {
  position: relative;
  padding: 45px 0 15px 0;
}

.class #class-filter {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.class #class-filter li {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  color: #01246c;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  background: none;
  border: 1px solid #01246c;
  transition: .3s;
}

.class #class-filter li:hover,
.class #class-filter li.filter-active {
  background: #01246c;
  color: #febd11;
}

.class .class-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: .3s;
}

.class .class-wrap {
  position: relative;
  width: 100%;
}

.class .class-img {
  position: relative;
}

.class .class-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class .class-text {
  position: relative;
  padding: 30px 30px 25px 30px;
  border-right: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-left: 1px solid rgba(0, 0, 0, .07);
}

.class .class-text h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.class .class-teacher {
  position: relative;
  height: 40px;
  margin-top: -50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 40px;
}

.class .class-teacher img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #febd11;
}

.class .class-teacher h3 {
  width: calc(100% - 95px);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
}

.class .class-teacher a {
  width: 40px;
  height: 40px;
  padding: 0 0 3px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 100;
  color: #01246c;
  background: #febd11;
  border-radius: 40px;
  transition: .3s;
}

.class .class-wrap:hover .class-teacher a {
  color: #febd11;
  background: #01246c;
}

.class .class-meta {
  position: relative;
  display: flex;
  align-items: center;
}

.class .class-meta p {
  margin: 0;
  font-size: 14px;
}

.class .class-meta p i {
  margin-right: 5px;
  color: #01246c;
}

.class .class-meta p:first-child {
  margin-right: 10px;
}

/*Carousel*/
.bs-slider {
  overflow: hidden;
  max-height: 700px;
  position: relative;
  background: #01246c;
}

.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
  margin: auto;
  width: 70% !important;
}

/********************
*****Slide effect
**********************/

.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.control-round .carousel-control.left {
  left: 1%;
}

.control-round .carousel-control.right {
  right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
  left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
  right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line>.carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(158, 158, 158);
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: rgb(158, 158, 158);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
  margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;

}

.indicators-line>.carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
  text-align: left !important;
}

.slide_style_right {
  text-align: right !important;
}

.slide_style_center {
  text-align: center !important;
}

.slide-text {
  left: 0;
  top: 70%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;


}

.slide-text>h1 {

  padding: 0;
  color: #ffffff;
  font-size: 36px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  letter-spacing: 0.6px;
  font-size-adjust: 0.57;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.slide-text>p {
  padding: 0;
  color: #ebebeb;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.slide-text>a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text>a.btn-primary {
  color: #e4e4e4;
  cursor: pointer;
  font-weight: 400;
  font-size: 24px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
  color: #ffffff;
  background: #222222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .slide-text>p {

    font-size: 18px;
  }
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px;
  }

  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .slide-text>p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .control-round .carousel-control {
    display: none;
  }

}

@media (max-width: 480px) {
  .slide-text {
    padding: 10px 30px;
  }

  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .slide-text>p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .slide-text>a.btn-default,
  .slide-text>a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }

  .indicators-line>.carousel-indicators {
    display: none;
  }

  .navbar-nav {
    background: #fff;
  }

}

/*Carousel End */


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
  position: relative;
}

.discount .container {
  width: 100%;
  text-align: center;


}

.discount .section-header {
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
  color: #01246c;
}

discount .section-header img {
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;

}

.discount .section-header h2 {
  color: #01246c;
  position: relative;
  text-align: center;

}

.discount .section-header p {
  color: #01246c;
  background: transparent;
}

.discount .section-header p::after {
  display: none;
}

.discount .section-header h2 span {
  color: #F32B56;
  font-size: 50px;
}

.discount .discount-text p {
  color: #454545;
}

.discount .discount-text .btn {
  margin-top: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #febd11;
  background: #01246c;
  border-radius: 0;
  transition: .3s;
}

.discount .discount-text .btn:hover {
  color: #01246c;
  background: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.price .price-item {
  position: relative;
  margin-bottom: 30px;
}

.price .price-header,
.price .price-body,
.price .price-footer {
  position: relative;
  width: 100%;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
}

.price .price-header {
  padding: 30px;
  background: #febd11;
  color: #01246c;
}

.price .price-item.featured-item .price-header {
  background: #01246c;
  color: #febd11;
}

.price .price-status {
  margin-top: -30px;
  text-align: right;
}

.price .price-status span {
  position: relative;
  display: inline-block;
  height: 30px;
  right: -30px;
  padding: 7px 10px;
  text-align: center;
  color: #01246c;
  font-size: 14px;
  line-height: 14px;
  background: #febd11;
}

.price .price-title h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.price .price-prices h2 {
  font-size: 45px;
  font-weight: 700;
  margin-left: 10px;
}

.price .price-prices h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  margin-top: 9px;
  margin-left: -12px;
}

.price .price-prices h2 span {
  margin-left: 1px;
  font-size: 18px;
  font-weight: 400;
}

.price .price-item.featured-item h2 {
  color: #febd11;
}

.price .price-body {
  padding: 25px 0 20px 0;
  border: 1px solid rgba(0, 0, 0, .07);
  border-bottom: none;
}

.price .price-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price .price-description ul li {
  padding: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.price .price-description ul li:last-child {
  border: none;
}

.price .price-action {
  border: 1px solid rgba(0, 0, 0, .07);
  border-top: none;
}

.price .price-action a.btn {
  margin-bottom: 30px;
  padding: 12px 20px;
  color: #01246c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0;
  background: #febd11;
  transition: .3s;
}

.price .price-action a:hover,
.price .price-item.featured-item .price-action a {
  color: #febd11;
  background: #01246c;
}

.price .price-item.featured-item .price-action a:hover {
  color: #01246c;
  background: #febd11;
}

/*******************************/
/*********** Marquee CSS **********/
/*******************************/
.marquee {
  position: relative;
  width: 100%;
  padding: 45px 0px;
  background: #fff;
  color: #01246c;
}

.marquee p {
  color: #01246c;
}

.marquee h2 {
  color: #01246c;
  padding: 25px 0 45px 0;
}


.marquee .marquee-carousel {
  position: relative;
  width: calc(100% + 100px);

}

.marquee .marquee-item {
  position: relative;
  margin: 0 0px;
  padding: 15px 0 0 0;
}

.marquee .marquee-page .marquee-item {
  margin: 0 0 0 0;
}

.marquee .marquee-img {
  position: relative;
  width: 50%;
  display: flex;
}



/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.team .team-item {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .07);
}

.team .team-img {
  position: relative;
  overflow: hidden;
}

.team .team-img img {
  position: relative;
  width: 100%;
}

.team .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.team .team-social a {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 16px;
  color: #febd11;
  background: #01246c;
  opacity: 0;
}

.team .team-social a:hover {
  color: #01246c;
  background: #febd11;
}


.team .team-item:hover .team-social {
  background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
  opacity: 1;
  margin-top: 0;
  transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .3s;
}

.team .team-text {
  position: relative;
  padding: 25px 15px 10px 15px;
  text-align: center;
  background: #ffffff;
}

.team .team-text h2 {
  font-size: 16px;
  font-weight: normal;
}

.team .team-text p {
  margin: 0;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
  position: relative;
  padding: 45px 0;
}

.testimonial .container {
  padding: 0;
}

.testimonial .testimonial-item {
  position: relative;
  margin: 0 15px;
  text-align: center;
}

.testimonial .testimonial-img {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}

.testimonial .testimonial-item img {
  margin: 0 auto;
  width: 120px;
  padding: 13px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, .07);
  background: #ffffff;
  transition: .5s;
}

.testimonial .testimonial-text {
  position: relative;
  margin-top: -70px;
  padding: 75px 25px 25px 25px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .07);
}

.testimonial .testimonial-item p {
  font-size: 16px;
  color: #666666;
}

.testimonial .testimonial-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}

.testimonial .owl-item.center img {
  border-color: transparent;
}

.testimonial .owl-item.center .testimonial-text {
  background: #01246c;
}

.testimonial .owl-item.center .testimonial-text h3 {
  color: #febd11;
}

.testimonial .owl-item.center .testimonial-text p,
.testimonial .owl-item.center .testimonial-text h4 {
  color: #ffffff;
}

.testimonial .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.testimonial .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #febd11;
}

.testimonial .owl-dot.active {
  background: #01246c;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.blog .blog-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.blog .blog-item {
  position: relative;
  margin: 0 15px;
}

.blog .blog-page .blog-item {
  margin: 0 0 30px 0;
}

.blog .blog-img {
  position: relative;
  width: 100%;
}

.blog .blog-img img {
  width: 100%;
}

.blog .blog-text {
  position: relative;
  padding: 25px 30px;
  border-right: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
  font-size: 22px;
  font-weight: 600;
}

.blog .blog-text p {
  margin-bottom: 10px;
}

.blog .blog-item a.btn {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #01246c;
  transition: .3s;
}

.blog .blog-item a.btn i {
  margin-left: 5px;
}

.blog .blog-item a.btn:hover {
  color: #febd11;
}

.blog .blog-meta {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}

.blog .blog-meta p {
  margin: 0 10px 0 0;
  font-size: 13px;
}

.blog .blog-meta i {
  margin-right: 5px;
}

.blog .blog-meta p:last-child {
  margin: 0;
}

.blog .owl-nav {
  width: 150px;
  margin: 32px auto 0 auto;
  display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
  margin-left: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #febd11;
  background: #01246c;
  font-size: 22px;
  transition: .3s;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
  color: #01246c;
  background: #febd11;
}

.blog .pagination .page-link {
  color: #01246c;
  border-radius: 0;
  border-color: #01246c;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: #febd11;
  background: #01246c;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}

.blog.truncate {
  background-color: #fff;
  box-shadow: 2px 2px 10px #246756;
  padding: 2em;
  width: 200px;
}



/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-filter li {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  color: #01246c;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  background: none;
  border: 1px solid #01246c;
  transition: .3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
  background: #01246c;
  color: #febd11;
}

.portfolio .portfolio-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: .3s;
}

.portfolio .portfolio-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.portfolio .portfolio-wrap:hover img {
  transform: rotate(5deg) scale(1.12);
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.contact .container {
  max-width: 900px;
}

.contact .contact-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact .contact-item i {
  width: 50px;
  height: 50px;
  padding: 12px 0;
  font-size: 25px;
  color: #01246c;
  margin-bottom: 15px;
  border: 1px solid #febd11;
  border-radius: 50px;
}

.contact .contact-item h2 {
  font-size: 25px;
  font-weight: 700;
}

.contact .contact-form {
  position: relative;
}

.contact .contact-form input {
  height: 45px;
  padding: 15px;
  background: none;
  border-radius: 0;
}

.contact .contact-form textarea {
  height: 150px;
  padding: 15px;
  background: none;
  border-radius: 0;
}

.contact .contact-form .btn {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #febd11;
  background: #01246c;
  border-radius: 0;
  transition: .3s;
}

.contact .contact-form .btn:hover {
  color: #01246c;
  background: #febd11;
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}



/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
  position: relative;
  padding: 45px 0;
}

.single .single-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.single .single-content img {
  margin-bottom: 20px;
  width: 100%;
}

.single .single-tags {
  margin: -5px -5px 41px -5px;
  font-size: 0;
}

.single .single-tags a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .single-tags a:hover {
  color: #febd11;
  background: #01246c;
}

.single .single-bio {
  margin-bottom: 45px;
  padding: 30px;
  background: #f3f6ff;
  display: flex;
}

.single .single-bio-img {
  width: 100%;
  max-width: 100px;
}

.single .single-bio-img img {
  width: 100%;
}

.single .single-bio-text {
  padding-left: 30px;
}

.single .single-bio-text h3 {
  font-size: 20px;
  font-weight: 700;
}

.single .single-bio-text p {
  margin: 0;
}

.single .single-related {
  margin-bottom: 45px;
}

.single .single-related h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .related-slider {
  position: relative;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.single .related-slider .post-item {
  margin: 0 15px;
}

.single .post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.single .post-item .post-img {
  width: 100%;
  max-width: 80px;
}

.single .post-item .post-img img {
  width: 100%;
}

.single .post-item .post-text {
  padding-left: 15px;
}

.single .post-item .post-text a {
  font-size: 16px;
  font-weight: 400;
}

.single .post-item .post-meta {
  display: flex;
  margin-top: 8px;
}

.single .post-item .post-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.single .post-item .post-meta p a {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.single .related-slider .owl-nav {
  position: absolute;
  width: 90px;
  top: -55px;
  right: 15px;
  display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01246c;
  background: #febd11;
  font-size: 16px;
  transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
  color: #febd11;
  background: #01246c;
}

.single .single-comment {
  position: relative;
  margin-bottom: 45px;
}

.single .single-comment h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-list {
  list-style: none;
  padding: 0;
}

.single .comment-child {
  list-style: none;
}

.single .comment-body {
  display: flex;
  margin-bottom: 30px;
}

.single .comment-img {
  width: 60px;
}

.single .comment-img img {
  width: 100%;
}

.single .comment-text {
  padding-left: 15px;
  width: calc(100% - 60px);
}

.single .comment-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.single .comment-text span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.single .comment-text .btn {
  padding: 3px 10px;
  font-size: 14px;
  color: #01246c;
  background: #dddddd;
  border-radius: 0;
}

.single .comment-text .btn:hover {
  background: #febd11;
}

.single .comment-form {
  position: relative;
}

.single .comment-form h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-form form {
  padding: 30px;
  background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
  margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
  border-radius: 0;
}

.single .comment-form .btn {
  padding: 15px 30px;
  color: #febd11;
  background: #01246c;
}

.single .comment-form .btn:hover {
  color: #01246c;
  background: #febd11;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
  position: relative;
  width: 100%;
}

@media(max-width: 991.98px) {
  .sidebar {
    margin-top: 45px;
  }
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #febd11;
}

.sidebar .sidebar-widget .search-widget {
  position: relative;
}

.sidebar .search-widget input {
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.sidebar .search-widget input:focus {
  box-shadow: none;
}

.sidebar .search-widget .btn {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 40px;
  padding: 0;
  font-size: 25px;
  color: #febd11;
  background: none;
  border-radius: 0;
  border: none;
  transition: .3s;
}

.sidebar .search-widget .btn:hover {
  color: #01246c;
}

.sidebar .sidebar-widget .recent-post {
  position: relative;
}

.sidebar .sidebar-widget .tab-post {
  position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
  color: #febd11;
  background: #01246c;
  border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
  color: #01246c;
  background: #febd11;
}

.sidebar .tab-post .tab-content {
  padding: 15px 0 0 0;
  background: transparent;
}

.sidebar .tab-post .tab-content .container {
  padding: 0;
}

.sidebar .sidebar-widget .category-widget {
  position: relative;
}

.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .category-widget ul li {
  margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .category-widget ul li a {
  display: inline-block;
  line-height: 23px;
}

.sidebar .category-widget ul li::before {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #febd11;
  left: 1px;
}

.sidebar .category-widget ul li span {
  display: inline-block;
  float: right;
}

.sidebar .sidebar-widget .tag-widget {
  position: relative;
  margin: -5px -5px;
}

.single .tag-widget a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
  color: #febd11;
  background: #01246c;
}

.sidebar .image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar .image-widget img {
  max-width: 100%;
  transition: .3s;
}

.sidebar .image-widget img:hover {
  transform: scale(1.1);
}

/*******************************/
/********* USP CSS **********/
/*******************************/
.usp {
  position: relative;
  padding: 90px 0 45px 0;
  color: #01246c;

}

.usp h3 {
  color: #01246c;
  width: 100%;
  text-align: center;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.usp p {
  text-align: center;
  width: 100%;
  font-size: 18px;
}


.usp .usp-info {
  position: absolute;
  width: 100%;
  text-align: left;
  margin: 10px 10px;
  padding: 10px;
  transition: .3s;
}

.usp ul:nth-of-type(1) {
  list-style-position: inside;
  padding: 0;
  border-left: solid 2px red;
}

.usp li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.usp .usp-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}


.usp .usp-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: #febd11;
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
}

.usp .usp-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: #febd11;
  border-radius: 50%;
  transition: all 200ms;
}



.usp .usp-info h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  width: 100%;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  margin-top: 45px;
  background: #01246c;
  padding: 10px;
}

.footer .container-fluid {
  padding: 40px 0 0 0;

}

.footer .footer-info {
  position: relative;
  width: 100%;
}

.footer h3 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
}

.footer a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  padding: 0 10px;
  display: block;
}

.footer .footer-logo {
  display: inline-block;
  margin-bottom: 45px;
}

.footer .quote {
  line-height: 35px;
  text-indent: 10px;
  letter-spacing: 35px;
}


.footer .footer-info .footer-logo span {
  color: #ffffff;
  text-transform: lowercase;
}

.footer .footer-info h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.footer .footer-menu {
  width: 100%;

}

.footer .footer-quote p {
  text-align: right;
  margin-right: 16%;
  line-height: 50px;
}

.footer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.footer .footer-menu p:last-child {
  border: none;
}

.footer .footer-social {
  position: relative;
  margin-top: 30%;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 20px;
  color: #ffffff;
  transition: .3s;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #febd11;
}

.footer .copyright {
  margin-top: 30px;
  padding: 0 30px;
  background: #01246c;
}

.footer .copyright .row {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
  color: #ffffff;
  width: 100%;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright a {
  color: #ffffff;
  width: 100%;
  text-align: right;
}

.footer .copyright p a:hover {
  color: #febd11;
}

@media (max-width: 767.98px) {

  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }

  .vision {
    background: #fff;
    height: auto;
    margin-top: 0;
    width: 100%;
    position: relative;
  }

  .vision .card {
    height: auto;
    background: white;
    margin-top: 20px;
    width: 100%;
    padding: 20px;
  }
}