@import 'https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap';

:root {
  --body-font: 'Poppins', serif;
  --heading-font: "Poppins",
    serif;
  --theme-color: #001d58;
  --theme-color2: #ff0000;
  --theme-color3: #ffc107;
  --theme-color-light: rgb(17, 110, 99, 0.09);
  --theme-bg-light: #F2F3F5;
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #19232B;
  --hero-overlay-color: #000000;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #001d58;
  --footer-bg2: #116E63;
  --footer-text-color: #F5FAFF
}

*,
*:before,
*:after {
  box-sizing: inherit
}

* {
  scroll-behavior: inherit !important
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", serif;
  color: #4d4643;
}

a {
  color: #003679;
  text-decoration: none;
}

a:hover {
  color: #003679;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
}


html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: var(--body-text-color);
  line-height: 1.8
}

a {
  color: var(--color-dark);
  display: inline-block
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  text-decoration: none
}

a:hover {
  color: var(--color-blue)
}

ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
  margin: 0;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1
}

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 .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  height: auto
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center
}

.loader-book {
  border: 5px solid var(--color-white);
  width: 100px;
  height: 61px;
  position: relative;
  perspective: 150px
}

.loader-book-page {
  display: block;
  width: 50px;
  height: 60px;
  border: 5px solid var(--color-white);
  border-left: 5px solid var(--color-white);
  margin: 0;
  position: absolute;
  right: -4px;
  top: -4px;
  overflow: hidden;
  background: var(--theme-color);
  transform-style: preserve-3d;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.loader-book-page:nth-child(1) {
  -webkit-animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.6s infinite;
  animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.6s infinite
}

.loader-book-page:nth-child(2) {
  -webkit-animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.45s infinite;
  animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.45s infinite
}

.loader-book-page:nth-child(3) {
  -webkit-animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.2s infinite;
  animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.2s infinite
}

@-webkit-keyframes loader-book {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }

  20% {
    background: var(--theme-color2)
  }

  40% {
    background: var(--theme-color2);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
  }

  100% {
    background: var(--theme-color);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
  }
}

@keyframes loader-book {
  0% {
    transform: rotateY(0deg)
  }

  20% {
    background: var(--theme-color2)
  }

  40% {
    background: var(--theme-color2);
    transform: rotateY(-180deg)
  }

  100% {
    background: var(--theme-color);
    transform: rotateY(-180deg)
  }
}

.ovrflow-hidden {
  overflow: hidden
}

.position-relative {
  position: relative;
  z-index: 1
}

.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: var(--theme-bg-light)
}

.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
}

.mt-120 {
  margin-top: 120px
}

.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
}

.mb-120 {
  margin-bottom: 120px
}

.mr-300 {
  margin-right: 300px
}

.ml-300 {
  margin-left: 300px
}

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color2);
  position: relative;
  border-bottom: 2px solid var(--theme-color2)
}

.site-title-tagline i {
  line-height: 0;
  font-size: 20px
}

.site-title {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 55px;
  color: var(--color-dark);
  margin-top: 10px;
  margin-bottom: 0;
  position: relative
}

.site-title span {
  color: var(--theme-color2)
}

.site-heading p {
  margin-top: 15px
}

.heading-divider {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 10px;
  border: 3px solid #212e54;
  border-right-color: transparent
}

.heading-divider.light {
  border-color: rgba(255, 255, 255, .2);
  border-right-color: transparent
}

.heading-divider::after {
  position: absolute;
  content: '';
  width: 30px;
  background-color: var(--theme-color);
  top: 0;
  bottom: 0;
  left: 18px
}

.theme-btn {
  font-size: 14px;
  color: var(--color-white);
  padding: 14px 20px;
  transition: var(--transition);
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--theme-color2);
  box-shadow: var(--box-shadow);
  z-index: 1
}

.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: .5s cubic-bezier(.25, .46, .45, .94);
  z-index: -1
}

.theme-btn:hover {
  color: var(--color-white)
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1)
}

.theme-btn i {
  margin-left: 5px
}

.theme-btn span {
  margin-right: 5px
}

.theme-btn2 {
  background: var(--color-white);
  color: var(--color-dark)
}

.theme-btn2::before {
  background: var(--theme-color)
}

.theme-btn2:hover {
  color: var(--color-white)
}

@media(min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px
  }
}

#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--theme-color2);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1
}

#scroll-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px
}

@media all and (min-width: 768px) and (max-width:1199px) {
  #scroll-top.active {
    bottom: 100px
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #003679;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #003679;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


.header-top {
  padding: 9px 0 10px;
  position: relative;
  background: var(--theme-color);
  z-index: 1
}

.header-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  width: 30%;
  background: var(--theme-color2);
  z-index: -1
}

.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 20px
}

.header-top-contact ul li {
  display: flex;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  padding-right: 20px
}

.header-top-contact ul li:last-child {
  border: none;
  padding-right: 0
}

.header-top-contact ul li a {
  color: var(--color-white);
  font-weight: 400
}

.header-top-contact ul li a i {
  color: var(--theme-color2);
  margin-right: 5px
}

.header-top-social span {
  color: var(--color-white);
  font-weight: 500
}

.header-top-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--color-white);
  font-size: 16px;
  background: var(--theme-color);
  text-align: center;
  margin-left: 5px;
  border-radius: 50px;
  transition: all .5s ease-in-out
}

.header-top-social a:hover {
  color: var(--theme-color2)
}

@media all and (max-width: 1199px) {
  .header-top-contact ul {
    gap: 10px
  }

  .header-top-social a {
    width: 34px;
    height: 34px;
    line-height: 37px;
    margin-left: 0
  }
}

@media all and (max-width: 992px) {
  .header-top {
    display: none
  }
}

.navbar {
  background: var(--color-white);
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999
}

.custom-nav {
  background: var(--color-white);
  position: relative
}

.navbar.fixed-top {
  background: var(--color-white) !important;
  box-shadow: var(--box-shadow2);
  animation: slide-down .7s
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0)
  }
}

.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
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit
}

.navbar-brand {
  margin-right: 0
}

.navbar-brand img {
  width: 170px
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'font awesome 6 pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px
}

@media all and (max-width: 1199px) {
  .nav-right {
    margin-left: 25px !important
  }

  .navbar .nav-item .nav-link {
    margin-right: 15px
  }


}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 17px 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-dark);
    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: .3s;
    margin-top: 0;
    border: none;
    left: -15px;
    border-radius: 0;
    border-top: 4px solid var(--theme-color2);
    background: var(--theme-color);
    width: 220px;
    box-shadow: var(--box-shadow)
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid var(--border-white-color)
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 8px 25px;
    font-weight: 500;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .3s ease-in-out
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: var(--theme-color2);
    padding-left: 32px
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 8px;
    color: var(--theme-color2);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: -1
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible
  }

  .navbar .nav-item .nav-link {
    position: relative
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: var(--theme-color)
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .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%
  }

  .navbar #main_nav {
    justify-content: center
  }

  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: 45px
  }

  .nav-right-link {
    position: relative;
    font-size: 20px;
    color: var(--color-dark);
    transition: var(--transition)
  }

  .nav-right-link:hover {
    color: var(--theme-color) !important
  }

  .nav-right .sidebar-btn .nav-right-link,
  .nav-right .search-btn .nav-right-link {
    border: none;
    background: 0 0;
    color: var(--color-dark);
    font-size: 28px;
    padding-right: 0
  }

  .nav-right .search-btn .nav-right-link {
    font-size: 20px;
    padding: 0
  }

  .nav-right .cart-btn .nav-right-link {
    position: relative;
    font-size: 20px;
    padding: 0;
    margin-right: 15px
  }

  .nav-right .cart-btn span {
    position: absolute;
    right: -9px;
    top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background: var(--theme-color);
    color: var(--color-white)
  }
}

.mobile-menu-right {
  display: none
}

@media all and (max-width: 991px) {
  .navbar .position-relative {
    place-content: end;
  }

  .navbar .navbar-toggler {
    padding: 10px;
  }

  .navbar-brand {
    padding-left: 10px
  }

  .navbar-brand img {
    width: 130px
  }

  .navbar-collapse {
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    /* background-color: var(--color-white) */
  }

  .dropdown-toggle::after {
    float: right
  }

  .navbar .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 700;
    transition: var(--transition)
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color) !important
  }

  .navbar-toggler {
    padding: 0;
    border: none
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 20px
  }

  .mobile-menu-right .nav-right-link {
    background: 0 0;
    border: none;
    font-size: 20px;
    color: var(--color-dark)
  }

  .mobile-menu-right .nav-right-link:hover {
    color: var(--theme-color)
  }

  .search-area.open {
    top: 50px !important
  }

  .fixed-top .navbar-toggler-mobile-icon {
    color: #000;
  }

  .navbar-toggler-mobile-icon {
    font-size: 25px;
    color: #fff;
    font-weight: 500
  }

  .navbar .dropdown-menu {
    border-radius: 0
  }


}

@media(min-width: 992px) {
  .nav-item.mega-menu {
    position: static
  }

  .navbar .nav-item.mega-menu .dropdown-menu {
    width: 98%;
    left: 12px
  }

  .mega-menu .mega-content {
    padding: 30px
  }

  .mega-menu .mega-content h5 {
    color: var(--theme-color2);
    font-size: 22px;
    margin-bottom: 20px
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item {
    padding-left: 0
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item::before {
    left: 0
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item:hover {
    padding-left: 15px
  }

  .menu-about-logo {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .menu-about-logo img {
    width: 180px
  }

  .menu-about p {
    color: var(--color-white)
  }
}

@media(max-width: 991px) {
  .menu-about-logo {
    display: none
  }

  .mega-menu .mega-content h5 {
    margin: 15px 0
  }
}

.navbar .nav-item .dropdown-submenu {
  position: relative
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 600
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: 0 0;
  color: var(--color-white)
}

.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
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4px
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color)
  }
}

.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, .8);
  transition: all 1500ms cubic-bezier(.86, 0, .07, 1);
  transition-timing-function: cubic-bezier(.86, 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;
  text-align: center;
  background: var(--theme-color2);
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden
}

.search-popup .close-search:hover {
  background: var(--theme-color)
}

.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: 65px;
  outline: none;
  border-radius: 8px;
  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: 10px;
  top: 9px;
  background: var(--theme-color2);
  text-align: center;
  font-size: 20px;
  color: var(--color-white);
  padding: 6px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  background: var(--theme-color);
  color: var(--color-white)
}

.main {
  margin-top: 0
}

.hero-section {
  position: relative
}

.hero-single {
  padding-top: 160px;
  padding-bottom: 160px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1
}

.hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -.5px;
  top: 0;
  background: rgba(11, 28, 57, .7);
  z-index: -1
}

.hero-single .hero-content {
  height: 100%
}

.hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 72px;
  font-weight: 800;
  margin: 20px 0;
  text-transform: capitalize
}

.hero-single .hero-content .hero-title span {
  color: var(--theme-color3)
}

.hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--theme-color3);
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid var(--theme-color3)
}

.hero-single .hero-content p {
  color: var(--color-white);
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px
}

.hero-single .hero-content .hero-btn {
  gap: 1rem;
  display: flex;
  margin-top: 35px;
  justify-content: start
}

.hero-single .hero-img::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--theme-color);
  right: 100px;
  bottom: 0;
  border-radius: 50%;
  filter: blur(150px);
  z-index: -1
}

.hero-single .hero-img {
  position: absolute;
  right: 100px;
  bottom: 120px;
  width: 50%;
  z-index: -1
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: var(--color-white);
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: var(--slider-arrow-bg);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
  transition: var(--transition)
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--color-white);
  color: #ff0000;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px
  }

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 30px !important
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    right: 120px
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px
  }
}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 50px
  }

  .hero-single .hero-img {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
    margin-top: 50px
  }

  .hero-single .hero-img::before {
    width: 250px;
    height: 250px
  }
}

@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 18px
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem
  }
}

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--theme-color2);
  color: var(--color-white) !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: var(--theme-color2);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease-in-out
}

