@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");

/* ----------------------------------
    01. Global CSS
------------------------------------ */
.container {
	padding-left: 1rem;
	padding-right: 1rem;
}
.mb-30 {
    margin-bottom: 30px !important;
}
a:focus, 
a:hover, 
a:active, 
*:focus, 
a:focus h1, 
a:hover h1, a:active h1, 
a:focus h2, a:hover h2, a:active h2, a:focus h3, a:hover h3, a:active h3, a:focus h4, a:hover h4, a:active h4, a:focus h5, a:hover h5, a:active h5, a:focus h6, a:hover h6, a:active h6 {
    color: #fff;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.btn {
    background: var(--gradient-2);
}
.search-form.search-form-2 {
    background: #f0f7ff;
}

.search-form.search-form-2 .btn {
    background: #c72228;
    border-color: #e5e7eb;
}

/*================================================================================================
    Start Sidebars CSS
===================================================================================================*/
.ed-sidebar {
  border: none !important;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
  background: var(--ed-secondary-color);
}
.ed-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid var(--ed-border-color);
  background: var(--ed-offwhite-color);
}
.ed-sidebar-header-title {
  font-size: 28px;
  margin: 0;
}
.ed-sidebar-logo {
  max-width: 140px;
  height: 34px;
  object-fit: contain;
  display: inline-block;
}

.ed-sidebar-header button {
  width: 32px;
  height: 32px;
  background: #d73b3e;
  color: #fff !important;
  border-radius: 100%;
  font-size: 12px;
  padding: 0;
  line-height: 35px;
  transition: all 0.4s ease;
  border: none;
}
.ed-sidebar-header button:hover {
  background: #224f89;
}
.ed-sidebar-body {
  padding: 24px;
  overflow-y: scroll;
  margin-bottom: 156px;
}
.ed-sidebar-widget-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.ed-sidebar-social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ed-sidebar-widget {
  margin-bottom: 40px;
}
.ed-sidebar-widget .ed-contact__info-item {
  margin-bottom: 24px;
}
.ed-contact__info-item {
    margin-bottom: 36px;
    display: flex;
    gap: 24px;
}
.list-info .list-item .label {
    display: block;
    color: #333;
}
.contact-area .contact-info .list-info .list-item .icon i {
    font-size: 1.45rem;
    color: #333;
}
.contact-area .contact-info .list-info {
    gap: 2rem;
}
/*================================================================================================
    End Sidebars CSS
===================================================================================================*/


/* ======= Navbar style ======= */
.navbar {
    position: relative;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
    transition: 1s;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #224f89;
}

.navbar-nav .nav-item {
    margin-left: 10px;
    padding-left: 0px;
}

.navbar .navbar-nav .nav-link {
    font-family: "Jost", sans-serif;
    font-size: 0.9rem;
    color: #3d3d3d;
    margin: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-right: 12px;
    padding-left: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #1b1b1b;
}
.navbar .navbar-nav .nav-link:hover {
    color: #224f89;
    text-decoration: underline;
}
.navbar .navbar-nav .active {
    color: #6d0000 !important;
}
.navbar .navbar-nav .active i {
    color: #6d0000;
}
.nav-scroll {
    background: #fff;
    padding: 0;
    position: fixed;
    /*  position: sticky; */
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #aa8453;
}
.nav-scroll .navbar-nav .nav-link {
    color: #1b1b1b;
}
.nav-scroll .navbar-nav .active i,
.nav-scroll .navbar-nav .active {
    color: #aa8453 !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #1b1b1b;
}
.nav-scroll .dropdown .nav-link i {
    color: #1b1b1b;
}
.nav-scroll .logo-img {
    width: 140px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    color: #1b1b1b;
}
.nav-scroll .logo-wrapper .logo span {
    color: #aa8453;
}
.logo-wrapper {
    float: left;
}
.logo img {
    height: 65px;
}
.nav-item .dropdown-menu {
    min-width: 250px;
}
.nav-item .dropdown-menu li {
    margin-left: 0;
}
.dropdown-item:hover {
    background: rgba(21, 193, 250, 0.10196078431372549);
    color: #333;
}
.nav-item .dropdown-menu li.sub a {
    text-transform: capitalize;
}
.nav-item .dropdown-menu li.sub a:hover {
    background: rgba(21, 193, 250, 0.10196078431372549);
}
.dropdown-menu .dropdown-item {
    font-size: 0.8rem;
}
.dropdown-menu .nav-item ul {
    top: -3px;
    left: 90%;
}

.search-icon i {
    margin-left: 30px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    display: block;
    color: #222;
    font-size: 22px;
    line-height: 0;
}
.btn-quote {
    margin-left: 30px;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    font-size: 12px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    color: #ffffff;
    background: #224f89;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 25px 14px 35px;
    gap: 10px;
}
.btn-quote span {
    z-index: 3;
    color: #fff;
}
.btn-quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #c72228;
    transition: 0.5s;
    z-index: 2;
}
.btn-quote:hover:before {
    left: 0;
}
.quote i {
    position: relative;
    z-index: 2;
    transition: 0.4s;
    color: #222222;
    background: #fff;
    font-size: 18px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
}

.right-menu {
    margin-left: 30px;
    font-size: 18px;
}

.choose-btn {
    margin-left: -25px;
    margin-top: 20px;
}

.section-title .subtitle {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #565656 !important;
    line-height: 28px;
    margin-bottom: 20px;
    border-radius: 50px;
    display: inline-flex;
    background: #ffebee94;
    padding: 2px 22px;
    border: 1px solid #e573736b;
    position: relative;
    align-items: center;
    gap: 10px;
}

.subtitle::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #565656;
    display: block;
    border-radius: 50%;
}

.section-title .title {
    font-family: "Jost", sans-serif;
}
.section-title.style-2:before {
    background: #fff;
}

.btn-about {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    background: #c72228;
    border-radius: 50px 50px 50px 50px;
    padding: 8px 8px 8px 35px;
    gap: 25px;
}

.btn-about.bg-2 {
    background: #224f89;
}

.btn-about i {
    position: relative;
    z-index: 2;
    transition: 0.4s;
    color: #222222;
    background: #fff;
    font-size: 26px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
}
.btn-about:hover {
    color: #222;
}
.btn-about:hover i {
    transform: rotate(45deg);
}

