/* ================================
   CUSTOM CLASSES
   ================================ */
.bd-instructor-wrapper.style-one .bd-instructor-info, .bd-offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, .body__overlay {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
:root {
    /**  @font family declaration */
    --bd-ff-body: "Roboto", sans-serif;
    --bd-ff-title: "Roboto", sans-serif;
    --bd-ff-style: "Big Shoulders Display", sans-serif;
    --bd-ff-p: "Roboto", sans-serif;
    --ff-fontawesome: "Font Awesome 6 Pro";
    --ff-icomoon: "icomoon";
    /** @color declaration */
    --bd-white: #FFFFFF;
    --bd-black: #000000;
    --bd-light: #C8C8C8;
    --bd-theme-black: #00170F;
    --bd-placeholder: rgba(30, 30, 30, 0.4);
    --bd-body-primary: #FFFFFF;
    --bd-primary: #07A169;
    --bd-secondary: #FFB800;
    --bd-success: #00db22;
    --bd-info: #0dcaf0;
    --bd-warning: #ffc107;
    --bd-danger: #FF0033;
    --bd-teal: #20c997;
    --bd-body-text: #808080;
    --bd-taxonomy-color: #4d4d4d;
    --bd-label-color: #0A0A0A;
    --bd-rating-color: #FEC300;
    --bd-text-muted: #6c757d;
    --bd-gray: #C5C6C7;
    --bd-light-gray: #D5D5D5;
    --bd-bg-primary: #F5F5F5;
    --bd-bg-secondary: #EDF3F5;
    --bd-border-primary: #E5E5E5;
    --bd-border-secondary: rgba(220, 220, 220, 1);
    --bd-gradient-1: linear-gradient(90deg, #F5F5F5 52.13%, rgba(245, 245, 245, 0.7) 100%);
    --primary-rgb: 7, 161, 105;
    --primary-rgb-0: rgba(var(--primary-rgb), 0.0);
    --primary-rgb-05: rgba(var(--primary-rgb), 0.05);
    --primary-rgb-1: rgba(var(--primary-rgb), 0.1);
    --primary-rgb-15: rgba(var(--primary-rgb), 0.15);
    --primary-rgb-5: rgba(var(--primary-rgb), 0.5);
    --primary-rgb-7: rgba(var(--primary-rgb), 0.7);
    --secondary-rgb: 251, 140, 0;
    --secondary-rgb-0: rgba(var(--secondary-rgb), 0.0);
    --secondary-rgb-1: rgba(var(--secondary-rgb), 0.1);
    --secondary-rgb-05: rgba(var(--secondary-rgb), 0.05);
    --secondary-rgb-15: rgba(var(--secondary-rgb), 0.15);
    --secondary-rgb-3: rgba(var(--secondary-rgb), 0.3);
    --secondary-rgb-5: rgba(var(--secondary-rgb), 0.5);
    --secondary-rgb-7: rgba(var(--secondary-rgb), 0.7);
    /** extra color */
    --bd-extra-color01: #4C6EF5;
    --bd-extra-color02: #FF8C00;
    --bd-extra-color03: #9F7AEA;
    --bd-extra-color04: #D946EF;
    --bd-extra-color05: #38BDF8;
    --bd-extra-color06: #EC4899;
    --bd-extra-color07: #22C55E;
    --bd-extra-color08: #3B82F6;
    /** @font weight declaration */
    --bd-fw-normal: normal;
    --bd-fw-thin: 100;
    --bd-fw-elight: 200;
    --bd-fw-light: 300;
    --bd-fw-regular: 400;
    --bd-fw-medium: 500;
    --bd-fw-sbold: 600;
    --bd-fw-bold: 700;
    --bd-fw-ebold: 800;
    --bd-fw-black: 900;
    /** @font size declaration */
    --bd-fs-body: 16px;
    --bd-fs-p: 16px;
    --bd-fs-h1: 68px;
    --bd-fs-h2: 48px;
    --bd-fs-h3: 38px;
    --bd-fs-h4: 28px;
    --bd-fs-h5: 22px;
    --bd-fs-h6: 20px;
    --bd-fs-b1: 14px;
    --bd-fs-b2: 16px;
    --bd-fs-b3: 18px;
    --bd-fs-b4: 22px;
    /** @transition value declaration */
    --transition: all .3s ease-in-out;
    --transition-5: all .5s ease-in-out;
}


/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
.bd-noise-bg {
    position: relative;
    z-index: 5;
}
.bd-noise-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/theme-1-bg.webp);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.theme-bg {
    background-color: var(--bd-primary);
}

.theme-bg-05 {
    background-color: var(--primary-rgb-05);
}

.primary-bg {
    background-color: var(--bd-bg-primary);
}

.theme-bg-secondary {
    background-color: var(--bd-bg-secondary);
}

.full-black-bg {
    background-color: var(--bd-black);
}

.theme-black {
    background-color: var(--bd-theme-black);
}

.secondary-bg {
    background-color: var(--bd-secondary);
}

.secondary-bg-05 {
    background-color: var(--secondary-rgb-05);
}

.success-bg {
    background-color: var(--bd-success);
}

.info-bg {
    background-color: var(--bd-info);
}

.warning-bg {
    background-color: var(--bd-warning);
}

.danger-bg {
    background-color: var(--bd-danger);
}

.teal-bg {
    background-color: var(--bd-teal);
}

.gary-bg {
    background-color: var(--bd-gray);
}

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

.gradient-bg {
    background: linear-gradient(92.77deg, rgba(7, 161, 105, 0.15) 1.33%, rgba(251, 140, 0, 0.15) 129.72%) !important;
}

.bd-kinder-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.05;
    z-index: -1;
}
.bd-kinder-bg-overlay::before {
    content: "";
    height: 50%;
    width: 84%;
    position: absolute;
    top: 0;
    inset-inline-start: 8%;
    background: linear-gradient(180.87deg, var(--bd-primary) 0.69%, rgba(17, 161, 145, 0) 96.75%);
    z-index: -1;
}


/* Global Utility Classes */
.section-spacing {
    padding: 80px 0;
}

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

.section-title-spacing {
    margin-bottom: 40px;
}

.g-30,
.gx-30 {
    --bs-gutter-x: 30px;
}

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

.g-15,
.gy-15 {
    --bs-gutter-y: 15px ;
}

.gy-30 > * {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-relative {
    position: relative;
}

.fix {
    overflow: hidden;
}

.image-bg {
    background-size: cover;
    background-position: center;
}

.include-bg {
    background-size: cover;
    background-position: center;
}

.bg-attach-fix {
    background-attachment: fixed;
}

/* Theme Colors */
.theme-bg {
    background-color: var(--bd-primary);
}

.primary-bg {
    background-color: var(--bd-bg-primary);
}

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

.white-text {
    color: var(--bd-white);
}
#common-home {
    overflow: hidden;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 16px;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
/*#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}*/

/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
.header-top {
  background-color: #076441;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-sign-btn a.bd-btn.btn-primary{
	background-color: #076441;
	border-color: #076441;
}
.header-top-left ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 56px;
  margin-bottom: 0;
  padding: 0;
}
.header-top-left ul li:first-child {
  position: relative;
}
.header-top-left ul li:first-child::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	inset-inline-end: -26px;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	transform: translateY(-50%);
}
.header-top-left ul li a {
	color: #fff;
	font-size: 16px;
	transition: all 0.3s linear;
}
.header-top-left ul li span {
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 14px;
	margin-inline-end: 12px;
}
.header-top-left ul li span i::before, .header-top-right a i::before{
  font-size: 14px;
}
.header-top-left ul li span i, .header-top-right a i{
	color: #fff;
	font-size: 0px;
}
.header-top-right a {
	color: #fff;
	font-size: 16px;
}
.header-top-right span {
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 14px;
	margin-inline-end: 12px;
}
.header-style-one {
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 99;
	padding: 15px 100px;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* menu */
#menu ul li .caret::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* REQUIRED for solid icons */
  margin-left: 5px;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s ease-out;
}

#menu .navbar-nav > li > a:hover .caret::after {
  transform: rotate(180deg);
  color: #07A169;
}
#menu ul li .caret{
  font-size: 0;
}
#menu .navbar-nav{
	display: inline-flex;
	gap: 0 44px;
}
#menu .navbar-nav > li > a {
  color: #00170F !important;
  padding: 28px 0px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s linear;
}
#menu .navbar-nav > li > a:hover, #menu .dropdown-menu a:hover {
  color: #07A169;
}
#menu .dropdown-menu a{
  transition: all 0.3s;
  margin-bottom: 0px;
  font-size: 16px;
    display: block;
    border-bottom: 1px dashed #dedede;
    padding: 10px 18px;
    color: #272727;
    text-transform: none;
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 230px;
}
#menu .dropdown-menu li {
    padding: 0 10px;
    font-size: 12px;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
    .bd-offcanvas-contact{
        display: none;
    }
  .col-form-label {
    text-align: right;
  }
  .close-nav, .navbar-header.xs-toggle{
    display: none;
  }
}
/*----------------------------------------*/
/*  Social Media Styles
/*----------------------------------------*/
.app-btn img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
}
.social-icon-list {
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0px;
}

.social-icon-list li {
    list-style: none;
}
.social-icon-list li i{
    font-size: 0;
}
.social-icon-list li i::before{
    font-size: 16px;
}
.theme-social ul li a {
    color: var(--bd-theme-black);
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: inline-flex;
    border: 1px solid var(--bd-border-primary);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.theme-social ul li a i {
    transition: all 0.3s ease-in-out;
}

.theme-social ul li a:hover {
    color: var(--bd-white);
    border-color: var(--bd-primary);
    background-color: var(--bd-primary);
}

.theme-social ul li:hover .facebook {
    background-color: #1877F2;
    border-color: #1877F2;
}

.theme-social ul li:hover .twitter {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}

.theme-social ul li:hover .linkedin {
    background-color: #0A66C2;
    border-color: #0A66C2;
}

.theme-social ul li:hover .instagram {
    background-color: #E4405F;
    border-color: #E4405F;
}

.theme-social ul li:hover .youtube {
    background-color: #FF0000;
    border-color: #FF0000;
}

.theme-social.social-brand-color ul li a {
    color: var(--bd-white);
    border: none;
    transform: translateY(0px);
}

.theme-social.social-brand-color ul li:hover {
    transform: translateY(-3px);
}

.theme-social.social-brand-color ul li .facebook {
    background-color: #1877F2;
}

.theme-social.social-brand-color ul li .twitter {
    background-color: #1DA1F2;
}

.theme-social.social-brand-color ul li .linkedin {
    background-color: #0A66C2;
}

.theme-social.social-brand-color ul li .instagram {
    background-color: #E4405F;
}

.theme-social.social-brand-color ul li .youtube {
    background-color: #FF0000;
}
#information-information {
    overflow: hidden;
}
/*----------------------------------------*/
/*  Contacts css
/*----------------------------------------*/
.map-part-contact{
	padding-bottom: 100px;
}
.btn-contact{
	margin-top: 30px;
}
#form-contact input{
	height: 50px;
	margin-bottom: 30px;
} 
.contact-form-wrapper {
    margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact-form-wrapper {
        margin-right: 0;
    }
}

.contact-form-thumb img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.contact-address-box {
    background: var(--bd-white);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.3s;
}
.contact-address-box:hover {
    transform: translateY(-15px);
    background-color: var(--bd-primary);
}
.contact-address-box:hover .icon {
    background-color: var(--bd-white);
}
.contact-address-box:hover .title {
    color: var(--bd-white);
}
.contact-address-box:hover .content p {
    color: var(--bd-white);
}
.contact-address-box .icon {
    background-color: var(--primary-rgb-1);
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.contact-address-box .icon i {
    color: var(--bd-primary);
    font-size: 0px;
    transition: all 0.3s;
}
.contact-address-box .icon i::before {
    font-size: 24px;
}
.contact-address-box .title {
    margin-top: 25px;
    margin-bottom: 15px;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: var(--bd-fw-bold);
}
.contact-address-box .content p {
    margin-bottom: 0;
    transition: all 0.3s;
    color: var(--bd-body-text);
    line-height: 30px;
}

.contact-map {
    margin-top: 80px;
}
.contact-map iframe {
    width: 100%;
    border-radius: 8px;
}

.content a {
     color: inherit;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: transparent;
}

.authentication-form-wrapper {
    background-color: var(--bd-white);
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 30px 30px;
    text-align: start;
}
.authentication-form-wrapper .title {
    font-size: 32px;
}
.authentication-form-wrapper .subtitle {
    color: var(--bd-body-text);
    margin-bottom: 20px;
}
.authentication-form-logo {
    text-align: center;
    margin-bottom: 20px;
}
.authentication-cover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(0, 23, 15, 0.6);
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}
.authentication-cover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.authentication-cover-content {
    width: 70%;
    height: 20rem;
    position: relative;
}
.authentication-cover-content .section-title {
    color: var(--bd-white);
    font-weight: var(--bd-fw-sbold);
}
.authentication-cover-content .section-paragraph {
    color: var(--bd-white);
}

.sign-link {
    color: var(--bd-taxonomy-color);
    font-size: 16px;
}

.divider-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.divider-line {
    position: relative;
    background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
    width: 100%;
    height: 1px;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
}
.divider-line.left-line {
    background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
}
.divider-title {
    position: relative;
    padding: 0 15px;
    width: 420px;
    text-align: center;
}

.alter-sign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.sign-up-label a {
    color: var(--bd-primary);
}