@keyframes ripple-wave {
  0% {
    opacity: .8;
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2)
  }
}

.about-area {
  position: relative;
  background: url("../../img/bg/white-tex2.jpg");
}

.about-left {
  margin-right: 20px
}

.about-img {
  display: flex;
  gap: 30px;
  position: relative
}

.about-img .img-1 {
  border-radius: 80px 80px 0 80px
}

.about-img .img-2 {
  border-radius: 50%;
  border: 2px dashed var(--theme-color2);
  padding: 8px
}

.about-img .img-3 {
  border-radius: 0 80px 80px 80px
}

.about-experience {
  display: flex;
  align-items: center;
  text-align: center;
  background: var(--theme-color2);
  padding: 15px 20px 15px 15px;
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: 0 0 40px 5px rgb(0 0 0/10%)
}

.about-experience-icon {
  color: var(--theme-color);
  font-size: 65px;
  width: 90px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  margin: auto;
  /* background: #FFC107; */
  border-radius: 50px;
  margin-bottom: 5px;
}

.about-experience-icon img {
  width: 100%;
}

.about-right {
  position: relative;
  display: block
}

.about-content {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-info-color)
}

.about-item {
  position: relative;
  display: flex;
  gap: 12px;
  margin-bottom: 25px
}

.about-item-icon {
  width: 70px;
  height: 70px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 12px;
  background: var(--theme-color2);
  border-radius: 50px;
  font-size: 45px;
  color: var(--theme-color);
  box-shadow: -5px 5px 0 var(--theme-color-light)
}

.about-item-icon img {
  width: 45px;
  filter: brightness(0) invert(1)
}

.about-item-content {
  flex: 1
}

.about-item-content h5 {
  font-size: 22px;
  margin-bottom: 5px
}

.about-quote {
  position: relative;
  color: var(--color-dark);
  padding: 20px 22px;
  background: rgb(0 0 0 / 9%);
  border-radius: 20px
}

.about-quote i {
  position: absolute;
  font-size: 45px;
  color: #ffc107;
  right: 15px;
  bottom: -15px
}

.about-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px
}

.about-phone {
  display: flex;
  align-items: center;
  gap: 12px
}

.about-phone .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  box-shadow: -5px 5px 0 var(--theme-color-light)
}

.about-phone .number {
  line-height: 1
}

.about-phone .number span {
  color: var(--theme-color2);
  font-weight: 500
}

.about-phone .number h6 {
  font-size: 20px;
  margin-top: 8px
}

.about-phone .number h6 a {
  color: var(--theme-color)
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 30px
  }
}

@media all and (max-width: 767px) {
  .about-item {
    margin-top: 30px
  }
}

.course-area {
  position: relative
}

.course-item {
  position: relative;
  background: var(--color-white);
  padding: 20px;
  border-radius: 50px 50px 50px 0;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow)
}

.course-tag {
  position: absolute;
  right: -15px;
  top: 15px;
  background: var(--theme-color2);
  color: var(--color-white);
  border-radius: 40px 40px 40px 0;
  padding: 2px 10px;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: var(--box-shadow2);
  z-index: 1
}

.course-img {
  position: relative
}

.course-img img {
  border-radius: 40px 40px 40px 0
}

.course-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 40px 40px 40px 0;
  background: var(--color-dark);
  transition: var(--transition)
}

.course-item:hover .course-img::before {
  opacity: .5;
  visibility: visible
}

.course-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  line-height: 50px;
  padding: 0;
  margin: -25px 0 0 -25px;
  color: var(--color-white);
  background: var(--theme-color2);
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 1
}

.course-item:hover .course-img a {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.course-item:hover .course-img a:hover {
  background: var(--color-white);
  color: var(--theme-color2)
}

.course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0
}

.course-meta-left {
  font-weight: 500
}

.course-meta-left i {
  color: var(--theme-color2)
}

.course-rating {
  color: var(--theme-color2);
  font-weight: 500
}

.course-title {
  margin-bottom: 10px
}

.course-title:hover {
  color: var(--theme-color2)
}

.course-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid var(--border-info-color)
}

.course-bottom-left span {
  margin-right: 10px;
  font-weight: 500
}

.course-bottom-left i {
  color: var(--theme-color2);
  margin-right: 8px
}

.course-price {
  display: inline-block;
  background: var(--theme-color2);
  color: var(--color-white);
  padding: 1px 10px;
  border-radius: 50px 50px 50px 0;
  font-weight: 500
}

.course-sidebar .form-select {
  padding: 12px 15px;
  box-shadow: none;
  border-radius: 8px
}

.course-sidebar .form-select:focus {
  border-color: var(--theme-color)
}

.course-sidebar .form-check-input {
  margin-top: 7.5px;
  box-shadow: none
}

.course-sidebar .form-check-input:focus {
  border-color: var(--theme-color)
}

.course-sidebar .form-check-label {
  color: var(--color-dark)
}

@media all and (max-width: 991px) {
  .course-sidebar {
    margin-top: 40px
  }
}

.course-details-img {
  position: relative
}

.course-details-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.course-details img {
  border-radius: 20px
}

.course-single-info .single-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}

.course-single-info .author img {
  width: 50px;
  height: 50px;
  border-radius: 100%
}

.course-single-info .single-info i {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 100%;
  font-size: 29px;
  color: var(--theme-color2);
  border: 2px solid var(--theme-color2);
  font-size: 20px;
  text-align: center
}

.course-single-info .single-info-content {
  margin-top: 5px
}

.course-single-info .single-info h4 {
  font-size: 16px;
  text-transform: uppercase
}

.course-single-list i {
  color: var(--theme-color2);
  margin-right: 12px
}

.course-feature-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  color: var(--color-dark);
  border-bottom: 1px solid var(--border-info-color)
}

.course-feature-list a:last-child {
  border-bottom: none
}

.course-feature-list a span {
  float: right
}

.course-feature-list a i {
  color: var(--theme-color2);
  width: 24px
}

.course-single-sidebar .theme-btn {
  width: 100%;
  margin-top: 30px
}

.course-single-sidebar .theme-btn::before {
  width: 350px;
  height: 350px
}

.feature-area {
  position: relative;
  z-index: 1;
  background: url("../../img/bg/white-tex2.jpg")
}

.fa-negative {
  margin-top: -150px;
  margin-right: 20px
}

.feature-item {
  position: relative;
  padding: 20px 25px;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
  z-index: 1
}

.feature-item .count {
  position: absolute;
  right: 38px;
  top: 15px;
  font-size: 50px;
  font-weight: 800;
  -webkit-text-stroke: 2px var(--theme-color);
  -webkit-text-fill-color: transparent;
}

.feature-icon {
  width: 80px;
  height: 80px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  color: var(--color-white);
  font-size: 60px;
  background: var(--theme-color);
  margin-bottom: 25px;
  box-shadow: 5px 5px 0 var(--theme-bg-light);
  position: relative;
  transition: var(--transition)
}

.feature-item:hover .feature-icon {
  transform: rotateY(360deg)
}

.feature-icon img {
  width: 48px;
  filter: brightness(0) invert(1)
}

.feature-content {
  flex: 1
}

.feature-content h4 {
  color: var(--color-dark);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px
}

.feature-content p {
  color: var(--color-dark)
}

@media all and (max-width: 1199px) {
  .fa-negative {
    margin-top: -50px;
    margin-left: 20px
  }

  .feature-item.active::before {
    transform: scale(1)
  }
}

.portfolio-area {
  position: relative
}

.portfolio-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px
}

.portfolio-img {
  height: 100%
}

.portfolio-img img {
  width: 100%;
  border-radius: 50px 50px 50px 0
}

.portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.portfolio-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s
}

.portfolio-item:hover .portfolio-info {
  bottom: 30px
}

.portfolio-subtitle {
  font-size: 14px;
  color: var(--theme-color);
  margin-bottom: 7px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.portfolio-subtitle span {
  color: var(--theme-color)
}

.portfolio-title {
  color: var(--color-dark);
  font-size: 24px
}

.portfolio-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  font-size: 24px;
  border-radius: 50px
}

.portfolio-btn:hover {
  background: var(--theme-color2);
  color: var(--color-white)
}

.portfolio-sidebar .portfolio-sidebar-content ul li {
  border-bottom: 1px solid var(--border-info-color);
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px
}

.portfolio-sidebar .portfolio-sidebar-content ul li:last-child {
  border-bottom: none
}

.portfolio-sidebar-title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600
}

.portfolio-sidebar .portfolio-sidebar-content ul li span {
  display: block;
  font-weight: 400;
  margin: 0
}

.portfolio-sidebar .portfolio-sidebar-content .rating a {
  color: var(--theme-color2)
}

.new-portfolio {
  background: var(--theme-color) !important
}

.new-portfolio h4 {
  color: var(--color-white);
  margin-bottom: 30px;
  font-size: 28px
}

.new-portfolio .theme-btn::before {
  background: var(--color-dark)
}

.portfolio-single-list i {
  color: var(--theme-color2);
  margin-right: 10px
}

.portfolio-details h3 {
  font-weight: 700
}

.portfolio-details img {
  border-radius: 20px
}

.gallery-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px
}

.gallery-img {
  height: 100%
}

.gallery-img img {
  width: 100%;
  border-radius: 50px 50px 50px 0
}

.gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.gallery-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: #ffc1078c;
  border-radius: 50px 50px 50px 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s
}

.gallery-content:hover::before {
  opacity: .9;
  visibility: visible
}

.gallery-link {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: .5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 60px;
  color: var(--color-white)
}

.gallery-link:hover {
  color: var(--color-white)
}

.gallery-content:hover .gallery-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1)
}

.choose-area {
  position: relative;
  background: var(--footer-bg);
  z-index: 1
}

.choose-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../img/bg/light-bg-0.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: .08;
  z-index: -1
}

.choose-content-wrap {
  margin-top: 30px
}

.choose-img {
  position: relative;
  margin-left: 50px
}

.choose-img::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: 5px solid #ffc107a1;
  border-radius: 30% 0 30% 30%
}

.choose-img img {
  border-radius: 30% 0 30% 30%
}

.choose-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
  padding: 15px 15px 15px 0;
  overflow: hidden
}

.choose-item-icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: right;
  background: var(--theme-color2);
  border-radius: 50px 50px 50px 0;
  padding-right: 12px;
  margin-left: -12px
}

.choose-item-icon i {
  color: var(--theme-color);
  font-size: 50px
}

.choose-item-icon img {
  width: 45px;
  filter: brightness(0) invert(1)
}

.choose-item-info {
  flex: 1
}

.choose-item-info h4 {
  color: var(--color-dark);
  margin-bottom: 10px;
  font-size: 21px
}

.choose-video-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center
}

@media all and (max-width: 991px) {
  .choose-content-info {
    margin-right: 100px
  }

  .choose-video-wrap {
    padding-top: 210px
  }

  .choose-img {
    margin-top: 50px;
    margin-left: 10px
  }
}

@media all and (max-width: 767px) {
  .choose-content-info {
    margin-right: 40px
  }
}

.testimonial-area {
  position: relative
}

.ts-bg {
  background-image: url(../../../../live.themewild.com/eduka/assets/img/testimonial/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative
}

.ts-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 39, 88, .85)
}

.testimonial-item {
  background: var(--color-white);
  border-radius: 40px 40px 40px 0;
  padding: 25px;
  margin: 6px;
  position: relative;
  border-bottom: 5px solid var(--theme-color2)
}

.testimonial-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px
}

.testimonial-quote p {
  color: var(--body-text-color);
  font-style: italic;
  font-weight: 500
}

.testimonial-author-info {
  margin: 15px 0 10px
}

.testimonial-author-img {
  width: 75px;
  padding: 4px;
  border-radius: 50px;
  border: 2px dashed var(--theme-color2)
}

.testimonial-author-img img {
  border-radius: 50%
}

.testimonial-author-info h4 {
  font-size: 20px;
  color: var(--color-dark);
  margin-bottom: 2px
}

.testimonial-author-info p {
  color: var(--theme-color);
  font-weight: 500
}

