@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


@use "sass:math";
:root {
  --theme-color: #f20f10;
  --theme-color2: #f20f10;
  --title-color: #0f2239;
  --body-color: #4d5765;
  --smoke-color: #f3f7fb;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #ecf1f9;
  --title-font: "Jost", sans-serif;
  --body-font: "Jost", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1380px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  /*    margin: 0 0 1.5em;*/
  margin: 1em auto 1.5em !important;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

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

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 60px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.208;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
  font-weight: 600;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
  .h2,
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* .principal-img {
        height: 40vh !important;
    }

    .choose-img {
        height: 40vh !important;
    }

    .clg-img {
        height: 40vh !important;
    }

    .placement-logo {
        height: 40vh !important;
    } */
  .text-sm-white {
    color: white !important;
  }
  .dept-bg-half {
    background-size: 100% !important;
  }
  .event-list-img {
    width: 100% !important;
  }
  .-ms-60px {
    margin-left: 0px !important;
  }
  .department-img3 {
    width: 100% !important;
  }
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.3;
  }
}

@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

@media (min-width: 1700px) {
  .as-container {
    --main-container: 1450px;
    -webkit-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform: translateX(-115px);
  }
  .as-container3 {
    --main-container: 1760px;
  }
}

@media (min-width: 1600px) {
  .as-container {
    --main-container: 1350px;
    -webkit-transform: translateX(-65px);
    -ms-transform: translateX(-65px);
    transform: translateX(-65px);
  }
  .as-container2 {
    --main-container: 1680px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.slick-track > [class*="col"] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-35 {
  --bs-gutter-y: 35px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1500px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

@media (max-width: 991px) {
  .facilities-img {
    height: 205px !important;
  }
  .h-lg-100 {
    height: auto !important;
  }
  .text-lg-white {
    color: black !important;
  }
  .department-img3 {
    width: 100% !important;
  }
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color);
}

.alumniword {
  text-align: center;
  margin-bottom: 45px;
}

/* Container to hold both logos */
.logo-container {
  display: flex;
  align-items: flex-end;
  position: relative;
}

/* Main logo styling */
.hcettag img {
  height: 100px;
  margin-left: 60px;
  max-width: 100%; /* Ensures logo does not exceed container width */
  object-fit: contain; /* Maintains aspect ratio */
}

/* 25th Anniversary logo styling */
.hcettag25 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hcettag25 img {
  height: 80px;
  margin-right: 15px;
  max-width: 100%; /* Ensures it adapts to the container */
  object-fit: contain;
}

/* Responsive adjustments */

/* Medium screens (Tablets, small laptops) */
@media (max-width: 1024px) {
  .hcettag img {
    height: 100px;
    margin-left: 30px;
  }
  .hcettag25 img {
    display: none;
  }
}

/* Medium-large screens (1024px to 1530px) */
@media (min-width: 1024px) and (max-width: 1530px) {
  .hcettag img {
    height: 110px;
    margin-left: 40px;
  }
  .hcettag25 img {
    height: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

/* Small screens (Large phones, small tablets) */
@media (max-width: 768px) {
  .hcettag img {
    height: 80px;
    margin-left: 20px;
  }
  .hcettag25 img {
    display: none; /* Hide anniversary logo for smaller screens */
  }
}

/* Extra small screens (Phones) */
@media (max-width: 480px) {
  .hcettag img {
    height: 50px;
    margin-left: 10px;
  }
  .hcettag25 {
    display: none; /* Completely hide 25th-anniversary logo */
  }
}

/* Large screens (1530px to 1920px) */
@media (min-width: 1530px) and (max-width: 1920px) {
  .hcettag img {
    height: 130px;
    margin-left: 60px;
  }
  .hcettag25 img {
    height: 120px;
    margin-right: 70px;
  }
}

/* Extra large screens (4K and beyond) */
@media (min-width: 1920px) {
  .hcettag img {
    height: 130px;
    margin-left: 240px;
  }
  .hcettag25 img {
    height: 120px;
    margin-right: 260px;
  }
}

.enquirybutton {
  display: flex;
  height: 45px;
  width: 250px;
  display: inline-block;
  text-decoration: none;
  background: var(--theme-color);
  padding: 15px 40px;
  border-radius: 5px;
  font-family: helvita;
  font-family: bold;
  color: #fff;
  box-shadow: 0 8px 0 #ec2d53;
  transition: all 0.2s;
}
.enquirybutton:active {
  transform: translateY(4px);
  box-shadow: 8 4px 0 #ec2d53;
}

/* Slider */

.section_slider {
  display: grid;
  place-items: center;
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 90%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 30s linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(100%);
  }

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

.slider-items img {
  width: 12%;
  margin: 20px;
}
/* Slider */

/* Sliderbelow */


.section_slider_below {
  display: grid;
  place-items: center;
}

.sliderbelow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 90%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items-below {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrollingbelow 30s linear infinite;
}

@keyframes scrollingbelow {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.slider-items-below img {
  width: 12%;
  margin: 20px;
}
/* Sliderbelow */

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  border: 1px solid transparent;
  padding-left: 52px;
  background-image: none;
}

select.style2 ~ i,
.form-control.style2 ~ i,
.form-select.style2 ~ i,
textarea.style2 ~ i,
input.style2 ~ i {
  color: var(--theme-color);
  font-weight: 400;
  left: 25px;
  max-width: 16px;
}

select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background-color: var(--white-color);
  border: none;
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 5px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: #93a5be;
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

.form-group > i.fa-comment {
  margin-top: -2px;
}

.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--white-color);
}

.form-group.has-label > i {
  top: 50px;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

[class*="col-"].form-group .style2 ~ i {
  left: calc((var(--bs-gutter-x) / 2) + 25px);
}

option:checked,
option:focus,
option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

.paymeny-btn button:not(:disabled) {
  background-color: var(--theme-color);
}

input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 2px solid #bbb !important;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right
    calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.slick-track > [class*="col"] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 60px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: transparent;
  border: 2px solid #cedce9;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:hover {
  border-color: var(--theme-color);
}

.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  visibility: hidden;
  opacity: 1;
}

.slick-dots .slick-active button {
  border-color: var(--theme-color);
}

.slick-dots .slick-active button::before {
  background-color: var(--theme-color);
  visibility: visible;
  opacity: 1;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 60px) / -2);
  z-index: 2;
  border-radius: 999px;
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}

.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}

/* In style.css or a specific stylesheet */
.hod-section {
  --theme-color2: #ffffff; /* Replace with your desired color */
}

.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}

@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}

@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 991px) {
  .hcettag {
    display: flex;
    justify-content: flex-start;
    margin-right: 25px;
  }
}

.as-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.as-menu-wrapper .mobile-logo {
  padding: 20px 20px 20px 15px;
  display: block;
  text-align: center;
  background-color: rgba(28, 185, 200, 0.1);
}

.as-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.as-menu-wrapper .as-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.as-menu-wrapper .as-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.as-menu-wrapper .as-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.as-menu-wrapper.as-body-visible {
  opacity: 1;
  visibility: visible;
}

.as-menu-wrapper.as-body-visible .as-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.as-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 150px);
  padding-bottom: 40px;
  margin-top: 10px;
  text-align: left;
}

.as-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.as-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.as-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.as-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.as-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.as-mobile-menu ul li.as-active > a {
  color: var(--theme-color);
}

.as-mobile-menu ul li.as-active > a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.as-mobile-menu ul li ul li {
  padding-left: 20px;
}

.as-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.as-mobile-menu ul .as-item-has-children > a .as-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.as-mobile-menu ul .as-item-has-children > a .as-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}

.as-mobile-menu ul .as-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.as-mobile-menu ul .as-item-has-children.as-active > a .as-mean-expand:before {
  content: "\f068";
}

.as-mobile-menu ul .as-item-has-children.as-active > a:after {
  content: "\f068";
}

.as-mobile-menu > ul {
  padding: 0 40px;
}

.as-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.as-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.as-menu-toggle:hover {
  background-color: var(--title-color);
}

.as-menu-toggle.style-text,
.as-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.as-menu-toggle.style-text i,
.as-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.as-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .as-menu-wrapper .as-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .as-mobile-menu > ul {
    padding: 0 20px;
  }
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}

.preloader .as-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

/* .loader {
    color: #FFF;
    position: relative;
    display: inline-block;
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    letter-spacing: 4px;
    box-sizing: border-box;
  }
  .loader::before {
    content: '';
    position: absolute;
    right: 70px;
    bottom: 10px;
    height: 28px;
    width: 5.15px;
    background: currentColor;
    box-sizing: border-box;
    animation: animloader1 1s linear infinite alternate;
  }
  .loader::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 125px;
    top: 2px;
    border-radius: 50%;
    background: red;
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;
  }

  @keyframes animloader {
    0% {
      transform: translate(0px, 0px) scaleX(1);
    }
    14% {
      transform: translate(-12px, -16px) scaleX(1.05);
    }
    28% {
      transform: translate(-27px, -28px) scaleX(1.07);
    }
    42% {
      transform: translate(-46px, -35px) scaleX(1.1);
    }
    57% {
      transform: translate(-70px, -37px) scaleX(1.1);
    }
    71% {
      transform: translate(-94px, -32px) scaleX(1.07);
    }
    85% {
      transform: translate(-111px, -22px) scaleX(1.05);
    }
    100% {
      transform: translate(-125px, -9px) scaleX(1);
    }
  }

  @keyframes animloader1 {
    0% {
      box-shadow: 0 -6px, -122.9px -8px;
    }
    25%, 75% {
      box-shadow: 0 0px, -122.9px -8px;
    }
    100% {
      box-shadow: 0 0px, -122.9px -16px;
    }
  } */

.loader {
  position: relative;
  width: 85px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff 50px, transparent 0),
    linear-gradient(#fff 50px, transparent 0),
    linear-gradient(#fff 50px, transparent 0),
    linear-gradient(#fff 50px, transparent 0),
    linear-gradient(#fff 50px, transparent 0),
    linear-gradient(#fff 50px, transparent 0);
  background-position: 0px center, 15px center, 30px center, 45px center,
    60px center, 75px center, 90px center;
  animation: rikSpikeRoll 0.65s linear infinite alternate;
}

@keyframes rikSpikeRoll {
  0% {
    background-size: 10px 3px;
  }
  16% {
    background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px, 10px 3px;
  }
  33% {
    background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px,
      10px 3px;
  }
  50% {
    background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px,
      10px 3px;
  }
  66% {
    background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px,
      10px 3px;
  }
  83% {
    background-size: 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px,
      10px 3px;
  }
  100% {
    background-size: 10px 3px, 10px 3px, 10px 3px, 10px 10px, 10px 30px,
      10px 50px;
  }
}

/*
.loader {
    width: 48px;
    height: 48px;
    background: var(--theme-color);
    display: block;
    margin: 20px auto;
    position: relative;
    box-sizing: border-box;
    animation: rotationBack 1s ease-in-out infinite reverse
}

.loader::before {
    content: '';
    box-sizing: border-box;
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 48px;
    height: 48px;
    background: var(--theme-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

.loader::after {
    content: '';
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
} */

@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.as-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.5rem;
  /* box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24); */
  border-radius: 5px;
}

.apply-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 20.5px 29px;
  box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
  border-radius: 5px;
}

.submit-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #0065c399;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 20.5px 29px;
  box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
  border-radius: 5px;
}

.as-btn:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 600%;
  background-color: var(--title-color);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  transform: translateX(-50%) translateY(-50%) rotate(60deg);
  z-index: -1;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.as-btn:hover,
.as-btn.active {
  color: var(--white-color);
}

.as-btn:hover::before,
.as-btn.active::before {
  height: 560%;
}

.as-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 19.5px 27px;
  box-shadow: none;
}

.as-btn.style2:hover {
  color: var(--title-color);
}

.as-btn.style2:hover:before {
  background-color: var(--white-color);
}

.as-btn.style3 {
  box-shadow: none;
}

.as-btn.style3:hover {
  color: var(--title-color);
}

.as-btn.style3:before {
  background-color: var(--white-color);
}

.as-btn.style4 {
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 19.5px 27px;
  box-shadow: none;
}

.as-btn.style4:before {
  background-color: var(--white-color);
}

.as-btn.style4:hover {
  color: var(--white-color);
}

.as-btn.style4:hover:before {
  background-color: var(--theme-color);
}

.as-btn.style5 {
  background-color: var(--smoke-color);
  color: var(--theme-color);
  box-shadow: none;
}

.as-btn.style5:before {
  background-color: var(--smoke-color);
}

.as-btn.style5:hover {
  color: var(--white-color);
}

.as-btn.style5:hover:before {
  background-color: var(--theme-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, #fff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: none;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.2em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--title-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.youtubeplay-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.youtubeplay-btn > i {
  display: inline-block;
  width: var(--icon-size, 80px);
  height: var(--icon-size, 80px);
  line-height: var(--icon-size, 80px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.2em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.youtubeplay-btn:after,
.youtubeplay-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.youtubeplay-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.youtubeplay-btn:hover:after,
.youtubeplay-btn:hover::before,
.youtubeplay-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.link-btn:hover {
  color: var(--theme-color);
}

.link-btn:hover::before {
  width: 100%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}

.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 55px);
  height: var(--btn-size, 55px);
  line-height: var(--btn-size, 55px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -5px);
  top: var(--extra-shape, -5px);
  right: var(--extra-shape, -5px);
  bottom: var(--extra-shape, -5px);
  background-color: #fff;
  border-radius: inherit;
  z-index: 1;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}

.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 46px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 999;
}

.scrollToTop.show {
  bottom: 115px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .whatsapp-enquiry {
    right: 27px !important;
  }
  .tower-enquiry {
    right: 27px !important;
  }
  .play-btn {
    --icon-size: 60px;
  }
  .youtubeplay-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 90px;
    right: 30px;
  }
}

.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.23em;
}

.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 22px;
  display: block;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 15px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em;
}

.sec-text {
  max-width: 670px;
}

.title-area.text-center .sec-text {
  margin-left: auto;
  margin-right: auto;
}

.sec-btn {
  margin-bottom: var(--section-title-space);
}

@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 18px;
  }
  .shadow-title {
    font-size: 96px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 25px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 30px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 32px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 15px;
  }
  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 25px;
  }
  .sec-btn {
    --section-title-space: 65px;
  }
}

@media (max-width: 991px) {
  .shadow-title {
    font-size: 88px;
  }
  .sub-title {
    margin-bottom: 12px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 45px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 20px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 25px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 27px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 28px;
  }
  .sec-btn {
    --section-title-space: 45px;
  }
}

@media (max-width: 767px) {
  .shadow-title {
    font-size: 60px;
  }
}

@media (max-width: 375px) {
  .shadow-title {
    font-size: 50px;
    top: 55%;
  }
}

.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}

.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  font-weight: 400;
}

.as-social a {
  display: inline-block;
  width: var(--icon-size, 45px);
  height: var(--icon-size, 45px);
  line-height: var(--icon-size, 45px);
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

.as-social a:last-child {
  margin-right: 0;
}

.as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.video-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .video-box {
    min-height: 400px;
  }
  .video-box img {
    height: 400px;
    object-fit: cover;
  }
}

.video-box .overlay {
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.6;
  position: absolute;
  inset: 0;
}

.video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-box .video-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 30px 15px;
}

.video-box .video-title {
  color: var(--white-color);
  margin: 0 auto 40px auto;
  font-weight: 500;
  max-width: 760px;
}

@media (max-width: 1199px) {
  .video-box .video-title {
    margin: 0 auto 30px auto;
  }
}

.video-box .video-text {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  display: block;
  margin-top: 20px;
}

.video-box .icon-btn {
  background-color: transparent;
  border: 1px solid;
  color: var(--white-color);
  --btn-size: 80px;
  font-size: 20px;
}

.video-box .icon-btn:hover {
  color: var(--theme-color);
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.z-index3 {
  z-index: 3;
}

.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.accordion .accordion__title .fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-40 {
  font-size: 40px;
}

@media (max-width: 1199px) {
  .fs-40 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .fs-40 {
    font-size: 30px;
  }
  .fs-40.mt-n3 {
    margin-top: -0.6rem;
  }
  .fs-40.mt-n2 {
    margin-top: -0.2rem;
  }
}

.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.gr-bg1 {
  background-image: -webkit-linear-gradient(
    194.6deg,
    rgba(146, 184, 253, 0.15) 5.09%,
    var(--smoke-color) 63%
  );
  background-image: linear-gradient(
    255.4deg,
    rgba(146, 184, 253, 0.15) 5.09%,
    var(--smoke-color) 63%
  );
}

.gr-bg2 {
  background-image: -webkit-linear-gradient(right, #edf2fb 0%, #fff 100%);
  background-image: linear-gradient(270deg, #edf2fb 0%, #fff 100%);
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-center {
  background-size: 100% 100%;
  background-position: top center;
}

.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color2) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}

[data-overlay="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

[data-overlay="overlay1"]:before {
  background-color: #041122;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

.ripple-animation,
.youtubeplay-btn:after,
.youtubeplay-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.scalein.as-animated {
  --animation-name: scalein;
}

.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}

.slideinleft.as-animated {
  --animation-name: slideinleft;
}

.slideinright.as-animated {
  --animation-name: slideinright;
}

.slideinup.as-animated {
  --animation-name: slideinup;
}

.slideindown.as-animated {
  --animation-name: slideindown;
}

.rollinleft.as-animated {
  --animation-name: rollinleft;
}

.rollinright.as-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name);
}

.as-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.widget_categories .menu,
.widget_categories > ul {
  margin: 0 0 -20px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 35px 0 29px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
  color: var(--body-color);
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
  content: "\f00c";
  width: 18px;
  height: 18px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  line-height: 18px;
  font-size: 0.8em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
}

.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span {
  color: var(--theme-color);
}

.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
  border-bottom: none;
}

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.18;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--body-color);
  font-weight: 400;
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.as-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}

.widget select,
.widget input {
  height: 55px;
  border-radius: 8px;
}

.wp-block-search__label,
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.1em 0 29px 0;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d3dbeb;
}

.wp-block-search__label a,
.widget_title a {
  color: inherit;
}

.widget .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 8px;
  border-radius: 8px 0 0 8px;
}

.widget .search-form button {
  border: none;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0 8px 8px 0;
}

.widget .search-form button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  line-height: 1;
  padding: 9.5px 16px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 5px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

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

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  line-height: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 20px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
}

.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  height: 80px;
}

.recent-post .post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 -0.1em 0;
  font-family: var(--title-font);
}

.recent-post .recent-post-meta {
  margin-bottom: 5px;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  color: var(--body-color);
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 6px;
}

.sidebar-gallery .gallery-thumb img {
  width: 100%;
}

.vs-video-widget .video-thumb {
  position: relative;
}

.vs-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vs-video-widget .play-btn i {
  font-size: 16px;
}

.vs-video-widget .youtubeplay-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vs-video-widget .youtubeplay-btn i {
  font-size: 16px;
}

.vs-video-widget .video-thumb-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -0.3em;
}

.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}

.widget_recent_entries ul li > a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}

.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}

.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}

.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
  list-style-type: none;
  padding-left: 0;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.11em;
  padding-left: 0;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}

.widget_recent_comments li,
.wp-block-latest-comments li {
  margin-bottom: 0;
  color: var(--body-color);
  padding-left: 30px;
  position: relative;
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important;
}

.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}

.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: 0.4em;
}

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}

.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5;
}

.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit;
}

.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment {
  line-height: 1.6;
}

.wp-block-latest-comments__comment a {
  color: var(--body-color);
}

.wp-block-latest-comments__comment a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
  color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: var(--title-color);
  font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}

.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}

.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}

.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #eee;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}

.wp-block-calendar table caption {
  color: var(--white-color);
}

ul.widget_rss,
ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}

.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}

.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}

.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

.textwidget {
  margin-top: -0.1em;
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}

.widget_shopping_cart ul li {
  list-style-type: none;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 10px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}

.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--body-color);
}

.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 20px;
  border: 1px solid var(--border-color);
}

.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  color: var(--theme-color);
}

.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}

.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_shopping_cart .as-btn {
  margin-right: 15px;
}

.widget_shopping_cart .as-btn:last-child {
  margin-right: 0;
}

.sidebar-area .widget_shopping_cart .as-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

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

.sidebar-area .as-video {
  padding: 0;
  box-shadow: none;
  border-radius: 5px;
}

.sidebar-area .as-video .play-btn {
  --icon-size: 50px;
  font-size: 15px;
}

.sidebar-area .as-video .play-btn > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.sidebar-area .as-video .play-btn:after,
.sidebar-area .as-video .play-btn:before {
  background-color: var(--white-color);
}

.sidebar-area .as-video .youtubeplay-btn {
  --icon-size: 50px;
  font-size: 15px;
}

.sidebar-area .as-video .youtubeplay-btn > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.sidebar-area .as-video .youtubeplay-btn:after,
.sidebar-area .as-video .youtubeplay-btn:before {
  background-color: var(--white-color);
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area .wp-block-tag-cloud a,
.sidebar-area .tagcloud a {
  border: none;
}

.sidebar-area .newsletter-form button {
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin-top: 10px;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recent-product .product-title {
  font-size: 16px;
}

.widget_info .widget_title {
  margin: 29px 0 0 0;
}

.widget_info .as-btn {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.widget_info .as-video {
  margin-bottom: 20px;
}

.widget_info .course-price {
  display: block;
  font-weight: bold;
  margin-bottom: 19px;
}

.widget_info .course-price .tag {
  display: inline-block;
  background-color: var(--theme-color2);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
  border-radius: 99px;
  padding: 2px 13px;
  vertical-align: middle;
  margin-bottom: 5px;
}

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

.info-list i {
  color: var(--theme-color);
  width: 16px;
  margin-right: 2px;
  font-size: 16px;
}

.info-list strong {
  font-weight: 500;
  color: var(--title-color);
}

.info-list li {
  border-bottom: 1px dashed #d3dbeb;
  padding: 12px 0;
}

.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.45em;
}

.widget_banner {
  padding: 0 !important;
  border: none;
}

.widget-map {
  line-height: 1px;
  border-radius: 10px;
}

.widget-map iframe {
  border-radius: 10px;
  height: 327px;
}

@media (max-width: 1199px) {
  .recent-post .post-title {
    font-size: 18px;
    line-height: 24px;
  }
  .widget_offer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .col-lg-4 .sidebar-area .widget {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
}

@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
  .col-lg-4 .sidebar-area .widget {
    --blog-space-y: 40px;
    --blog-space-x: 40px;
  }
}

@media (max-width: 767px) {
  .widget {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .col-lg-4 .sidebar-area .widget {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
}

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

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget input,
.footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #283752;
}

.footer-widget input:focus,
.footer-widget select:focus {
  border-color: var(--theme-color);
  background-color: transparent;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .widget_title {
  position: relative;
  border: none;
  font-family: var(--title-font);
  color: var(--white-color);
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 18px 0;
  margin: -0.1em 0 35px 0;
  max-width: 275px;
}

.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51px;
  height: 3px;
  background-color: var(--theme-color);
}

.footer-widget .widget_title:after {
  width: 10px;
  left: 56px;
  border-right: 10px solid var(--theme-color);
  box-shadow: 15px 0 0 0 var(--theme-color);
}

[dir="rtl"] .footer-widget .widget_title:before,
[dir="rtl"] .footer-widget .widget_title:after {
  left: unset;
  right: 0;
}

.title_border {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/home/icons/border_img.png");
  width: 150px;
  height: 15px;
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
  margin-top: -2px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative;
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
  content: "\e122";
  font-weight: 900;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: inherit;
  width: unset;
  background-color: transparent;
  border: none;
  font-size: 0.5em;
  color: var(--body-color);
  line-height: 0;
  height: 5px;
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--white-color);
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
  color: var(--white-color);
}

.footer-widget.widget_meta li > span,
.footer-widget.widget_pages li > span,
.footer-widget.widget_archive li > span,
.footer-widget.widget_categories li > span,
.footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 310px;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
}

.footer-widget .recent-post .media-img {
  margin-right: 18px;
  width: 110px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta i {
  color: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

.footer-widget .footer-logo {
  margin-bottom: 15px;
}

.as-widget-about .about-logo {
  margin-bottom: 30px;
  margin-top: -5px;
}

.as-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.46em;
}

.footer-text {
  margin-top: -0.46em;
  margin-bottom: 25px;
}

.newsletter-widget .form-group {
  margin-bottom: 20px;
}

.as-widget-schedule {
  margin-top: -0.25em;
}

.as-widget-schedule .footer-info {
  padding-left: 0;
}

.footer-table {
  margin-top: -15px;
  border: none;
  margin-bottom: 0;
}

.footer-table th,
.footer-table td {
  border: none;
  padding: 8px 0;
  font-size: 16px;
}

.footer-table td {
  padding-left: 50px;
}

.footer-table th {
  padding-right: 13px;
  font-weight: 500;
  color: var(--white-color);
}

.footer-info-title {
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 15px;
  margin-top: -0.27em;
}

.footer-info {
  position: relative;
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 35px;
  max-width: 300px;
}

.footer-info:last-child {
  margin-bottom: 0;
}

.footer-info i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  left: 0;
  font-size: 10px;
}

.footer-info:nth-child(2) i {
  background-color: var(--theme-color);
}

.footer-info:nth-child(3) i {
  background-color: var(--title-color);
}

@media (max-width: 1199px) {
  .footer-widget .widget_title {
    margin: -0.1em 0 30px 0;
  }
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

.footer-widget.style2 .widget_title {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  font-weight: 500;
}

.footer-widget.style2 .widget_title:before {
  height: 2px;
  width: 60px;
  background-color: var(--white-color);
}

.footer-widget.style2 .widget_title:after {
  display: none;
}

.footer-widget.style2.widget_meta a,
.footer-widget.style2.widget_pages a,
.footer-widget.style2.widget_archive a,
.footer-widget.style2.widget_categories a,
.footer-widget.style2.widget_nav_menu a {
  padding: 0 0 0 25px;
  margin-bottom: 20px;
}

.footer-widget.style2.widget_meta a:before,
.footer-widget.style2.widget_pages a:before,
.footer-widget.style2.widget_archive a:before,
.footer-widget.style2.widget_categories a:before,
.footer-widget.style2.widget_nav_menu a:before {
  content: "\f061";
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: unset;
  font-size: 1em;
  height: unset;
}

@media (max-width: 767px) {
  .footer-widget.style2 .widget_title {
    padding: 0 0 16px 0;
  }
  .footer-widget.style2.widget_meta a,
  .footer-widget.style2.widget_pages a,
  .footer-widget.style2.widget_archive a,
  .footer-widget.style2.widget_categories a,
  .footer-widget.style2.widget_nav_menu a {
    margin-bottom: 18px;
  }
}

@media (max-width: 350px) {
  .footer-widget .recent-post .media-img {
    margin-right: 15px;
    width: 100px;
  }
}

.as-header {
  position: relative;
  z-index: 41;
}

.as-header .icon-btn {
  --btn-size: 35px;
  border: 1px solid #d0dbe9;
}

.as-header .icon-btn:hover {
  border-color: var(--theme-color);
  background-color: var(--title-color);
}

.h-63 {
  height: 63%;
}

.w-60 {
  width: 60% !important;
}

.as-header .as-btn {
  padding: 10px 15px;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.will-sticky .sticky-active.active {
  top: 0;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  text-transform: uppercase;
}

.main-menu ul li a:hover {
  color: #f01012;
}

.menu-item-has-children ul.sub-menu li a:hover {
  transform: translateX(10px);
}

.main-menu > ul > li {
  margin: 0 13px;
}

.main-menu > ul > li > a {
  padding: 10px 0;
}

.main-logo {
  width: 500px;
}

.sub-logo {
  width: 75px;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 7px;
  top: 1px;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: margin-top 0.4s ease-in-out 0s,
    visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}

.top-68px {
  top: 68px !important;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f101";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: #000;
  font-weight: 700;
}

.main-menu ul.sub-menu li a:hover:before {
  color: #dc3545 !important;
}

.main-menu ul.mega-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}

.main-menu ul.mega-menu li a:before {
  content: "\f101";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: #000;
  font-weight: 700;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  width: 50%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-menu ul.mega-menu li a:hover:before {
  color: #dc3545 !important;
}

.menu-item-has-children ul.mega-menu li a:hover {
  transform: translateX(10px);
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li {
  padding: 2px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
}

.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: transparent;
}

.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 0px;
}

.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.dept-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  text-transform: uppercase;
}

.dept-menu ul li a:hover {
  color: #000;
}

.menu-item-has-children ul.sub-menu li a:hover {
  transform: translateX(10px);
}

.dept-menu > ul > li {
  margin: 0 13px;
}

.dept-menu > ul > li > a {
  padding: 10px 0;
}

.dept-logo {
  width: 500px;
}

.sub-logo {
  width: 75px;
}

.dept-menu ul {
  margin: 0;
  padding: 0;
}

.dept-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.dept-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 7px;
  top: 1px;
}

.dept-menu ul li:last-child {
  margin-right: 0 !important;
}

.dept-menu ul li:first-child {
  margin-left: 0 !important;
}

.dept-menu ul li:hover > ul.sub-menu,
.dept-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}

.dept-menu ul.sub-menu,
.dept-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: margin-top 0.4s ease-in-out 0s,
    visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s, z-index 0s;
}

.dept-menu ul.sub-menu a,
.dept-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}

.dept-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}

.dept-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.dept-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}

.dept-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}

.dept-menu ul.sub-menu li a:hover:before {
  color: #000 !important;
}

.dept-menu ul.sub-menu li a:before {
  content: "\f101";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: #000;
  font-weight: 700;
}

.dept-menu ul.mega-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}

.dept-menu ul.mega-menu li a:before {
  content: "\f101";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: #000;
  font-weight: 700;
}

.dept-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.dept-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.dept-menu .mega-menu-wrap {
  position: static;
}

.dept-menu ul.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  width: 50%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dept-menu ul.mega-menu li a:hover:before {
  color: #dc3545 !important;
}

.menu-item-has-children ul.mega-menu li a:hover {
  transform: translateX(10px);
}

