@import "../../../css2";
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  scroll-behavior: inherit !important;
}
html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
body {
  font-family: roboto, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #757f95;
  line-height: 1.8;
}
a {
  color: #14212b;
  display: inline-block;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #0049d0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  margin: 0;
  font-weight: 600;
  font-family: heebo, sans-serif;
  line-height: 1.2;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin: 0;
}
.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}
label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}
*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}
.preloader {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loader {
  width: 80px;
  height: 80px;
  position: relative;
  top: calc(50% - 55px);
  left: calc(50% - 40px);
}
.loader:before,
.loader:after {
  content: "";
  border: 5px solid #ff8800;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}
.category-area{
    background: url(../img/background/map.png);
    background-size: 100% auto;
}
.loader:before {
  animation-delay: 0.5s;
}
@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ovrflow-hidden {
  overflow: hidden;
}
.text-right {
  text-align: right;
}
.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-pd {
  padding: 0 7rem;
}
.s-pd {
  padding: 0 12rem;
}
.h-100 {
  height: 100%;
}
.h-100vh {
  height: 100vh;
}
.bg {
  background-color: #f7f8f9;
}
.site-heading {
  margin-bottom: 50px;
}
.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
  color: #ff8800;
  position: relative;
}
.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 35px;
  color: #202029;
  margin-top: 5px;
  margin-bottom: 0;
}
.site-title span {
  color: #ff8800;
}
.site-heading p {
  font-size: 16px;
}
.heading-divider {
  display: inline-block;
  position: relative;
  height: 3px;
  border-bottom: 4px solid #72ae44;
  width: 90px;
}
.heading-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  border: 4px solid #72ae44;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}
@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}
.pb-140 {
  padding-bottom: 140px;
}
.pd-50 {
  padding: 50px 0;
}
.py-120 {
  padding: 120px 0;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mr-300 {
  margin-right: 300px;
}
.ml-300 {
  margin-left: 300px;
}
.pos-rel {
  position: relative;
  z-index: 1;
}
.theme-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #ff8800;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.theme-btn:hover {
  background: #202029;
  color: #fff;
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn span {
  margin-right: 5px;
}
.theme-btn2 {
  background: #202029;
  color: #fff;
}
.theme-btn2:hover {
  background: #ff8800;
  color: #fff;
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1185px;
  }
}
.grid-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
}
.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
.gap-0 {
  grid-gap: 0;
}
.cs-gap-1 {
  grid-gap: 1rem;
}
.cs-gap-2 {
  grid-gap: 2rem;
}
.shape-1 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: -70px;
  left: -70px;
  border-radius: 50%;
  background: #da1d25;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shape-1::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 3px solid #da1d25;
}
.shape-2 {
  position: absolute;
  width: 300px;
  height: 300px;
  right: -100px;
  bottom: -100px;
  border-radius: 50%;
  background: #da1d25;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shape-2::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #da1d25;
  opacity: 0.5;
}
@media all and (max-width: 991px) {
  .shape-2 {
    width: 280px;
    height: 280px;
  }
}
#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #ff8800;
  color: #fff;
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  transition: all 0.5s ease-in-out;
}
.header-top {
  padding: 8px 0;
  position: relative;
  background: #ff8800;
  z-index: 1000;
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-contact ul li a {
  color: #fff;
  font-weight: 400;
}
.header-top-contact ul li a i {
  margin-right: 10px;
  color: #fff;
}
.header-top-right {
  display: flex;
  align-items: center;
  gap: 35px;
}
.header-top-social span {
  color: #fff;
}
.header-top-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ff8800;
  font-size: 16px;
  background: #fff;
  text-align: center;
  margin-left: 5px;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
}
.header-top-social a:hover {
  background: #ff8800;
  color: #fff;
}
.header-top-lang button {
  padding: 0;
  background: 0 0;
  border: none;
  color: #fff;
}
.header-top-lang button i {
  margin-right: 8px;
}
.header-top-lang ul li img {
  width: 20px;
  border-radius: 50%;
  margin-right: 8px;
}
.header-top-lang .dropdown-menu {
  border: none;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
@media all and (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.navbar {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
}
.navbar.fixed-top {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.navbar.fixed-top .nav-item .nav-link::before {
  color: #00235a;
}
.navbar .navbar-brand .logo-display {
  display: block;
}
.navbar .navbar-brand .logo-scrolled {
  display: none;
}
.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}
.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}
button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
}
button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}
.navbar-brand img {
  width: 180px;
}
.nav-category {
  border-left: 1px solid #c9ccd4;
  padding-left: 20px;
}
.nav-category button {
  background: 0 0;
  border: none;
  font-weight: 500;
  color: #202029;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
}
.nav-category button:hover {
  color: #ff8800;
}
.nav-category button i {
  color: #ff8800;
  margin-right: 5px;
}
.nav-category .dropdown-menu {
  border: none;
  padding: 15px 10px;
  font-size: 15px;
  min-width: 220px;
  border-radius: 5px;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.nav-category .dropdown-menu .dropdown-item {
  font-weight: 500;
  color: #202029;
  transition: all 0.5s ease-in-out;
}
.nav-category .dropdown-menu .dropdown-item:hover {
  background: 0 0;
  color: #ff8800;
  padding-left: 25px;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-family: "font awesome 5 pro";
  content: "\f107";
  font-weight: 500;
  border: none;
  font-size: 16px;
}
.mobile-menu-right {
  display: flex;
  align-items: center;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 25px;
    padding: 25px 0;
    font-size: 16px;
    font-weight: 500;
    color: #202029;
    text-transform: capitalize;
  }
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    padding: 15px 10px;
    border: none;
    border-radius: 5px;
    width: 220px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
  }
  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }
  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    color: #202029;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #ff8800;
    padding-left: 25px;
  }
  .navbar .nav-item .nav-link {
    position: relative;
  }
  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #ff8800;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }
  .header-nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
  }
  .header-nav-search a {
    color: #202029;
    font-size: 18px;
    padding: 5px 10px;
  }
  .header-nav-search a:hover {
    color: #ff8800;
  }
  .header-cart a {
    font-size: 18px;
    position: relative;
  }
  .header-cart a:hover {
    color: #ff8800;
  }
  .header-cart a span {
    background: #ff8800;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50px;
    text-align: center;
    top: -5px;
    right: -10px;
  }
  .header-btn {
    background: #ff8800;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    transition: all 0.5s ease-in-out;
  }
  .header-btn:hover {
    background: #202029;
    color: #fff;
  }
  .header-btn-text {
    padding: 5px 14px;
    font-weight: 500;
    color: #202029;
    transition: all 0.5s ease-in-out;
  }
  .header-btn-text:hover {
    color: #ff8800;
  }
  #main_nav {
    justify-content: flex-end;
  }
}
@media all and (max-width: 1199px) {
  .navbar .header-btn {
    display: none;
  }
  .navbar .header-btn {
    display: none;
  }
  .nav-category {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
  }
  .navbar-brand {
    padding-left: 10px;
  }
  .navbar-brand img {
    width: 190px;
  }
  .navbar-collapse {
    max-height: 290px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: #fff;
  }
  .dropdown-toggle::after {
    float: right;
  }
  .navbar .nav-item .nav-link {
    color: #202029;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item .nav-link:hover {
    color: #ff8800 !important;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler-icon {
    font-size: 32px;
    color: #202029;
    font-weight: 500;
    padding-right: 10px;
    margin-bottom: 10px;
    background: 0 0;
  }
  .navbar .dropdown-menu {
    border-radius: 0;
  }
  .navbar.fixed-top .navbar-toggler-icon {
    color: #202029;
  }
  .header-nav-right {
    display: none;
  }
}
.navbar .nav-item .dropdown-submenu {
  position: relative;
}
.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 6px;
  font-weight: 400;
}
.navbar .nav-item .dropdown-submenu a:hover {
  background: 0 0;
  color: #ff8800;
}
.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }
}
.main {
  margin-top: 0;
}
.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-single {
  background: url(../img/background/princi.jpg);
}
.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.hero-single .hero-content .hero-title {
  color: #202029;
  font-size: 50px;
  font-weight: 800;
  margin: 20px 0;
  text-transform: capitalize;
}
.hero-single .hero-content .hero-title span {
  color: #ff8800;
}
.hero-single .hero-content .hero-sub-title {
  color: #ff8800;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}
.hero-single .hero-content p {
  color: #202029;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
}
.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}
.hero-search {
  margin-top: 20px;
}
.hero-search .form-group {
  position: relative;
}
.hero-search .form-control {
  padding: 18px 130px 18px 55px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgb(62 28 131/10%);
}
.hero-search button {
  position: absolute;
  background: #ff8800;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  right: 5px;
  top: 5px;
  transition: all 0.5s ease-in-out;
}
.hero-search button:hover {
  background: #202029;
  color: #fff;
}
.hero-search i {
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 18px;
  color: #757f95;
}
.hero-shape-area img {
  position: absolute;
}
.hero-shape-1 {
  bottom: 29%;
  left: 0;
}
.hero-shape-2 {
  top: 40%;
  left: 50%;
}
.hero-shape-3 {
  top: -10px;
  left: 30%;
}
.hero-shape-4 {
  bottom: 10%;
  left: 25%;
}
.hero-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
  margin-right: -200px;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%);
}
@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
  .hero-social-wrapper {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 35px;
  }
  .hero-single {
    padding-top: 150px;
    padding-bottom: 110px;
  }
  .hero-img {
    display: none;
  }
  .hero-shape-2 {
    top: 45%;
    left: 70%;
  }
  .hero-shape-3 {
    top: 5%;
    left: 50%;
  }
}
@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }
  .hero-single .hero-content .hero-btn {
    gap: 2rem;
  }
  .hero-single .hero-content .theme-btn {
    padding: 10px 14px;
  }
}
.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: #ff8800;
  color: #fff !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ff8800;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5 ease-in-out;
}
@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.about-area {
  position: relative;
  display: block;
}
.about-left {
  position: relative;
  display: block;
  margin-right: 30px;
}
.about-img {
  position: relative;
}
.about-img img {
  border-radius: 5px;
}
.about-img::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: 100%;
  height: 100%;
  background: #dbdcf4;
  border-radius: 5px;
  z-index: -1;
}
.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}
.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
}
.about-list {
  position: relative;
  display: block;
}
.about-list li {
  position: relative;
  display: flex;
}
.about-list li + li {
  margin-top: 30px;
}
.about-list li .icon {
  width: 45px;
  height: 45px;
  position: relative;
  display: flex;
  align-items: center;
}
.about-list li .icon i {
  font-size: 35px;
  color: #ff8800;
}
.about-list li .text {
  margin-left: 16px;
}
.about-list li .text p {
  margin-top: 10px;
}
@media all and (max-width: 991px) {
  .about-right {
    margin-top: 80px;
  }
  .about-img img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .about-title {
    font-size: 30px;
  }
  .about-left {
    margin-right: 0;
  }
  .about-left-content {
    bottom: -70px;
  }
  .about-img {
    width: 90%;
  }
}
.category-item {
  display: flex;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  transition: all 0.5s ease-in-out;
}
.category-item-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 15px;
  font-size: 30px;
  background-color: #fff;
  border-radius: 7px;
  transition: all 0.5s ease-in-out;
}
.category-item-content {
  align-self: center;
}
.category-item-content h6 {
  color: #202029;
  margin-bottom: 7px;
}
.category-item-content span {
  color: #6e7485;
}
.category-color-1 {
  background-color: #cff0d2;
}
.category-color-1 .category-item-icon {
  color: #27be36;
}
.category-color-1:hover .category-item-icon {
  background: #27be36;
  color: #fff;
}
.category-color-2 {
  background-color: #d3d3f3;
}
.category-color-2 .category-item-icon {
  color: #564ffd;
}
.category-color-2:hover .category-item-icon {
  background: #564ffd;
  color: #fff;
}
.category-color-3 {
  background-color: #f3e3d3;
}
.category-color-3 .category-item-icon {
  color: #fd8f21;
}
.category-color-3:hover .category-item-icon {
  background: #fd8f21;
  color: #fff;
}
.category-color-4 {
  background-color: #cce7fd;
}
.category-color-4 .category-item-icon {
  color: #1089ff;
}
.category-color-4:hover .category-item-icon {
  background: #1089ff;
  color: #fff;
}
.category-color-5 {
  background-color: #f3d6d6;
}
.category-color-5 .category-item-icon {
  color: #e34444;
}
.category-color-5:hover .category-item-icon {
  background: #e34444;
  color: #fff;
}
.category-color-6 {
  background-color: #d1f3ed;
}
.category-color-6 .category-item-icon {
  color: #00af91;
}
.category-color-6:hover .category-item-icon {
  background: #00af91;
  color: #fff;
}
.category-color-7 {
  background-color: #cfdbf3;
}
.category-color-7 .category-item-icon {
  color: #8d95a4;
}
.category-color-7:hover .category-item-icon {
  background: #8d95a4;
  color: #fff;
}
.category-color-8 {
  background-color: #f5e5b0;
}
.category-color-8 .category-item-icon {
  color: #ffc91b;
}
.category-color-8:hover .category-item-icon {
  background: #ffc91b;
  color: #fff;
}
.category-item:hover {
  background: #fff;
}
.category-slider .category-item {
  box-shadow: none;
}
.category-slider .category-item:hover {
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.course-item {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  transition: all 0.5s ease-in-out;
}
.course-item:hover {
  transform: translateY(-8px);
}
.course-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}
.course-tag-1 {
  background: #ff8800;
}
.course-tag-2 {
  background: #e34444;
}
.course-img img {
  border-radius: 5px;
}
.course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.course-meta .course-category {
  border-radius: 5px;
  padding: 1px 10px;
}
.course-category-1 {
  background: rgba(3, 185, 124, 0.12);
  color: #ff8800;
}
.course-category-2 {
  background: rgba(86, 79, 253, 0.12);
  color: #564ffd;
}
.course-category-3 {
  background: rgba(227, 68, 68, 0.12);
  color: #e34444;
}
.course-category-4 {
  background: rgba(16, 137, 255, 0.12);
  color: #1089ff;
}
.course-category-5 {
  background: rgba(253, 143, 33, 0.12);
  color: #fd8f21;
}
.course-category-6 {
  background: rgba(51, 194, 65, 0.12);
  color: #27be36;
}
.course-meta .course-rate i {
  color: #fd8e1f;
}
.course-meta .course-rate span {
  color: #757f95;
  margin-left: 5px;
}
.course-content {
  padding: 8px;
}
.course-title {
  color: #202029;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}
.course-title:hover {
  color: #ff8800;
}
.course-info {
  padding: 20px 0;
}
.course-info ul li {
  display: inline-block;
  margin-right: 10px;
  color: #757f95;
  font-size: 15px;
}
.course-info ul li:last-child {
  margin-right: 0;
}
.course-info ul li i {
  margin-right: 5px;
}
.course-lecture i {
  color: #ff8800;
}
.course-duration i {
  color: #564ffd;
}
.course-enrolled i {
  color: #e34444;
}
.course-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eff3f7;
  padding-top: 15px;
}
.course-instructor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.course-instructor img {
  width: 40px;
  border-radius: 50px;
}
.course-instructor h6 {
  font-weight: 500;
  color: #757f95;
}
.course-price del {
  margin-right: 5px;
  font-size: 15px;
  color: #757f95;
}
.course-price span {
  font-weight: 700;
  font-size: 18px;
  color: #ff6636;
}
.course-sidebar {
  padding: 0 20px;
  margin-bottom: 30px;
}
.course-widget {
  background: #f3f4f8;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
}
.course-widget-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}
.course-widget-title::before {
  position: absolute;
  content: "";
  width: 30px;
  border-bottom: 3px solid #ff8800;
  bottom: 0;
  left: 0;
}
.course-widget-title::after {
  position: absolute;
  content: "";
  width: 5px;
  border-bottom: 3px solid #ff8800;
  bottom: 0;
  left: 35px;
}
.course-search-form .form-group {
  position: relative;
}
.course-search-form .form-control {
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: none;
}
.course-search-form .form-control:focus {
  border-color: #ff8800;
}
.course-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px 6px;
  background: 0 0;
  border: none;
  color: #ff8800;
}
.course-widget ul li {
  margin-bottom: 10px;
}
.course-widget .form-check-input {
  box-shadow: none;
  margin-top: 7px;
}
.course-widget .form-check-input:checked {
  background-color: #ff8800;
  border-color: #ff8800;
}
.course-widget .form-check-label {
  color: #53545b;
}
.course-widget .course-rating-filter label i {
  color: #fd8e1f;
}
.widget-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  border-radius: 5px;
  z-index: 1;
}
.widget-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #030207;
  border-radius: 5px;
  opacity: 0.6;
  z-index: -1;
}
.banner-content {
  padding: 120px 20px 100px;
}
.banner-content h3 {
  color: #fff;
  font-size: 35px;
}
.banner-content h3 span {
  color: #ff8800;
}
.banner-content .theme-btn {
  margin-left: 10px;
  margin-top: 30px;
}
.course-single-header {
  position: relative;
}
.course-single-header .course-category {
  padding: 7px 15px;
  border-radius: 4px;
}
.course-single-title {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
}
.course-single-rating {
  margin-top: 10px;
}
.course-single-rating i {
  color: #fd8f21;
}
.course-single-rating-avg {
  color: #ff8800;
  font-weight: 900;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}