.testimonial-quote-icon {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--color-white);
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  background: var(--theme-color2);
  border-radius: 50px 50px 50px 0
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px
}

.testimonial-area .owl-dots .owl-dot span {
  background: var(--theme-color2);
  border-radius: 50px;
  margin: 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition)
}

.testimonial-area .owl-dots .owl-dot.active span {
  width: 20px
}

.testimonial-rate {
  color: var(--theme-color3);
  margin-bottom: 15px
}

.testimonial-area2.ts-bg {
  padding-top: 120px;
  background-attachment: fixed
}

.counter-area {
  position: relative;
  background-image: url("../../img/logo/logo-bg-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  background-attachment: fixed;
  filter: drop-shadow(0px 4px 0px black);
  z-index: 1
}

.counter-area::before {
  content: "";
  position: absolute;
  background: #001d58f7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  position: relative;
  z-index: 1
}

.counter-box .icon {
  position: relative;
  text-align: center;
  font-size: 60px;
  width: 100px;
  height: 100px;
  line-height: 88px;
  color: var(--color-white);
  background: var(--theme-color2);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.counter-box .icon img {
  width: 60px;
  filter: brightness(0) invert(1)
}

.counter-box .icon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 3px solid var(--color-white);
  transition: var(--transition);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: -1
}

.counter-box:hover .icon::before {
  left: 0;
  top: 0
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600
}

.counter-box .title {
  color: var(--color-white);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0
  }
}

.cta-area {
  position: relative;
  background-image: url(../../../../live.themewild.com/eduka/assets/img/cta/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.cta-content {
  position: relative;
  padding: 80px 40px;
  margin-top: -40px;
  z-index: 1
}

.cta-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color2);
  border-radius: 80px 80px 80px 0;
  z-index: -1
}

.cta-content::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  right: 8px;
  border: 8px double var(--color-white);
  border-radius: 70px 70px 70px 0;
  z-index: -1
}

.cta-content h1 {
  color: var(--color-white);
  font-size: 45px
}

.cta-content p {
  color: var(--color-white);
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px
}

.cta-btn .theme-btn {
  background: var(--color-white);
  color: var(--color-dark)
}

.cta-btn .theme-btn:hover {
  color: var(--color-white)
}

.event-item {
  position: relative;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow)
}

.event-location {
  margin-bottom: 12px
}

.event-location i {
  color: var(--theme-color2)
}

.event-img {
  position: relative;
  overflow: hidden;
  border-radius: 40px 40px 40px 0
}

.event-img img {
  border-radius: 40px 40px 40px 0;
  box-shadow: var(--box-shadow)
}

.event-item:hover .event-img img {
  transform: scale(1.1)
}

.event-meta {
  display: flex;
  gap: 15px;
  margin: 14px 0
}

.event-meta i {
  color: var(--theme-color2);
  margin-right: 5px
}

.event-title {
  margin-bottom: 10px
}

.event-title:hover {
  color: var(--theme-color2)
}

.event-btn {
  margin-top: 20px
}

.event-btn .theme-btn {
  padding: 11px 15px
}

.event-slider .event-item {
  box-shadow: none;
  margin-bottom: 0
}

.event-slider .owl-dots {
  text-align: center;
  margin-top: 40px
}

.event-slider .owl-dots .owl-dot span {
  background: var(--theme-color2);
  border-radius: 50px;
  margin: 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition)
}

.event-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color2);
  width: 20px
}

.event-slider .owl-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  margin: 0
}

.event-slider:hover .owl-nav {
  display: block;
  opacity: 1;
  visibility: visible
}

.event-slider .owl-nav button {
  height: 48px;
  width: 48px;
  line-height: 45px !important;
  top: 50%;
  background: var(--theme-color2) !important;
  color: var(--color-white) !important;
  font-size: 25px !important;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  transition: var(--transition);
  border-radius: 100%;
  margin-top: -24px
}

.event-slider .owl-nav button:hover {
  background: var(--theme-color) !important
}

.event-slider .owl-nav .owl-prev {
  left: -75px
}

.event-slider .owl-nav .owl-prev:hover {
  left: -65px
}

.event-slider .owl-nav .owl-next {
  right: -75px
}

.event-slider .owl-nav .owl-next:hover {
  right: -65px
}

.event-details img {
  border-radius: 20px
}

.event-map {
  margin-bottom: 20px
}

.event-map iframe {
  border-radius: 20px;
  height: 400px;
  width: 100%
}

.event-content-single {
  margin-bottom: 20px
}

.event-content-single h5 {
  margin-bottom: 5px
}

.event-content-single i {
  color: var(--theme-color2);
  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: 10px;
  margin-top: 50px
}

.event-author-info img {
  border-radius: 50%
}

.event-author-info h5 {
  margin-top: 5px
}

.enroll-area {
  position: relative;
  background-image: url(../../../../live.themewild.com/eduka/assets/img/enroll/01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1
}

.enroll-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--footer-bg);
  opacity: .8;
  width: 100%;
  height: 100%;
  z-index: -1
}

.enroll-left {
  margin-right: 30px
}

.enroll-form {
  background: var(--color-white);
  border-radius: 80px 80px 80px 0;
  box-shadow: var(--box-shadow)
}

.enroll-form form {
  padding: 30px
}

.enroll-form-header {
  background: var(--theme-color2);
  border-radius: 50px 50px 50px 0;
  padding: 20px 30px
}

.enroll-form-header h3 {
  color: var(--color-white)
}

.enroll-form-header p {
  color: var(--color-white)
}

.enroll-form .form-group {
  margin-bottom: 20px
}

.enroll-form .form-group .form-control {
  padding: 16px 22px;
  font-size: 16px;
  border-radius: 12px;
  color: #6c757d;
  background-color: var(--theme-bg-light);
  border: none;
  box-shadow: none
}

.enroll-form .form-group .form-select {
  padding: 15px 22px;
  background-color: var(--theme-bg-light);
  color: #6c757d;
  border: none;
  box-shadow: none;
  border-radius: 8px
}

@media all and (max-width: 991px) {
  .enroll-left {
    margin-right: 0
  }
}

.progress-box {
  margin: 30px 0;
  position: relative;
  z-index: 1
}

.progress-box:last-child {
  margin-bottom: 0
}

.progress-box h5 {
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px
}

.progress-box .progress {
  height: 8px;
  background: var(--color-white);
  border-radius: 50px
}

.progress-box .progress .progress-bar {
  background: var(--theme-color2)
}

.department-area {
  position: relative
}

.department-item {
  position: relative;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  padding: 30px;
  margin-bottom: 25px;
  overflow: hidden;
  box-shadow: var(--box-shadow)
}

.department-item::before {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 10px solid var(--theme-color2);
  transition: var(--transition);
  opacity: .2
}

.department-item:hover::before {
  opacity: 1
}

.department-icon {
  margin-bottom: 20px
}

.department-icon img {
  width: 60px !important
}

.department-title {
  margin-bottom: 10px
}

.department-title:hover {
  color: var(--theme-color2)
}

.department-btn {
  margin-top: 10px
}

.department-btn a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}

.department-btn a:hover {
  color: var(--theme-color2)
}

.department-btn a i {
  margin-left: 5px
}

.department-slider .department-item {
  box-shadow: none;
  margin-bottom: 0
}

.department-slider .owl-dots {
  text-align: center;
  margin-top: 40px
}

.department-slider .owl-dots .owl-dot span {
  background: var(--theme-color2);
  border-radius: 50px;
  margin: 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition)
}

.department-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color2);
  width: 20px
}

.department-slider .owl-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  margin: 0
}

.department-slider:hover .owl-nav {
  display: block;
  opacity: 1;
  visibility: visible
}

.department-slider .owl-nav button {
  height: 48px;
  width: 48px;
  line-height: 45px !important;
  top: 50%;
  background: var(--theme-color2) !important;
  color: var(--color-white) !important;
  font-size: 25px !important;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  transition: var(--transition);
  border-radius: 100%;
  margin-top: -54px
}

.department-slider .owl-nav button:hover {
  background: var(--theme-color) !important
}

.department-slider .owl-nav .owl-prev {
  left: -75px
}

.department-slider .owl-nav .owl-prev:hover {
  left: -65px
}

.department-slider .owl-nav .owl-next {
  right: -75px
}

.department-slider .owl-nav .owl-next:hover {
  right: -65px
}

.department-single-list i {
  color: var(--theme-color2);
  margin-right: 10px
}

.department-download a {
  border: 2px solid var(--theme-color2);
  padding: 12px 20px;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  border-radius: 30px 30px 30px 0;
  font-weight: 600;
  transition: var(--transition)
}

.department-download a i {
  margin-right: 10px
}

.department-download a:hover {
  background-color: var(--theme-color2);
  color: var(--color-white)
}

.department-details h3 {
  color: var(--color-dark)
}

.department-details img {
  border-radius: 20px
}

.partner-area {
  position: relative
}

.blog-area {
  position: relative
}

.blog-item {
  position: relative;
  margin-bottom: 25px;
  padding: 20px 20px 15px;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition)
}

.blog-item-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 30px 0
}

.blog-item-img img {
  border-radius: 30px 30px 30px 0
}

.blog-item:hover .blog-item-img img {
  transform: scale(1.1)
}

.blog-date {
  position: absolute;
  padding: 4px 12px;
  right: -10px;
  top: 40px;
  font-weight: 500;
  background: var(--theme-color2);
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
  z-index: 2
}

.blog-item-info {
  position: relative
}

.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin: 12px 0;
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 14px
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  color: var(--color-dark)
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color2)
}

.blog-item-meta a:hover {
  color: var(--theme-color2)
}

.blog-title {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: capitalize
}

.blog-item-info p {
  margin-bottom: 16px
}

.blog-item-info .theme-btn {
  margin-top: 15px;
  padding: 11px 15px
}

.blog-item-info h4 a {
  color: var(--color-dark)
}

.blog-item-info h4 a:hover {
  color: var(--theme-color2)
}

.blog-single-content img {
  border-radius: 20px
}

.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 .blog-meta-left ul li {
  font-weight: 500
}

.blog-meta i {
  margin-right: 5px;
  color: var(--theme-color2)
}

.blog-meta a {
  color: var(--body-text-color);
  font-weight: 500
}

.blog-meta a:hover {
  color: var(--theme-color)
}

.blog-details-title {
  font-size: 34px;
  color: var(--color-dark)
}

.blockqoute {
  background: var(--theme-bg-light);
  border-left: 5px solid var(--theme-color2);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 50px 50px 50px 0
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: var(--color-dark)
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: var(--theme-color2);
  left: 0;
  top: 10px
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px
}

.blog-details-tags h5 {
  color: var(--color-dark)
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px
}

.blog-details-tags ul a {
  background: var(--theme-bg-light);
  color: var(--color-dark);
  padding: 6px 18px;
  border-radius: 8px;
  transition: var(--transition)
}

.blog-details-tags ul a:hover {
  background: var(--theme-color);
  color: var(--color-white)
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
  margin: 50px 0;
  padding: 20px
}

.blog-author-img {
  width: 320px
}

.blog-author-img img {
  border-radius: 40px 40px 40px 0
}

.author-name {
  font-size: 22px;
  color: var(--theme-color);
  margin: 8px 0
}

.author-info {
  padding: 0 20px
}

.author-social {
  margin-top: 10px
}

.author-social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  margin-right: 5px;
  color: var(--theme-color);
  transition: var(--transition)
}

.author-social a:hover {
  color: var(--color-white);
  background: var(--theme-color)
}

.blog-comments {
  margin-bottom: 50px
}

.blog-comments h3 {
  color: var(--color-dark)
}

.blog-comments-wrapper {
  margin: 30px 0
}

.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 50px
}

.blog-comments-single img {
  border-radius: 50%
}

.blog-comments-content {
  padding: 0 0 0 20px
}

.blog-comments-content span {
  font-size: 14px;
  color: var(--theme-color2);
  font-weight: 500
}

.blog-comments-content a {
  font-weight: 500;
  margin-top: 5px;
  color: var(--theme-color2)
}