/*----------------------------------------*/
/*  Footer Styles
/*----------------------------------------*/
.footer-widget .footer-widget-title {
    margin-bottom: 20px;
}
.footer-widget-logo {
    margin-bottom: 20px;
}
.footer-widget-description {
    color: var(--bd-theme-black);
    margin-bottom: 25px;
}
.footer-widget-description.light-color {
    color: var(--bd-white);
}
.footer-widget .footer-widget-links ul li {
    list-style: none;
    font-weight: var(--bd-fw-medium);
}
.footer-widget .footer-widget-links ul li a {
    color: var(--bd-theme-black);
    font-size: 16px;
}
.footer-widget .footer-widget-links ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-widget .footer-widget-links.has-white ul li a {
    color: var(--bd-white);
}
.footer-area.has-footer-space {
    padding: 190px 0 100px;
}
.footer-widget-contact-info a {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
@media (max-width: 575px) {
    .footer-area.has-footer-space {
        padding: 65px 0 65px;
    }
}

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

.footer-widget-contact-item {
    display: flex;
    gap: 10px;
    color: var(--bd-taxonomy-color);
}
.footer-widget-contact-item span {
    font-weight: 500;
}
.footer-widget-contact-item a:hover {
    color: var(--bd-primary);
}
.footer-widget-contact-item:not(:last-child) {
    margin-bottom: 10px;
}
.footer-widget-contact-item.has-white {
    color: var(--bd-white);
}
.footer-widget-contact-item.has-white a {
    color: rgba(255, 255, 255, 0.9);
}
.footer-widget-contact-item.has-white a:hover {
    color: var(--bd-secondary);
}

.footer-subscribe-form {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 10px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-subscribe-form {
        flex-wrap: wrap;
    }
}
.footer-subscribe-form.style-two {
    position: relative;
    margin-bottom: 15px;
}
.footer-subscribe-form.style-two input {
    padding-inline-start: 20px;
    padding-inline-end: 130px;
}
.footer-subscribe-form.style-two .btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.footer-subscribe-form.style-two.place-text-white input {
    color: var(--bd-white);
}
.footer-subscribe-form.style-two.place-text-white input::placeholder {
    color: var(--bd-light);
}

.footer-1-col-2 {
    margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-1-col-2 {
        margin-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-1-col-2 {
        margin-left: 0;
    }
}

.footer-1-col-3 {
    margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-1-col-3 {
        margin-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-1-col-3 {
        margin-left: 0;
    }
}

.footer-4-col-2 {
    margin-inline-start: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-4-col-2 {
        margin-inline-start: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-4-col-2 {
        margin-inline-start: 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-4-col-2 {
        margin-inline-start: 0px;
    }
}

.footer-4-col-3 {
    margin-inline-start: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-4-col-3 {
        margin-inline-start: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-4-col-3 {
        margin-inline-start: 32px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-4-col-3 {
        margin-inline-start: 0px;
    }
}

.footer-top {
    border-bottom: 1px solid var(--bd-white);
}

.footer-wave {
    padding-top: 125px;
}

.wave {
    background: url("../images/shape/wave.svg") repeat-x;
    position: absolute;
    top: 40px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
    top: 40px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
.wave-wrapper {
    height: 135px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    background: var(--bd-white);
}

/*----------------------------------------*/
/*  Footer Styles
/*----------------------------------------*/
.footer-area.style-two .footer-widget-title {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.65);
}
.footer-area.style-two .footer-widget-links ul li {
    list-style: none;
}
.footer-area.style-two .footer-widget-links ul li a {
    color: var(--bd-white);
}
.footer-area.style-two .footer-widget-links ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-area.style-two .footer-widget-description {
    color: var(--bd-white);
}
.footer-area.style-two .checkout-option label {
    color: var(--bd-white);
}
.footer-widget .footer-widget-title {
    margin-bottom: 20px;
    color: var(--bd-body-text);
    font-size: 20px;
    font-weight: 700;
}
.footer-widget .footer-widget-title.has-color-off {
    color: rgba(255, 255, 255, 0.6);
}
.footer-widget.footer-2-col-2 {
    margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-widget.footer-2-col-2 {
        margin-left: 0;
    }
}
.footer-widget.footer-2-col-3 {
    margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-widget.footer-2-col-3 {
        margin-left: 0;
    }
}
.footer-widget.footer-2-col-4 {
    margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-widget.footer-2-col-4 {
        margin-left: 0;
    }
}

.footer-3-col-2 {
    margin-left: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-3-col-2 {
        margin-left: 0;
    }
}

.footer-3-col-3 {
    margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-3-col-3 {
        margin-left: 0;
    }
}

.footer-5-col-2 {
    margin-left: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-5-col-2 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-shape {
        display: none;
    }
}
.footer-shape .shape-1 {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 6;
    opacity: 0.6;
}
.footer-shape .shape-2 {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 6;
    opacity: 0.6;
}

.footer-top-shape img {
    width: 100%;
}

/*----------------------------------------*/
/*  3.4.1 Copyright Style
/*----------------------------------------*/
.footer-copyright-area {
    padding-bottom: 20px;
    padding-top: 25px;
}
.footer-copyright-area.style-one {
    padding: 27px 0;
    border-top: 1px solid var(--bd-border-primary);
}
.footer-copyright-area.style-two {
    padding: 15px 0;
}
.footer-copyright-area.style-two .footer-copyright-text p {
    color: var(--bd-white);
}
.footer-copyright-area.style-two .footer-copyright-text p a {
    color: var(--bd-secondary);
}
.footer-copyright-area .footer-copyright-text p a {
    color: var(--bd-primary);
    padding: 0 0 2px 0;
}

.footer-copyright-list ul {
    display: flex;
    margin-bottom: 0;
}

.footer-copyright-list .underline a {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
@media (max-width: 575px) {
    .footer-copyright-list ul {
        flex-wrap: wrap;
    }
}
.footer-copyright-list ul li {
    list-style: none;
    position: relative;
    margin-right: 10px;
    padding-left: 10px;
    color: var(--bd-theme-black);
}
.footer-copyright-list ul li:first-child::before {
    display: none;
}
.footer-copyright-list ul li::before {
    position: absolute;
    height: 11px;
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.footer-copyright p {
    color: var(--bd-theme-black);
    margin-bottom: 0;
}
.footer-copyright p a {
    color: var(--bd-primary);
    transition: all 0.3s ease-in-out;
}

.copyright-bg {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: 6;
}
.copyright-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(./image/catalog/copy-right-shape-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}
.copyright-bg .footer-copyright p {
    color: var(--bd-theme-black);
}
.copyright-bg .footer-copyright p a {
    color: var(--bd-theme-black);
}
.section-space {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

.section-space-top {
    padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-top {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-top {
        padding-top: 65px;
    }
}

.section-space-bottom {
    padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 65px;
    }
}

.section-space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-medium {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-medium {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.section-space-medium-bottom {
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-medium-bottom {
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-medium-bottom {
        padding-bottom: 50px;
    }
}

.section-space-small {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-small {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.section-space-small-top {
    padding-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-small-top {
        padding-top: 50px;
    }
}

.section-space-small-bottom {
    padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-small-bottom {
        padding-bottom: 50px;
    }
}

.section-space-large {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-space-top-large {
    padding-top: 150px;
}

.section-space-bottom-large {
    padding-bottom: 150px;
}

.section-title-space {
    margin-bottom: 50px;
}
@media (max-width: 575px) {
    .section-title-space {
        margin-bottom: 40px;
    }
}

.section-space-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-margin {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-margin {
        margin-top: 65px;
        margin-bottom: 65px;
    }
}

.section-space-margin-bottom {
    margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-margin-bottom {
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-margin-bottom {
        margin-bottom: 65px;
    }
}

/* breadcrumb */
.breadcrumb-content{
	align-items: center;
	display: flex;
	margin: 0 auto;
	height: 100%;
}
.slider-text-i{
	margin: 0 auto;
}
.bg-light-slider .container{
	height: 100%;
}
.bg-light-slider.bg-breadcrumb {
	background-image: url(../../../image/catalog/about-modern-schooling.webp);
    height: 580px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
}
.bg-light-slider.bg-breadcrumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.breadcrumb-subtitle{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bd-white);
    background-color: rgba(7, 161, 105, 0.5);
    padding: 0 10px;
    border-radius: 50px;
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.breadcrumb-title{
	font-size: 68px;
	font-weight: 700;
	margin-bottom: 15px;
	max-width: 850px; 
}
.breadcrumb-desc{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
}
}
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* ================================
   SLIDER SECTION
   ================================ */
.banner-navigation-btn-two button {
    position: absolute;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    z-index: 55;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--bd-white);
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s linear;
    border: none;
}
.banner-navigation-btn-two .banner-navigation-next {
    left: auto !important;
    right: 24px;
}
.banner-navigation-btn-two button i{
	font-size: 0;
}
.banner-navigation-btn-two button i::before{
	font-size: 25px;
}
.banner-navigation-btn-two button:hover {
    color: var(--bd-theme-black);
    background-color: var(--bd-white);
}
.banner-slider-wrapper {
  min-height: 830px;
}
.banner-bg-image::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.8);
  opacity: 0.6;
}
.bdSliderActive .swiper-slide-active .banner-bg-image {
  transform: scale(1.15);
}
.banner-bg-image {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.banner-content-two {
  padding-top: 200px;
  padding-bottom: 140px;
  max-width: 1040px;
  margin: 0 auto;
}
div#pjWrapperTaxiBooking_theme11 {
    text-align: left;
}
.bdSliderActive .swiper-slide-active .banner-subtitle {
  animation-delay: 1s;
  animation-duration: 0.5s;
}
.banner-title.white-text{
    font-size: 68px;
    margin-bottom: 25px;
    font-weight: 700;
}
.banner-form .form-list .form-list-item .description {
    color: var(--bd-white);
    font-size: 16px;
    margin-bottom: 0;
}
.fa-solid, .fas {
    font-weight: 900;
}
.banner-form .form-list .form-list-item .icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    color: var(--bd-primary);
}
.banner-form .form-list .form-list-item .icon i{
	font-size: 0;
}
.banner-form .form-list .form-list-item .icon i::before{
	font-size: 16px;
}
.banner-form .form-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.banner-form .form-list .form-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pjTbs-body.serch-11 {
    padding: 0 !important;
}
#pjWrapperTaxiBooking_theme11 .container-fluid {
    padding: 0;
}
#pjWrapperTaxiBooking_theme11 .pjTbs-box{
	margin-bottom: 0 !important
}
/*.banner-content-two .banner-form-input input {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    outline: none;
    border: 0;
    padding-inline-start: 30px;
    padding-inline-end: 87px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    backdrop-filter: blur(20px);
    background-color: var(--bd-white);
    color: #525258;
}*/
/*.banner-content-two .banner-form-input {
    position: relative;
    border-radius: 50px;
    padding: 6px 6px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}
.banner-content-two .banner-form-input button {
    position: absolute;
    inset-inline-end: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}*/
.banner-content-two .banner-subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bd-white);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 10px;
  border-radius: 50px;
  display: inline-flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.bdSliderActive .swiper-slide-active .banner-title {
  animation-delay: 1.2s;
  animation-duration: 0.7s;
}
a, .btn, button, span, sub, sup, p, input, select, textarea, img, svg, li, h1, h2, h3, h4, h5, h6 {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.bdSliderActive .swiper-slide-active .banner-subtitle,
.bdSliderActive .swiper-slide-active .banner-title, .bdSliderActive .swiper-slide-active .banner-form-input, 
.bdSliderActive .swiper-slide-active .form-list {
    animation-fill-mode: both;
    animation-name: bdFadeInUp;
}
.bdSliderActive .swiper-slide-active .bd-banner-title {
    animation-delay: 1.2s;
    animation-duration: 0.7s;
}
.bdSliderActive .swiper-slide-active .form-list {
    animation-delay: 1.4s;
    animation-duration: 0.9s;
}
.bdSliderActive .swiper-slide-active .banner-form-input {
    animation-delay: 1.3s;
    animation-duration: 0.8s;
}
@-webkit-keyframes bdFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bdFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bdFadeInUp {
    -webkit-animation-name: bdFadeInUp;
    animation-name: bdFadeInUp
}

@-webkit-keyframes bdFadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bdFadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bdFadeInUpBig {
    -webkit-animation-name: bdFadeInUpBig;
    animation-name: bdFadeInUpBig
}

/* ================================
   ABOUT SECTION
   ================================ */

.about-section {
    position: relative;
}

.about-decorative-shapes .shape-circle-large,
.about-decorative-shapes .shape-circle-small,
.about-decorative-shapes .shape-book {
    position: absolute;
}

.about-decorative-shapes .shape-circle-large {
    position: absolute;
    top: 150px;
    left: 507px;
    z-index: -1;
}

.about-decorative-shapes .shape-circle-small {
    position: absolute;
    top: 300px;
    left: 610px;
    z-index: -1;
}

.about-decorative-shapes .shape-book {
    position: absolute;
    bottom: 100px;
    right: 270px;
}

.about-media-container {
    position: relative;
}

.about-images-grid {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about-image-column-left{
  max-width: 270px;
}
.about-image-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-experience-badge {
    background: var(--bd-primary);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    color: var(--bd-white);
}
.about-experience-badge p{
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 5px;
}
.experience-number {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}

.about-image-wrapper {
    overflow: hidden;
    border-radius: 12px;
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-testimonial-card {
    background: var(--bd-white);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 6px 100px 0px rgba(8, 5, 33, 0.1);
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-stats {
    flex: 1;
}

.stats-number {
    font-size: 38px;
    font-weight: bold;
    margin: 0;
}
.gap-15 {
    gap: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.about-testimonial-card p{
    font-size: var(--bd-fs-p);
    font-family: var(--bd-ff-p);
    font-weight: var(--bd-fw-normal);
    color: var(--bd-body-text);
    margin-bottom: 0;
    max-width: 206px;
    margin: 0 auto;
}
/*.about-content-container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*}*/

.about-text-content {
    width: 100%;
}
.about-section .about-content-container {
    margin-left: 30px;
}
/* Section Headers */
.section-header {
    margin-bottom: 30px;
}

.section-header-wrapper {
    margin-bottom: 30px;
}

.section-subtitle {
    display: inline-block;
    color: var(--bd-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bd-label-color);
    margin-bottom: 20px;
}

.section-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--bd-body-text);
}

.text-underline-mark {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.text-underline-mark::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../../../image/catalog/down-mark-line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}

/*.text-underline-mark::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background: linear-gradient(to right, var(--bd-primary), var(--bd-secondary));*/
/*}*/

/* Features List */
.features-list ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.features-list {
    margin: 35px 0 50px;
}
.features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--bd-body-text);
}

.features-list li i {
    color: var(--bd-primary);
    font-size: 18px;
}

.list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bd-primary);
    color: var(--bd-white);
    font-size: 12px;
}

.list-icon.white {
    color: var(--bd-white);
    background: rgba(255, 255, 255, 0.2);
}

/* Action Buttons */
.features-list ul li i {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-color: rgba(7, 161, 105, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bd-primary);
    font-size: 0;
    border-radius: 50%;
}

.features-list ul li i::before {
    font-size: 13px;
}
.about-action-button {
    margin-top: 30px;
}

.bd-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.bd-btn.btn-primary {
    background: var(--bd-primary);
    color: var(--bd-white);
    border: 2px solid var(--bd-primary);
    font-size: 16px;
}

.bd-btn.btn-primary:hover {
    background: transparent;
    color: var(--bd-primary);
}

.bd-btn.btn-outline-border-primary {
    background: transparent;
    color: var(--bd-primary);
    border: 2px solid var(--bd-primary);
}

.bd-btn.btn-outline-border-primary:hover {
    background: var(--bd-primary);
    color: var(--bd-white);
}

.bd-btn.btn-outline-primary {
    background: transparent;
    color: #075A3B;
    border: 1px solid var(--bd-primary);
    font-size: 16px;
}

.bd-btn.btn-outline-primary:hover {
    background: var(--bd-primary);
    color: var(--bd-white);
}

.bd-btn.btn-outline-border-secondary {
    background-color: var(--bd-secondary);
    color: var(--bd-white);
    border: 1px solid var(--bd-secondary);
}

.bd-btn.btn-outline-border-secondary:hover {
    color: var(--bd-secondary);
    border-color: var(--bd-secondary);
    background-color: transparent;
}

.bd-btn.btn-outline-border-white {
    background-color: var(--bd-white);
    color: var(--bd-theme-black);
    border: 1px solid var(--bd-white);
}

.bd-btn.btn-outline-border-white:hover {
    color: var(--bd-white);
    border-color: var(--bd-white);
    background-color: transparent;
}

.bd-btn.btn-small {
    padding: 8px 20px;
}

/* ================================
   COUNTER SECTION
   ================================ */

.counter-section {
    position: relative;
}

.counter-container {
    display: grid;
    gap: 30px;
    padding: 70px 100px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.counter-item {
    text-align: center;
    position: relative;
    z-index: 29;
}
.counter-container .counter-item:not(:last-child)::after {
    position: absolute;
    content: "";
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
}
.counter-content {
    color: var(--bd-label-color);
}

.counter-number {
    color: var(--bd-white);
    font-size: 48px;
}

.counter-number .purecounter {
    color: var(--bd-white);
    font-size: 48px;
}

.counter-item p {
    font-size: 16px;
    color: var(--bd-white);
    margin: 0;
}

.counter-decorative-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.counter-decorative-shapes > div {
    position: absolute;
}

.counter-decorative-shapes .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.counter-decorative-shapes .shape-2 {
    position: absolute;
    top: 21px;
    left: 393px;
    z-index: 5;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.counter-decorative-shapes .shape-3 {
    position: absolute;
    top: -33px;
    right: 241px;
    z-index: 5;
}

.counter-decorative-shapes .shape-4 {
    position: absolute;
    top: 22px;
    right: 32px;
    z-index: 5;
}

.counter-decorative-shapes .shape-5 {
    position: absolute;
    bottom: -33px;
    left: 253px;
    z-index: 5;
}

.counter-decorative-shapes .shape-6 {
    position: absolute;
    bottom: 22px;
    right: 366px;
    z-index: 5;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.counter-decorative-shapes .shape-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}

/* ================================
   WHY CHOOSE SECTION
   ================================ */

.why-choose-section {
    position: relative;
}

.why-choose-card {
    background: var(--bd-white);
    padding: 30px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.why-choose-item {
    text-align: center;
}

.why-choose-icon {
    display: inline-block;
    margin-bottom: 20px;
}

.why-choose-icon img:hover {
    transition: all 0.3s 0s ease-out;
}

.why-choose-icon img {
    width: 60px;
    height: 60px;
}

.why-choose-content {
    text-align: center;
}

.why-choose-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--bd-label-color);
    margin-bottom: 15px;
}

.why-choose-description {
    font-size: 16px;
    line-height: 30px;
    color: #4F4F4F;
    margin: 0;
}

/* ================================
   PARTNERS SECTION
   ================================ */

.partners-section {
    position: relative;
}

.partners-header-wrapper.has-margin {
    padding-right: 40px;
}

.partners-grid-wrapper {
    position: relative;
}

.partners-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.partner-logo-item {
    border: 1px solid var(--bd-border-primary);
    transition: all 0.3s linear;
    padding: 15px 15px;
    text-align: center;
}

.partner-logo-item:hover {
    box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
    background-color: var(--bd-white);
}

.partner-logo-item a {
    display: block;
}
.partners-grid-container .partner-logo-item:first-child {
    border-width: 0;
}
.partners-grid-container .partner-logo-item:nth-child(2) {
    border-width: 0 0 0 1px;
}
.partners-grid-container .partner-logo-item:nth-child(3) {
  border-width: 0 1px 0 1px;
}
.partners-grid-container .partner-logo-item:nth-child(4) {
    border-width: 0;
}
.partners-grid-container .partner-logo-item:nth-child(5) {
    border-width: 1px 0 0 0;
}
.partners-grid-container .partner-logo-item:nth-child(6) {
    border-width: 1px 0 0 1px;
}
.partners-grid-container .partner-logo-item:nth-child(7) {
    border-width: 1px 1px 0 1px;
}
.partners-grid-container .partner-logo-item:last-child {
    border-width: 1px 0 0 0;
}
/* ================================
   VIDEO SECTION
   ================================ */

.video-section {
    min-height: 500px;
    display: flex;
    align-items: center;
}
.video-bg-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 23, 15, 0.4);
    inset: 0;
    z-index: -1;
}
.video-bg-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-bg-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.video-section .container {
    position: relative;
    z-index: 2;
}

.video-content-wrapper {
    color: var(--bd-white);
}

.video-content .section-title {
    color: var(--bd-white);
}

.video-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
}

.video-play-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--bd-white);
    color: var(--bd-primary);
    font-size: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.video-play-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.video-play-btn.has-bg {
    background: rgba(255, 255, 255, 0.95);
}

.video-play-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================================
   BLOG SECTION
   ================================ */

.blog-section {
    position: relative;
}

.blog-card {
    background: var(--bd-white);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.blog-thumbnail-wrapper {
    position: relative;
}

.blog-thumbnail {
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
.blog-card:hover .blog-thumbnail::before {
    animation: shine 800ms;
}

.blog-card .blog-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.blog-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-thumbnail img {
    transform: scale(1.05);
}

.blog-date-badge {
    position: absolute;
    bottom: -40px;
    right: 15px;
}

.date-circle-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--bd-white);
    color: var(--bd-primary);
    font-weight: 600;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    line-height: 1.1;
}

.date-circle-badge.primary {
    background: var(--bd-primary);
    color: var(--bd-white);
}

.date-circle-badge .subtitle {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.blog-content {
    padding: 40px 30px 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 0 0 6px 6px;
}

.blog-meta-list {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.blog-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: var(--bd-text-muted);
}

.blog-meta-item i{
  font-size: 0;
  margin-right: 5px;
}

.blog-meta-list a{
    color: var(--bd-taxonomy-color);
}
.blog-meta-list i{
    color: var(--bd-primary);
}
.blog-meta-item i::before{
  font-size: 16px;
}

.blog-meta-item.has-separator {
    padding-right: 15px;
    border-right: 1px solid var(--bd-border-primary);
}

.meta-icon {
    color: var(--bd-primary);
}
.meta-icon i{
	font-size: 0;
}
.meta-icon i::before{
	font-size: 14px;
}
.meta-text {
    color: var(--bd-body-text);
}

.meta-author {
    color: var(--bd-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.meta-author:hover {
    color: var(--bd-primary);
    opacity: 0.8;
}

.blog-content .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.25;
}

.blog-content .title.underline {
    position: relative;
}

.blog-content .title a {
    color: var(--bd-label-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-content .title a:hover {
    color: var(--bd-primary);
}

.blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.bd-dots-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.bd-dots-pagination.has-primary .swiper-pagination-bullet-active {
    background: var(--bd-primary);
}

.pagination-small-active .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

/* ================================
   CTA SECTION
   ================================ */

.cta-section {
    position: relative;
    overflow: hidden;
}

.cta-content-wrapper {
    position: relative;
    z-index: 2;
}

.cta-content {
    color: var(--bd-white);
}

.cta-content .section-title {
    color: var(--bd-white);
    font-weight: 600;
    margin-bottom: 30px;
}
.course-details-list ul{
	padding: 0;
}
.cta-content .course-details-list ul li {
    color: var(--bd-white);
    align-items: center;
    font-size: 16px;
}
.course-details-list ul li:not(:last-child) {
    margin-bottom: 15px;
}
.course-details-list ul li i{
	font-size: 0;
}
.course-details-list ul li i::before{
	font-size: 14px;
}
.course-details-list ul li {
    list-style: none;
    display: flex;
    gap: 10px;
}

.cta-action-buttons {
    margin-top: 30px;
    gap: 10px;
}

.cta-image-wrapper {
    position: relative;
}

.cta-thumbnail-container {
    position: relative;
}

.cta-thumbnail {
    border-radius: 12px;
    overflow: hidden;
}

.cta-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.cta-thumbnail-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cta-decorative-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.cta-decorative-shapes .shape-1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.cta-decorative-shapes .shape-2 {
    position: absolute;
    bottom: 00px;
    right: 0px;
}
/*Faq*/
#faqc2, #faqc3, #faqc4, #faqc5, #faqc6{
  margin-top: 30px;
} 
.faq-row {
    display: block;
}

.faq-content {
    display: inline-block;
    width: 66%;
}
.faq-section .faq-page ul {
    padding: 0!important
}

.faq .heading-text,.faxible_price .heading-text {
    max-width: 500px;
    margin: 0
}

.faq .d-flex,.faxible_price .d-flex {
    align-items: center
}

.faq {
    background-color: #F2F6F9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    padding: 100px 0
}

.faq .panel.panel-default {
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 12px;
    margin-bottom: 25px
}

.faq .panel.panel-default h4 a {
    font-size: 16px;
    font-weight: 600
}

.faq .panel.panel-default .panel-body {
    font-size: 16px;
    line-height: 24px
}

.faq .panel-group,.service_content_about .service_info_box {
    margin-top: 50px
}
.faq-row {
    display: block;
}

.stiky-menu-faq {
    display: inline-block;
    vertical-align: top;
}

.faq-content {
    display: inline-block;
    width: 66%;
}
.faq .panel-title {
    font-weight: 600;
    font-size: 18px
}

.faq-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.faq-section h2 span {
    color: var(--bd-primary)
}

.faq-section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px
}

.faq-section .panel-title span, .faq-section .panel-title a {
    text-decoration: none;
    display: block;
    color: #0e0d18;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0;
    padding-bottom: 25px;
    padding-top: 25px
}

.faq-section a.collapsed::after,.faq-section a::after {
    font-weight: 400;
    font-family: FontAwesome;
    font-size: 14px;
    cursor: pointer;
    float: right
}

.faq-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 0 0 25px;
    font-size: 16px;
    color: #757575;
    line-height: 24px
}

.faq-section .panel-group .panel {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.faq-page {
    margin-top: 70px
}

.faq-section a.collapsed::after {
    content: '\f067';
    color: #0e0d18
}
.main-color, .services-menu ul li a:hover, .social_icons li a {
     color: #E95C1D;
}
@media (min-width: 768px) {
    .stiky-menu-faq {
        position:sticky;
        top: 6px;
    }

    .slider-xs {
        display: none
    } 
}

.faq-section a::after {
    content: '\f068';
    color: #000
}

.services-menu {
    border: 1px solid var(--bd-primary);
    border-radius: 15px;
    padding: 30px;
    background-color: #fff;
}

.service-content, .service-section, .services-menu {
    margin-bottom: 30px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.services-menu ul li {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.services-menu ul li a {
    color: #757575 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
}


.services-menu ul li a:hover {
    color: var(--bd-primary) !important;
}
.list-unstyled ul li a font{

    background-color: transparent;
}
.province-title i {
    font-size: 0px;
    color: var(--bd-primary);
    margin-right: 5px;
}
.province-title i::before {
    font-size: 20px;
}
ul.branches-list {
    padding-left: 25px;
}
ul.branches-list li {
    list-style-type: none;
}
.branches-list li {
    margin-bottom: 5px;
}
.branches-list li a {
    font-size: 16px;
    color: #1d3052;
    text-decoration: underline;
    font-weight: 600;
    line-height: 28px;
}
h5.province-title {
    font-size: 20px;
    margin-top: 50px;
}
.saperate-me {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
/*----------------------------------------*/
/* Missions Visions css
/*----------------------------------------*/
.why-choose-area.fix{
  margin-bottom: 100px;
}
.why-choose-area .counter-style-five.has-transparent .counter-content h2 {
    color: var(--bd-theme-black);
    font-size: 48px;
    font-weight: 700;
}
.why-choose-area .counter-style-five.has-transparent .counter-content p {
    color: var(--bd-body-text);
}

.mission-vision-box {
    border: 1px solid var(--bd-border-primary);
    border-radius: 8px;
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
}

.mission-vision-shape {
    position: absolute;
    right: -30px;
    top: -30px;
    opacity: 0.1;
}

.mission-vision-icon {
    margin-bottom: 15px;
    display: inline-block;
}
.mission-vision-icon img {
    height: 64px;
    object-fit: cover;
}

.mission-vision-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}
.mission-vision-desc {
    font-size: var(--bd-fs-p);
    font-family: var(--bd-ff-p);
    font-weight: var(--bd-fw-normal);
    color: var(--bd-body-text);
    margin-bottom: 30px;
    line-height: 30px;
}
.core-values-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.core-values-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    z-index: 0;
}

.core-values-box {
    padding: 30px 30px;
    background-color: var(--bd-white);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-bottom: 30px;
}
.core-values-box.bg-flashlight::after {
    background: var(--bd-white);
}

.core-values-icon {
    display: flex;
    width: 80px;
    height: 80px;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: var(--bd-primary);
    font-size: 33px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 15px;
}
.core-values-icon img {
    width: 50px;
}
.core-values-icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border: 1px dashed var(--bd-primary);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-animation-name: rotate-infinite;
    -webkit-animation-duration: 55s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

/* rotate infinite animation */
@-webkit-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-ms-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.core-values-title {
    color: var(--bd-primary);
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 28px;
}
p.core-values-desc {
    color: var(--bd-body-text);
}

.mission-vision-thumb-mask {
    -webkit-mask-image: url("../../../image/catalog/mission-vision-thumb-mask.webp");
    mask-image: url("../../../image/catalog/mission-vision-thumb-mask.webp");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
}
.mission-vision-thumb-mask img {
    width: 100%;
    height: 100%;
}
 
.promotion-thumb-mask {
    -webkit-mask-image: url(../image/catalog/wave-mask.svg);
    mask-image: url(../image/catalog/wave-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: inline-flex;
}
 
.promotion-list-two ul {
    display: flex;
    list-style: none;
    align-items: center;
    background-image: linear-gradient(100.88deg, var(--secondary-rgb-1) 0.6%, var(--primary-rgb-1) 100%);
    padding: 0 30px;
    gap: 95px;
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .promotion-list-two ul {
        padding: 0 15px;
        gap: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .promotion-list-two ul {
        gap: 0 30px;
    }
}
@media (max-width: 575px) {
    .promotion-list-two ul {
        flex-wrap: wrap;
        gap: 0px;
    }
}
.promotion-list-two ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding: 20px 0;
}
.promotion-list-two ul li:first-child::before {
    content: "";
    position: absolute;
    background-color: var(--bd-border-primary);
    height: 100%;
    width: 1px;
    top: 0;
    inset-inline-end: -42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .promotion-list-two ul li:first-child::before {
        display: none;
    }
}
.promotion-list-two ul li .promotion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 70px;
    width: 70px;
    min-width: 70px;
    font-size: 36px;
    border-radius: 50%;
    color: var(--bd-white);
}
.promotion-list-two ul li span {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.mvs-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.mvs-box p {
    text-align: justify;
}

.story-thumb img {
    border-radius: 8px;
}


/*----------------------------------------*/
/*  Sections Title
/*----------------------------------------*/
.section-title {
    font-weight: var(--bd-fw-sbold);
    font-family: var(--bd-ff-title);
}
.section-title.bottom-line {
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 15px;
    position: relative;
}
.section-title.bottom-line::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 10%;
    height: 3px;
    background-color: var(--bd-primary);
    transition: all 0.3s ease-in-out;
}
.section-subtitle {
    color: #076440;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.section-subtitle.bg-field {
    background-color: rgba(7, 161, 105, 0.15);
    border-radius: 6px;
    height: 32px;
    padding: 0 14px;
}
.section-subtitle.white {
    color: var(--bd-white);
}
.section-subtitle.secondary {
    color: var(--bd-secondary);
}

.down-mark-line {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.down-mark-line::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../image/catalog/down-mark-line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

@keyframes section-animation {
    0% {
        width: 0;
    }
    15% {
        width: 100%;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 100%;
        opacity: 0;
    }
    to {
        width: 0;
        opacity: 0;
    }
}
.down-mark-line-2 {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.down-mark-line-2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../image/catalog/down-mark-line-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

.down-mark-line-3 {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.down-mark-line-3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../image/catalog/down-mark-line-3.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

.section-bg {
    background-color: var(--bd-white);
    border-radius: 8px;
    padding: 15px 15px;
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid var(--bd-primary);
}

.title-underline {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.title-underline svg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.title-underline svg path {
    stroke: var(--bd-secondary);
    stroke-dasharray: 560;
    stroke-dashoffset: 560;
    animation: section_stroke 3s linear forwards infinite;
    -webkit-animation: section_stroke 3s linear forwards infinite;
}
.title-underline.primary svg path {
    stroke: var(--bd-primary);
}

@keyframes section_stroke {
    0% {
        stroke-dashoffset: 560;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -560;
    }
}
/* Elements section title */
.elements-line {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
}
@media (max-width: 575px) {
    .elements-line {
        justify-content: center;
    }
}
.elements-title {
    position: relative;
    padding: 0 15px;
    width: max-content;
}
@media (max-width: 575px) {
    .elements-title {
        width: auto;
    }
}

.separator-line {
    position: relative;
    background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
    width: 100%;
    height: 1px;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
}
@media (max-width: 575px) {
    .separator-line {
        width: auto;
        background-image: none;
    }
}
.separator-line.line-left {
    background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
}
@media (max-width: 575px) {
    .separator-line.line-left {
        background-image: none;
    }
}
.separator-line.line-right {
    background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
}
@media (max-width: 575px) {
    .separator-line.line-right {
        background-image: none;
    }
}

.text-primary-custom {
    color: var(--bd-primary) !important;
}


.counter-style-five {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 0 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .counter-style-five {
        gap: 0 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-style-five {
        gap: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-style-five {
        gap: 0 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-style-five {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (max-width: 575px) {
    .counter-style-five {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (max-width:450px) {
    .counter-style-five {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
.counter-style-five .counter-item:hover .counter-content::after {
    opacity: 1;
}
.counter-style-five .counter-content {
    position: relative;
    padding: 30px 50px;
    text-align: center;
    border-radius: 12px;
    background: var(--bd-white);
    box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-style-five .counter-content {
        padding: 50px 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-style-five .counter-content {
        padding: 15px 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .counter-style-five .counter-content {
        padding: 35px 10px;
    }
}
@media (max-width:450px) {
    .counter-style-five .counter-content {
        padding: 20px 10px;
    }
}
.counter-style-five .counter-content h2 {
    margin-bottom: 5px;
}
.counter-style-five.has-transparent .counter-content {
    background: transparent;
    box-shadow: none;
    padding: 0 0;
}
.counter-style-five.has-transparent .counter-content h2 {
    color: var(--bd-white);
}
.counter-style-five.has-transparent .counter-content p {
    color: rgba(255, 255, 255, 0.8);
}
.counter-style-five .counter-icon {
    width: 80px;
    height: 80px;
    background-color: var(--bd-secondary);
    font-size: 35px;
    margin-bottom: 20px;
}
.pt-50 {
    padding-top: 50px;
}
.white-text {
    color: var(--bd-white) !important;
}
.section-wrapper {
    position: relative;
}
.core-values-box-wrapper {
    position: relative;
}


/*----------------------------------------*/
/*  Teams css
/*----------------------------------------*/
.instructor-wrapper.style-one .instructor-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.instructor-wrapper.style-one .instructor-item:hover .instructor-thumb a::before {
    opacity: 0.5;
}
.instructor-wrapper.style-one .instructor-item:hover .instructor-info {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) scale(1, 1);
    transform: translateX(-50%) translateY(0) scale(1, 1);
}
.instructor-wrapper.style-one .instructor-item:hover .instructor-social .icon-1 {
    transform: translateX(0px);
    opacity: 1;
}
.instructor-wrapper.style-one .instructor-item:hover .instructor-social .icon-2 {
    transform: translateX(0px);
    opacity: 1;
}
.instructor-wrapper.style-one .instructor-item:hover .instructor-social .icon-3 {
    transform: translateX(0px);
    opacity: 1;
}
.instructor-wrapper.style-one .instructor-item:hover .instructor-social .icon-4 {
    transform: translateX(0px);
    opacity: 1;
}
.instructor-wrapper.style-one .instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    background-color: var(--bd-primary);
}
.instructor-wrapper.style-one .instructor-info {
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: calc(100% - 40px);
    background-color: var(--bd-white);
    padding: 15px 15px;
    border-radius: 6px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0) scale(1, 0);
    transform: translateX(-50%) translateY(0) scale(1, 0);
    transform-origin: bottom center;
}
.instructor-wrapper.style-one .instructor-social {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.instructor-wrapper.style-one .instructor-social .social-icon-list {
    flex-direction: column;
}
.instructor-wrapper.style-one .instructor-social .icon-1 {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.3s ease-in-out;
}
.instructor-wrapper.style-one .instructor-social .icon-2 {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.4s ease-in-out;
}
.instructor-wrapper.style-one .instructor-social .icon-3 {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.5s ease-in-out;
}
.instructor-wrapper.style-one .instructor-social .icon-4 {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.6s ease-in-out;
}
.instructor-wrapper.style-two {
    text-align: center;
}
.instructor-wrapper.style-two:hover .instructor-social {
    opacity: 1;
}
.instructor-wrapper.style-two:hover .instructor-social .icon-1 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-two:hover .instructor-social .icon-2 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-two:hover .instructor-social .icon-3 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-two:hover .instructor-social .icon-4 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-two:hover .instructor-thumb a::before {
    opacity: 0.5;
}
.instructor-wrapper.style-two:hover.hover-style .instructor-thumb-wrap {
    border-radius: 16px 16px 16px 16px;
}
.instructor-wrapper.style-two:hover.hover-style .instructor-thumb img {
    border-radius: 16px 16px 16px 16px;
}
.instructor-wrapper.style-two .instructor-thumb-wrap {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--bd-white);
    position: relative;
}
.instructor-wrapper.style-two .instructor-thumb {
    position: relative;
}
.instructor-wrapper.style-two .instructor-thumb img {
    border-radius: 16px;
}
.instructor-wrapper.style-two .instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--bd-primary);
    border-radius: 16px;
}
.instructor-wrapper.style-two .instructor-social {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.instructor-wrapper.style-two .instructor-info .name {
    margin-bottom: 5px;
}
.instructor-wrapper.style-two .instructor-info span {
    color: var(--bd-taxonomy-color);
    display: block;
}
.instructor-wrapper.style-two.hover-style .instructor-thumb-wrap {
    border-radius: 250px 250px 0px 0px;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.instructor-wrapper.style-two.hover-style .instructor-thumb img {
    border-radius: 6px 6px 0 0;
}
.instructor-wrapper.style-three:hover .instructor-thumb a::before {
    opacity: 1;
    background: linear-gradient(180deg, var(--primary-rgb-5) 100%, var(--primary-rgb-5) 0);
}
.instructor-wrapper.style-three:hover .instructor-thumb a::after {
    opacity: 1;
}
.instructor-wrapper.style-three:hover .instructor-social .icon-1 {
    transform: translateY(-40px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-three:hover .instructor-social .icon-1 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-three:hover .instructor-social .icon-2 {
    transform: translateY(-40px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-three:hover .instructor-social .icon-2 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-three:hover .instructor-social .icon-3 {
    transform: translateY(-40px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-three:hover .instructor-social .icon-3 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-three:hover .instructor-social .icon-4 {
    transform: translateY(-40px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-three:hover .instructor-social .icon-4 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-three .instructor-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.instructor-wrapper.style-three .instructor-item .designation {
    color: rgba(255, 255, 255, 0.8);
}
.instructor-wrapper.style-three .instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    transition: all 0.3s linear;
    background: linear-gradient(180deg, var(--primary-rgb-0) 0%, var(--primary-rgb-7) 100%);
}
.instructor-wrapper.style-three .instructor-info {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.instructor-wrapper.style-three .instructor-social {
    position: absolute;
    bottom: 21%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-three .instructor-social {
        bottom: 35%;
    }
}
.instructor-wrapper.style-four .instructor-item {
    text-align: center;
}
.instructor-wrapper.style-four .instructor-item:hover .instructor-thumb-wrapper::after {
    transform: rotate(-90deg);
}
.instructor-wrapper.style-four .instructor-item:hover .instructor-thumb a::after {
    opacity: 0.5;
}
.instructor-wrapper.style-four .instructor-item:hover .instructor-social .icon-1 {
    transform: translateX(25px);
    opacity: 1;
}
.instructor-wrapper.style-four .instructor-item:hover .instructor-social .icon-2 {
    transform: translateX(25px);
    opacity: 1;
}
.instructor-wrapper.style-four .instructor-item:hover .instructor-social .icon-3 {
    transform: translateX(25px);
    opacity: 1;
}
.instructor-wrapper.style-four .instructor-thumb-wrapper {
    border-radius: 100%;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    position: relative;
    padding: 20px;
}
.instructor-wrapper.style-four .instructor-thumb-wrapper .instructor-thumb a {
    display: block;
    position: relative;
}
.instructor-wrapper.style-four .instructor-thumb-wrapper .instructor-thumb a img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.instructor-wrapper.style-four .instructor-thumb-wrapper .instructor-thumb a::after {
    background: var(--bd-primary);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.instructor-wrapper.style-four .instructor-thumb-wrapper .instructor-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    margin-left: -25px;
}
.instructor-wrapper.style-four .instructor-thumb-wrapper .instructor-social .icon-1 {
    transform: translateY(0px);
    opacity: 0;
}
.instructor-wrapper.style-four .instructor-thumb-wrapper .instructor-social .icon-2 {
    transform: translateY(0px);
    opacity: 0;
}
.instructor-wrapper.style-four .instructor-thumb-wrapper .instructor-social .icon-3 {
    transform: translateY(0px);
    opacity: 0;
}
.instructor-wrapper.style-four .instructor-thumb-wrapper .instructor-social .icon-4 {
    transform: translateY(0px);
    opacity: 0;
}
.instructor-wrapper.style-four .instructor-thumb-wrapper::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../../../image/catalog/instructor-border-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .instructor-wrapper.style-four .instructor-info .name {
        font-size: 22px;
    }
}
.instructor-wrapper.style-five .instructor-item {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.instructor-wrapper.style-five .instructor-item:hover .instructor-info-wrapper {
    transform: translateY(0);
}
.instructor-wrapper.style-five .instructor-item:hover .instructor-thumb a::before {
    opacity: 0.3;
}
.instructor-wrapper.style-five .instructor-item:hover .instructor-social {
    padding: 10px 0;
}
.instructor-wrapper.style-five .instructor-thumb {
    height: 408px;
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-five .instructor-thumb {
        height: 100%;
    }
}
.instructor-wrapper.style-five .instructor-thumb a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    background-image: linear-gradient(180deg, var(--primary-rgb-0), var(--primary-rgb-7) 65%);
}
.instructor-wrapper.style-five .instructor-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.instructor-wrapper.style-five .instructor-info {
    padding: 22px;
}
.instructor-wrapper.style-five .instructor-info-wrapper {
    background-image: linear-gradient(100.88deg, #E1F9F0 0.6%, #EEE0CE 100%);
    border-radius: 6px 6px 0 0;
    text-align: center;
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(52px);
    transition: all 0.3s ease-out 0s;
}
.instructor-wrapper.style-five .instructor-info-wrapper .designation {
    font-size: 16px;
    line-height: 26px;
    color: var(--bd-taxonomy-color);
    display: inline-block;
}
.instructor-wrapper.style-five .instructor-social {
    background-color: var(--bd-primary);
}
.instructor-wrapper.style-six .instructor-item {
    padding: 0 30px 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.instructor-wrapper.style-six .instructor-item::after {
    content: "";
    height: 75%;
    width: 100%;
    background-color: var(--bd-white);
    border-radius: 10px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.instructor-wrapper.style-six .instructor-item:hover .instructor-thumb a::after {
    opacity: 0.5;
}
.instructor-wrapper.style-six .instructor-item:hover .instructor-social .icon-1 {
    transform: translateX(25px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-six .instructor-item:hover .instructor-social .icon-1 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-six .instructor-item:hover .instructor-social .icon-2 {
    transform: translateX(25px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-six .instructor-item:hover .instructor-social .icon-2 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-six .instructor-item:hover .instructor-social .icon-3 {
    transform: translateX(25px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-six .instructor-item:hover .instructor-social .icon-3 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-six .instructor-item:hover .instructor-social .icon-4 {
    transform: translateX(25px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-six .instructor-item:hover .instructor-social .icon-4 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-six .instructor-thumb {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 310px;
    width: 100%;
}
.instructor-wrapper.style-six .instructor-thumb-wrapper {
    margin-bottom: 25px;
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-six .instructor-thumb {
        height: 100%;
    }
}
.instructor-wrapper.style-six .instructor-thumb a::after {
    background: var(--bd-primary);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.instructor-wrapper.style-six .instructor-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instructor-wrapper.style-six .instructor-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    margin-left: -25px;
    width: 100%;
}
.instructor-wrapper.style-seven .instructor-item {
    position: relative;
}
.instructor-wrapper.style-seven .instructor-item:hover .instructor-thumb a::after {
    opacity: 0.5;
}
.instructor-wrapper.style-seven .instructor-item:hover .instructor-social .icon-1 {
    transform: translateX(25px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-seven .instructor-item:hover .instructor-social .icon-1 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-seven .instructor-item:hover .instructor-social .icon-2 {
    transform: translateX(25px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-seven .instructor-item:hover .instructor-social .icon-2 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-seven .instructor-item:hover .instructor-social .icon-3 {
    transform: translateX(25px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-seven .instructor-item:hover .instructor-social .icon-3 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-seven .instructor-item:hover .instructor-social .icon-4 {
    transform: translateX(25px);
    opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .instructor-wrapper.style-seven .instructor-item:hover .instructor-social .icon-4 {
        transform: translateX(0px);
    }
}
.instructor-wrapper.style-seven .instructor-thumb {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.instructor-wrapper.style-seven .instructor-thumb a::after {
    background: var(--bd-primary);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.instructor-wrapper.style-seven .instructor-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instructor-wrapper.style-seven .instructor-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    margin-left: -25px;
    width: 100%;
}
.instructor-wrapper.style-seven .instructor-info {
    position: absolute;
    inset-inline-start: 30px;
    inset-block-end: 30px;
}
.instructor-wrapper.style-seven .instructor-info .name {
    padding: 0 25px;
    margin-bottom: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: relative;
    z-index: 5;
}
.instructor-wrapper.style-seven .instructor-info .name::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.8px);
    -webkit-backdrop-filter: blur(11.8px);
}
.instructor-wrapper.style-seven .instructor-info .designation {
    padding: 0 15px;
    color: var(--bd-white);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    position: relative;
    z-index: 5;
}
.instructor-wrapper.style-seven .instructor-info .designation::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(170, 170, 170, 0.34);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.8px);
    -webkit-backdrop-filter: blur(11.8px);
}
.instructor-wrapper.style-eight {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid var(--bd-border-primary);
    padding: 30px 30px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .instructor-wrapper.style-eight {
        flex-direction: column;
        align-items: start;
    }
}
.instructor-wrapper.style-eight:hover {
    border-color: var(--bd-primary);
}
.instructor-wrapper.style-eight:hover .instructor-thumb img {
    transform: scale(1.05);
}
.instructor-wrapper.style-eight .instructor-thumb {
    width: 200px;
    height: 220px;
    min-width: 200px;
    overflow: hidden;
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .instructor-wrapper.style-eight .instructor-thumb {
        width: 100%;
        height: 100%;
        min-width: 100%;
    }
}
.instructor-wrapper.style-eight .instructor-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.instructor-wrapper.style-eight .instructor-info .name {
    margin-bottom: 10px;
}
.instructor-wrapper.style-eight .instructor-info span {
    display: block;
}
.instructor-wrapper.style-eight .instructor-info span:not(:last-child) {
    margin-bottom: 5px;
}
.instructor-wrapper.style-nine {
    text-align: center;
}
.instructor-wrapper.style-nine:hover .instructor-social {
    opacity: 1;
}
.instructor-wrapper.style-nine:hover .instructor-social .icon-1 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-nine:hover .instructor-social .icon-2 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-nine:hover .instructor-social .icon-3 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-nine:hover .instructor-social .icon-4 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-nine:hover .instructor-thumb a::before {
    opacity: 0.5;
}
.instructor-wrapper.style-nine:hover .instructor-thumb-wrap {
    background-color: var(--bd-secondary);
}
.instructor-wrapper.style-nine:hover.hover-style .instructor-thumb-wrap {
    border-radius: 6px 6px 6px 6px;
}
.instructor-wrapper.style-nine .instructor-thumb-wrap {
    background-color: var(--bd-white);
    padding: 5px;
    border-radius: 16px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.instructor-wrapper.style-nine .instructor-thumb {
    position: relative;
}
.instructor-wrapper.style-nine .instructor-thumb img {
    border-radius: 16px;
}
.instructor-wrapper.style-nine .instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--bd-primary);
    border-radius: 16px;
}
.instructor-wrapper.style-nine .instructor-social {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.instructor-wrapper.style-nine .instructor-info {
    margin-top: 20px;
}
.instructor-wrapper.style-nine .instructor-info .name {
    margin-bottom: 5px;
}
.instructor-wrapper.style-nine .instructor-info span {
    color: var(--bd-taxonomy-color);
}
.instructor-wrapper.style-nine.light-color .instructor-info .name {
    color: var(--bd-white);
}
.instructor-wrapper.style-nine.light-color .instructor-info span {
    color: rgba(255, 255, 255, 0.9);
}
.instructor-wrapper.style-ten {
    text-align: center;
}
.instructor-wrapper.style-ten:hover .instructor-social {
    opacity: 1;
}
.instructor-wrapper.style-ten:hover .instructor-social .icon-1 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-ten:hover .instructor-social .icon-2 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-ten:hover .instructor-social .icon-3 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-ten:hover .instructor-social .icon-4 {
    transform: translateY(-40px);
    opacity: 1;
}
.instructor-wrapper.style-ten:hover .instructor-thumb a::before {
    opacity: 0.5;
}
.instructor-wrapper.style-ten .instructor-thumb-wrap {
    position: relative;
    -webkit-mask-image: url(../../../image/catalog/instructor-mask-bg.webp);
    mask-image: url(../../../image/catalog/instructor-mask-bg.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
    background-color: var(--primary-rgb-1);
    padding: 10px;
    margin: -10px;
    margin-bottom: 5px;
}
.instructor-wrapper.style-ten .instructor-thumb {
    position: relative;
    -webkit-mask-image: url(../../../image/catalog/instructor-mask-bg.webp);
    mask-image: url(../../../image/catalog/instructor-mask-bg.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
}
.instructor-wrapper.style-ten .instructor-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instructor-wrapper.style-ten .instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--bd-primary);
    border-radius: 16px;
}
.instructor-wrapper.style-ten .instructor-social {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.instructor-wrapper.style-ten .instructor-info h6 {
    margin-bottom: 5px;
}
.instructor-wrapper.style-ten .instructor-info span {
    color: var(--bd-taxonomy-color);
}
.instructor-details-thumb img {
    border-radius: 8px;
}
.instructor-social .icon-1 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}
.instructor-social .icon-2 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.4s ease-in-out;
}
.instructor-social .icon-3 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
}
.instructor-social .icon-4 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.6s ease-in-out;
}
.mt-15px {
    margin-top: 15px !important;
}

.instructor-info .underline {
    font-size: var(--bd-fs-h6);
    color: var(--bd-theme-black);
    margin-top: 0px;
    line-height: 1.25;
    margin-bottom: 0;
    font-weight: var(--bd-fw-bold);
    word-break: break-word;
}
.underline a {
    display: inline;
    color: var(--bd-theme-black);
    background-image: linear-gradient(var(--bd-primary), var(--bd-primary)), linear-gradient(var(--bd-primary), var(--bd-primary));
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 83%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    padding: 0 0 1% 0;
}

.underline a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--bd-primary) !important;
}

.instructor-info span {
    color: var(--bd-body-text);
}
.section-paragraph {
    color: var(--bd-body-text);
}




/*----------------------------------------*/
/*  Testimonials css
/*----------------------------------------*/
.testimonial-wrapper.style-one .testimonial-item {
    padding: 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
}
.testimonial-wrapper.style-one .testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.testimonial-wrapper.style-one .testimonial-meta .author .thumb {
    width: 60px;
    height: 60px;
    min-width: 60px;
}
.testimonial-wrapper.style-one .testimonial-meta .author .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-wrapper.style-one .testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-one .testimonial-content p {
    font-size: 18px;
    line-height: 1.6;
}
.testimonial-wrapper.style-two .testimonial-item {
    padding: 20px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.testimonial-wrapper.style-two .testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 10px;
}
.testimonial-wrapper.style-two .testimonial-meta .author .thumb {
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.testimonial-wrapper.style-two .testimonial-meta .author .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-wrapper.style-two .testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-two .testimonial-shape {
    position: absolute;
    top: -70px;
    right: -55px;
}
.testimonial-wrapper.style-three .testimonial-item {
    padding: 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.testimonial-wrapper.style-three .testimonial-top-logo {
    max-width: 180px;
    margin-bottom: 20px;
}
.testimonial-wrapper.style-three .testimonial-content {
    margin-bottom: 30px;
}
.testimonial-wrapper.style-three .testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 10px;
}
.testimonial-wrapper.style-three .testimonial-meta .author .thumb {
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.testimonial-wrapper.style-three .testimonial-meta .author .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-wrapper.style-three .testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-three .testimonial-shape {
    position: absolute;
    top: -100px;
    right: -85px;
}
.testimonial-wrapper.style-four .testimonial-item {
    padding: 90px 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
    position: relative;
    text-align: center;
    margin-top: 60px;
}
.testimonial-wrapper.style-four .testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-four .testimonial-top-thumb {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-wrapper.style-four .testimonial-top-thumb .thumb {
    width: 120px;
    height: 120px;
    min-width: 120px;
}
.testimonial-wrapper.style-four .testimonial-top-thumb .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-wrapper.style-four .testimonial-content {
    margin-bottom: 25px;
}
.testimonial-wrapper.style-four .testimonial-content p {
    font-size: 18px;
}
.testimonial-wrapper.style-four .testimonial-meta .author {
    margin-bottom: 3px;
}
.testimonial-wrapper.style-four .testimonial-meta .name {
    margin-bottom: 3px;
}
.testimonial-wrapper.style-five .testimonial-item {
    padding-left: 200px;
    padding-right: 200px;
    display: grid;
    grid-template-columns: 300px auto;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    position: relative;
    overflow-x: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-wrapper.style-five .testimonial-item {
        padding-left: 100px;
        padding-right: 100px;
        grid-template-columns: 260px auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper.style-five .testimonial-item {
        padding-left: 50px;
        padding-right: 50px;
        grid-template-columns: 250px auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrapper.style-five .testimonial-item {
        padding-left: 0;
        padding-right: 0;
        grid-template-columns: auto;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }
}
.testimonial-wrapper.style-five .testimonial-item .thumb img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-wrapper.style-five .testimonial-item .thumb img {
        width: 260px;
        height: 260px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper.style-five .testimonial-item .thumb img {
        width: 250px;
        height: 250px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrapper.style-five .testimonial-item .thumb img {
        width: 200px;
        height: 200px;
    }
}
.testimonial-wrapper.style-five .testimonial-content .user {
    max-width: 200px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrapper.style-five .testimonial-content .user {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
.testimonial-wrapper.style-five .testimonial-content .description {
    margin: 0px;
    color: var(--bd-theme-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}
.testimonial-wrapper.style-five .testimonial-content .author {
    color: var(--bd-primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
}
.testimonial-wrapper.style-six .testimonial-item .testimonial-rating i {
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-six .testimonial-content p {
    font-size: 22px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
} 
.testimonial-wrapper.style-six .testimonial-rating {
    margin-bottom: 15px;
}
.testimonial-rating i, .testimonial-quote i{
  font-size: 0;
} 
.testimonial-quote i::before{
  font-size: 64px;
} 
.testimonial-content{
  margin-bottom: 50px;
}
.testimonial-meta{
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
.testimonial-rating i::before{
  font-size: 16px;
}
.testimonial-wrapper.style-six .testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.testimonial-wrapper.style-six .testimonial-meta .author .thumb {
    height: 68px;
    width: 68px;
    min-width: 68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrapper.style-six .testimonial-meta .author .thumb {
        height: 52px;
        width: 52px;
        min-width: 52px;
    }
}
.testimonial-wrapper.style-six .testimonial-meta .author .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-wrapper.style-six .testimonial-meta .author .name {
    color: var(--bd-white);
    margin-bottom: 3px;
}
.testimonial-wrapper.style-six .testimonial-meta .designation {
    color: rgba(255, 255, 255, 0.8);
}
.testimonial-wrapper.style-six.has-bg .testimonial-item {
    background-color: var(--bd-white);
    padding: 30px 30px;
    border-radius: 12px;
}
.testimonial-wrapper.style-six.has-bg .testimonial-content p {
    color: var(--bd-theme-black);
    margin-bottom: 0px;
}
.testimonial-wrapper.style-six.has-bg .testimonial-meta .author .name {
    color: var(--bd-theme-black);
    font-size: 16px;
    font-weight: 600;
}
.testimonial-wrapper.style-six.has-bg .testimonial-meta .author .designation {
    color: var(--bd-theme-black);
}
.testimonial-wrapper.style-six.has-bg .testimonial-quote i {
    color: var(--bd-theme-black);
}
.testimonial-wrapper.style-six.has-bg.has-bg-primary .testimonial-item {
    background-color: var(--bd-bg-primary);
}
.testimonial-wrapper.style-seven .testimonial-item {
    background: var(--bd-bg-primary);
    padding: 30px 30px;
    z-index: 2;
    border-radius: 6px;
}
.testimonial-wrapper.style-seven .testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.testimonial-wrapper.style-seven .testimonial-meta .author .thumb {
    width: 65px;
    height: 65px;
    min-width: 65px;
}
.testimonial-wrapper.style-seven .testimonial-meta .author .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-wrapper.style-seven .testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-seven .testimonial-content .highlight-text {
    color: var(--bd-primary);
    margin-bottom: 10px;
}
.testimonial-wrapper.style-seven .testimonial-content .description {
    margin-bottom: 25px;
}
.testimonial-wrapper.style-seven .testimonial-content .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-eight .testimonial-thumb-wrapper {
    position: relative;
    padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-wrapper.style-eight .testimonial-thumb-wrapper {
        padding-right: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrapper.style-eight .testimonial-thumb-wrapper {
        padding-right: 0;
    }
}
.testimonial-wrapper.style-eight .testimonial-thumb {
    height: 639px;
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrapper.style-eight .testimonial-thumb {
        height: 699px;
    }
}
.testimonial-wrapper.style-eight .testimonial-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.testimonial-wrapper.style-eight .testimonial-counter {
    align-items: center;
    background: var(--bd-white);
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    display: flex;
    left: -130px;
    padding: 20px 25px;
    position: absolute;
    top: 95px;
    gap: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrapper.style-eight .testimonial-counter {
        left: 0;
        bottom: 30px;
        top: auto;
    }
}
.testimonial-wrapper.style-eight .testimonial-counter-thumb {
    max-width: 40px;
}
.testimonial-wrapper.style-eight .testimonial-counter-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}
.testimonial-wrapper.style-eight .testimonial-counter-content p {
    font-size: 15px;
}
.testimonial-wrapper.style-eight .testimonial-quote {
    margin-bottom: 30px;
}
.testimonial-wrapper.style-eight .testimonial-quote img {
    width: 70px;
}
.testimonial-wrapper.style-eight .testimonial-description {
    margin-bottom: 40px;
}
.testimonial-wrapper.style-eight .testimonial-description p {
    font-size: 24px;
    line-height: 1.5;
}
.testimonial-wrapper.style-eight .testimonial-avater {
    display: flex;
    gap: 20px;
    align-items: center;
}
.testimonial-wrapper.style-eight .testimonial-avater-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}
.testimonial-wrapper.style-eight .testimonial-avater-title {
    margin-bottom: 5px;
}
.testimonial-wrapper.style-eight .testimonial-avater-designation {
    color: var(--bd-taxonomy-color);
}
.testimonial-wrapper.style-nine .testimonial-item {
    display: flex;
    align-items: center;
    gap: 30px 80px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background-color: var(--bd-white);
    padding: 80px 80px 80px 80px;
    justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper.style-nine .testimonial-item {
        gap: 30px 50px;
        padding: 60px 30px 60px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrapper.style-nine .testimonial-item {
        padding: 40px 40px 40px 40px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px 0;
    }
}
@media (max-width:450px) {
    .testimonial-wrapper.style-nine .testimonial-item {
        padding: 40px 30px 40px 30px;
    }
}
.testimonial-wrapper.style-nine .testimonial-quotes-wrap {
    width: 362px;
    height: 362px;
    padding: 47px;
    border-radius: 100%;
    border: 1px solid var(--bd-border-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media (max-width:450px) {
    .testimonial-wrapper.style-nine .testimonial-quotes-wrap {
        width: 290px;
        height: 290px;
    }
}
.testimonial-wrapper.style-nine .testimonial-quotes {
    width: 268px;
    height: 268px;
    background-color: var(--bd-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
@media (max-width:450px) {
    .testimonial-wrapper.style-nine .testimonial-quotes {
        width: 180px;
        height: 180px;
    }
}
.testimonial-wrapper.style-nine .testimonial-meta-thumb-1 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid var(--bd-white);
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
    animation: scaleUp 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}
.testimonial-wrapper.style-nine .testimonial-meta-thumb-1 img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.testimonial-wrapper.style-nine .testimonial-meta-thumb-2 {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid var(--bd-white);
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
    animation: scaleUp 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}
.testimonial-wrapper.style-nine .testimonial-meta-thumb-2 img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.testimonial-wrapper.style-nine .testimonial-meta-thumb-3 {
    position: absolute;
    bottom: -20px;
    left: 130px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid var(--bd-white);
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
    animation: scaleUp 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}
.testimonial-wrapper.style-nine .testimonial-meta-thumb-3 img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.testimonial-wrapper.style-nine .testimonial-content .rating {
    margin-bottom: 16px;
}
.testimonial-wrapper.style-nine .testimonial-content .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-nine .testimonial-content .description {
    font-size: 18px;
    margin-bottom: 20px;
}
.testimonial-wrapper.style-nine .testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.testimonial-wrapper.style-nine .testimonial-meta .author .name {
    line-height: 1;
}
.testimonial-wrapper.style-nine .testimonial-meta .author .thumb {
    width: 60px;
    height: 60px;
    min-width: 60px;
}
.testimonial-wrapper.style-nine .testimonial-meta .author .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-wrapper.style-ten .testimonial-item {
    padding: 30px 30px;
    border-radius: 24px;
    transition: all 0.3s ease-out;
    background-color: #dcfdf1;
}
.testimonial-wrapper.style-ten .testimonial-item:hover {
    filter: drop-shadow(5px 5px 0 var(--bd-primary));
}
.testimonial-wrapper.style-ten .testimonial-item.bg-2 {
    background-color: #fff5db;
}
.testimonial-wrapper.style-ten .testimonial-item.bg-2:hover {
    filter: drop-shadow(5px 5px 0 var(--bd-secondary));
}
.testimonial-wrapper.style-ten .testimonial-item .name {
    color: var(--bd-theme-black);
}
.testimonial-wrapper.style-ten .testimonial-content p {
    font-size: 18px;
    color: #424242;
}
.testimonial-wrapper.style-ten .testimonial-rating a {
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-ten .testimonial-avatar-thumb {
    height: 68px;
    width: 68px;
}
.testimonial-wrapper.style-ten .testimonial-avatar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-wrapper.style-ten .testimonial-thumb {
    height: 639px;
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrapper.style-ten .testimonial-thumb {
        height: 699px;
    }
}
.testimonial-wrapper.style-ten .testimonial-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.testimonial-wrapper.style-eleven .testimonial-item {
    margin-top: 10px;
}
.testimonial-wrapper.style-eleven .testimonial-item .testimonial-rating i {
    color: var(--bd-rating-color);
}
.testimonial-wrapper.style-eleven .testimonial-content p {
    font-size: 30px;
    line-height: 1.5;
    color: var(--bd-theme-black);
    margin-bottom: 30px;
    font-weight: var(--bd-fw-medium);
}
.testimonial-wrapper.style-eleven .testimonial-content-wrap {
    position: relative;
}
.testimonial-wrapper.style-eleven .testimonial-meta .author {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial-wrapper.style-eleven .testimonial-meta .author .thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 5px;
}
.testimonial-wrapper.style-eleven .testimonial-meta .author .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.testimonial-wrapper.style-eleven .testimonial-meta .author .circle {
    margin-left: -105px;
    animation: shape-rote 35s linear infinite;
}
.testimonial-wrapper.style-eleven .testimonial-meta .details .name {
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-sbold);
    margin-bottom: 3px;
}
.testimonial-wrapper.style-eleven .testimonial-meta .designation {
    color: var(--bd-theme-black);
}
.testimonial-wrapper.style-eleven .testimonial-quote {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.testimonial-wrapper.style-eleven .testimonial-quote i {
    color: rgba(7, 161, 105, 0.15);
    font-size: 64px;
}
.testimonial-nav button {
    position: absolute;
    font-size: 70px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 55;
    color: var(--bd-primary);
}
.testimonial-nav .testimonial-button-next {
    left: auto !important;
    right: 0;
}
.testimonial-video {
    width: 50%;
    position: absolute;
    height: 100%;
    inset-inline-start: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-video {
        width: 100%;
        position: relative;
        height: 500px;
    }
}
.testimonial-video::before {
    content: "";
    background: var(--bd-theme-black);
    height: 100%;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
}
.testimonial-video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 5px solid var(--bd-white);
    font-size: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.testimonial-video-btn i {
    color: var(--bd-white);
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}
.testimonial-video-btn:hover {
    border-color: var(--bd-primary);
}
.testimonial-video-btn:hover i {
    color: var(--bd-primary);
}
.testimonial-video-btn.animation-two {
    position: relative;
}
.testimonial-video-btn.animation-two:hover::before {
    border-color: var(--bd-primary);
}
.testimonial-video-btn.animation-two:hover::after {
    border-color: var(--bd-primary);
}
.testimonial-video-btn.animation-two::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1.5px solid var(--bd-white);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.testimonial-video-btn.animation-two::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1.5px solid var(--bd-white);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.testimonial-bg {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0.1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.testimonial-bg::before {
    content: "";
    background: linear-gradient(90.87deg, #00BBAE 0.69%, rgba(0, 187, 174, 0) 96.75%);
    left: 0px;
    top: 0;
    height: 100%;
    width: 80%;
    position: absolute;
}
.testimonial-bg-two {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-wrap {
    margin-inline-start: 150px;
    position: relative;
    z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-wrap {
        margin-inline-start: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrap {
        margin-inline-start: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-wrap {
        margin-inline-start: 0;
    }
}
.testimonial-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.testimonial-navigation button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: var(--bd-bg-primary);
    color: var(--bd-primary);
    font-size: 20px;
    border-radius: 100%;
}
.testimonial-navigation button:hover {
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.dots-pagination {
    display: flex;
    gap: 8px;
    margin-top: 50px;
    justify-content: center;
}
.dots-pagination .swiper-pagination-bullet {
    height: 5px;
    width: 20px;
    border-radius: 10px;
    background: var(--secondary-rgb-7);
    opacity: 1;
    margin: 0 !important;
}
.dots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--bd-secondary);
}
.dots-pagination.has-primary .swiper-pagination-bullet {
    background: rgba(7, 161, 105, 0.3);
}
.dots-pagination.has-primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--bd-primary);
}
.dots-pagination.pagination-small-active {
    margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dots-pagination.pagination-small-active {
        margin-top: 50px;
    }
}

.testimonial-shape-quote {
    position: absolute;
    right: -250px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .testimonial-shape-quote {
        right: -200px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .testimonial-shape-quote {
        right: -150px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-shape-quote {
        right: 0px;
    }
}

.testimonial-sec-bg {
    z-index: 5;
}
.testimonial-sec-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: var(--bd-primary);
    z-index: -1;
}

.testimonial-shape-wrap .shape-1 {
    position: absolute;
    top: 58px;
    left: 74px;
}
.testimonial-shape-wrap .shape-2 {
    position: absolute;
    right: 74px;
    top: 330px;
}
.testimonial-shape-wrap .shape-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}
.testimonial-shape-wrap .shape-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.testimonial-shape-wrap .shape-5 {
    position: absolute;
    right: 0;
    top: 0;
}
.testimonial-shape-wrap .shape-6 {
    position: absolute;
    left: 0;
    top: 255px;
}

.testimonial-shape-2 .group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}
.testimonial-shape-2 .group .thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 5px;
}
.testimonial-shape-2 .group .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.testimonial-shape-2 .group .circle {
    margin-left: -105px;
}
.testimonial-shape-2 .shape-1 {
    position: absolute;
    left: 300px;
    top: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-shape-2 .shape-1 {
        left: 60px;
    }
}
.testimonial-shape-2 .shape-2 {
    position: absolute;
    right: 300px;
    top: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-shape-2 .shape-2 {
        right: 60px;
    }
}
.testimonial-shape-2 .shape-3 {
    position: absolute;
    left: 400px;
    bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-shape-2 .shape-3 {
        left: 30px;
    }
}
.testimonial-shape-2 .shape-4 {
    position: absolute;
    right: 400px;
    bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-shape-2 .shape-4 {
        right: 30px;
    }
}


.testimonial-wrapper.style-six .testimonial-item .testimonial-rating i {
    color: var(--bd-rating-color);
}


/*----------------------------------------*/
/*  Whys Chooses css
/*----------------------------------------*/
.why-choose-wrapper.style-one .why-choose-item {
    position: relative;
    text-align: center;
    padding: 0px 30px 30px 0px;
    margin-top: 25px;
}
.why-choose-wrapper.style-one .why-choose-item:hover .why-choose-icon-thumb {
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;
}
.why-choose-wrapper.style-one .why-choose-item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--bd-border-primary);
    right: 0;
    bottom: 0;
}
.why-choose-wrapper.style-one .why-choose-icon-thumb {
    max-width: 70px;
    margin: 0 auto 20px;
    position: relative;
}
.why-choose-wrapper.style-one .why-choose-icon-thumb .why-choose-icon {
    position: absolute;
    right: -35px;
    transform: translate(-50%, -50%);
    top: 10px;
    font-size: 60px;
    color: var(--bd-primary);
}
.why-choose-wrapper.style-one .why-choose-title {
    margin-bottom: 15px;
}
.why-choose-wrapper.style-two .why-choose-item {
    position: relative;
    text-align: center;
    padding: 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
}
.why-choose-wrapper.style-two .why-choose-item.bg-flashlight::after {
    background-color: var(--bd-bg-primary);
}
.why-choose-wrapper.style-two .why-choose-item:hover .why-choose-icon svg * {
    stroke: var(--bd-primary);
}
.why-choose-wrapper.style-two .why-choose-title {
    margin-bottom: 15px;
}
.why-choose-wrapper.style-two .why-choose-icon {
    margin-bottom: 15px;
    display: block;
}
.why-choose-wrapper.style-three .why-choose-item {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    background-color: var(--bd-white);
    border-radius: 12px;
    z-index: 4;
    transition: all 0.3s linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .why-choose-wrapper.style-three .why-choose-item {
        padding: 20px 15px;
    }
}
.why-choose-wrapper.style-three .why-choose-item:hover {
    box-shadow: 0px 6px 100px 0px rgba(8, 5, 33, 0.1);
}
.why-choose-wrapper.style-three .why-choose-item:hover .why-choose-icon img {
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;
}
.why-choose-wrapper.style-three .why-choose-icon {
    margin-bottom: 15px;
    display: inline-block;
}
.why-choose-wrapper.style-three .why-choose-icon img {
    width: 64px;
    transition: all 0.3s linear;
}
.why-choose-wrapper.style-three .why-choose-content {
    position: relative;
    z-index: 9;
}
.why-choose-wrapper.style-four .why-choose-icon-wrapper {
    -webkit-mask-image: url(../../../image/catalog/why-mask.webp);
    mask-image: url(../../../image/catalog/why-mask.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
    width: 115px;
    height: 115px;
    background-color: var(--bd-white);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}
.why-choose-wrapper.style-four .why-choose-icon {
    font-size: 36px;
    color: var(--bd-primary);
    line-height: 1;
}
.why-choose-wrapper.style-four .why-choose-title {
    color: var(--bd-white);
}
.why-choose-wrapper.style-four .why-choose-description {
    color: rgba(255, 255, 255, 0.7);
}
.why-choose-thumb-wrap {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .why-choose-thumb-wrap {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-thumb-wrap {
        margin-left: 0;
        flex-wrap: wrap;
    }
}
.why-choose-thumb-wrap .thumb-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-thumb-wrap .thumb-column {
        flex-direction: row;
        width: 100%;
    }
}
.why-choose-thumb-wrap .thumb-column .thumb-one {
    height: 250px;
    width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-thumb-wrap .thumb-column .thumb-one {
        height: 100%;
        width: 100%;
    }
}
.why-choose-thumb-wrap .thumb-column .thumb-one img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.why-choose-thumb-wrap .thumb-column .thumb-two {
    height: 250px;
    width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-thumb-wrap .thumb-column .thumb-two {
        height: 100%;
        width: 100%;
    }
}
.why-choose-thumb-wrap .thumb-column .thumb-two img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.why-choose-thumb-wrap .main-thumb {
    height: 360px;
    width: 100%;
    margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-thumb-wrap .main-thumb {
        height: 100%;
        margin-top: 0;
    }
}
.why-choose-thumb-wrap .main-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.why-shape-group .shape-1 {
    position: absolute;
    top: -120px;
    right: -200px;
    z-index: -1;
}
.why-shape-group .shape-2 {
    position: absolute;
    top: -50px;
    right: 115px;
    z-index: -1;
}
.why-shape-group .shape-3 {
    position: absolute;
    bottom: -50px;
    right: 250px;
    z-index: -1;
    animation: opacity-on-off 5s ease-in-out 1s infinite alternate-reverse both;
}
.why-shape-group .shape-4 {
    position: absolute;
    top: 213px;
    left: 0;
    z-index: -1;
    transform: rotate(90deg);
}
.why-shape-group .shape-5 {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
}
.why-shape-group .shape-6 {
    position: absolute;
    bottom: -50px;
    right: -200px;
    z-index: -1;
    animation: scaleUpCenter 4s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate-reverse none;
}

.choose-thumb {
    position: relative;
    -webkit-mask-image: url(../image/catalog/why-mask.webp);
    mask-image: url(../image/catalog/why-mask.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
}
.choose-thumb-mask {
    position: relative;
    -webkit-mask-image: url(../image/catalog/why-mask.webp);
    mask-image: url(../image/catalog/why-mask.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
    background-color: var(--bd-white);
    padding: 10px;
    margin-left: -20px;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:450px) {
    .why-choose-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0;
    }
}

@keyframes bd-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0) translateX(0%);
    }
    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px) translateX(0%);
    }
    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px) translateX(0%);
    }
}
@keyframes scaleUpCenter {
    0% {
        transform: scale(0.2);
    }
    100% {
        transform: scale(0.5);
    }
}
@keyframes opacity-on-off {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
/*----------------------------------------*/
/*  Postboxs css
/*----------------------------------------*/
.blog-feature-thumb {
    margin-bottom: 30px;
}
.blog-feature-thumb img {
    border-radius: 8px;
    width: 100%;
}
.blog-feature-thumb.full-width img {
    width: 100%;
}

/* blockquote CSS */
.post-details-blockquote blockquote {
    padding: 40px 40px;
    border-radius: 10px;
    position: relative;
    background-color: var(--primary-rgb-05);
}
.post-details-blockquote blockquote::before {
    position: absolute;
    content: "";
    width: 4px;
    width: 100%;
    height: 7px;
    top: 0;
    inset-inline-start: 0;
    background: var(--bd-primary);
    border-radius: 10px 10px 0 0;
}
.post-details-blockquote blockquote .icon {
    font-size: 70px;
    display: block;
    margin-bottom: 30px;
    color: var(--bd-primary);
    line-height: 1;
}
.post-details-blockquote blockquote .title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 38px;
}
.post-details-blockquote blockquote .name {
    position: relative;
    position: relative;
    display: block;
    margin-left: 50px;
}
.post-details-blockquote blockquote .name::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--bd-primary);
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

/* post slider CSS */
.postbox-slider-navigation button {
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    top: 44%;
    left: 24px;
    color: var(--bd-white);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--bd-bg-primary);
    z-index: 15;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: var(--bd-theme-black);
}
.postbox-slider-navigation button:hover {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}
.postbox-slider-navigation .post-navigation-next {
    left: auto !important;
    right: 24px;
}

.post-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}
.post-pagination .post-slider-pagination {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}
.post-pagination .post-slider-pagination .swiper-pagination-bullet {
    height: 5px;
    width: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    margin: 0 !important;
}
.post-pagination .post-slider-pagination .swiper-pagination-bullet-active {
    background: var(--bd-primary);
    width: 20px;
}

.postbox-video {
    overflow: hidden;
}
.postbox-video::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bd-theme-black);
    opacity: 0.45;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.postbox-audio {
    height: 350px;
}

.postbox-audio iframe {
    width: 100%;
    height: 100%;
}

/* post slider end */
/* bd-postbox-meta */
.postbox-thumb img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.postbox-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid var(--bd-border-primary);
    border-bottom: 1px solid var(--bd-border-primary);
}

.postbox-navigation {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.postbox-navigation::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 1px;
    background-color: var(--bd-border-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .postbox-navigation::before {
        top: 60%;
        height: 1px;
        width: 100%;
    }
}

.postbox-more-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    color: var(--bd-body-text);
    transition: all 0.3s ease-in-out;
}
.postbox-more-link:hover {
    color: var(--bd-primary);
}

.postbox-author {
    padding: 30px 30px;
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--bd-white);
    display: flex;
    align-items: start;
    gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .postbox-author {
        flex-wrap: wrap;
    }
}
.postbox-author .thumb {
    width: 170px;
    height: 170px;
    min-width: 170px;
}
.postbox-author .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.blog-postbox-comment .postbox-comment-box {
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--bd-white);
}

.blog-widget {
    background: var(--bd-white);
    box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
    padding: 30px 30px;
    border-radius: 5px;
}
.widget-title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bd-widget-list ul{
    padding: 0;
}
.blog-widget:not(:last-child) {
    margin-bottom: 30px;
}
.blog-widget.widget_categories ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: var(--bd-theme-black);
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.blog-widget.widget_categories ul li:not(:last-child) {
    margin-bottom: 10px;
}


/* tag cloud */
.tagcloud a {
    font-size: 16px !important;
    color: var(--bd-taxonomy-color);
    font-weight: 500;
    border: 1px solid var(--bd-border-primary);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 36px;
    margin: 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.tagcloud a:hover {
    color: var(--bd-white);
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.sidebar-promotion .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}



/* Menu index */
/*----------------------------------------*/
/*  Blogs css
/*----------------------------------------*/
.blog-wrapper.blog-standard {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.blog-wrapper.blog-standard:not(:last-child) {
    margin-bottom: 30px;
}
.blog-wrapper.blog-standard:hover .blog-thumb::before {
    animation: shine 800ms;
}
.blog-wrapper.blog-standard:hover .blog-thumb img {
    transform: scale(1.1);
}
.blog-wrapper.blog-standard .blog-thumb {
    width: 100%;
    height: 400px;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-wrapper.blog-standard .blog-thumb {
        height: 100%;
    }
}
.blog-wrapper.blog-standard .blog-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.blog-wrapper.blog-standard .blog-thumb img {
    object-fit: cover;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}
.blog-wrapper.blog-standard .blog-meta-item {
    display: flex;
    align-items: center;
    gap: 15px 20px;
    padding: 18px 30px;
    flex-wrap: wrap;
    background-color: var(--primary-rgb-05);
    margin-bottom: 0;
    margin-right: 0;
}
.blog-wrapper.blog-standard .blog-meta-item span {
    font-size: 16px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.blog-wrapper.blog-standard .blog-meta-item span i {
    color: var(--bd-primary);
}
.blog-wrapper.blog-standard .blog-content {
    padding: 30px 30px;
    border-radius: 0 0 10px 10px;
    background-color: var(--bd-white);
}
.blog-wrapper.blog-standard .blog-title {
    font-size: 32px;
}
.blog-wrapper.style-one {
    background: var(--bd-white);
    border-radius: 6px;
}
.blog-wrapper.style-one:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-one .blog-thumb {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    height: 280px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-wrapper.style-one .blog-thumb {
        height: 100%;
    }
}
.blog-wrapper.style-one .blog-thumb img {
    width: 100%;
    height: 100%;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.blog-wrapper.style-one .blog-content {
    padding: 30px 30px;
}
.blog-wrapper.style-one .blog-content .title {
    border-bottom: 1px solid var(--bd-border-primary);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.blog-wrapper.style-two {
    position: relative;
    border: 1px solid var(--bd-border-primary);
    padding: 30px;
    border-radius: 6px 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width:450px) {
    .blog-wrapper.style-two {
        padding: 20px;
    }
}
.blog-wrapper.style-two:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-two .blog-thumb {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 6px 6px;
}
.blog-wrapper.style-two .blog-thumb .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}
.blog-wrapper.style-two .blog-thumb img {
    width: 100%;
    height: 280px;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-wrapper.style-two .blog-thumb img {
        height: 100%;
    }
}
.blog-wrapper.style-two .content .blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-wrapper.style-two .content .border-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--bd-border-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.blog-wrapper.style-two .content .border-btn:hover {
    background: var(--bd-primary);
    border-color: var(--bd-primary);
}
.blog-wrapper.style-two .content .border-btn:hover i {
    color: var(--bd-white);
}
.blog-wrapper.style-two .title {
    margin-bottom: 15px;
}
.blog-wrapper.style-two .btn-inner .link {
    font-weight: var(--bd-fw-medium);
}
.blog-wrapper.style-two .btn-inner .link:hover {
    color: var(--bd-primary);
}
.blog-wrapper.style-three {
    background: var(--bd-white);
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: center;
    height: 100%;
    border-radius: 6px 6px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-wrapper.style-three {
        grid-template-columns: 230px 1fr;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-wrapper.style-three {
        grid-template-columns: 1fr;
    }
}
.blog-wrapper.style-three:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-three .blog-thumb {
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 6px 0 0 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-wrapper.style-three .blog-thumb {
        height: 265px;
    }
}
@media (max-width:450px) {
    .blog-wrapper.style-three .blog-thumb {
        height: 250px;
    }
}
.blog-wrapper.style-three .blog-thumb img {
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
    height: 100%;
    width: 100%;
}
.blog-wrapper.style-three .blog-content {
    padding: 30px 30px;
}
.blog-wrapper.style-three .blog-content .title {
    border-bottom: 1px solid var(--bd-border-primary);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.blog-wrapper.style-three .blog-content p {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-wrapper.style-four:hover .icon-text-btn span {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.blog-wrapper.style-four:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-four .blog-content {
    padding: 30px 30px 23px;
    border-radius: 0 0 6px 6px;
    background-color: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.blog-wrapper.style-four .blog-content p {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-wrapper.style-four .title {
    margin-bottom: 15px;
}
.blog-content a{
	color: #000;
}
.blog-slider-navigation i{
	font-size: 0;
}
.blog-slider-navigation i::before{
	font-size: 16px;
}
.blog-slider-navigation {
    position: absolute;
    top: 4px;
    right: 0;
}
.similar-articles-area .section-title-space{
	position: relative;
}
.blog-content a:hover{
	color: var(--bd-primary);
}
.blog-wrapper.style-four .blog-thumb {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-wrapper.style-four .blog-thumb {
        height: 100%;
    }
}
.blog-wrapper.style-four .blog-thumb img {
    width: 100%;
    height: 100%;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.blog-wrapper.style-four .blog-meta-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .blog-wrapper.style-four .blog-meta-list {
        gap: 8px 0;
    }
}
.blog-wrapper.style-five {
    position: relative;
}
.blog-wrapper.style-five:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-five .blog-thumb {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
}
.blog-wrapper.style-five .blog-thumb img {
    width: 100%;
    min-height: 300px;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.blog-wrapper.style-five .title {
    margin-bottom: 20px;
    margin-top: 15px;
}
.blog-wrapper.style-five .blog-content {
    background-color: var(--bd-white);
    padding: 30px 30px;
    box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
    margin-top: -85px;
    position: relative;
    z-index: 5;
    margin-left: 20px;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}
.blog-wrapper.style-six {
    display: grid;
    grid-template-columns: 260px auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper.style-six {
        grid-template-columns: 230px auto;
    }
}
@media (max-width: 575px) {
    .blog-wrapper.style-six {
        grid-template-columns: auto;
    }
}
.blog-wrapper.style-six .blog-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    margin-bottom: 0;
    z-index: 2;
}
.blog-wrapper.style-six:hover .blog-thumb a img {
    transform: scale(1.05);
}
.blog-wrapper.style-six:hover .icon-text-btn span {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.blog-wrapper.style-six:hover .image-hover-effect a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.blog-wrapper.style-six .blog-thumb {
    overflow: hidden;
    border-radius: 8px 0px 0px 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper.style-six .blog-thumb {
        height: 322px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-wrapper.style-six .blog-thumb {
        border-radius: 8px 8px 0px 0px;
    }
}
.blog-wrapper.style-six .blog-thumb img {
    max-width: 100%;
    height: 100%;
}
.blog-wrapper.style-six .blog-content {
    padding: 30px 30px 30px 30px;
    border-radius: 0px 8px 8px 0px;
    background-color: var(--bd-bg-primary);
}
@media (max-width: 575px) {
    .blog-wrapper.style-six .blog-content {
        border-radius: 0px 0px 8px 8px;
    }
}
.blog-wrapper.style-six .blog-content .blog-meta-list {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.blog-wrapper.style-seven .blog-thumb {
    border-radius: 6px;
    overflow: hidden;
}
.blog-wrapper.style-seven .blog-thumb img {
    min-height: 260px;
    height: 100%;
    width: 100%;
}
.blog-wrapper.style-seven .blog-content {
    padding: 30px 30px;
    background: var(--bd-white);
    box-shadow: 0px 20px 40px rgba(28, 51, 84, 0.1);
    border-radius: 0 0 5px 5px;
}
.blog-wrapper.style-seven:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-eight {
    border-radius: 6px;
    overflow: hidden;
}
.blog-wrapper.style-eight:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-eight .blog-thumb {
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
.blog-wrapper.style-eight .blog-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.blog-wrapper.style-eight .blog-content {
    position: relative;
    padding: 20px 25px;
    border: 1px solid var(--bd-border-primary);
    border-top: 0;
    border-radius: 0 0 6px 6px;
    padding-inline-start: 52px;
    border-inline-start: 0;
    transition: all 0.3s ease-out 0s;
}
.blog-wrapper.style-eight .date {
    position: absolute;
    bottom: 0;
    height: 100%;
    writing-mode: vertical-lr;
    left: 0;
    transform: rotate(-180deg);
}
.blog-wrapper.style-eight .date span {
    background: var(--bd-secondary);
    color: var(--bd-white);
    padding: 0px 2px;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.blog-wrapper.style-eight .blog-meta-item {
    position: relative;
    margin-inline-end: 15px;
    padding-inline-end: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-wrapper.style-eight .blog-meta-item {
        margin-inline-end: 8px;
        padding-inline-end: 8px;
    }
}
.blog-wrapper.style-eight .blog-meta-item::before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 20px;
    inset-inline-end: 0px;
    top: 50%;
    background: var(--bd-border-primary);
    transform: translateY(-50%);
}
.blog-wrapper.style-eight .blog-meta-item:last-child::before {
    display: none;
}
.blog-wrapper.style-eight .blog-meta-list {
    margin-bottom: 10px;
}
.blog-wrapper.style-eight .blog-title {
    margin-bottom: 15px;
}
.blog-wrapper.style-eight .blog-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-wrapper.style-nine {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.blog-wrapper.style-nine::after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.blog-wrapper.style-nine .blog-thumb {
    overflow: hidden;
}
.blog-wrapper.style-nine .blog-content {
    padding: 30px 25px 25px 30px;
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.blog-wrapper.style-nine:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-nine .blog-meta-item .meta-author {
    color: var(--bd-white);
}
.blog-wrapper.style-nine .blog-meta-item .meta-text {
    color: var(--bd-white);
}
.blog-wrapper.style-ten {
    overflow: hidden;
}
.blog-wrapper.style-ten .blog-thumb {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.blog-wrapper.style-ten .blog-thumb img {
    height: 250px;
    width: 100%;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.blog-wrapper.style-ten .blog-thumb-wrapper {
    position: relative;
}
.blog-wrapper.style-ten:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-ten .blog-content {
    padding: 40px 30px 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 0 0 6px 6px;
}
.blog-wrapper.style-ten .blog-content .title {
    margin-bottom: 25px;
}
.blog-wrapper.style-ten .blog-meta-list {
    margin-bottom: 15px;
}
.blog-wrapper.style-eleven {
    border-radius: 24px;
    overflow: hidden;
}
.blog-wrapper.style-eleven .blog-content {
    padding: 30px 30px;
    border: 1px solid var(--bd-border-primary);
    border-radius: 0 0 24px 24px;
}
.blog-wrapper.style-eleven .blog-thumb-wrapper {
    position: relative;
    overflow: hidden;
}
.blog-wrapper.style-eleven:hover .blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}
.blog-wrapper.style-eleven .blog-badge.bottom {
    left: 30px;
    bottom: 0;
}
.blog-badge {
    position: absolute;
    top: 15px;
    left: 15px;
}
.blog-badge.badge-right {
    left: auto;
    right: 15px;
}
.blog-badge.bottom {
    top: auto;
    bottom: 15px;
}
.blog-badge-circle {
    position: absolute;
    right: 15px;
    bottom: -40px;
}
.blog-badge-circle .circle-badge {
    flex-direction: column;
    line-height: 1.1;
}
.blog-badge-circle .circle-badge .subtitle {
    font-size: 14px;
    font-weight: 400;
}

.blog-column {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
    }
}

.blog-slider-navigation button {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid var(--bd-primary);
    border-radius: 6px;
    color: var(--bd-primary);
    transition: all 0.3s ease-in-out;
}
.blog-slider-navigation button:hover {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.blog-wrapper .blog-thumb {
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
.blog-wrapper .blog-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.blog-wrapper:hover .blog-thumb::before {
    animation: shine 800ms;
}
.postbox-desc {
    font-size: var(--bd-fs-p);
    font-family: var(--bd-ff-p);
    font-weight: var(--bd-fw-normal);
    color: #595959; 
    margin-bottom: 30px;
    line-height: 30px;
}
.details-content-title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: var(--bd-fw-bold);
}
.post-details-blockquote span i {
    font-size: 0;
}
.post-details-blockquote span i::before {
    font-size: 70px;
}
.post-details-blockquote .name {
    color: var(--bd-body-text);
    font-size: var(--bd-fs-body);
    font-weight: normal;
    line-height: 1.5;
}

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

.post-details-list ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--bd-primary);
    border-radius: 50%;
    left: -20px;
    top: 8px;
}
.post-details-list ul li {
    list-style: none;
    position: relative;
    margin-left: 20px;
    color: #595959;
    font-size: var(--bd-fs-body);
    font-weight: normal;
    line-height: 1.5;
}

.post-details-list ul li:not(:last-child) {
    margin-bottom: 10px;
}
.social-icon-list li i {
    font-size: 0px;
}
.social-icon-list li i::before {
    font-size: var(--bd-fs-body);
}
.core-values-area {
	background-image: url(../../../image/catalog/core-values.webp);
}
.instructor-social .social-icon-list li i {
	font-size: 0px;
  color: #fff;
}
.instructor-social .social-icon-list li i::before {
    font-size: var(--bd-fs-body);
}
.instructor-social .social-icon-list li{
    transform: translateY(0px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.instructor-wrapper:hover .instructor-social li {
    transform: translateX(25px);
    opacity: 1;
}


/*----------------------------------------*/
/*  Features csss
/*----------------------------------------*/
.feature-wrapper.style-one .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.feature-wrapper.style-one .feature-item:hover .icon svg {
    stroke-dasharray: 45;
    stroke-dashoffset: 350;
    -webkit-animation: line-dash 20s linear backwards alternate-reverse infinite;
    animation: line-dash 20s linear backwards alternate-reverse infinite;
}
.feature-wrapper.style-one .feature-item .icon {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bd-white);
    border-radius: 50%;
    min-width: 85px;
}
.feature-wrapper.style-one .feature-item .description {
    color: var(--bd-white);
    font-size: 20px;
}
.banner-content-twoe {
    display: none;
}
.feature-wrapper.style-two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--bd-white);
    border-radius: 6px 6px 0 0;
    margin-top: -100px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .feature-wrapper.style-two {
        grid-template-columns: repeat(1, 1fr);
        box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
    }
}
.feature-wrapper.style-two .feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .feature-wrapper.style-two .feature-item {
        padding: 20px 30px;
    }
}
.feature-wrapper.style-two .feature-item:hover .feature-icon {
    transform: rotateY(180deg);
    color: var(--bd-primary);
}
.feature-wrapper.style-two .feature-item.has-active {
    background: var(--bd-primary);
}
.feature-wrapper.style-two .feature-item.has-active .feature-icon {
    color: var(--bd-white);
}
.feature-wrapper.style-two .feature-item.has-active .feature-title {
    color: var(--bd-white);
}
.feature-wrapper.style-two .feature-item.has-active .feature-icon svg * {
    stroke: var(--bd-white);
}
.feature-wrapper.style-two .feature-icon {
    transition: all 0.8s ease;
}
.feature-wrapper.style-two .feature-icon svg {
    width: 60px;
    height: 60px;
    transition: all 0.3s linear;
}
.feature-wrapper.style-two .feature-title {
    color: var(--bd-theme-black);
}
.feature-wrapper.style-three {
    border: 1px solid var(--bd-border-secondary);
    border-radius: 24px;
    overflow: hidden;
}
.feature-wrapper.style-three ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-wrapper.style-three ul {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .feature-wrapper.style-three ul {
        grid-template-columns: repeat(1, 1fr);
    }
}
.feature-wrapper.style-three ul li {
    border-left: 1px solid var(--bd-border-secondary);
    transition: all 0.3s ease-out 0s;
    position: relative;
    list-style: none;
    width: 322px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .feature-wrapper.style-three ul li {
        width: 300px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .feature-wrapper.style-three ul li {
        width: 100%;
    }
}
.feature-wrapper.style-three ul li:first-child {
    border-left: 0;
}
.feature-wrapper.style-three ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    border-radius: 24px;
    transition: all 0.3s ease-out 0s;
    background-color: var(--primary-rgb-1);
}
.feature-wrapper.style-three ul li:hover {
    border-color: transparent;
    border-radius: 24px;
    transition: all 0.3s ease-out 0s;
}
.feature-wrapper.style-three ul li:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}
.feature-wrapper.style-three ul li:hover + li {
    border-left: transparent;
}
.feature-wrapper.style-three .feature {
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.feature-wrapper.style-three .feature-content {
    padding: 42px;
    position: relative;
    z-index: 1;
}
.feature-wrapper.style-three .feature-icon {
    font-weight: 600;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    padding: 0px;
    background-color: var(--primary-rgb-1);
    text-align: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease-out 0s;
}
.feature-wrapper.style-three .feature-icon i {
    font-size: 50px;
    line-height: 120px;
    display: inline-block;
    color: var(--bd-primary);
    transition: all 0.3s ease-out 0s;
}
.feature-wrapper.style-three .feature-title {
    color: var(--bd-theme-black);
    margin-bottom: 20px;
    transition: all 0.3s ease-out 0s;
}
.feature-wrapper.style-three .feature-content p {
    color: var(--bd-theme-black);
    transition: all 0.3s ease-out 0s;
}
.feature-wrapper.style-three .feature-content:hover .feature-icon {
    background-color: var(--bd-primary);
}
.feature-wrapper.style-three .feature-content:hover .feature-icon i {
    color: var(--bd-white);
}
.feature-wrapper.style-three .feature-content:hover .feature-title {
    color: var(--bd-theme-black);
}
.feature-wrapper.style-three .feature-content:hover p {
    color: var(--bd-body-text);
}

.overview-box {
    display: grid;
    grid-template-columns: 350px 350px 350px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .overview-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overview-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .overview-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}
@media (max-width: 575px) {
    .overview-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

.overview-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.overview-wrapper:hover .icon svg {
    stroke-dasharray: 90;
    stroke-dashoffset: 890;
    -webkit-animation: line-dash 20s linear backwards alternate-reverse infinite;
    animation: line-dash 20s linear backwards alternate-reverse infinite;
}
.overview-wrapper .icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    background: var(--bd-white);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview-wrapper:not(:last-child)::after {
    position: absolute;
    content: "";
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 84px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 46.81%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .overview-wrapper:not(:last-child)::after {
        right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overview-wrapper:not(:last-child)::after {
        right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .overview-wrapper:not(:last-child)::after {
        display: none;
    }
}

.line-dash svg {
    stroke-dasharray: 45;
    stroke-dashoffset: 350;
    -webkit-animation: line-dash 5s linear backwards alternate-reverse infinite;
    animation: line-dash 5s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
    100% {
        stroke-dashoffset: 0;
    }
}
.sidebar-sticky {
    position: sticky;
    top: 120px;
}
/* ================================
   RESPONSIVE DESIGN
   ================================ */
   @media(min-width: 600px) and (max-width: 768px){
   	.breadcrumb-title {
		    font-size: 40px;
		}
		.bg-light-slider.bg-breadcrumb {
		    height: 400px;
		}
   }

   @media(max-width: 599px){
   	.breadcrumb-title {
		    font-size: 32px;
		}
		.bg-light-slider.bg-breadcrumb {
		    height: 400px;
		}
   }

@media (max-width: 1199px) {
    .about-section .about-content-container {
        margin-left: 0;
    }
    .header-inner,.header-top {
      padding-left: 15px;
      padding-right: 15px
    }
    .section-title {
        font-size: 32px;
    }

    .about-images-grid {
        gap: 15px;
    }
    .counter-container {
        gap: 15px;
        padding: 30px 15px;
    }
    .blog-content {
        padding: 40px 15px 15px 15px;
    }
}

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

    .section-title {
        font-size: 28px;
    }

    .partners-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
	.post-details-blockquote blockquote .title,.details-content-title {
	    font-size: 20px;
	}
	.post-details-blockquote blockquote {
	    padding: 30px 30px;
	}
	.blog-widget{
		padding: 20px;
	}
    .blog-widget.widget_categories{
        margin-top: 15px;
    } 
  .faq-content{
    width: 100%; 
  }
  .faq-section h2 {
    font-size: 28px;
  }
  .faq-section .panel-title span, .faq-section .panel-title a {
      padding-bottom: 16px;
      padding-top: 16px;
  }
  .faq-section .panel-title span, .faq-section .panel-title a {
      font-size: 16px;
  }
  .why-choose-area.fix{
    margin-bottom: 30px;
  }
  .why-choose-wrapper.style-two{
    margin-bottom: 15px;
  }
  .testimonial-wrapper.style-six .testimonial-content p {
    font-size: 16px;
 }
  .mission-vision-title,.why-choose-area .counter-style-five.has-transparent .counter-content h2 {
      font-size: 30px;
  }
  .sidenav .close-nav {
    background-color: #161616;
    padding: 12px 15px;
    width: 100%;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
  }
  body.active .sidenav {
    overflow-x: unset;
    overflow-y: scroll;
  }
  .sidenav, body.active::before {
    top: 0;
    left: 0;
    height: 100%;
  }
  .sidenav {
    width: 0;
    position: fixed;
    transition: .5s;
    overflow-x: hidden;
    box-shadow: 5px 0 5px 0 rgb(0 0 0 / .06);
    clear: both;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 9999;
  }
  .sidenav .close-nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 12px 15px;
    width: 100%;
    display: flex;
    color: #fff;
    letter-spacing: 1px;
    justify-content: space-between;
  }
  .close-nav img{
      max-width: 140px;
  }
    .bd-offcanvas-contact.mb-30 {
        padding: 15px;
        margin-top: 30px;
    }
    #menu .navbar-nav > li > a{
        font-weight: 400;
    }
    .bd-offcanvas-contact ul{
        padding: 0;
    }
    .bd-offcanvas-contact ul li{
        margin-bottom: 20px;
        color: var(--bd-body-text);
    }
    .bd-offcanvas-contact ul li a{
        color: var(--bd-body-text);
    }
    .bd-offcanvas-contact-icon i{
        display: inline-block;
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        border-radius: 50%;
        background: transparent;
        color: var(--bd-theme-black);
        border: 1px solid var(--bd-border-secondary);
        margin-right: 10px;
    }
    .bd-offcanvas-contact-icon i{
        font-size: 0;
    }
    .bd-offcanvas-contact-icon i::before{
        font-size: 16px;
    }
  .closebtn {
    background-color: #fff;
    border: none;
    padding: 0;
    float: right;
    width: 30px;
    font-size: 28px;
    color: var(--bd-primary);
  }
  #menu .navbar-nav > li > a {
      color: #fff;
      padding: 15px 15px;
      display: flex;
      width: 100%;
      justify-content: space-between;
  }
    #menu ul li .caret {
        font-size: 0;
        color: #7F8387;
        border: 1px solid #7F8387;
        width: 30px;
        height: 30px;
        text-align: center;
    }
    #menu .navbar-nav > li > a:hover .caret::after {
        transform: rotate(180deg);
        color: #07A169;
        font-size: 18px;
        margin: 0;
    }
    #menu ul li .caret::after{
        font-size: 18px;
        margin: 0;
    }
  #menu .navbar-nav{
    display: block;
  }
  .navbar-toggler-icon-xs {
    width: 1.75rem;
    height: 1.5rem;
    margin-left: .25rem;
    display: block;
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%231a1817' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3.1 5.9c1.93.21 4.562.247 7.897.108C16 5.8 19.765 6.115 20 6.1c.326-.02.659-.054 1-.1M3 12.2c-.112-.211.222-.311 1-.3 3.31.047 8.782.199 11 .1 3-.133 5-.133 6 0M3 18c-.667-.067.833-.1 4.5-.1 1.949 0 4.08.181 6.5.2 1.422.011 3.755-.022 7-.1'/%3E%3C/svg%3E") 50% / 100% 100% no-repeat;
}
    #menu .navbar-collapse {
        display: block;
    }
    .header-top{
      display: block;
    }
    .header-top-left ul {
        gap: 0 10px;
    }
    .header-top-left ul li span {
        margin-inline-end: 5px;
    }
    .header-top-left ul li:first-child::before{
      display: none;
    }
    .header-top-right.text-md-end {
        text-align: center;
    }
    .bd-btn {
        padding: 8px 15px;
    }
    .header-left #logo img{
      max-width: 180px;
      height: auto;	
    }
    .banner-title.white-text{
      font-size: 32px;
    }
    .banner-form .form-list {
        flex-wrap: wrap;
        gap: 15px;
    }
    .banner-slider-wrapper {
        min-height: 430px;
    }
    .banner-content-two {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .about-experience-badge,.about-testimonial-card{
        padding: 15px 10px;
    }
    .header-left #logo{
      margin-left: 35px;
    }
    .section-spacing {
        padding: 40px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .counter-container {
        grid-template-columns: 1fr;
    }

    .counter-number {
        font-size: 36px;
    }

    .why-choose-card {
        padding: 30px 20px;
    }

    .partners-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .video-section {
        min-height: 400px;
    }
    .cta-content{
      margin-top: 30px;
    }
    .g-30, .gy-30 {
        --bs-gutter-y: 0;
    }
    .partners-header-wrapper.has-margin{
      margin-right: 0;
    }
    .section-spacing-bottom{
      padding-bottom: 30px;
    }
    .section-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar-header.xs-toggle {
        position: absolute;
        left: 0;
        top: 8px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
  .banner-title.white-text {
      font-size: 30px;
  }
  .banner-slider-wrapper {
      min-height: 530px;
  }
  .theme-social ul li a {
      width: 30px;
      height: 30px;
  }
  .social-icon-list{
    gap: 10px;
  }

}
@media(min-width: 768px) and (max-width: 991px){
  .banner-slider-wrapper {
      min-height: 530px;
  }
  .counter-container {
      grid-template-columns: repeat(2, 1fr);
  }
  .cta-content {
      margin-top: 50px;
  }
}
/* ================================
   SWIPER OVERRIDES
   ================================ */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: auto;
}

.swiper-wrapper {
    align-items: stretch;
}


.banner-navigation-btn-two {
    display: none;
}

.floating_wp {
    bottom: 75px;
    right: 40px;
    background-color: #0B602D;
    border-radius: 50px;
    z-index: 100;
    padding: 6px 22px;
    align-content: center
}

.floating-contact-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999
}

.floating-contact-buttons .float-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: #0B602D;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    transition: transform .15s,box-shadow .15s,background-color .15s;
    white-space: nowrap
}

.floating-contact-buttons .float-btn i {
    margin-right: 8px;
    font-size: 18px
}

.floating-contact-buttons .float-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,.3);
    text-decoration: none
}

.floating-contact-buttons .float-call {
    background: #0052AD
}

.floating-contact-buttons .float-whatsapp {
    background: #0B602D
}

.floating-contact-buttons .float-quote {
    background: #7A4A00
}
.instructor-thumb {
  width: 110px;        /* was 90px */
  height: 110px;
  margin: 0 auto 24px auto;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
  transition: all .25s ease;
}

/* Font Awesome icon groter */
.instructor-thumb i {
  font-size: 42px;     /* was ~34px */
  color: #0B602D;
}

/* Hover blijft rustig */
.instructor-wrapper:hover .instructor-thumb {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0,0,0,.14);
}