/* Google Review */
.greview {
    padding: 60px 0;
}
.greview-block {
    margin-top: -110px;
    width: 100%;
    height: 100px;
    position: absolute;
    background: #fff;
    z-index: 1;
}
/* Footer */
.footer {
    padding-top: 130px;
    border-top: none;
    background: #222222;
}
.idvitech {
    background: linear-gradient(to bottom, #039BE5 0%, #039BE5 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
a.idvitech:hover {
    color: #039BE5 !important;
}
/* ----------------------------------
    05. Slider CSS
------------------------------------ */
.tj-slider-section .banner-shape {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 10%;
    z-index: 2;
}

.tj-slider-section .banner-shape::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 155%;
    top: -30%;
    left: 0;
    background: url(../images/banner/banner-shape.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 2;
}

.tj-slider-section .swiper-slide-active .banner-shape {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.tj-slider-section .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-right: 40px;
}
.tj-slider-section .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.tj-slider-section .swiper-pagination {
    width: auto;
    right: 80px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 0 12px;
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.tj-slider-section .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    opacity: 0.8;
}

.tj-slider-section .swiper-pagination-bullet-active {
    background: var(--tj-primary-color);
    border-color: var(--tj-primary-color);
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 1;
}

.tj-slider-section-three {
    position: relative;
}

.tj-slider-section-three .slider_shape2 {
    position: absolute;
    bottom: -5px;
    left: -5%;
    width: 110%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.tj-slider-section-three .thumb-slider {
    position: absolute;
    bottom: 12%;
    -webkit-transform: translate(-50% 0%);
    -ms-transform: translate(-50% 0%);
    transform: translate(-50% 0%);
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.tj-slider-section-three .slider-content {
    margin-top: 45%;
    max-width: 100%;
    position: relative;
    margin-bottom: 30%;
    z-index: 9;
}

.tj-slider-section-three .thumb_slide {
    width: 90px !important;
    text-align: center;
}

.tj-slider-section-three .thumb_slide:last-child {
    margin-right: 0 !important;
}

.tj-slider-section-three .tj-bg-layer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.tj-slider-section-three .tj-bg-layer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 2;
}

.tj-slider-section-three .thumb_slider img {
    max-width: 80px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    border: 2px solid var(--tj-secondary-color);
}

.tj-slider-section-three .swiper-slide-thumb-active img {
    border: 2px solid var(--tj-primary-color);
}

.tj-slider-section-three .slider-client img {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: inline-block;
    margin-right: -30px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.tj-slider-section-three .slider-client {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.tj-slider-section-three .slider-client .client-wrapper {
    margin-right: 55px;
}

.tj-slider-section-three .slider-client .client-wrapper img {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: inline-block;
    margin-right: -30px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.tj-slider-section-three .slider-client .client-auother p {
    font-size: 22px;
    font-weight: 500;
    color: var(--tj-white-color);
    margin-bottom: 0;
}

.slider-content {
    margin-top: 315px;
    margin-bottom: 235px;
    max-width: 825px;
    position: relative;
    z-index: 9;
}

.slider-content .slider-title {
    color: var(--tj-white-color);
    display: block;
    margin-bottom: 30px;
    font-size: 2.5rem;
}

.slider-content .slider-desc {
    color: var(--tj-white-color);
    font-size: 17px;
    margin-bottom: 40px;
    max-width: 590px;
    display: block;
}

.tj-slider-section-three .sc-image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: overlay;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    transition: transform 8000ms ease, opacity 1700ms ease-in;
    transition: transform 8000ms ease, opacity 1700ms ease-in,
        -webkit-transform 8000ms ease;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.tj-slider-section-three .swiper-slide .slider-client,
.tj-slider-section-three .swiper-slide .slider-title,
.tj-slider-section .swiper-slide .slider-desc,
.tj-slider-section .swiper-slide .slider-title,
.tj-slider-section .swiper-slide .slider-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.tj-slider-section-three .swiper-slide .slider-content .tj-theme-button,
.tj-slider-section .swiper-slide .tj-theme-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease,
        -webkit-transform 1500ms ease;
}

.tj-slider-section-three .swiper-slide .slider-content .tj-theme-button,
.tj-slider-section .swiper-slide .tj-theme-button,
.tj-slider-section .swiper-slide .slider-desc {
    -webkit-transform: translateY(125px);
    transform: translateY(125px);
}
.tj-slider-section-three .swiper-slide.swiper-slide-active .slider-client,
.tj-slider-section-three .swiper-slide.swiper-slide-active .slider-title,
.tj-slider-section .swiper-slide.swiper-slide-active .tj-theme-button,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-desc,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-title,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.tj-slider-section-three
    .swiper-slide.swiper-slide-active
    .slider-content
    .tj-theme-button,
.tj-slider-section .swiper-slide.swiper-slide-active .tj-theme-button {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.slider-bg-image3 {
    background: url(../images/slider/slider-bg-image3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-bg-image3 .container {
    padding-top: 150px;
    padding-bottom: 150px;
}

.tj-slider-section-three .select-form-box .select-bm {
    margin-top: 30px;
}

.slider-tabs.slider-tabs-two .tj-input-form {
    padding: 0;
}

.slider-tabs.slider-tabs-two .nav {
    justify-content: center;
    border-bottom: 2px solid var(--tj-secondary-color);
    margin-bottom: 25px;
    justify-content: space-between !important;
}

.slider-tabs.slider-tabs-two .nav-pills .nav-link.active {
    color: var(--tj-white-color);
    background-color: var(--tj-secondary-color);
    border-radius: 3px 3px 0px 0px;
    padding: 8px 17px 10px;
}

.slider-tabs.slider-tabs-two {
    background: var(--tj-primary-color);
    border-radius: 3px;
    padding: 35px 35px 35px;
    max-width: 550px;
    margin-left: auto;
    margin-top: -95px;
    position: relative;
    z-index: 9;
}

.slider-tabs.slider-tabs-two .select-form-box {
    background: none;
    border-radius: 0;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
}

.slider-tabs.slider-tabs-two .nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 17px 10px;
}

.slider-tabs.slider-tabs-two .nav-link i {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.hero-style1 {
    top: 20%;
    position: relative;
    z-index: 5;
    padding: 190px 0 300px 0;
    text-align: left;
}
.hero-style1 .hero-title {
    color: #fff;
}
.hero-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 0;
    text-transform: capitalize;
}
.hero-subtitle {
    margin-top: 0;
    margin-bottom: 43px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 4rem;
    color: #fff;
    text-transform: uppercase;
}
.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.ot-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #c72228;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 21px 30px;
    min-width: 142px;
    border-radius: 4px;
}
.ot-btn span {
    position: relative;
    z-index: 3;
    color: #fff;
}
.ot-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #224f88;
    transition: 0.5s;
    z-index: 2;
}
.ot-btn:hover:before {
    left: 0;
}
.ot-btn.style4 {
    background-color: #222;
    color: #fff;
}

.testimonial-wrapper {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.testimonial-wrapper .array-button {
    position: absolute;
    top: 0;
    right: 0;
}
.array-button {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-wrapper .array-button .array-prev {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    border: 1px solid var(--border);
    color: #222;
    font-weight: bold;
}
.array-button .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(166, 161, 130, 0.2);
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .array-button .array-next {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-weight: bold;
}
.array-button .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .testimonial-image {
    height: 534px;
    width: 850px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.testimonial-wrapper .testimonial-area {
    margin-top: 60px;
    max-width: 670px;
}
.testimonial-wrapper .testimonial-items {
    padding: 60px;
    background-color: #f6f6f6;
    border-radius: 15px;
    position: relative;
    z-index: 9;
}
.testimonial-wrapper .testimonial-items .client-items {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-wrapper .testimonial-items .client-items .client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.testimonial-wrapper .client-content h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}
.testimonial-wrapper .testimonial-items .star {
    margin-top: 30px;
}
.testimonial-wrapper .testimonial-items .star i {
    color: #f8bc26;
}
.testimonial-wrapper .testimonial-items p {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
    color: #222;
}

/* Video Gallery */
.post-video .post-head .play-button-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.play-button-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}
.play-button-video:before {
    content: "\f04b";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 1.45rem;
    line-height: 1;
    color: #fff;
}
.post-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.post .post-head {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0.65rem;
    margin-bottom: 0.625rem;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 0.65rem;
}
.gallery-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.marquee-group {
    overflow: hidden;
}
.marquee-group .marquee-area {
    gap: 0;
}
.marquee-group .marquee-item {
    width: 115px;
    height: 115px;
    border-radius: 0;
}
.client-area .client-item {
    padding: 0;
}
.client-area .client-item .client-img {
    max-height: 115px;
}
.client-item img:hover {
    box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
    background-color: #fff;
}
/* Box-hover */
.educate-hover-box {
    background-color: #224f89;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

.hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 8px 0 0px 8px;
}

.hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 8px 8px 0;
}
.ed-w-choose__info-single:hover .educate-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ed-w-choose__info-single {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.ed-w-choose__info-single:hover h5,
.ed-w-choose__info-single:hover p {
    color: #fff;
}
/* Jadwal */
.fc-event-title.fc-sticky {
    font-size: 10px;
}
.cta-section .inner .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.2;
}
.footer {
    border-top: none;
    background: #00163f;
}
.footer .section-description-md {
    color: #c0c0c0;
}
.footer-brand {
    margin-top: 50px;
    display: block;
    background: #fff;
    padding: 1rem 0;
    border-radius: 7px;
    text-align: center;
}
.footer .brand-img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 150px;
    margin-bottom: 0;
}
.footer .footer-title {
    color: #fff;
    margin-bottom: 0.625rem;
    font-weight: 700;
}

.footer .list-info .list-item {
    position: relative;
    color: #c0c0c0;
}

.footer .footer-bottom {
    position: relative;
    background: #071735;
    padding: 0.625rem 0;
}

.emg-section {
    position: fixed;
    bottom: 10%;
    right: 0;
    height: auto;
    z-index: 10;
}
.grad1 {
    background: var(--gradient-1);
    position: fixed;
}
.grad2 {
    background: var(--gradient-2) !important;
}
.text-yellow {
    color: #f8bc26 !important;
}
.p-medium {
    padding: 2rem !important;
}
.contact-section .contact-maps {
    height: 450px;
}
.contact-area .contact-form {
    width: 60%;
}
.post-meta-info span {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #f83b00;
}

.contact-area .contact-form {
    background: #eef5ff;
}
.contact-area .contact-info .list-info .list-item .icon {
    background: #eef5ff;
}
.intro-section .intro-item {
    position: relative;
    overflow: hidden;
    background: none;
    border-radius: 1rem;
}
.intro-section .intro-item .inner .content {
    width: 100%;
    padding: 0;
}

/***** PRICING *****/
.event-info-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    border-bottom: 1px solid rgba(30, 30, 30, 0.10196078431372549);
}

.event-info-list ul li:last-child {
    border: 0;
}

.event-info-list .label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.style-inner .event-info-list ul li span {
    display: inline-block;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
}

.tier {
    min-height: 360px;
    margin-top: 10px;
    box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.1);
    border-radius: 25px;
}
.bg-light {
    background-color: #fff !important;
}
.panel.vstack .title {
    color: var(--bg-head);
    font-size: 1.8rem;
    font-weight: 700;
}
.panel-head {
    background: linear-gradient(0deg, #001d72 -70%, #2c60a3 150%);
    padding: 7px 0;
    border-radius: 10px;
}
.panel-head h3 {
    margin-top: 7px;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
}
ul.list-heading-title li {
    display: flex;
    margin-top: 40px;
}
ul.list-heading-title li i {
    display: inline-block;
    font-size: 16px;
    min-width: 16px;
    line-height: 1;
    margin-right: 10px;
    color: #00b407;
}
ul.list-heading-title {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
}
ul.list-heading-title li {
    margin-top: 7px;
    margin-bottom: 0;
    padding: 0;
}

ul.list-heading-title li p {
    margin: 0;
    font-size: 13px;
    text-align: left;
}

/*================================================================================================
    Start Why Choose CSS
===================================================================================================*/
.ed-why-choose {
    padding-bottom: 288px;
}
.ed-w-choose__info-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ed-w-choose__info-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
}
.ed-w-choose__info-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.ed-w-choose__info-head h5 {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}
.ed-w-choose__info-head {
    margin-bottom: 20px;
}
.ed-w-choose__info-single {
    margin-top: 44px;
}
.ed-w-choose__info-icon.bg-1 {
    background: rgba(66, 172, 152, 0.09);
}
.ed-w-choose__info-icon.bg-2 {
    background: rgba(223, 67, 67, 0.09);
}
.ed-w-choose__info-icon.bg-3 {
    background: rgba(222, 30, 249, 0.09);
}
.ed-w-choose__main-img img {
    width: 586px;
    height: 585px;
    object-fit: contain;
}
.ed-w-choose__images .counter-card {
    bottom: 40px;
}
.ed-w-choose__shape-1,
.ed-w-choose__shape-2,
.ed-w-choose__pattern-1 {
    position: absolute;
}
.ed-w-choose__shape-1 {
    top: 22%;
}
.ed-w-choose__shape-2 {
    right: 0%;
    bottom: 10%;
}
.ed-w-choose__pattern-1 {
    top: 110px;
    left: 110px;
}
.ed-w-choose__info-bottom p {
    font-size: 0.9rem;
}

/* Fun Fact */
.ed-funfact-area {
    position: relative;
    padding-top: 40px;
    padding-bottom: 90px;
}
.ed-funfact-area .it-funfact-item {
    position: relative;
}
.it-funfact-icon span {
    height: 78px;
    width: 78px;
    line-height: 89px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    color: #222;
    font-size: 38px;
    border-radius: 50%;
}
.ed-funfact-wrap .it-funfact-icon span {
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    position: relative;
    margin: 10px;
    margin-bottom: 0;
}

.ed-funfact-wrap .it-funfact-icon span::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px dashed #0e2a46;
    transform: scale(1.25);
}
.ed-funfact-wrap .it-funfact-item.border-style-1::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -5%;
    width: 1px;
    height: 162px;
    transform: translateY(-50%);
    border: 1px dashed #0e2a46;
}
.it-funfact-content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    color: #333;
}
.it-funfact-content h6 i {
    font-style: normal;
}
.it-funfact-content span {
    font-size: 1.2rem;
    font-family: "Jost", sans-serif;
    color: #555;
}