.blog-comments-content a:hover {
  color: var(--theme-color)
}

.blog-comments-content h5 {
  color: var(--color-dark)
}

.blog-comments-reply {
  margin-left: 50px
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 20px;
  background: var(--theme-bg-light)
}

.blog-comments-form h3 {
  margin-bottom: 20px
}

.blog-comments-form .form-group {
  margin-bottom: 20px
}

.blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: var(--transition)
}

.blog-comments-form .form-control:focus {
  border-color: var(--theme-color2)
}

@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px
  }

  .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
  }

  .author-info {
    margin-top: 25px
  }

  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    border-radius: 10px
  }

  .blog-comments-single img {
    margin: 0 auto 20px
  }

  .blog-comments-reply {
    margin-left: 0
  }
}

.widget {
  background: var(--theme-bg-light);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  color: var(--color-dark)
}

.widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid var(--theme-color2);
  bottom: 0;
  left: 0
}

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid var(--theme-color2);
  bottom: 0;
  left: 22px
}

.widget .search-form .form-control {
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: none
}

.widget .search-form {
  position: relative
}

.widget .search-form .form-control:focus {
  border-color: var(--theme-color)
}

.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px;
  background: 0 0;
  border: none;
  color: var(--theme-color2)
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #ced4da;
  transition: var(--transition)
}

.widget .category-list a:last-child {
  margin-bottom: 0;
  border-bottom: none
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: var(--theme-color2)
}

.widget .category-list a i {
  margin-right: 5px;
  color: var(--theme-color2)
}

.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: 120px;
  border-radius: 10px
}

.widget .recent-post-bio h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize
}

.widget .recent-post-bio span {
  font-size: 14px;
  color: var(--theme-color2);
  font-weight: 500
}

.widget .recent-post-bio span i {
  margin-right: 5px
}

.widget .recent-post-bio h6 a:hover {
  color: var(--theme-color2)
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: var(--transition)
}

.widget .social-share-link a:hover {
  background: var(--theme-color);
  color: var(--color-white)
}

.widget .tag-list a {
  background: var(--color-white);
  color: var(--color-dark);
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
  transition: var(--transition)
}

.widget .tag-list a:hover {
  background-color: var(--theme-color2);
  color: var(--color-white)
}

.contact-wrapper {
  position: relative;
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  z-index: 1
}

.contact-img {
  position: relative;
  padding-left: 20px
}

.contact-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: var(--theme-color);
  border-radius: 20px 0 0 20px;
  clip-path: polygon(100% 0, 20% 50%, 100% 100%, 0 100%, 0 0);
  z-index: -1
}

.contact-img img {
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0)
}

.contact-form {
  padding: 25px
}

.contact-form-header {
  margin-bottom: 30px
}

.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark)
}

.contact-form .form-group {
  margin-bottom: 25px
}

.contact-form .form-group .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: var(--transition)
}

.contact-form .form-group .form-control:focus {
  border-color: var(--theme-color2)
}

.contact-map {
  margin-bottom: -9px
}

.contact-map iframe {
  width: 100%;
  height: 450px
}

.contact-content {
  margin-bottom: 50px
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition)
}

.contact-info::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -8px;
  background: #0c3d7c;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  height: 20px;
  z-index: -1
}

.contact-info-icon {
  font-size: 35px;
  color: var(--color-white);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  background: #0c3d7c;
}

.contact-info-icon::before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border: 3px solid #0c3d7c;
  border-radius: 40px
}

.contact-info h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-dark)
}

.contact-info p {
  color: var(--color-dark);
  font-weight: 500;
  font-size: 16px
}

@media all and (max-width: 768px) {
  .contact-content {
    margin-bottom: 50px
  }
}

.top-header {
  background: linear-gradient(#abdbf000, rgb(255 255 255 / 76%)), url(../images/bg/bg-6.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-area {
  position: relative;
  overflow: hidden
}

.team-item {
  position: relative;
  background: var(--color-white);
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 60px 60px 60px 0;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition)
}

.team-item:hover {
  transform: translateY(-10px)
}

.team-img img {
  border-radius: 50px 50px 50px 0
}

.team-content {
  margin-top: 15px;
  position: relative
}

.team-bio h5 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize
}

.team-bio span {
  font-size: 13px;
  font-weight: 500;
  color: var(--theme-color);
  text-transform: uppercase;
  letter-spacing: 2px
}

.team-bio h5 a:hover {
  color: var(--theme-color)
}

.team-social-btn {
  position: absolute;
  right: -5px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding-left: 12px;
  border-radius: 50px 50px 0 50px;
  cursor: pointer;
  background: var(--theme-color);
  color: var(--color-white);
  transition: var(--transition)
}

.team-item:hover .team-social-btn {
  background: var(--theme-color2)
}

.team-social {
  position: absolute;
  margin-bottom: 10px;
  text-align: center;
  top: 50px;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: var(--transition)
}

.team-item:hover .team-social {
  opacity: 1;
  right: 30px
}

.team-social a {
  display: block;
  color: var(--color-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 50px 50px 50px 0;
  background: var(--theme-color2);
  box-shadow: var(--box-shadow);
  transition: var(--transition)
}

.team-social a:hover {
  background: var(--theme-color);
  color: var(--color-white)
}

.team-area2 .team-item {
  padding: 0 30px 30px;
  background: 0 0;
  box-shadow: none;
  overflow: unset
}

.team-area2 .team-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  border-radius: 15px;
  background: var(--color-white);
  box-shadow: var(--box-shadow) !important;
  z-index: -1
}

.team-area2 .team-img img {
  border-radius: 50px 50px 50px 0
}

.team-area2 .team-content {
  margin-top: 30px
}

.team-area2 .team-social-btn {
  bottom: 39px
}

.team-area2 .team-social-btn {
  right: 0
}

.team-single-img img {
  border-radius: 50px 50px 50px 0
}

.team-details {
  padding: 45px;
  background: var(--theme-bg-light);
  border-radius: 50px 50px 50px 0
}

.team-details strong {
  color: var(--theme-color2)
}

.team-details-info {
  margin: 20px 0
}

.team-details-info li {
  margin-bottom: 10px
}

.team-details-info a:hover {
  color: var(--theme-color2)
}

.team-details-info a i {
  margin-right: 10px;
  color: var(--theme-color2)
}

.team-details-social a {
  margin-right: 15px;
  font-size: 20px;
  color: var(--theme-color2);
  display: inline-block;
  transition: all .5s ease-in-out
}

.team-details-social a:hover {
  color: var(--theme-color)
}

.biography {
  padding-right: 20px;
  margin-bottom: 30px
}

.team-skill .progress-box h5 {
  color: var(--color-dark)
}

.team-skill .pull-right {
  color: var(--theme-color2)
}

.team-skill .progress-box .progress {
  background: var(--theme-bg-light)
}

.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 80px 80px 80px 0
}

.video-content::before {
  content: "";
  position: absolute;
  background: rgba(3, 2, 7, .2);
  border-radius: 80px 80px 80px 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 350px;
  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;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media all and (max-width: 767px) {
  .video-wrapper {
    height: 250px
  }
}

.pricing-area {
  position: relative
}

.pricing-item {
  position: relative;
  padding: 20px 40px;
  text-align: center;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  margin-bottom: 25px
}

.pricing-item::before {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  top: -5px;
  height: 5px;
  border-radius: 10px 10px 0 0;
  background: var(--theme-color)
}

.pricing-icon {
  width: 100px;
  height: 100px;
  line-height: 90px;
  background: var(--theme-color2);
  margin: 20px auto 0;
  position: relative;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 70px
}

.pricing-icon img {
  width: 60px;
  filter: brightness(0) invert(1)
}

.pricing-icon::before {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 3px solid var(--theme-color2)
}

.pricing-header-content {
  margin: 30px 0 20px
}

.pricing-header-content h4 {
  margin-bottom: 20px;
  color: var(--theme-color2);
  font-size: 30px
}

.pricing-duration {
  color: var(--theme-color2);
  font-size: 16px
}

.pricing-amount {
  font-size: 60px;
  color: var(--theme-color)
}

.pricing-feature ul {
  padding-top: 10px;
  margin-bottom: 25px;
  text-align: left;
  border-top: 1px solid var(--border-info-color)
}

.pricing-feature ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 25px
}

.pricing-feature ul li::before {
  content: "\f560";
  position: absolute;
  font-family: "font awesome 6 pro";
  color: var(--theme-color);
  left: 0;
  top: 0
}

.pricing-feature .theme-btn {
  width: 100%
}

.pricing-item.active {
  background: var(--theme-color)
}

.pricing-item.active::before {
  background: var(--theme-color2)
}

.pricing-item.active .pricing-amount {
  color: var(--color-white)
}

.pricing-item.active ul li {
  color: var(--color-white)
}

.pricing-item.active ul li::before {
  color: var(--color-white)
}

.pricing-item.active .theme-btn {
  background: var(--theme-color2)
}

.pricing-item.active .theme-btn:hover {
  color: var(--theme-color)
}

.pricing-item.active .theme-btn::before {
  background: var(--color-white)
}

.faq-area .accordion-item {
  border: none;
  margin-bottom: 30px;
  background: var(--color-white);
  border-radius: 30px 30px 30px 0 !important;
  box-shadow: var(--box-shadow)
}

.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: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white)
}

.faq-area .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: 0 0;
  box-shadow: inset 0 -1px 0 rgb(0 0 0/13%)
}

.accordion-button {
  border-radius: 0 !important;
  background: 0 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-dark);
  box-shadow: none !important
}

.accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--theme-color)
}

.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+)
}

@media all and (max-width: 991px) {
  .faq-right {
    margin-bottom: 50px
  }

  .accordion-button {
    font-size: 16px
  }
}

.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1
}

.site-breadcrumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #001d589c;
  opacity: .65;
  z-index: -1
}

.site-breadcrumb .breadcrumb-title {
  font-size: 45px;
  color: var(--color-white);
  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: var(--color-white);
  font-weight: 500;
  text-transform: capitalize
}

.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all .5s ease-in-out
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'font awesome 6 pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white)
}

.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: var(--theme-color)
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #f1d800;
  font-weight: bold;
}

@media(max-width: 991px) {
  .site-breadcrumb {
    background-image: url('../images/header_mobile.jpg') !important;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px
}

.pagination .page-link {
  border: none;
  background: var(--theme-color2);
  color: var(--color-white);
  margin: 0 10px;
  border-radius: 12px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: var(--transition)
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: var(--theme-color);
  color: var(--color-white)
}

.login-form {
  position: relative;
  padding: 40px;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  box-shadow: var(--box-shadow)
}

.login-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 50px;
  width: 4px;
  background: var(--theme-color)
}

.login-form .login-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-info-color)
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px
}

.login-form .login-header h3 {
  color: var(--theme-color);
  margin-bottom: 5px;
  font-weight: 800
}

.login-form .login-header p {
  font-size: 20px
}

.login-form .login-footer {
  margin-top: 25px
}

.login-form .login-footer p {
  text-align: center
}

.login-form .login-footer a {
  color: var(--theme-color);
  transition: .5s
}

.login-form .login-footer a:hover {
  color: var(--theme-color2)
}

.login-form .form-group {
  margin-bottom: 20px
}

.login-form label {
  color: var(--color-dark);
  margin-bottom: 5px
}

.login-form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 12px 18px;
  box-shadow: none;
  transition: .5s
}

.login-form .form-group .form-control:focus {
  border-color: var(--theme-color)
}

.login-form .form-check-input {
  box-shadow: none
}

.login-form .form-check-input:focus {
  border-color: var(--theme-color)
}

.login-form .forgot-pass {
  color: var(--theme-color);
  transition: .5s
}

.login-form .forgot-pass:hover {
  color: var(--theme-color2)
}

.login-form .theme-btn {
  width: 100%
}

.login-form .theme-btn::before {
  width: 420px;
  height: 420px
}

.login-form .theme-btn i {
  margin-right: 5px
}