.course-single-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 30px;
}
.course-single-instructor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.course-single-instructor img {
  width: 50px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.course-single-update-date {
  position: relative;
}
.course-single-update-date::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #bec3c9;
  left: -21px;
  top: 0;
}
.course-single-update-date span {
  color: #ff8800;
}
.course-single-wrapper .video-area {
  border-radius: 8px;
}
.course-single-wrapper .video-area::before {
  border-radius: 8px;
}
.course-single-wrapper .video-wrapper {
  height: 450px;
}
.course-single-sidebar {
  padding: 0 20px;
  margin-top: -250px;
  position: relative;
  z-index: 1;
}
.course-single-sidebar-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 30px 50px 0 rgb(1 11 60/10%);
}
.course-single-price-wrapper {
  border-radius: 8px;
}
.course-single-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-single-price span {
  font-weight: 900;
  color: #ff8800;
  font-size: 25px;
  margin-right: 10px;
}
.course-single-price-off {
  background: rgba(227, 68, 68, 0.12);
  color: #e34444;
  font-weight: 500;
  padding: 2px 15px;
  border-radius: 5px;
  font-size: 14px;
}
.course-single-sidebar-wrapper .theme-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}
.course-single-more-info {
  margin-top: 20px;
}
.course-single-more-info li {
  padding: 8px 0;
  font-size: 16px;
  border-bottom: 1px solid #eff3f7;
}
.course-single-more-info li:last-child {
  border-bottom: none;
}
.course-single-more-info li i {
  color: #ff8800;
  width: 24px;
}
.course-single-more-info li {
  color: #202029;
}
.course-single-more-info li span {
  float: right;
  color: #757f95;
}
.course-single-include {
  margin-top: 20px;
}
.course-single-include h5 {
  margin-bottom: 15px;
}
.course-single-include li {
  margin-bottom: 5px;
}
.course-single-include li i {
  color: #ff8800;
  margin-right: 5px;
}
.course-single-share {
  margin-top: 25px;
}
.course-single-share h5 {
  margin-bottom: 20px;
}
.course-single-share-link a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin-right: 5px;
  border: 2px solid #ff8800;
  color: #ff8800;
  text-align: center;
  border-radius: 50px;
}
.course-single-share-link a:hover {
  background: #ff8800;
  color: #fff;
}
.course-single-tab {
  margin-top: 30px;
}
.course-single-tab .nav {
  padding: 0;
}
.course-single-tab .nav .nav-link {
  border: none;
  font-weight: 500;
  color: #202029;
  padding: 10px 0;
  margin-right: 20px;
}
.course-single-tab .nav .nav-link.active {
  color: #ff8800;
  border-bottom: 2px solid #ff8800;
}
.course-single-content {
  margin-top: 30px;
}
.course-single-list {
  margin-top: 20px;
}
.course-single-list li {
  margin-bottom: 12px;
}
.course-single-list li i {
  margin-right: 10px;
  color: #ff8800;
}
.course-single-curriculum .accordion-item {
  background: #fff;
  margin-bottom: 15px;
  border-bottom: none;
  border-radius: 8px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.course-single-curriculum .accordion-button {
  background: 0 0;
  font-weight: 500;
  font-size: 17px;
}
.course-single-curriculum .accordion-button:not(.collapsed) {
  color: #ff8800;
}
.course-curriculum-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dee2e6;
  background: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.course-curriculum-left h6 {
  font-weight: 400;
}
.course-curriculum-left h6 i {
  margin-right: 5px;
}
.course-curriculum-left span {
  font-weight: 500;
}
.course-curriculum-right .course-curriculum-lock {
  margin-left: 15px;
  color: #ff9800;
}
.curriculum-unlock h6 i {
  color: #ff8800;
}
.curriculum-unlock .course-curriculum-lock {
  color: #ff8800;
}
.curriculum-unlock:hover {
  border-color: #ff8800;
  transition: all 0.5s ease-in-out;
}
.curriculum-completed {
  border-color: #ff8800;
}
.curriculum-completed h6 i {
  color: #ff8800;
}
.curriculum-completed .course-curriculum-lock {
  color: #ff8800;
}
.course-tab-instructor {
  background: #fff;
  display: flex;
  gap: 30px;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.course-tab-instructor-img {
  width: 250px;
}
.course-tab-instructor-img img {
  border-radius: 50%;
  width: 100%;
}
.course-tab-instructor-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.course-tab-instructor-rating i {
  color: #fd8e1f;
}
.course-tab-instructor-course i {
  color: #ff8800;
}
.course-tab-instructor-enrolled i {
  color: #564ffd;
}
@media all and (max-width: 991px) {
  .course-single-sidebar {
    margin-top: 100px;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .course-single-meta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .course-single-update-date::before {
    display: none;
  }
  .course-curriculum-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    padding: 8px 10px;
  }
  .course-tab-instructor {
    flex-direction: column;
  }
  .course-tab-instructor-meta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .course-tab-instructor-img {
    width: 120px;
  }
}
.course-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.course-sort-box .form-select {
  border-radius: 5px;
  box-shadow: none;
}
.course-sort-box .form-select:focus {
  border-color: #ff8800;
}
.course-cart thead tr {
  background: #ff8800;
  color: #fff;
}
.course-cart thead tr th {
  text-transform: capitalize;
  font-weight: 500;
}
.course-cart thead tr th,
.course-cart thead tr td {
  white-space: nowrap;
}
.cart-img {
  width: 100px;
}
.cart-img img {
  width: 100%;
  border-radius: 5px;
}
.course-cart tr td {
  color: #383838;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
  position: relative;
  padding: 20px;
  font-size: 16px;
}
.cart-qty {
  width: 150px;
}
.cart-qty button {
  color: #383838;
  border: 0;
  border-radius: 5px;
  padding: 4px 13px;
}
.cart-qty input {
  width: 50px;
  padding: 4px 13px;
  border-radius: 5px;
  border: none;
  background: #efefef;
  text-align: center;
}
.cart-remove:hover {
  color: #da1d25;
}
.cart-footer {
  margin-top: 40px;
}
.cart-coupon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
.cart-coupon .form-control {
  box-shadow: none;
  padding: 10px 14px;
  border-radius: 5px;
}
.cart-coupon .form-control:focus {
  border-color: #ff8800;
}
.coupon-btn {
  padding: 8px 14px;
  color: #fff;
  border: none;
  background: #ff8800;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.coupon-btn:hover {
  background: #0a0f1f;
}
.cart-summary {
  float: right;
}
.cart-summary li {
  margin-bottom: 10px;
  width: 200px;
}
.cart-summary li span {
  float: right;
}
.cart-summary li strong {
  color: #030207;
}
.cart-total {
  border-top: 1px solid #eee;
}
.cart-total span {
  font-weight: 700;
  color: #da1d25;
}
.cart-summary .theme-btn {
  margin-right: 8px;
}
.checkout-widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.checkout-widget-title {
  margin-bottom: 20px;
  font-size: 25px;
}
.checkout-form .form-group {
  margin-bottom: 20px;
}
.checkout-form .form-group label {
  margin-bottom: 5px;
}
.checkout-form .form-group .form-control {
  padding: 10px 18px;
  border-radius: 5px;
  box-shadow: none;
}
.checkout-form .form-group .form-control:focus {
  border-color: #ff8800;
}
.checkout.cart-summary {
  float: none;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.checkout.cart-summary li {
  width: 100%;
}
.price-range.ui-widget-content {
  border: none;
  background: #99dfd3;
  height: 5px;
  border-radius: 3px;
}
.price-range .ui-state-default,
.price-range .ui-widget-content .ui-state-default {
  top: -7px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0;
  background: #ff8800;
}
.price-range .ui-state-focus {
  outline: none;
}
.price-range .ui-widget-header {
  background: #ff8800;
  border-radius: 0 !important;
}
.price-range-input input {
  border: none;
  margin-bottom: 20px;
  background: #f3f4f8;
  color: #ff8800;
  font-weight: 700;
  outline: none;
}
.feature-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  transition: all 0.5s ease-in-out;
}
.feature-item:hover {
  transform: translateY(-10px);
}
.feature-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.feature-icon-1 {
  background: rgba(3, 185, 124, 0.12);
  color: #ff8800;
}
.feature-item:hover .feature-icon-1 {
  background: #ff8800;
  color: #fff;
}
.feature-icon-2 {
  background: rgba(86, 79, 253, 0.12);
  color: #564ffd;
}
.feature-item:hover .feature-icon-2 {
  background: #564ffd;
  color: #fff;
}
.feature-icon-3 {
  background: rgba(227, 68, 68, 0.12);
  color: #e34444;
}
.feature-item:hover .feature-icon-3 {
  background: #e34444;
  color: #fff;
}
.feature-content h4 {
  font-size: 22px;
  color: #191f30;
  margin-bottom: 10px;
}
.feature-content p {
  color: #757f95;
}
.feature-area2 .feature-item {
  box-shadow: 0 30px 40px 0 rgb(3 24 128/20%);
}
.feature-area2 .feature-icon {
  color: #fff;
  width: unset;
  height: unset;
  line-height: 1;
  text-align: left;
  font-size: 45px;
  margin-bottom: 25px;
}
.feature-area2 .feature-content h4 {
  color: #fff;
}
.feature-area2 .feature-content p {
  color: #fff;
}
.feature-item-bg-1 {
  background: #0cae74;
}
.feature-item-bg-2 {
  background: #8007e6;
}
.feature-item-bg-3 {
  background: #dd246e;
}
.feature-item-bg-4 {
  background: #2d69f0;
}
.cta-area {
  position: relative;
}
.cta-wrapper {
  background: #ff8800;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
.cta-content h2 {
  color: #fff;
  margin-bottom: 10px;
}
.cta-content p {
  color: #fff;
  font-size: 20px;
}
.cta-btn {
  background: #fff;
  color: #ff8800;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
  margin-top: 25px;
  transition: all 0.5s ease-in-out;
}
.cta-btn:hover {
  background: #202029;
  color: #fff;
}
.cta-img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-img img {
  border-radius: 50%;
}
.cta-img::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #febb00;
  right: 0;
  z-index: -1;
}
.cta-arrow-shape {
  position: absolute;
  right: 30%;
  bottom: 5%;
}
@media all and (max-width: 991px) {
  .cta-img {
    margin-top: 20px;
    margin-left: 150px;
  }
  .cta-arrow-shape {
    right: 50%;
    bottom: 15%;
  }
}
@media all and (max-width: 767px) {
  .cta-img {
    margin-top: 40px;
    margin-left: 0;
    text-align: left;
  }
  .cta-arrow-shape {
    display: none;
  }
}
.video-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-area::before {
  content: "";
  position: absolute;
  background: rgba(3, 2, 7, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 500px;
  z-index: 100;
}
.video-wrapper img {
  border-radius: 12px;
}
.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  background: #ff8800;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 767px) {
  .video-wrapper {
    height: 250px;
  }
}
.step-area {
  position: relative;
  background: #f7f8f9;
}
.step-content {
  padding: 70px 30px 70px 0;
}
.step-img {
  background-image: url(../img/course/04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: -200px;
}
.step-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}
.step-count span {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 185, 124, 0.12);
  color: #ff8800;
  font-size: 25px;
  font-weight: 700;
}
.step-item-info h3 {
  color: #202029;
  margin-bottom: 10px;
  font-size: 20px;
}
.step-item-info p {
  color: #757f95;
}
.step-img .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.gallery-item {
  position: relative;
  margin-bottom: 25px;
}
.gallery-item::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background: rgba(218, 29, 37, 0.7);
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gallery-item:hover::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.gallery-item .popup-img {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  font-size: 20px;
  background: #fff;
  color: #da1d25;
  text-align: center;
  left: 50%;
  top: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.gallery-item:hover .popup-img {
  opacity: 1;
}
.gallery-info {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.gallery-info h4 a {
  color: #fff;
  font-size: 28px;
}
.gallery-info h4 a:hover {
  color: #030207;
}
.gallery-info span {
  color: #fff;
}
.gallery-item:hover .gallery-info {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}
.testimonial-area {
  position: relative;
}
.testimonial-single {
  padding: 30px;
  border-radius: 8px;
  background: #fff;
}
.testimonial-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.testimonial-author-img {
  width: 80px;
  border-radius: 50%;
}
.testimonial-author-img img {
  border-radius: 50%;
}
.testimonial-quote-icon {
  position: absolute;
  right: 50px;
  bottom: 10px;
  font-size: 50px;
  color: #ff8800;
}
.testimonial-author-info h4 {
  font-size: 20px;
}
.testimonial-rate {
  color: #fd8e1f;
}
.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.testimonial-area .owl-dots .owl-dot span {
  background: #ff8800;
  margin: 5px;
  border-radius: 10px;
  width: 25px;
  height: 7px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.testimonial-area .owl-dots .owl-dot.active span {
  background-color: #ff8800;
  width: 7px;
  height: 7px;
}
@media all and (max-width: 991px) {
  .testimonial-quote-icon {
    right: 20px;
  }
}
.counter-area {
  background: #f8fbff;
  position: relative;
  z-index: 1;
}
.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.counter-box .icon {
  font-size: 60px;
  color: #00184f;
}
.counter-icon-1 i {
  color: #ff8800;
}
.counter-icon-2 i {
  color: #564ffd;
}
.counter-icon-3 i {
  color: #e34444;
}
.counter-icon-4 i {
  color: #1089ff;
}
.counter-box .counter {
  display: block;
  line-height: 1;
  color: #00184f;
  font-size: 50px;
  font-weight: 600;
}
.counter-box .title {
  color: #00184f;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
@media all and (max-width: 1199px) {
  .counter-area::before,
  .counter-area::after {
    width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}
.filter-btns {
  text-align: center;
  margin-bottom: 30px;
}
.filter-btns li {
  display: inline-block;
  text-transform: capitalize;
  margin: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #666575;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.filter-btns li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #ff8800;
  border-radius: 10px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
.filter-btns li.active::before,
.filter-btns li:hover::before {
  width: 30px;
  opacity: 1;
}
.filter-btns li.active,
.filter-btns li:hover {
  color: #ff8800;
}
.blog-item {
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  transition: all 0.5s ease-in-out;
}
.blog-item img {
  border-radius: 5px 5px 0 0;
}
.blog-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-item-info {
  padding: 23px 30px 30px;
}
.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 18px;
}
.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #202029;
}
.blog-item-meta ul li i {
  margin-right: 5px;
  color: #ff8800;
}
.blog-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.blog-item-info p {
  margin-bottom: 16px;
}
.blog-btn {
  margin-top: 20px;
  padding: 6px 25px;
  border: 2px solid #ff8800;
  background: #ff8800;
  border-radius: 5px;
  color: #fff;
}
.blog-btn i {
  margin-left: 5px;
}
.blog-btn:hover {
  background: 0 0;
  color: #ff8800;
}
.blog-item-info a:hover {
  color: #ff8800;
}
@media all and (max-width: 991px) {
  .blog-item-info {
    padding: 23px 15px 30px;
  }
}
.blog-single-content img {
  border-radius: 5px;
}
.blog-thumb-img {
  margin-bottom: 20px;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-meta i {
  margin-right: 5px;
  color: #ff8800;
}
.blog-meta a {
  color: #66788a;
}
.blog-meta a:hover {
  color: #ff8800;
}
.blog-details-title {
  font-size: 34px;
}
.blockqoute {
  background: #eef3f7;
  border-left: 5px solid #ff8800;
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
}
.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
}
.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #ff8800;
  left: 0;
  top: 10px;
}
.blog-single-hr {
  margin-top: 40px;
  margin-bottom: 30px;
}
.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details-tags ul a {
  background: #f3f4f8;
  color: #53545b;
  padding: 2px 10px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.blog-details-tags ul a:hover {
  background: #ff8800;
  color: #fff;
}
.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  margin: 50px 0;
  padding: 20px;
}
.blog-author-img {
  border: 2px dashed #ff8800;
  padding: 5px;
  width: 250px;
  border-radius: 50%;
}
.blog-author-img img {
  border-radius: 50%;
}
.author-name {
  font-size: 22px;
  color: #ff8800;
  margin: 8px 0;
}
.author-info {
  padding: 0 20px;
}
.author-social {
  margin-top: 10px;
}
.author-social a {
  margin-right: 10px;
  color: #ff8800;
  transition: all 0.5s ease-in-out;
}
.author-social a:hover {
  color: #53545b;
}
.blog-comments {
  margin-bottom: 50px;
}
.blog-comments-wrapper {
  margin: 30px 0;
}
.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  background: #f7f8f9;
  margin-bottom: 25px;
  border-radius: 8px;
  gap: 25px;
  padding: 20px;
}
.blog-comments-single img {
  border-radius: 50%;
  width: 100px;
}
.blog-comments-content span {
  font-size: 14px;
}
.blog-comments-content a {
  font-weight: 500;
  margin-top: 15px;
  font-size: 14px;
  background: rgba(3, 185, 124, 0.12);
  color: #ff8800;
  padding: 1px 6px;
  border-radius: 5px;
}
.blog-comments-content a:hover {
  background: #ff8800;
  color: #fff;
}
.blog-comments-content p {
  margin-top: 10px;
}
.blog-comments-reply {
  margin-left: 50px;
}
.blog-comments-form {
  margin-top: 50px;
}
.blog-comments-form h3 {
  margin-bottom: 20px;
}
.blog-comments-form .form-group {
  margin-bottom: 20px;
}
.blog-comments-form .form-control {
  padding: 12px 20px;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
.blog-comments-form .form-control:focus {
  border-color: #ff8800;
}
.blog-comments-form .theme-btn i {
  margin-right: 5px;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 14px;
  }
  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }
  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px 0 0;
  }
  .author-info {
    padding: 30px;
  }
  .blog-comments-single {
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .blog-comments-reply {
    margin-left: 0;
  }
}
.widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 25px;
}
.widget .widget-title::before {
  position: absolute;
  content: "";
  width: 15px;
  border-bottom: 3px solid #ff8800;
  bottom: 0;
  left: 0;
}
.widget .widget-title::after {
  position: absolute;
  content: "";
  width: 30px;
  border-bottom: 3px solid #ff8800;
  bottom: 0;
  left: 25px;
}
.widget .search-form .form-control {
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: none;
}
.widget .search-form {
  position: relative;
}
.widget .search-form .form-control:focus {
  border-color: #ff8800;
}
.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px 6px;
  background: 0 0;
  border: none;
  color: #ff8800;
}
.widget .category-list a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ced4da;
  transition: all 0.5s ease-in-out;
}
.widget .category-list a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widget .category-list a:hover {
  padding-left: 10px;
  color: #ff8800;
}
.widget .category-list a i {
  margin-right: 5px;
  color: #ff8800;
}
.widget .category-list a span {
  float: right;
}
.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}
.widget .recent-post-img {
  margin-right: 20px;
}
.widget .recent-post-img img {
  width: 100px;
  border-radius: 5px;
}
.widget .recent-post-bio h6 {
  font-size: 19px;
}
.widget .recent-post-bio span {
  font-size: 14px;
  color: #ff8800;
}
.widget .recent-post-bio span i {
  margin-right: 5px;
}
.widget .recent-post-bio h6 a:hover {
  color: #ff8800;
}
.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ff8800;
  color: #ff8800;
  text-align: center;
  margin-right: 5px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.widget .social-share-link a:hover {
  background: #ff8800;
  color: #fff;
}
.widget .tag-list a {
  padding: 3px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  display: inline-block;
  color: #53545b;
  background: #f3f4f8;
  transition: all 0.5s ease-in-out;
}
.widget .tag-list a:hover {
  background-color: #ff8800;
  color: #fff;
}
.contact-wrapper {
  position: relative;
}
.contact-form {
  padding-right: 30px;
  background: #fff;
}
.contact-form-header {
  margin-bottom: 30px;
}
.contact-form-header h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
.contact-form .form-group .form-control:focus {
  border-color: #ff8800;
}
.contact-map {
  margin-top: 120px;
}
.contact-map iframe {
  width: 100%;
  height: 450px;
  border-radius: 5px;
}
.contact-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.contact-form .theme-btn i {
  margin-right: 5px;
  margin-left: 0;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.contact-info-icon {
  border: 2px solid #ff8800;
  border-radius: 50%;
  padding: 5px;
}
.contact-info-icon i {
  font-size: 25px;
  color: #ff8800;
  background: rgba(3, 185, 124, 0.12);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}
.contact-info-icon-1 {
  border-color: #ff8800;
}
.contact-info-icon-1 i {
  color: #ff8800;
  background: rgba(3, 185, 124, 0.12);
}
.contact-info-icon-2 {
  border-color: #564ffd;
}
.contact-info-icon-2 i {
  background: rgba(86, 79, 253, 0.12);
  color: #564ffd;
}
.contact-info-icon-3 {
  border-color: #e34444;
}
.contact-info-icon-3 i {
  background: rgba(227, 68, 68, 0.12);
  color: #e34444;
}
.contact-info-icon-4 {
  border-color: #1089ff;
}
.contact-info-icon-4 i {
  color: #1089ff;
  background: rgba(16, 137, 255, 0.12);
}
.contact-info h5 {
  margin-bottom: 5px;
}
@media all and (max-width: 991px) {
  .contact-wrapper {
    padding: 50px 20px;
  }
  .contact-form {
    padding: 0;
  }
  .contact-info {
    padding: 0;
    margin-bottom: 50px;
  }
  .contact-content {
    margin-top: 80px;
  }
}
.team-area {
  position: relative;
  overflow: hidden;
}
.team-item {
  margin-bottom: 80px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.team-item img {
  border-radius: 5px;
}
.team-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -50px;
  background: #fff;
  padding: 15px 10px;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.team-content::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 20px;
  left: -40px;
  border-radius: 50px;
  background: #dbdcf4;
  z-index: -1;
}
.team-content::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: -10px;
  right: -10px;
  border-radius: 50px;
  border: 2px solid #fce8e8;
  z-index: -1;
}
.team-bio {
  padding-top: 15px;
  padding-bottom: 10px;
}
.team-bio h5 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.team-bio h5 a {
  color: #202029;
}
.team-bio span {
  color: #757f95;
  font-size: 15px;
  text-transform: capitalize;
}
.team-bio h5 a:hover {
  color: #ff8800;
}
.team-social {
  position: absolute;
  margin-bottom: 10px;
  text-align: center;
  top: 15px;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.team-item:hover .team-social {
  opacity: 1;
  right: 15px;
}
.team-social a {
  display: block;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #ff8800;
  border-radius: 5px;
}
.team-social a:hover {
  background: #202029;
  color: #fff;
}
.team-social h6 {
  margin-top: 28px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  transform: rotate(-90deg);
}
.team-social h6::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  left: -50px;
  top: 7px;
}
.team-single-img img {
  border-radius: 10px;
}
.team-details {
  padding: 20px;
}
.team-single-name {
  color: #202029;
}
.team-tagline {
  color: #ff8800;
}
.team-details-info {
  margin-top: 15px;
}
.team-details-info li {
  margin-bottom: 5px;
}
.team-details-info a i {
  color: #ff8800;
  margin-right: 5px;
}
.team-details-info a:hover {
  color: #ff8800;
}
.team-details-social {
  margin-top: 20px;
}
.team-details-social a {
  color: #ff8800;
  margin-right: 12px;
}
.team-details-social a:hover {
  color: #757f95;
}
.biography-img img {
  border-radius: 10px;
}
.pricing-item {
  background: #fff;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  transition: all 0.5s ease-in-out;
}
.pricing-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pricing-header-wrapper {
  background-image: url(../img/pricing/01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 10px 10px 0 0;
}
.pricing-header h5 {
  font-size: 25px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.pricing-header p {
  color: #fff;
}
.pricing-amount {
  margin: 20px 0;
}
.pricing-amount strong {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.pricing-amount-type {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pricing-feature {
  padding: 40px 0;
  text-align: center;
}
.pricing-feature li {
  margin-bottom: 15px;
}
.pricing-feature li:last-child {
  margin-bottom: 0;
}
.pricing-feature li i {
  color: #0abb0a;
  margin-right: 5px;
}
.pricing-footer {
  padding-bottom: 30px;
}
@media all and (max-width: 991px) {
  .pricing-amount strong {
    font-size: 50px;
  }
}
.event-item {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  transition: all 0.5s ease-in-out;
}
.event-item:hover {
  transform: translateY(-8px);
}
.event-item img {
  border-radius: 5px 5px 0 0;
}
.event-item-content {
  padding: 15px;
}
.event-item-title {
  margin-bottom: 15px;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}
.event-item-title:hover {
  color: #ff8800;
}
.event-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #eff3f7;
}
.event-item-address i {
  color: #ff8800;
}
.event-item-date i {
  color: #e34444;
}
.event-details img {
  border-radius: 5px;
}
.event-map {
  margin-bottom: 20px;
}
.event-map iframe {
  border-radius: 5px;
  height: 400px;
  width: 100%;
}
.event-content-single {
  margin-bottom: 20px;
}
.event-content-single h5 {
  margin-bottom: 5px;
}
.event-content-single i {
  color: #ff8800;
  margin-right: 5px;
}
.event-single-info p {
  margin-bottom: 20px;
}
.event-author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  margin-top: 50px;
}
.event-author-info img {
  border-radius: 50%;
  width: 150px;
}
.faq-area .accordion-item {
  border: none;
  margin-bottom: 30px;
  border-radius: 5px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.faq-area .accordion-item span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.faq-area .accordion-item i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #ff8800;
  text-align: center;
  color: #fff;
}
.faq-area .accordion-button:not(.collapsed) {
  color: #ff8800;
  box-shadow: inset 0 -1px 0 rgb(0 0 0/13%);
}
.faq-area .accordion-button {
  background: 0 0;
  border-radius: 0 !important;
  font-weight: 700;
  font-size: 18px;
  color: #191f30;
  box-shadow: none !important;
}
.faq-area .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #ff8800;
}
.faq-area .accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
}
.faq-area .theme-btn {
  margin-left: 10px;
}
@media all and (max-width: 991px) {
  .faq-right {
    margin-bottom: 50px;
  }
  .faq-area .accordion-button {
    font-size: 16px;
  }
}
.partner-area .partner-wrapper img {
  padding: 20px;
}
.partner-item {
  margin-bottom: 40px;
  text-align: center;
}
.instructor-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  transition: all 0.5s ease-in-out;
}
.instructor-item:hover {
  transform: translateY(-8px);
}
.instructor-img img {
  width: 150px;
  border-radius: 50%;
}
.instructor-tag {
  background: #ff8800;
  color: #fff;
  padding: 1px 15px;
  border-radius: 50px;
  display: inline-block;
  margin: 15px 0;
}
.instructor-name {
  color: #202029;
  margin-bottom: 5px;
  transition: all 0.5s ease-in-out;
}
.instructor-name:hover {
  color: #ff8800;
}
.instructor-rate {
  font-size: 14px;
}
.instructor-rate i {
  color: #fd8e1f;
}
.instructor-rate span {
  margin-left: 5px;
}
.instructor-enroll {
  display: inline-block;
  padding: 15px 0;
}
.instructor-social {
  padding-top: 15px;
  border-top: 1px solid #eff3f7;
}
.instructor-social a {
  margin: 0 6px;
  color: #ff8800;
  transition: all 0.5s ease-in-out;
}
.instructor-social a:hover {
  color: #757f95;
}
.instructor-single-content {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.instructor-single-img {
  text-align: center;
}
.instructor-single-img img {
  border-radius: 50%;
  width: 200px;
}
.instructor-single-info {
  text-align: center;
  margin-top: 20px;
}
.instructor-single-name {
  color: #202029;
}
.instructor-single-tagline {
  font-size: 18px;
}
.instructor-single-social {
  margin-top: 15px;
}
.instructor-single-social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border-radius: 50px;
  border: 2px solid #ff8800;
  color: #ff8800;
  margin: 0 2px;
}
.instructor-single-social a:hover {
  background: #ff8800;
  color: #fff;
}
.instructor-more-info {
  margin: 30px 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ebebf2;
  border-bottom: 1px solid #ebebf2;
}
.instructor-more-info-course,
.instructor-more-info-student,
.instructor-more-info-rating {
  text-align: center;
}
.instructor-more-info-course i,
.instructor-more-info-student i,
.instructor-more-info-rating i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  font-size: 25px;
}
.instructor-more-info-course i {
  background: rgba(3, 185, 124, 0.12);
  color: #ff8800;
}
.instructor-more-info-student i {
  background: rgba(86, 79, 253, 0.12);
  color: #564ffd;
}
.instructor-more-info-rating i {
  background: rgba(253, 142, 31, 0.12);
  color: #fd8e1f;
}
.instructor-more-info h6 {
  margin-top: 10px;
  font-size: 18px;
}
.instructor-more-info p {
  font-size: 16px;
}
.instructor-single-about h5 {
  margin-bottom: 10px;
}
.instructor-single-wrapper .nav-link {
  font-weight: 500;
  color: #495057;
}
.instructor-single-wrapper .nav-link {
  padding: 0;
  padding-bottom: 12px;
  margin-right: 30px;
  border: none;
  background: 0 0;
}
.instructor-single-wrapper .nav-link.active {
  color: #ff8800;
  border-bottom: 2px solid #ff8800;
}
.instructor-tab-wrapper {
  margin-top: 30px;
}
.instructor-review-rating {
  display: flex;
  align-items: center;
  gap: 20px;
}
.instructor-rating-count {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.instructor-rating-count h2 {
  font-weight: 900;
  font-size: 50px;
  color: #202029;
}
.instructor-rating-star i {
  color: #fd8e1f;
}
.instructor-rating-count p {
  margin-top: 5px;
}
.instructor-rating-range-star i {
  color: #fd8e1f;
  font-size: 14px;
}
.instructor-rating-range-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}
.instructor-progress {
  margin: 0 15px;
  width: 300px;
  height: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #e9ecef;
}
.instructor-progress-width {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  border-radius: 5px;
  background: #ff8800;
}
.instructor-review {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.instructor-review h5 {
  margin-bottom: 35px;
}
.instructor-review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.instructor-review-author img {
  width: 60px;
  border-radius: 50%;
}
.instructor-review-item {
  margin-bottom: 30px;
}
.instructor-review-item p {
  margin-top: 10px;
}
.instructor-review-author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.instructor-review-author-rating i {
  color: #fd8e1f;
}
.instructor-review-author-info span {
  font-size: 14px;
}
.instructor-review-form {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-top: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.instructor-review-form h5 {
  margin-bottom: 20px;
}
.instructor-review-form .form-group {
  margin-bottom: 20px;
}
.instructor-review-form .form-control {
  box-shadow: none;
}
.instructor-review-form .form-control:focus {
  border-color: #ff8800;
}
.instructor-info-card {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.instructor-info-card-body {
  display: flex;
  align-items: center;
  gap: 15px;
}
.instructor-info-card-body i {
  color: #ff8800;
  font-size: 30px;
}
.instructor-info-card p {
  margin-top: 10px;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .instructor-rating-range-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .instructor-progress {
    margin: 0;
  }
}
@media all and (max-width: 991px) {
  .instructor-single-wrapper {
    margin-top: 30px;
  }
  .instructor-single-wrapper .nav-link {
    padding-top: 15px;
  }
}
@media all and (max-width: 767px) {
  .instructor-review-rating {
    flex-direction: column;
  }
  .instructor-rating-range-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .instructor-progress {
    margin: 0;
  }
  .instructor-review-author-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15px;
  }
}
.become-instructor-img {
  position: relative;
  z-index: 1;
}
.become-instructor-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  background: #dbdcf4;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  z-index: -1;
}
.become-instructor-img img {
  border-radius: 10px;
  margin-top: 40px;
}
.become-instructor-rule {
  margin-top: 20px;
}
.become-instructor-rule li {
  margin-top: 10px;
}
.become-instructor-rule li i {
  color: #ff8800;
  margin-right: 5px;
}
.become-instructor-cta {
  background: #ff8800;
  text-align: center;
}
.become-instructor-cta-wrapper h1 {
  color: #fff;
  margin-bottom: 15px;
}
.become-instructor-cta-wrapper p {
  color: #fff;
}
.become-instructor-cta-wrapper a {
  background: #fff;
  color: #202029;
  padding: 10px 22px;
  margin-top: 30px;
  border-radius: 5px;
  font-weight: 500;
}
.become-instructor-cta-wrapper a:hover {
  background: #202029;
  color: #fff;
}
.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/background/bg-all.jpg);
  background-size: 100% 100%;
  background-color: #edeef3;
  text-align: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: #202029;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: #202029;
  font-weight: 400;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: #202029;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: #ff8800;
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "//";
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: #202029;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #ff8800;
}
.site-breadcrumb .hero-shape-2 {
  top: 40%;
  left: 90%;
}
.site-breadcrumb .hero-shape-4 {
  bottom: 10%;
  left: 50%;
}
@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 190px;
    padding-bottom: 120px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.pagination .page-link {
  border: none;
  background: #edeef3;
  color: #202029;
  margin: 0 10px;
  border-radius: 5px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: #ff8800;
  color: #fff;
}
body.rtl-mode {
  direction: rtl;
}
body.rtl-mode .item-area {
  direction: ltr;
}
body.rtl-mode .price-wrapper {
  direction: rtl;
}
@media (min-width: 992px) {
  body.rtl-mode .navbar-brand {
    margin-left: 3rem;
  }
  body.rtl-mode .navbar .nav-item .nav-link {
    margin-left: 3rem;
    margin-right: 0;
  }
}
.login-form {
  padding: 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.login-form .login-header {
  text-align: center;
  margin-bottom: 50px;
}
.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}
.login-form .login-header h3 {
  color: #1d42d9;
  margin-bottom: 5px;
  font-weight: 800;
}
.login-form .login-header p {
  font-size: 20px;
}
.login-form .login-footer {
  margin-top: 40px;
}
.login-form .login-footer p {
  text-align: center;
}
.login-form .login-footer a {
  color: #ff8800;
  transition: 0.5s;
}
.login-form .login-footer a:hover {
  color: #202029;
}
.login-form .form-group {
  margin-bottom: 20px;
}
.login-form label {
  color: #000;
}
.login-form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 12px 18px;
  box-shadow: none;
  transition: 0.5s;
}
.login-form .form-group .form-control:focus {
  border-color: #ff8800;
}
.login-form .form-check-input {
  box-shadow: none;
}
.login-form .form-check-input:checked {
  background-color: #ff8800;
  border-color: #ff8800;
}
.login-form .forgot-pass {
  color: #ff8800;
  transition: 0.5s;
}
.login-form .forgot-pass:hover {
  color: #202029;
}
.login-form .login-btn {
  width: 100%;
  background: #ff8800;
  color: #fff;
  padding: 12px 0;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  transition: 0.5s;
}
.login-form .login-btn i {
  margin-right: 5px;
}
.login-form .login-btn:hover {
  background: #202029;
  color: #fff;
}
.login-form .form-check-input {
  margin-top: 6.3px;
}
.login-form .form-check-label a {
  color: #ff8800;
  transition: 0.5s;
}
.login-form .form-check-label a:hover {
  color: #202029;
}
.other-login-signup {
  text-align: center;
  overflow: hidden;
}
.other-login-signup .or-login-signup {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.other-login-signup .or-login-signup:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e5e9f2;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.other-login-signup .or-login-signup:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e5e9f2;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.social-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.social-login a {
  padding: 8px 18px;
  border-radius: 7px;
  margin: 0 4px;
  transition: 0.5s;
}
.social-login a i {
  margin-right: 6px;
}
.social-login .btn-f {
  background-color: #4064ac;
  border-color: #4064ac;
  color: #fff;
}
.social-login .btn-g {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.social-login .btn-t {
  background-color: #00a7e6;
  border-color: #00a7e6;
  color: #fff;
}
.social-login a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }
}
.header-profile-img {
  width: 50px;
  border-radius: 50px;
  margin-left: 20px;
}
.header-profile-img img {
  border-radius: 50px;
}
.profile-intro {
  background: #fff;
  padding: 30px;
  padding-bottom: 0;
  border-radius: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.profile-intro-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.profile-intro-left-img {
  width: 80px;
}
.profile-intro-left-img img {
  border-radius: 50px;
}
.profile-intro-left h4 {
  margin-bottom: 2px;
}
.profile-intro-right {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}
.profile-intro-right-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.profile-intro-right-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  border-radius: 50px;
}
.profile-intro-right-color-1 {
  background: rgba(3, 185, 124, 0.12);
  color: #ff8800;
}
.profile-intro-right-color-2 {
  background: rgba(86, 79, 253, 0.12);
  color: #564ffd;
}
.profile-menu {
  margin-top: 30px;
}
.profile-menu .nav {
  display: flex;
  justify-content: space-between;
  border: none;
}
.profile-menu .nav-link {
  padding: 0;
  border: none;
  font-weight: 500;
  color: #202029;
  padding-bottom: 15px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}