/* Why Choose Style 2 */
.ed-why-choose.ed-why-choose--style2 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.ed-why-choose--style2 .ed-w-choose__content {
    margin-bottom: 32px;
}
.ed-why-choose--style2 .ed-w-choose__info {
    display: flex;
    gap: 30px;
}
.ed-w-choose__info-single--style2 {
    margin-top: 15px;
    background: #edf5ff;
    border-radius: 8px;
    padding: 25px 25px 32px 25px;
    width: 354px;
}
.ed-w-choose__images--style2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.ed-w-choose__images--style2 .ed-w-choose__main-img img {
    width: 484px;
    height: 520px;
    border-radius: 86px 0px 86px 0px;
    object-fit: cover;
}
.ed-w-choose__images--style2 .ed-w-choose__shape-1 {
    top: 20%;
    left: -32px;
}

/* Why Choose Style 3  */
.ed-why-choose.ed-why-choose--style3 {
    padding-bottom: 110px;
}
.ed-w-choose__images--style3 {
    z-index: 2;
    margin-bottom: 170px;
}
.ed-w-choose__images--style3::before {
    position: absolute;
    content: "";
    border-radius: 560px;
    background: #6fc08185;
    filter: blur(250px);
    width: 560px;
    height: 403px;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.ed-w-choose__main-img--style2 {
    text-align: right;
}
.ed-w-choose__main-img--style2 .why-choose-img-1 {
    width: 454px;
    height: 465px;
    border-radius: 8px;
    object-fit: cover;
}
.ed-w-choose__main-img--style2 .why-choose-img-2 {
    width: 355px;
    height: 264px;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    right: 150px;
    bottom: -170px;
}
.ed-w-choose__images--style3 .counter-card {
    bottom: -140px;
    right: 0;
    left: auto;
}
.ed-w-choose__images--style3 .ed-w-choose__shape-1 {
    top: 14%;
    z-index: -1;
}
.ed-w-choose__images--style3 .ed-w-choose__shape-2 {
    right: auto;
    bottom: 20%;
    left: 1%;
}
.ed-w-choose__shape-3 {
    position: absolute;
    left: 0;
    top: 25%;
    z-index: -1;
}

/* Why Choose Style 4  */

.ed-why-choose--style4 .ed-w-choose__main-img--style2 {
    text-align: left;
}
.ed-why-choose--style4 .ed-w-choose__main-img--style2 .why-choose-img-2 {
    right: auto;
    left: 150px;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .counter-card {
    right: auto;
    left: 0;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .ed-w-choose__shape-2 {
    right: 1%;
    left: auto;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .ed-w-choose__shape-1 {
    right: 0;
}
.ed-why-choose--style4 .ed-w-choose__content {
    padding-left: 56px;
}

/*================================================================================================
      End Why Choose CSS
  ===================================================================================================*/

/*  2.8 brand
/*----------------------------------------*/
.bd-partner-bg {
    position: relative;
    z-index: 5;
}
.bd-partner-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/world-map.webp);
    background-size: cover;
    z-index: -1;
}

.bd-brand-wrapper.bd-brand-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bd-brand-wrapper.bd-brand-item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e5e5e5;
    transition: all 0.3s linear;
    padding: 15px 15px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(1) {
    border-width: 1px 0px 0px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(2) {
    border-width: 1px 0px 0px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(3) {
    border-width: 1px 0px 0px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(4) {
    border-width: 1px 1px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(5) {
    border-width: 1px 0px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(6) {
    border-width: 1px 0px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(7) {
    border-width: 1px 0px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(8) {
    border-width: 0px 1px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(8) {
    border-width: 0px 1px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:hover {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}
.bd-brand-wrapper.style-two .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bd-brand-wrapper.style-two
    .bd-brand-box.has-border
    .bd-brand-item:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}
.bd-brand-wrapper.style-three .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.bd-brand-wrapper.style-three .bd-brand-item {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-radius: 6px;
    width: 150px;
    height: 150px;
    transition: 0.4s;
}
.bd-brand-wrapper.style-three .bd-brand-item:hover {
    box-shadow: 0 10px 45px 0 rgba(0, 0, 0, 0.1);
}
.bd-brand-wrapper.style-four .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}
.bd-brand-wrapper.style-five .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}
.bd-brand-wrapper.style-five .bd-brand-item {
    transition: all 0.3s linear;
    padding: 15px 15px;
    text-align: center;
}
.bd-brand-wrapper.style-five .bd-brand-item:hover {
    box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
    background-color: #fff;
}
.bd-brand-wrapper.style-five .bd-brand-item:first-child {
    border-width: 0;
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:first-child {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:first-child {
        border-width: 0;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
    border-width: 0 0 0 1px;
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
        border-width: 0 0 0 1px;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
    border-width: 0 1px 0 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
        border-width: 1px 0 0 0;
    }
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
        border-width: 1px 0 0 0;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
    border-width: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
        border-width: 1px 0 0 1px;
    }
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
        border-width: 1px 0 0 1px;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
    border-width: 1px 0 0 0;
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
        border-width: 1px 0 0 0;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
    border-width: 1px 0 0 1px;
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
        border-width: 1px 0 0 1px;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
    border-width: 1px 1px 0 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
        border-width: 1px 0 0 0;
    }
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
        border-width: 1px 0 0 0;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:last-child {
    border-width: 1px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:last-child {
        border-width: 1px 0 0 1px;
    }
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:last-child {
        border-width: 0 0 0 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:last-child {
        border-width: 1px 0 0 1px;
    }
}
.bd-brand-wrapper.style-six {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.bd-brand-section-wrapper.has-margin {
    margin-right: 50px;
}

.brand-filter-bg {
    background-color: #fff;
    filter: drop-shadow(0px -1px 14px rgba(0, 0, 0, 0.15));
}

.bd-partner-area-bg {
    background-color: var(--bd-bg-primary);
    padding: 50px 0;
    border-radius: 16px;
}

.theme-bg-05 {
    background-color: #e1f5fe5c;
    padding: 60px 0;
}

.bd-brand-wrapper.style-five .bd-brand-box.repeat-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    position: relative;
}

.down-mark-line {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.down-mark-line::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../../../dummy/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;
    }
}

/* ================================================ */
/* educate blog Area css style-one */
/* ================================================ */
.blog-area {
    padding: 110px 0 100px;
}

.blog-area.style-one.blog {
    padding: 120px 0 120px;
}

.single-blog-box {
    border-radius: 20px;
    background-color: #f1f9fc;
    margin-bottom: 20px;
    transition: 0.5s;
    padding: 25px 25px 35px;
    overflow: hidden;
}

.single-blog-box.box-2 {
    background-color: #f0fbf8;
}

.single-blog-box.box-3 {
    background-color: #fdf7f3;
}

.single-blog-thumb {
    position: relative;
    transition: 0.5s;
}

.single-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);
}

.single-blog-box:hover .single-blog-thumb::before {
    animation: shine 800ms;
}

.single-blog-thumb img {
    border-radius: 20px;
    width: 100%;
}

.blog-meta-top span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    border-radius: 16px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 2px 18px;
    background-color: #15c1fa;
}

.single-blog-box.box-2 .blog-meta-top span {
    background-color: #1ec28e;
}

.single-blog-box.box-3 .blog-meta-top span {
    background-color: #ef2651;
}

.blog-content {
    padding: 0 10px 0;
}

.blog-author h4 {
    font-size: 16px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 500;
    margin: 30px 0 18px;
}

.blog-author h4 img {
    margin-right: 10px;
}

.blog-title h3 a {
    margin: 15px 0 20px;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 32px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    transition: 0.5s;
}

.blog-title h3 a:hover {
    color: #15c1fa;
}

.single-blog-box.box-2 .blog-title h3 a:hover {
    color: var(--primary-color);
}

.single-blog-box.box-3 .blog-title h3 a:hover {
    color: #ef2651;
}

.blog-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 30px;
    color: #15c1fa;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    border-radius: 25px;
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    border: 1px solid rgba(21, 193, 250, 0.3);
    padding: 8px 17px 8px 30px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.blog-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #15c1fa;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.single-blog-box.box-2 .blog-btn a::before {
    background: var(--primary-color);
}

.single-blog-box.box-3 .blog-btn a::before {
    background: var(--Secondary-color);
}

.blog-btn a:hover {
    color: var(--color-white);
}

.blog-btn a:hover img {
    filter: brightness(0) invert(1);
}

.blog-btn a:hover::before {
    clip-path: polygon(
        25% -70%,
        75% -70%,
        120% 50%,
        75% 170%,
        25% 170%,
        -20% 50%
    );
}

.single-blog-box.box-2 .blog-btn a {
    color: var(--primary-color);
    background-color: rgba(30, 194, 142, 0.10196078431372549);
    border: 1px solid rgba(30, 194, 142, 0.3);
}

.single-blog-box.box-2 .blog-btn a:hover {
    color: var(--color-white);
}

.single-blog-box.box-3 .blog-btn a {
    color: #ff5722;
    background-color: rgb(255 63 63 / 21%);
    border: 1px solid rgb(255 63 63 / 30%);
}

.single-blog-box.box-3 .blog-btn a:hover {
    color: var(--color-white);
}

/* pagination */

.blog-area.style-one.blog .pagination-menu {
    margin-top: 40px;
}

.blog-area.style-one.blog .pagination-menu ul li {
    display: inline-block;
}

.blog-area.style-one.blog .pagination-menu ul li a {
    display: inline-block;
    opacity: 0.8;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid rgba(1, 14, 34, 0.1);
    transition: 0.5s;
}

.blog-area.style-one.blog .pagination-menu ul li a:hover {
    background-color: var(--primary-color);
    color: #333;
}

/*================================================================================================
    Start Call Action CSS
===================================================================================================*/
.ed-call-action {
    margin-bottom: -125px;
    z-index: 2;
}
.ed-call-action__inner {
    background: #151f64;
    border-radius: 8px;
    overflow: hidden;
    padding: 80px 80px 80px 0px;
}
.ed-call-action__content {
    margin-top: 60px;
}
.ed-call-action .ed-section-head__sm-title {
    color: #fff;
}

.ed-call-action .ed-section-head__title {
    color: #fff;
}
.ed-call-action .ed-section-head__text {
    color: rgba(255, 255, 255, 0.8);
}

.ed-call-action .ed-btn {
    background: var(--ed-tertiary-color);
    color: #263238;
}
.ed-call-action .ed-btn:hover {
    background: var(--ed-white-color);
}
.ed-call-action .ed-btn i {
    background: var(--ed-secondary-color);
    color: var(--ed-white-color);
}
.ed-call-action__img {
    text-align: center;
}
.ed-call-action__img img {
    object-fit: cover;
    border-radius: 50%;
}
.ed-call-action__img {
    position: relative;
    z-index: 2;
}
.ed-call-action__shape-1 {
    position: absolute;
    left: 24px;
    top: 60px;
    z-index: 22;
}
.ed-call-action__shape-2 {
    position: absolute;
    top: 78px;
    left: 35%;
    z-index: 22;
}
.ed-call-action__shape-3 {
    position: absolute;
    right: 0;
    bottom: -16px;
    z-index: 22;
}

/* Call Action Style 2 */

.ed-call-action--style2 {
    margin-bottom: 0;
    background: var(--ed-primary-color);
}
.ed-call-action__inner--style2 {
    background: transparent;
    border-radius: 0;
    padding: 0;
    overflow: initial;
}
.ed-call-action__inner--style2 .ed-call-action__img::before {
    width: 536px;
    height: 536px;
    left: 50%;
    bottom: -150px;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, 0);
}
.ed-call-action__inner--style2 .ed-call-action__img img {
    width: 400px;
    height: 544px;
    object-fit: cover;
}

.ed-call-action--style2 .ed-call-action__shape-1 {
    left: 144px;
    top: -72px;
    transform: rotate(-180deg);
}
.ed-call-action--style2 .ed-call-action__shape-3 {
    right: 244px;
    bottom: -72px;
}
.ed-call-action--style2 .ed-call-action__shape-2 {
    top: 214px;
    left: 23%;
}
.ed-call-action--style2 .ed-call-action__shape-4 {
    position: absolute;
    right: -22px;
    top: 182px;
}

.ed-call-action--style2 .ed-call-action__img {
    padding-top: 50px;
}
.ed-call-action--style2 .ed-call-action__content {
    margin-top: 145px;
    padding-left: 56px;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    .ed-call-action--style2 .ed-call-action__shape-2 {
        left: 17%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ed-call-action {
        margin-bottom: 0;
    }
    .ed-call-action__inner {
        padding: 40px 40px 0px 40px;
    }
    .ed-call-action__shape-1 {
        display: none;
    }
    .ed-call-action__content {
        margin-top: 0;
    }
    .ed-call-action__img::before {
        width: 420px;
        height: 410px;
        bottom: -156px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .ed-call-action__img img {
        width: 100%;
        height: 420px;
        object-fit: contain;
    }
    .ed-call-action__shape-3 {
        display: none;
    }
    .ed-call-action--style2 .ed-call-action__shape-4 {
        right: 0;
    }

    .ed-call-action--style2 .ed-call-action__shape-2 {
        top: 0;
    }
}

@media only screen and (max-width: 991.99px) {
    .ed-call-action {
        margin-bottom: 0;
    }
    .ed-call-action__inner {
        padding: 40px 40px 0px 40px;
    }
    .ed-call-action__shape-1 {
        display: none;
    }
    .ed-call-action__content {
        margin-top: 0;
    }
    .ed-call-action__img::before {
        width: 420px;
        height: 410px;
        bottom: -156px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .ed-call-action__img img {
        width: 100%;
        height: 420px;
        object-fit: contain;
    }
    .ed-call-action__img {
        margin-top: 40px;
    }
    .ed-call-action__shape-3 {
        display: none;
    }
    .ed-call-action--style2 .ed-call-action__inner {
        padding: 40px 0px 0px 0px;
    }
    .ed-call-action--style2 .ed-call-action__content {
        margin-top: 0;
    }

    .ed-call-action__inner--style2 .ed-call-action__img img {
        width: 100%;
        height: 320px;
        object-fit: contain;
    }
    .ed-call-action--style2 .ed-call-action__img {
        padding-top: 0;
    }

    .ed-call-action__inner--style2 .ed-call-action__img::before {
        bottom: -250px;
    }
    .ed-call-action--style2 .ed-call-action__shape-4,
    .ed-call-action--style2 .ed-call-action__shape-2 {
        display: none;
    }
    .ed-call-action--style2 .ed-call-action__content {
        padding-left: 0px;
    }
}
/*================================================================================================
      End Call Action CSS
  ===================================================================================================*/

/* ================================================ */
/* educate why choose Area css style-one */
/* ================================================ */
.why-choose-area {
    background: url(../images/home-one/choose-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 105px 0 125px;
}

.why-choose-area.section-title-desc p {
    width: 78%;
}

.why-choose-area.section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.choose-item-menu {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-top: 38px;
}

.choose-item-menu ul li:nth-child(1),
.choose-item-menu ul li:nth-child(2),
.choose-item-menu ul li:nth-child(3),
.choose-item-menu ul li:nth-child(4) {
    display: inline-block;
    font-size: 17px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Jost", sans-serif;
    border-radius: 10px;
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    margin: 0 25px 20px 0;
    padding: 14px 100px 14px 25px;
    transition: 0.5s;
}

.choose-item-menu ul li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.choose-item-menu ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    transition: 0.5s;
}

.choose-item-menu ul li:nth-child(2)::before {
    background-color: var(--Secondary-color);
}

.choose-item-menu ul li:nth-child(3)::before {
    background-color: var(--fourtiary-color);
}

.choose-item-menu ul li:nth-child(4)::before {
    background-color: var(--tertiary-color);
}

.choose-item-menu ul li:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.choose-item-menu ul li:hover {
    color: #333;
    cursor: pointer;
}

.choose-item-menu ul li:hover img {
    filter: brightness(0) invert(1);
}

.choose-item-menu ul li img:nth-child(1),
.choose-item-menu ul li img:nth-child(2),
.choose-item-menu ul li img:nth-child(3),
.choose-item-menu ul li img:nth-child(4) {
    margin-right: 9px;
}

.choose-item-menu ul li:nth-child(2) {
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    padding: 14px 55px 14px 25px;
}

.choose-item-menu ul li:nth-child(3) {
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    padding: 14px 100px 14px 25px;
}

.choose-item-menu ul li:nth-child(4) {
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    padding: 14px 90px 14px 25px;
}

.choose-item-menu ul li:nth-child(5) {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    border-radius: 10px;
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    margin: 0 25px 20px 0;
    padding: 14px 100px 14px 25px;
    transition: 0.5s;
}
p.choose-suport-des {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}

p.choose-suport-des img {
    margin-right: 10px;
}

.choose-btn a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 26px;
    padding: 12px 34px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.choose-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.choose-btn a:hover::before {
    clip-path: polygon(
        25% -70%,
        75% -70%,
        120% 50%,
        75% 170%,
        25% 170%,
        -20% 50%
    );
}

.choose-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.choose-skill-content h3 {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 600;
}

.choose-skill-content span {
    display: inline-block;
    font-size: 26px;
    color: var(--title-color);
    font-weight: 600;
}

.choose-skill-content p {
    display: block;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
}

.choose-thumb {
    position: relative;
}

.choose-shape-dot {
    position: absolute;
    top: 0;
    right: 192px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.choose-shape-star {
    position: absolute;
    bottom: 145px;
    left: -10px;
    animation: rotateme 8s linear infinite;
}

.choose-skill-box {
    position: absolute;
    right: -82px;
    bottom: 62px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    background-color: var(--color-white);
    width: 279px;
    height: 99px;
    padding: 0 0 0 30px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.choose-shape1 {
    position: absolute;
    bottom: 100px;
    left: 865px;
    animation: bounceleft 4s linear infinite;
}

.choose-shape2 {
    position: absolute;
    right: 120px;
    top: -60px;
    animation: rotateme 18s linear infinite;
}

/* Team */
.bd-instructor-wrapper.style-two .bd-instructor-thumb-wrap {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.bd-instructor-wrapper.style-two .bd-instructor-thumb img {
    border-radius: 16px;
    width: 135px;
}
.bd-instructor-wrapper.style-two .bd-instructor-info .name {
    margin-bottom: 5px;
}
.bd-instructor-wrapper.style-two .bd-instructor-info span {
    display: block;
    font-size: 0.8rem;
    color: #333;
}

/* Team detail */
.bd-instructor-details-info {
    padding: 30px 30px;
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.sidebar-left {
    margin-right: 15px;
}
.sidebar-sticky {
    position: sticky;
    top: 120px;
}
.bd-instructor-details-info .designation {
    color: #6c757d;
}
.bd-instructor-details-info .bd-instructor-info-list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.bd-instructor-details-info .bd-instructor-info-list ul li:not(:last-child) {
    margin-bottom: 5px;
}
.bd-instructor-details-info .bd-instructor-info-list ul li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--bd-taxonomy-color);
    transition: var(--transition);
}
.bd-instructor-details-info .bd-instructor-info-list ul li a i {
    color: #224f89;
}
.bd-instructor-details-info .bd-instructor-info-list ul li a:hover {
    color: #224f89;
}
.bd-instructor-details-info .bd-instructor-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.bd-instructor-details-info .bd-instructor-rating .rating-star i {
    font-size: 14px;
    color: #fec300;
}
.bd-instructor-details-info .bd-instructor-rating .rating-count {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.bd-instructor-details-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-instructor-feature-box {
    padding: 0;
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.bd-instructor-details-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
    background: #bbdefb;
    padding: 10px 20px;
    border-radius: 6px 6px 0 0;
    color: #222;
}
.bd-instructor-details-desc {
    padding: 5px 20px 30px;
}

.bd-instructor-progress .progress-item {
    margin-bottom: 20px;
}
.bd-instructor-progress .title {
    font-size: 16px;
    color: var(--bd-label-color);
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}
.bd-instructor-progress .progress-bar {
    position: relative;
    height: 10px;
    width: 100%;
    background-color: var(--bd-bg-primary);
    border-radius: 5px;
}
.bd-instructor-progress .progress {
    height: 100%;
    background-color: var(--bd-primary);
    border-radius: 5px;
    position: relative;
    width: 0;
    transition: width 1s ease-in-out;
}
.bd-instructor-progress .progress.bg-1 {
    background-color: #ffd43b;
}
.bd-instructor-progress .progress.bg-2 {
    background-color: #ff6f00;
}
.bd-instructor-progress .progress.bg-3 {
    background-color: #150458;
}
.bd-instructor-progress .progress.bg-4 {
    background-color: #4479a1;
}
.bd-instructor-progress .progress.bg-5 {
    background-color: #412991;
}
.bd-instructor-progress .percentage {
    font-size: 18px;
    font-weight: 500;
    color: var(--bd-theme-black);
    line-height: 1;
}
.bd-instructor-progress .progress-counter {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.bd-experience-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-experience-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .bd-experience-box-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bd-experience-box {
    background-color: var(--bd-bg-primary);
    padding: 30px 30px;
    text-align: center;
    border-radius: 8px;
}
.bd-experience-box .icon {
    color: var(--bd-primary);
    margin-bottom: 10px;
}
.bd-experience-box .title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.bd-experience-box .subtitle {
    color: var(--bd-label-color);
    font-size: 20px;
}

.bd-author-wrapper.style-one .bd-author-item {
    text-align: center;
}
.bd-author-wrapper.style-one .bd-author-item:hover .bd-author-name {
    color: var(--bd-primary);
}
.bd-author-wrapper.style-one .bd-author-thumb {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin: 0 auto;
}
.bd-author-wrapper.style-one .bd-author-thumb img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.bd-author-wrapper.style-one .bd-author-name {
    font-size: 18px;
}
.bd-instructor-info .name {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.2rem;
}

/* Responsive */
@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) {
    .bd-partner-bg::before {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ed-why-choose.ed-why-choose--style3 {
        overflow: hidden;
    }
    .ed-w-choose__main-img--style2 .why-choose-img-2 {
        right: 50px;
    }
    .ed-w-choose__images--style3 .ed-w-choose__shape-1 {
        top: -10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
	.bd-brand-wrapper.style-three .bd-brand-box {
        grid-template-columns: repeat(4, 1fr);
    }
    .ed-w-choose__main-img {
        text-align: center;
        margin-top: 40px;
    }
    .ed-w-choose__pattern-1 {
        display: none;
    }
    .ed-w-choose__main-img img {
        height: 480px;
        object-fit: contain;
    }
    .ed-w-choose__shape-1 {
        left: 24%;
    }

    .ed-w-choose__shape-2 {
        right: 14%;
    }
    .ed-w-choose__images--style2 {
        position: inherit;
    }
    .ed-w-choose__images--style2 .ed-w-choose__main-img img {
        height: 380px;
    }
    .ed-w-choose__info-single--style2 {
        width: auto;
    }
    .ed-why-choose--style2 .ed-w-choose__info {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }
    .ed-why-choose.ed-why-choose--style2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ed-w-choose__images--style2 .ed-w-choose__shape-1 {
        left: 0;
        display: none;
    }
    .ed-why-choose.ed-why-choose--style3 {
        padding-bottom: 80px;
    }
    .ed-w-choose__images--style3 {
        margin-top: 40px;
    }
    .ed-w-choose__main-img--style2 {
        text-align: center;
    }
    .ed-w-choose__main-img--style2 .why-choose-img-2 {
        right: 272px;
    }
    .ed-w-choose__images--style3 .counter-card {
        bottom: -130px;
        right: 70px;
    }
    .ed-w-choose__shape-3 {
        display: none;
    }
    .ed-why-choose--style4 .ed-w-choose__content {
        padding-left: 0;
        margin-top: 40px;
    }
    .ed-why-choose--style4 .ed-w-choose__images {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {

	.bd-brand-wrapper.style-three .bd-brand-box {
        grid-template-columns: repeat(3, 1fr);
    }
    .ed-why-choose {
        padding-bottom: 80px;
    }
    .ed-w-choose__pattern-1 {
        display: none;
    }
    .ed-w-choose__info-single {
        margin-top: 24px;
    }
    .ed-w-choose__main-img img {
        width: 100%;
        height: 320px;
    }
    .ed-w-choose__shape-2 {
        display: none;
    }
    .ed-w-choose__images .counter-card {
        bottom: 0;
    }
    .ed-w-choose__shape-1 {
        top: 12%;
    }
    .ed-w-choose__images {
        margin-top: 40px;
    }

    .ed-why-choose.ed-why-choose--style2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ed-w-choose__images--style2 {
        position: inherit;
    }

    .ed-w-choose__info-single--style2 {
        padding: 24px;
        width: 100%;
    }
    .ed-w-choose__info-head {
        margin-bottom: 12px;
    }
    .ed-why-choose--style2 .ed-w-choose__info {
        display: block;
    }
    .ed-w-choose__images--style2 .ed-w-choose__main-img img {
        width: 100%;
        height: 320px;
    }
    .ed-w-choose__images--style2 .ed-w-choose__shape-1 {
        top: 0;
        left: 0;
    }
    .ed-w-choose__main-img--style2 .why-choose-img-2 {
        display: none;
    }
    .ed-w-choose__main-img--style2 .why-choose-img-1 {
        width: 100%;
        height: 364px;
    }
    .ed-w-choose__images--style3 {
        margin-bottom: 0;
    }
    .ed-why-choose.ed-why-choose--style3 {
        padding-bottom: 80px;
        overflow: hidden;
    }
    .ed-w-choose__shape-3 {
        display: none;
    }
    .ed-why-choose--style4 .ed-w-choose__content {
        padding-left: 0;
        margin-top: 40px;
    }
    .ed-why-choose--style4 .ed-w-choose__images {
        margin-top: 0px;
    }
	.contact-area .contact-form {
		width: 100%;
	}
	.footer {
		padding-top: 0;
	}
}


@media screen and (max-width: 576px) {
    .menubar-right {
        display: none;
    }
    .section-heading-2 {
        font-size: 0.8rem;
        line-height: 25px !important;
    }
    .testimonial-wrapper .testimonial-image {
        display: none;
    }
    .testimonial-wrapper .testimonial-area {
        margin-top: 60px;
        max-width: 400px;
    }

    .navbar-collapse.collapse.show .navbar-nav {
        position: absolute;
        display: block;
        background: #224f89;
        width: 100%;
        margin-top: 17px;
        padding: 0;
        margin-left: -15px !important;
    }
    .fc-toolbar-title,
    .fc-button.fc-button-primary {
        font-size: 12px !important;
    }
	.nav-item.dropdown .nav-link {
		color: #222 !important;
	}
	.dropdown-menu .nav-item ul {
		top: 80%;
		left: 56%;
	}
    .navbar-collapse .nav-item .nav-link {
        color: #fff;
    }

	.hero-subtitle {
		font-size: 2rem;
	}

    .btn-about {
        display: inline-flex;
        align-items: center;
        position: relative;
        z-index: 3;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        transition: 0.4s;
        font-family: "Jost", sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
        background: #c72228;
        border-radius: 10px;
        padding: 10px;
        gap: 10px;
    }

    .btn-about i {
        position: relative;
        z-index: 2;
        transition: 0.4s;
        color: #222222;
        background: #fff;
        font-size: 18px;
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px 50px 50px 50px;
    }

    .about-section .content .action {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        margin-top: 1.25rem;
    }

    .about-section .thumb {
        position: relative;
        margin-bottom: 20px;
    }

    .why-choose-area {
        padding: 40px 0 70px;
    }
    .bd-brand-wrapper.style-five .bd-brand-box.repeat-9 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: relative;
    }
	.bd-brand-wrapper.style-three .bd-brand-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .ed-call-action {
        margin-bottom: 20px !important;
    }
    .ed-call-action__img img {
        height: 100% !important;
        margin-bottom: 20px !important;
    }
    .ed-call-action__content-btn {
        margin-bottom: 20px;
    }
	.bd-instructor-item {
		margin-bottom: 25px;
	}
	.bd-instructor-info .name {
		margin-top: 20px;
		text-transform: uppercase;
		font-size: .875rem;
	}
	.bd-instructor-wrapper.style-two .bd-instructor-thumb img {
		width: 100%;
	}
	.greview {
		padding: 20px;
	}
}