.login-form .form-check-input {
  margin-top: 6.3px
}

.login-form .form-check-label a {
  color: var(--theme-color);
  transition: .5s
}

.login-form .form-check-label a:hover {
  color: var(--theme-color)
}

.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}

.social-login {
  border-top: 1px solid #f1f1f1;
  margin-top: 15px
}

.social-login p {
  margin: 10px 0
}

.social-login-list {
  text-align: center
}

.social-login-list a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  border-radius: 50px;
  margin: 5px
}

.social-login-list a i {
  color: var(--color-white)
}

.social-login-list a:hover {
  background: var(--color-dark)
}

@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px
  }
}

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  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, .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: 10px;
  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: 10px;
  background: var(--theme-color2);
  display: inline-block;
  color: var(--color-white);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  transition: .5s
}

.coming-soon .newsletter-form button:hover {
  background-color: var(--theme-color);
  color: var(--color-white)
}

.coming-social {
  margin-top: 30px;
  text-align: center
}

.coming-social a {
  color: var(--color-white);
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  display: inline-block;
  transition: .5s
}

.coming-social a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color)
}

.countdown-wrap {
  margin-top: 30px
}

.countdown-single {
  background: var(--theme-color2);
  padding: 20px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow)
}

.countdown-single h2 {
  color: var(--color-white)
}

.countdown-single h5 {
  color: var(--color-white)
}

.error-wrapper {
  text-align: center
}

.error-wrapper h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: 700;
  color: var(--theme-color)
}

.error-wrapper h1 span {
  color: var(--color-dark)
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px
}

.error-wrapper img {
  width: 100%
}

.error-wrapper .theme-btn {
  margin-top: 30px
}

@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
}

.how-apply {
  position: relative
}

.how-apply .content-img {
  margin-left: 30px;
  position: relative;
  z-index: 1
}

.how-apply .content-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0c3d7c;
  border-radius: 100px 100px 100px 0;
  transform: rotate(-8deg);
  z-index: -1
}

.how-apply .content-img img {
  border-radius: 100px 100px 100px 0;
  width: 100%
}

.how-apply .content-list li {
  margin-top: 8px
}

.how-apply .content-list i {
  color: #0e3d7c;
  margin-right: 8px
}

.how-apply .content-btn {
  margin-top: 40px
}

.apply-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px
}

.apply-details .content-list li {
  margin-top: 8px
}

.apply-details .content-list i {
  color: var(--theme-color);
  margin-right: 8px
}

@media all and (max-width: 991px) {
  .how-apply .content-img {
    margin-left: 0
  }

  .how-apply .content-info {
    margin-bottom: 70px
  }

  .apply-details .details-left {
    margin-bottom: 40px
  }
}

.application {
  position: relative
}

.application-form {
  padding: 40px;
  border-radius: 10px;
  background: var(--color-white);
  box-shadow: var(--box-shadow)
}

.application-form h3 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-info-color)
}

.application-form .form-group {
  margin-bottom: 18px
}

.application-form .form-group label {
  color: #212536;
  margin-bottom: 5px
}

.application-form .form-control,
.application-form .form-select {
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: none
}

.application-form .form-control:focus,
.application-form .form-select:focus {
  border-color: var(--theme-color)
}

.application-form .form-check-input {
  margin-top: 6.5px;
  box-shadow: none
}

.application-form .form-check-input:focus {
  border-color: var(--theme-color)
}

.application-form .form-check a {
  color: var(--theme-color)
}

.application-form .form-check label {
  color: #212536;
  font-weight: 500
}

.application-form .theme-btn {
  margin-top: 30px
}

.campus-tour {
  position: relative
}

.campus-tour .content-img {
  margin-left: 30px;
  position: relative;
  z-index: 1
}

.campus-tour .content-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0c3d7c;
  border-radius: 50px 50px 50px 0;
  transform: rotate(-8deg);
  z-index: -1
}

.campus-tour .content-img img {
  border-radius: 100px 100px 100px 0;
  width: 100%
}

.campus-tour .content-btn {
  margin-top: 40px
}

.tour-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px
}

.tour-details .content-list li {
  margin-top: 8px
}

.tour-details .content-list i {
  color: var(--theme-color);
  margin-right: 8px
}

@media all and (max-width: 991px) {
  .campus-tour .content-img {
    margin-left: 0
  }

  .campus-tour .content-info {
    margin-bottom: 70px
  }

  .tour-details .details-left {
    margin-bottom: 40px
  }
}

.campus-life {
  position: relative
}

.campus-life .content-img {
  margin-right: 30px;
  position: relative;
  z-index: 1
}

.campus-life .content-img::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  bottom: -30px;
  width: 80%;
  border: 7px solid var(--theme-color2);
  border-radius: 100px 100px 100px 0;
  z-index: -1
}

.campus-life .content-img img {
  border-radius: 90px 90px 90px 0;
  width: 100%
}

.campus-life .content-btn {
  margin-top: 40px
}

.campus-life-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px
}

.campus-life-details .content-list li {
  margin-top: 8px
}

.campus-life-details .content-list i {
  color: var(--theme-color);
  margin-right: 8px
}

.campus-life-details .details-item {
  margin-bottom: 40px
}

.campus-life-details .details-item img {
  border-radius: 20px
}

@media all and (max-width: 991px) {
  .campus-life .content-info {
    margin-top: 70px
  }
}

.notice-board {
  position: relative
}

.notice-item {
  padding: 25px;
  border-radius: 50px 50px 50px 0;
  margin-bottom: 25px;
  border: 2px solid transparent;
  background: var(--theme-bg-light);
  transition: var(--transition)
}

.notice-item:hover {
  border-color: var(--theme-color)
}

.notice-item h4:hover {
  color: var(--theme-color)
}

.notice-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px
}

.notice-meta i {
  color: var(--theme-color)
}

.activity {
  position: relative
}

.activity .content-img {
  margin-left: 30px;
  position: relative;
  z-index: 1
}

.activity .content-img::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  bottom: -30px;
  width: 80%;
  border: 7px solid var(--theme-color2);
  border-radius: 100px 100px 100px 0;
  z-index: -1
}

.activity .content-img img {
  border-radius: 90px 90px 90px 0;
  width: 100%
}

.activity .content-btn {
  margin-top: 40px
}

.activity-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px
}

.activity-details .content-list li {
  margin-top: 8px
}

.activity-details .content-list i {
  color: var(--theme-color);
  margin-right: 8px
}

.activity-details .details-item {
  margin-bottom: 40px
}

.activity-details .details-item img {
  border-radius: 20px
}

@media all and (max-width: 991px) {
  .activity .content-info {
    margin-bottom: 70px
  }
}

.facility-area {
  position: relative;
  display: block;
  overflow: hidden
}

.facility-item {
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  z-index: 1
}

.facility-item:hover {
  transform: translateY(-10px)
}

.facility-img {
  position: relative;
  z-index: 1
}

.facility-img img {
  border-radius: 50px 50px 50px 0
}

.facility-content {
  position: relative;
  padding: 20px 20px 15px
}

.facility-arrow {
  margin-top: 25px
}

.facility-title a {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-dark)
}

.facility-title a:hover {
  color: var(--theme-color)
}

.facility-arrow .theme-btn {
  padding: 12px 22px
}

.facility-details img {
  border-radius: 20px
}

.facility-single-list i {
  color: var(--theme-color2);
  margin-right: 10px
}

.facility-download a {
  border: 2px solid var(--theme-color2);
  padding: 12px 20px;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  transition: var(--transition)
}

.facility-download a i {
  margin-right: 10px
}

.facility-download a:hover {
  background-color: var(--theme-color2);
  color: var(--color-white)
}

.facility-details h3 {
  color: var(--color-dark)
}

.research-area {
  position: relative;
  display: block;
  overflow: hidden
}

.research-item {
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  padding: 20px 20px 15px;
  background: var(--color-white);
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  z-index: 1
}

.research-item:hover {
  transform: translateY(-10px)
}

.research-img {
  position: relative;
  z-index: 1
}

.research-img img {
  border-radius: 40px 40px 40px 0
}

.research-content {
  position: relative;
  margin-top: 15px
}

.research-arrow {
  margin-top: 25px
}

.research-title a {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-dark)
}

.research-title a:hover {
  color: var(--theme-color)
}

.research-arrow .theme-btn {
  padding: 12px 22px
}

.research-details img {
  border-radius: 20px
}

.research-single-list i {
  color: var(--theme-color2);
  margin-right: 10px
}

.research-download a {
  border: 2px solid var(--theme-color2);
  padding: 12px 20px;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  transition: var(--transition)
}

.research-download a i {
  margin-right: 10px
}

.research-download a:hover {
  background-color: var(--theme-color2);
  color: var(--color-white)
}

.research-details h3 {
  color: var(--color-dark)
}

.club-area {
  position: relative;
  display: block;
  overflow: hidden
}

.club-item {
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  padding: 20px 20px 15px;
  background: var(--color-white);
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  z-index: 1
}

.club-item:hover {
  transform: translateY(-10px)
}

.club-img {
  position: relative;
  z-index: 1
}

.club-img img {
  border-radius: 40px 40px 40px 0
}

.club-content {
  position: relative;
  margin-top: 15px
}

.club-arrow {
  margin-top: 25px
}

.club-title a {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-dark)
}

.club-title a:hover {
  color: var(--theme-color)
}

.club-arrow .theme-btn {
  padding: 12px 22px
}

.club-details img {
  border-radius: 20px
}

.club-single-list i {
  color: var(--theme-color2);
  margin-right: 10px
}

.club-download a {
  border: 2px solid var(--theme-color2);
  padding: 12px 20px;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  transition: var(--transition)
}

.club-download a i {
  margin-right: 10px
}

.club-download a:hover {
  background-color: var(--theme-color2);
  color: var(--color-white)
}

.club-details h3 {
  color: var(--color-dark)
}

.tuition-fee {
  position: relative
}

.alumni {
  position: relative
}

.alumni .content-img {
  margin-right: 30px;
  position: relative;
  z-index: 1
}

.alumni .content-img::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -30px;
  bottom: -30px;
  width: 80%;
  background: var(--theme-color2);
  border-radius: 50px 50px 50px 0;
  transform: rotate(5deg);
  z-index: -1
}

.alumni .content-img img {
  border-radius: 50px 50px 50px 0;
  width: 100%
}

.alumni .content-btn {
  margin-top: 40px
}

.alumni-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px
}

.alumni-details .content-list li {
  margin-top: 8px
}

.alumni-details .content-list i {
  color: var(--theme-color);
  margin-right: 8px
}

.alumni-details .details-item {
  margin-bottom: 40px
}

.alumni-details .details-item img {
  border-radius: 20px
}

@media all and (max-width: 991px) {
  .alumni .content-info {
    margin-top: 70px
  }
}

.scholarship {
  position: relative
}

.scholarship-content img {
  border-radius: 20px
}

.scholarship-item {
  margin-bottom: 25px
}

.scholarship-icon img {
  width: 60px
}

.scholarship-item h4 {
  margin-top: 20px;
  margin-bottom: 10px
}

.scholarship-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px
}

.scholarship-details .content-list li {
  margin-top: 8px
}

.scholarship-details .content-list i {
  color: var(--theme-color);
  margin-right: 8px
}

.scholarship-details .details-item {
  margin-bottom: 40px
}

.fund-area {
  position: relative
}

.fund-content img {
  border-radius: 20px
}

.fund-contact {
  margin: 20px 0;
  background: var(--theme-bg-light);
  padding: 30px;
  border-radius: 10px
}

.fund-contact li {
  margin: 8px 0
}

.fund-contact i {
  color: var(--theme-color2);
  margin-right: 5px
}

.fund-btn {
  margin-bottom: 20px
}

.fund-btn .theme-btn {
  width: 100%
}

.fund-btn .theme-btn::before {
  width: 400px;
  height: 400px
}

.fund-list i {
  color: var(--theme-color2);
  margin-right: 10px
}

.athletic {
  position: relative
}

.athletic-content img {
  border-radius: 20px
}

.health-care {
  position: relative
}