.dept-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.dept-menu ul.mega-menu li li {
  padding: 2px 0;
}

.dept-menu ul.mega-menu li a {
  display: inline-block;
}

.dept-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.dept-menu ul.mega-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.dept-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: transparent;
}

.dept-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 0px;
}

.dept-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.category-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 25px 30px;
  left: 0;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: margin-top 0.4s ease-in-out 0s,
    visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s, z-index 0s;
}

.category-menu ul {
  padding: 0;
  margin-bottom: 0;
}

.category-menu li {
  list-style: none;
  margin-bottom: 6px;
}

.category-menu li:last-child {
  margin-bottom: 0;
}

.category-menu a {
  font-weight: 500;
  text-transform: capitalize;
  color: var(--title-color);
  position: relative;
  padding-left: 23px;
}

.category-menu a:before {
  content: "\f07c";
  position: absolute;
  top: 4px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 400;
}

.category-menu a:hover {
  color: var(--theme-color);
}

.category-menu-wrap {
  position: relative;
  height: 100%;
  padding: 42px 0;
}

.category-menu-wrap:hover .category-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}

.menu-expand {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color);
  background-color: #eef3f9;
  padding: 12.5px 24px;
  border-radius: 5px;
}

.menu-expand i {
  margin-right: 10px;
}

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--body-color);
}

.simple-icon:hover {
  color: var(--theme-color);
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-left: 15px;
}

.header-button .icon-btn {
  position: relative;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}

.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-links li > i {
  margin-right: 10px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  font-family: var(--body-font);
  color: var(--body-color);
}

.header-links i {
  color: var(--body-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social a:hover {
  color: var(--theme-color);
}

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

.header-notice {
  margin-bottom: 0;
  display: inline-block;
}

.counter-list {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 18px;
  background-color: var(--white-color);
  padding: 2px 15px;
  border-radius: 999px;
  margin-left: 15px;
}

.counter-list li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  color: #00306e;
  position: relative;
}

.counter-list li:after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -11.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00306e;
  font-weight: 600;
}

.counter-list li:last-child::after {
  display: none;
}

.counter-list .count-number,
.counter-list .count-name {
  color: #00306e;
  font-weight: 500;
}

.header-layout1 .header-top {
  --body-color: #fff;
  background-color: var(--theme-color);
  padding: 9px 0 4px;
}

.header-layout1 .header-top a:hover {
  color: #fff;
}

.header-layout1 .menu-area {
  background-color: var(--white-color);
}

@media (max-width: 767px) {
  .header-search {
    margin: 0 0 20px 0;
  }
}

.header-layout2 .header-top {
  background-color: #00306e;
  padding: 11.5px 0;
  --body-color: #fff;
}

.header-layout2 .header-top a,
.header-layout2 .header-top li,
.header-layout2 .header-top p {
  color: var(--body-color);
}

.header-layout2 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout2 .header-top li:before {
  background-color: #3569ac;
}

.header-layout2 .header-button {
  padding-left: 30px;
  margin-left: 6px;
  position: relative;
}

.header-layout2 .header-button:before {
  content: "";
  height: 30px;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d9d9d9;
}

.header-layout2 .icon-btn {
  --icon-bg: #f5f5f5;
}

.header-layout2 .as-menu-toggle {
  margin: 20px 0;
}

@media (max-width: 575px) {
  .header-layout2 .as-menu-toggle,
  .header-layout3 .as-menu-toggle {
    margin: 15px 0;
  }
}

@media (max-width: 375px) {
  .header-layout2 .header-social a,
  .header-layout3 .header-social a {
    margin: 0 10px 0 0;
  }
  .header-layout2 .header-links li,
  .header-layout3 .header-links li {
    font-size: 14px;
  }
}

.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-layout3 .header-top {
  background-color: #00306e;
  padding: 9px 0;
  --body-color: #fff;
}

.header-layout3 .header-top a,
.header-layout3 .header-top li,
.header-layout3 .header-top p,
.header-layout3 .header-top span,
.header-layout3 .header-top div {
  color: var(--body-color);
  font-family: var(--title-font);
}

.header-layout3 .header-top .count-number,
.header-layout3 .header-top .count-name {
  font-size: 15px;
  color: #00306e;
}

.header-layout3 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout3 .header-top li:before {
  background-color: #3569ac;
}

.header-layout3 .as-menu-toggle {
  margin: 20px 0;
}

.header-layout3 .menu-area {
  background-color: var(--white-color);
  padding-left: 40px;
  border-radius: 0 0 0 10px;
}

.header-layout3 .sticky-wrapper {
  position: relative;
}

.header-layout3 .sticky-wrapper:after {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--white-color);
  z-index: -1;
}

@media (max-width: 1199px) {
  .header-layout3 .header-notice {
    font-size: 14px;
  }
  .header-layout3 .menu-area {
    padding-left: 0;
  }
  .header-layout3 .sticky-wrapper {
    background-color: var(--white-color);
  }
  .header-layout3 .sticky-wrapper::after {
    display: none;
  }
}

@media (min-width: 1700px) {
  .header-layout4 {
    --main-container: 1620px;
  }
}

@media (max-width: 1699px) {
  .header-layout4 .category-menu-wrap {
    display: none;
  }
}

.footer-wrapper {
  position: relative;
  z-index: auto;
}

.footer-wrapper .newsletter-title {
  color: var(--white-color);
}

.footer-wrapper .as-social a {
  background-color: #1e2c46;
  color: var(--white-color);
}

.footer-wrapper .as-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 80px;
}

.copyright-wrap {
  padding: 18px 0;
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: inherit;
}

.copyright-text a:hover {
  color: var(--white-color);
}

@media (max-width: 1399px) {
  .as-social a {
    margin-right: 3px;
  }
  .as-social a:last-child {
    margin-right: 0;
  }
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  margin-right: 20px;
}

.footer-links li:last-child {
  margin-right: 0;
}

.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}

.footer-links a:hover {
  color: var(--white-color);
}

.footer-layout1 {
  background-color: #0f1b31;
  --body-color: #b3c1d3;
  overflow: hidden;
}

.footer-layout1 .copyright-wrap {
  padding: 22px 0;
  border-top: 1px solid #283752;
}

.whatsapp-enquiry i {
  display: inline-block;
  background-color: #4caf50;
  color: var(--white-color);
  text-align: center;
  font-size: 30px;
  width: var(--btn-size, 60px);
  height: var(--btn-size, 60px);
  line-height: var(--btn-size, 60px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.whatsapp-enquiry {
  position: fixed;
  bottom: 25px;
  left: 40px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  border-radius: 50%;
}

.tower-enquiry {
  width: 80px;
  height: 70px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .footer-layout1 .copyright-wrap {
    padding: 25px 0;
  }
}

@media (max-width: 991px) {
  .footer-layout1 .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 38px;
  }
  .copyright-text {
    text-align: center;
  }
}

.footer-layout2 {
  background-color: #0f1b31;
  --body-color: #b3c1d3;
  overflow-x: hidden;
}

.footer-layout2 .widget-area {
  padding-top: 100px;
  padding-bottom: 55px;
}

.footer-layout2 .copyright-wrap {
  padding: 26px 0;
  background-color: var(--theme-color);
}

.footer-layout2 .copyright-text {
  text-align: center;
  color: var(--white-color);
}

.footer-layout2 .footer-links a {
  color: var(--white-color);
}

.footer-layout2 .as-widget-about .about-logo {
  margin-top: 0;
}

.footer-layout2 .scroll-btn {
  position: absolute;
  right: 50%;
  bottom: 53px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.footer-layout2 .scroll-btn:before {
  background-color: #0f1b31;
}

.footer-layout2 .scroll-btn:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .footer-layout2 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer-layout2 .scroll-btn {
    bottom: 62px;
  }
  .whatsapp-enquiry i {
    font-size: 25px;
    width: var(--btn-size, 45px);
    height: var(--btn-size, 45px);
    line-height: var(--btn-size, 45px);
  }
  .tower-enquiry i {
    font-size: 25px;
    width: var(--btn-size, 45px);
    height: var(--btn-size, 45px);
    line-height: var(--btn-size, 45px);
  }
}

@media (max-width: 575px) {
  .footer-layout2 .scroll-btn {
    bottom: 87px;
  }
}

.footer-layout3 {
  --body-color: #fff;
  --border-color: #224d9c;
}

.footer-layout3 .widget-area {
  padding-top: 100px;
  padding-bottom: 55px;
  padding-left: 66px;
}

.footer-layout3 .footer-top {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--border-color);
}

.footer-layout3 .copyright-wrap {
  padding: 22px 0;
  border-top: 1px solid var(--border-color);
}

.footer-layout3 .copyright-text {
  text-align: center;
  color: var(--white-color);
}

.footer-layout3 .footer-links a {
  color: var(--white-color);
}

.footer-layout3 .footer-links a:hover {
  color: var(--theme-color);
}

.footer-layout3 .as-social a {
  --icon-size: 40px;
  font-size: 13px;
  background-color: #193f85;
  border: 1px solid var(--border-color);
  margin-right: 1px;
}

.footer-layout3 .footer-info-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-layout3 .widget_meta a:hover,
.footer-layout3 .widget_pages a:hover,
.footer-layout3 .widget_archive a:hover,
.footer-layout3 .widget_categories a:hover,
.footer-layout3 .widget_nav_menu a:hover {
  color: var(--theme-color);
}

.footer-layout3 .widget_meta a:hover:before,
.footer-layout3 .widget_pages a:hover:before,
.footer-layout3 .widget_archive a:hover:before,
.footer-layout3 .widget_categories a:hover:before,
.footer-layout3 .widget_nav_menu a:hover:before {
  color: var(--theme-color);
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.about-area {
  padding-top: 100px;
  padding-bottom: 60px;
  padding-right: 90px;
  border-right: 1px solid var(--border-color);
}

.info-box {
  display: inline-block;
}

.info-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 45px;
}

.info-box_text {
  display: block;
  color: var(--white-color);
  margin-top: -0.45em;
  margin-bottom: 5px;
}

.info-box_link {
  font-size: 22px;
  font-weight: 600;
  color: var(--white-color);
}

.info-box_link i {
  margin-right: 8px;
}

.info-box_link:hover {
  color: var(--theme-color);
}

.download-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: #193f85;
  border: 1px solid var(--border-color);
  padding: 13px 33px;
  border-radius: 999px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.download-btn i {
  font-size: 30px;
  color: var(--white-color);
}

.download-btn .text {
  color: #85a4dd;
  font-size: 12px;
  line-height: 1;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.download-btn .store-name {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  display: block;
  margin-bottom: -0.3em;
}

.download-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.download-btn:hover .text {
  color: var(--white-color);
}

.newsletter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 20px;
}

.newsletter-wrap .newsletter-title {
  margin-bottom: 0;
  max-width: 285px;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
}

.newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}

.newsletter-form .form-group > i {
  top: 19px;
  color: var(--white-color);
}

.newsletter-form input {
  background-color: #052a6f;
  border: 1px solid #2a4f93;
  margin-bottom: 0;
  height: 55px;
  color: var(--white-color);
  border-radius: 999px;
}

.newsletter-form input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form input::placeholder {
  color: var(--white-color);
}

.newsletter-form input:focus {
  border-color: var(--theme-color);
  background-color: #052a6f;
}

.newsletter-form .as-btn {
  min-width: 200px;
  border-radius: 999px;
  box-shadow: none;
  margin-left: -50px;
}

@media (max-width: 1399px) {
  .download-btn {
    padding: 10px 26px;
  }
}

@media (max-width: 1199px) {
  .footer-top .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-area {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .info-box-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 25px 60px;
  }
  .footer-layout3 .widget-area {
    padding-top: 80px;
    padding-bottom: 43px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .newsletter-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletter-wrap .newsletter-title {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .newsletter-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
  .newsletter-form .as-btn {
    margin-left: 0;
  }
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.footer-social a {
  color: var(--white-color);
}

.footer-social a:hover {
  color: var(--theme-color);
}

.footer-layout4 {
  --body-color: #fff;
  --border-color: var(--theme-color);
  background-color: var(--theme-color2);
}

.footer-layout4 .widget-area {
  padding-top: 70px;
  padding-bottom: 20px;
}

.footer-layout4 .footer-widget.style2 .widget_title {
  font-size: 20px;
}

.footer-layout4 .copyright-wrap {
  border-top: 1px solid var(--border-color);
}

.footer-layout4 .copyright-text {
  color: var(--white-color);
}

.footer-layout4 .widget_meta a:hover,
.footer-layout4 .widget_pages a:hover,
.footer-layout4 .widget_archive a:hover,
.footer-layout4 .widget_categories a:hover,
.footer-layout4 .widget_nav_menu a:hover {
  color: #fff;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.footer-layout4 .widget_meta a:hover:before,
.footer-layout4 .widget_pages a:hover:before,
.footer-layout4 .widget_archive a:hover:before,
.footer-layout4 .widget_categories a:hover:before,
.footer-layout4 .widget_nav_menu a:hover:before {
  color: #fff;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .footer-layout4 .widget-area {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 23px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "\f054";
  position: relative;
  margin-left: 10px;
  font-weight: 600;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
}

.breadcumb-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--white-color);
  margin: -0.2em 0 -0.2em 0;
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 140px 0;
  text-align: center;
  overflow: hidden;
}

.gallery-banner-pt {
  padding-top: 250px;
}

.breadcumb-wrapper1 {
  background-color: var(--title-color);
  padding: 100px 0 25px;
  text-align: center;
  overflow: hidden;
  height: 55vh;
}

@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 42px;
  }
  .breadcumb-wrapper {
    padding: 120px 0;
  }
  .breadcumb-wrapper1 {
    padding: 120px 0 25px;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper1 {
    height: 100% !important;
  }
  .breadcumb-wrapper {
    padding: 100px 0;
  }
  .gallery-banner-pt {
    padding-top: 200px;
  }
  .breadcumb-wrapper1 {
    padding: 100px 0 35px;
  }
  .breadcumb-menu {
    margin: 16px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
  .breadcumb-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 80px 0;
  }
  .gallery-banner-pt {
    padding-top: 150px !important;
  }
  .breadcumb-wrapper {
    padding: 80px 0 65px;
  }
  .breadcumb-title {
    font-size: 34px;
  }
}

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

.as-pagination ul {
  margin: 0;
  padding: 0;
}

.as-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.as-pagination li:last-child {
  margin-right: 0;
}

.as-pagination li:first-child {
  margin-left: 0;
}

.as-pagination span,
.as-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: var(--smoke-color);
  width: 55px;
  height: 55px;
  line-height: 55px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}

.as-pagination span.active,
.as-pagination span:hover,
.as-pagination a.active,
.as-pagination a:hover {
  color: var(--white-color) !important;
  background-color: var(--theme-color) !important;
  box-shadow: none;
}

@media (max-width: 767px) {
  .as-pagination span,
  .as-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.white-as-pagination {
  margin-bottom: 30px;
}

.white-as-pagination ul {
  margin: 0;
  padding: 0;
}

.white-as-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.white-as-pagination li:last-child {
  margin-right: 0;
}

.white-as-pagination li:first-child {
  margin-left: 0;
}

.white-as-pagination span,
.white-as-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: #eee;
  width: 55px;
  height: 55px;
  line-height: 55px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}

.white-as-pagination span.active,
.white-as-pagination span:hover,
.white-as-pagination a.active,
.white-as-pagination a:hover {
  color: var(--white-color);
  background-color: #140342;
  box-shadow: none;
}

.white-as-pagination a.active {
  color: var(--white-color);
  background-color: #140342;
}

.white-as-pagination a.next,
.white-as-pagination a.prev {
  box-shadow: 2px 2px 2px 2px #e1e1e1;
  transition: ease-in-out 0.3s;
}

.white-as-pagination a.next:hover,
.white-as-pagination a.prev:hover {
  box-shadow: 2px 2px 2px 2px transparent;
}

@media (max-width: 767px) {
  .white-as-pagination span,
  .white-as-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

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

.dept-as-pagination ul {
  margin: 0;
  padding: 0;
}

.dept-as-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.dept-as-pagination li:last-child {
  margin-right: 0;
}

.dept-as-pagination li:first-child {
  margin-left: 0;
}

.dept-as-pagination span,
.dept-as-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: #000;
  background-color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}

.dept-as-pagination a.active {
  color: var(--white-color);
  background-color: #140342;
}

.dept-as-pagination a.next,
.dept-as-pagination a.prev {
  box-shadow: 2px 2px 2px 2px #e1e1e1;
  transition: ease-in-out 0.3s;
}

.dept-as-pagination a.next:hover,
.dept-as-pagination a.prev:hover {
  box-shadow: 2px 2px 2px 2px transparent;
}

.dept-as-pagination span.active,
.dept-as-pagination span:hover,
.dept-as-pagination a.active,
.dept-as-pagination a:hover {
  color: var(--white-color);
  background-color: #140342;
  box-shadow: none;
}

@media (max-width: 767px) {
  .dept-as-pagination span,
  .dept-as-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

blockquote,
.wp-block-quote {
  font-size: 20px;
  line-height: 1.56;
  padding: 40px 40px 40px 40px;
  font-weight: 400;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  font-style: italic;
  border-left: 3px solid var(--theme-color);
  border-radius: 10px;
}

blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 16px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote p a,
.wp-block-quote p a {
  color: inherit;
}

blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 6rem;
  font-weight: 600;
  opacity: 1;
  line-height: 3.8rem;
  color: rgba(13, 94, 244, 0.1);
  font-style: normal;
}

blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 22px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: -0.1em;
  font-style: normal;
  font-family: var(--title-font);
  padding-left: 50px;
  margin-left: 10px;
}

blockquote cite:before,
.wp-block-quote cite:before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 9px;
  left: -10px;
}

blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 40px;
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}

blockquote.is-large cite:before,
blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
  top: unset;
  bottom: 13px;
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  content: "\f10d";
  right: unset;
  left: 60px;
}

.wp-block-pullquote {
  color: var(--white-color);
  padding: 0;
}

blockquote.has-very-dark-gray-color {
  color: var(--white-color) !important;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 100px 15px 30px 15px;
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}

.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 100px 15px 30px 15px;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 15px;
  padding-right: 20px;
  font-size: 16px;
  color: var(--body-color);
  position: relative;
}

.blog-meta span:after,
.blog-meta a:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d3dbeb;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
  display: none;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}

.blog-meta span img,
.blog-meta a img {
  margin-right: 10px;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dashed #d3dbeb;
  padding-top: 26px;
  margin-bottom: -0.4em;
}

.blog-bottom span:not(.link-btn),
.blog-bottom a:not(.link-btn) {
  color: var(--body-color);
}

.blog-bottom span:not(.link-btn) i,
.blog-bottom a:not(.link-btn) i {
  margin-right: 8px;
  color: var(--theme-color);
}

.blog-bottom a:hover {
  color: var(--theme-color);
}

.blog-audio img,
.blog-img img,
.blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: var(--theme-color);
}

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

.blog-inner-title {
  font-size: 36px;
  margin-top: -0.3em;
  margin-bottom: 30px;
}

.blog-author,
.course-author-box {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
  border-radius: 8px;
  overflow: hidden;
}

.blog-author .auhtor-img,
.course-author-box .auhtor-img {
  min-height: 100%;
}

.blog-author .auhtor-img img,
.course-author-box .auhtor-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-author .author-name,
.course-author-box .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 10px;
}

.blog-author .author-text,
.course-author-box .author-text {
  margin-bottom: 15px;
}

.blog-author .media-body,
.course-author-box .media-body {
  padding: 35px 40px 30px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.blog-author .as-social a,
.course-author-box .as-social a {
  border-radius: 6px;
  --icon-size: 36px;
  font-size: 13px;
}

.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
}

.blog-single:not(.has-post-thumbnail) {
  background-color: var(--smoke-color);
}

.blog-single .blog-title {
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 600;
}

.blog-single .blog-text {
  margin-bottom: 29px;
}

.blog-single .social-links {
  margin: 0;
  padding: 5px 20px;
  list-style-type: none;
  display: inline-block;
  background-color: var(--smoke-color);
  border-radius: 999px;
}

.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}

.blog-single .social-links li:last-child {
  margin-right: 0;
}

.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
  display: block;
}

.blog-single .social-links a:hover {
  color: var(--theme-color);
}

.blog-single .blog-meta {
  margin: 0 0 18px 0;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: var(--blog-space-y, 40px);
  background-color: var(--smoke-color);
}

.blog-single .blog-img .slick-arrow {
  --pos-x: 50px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
}

.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  --icon-font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single .blog-img .youtubeplay-btn {
  --icon-size: 60px;
  --icon-font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.share-links-title {
  font-size: 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
}

.share-links {
  margin: 20px 0 40px 0;
  border-top: 1px dashed #d3dbeb;
  border-bottom: 1px dashed #d3dbeb;
  padding: 30px 0;
}

.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-y: 20px;
}

.share-links .tagcloud {
  display: inline-block;
}

.blog-details .blog-single {
  background-color: transparent;
}

@media (max-width: 1399px) {
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 40px;
  }
  .blog-single .blog-audio,
  .blog-single .blog-img {
    margin: 0 0 30px 0;
  }
  .blog-single .blog-title {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    font-size: 18px;
    padding: 40px 20px 40px 20px;
  }
  blockquote:before,
  .wp-block-quote:before {
    font-size: 4rem;
    line-height: 2.5rem;
  }
  blockquote.style-left-icon,
  blockquote.is-large:not(.is-style-plain),
  blockquote.is-style-large:not(.is-style-plain),
  blockquote.has-text-align-right,
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.has-text-align-right {
    padding: 40px 20px 40px 20px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
}

@media (max-width: 991px) {
  .blog-details .blog-single {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
}

@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  .blog-inner-title {
    font-size: 26px;
  }
  .blog-author,
  .course-author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-author .auhtor-img img,
  .course-author-box .auhtor-img img {
    width: 100%;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single {
    --blog-space-y: 20px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 15px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
  .blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 575px) {
  .blog-author .media-body,
  .course-author-box .media-body {
    padding: 35px 20px 30px 20px;
  }
  .blog-meta a,
  .blog-meta span {
    padding-right: 0;
  }
  .blog-meta a::after,
  .blog-meta span::after {
    display: none;
  }
}

.as-comment-form {
  margin-top: var(--blog-space-y, 60px);
  margin-bottom: 30px;
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
  position: relative;
}

.as-comment-form .row {
  --bs-gutter-x: 20px;
}

.as-comment-form .blog-inner-title {
  margin-bottom: 0px;
}

.as-comment-form .form-title {
  margin-top: -0.35em;
}

.as-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}

.as-comment-form .form-text {
  margin-bottom: 25px;
}

.blog-comment-area {
  margin-bottom: 25px;
}

.as-comments-wrap {
  margin-top: var(--blog-space-y, 50px);
  margin-bottom: -30px;
}

.as-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}

.as-comments-wrap .comment-respond {
  margin: 30px 0;
}

.as-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.as-comments-wrap li {
  margin: 0;
}

.as-comments-wrap .as-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px dashed #d3dbeb;
}

.as-comments-wrap .as-post-comment ol,
.as-comments-wrap .as-post-comment ul,
.as-comments-wrap .as-post-comment dl {
  margin-bottom: 1rem;
}

.as-comments-wrap .as-post-comment ol ol,
.as-comments-wrap .as-post-comment ol ul,
.as-comments-wrap .as-post-comment ul ol,
.as-comments-wrap .as-post-comment ul ul {
  margin-bottom: 0;
}

.as-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-comments-wrap ul.comment-list ul ul,
.as-comments-wrap ul.comment-list ul ol,
.as-comments-wrap ul.comment-list ol ul,
.as-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.as-comments-wrap .comment-avater {
  width: 110px;
  height: 110px;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 5px;
}

.as-comments-wrap .comment-avater img {
  width: 100%;
}

.as-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -6px;
  position: relative;
}

.as-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 400;
  color: var(--body-color);
}

.as-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}

.as-comments-wrap .name {
  margin-bottom: 6px;
  font-size: 20px;
}

.as-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.as-comments-wrap .text {
  margin-bottom: -0.5em;
}

.as-comments-wrap .text:last-child {
  margin-bottom: 0;
}

.as-comments-wrap .comment-content p:last-of-type {
  margin-bottom: -0.5em;
}

.as-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}

.as-comments-wrap .reply_and_edit {
  position: absolute;
  top: 0;
  right: 0;
}

.as-comments-wrap .reply_and_edit a {
  margin-right: 10px;
}

.as-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}

.as-comments-wrap .reply-btn {
  font-weight: 600;
  font-size: 16px;
  color: var(--theme-color);
  display: inline-block;
}

.as-comments-wrap .reply-btn i {
  margin-right: 7px;
}

.as-comments-wrap .reply-btn:hover {
  color: var(--title-color);
}

.as-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

ul.comment-list .as-comment-item:last-child > .as-post-comment {
  border-bottom: none;
  padding-bottom: 0;
}

ul.comment-list .as-comment-item:first-child > .as-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px dashed #d3dbeb;
}

.as-comments-wrap.as-comment-form {
  margin: 0;
}

