@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap");

body {
  margin: 0;
  color: #606060;
  font-family: emoji;
}

h1 {
  font-size: 60px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 42px;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  margin-bottom: 0;
}


 .alert {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    border-radius: 5px;
    z-index: 1000;
}
.alert.error {
    background-color: #f44336;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  color: #102039;
  font-family: emoji;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  color: #606060;
  margin-bottom: 10px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
  outline: none;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/* Navbar */
nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

nav .main-menu li {
  display: inline-block;
  position: relative;
  margin-right: 35px;
  line-height: 1.7;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  nav .main-menu li {
    margin-right: 25px;
  }
}

nav .main-menu li.has-submenu::after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #102039;
  margin-left: 2px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  nav .main-menu li.has-submenu::after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  nav .main-menu li.has-submenu::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  nav .main-menu li.has-submenu::after {
    display: none;
  }
}

nav .main-menu li a {
  color: #102039;
  padding: 20px 0;
  font-weight: 500;
  display: inline-block;
  font-size: 21px;
  text-transform: capitalize;
}

nav .main-menu li a::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #222065;
  font-size: 6px;
  position: relative;
  top: -3px;
  left: -3px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  nav .main-menu li a::before {
    display: none;
  }
}

@media (min-width: 992px) {
  nav .main-menu li .submenu {
    position: absolute;
    width: 217px;
    top: 125%;
    left: 0;
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  nav .main-menu li .submenu li {
    display: block;
    margin-right: initial;
  }

  nav .main-menu li .submenu li a {
    color: #102039;
    display: block;
    padding: 7px;
    width: 100%;
    font-size: 1.15rem;
  }

  nav .main-menu li .submenu li:hover {
    background-color: #f0f0f0;
  }

  nav .main-menu li .submenu li a:hover {
    color: #fe630e;
  }

  nav .main-menu li:hover.has-submenu::after {
    color: #222065;
  }

  nav .main-menu li:hover a {
    color: #fe630e;
  }
}

@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  nav .main-menu li:hover a {
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  nav .main-menu li:hover .submenu {
    top: 80%;
    opacity: 1;
    visibility: visible;
  }
}

.mean-container .mean-nav {
  background: #222065;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mean-container .mean-nav {
    margin-top: 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mean-container .mean-nav {
    margin-top: 60px;
  }
}

@media (max-width: 575.98px) {
  .mean-container .mean-nav {
    margin-top: 50px;
  }
}

.mean-container .mean-bar {
  z-index: 0;
}

.mean-container .mean-bar a.meanmenu-reveal {
  background: #222065;
  top: 8px;
  right: 20px !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mean-container .mean-bar a.meanmenu-reveal {
    top: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mean-container .mean-bar a.meanmenu-reveal {
    top: 2px;
  }
}

@media (max-width: 575.98px) {
  .mean-container .mean-bar a.meanmenu-reveal {
    top: -3px;
  }
}


/* Header Section */
.header-section .topbar-area {
  padding: 15px 0;
  background-color: #222065;
}

.topbar-contact-right p {
  text-align: right;
  color: white;
  margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-section .topbar-area {
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-section .topbar-area {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .header-section .topbar-area {
    text-align: center;
  }
}

.header-section .topbar-area a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header-section .topbar-area a:hover {
  color: #fe630e;
}

.header-section .topbar-area a span {
  margin-right: 5px;
}

.header-section .topbar-area .margin-left {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .header-section .topbar-area .margin-left {
    margin-left: 20px;
  }
}

@media (max-width: 320px) {
  .header-section .topbar-area .margin-left.email-address {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  .header-section .topbar-area .margin-left.email-address {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.header-section .topbar-area .topbar-button {
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-section .topbar-area .topbar-button {
    text-align: center;
    margin-top: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-section .topbar-area .topbar-button {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .header-section .topbar-area .topbar-button {
    text-align: center;
    margin-top: 10px;
  }
}

.header-section .menu-area {
  position: relative;
  padding: 10px 0;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
  background: rgb(250 250 207 / 52%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-section .menu-area {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-section .menu-area {
    padding: 0;
  }
}

@media (max-width: 320px) {
  .header-section .menu-area {
    padding: 14px 0;
  }
}

.header-section .menu-area .logo-area img {
  position: absolute;
  padding: 0.5rem;
  background: white;
  top: -46px;
  width: 200px;
  /* border: 1px solid #2c6d63; */
  box-shadow: 5px 0 10px rgb(0 0 0 / 36%);

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-section .menu-area .logo-area img {
    position: inherit;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-section .menu-area .logo-area img {
    position: inherit;
  }
}

@media (max-width: 575.98px) {
  .header-section .menu-area .logo-area img {
    position: inherit;
  }
}

.header-section .menu-area .menu-btn {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-section .menu-area .menu-btn {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-section .menu-area .menu-btn {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header-section .menu-area .menu-btn {
    display: none;
  }
}

.header-section .menu-area .menu-btn a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding: 14px 40px;
  background-color: #fe630e;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
}

.header-section .menu-area .menu-btn a:hover {
  color: #ffffff;
  background-color: #222065;
}

.header-section .menu-area .menu-btn a:before {
  display: none;
}

.header-section.header-section-3 .topbar-area {
  background-color: #fe630e;
}

.header-section.header-section-3 .topbar-area a:hover {
  color: #222065;
}

.header-section.header-section-3 a.meanmenu-reveal {
  background-color: #fe630e;
}

/* Footer Section */
.footer-section {
  background-image: url("../images/footer.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-section .widget-area {
  margin-top: 0;
}

.footer-section .widget-area .footer-widget {
  margin-bottom: 40px;
}

.footer-section .widget-area .footer-widget .widget-title {
  margin-bottom: 20px;
}

.footer-section .widget-area .footer-widget .widget-title h5 {
  color: #ffffff;
}

.footer-section .widget-area .footer-widget p,
.footer-section .widget-area .footer-widget li a,
.footer-section .widget-area .footer-widget li span {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-section .widget-area .footer-widget li {
  text-transform: capitalize;
}

.footer-section .widget-area .footer-widget li+li {
  margin-top: 10px;
}

.footer-section .widget-area .links-widget li a:hover {
  color: #fe630e;
}

.footer-section .widget-area .schedule-widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-section .widget-area .schedule-widget li span {
  display: inline-block;
}

.footer-section .widget-area .schedule-widget li.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(234, 234, 234, 0.7);
  margin: 10px 0;
}

.footer-section .copyright-area {
  border-top: 1px solid rgba(234, 234, 234, 0.7);
  color: rgba(234, 234, 234, 0.7);
  text-transform: capitalize;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-section .copyright-area {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .footer-section .copyright-area {
    text-align: center;
  }
}

.footer-section .copyright-area .copyright-left a {
  color: #fe630e;
}

.footer-section .copyright-area .copyright-left a:hover {
  color: #fe630e;
}

.footer-section .copyright-area .copyright-links {
  text-align: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-section .copyright-area .copyright-links {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .footer-section .copyright-area .copyright-links {
    text-align: center;
    margin-top: 10px;
  }
}

.footer-section .copyright-area .copyright-links li {
  display: inline;
}

.footer-section .copyright-area .copyright-links li+li {
  margin-left: 15px;
}

.footer-section .copyright-area .copyright-links li a {
  color: rgba(234, 234, 234, 0.7);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-section .copyright-area .copyright-links li a:hover {
  color: #fe630e;
}

/* Breadcrumb Section */
.breadcrumb-section {
  padding: 100px 0;
  /* background-image: url("../images/breadcrumb-bg.jpg"); */
  background: url(../images/breadcrumb-bg.jpg),
    linear-gradient(130deg, #050a35 0%, #082a79ab 100%);
  /* Background image */
  background-size: cover;
  /* Ensures the background image covers the entire element */
  background-blend-mode: overlay;
  /* Optional: blends the gradient and image */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.breadcrumb-section h2 {
  color: #fff;
}

.breadcrumb-section ul li,
.breadcrumb-section ul li a {
  color: #fff !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb-section {
    padding: 80px 0;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-section {
    padding: 60px 0;
  }
}

.breadcrumb-section ul {
  margin-top: 10px;
}

.breadcrumb-section ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 18px;
  margin: 0 2px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb-section ul li {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-section ul li {
    font-size: 16px;
  }
}

.breadcrumb-section ul li a {
  color: #606060;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-section ul li a:hover {
  color: #fe630e;
}

/* Preloader */
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  color: #222065;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: #fe630e;
  color: #ffffff;
}

.spinner {
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 15px;
  height: 15px;
  background-color: #222065;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Button */
.template-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  padding: 14px 40px;
  background-color: #fe630e;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
}

@media (max-width: 320px) {
  .template-btn {
    font-size: 14px;
    padding: 14px 24px;
  }
}

.template-btn:hover {
  color: #ffffff;
  background-color: #222065;
}

.template-btn.btn-2 {
  color: #222065;
  background-color: transparent;
  border: 1px solid #222065;
}

.template-btn.btn-2:hover {
  color: #ffffff;
  background-color: #fe630e;
  border: 1px solid transparent;
}

.template-btn.btn-2.btn-3 {
  color: #fe630e;
  background-color: transparent;
  border: 1px solid #fe630e;
}

.template-btn.btn-2.btn-3:hover {
  color: #ffffff;
  background-color: #222065;
  border: 1px solid transparent;
}

/*-- Accordion --*/
.accordion-wrapper .card {
  border: none;
  background-color: transparent;
}

.accordion-wrapper .card+.card {
  margin-top: 30px;
}

.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}

.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  color: #102039;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}

.accordion-wrapper .card .card-header a:after {
  position: absolute;
  right: 30px;
  top: 20px;
  content: "\f056";
  font-family: "fontawesome";
}

@media (max-width: 360px) {
  .accordion-wrapper .card .card-header a:after {
    right: 20px;
  }
}

@media (max-width: 320px) {
  .accordion-wrapper .card .card-header a:after {
    right: 20px;
  }
}

.accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
  color: #fe630e;
  content: "\f055";
}

.accordion-wrapper .card .card-header a[aria-expanded="true"] {
  color: #102039;
  border: 1px solid #eaeaea;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ffffff;
}

.accordion-wrapper .card .card-header a[aria-expanded="true"]:after {
  color: #606060;
}

.accordion-wrapper .card .card-body {
  background-color: #ffffff;
  padding: 5px 30px 20px;
  color: #606060;
  border-radius: 0 0 5px 5px;
  border: 1px solid #eaeaea;
  border-top: 1px solid transparent;
}

/* Form */
.blog-comments-form form input,
.blog-comments-form form textarea {
  padding: 15px 30px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: rgba(234, 234, 234, 0.7);
}

.form-back {
  background-color: #ffffffb0;
  padding: 1rem;
  border-radius: 10px;
}

.blog-comments-form form textarea {
  height: 150px;
}

.blog-comments-form form button {
  border: 1px solid transparent;
}

.contact-form form input,
.contact-form form textarea {
  padding: 15px 30px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
}


.contact-form form textarea {
  height: 200px;
}

.contact-form form button {
  border: 1px solid transparent;
  width: 100%;
}

.login-form form input {
  padding: 15px 30px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
}

.login-form form button {
  border: 1px solid transparent;
  width: 100%;
}

.widget-search form {
  width: 100%;
  position: relative;
}

.widget-search form input {
  width: 100%;
  height: 50px;
  padding: 0 70px 0 20px;
  background-color: rgba(234, 234, 234, 0.7);
  border: 1px solid transparent;
}

.widget-search form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  background-color: #222065;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget-search form button:hover {
  color: #ffffff;
  background-color: #fe630e;
}

/* Default */
.single-blog {
  border-radius: 5px;
  margin-bottom: 30px;
  border: 2px solid #000
}

.single-blog .blog-image img {
  border-radius: 5px 5px 0 0;
}

.single-blog .blog-content {
  padding: 30px;
  background-color: #edededa8;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}

.single-blog .blog-content .blog-title h4 a {
  color: #102039;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-blog .blog-content .blog-title p {
  color: white;
  background-color: #222065;
  padding: 0.3rem 0.5rem;
  border-radius: 10px;
  display: inline-block;
}

.single-blog .blog-content .blog-title h4 a:hover {
  color: #fe630e;
}

.single-blog .blog-content .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 20px;
}

.single-blog .blog-content .content-wrap a {
  color: #222065;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-blog .blog-content .content-wrap a:hover {
  color: #fe630e;
}

.single-blog .blog-content .content-wrap a+a {
  margin-left: 30px;
}

.single-course {
  border: 1px solid #eaeaea;
  border-radius: 0 0 5px 5px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-course:hover {
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.single-course:hover .course-image img {
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}

.single-course:hover .course-content span.course-instructor a {
  color: #fe630e;
}

.single-course:hover .course-content h4 a {
  color: #fe630e;
}

.single-course:hover .course-content .course-category a {
  background-color: #fe630e;
}

.single-course:hover .course-content .course-category a::before {
  background-color: #fe630e;
}

.single-course .course-image {
  overflow: hidden;
}

.single-course .course-image img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-course .course-content {
  padding: 20px;
}

.single-course .course-content .course-category a {
  color: #ffffff;
  background-color: #222065;
  padding: 10px 20px;
  border-radius: 2px;
  text-transform: capitalize;
  top: -30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
}

.single-course .course-content .course-category a::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222065;
  border-radius: 2px;
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-course .course-content span.course-instructor a {
  color: #606060;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-course .course-content h4 a {
  color: #102039;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-course .course-content .course-review a {
  color: #fed619;
}

.single-course .course-content span.divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin-top: 20px;
}

.single-course .course-content .course-bottom i {
  color: #222065;
}

.single-course .course-content .course-bottom span.course-price {
  color: #ffffff;
  background-color: #222065;
  padding: 10px 15px;
  border-radius: 5px;
}

.widget-style {
  padding: 40px 30px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.widget-style+.widget-style {
  margin-top: 30px;
}

.widget-style .widget-title {
  margin-bottom: 30px;
}

.widget-tag li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.widget-tag li a {
  display: inline-block;
  color: #606060;
  background-color: rgba(234, 234, 234, 0.7);
  text-transform: capitalize;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget-tag li a:hover {
  color: #ffffff;
  background-color: #fe630e;
}

.back-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  color: #ffffff;
  background-color: #222065;
  font-size: 30px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 9999;
  display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .back-to-top {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top:hover {
  background-color: #fe630e;
}

.item-rotate {
  -webkit-animation: rotate 9s normal linear infinite;
  animation: rotate 9s normal linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.item-zooming {
  -webkit-animation: zooming 3s infinite ease-in-out;
  animation: zooming 3s infinite ease-in-out;
}

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.item-ripple {
  -webkit-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 111, 5, 0.2), 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.2);
    box-shadow: 0 0 0 0 rgba(244, 111, 5, 0.2), 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.1), 0 0 0 60px rgba(244, 111, 5, 0);
    box-shadow: 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.1), 0 0 0 60px rgba(244, 111, 5, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 111, 5, 0.2), 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.2);
    box-shadow: 0 0 0 0 rgba(244, 111, 5, 0.2), 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.1), 0 0 0 60px rgba(244, 111, 5, 0);
    box-shadow: 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.1), 0 0 0 60px rgba(244, 111, 5, 0);
  }
}

.item-moveOne {
  -webkit-animation: moveOne 15s infinite ease-in-out;
  animation: moveOne 15s infinite ease-in-out;
}

@-webkit-keyframes moveOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.item-moveTwo {
  -webkit-animation: moveTwo 15s infinite ease-in-out;
  animation: moveTwo 15s infinite ease-in-out;
}

@-webkit-keyframes moveTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes moveTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

@media (max-width: 767.98px) {
  .padding-top-100 {
    padding-top: 60px;
  }
}

.padding-top-105 {
  padding-top: 105px;
}

@media (max-width: 767.98px) {
  .padding-top-105 {
    padding-top: 65px;
  }
}

.padding-top-110 {
  padding-top: 110px;
}

@media (max-width: 767.98px) {
  .padding-top-110 {
    padding-top: 70px;
  }
}

.padding-top-115 {
  padding-top: 115px;
}

@media (max-width: 767.98px) {
  .padding-top-115 {
    padding-top: 75px;
  }
}

.padding-top-120 {
  padding-top: 120px;
}

@media (max-width: 767.98px) {
  .padding-top-120 {
    padding-top: 80px;
  }
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

@media (max-width: 767.98px) {
  .padding-bottom-70 {
    padding-bottom: 30px;
  }
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .padding-bottom-80 {
    padding-bottom: 40px;
  }
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  .padding-bottom-90 {
    padding-bottom: 50px;
  }
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .padding-bottom-100 {
    padding-bottom: 60px;
  }
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.padding-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {
  .padding-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-right-70 {
  margin-right: 70px;
}

.margin-right-80 {
  margin-right: 80px;
}

.margin-right-90 {
  margin-right: 90px;
}

.margin-right-100 {
  margin-right: 100px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-left-80 {
  margin-left: 80px;
}

.margin-left-90 {
  margin-left: 90px;
}

.margin-left-100 {
  margin-left: 100px;
}

.margin-10 {
  margin: 10px 0;
}

.margin-20 {
  margin: 10px 0;
}

.margin-30 {
  margin: 10px 0;
}

.margin-40 {
  margin: 10px 0;
}

.margin-50 {
  margin: 10px 0;
}

.margin-60 {
  margin: 10px 0;
}

.margin-70 {
  margin: 10px 0;
}

.margin-80 {
  margin: 10px 0;
}

.margin-90 {
  margin: 10px 0;
}

.margin-100 {
  margin: 10px 0;
}

.category-image i {
  font-size: 2.5rem;
  color: #222065;
}

/* Home Page 01 */
.hero-category-section .hero-area {
  background-image: url("../images/home-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-category-section .hero-area .tagline {
  color: #222065;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 500;
}

.hero-category-section .hero-area .button-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-category-section .hero-area .button-part img {
  width: 40px;
}

.hero-category-section .hero-area .button-part span {
  color: #606060;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-category-section .hero-area .hero-image {
  position: relative;
}

@media (max-width: 767.98px) {
  .hero-category-section .hero-area .hero-image img {
    margin-top: 60px;
  }
}

.hero-category-section .hero-area .hero-image .hero-shape {
  position: absolute;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-category-section .hero-area .hero-image .shape-image {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-category-section .hero-area .hero-image .shape-image {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-category-section .hero-area .hero-image .shape-image {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-category-section .hero-area .hero-image .shape-image {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-category-section .hero-area .hero-image .shape-image {
    display: none;
  }
}

.hero-category-section .hero-area .hero-image .shape-image img {
  width: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-category-section .hero-area .hero-image .shape-image .shape-01 {
  top: 150px;
  right: -80px;
}

.hero-category-section .hero-area .hero-image .shape-image .shape-02 {
  left: -70px;
  bottom: 50px;
}

.hero-category-section .hero-area .hero-image .shape-image .shape-03 {
  right: -120px;
  bottom: -50px;
}

.hero-category-section .category-area {
  padding: 50px 0;
  border-top: 1px solid #eaeaea;
  background-color: rgb(250 250 207 / 46%);

}

.hero-category-section .category-area h2 {
  color: 222065
}

@media (max-width: 767.98px) {
  .hero-category-section .category-area {
    padding: 75px 0 150px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-category-section .category-area {
    padding: 50px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 767.98px) {
  .hero-category-section .category-area {
    padding: 75px 0 120px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-category-section .category-area {
    padding: 115px 0 90px;

  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .hero-category-section .category-area {
    padding: 75px 0 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-category-section .category-area {
    padding: 115px 0 90px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) and (max-width: 767.98px) {
  .hero-category-section .category-area {
    padding: 75px 0 50px;
  }
}

@media (max-width: 575.98px) {
  .hero-category-section .category-area {
    padding: 115px 0 90px;
  }
}

@media (max-width: 575.98px) and (max-width: 767.98px) {
  .hero-category-section .category-area {
    padding: 75px 0 50px;
  }
}

.hero-category-section .category-area .single-category {
  text-align: center;
  text-transform: capitalize;
  padding: 40px 20px;
  height: 88%;
  border: 1px solid;
  border-radius: 5px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
}

.hero-category-section .category-area .single-category:hover {
  border: 1px solid transparent;
  background-color: #ef6236;
}

.hero-category-section .category-area .single-category:hover img {
  background-color: rgba(244, 111, 5, 0.3);
}

.hero-category-section .category-area .single-category:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: -1;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.hero-category-section .category-area .single-category img {
  width: auto;
  margin: auto;
  padding: 10px;
  background-color: rgba(18, 109, 99, 0.3);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero-category-section .category-area .single-category h4 a {
  color: #102039;
}

.hero-category-section .category-area .single-category span {
  color: #102039;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  display: block;
}

.teaching-section {
  position: relative;
  background-image: url("../images/teaching-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.teaching-section .teaching-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .teaching-section .teaching-image img {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .teaching-section .teaching-image img {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .teaching-section .teaching-image img {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .teaching-section .teaching-image img {
    display: none;
  }
}

.teaching-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.teaching-section span.tagline {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.teaching-section h2 {
  color: #ffffff;
}

.bg-white {
  background-color: #fff;
  padding: 4rem 2rem;
  border: 5px solid;
  border-radius: 20px;
}

.about-section {
  padding: 120px 0 140px;


}

.about-us {
  background-image: linear-gradient(#ffffff8c, #ffffff84), url(../images/home-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.contact-us {
  background-image: url(../images/back-5.jpg);
  background-size: contain;
}

.about-section-1 {
  background-image: url(../images/back-5.jpg);
  background-size: contain;
}

@media (max-width: 767.98px) {
  .about-section {
    padding: 80px 0 60px;
  }
}

.about-section span.tagline {
  color: #fe630e;
  font-size: 20px;
  font-weight: 500;
}

.about-section li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.about-section li .list-icon {
  text-transform: capitalize;
}

.about-section li .list-icon img {
  width: 20px;
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section .stylist-gallery {
    margin-top: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section .stylist-gallery {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .about-section .stylist-gallery {
    margin-top: 40px;
  }
}

.about-section .stylist-gallery .single-image {
  margin-bottom: 30px;
}


.counterup-feature-section .counterup-area {
  padding: 6rem 0;
  background-color: rgb(250 250 207 / 46%);
}

.home-form {
  background-image: url(../images/back-1.jpg);
  background-size: cover;
}


.counterup-feature-section .counterup-area .single-counterup {
  text-align: center;
  padding: 2.5rem 1rem;
  background-color: #ffffffba;

  border: 3px solid;
}

.counterup-feature-section .counterup-area .single-counterup img {
  width: auto;
  margin: 0 auto 20px;
}

.counterup-feature-section .counterup-area .single-counterup span {
  color: #102039;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}

.feedback-section {
  padding: 2.5rem 0;
  background-color: rgb(250 250 207 / 46%);
}

.feedback-section .feedback-slider {
  height: 100%;
}

.feedback-section .feedback-slider .single-feedback {
  background-color: #ffffff;
  position: relative;
  padding: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.feedback-section .feedback-slider .single-feedback span.quote-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767.98px) {
  .feedback-section .feedback-slider .single-feedback span.quote-icon {
    display: none;
  }
}

.feedback-section .feedback-slider .single-feedback .reviewer-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.feedback-section .feedback-slider .single-feedback .reviewer-text h4 {
  color: #222065;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.feedback-section .feedback-slider .single-feedback .reviewer-text .designation {
  text-transform: capitalize;
  display: block;
  margin-top: 5px;
}

.feedback-section .feedback-slider .slick-slide {
  margin: 20px 15px;
}

.blog-section {
  background-image: url(../images/back-5.jpg);
  background-size: contain;
}

.blog-section .blog-slider .slick-slide {
  margin: 20px 15px;
}

/* Home Page 02 */
.hero-section-2 {
  background-image: url("../images/home-2-hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 200px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section-2 {
    padding: 120px 0;
  }
}

@media (max-width: 767.98px) {
  .hero-section-2 {
    padding: 80px 0;
  }
}

.hero-section-2 .tagline {
  color: #fe630e;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.hero-section-2 .button-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section-2 .button-part img {
  width: 40px;
}

.hero-section-2 .button-part span {
  color: #606060;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-section-2 .hero-image {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section-2 .hero-image {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-section-2 .hero-image {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-section-2 .hero-image {
    display: none;
  }
}

.hero-section-2 .hero-image .hero-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-section.about-section-2 {
  padding: 120px 0 100px;
}

@media (max-width: 767.98px) {
  .about-section.about-section-2 {
    padding: 80px 0 60px;
  }
}

.about-section.about-section-2 .image-area {
  position: relative;
  z-index: 1;
}

.about-section.about-section-2 .image-area::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 80%;
  background-color: #e3f0ff;
  border-radius: 5px;
  z-index: -1;
}

.about-section.about-section-2 .image-area .main-image {
  border-radius: 5px;
  padding: 0 0 30px 30px;
  width: 95%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section.about-section-2 .image-area .main-image {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section.about-section-2 .image-area .main-image {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .about-section.about-section-2 .image-area .main-image {
    width: 100%;
  }
}

.about-section.about-section-2 .image-area .shape-image {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section.about-section-2 .about-content {
    margin-top: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section.about-section-2 .about-content {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .about-section.about-section-2 .about-content {
    margin-top: 40px;
  }
}

.about-section.about-section-2 .about-content span.divider {
  width: 100px;
  height: 3px;
  background-color: #fe630e;
  display: block;
  margin: 15px 0;
}

.category-section-2 {
  padding-bottom: 180px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .category-section-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .category-section-2 {
    padding-bottom: 60px;
  }
}

.category-section-2 .category-slider .single-category {
  text-align: center;
  text-transform: capitalize;
  padding: 60px 20px;
  border: 1px solid #fe630e;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.category-section-2 .category-slider .single-category:hover {
  border: 1px solid transparent;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.category-section-2 .category-slider .single-category:hover h4 a {
  color: #fe630e;
}

.category-section-2 .category-slider .single-category img {
  width: auto;
  margin: auto;
}

.category-section-2 .category-slider .single-category h4 a {
  color: #102039;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.category-section-2 .category-slider .single-category span {
  font-size: 20px;
  display: block;
}

.category-section-2 .category-slider .prev-arrow,
.category-section-2 .category-slider .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #fe630e;
  color: #fe630e;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1;
}

.category-section-2 .category-slider .prev-arrow:hover,
.category-section-2 .category-slider .next-arrow:hover {
  color: #ffffff;
  background-color: #fe630e;
  border: 1px solid transparent;
}

.category-section-2 .category-slider .prev-arrow {
  left: -8px;
}

.category-section-2 .category-slider .next-arrow {
  right: -8px;
}

.category-section-2 .category-slider .slick-slide {
  margin: 20px 15px;
}

.video-section {
  background-image: url("../images/video-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-section .video-content {
  padding: 120px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video-section .video-content {
    padding: 120px 0 60px;
  }
}

@media (max-width: 767.98px) {
  .video-section .video-content {
    padding: 80px 0 20px;
  }
}

.video-section .video-content h2,
.video-section .video-content p,
.video-section .video-content span {
  color: #ffffff;
}

.video-section .video-content span.tagline,
.video-section .video-content span.phone-number {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}

.video-section .video-area {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video-section .video-area {
    padding-bottom: 120px;
  }
}

@media (max-width: 767.98px) {
  .video-section .video-area {
    padding-bottom: 80px;
  }
}

.video-section .video-area img {
  position: relative;
  top: -80px;
  width: 110%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .video-section .video-area img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .video-section .video-area img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video-section .video-area img {
    top: 0;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .video-section .video-area img {
    top: 0;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .video-section .video-area img {
    top: 0;
    width: 100%;
  }
}

.video-section .video-area .video-play-button {
  position: absolute;
  top: 35%;
  left: 50%;
}

.video-section .video-area .video-play-button a {
  color: #fe630e;
  font-size: 30px;
  width: 75px;
  height: 75px;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  padding: 25px;
}

.course-section.course-section-2 {
  background-color: #ffffff;
  padding-bottom: 210px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .course-section.course-section-2 {
    padding-bottom: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .course-section.course-section-2 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  .course-section.course-section-2 {
    padding-bottom: 50px;
  }
}

.feedback-section.feedback-section-2 {
  background-color: #fffcf3;
  padding-top: 115px;
}

@media (max-width: 767.98px) {
  .feedback-section.feedback-section-2 {
    padding-top: 75px;
  }
}

.blog-section.blog-section-2 {
  background-color: #ffffff;
}

/* Home Page 03 */
.hero-section-2.hero-section-3 {
  background-image: url("../images/home-3-hero-bg.jpg");
  padding: 120px 0 500px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .hero-section-2.hero-section-3 {
    padding: 60px 0 460px;
  }
}

.hero-section-2.hero-section-3 .button-part {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section.about-section-2.about-section-3 {
    padding: 120px 0;
  }
}

@media (max-width: 767.98px) {
  .about-section.about-section-2.about-section-3 {
    padding: 80px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section.about-section-2.about-section-3 .about-content {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section.about-section-2.about-section-3 .about-content {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .about-section.about-section-2.about-section-3 .about-content {
    margin-top: 0;
  }
}

.about-section.about-section-2.about-section-3 .about-image {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section.about-section-2.about-section-3 .about-image {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section.about-section-2.about-section-3 .about-image {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .about-section.about-section-2.about-section-3 .about-image {
    display: none;
  }
}

.about-section.about-section-2.about-section-3 .about-image .about-shape {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}

.counterup-section {
  background-color: #fff1f3;
  position: relative;
  z-index: 1;
}

.counterup-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/counterup-shape-1.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.counterup-section .single-counterup {
  margin-bottom: 30px;
  text-align: center;
}

.counterup-section .single-counterup img {
  width: auto;
  margin: 0 auto 20px;
}

.counterup-section .single-counterup span {
  color: #102039;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}

.course-section.course-section-2.course-section-3 {
  padding-bottom: 170px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .course-section.course-section-2.course-section-3 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  .course-section.course-section-2.course-section-3 {
    padding-bottom: 50px;
  }
}

.course-section.course-section-2.course-section-3 .single-course:hover .course-content span.course-instructor a {
  color: #222065;
}

.course-section.course-section-2.course-section-3 .single-course:hover .course-content h4 a {
  color: #222065;
}

.course-section.course-section-2.course-section-3 .single-course:hover .course-content .course-category a {
  background-color: #222065;
}

.course-section.course-section-2.course-section-3 .single-course:hover .course-content .course-category a::before {
  background-color: #222065;
}

.course-section.course-section-2.course-section-3 .single-course .course-content {
  padding: 20px;
}

.course-section.course-section-2.course-section-3 .single-course .course-content .course-category a {
  background-color: #fe630e;
  z-index: 1;
}

.course-section.course-section-2.course-section-3 .single-course .course-content .course-category a::before {
  background-color: #fe630e;
}

.course-section.course-section-2.course-section-3 .single-course .course-content .course-bottom i {
  color: #fe630e;
}

.course-section.course-section-2.course-section-3 .single-course .course-content .course-bottom span.course-price {
  background-color: #fe630e;
}

.video-section.video-section-3 {
  background-image: none;
  background-color: #fff1f3;
}

.video-section.video-section-3 .video-content h2 {
  color: #102039;
}

.video-section.video-section-3 .video-content p {
  color: #606060;
}

.video-section.video-section-3 .video-content span.tagline,
.video-section.video-section-3 .video-content span.phone-number {
  color: #fe630e;
}

.video-section.video-section-3 .video-area {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video-section.video-section-3 .video-area {
    padding-bottom: 120px;
  }
}

@media (max-width: 767.98px) {
  .video-section.video-section-3 .video-area {
    padding-bottom: 80px;
  }
}

.video-section.video-section-3 .video-area img {
  position: relative;
  top: -80px;
  width: 110%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .video-section.video-section-3 .video-area img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .video-section.video-section-3 .video-area img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video-section.video-section-3 .video-area img {
    top: 0;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .video-section.video-section-3 .video-area img {
    top: 0;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .video-section.video-section-3 .video-area img {
    top: 0;
    width: 100%;
  }
}

.video-section.video-section-3 .video-area .video-play-button {
  position: absolute;
  top: 35%;
  left: 50%;
}

.video-section.video-section-3 .video-area .video-play-button a {
  color: #fe630e;
  font-size: 30px;
  width: 75px;
  height: 75px;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  padding: 25px;
}

.feedback-section.feedback-section-2.feedback-section-3 {
  background-color: #fff1f3;
}

.feedback-section.feedback-section-2.feedback-section-3 .reviewer-text h4 {
  color: #fe630e;
}

.blog-section.blog-section-2.blog-section-3 .blog-slider .single-blog .blog-content .blog-title p {
  color: white;
  background-color: #222065;
  padding: 0.3rem;
  border-radius: 10px;
}

.blog-section.blog-section-2.blog-section-3 .blog-slider .single-blog .blog-content .blog-title h4 a:hover {
  color: #222065;
}

.blog-section.blog-section-2.blog-section-3 .blog-slider .single-blog .blog-content .content-wrap a {
  color: #fe630e;
}

.blog-section.blog-section-2.blog-section-3 .blog-slider .single-blog .blog-content .content-wrap a:hover {
  color: #222065;
}

/* Course Page */
.course-section.course-page {
  background-color: #ffffff;
}

.feedback-section.course-page {
  background-color: #fffcf3;
}

.blog-section.course-page {
  background-color: #ffffff;
}

/* Blog Page */
.blog-section.blog-page {
  background-color: #ffffff;
}

.blog-section.blog-page .blog-pagination {
  margin-top: 30px;
}

.blog-section.blog-page .blog-pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.blog-section.blog-page .blog-pagination ul li+li {
  margin-left: 10px;
}

.blog-section.blog-page .blog-pagination ul li:hover {
  color: #ffffff;
  background-color: #222065;
  border: 1px solid transparent;
}

.blog-section.blog-page .blog-pagination ul .active {
  color: #ffffff;
  background-color: #222065;
  border: 1px solid transparent;
}

/* FAQ Page */
.feedback-section.faq-page {
  background-color: #fffcf3;
}

.blog-section.faq-page {
  background-color: #ffffff;
}

/* Blog Details Page */
.blog-details-section .blog-item .blog-content .blog-meta {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.blog-details-section .blog-item .blog-content .blog-meta a {
  color: #606060;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-section .blog-item .blog-content .blog-meta a:hover {
  color: #fe630e;
}

.blog-details-section .blog-item .blog-content .blog-meta i {
  margin-right: 5px;
}

.blog-details-section .blog-item .blog-content .blog-meta li {
  display: inline-block;
}

.blog-details-section .blog-item .blog-content .blog-meta li+li {
  margin-left: 20px;
}

.blog-details-section .blog-item .blog-content .blog-quote {
  padding: 40px;
  background-color: #222065;
  border-radius: 5px;
}

.blog-details-section .blog-item .blog-content .blog-quote span {
  color: #ffffff;
  font-size: 20px;
  font-style: italic;
}

.blog-details-section .blog-comments-area .comments-title {
  margin-bottom: 40px;
}

.blog-details-section .blog-comments-area .single-comment-list {
  margin-top: 40px;
}

.blog-details-section .blog-comments-area .single-comment-list .list-image {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.blog-details-section .blog-comments-area .single-comment-list .list-image img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.blog-details-section .blog-comments-area .single-comment-list .list-content {
  overflow: hidden;
}

.blog-details-section .blog-comments-area .single-comment-list .list-content .replay-button {
  color: #102039;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-section .blog-comments-area .single-comment-list .list-content .replay-button:hover {
  color: #fe630e;
}

.blog-details-section .blog-comments-area .single-comment-list .list-content .replay-button i {
  margin-right: 5px;
}

.blog-details-section .blog-comments-area .single-comment-list-02 {
  margin-left: 80px;
}

@media (max-width: 575.98px) {
  .blog-details-section .blog-comments-area .single-comment-list-02 {
    margin-left: 50px;
  }
}

.blog-details-section span.divider {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #222065;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .widget-area {
    margin-top: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .widget-area {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .widget-area {
    margin-top: 40px;
  }
}

.widget-area .widget-recent-post .single-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-area .widget-recent-post .single-recent-post+.single-recent-post {
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}

.widget-area .widget-recent-post .single-recent-post .post-image img {
  width: 80px;
  height: auto;
  border-radius: 5px;
  margin-right: 20px;
}

.widget-area .widget-recent-post .single-recent-post .post-content a {
  color: #102039;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}

.widget-area .widget-recent-post .single-recent-post .post-content a:hover {
  color: #fe630e;
}

.widget-area .widget-recent-post .single-recent-post .post-content span {
  text-transform: capitalize;
  display: block;
}

.widget-area .widget-categories li+li {
  margin-top: 15px;
}

.widget-area .widget-categories li a {
  color: #102039;
  text-transform: capitalize;
  font-family: var(--heading-font);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget-area .widget-categories li a:hover {
  color: #fe630e;
}

/* Course Details Page */
.course-details-section .tab-accordion ul {
  border: 1px solid #eaeaea;
}

.course-details-section .tab-accordion ul li {
  color: #102039;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding: 15px;
  width: 24%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

@media (max-width: 360px) {
  .course-details-section .tab-accordion ul li {
    font-size: 14px;
    padding: 8px;
    width: 23%;
  }
}

@media (max-width: 320px) {
  .course-details-section .tab-accordion ul li {
    font-size: 12px;
    padding: 8px;
    width: 23%;
  }
}

.course-details-section .tab-accordion ul li+li {
  border-left: 1px solid #eaeaea;
}

.course-details-section .tab-accordion ul li.active {
  color: #ffffff;
  background-color: #222065;
}

.course-details-section .tab-content .content-hide {
  display: none;
}

.course-details-section .tab-content .active {
  display: block;
}

.course-details-section .tab-content .single-item li {
  color: #102039;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  width: 48%;
  margin: 8px 0;
}

.course-details-section .tab-content .single-item li i {
  color: #222065;
  margin-right: 5px;
}

.course-details-section .widget-area .course-info h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course-details-section .widget-area .course-info h4 span.course-price {
  color: #fe630e;
}

.course-details-section .widget-area .course-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course-details-section .widget-area .course-info li+li {
  margin-top: 20px;
}

.course-details-section .widget-area .course-info li span {
  text-transform: capitalize;
}

.course-details-section .widget-area .course-info li span i {
  margin-right: 10px;
}

.course-details-section .widget-area .course-info li span.info-list {
  color: #102039;
  font-weight: 500;
}

.course-details-section .widget-area .course-info .course-button a {
  width: 100%;
}

.course-details-section .widget-area .course-instructor {
  text-align: center;
}

.course-details-section .widget-area .course-instructor img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
}

.course-details-section .widget-area .course-instructor .course-review {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.course-details-section .widget-area .course-instructor .course-review a {
  color: #fed619;
}

.course-details-section .widget-area .course-instructor .social-icons li {
  display: inline;
  margin: 0 5px;
}

.course-details-section .widget-area .course-instructor .social-icons li a {
  display: inline-block;
  color: #102039;
  background-color: #eaeaea;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.course-details-section .widget-area .course-instructor .social-icons li a:hover {
  color: #ffffff;
  background-color: #fe630e;
}

/* Contact Page */
.contact-section .single-contact-info {
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.contact-section .single-contact-info:hover::before {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.contact-section .single-contact-info:hover i {
  background-color: #fe630e;
}

.contact-section .single-contact-info::before {
  content: '';
  border: 3px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background-color: rgb(250, 250, 207);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}

.contact-section .single-contact-info i {
  color: #ffffff;
  background-color: #102039;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact-section .google-map iframe {
  width: 100%;
  height: 550px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-section .google-map iframe {
    height: 400px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-section .google-map iframe {
    height: 400px;
  }
}

@media (max-width: 575.98px) {
  .contact-section .google-map iframe {
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-section .google-map {
    margin-top: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-section .google-map {
    margin-top: 60px;
  }
}

@media (max-width: 575.98px) {
  .contact-section .google-map {
    margin-top: 60px;
  }
}

/* Login Page */
.login-page span.or {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
}

.login-page .login-facebook {
  background-color: #3b5999;
  width: 100%;
  display: inline-block;
}

.login-page .login-google {
  background-color: #F3B605;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}


.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}


.btn-style1 {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  height: 40px;
  line-height: 42px;
  perspective: 230px;
}

.btn-style1 a {
  color: white !important;
}

.me-0 {
  margin-right: 0px !important;
}

.linkimp span {
  width: 130px;
  background: rgb(0, 172, 238);
  background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
}

.link-nav span {
  width: 40px;
}

.google span {
  background: rgb(255, 0, 0);
  background: linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgb(245, 11, 11) 100%);
}

.insta span {
  background: rgb(255, 123, 0);
  background: linear-gradient(0deg, rgb(252, 90, 10) 0%, rgb(250, 91, 5) 100%);
}

.facebook span {
  background: rgb(16, 0, 238);
  background: linear-gradient(0deg, rgb(16, 0, 238) 0%, rgb(2, 85, 251) 100%);
}


.twitter span {
  background: rgb(0, 172, 238);
  background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
}

.whatsapp span {
  width: 130px;
  background: rgb(98, 212, 94);
  background: linear-gradient(0deg, rgba(98, 212, 94, 1) 0%, rgba(98, 212, 94, 1) 100%);
}

.btn-style1 span {

  display: block;
  position: absolute;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  transition: all .3s;
}

.btn-style1 span:nth-child(1) {
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
  transform: rotateX(90deg);
  transform-origin: 50% 50% -20px;
}

.btn-style1 span:nth-child(2) {

  transform: rotateX(0deg);
  transform-origin: 50% 50% -20px;
}

.btn-style1:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  transform: rotateX(0deg);
}

.btn-style1:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  color: transparent;
  transform: rotateX(-90deg);
}

/*Social Icons*/
.social {
  position: fixed;
  bottom: 40%;
  width: 4%;
  left: 19%;
  z-index: 9999;
}

.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}

.social ul li {
  display: block;
  margin: 5px;
  width: 290px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.w3_facebook {
  background: #3b5998;
}

.w3_insta {
  background: #c8232c;
}

.w3_facebook:hover {
  background: #6187D5;
}

.w3_linkedin {
  background: #000;
}

.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
}

.social ul li a {
  color: #212121;
}

.social ul li:hover a {
  color: #fff;
  text-decoration: none;
}

.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social ul li i {
  margin-left: 10px;
  color: #212121;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
  background: #fff;
}

/*End Social Icons*/
:root {
  --animation-curve: cubic-bezier(0.12, 0.7, 0.74, 0.71);
  --green: green;
}

.call {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 180px;
  right: 50px;
  z-index: 5;
  border: none !important;
}

.circle3,
.circle4 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  animation: scaling1 2s var(--animation-curve) infinite;
  bottom: 180px;
  right: 50px;
  z-index: 4;
}

@keyframes scaling1 {
  0% {
    transform: scale(1);
    background-color: var(--green);
  }

  100% {
    transform: scale(3);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes call {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}

.circle3 {
  animation-delay: 0s;
}

.circle4 {
  animation-delay: 1s;
}

.contact-form-home input,
textarea,
select {
  width: 100%;
  background: #ffffffba;
  color: #000;
  outline: none;
  border: 1px solid #ddd;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
}

#dealer-form input {
  background: #fff;
  outline: none;
  border: 1px solid #ddd;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
  color: gray;
}

#dealer-form button {
  background-color: #8bd6fc;
  font-family: "Roboto", sans-serif;
}

.modal-header h5 {
  width: 100%;
  text-align: center;
}

.contact-form-home textarea {
  height: 150px;
  resize: none;
}

.contact-form-home input[type="submit"],
.contact-form-home button[type="submit"] {
  border: none;
  display: inline-block;
  padding: 12px 20px;
  width: auto;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  border-radius: 50px;
}

.contact-form-home button[type="submit"]:focus {
  outline: none;
}

button.main-btn {
  background-image: linear-gradient(to right, #222065, #222065);
  border: 0px;
  font-family: "Roboto", sans-serif;
  padding: 5px 0;
}

.contact-form-home input::placeholder,
.contact-form-home textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}


.online-classes {
  position: relative;
}

.online-classes .icon {
  position: absolute;
  top: -10px;
  color: white;
  background-color: orange;
  padding: 1rem;
}

.online-classes .online-text {
  padding: 4rem 2rem 2rem;
  background-color: rgb(250, 250, 207);
}