.health-care-content img {
  border-radius: 20px
}

.health-care-content .content-list li {
  margin-top: 8px
}

.health-care-content .content-list i {
  color: var(--theme-color);
  margin-right: 8px
}

.footer-area {
  background: var(--footer-bg);
  position: relative;
  z-index: 1
}

.footer-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .05;
  z-index: -1
}

.footer-widget-box {
  margin-bottom: 20px
}

.footer-widget {
  position: relative;
  z-index: 1
}

.footer-logo img {
  width: 220px;
  margin-bottom: 25px
}

.copyright {
  position: relative
}

.copyright .copyright-wrapper {
  padding: 25px 0;
  border-top: 1px solid var(--border-white-color)
}

.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: var(--footer-text-color);
  transition: var(--transition)
}

.copyright .footer-menu li a:hover {
  color: var(--theme-color2)
}

.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0;
  font-size: 16px
}

.copyright .copyright-text a {
  color: var(--theme-color3);
  font-weight: 500
}

.footer-widget-title {
  color: var(--color-white);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  z-index: 1
}

.footer-widget-title::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 3px;
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  left: 0;
  z-index: -1
}

.footer-widget-title::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: var(--theme-color2);
  bottom: 0;
  left: 18px;
  z-index: -1
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: .65rem
}

.footer-list li a {
  color: var(--color-white);
  transition: var(--transition)
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--theme-color2)
}

.footer-list li a:hover {
  padding-left: 10px;
  color: var(--theme-color2)
}

.footer-widget-box p {
  color: var(--color-white);
  padding-right: 18px;
  margin-bottom: 20px
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: end
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  background: #ffffff;
  color: var(--theme-color);
  transition: var(--transition);
}

.footer-social li a i:hover {
  background: var(--theme-color2);
  color: var(--color-white)
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--footer-text-color);
  font-size: 16px;
  margin-bottom: 15px
}

.footer-contact li a {
  color: var(--footer-text-color);
  -webkit-transition: .3s;
  transition: .3s
}

.footer-contact li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 10px 10px 10px 0;
  background: var(--theme-color2);
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--color-white)
}

.subscribe-form .form-control {
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: none;
  border: none
}

.subscribe-form .theme-btn {
  margin-top: 20px;
  width: 100%;
  padding: 14px
}

.subscribe-form .theme-btn:hover {
  color: var(--theme-color2)
}

.subscribe-form .theme-btn::before {
  background: var(--color-white)
}

.subscribe-form .theme-btn:hover::after {
  border-color: var(--theme-color2)
}

@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
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px
  }

  .copyright::before {
    width: 40%
  }
}

.home-2 .header {
  background: var(--theme-color)
}

.home-2 .header-top {
  padding: 12px 0 13px
}

.home-2 .header-top::before {
  display: none
}

.home-2 .header-top::after {
  display: none
}

.home-2 .header-top-contact ul li {
  border-color: rgba(255, 255, 255, .5)
}

.home-2 .header-top-social a {
  background: var(--color-white);
  color: var(--theme-color2)
}

.home-2 .header-top-social a:hover {
  background: var(--theme-color);
  color: var(--color-white)
}

.home-2 .hero-single {
  padding-top: 200px;
  padding-bottom: 180px
}

.home-2 .hero-single::before {
  background: rgba(0, 0, 0, .65)
}

.home-2 .hero-single .hero-title span {
  -webkit-text-stroke: 2px var(--theme-color2);
  -webkit-text-fill-color: transparent
}

@media all and (min-width: 1199px) {
  .home-2 .navbar {
    background: 0 0;
    padding-right: 25px
  }

  .home-2 .navbar.fixed-top {
    padding-right: 0
  }

  .home-2 .navbar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 11%;
    background: var(--color-white);
    height: 100%;
    border-radius: 0 10px 10px 0
  }

  .home-2 .main {
    margin-top: -3rem
  }
}

@media all and (min-width: 992px) {
  .home-2 .navbar .dropdown-menu {
    border-top: none;
    border-radius: 20px;
    background: var(--color-white)
  }

  .home-2 .navbar .dropdown-menu .dropdown-item {
    color: var(--color-dark);
    border-bottom: 1px dashed var(--border-info-color)
  }

  .home-2 .navbar .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none
  }

  .home-2 .menu-about p {
    color: var(--color-dark)
  }
}

@media(max-width: 991px) {
  .navbar .dropdown-menu {
    border-radius: 20px
  }
}

.home-3 .theme-btn {
  border-radius: 50px
}

.home-3 .header-top {
  padding: 12px 0 14px;
  background: var(--theme-color)
}

.home-3 .header-top::before,
.home-3 .header-top::after {
  display: none
}

.home-3 .header-top-news {
  color: var(--color-white);
  text-transform: capitalize
}

.home-3 .header-top-menu a {
  color: var(--color-white);
  margin-right: 6px;
  padding-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, .1)
}

.home-3 .header-top-menu a:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0
}

.home-3 .header-top-menu a:hover {
  color: var(--theme-color)
}


.home-3 .hero-single::before {
  background: rgb(0 0 0 / 22%);
  opacity: unset
}

.home-3 .hero-single .hero-title span {
  -webkit-text-stroke: 2px var(--theme-color3);
  -webkit-text-fill-color: transparent
}

.home-3 .counter-box .icon {
  border-radius: 30px 30px 30px 0
}

.home-3 .counter-box .icon::before {
  border-radius: 30px 30px 30px 0
}

.home-3 .footer-area {
  position: relative;
  background-image: url("../../img/bg/cover-one.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1
}

.home-3 .footer-area::before {
  content: "";
  position: absolute;
  background: rgb(8 36 93 / 96%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .95
}



/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #111;
}

#header .logo a span {
  color: #003679;
}

#header .logo img {
  max-height: 135px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin-left: 20px;
  border-left: 1px solid #c4c4c4;
}

.header-social-links a {
  color: #a0a0a0;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 20px;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #003679;
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 15px 0 0;
    border-left: 0;
  }
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/**
* Header Nav and Others
*/
.dis-block {
  display: block;
}

.site-brand {
  text-align: center;
}

.logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.flex {
  display: flex;
}

.logo img {
  max-height: 135px;
}

.text-img {
  max-height: 60px !important;
  display: block;
  margin: auto;
}

.navbar {
  background: var(--theme-color);
}

.navbar .nav-item .nav-link {
  color: #fff;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ff0000 !important;
  background: unset !important;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ff0000 !important;
  background: unset !important;
}

.navbar .nav-item .dropdown-menu {
  background: #001d58;
  border-top: 4px solid #ff0000;
}

.navbar .nav-item .dropdown-menu {
  width: fit-content;
}

.theme-btn::before {
  background: #fff;
}

.theme-btn {
  background: #ff0000;
  color: #fff !important;
}

.fixed-top .nav-link {
  color: #000 !important;
}

.fixed-top .active {
  color: #ff0000 !important;
}

.preloader {
  background: #093d7c;
}

.feature-item .count {
  -webkit-text-stroke: 2px #093d7c;
}

.counter-box .icon {
  background: #ff0000;
}

.about-experience,
.about-item-icon {
  background: rgb(8 36 93);
}

.site-title span,
.site-title-tagline {
  color: #ff0000;
}

.st-1 {

  color: #ffc107 !important;
}

.site-title-tagline {
  border-bottom: 2px solid #ff0000;
}

.tt-2 {

  border-bottom: 2px solid #ffc107;
  color: #ffc107;
}

.year_logo {
  width: 135px;
  position: fixed;
  top: 30px;
  transform: rotateY(45deg);
  animation: rotateAnimation 3s linear infinite;
  right: 0;
  z-index: 999;
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(90deg);
  }

  100% {
    transform: rotateY(-90deg);
  }
}

@media(max-width:767px) {
  .footer-widget-box {
    place-content: baseline !important;
  }

  .first_ul {
    flex-wrap: wrap;
  }

  .campus-life {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .campus-life .content-img::before {
    position: unset;
    border: none;
  }

  .how-apply {
    padding-bottom: 20px;
  }

  .how-apply .content-info {
    margin-bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0 !important;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 26px;
  font-family: "Poppins", serif;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #003679;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #003679;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #111;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #003679;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }



  #header .logo img {
    max-height: 103px;
  }

  .text-img {
    width: 430px !important;
  }
}

.navbar-mobile {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.9); */
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 61px;
  right: 0px;
  bottom: 15px;
  left: 100px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  height: fit-content;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #003679;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #003679;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 65vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 70px;
  left: 55px;
  right: 55px;
}

#hero .carousel-content {
  background: rgba(4, 4, 4, 0.7);
  padding: 10px;
  color: #fff;
  border-top: 5px solid #003679;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

#hero .btn-get-started {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #003679;
}

#hero .btn-get-started:hover {
  background: #003679;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #003679;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero .carousel-container {
    top: 58px;
  }

  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 20vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}

/* .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #003679;
  bottom: 0;
  left: calc(50% - 25px);
} */

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #003679;
  min-height: 40px;
  margin-top: 72px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.breadcrumbs ol a {
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 45px 20px 60px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 55px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #003679;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #111;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #444444;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #2b2b2b;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #003679;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #57e76f;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #003679;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003679;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-us .content h3 {
  font-weight: 500;
  line-height: 10px;
  font-size: 24px;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}

.about-us .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about-us .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #003679;
}

.about-us .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #111;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #003679;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #111;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e7e7e7;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #003679;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #003679;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #847872;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #003679;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #4d4643;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #003679;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #003679;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #2ae149;
}

.pricing .featured h3 {
  color: #fff;
  background: #003679;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #003679;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: lightgray;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #003679;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #dddddd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background-color: #003679;
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #003679;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 15px;
  color: #111;
  font-weight: 600;
}

.sub_head {
  font-size: 21px;
  font-weight: 600;
}

.contact .info:hover i {
  background: #003679;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #003679;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #003679;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #003679;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #003679;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #847872;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #003679;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #1ed33c;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #003679;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #003679;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #57e76f;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #57e76f;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #003679;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #003679;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #1ecf3b;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #003679;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b4aca8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #003679;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b4aca8;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #003679;
  background: #003679;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  /* background: #111; */
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  /* background: #1e1e1e; */
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", serif;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 2px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #003679;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #2ae149;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #003679;
  color: #fff;
  text-decoration: none;
}

.footers-logos {
  max-width: 175px;
  text-align: center;
  display: block;
  margin: auto;
}

.contact .new_icon {
  font-size: 17px;
  /* background: #fb8a20; */
  color: #fff !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 100px;
  margin-right: 6px;
  /* position: absolute; */
  left: 0px;
  top: 0px;
  display: grid;
  place-content: center;
}

.index_name {

  background-color: #fff;
  margin-top: 16px;
  padding: 2px 0;
  text-align: center !important;
  color: #333333;
  height: 25px;
  width: 100%;
  font-weight: bold;
}

.page {
  background-image: linear-gradient(rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.45)), url('team/back-bg.png');
  background-size: contain;
  padding-top: 10px;
  padding-bottom: 35px;
}

.page p {
  font-size: 15px;
}

.dt-sc-anytitle {
  border-bottom: 1px solid;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 180px;
  color: #f48d2e;
}

.dt-sc-anytitle:after {
  background-color: #f48d2e;
  bottom: -3px;
  border-radius: 20px;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
}

.page img {
  max-width: 100%;
  border-radius: 15px;
}

.galaryy img {
  width: 100%;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
  margin-bottom: 50px;
  margin-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  aspect-ratio: 16/9;
  height: 265px;
}

.counts {
  background: #003679;
  padding: 40px 0 20px 0;
  color: #fff;
}

.text-center {
  text-align: center !important;
}

.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", serif;
  font-size: 15px;
  font-weight: 500;
}

.quote {
  display: inline-block;
  margin: 1em;
  overflow: hidden;
  margin-top: 45px;
}

blockquote {
  background-color: #fff;
  border: solid 2px #757575;
  display: inline-block;
  margin: 0 !important;
  padding: 1em;
  position: relative;
}