@media (max-width: 1199px) {
  .as-comments-wrap .children {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .as-comments-wrap .as-post-comment {
    display: block;
  }
  .as-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .as-comments-wrap .comment-top {
    display: block;
  }
  .as-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .as-comments-wrap .children {
    margin-left: 40px;
  }
  .as-comments-wrap .children {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .as-comment-form {
    --blog-space-x: 20px;
  }
}

.as-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.as-hero-wrapper .checklist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.as-hero-wrapper .checklist li {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.hero-shape {
  position: absolute;
}

@media (max-width: 767px) {
  .as-hero-wrapper .checklist ul {
    gap: 10px 25px;
  }
  .as-hero-wrapper .checklist li {
    font-size: 16px;
  }
}

.ripple-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid var(--white-color);
  border-radius: 50%;
  -webkit-transform: translate3d(-25%, 25%, 0);
  transform: translate3d(-25%, 25%, 0);
  -webkit-animation: heroripple 8s ease-out infinite;
  animation: heroripple 8s ease-out infinite;
}

.ripple-1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.ripple-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ripple-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ripple-4 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.ripple-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.ripple-5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.ripple-6 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes heroripple {
  0% {
    -webkit-transform: translate3d(-25%, 25%, 0);
    transform: translate3d(-25%, 25%, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate3d(-25%, 25%, 0);
    transform: translate3d(-25%, 25%, 0);
    opacity: 0;
    width: 310px;
    height: 310px;
  }
}

@keyframes heroripple {
  0% {
    -webkit-transform: translate3d(-25%, 25%, 0);
    transform: translate3d(-25%, 25%, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate3d(-25%, 25%, 0);
    transform: translate3d(-25%, 25%, 0);
    opacity: 0;
    width: 310px;
    height: 310px;
  }
}

.as-hero-bg {
  position: absolute;
  inset: 0;
}

.as-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-text {
  font-size: 18px;
  margin-bottom: 39px;
}

.hero-1 .shape1 {
  bottom: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  max-width: 60%;
}

.hero-1 .shape1 img {
  height: 100%;
}

.hero-1 .shape2 {
  right: 0;
  top: 22%;
  z-index: 2;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.hero-1 .shape3 {
  top: -420px;
  left: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

.hero-1 .as-social {
  position: absolute;
  z-index: 3;
  top: 34%;
  right: 0;
}

.hero-1 .as-social a {
  background-color: var(--title-color);
  color: #b3c1d3;
}

.hero-1 .as-social a:hover {
  color: var(--white-color);
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 210px 0 210px 0;
  max-width: 620px;
}

.hero-style1 .hero-title,
.hero-style1 .hero-text {
  color: var(--white-color);
}

.hero-style1 .hero-subtitle {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 5px 17px;
  margin-bottom: 30px;
}

.hero-style1 .hero-title {
  margin-bottom: 27px;
  font-weight: 600;
}

.hero-style1 .hero-title:first-of-type {
  margin-bottom: 0 !important;
}

.hero-style1 .hero-title:nth-of-type(2) {
  font-weight: 200;
}

.hero-1 .hero-img1 {
  position: absolute;
  bottom: 0;
  right: -25px;
}

.hero-1 .hero-img1 img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.hero-1 .hero-img1:before {
  content: "";
  box-sizing: border-box;
  width: 385px;
  height: 385px;
  background: rgba(255, 255, 255, 0.34);
  border: 12px solid var(--theme-color);
  box-shadow: 0px 4px 30px rgba(29, 94, 172, 0.2);
  border-radius: 50%;
  position: absolute;
  top: -200px;
  left: 30%;
  z-index: -1;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@media (max-width: 1399px) {
  .hero-style1 {
    padding: 160px 0;
  }
  .hero-1 .hero-img1 {
    max-width: 55%;
  }
  .hero-1 .hero-img1:before {
    top: -100px;
    width: 200px;
    height: 200px;
  }
  .hero-1 .hero-img1 img {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .hero-style1 {
    padding: 100px 0;
  }
  .hero-style1 .hero-subtitle {
    margin-bottom: 22px;
  }
  .hero-style1 .hero-title {
    margin-bottom: 20px;
  }
  .hero-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .hero-style1 {
    max-width: 450px;
  }
  .hero-1 .shape2 {
    max-width: 20%;
  }
  .hero-1 .shape1 {
    max-width: 40%;
  }
  .hero-1 .shape3 {
    top: -200px;
    left: -200px;
    width: 300px;
    height: 300px;
    border-radius: 30px;
    -webkit-animation: spin 25s linear infinite;
    animation: spin 25s linear infinite;
  }
  .hero-1 .as-social {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-img1 {
    display: none;
  }
  .hero-1 .shape1,
  .hero-1 .shape2 {
    display: none;
  }
}

@media (max-width: 375px) {
  .hero-subtitle {
    font-size: 12px;
    font-weight: 500;
  }
}

.hero-2 {
  background-color: #eaf2fd;
  overflow: hidden;
}

.hero-2 .big-circle {
  position: absolute;
  width: 1380px;
  height: 1380px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-radial-gradient(
    50% 50%,
    50% 50%,
    rgba(255, 255, 255, 0.04) 0%,
    #d6e6fc 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 255, 255, 0.04) 0%,
    #d6e6fc 100%
  );
}

.hero-2 .shape1 {
  top: 75px;
  left: -55px;
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

.hero-2 .shape2 {
  top: 15%;
  left: 10%;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

.hero-2 .shape3 {
  top: 0%;
  right: 30%;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.hero-2 .shape4 {
  bottom: 0%;
  left: 24%;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.hero-2 .hero-img1 {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 2;
}

.hero-2 .hero-img1::before,
.hero-2 .hero-img1:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.hero-2 .hero-img1:before {
  height: 520px;
  width: 320px;
  background-color: var(--white-color);
  bottom: 0;
  left: -60px;
  border-radius: 999px 999px 0 0;
  -webkit-animation: movingX 7s linear infinite;
  animation: movingX 7s linear infinite;
}

.hero-2 .hero-img1:after {
  height: 237px;
  width: 237px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  top: 21%;
  right: -35px;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.hero-2 .hero-img2 {
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: 2;
}

.hero-2 .hero-img2 .shape {
  position: absolute;
  top: 30%;
  right: 10px;
  z-index: -1;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.hero-style2 {
  padding: 243px 0;
  text-align: center;
}

.hero-style2 .checklist {
  margin-bottom: 50px;
}

.hero-style2 .checklist ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-style2 .hero-title {
  font-weight: 600;
  margin-bottom: 27px;
}

.hero-style2 .big-title {
  font-size: 80px;
  color: var(--theme-color);
  margin-top: -0.2em;
  margin-bottom: 14px;
}

.hero-style2 .btn-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1500px) {
  .hero-2 .hero-img2 {
    max-width: 480px;
  }
  .hero-2 .hero-img1 {
    max-width: 358px;
  }
}

@media (max-width: 1399px) {
  .hero-2 .hero-img1 {
    max-width: 310px;
    left: 1%;
  }
  .hero-2 .hero-img1:before {
    height: 90%;
    width: 80%;
  }
  .hero-2 .hero-img1:after {
    height: 160px;
    width: 160px;
  }
  .hero-2 .hero-img2 {
    max-width: 390px;
    right: 0%;
  }
  .hero-2 .big-circle {
    width: 996px;
    height: 996px;
  }
  .hero-style2 {
    padding: 180px 0 220px 0;
    text-align: center;
  }
  .hero-style2 .big-title {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-img1 {
    max-width: 200px;
  }
  .hero-2 .hero-img2 {
    max-width: 250px;
  }
  .hero-2 .hero-img2 .shape {
    max-width: 100px;
  }
  .hero-2 .shape2 {
    top: 9%;
    max-width: 100px;
  }
  .hero-2 .big-circle {
    width: 750px;
    height: 750px;
  }
  .hero-style2 .hero-title {
    margin-bottom: 20px;
  }
  .hero-style2 .big-title {
    font-size: 54px;
    margin-bottom: 10px;
  }
  .hero-style2 .checklist {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-img1 {
    max-width: 110px;
  }
  .hero-2 .hero-img2 {
    max-width: 100px;
  }
  .hero-2 .big-circle {
    width: 110%;
    height: 110%;
  }
  .hero-2 .shape1 {
    top: 40px;
    left: -40px;
    max-width: 100px;
  }
  .hero-2 .shape2 {
    top: 5%;
    max-width: 60px;
  }
  .hero-2 .shape3 {
    max-width: 150px;
  }
  .hero-2 .shape4 {
    left: 8%;
    max-width: 270px;
  }
  .hero-style2 {
    padding: 100px 0;
  }
  .hero-style2 .big-title {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .hero-style2 .hero-title {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style2 .big-title {
    font-size: 40px;
  }
}

.hero-3 {
  background-color: #f3f7fb;
  overflow: hidden;
}

.hero-3 .hero-img1 {
  position: absolute;
  top: 155px;
  right: 0;
  height: calc(100% - 155px);
  width: 47%;
}

.hero-3 .hero-img1 img {
  height: 100%;
  width: 100%;
}

.hero-3 .shape1 {
  top: 48px;
  left: 0;
}

.hero-3 .shape2 {
  bottom: 0;
  left: 0;
}

.hero-3 .shape3 {
  top: 115px;
  left: 31%;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

.hero-3 .shape4 {
  bottom: 136px;
  right: 42%;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.hero-3 .shape5 {
  bottom: 10%;
  right: 5%;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.hero-3 .shape6 {
  top: 105px;
  left: 0;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.hero-style3 {
  padding: 350px 0 200px 0;
  max-width: 640px;
}

.hero-style3 .hero-title {
  margin-bottom: 27px;
}

.hero-style3 .hero-text {
  margin-bottom: 34px;
}

.hero-style3 .search-form {
  background: var(--white-color);
  box-shadow: 0px 7px 35px #e8f2fd;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-style3 .search-form .form-group {
  width: 100%;
}

.hero-style3 .search-form .form-group > i {
  top: 18px;
  left: 25px;
  pointer-events: none;
}

.hero-style3 .search-form .form-group input {
  padding-left: 48px;
  padding-right: 10px;
  border: none;
  background-color: var(--white-color);
  z-index: 2;
}

.hero-style3 .search-form .as-btn {
  min-width: 170px;
  padding: 15px;
  box-shadow: none;
}

.hero-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
}

.hero-counter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-top: 50px;
}

.hero-counter_icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  position: relative;
}

.hero-counter_icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-color);
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: inherit;
  z-index: -1;
}

.hero-counter_number {
  font-size: 36px;
  margin-bottom: 0px;
}

.hero-counter_text {
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-bottom: -10px;
}

@media (max-width: 1399px) {
  .hero-3 .shape1 {
    max-width: 600px;
  }
  .hero-3 .shape2 {
    max-width: 80px;
  }
  .hero-3 .shape4 {
    bottom: 30px;
    max-width: 50px;
  }
  .hero-3 .shape5 {
    max-width: 80px;
  }
  .hero-style3 {
    padding: 300px 0 150px 0;
    max-width: 520px;
  }
  .hero-counter-wrap {
    gap: 30px 30px;
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .shape6 {
    top: 150px;
    max-width: 60px;
  }
  .hero-3 .shape3 {
    top: 130px;
    max-width: 80px;
  }
  .hero-style3 {
    padding: 260px 0 110px 0;
  }
  .hero-style3 .hero-title {
    margin-bottom: 20px;
  }
  .hero-style3 .hero-text {
    margin-bottom: 26px;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-img1 {
    display: none;
  }
  .hero-3 .shape4 {
    bottom: 30%;
    right: 7%;
  }
  .hero-3 .shape3 {
    top: 110px;
    max-width: 80px;
  }
  .hero-style3 {
    padding: 224px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .hero-3 .shape1 {
    max-width: 100%;
  }
  .hero-style3 .search-form .as-btn {
    min-width: 50px;
    font-size: 0;
  }
  .hero-style3 .search-form .as-btn i {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .hero-counter_number {
    font-size: 28px;
    margin-bottom: 2px;
  }
}

@media (max-width: 375px) {
  .hero-style3 .search-form {
    padding: 4px;
  }
  .hero-style3 .search-form .form-group input {
    padding-left: 30px;
    font-size: 14px;
    padding-right: 0px;
  }
  .hero-style3 .search-form .form-group > i {
    left: 10px;
    font-size: 14px;
  }
}

.hero-4 {
  overflow: hidden;
}

.hero-4 .shape1 {
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-4 .shape2 {
  top: 21%;
  right: 4.5%;
  -webkit-animation: jumpAni 6s linear infinite;
  animation: jumpAni 6s linear infinite;
}

.hero-style4 {
  padding: 190px 0;
}

.hero-style4 .hero-subtitle {
  color: var(--theme-color);
  margin-bottom: 24px;
}

.hero-style4 .hero-title {
  margin-bottom: 37px;
}

.hero-style4 .checklist {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .hero-4 .shape2 {
    max-width: 90px;
  }
  .hero-style4 {
    padding: 120px 0px;
  }
  .hero-style4 .hero-title {
    margin-bottom: 25px;
  }
  .hero-style4 .hero-subtitle {
    margin-bottom: 15px;
  }
  .hero-style4 .checklist {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .hero-style4 {
    padding: 80px 0px;
  }
}

@media (max-width: 767px) {
  .hero-4 {
    background-position: 26% center;
  }
  .hero-4 .shape2 {
    max-width: 50px;
    top: 11%;
  }
}

.error-content {
  padding: 210px;
  text-align: center;
}

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

.error-title {
  margin-bottom: 22px;
}

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

@media (max-width: 1399px) {
  .error-content {
    padding: 160px;
  }
}

@media (max-width: 1199px) {
  .error-content {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .error-img {
    margin-bottom: -25px;
  }
}

.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #fff;
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid #fff;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 11px 20px 11px 50px;
  background-color: #d3d3d3;
  color: var(--body-color);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 5px;
}

.woocommerce-message a,
.woocommerce-info a {
  color: var(--theme-color);
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--title-color);
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 10px;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 11px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.woocommerce-form-login-toggle .woocommerce-info a {
  color: inherit;
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--title-color);
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
  margin-bottom: 30px;
  padding: 35px 40px 35px 40px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .woocommerce-form-register,
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}

.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}

table.variations .label,
.woocommerce-grouped-product-list-item .label {
  border: none;
}

table.variations__label,
.woocommerce-grouped-product-list-item__label {
  border: none !important;
  font-weight: 600;
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
  border: none !important;
}

table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
  font-size: 18px !important;
}

table.variations del,
.woocommerce-grouped-product-list-item del {
  margin-left: 12px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--border-color);
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}

.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}

.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

table.variations {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

table.variations td {
  padding: 0;
}

table.variations td.label {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

table.variations select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}

table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
  width: auto !important;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}

.woocommerce-variation.single_variation .price {
  color: var(--title-color);
  font-weight: 700;
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}

.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
  z-index: 1111;
}

table.woocommerce-product-attributes {
  margin-bottom: 30px;
}

#woosq-popup .product_meta {
  margin-top: 20px;
}

#woosq-popup .product_title {
  font-size: 24px;
  margin-bottom: 5px;
}

#woosq-popup .single-product .product .actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#woosq-popup
  .single-product
  .product
  .actions
  > div
  .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.login-tab {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ​15px 0;
}

.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 300;
  font-size: 14px;
}

.star-rating:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: var(--theme-color);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--theme-color);
  letter-spacing: 3px;
  font-weight: 700;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}

.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

@media (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px 10px 37px;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    font-size: 16px;
    top: 10px;
    left: 15px;
  }
}

.as-product {
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.as-product .product-title {
  font-size: 20px;
  margin: 10px 0 7px 0;
}

.as-product .product-title a {
  color: inherit;
}

.as-product .product-title a:hover {
  color: var(--theme-color);
}

.as-product .price {
  display: block;
  color: var(--body-color);
  font-weight: 500;
  margin-bottom: -0.45em;
  font-family: var(--title-font);
}

.as-product .price del {
  margin-left: 10px;
  color: #c5c5c5;
}

.as-product .product-img {
  background-color: var(--smoke-color);
  overflow: hidden;
  position: relative;
  margin: 0 0 25px 0;
  text-align: center;
  background-color: var(--smoke-color);
  z-index: 2;
  border-radius: 8px;
}

.as-product .product-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.as-product .category {
  color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 500;
  padding: 1px 20px;
  display: inline-block;
  background-color: var(--theme-color);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  border-radius: 5px;
}

.as-product .star-rating {
  margin: 0 auto 5px auto;
  width: 93px;
}

.as-product .actions {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(15, 34, 57, 0.7);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.as-product .actions .icon-btn {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.as-product .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}

.as-product .actions > * > a {
  margin: 0;
}

.as-product .actions .tutor-btn {
  padding: unset;
  border-radius: 999px;
  min-width: unset;
}

.as-product .icon-btn {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.as-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.as-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

.as-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.as-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.as-product .tinv-wishlist a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}

.as-product .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.as-product .add_to_cart_button.added {
  display: none;
}

.as-product .added_to_cart {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  font-size: 0;
  text-align: center;
  border-radius: 50%;
}

.as-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}

.as-product .added_to_cart:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.as-product .added_to_cart .tutor-mr-8 {
  margin-right: 0 !important;
}

.as-product .action-btn {
  background-color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 13px 25px;
}

.as-product:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.as-product:hover .icon-btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.as-product.list-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  height: 100%;
}

.as-product.list-view .product-img {
  width: 100%;
  max-width: 200px;
  margin: 0;
  border-radius: 8px 0 0 8px;
}

.as-product.list-view .star-rating {
  margin: 0 auto 10px 0;
  width: 93px;
}

.as-product.list-view .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid var(--border-color);
  border-left: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 25px;
  border-radius: 0 8px 8px 0;
}

.as-product.list-view .actions {
  --btn-size: 35px;
  --btn-font-size: 13px;
  --icon-gap-x: 2px;
}

.as-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.as-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.as-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.as-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}

.as-product.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.as-product.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.as-product.list-view .added_to_cart:after {
  font-size: 12px;
}

.as-product.list-view .action-btn {
  padding: 8px 15px;
}

.as-product.list-view .tag {
  top: 8px;
  right: 8px;
  padding: 0px 15px;
}

.as-product.list-view .product-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}

.as-product.list-view .product-price {
  font-size: 14px;
}

.as-sort-bar {
  padding: 0;
  margin: 0 0 34px 0;
}

.as-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.as-sort-bar select {
  height: 50px;
  border: 1px solid var(--border-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  font-size: 16px;
  margin: 0;
  color: var(--body-color);
}

.as-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: var(--body-color);
}

.as-sort-bar .nav a {
  display: inline-block;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--title-color);
  margin: 0 0 0 20px;
  padding-left: 20px;
  border-left: 1px solid #d9d9d9;
}

.as-sort-bar .nav a:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.as-sort-bar .nav a i {
  margin-right: 3px;
}

.as-sort-bar .nav a.active,
.as-sort-bar .nav a:hover {
  color: var(--theme-color);
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
}

.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid var(--border-color);
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: 1px solid var(--border-color);
}

.quantity .qty-btn {
  font-size: 16px;
}

@media (max-width: 1399px) {
  .as-product.list-view .product-img {
    max-width: 150px;
  }
}

@media (max-width: 1199px) {
  .as-sort-bar select {
    min-width: auto;
  }
}

@media (max-width: 991px) {
  .as-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .as-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .as-sort-bar .nav a:last-child:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .as-sort-bar {
    text-align: center;
  }
  .as-sort-bar .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .as-sort-bar select {
    margin: 0 auto;
  }
}

@media (max-width: 375px) {
  .as-product.list-view .product-img {
    max-width: 130px;
  }
}

.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: #ecf0f1;
}

.cart_table thead th {
  border: none !important;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px;
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}

.cart_table .product-quantity {
  color: var(--title-color);
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}

.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.cart_table .cart-productimage {
  display: inline-block;
  border: 0 solid var(--smoke-color);
  border-radius: 5px;
  overflow: hidden;
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_table .qty-btn {
  border: 2px solid var(--smoke-color);
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  border-radius: 4px;
}

.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding: 0;
}

.cart_table .qty-input::-moz-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart_table .qty-input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}

.cart_table .actions > .as-btn {
  font-size: 16px;
  padding: 17px 28px;
  margin-right: 15px;
}

.cart_table .actions > .as-btn:last-child {
  margin-right: 0;
}

.cart_table .as-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart_table .as-cart-coupon input {
  height: 50px;
  width: calc(100% - 200px);
  margin-right: 10px;
}

.cart_table .as-cart-coupon .as-btn {
  font-size: 16px;
  padding: 17px 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}

.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form {
  display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .as-btn {
  padding: 5px 30px;
}

.cart_totals .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .as-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .as-btn:last-child {
    margin-right: auto;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .as-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}

.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
  margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: 0;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: -35px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
}

.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .form-control:focus {
  color: var(--body-color);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  padding: 0;
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 5px;
  background-position: right 13px center;
}

.shipping-calculator-form .as-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}

.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}

.checkout-ordertable input[type="hidden"] ~ label {
  color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
}

.checkout-ordertable th {
  text-align: left;
}

.woocommerce-checkout-payment {
  text-align: left;
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px;
}

.woocommerce-checkout-payment ul input[type="radio"] ~ label {
  margin-bottom: 14px;
  color: var(--body-color);
}

.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.as-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    max-width: 150px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
}

.tinv-wishlist input[type="checkbox"] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.tinv-wishlist .tinv-header {
  margin-top: -0.8rem;
}

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.tinv-wishlist table {
  border: none;
}

.tinv-wishlist table th {
  color: var(--title-color);
}

.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}

.tinv-wishlist table thead {
  background-color: var(--smoke-color);
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}

.tinv-wishlist .product-thumbnail {
  width: 110px;
}

.tinv-wishlist .product-thumbnail img {
  border-radius: 5px;
}

.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}

.tinv-wishlist ins {
  text-decoration: none;
}

.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 4px;
  padding-top: 0;
}

.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 14px;
}

.tinv-wishlist .tinvwl-mobile {
  display: none;
}

.tinv-wishlist .social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}

.tinv-wishlist .product-stock .stock {
  display: block;
}

.tinv-wishlist .product-stock span {
  display: inline;
}

.tinv-wishlist .product-stock i {
  margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}

.tinv-wishlist button.button.mask-btn {
  padding: 0;
}

.tinv-wishlist button.button .btn-text-mask {
  padding: 0.5px 21px;
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}

.tinv-wishlist button.button i {
  font-size: 13px !important;
  margin-right: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
  color: var(--body-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: 0.9em;
}

.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0;
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}

.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinv-wishlist .product-stock .tinvwl-txt {
    display: none;
  }
  .tinv-wishlist .product-action .tinvwl-txt {
    display: none;
  }
  .tinv-wishlist button.button {
    min-width: auto;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .product-action .tinvwl-txt {
    display: inline-block;
  }
  .tinv-wishlist button.button {
    min-width: 140px;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block;
  }
}

.map-sec {
  position: relative;
}

.map-sec .map {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.map-sec .map iframe {
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.map-contact {
  max-width: 590px;
  padding: 60px;
  background-color: var(--white-color);
  border-radius: 10px;
  position: relative;
  z-index: 3;
}

.border-title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  margin-top: -0.22em;
  font-weight: 600;
}

.border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 80px;
  background-color: var(--theme-color);
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 340px;
  gap: 25px;
  margin-bottom: 40px;
}

.contact-info:last-of-type {
  margin-bottom: 0;
}

.contact-info_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  background-color: rgba(13, 94, 244, 0.07);
  text-align: center;
  color: var(--theme-color);
  border-radius: 5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.contact-info_title {
  font-size: 20px;
  margin-bottom: 6px;
  margin-top: -0.2em;
}