.profile-menu .nav-link.active {
  color: #ff8800;
  border-color: #ff8800;
}
.profile-menu .nav-link:hover {
  color: #ff8800;
  border-color: #ff8800;
}
.profile-menu-content {
  margin-top: 30px;
}
.purchase-history,
.profile-setting-form,
.profile-about,
.profile-details {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.profile-details tr th {
  padding-left: 0;
}
.profile-course .course-status-pending {
  color: #e34444;
  font-weight: 500;
}
.profile-course .course-status-finished {
  color: #ff8800;
  font-weight: 500;
}
.profile-course .course-bottom {
  border-top: none;
  padding-top: 20px;
}
.profile-course .course-progress {
  width: 100%;
  height: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #e9ecef;
}
.profile-course .course-progress-width {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  border-radius: 5px;
}
.profile-course .course-progress-pending {
  background: #e34444;
}
.profile-course .course-progress-finished {
  background: #ff8800;
}
.profile-course .theme-btn {
  margin-top: 20px;
  width: 100%;
}
.purchase-history .btn-sm {
  padding: 2px 8px;
}
.purchase-history .table thead {
  background: #ff8800;
  color: #fff;
}
.purchase-history .table tr {
  white-space: nowrap;
}
.profile-setting-form .form-group {
  margin-bottom: 15px;
}
.profile-setting-form .form-control {
  padding: 12px 15px;
  box-shadow: none;
}
.profile-setting-form .form-control:focus {
  border-color: #ff8800;
}
.profile-setting-form .theme-btn {
  margin-top: 15px;
}
.profile-img-change {
  margin-bottom: 30px;
}
.profile-setting-img {
  width: 120px;
  border-radius: 50%;
  position: relative;
}
.profile-setting-img img {
  border-radius: 50%;
}
.profile-img-file {
  display: none;
}
.profile-setting-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: none;
  background: #ff8800;
  color: #fff;
  border-radius: 50px;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 991px) {
  .profile-menu .nav {
    flex-wrap: nowrap;
    width: 630px;
    overflow-x: scroll;
    overflow-y: hidden !important;
  }
  .profile-menu .nav .nav-item {
    margin-right: 20px;
  }
  .profile-intro-right {
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media all and (max-width: 767px) {
  .profile-intro-right {
    flex-direction: column;
    gap: 25px;
  }
  .profile-menu .nav {
    width: 280px;
  }
}
.coming-soon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}
.coming-soon .container {
  position: relative;
}
.coming-soon:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}
.coming-soon .newsletter-form .input-newsletter {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
}
.coming-soon .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 5px;
  background: #ff8800;
  display: inline-block;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  transition: 0.5s;
}
.coming-soon .newsletter-form button:hover {
  background-color: #202029;
  color: #fff;
}
.coming-social {
  margin-top: 30px;
  text-align: center;
}
.coming-social a {
  color: #fff;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #fff;
  display: inline-block;
  transition: 0.5s;
}
.coming-social a:hover {
  background: #ff8800;
  border-color: #ff8800;
}
.countdown-wrap {
  margin-top: 30px;
}
.countdown-single {
  background: #fff;
  padding: 20px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.countdown-single h2 {
  color: #ff8800;
}
.countdown-single h5 {
  color: #ff8800;
}
.error-wrapper {
  text-align: center;
}
.error-wrapper h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #ff8800;
}
.error-wrapper h1 span {
  color: #191f30;
}
.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.error-wrapper img {
  width: 100%;
}
.error-wrapper .theme-btn {
  margin-top: 30px;
}
.error-wrapper .theme-btn i {
  margin-right: 5px;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}