blockquote:before {
  background-color: #fff;
  bottom: -10%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -10%;
  transform: rotate(-15deg) skew(5deg);
}

.quote p::before {
  content: "“";
  font-family: "Poppins", serif;
  font-size: 64px;
  position: absolute;
  opacity: 0.5;
  left: -17px;
  top: -32px;
}

.quote p::after {
  font-family: "Poppins", serif;
  font-size: 64px;
  position: absolute;
  opacity: 0.5;
  bottom: -45px;
  content: "”" !important;
}

.quote p {
  position: relative;
  padding-left: 15px;
}

.nex-link {
  color: #fff !important;
}

.section-heading {
  background: url(../img/team/header_desktop.jpg) center center;
  height: 145px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-banner img {
  width: 100%;
  position: relative;
  display: none;
}

.about-banner h2 {
  margin-top: 7rem;
}

.about-banner p {
  color: white;
  margin: 0px;
  top: 40%;
  font-size: 25px;
  text-align: center;
  font-family: font1;
  font-weight: 600;
}

.about-header {
  padding: 50px 0px;
  text-align: center;
  padding-top: 52px;
}

.about-header h2 {
  font-size: 26px;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading:before {
  background: rgb(4 4 4 / 21%);
  bottom: 0%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0%;

}

.iconss {
  color: #003679;
}

.co_curricular .list {
  padding-left: 70px;
  text-align: left;
  margin: auto;
}

.co_curricular .list li {
  position: relative;
  background: none;
  color: #000;
  text-transform: none;
  padding-left: 20px;
  padding: 3px 20px !important;
}

.co_curricular ul li {
  background: #f28e30;
  color: #fff;
  margin-right: 0px;
  color: #Fff;
  text-transform: uppercase;
  border: 1px solid white;
  border-bottom: none;
  /* transform: skewX(35deg); */
  border-top-right-radius: 31px;
  border-top-left-radius: 31px;
  font-size: 15px;
}

.co_curricular .list li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  background: linear-gradient(to top right, #f28e30 50%, #f28e30 50%);
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
}

.co_curricular p {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
}

.bullot_point {
  display: list-item;
  padding-left: 50px !important;
}

.princi-msg {
  margin-top: 100px;
}

.dis-block {
  display: block;
}

.dis-none {
  display: none;
}

@media(max-width:500px) {
  section {
    padding: 30px 0;
    overflow: hidden;
  }

  .section-title h2 {
    font-size: 23px;
  }

  .section-title {
    padding-bottom: 15px;
  }

  .quote {
    margin: 0rem;
  }

  .page {
    padding-top: 7px;
    padding-bottom: 27px;
  }

  .princi-msg {
    margin-top: 20px;
  }

}

@media(max-width:1200px) {
  #hero {
    height: 60vh;
  }

  .carousel-item {
    background-position: left !important;
  }
}

@media(max-width:600px) {
  #hero {
    height: 50vh;
  }

  .carousel-item {
    background-position: left !important;
  }

  #hero .carousel-content {
    padding: 3px;
  }

  #hero .carousel-content h2 {
    margin-bottom: 0px;
    font-size: 17px;
  }

  #hero .carousel-container {
    bottom: 35px;
  }

}

.message h4 {
  font-weight: bold !important;
}

.bullot_point::before {
  content: '.';
  font-size: 55px;
  border-radius: 50%;
}



.img-responsives {
  display: grid;
  place-content: center;
}

.populars {
  background: #fff;
  height: fit-content;

}

.message {
  border: 1px solid #eaeaea;
  padding: 14px;
}

.message p {
  text-align: justify;
}

.popular-item:hover {
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}

.popular-item {
  transition: all 0.3s;
}

.populars {
  padding-top: 10px !important;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 8px;
}

@media(max-width:991px) {
  .dis-block {
    display: none;
  }

  .dis-none {
    display: block;
  }
}

.imagess {
  height: 285px;
}

.sign::after {
  content: "+";
}

.calls {
  list-style: none;
  padding: 0;
  margin: 0;
}

.calls li {
  padding: 1px 0;
  display: flex;
  align-items: center;
}

.calls li i {
  font-size: 18px !important;
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
  width: 32px !important;
  height: 32px !important;
  float: none !important;
  ;
  line-height: 32px;
  text-align: center;
  border-radius: 100px;
  margin-right: 6px;
  /* position: absolute; */
  left: 0px;
  top: 0px;
  line-height: 1;
}

.calls li a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}

.whatsapp_float {
  position: fixed;
  height: 55px;
  bottom: 103px;
  right: 28px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.pulse_side {
  animation: pulse 1.6s infinite;
  animation-delay: .2s;
  margin-left: 9px;
  background-color: red;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.sidefix {
  position: fixed;
  right: 0px;
  top: 60%;
  border-radius: 0;
  padding: 6px 20px;
  border: 1px solid #ff0909;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 30%), 0 2px 2px rgb(0 0 0 / 20%);
  text-shadow: none;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #ff0909;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(255 0 0 / 18%);
    box-shadow: 0 0 0 0 rgb(255 0 0 / 18%);
  }

  70% {
    -moz-box-shadow: 0 0 0 5px rgb(255 0 0 / 44%);
    box-shadow: 0 0 0 5px rgb(255 0 0 / 44%);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgb(255, 0, 0);
    box-shadow: 0 0 0 0 rgb(255 0 0);
  }
}

.pulse_side:hover {
  color: #fff;
  text-decoration: none;
}

.banner-inner {
  height: unset;
  background: #fff;
}

.banner-inner img {
  max-width: 100%;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.carouseless-nonee {
  display: block;
}

.carouseless-none {
  display: none !important;
}

.carouseless-block {
  display: none !important;
}

.carouseless-blockss {
  display: none !important;
}

@media(min-width:769px) and (max-width:1024px) {
  .carouseless-none {
    display: none;
  }

  .carouseless-nonee {
    display: block;
  }

  .carouseless-block {
    display: none !important;
  }

  .carouseless-blockss {
    display: none !important;
  }

}

@media(min-width:501px) and (max-width:768px) {
  .carouseless-none {
    display: none;
  }

  .carouseless-nonee {
    display: none;
  }

  .carouseless-block {
    display: block !important;
  }


  .carouseless-blockss {
    display: none !important;
  }
}

@media(min-width:100px) and (max-width:500px) {
  .carouseless-none {
    display: none;
  }

  .carouseless-nonee {
    display: none;
  }

  .carouseless-block {
    display: none !important;
  }


  .carouseless-blockss {
    display: block !important;
  }
}

.glimseSec {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.glimseSec::before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(84, 79, 243);
  background: linear-gradient(180deg, rgb(0 0 0 / 62%) 0%, rgb(0 0 0 / 50%) 100%);
  opacity: .8;
  inset: 0;
  z-index: -1 !important;
}

.glimseBlock {
  text-align: center;
  padding: 170px 0px;
  color: var(--white);
  background: none !important;
}

.glimseBlock h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

.glimseBlock h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

.glimseSec iframe {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  inset: 0;
  z-index: -2;
}

iframe {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.website_news {
  padding: 1rem 0px;
  /* background: url(../images/bg-white-3.png); */
  background-size: contain;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.website_news ul {
  padding: 0px 20px;
  margin: 0px;
}

.website_news li {
  list-style: none;
  color: #000;
}

.website_news a {
  color: #3c3b3b;
  padding: 5px 10px;
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: bold;
}

.website_news ul li a i,
.newsallpage ul li i {
  margin-right: 10px;
  font-weight: bold;
}

.pulse {
  animation: pulse 1.6s infinite;
  animation-delay: .2s;
  margin-left: 9px;
  background-color: red;
  color: white;
  padding: 2px;
  font-size: 12px;
}

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}

.white-heading {
  color: #ffffff;
}

.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.html);
  background-repeat: no-repeat;
  background-position: center;
}

.white-heading:after {
  background: url(../../../i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.white-heading span {
  color: #ffffff;
}

/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  /* background: url(img/testimonial.bg-top.png); */
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(../img/team/EC206900.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
  margin-top: 25px;
}

.testimonial::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(84, 79, 243); */
  background: linear-gradient(180deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 93%) 100%);
  opacity: .8;
  inset: 0;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 20px;
}

.testimonial .carousel {
  padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 25px;
  height: 25px;
}

/* ------testimonial  close-------*/
@media (max-width: 1199px) {
  .website_news a {
    font-size: 13px !important;
  }
}

@media (max-width: 992px) {
  .container_announce {
    max-width: 720px !important;
  }

  marquee {
    height: 120px !important;
  }
}

@media (max-width: 440px) {
  marquee {
    height: 150px !important;
  }

  .website_news ul {
    padding: 0px 0px;
    margin: 0px;
  }

  .website_news a {
    font-size: 13px !important;
  }
}

@media(max-width:500px) {
  .glimseBlock h1 {
    font-size: 1.5rem;
  }

  .glimseBlock h5 {
    font-size: 1rem;
  }

  .testimonial .carousel-control-next-icon,
  .testimonial .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
  }

  .testimonial4_slide p {
    font-size: 15px;
  }

  .testimonial4_slide {
    width: 90%;
    padding: 0px;
  }

  .sidefix {
    padding: 0px 6px;
  }

  .yt-video {
    width: 380px;
  }

  .ctrlq.fb-button {
    width: 40px !important;
    height: 40px !important;
  }
}

.site-header .top-header {
  padding: 2px 0;
}

.top-header-item {
  margin-top: 35px;
}

.top-header-item h3 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  color: #e43c3c;
  font-weight: 600;
}

.top-header-item h3:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.top-header-item h3 i {
  color: black;
  margin-left: 10px;
}

.top-header-content p {
  font-weight: bold;
  font-size: 18px;
}

.site-brand {
  text-align: center;
}

.top-header-item {
  margin-top: 35px;
}

.col-lg-4:nth-child(3) .top-header-item {
  padding-left: 80px;
  padding-left: 190px;
}

.header-socials {
  margin-top: 13px;
  padding-left: 0px;
}

.header-socials li {
  list-style: none;
  display: inline-block;
  margin-right: 19px;
  opacity: 0.8;
}

.navbars {
  height: 70px;
  background-color: #093d7d;
  display: grid !important;
  place-content: center;
  color: #fff;
  justify-content: center !important;
}

.navbars a,
.navbars a:focus {
  color: #fff !important;
}

.navbars .dropdown ul a {
  color: #000 !important;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #388EF9;
  text-decoration: none;
}