.contact-info_text {
  margin-bottom: -0.45em;
  line-height: 1.5;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-info_text a {
  color: var(--title-color);
}

.contact-info_text a:hover {
  color: var(--theme-color);
}

.contact-info:hover .contact-info_icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 767px) {
  .dept-hod-before::before {
    height: 200vh !important;
  }
  .map-contact {
    padding: 40px 40px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .contact-info:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .map-contact {
    padding: 40px 20px;
  }
}

@media (max-width: 375px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .contact-info .media-body {
    width: 100%;
  }
}

.contact-form {
  max-width: 720px;
}

.contact-form-wrap {
  background-color: var(--smoke-color);
  padding: 100px;
  border-radius: 10px;
  background-position: left center;
}

@media (max-width: 991px) {
  .contact-form-wrap {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .contact-form-wrap {
    padding: 50px 20px;
  }
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
}

.feature-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e3e9f0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.feature-box_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-box_text {
  margin-bottom: 0;
}

.feature-box_icon {
  position: relative;
  text-align: center;
  z-index: 2;
}

.img-box1 {
  position: relative;
  padding-right: 56px;
}

.img-box1 .counter-box {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
}

.counter-box {
  background-color: var(--white-color);
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 30px rgba(19, 61, 117, 0.12);
}

.counter-box .counter-title {
  color: var(--theme-color);
  margin-bottom: 0;
}

.counter-box .counter-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
}

@media (max-width: 1399px) {
  .img-box1 {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .img-box1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 375px) {
  .feature-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.img-box2 {
  position: relative;
  padding-right: 56px;
}

.img-box2 img {
  border-radius: 10px;
}

.img-box2 .student-count {
  position: absolute;
  bottom: -50px;
  right: 0px;
}

.student-count {
  display: inline-block;
  background-color: var(--white-color);
  box-shadow: 0px 4px 18px rgba(158, 165, 177, 0.23);
  border-radius: 10px;
  padding: 20px 40px;
}

.avater-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 22px;
}

.avater-list .avater,
.avater-list .count {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--white-color);
  margin-left: -25px;
}

.avater-list .avater img,
.avater-list .count img {
  width: 100%;
  height: 100%;
}

.avater-list .count {
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

@media (max-width: 1500px) {
  .img-box2 .student-count {
    bottom: -60px;
    right: -12px;
  }
}

@media (max-width: 1399px) {
  .img-box2 {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .img-box2 {
    margin-bottom: 45px;
  }
}

.about-content {
  padding-bottom: 40px;
  padding-left: 56px;
  padding-top: 40px;
}

.img-box3 img {
  border-radius: 10px;
}

@media (max-width: 1399px) {
  .about-content {
    padding-bottom: 0;
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .about-content {
    padding-left: 0px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .main-logo {
    width: 265px !important;
  }
  .sub-logo {
    width: 55px;
  }
  .about-sec.bg-bottom-right {
    background-size: 240% 60%;
  }
}

@media (max-width: 575px) {
  .about-sec.bg-bottom-right {
    background-size: 240% 80%;
  }
}

.img-box5 {
  position: relative;
}

.img-box5 .img1 {
  text-align: center;
}

.img-box5 .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@media (max-width: 1199px) {
  .img-box5 {
    position: relative;
    margin-bottom: 40px;
  }
}

.img-box7 {
  position: relative;
  margin-right: 36px;
}

.img-box7 .img1,
.img-box7 .img2 {
  z-index: 2;
  position: relative;
}

.img-box7 .img1 {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}

.img-box7 .img2 {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: var(--white-color);
  padding: 10px 0 10px 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img-box7 .img2 img {
  border-radius: inherit;
}

.moto-box {
  box-shadow: 1px 0px 28px rgba(131, 139, 154, 0.19);
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 40px;
}

.moto-box-wrap {
  margin-top: -180px;
  position: relative;
  z-index: 2;
  --bs-gutter-y: 24px;
}

.moto-box_icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.moto-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.moto-box_icon::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(13, 94, 244, 0.07);
  z-index: -1;
  border-radius: 999px;
}

.moto-box_title {
  margin-top: -0.28em;
  font-size: 24px;
}

.moto-box_text {
  margin-bottom: -0.48em;
  max-width: 300px;
}

.moto-box:hover .moto-box_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (max-width: 1199px) {
  .img-box7 {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .img-box7 img {
    width: 100%;
  }
  .img-box7 .img1 {
    width: 70%;
  }
  .img-box7 .img2 {
    width: 40%;
  }
  .moto-box {
    padding: 40px 30px;
  }
  .moto-box-wrap {
    margin-top: 20px;
  }
}

.img-box8 {
  position: relative;
}

.img-box8 .img1 {
  text-align: center;
}

.img-box8 .img1 img {
  border-radius: 10px;
}

.img-box8 .img2 {
  border-radius: 10px;
  background-color: var(--white-color);
  padding-top: 10px;
  padding-left: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -60px;
}

.img-box8 .img2 img {
  border-radius: 10px;
}

.img-box8 .img3 {
  position: absolute;
  top: 80px;
  left: 0;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.img-box8 .img3 img {
  border-radius: 6px;
}

.img-box8 .shape {
  position: absolute;
  bottom: 0px;
  left: -100px;
  z-index: -1;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@media (max-width: 1199px) {
  .img-box8 {
    margin-bottom: 40px;
  }
  .img-box8 .img1 img {
    max-width: 560px;
  }
  .img-box8 .img3 img {
    width: 260px;
  }
}

@media (max-width: 991px) {
  .img-box8 .img1 img {
    max-width: 100%;
  }
  .img-box8 .img3 img {
    max-width: 100%;
    width: auto;
  }
}

.img-box9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.img-box9 .img2 {
  margin-bottom: 30px;
}

.img-box9 img {
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .img-box9 {
    margin-bottom: 25px;
  }
  .img-box9 img {
    width: 100%;
  }
  .img-box9 .img-group {
    width: 100%;
  }
  .img-box9 .img1 {
    width: 100%;
  }
}

.img-box4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding-left: 56px;
}

.img-box4 .img1,
.img-box4 .img2 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.img-box4 .img1 img,
.img-box4 .img2 img {
  width: 100%;
}

.img-box4 .img1 {
  margin-top: -50px;
}

.img-box4 .img2 {
  margin-top: 50px;
}

.img-box4 .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
  .big-shape {
    max-width: 60%;
  }
  .img-box4 {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .img-box4 {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .img-box4 {
    gap: 10px;
  }
}

.team-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.team-box .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 11px;
}

.team-box .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .team-content {
  background-color: #eee;
  border-radius: 10px;
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 95%;
  margin: 7px;
  text-align: center;
  padding: 20px 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .team-title {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -0.23em;
  font-weight: 500;
}

.team-box .team-title a {
  color: inherit;
}

.team-box .team-title a:hover {
  color: var(--theme-color);
}

.team-box .team-desig {
  color: var(--theme-color);
  display: block;
  font-family: var(--title-font);
  margin-bottom: -0.45em;
}

.team-box .as-social {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.team-box:hover .team-img img {
  -webkit-filter: grayscale(100) blur(0px) brightness(0.9);
  filter: grayscale(100) blur(0px) brightness(0.9);
}

.team-box:hover .team-content {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.team-box:hover .as-social {
  top: 30%;
  visibility: visible;
  opacity: 1;
}

#team-sec {
  background-position: center bottom;
  border-radius: 15px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .team-box {
    --space: 20px;
  }
}


.team-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.team-info1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.team-info .line {
  height: 16px;
  width: 1px;
  display: inline-block;
  background-color: #b3c1d3;
}

.team-info span {
  color: var(--title-color);
}

.team-info span i {
  color: var(--theme-color);
  margin-right: 8px;
}

.team-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
}

.team-card .team-img1 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 35px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 35px));
}

.team-card .team-img1 img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-card .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-card .team-title {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: -0.23em;
  font-weight: 600;
}

.team-card .team-title a {
  color: inherit;
}

.team-card .team-title a:hover {
  color: var(--theme-color);
}

.team-card .team-desig {
  color: var(--theme-color);
  display: block;
  font-family: var(--title-font);
  margin-bottom: -0.45em;
}

.team-card .team-content {
  background-color: #fff;
  padding: 20px;
  min-height: 100px;
  max-height: 100px;
}

.team-card .team-info {
  padding: 15px 25px;
  border-top: 1px solid #ecf1f9;
  font-weight: 500;
  background: #eee;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-top: 2px solid #e6e6e6;
  transition: ease-in-out 0.3s;
}

.team-card .team-info:before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #140342;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: ease-in-out 0.3s;
  z-index: -1;
  color: #fff;
}

.team-card:hover .team-info {
  color: #fff;
}

.team-card:hover .team-info:before {
  content: "";
  height: 250px;
  color: #fff;
}

.team-card .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  position: relative;
  z-index: 3;
}

.team-card .icon-btn:hover i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-card .icon-btn:hover i:before {
  content: "\f068";
}

.team-card .as-social {
  position: absolute;
  width: 45px;
  bottom: 50px;
  left: 2.5px;
}

.team-card .as-social a {
  margin-right: 0;
  margin-bottom: 5px;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.team-card .as-social a:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.team-card .as-social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-card .as-social a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-card .as-social a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-card .as-social a:hover {
  background-color: #6440fb;
  color: var(--white-color);
}

.team-card .as-social a {
  color: #140342;
}

.team-card .team-social {
  position: absolute;
  bottom: 160px;
  left: 30px;
}

.team-card .team-social:hover .as-social a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team-card .team-social:hover .as-social a:nth-child(4) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.team-card .team-social:hover .as-social a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-card .team-social:hover .as-social a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-card .team-social:hover .as-social a:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-card:hover .team-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.team-card:hover .team-img1 img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.team-card.style2 .team-social {
  bottom: 100px;
}

.team-grid {
  position: relative;
  overflow: hidden;
  background-color: var(--white-color);
  border: 1px solid #ecf1f9;
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
}

.team-grid .team-img {
  margin: -1px;
  overflow: hidden;
  position: relative;
}

.team-grid .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 350px !important;
}

.team-grid .team-img:before {
  content: "";
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(5, 10, 16, 0.0728) 55.88%,
    rgba(8, 18, 31, 0.91) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(5, 10, 16, 0.0728) 55.88%,
    rgba(8, 18, 31, 0.91) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.team-grid .team-content {
  text-align: center;
  position: absolute;
  bottom: 72px;
  left: 0;
  width: 100%;
  padding: 40px 15px;
  z-index: 3;
}

.team-grid .team-title {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -0.23em;
  font-weight: 600;
}

.team-grid .team-title a {
  color: inherit;
}

.team-grid .team-title a:hover {
  color: #fff;
}

.team-grid .team-desig {
  color: var(--white-color);
  display: block;
  font-family: var(--title-font);
  margin-bottom: -0.45em;
}

.team-grid .team-info {
  padding: 23px 40px;
}

.team-grid .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  position: relative;
  z-index: 3;
}

.team-grid .icon-btn:hover i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-grid .icon-btn:hover i:before {
  content: "\f068";
}

.team-grid:hover .team-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

@media (max-width: 1399px) {
  .team-grid .team-info {
    padding: 20px 25px;
  }
  .team-grid .team-content {
    padding: 30px 15px;
    bottom: 66px;
  }
}

@media (max-width: 767px) {
  .team-grid .team-info {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 430px) {
  .team-grid .team-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.team-details-img {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}

.about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-box .as-social a {
  border: 1px solid #dbe3ee;
  color: var(--body-color);
  border-radius: 3px;
  --icon-size: 34px;
  font-size: 13px;
}

.about-box .as-social a:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.about-info .title {
  font-size: 40px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.about-info .desig {
  display: block;
  color: var(--theme-color);
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.social-box .title {
  font-weight: 500;
  color: var(--title-color);
}

.about-quality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-color: #e0e0e0;
  margin-top: 38px;
}

.quality-box .quality-text {
  display: block;
}

.quality-box .quality-text i {
  color: var(--theme-color);
  margin-right: 10px;
}

.quality-box .quality-text a {
  color: var(--body-color);
}

.quality-box .quality-text a:hover {
  color: var(--theme-color);
}

@media (max-width: 1199px) {
  .team-details-img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .about-info .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-quality {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .quality-box {
    min-width: calc(50% - 8px);
  }
  .about-info .title {
    font-size: 32px;
  }
  .about-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 5px;
  }
}

@media (max-width: 575px) {
  .about-info .title {
    font-size: 28px;
    margin-bottom: 2px;
  }
}

.testi-card-slide .slick-arrow {
  --pos-x: -164px;
  top: 111%;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.testi-card-tab {
  border-bottom: 2px solid #284a75;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.testi-card-tab .tab-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  border-radius: 999px;
  overflow: hidden;
}

.testi-card-tab .tab-btn img {
  width: 100%;
}

.testi-card-tab .indicator {
  position: absolute;
  bottom: -2px;
  left: var(--pos-x);
  height: 2px;
  width: var(--width-set);
  background-color: var(--theme-color);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.testi-card_name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--white-color);
}

.testi-card_desig {
  margin-bottom: -0.491em;
  font-weight: 500;
  display: block;
  color: var(--theme-color);
}

.testi-card_text {
  font-size: 20px;
  margin-top: -0.4em;
  margin-bottom: 25px;
  color: var(--white-color);
}

@media (max-width: 991px) {
  .testi-card {
    text-align: center;
  }
  .testi-card-tab {
    margin-top: 50px;
    gap: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testi-card_text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .testi-card-tab {
    gap: 10px;
  }
  .testi-card_text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .testi-card-tab {
    gap: 5px;
  }
}

.testi-box {
  padding: 50px;
  background-color: var(--smoke-color);
  border-radius: 10px;
  overflow: hidden;
}

.testi-box_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.testi-box_img {
  min-width: 120px;
}

.testi-box_img img {
  border-radius: 10px;
}

.testi-box_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testi-box_name {
  font-size: 24px;
  margin-bottom: 3px;
  margin-top: -0.24em;
  font-weight: 500;
}

.testi-box_desig {
  color: var(--theme-color);
  margin-bottom: -0.45em;
  display: block;
}

.testi-box_text {
  font-size: 20px;
  font-family: var(--title-font);
  line-height: 1.5;
  margin-bottom: 0;
}

.testi-box_bottom {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dae5f0;
}

.testi-box_review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.testi-box_review i {
  font-size: 14px;
  color: var(--theme-color);
}

@media (max-width: 1199px) {
  .testi-box_img {
    min-width: 90px;
  }
}

@media (max-width: 991px) {
  .testi-box_img {
    min-width: 120px;
  }
}

@media (max-width: 767px) {
  .testi-box {
    padding: 40px 20px;
  }
  .testi-box_content {
    gap: 25px;
  }
  .testi-box_bottom {
    margin-top: 25px;
    padding-top: 30px;
  }
  .testi-box_text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .testi-box_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 375px) {
  .testi-box_name {
    font-size: 20px;
    margin-bottom: 0;
  }
  .testi-box_bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.testi-grid {
  background-color: transparent;
  border: 2px solid #0b2950;
  padding: 60px;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .testi-grid {
    padding: 50px 20px;
  }
}

.testi-grid_name {
  font-size: 24px;
  margin-bottom: 3px;
  margin-top: -0.24em;
  font-weight: 500;
  color: var(--white-color);
}

.testi-grid_desig {
  color: var(--theme-color);
  margin-bottom: -0.45em;
  display: block;
}

.testi-grid_text {
  font-size: 20px;
  font-family: var(--title-font);
  line-height: 1.5;
  margin-bottom: -0.4em;
  color: var(--light-color);
}

.testi-grid_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #29456a;
}

.testi-grid_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.testi-grid_avater {
  border-radius: 999px;
  overflow: hidden;
  width: 60px;
}

.testi-grid_review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.testi-grid_review i {
  font-size: 14px;
  color: var(--yellow-color);
}

.slick-center .testi-grid {
  background-color: #092141;
  border-color: #092141;
}

@media (max-width: 767px) {
  .testi-grid_text {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .testi-grid_name {
    font-size: 20px;
    margin-bottom: 0;
  }
  .testi-grid_avater {
    width: 50px;
  }
  .testi-grid_bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.testi-grid-style2 {
  background: var(--white-color);
  border: 1px solid #ecf1f9;
  box-shadow: 0px 9px 14px rgba(60, 79, 115, 0.04);
}

.testi-grid-style2 .testi-grid_text {
  color: var(--body-font);
}

.testi-grid-style2 .testi-grid_name {
  color: var(--title-color);
}

.testi-grid-style2 .testi-grid_bottom {
  border-color: #d0d7e3;
}

@media (max-width: 1199px) {
  .testi-grid-style2 {
    padding: 45px 20px;
  }
}

.counter-card {
  text-align: center;
  padding: 50px 0;
}

.counter-card-wrap {
  border-right: 1px solid;
  border-color: #2f78ff !important;
}

.counter-card-wrap:last-child {
  border-right: 0;
}

.counter-card_number {
  color: var(--white-color);
  margin-bottom: 6px;
  margin-top: -0.24em;
  font-weight: 600;
}

.counter-card_text {
  color: var(--white-color);
  display: block;
  margin-bottom: -0.2em;
  font-size: 24px;
}

.counter-card_text strong {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .counter-card {
    padding: 60px 0;
  }
  .counter-card-wrap:nth-child(1),
  .counter-card-wrap:nth-child(2) {
    border-bottom: 1px solid;
  }
  .counter-card-wrap:nth-child(2) {
    border-right: 0;
  }
  .counter-card_text {
    font-size: 20px;
    margin-bottom: -0.3em;
  }
}

@media (max-width: 767px) {
  .counter-card {
    padding: 40px 0;
  }
  .counter-card_number {
    margin-bottom: 0;
  }
  .counter-card_text {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .counter-card-wrap {
    border-right: 0 !important;
  }
  .counter-card-wrap:nth-child(3) {
    border-bottom: 1px solid;
  }
}

.counter-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.counter-grid_icon {
  min-width: 55px;
}

.counter-grid_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-grid_number {
  color: var(--theme-color);
  margin-bottom: 0;
  margin-top: -0.2em;
}

.counter-grid_text {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: -0.45em;
}

.counter-grid:hover .counter-grid_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.blog-meta.style2 span,
.blog-meta.style2 a {
  font-family: var(--body-font);
  margin-right: 25px;
  padding-right: 0;
  color: #6a6e71;
}

.blog-meta.style2 span:after,
.blog-meta.style2 a:after {
  display: none;
}

.blog-meta.style2 span:last-child,
.blog-meta.style2 a:last-child {
  margin-right: 0;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-grid {
  --space: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blog-grid-wrap {
  display: grid;
  grid-template-areas: "one one one one one one two two two two two two" "one one one one one one three three three three three three";
}

.blog-grid .tag {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color);
  background-color: #ecf3ff;
  padding: 5px 16px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
}

.blog-grid .blog-img {
  position: relative;
  min-width: 250px;
  height: 220px;
  overflow: hidden;
  margin: -1px;
}

.blog-grid .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-grid .blog-content {
  padding: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.blog-grid .blog-title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.417;
  font-weight: 600;
}

.blog-grid .blog-meta {
  margin-bottom: -0.4em;
}

.blog-grid:nth-child(1) {
  grid-area: one;
  margin-right: 12px;
  display: block;
  background-color: transparent;
}

.blog-grid:nth-child(1) .blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: var(--space);
  z-index: 2;
}

.blog-grid:nth-child(1) .blog-img {
  min-width: 100%;
  height: 100%;
}

.blog-grid:nth-child(1) .blog-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.06) 0%,
    #020f21 100%
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, #020f21 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-grid:nth-child(1) .category {
  top: var(--space);
  left: var(--space);
}

.blog-grid:nth-child(1) .blog-meta a,
.blog-grid:nth-child(1) .blog-meta span {
  color: var(--white-color);
}

.blog-grid:nth-child(1) .blog-meta a i,
.blog-grid:nth-child(1) .blog-meta span i {
  color: var(--white-color);
}

.blog-grid:nth-child(1) .blog-title {
  color: var(--white-color);
  font-size: 30px;
  line-height: 1.333;
}

.blog-grid:nth-child(1) .link-btn {
  color: var(--white-color);
}

.blog-grid:nth-child(1) .link-btn:before {
  background-color: var(--white-color);
}

.blog-grid:nth-child(2) {
  grid-area: two;
  margin-left: 12px;
  margin-bottom: 24px;
}

.blog-grid:nth-child(3) {
  grid-area: three;
  margin-left: 12px;
}

.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1399px) {
  .blog-grid {
    --space: 30px;
  }
  .blog-grid .blog-img {
    min-width: 225px;
    height: 225px;
  }
}

@media (max-width: 1299px) {
  .blog-grid .blog-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .blog-grid .blog-content {
    padding: 30px 20px;
  }
  .blog-grid:nth-child(1) .blog-title {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .blog-grid {
    --space: 60px;
  }
  .blog-grid-wrap {
    grid-template-areas: "one one one" "two two two" "three three three";
  }
  .blog-grid .blog-img {
    min-width: 400px;
    height: 250px;
  }
  .blog-grid .blog-content {
    padding: 30px;
  }
  .blog-grid:nth-child(1) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .blog-grid:nth-child(2) {
    margin-left: 0;
  }
  .blog-grid:nth-child(3) {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .blog-grid .blog-img {
    min-width: 250px;
    height: 210px;
  }
}

@media (max-width: 767px) {
  .blog-grid {
    --space: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-grid .blog-img {
    height: 100%;
  }
  .blog-grid .blog-content {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (max-width: 575px) {
  .blog-grid:nth-child(1) .blog-title {
    font-size: 22px;
  }
  .blog-grid:nth-child(1) .blog-img {
    min-height: 280px;
  }
}

@media (max-width: 375px) {
  .blog-grid .blog-title {
    font-size: 20px;
  }
  .blog-grid:nth-child(1) .blog-content {
    padding: 35px 15px;
  }
  .blog-grid:nth-child(1) .blog-title {
    font-size: 20px;
  }
  .blog-grid .blog-content {
    padding: 30px 15px;
  }
}

.blog-card {
  box-shadow: 0px 3px 0px #dfeaf4;
  border-radius: 10px;
  background-color: var(--white-color);
  overflow: hidden;
}

.blog-card .blog-title {
  font-size: 24px;
  margin-top: -0.23em;
  line-height: 1.417;
  font-weight: 500;
  margin-bottom: 20px;
}

.blog-card .blog-img {
  overflow: hidden;
}

.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-card .blog-content {
  padding: 40px;
}

.blog-card .blog-meta {
  margin-top: -0.4em;
  margin-bottom: 20px;
}

.blog-card .link-btn {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -0.2em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

@media (max-width: 991px) {
  .blog-card .blog-content {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .blog-card .blog-content {
    padding: 40px 40px;
  }
}

@media (max-width: 410px) {
  .blog-card .blog-content {
    padding: 40px 20px;
  }
}

@media (max-width: 375px) {
  .blog-card .blog-title {
    font-size: 20px;
  }
  .blog-card .blog-meta {
    margin-bottom: 15px;
  }
  .blog-card .blog-meta a,
  .blog-card .blog-meta span {
    margin-right: 15px;
    font-size: 14px;
  }
  .blog-card .blog-meta a:last-child,
  .blog-card .blog-meta span:last-child {
    margin-right: 0;
  }
  .blog-card .blog-meta a i,
  .blog-card .blog-meta span i {
    margin-right: 5px;
  }
}

.blog-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--bs-gutter-x);
  margin-bottom: var(--bs-gutter-x);
}

.blog-box .blog-title {
  font-size: 24px;
  margin-top: -0.28em;
  line-height: 1.417;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-box .blog-img {
  overflow: hidden;
  border-radius: 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.blog-box .blog-img img {
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-box .blog-meta {
  margin-top: -0.4em;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #d9d9d9;
}

.blog-box .blog-meta span,
.blog-box .blog-meta a {
  font-family: var(--title-font);
  margin-right: 20px;
}

.blog-box .blog-meta span:last-child,
.blog-box .blog-meta a:last-child {
  margin-right: 0;
}

.blog-box .blog-meta span i,
.blog-box .blog-meta a i {
  color: var(--body-color);
}

.blog-box .link-btn {
  margin-bottom: -0.2em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-box .as-btn {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.blog-box .as-btn::before {
  background-color: var(--white-color);
}

.blog-box .as-btn:hover {
  color: var(--white-color);
}

.blog-box .as-btn:hover::before {
  background-color: var(--theme-color);
}

.blog-box.style-big {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-box.style-big .blog-title {
  font-size: 36px;
  line-height: 1.278;
  margin-bottom: 25px;
  margin-top: 0;
}

.blog-box.style-big .blog-img {
  margin-bottom: 15px;
  min-width: 100%;
}

.blog-box.style-big .blog-img img {
  min-width: 100%;
}

@media (max-width: 767px) {
  .blog-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .blog-box .blog-img {
    width: 100%;
    height: 260px;
  }
  .blog-box.style-big .blog-img {
    height: auto;
  }
  .blog-box.style-big .blog-title {
    font-size: 26px;
    line-height: 1.378;
  }
}

@media (max-width: 375px) {
  .blog-box .blog-title {
    font-size: 20px;
  }
}

.blog-block {
  background: var(--white-color);
  box-shadow: 4px 7px 20px rgba(234, 237, 242, 0.7);
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}

.blog-block .blog-img {
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-block .blog-img img {
  width: 100%;
}

.blog-block .blog-title {
  font-size: 24px;
  margin-top: -0.28em;
  line-height: 1.417;
  font-weight: 500;
  margin-bottom: 16px;
}

.blog-block .blog-meta {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}

.blog-block .blog-meta:after {
  content: "";
  height: 1px;
  width: calc(100% + 60px);
  position: absolute;
  left: -30px;
  bottom: -1px;
  background-color: var(--border-color);
}

.blog-block .blog-meta a i,
.blog-block .blog-meta span i {
  color: var(--body-color);
}

.blog-block .blog-meta a:hover i,
.blog-block .blog-meta span:hover i {
  color: var(--theme-color);
}

.blog-block .link-btn {
  margin-bottom: -0.7em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-block:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .blog-block {
    padding: 20px 20px 30px 20px;
  }
}

@media (max-width: 767px) {
  .blog-block {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .blog-block {
    padding: 20px 20px 30px 20px;
  }
  .blog-block .blog-title {
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .blog-block .blog-img {
    margin-bottom: 20px;
  }
  .blog-block .blog-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .blog-block .blog-meta {
    padding-bottom: 15px;
    margin-bottom: 17px;
  }
  .blog-block .blog-meta a,
  .blog-block .blog-meta span {
    font-size: 14px;
    margin-right: 14px;
  }
  .blog-block .blog-meta a i,
  .blog-block .blog-meta span i {
    margin-right: 5px;
  }
}

.brand-box {
  text-align: center;
}

.brand-box-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 430px) {
  .brand-box-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.feature-card {
  padding: 45px 30px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 21px rgba(179, 193, 219, 0.15);
  border-radius: 10px;
  text-align: center;
}

.feature-card-wrap:nth-child(even) {
  -webkit-transform: translateY(24px);
  -ms-transform: translateY(24px);
  transform: translateY(24px);
}

.feature-card_icon {
  margin-bottom: 25px;
}

.feature-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card_title {
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: -0.28em;
  font-weight: 600;
}

.feature-card_text {
  margin-bottom: -0.45em;
}

.feature-card:hover .feature-card_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .feature-card-wrap:nth-child(even) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.feature-grid {
  padding: 60px 50px;
  border-radius: 10px;
  text-align: center;
  border: 2px solid #0b2950;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-grid_icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 40px auto;
}

.feature-grid_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-grid_title {
  font-size: 24px;
  margin-bottom: 14px;
  margin-top: -0.28em;
  font-weight: 600;
  color: var(--white-color);
}

.feature-grid_text {
  margin-bottom: -0.48em;
  color: var(--light-color);
}

.feature-grid:hover {
  background-color: #092141;
}

.feature-grid:hover .feature-grid_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (max-width: 1199px) {
  .feature-grid {
    padding: 45px 15px;
  }
  .feature-grid_icon {
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .feature-grid_text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.video-btn {
  font-size: 36px;
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 42px 57px;
}

.video-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

@media (max-width: 767px) {
  .video-btn {
    font-size: 24px;
    padding: 22px 37px;
  }
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist li {
  color: var(--title-color);
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}

.checklist li:before {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checklist li:first-child {
  margin-top: -0.5em;
}

.checklist li:last-child {
  margin-bottom: -0.5em;
}

.checklist .check-text {
  margin-bottom: 0;
}

.checklist .check-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.checklist.style2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1399px) {
  .checklist.style2 ul {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .checklist.style2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.checklist.style2 li {
  color: var(--body-color);
  padding-left: 40px;
  margin-bottom: 0;
}

.checklist.style2 li:before {
  font-size: 24px;
  top: 5px;
}

.checklist.style2 li:first-child {
  margin-top: 0;
}

.checklist.style3 li {
  font-family: var(--body-font);
  font-weight: 400;
}

.checklist.style3 li:before {
  content: "\f14a";
  font-size: 22px;
}

.checklist.style4 li {
  font-family: var(--body-font);
  font-weight: 400;
}

.checklist.style4 li:before {
  content: "\f00c";
  font-size: 18px;
}

@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}

@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.notification-box {
  background-color: var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 5px 30px #e7ebf0;
  border-radius: 10px;
  padding: 40px;
  gap: 30px;
  position: relative;
  z-index: 3;
}

.notification-box .as-btn {
  margin-left: auto;
}

.notification-box .notification-title {
  margin-bottom: 6px;
}

.notification-box .notification-text {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .notification-box {
    padding: 25px;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .notification-box {
    padding: 35px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .notification-box .notification-content {
    text-align: center;
  }
  .notification-box .as-btn {
    margin-left: unset;
  }
}

.course-form input,
.course-form select {
  background-color: transparent;
  border-color: #29375f;
  color: var(--white-color);
  height: 55px;
}

.course-form input::-moz-placeholder,
.course-form select::-moz-placeholder {
  color: var(--white-color);
}

.course-form input::-webkit-input-placeholder,
.course-form select::-webkit-input-placeholder {
  color: var(--white-color);
}

.course-form input:-ms-input-placeholder,
.course-form select:-ms-input-placeholder {
  color: var(--white-color);
}

.course-form input::-webkit-input-placeholder,
.course-form select::-webkit-input-placeholder {
  color: var(--white-color);
}

.course-form input::-moz-placeholder,
.course-form select::-moz-placeholder {
  color: var(--white-color);
}

.course-form input:-ms-input-placeholder,
.course-form select:-ms-input-placeholder {
  color: var(--white-color);
}

.course-form input::-ms-input-placeholder,
.course-form select::-ms-input-placeholder {
  color: var(--white-color);
}

.course-form input::placeholder,
.course-form select::placeholder {
  color: var(--white-color);
}

.course-form input:focus,
.course-form select:focus {
  border-color: var(--theme-color);
}

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
}

.img-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 48%;
}

.img-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top right;
}

@media (max-width: 1199px) {
  .img-left {
    position: relative;
    width: 100%;
  }
}

.insta-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.insta-box .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.insta-box img {
  width: 100%;
}

.insta-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #001d52;
  position: absolute;
  inset: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
}

.insta-box:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 0.6;
}

.insta-box:hover .icon-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.as-box {
  text-align: center;
}

.as-box_img {
  margin-bottom: -110px;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  padding-top: 30px;
}

@media (max-width: 575px) {
  .as-box_img {
    margin-bottom: -68px;
  }
}

.as-box_img:before,
.as-box_img:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
  border-width: 9px 15px 0 15px;
  border-style: solid;
  border-color: var(--theme-color);
  border-radius: 999px;
}

.as-box_img::after {
  border: none;
  top: 9px;
  left: 13px;
  width: calc(100% - 26px);
}

.as-box_content {
  padding: 110px 30px 30px;
  background-color: #ffffff;
  border-radius: 15px;
}

@media (max-width: 575px) {
  .as-box_content {
    padding: 100px 20px 45px 20px;
  }
}

.as-box_text {
  max-width: 450px;
}

.as-box.theme2 {
  --theme-color: #f20f10;
  --smoke-color: #fff3f3;
}

.as-box.theme2 .as-btn {
  box-shadow: 0px 6px 16px rgba(242, 15, 16, 0.24);
}

.as-video {
  position: relative;
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 4px 16px #ebeef3;
  padding: 20px;
}

.as-video img {
  border-radius: inherit;
  width: 100%;
}

.as-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.as-video .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.as-video .play-btn:after,
.as-video .play-btn:before {
  background-color: var(--theme-color);
}

.as-video .youtubeplay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.as-video .youtubeplay-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.as-video .youtubeplay-btn:after,
.as-video .youtubeplay-btn:before {
  background-color: var(--theme-color);
}

@media (max-width: 1199px) {
  p.mb-30 {
    margin-bottom: 25px;
  }
  p.mb-35 {
    margin-bottom: 28px;
  }
  p.mb-40 {
    margin-bottom: 32px;
  }
  p.mb-45 {
    margin-bottom: 35px;
  }
}

.img-box6 {
  position: relative;
  padding-right: 56px;
}

.img-box6 .img1,
.img-box6 .img2 {
  z-index: 2;
  position: relative;
}

.img-box6 .img1 {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}

.img-box6 .img2 {
  z-index: 4;
  margin-top: -27%;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: var(--smoke-color);
  padding-left: 10px;
  padding-top: 10px;
}

.img-box6 .img2 img {
  border-radius: inherit;
}

.img-box6 .shape1,
.img-box6 .shape2 {
  position: absolute;
}

.img-box6 .shape1 {
  bottom: 70px;
  left: 20%;
  z-index: 3;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.img-box6 .shape2 {
  top: 70px;
  left: -70px;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  background-color: #f3f7fb;
  padding: 30px;
  border-radius: 10px;
  max-width: 560px;
  margin-bottom: 24px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.check-box:nth-of-type(even) {
  margin-left: auto;
}

.check-box:last-of-type {
  margin-bottom: 0;
}

.check-box .icon i {
  font-size: 22px;
  color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.check-box .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -0.28em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.check-box .text {
  margin-bottom: -0.48em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.check-box:hover {
  background-color: var(--theme-color);
}

.check-box:hover .title,
.check-box:hover .text {
  color: var(--white-color);
}

.check-box:hover .icon i {
  color: var(--white-color);
}

@media (max-width: 1399px) {
  .img-box6 {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .img-box6 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .img-box6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .check-box {
    padding: 30px 15px;
  }
  .check-box .title {
    font-size: 20px;
    margin-top: -0.2em;
  }
}

.tab-menu1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.tab-menu1 button {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  background-color: var(--white-color);
  padding: 9.5px 30px;
  box-shadow: 0px 4px 10px rgba(107, 131, 174, 0.04);
  border-radius: 999px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tab-menu1 button:hover {
  color: var(--theme-color);
}

.tab-menu1 button.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}

@media (max-width: 1399px) {
  .tab-menu1 {
    gap: 10px;
  }
  .tab-menu1 button {
    padding: 9.5px 25px;
  }
}

@media (max-width: 1199px) {
  .tab-menu1 {
    margin-bottom: 30px;
  }
  .tab-menu1 button {
    font-size: 13px;
    padding: 7px 17px;
  }
}

.tab-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: -0.4em;
}

.tab-menu2 button {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  line-height: 1.556;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 8px 30px;
}

.tab-menu2 button:hover {
  color: var(--theme-color);
}

.tab-menu2 button.active {
  color: #fff;
  background-color: var(--theme-color);
}

.tab-menu2 button.active:before,
.tab-menu2 button.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.tab-menu2 button.active:before {
  bottom: calc(100% + 9px);
}

.tab-menu2 button.active:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.journal-tab-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: -0.4em;
}

.journal-tab-menu2 button {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  line-height: 1.556;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 8px 30px;
  background-color: #fff;
}

.journal-tab-menu2 button:hover {
  border: 2px solid #0065c3;
}

.journal-tab-menu2 button.active {
  color: #fff;
  background-color: var(--theme-color);
}

.journal-tab-menu2 button.active:before,
.journal-tab-menu2 button.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.journal-tab-menu2 button.active:before {
  bottom: calc(100% + 9px);
}

.journal-tab-menu2 button.active:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.gallery-img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.gallery-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0a2548;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.gallery-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.gallery-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.gallery-card {
  position: relative;
}

.gallery-card .gallery-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.gallery-card .gallery-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
}

.gallery-card .gallery-tag {
  color: var(--white-color);
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.gallery-card:hover .gallery-img:before {
  visibility: visible;
  opacity: 0.8;
}

.gallery-card:hover .gallery-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.gallery-card:hover .gallery-btn {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.gallery-card:hover .gallery-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .gallery-card .gallery-tag {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .gallery-img img {
    min-height: 320px;
    object-fit: cover;
  }
}

.accordion-card {
  margin-bottom: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: var(--white-color);
  box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
  border-radius: 5px;
  padding: 15px 60px 15px 25px;
  min-height: 50px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.accordion-card .accordion-button:after {
  content: "\f067";
  width: 55px;
  height: 55px;
  height: 100%;
  line-height: 1;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 900;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f068";
  color: var(--white-color);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
  border-radius: 0 0 5px 5px;
  background-color: var(--white-color);
  padding: 23px 25px 30px 25px;
}

.accordion-card .faq-text {
  margin-bottom: -0.48em;
}

.accordion-card .faq-img {
  height: 100%;
}

.accordion-card .faq-img img {
  height: 100%;
  object-fit: cover;
}

.accordion-card:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

.cta-content {
  padding: 80px 0 80px 80px;
}

.cta-wrap {
  background-color: var(--white-color);
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 40px rgba(15, 27, 49, 0.12);
}

.cta-img {
  height: 100%;
}

.cta-img img {
  height: 100%;
  width: 100%;
}

@media (max-width: 1199px) {
  .cta-content {
    padding: 40px 0 40px 20px;
  }
}

.cta-card {
  padding: 60px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .cta-card {
    padding: 45px 15px;
  }
}

.course-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.417;
}

.course-title a {
  color: inherit;
}

.course-title a:hover {
  color: var(--theme-color);
}

.course-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.course-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.course-img .tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-weight: bold;
  font-size: 14px;
  font-family: var(--body-font);
  padding: 0 17px;
  border-radius: 999px;
}

.course-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.author-info img {
  border-radius: 999px;
}

.author-info .author-name {
  font-size: 18px;
  color: var(--body-color);
  display: block;
}

.author-info .author-name:hover {
  color: var(--theme-color) !important;
}

.author-info .desig {
  display: block;
  font-size: 13px;
  color: var(--theme-color);
  line-height: 1;
}

.author-info .info .author-name {
  color: var(--title-color);
  font-weight: 500;
  margin-top: -0.2em;
}

.course-rating {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-family: var(--body-font);
  gap: 3px;
}

.course-rating .star-rating {
  width: 75px;
  font-size: 11px;
}

.course-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course-meta a,
.course-meta span {
  font-size: 12px;
}

.course-meta a i,
.course-meta span i {
  margin-right: 5px;
}

.course-box {
  border-radius: 10px;
  background-color: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: var(--box-space-x, 30px) var(--box-space-x, 30px) 0
    var(--box-space-x, 30px);
  overflow: hidden;
}

.course-box .course-img {
  margin-bottom: 20px;
}

.course-box .course-title {
  margin-bottom: 21px;
}

.course-box .course-meta {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #d0d7e3;
}

.course-box:hover:hover {
  box-shadow: 0px 3px 0px #dfeaf4;
}

.course-box:hover .course-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.course-box.style4 {
  box-shadow: none;
  border: none;
  border: 1px solid #ecf1f9;
  box-shadow: 0px 9px 14px #fbfbfb;
}

@media (max-width: 1199px) {
  .course-author .author-name {
    font-size: 16px;
  }
  .course-box {
    --box-space-x: 20px;
  }
  .course-box .course-meta {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .course-box .course-title {
    margin-bottom: 15px;
  }
  .course-box.style2 .course-author {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .course-box {
    --box-space-x: 30px;
  }
  .course-box .course-meta {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .course-box {
    --box-space-x: 20px;
  }
  .course-box .course-meta {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.course-box.style2 {
  box-shadow: 0px 3px 0px #dfeaf4;
}

.course-box.style2 .course-meta a,
.course-box.style2 .course-meta span {
  font-size: 16px;
}

.course-box.style2 .course-author {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .course-box.style2 .course-author {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .course-box.style2 .course-meta a,
  .course-box.style2 .course-meta span {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .course-box.style2 .course-title {
    font-size: 20px;
  }
  .course-box.style2 .author-info img {
    max-width: 35px;
  }
  .course-box.style2 .course-meta a,
  .course-box.style2 .course-meta span {
    font-size: 12px;
  }
}

.course-box.style3 {
  background-color: var(--smoke-color);
  border-radius: 10px;
  padding: 0;
}

.course-box.style3 .course-meta a,
.course-box.style3 .course-meta span {
  font-size: 16px;
}

.course-box.style3 .course-title {
  font-weight: 600;
}

.course-box.style3 .course-content {
  padding: 12px 40px 0 40px;
}

.course-box.style3 .course-author {
  margin-bottom: 30px;
}

.course-box.style3 .course-img {
  border-radius: 0;
}

.course-box.style3 .tag {
  top: 30px;
  right: 30px;
}

.course-box.style3:hover {
  box-shadow: none;
}

@media (max-width: 1399px) {
  .course-box.style3 .course-content {
    padding: 2px 30px 0 30px;
  }
  .course-box.style3 .course-author {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  .course-box.style3 .course-meta {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 991px) {
  .course-box.style3 .course-meta a,
  .course-box.style3 .course-meta span {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .course-box.style3 .course-content {
    padding: 0px 20px 0 20px;
  }
  .course-box.style3 .course-title {
    font-size: 20px;
  }
  .course-box.style3 .author-info img {
    max-width: 35px;
  }
  .course-box.style3 .course-meta {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .course-box.style3 .course-meta a,
  .course-box.style3 .course-meta span {
    font-size: 12px;
  }
}

.course-sec {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.course-sec .bg-shape {
  position: absolute;
  top: 180px;
  left: 0;
  border-radius: 10px;
  height: calc(100% - 180px);
  width: 100%;
}

.meta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.meta-box i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: 3px 3px 0px rgb(13 94 244 / 24%);
  border-radius: 5px;
}

.meta-box .text {
  font-size: 16px;
  color: var(--title-color);
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}

.meta-box .number {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 16px;
}

.course-img {
  position: relative;
}

.course-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.course-img .play-btn:after,
.course-img .play-btn:before {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.course-img .youtubeplay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.course-img .youtubeplay-btn:after,
.course-img .youtubeplay-btn:before {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.course-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.course-grid:last-of-type {
  margin-bottom: 0;
}

.course-grid .course-img {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 60%;
  position: relative;
  height: 392px;
}

.course-grid .course-img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  object-fit: cover;
}

.course-grid .course-img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0d2139;
  opacity: 0.2;
}

.course-grid .course-content {
  background-color: var(--white-color);
  min-width: 50%;
  box-shadow: 0px 4px 29px rgba(152, 170, 204, 0.15);
  border-radius: 10px;
  padding: 70px;
  position: absolute;
  bottom: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.course-grid .course-title {
  font-size: 30px;
  font-weight: 600;
  margin-top: -0.3em;
  margin-bottom: 2px;
}

.course-grid .course-author {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #d0d7e3;
}

.course-grid:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.course-grid:nth-of-type(even) .course-content {
  right: unset;
  left: 0;
}

@media (max-width: 1399px) {
  .course-grid .course-img {
    min-width: auto;
  }
  .course-grid .course-img img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .course-grid .course-img {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .course-grid .course-img {
    width: 80%;
  }
  .course-grid .course-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    padding: 30px;
  }
  .course-img .play-btn {
    -webkit-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
  }
  .course-img .youtubeplay-btn {
    -webkit-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
  }
}

@media (max-width: 767px) {
  .course-grid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .course-grid .course-img {
    width: 100%;
    height: 280px;
  }
  .course-grid .course-content {
    bottom: unset;
    top: -20px;
    padding: 30px 15px;
    position: relative;
  }
  .course-img .play-btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .course-img .youtubeplay-btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 575px) {
  .course-meta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .meta-box i {
    display: none;
  }
}

@media (max-width: 375px) {
  .course-grid .course-title {
    font-size: 24px;
    margin-bottom: 9px;
    line-height: 1.3;
  }
}

.video-course {
  --box-space: 30px;
  text-align: center;
}

.video-course .course-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.video-course .course-img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #11213d 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #11213d 100%);
  z-index: 1;
}

.video-course .play-btn {
  --icon-size: 70px;
  font-size: 1em;
  color: var(--white-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-course .play-btn > i {
  border: 2px solid;
  background-color: transparent;
  color: var(--white-color);
}

.video-course .play-btn:after,
.video-course .play-btn:before {
  background-color: transparent;
  border: 2px solid;
}

.video-course .play-btn:hover > i {
  color: var(--theme-color);
}

.video-course .play-btn:hover:after,
.video-course .play-btn:hover:before {
  border-color: var(--theme-color);
}

.video-course .youtubeplay-btn {
  --icon-size: 70px;
  font-size: 1em;
  color: var(--white-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-course .youtubeplay-btn > i {
  border: 2px solid;
  background-color: transparent;
  color: var(--white-color);
}

.video-course .youtubeplay-btn:after,
.video-course .youtubeplay-btn:before {
  background-color: transparent;
  border: 2px solid;
}

.video-course .youtubeplay-btn:hover > i {
  color: var(--theme-color);
}

.video-course .youtubeplay-btn:hover:after,
.video-course .youtubeplay-btn:hover:before {
  border-color: var(--theme-color);
}

.video-course .tag {
  top: 30px;
  right: 30px;
}

.video-course .course-content {
  max-width: calc(100% - var(--box-space) * 2);
  margin-left: auto;
  margin-right: auto;
  background: var(--white-color);
  border: 1px solid #ecf1f9;
  box-shadow: 4px 4px 1px rgb(242 242 242);
  border-radius: 10px;
  margin-top: -54px;
  padding: 30px 15px;
  position: relative;
  z-index: 3;
  display: flex;
  height: 110px;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
}

.video-course:hover .course-content {
  box-shadow: 0px 0px 0px rgb(242 242 242);
}

.video-course .course-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: -0.28em;
}

.video-course .author-name {
  display: block;
  margin-bottom: -0.45em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.video-course:hover .course-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.course-result-count {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  display: inline-block;
}

@media (max-width: 575px) {
  .course-result-count {
    font-size: 16px;
  }
}

.course-list {
  box-shadow: 0px 9px 14px #fbfbfb;
}

.course-list .course-content {
  max-width: 730px;
}

.course-list .course-img .tag {
  right: unset;
  left: 20px;
}

.course-list .course-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.333;
}

.course-list .course-meta {
  max-width: 560px;
}

.course-list .course-author {
  max-width: 360px;
  margin-bottom: 17px;
}

.course-list .course-text {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .course-list .course-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .course-list .course-author {
    max-width: 360px;
    margin-bottom: 10px;
  }
  .course-list .course-text {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .course-list .course-author {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3px 10px;
  }
}

.course-tags a {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 999px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.course-tags a:hover {
  background-color: var(--theme-color2);
}

.course-single-meta > span,
.course-single-meta > a,
.course-single-meta > div {
  display: inline-block;
  margin-right: 15px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  position: relative;
}

.course-single-meta > span:after,
.course-single-meta > a:after,
.course-single-meta > div:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d3dbeb;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course-single-meta > span:last-child,
.course-single-meta > a:last-child,
.course-single-meta > div:last-child {
  margin-right: 0;
  padding-right: 0;
}

.course-single-meta > span:last-child:after,
.course-single-meta > a:last-child:after,
.course-single-meta > div:last-child:after {
  display: none;
}

.course-single-meta > span i,
.course-single-meta > a i,
.course-single-meta > div i {
  margin-right: 10px;
  color: var(--theme-color);
}

.course-single-meta > span img,
.course-single-meta > a img,
.course-single-meta > div img {
  margin-right: 10px;
  border-radius: 99px;
}

.course-single-meta a:hover {
  color: var(--theme-color);
}

.course-single-meta .course-rating {
  top: 3px;
}

.course-single-meta .course-rating .star-rating {
  width: 100px;
  font-size: 15px !important;
}

.course-tab {
  gap: 1px;
  position: relative;
}

.course-tab .nav-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--smoke-color);
  padding: 20px 20px;
  color: var(--body-color);
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid transparent;
}

.course-tab .nav-link.active {
  color: #fff;
  border: 1px solid transparent;
  background-color: #0065c3;
  border-radius: 10px;
}

.course-tab .nav-link:hover {
  color: #000;
  border: 1px solid #0065c3;
  background-color: #f3f7fb;
}

.course-tab .nav-link i {
  margin-right: 8px;
}

.course-tab .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px;
}

.course-tab .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px !important;
  background-color: transparent;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.author-meta {
  margin-bottom: 18px;
}

.author-meta a,
.author-meta span {
  color: var(--title-color);
  margin-right: 20px;
  font-weight: 500;
}

.author-meta a i,
.author-meta span i {
  margin-right: 8px;
  color: var(--theme-color);
}

.author-meta a:hover,
.author-meta span:hover {
  color: var(--theme-color);
}

.author-meta a:last-child,
.author-meta span:last-child {
  margin-right: 0;
}

.course-description {
  padding: var(--blog-space-y, 35px) var(--blog-space-x, 40px);
  border: 2px solid #0065c3;
  border-radius: 10px;
}

.course-description > p:last-of-type {
  margin-bottom: 0;
}

.course-curriculam {
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
}

.course-instructor {
  padding: 0 var(--blog-space-x, 40px) 0 var(--blog-space-x, 40px);
}

.course-Reviews .as-comments-wrap {
  margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
}

.course-Reviews .as-comment-form {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 0;
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  margin-left: -1px;
  margin-right: -1px;
}

.course-single-top {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
}

.course-single .course-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.278;
  margin-bottom: 28px;
}

.course-single .course-img {
  margin-bottom: var(--blog-space-y, 40px);
}

.course-single .course-tags {
  margin-bottom: 15px;
}

.course-single-bottom {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  border-radius: 10px;
  padding-bottom: 0;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .course-single {
    --blog-space-x: 20px;
  }
  .course-single .course-title {
    font-size: 30px;
  }
  .course-single-meta .text-theme {
    display: none;
  }
  .course-single-meta > a,
  .course-single-meta > span,
  .course-single-meta > div {
    font-size: 14px;
    margin-right: 5px;
    padding-right: 10px;
  }
  .course-author-box .auhtor-img {
    min-height: 100%;
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .course-single {
    --blog-space-x: 40px;
  }
}

@media (max-width: 767px) {
  .course-single {
    --blog-space-x: 20px;
  }
  .course-single .course-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .course-single .course-img {
    margin-bottom: 25px;
  }
  .course-single .course-img img {
    min-height: 230px;
    object-fit: cover;
  }
  .course-tab .nav-link i {
    margin-right: 0;
    display: block;
  }
  .course-single-meta > a,
  .course-single-meta > span,
  .course-single-meta > div {
    padding-right: 5px;
  }
  .course-single-meta > a i,
  .course-single-meta > span i,
  .course-single-meta > div i {
    margin-right: 5px;
  }
  .course-single-meta > a:after,
  .course-single-meta > span:after,
  .course-single-meta > div:after {
    display: none;
  }
  .course-author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .course-author-box .auhtor-img {
    min-height: 100%;
    max-width: 100%;
  }
  .course-author-box .auhtor-img img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .course-tab .nav-link {
    padding: 12px;
  }
  .course-author-box .media-body {
    padding: 35px 20px 35px 20px;
  }
}

@media (max-width: 460px) {
  .course-tab .nav-item {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

@media (max-width: 375px) {
  .course-single .course-title {
    font-size: 20px;
  }
}

.process-card {
  text-align: center;
  max-width: 290px;
  margin: 0 auto 0 auto;
}

.process-card-wrap {
  border-right: 1px dashed #d0d7e3;
  margin-bottom: 40px;
}

.process-card-wrap:last-child {
  border-right: none;
}

.process-card_img {
  margin-bottom: 25px;
}

.process-card_img img {
  border-radius: 999px;
}

.process-card_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.process-card_text {
  margin-bottom: -0.5em;
}

@media (max-width: 991px) {
  .process-card-wrap:nth-child(2n) {
    border-right: none;
  }
  .process-card_img {
    margin-bottom: 20px;
  }
}

.event-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 20px;
}

.event-meta p,
.event-meta span,
.event-meta a {
  margin-bottom: 0;
  font-size: 14px;
}

.event-meta p i,
.event-meta span i,
.event-meta a i {
  margin-right: 5px;
}

.event-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.event-author .avater {
  max-width: 45px;
  border-radius: 999px;
  overflow: hidden;
}

.event-author .author-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
}

.event-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
  position: relative;
  padding: 30px 15px 30px 0;
  border-radius: 10px;
  background-color: var(--white-color);
  z-index: 2;
}

.event-card:before {
  content: "";
  height: 100%;
  width: calc(100% - 75px);
  position: absolute;
  top: 0;
  left: 75px;
  border: 1px solid var(--border-color);
  border-radius: inherit;
  z-index: -1;
}

.event-card_img {
  border-radius: 10px;
  overflow: hidden;
}

.event-card_img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.event-card .event-meta {
  margin-top: -0.3em;
  margin-bottom: 10px;
}

.event-card_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 28px;
}

.event-card_title a {
  color: inherit;
}

.event-card_title a:hover {
  color: var(--theme-color);
}

.event-card_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.event-card .as-btn {
  padding: 15.5px 27px;
}

.event-card:hover .event-card_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .event-card {
    padding: 20px 15px 20px 0;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .event-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .event-card::before {
    left: 0;
    top: 35px;
    width: 100%;
    height: calc(100% - 35px);
  }
  .event-card_content {
    padding: 0 20px 25px 20px;
  }
  .event-card_title {
    margin-bottom: 20px;
  }
}

.event-details .event-img {
  border-radius: 10px;
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}

.event-details .event-img img {
  min-height: 300px;
  object-fit: cover;
}

.event-details .checklist ul li {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.event-details .checklist ul li:before {
  font-weight: 400;
}

.category-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.category-card_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  background-color: #dee9fe;
  border-radius: 999px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.category-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.category-card_content {
  margin-bottom: -0.45em;
}

.category-card_title {
  font-size: 24px;
  font-weight: 500;
  margin-top: -0.23em;
}

.category-card_title a {
  color: inherit;
}

.category-card_title a:hover {
  color: var(--theme-color);
}

.category-card_text {
  margin-bottom: 12px;
}

.category-card:hover .category-card_icon {
  background-color: var(--theme-color);
}

.category-card:hover .category-card_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .category-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
  }
  .category-card_content {
    text-align: center;
  }
  .category-card_title {
    margin-bottom: 10px;
  }
  .category-card_text {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}

.category-list:before {
  content: "";
  background-color: var(--theme-color);
  width: 0;
  height: 0;
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  z-index: -1;
}

.category-list_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  background-color: #ebf2ff;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-right: 15px;
}

.category-list_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.category-list .icon-btn {
  margin-left: auto;
  min-width: 50px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.category-list_title {
  font-size: 24px;
  font-weight: 500;
  margin-top: -0.23em;
  margin-bottom: 2px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.category-list_title a {
  color: inherit;
  -webkit-transition: 0s;
  transition: 0s;
}

.category-list_text {
  display: block;
  margin-bottom: -0.4em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.category-list:hover:before {
  width: 100%;
  height: 100%;
}

.category-list:hover .category-list_title {
  color: var(--white-color);
}

.category-list:hover .category-list_text {
  color: var(--white-color);
}

.category-list:hover .icon-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: var(--white-color);
}

@media (max-width: 1399px) {
  .category-list_title {
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .category-list {
    padding: 15px;
  }
  .category-list_title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: -0.1em;
    font-weight: 600;
  }
  .category-list_text {
    font-size: 14px;
  }
  .category-list_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    margin-right: 7px;
  }
}

.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

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

.pt-5 {
  padding-top: 5px;
}

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

.pt-15 {
  padding-top: 15px;
}

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

.pt-25 {
  padding-top: 25px;
}

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

.pt-35 {
  padding-top: 35px;
}

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

.pt-45 {
  padding-top: 45px;
}

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

.pb-5 {
  padding-bottom: 5px;
}

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

.pb-15 {
  padding-bottom: 15px;
}

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

.pb-25 {
  padding-bottom: 25px;
}

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

.pb-35 {
  padding-bottom: 35px;
}

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

.pb-45 {
  padding-bottom: 45px;
}

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

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

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

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

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

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

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

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

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

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

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

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

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

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

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

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

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

.mt-15 {
  margin-top: 15px;
}

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

.mt-25 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 35px;
}

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

.mt-45 {
  margin-top: 45px;
}

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

.mb-5 {
  margin-bottom: 5px;
}

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

.mb-15 {
  margin-bottom: 15px;
}

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

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-35 {
  margin-bottom: 35px;
}

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

.mb-45 {
  margin-bottom: 45px;
}

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

.ml-5 {
  margin-left: 5px;
}

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

.ml-15 {
  margin-left: 15px;
}

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

.ml-25 {
  margin-left: 25px;
}

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

.ml-35 {
  margin-left: 35px;
}

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

.ml-45 {
  margin-left: 45px;
}

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

.mr-5 {
  margin-right: 5px;
}

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

.mr-15 {
  margin-right: 15px;
}

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

.mr-25 {
  margin-right: 25px;
}

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

.mr-35 {
  margin-right: 35px;
}

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

.mr-45 {
  margin-right: 45px;
}

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

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

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.6rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: 6rem !important;
}

.space,
.space-bottom {
  padding-bottom: 6rem !important;
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

.as-btn.style6 {
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: none;
}

.as-btn.style6:before {
  background-color: var(--smoke-color);
}

.as-btn.style6:hover {
  color: var(--white-color);
}

.as-btn.style6:hover:before {
  background-color: var(--title-color);
}

.video-link .play-btn {
  --icon-size: 56px;
  margin-right: 20px;
}

.video-link .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.video-link .play-btn:before,
.video-link .play-btn:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.video-link .youtubeplay-btn {
  --icon-size: 56px;
  margin-right: 20px;
}

.video-link .youtubeplay-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.video-link .youtubeplay-btn:before,
.video-link .youtubeplay-btn:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.video-link .btn-text {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
  text-transform: uppercase;
  color: var(--white-color);
}

.video-link:hover .btn-text {
  color: var(--theme-color);
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.main-menu a .new-label {
  font-size: 13px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

.dept-menu a .new-label {
  font-size: 13px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

.header-link {
  display: inline-block;
  color: var(--white-color);
  margin-right: 40px;
}

.header-link:last-child {
  margin-right: 0;
}

.header-link:hover {
  color: var(--theme-color);
}

.header-link .icon-btn {
  margin-right: 10px;
  font-size: 14px;
  border: none;
}

.icon-btn.style2 {
  background-color: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  line-height: 42px;
}

.icon-btn.style2:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.header-layout5 .top-area {
  background-color: var(--title-color);
}

.header-layout5 .header-top {
  padding: 12px 0;
  --body-color: #fff;
  border-bottom: 1px solid #202c3c;
}

.header-layout5 .header-top a,
.header-layout5 .header-top li,
.header-layout5 .header-top p,
.header-layout5 .header-top span,
.header-layout5 .header-top i {
  color: var(--white-color);
}

.header-layout5 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout5 .menu-top {
  padding: 20px 0;
}

.header-layout5 .menu-top .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout5 .header-link {
  color: var(--white-color);
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #202c3c;
}

.header-layout5 .header-link:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.header-layout5 .header-link:hover {
  color: var(--theme-color);
}

.header-layout5 .as-social a {
  background-color: #0f2239;
  border: 1px solid #4d5765;
  color: var(--white-color);
}

.header-layout5 .as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.header-layout5 .simple-icon {
  color: var(--white-color);
}

.header-layout5 .dropdown-menu {
  --body-color: #74787c;
}

.header-layout5 .logo-shape {
  display: inline-block;
  height: 100%;
  width: 34%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white-color);
  background-size: auto;
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.header-layout5 .icon-style2 {
  color: var(--title-color);
}

.header-layout5 .menu-area {
  position: relative;
  background-color: var(--theme-color);
  z-index: 2;
}

.header-layout5 .menu-area .container {
  --main-container: 1562px;
  margin-left: auto;
  margin-right: 66px;
}

@media (min-width: 1922px) {
  .header-layout5 .menu-area .container {
    margin-right: auto;
  }
}

@media (max-width: 1399px) {
  .header-layout5 .menu-area .container {
    margin-right: auto;
  }
}

.header-layout5 .main-menu > ul > li {
  margin: 0 18px;
}

.header-layout5 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 39px 0;
}

.header-layout5 .dept-menu > ul > li {
  margin: 0 18px;
}

.header-layout5 .dept-menu > ul > li > a {
  color: var(--white-color);
  padding: 39px 0;
}

.header-layout5 .as-menu-toggle {
  margin: 20px 0;
  background-color: var(--title-color);
}

.header-layout5 .header-button {
  margin-left: 130px;
}

@media (max-width: 1700px) {
  .header-layout5 .logo-shape {
    width: 22%;
  }
}

@media (max-width: 1500px) {
  .header-layout5 .header-button {
    margin-left: 60px;
  }
}

@media (max-width: 1300px) {
  .header-layout5 .header-button {
    margin-left: 20px;
  }
  .header-layout5 .logo-shape {
    width: 26%;
  }
}

@media (max-width: 1199px) {
  .header-layout5 .header-link:nth-child(2) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .header-layout5 .logo-shape {
    width: 32%;
  }
}

@media (max-width: 991px) {
  .header-layout5 .logo-shape {
    width: 60%;
  }
  .header-layout5 .header-link {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .header-notice {
    text-align: center;
    font-size: 14px;
  }
  .header-layout5 .menu-top {
    padding: 12px 0;
  }
}

@media (max-width: 575px) {
  .header-layout5 .logo-shape {
    width: 280px;
  }
}

.dropdown-link {
  position: relative;
}

.dropdown-link > a {
  color: var(--white-color);
}

.dropdown-toggle::after {
  content: "\f107";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border-color);
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
}

.dropdown-menu a {
  color: var(--body-color);
}

.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.simple-icon {
  border: none;
  background-color: transparent;
}

.simple-icon.style2 {
  font-size: 28px;
}

.simple-icon:hover {
  color: var(--theme-color);
}

.header-layout6 {
  --main-container: 1440px;
}

.header-layout6 .header-top {
  background-color: var(--theme-color);
  padding: 14px 0;
  --body-color: #fff;
}

.header-layout6 .header-top a,
.header-layout6 .header-top li,
.header-layout6 .header-top p,
.header-layout6 .header-top span,
.header-layout6 .header-top i {
  color: var(--body-color);
}

.header-layout6 .header-top a:hover {
  color: var(--white-color);
}

.header-layout6 .header-top li:before {
  background-color: #5792ff;
}

.header-layout6 .simple-icon {
  color: var(--white-color);
}

.header-layout6 .dropdown-menu {
  --body-color: #74787c;
}

.header-layout6 .logo-shape {
  display: inline-block;
  height: 100%;
  width: 27.7%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  z-index: -1;
}

.header-layout6 .menu-area {
  position: relative;
  background-color: #050f2d;
  background-size: auto;
  background-repeat: repeat;
  z-index: 2;
}

.header-layout6 .main-menu > ul > li {
  margin: 0 18px;
}

.header-layout6 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 41.5px 0;
}

.header-layout6 .dept-menu > ul > li {
  margin: 0 18px;
}

.header-layout6 .dept-menu > ul > li > a {
  color: var(--white-color);
  padding: 41.5px 0;
}

.header-layout6 .as-menu-toggle {
  margin: 20px 0;
}

.header-layout6 .header-button {
  margin-left: 100px;
}

.header-layout6 .icon-btn:hover {
  border-color: var(--theme-color);
}

@media (min-width: 1922px) {
  .header-layout6 {
    --main-container: 1440px;
  }
  .header-layout6 .logo-shape {
    width: 34%;
  }
}

@media (max-width: 1700px) {
  .header-layout6 .logo-shape {
    width: 25%;
  }
}

@media (max-width: 1399px) {
  .header-layout6 .container {
    margin-left: auto;
    margin-right: auto;
  }
  .header-layout6 .header-button {
    margin-left: 60px;
  }
  .header-layout6 .logo-shape {
    width: 22%;
  }
}

@media (max-width: 1300px) {
  .header-layout6 .logo-shape {
    width: 26%;
  }
  .header-layout6 .header-button .as-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-layout6 .logo-shape {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .header-layout6 .logo-shape {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .header-layout6 .header-top {
    padding: 8px 0;
  }
}

@media (max-width: 375px) {
  .header-layout6 .logo-shape {
    width: 75%;
  }
}

.header-layout7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --main-container: 1920px;
}

.header-layout7 .will-sticky .sticky-active {
  background-color: var(--title-color);
}

.header-layout7 .container {
  padding-left: 0;
  padding-right: 0;
}

.header-layout7 .header-logo {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 100px 15px 50px;
  border-right: 5px solid var(--theme-color);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-layout7 .header-top {
  padding: 15px 0;
  --body-color: #fff;
}

.header-layout7 .header-top a,
.header-layout7 .header-top li,
.header-layout7 .header-top p,
.header-layout7 .header-top span,
.header-layout7 .header-top i {
  color: var(--white-color);
}

.header-layout7 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout7 .header-top li:before {
  background-color: #d9d9d9;
}

.header-layout7 .top-left {
  padding-left: 50px;
}

.header-layout7 .top-right {
  width: 1080px;
  padding-right: 50px;
}

.header-layout7 .simple-icon {
  color: var(--white-color);
}

.header-layout7 .dropdown-menu {
  --body-color: #74787c;
}

.header-layout7 .menu-area {
  position: relative;
  padding: 0 50px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1080px;
}

.header-layout7 .main-menu > ul > li {
  margin: 0 18px;
}

.header-layout7 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 36.5px 0;
}

.header-layout7 .dept-menu > ul > li {
  margin: 0 18px;
}

.header-layout7 .dept-menu > ul > li > a {
  color: var(--white-color);
  padding: 36.5px 0;
}

.header-layout7 .as-menu-toggle {
  margin: 15px 0;
}

.header-layout7 .header-button {
  margin-left: 10px;
  gap: 30px;
}

@media (max-width: 1500px) {
  .header-layout7 .header-logo {
    padding: 15px 100px 15px 30px;
  }
  .header-layout7 .top-left {
    padding-left: 30px;
  }
  .header-layout7 .top-right {
    width: 900px;
    padding-right: 30px;
  }
  .header-layout7 .menu-area {
    padding: 0 30px;
    width: 900px;
  }
}

@media (max-width: 1399px) {
  .header-layout7 .container {
    max-width: 100%;
  }
  .header-layout7 .top-right {
    width: 687px;
  }
  .header-layout7 .menu-area {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .header-layout7 .header-logo {
    padding: 15px 100px 15px 15px;
  }
  .header-layout7 .top-left {
    padding-left: 15px;
  }
  .header-layout7 .top-right {
    width: 680px;
    padding-right: 15px;
  }
  .header-layout7 .menu-area {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .header-layout7 .top-left {
    padding-left: 15px;
  }
  .header-layout7 .top-right {
    width: 100%;
  }
  .header-layout7 .top-right .row {
    --bs-gutter-x: 50px;
  }
}

@media (max-width: 767px) {
  .header-layout7 .header-logo {
    padding: 15px;
  }
}

.header-layout8 {
  --main-container: 1720px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-layout8 .main-menu > ul > li > a {
  padding: 46.5px 0;
  color: var(--white-color);
}

.header-layout8 .dept-menu > ul > li > a {
  padding: 46.5px 0;
  color: var(--white-color);
}

.header-layout8:before {
  content: "";
  height: 100%;
  width: 22%;
  background-color: var(--white-color);
  opacity: 0.13;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.header-layout8 .header-button {
  margin-left: 110px;
}

.header-layout8 .will-sticky .sticky-active {
  background-color: var(--title-color);
}

@media (min-width: 1922px) {
  .header-layout8::before {
    width: 30%;
  }
}

@media (max-width: 1399px) {
  .header-layout8:before {
    width: 26%;
  }
}

@media (max-width: 1300px) {
  .header-layout8:before {
    width: 16%;
  }
  .header-layout8 .header-button .as-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-layout8 .main-menu > ul > li > a {
    padding: 31.5px 0;
  }
}

@media (max-width: 1199px) {
  .header-layout8 .dept-menu > ul > li > a {
    padding: 31.5px 0;
  }
}

@media (max-width: 991px) {
  .header-layout8:before {
    width: 50%;
    -webkit-clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}

.hero-5 {
  padding-right: 80px;
}

.hero-5 .slick-dots {
  --dots-bg: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-5 .slick-dots li {
  display: block;
  margin: 30px 0;
}

.hero-5 .slick-dots button:before {
  border-color: var(--white-color);
}

.hero-5 .slick-dots .slick-active button {
  background-color: var(--white-color);
}

.hero-5 .hero-shape {
  display: inline-block;
  height: 350px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(
    100% 0,
    100% calc(100% - 100px),
    calc(100% - 140px) 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% calc(100% - 100px),
    calc(100% - 140px) 100%,
    0 100%,
    0 0
  );
  z-index: -1;
}

.hero-slider-5 .as-hero-slide {
  padding: 230px 0;
}

.hero-style5,
.hero-style6,
.hero-style7,
.hero-style8 {
  padding-left: 40px;
  position: relative;
  z-index: 4;
  max-width: 815px;
}

.hero-style5 .hero-subtitle,
.hero-style6 .hero-subtitle,
.hero-style7 .hero-subtitle,
.hero-style8 .hero-subtitle {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: var(--white-color);
  margin-top: -0.36em;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.hero-style5 .hero-title,
.hero-style6 .hero-title,
.hero-style7 .hero-title,
.hero-style8 .hero-title {
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
}

.hero-style5 .hero-title:last-of-type,
.hero-style6 .hero-title:last-of-type,
.hero-style7 .hero-title:last-of-type,
.hero-style8 .hero-title:last-of-type {
  margin-bottom: 30px;
}

.hero-style5 .hero-text,
.hero-style6 .hero-text,
.hero-style7 .hero-text,
.hero-style8 .hero-text {
  color: var(--white-color);
  font-size: 18px;
}

@media (max-width: 1399px) {
  .hero-5 {
    padding-right: 40px;
  }
  .hero-5 .slick-dots {
    right: 10%;
  }
  .hero-5 .hero-shape {
    width: 40px;
  }
  .hero-slider-5 .as-hero-slide {
    padding: 190px 0 190px 0;
  }
  .hero-style5 {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .hero-slider-5 .as-hero-slide {
    padding: 150px 0 150px 0;
  }
  .hero-style5 {
    max-width: 600px;
  }
  .hero-style5 .hero-text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .hero-slider-5 .as-hero-slide {
    padding: 100px 0 100px 0;
  }
  .hero-style5 .hero-subtitle,
  .hero-style7 .hero-subtitle,
  .hero-style6 .hero-subtitle {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .hero-5 {
    padding-right: 0;
  }
  .hero-5 .hero-shape {
    display: none;
  }
  .hero-style5,
  .hero-style6,
  .hero-style7,
  .hero-style8 {
    text-align: center;
    padding-left: 0;
  }
  .hero-style5 .btn-wrap,
  .hero-style6 .btn-wrap,
  .hero-style7 .btn-wrap,
  .hero-style8 .btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-style5 .hero-title:last-of-type,
  .hero-style6 .hero-title:last-of-type,
  .hero-style7 .hero-title:last-of-type,
  .hero-style8 .hero-title:last-of-type {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .hero-style5 .hero-subtitle,
  .hero-style6 .hero-subtitle,
  .hero-style7 .hero-subtitle,
  .hero-style8 .hero-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .hero-style5 .hero-title,
  .hero-style6 .hero-title,
  .hero-style7 .hero-title,
  .hero-style8 .hero-title {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .hero-style5 .hero-title,
  .hero-style6 .hero-title {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-6 {
  --main-container: 1440px;
}

.hero-6 .icon-box {
  position: absolute;
  top: 50%;
  right: 115px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}

.hero-6 .icon-box .slick-arrow {
  --pos-x: 0;
  border-radius: 0;
  margin: 5px 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white-color);
}

.hero-6 .icon-box .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-6 .icon-box .slick-arrow:first-child {
  margin-right: 0;
}

.hero-slider-6 .as-hero-slide {
  padding: 245px 0;
}

.hero-style6 {
  padding-left: 0;
}

.hero-style6 .hero-title {
  font-weight: bold;
}

.hero-style6 .checklist {
  margin-bottom: 43px;
}

.hero-style6 .checklist li {
  color: var(--white-color);
}

@media (max-width: 1399px) {
  .hero-6 .icon-box {
    right: 40px;
  }
}

@media (max-width: 1199px) {
  .hero-slider-6 .as-hero-slide {
    padding: 150px 0 150px 0;
  }
  .hero-style6 .hero-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .hero-slider-6 .as-hero-slide {
    padding: 100px 0 100px 0;
  }
  .hero-style6 .checklist {
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .hero-6 .icon-box {
    display: none;
  }
  .as-hero-wrapper .checklist ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-style6 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .hero-slider-6 .as-hero-slide {
    padding: 90px 0;
  }
  .hero-style6 .hero-title {
    font-size: 38px;
  }
}

@media (max-width: 440px) {
  .hero-style6 .hero-title {
    font-size: 32px;
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .hero-style6 .hero-title {
    font-size: 28px;
  }
}

.hero-slider-7 .slick-dots {
  position: absolute;
  top: 50%;
  right: unset;
  left: 120px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}

.hero-slider-7 .slick-dots li {
  display: block;
  margin: 30px 0;
}

.hero-slider-7 .slick-dots button {
  border-radius: 0 !important;
  visibility: visible;
  opacity: 1;
}

.hero-slider-7 .slick-dots button:before {
  border-radius: 0 !important;
}

.hero-style7 {
  max-width: unset;
}

.hero-style7 .hero-text {
  max-width: 700px;
}

.hero-slider-7 .as-hero-slide {
  padding: 120px 0 100px 0;
  height: 85vh;
}

.hero-slider-7 .hero-style7 {
  padding-left: 160px;
}

.hero-slider-7 .hero-text {
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1500px) {
  .hero-slider-7 .slick-dots {
    left: 35px;
  }
  .hero-slider-7 .hero-style7 {
    padding-left: 160px;
  }
}

@media (max-width: 1399px) {
  .hero-slider-7 .hero-style7 {
    padding-left: 200px;
  }
}

@media (max-width: 1199px) {
  .hero-slider-7 .hero-style7 {
    padding-left: 160px;
  }
}

@media (max-width: 991px) {
  .hero-slider-7 .hero-style7 {
    padding-left: 0;
  }
  .hero-slider-7 .hero-style7 .hero-text {
    font-size: 18px;
  }
  .hero-style7 .hero-text {
    max-width: 580px;
  }
}

@media (max-width: 767px) {
  .hero-style7 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .hero-slider-7 .hero-style7 .hero-text {
    font-size: 16px;
  }
}

@media (max-width: 330px) {
  .hero-style7 .hero-title {
    font-size: 26px;
  }
}

.as-hero-wrapper .slick-dots {
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1922px) {
  .as-hero-wrapper .slick-dots {
    right: 20%;
  }
}

.as-hero-wrapper .slick-dots li {
  display: block;
  margin: 25px 0 !important;
}

.as-hero-wrapper .slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--white-color);
}

.as-hero-wrapper .slick-dots button:hover {
  border-color: var(--theme-color);
}

.as-hero-wrapper .slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.as-hero-wrapper .slick-dots .slick-active button {
  background-color: var(--theme-color);
}

.as-hero-wrapper .slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.hero-style8 {
  padding: 340px 0 225px 0;
}

.hero-style8 .hero-meta {
  margin-bottom: 30px;
}

.hero-style8 .hero-meta span {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: var(--white-color);
  text-transform: capitalize;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.hero-style8 .hero-meta span:not(:last-child) {
  padding-right: 12px;
  margin-right: 48px;
}

.hero-style8 .hero-meta span:not(:last-child):after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 100%;
}

.hero-style8 .hero-meta span:hover {
  color: var(--theme-color);
}

.hero-style8 .hero-title .bg-theme {
  display: inline-block;
  padding: 0 6px;
}

.hero-style8 .hero-title,
.hero-style8 .hero-text {
  color: var(--white-color);
}

.hero-style8 .hero-text {
  max-width: 720px;
}

@media (max-width: 1199px) {
  .hero-style8 {
    padding: 240px 0 130px 0;
  }
  .hero-style8 .hero-title {
    font-size: 48px;
  }
  .hero-style8 .hero-meta span {
    font-size: 20px;
  }
  .hero-style8 .hero-text {
    max-width: 500px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .hero-style8 {
    padding: 210px 0 120px 0;
  }
  .hero-style8 .hero-text {
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .hero-style8 .hero-meta span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-style8 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .hero-style8 {
    padding: 190px 0 100px 0;
  }
  .hero-style8 .hero-meta {
    margin-bottom: 20px;
  }
  .hero-style8 .hero-meta span {
    font-size: 18px;
  }
  .hero-style8 .hero-title {
    font-size: 34px;
  }
}

@media (max-width: 420px) {
  .hero-style8 .hero-title {
    font-size: 30px;
  }
}

@media (max-width: 350px) {
  .hero-style8 .hero-title {
    font-size: 26px;
  }
}

.form-group .form-select ~ i {
  background-color: var(--smoke-color);
  width: 16px;
}

.sidemenu2 {
  --body-color: #b3c1d3;
}

.sidemenu2 .sidemenu-content {
  background-color: #0f1b31;
}

.sidemenu2 .closeButton {
  border: 2px solid var(--theme-color);
}

.sidemenu-wrapper .closeButton {
  line-height: 48px;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
}

.play-btn.style2 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  --icon-size: 80px;
}

.play-btn.style2:before,
.play-btn.style2:after {
  background-color: var(--theme-color);
}

.play-btn.style2:hover > i {
  background-color: var(--title-color);
}

.play-btn.style2:hover:before,
.play-btn.style2:hover:after {
  background-color: var(--title-color);
}

.youtubeplay-btn.style2 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  --icon-size: 80px;
}

.youtubeplay-btn.style2:before,
.youtubeplay-btn.style2:after {
  background-color: var(--theme-color);
}

.youtubeplay-btn.style2:hover > i {
  background-color: var(--title-color);
}

.youtubeplay-btn.style2:hover:before,
.youtubeplay-btn.style2:hover:after {
  background-color: var(--title-color);
}

.video-box2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-box2 img {
  width: 100%;
}

.video-box2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.video-box2 .youtubeplay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

@-webkit-keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bg-smoke-half {
  background-image: -webkit-linear-gradient(
    right,
    var(--smoke-color),
    var(--smoke-color)
  );
  background-image: linear-gradient(
    to left,
    var(--smoke-color),
    var(--smoke-color)
  );
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: bottom center;
}

.line-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:hover {
  color: var(--theme-color);
}

.line-btn:hover::before {
  width: 50px;
}

.z-index-3 .slick-slider {
  z-index: 3;
}

.slick-arrow {
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  font-size: var(--icon-font-size, 16px);
  margin-top: calc(var(--icon-size, 55px) / -2);
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 0;
  }
  .icon-box .slick-arrow {
    margin: 0;
  }
  .icon-box .slick-arrow.slick-next {
    margin: 0;
  }
}

.as-social.style2 a {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.as-social.style2 a:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.main-menu a .new-label {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
}

.dept-menu a .new-label {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
}

.header-layout9 {
  --main-container: 1600px;
}

.header-layout10 .header-top {
  background-color: var(--theme-color);
  padding: 11.5px 0;
  --body-color: #fff;
}

.header-layout10 .header-top a,
.header-layout10 .header-top li,
.header-layout10 .header-top p {
  color: var(--body-color);
}

.header-layout10 .header-top a:hover {
  color: var(--title-color);
}

.header-layout10 .header-top li:before {
  background-color: var(--body-color);
}

.header-layout10 .menu-area {
  position: relative;
  z-index: 2;
}

.header-layout10 .logo-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 29%;
  background-color: #f1f2f7;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
  z-index: -1;
}

@media (min-width: 1922px) {
  .header-layout10 .logo-bg {
    width: 34%;
  }
}

@media (max-width: 1500px) {
  .header-layout10 .logo-bg {
    width: 22%;
  }
}

@media (max-width: 1399px) {
  .header-layout10 .logo-bg {
    width: 26%;
  }
}

@media (max-width: 1199px) {
  .header-layout10 .logo-bg {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .header-layout10 .logo-bg {
    width: 55%;
  }
}

@media (max-width: 420px) {
  .header-layout10 .logo-bg {
    width: 75%;
  }
  .header-layout10 .header-social a {
    margin: 0 9px 0 0;
  }
  .header-layout10 .header-social a:last-child {
    margin: 0;
  }
  .header-layout10 .header-links li {
    font-size: 14px;
  }
}

.hero-9 {
  background-size: 100% 100%;
}

.hero-9 .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 55%;
}

.hero-9 .hero-img img {
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.hero-9 .hero-img img.image-mobile {
  display: none;
}

.hero-9 .hero-shape {
  position: absolute;
}

.hero-9 .hero-shape.shape1 {
  top: 7%;
  left: 34%;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.hero-9 .hero-shape.shape2 {
  bottom: 7%;
  left: 38%;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

.hero-name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--theme-color);
  display: block;
  margin: -0.32em 0 20px 0;
}

.hero-style9 {
  padding: 230px 0;
}

.hero-style9 .hero-title {
  margin-bottom: 0;
}

.hero-style9 .hero-title:last-of-type {
  margin-bottom: 20px;
}

.hero-style9 .hero-text {
  max-width: 660px;
}

@media (max-width: 1399px) {
  .hero-style9 {
    padding: 160px 0;
  }
  .hero-style9 .hero-text {
    max-width: 620px;
  }
}

@media (max-width: 1199px) {
  .hero-style9 {
    padding: 120px 0;
  }
  .hero-style9 .hero-text {
    max-width: 425px;
  }
  .hero-9 .hero-shape.shape2 {
    max-width: 60px;
  }
}

@media (max-width: 991px) {
  .hero-9 {
    background-size: 300% 100%;
  }
  .hero-9 .hero-img {
    position: static;
    max-width: 100%;
    text-align: right;
    margin: 0 90px 30px 0;
  }
  .hero-9 .hero-img img {
    object-position: center;
  }
  .hero-9 .hero-img img.image-desktop {
    display: none;
  }
  .hero-9 .hero-img img.image-mobile {
    display: inline-block;
  }
  .hero-9 .hero-shape.shape1 {
    top: 8%;
    left: 10%;
  }
  .hero-9 .hero-shape.shape2 {
    bottom: 4%;
    left: 85%;
  }
  .hero-style9 {
    padding: 0 0 100px 0;
    text-align: center;
  }
  .hero-style9 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style9 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .hero-9 .hero-img {
    margin: 0 0px 30px 0;
  }
  .hero-9 .hero-img img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .hero-9 {
    background-size: 400% 100%;
  }
  .hero-name {
    font-size: 16px;
    letter-spacing: 0.12em;
    margin: -0.32em 0 15px 0;
  }
  .hero-style9 {
    padding: 0 0 80px 0;
  }
}

.hero-style10 {
  margin: 200px 0;
  max-width: 690px;
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 60px;
  position: relative;
  z-index: 4;
}

.hero-style10 .hero-text {
  font-size: 16px;
}

.hero-style10 .hero-title {
  margin-bottom: 20px;
}

.hero-style10 .shadow-text {
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  color: #f1f2f7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.5;
}

@media (max-width: 1399px) {
  .hero-style10 {
    margin: 150px 0;
  }
}

@media (max-width: 1199px) {
  .hero-style10 {
    margin: 100px 0;
    max-width: 580px;
  }
  .hero-style10 .shadow-text {
    font-size: 5.8em;
  }
}

@media (max-width: 991px) {
  .hero-style10 {
    max-width: 480px;
    padding: 40px;
  }
  .hero-style10 .shadow-text {
    font-size: 5em;
  }
}

@media (max-width: 767px) {
  .hero-style10 {
    margin: 100px auto;
  }
}

@media (max-width: 575px) {
  .hero-style10 {
    padding: 40px 20px;
  }
  .hero-style10 .shadow-text {
    font-size: 4em;
  }
}

@media (max-width: 375px) {
  .hero-style10 .shadow-text {
    font-size: 3em;
  }
}

@media (max-width: 340px) {
  .hero-style10 .hero-title {
    font-size: 28px;
  }
  .hero-style10 .hero-name {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: -0.32em 0 10px 0;
  }
}

.award-box {
  background-color: var(--smoke-color);
  text-align: center;
  border-radius: 10px;
  padding: 20px 5px;
}

.award-box-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.award-box_icon {
  margin-bottom: 15px;
}

.award-box_title {
  margin-bottom: 2px;
}

.award-box_time {
  margin-bottom: -0.5em;
}

.img-box10 {
  position: relative;
  right: 2px;
}

.img-box10:before {
  content: "";
  width: 277px;
  height: 277px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: -50px;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.img-box10 .img1 {
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}

.img-box10 .img1 img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .award-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.feature-block_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-block_text {
  margin-bottom: -0.5em;
}

@media (max-width: 767px) {
  .feature-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

.list-column2 {
  display: grid;
  grid-template-columns: auto auto;
}

.img-box11 {
  position: relative;
  line-height: 0px;
}

.img-box11 .img1 {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

.img-box11 .img2 {
  position: absolute;
  bottom: -100px;
  right: 30px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white-color);
  padding: 10px;
}

.img-box11 .img2 img {
  border-radius: inherit;
}

.img-box11 .student-count {
  padding: 20px 20px 15px 0;
  box-shadow: none;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 0;
}

.img-box11 .student-count .student-text {
  margin-top: 5px;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .img-box11 {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .img-box11 {
    margin-bottom: 40px;
  }
  .img-box11 .img2 {
    width: 40%;
    max-height: 300px;
  }
  .img-box11 .img2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .list-column2 {
    grid-template-columns: auto;
    gap: 25px;
  }
}

.cta-box {
  padding: 60px 30px;
  border-radius: 10px;
}

.cta-box .cta-title {
  font-size: 30px;
  font-weight: 600;
  margin-top: -0.2em;
  margin-bottom: 23px;
}

.cta-box .cta-text {
  max-width: 390px;
  margin-bottom: 35px;
}

.w-lg-25 {
  width: 25%;
}

.w-lg-50 {
  width: 50%;
}

@media (max-width: 1199px) {
  .cta-box {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .w-lg-25 {
    width: 100% !important;
  }
  .w-lg-50 {
    width: 100% !important;
  }
  .cta-box {
    padding: 45px 20px;
    background-position: left center;
  }
  .cta-box .cta-text {
    margin-bottom: 25px;
  }
  .cta-box .cta-title {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 1.45;
  }
}

.testi-block-slide {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

.testi-block-wrap {
  position: relative;
  margin-right: 56px;
}

.testi-block-wrap .icon-box {
  position: absolute;
  bottom: 25px;
  right: 0;
}

.testi-block-wrap .icon-box .slick-arrow {
  --icon-size: 50px !important;
  --icon-font-size: 16px;
  margin-right: 0;
}

.testi-block_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.testi-block_avater {
  border-radius: 8px;
  overflow: hidden;
}

.testi-block_name {
  margin-bottom: 0px;
}

.testi-block_text {
  font-style: italic;
  margin-bottom: 30px;
  position: relative;
}

.testi-block_text i {
  font-size: 24px;
  font-style: normal;
  color: var(--theme-color);
  vertical-align: text-bottom;
}

.testi-block_text .fa-quote-left {
  margin-right: 4px;
}

.testi-block_text .fa-quote-right {
  margin-left: 4px;
}

.testi-block_desig {
  color: var(--theme-color);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  display: block;
}

.testi-block_review {
  color: var(--yellow-color);
  margin-top: 8px;
}

.testi-block_review i {
  margin-right: 5px;
}

.p-18px {
  padding: 18px;
}

.consult-form {
  background-color: var(--white-color);
  box-shadow: 0px 6px 40px rgba(0, 14, 57, 0.06);
  border-radius: 10px;
  padding: 50px;
}

.consult-form .as-btn {
  width: 100%;
}

.consult-form .as-btn:before,
.consult-form .as-btn:after {
  display: none;
}

.consult-form .as-btn:hover {
  background-color: var(--title-color);
}

@media (max-width: 1399px) {
  .testi-block-wrap {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .testi-block-wrap .icon-box {
    display: none;
  }
  .consult-form {
    padding: 40px 20px;
  }
}

.testi-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

.testi-list_img {
  min-width: 120px;
  position: relative;
}

.testi-list_img > img {
  width: 100%;
  border-radius: 10px;
}

.testi-list_quote {
  position: absolute;
  bottom: -25px;
  left: 35px;
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 38px;
  border: 4px solid var(--title-color);
  border-radius: 50%;
  text-align: center;
}

.testi-list_text {
  color: var(--white-color);
  margin: 0 0 25px 0;
  font-style: italic;
}

.testi-list_name {
  color: var(--white-color);
  margin-bottom: 0;
}

.testi-list_desig {
  display: block;
  color: var(--white-color);
  margin-bottom: -0.5em;
}

.testi-list_review {
  color: var(--yellow-color);
  position: absolute;
  right: 0;
  bottom: 6px;
}

@media (max-width: 575px) {
  .testi-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testi-list_text {
    margin-bottom: 20px;
  }
}

.footer-widget .sidebar-gallery {
  max-width: 300px;
  gap: 10px;
}

.newsletter-logo {
  margin-bottom: 32px;
}

.footer-layout5 {
  background-color: #0f1b31;
  --body-color: #b3c1d3;
  overflow: hidden;
}

.footer-layout5 .copyright-wrap {
  padding: 24px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}

.footer-layout5 .footer-top {
  border-bottom: 1px solid #254684;
}

.footer-layout5 .widget-area {
  padding-top: 110px;
  padding-bottom: 65px;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 40px 0;
}

.footer-contact-wrap {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact-wrap .divider {
  background-color: #254684;
  height: 100%;
  width: 1px;
}

.footer-contact_icon {
  background-color: rgba(13, 94, 244, 0.2) !important;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  color: var(--white-color);
  font-size: 24px;
  --btn-size: 60px;
}

.footer-contact_text {
  margin-bottom: 2px;
  font-family: var(--title-font);
}

.footer-contact_link {
  font-size: 22px;
  font-weight: 500;
  color: var(--white-color);
  display: block;
  margin-bottom: -0.2em;
}

.footer-contact_link:hover {
  color: var(--theme-color);
}

.footer-contact .as-social a {
  --icon-size: 32px;
  font-size: 12px;
  background-color: #193f85;
  border: 1px solid #2a4f93;
}

@media (max-width: 1399px) {
  .footer-contact {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .w-lg-25 {
    width: 50%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .footer-contact {
    padding: 30px 0;
  }
  .footer-contact-wrap {
    grid-template-columns: 100%;
  }
  .footer-contact-wrap .divider {
    display: none;
  }
  .footer-contact:not(:last-child) {
    border-bottom: 1px solid #254684;
  }
  .footer-layout5 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .footer-layout5 .copyright-wrap {
    padding: 20px 0;
  }
}

.footer-layout6 {
  background-color: #01163e;
  --body-color: #fff;
  background-size: auto;
  background-position: top left;
}

.footer-layout6 .copyright-wrap {
  padding: 24px 0;
  border-top: 1px solid #254684;
}

.footer-layout6 .as-widget-about .about-logo {
  margin-bottom: 35px;
}

.susbcribe-bg {
  border-radius: 10px;
  padding: 70px 60px;
  position: relative;
  z-index: 4;
}

.newsletter-form.style2 .as-btn {
  background-color: var(--title-color);
  margin-left: 10px;
}

.newsletter-form.style2 input {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--white-color);
}

.newsletter-form.style2 input::-moz-placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 input::-webkit-input-placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 input:-ms-input-placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 input::-ms-input-placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 input::placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 .form-group > i {
  color: var(--body-color);
  top: 18px;
}

@media (max-width: 991px) {
  .footer-layout6 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .susbcribe-bg {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .susbcribe-bg {
    text-align: center;
  }
}

.feature-list {
  border-radius: 15px;
  padding: 30px 30px 15px 30px;
  background-color: var(--theme-color);
  box-shadow: 0px 6px 30px rgba(0, 6, 18, 0.06);
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

.feature-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 15px;
}

.feature-list_icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 250px;
  line-height: 80px;
  font-size: 36px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 15px;
  margin: 0 auto;
  margin-bottom: 35px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 7px rgba(13, 94, 244, 0.5);
}

.feature-list_title {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: -0.24em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-list_text {
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-list .icon-btn {
  --btn-size: 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: 0px 4px 18px rgba(13, 94, 244, 0.24);
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}

.feature-list:hover:after {
  height: 0;
}

.feature-list:hover .feature-list_icon {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.feature-list:hover .feature-list_title {
  color: var(--white-color);
}

.feature-list:hover .feature-list_text {
  color: var(--white-color);
}

.feature-list:hover .icon-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  -webkit-animation: jumpIcon 1s linear infinite;
  animation: jumpIcon 1s linear infinite;
}

.laboratories-list {
  border-radius: 10px;
  padding: 30px 30px 15px 30px;
  background-color: #140342;
  box-shadow: 0px 6px 30px rgba(0, 6, 18, 0.06);
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

.laboratories-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
}

.laboratories-list_icon {
  width: 100%;
  height: 250px;
  line-height: 80px;
  font-size: 36px;
  color: var(--white-color);
  background-color: #140342;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 35px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 7px #140342;
}

.laboratories-list_title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: -6px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 3px solid #140342;
}

.laboratories-list_text {
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.laboratories-list .icon-btn {
  --btn-size: 50px;
  background-color: #140342;
  color: var(--white-color);
  box-shadow: 0px 4px 18px rgba(13, 94, 244, 0.24);
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  transition: ease-in-out 0.4s;
}

.laboratories-list:hover .laboratories-list_icon {
  background-color: var(--white-color);
  color: #140342;
}

.laboratories-list:hover .laboratories-list_title {
  color: #000;
}

.laboratories-list:hover .laboratories-list_text {
  color: #000;
}

.laboratories-list:hover .icon-btn {
  background-color: var(--white-color);
  color: #140342;
  -webkit-animation: jumpIcon 1s linear infinite;
  animation: jumpIcon 1s linear infinite;
  border: 2px solid #140342;
}

.feature-sec {
  background-image: -webkit-linear-gradient(
    right,
    var(--smoke-color),
    var(--smoke-color)
  );
  background-image: linear-gradient(
    to left,
    var(--smoke-color),
    var(--smoke-color)
  );
  background-size: 100% 60%;
  background-position: top center;
  background-repeat: no-repeat;
}

.feature-card {
  box-shadow: 0px 4px 30px rgba(179, 193, 219, 0.3);
}

.admission-card {
  padding: 30px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 50px rgba(0, 6, 18, 0.1);
  border-radius: 10px;
  text-align: center;
}

.admission-card_img {
  margin-bottom: 23px;
  border-radius: 10px;
  overflow: hidden;
}

.admission-card_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.admission-card:hover .admission-card_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 375px) {
  .admission-card {
    padding: 20px;
  }
}

.blog-recent {
  box-shadow: 0px 4px 15px rgba(0, 6, 18, 0.07);
  border-radius: 10px;
  background-color: var(--white-color);
  overflow: hidden;
}

.blog-recent .blog-img {
  overflow: hidden;
}

.blog-recent .blog-img img {
  width: 100%;
}

.blog-recent .blog-content {
  padding: 40px;
}

.blog-recent .blog-title {
  font-weight: 600;
  margin-bottom: 25px;
}

.blog-recent .blog-meta {
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 24px;
  margin-top: -0.2em;
  margin-bottom: 21px;
}

.blog-recent:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 375px) {
  .blog-recent .blog-content {
    padding: 30px 18px;
  }
  .blog-recent .blog-title {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .blog-recent .blog-meta {
    margin-bottom: 15px;
    padding-bottom: 16px;
  }
  .blog-recent .blog-meta span,
  .blog-recent .blog-meta a {
    font-size: 14px;
  }
}

.home-kindergarten {
  --theme-color: #fe5d37;
  --theme-color2: #786acf;
  --theme-color3: #aed139;
  --smoke-theme: #f9f6ef;
  --title-font: "Baloo 2", cursive;
}

.bg-theme3 {
  background-color: var(--theme-color3);
}

.bg-theme-smoke {
  background-color: var(--smoke-theme);
}

.bg-mask {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.shape-mockup-wrap.z-index-common {
  z-index: 3;
}

.movingX-reverse {
  -webkit-animation: movingX-reverse 8s linear infinite;
  animation: movingX-reverse 8s linear infinite;
}

@-webkit-keyframes movingX-reverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX-reverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.icon-btn:has(.bg-theme2):hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.home-kindergarten .as-btn {
  box-shadow: none;
}

.home-kindergarten .as-btn.style6 {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.home-kindergarten .as-btn.style6:before {
  background-color: var(--title-color);
}

.home-kindergarten .sub-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color2);
}

.bg-style-1 {
  padding: 60px 0;
}

.header-layout11 {
  --main-container: 1600px;
}

.header-layout11 .header-shape {
  background-size: auto;
  background-repeat: repeat-x;
  background-position: top left;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 33px;
  -webkit-animation: headerShapeAnim 80s linear infinite;
  animation: headerShapeAnim 80s linear infinite;
}

@-webkit-keyframes headerShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}

@keyframes headerShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}

.hero-11 .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 152px;
  background-size: auto;
  background-repeat: repeat-x;
  background-position: bottom center;
  z-index: 5;
}

.hero-11 .hero-img {
  position: absolute;
  bottom: 0;
  right: 7%;
  z-index: 2;
}

.hero-11 .shape {
  position: absolute;
}

.hero-11 .shape-1 {
  left: 3%;
  top: 14%;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.hero-11 .shape-2 {
  left: 40%;
  top: 8%;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.hero-11 .shape-3 {
  left: 6%;
  bottom: 20%;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.hero-11 .shape-4 {
  left: 41%;
  bottom: 22%;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.hero-11 .shape-5,
.hero-11 .shape-6,
.hero-11 .shape-7 {
  top: 0;
  z-index: 0;
  -webkit-animation: cloudAni 15s linear infinite;
  animation: cloudAni 15s linear infinite;
}

.hero-11 .shape-7 {
  right: 1%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.hero-11 .shape-6 {
  right: 10%;
}

.hero-11 .shape-5 {
  right: 35%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

@-webkit-keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.hero-style11 {
  max-width: 660px;
  padding: 230px 0 260px 0;
  position: relative;
  z-index: 6;
}

.hero-style11 .hero-subtitle {
  color: var(--theme-color2);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: capitalize;
  display: block;
  margin-bottom: 18px;
}

.hero-style11 .hero-subtitle:before {
  content: "";
  height: 3px;
  width: 60px;
  background-color: var(--theme-color2);
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  border: 99px;
  position: relative;
  top: 11px;
}

@media (max-width: 1500px) {
  .hero-11 .hero-img {
    right: 1%;
    max-width: 700px;
  }
}

@media (max-width: 1400px) {
  .hero-style11 {
    max-width: 560px;
  }
}

@media (max-width: 1199px) {
  .hero-11 .hero-img {
    right: 0%;
    max-width: 500px;
  }
  .hero-style11 {
    padding: 150px 0 220px 0;
  }
}

@media (max-width: 991px) {
  .hero-11 .hero-img {
    display: none;
  }
  .hero-11 .shape-5,
  .hero-11 .shape-6,
  .hero-11 .shape-7 {
    max-width: 110px;
  }
}

@media (max-width: 575px) {
  .hero-11 .shape-2 {
    display: none;
  }
  .hero-style11 {
    padding: 130px 0 200px 0;
    text-align: center;
  }
  .hero-style11 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-style11 .hero-subtitle {
    font-size: 18px;
  }
  .hero-style11 .hero-subtitle:before {
    display: none;
  }
}

.footer-layout7 {
  --body-color: #fff;
  background-color: var(--title-color);
  background-size: 100% 100%;
  background-position: top center;
  margin-top: -80px;
  padding-top: 80px;
}

.footer-layout7 .footer-widget.style2 .widget_title {
  font-size: 24px;
  text-transform: capitalize;
  padding: 0 0 15px 0;
  font-weight: 600;
}

.footer-layout7 .footer-widget.style2 .widget_title:before {
  background-color: var(--theme-color);
}

@media (max-width: 1199px) {
  .footer-layout7 {
    padding-top: 20px;
  }
  .footer-layout7 .copyright-wrap {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .footer-layout7 .widget-area {
    padding-bottom: 50px;
  }
}

.about-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.about-profile .avater {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  overflow: hidden;
}

.about-profile .desig {
  margin-bottom: 0;
  margin-top: 5px;
}

.btn-group:has(.about-profile) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  max-width: 500px;
}

.img-box12 {
  border-radius: 30px;
  overflow: hidden;
  margin-left: 70px;
}

.img-box12 img {
  width: 100%;
}

.checklist.style5 li {
  color: var(--body-color);
}

.checklist.style5 li:before {
  content: "\f336";
}

@media (max-width: 1399px) {
  .img-box12 {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .img-box12 {
    margin-bottom: 40px;
  }
}

.cta-cloud {
  text-align: center;
  max-width: 700px;
  background-size: 100% 100%;
  padding: 150px 100px 140px 100px;
}

.cta-cloud .cta-call {
  color: var(--theme-color3);
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  display: block;
}

.cta-cloud .cta-call:hover {
  color: var(--theme-color);
}

.mt-negative-v1 {
  background-size: 100% 100%;
  margin-top: -80px;
}

@media (max-width: 1199px) {
  .cta-cloud {
    max-width: 600px;
  }
  .cta-cloud .cta-call {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .cta-cloud {
    padding: 110px 100px 100px 100px;
  }
}

@media (max-width: 575px) {
  .cta-cloud {
    padding: 110px 40px 100px 40px;
  }
  .cta-cloud .cta-call {
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .cta-cloud {
    padding: 110px 20px 100px 20px;
  }
}

.program-card {
  text-align: center;
  background-color: var(--theme-color);
  border-radius: inherit;
  position: relative;
  padding: 0 27px 12px 27px;
  z-index: 2;
}

.program-card-wrap {
  border: 1px dashed var(--theme-color);
  padding: 20px;
  border-radius: 20px;
}

.program-card_img {
  max-width: 200px;
  margin: 0 auto 18px auto;
  padding: 0 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 999px 999px;
}

.program-card_img img {
  border-radius: inherit;
}

.program-card_title,
.program-card_year,
.program-card_text {
  color: var(--white-color);
}

.program-card_title {
  margin-bottom: 0;
}

.program-card_title a:hover {
  color: var(--title-color);
}

.program-card_year {
  font-size: 14px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.program-card_text {
  max-width: 300px;
  margin: 0 auto 50px auto;
}

.program-card .link-btn {
  color: var(--white-color);
}

.program-card .link-btn:before {
  background-color: var(--white-color);
}

.program-card_cloud {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 71px;
  width: 225px;
  margin-left: -112.5px;
  background-color: var(--white-color);
  -webkit-clip-path: path(
    "M212.22 58.0098C218.889 59.0904 223.429 64.3913 225 71H4C0.86865 67.3374 0.0340561 64.7663 0.0001426 59.9321C-0.0224664 55.0979 2.64538 48.8305 6.59066 46.0665C13.2377 41.4029 20.9248 43.291 24.1918 44.7015C24.7683 41.1867 26.8031 35.943 31.3136 33.7932C38.5259 30.3467 45.0373 32.6444 47.1173 33.7591C46.8347 29.7552 49.5365 25.922 53.1087 24.1475C56.6923 22.3731 60.9427 22.4186 64.7976 23.4651C64.0741 20.5418 64.8767 14.9568 69.2968 12.1132C74.2369 8.92829 80.7709 8.00695 85.8579 10.9644C90.4136 3.10449 99.8416 -1.252 108.75 0.3177C117.658 1.8874 125.22 9.44015 126.848 18.392C129.471 15.4346 134.987 13.171 142.007 14.6497C149.943 16.3218 152.702 22.0432 154.216 24.6594C158.93 20.7807 165.453 19.2565 171.444 20.3143C177.436 21.3835 182.896 25.1713 185.993 30.4377C187.587 33.1335 188.559 36.1478 189.385 39.162C195.206 36.8075 201.605 37.6379 206.714 41.3005C211.824 44.9745 214.458 52.1178 212.22 58.0098Z"
  );
  clip-path: path(
    "M212.22 58.0098C218.889 59.0904 223.429 64.3913 225 71H4C0.86865 67.3374 0.0340561 64.7663 0.0001426 59.9321C-0.0224664 55.0979 2.64538 48.8305 6.59066 46.0665C13.2377 41.4029 20.9248 43.291 24.1918 44.7015C24.7683 41.1867 26.8031 35.943 31.3136 33.7932C38.5259 30.3467 45.0373 32.6444 47.1173 33.7591C46.8347 29.7552 49.5365 25.922 53.1087 24.1475C56.6923 22.3731 60.9427 22.4186 64.7976 23.4651C64.0741 20.5418 64.8767 14.9568 69.2968 12.1132C74.2369 8.92829 80.7709 8.00695 85.8579 10.9644C90.4136 3.10449 99.8416 -1.252 108.75 0.3177C117.658 1.8874 125.22 9.44015 126.848 18.392C129.471 15.4346 134.987 13.171 142.007 14.6497C149.943 16.3218 152.702 22.0432 154.216 24.6594C158.93 20.7807 165.453 19.2565 171.444 20.3143C177.436 21.3835 182.896 25.1713 185.993 30.4377C187.587 33.1335 188.559 36.1478 189.385 39.162C195.206 36.8075 201.605 37.6379 206.714 41.3005C211.824 44.9745 214.458 52.1178 212.22 58.0098Z"
  );
  opacity: 0.2;
  z-index: -1;
}

.activity-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.activity-box_icon img {
  width: 100%;
}

.activity-box_title {
  font-weight: bold;
  margin-top: -0.24em;
  margin-bottom: 10px;
}

.activity-box_text {
  margin-bottom: -0.5em;
}

.img-box13 img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 1199px) {
  .img-box13 {
    margin-top: 50px;
    text-align: center;
  }
  .img-box13 img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .activity-box {
    display: block;
    text-align: center;
  }
  .activity-box_icon {
    margin-bottom: 20px;
  }
  .activity-box_icon img {
    width: auto;
  }
}

.team-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

.team-block .team-img {
  border: 1px dashed var(--theme-color);
  margin-bottom: 30px;
  border-radius: inherit;
  background-color: var(--white-color);
  padding: 20px;
  position: relative;
}

.team-block .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
}

.team-block .team-title {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -0.23em;
  font-weight: 700;
}

.team-block .team-title a {
  color: inherit;
}

.team-block .team-title a:hover {
  color: var(--theme-color);
}

.team-block .team-desig {
  color: var(--theme-color);
  display: block;
  font-family: var(--title-font);
  margin-bottom: -0.45em;
}

.team-block .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  position: relative;
  z-index: 3;
}

.team-block .icon-btn i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-block .icon-btn:hover i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.team-block .as-social {
  position: absolute;
  width: 45px;
  bottom: 50px;
  left: 2.5px;
}

.team-block .as-social a {
  margin-right: 0;
  margin-bottom: 5px;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.team-block .as-social a:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.team-block .as-social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-block .as-social a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-block .as-social a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-block .as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team-block .team-social {
  position: absolute;
  bottom: -25px;
  right: 40px;
}

.team-block .team-social:hover .as-social a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team-block .team-social:hover .as-social a:nth-child(4) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.team-block .team-social:hover .as-social a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-block .team-social:hover .as-social a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-block .team-social:hover .as-social a:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.service-block {
  position: relative;
  border-radius: 20px;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.service-block-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.service-block-tab .tab-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
}

.service-block-tab .tab-btn {
  width: auto;
  text-align: center;
  cursor: pointer;
}

.service-block-tab .tab-btn:hover .tab-title,
.service-block-tab .tab-btn.active .tab-title {
  color: var(--theme-color);
}

.service-block-tab .indicator {
  position: absolute;
}

.service-block:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  border-radius: inherit;
  opacity: 0.05;
  z-index: -1;
}

.service-block_thumb {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 5px auto 10px auto;
  background-color: var(--smoke-theme);
  border-radius: 50%;
  position: relative;
}

.service-block_thumb:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: inherit;
  z-index: -1;
}

.service-block_title {
  font-size: 30px;
  margin-bottom: 18px;
}

.service-block_title a {
  color: inherit;
}

.service-block_title a:hover {
  color: var(--theme-color);
}

.service-block_img {
  min-width: 285px;
  border-radius: 10px;
  overflow: hidden;
}

.service-block_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-block_text {
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .service-block {
    gap: 25px;
  }
  .service-block_title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-block_img {
    min-width: 100%;
  }
}

@media (max-width: 575px) {
  .service-block-tab .tab-title {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  .service-block-tab .tab-title {
    display: none;
  }
  .service-block_thumb {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 5px 0 0 5px;
  }
}

@media (max-width: 375px) {
  .service-block {
    padding: 20px;
  }
}

.img-box14 {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.img-box14 .img1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.img-box14 .img1 img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.img-box14 .shape1 {
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: -1;
}

.img-box14 .shape1 img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (max-width: 1199px) {
  .img-box14 {
    text-align: center;
    margin-bottom: 50px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .img-box14 .img1 {
    position: static;
  }
  .img-box14 .img1 img {
    max-width: 100%;
  }
  .img-box14 .shape1 {
    left: 0;
  }
}

@media (max-width: 991px) {
  .img-box14 .shape1 img {
    max-width: 100%;
  }
}

.testi-grid-style3 {
  background: var(--white-color);
  border: none;
  box-shadow: 0px 10px 15px rgba(0, 14, 57, 0.04);
  padding: 40px;
  position: relative;
}

.testi-grid-style3 .testi-grid_avater {
  width: 70px;
  border-radius: 10px;
}

.testi-grid-style3 .testi-grid_text {
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--body-font);
  margin-top: -0.5em;
}

.testi-grid-style3 .testi-grid_name {
  color: var(--title-color);
  font-weight: 700;
}

.testi-grid-style3 .testi-grid_bottom {
  border-color: var(--theme-color);
}

.testi-grid-style3 .testi-grid_quote {
  position: absolute;
  bottom: 60px;
  right: 40px;
}

@media (max-width: 375px) {
  .testi-grid-style3 {
    padding: 40px 20px;
  }
  .testi-grid-style3 .testi-grid_quote {
    right: 20px;
  }
}

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

.available-list li {
  position: relative;
  margin-bottom: 10px;
  color: var(--white-color);
  padding-left: 26px;
}

.available-list li:last-child {
  margin-bottom: 0;
}

.available-list li:before {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--body-color);
  font-size: 1em;
  vertical-align: text-top;
  position: absolute;
  top: 0;
  left: 0;
}

.available-list li.unavailable {
  opacity: 0.7;
}

.available-list li.unavailable:before {
  color: var(--white-color);
}

.price-card {
  padding: 40px;
  background-color: var(--theme-color);
  border-radius: 20px;
  position: relative;
  margin: 20px;
  z-index: 2;
}

.price-card:before {
  content: "";
  position: absolute;
  inset: -20px;
  background-color: var(--theme-color);
  opacity: 0.2;
  border-radius: 30px;
  z-index: -1;
}

.price-card_price {
  color: var(--body-color);
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.price-card_price .currency {
  font-size: 24px;
}

.price-card_price .duration {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
}

.price-card_title {
  border-bottom: 3px solid var(--body-color);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: -0.24em;
  margin-bottom: 20px;
  color: var(--white-color);
}

.price-card_img {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1;
}

.price-card .available-list {
  border-top: 1px dashed var(--body-color);
  padding-top: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.price-card .as-btn {
  background-color: var(--body-color);
}

@media (max-width: 1500px) {
  .price-card_img {
    max-width: 100px;
  }
}

@media (max-width: 375px) {
  .price-card {
    padding: 40px 25px;
    margin: 15px;
  }
  .price-card:before {
    inset: -15px;
  }
}

@media (max-width: 340px) {
  .price-card_img {
    max-width: 70px;
  }
}

[dir="rtl"] .ml-5 {
  margin-right: 5px;
  margin-left: 0;
}

[dir="rtl"] .ml-10 {
  margin-right: 10px;
  margin-left: 0;
}

[dir="rtl"] .ml-15 {
  margin-right: 15px;
  margin-left: 0;
}

[dir="rtl"] .ml-20 {
  margin-right: 20px;
  margin-left: 0;
}

[dir="rtl"] .ml-25 {
  margin-right: 25px;
  margin-left: 0;
}

[dir="rtl"] .ml-30 {
  margin-right: 30px;
  margin-left: 0;
}

[dir="rtl"] .ml-35 {
  margin-right: 35px;
  margin-left: 0;
}

[dir="rtl"] .ml-40 {
  margin-right: 40px;
  margin-left: 0;
}

[dir="rtl"] .ml-45 {
  margin-right: 45px;
  margin-left: 0;
}

[dir="rtl"] .ml-50 {
  margin-right: 50px;
  margin-left: 0;
}

[dir="rtl"] .mr-5 {
  margin-left: 5px;
  margin-right: 0;
}

[dir="rtl"] .mr-10 {
  margin-left: 10px;
  margin-right: 0;
}

[dir="rtl"] .mr-15 {
  margin-left: 15px;
  margin-right: 0;
}

[dir="rtl"] .mr-20 {
  margin-left: 20px;
  margin-right: 0;
}

[dir="rtl"] .mr-25 {
  margin-left: 25px;
  margin-right: 0;
}

[dir="rtl"] .mr-30 {
  margin-left: 30px;
  margin-right: 0;
}

[dir="rtl"] .mr-35 {
  margin-left: 35px;
  margin-right: 0;
}

[dir="rtl"] .mr-40 {
  margin-left: 40px;
  margin-right: 0;
}

[dir="rtl"] .mr-45 {
  margin-left: 45px;
  margin-right: 0;
}

[dir="rtl"] .mr-50 {
  margin-left: 50px;
  margin-right: 0;
}

[dir="rtl"] .pl-5 {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] .pl-10 {
  padding-left: 0;
  padding-right: 10px;
}

[dir="rtl"] .pl-15 {
  padding-left: 0;
  padding-right: 15px;
}

[dir="rtl"] .pl-20 {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .pl-25 {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] .pl-30 {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] .pl-35 {
  padding-left: 0;
  padding-right: 35px;
}

[dir="rtl"] .pl-40 {
  padding-left: 0;
  padding-right: 40px;
}

[dir="rtl"] .pl-45 {
  padding-left: 0;
  padding-right: 45px;
}

[dir="rtl"] .pl-50 {
  padding-left: 0;
  padding-right: 50px;
}

[dir="rtl"] .pr-5 {
  padding-right: 0;
  padding-left: 5px;
}

[dir="rtl"] .pr-10 {
  padding-right: 0;
  padding-left: 10px;
}

[dir="rtl"] .pr-15 {
  padding-right: 0;
  padding-left: 15px;
}

[dir="rtl"] .pr-20 {
  padding-right: 0;
  padding-left: 20px;
}

[dir="rtl"] .pr-25 {
  padding-right: 0;
  padding-left: 25px;
}

[dir="rtl"] .pr-30 {
  padding-right: 0;
  padding-left: 30px;
}

[dir="rtl"] .pr-35 {
  padding-right: 0;
  padding-left: 35px;
}

[dir="rtl"] .pr-40 {
  padding-right: 0;
  padding-left: 40px;
}

[dir="rtl"] .pr-45 {
  padding-right: 0;
  padding-left: 45px;
}

[dir="rtl"] .pr-50 {
  padding-right: 0;
  padding-left: 50px;
}

[dir="rtl"] select,
[dir="rtl"] .form-control,
[dir="rtl"] .form-select,
[dir="rtl"] textarea,
[dir="rtl"] input {
  padding-left: 45px;
  padding-right: 25px;
}

[dir="rtl"] [class*="col-"].form-group > i {
  left: calc((var(--bs-gutter-x) / 2) + 25px);
  right: unset;
}

[dir="rtl"] .form-group > i {
  left: 25px;
  right: unset;
}

[dir="rtl"] .checklist ul {
  text-align: right;
  padding-right: 0;
}

[dir="rtl"] .checklist li {
  padding-left: 0;
  padding-right: 28px;
}

[dir="rtl"] .checklist li:before {
  left: unset;
  right: 0;
}

[dir="rtl"] .link-btn > i {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] .slick-dots li {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .slick-dots li:last-child {
  margin-left: 0;
}

[dir="rtl"] .blog-meta.style2 span,
[dir="rtl"] .blog-meta.style2 a {
  margin-right: 0;
  margin-left: 25px;
  padding-right: 0;
}

[dir="rtl"] .blog-meta.style2 span:last-child,
[dir="rtl"] .blog-meta.style2 a:last-child {
  margin-left: 0;
}

[dir="rtl"] .blog-meta.style2 span i,
[dir="rtl"] .blog-meta.style2 a i {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .header-links li:not(:last-child) {
  margin: 0;
  padding: 0;
}

[dir="rtl"] .header-links li:not(:last-child):before {
  display: none;
}

[dir="rtl"] .header-links li:not(:first-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}

[dir="rtl"] .header-links li:not(:first-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[dir="rtl"] .header-links li > i {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .header-social a {
  margin: 0 0 0 15px;
}

@media (max-width: 375px) {
  [dir="rtl"] .header-social a {
    margin: 0 0 0 10px;
  }
}

[dir="rtl"] .header-social a:last-child {
  margin: 0;
}

[dir="rtl"] .menu-expand i {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .main-menu > ul > li:first-child {
  margin-left: 15px !important;
  margin-right: 0 !important;
}

[dir="rtl"] .main-menu > ul > li:last-child {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

[dir="rtl"] .main-menu .mega-menu,
[dir="rtl"] .main-menu .sub-menu {
  text-align: right;
}

[dir="rtl"] .main-menu .mega-menu li a,
[dir="rtl"] .main-menu .sub-menu li a {
  padding-left: 0;
  padding-right: 23px;
}

[dir="rtl"] .main-menu .mega-menu li a:before,
[dir="rtl"] .main-menu .sub-menu li a:before {
  left: unset;
  right: 0;
}

[dir="rtl"] .main-menu .sub-menu {
  left: unset;
  right: -23px;
}

[dir="rtl"] .dept-menu > ul > li:first-child {
  margin-left: 15px !important;
  margin-right: 0 !important;
}

[dir="rtl"] .dept-menu > ul > li:last-child {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

[dir="rtl"] .dept-menu .mega-menu,
[dir="rtl"] .dept-menu .sub-menu {
  text-align: right;
}

[dir="rtl"] .dept-menu .mega-menu li a,
[dir="rtl"] .dept-menu .sub-menu li a {
  padding-left: 0;
  padding-right: 23px;
}

[dir="rtl"] .dept-menu .mega-menu li a:before,
[dir="rtl"] .dept-menu .sub-menu li a:before {
  left: unset;
  right: 0;
}

[dir="rtl"] .dept-menu .sub-menu {
  left: unset;
  right: -23px;
}

[dir="rtl"] .category-menu {
  text-align: right;
  left: unset;
  right: -23px;
}

[dir="rtl"] .category-menu a {
  padding-left: 0;
  padding-right: 23px;
}

[dir="rtl"] .category-menu a:before {
  left: unset;
  right: 0;
}

[dir="rtl"] .header-layout2 .header-button {
  padding-left: 0;
  padding-right: 30px;
  margin-left: 0;
  margin-right: 6px;
}

[dir="rtl"] .header-layout2 .header-button:before {
  left: unset;
  right: 0;
}

[dir="rtl"] .popup-search-box form input {
  padding-right: 65px;
}

[dir="rtl"] .as-menu-wrapper .as-menu-toggle {
  left: -16.5px;
  right: unset;
  top: 25px;
}

[dir="rtl"] .as-menu-wrapper .as-menu-area {
  right: -110%;
  border-left: 3px solid var(--theme-color);
  border-right: none;
}

[dir="rtl"] .as-menu-wrapper.as-body-visible .as-menu-area {
  right: 0%;
}

[dir="rtl"] .as-mobile-menu {
  text-align: right;
}

[dir="rtl"] .as-mobile-menu ul li a {
  padding-left: 0;
  padding-right: 18px;
}

[dir="rtl"] .as-mobile-menu ul li a:before {
  left: unset;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[dir="rtl"] .as-mobile-menu ul li a:after {
  display: none;
}

[dir="rtl"] .as-mobile-menu ul .as-item-has-children > a .as-mean-expand {
  right: unset;
  left: 0;
}

[dir="rtl"] .footer-widget.widget_meta a,
[dir="rtl"] .footer-widget.widget_pages a,
[dir="rtl"] .footer-widget.widget_archive a,
[dir="rtl"] .footer-widget.widget_categories a,
[dir="rtl"] .footer-widget.widget_nav_menu a {
  padding: 0 25px 0 0;
}

[dir="rtl"] .footer-widget.widget_meta a:before,
[dir="rtl"] .footer-widget.widget_pages a:before,
[dir="rtl"] .footer-widget.widget_archive a:before,
[dir="rtl"] .footer-widget.widget_categories a:before,
[dir="rtl"] .footer-widget.widget_nav_menu a:before {
  left: unset;
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

[dir="rtl"] .footer-widget input,
[dir="rtl"] .footer-widget select {
  text-align: right;
}

[dir="rtl"] .footer-links li {
  margin-left: 20px;
}

[dir="rtl"] .about-content {
  padding-left: 0;
  padding-right: 56px;
}

@media (max-width: 1500px) {
  [dir="rtl"] .about-content {
    padding-right: 0;
  }
}

[dir="rtl"] .img-box4 {
  padding-left: 0;
  padding-right: 56px;
}

@media (max-width: 1500px) {
  [dir="rtl"] .img-box4 {
    padding-right: 0;
  }
}

[dir="rtl"] .img-left {
  left: unset;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

[dir="rtl"] .course-meta a i,
[dir="rtl"] .course-meta span i {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] .course-img .tag {
  left: 20px;
  right: unset;
}

.more-contact {
  display: none;
}

.contact-moreless-button {
  cursor: pointer;
}

.footer-icon {
  width: 35px;
  height: 35px;
  display: flex;
  background: #fff;
  color: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.header-icon {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.border-theme {
  border-color: var(--theme-color) !important;
}

.studentcontent {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Button Two*/

.button-two {
  border-radius: 4px;
  background-color: var(--theme-color);
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  transition: all 0.5s;
  display: block;
  text-align: center;
}

.button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-two img {
  content: "\f15b";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0px;
  transition: 0.5s;
  width: 25px;
  height: 25px;
}

.button-two:hover span {
  padding-left: 40px;
  color: #fff;
}

.button-two:hover img {
  opacity: 1;
  left: 0;
}

/*Button one*/

.button-one {
  border-radius: 4px;
  background-color: #ffffff;
  border: none;
  color: rgb(0, 0, 0);
  padding: 10px;
  font-weight: 600;
  transition: all 0.5s;
  display: block;
  text-align: center;
}

.button-one span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-one img {
  content: "\f15b";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0px;
  transition: 0.5s;
  width: 25px;
  height: 25px;
}

.button-one:hover span {
  padding-left: 40px;
  color: rgb(0, 0, 0);
}

.button-one:hover img {
  opacity: 1;
  left: 0;
}

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

.w-90 {
  width: 90% !important;
}

.w-60 {
  width: 60% !important;
}

.font-10px {
  font-size: 10px !important;
}

.news-list-img {
  width: 100%;
  height: 250px !important;
}

.event-list-img {
  height: 225px !important;
  width: 300px;
}

.about-blog-img {
  width: 350px !important;
  height: 140px !important;
}

.text-justify {
  text-align: justify !important;
}

.shadow-md {
  box-shadow: 1px 4px 8px 2px rgba(0, 0, 0, 0.175);
}

.text-black {
  color: #000 !important;
}

.department-img2:hover .department-img {
  display: inline-block;
  padding: 10px;
  border: 2px solid #0065c3;
  border-radius: 10px;
  margin: 0;
}

.department-img2 .department-img {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 auto;
  margin: 10px;
  padding: 0;
}

.department-img2:hover .department-img-border {
  display: inline-block;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 0;
}

.department-img2 .department-img-border {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 auto;
  margin: 10px;
  padding: 0;
}

.department-img1 {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position-x: center !important;
  width: 22vw;
  height: 220px !important;
  margin: 0 auto;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: #0065c3;
}

.department-img3 {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position-x: center !important;
  width: 15vw;
  height: 220px !important;
  margin: 0 auto;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: #0065c3;
}

/* Start Nav Styles */

.sildernavbar {
  position: relative;
  z-index: 1;
  /*top: 57%;
    left: 30px;*/
  transform: translateY(-50%);
  padding: 30px 30px 30px 25px;
  width: 25%;
  border-radius: 50px;
  top: 250px;
  left: 20px;
}

.sildernavbar .nav-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sildernavbar .nav-menu li {
  position: relative;
  min-width: 200px;
  text-align: left;
  height: 35px;
}

.sildernavbar .nav-menu li .dot {
  display: block;
  color: #fff;
  padding: 5px 0;
  position: relative;
}

.sildernavbar .nav-menu li .dot::before,
.sildernavbar .nav-menu li .dot::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  transition: all 0.3s ease;
}

.sildernavbar .nav-menu li .dot::before {
  width: 10px;
  height: 10px;
  left: 0;
  border: 2px solid #fff;
  transform: translateY(-50%);
  background-color: #fff;
}

.sildernavbar .nav-menu li .dot::after {
  width: 20px;
  height: 20px;
  border: 2px solid #0065c3;
  left: -5px;
  transform: translateY(-50%) scale(0);
  border-radius: 50%;
}

.sildernavbar .nav-menu li .dot.active::before,
.sildernavbar .nav-menu li:hover .dot::before {
  background: #0065c3;
  border-color: #0065c3;
}

.sildernavbar .nav-menu li .dot.active::after,
.sildernavbar .nav-menu li:hover .dot::after {
  transform: translateY(-50%) scale(1);
}

.sildernavbar .nav-menu li .dot span {
  display: inline-block;
  opacity: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 3px;
  background: #0065c3;
  margin-left: 30px;
  transform: translateX(20px);
  transition: all 0.3s ease;
  backdrop-filter: blur(100px);
  color: #fff;
  font-size: 14px;
  position: relative;
  top: 0;
}

.placedstudent-card {
  background-color: rgb(255, 255, 255);
  border: 1px solid #eee;
  border-radius: 50px 50px 0px 0px;
}

.sildernavbar .nav-menu li .dot span::before {
  display: block;
  position: absolute;
  content: "";
  border-right: 7px solid #0065c3;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  transform: translate(7px, -50%);
  left: -13px;
  transition: all 0.3s ease;
}

.sildernavbar .nav-menu li .dot.active span,
.sildernavbar .nav-menu li:hover .dot span {
  transform: translateX(0px);
  opacity: 1;
}

/* End Nav Styles */

.sildersidebar {
  height: 85vh;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  width: 1%;
  z-index: 9;
}

.sildermain {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.silderwrapper {
  display: flex;
  justify-content: space-between;
}

/* Start Nav Styles */

.dept1-sildernavbar {
  width: 100%;
}

.dept1-sildernavbar .nav-menu {
  margin: 0;
  padding: 10px 30px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  background: #000;
  border-radius: 100px;
}

.dept1-sildernavbar .nav-menu div {
  position: relative;
  width: 100px;
  text-align: left;
  position: relative;
  width: 100px;
  text-align: left;
  display: flex;
  justify-content: center;
  height: 35px;
}

.dept1-sildernavbar .nav-menu div .dot {
  display: inline-block;
  color: #fff;
  position: relative;
}

.dept1-sildernavbar .nav-menu div .dot::before,
.dept1-sildernavbar .nav-menu div .dot::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  transition: all 0.3s ease;
}

.dept1-sildernavbar .nav-menu div .dot::before {
  width: 10px;
  height: 10px;
  left: 0;
  border: 2px solid #fff;
  transform: translateY(-50%);
  background-color: #fff;
}

.dept1-sildernavbar .nav-menu div .dot::after {
  width: 20px;
  height: 20px;
  border: 2px solid #0065c3;
  left: -5px;
  transform: translateY(-50%) scale(0);
  border-radius: 50%;
}

.dept1-sildernavbar .nav-menu div .dot.active::before,
.dept1-sildernavbar .nav-menu div:hover .dot::before {
  background: #0065c3;
  border-color: #0065c3;
}

.dept1-sildernavbar .nav-menu div .dot.active::after,
.dept1-sildernavbar .nav-menu div:hover .dot::after {
  transform: translateY(-50%) scale(1);
}

.dept1-sildernavbar .nav-menu div .dot span {
  display: inline-block;
  opacity: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 3px;
  background: #0065c3;
  margin-left: 30px;
  transform: translateX(20px);
  transition: all 0.3s ease;
  backdrop-filter: blur(100px);
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: -60px;
  left: -65px;
  width: max-content;
}

.placedstudent-card {
  background-color: rgb(255, 255, 255);
  border: 1px solid #eee;
  border-radius: 50px 50px 0px 0px;
}

.dept1-sildernavbar .nav-menu div .dot span::before {
  display: block;
  position: absolute;
  content: "";
  border-right: 7px solid #0065c3;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  transform: translate(7px, -50%);
  left: -13px;
  transition: all 0.3s ease;
}

.dept1-sildernavbar .nav-menu div .dot.active span,
.dept1-sildernavbar .nav-menu div:hover .dot span {
  transform: translateX(0px);
  opacity: 1;
}

/* End Nav Styles */

.dept1-sildersidebar {
  width: 100%;
  position: fixed;
  bottom: 5%;
  z-index: 9;
}

.dept1-sildermain {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sildernavbar .dot.active span {
  opacity: 0 !important;
}

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

.h-60px {
  height: 60px;
}

.department-img2:hover .box-effect {
  box-shadow: none !important;
}

.box-effect {
  transition: all 0.3s ease-in-out;
}

.half-circle {
  position: relative;
  transition: all 0.3s;
}

.half-circle::before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background-color: #0065c3;
  border-radius: 50px 50px 10px 10px;
}

.department-img2:hover .half-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65px;
  background-color: #0065c3;
  border-radius: 50px 50px 10px 10px;
}

.full-circle::before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
  z-index: -1;
  background-color: #0065c3;
  border-radius: 50px 50px 10px 10px;
}

.department-img2:hover .full-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0065c3;
  border-radius: 10px;
}

.text-underline {
  text-decoration: underline !important;
}

.bg-half-theme {
  background-image: linear-gradient(to left, #f3f7fb, #f3f7fb);
  background-repeat: no-repeat;
  background-size: 100% 70%;
  background-position: bottom center;
}

/* Department section CSS */

.dept-text {
  color: #140342 !important;
}

.dept-text1 {
  color: #dd2d67 !important;
}

.dept-text2 {
  color: #2f00b0 !important;
}

.dept-bg {
  background-color: #140342 !important;
}

.dept-border {
  border-color: #140342 !important;
}

.backdrop-blur {
  backdrop-filter: blur(20px);
}

.dept-light {
  background-color: #eef2f6 !important;
}

.dept-header {
  background-color: #fff;
  border-radius: 0 0 80px 80px;
}

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

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

.bottom-50px {
  bottom: 50px !important;
}

.bottom-30px {
  bottom: 30px !important;
}

.dept-abt-size {
  width: 290px;
  height: 220px !important;
}

.circle-before:before {
  content: "";
  background-color: #ff000063;
  border-radius: 0;
  position: absolute;
  width: 300px;
  height: 300px;
  top: 55px;
  left: 135px;
  filter: blur(60px);
}

.bottom-25px {
  bottom: 25px !important;
}

.-top-30px {
  top: -30px !important;
}

.left-100px {
  left: 100px !important;
}

.right-120px {
  right: 120px !important;
}

.dept-hod-before::before {
  content: "";
  background-color: var(--theme-color2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 410px;
}

.left-20px {
  left: 20px !important;
}

.right-10px {
  right: 10px !important;
}

.left-10px {
  left: 10px !important;
}

.h-300px {
  height: 300px !important;
}

.h-450px {
  height: 450px !important;
}

.bottom-20px {
  bottom: 20px !important;
}

.dept-bg-half {
  background-image: linear-gradient(to left, #140342, #140342);
  background-repeat: no-repeat;
  background-size: 100% 70%;
  background-position: bottom center;
}

.h-90vh {
  height: 90vh;
}

.h-95vh {
  height: 95vh;
}

.dept-btn {
  background-color: #140342;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: ease-in-out 0.5s;
}

.dept-btn:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.dept-btn1 {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: ease-in-out 0.5s;
}

.dept-btn1:hover {
  background-color: #140342;
  color: #fff;
  border: 2px solid transparent;
}

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.bottom-before {
  position: relative;
  border: 3px solid #f6f6f6;
  transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.bottom-before:before {
  content: "";
  width: 90%;
  position: absolute;
  height: 13px;
  bottom: -8px;
  left: 5%;
  z-index: 1;
  background: #140342b8;
  border-radius: 15px;
  transition: ease-in-out 0.3s;
}

.bottom-before:hover:before {
  content: "";
  background: #1e0070;
}

.shadow-none-hover:hover {
  box-shadow: none;
}

.dept-gallery .tab-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: -0.4em;
}

.dept-gallery .tab-menu2 button {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  line-height: 1.556;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  border: 2px solid #140342;
  border-radius: 10px;
  padding: 8px 30px;
  background: #fff;
}

.dept-gallery .tab-menu2 button:hover {
  color: #140342;
}

.dept-gallery .tab-menu2 button.active {
  color: #fff;
  background-color: #140342;
}

.dept-gallery .tab-menu2 button.active:before,
.dept-gallery .tab-menu2 button.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.dept-gallery .tab-menu2 button.active:before {
  bottom: calc(100% + 9px);
}

.dept-gallery .tab-menu2 button.active:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.dept-gallery .gallery-img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}

.dept-gallery .gallery-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.dept-gallery .gallery-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0a2548;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.dept-gallery .gallery-btn {
  background-color: var(--white-color);
  color: #140342;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.dept-gallery .gallery-btn:hover {
  background-color: #140342;
  color: var(--white-color);
}

.dept-gallery .gallery-card {
  position: relative;
}

.dept-gallery .gallery-card .gallery-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.dept-gallery .gallery-card .gallery-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
}

.dept-gallery .gallery-card .gallery-tag {
  color: var(--white-color);
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.dept-gallery .gallery-card:hover .gallery-img:before {
  visibility: visible;
  opacity: 0.8;
}

.dept-gallery .gallery-card:hover .gallery-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.dept-gallery .gallery-card:hover .gallery-btn {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.dept-gallery .gallery-card:hover .gallery-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .dept-gallery .gallery-card .gallery-tag {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .dept-gallery .gallery-img img {
    min-height: 320px;
    object-fit: cover;
  }
}

.-mt-20px {
  margin-top: -20px !important;
}

.-mt-30px {
  margin-top: -30px !important;
}

.dept-gallery-img {
  height: 250px !important;
  width: 100% !important;
}

.dept-gallery-text {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-130px {
  height: 130px !important;
}

.w-130px {
  width: 130px !important;
}

.alumni-box {
  border-radius: 5px 50px 5px 50px !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.175);
  transition: ease-in-out 0.3s;
}

.alumni-box:hover {
  transform: translateY(-5px);
  box-shadow: 1px 4px 8px 2px rgba(0, 0, 0, 0.175);
}

.vision-hover {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.vision-hover h4,
.vision-hover p,
.vision-hover li {
  transition: ease-in-out 0.4s;
}

.vision-hover:before {
  content: "";
  background-color: #140342;
  width: 90%;
  height: 20px;
  margin: 0 auto;
  border-radius: 0px 0px 15px 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: ease-in-out 0.3s;
}

.vision-hover:hover:before {
  width: 100%;
  height: 500px;
}

.vision-hover:hover h4,
.vision-hover:hover p,
.vision-hover:hover li {
  color: #fff;
}

.w-100px {
  width: 100px !important;
}

.h-100px {
  height: 100px !important;
}

.h92px {
  height: 92px !important;
}

.h80px {
  height: 80px !important;
}

.w-6 {
  width: 6% !important;
}

.w-8 {
  width: 8% !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.top-25px {
  top: 25px !important;
}

.oneline-hidden {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.twoline-hidden {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.threeline-hidden {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.word-break {
  word-break: break-word;
  width: 80%;
}

.font-14px {
  font-size: 14px !important;
}

.w-70px {
  width: 70px;
}

.w-80px {
  width: 80px;
}

.w-200px {
  width: 200px;
}

.news-detail-box {
  background: #e9effb;
  padding: 9px;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 15px;
  right: 15px;
  border: 2px solid #ffffff;
}

.index-news-box {
  border-radius: 15px 5px 30px 5px !important;
  transition: ease-in-out 0.3s;
}

.innovation-hov {
  position: relative;
  transition: ease-in-out 0.5s;
  overflow: hidden;
  z-index: 1;
}

.innovation-hov:hover .dept-btn {
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
}

.innovation-hov h6,
.innovation-hov p {
  transition: ease-in-out 0.3s;
}

.innovation-hov:hover h6,
.innovation-hov:hover p {
  color: #fff;
}

.innovation-hov:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 85px;
  top: -5px;
  background: #eee;
  left: -30px;
  border-radius: 25px 0px 25px 25px;
  transition: ease-in-out 0.5s;
  z-index: -1;
}

.innovation-hov:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 280px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px 0px 25px 0px;
  background-color: #140342;
}

.innovation-count {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding: 27px 13px;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.innovation-hov:hover .innovation-count {
  color: #fff;
}

.dept-border:hover .news-detail-box {
  box-shadow: 1px 2px 1px 0px rgb(0 0 0 / 18%);
}

.dept-border:hover .news-detail-box {
  transition: ease-in-out 0.3s;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index--1 {
  z-index: -1 !important;
}

.z-index-0 {
  z-index: -0 !important;
}

.h-70px {
  height: 70px !important;
}

.gallery-eff .gallery-hov {
  position: relative;
  transition: ease-in-out 0.3s;
  overflow: hidden;
  z-index: 1;
}

.gallery-eff .gallery-hov h6 {
  transition: ease-in-out 0.3s;
}

.gallery-eff:hover .gallery-hov h6 {
  color: #fff;
}

.gallery-eff .gallery-hov:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20%;
  left: 45%;
  border-radius: 50%;
  transition: ease-in-out 0.3s;
  z-index: -1;
}

.gallery-eff:hover .gallery-hov:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0%;
  background-color: #140342;
}

.border-dash {
  border-style: dashed;
}

.border-top-hov {
  border-top: 5px solid transparent;
  transition: ease-in-out 0.3s;
}

.border-top-hov:hover {
  border-top: 5px solid #140342;
}

.shadow-hover {
  box-shadow: 1px 4px 8px 2px rgb(0 0 0 / 0%);
  transition: ease-in-out 0.3s;
}

.shadow-hover:hover {
  box-shadow: 1px 4px 8px 2px rgb(0 0 0 / 18%);
}

.funding-after-eff:after {
  content: "";
}

.faculty-media {
  background: #140342;
  padding: 4px 10px;
  border-radius: 50px;
  margin: 0px 5px;
  color: #fff;
  font-size: 14px;
}

.team-card .team-info .view-btn {
  color: #000;
}

.team-card:hover .team-info .view-btn {
  color: #fff;
}

.team-card:hover .team-info .faculty-media {
  color: #140342;
  background: #fff;
}

.hoiv {
  position: relative;
}

.hoiv::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 33px;
  border: 15px;
  background: #140342;
  width: 90%;
  height: 15px;
  border-radius: 50px;
  z-index: 2;
}

.hoiv::before {
  content: "";
  position: absolute;
  top: 360px;
  bottom: -520px;
  right: -880px;
  left: 740px;
  background: #140342;
  transform: rotateZ(-70deg) translate(-100%, -100%);
  transform-origin: top left;
  transition: transform 0.5s;
  transition-timing-function: linear;
  z-index: -1;
}

.hoiv:hover {
  filter: contrast(1.2);
  box-shadow: 1px 4px 8px 2px rgb(0 0 0 / 18%);
}

.hoiv:hover::before {
  transform: rotate(-180deg) translate(0%, 0%);
}

.research-count {
  display: flex;
  width: 60px;
  height: 60px;
  background: #140342;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 45%;
}

.section-box .list-box {
  display: flex;
}

.section-box .box,
.section-box .box::before,
.section-box .box::after {
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
}

.section-box .box {
  background-color: #fff;
  box-shadow: 1px 0px 5px 3px #40404024;
  padding: 25px 15px;
  border-radius: 5px 25px 25px 25px;
  position: relative;
}

.section-box .box::before,
.section-box .box::after {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  border-radius: 25px;
  transition: transform 0.2s linear;
}

.section-box .box:hover::before,
.section-box .box:hover::after {
  transform: skewY(0);
  bottom: 7px;
}

.section-box .box::before {
  transform: skewY(2deg);
  background-color: #7f91f5;
  bottom: -7px;
  z-index: -1;
  transition: ease-in-out 0.3s;
}

.section-box .box::after {
  transform: skewY(4deg);
  background-color: #140342;
  bottom: -15px;
  z-index: -2;
  transition: ease-in-out 0.3s;
}

.section-box .box {
  border-top: 3px solid #140342;
}

@media screen and (max-width: 600px) {
  .section-box {
    height: auto;
    padding: 50px 0;
  }
  .section-box .list-box {
    flex-direction: column;
  }
  .section-box .list-box .box:not(:first-child) {
    margin-top: 80px;
  }
}

.news-hover:hover {
  transform: translateY(-10px);
}

.news-hover {
  transition: ease-in-out 0.4s all;
}

.dept-event {
  position: relative;
}

.first-card {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 4px 8px 2px rgb(0 0 0 / 18%);
  z-index: 1;
}

.back-card,
.thid-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in;
  background: #979797;
  z-index: 0;
}

.dept-event:hover .back-card {
  transform: rotate(3deg);
}

.dept-event:hover .thid-card {
  transform: rotate(-3deg);
}

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

.dept-event-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 205px;
  border-radius: 10px;
}

.popup-design:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 100px 0;
  z-index: 0;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  background-color: #140342;
}

.popup-design:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 80px 0 0 0;
  z-index: 0;
  width: 70px;
  height: 70px;
  border: 4px solid #fff;
  background-color: #140342;
}

.brand-hover {
  transition: ease-in-out 0.3s;
}

.brand-hover:hover {
  transform: scale(1.1);
}

.dept-news-img {
  width: 30%;
  height: 110px;
}

.index-dept-img {
  width: 100%;
  height: 300px;
}

.coe-img {
  width: 100%;
  /*height: 300px;*/
  height: 250px;
}

.ceo-hover-eff::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  background-color: #0065c3;
  transition: ease-in-out 0.3s;
  border-radius: 0 0 20% 20%;
  z-index: 0;
}

.ceo-hover-eff:hover:before {
  width: 100%;
  height: 400px;
  top: 25%;
  left: 0;
}

.ceo-hover-eff:hover .course-title a {
  color: #fff;
}

.ceo-hover-eff .course-title a {
  color: #000;
}

.table-border-0 {
  border: 0 solid transparent !important;
}

.gallery-hov .gallery-border {
  border: 4px solid transparent;
  box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 18%);
  transition: ease-in-out 0.3s;
}

.gallery-hov:hover .gallery-border {
  box-shadow: 1px 3px 7px 2px rgb(0 0 0 / 18%);
  border: 4px solid #0065c3;
}

td {
  vertical-align: middle !important;
  padding: 10px 15px !important;
}

.super-before {
  position: relative;
}

.super-before::before {
  content: "";
  width: 0%;
  height: 0;
  border-radius: 0 10px 0 50px;
  position: absolute;
  top: 0;
  right: 0;
  transition: ease-in-out 0.3s;
}

.super-before:hover:before {
  background-color: #0065c3;
  width: 55px;
  height: 55px;
}

.mems-img {
  width: 200px;
  height: 170px !important;
  margin: 0 auto;
}

.committee-img {
  width: 100%;
  height: 400px !important;
  margin: 0 auto;
}

.sh {
  box-shadow: 1px 4px 4px 2px rgb(0 0 0 / 18%);
}

.sh:hover {
  box-shadow: 1px 4px 8px 2px rgb(0 0 0 / 18%);
}

.staff-eff .staff-hov {
  box-shadow: 3px 3px 5px 1px #00000029;
  transition: ease-in-out 0.3s all;
}

.staff-eff:hover .staff-hov {
  box-shadow: 1px 1px 5px 1px #0000000a;
}

.facilities-img {
  height: 410px;
  width: 100%;
  background-size: contain;
}

.facility-staff {
  width: 175px;
  height: 225px !important;
  border-radius: 10px;
  margin: 0 auto;
}

.nss-staff {
  width: 100%;
  height: 300px !important;
  border-radius: 10px;
  margin: 0 auto;
}

.library-btn {
  transition: ease-in-out 0.3s all;
  z-index: 0;
  padding: 30px;
  overflow: hidden;
}

.library-btn:before {
  content: "";
  position: absolute;
  background-color: #0065c3;
  transition: ease-in-out 0.4s all;
  z-index: -1;
  width: 100%;
  height: 75px;
  border-radius: 0px 0px 50% 50%;
  right: 0;
  top: 0;
  left: 0;
}

.library-btn:hover h6 {
  color: #0065c3;
}

.lib-img {
  height: 250px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.h-75px {
  height: 75px !important;
}

.library-team-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 3px solid #fff;
}

.library-team {
  position: relative;
}

.library-team:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background-color: #0065c3;
  border-radius: 10px;
  border-bottom: 3px solid #fff;
}

.library-adv-team {
  background-color: #f3f7fb;
  transition: ease-in-out 0.3s;
}

.library-adv-team:hover {
  background-color: #ff4949;
}

.library-adv-team .library-advimg-hov {
  border: 2px dashed transparent;
  display: inline-block;
  border-radius: 50%;
  padding: 15px;
  transition: ease-in-out 0.3s;
}

.library-adv-team:hover .library-advimg-hov {
  border: 2px dashed #fff;
}

.library-adv-team:hover h6,
.library-adv-team:hover p {
  color: #fff;
}

.library-adv-team .team-dept-text {
  color: #ff4949;
}

.library-adv-team:hover .team-dept-text {
  color: #fff;
}

.library-adv-teamimg {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.infed-img {
  width: 100%;
  height: 363px;
}

.h-lg-100 {
  height: 100%;
}

.w-320px {
  width: 320px !important;
}

.left-50 {
  left: 50% !important;
}

.solution_cards_box .solution_card {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(136 144 195 / 20%),
    0 5px 15px 0 rgb(37 44 97 / 15%);
  border-radius: 10px;
  /* margin: 8px; */
  padding: 20px 20px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* min-height: 265px; */
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #0065c3;
  color: #fff;
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(255 255 255 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.hover_color_bubble {
  position: absolute;
  background: rgb(255 255 255 / 10%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 80px;
  height: 80px;
  padding: 12px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.img-box5 .shape1 {
  top: -120px;
  left: -120px;
  z-index: 3;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
  position: absolute;
}

.img-box5 {
  position: relative;
}

.index-rotate {
  animation: rotation 20s infinite linear;
}

.left-50px {
  left: 50px !important;
}

.bottom--30px {
  bottom: -30px !important;
}

.w-85 {
  width: 85% !important;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.brand-img-size {
  width: 150px;
  height: 90px;
  padding: 10px;
  border-radius: 10px;
}

.brand-img1 {
  position: absolute;
  top: 33%;
  left: 0%;
}

.brand-img2 {
  position: absolute;
  top: 0;
  left: 12%;
}

.brand-img3 {
  position: absolute;
  top: 75%;
  left: 5%;
}

.brand-img4 {
  position: absolute;
  top: 42%;
  left: 18%;
}

.brand-img4a {
  position: absolute;
  top: 85%;
  left: 24%;
}

.brand-img5 {
  position: absolute;
  top: 33%;
  right: 0%;
}

.brand-img6 {
  position: absolute;
  top: 0;
  right: 12%;
}

.brand-img7 {
  position: absolute;
  top: 75%;
  right: 5%;
}

.brand-img8 {
  position: absolute;
  top: 42%;
  right: 18%;
}

.brand-img8a {
  position: absolute;
  top: 85%;
  right: 24%;
}

.bg-color1 {
  background-color: rgb(255 244 0 / 10%);
}

.bg-color2 {
  background-color: rgb(0 101 195 / 7%);
}

.bg-color3 {
  background-color: rgb(255 0 226 / 7%);
}

.bg-color4 {
  background-color: rgb(0 204 24 / 7%);
}

.index-brand-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(2px);
}

.index1-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 300px;
  text-align: center;
  color: whitesmoke;
}

/* change */
/* Styling for the carousel arrows */
.carousel-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.carousel-arrows button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.carousel-arrows button:hover {
  opacity: 0.7;
}

.carousel-arrows .arrow-prev {
  margin-left: 20px;
}

.carousel-arrows .arrow-next {
  margin-right: 20px;
}

/* change */

@media (min-width: 600px) {
  .index1-card {
    height: 350px;
  }
}

.index1-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  background-color: rgb(0 0 0 / 30%);
}

.index1-card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.009) 11.7%,
    rgba(0, 0, 0, 0.034) 22.1%,
    rgba(0, 0, 0, 0.072) 31.2%,
    rgba(0, 0, 0, 0.123) 39.4%,
    rgba(0, 0, 0, 0.182) 46.6%,
    rgba(0, 0, 0, 0.249) 53.1%,
    rgba(0, 0, 0, 0.32) 58.9%,
    rgba(0, 0, 0, 0.394) 64.3%,
    rgba(0, 0, 0, 0.468) 69.3%,
    rgba(0, 0, 0, 0.54) 74.1%,
    rgba(0, 0, 0, 0.607) 78.8%,
    rgba(0, 0, 0, 0.668) 83.6%,
    rgba(0, 0, 0, 0.721) 88.7%,
    rgba(0, 0, 0, 0.762) 94.1%,
    rgba(0, 0, 0, 0.79) 100%
  );
  transform: translateY(-50%);
  transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
}

.index1-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0rem;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.index1-content > * + * {
  margin-top: 1rem;
}

.index1-title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.index1-copy {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
  color: #fff;
}

@media (hover: hover) and (min-width: 600px) {
  .index1-card:after {
    transform: translateY(0);
  }
  .index1-content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .index1-content > *:not(.index1-title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1),
      opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .index1-card:hover,
  .index1-card:focus-within {
    align-items: center;
  }
  .index1-card:hover:before,
  .index1-card:focus-within:before {
    transform: translateY(-4%);
  }
  .index1-card:hover:after,
  .index1-card:focus-within:after {
    transform: translateY(-50%);
  }
  .index1-card:hover .index1-content,
  .index1-card:focus-within .index1-content {
    transform: translateY(0);
  }
  .index1-card:hover .index1-content > *:not(.index1-title),
  .index1-card:focus-within .index1-content > *:not(.index1-title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(700ms / 8);
  }
  .index1-card:focus-within:before,
  .index1-card:focus-within:after,
  .index1-card:focus-within .index1-content,
  .index1-card:focus-within .index1-content > *:not(.index1-title) {
    transition-duration: 0s;
  }
}

.dept1-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
}

@media (min-width: 600px) {
  .dept1-card {
    height: 350px;
  }
}

.dept1-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  background-image: linear-gradient(1deg, #000000c4 50px, transparent 150px);
}

.dept1-card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.009) 11.7%,
    rgba(0, 0, 0, 0.034) 22.1%,
    rgba(0, 0, 0, 0.072) 31.2%,
    rgba(0, 0, 0, 0.123) 39.4%,
    rgba(0, 0, 0, 0.182) 46.6%,
    rgba(0, 0, 0, 0.249) 53.1%,
    rgba(0, 0, 0, 0.32) 58.9%,
    rgba(0, 0, 0, 0.394) 64.3%,
    rgba(0, 0, 0, 0.468) 69.3%,
    rgba(0, 0, 0, 0.54) 74.1%,
    rgba(0, 0, 0, 0.607) 78.8%,
    rgba(0, 0, 0, 0.668) 83.6%,
    rgba(0, 0, 0, 0.721) 88.7%,
    rgba(0, 0, 0, 0.762) 94.1%,
    rgba(0, 0, 0, 0.79) 100%
  );
  transform: translateY(-50%);
  transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
}

.dept1-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.dept1-content > * + * {
  margin-top: 1rem;
}

.dept1-title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.dept1-copy {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
  color: #fff;
}

@media (hover: hover) and (min-width: 600px) {
  .dept1-card:after {
    transform: translateY(0);
  }
  .dept1-content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .dept1-content > *:not(.dept1-title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1),
      opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .dept1-card:hover,
  .dept1-card:focus-within {
    align-items: center;
  }
  .dept1-card:hover:before,
  .dept1-card:focus-within:before {
    transform: translateY(-4%);
  }
  .dept1-card:hover:after,
  .dept1-card:focus-within:after {
    transform: translateY(-50%);
  }
  .dept1-card:hover .dept1-content,
  .dept1-card:focus-within .dept1-content {
    transform: translateY(0);
  }
  .dept1-card:hover .dept1-content > *:not(.dept1-title),
  .dept1-card:focus-within .dept1-content > *:not(.dept1-title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(700ms / 8);
  }
  .dept1-card:focus-within:before,
  .dept1-card:focus-within:after,
  .dept1-card:focus-within .dept1-content,
  .dept1-card:focus-within .dept1-content > *:not(.dept1-title) {
    transition-duration: 0s;
  }
}

.bg-attach {
  background-attachment: fixed !important;
}

.banner-eff {
  position: relative;
}

.banner-eff::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  backdrop-filter: blur(5px);
  position: absolute;
  background-color: rgb(0 0 0 / 40%);
}

.banner-eff1::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 700px;
  border-radius: 100%;
  top: -110px;
  right: -370px;
  opacity: 0.5;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 95, 252, 0.6) 0%,
    rgba(0, 95, 252, 0.6) 0%,
    rgba(0, 95, 252, 0) 68%,
    rgba(0, 95, 252, 0) 100%
  );
  -webkit-background: radial-gradient(
    ellipse at center,
    rgba(0, 95, 252, 0.6) 0%,
    rgba(0, 95, 252, 0.6) 0%,
    rgba(0, 95, 252, 0) 68%,
    rgba(0, 95, 252, 0) 100%
  );
  z-index: -5;
}

.banner-eff1::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 900px;
  border-radius: 100%;
  top: 200px;
  left: -390px;
  opacity: 0.5;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 82, 25, 0.6) 0%,
    rgba(255, 82, 25, 0.6) 0%,
    rgba(255, 82, 25, 0) 68%,
    rgba(255, 82, 25, 0) 100%
  );
  -webkit-background: radial-gradient(
    ellipse at center,
    rgba(255, 82, 25, 0.6) 0%,
    rgba(255, 82, 25, 0.6) 0%,
    rgba(255, 82, 25, 0) 68%,
    rgba(255, 82, 25, 0) 100%
  );
  z-index: -5;
}

.index2-bannerimg {
  width: 100% !important;
  height: 450px;
}

.banner-img-bg::before {
  content: "";
  background-image: url(../images/home/icons/banner-img-bg.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 700px;
  z-index: -1;
  left: 15px;
}

.left-0 {
  left: 0 !important;
}

.banner-img-size1 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.banner-img-size2 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.banner-img-size3 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.banner-img-position1 {
  display: inline-block;
  position: absolute;
  top: -50px;
  left: 70px;
}

.banner-img-position3 {
  display: inline-block;
  position: absolute;
  bottom: -80px;
  left: 120px;
}

.octo,
.octo div {
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 400px;
  height: 400px;
}

.octo {
  transform: rotate(45deg);
}

.octo1 {
  transform: rotate(-45deg);
}

.index2-about:before {
  content: "";
  width: 150px;
  height: 800px;
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 150px;
  transform: rotate(-25deg);
  background-color: #0065c3;
}

.half-square::before {
  content: "";
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #eee;
  border-radius: 0px 15px 15px 0;
}

.accordion {
  border: solid 2px #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.accordion + .accordion {
  margin-top: 0.25rem;
}

.accordion:hover {
  background-color: #f5f5f5;
}

.accordion .accordion__title {
  list-style-type: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: #555555;
  padding: 0.875rem 2.5rem 0.875rem 0.875rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.024 11.263l-7.024 7.023-7.022-7.023-3.091 3.090 8.569 8.569c0.413 0.413 0.961 0.64 1.545 0.64s1.133-0.228 1.545-0.64l8.569-8.569-3.091-3.090z' fill='%23555555'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 25px top 15px;
  background-size: 1.5rem;
}

.accordion .accordion__title::marker,
.accordion .accordion__title::-webkit-details-marker {
  display: none;
}

.accordion .accordion__content {
  padding: 0 1rem 1rem 1rem;
}

.accordion .accordion__content .dept-faq {
  margin: 0;
}

.accordion .accordion__content .dept-faq + .dept-faq {
  margin-top: 0.5em;
}

.accordion[open] {
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.accordion[open] .accordion__title {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.976 22.025l7.024-7.023 7.022 7.023 3.091-3.090-8.568-8.568c-0.413-0.412-0.961-0.64-1.545-0.64s-1.133 0.228-1.545 0.64l-8.569 8.569 3.091 3.090z' fill='%23555555'/%3e%3c/svg%3e");
}

.bg-contain {
  background-size: contain !important;
}

.ongoing-img {
  width: 100%;
  height: 350px;
}

.dept-hovereff {
  padding-left: 20px;
  transition: ease-in-out 0.3s;
}

.dept-hovereff:hover {
  padding-left: 30px;
}

.dept3-img {
  width: 100%;
  height: 350px;
}

#cmc-info {
  width: 90%;
  height: 320px;
}

#contactForm label.error,
#placementContactForm label.error {
  color: red;
  padding-top: 10px;
}

#success-msg {
  font-size: 22px;
  border: 2px solid green;
  padding: 10px;
  color: green;
  font-weight: 800;
}

.faculty-img img {
  width: 320px;
  height: 340px;
}

.gallery-img-align {
  height: 300px;
  text-align: center;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img-position {
  background-position: top !important;
}

@media only screen and (max-width: 600px) {
  .aboutus-news-img {
    width: 350px !important;
    height: 240px !important;
    padding-bottom: 20px !important;
  }
}

.laboratories-img {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.laboratories-details-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px !important;
}

.infrastructure-gallery {
  object-fit: cover;
  width: 100%;
  height: 200px !important;
  border-radius: 5px;
}

.h-200px {
  height: 200px;
}

.bg-lightdark {
  background-color: #f1f2f7 !important;
}

.gallery-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.vision-mission-text {
  background: #fff;
  position: absolute;
  top: -20px;
  padding: 3px 30px 4px;
  border: 2px solid #0065c3;
  border-radius: 10px;
}

.certificate-icon {
  width: 50px;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 25px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #000;
  display: inline-block;
  background: #fff;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.testimonial-scroll {
  max-height: 125px;
  overflow-y: scroll;
}

.testimonial-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}

.testimonial-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.testimonial-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
}

.testimonial-scroll:hover::-webkit-scrollbar-thumb {
  background-color: #140342;
  border-radius: 5px;
}

#col .event-card:before {
  border: 1px solid #ddd;
  background-color: #fff;
}

.faculty-position {
  bottom: 110px;
  right: 20px;
}

.h-200px {
  height: 200px;
}

.h-150px {
  height: 150px;
}

.bottom--25px {
  bottom: -25px;
}

.w-40 {
  width: 40%;
}

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

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

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

.hackathon-projects {
  position: relative;
}

.font-12px {
  font-size: 12px;
}

.h-50px {
  height: 50px;
}

.slick-slide img.h-300px {
  object-fit: cover;
  object-position: top;
}

.slick-slide img.h-300px {
  object-fit: cover;
  object-position: top;
}

#visitorCountBox {
  display: inline-block;
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.course-scroller-wrapper {
  position: relative;
  margin-top: 5px;
}
.course-scroller {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.course-scroller::-webkit-scrollbar {
  height: 8px;
}
.course-scroller::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