.terms-content:not(:last-child) {
  margin-bottom: 54px;
}
.terms-content:first-child {
  margin-top: -3px;
}
.terms-content .terms-list {
  margin-top: 37px;
}
.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
}
.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}
.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-area {
    background: url(../img/background/menusito.jpg);
    background-repeat: repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  .feature-area {
    background: url(../img/background/back-porque.jpg);
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
  }
  .pricing-area {
    background: url(../img/background/precios.jpg);
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
  }
  
  /* Dividir en dos la imagen para crear un efecto espejo */
  .footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(../img/background/menusito.jpg) center center / cover;
    transform: scaleY(-1);
    z-index: -1;
  }
  
  .footer-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(../img/background/menusito.jpg) center center / cover;
    z-index: -1;
  }
  
.footer-widget-box {
  margin-bottom: 20px;
}
.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-logo img {
  width: 240px;
  margin-bottom: 20px;
}
.copyright {
  padding: 20px 0;
  border-top: 1px solid #dee0e4;
}
.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}
.copyright .footer-menu li a {
  color: #00184f;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.copyright .footer-menu li a:hover {
  color: #ff8800;
}
.copyright .copyright-text {
  color: #00184f;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 17px;
}
.copyright .copyright-text a {
  color: #ff8800;
}
.footer-widget-title {
  color: #00184f;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
  z-index: 1;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-list li a {
  color: #00184f;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
.footer-list li a i {
  margin-right: 5px;
  color: #ff8800;
}
.footer-list li a:hover {
  padding-left: 10px;
  color: #ff8800;
}
.footer-widget-box p {
  color: #00184f;
  padding-right: 18px;
  margin-bottom: 20px;
  font-size: 20px;
}
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}
.footer-social li a i {
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.footer-social .facebook-link a i {
  background: #3b5999;
}
.footer-social .twitter-link a i {
  background: #55acee;
}
.footer-social .instagram-link a i {
  background: #bd081c;
}
.footer-social .linkedin-link a i {
  background: #0049d0;
}
.footer-social li a i:hover {
  transform: translateY(-5px);
}
.footer-newsletter .subscribe-form .form-control {
  height: 55px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #00184f;
  box-shadow: none;
  background: #fff;
}
.footer-newsletter .subscribe-form .form-control:focus {
  border-color: #ff8800;
}
.footer-newsletter .subscribe-form {
  position: relative;
}
.footer-newsletter .subscribe-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ff8800;
  border-radius: 5px;
  padding: 8px 18px;
  color: #fff;
  border: none;
  transition: all 0.5s ease-in-out;
}
.footer-newsletter .subscribe-form button:hover {
  background: #00184f;
}
.footer-app-download {
  margin-top: 25px;
}
.footer-app-download h5 {
  margin-bottom: 15px;
  color: #00184f;
}
.footer-app-download img {
  height: 45px;
  width: auto;
}
.footer-app-download a {
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-contact li a {
  color: #00184f;
  transition: 0.3s;
}
.footer-contact li i {
  width: 12px;
  height: 30px;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 5px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ff8800;
}
@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0;
  }
  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }
  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0;
  }
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.sidenav-bar-visible .search-popup {
  width: 80%;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 5px;
  text-align: center;
  background: #ff8800;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}
.search-popup .form-group {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 60px;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 0 100px 0 35px;
  transition: all 500ms ease;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 5px;
  background: #ff8800;
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background: #202029;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #51668a;
}
.mobile-search-btn {
  display: none;
}
@media all and (max-width: 991px) {
  .mobile-search-btn {
    display: block;
    position: absolute;
    right: 15%;
    color: #202029;
    font-size: 20px;
  }
  .mobile-search-btn:hover {
    color: #ff8800;
  }
}
@media all and (max-width: 767px) {
  .mobile-search-btn {
    right: 20%;
  }
}
.home-2 .hero-img-wrapper {
  position: relative;
  z-index: 1;
}
.home-2 .hero-shape-img {
  position: absolute;
  left: 0;
  bottom: 19%;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .home-2 .hero-img-wrapper {
    display: none;
  }
}
.home-3 .hero-single {
  background: #fdfaf1;
}