.menu-header.navbar-fixed-top {
  padding: 0px;
  color: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.head-img {
  display: grid;
  place-content: center;
}

.c-hamburger {
  position: relative;
  overflow: hidden;
  margin: 1px 0 0 0;
  padding: 0;
  width: 50px;
  height: 35px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  top: 34px;
  border-right: 1px solid #35709b;
  display: none;
  left: 20px
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 30px;
  height: 1px;
  background-color: #fff;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger span::before {
  top: -6px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::after {
  bottom: -6px;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.dis-block {
  display: block;
}

.dis-none {
  display: none;
}

@media screen and (max-width: 991px) {
  .site-header {
    position: relative;
  }

  .dis-block {
    display: none;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    font-size: 13px;
  }

  .dis-none {
    display: block;
  }

  #header {
    padding: 0px 0px;
    height: 208px;
  }

  .navbar-mobile ul {
    top: 0px;
    right: 0px;
    bottom: 15px;
    left: 0px;
  }

  .main-menu>ul>li {
    margin-right: 0px !important;
  }

  .main-menu>ul>li a {
    color: #000 !important;
    padding: 12px 15px;
    display: block;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff !important;
  }

  @media(max-width:991px) {

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      background: none;
      text-decoration: none;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #388EF9 !important;
    }
  }

  .menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
  }

  .col-lg-4:nth-child(3) .top-header-item {
    padding-left: 0;
  }

  .site-header {
    position: relative;
  }

  .menu-headers {
    height: 0;
  }

  .menu-header {
    background: #fff;
    border-bottom: 1px solid #8080803b;
    padding-bottom: 14px;
    padding-top: 13px;
  }

  .c-hamburger,
  .search-main .search-icon {
    border: 0;
  }

  .c-hamburger,
  .search-icon {
    position: absolute;
    transform: translateY(-50%);
    left: 8px;
    top: 65px;
  }

  .c-hamburger {
    display: block;
  }

  .c-hamburger span,
  .c-hamburger span:after,
  .c-hamburger span:before {
    background-color: #000;
  }

  .top-header-content {
    margin-bottom: 25px;
  }

  h1 {
    font-size: 18px;
  }

  .menu-headers .menu-wrap {
    position: initial;
    width: 100%;
    float: left;
  }

  .navbar-mobile ul {
    padding: 0px 0px;
  }

  .main-menu {
    margin: 0;
    position: absolute;
    z-index: 999;
    top: 0px;
    background-color: transparent;
    left: 0px;
    width: 100%;
    transition: all 0.3s;
    float: none;
  }

  .navbars {
    height: auto;
  }

  .main-menu>ul>li,
  .main-menu ul li {
    display: block;
    border: 0;
    line-height: normal;
    margin: 0;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.menu-headers .menu-mobile {
  float: none;
  /* width: 100%; */
  text-align: center;
}

.menu-mobile i {
  font-size: 20px;
  background: #093d7d;
  display: block;
  padding: 10px;
  color: #fff;
}

.menu ul {
  text-align: center;
  background: #f48d2e;
  margin: 0px;
  position: relative;
  box-shadow: 0 0.125rem 0.3125rem rgb(0 0 0 / 26%);
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .top-header-item {
    display: none;
  }

  .main-menu>ul>li {
    margin-right: 19px !important;
  }

  .col-lg-4:nth-child(3) .top-header-item {
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .top-header-item {
    display: none !important;
  }

}

@media screen and (max-width: 360px) {
  .site-brand img {
    width: 130px;
  }
}

@media screen and (max-width: 991px) {
  .site-brand img {
    width: 100px;
  }

  .dis-pages {
    margin-top: -70px;
  }
}

@media screen and (max-width: 360px) {
  .site-brand img {
    width: 130px;
  }
}

@media screen and (max-width: 991px) {
  .site-brand img {
    width: 100px;
  }
}

@media screen and (max-width: 500px) {
  .site-brand img {
    width: 200px;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .site-brand img {
    width: 107px;
    display: block;
    margin: auto;
  }
}

.f-socials li.facebook:hover i,
.home5 .top-right li.facebook:hover i,
.page-blog .top-right li.facebook:hover i,
.header-socials li.facebook i {
  color: #3b5998;
}

.f-socials li.instagram:hover i,
.home5 .top-right li.instagram:hover i,
.page-blog .top-right li.instagram:hover i,
.header-socials li.instagram i {
  color: #d452a9;
}

.f-socials li.youtube:hover i,
.home5 .top-right li.youtube:hover i,
.page-blog .top-right li.youtube:hover i,
.header-socials li.youtube i {
  color: #bd081c;
}

.header-socials li a i {
  font-size: 22px;
}

/* .foot{
  background:url('../img/team/footer-background.jpg') !important;
} */
.flex {
  display: flex;
}

.site-brand h1 {
  padding: 4px;
}

.text-img {
  max-height: 60px !important;
  display: block;
  margin: auto;
}

@media(min-width:580px) and (max-width:655px) {
  .text-img {
    width: 352px !important;
  }

  .site-brand img {
    width: 100px;
    display: block;
    margin: auto;
  }
}

@media(max-width:500px) {
  .text-img {
    width: 216px !important;
  }

  .site-brand img {
    width: 103px;
    display: block;
    margin: auto;
  }
}

@media(max-width:375px) {

  .c-hamburger,
  .search-icon {
    top: 47px;
  }

}

@media(max-width:335px) {
  .site-brand img {
    width: 55px;
  }

  #header {
    height: 180px;
  }
}

@media screen and (max-width: 991px) {

  .main-menu ul .dropdown-menu,
  .main-menu ul .dropdown-menu ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: initial;
    left: initial;
    right: initial;
    width: 100%;
    bottom: initial;
  }

  .main-menu ul .dropdown-menu {
    background-color: #fff;
    display: none;
    transition: initial;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .main-menu ul .dropdown-menu,
  .main-menu ul .dropdown-menu ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: initial;
    left: initial;
    right: initial;
    width: 100%;
    bottom: initial;
  }
}

.main-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s;
}

.dropdown-menu {
  float: none !important;
}

.heads {
  display: block;
  margin: auto;
  font-weight: bold;
  color: #003679;
  font-size: 40px;
}

.spans {
  font-size: 23px;
  color: #388ef9 !important;
}

.heads:hover {
  text-decoration: none;
}

.site-brand a:hover {
  text-decoration: none !important;
}

@media(max-width:991px) {
  .heads {

    font-size: 24px;
  }

  .spans {
    font-size: 18px;
  }
}

@media (min-width: 530px) and (max-width: 655px) {
  .heads {
    font-size: 19px;
  }

  .spans {
    font-size: 15px;
  }
}

@media (min-width: 500px) and (max-width: 529px) {
  .spans {
    font-size: 15px;
  }

  .heads {
    font-size: 17px;
  }
}

@media(max-width:499px) {

  .heads {
    font-size: 17px;
  }

  .spans {
    font-size: 13px;
  }
}

@media(max-width:340px) {

  .site-brand img {
    width: 62px;
  }

  .heads {
    font-size: 11px;
  }

  .spans {
    font-size: 10px;
  }
}

@media(max-width:500px) {

  .fixed-top .site-brand img {
    width: 60px;
  }

  .fixed-top .logo img {
    max-height: 55px;
  }

  .fixed-top .heads {
    font-size: 12px;
  }

  .fixed-top .spans {
    font-size: 11px;
  }

  .fixed-top .c-hamburger,
  .search-icon {
    top: 42px;
  }

  .fixed-top .menu-header {
    padding-top: 10px;
  }
}

.foot {
  background: linear-gradient(180deg, rgb(0 0 0 / 64%) 0%, rgb(0 0 0 / 69%) 100%), url(../img/footer/footerimg_desktop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media(min-width:500px) and (max-width:768px) {
  .foot {
    background: linear-gradient(180deg, rgb(0 0 0 / 64%) 0%, rgb(0 0 0 / 69%) 100%), url(../img/footer/footerimg_tab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-heading {
    background: url(../img/team/header_desktop.jpg) center center;
    height: 145px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media(min-width:100px) and (max-width:500px) {
  .foot {
    background: linear-gradient(180deg, rgb(0 0 0 / 64%) 0%, rgb(0 0 0 / 69%) 100%), url(../img/footer/footerimg_mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-heading {
    background: url(../img/team/header_mobile1.jpg) center center;
    height: 145px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1199px) {
  .list-inline {
    padding-top: 10px;
  }

  .menu ul {
    background: white;
    /* padding-top: 10px; */
  }
}

@media (max-width: 991px) {
  .mobimenu ul li {
    display: block;
  }

  .menu ul li {
    background: unset;
    margin-bottom: 0px;
  }

  .mobimenu ul li a {
    border-right: none;
    text-align: left;
    padding-left: 15px;
    padding: 10px 15px !important;
  }

  .menu ul li a {
    color: #000;
  }

  .menu ul {
    box-shadow: none;
  }

  .menu .list-inline {
    position: absolute;
    top: 12%;
  }

  .navbar li {
    position: relative;
    width: 100%;
    float: left;
  }

  .navbar li a {
    text-align: center !important;
  }
}

.course-page {
  padding: 50px 0px;
}

.board ul {
  width: fit-content;
  margin: auto;
  margin-bottom: 0px;
  text-align: center;
  display: flex;
}

.board .list-unstyled {
  background: white !important;
}

.list-unstyled li {
  border-bottom: 1px solid white;
  margin-bottom: 0px !important;
}

.board a {
  background: linear-gradient(45deg, #08356c, #1b62ba) !important;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 3px;
  display: block;
  margin: 10px 0px;
}

.board a:hover {
  color: #fff !important;
  text-decoration: none;
}

@media(max-width:767px) {}

@media(max-width:992px) {}

.pulse_side {
  animation: pulse 1.6s infinite;
  animation-delay: .2s;
  margin-left: 9px;
  background-color: red;
  color: white;
  font-family: "Poppins", serif;
  z-index: 999;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255 0 0 / 18%);
  }

  70% {
    box-shadow: 0 0 0 5px rgb(255 0 0 / 44%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(255 0 0);
  }
}

.enquire-now-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: unset;
  margin-bottom: 60px;
  margin-top: 19px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
}

.enquire-now-button {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #093d7c;
  /* Changed to red background */
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  animation: pulse 2s infinite;
}

.enquire-now-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #388ef9;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.enquire-now-button::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 2px solid #388ef9;
  border-radius: 50%;
  animation: pulse 2s infinite;
  animation-delay: 1s;
}

.enquire-now {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  z-index: 1;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 81px;
  text-align: center;
}

.enquire-now:hover {
  color: #fff;
  text-decoration: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(0.95);
    opacity: 1;
  }
}

@media(max-width:500px) {
  .enquire-now-button {
    width: 90px;
    height: 90px;
  }

  .enquire-now {
    width: 54px;
  }
}

.feature-area .feature-item {
  flex: 0 0 auto;
  width: 23%;
  margin: 12px;
}

@media(max-width:1200px) {
  .feature-area .feature-item {
    flex: 0 0 auto;
    width: 42%;
    margin: 12px;
  }
}

@media(max-width:767px) {
  .feature-area .feature-item {
    flex: 0 0 auto;
    width: 100%;
    margin: 12px;
  }

  .why_choose {
    margin-top: 250px !important;
  }

  .about-content {
    margin-top: 60px !important;
  }

  .footer-widget-box {
    place-content: flex-start !important;
  }

  .first_ul {
    flex-wrap: wrap;
  }
}

.video-area iframe {
  width: 100%;
  border-radius: 80px 80px 80px 0;
}

.video-area {
  margin-top: 100px;
  margin-bottom: 60px;
}

.why_choose {
  margin-top: 150px;
}

.laptop_swipper {
  display: block;
}

.mobile_swipper {
  display: none;
}

@media(max-width:767px) {
  .laptop_swipper {
    display: none;
  }

  .mobile_swipper {
    display: block;
  }
}

.slideStyle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  background: var(--white);
  color: var(--black);
  transition: 0.25s;
}

.slideStyle.darkStyle {
  background: var(--black);
  color: var(--white);
}

.swiperParallax.swiper {
  width: 100%;
  overflow: hidden;
}

.swiperParallax .swiper-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.swiperParallax .swiper-slide {
  width: 50vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
}

.swiperParallax .swiper-slide.swiper-slide-active .gallery-img__wrapper {
  opacity: 1;
  transform: scale(1);
}



.swiperParallax .gallery-img__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 66.7%;
  border-radius: 0.75rem;
  opacity: 0.25;
  transform: scale(0.6);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.swiperParallax .gallery-img__wrapper .gallery-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.swiperParallax .gallery-info__wrapper {
  display: flex;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(50%);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.testimonial-author-img {
  width: auto;
}

.owl-carousel .owl-item img {
  width: 75px;
  height: 75px;
}

.testimonial-quote-icon {
  background: var(--theme-color);
}

.about-text {

  text-align: justify;
}


/* Highlight active menu item */
.navbar-nav .nav-item.active>.nav-link {
  color: #ff5722;
  /* Highlight text color */
  font-weight: bold;
  /* Optional: Make the text bold */
  border-bottom: 2px solid #ff5722;
  /* Optional: Add an underline or border */
}

/* Dropdown menu active item */
.navbar-nav .dropdown-menu .active>.dropdown-item {
  color: #ff5722;
  background-color: #f0f0f0;
  /* Optional: Background for active dropdown */
  font-weight: bold;
}

/* Optional: Remove underline from inactive links */
.navbar-nav .nav-link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* On hover (optional) */
.navbar-nav .nav-link:hover {
  color: #ff5722;
  text-decoration: none;
}