/*
Theme Name: CED Foundation
Theme URI: http://localhost/ced/
Author: CentAvenue
Author URI: https://centavenue.com
Description: Custom WordPress theme for Centre for Educational Development Foundation. ISO Certified Training & Assessment Unit, Registered under NITI Aayog, Govt of India.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ced
Tags: education, responsive, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, translation-ready
*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700);
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #e4541d;
  --secondary-color: #e87448;
}
body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #8a8a8a;
  outline: 0;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body[dir="rtl"] {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  color: #021e40;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0;
}
h1 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin-bottom: 0;
}
a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a,
button,
img {
  transition: all 0.3s linear;
  outline: 0;
}
a:focus,
button:focus,
img:focus {
  outline: 0;
}
a:focus {
  color: none;
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}
ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
.fix {
  overflow: hidden;
}

            /* =========================================
               CUSTOM HEADER – FULLY RESPONSIVE REDESIGN
               ========================================= */

            /* Always hide the old mobile-only header */
            .original-header-mobile {
                display: none !important;
            }

            /* The custom wrapper is always visible (overrides d-none d-xl-block) */
            .custom-header-wrapper {
                display: block !important;
                font-family: 'Inter', sans-serif;
                background: #fff;
                box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1);
            }

            /* ---- TOP BAR ---- */
            .custom-top-bar {
                background-color: #0e0e0e;
                color: #fff;
                padding: 8px 0;
                font-size: 14px;
            }

            .custom-top-bar .top-info {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: 6px;
            }

            .custom-top-bar .top-info span {
                display: inline-flex;
                align-items: center;
            }

            .custom-top-bar .top-info i {
                margin-right: 8px;
                font-size: 15px;
            }

            .custom-top-bar .divider {
                margin: 0 10px;
                color: rgba(255, 255, 255, 0.4);
            }

            .custom-top-bar .top-links {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                flex-wrap: wrap;
                gap: 6px;
            }

            .custom-top-bar .top-links a {
                color: #fff;
                text-decoration: none;
                padding: 4px 12px;
                border: 1px solid rgba(255, 255, 255, 0.7);
                border-radius: 4px;
                transition: 0.3s;
                font-weight: 500;
                font-size: 13px;
            }

            .custom-top-bar .top-links a:hover {
                background-color: rgba(255, 255, 255, 0.2);
            }

            .custom-top-bar .top-links .sep {
                margin: 0 4px;
                color: rgba(255, 255, 255, 0.4);
                font-size: 12px;
            }

            .custom-top-bar .top-links a.btn-involved {
                background-color: #f1684c;
                border-color: #f1684c;
            }

            .custom-top-bar .top-links a.btn-involved:hover {
                background-color: #db5439;
            }

            .custom-top-bar .top-links a.top-cart-icon {
                border: none;
                padding: 4px 5px;
                font-size: 16px;
                margin-left: 8px;
                background-color: transparent;
            }

            .custom-top-bar .top-links a.top-cart-icon:hover {
                background-color: transparent;
                color: #f1daaa;
            }

            /* Tablet: stack top-bar into two rows */
            @media (max-width: 991px) {
                .custom-top-bar .col-md-6 {
                    width: 100%;
                }
                .custom-top-bar .top-info {
                    justify-content: center;
                    margin-bottom: 4px;
                }
                .custom-top-bar .top-links {
                    justify-content: center;
                }
                .custom-top-bar .divider {
                    display: none;
                }
            }

            /* Mobile: hide contact info, only show links */
            @media (max-width: 575px) {
                .custom-top-bar .top-info {
                    display: none;
                }
                .custom-top-bar {
                    padding: 6px 0;
                }
                .custom-top-bar .top-links a {
                    font-size: 12px;
                    padding: 3px 8px;
                }
                .custom-top-bar .top-links .sep {
                    display: none;
                }
            }

            /* ---- MAIN HEADER ---- */
            .custom-main-header {
                position: relative;
            }

            .custom-header-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                position: relative;
                flex-wrap: wrap;
                gap: 10px;
            }

            /* LOGO AREA */
            .custom-logo-area {
                display: flex;
                align-items: center;
                padding: 12px 0;
                z-index: 2;
                text-decoration: none;
                flex: 1;
                min-width: 0;
            }

            .custom-logo-area img {
                height: 90px;
                width: auto;
                margin-right: 16px;
                flex-shrink: 0;
            }

            .custom-logo-text {
                min-width: 0;
            }

            .custom-logo-text h3 {
                margin: 0;
                font-size: 19px;
                font-weight: 800;
                color: #000;
                line-height: 1.2;
                text-transform: uppercase;
            }

            .custom-logo-text p {
                margin: 5px 0 2px 0;
                font-size: 15px;
                font-weight: 600;
                color: #444;
                letter-spacing: 0.5px;
            }

            .custom-logo-text span {
                display: block;
                font-size: 15px;
                color: #285095;
                font-weight: 700;
                letter-spacing: 0.3px;
            }

            .niti-aayog-logo {
                display: flex;
                align-items: center;
                flex-shrink: 0;
            }

            .niti-aayog-logo img {
                height: 90px;
                width: auto;
                margin-bottom: 10px;
            }

            /* Tablet header scaling */
            @media (max-width: 991px) {
                .custom-logo-area img {
                    height: 70px;
                    margin-right: 12px;
                }
                .custom-logo-text h3 {
                    font-size: 15px;
                }
                .custom-logo-text p {
                    font-size: 13px;
                }
                .custom-logo-text span {
                    font-size: 13px;
                }
                .niti-aayog-logo img {
                    height: 70px;
                }
            }

            /* Mobile header scaling */
            @media (max-width: 575px) {
                .custom-logo-area img {
                    height: 52px;
                    margin-right: 10px;
                }
                .custom-logo-text h3 {
                    font-size: 13px;
                }
                .custom-logo-text p {
                    font-size: 11px;
                    margin: 3px 0 1px 0;
                }
                .custom-logo-text span {
                    font-size: 11px;
                }
                .niti-aayog-logo img {
                    height: 52px;
                }
            }

            /* ---- MENU AREA ---- */
            .custom-menu-area {
                background-color: #0e0e0e;
                position: relative;
                z-index: 999;
                border-bottom: 2px solid #8c6f35;
            }

            .custom-menu-inner {
                display: flex;
                justify-content: center;
                align-items: center;
                min-height: 52px;
                position: relative;
            }

            /* Hamburger toggle – hidden on desktop */
            .custom-menu-toggle {
                display: none;
                background: none;
                border: none;
                color: #fff;
                font-size: 26px;
                cursor: pointer;
                padding: 6px 10px;
                line-height: 1;
                z-index: 201;
                margin-left: auto;
            }

            /* NAV */
            .custom-nav {
                width: 100%;
                display: flex;
                justify-content: center;
            }

            .custom-nav ul {
                list-style: none;
                margin: 0;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
            }

            .custom-nav ul li {
                margin: 0 14px;
                position: relative;
            }

            .custom-nav ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 14px;
                font-weight: 600;
                display: flex;
                align-items: center;
                transition: 0.3s;
                padding: 14px 0;
                white-space: nowrap;
                text-transform: uppercase;
            }

            .custom-nav > ul > li > a {
                position: relative;
            }

            .custom-nav > ul > li > a::after {
                content: '';
                position: absolute;
                bottom: 8px;
                left: 0;
                width: 0;
                height: 2px;
                background-color: #f1daaa;
                transition: width 0.3s ease;
            }

            .custom-nav ul li a:hover {
                color: #f1daaa;
            }

            .custom-nav > ul > li:hover > a::after {
                width: 100%;
            }

            .custom-nav ul li a i {
                font-size: 11px;
                margin-left: 5px;
                transition: transform 0.3s ease;
            }

            .custom-nav ul li.has-dropdown:hover > a > i {
                transform: rotate(180deg);
            }

            /* SUB MENU (desktop) */
            .custom-nav ul li .sub-menu {
                position: absolute;
                top: 100%;
                left: 0;
                width: 220px;
                background-color: #fff;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
                border-top: 3px solid #a48545;
                display: block;
                visibility: hidden;
                opacity: 0;
                padding: 10px 0;
                transition: all 0.3s ease;
                z-index: 999;
                transform: translateY(10px);
            }

            .custom-nav ul li:hover .sub-menu {
                visibility: visible;
                opacity: 1;
                transform: translateY(0);
            }

            .custom-nav ul li .sub-menu li {
                margin: 0;
                width: 100%;
            }

            .custom-nav ul li .sub-menu li a {
                color: #333;
                padding: 10px 20px;
                font-size: 14px;
                font-weight: 500;
                text-transform: none;
                white-space: normal;
            }

            .custom-nav ul li .sub-menu li a:hover {
                color: #a48545;
                background-color: #f9f9f9;
            }

            /* --- Tablet: slightly compact menu, still horizontal --- */
            @media (max-width: 1199px) {
                .custom-nav ul li {
                    margin: 0 10px;
                }
                .custom-nav ul li a {
                    font-size: 13px;
                }
            }

            /* --- Mobile / Hamburger menu (≤ 991px) --- */
            @media (max-width: 991px) {
                .custom-menu-toggle {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .custom-menu-inner {
                    flex-wrap: nowrap;
                    justify-content: space-between;
                    padding: 0 4px;
                    min-height: 50px;
                }

                /* Brand name inside menu bar on mobile */
                .custom-menu-brand {
                    display: flex;
                    align-items: center;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 700;
                    text-transform: uppercase;
                    letter-spacing: 0.5px;
                    padding-left: 4px;
                }

                .custom-nav {
                    position: absolute;
                    top: 100%;
                    left: 0;
                    right: 0;
                    background-color: #181818;
                    z-index: 1000;
                    display: none;
                    border-top: 2px solid #8c6f35;
                    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
                    max-height: 80vh;
                    overflow-y: auto;
                }

                .custom-nav.open {
                    display: block;
                }

                .custom-nav ul {
                    flex-direction: column;
                    align-items: stretch;
                    flex-wrap: nowrap;
                    width: 100%;
                    display: flex !important;
                }

                .custom-nav ul li {
                    margin: 0;
                    width: 100%;
                    border-bottom: 1px solid rgba(255,255,255,0.07);
                }

                .custom-nav ul li a {
                    padding: 13px 20px;
                    font-size: 14px;
                    width: 100%;
                    justify-content: space-between;
                }

                /* Sub-menu – static on mobile */
                .custom-nav ul li .sub-menu {
                    position: static;
                    visibility: visible;
                    opacity: 1;
                    transform: none;
                    box-shadow: none;
                    border-top: none;
                    border-left: 3px solid #a48545;
                    background: #222;
                    width: 100%;
                    padding: 0;
                    display: none;
                }

                .custom-nav ul li .sub-menu.open {
                    display: block;
                }

                .custom-nav ul li .sub-menu li {
                    border-bottom: 1px solid rgba(255,255,255,0.05);
                }

                .custom-nav ul li .sub-menu li a {
                    color: #ddd;
                    padding: 11px 30px;
                    font-size: 13px;
                    font-weight: 500;
                    text-transform: none;
                }

                .custom-nav ul li .sub-menu li a:hover {
                    color: #f1daaa;
                    background-color: rgba(255,255,255,0.05);
                }

                /* Hover sub-menu disabled on mobile */
                .custom-nav ul li:hover .sub-menu {
                    visibility: visible;
                    opacity: 1;
                    transform: none;
                }
            }

            /* ACTIONS */
            .custom-actions {
                display: flex;
                align-items: center;
                margin-left: 20px;
            }

            .custom-actions a {
                color: #fff;
                margin-left: 18px;
                font-size: 18px;
                transition: 0.3s;
                text-decoration: none;
                position: relative;
            }

            .custom-actions a:hover {
                color: #f1daaa;
            }

            /* Custom Professional Awards Section */
            .edubin-awards-section {
                background-color: #fcfcfc;
                padding: 80px 0;
            }

            .award-section-title {
                margin-bottom: 50px;
                text-align: center;
            }

            .award-section-title .sub-title {
                color: #f1684c;
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 1px;
                margin-bottom: 10px;
            }

            .award-section-title .title {
                font-size: 36px;
                font-weight: 800;
                color: #222;
                margin: 0;
                position: relative;
                padding-bottom: 15px;
            }

            .award-section-title .title::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 60px;
                height: 3px;
                background-color: #a48545;
            }

            .custom-award-card {
                background: #fff;
                border-radius: 12px;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
                transition: all 0.4s ease;
                margin-bottom: 30px;
                border: 1px solid #f0f0f0;
                position: relative;
            }

            .custom-award-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 15px 40px rgba(164, 133, 69, 0.15);
                /* Gold tinted shadow */
                border-color: rgba(164, 133, 69, 0.3);
            }

            .award-img-wrap {
                position: relative;
                overflow: hidden;
            }

            .award-img-wrap img {
                width: 100%;
                height: 200px;
                object-fit: cover;
                transition: transform 0.6s ease;
            }

            .custom-award-card:hover .award-img-wrap img {
                transform: scale(1.08);
            }

            .award-badge {
                position: absolute;
                top: 15px;
                right: 15px;
                background: linear-gradient(135deg, #f1684c, #e2492b);
                color: #fff;
                width: 45px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                border-radius: 50%;
                font-size: 18px;
                box-shadow: 0 4px 15px rgba(241, 104, 76, 0.5);
                z-index: 2;
            }

            .award-content {
                padding: 25px 20px;
            }

            .award-title {
                font-size: 19px;
                font-weight: 700;
                margin-bottom: 15px;
                line-height: 1.4;
                text-align: center;
                min-height: 52px;
                /* aligns cards with different title lengths */
            }

            .award-title a {
                color: #222;
                text-decoration: none;
                transition: color 0.3s ease;
            }

            .award-title a:hover {
                color: #a48545;
                /* Gold hover */
            }

            .awardee-info {
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #f0f0f0;
                text-align: center;
            }

            .awardee-info .name {
                font-size: 16px;
                font-weight: 700;
                color: #a48545;
                /* Gold name */
                margin: 0 0 5px 0;
            }

            .awardee-info .designation {
                font-size: 13px;
                color: #777;
                display: block;
                font-weight: 500;
            }

            .award-footer {
                display: flex;
                justify-content: space-between;
                align-items: center;
                font-size: 13px;
                color: #666;
                font-weight: 500;
            }

            .award-footer span {
                display: flex;
                align-items: center;
            }

            .award-footer span i {
                color: #f1684c;
                margin-right: 6px;
                font-size: 14px;
            }
  
.main-wrapper,
.section {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1230px;
  }
}
.section-padding {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-padding-02 {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}
.section-padding-03 {
  padding-top: 140px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}
.section-title .title {
  font-size: 22px;
  line-height: 1.2;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #021e40;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title .title.white {
  color: #fff;
}
.section-title .sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #07294d;
  position: relative;
  padding-bottom: 12px;
}
.section-title .sub-title::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: var(--secondary-color);
  bottom: 0;
  left: 0;
}
.section-title .sub-title.white {
  color: #fff;
}
.section-title .sub-title.white::before {
  background-color: #fff;
}
.section-title .sub-title.color-2::before {
  background-color: #0071dc;
}
.section-title2 .title {
  font-size: 30px;
  line-height: 48px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #021e40;
}
@media only screen and (max-width: 767px) {
  .section-title2 .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title2 .title span {
  color: #ff773d;
}
.section-title2 .title.white {
  color: #fff;
}
.section-title2 .title.color-2 span {
  color: #2babe4;
}
.section-title2 .title.color-3 span {
  color: #0071dc;
}
.section-title2 .title.color-4 span {
  color: #3bbc9b;
}
.section-title3 .title {
  font-size: 52px;
  line-height: 62px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #021e40;
}
@media only screen and (max-width: 1199px) {
  .section-title3 .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title3 .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title3 .title.white {
  color: #fff;
}
.section-title3 .sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #f82652;
  position: relative;
  padding-bottom: 12px;
}
.section-title3 .sub-title.white {
  color: #fff;
}
#loading {
  background-color: var(--secondary-color);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0;
  top: 0;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}
#loading #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#loading .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  animation: animate 2s infinite;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
.preloader .color-1 {
  background-color: var(--secondary-color) !important;
}
@keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }
  30% {
    top: 32px;
    left: 32px;
  }
  40% {
    top: 32px;
    left: 32px;
  }
  50% {
    top: 32px;
    left: 32px;
  }
  60% {
    top: 32px;
    left: 32px;
  }
  70% {
    top: 32px;
    left: 32px;
  }
  80% {
    top: 32px;
    left: 32px;
  }
  90% {
    top: 32px;
    left: 32px;
  }
  100% {
    top: 32px;
    left: 16px;
  }
}
@keyframes rubixcube2 {
  30% {
    left: 16px;
  }
  40% {
    left: 32px;
  }
  50% {
    left: 32px;
  }
  60% {
    left: 32px;
  }
  70% {
    left: 32px;
  }
  80% {
    left: 32px;
  }
  90% {
    left: 32px;
  }
  100% {
    left: 32px;
  }
}
@keyframes rubixcube3 {
  30% {
    top: 0;
  }
  40% {
    top: 0;
  }
  50% {
    top: 16px;
  }
  60% {
    top: 16px;
  }
  70% {
    top: 16px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube4 {
  50% {
    left: 0;
  }
  60% {
    left: 16px;
  }
  70% {
    left: 16px;
  }
  80% {
    left: 16px;
  }
  90% {
    left: 16px;
  }
  100% {
    left: 16px;
  }
}
@keyframes rubixcube5 {
  60% {
    top: 16px;
  }
  70% {
    top: 0;
  }
  80% {
    top: 0;
  }
  90% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes rubixcube6 {
  70% {
    top: 32px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube7 {
  80% {
    left: 16px;
  }
  90% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}
.btn-margin {
  margin-top: 40px;
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}
.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: var(--secondary-color);
  box-shadow: 0 0 1px transparent;
  border-color: transparent;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  padding: 0 35px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.btn:focus,
.btn:focus:active {
  box-shadow: none;
}
.btn:hover {
  background: #07294d;
  color: #fff;
}
.btn-2 {
  background: #07294d;
  color: #fff;
}
.btn-2:hover {
  background: var(--secondary-color);
  color: #021e40;
}
.btn-3 {
  background: #0071dc;
  color: #fff;
}
.btn-3:hover {
  background: 210000000000000000000000000000000000000000;
  color: #fff;
}
.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: var(--secondary-color);
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #fff;
}
.btn-4:hover {
  background: #fff;
  color: var(--secondary-color);
}
[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-icon-left {
  padding-left: 69px;
}
.btn-icon-left i {
  left: 0;
  right: auto;
}
.btn-icon-right {
  padding-right: 69px;
}
.btn-icon-right i {
  left: auto;
  right: 0;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #002e5b;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white::after {
  background: var(--secondary-color);
}
.btn-white::before {
  background: var(--secondary-color);
}
.header-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
@media only screen and (max-width: 991px) {
  .header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.logo-content img {
  width: 120px;
  height: auto;
  flex-shrink: 0;
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.org-name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .logo-content {
    gap: 10px;
  }
  .logo-content img {
    width: 100px;
  }
  .org-name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .logo-content {
    gap: 8px;
  }
  .logo-content img {
    width: 80px;
  }
  .org-name {
    font-size: 12px;
  }
}
.main-menu {
  position: relative;
}
.main-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 0;
  position: relative;
  padding: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 0;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.has-dropdown > a {
  padding-right: 0;
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f16c";
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #fff;
  font-family: flaticon;
  transition: all 0.3s ease;
}
.main-menu ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  padding: 15px 0;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}
.main-menu ul li a::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  transition: width 0.3s ease;
}
.main-menu ul li.active-menu > a {
  color: #fff;
  font-weight: 600;
}
.main-menu ul li.active-menu > a::before {
  width: 100%;
  background: rgba(255, 255, 255, 1);
}
.main-menu ul li.active-menu > a::after {
  color: #fff;
}
.main-menu ul li:hover > a {
  color: #fff;
  font-weight: 600;
}
.main-menu ul li:hover > a::before {
  width: 100%;
  background: rgba(255, 255, 255, 1);
}
.main-menu ul li:hover > a::after {
  color: #fff;
  transform: translateY(-50%) rotate(180deg);
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li .sub-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 110%;
  min-width: 260px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 0 15px;
  transition: all 0.3s ease;
  border-top: 3px solid var(--secondary-color);
  border-radius: 4px;
  margin-top: 5px;
}
.main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}
.main-menu ul li .sub-menu li a {
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 10px 25px;
  transition: all 0.3s ease;
  color: #333;
  text-transform: capitalize;
}
.main-menu ul li .sub-menu li a::before {
  display: none;
}
.main-menu ul li .sub-menu li:hover > a {
  background-color: #f8f8f8;
  color: var(--secondary-color);
  padding-left: 30px;
}
.main-menu ul li .sub-menu li.active > a {
  color: var(--secondary-color);
  background-color: #f8f8f8;
}
.main-menu ul li .sub-menu li > .sub-menu {
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  margin-left: 10px;
}
.main-menu ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  padding-left: 25px;
  margin-left: auto;
  gap: 15px;
}
.header-meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 30px;
}
@media only screen and (max-width: 991px) {
  .header-meta::before {
    display: none;
  }
}
.header-top-section {
  background: #a5873d;
}
.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-top-wrap .header-top-info ul li {
  display: inline-block;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  position: relative;
}
.header-top-wrap .header-top-info ul li + li {
  margin-left: 25px;
  padding-left: 25px;
}
.header-top-wrap .header-top-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 20px;
}
.header-top-wrap .header-top-info ul li:first-child::before {
  display: none;
}
.header-top-wrap .header-top-info ul li i {
  font-size: 15px;
  color: #fff;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.header-top-wrap .header-social-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-top-wrap .header-social-wrap {
    justify-content: center;
    margin-top: 10px;
  }
}
.header-top-wrap .header-social {
  display: flex;
  align-items: center;
}
.header-top-wrap .header-social::before {
  display: none;
}
.header-top-wrap .header-social span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-right: 15px;
}
.header-top-wrap .header-social ul li {
  display: inline-block;
}
.header-top-wrap .header-social ul li + li {
  margin-left: 10px;
}
.header-top-wrap .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.header-top-wrap .header-social ul li a:hover {
  color: var(--secondary-color);
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 40px;
}
.header-menu {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
.header-menu.d-none.d-lg-block {
  display: flex !important;
}
.header-menu.d-none.d-lg-flex {
  display: flex !important;
}
.main-menu {
  position: relative;
  flex: 0 1 auto;
}
.main-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.header-bottom-section {
  background: #fff;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 50;
}
.header-menu-section {
  background: linear-gradient(90deg, #a5873d 0, #a5873d 100%);
  position: relative;
  padding: 15px 0;
  overflow: visible;
  z-index: 49;
  margin-top: -20px;
}
.header-menu-section::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 40px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  z-index: 0;
}
.header-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
  z-index: 2;
  min-height: 50px;
}
.header-cart {
  position: relative;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .header-cart {
    display: none;
  }
}
.header-cart .cart-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background: 0 0;
  color: #fff;
  border: 0;
  position: relative;
  transition: all 0.3s linear;
}
.header-cart .cart-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.dropdown-cart {
  max-width: 370px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  transform: translateX(-50%) !important;
  left: 50% !important;
  top: 49px !important;
}
@media only screen and (max-width: 1399px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-85%) !important;
  }
}
@media only screen and (max-width: 991px) {
  .dropdown-cart {
    top: 56px !important;
  }
}
@media only screen and (max-width: 449px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-72%) !important;
  }
}
.dropdown-cart .cart-items {
  height: 280px;
  overflow-y: auto;
}
.dropdown-cart .cart-items .single-cart-item {
  display: flex;
  align-items: center;
  position: relative;
}
.dropdown-cart .cart-items .single-cart-item + .single-cart-item {
  margin-top: 30px;
}
.dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
}
.dropdown-cart .cart-items .single-cart-item .item-content {
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}
.dropdown-cart .cart-items .single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.header-section-02 .header-bottom-section {
  background: 0 0;
  box-shadow: none;
}
.header-section-02 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-02 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #ff773d;
}
.header-section-02
  .header-bottom-section
  .main-menu
  ul
  li.active-menu
  > a::after {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li:hover > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #ff773d;
}
.header-section-02
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li.active
  > a {
  color: #ff773d;
}
.header-section-02
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li:hover
  > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-cart .cart-btn:hover {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-meta::before {
  display: none;
}
.header-section-3 .header-top-section {
  background: #2babe4;
}
.header-section-3 .header-bottom-section {
  background: 0 0;
  box-shadow: none;
}
.header-section-3 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-3 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #2babe4;
}
.header-section-3
  .header-bottom-section
  .main-menu
  ul
  li.active-menu
  > a::after {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li:hover > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #2babe4;
}
.header-section-3
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li.active
  > a {
  color: #2babe4;
}
.header-section-3
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li:hover
  > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-cart .cart-btn:hover {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-meta::before {
  display: none;
}
.header-section-4 .header-top-section {
  background: #0071dc;
}
.header-section-4 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-4 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #0071dc;
}
.header-section-4
  .header-bottom-section
  .main-menu
  ul
  li.active-menu
  > a::after {
  color: #0071dc;
}
.header-section-4 .header-bottom-section .main-menu ul li:hover > a {
  color: #0071dc;
}
.header-section-4 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #0071dc;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #0071dc;
}
.header-section-4
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li.active
  > a {
  color: #0071dc;
}
.header-section-4
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li:hover
  > a {
  color: #0071dc;
}
.header-section-4 .header-bottom-section .header-cart .cart-btn:hover {
  color: #0071dc;
}
.header-section-4 .header-bottom-section .header-meta::before {
  display: none;
}
.header-section-5 .header-bottom-section .main-menu ul li > a {
  color: #fff;
}
.header-section-5
  .header-bottom-section
  .main-menu
  ul
  li.has-dropdown
  > a::after {
  color: #fff;
}
.header-section-5 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #3bbc9b;
}
.header-section-5
  .header-bottom-section
  .main-menu
  ul
  li.active-menu
  > a::after {
  color: #3bbc9b;
}
.header-section-5 .header-bottom-section .main-menu ul li:hover > a {
  color: #3bbc9b;
}
.header-section-5 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #3bbc9b;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #3bbc9b;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li a {
  color: #121212;
}
.header-section-5
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li.active
  > a {
  color: #3bbc9b;
}
.header-section-5
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li:hover
  > a {
  color: #3bbc9b;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn {
  color: #fff;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn:hover {
  color: #3bbc9b;
}
.header-section-5 .header-bottom-section .header-meta::before {
  display: none;
}
.header-section-6 .header-top-section {
  background: #ec5251;
}
.header-section-6 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-6 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #ec5251;
}
.header-section-6
  .header-bottom-section
  .main-menu
  ul
  li.active-menu
  > a::after {
  color: #ec5251;
}
.header-section-6 .header-bottom-section .main-menu ul li:hover > a {
  color: #ec5251;
}
.header-section-6 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #ec5251;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #ec5251;
}
.header-section-6
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li.active
  > a {
  color: #ec5251;
}
.header-section-6
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li:hover
  > a {
  color: #ec5251;
}
.header-section-6 .header-bottom-section .header-cart .cart-btn:hover {
  color: #ec5251;
}
.header-section-6 .header-bottom-section .header-meta::before {
  display: none;
}
.header-section-7 .header-top-section {
  background: #3bbc9b;
}
.header-section-7 .header-bottom-section .main-menu ul li > a {
  color: #121212;
}
.header-section-7
  .header-bottom-section
  .main-menu
  ul
  li.has-dropdown
  > a::after {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #3bbc9b;
}
.header-section-7
  .header-bottom-section
  .main-menu
  ul
  li.active-menu
  > a::after {
  color: #3bbc9b;
}
.header-section-7 .header-bottom-section .main-menu ul li:hover > a {
  color: #3bbc9b;
}
.header-section-7 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #3bbc9b;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #3bbc9b;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li a {
  color: #121212;
}
.header-section-7
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li.active
  > a {
  color: #3bbc9b;
}
.header-section-7
  .header-bottom-section
  .main-menu
  ul
  li
  .sub-menu
  li:hover
  > a {
  color: #3bbc9b;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn {
  color: #021e40;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn:hover {
  color: #3bbc9b;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #fff none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media only screen and (max-width: 575px) {
  .sidebar__area {
    width: 360px;
  }
}
@media only screen and (max-width: 449px) {
  .sidebar__area {
    width: 290px;
  }
}
.sidebar__wrapper {
  position: relative;
  padding: 45px;
  background: #f7f7f7;
}
@media only screen and (max-width: 449px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}
.sidebar__logo {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}
.sidebar__contact {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #000;
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover i {
  background: var(--secondary-color);
  color: #fff;
  border-color: #ebebeb;
}
.sidebar__contact ul li:hover a {
  color: var(--secondary-color);
}
.sidebar__contact-icon {
  margin-right: 15px;
}
.sidebar__contact-icon i {
  display: inline-block;
  color: #343a40;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 7px;
}
.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 400;
  color: #343a40;
}
.sidebar__img {
  margin-bottom: 20px;
}
.sidebar__single-img {
  margin-bottom: 10px;
}
.sidebar__social ul li {
  display: inline-block;
}
.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f1f1f1;
  color: #343a40;
  border-radius: 5px;
}
.sidebar__social ul li a:hover {
  background: var(--secondary-color);
  color: #fff;
}
.side-menu-icon {
  margin-left: 30px;
}
.side-menu-icon {
  width: 52px;
  height: 52px;
  line-height: 70px;
  background: var(--secondary-color);
  text-align: center;
  border-radius: 50%;
}
.side-menu-icon span {
  width: 20px;
  height: 2px;
  background: #1a1a1a;
  margin: 6px 0;
  display: block;
  transition: all 0.3s linear;
}
.side-menu-icon:hover span:first-child {
  width: 20px;
}
.slider-item {
  height: 820px;
  overflow: hidden;
  position: relative;
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.slider-item::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.slider-item .slider-content {
  padding-top: 365px;
}
.slider-item .slider-content .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
.slider-item .slider-content p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding-right: 65px;
  margin-top: 30px;
}
.slider-item .slider-content .hero-btn {
  padding-top: 25px;
}
.slider-item .slider-content .hero-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.slider-item .slider-content .hero-btn ul li:last-child {
  margin-right: 0;
}
.slider-item .slider-content .hero-btn ul li .btn {
  color: #021e40;
}
.slider-item .slider-content .hero-btn ul li .btn:hover {
  color: #fff;
}
.slider-item .slider-content .hero-btn ul li .btn-white {
  background: #fff;
}
.slider-item .slider-content .hero-btn ul li .btn-white:hover {
  background: #07294d;
}
.slider-active .slider-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transform: translateY(50%);
  border: 1px solid #fff;
  box-shadow: 0 5px 57px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 991px) {
  .slider-active .slider-arrow {
    transform: translateY(90%);
  }
}
.slider-active .slider-arrow.swiper-button-prev {
  left: 0;
}
.slider-active .slider-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 16px;
}
.slider-active .slider-arrow.swiper-button-next {
  right: 0;
}
.slider-active .slider-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 16px;
}
.slider-active .slider-arrow:hover {
  color: #07294d;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.slider-active:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
}
.slider-active:hover .slider-arrow.swiper-button-prev {
  left: 50px;
}
@media only screen and (max-width: 449px) {
  .slider-active:hover .slider-arrow.swiper-button-prev {
    left: 20px;
  }
}
.slider-active:hover .slider-arrow.swiper-button-next {
  right: 50px;
}
@media only screen and (max-width: 449px) {
  .slider-active:hover .slider-arrow.swiper-button-next {
    right: 20px;
  }
}
.slider-active .swiper-slide-active .slider-content .hero-btn,
.slider-active .swiper-slide-active .slider-content .title,
.slider-active .swiper-slide-active .slider-content p {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.slider-active .swiper-slide-active .slider-content .title {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
}
.slider-active .swiper-slide-active .slider-content p {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
}
.slider-active .swiper-slide-active .slider-content .hero-btn {
  animation-delay: 0.9s;
  animation-duration: 0.9s;
}
/* Responsive slider */
@media only screen and (max-width: 1199px) {
  .slider-item {
    height: 680px;
  }
  .slider-item .slider-content {
    padding-top: 260px;
  }
  .slider-item .slider-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-item {
    height: 560px;
  }
  .slider-item .slider-content {
    padding-top: 180px;
  }
  .slider-item .slider-content .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item {
    height: 460px;
  }
  .slider-item .slider-content {
    padding-top: 130px;
  }
  .slider-item .slider-content .title {
    font-size: 24px;
  }
  .slider-item .slider-content p {
    padding-right: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-item {
    height: 380px;
  }
  .slider-item .slider-content {
    padding-top: 100px;
  }
  .slider-item .slider-content .title {
    font-size: 20px;
  }
  .slider-item .slider-content .hero-btn ul li .btn {
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 449px) {
  .slider-item {
    height: 320px;
  }
  .slider-item .slider-content {
    padding-top: 80px;
  }
  .slider-item .slider-content .title {
    font-size: 18px;
  }
}
.edubin-slider-section-02 .slider-item {
  height: 750px;
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-02 .slider-item {
    height: 650px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-02 .slider-item {
    height: 650px;
  }
}
.edubin-slider-section-03 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 120px;
  z-index: 1;
}
.edubin-slider-section-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
}
.edubin-slider-section-03 .slider-cont {
  position: relative;
  z-index: 5;
  background-color: rgba(7, 41, 77, 0.8);
  padding: 70px 100px 80px;
}
.edubin-slider-section-03 .slider-cont .title {
  font-size: 48px;
  color: #fff;
  padding-bottom: 8px;
}
.edubin-slider-section-03 .slider-cont span {
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .edubin-slider-section-03 .slider-cont {
    padding: 70px 60px 80px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-03 {
    padding-top: 200px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 70px 55px 80px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-03 {
    padding-top: 180px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 60px 45px 70px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 35px;
  }
  .edubin-slider-section-03 .slider-cont span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-03 {
    padding-top: 180px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 50px 30px 60px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 28px;
  }
}
.slider-feature {
  padding: 0 100px;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .slider-feature {
    padding: 0 75px;
    padding-top: 50px;
  }
}
.single-slider-feature {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.single-slider-feature .icon img {
  max-width: 75px;
}
.single-slider-feature .cont {
  flex: 1;
  margin-left: 25px;
}
.single-slider-feature .cont .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.single-slider-feature .cont span {
  font-size: 15px;
  color: #fff;
}
.edubin-slider-section-04 .slider-item {
  height: 980px;
}
.edubin-slider-section-04 .slider-item::before {
  display: none;
}
.edubin-slider-section-04 .slider-item .slider-content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 215px;
}
.edubin-slider-section-04 .slider-item .slider-content .title {
  color: #07294d;
}
.edubin-slider-section-04 .slider-item .slider-content p {
  color: #07294d;
}
@media only screen and (max-width: 1199px) {
  .edubin-slider-section-04 .slider-item {
    height: 905px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-04 .slider-item {
    height: 780px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-04 .slider-item {
    height: 720px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 80px;
  }
}
.edubin-slider-section-05 {
  position: relative;
  height: 920px;
  background: #f9eee1;
  z-index: 1;
}
.edubin-slider-section-05 .svg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.edubin-slider-section-05 .svg-shape svg {
  height: 40px;
  fill: #fff;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.edubin-slider-section-05 .shape-3 {
  position: absolute;
  top: 21%;
  left: 8%;
  z-index: -1;
}
.edubin-slider-section-05 .shape-4 {
  position: absolute;
  bottom: 22%;
  left: 4%;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.edubin-slider-section-05 .shape-5 {
  position: absolute;
  right: 7%;
  top: 15%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  padding-left: 20px;
  padding-right: 30px;
  justify-content: center;
  z-index: 1;
}
.edubin-slider-section-05 .hero-image .shape-1 {
  position: absolute;
  right: 35%;
  top: 21%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image .shape-2 {
  position: absolute;
  left: 32%;
  bottom: 21%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image .image {
  padding-top: 220px;
  display: flex;
}
.edubin-slider-section-05 .hero-image .image .image-1 {
  padding-right: 20px;
}
.edubin-slider-section-05 .hero-image .image .image-1 img {
  border-radius: 100px 100px 0 100px;
}
.edubin-slider-section-05 .hero-image .image .image-2 {
  padding-top: 120px;
  padding-left: 20px;
}
.edubin-slider-section-05 .hero-image .image .image-2 img {
  border-radius: 100px 0 100px 100px;
}
.edubin-slider-section-05 .hero-content {
  padding-top: 225px;
}
.edubin-slider-section-05 .hero-content .title {
  font-size: 56px;
}
.edubin-slider-section-05 .hero-content .title span {
  color: #ff773d;
}
.edubin-slider-section-05 .hero-content p {
  color: #383b46;
  margin-top: 30px;
  margin-bottom: 25px;
}
.edubin-slider-section-05 .hero-content .hero-btn .btn {
  background: #ff773d;
  color: #fff;
  margin-top: 40px;
}
.edubin-slider-section-05 .hero-content .hero-btn .btn:hover {
  background: #021e40;
}
@media only screen and (max-width: 1199px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-05 {
    height: auto;
  }
  .edubin-slider-section-05 .hero-content {
    padding-top: 130px;
  }
  .edubin-slider-section-05 .hero-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .edubin-slider-section-05 .hero-image .shape-1 {
    position: absolute;
    right: 35%;
    top: 21%;
    z-index: -1;
  }
  .edubin-slider-section-05 .hero-image .shape-2 {
    position: absolute;
    left: 32%;
    bottom: 21%;
    z-index: -1;
  }
  .edubin-slider-section-05 .hero-image .image {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 30px;
  }
  .edubin-slider-section-05 .hero-image .shape-1 {
    width: 90px;
    right: 23%;
    top: 12%;
  }
  .edubin-slider-section-05 .hero-image .shape-2 {
    width: 90px;
    left: 29%;
    bottom: 30%;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 30px;
  }
}
.edubin-hero-section-06 {
  padding-top: 140px;
}
.edubin-hero-section-06 .hero-content {
  padding-top: 105px;
  position: relative;
  z-index: 1;
}
.edubin-hero-section-06 .hero-content .shape-3 {
  position: absolute;
  left: -12%;
  top: 20%;
  z-index: -1;
}
.edubin-hero-section-06 .hero-content .shape-4 {
  position: absolute;
  right: 8%;
  top: 48%;
  z-index: -1;
}
.edubin-hero-section-06 .hero-content .title {
  font-size: 60px;
}
.edubin-hero-section-06 .hero-content .title span {
  color: #2babe4;
}
.edubin-hero-section-06 .hero-content p {
  color: #383b46;
  margin-top: 30px;
  margin-bottom: 25px;
}
.edubin-hero-section-06 .hero-content .hero-btn .btn {
  background: #2babe4;
  color: #fff;
  margin-top: 40px;
}
.edubin-hero-section-06 .hero-content .hero-btn .btn:hover {
  background: #021e40;
}
.edubin-hero-section-06 .hero-images {
  position: relative;
  text-align: center;
  z-index: 1;
}
.edubin-hero-section-06 .hero-images .shape-1 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.edubin-hero-section-06 .hero-images .shape-2 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.edubin-hero-section-06 .hero-images .image-content {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 24px 59px 0 rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: -8%;
  top: 57.5%;
  padding: 20px;
  padding-right: 40px;
}
.edubin-hero-section-06 .hero-images .image-content .icon-img img {
  width: 30px;
}
.edubin-hero-section-06 .hero-images .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.edubin-hero-section-06 .hero-images .image-content .image-text .title {
  font-size: 15px;
  color: #000;
}
.edubin-hero-section-06 .hero-images .image-content .image-text p {
  font-size: 14px;
  font-weight: 400;
  color: #999898;
}
@media only screen and (max-width: 1199px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-06 {
    padding-top: 120px;
  }
  .edubin-hero-section-06 .hero-content {
    padding-top: 0;
  }
  .edubin-hero-section-06 .hero-images {
    padding-top: 60px;
  }
  .edubin-hero-section-06 .hero-images .shape-1 {
    left: 35px;
    top: 95px;
  }
  .edubin-hero-section-06 .hero-images .shape-1 img {
    width: 420px;
  }
  .edubin-hero-section-06 .hero-images .shape-2 {
    top: 90px;
  }
  .edubin-hero-section-06 .hero-images .shape-2 img {
    width: 550px;
  }
  .edubin-hero-section-06 .hero-images .image-content {
    left: 0;
  }
  .edubin-hero-section-06 .hero-images .image-content .icon-img img {
    width: 30px;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text {
    flex: 1;
    text-align: left;
    margin-left: 15px;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text .title {
    font-size: 15px;
    color: #000;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text p {
    font-size: 14px;
    font-weight: 400;
    color: #999898;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 30px;
  }
}
.edubin-hero-section-07 {
  position: relative;
  overflow: hidden;
}
.edubin-hero-section-07 .hero-shape-3 {
  width: 1100px;
  height: 1100px;
  background: 0 0;
  border: 1px solid #efedfc;
  border-radius: 50%;
  position: absolute;
  left: -32%;
  top: -47%;
}
.edubin-hero-section-07 .hero-shape-3::before {
  content: "";
  width: 1100px;
  height: 1100px;
  background: 0 0;
  border: 1px solid #efedfc;
  border-radius: 50%;
  transform: scale(0.75);
  position: absolute;
  left: 0;
  top: 0;
}
.edubin-hero-section-07 .hero-content {
  max-width: 550px;
}
.edubin-hero-section-07 .hero-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0071dc;
}
.edubin-hero-section-07 .hero-content .title {
  font-size: 52px;
  line-height: 72px;
  margin-top: 25px;
  color: #021e40;
}
.edubin-hero-section-07 .hero-content .title span {
  color: #0071dc;
}
.edubin-hero-section-07 .hero-content .hero-btn .btn {
  background: #0071dc;
  color: #fff;
  margin-top: 40px;
}
.edubin-hero-section-07 .hero-content .hero-btn .btn:hover {
  background: #021e40;
}
.edubin-hero-section-07 .hero-content .link-text {
  font-size: 18px;
  line-height: 30px;
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-hero-section-07 .hero-content .link-text a {
  font-weight: 700;
  color: #0071dc;
  text-decoration: underline;
  text-decoration-color: #0071dc;
}
.edubin-hero-section-07 .hero-images-02 {
  padding-top: 260px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.edubin-hero-section-07 .hero-images-02 .shape-1 {
  position: absolute;
  left: -105px;
  bottom: 170px;
  z-index: -1;
}
.edubin-hero-section-07 .hero-images-02 .shape-2 {
  position: absolute;
  top: 360px;
  left: 235px;
  z-index: -1;
}
.edubin-hero-section-07 .hero-images-02 .image {
  position: relative;
  z-index: 1;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content {
  position: absolute;
  left: 180px;
  bottom: 60px;
  text-align: left;
  padding-left: 35px;
  padding-right: 28px;
  padding-top: 30px;
  padding-bottom: 25px;
  width: 315px;
  background-color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-icon {
  position: absolute;
  left: 25px;
  top: -45px;
}
@media only screen and (max-width: 1199px) {
  .edubin-hero-section-07 .hero-shape-3 {
    width: 920px;
    height: 920px;
  }
  .edubin-hero-section-07 .hero-shape-3::before {
    width: 920px;
    height: 920px;
  }
  .edubin-hero-section-07 .hero-content .title {
    font-size: 48px;
    line-height: 66px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 20px;
    bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-07 {
    padding-top: 150px;
  }
  .edubin-hero-section-07 .hero-images-02 {
    padding-top: 60px;
    text-align: center;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    left: -15px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    top: 170px;
    left: 270px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 110px;
    bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-07 .hero-content .title {
    font-size: 30px;
    line-height: 52px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    width: 160px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    left: 180px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 45px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-07 .hero-content .title {
    font-size: 30px;
    line-height: 44px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    left: -5px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    left: 110px;
    top: 120px;
    width: 120px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 0;
    bottom: 25px;
  }
}
.edubin-slider-section-08 {
  position: relative;
  height: 920px;
  background: #f9eee1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.edubin-slider-section-08::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(360deg, #030b14 50%, #02070e 100%);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.edubin-slider-section-08 .shape-1 {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0;
  bottom: -130px;
  background: #fff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}
.edubin-slider-section-08 .hero-content {
  padding-top: 225px;
}
.edubin-slider-section-08 .hero-content .sub-title {
  font-size: 13px;
  color: #3bbc9b;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.edubin-slider-section-08 .hero-content .main-title {
  font-size: 52px;
  line-height: 70px;
  color: #fff;
}
.edubin-slider-section-08 .hero-content .text {
  color: #fff;
  margin-top: 30px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn {
  border-radius: 50px;
  background: #3bbc9b;
  color: #fff;
  margin-right: 25px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn i {
  margin-left: 5px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn:hover {
  background: #021e40;
}
.edubin-slider-section-08 .hero-content .st-img-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .img img {
  border-radius: 150px;
}
@media only screen and (max-width: 1199px) {
  .edubin-slider-section-08 .shape-1 {
    bottom: -70px;
  }
  .edubin-slider-section-08 .hero-content {
    padding-top: 200px;
  }
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 42px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-08 {
    height: 850px;
  }
  .edubin-slider-section-08 .shape-1 {
    bottom: -42px;
    height: 110px;
  }
  .edubin-slider-section-08 .hero-content {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 30px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 30px;
    line-height: 42px;
  }
}
.edubin-slider-section-09 .slider-item {
  height: 1020px;
}
.edubin-slider-section-09 .slider-item::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-slider-section-09 .slider-item .slider-content {
  padding-top: 215px;
}
.edubin-slider-section-09 .slider-item .slider-content .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 30px;
  }
}
.edubin-slider-section-09 .slider-item .slider-content .title span {
  color: #ec5251;
}
.edubin-slider-section-09 .slider-item .slider-content p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding-right: 65px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-09 .slider-item .slider-content p {
    padding-right: 0;
  }
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn {
  padding-top: 25px;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.edubin-slider-section-09
  .slider-item
  .slider-content
  .hero-btn
  ul
  li:last-child {
  margin-right: 0;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn {
  background: #ec5251;
  color: #fff;
}
.edubin-slider-section-09
  .slider-item
  .slider-content
  .hero-btn
  ul
  li
  .btn:hover {
  color: #fff;
  background: #ff3e4b;
}
.edubin-slider-section-09
  .slider-item
  .slider-content
  .hero-btn
  ul
  li
  .btn-white {
  border: 2px solid #fff;
  line-height: 48px;
  background: 0 0;
  color: #fff;
}
.edubin-slider-section-09
  .slider-item
  .slider-content
  .hero-btn
  ul
  li
  .btn-white:hover {
  background: #ec5251;
  border: 2px solid #ec5251;
}
.edubin-slider-section-09 .slider-active .slider-arrow:hover {
  color: #07294d;
  background: #ec5251;
  border-color: #ec5251;
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-09 .slider-item {
    height: auto;
  }
  .edubin-slider-section-09 .slider-item .slider-content {
    padding-top: 60px;
  }
}
.edubin-hero-section-10 {
  background: #edf9f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 140px;
  z-index: 1;
}
.edubin-hero-section-10 .svg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.edubin-hero-section-10 .svg-shape svg {
  height: 40px;
  fill: #fff;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.edubin-hero-section-10 .shape-3 {
  position: absolute;
  left: 9%;
  top: 38%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-content {
  position: relative;
  z-index: 1;
}
.edubin-hero-section-10 .hero-content .title {
  font-size: 56px;
  line-height: 70px;
}
.edubin-hero-section-10 .hero-content .title span {
  color: #2babe4;
}
.edubin-hero-section-10 .hero-content p {
  color: #8a8a8a;
  margin-top: 30px;
}
.edubin-hero-section-10 .hero-content .hero-btn .btn {
  background: #3bbc9b;
  color: #fff;
  margin-top: 40px;
}
.edubin-hero-section-10 .hero-content .hero-btn .btn:hover {
  background: #021e40;
}
.edubin-hero-section-10 .hero-images {
  padding-top: 150px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.edubin-hero-section-10 .hero-images .shape-1 {
  position: absolute;
  left: 2%;
  top: 21%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-images .shape-2 {
  position: absolute;
  right: 5%;
  top: 29%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-images .images {
  text-align: right;
}
.edubin-hero-section-10 .hero-images .image-content {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 24px 59px 0 rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: -13%;
  top: 73.5%;
  padding: 20px;
  padding-right: 30px;
}
.edubin-hero-section-10 .hero-images .image-content .icon-img {
  background: #ebebeb;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 10px;
}
.edubin-hero-section-10 .hero-images .image-content .icon-img img {
  width: 30px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text .title {
  color: #021e40;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text p {
  font-size: 16px;
  font-weight: 400;
  color: #999898;
}
@media only screen and (max-width: 1199px) {
  .edubin-hero-section-10 .hero-content .title {
    font-size: 42px;
    line-height: 60px;
  }
  .edubin-hero-section-10 .hero-images {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-10 .hero-content .title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-10 .hero-images {
    padding-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .edubin-hero-section-10 .hero-images .images {
    text-align: center;
  }
  .edubin-hero-section-10 .hero-images .image-content {
    left: 0;
    top: 67.5%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-hero-section-10 .hero-images {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(15deg);
  }
}
.edubin-about-section {
  position: relative;
  padding-bottom: 5px;
}
.edubin-about-section .about-wrap {
  margin-top: -50px;
}
.edubin-about-section .about-content-wrap {
  margin-top: 50px;
}
.edubin-about-section .about-cont p {
  padding-top: 20px;
}
.edubin-about-section .about-cont .btn {
  margin-top: 55px;
}
.edubin-about-section .about-event {
  box-shadow: 0 0 191px 0 rgba(0, 0, 0, 0.06);
  padding: 65px 70px 37px;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section .about-event {
    padding: 40px 35px 37px;
  }
}
.edubin-about-section .about-event .event-title .title {
  font-size: 24px;
  color: #000;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section .about-event .event-title .title {
    font-size: 28px;
  }
}
.edubin-about-section .about-event ul li .single-event {
  padding: 25px 0;
  border-bottom: 1px solid #cecece;
}
.edubin-about-section .about-event ul li .single-event span {
  font-size: 12px;
  color: #8a8a8a;
  margin-right: 20px;
}
.edubin-about-section .about-event ul li .single-event span i {
  color: var(--secondary-color);
  margin-right: 3px;
}
.edubin-about-section .about-event ul li .single-event .title {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  font-size: 14px;
  transition: all 0.3s linear;
}
.edubin-about-section .about-event ul li .single-event .title:hover {
  color: var(--secondary-color);
}
.edubin-about-section .about-event ul li .single-event a {
  display: block;
}
.edubin-about-section .about-event ul li:last-child .single-event {
  border-bottom: 0;
}
.edubin-about-section .about-bg {
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.edubin-about-section .about-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #fff 100%);
}
.edubin-about-section .about-bg img {
  width: 100%;
}
.edubin-about-section .about-cards-section {
  margin-top: 50px;
}
.edubin-about-section .about-cards-section .cards-grid {
  display: flex;
  flex-direction: column;
}
.edubin-about-section .about-card {
  height: 120px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.edubin-about-section .about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.edubin-about-section .about-card-blue {
  background-color: #5b4b8a;
  color: #fff;
}
.edubin-about-section .about-card-green {
  background-color: #00b4db;
  color: #fff;
}
.edubin-about-section .about-card-coral {
  background-color: #ff6b6b;
  color: #fff;
}
.edubin-about-section .cards-grid .row:nth-child(2) .about-card-blue {
  background-color: #2e5090;
}
.edubin-about-section .cards-grid .row:nth-child(2) .about-card-green {
  background-color: #27ae60;
}
.edubin-about-section .cards-grid .row:nth-child(2) .about-card-coral {
  background-color: #e67e22;
}
.edubin-about-section .cards-grid .row:nth-child(3) .about-card-blue {
  background-color: #1e3a8a;
}
.edubin-about-section .cards-grid .row:nth-child(3) .about-card-green {
  background-color: #16a085;
}
.edubin-about-section .cards-grid .row:nth-child(3) .about-card-coral {
  background-color: #e74c3c;
}
.edubin-about-section .about-card .card-icon {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1;
}
.edubin-about-section .about-card .card-icon i {
  color: inherit;
}
.edubin-about-section .about-card .card-content {
  width: 100%;
}
.edubin-about-section .about-card .card-number {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.8);
  font-family: Montserrat, sans-serif;
}
.edubin-about-section .about-card .card-title {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  color: inherit;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .edubin-about-section .about-card {
    height: 120px;
    padding: 15px 10px;
  }
  .edubin-about-section .about-card .card-icon {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .edubin-about-section .about-card .card-number {
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .edubin-about-section .about-card .card-title {
    font-size: 11px;
  }
}
.edubin-about-section-02 {
  padding-bottom: 120px;
}
.edubin-about-section-02 .about-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 70px 70px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-02 .about-wrap {
    padding: 70px 50px 70px;
  }
}
.edubin-about-section-02 .about-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    310deg,
    rgba(7, 41, 77, 0.6392156863) 0,
    #07294d 100%
  );
  z-index: -1;
}
.edubin-about-section-02 .about-event {
  box-shadow: none;
  padding: 0;
  padding-right: 50px;
  background-color: transparent;
  margin-top: 0;
}
.edubin-about-section-02 .about-event .event-title .title {
  color: #fff;
}
.edubin-about-section-02 .about-event ul li .single-event span {
  color: silver;
}
.edubin-about-section-02 .about-event ul li .single-event .title {
  color: #fff;
}
.edubin-about-section-02 .about-event ul li .single-event .title:hover {
  color: var(--secondary-color);
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-02 .video {
    margin-top: 50px;
  }
}
.edubin-about-section-02 .video a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  background-color: var(--secondary-color);
  color: #07294d;
  border-radius: 50%;
}
.edubin-about-section-02 .video a:hover {
  background: #fff;
  color: var(--secondary-color);
}
.edubin-about-section-03 {
  padding-bottom: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-03 {
    padding-bottom: 120px;
  }
}
.edubin-about-section-04 .about-wrap {
  margin-bottom: -120px;
}
.edubin-about-section-04 .about-img {
  padding-left: 85px;
  position: relative;
  z-index: 1;
}
.edubin-about-section-04 .about-img .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.edubin-about-section-04 .about-img .shape-1 img {
  width: 520px;
}
.edubin-about-section-04 .about-content-wrap .main-title {
  font-size: 30px;
  color: #021e40;
}
.edubin-about-section-04 .about-content-wrap .text {
  color: #696868;
  margin-top: 35px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap {
  padding-top: 20px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item {
  margin-top: 20px;
}
.edubin-about-section-04
  .about-content-wrap
  .about-list-wrap
  .list-item
  .title {
  font-size: 18px;
  color: #021e40;
  margin-bottom: 10px;
  margin-top: 25px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item p {
  font-size: 14px;
  color: #696868;
}
.edubin-about-section-04 .about-content-wrap .btn {
  background: #2babe4;
  margin-top: 25px;
  color: #fff;
}
.edubin-about-section-04 .about-content-wrap .btn:hover {
  background: #021e40;
}
@media only screen and (max-width: 1199px) {
  .edubin-about-section-04 .about-wrap {
    margin-bottom: 0;
  }
  .edubin-about-section-04 .about-img {
    padding-left: 0;
    text-align: center;
  }
  .edubin-about-section-04 .about-img .shape-1 {
    left: 22%;
  }
  .edubin-about-section-04 .about-img .shape-1 img {
    width: 520px;
  }
  .edubin-about-section-04 .about-content-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-04 .about-img .shape-1 {
    left: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-04 .about-img {
    padding-left: 0;
    text-align: center;
  }
  .edubin-about-section-04 .about-img .shape-1 {
    left: 0;
  }
  .edubin-about-section-04 .about-img .shape-1 img {
    width: 420px;
  }
  .edubin-about-section-04 .about-content-wrap .main-title {
    font-size: 30px;
  }
}
.edubin-about-section-05 .about-content-wrap {
  padding-right: 40px;
}
.edubin-about-section-05 .about-cont .text {
  color: #8a8a8a;
  margin-top: 20px;
}
.edubin-about-section-05 .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-05 .about-cont .about-list-wrap ul li {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
}
.edubin-about-section-05 .about-cont .about-list-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #0071dc;
  border-radius: 50%;
  transform: translateY(-50%);
}
.edubin-about-section-05 .about-image {
  position: relative;
  z-index: 1;
}
.edubin-about-section-05 .about-image .shape-1 {
  position: absolute;
  left: 8%;
  top: 20%;
  z-index: -1;
}
.edubin-about-section-05 .about-image .shape-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #0071dc;
  border-radius: 50%;
  left: 21%;
  top: 15%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-05 .about-content-wrap {
    padding-right: 0;
  }
  .edubin-about-section-05 .about-image {
    margin-top: 50px;
  }
  .edubin-about-section-05 .about-image .shape-1 {
    left: 17%;
  }
  .edubin-about-section-05 .about-image .shape-2 {
    left: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-05 .about-image .shape-1 {
    left: 5%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-05 .about-image .shape-1 {
    left: 1%;
    width: 370px;
  }
}
.edubin-about-section-06 .about-img-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.edubin-about-section-06 .about-img-wrap .shape-1 {
  position: absolute;
  top: 85px;
  left: 80px;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .shape-2 {
  position: absolute;
  top: 0;
  right: 35%;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .shape-3 {
  position: absolute;
  bottom: 6%;
  left: 0;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .about-img-left {
  padding-right: 15px;
}
.edubin-about-section-06 .about-img-wrap .about-img-left .about-img img {
  border-radius: 10px;
}
.edubin-about-section-06 .about-img-wrap .about-img-left .about-img.img-2 {
  text-align: right;
  margin-top: 30px;
}
.edubin-about-section-06 .about-img-wrap .about-img-right {
  padding-left: 15px;
}
.edubin-about-section-06 .about-img-wrap .about-img-right img {
  border-radius: 10px;
  width: 240px;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-06 .about-content-wrap {
    margin-top: 50px;
  }
}
.edubin-about-section-06 .about-content-wrap .about-cont .text {
  margin-top: 25px;
  color: #8a8a8a;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-06
  .about-content-wrap
  .about-cont
  .about-list-wrap
  ul
  li {
  font-weight: 500;
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-about-section-06
  .about-content-wrap
  .about-cont
  .about-list-wrap
  ul
  li
  i {
  color: #3bbc9b;
  margin-right: 5px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .btn {
  background: #3bbc9b;
  color: #fff;
  margin-top: 40px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .btn:hover {
  background: #07294d;
}
.edubin-about-section-07 {
  padding-top: 160px;
  padding-bottom: 175px;
}
@media only screen and (max-width: 1199px) {
  .edubin-about-section-07 {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.edubin-about-section-07 .about-img-wrap {
  position: relative;
  padding-left: 40px;
  z-index: 1;
}
.edubin-about-section-07 .about-img-wrap img {
  border-radius: 5px;
}
.edubin-about-section-07 .about-img-wrap .svg-shape {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
}
.edubin-about-section-07 .about-img-wrap .about-img-sm {
  position: absolute;
  right: 30px;
  bottom: -70px;
}
.edubin-about-section-07 .about-content-wrap {
  padding-left: 90px;
}
@media only screen and (max-width: 1199px) {
  .edubin-about-section-07 .about-content-wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-07 .about-content-wrap {
    padding-left: 0;
    margin-top: 110px;
  }
}
.edubin-about-section-07 .about-content-wrap .about-cont .text {
  color: #8a8a8a;
  margin-top: 20px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-07
  .about-content-wrap
  .about-cont
  .about-list-wrap
  ul
  li {
  color: #8a8a8a;
  margin-top: 15px;
}
.about ul li i {
  color: #ec5251;
  margin-right: 5px;
  margin-top: 15px;
}
.edubin-about-section-07
  .about-content-wrap
  .about-cont
  .about-list-wrap
  ul
  li
  i {
  color: #ec5251;
  margin-right: 5px;
}
.edubin-about-section-07 .about-content-wrap .btn {
  background: #ec5251;
  color: #fff;
  margin-top: 35px;
}
.edubin-about-section-07 .about-content-wrap .btn:hover {
  color: #fff;
  background: #ff3e4b;
}
.edubin-about-section-08 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-08 {
    padding-bottom: 90px;
  }
}
.edubin-about-section-08::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.3;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-about-section-08 .testimonial-slider-wrap {
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-08 .testimonial-slider-wrap {
    padding-right: 0;
    padding-top: 60px;
  }
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.edubin-about-section-08 .about-event ul li .single-event span i {
  color: #ec5251;
}
.edubin-about-section-08 .about-event ul li .single-event .title:hover {
  color: #ec5251;
}
.edubin-about-section-09 .about-wrap {
  margin-bottom: 0;
}
.edubin-about-section-09 .about-img-wrap {
  position: relative;
  z-index: 1;
}
.edubin-about-section-09 .about-img-wrap .shape-1 {
  position: absolute;
  left: 11%;
  top: 9%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-2 {
  position: absolute;
  right: 17%;
  top: 9%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-3 {
  position: absolute;
  right: 19%;
  top: 26%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-4 {
  position: absolute;
  left: 8%;
  top: 8%;
  z-index: -1;
}
.edubin-about-section-09 .about-content-wrap .btn {
  background: #3bbc9b;
  color: #fff;
  margin-top: 30px;
}
.edubin-about-section-09 .about-content-wrap .btn:hover {
  background: #021e40;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-09 .about-img-wrap .shape-2 {
    right: 28%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-3 {
    right: 28%;
    top: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-09 .about-img-wrap .shape-1 {
    left: 14%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-2 {
    right: 10%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-3 {
    right: 4%;
  }
}
.edubin-mission-section {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-mission-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-mission-section {
    padding-bottom: 80px;
  }
}
.edubin-mission-section .mission-wrap {
  margin-top: -20px;
}
.edubin-mission-section .single-item {
  margin-top: 20px;
}
.edubin-mission-section .single-item .number {
  font-size: 60px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #cecece;
}
.edubin-mission-section .single-item .title {
  font-size: 26px;
  line-height: 26px;
  color: #021e40;
  margin-top: 10px;
}
.edubin-mission-section .single-item p {
  margin-top: 18px;
}
.course-section {
  background: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.course-section .course-content-wrap {
  padding-top: 15px;
}
.course-section .course-btn .btn {
  margin-top: 60px;
}
.single-course {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.single-course .thum {
  position: relative;
}
.single-course .thum .image {
  overflow: hidden;
  position: relative;
}
.single-course .thum .image a {
  display: block;
  position: relative;
}
.single-course .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-course .thum .image .top-meta .categories {
  position: absolute;
  top: 25px;
  left: 25px;
  max-width: 70%;
}
.single-course .thum .image .top-meta .categories .tag {
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0 11px;
  line-height: 29px;
  display: inline-block;
  background: var(--secondary-color);
  color: #021e40;
  white-space: nowrap;
}
.single-course .thum .image .top-meta .wishlist a {
  background: #fff;
  color: #021e40;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
}
.single-course .thum .image .top-meta .wishlist a:hover {
  background: #07294d;
  color: #fff;
}
.single-course .content {
  padding-top: 40px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .single-course .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-course .content .title {
  font-weight: 600;
  font-size: 24px;
  color: #021e40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.single-course .content .title:hover {
  color: var(--secondary-color);
}
.single-course .content > ul {
  display: inline-block;
  margin-right: 10px;
}
.single-course .content > ul li {
  display: inline-block;
  margin: 1px;
}
.single-course .content > ul li i {
  font-size: 13px;
  color: var(--secondary-color);
}
.single-course .content span {
  font-size: 13px;
  color: #000;
}
.single-course .content .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 30px;
  overflow: hidden;
}
.single-course .content .course-teacher > .thum {
  display: inline-block;
}
.single-course .content .course-teacher > .thum a img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.single-course .content .course-teacher .name {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-course .content .course-teacher .name {
    margin-left: 5px;
  }
}
.single-course .content .course-teacher .name h6 {
  font-size: 15px;
  color: #24486e;
}
.single-course:hover .thum .image img {
  transform: scale(1.1);
}
.course-section-02 .single-course {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-02 .single-course .thum {
  position: relative;
  padding: 10px;
}
.course-section-02 .single-course .thum .image {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  height: 200px;
}
.course-section-02 .single-course .thum .author-img {
  position: absolute;
  right: 30px;
  bottom: -15px;
  border: 3px solid #fff;
  overflow: hidden;
  border-radius: 50%;
}
.course-section-02 .single-course .content {
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 0;
  padding-right: 20px;
}
.course-section-02 .single-course .content .title {
  font-size: 18px;
  line-height: 26px;
}
.course-section-02 .single-course .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding: 15px 20px;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-03 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-03 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-03 .course-btn .btn {
  background: #ff773d;
  color: #fff;
}
.course-section-03 .course-btn .btn:hover {
  background: #021e40;
}
.course-section-03 .course-content-wrap {
  padding-top: 20px;
}
.course-section-03 .single-course {
  background-color: none;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-03 .single-course .thum {
  position: relative;
}
.course-section-03 .single-course .thum .image {
  overflow: hidden;
  position: relative;
}
.course-section-03 .single-course .thum .image a {
  display: block;
  position: relative;
}
.course-section-03 .single-course .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.course-section-03 .single-course .thum .image .top-meta .categories .tag {
  background: #ff4830;
  color: #fff;
}
.course-section-03 .single-course .content {
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.course-section-03 .single-course .content .course-categories .tag {
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0 15px;
  line-height: 29px;
  display: inline-block;
  background: rgba(255, 72, 48, 0.1098039216);
  color: #ff4830;
  white-space: nowrap;
}
.course-section-03 .single-course .content .course-categories .tag.color-2 {
  background: rgba(108, 189, 127, 0.15);
  color: #6cbd7f;
}
.course-section-03 .single-course .content .course-categories .tag.color-3 {
  background: rgba(142, 86, 255, 0.15);
  color: #8e56ff;
}
.course-section-03 .single-course .content .course-categories .tag.color-4 {
  background: rgba(23, 184, 193, 0.15);
  color: #17b8c1;
}
.course-section-03 .single-course .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #021e40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  margin-top: 20px;
}
.course-section-03 .single-course .content .title:hover {
  color: #ff773d;
}
.course-section-03 .single-course .content .author-name p {
  margin-bottom: 5px;
  color: #8a8a8a;
  font-size: 15px;
}
.course-section-03 .single-course .content .author-name p a {
  color: #0071dc;
}
.course-section-03 .single-course:hover .thum .image img {
  transform: scale(1.1);
}
.course-section-04 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-04 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-04 .course-btn .btn {
  background: #2babe4;
  margin-top: 0;
  color: #fff;
}
.course-section-04 .course-btn .btn:hover {
  background: #021e40;
}
.course-section-04 .course-content-wrap {
  padding-top: 20px;
}
.course-section-04 .single-course {
  background-color: none;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-04 .single-course .thum .image .top-meta .categories .tag {
  background: #2babe4;
  color: #fff;
}
.course-section-04 .single-course .content {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.course-section-04 .single-course .content .title {
  font-weight: 600;
  font-size: 22px;
  color: #021e40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  margin-top: 20px;
}
.course-section-04 .single-course .content .title:hover {
  color: #2babe4;
}
.course-section-04 .single-course:hover .thum .image img {
  transform: scale(1.1);
}
.course-section-05 {
  background: 0 0;
}
.course-section-05 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-05 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-05 .course-btn .btn {
  background: #0071dc;
  margin-top: 0;
  color: #fff;
}
.course-section-05 .course-btn .btn:hover {
  background: #021e40;
}
.course-section-05 .course-content-wrap {
  padding-top: 20px;
}
.course-section-05 .single-course {
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.course-section-05 .single-course .thum .image .top-meta .categories .tag {
  background: #0071dc;
  color: #fff;
}
.course-section-05 .single-course .content {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.course-section-05 .single-course .content .title {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}
.course-section-05 .single-course .content .title:hover {
  color: #0071dc;
}
.course-section-05 .single-course .content .course-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.course-section-05 .single-course .content .course-author .thum a img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #ccc;
}
.course-section-05 .single-course .content .course-author .name {
  margin-left: 5px;
}
.course-section-05 .single-course .content .course-author .name h6 {
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.course-section-05 .single-course .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding: 15px 30px;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-05 .single-course:hover .thum .image img {
  transform: scale(1.1);
}
.course-section-06 {
  background: #f5f7fa;
  padding-top: 220px;
}
.course-section-06 .single-course .thum .image .top-meta .categories .tag {
  background: #3bbc9b;
  color: #fff;
}
.course-section-06 .single-course .content .title:hover {
  color: #3bbc9b;
}
.course-active .course-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  transform: translateY(-30%);
  border: 2px solid #3bbc9b;
  box-shadow: 0 5px 57px 0 rgba(0, 0, 0, 0.15);
  color: #3bbc9b;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.course-active .course-arrow.swiper-button-prev {
  left: 0;
}
.course-active .course-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 18px;
}
.course-active .course-arrow.swiper-button-next {
  right: 0;
}
.course-active .course-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 18px;
}
.course-active .course-arrow:hover {
  color: #fff;
  background: #3bbc9b;
}
.course-active:hover .course-arrow {
  opacity: 1;
  visibility: visible;
}
.course-active:hover .course-arrow.swiper-button-prev {
  left: 10px;
}
.course-active:hover .course-arrow.swiper-button-next {
  right: 10px;
}
.course-section-07 .course-slider-wrap {
  padding-top: 40px;
}
.course-section-07 .single-course {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #fff;
  margin: 10px;
}
.course-section-07 .single-course .thum .image .top-meta .categories .tag {
  background: #ec5251;
  color: #fff;
}
.course-section-07 .single-course .content .title:hover {
  color: #ec5251;
}
.course-section-07 .course-btn .btn {
  background: #ec5251;
  margin-top: 60px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .course-section-07 .course-btn .btn {
    margin-top: 30px;
  }
}
.course-section-07 .course-btn .btn:hover {
  background: #ff3e4b;
}
.course-section-07 .course-active .course-arrow {
  border: 2px solid #ec5251;
  color: #ec5251;
}
.course-section-07 .course-active .course-arrow:hover {
  color: #fff;
  background: #ec5251;
}
.course-section-08 {
  background: #ecf7f4;
  padding-top: 195px;
}
.course-section-08 .section-title2 .title {
  margin-top: 10px;
}
.course-section-08 .course-content-wrap {
  padding-top: 30px;
}
.course-section-08 .single-course {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
}
.course-section-08 .single-course .thum .image {
  background: #e5572e;
  height: 200px;
  width: auto;
  position: relative;
  z-index: 1;
}
.course-section-08 .single-course .thum .image.color-2 {
  background: #2bc183;
}
.course-section-08 .single-course .thum .image.color-3 {
  background: #0870da;
}
.course-section-08 .single-course .thum .image.color-4 {
  background: #7044b3;
}
.course-section-08 .single-course .thum .image.color-5 {
  background: #ea9c0b;
}
.course-section-08 .single-course .thum .image .shape-1 {
  left: -27px;
  bottom: -38px;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.2392156863);
  height: 80px;
  border-radius: 50%;
  width: 80px;
  z-index: -1;
}
.course-section-08 .single-course .thum .image .shape-2 {
  height: 120px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  bottom: -33px;
  right: -34px;
  top: 0;
  position: absolute;
  z-index: -1;
}
.course-section-08 .single-course .thum .image .shape-3 {
  height: 180px;
  width: 180px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 50%;
  position: absolute;
  right: -55px;
  top: 77px;
}
.course-section-08 .single-course .thum .image .top-meta .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 70px;
}
.course-section-08 .single-course .thum .image .top-meta .title:hover a {
  color: #fff;
  opacity: 0.8;
}
.course-section-08 .single-course .content {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.course-section-08 .single-course .content p {
  color: #8a8a8a;
  margin-top: 15px;
  margin-bottom: 15px;
}
.course-section-08 .single-course .content .course-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.course-section-08 .single-course .content .course-author .thum a img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #ccc;
}
.course-section-08 .single-course .content .course-author .name {
  margin-left: 5px;
}
.course-section-08 .single-course .content .course-author .name h6 {
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.course-section-08 .single-course .course-teacher {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-08 .course-btn .btn {
  background: #3bbc9b;
  color: #fff;
  margin-top: 50px;
}
.course-section-08 .course-btn .btn:hover {
  background: #021e40;
}
.course-section-09 {
  background: #fff;
}
.course-section-09 .course-grid-wrap {
  margin-top: -30px;
}
.course-section-09 .single-course {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.course-section-09 .single-course .thum .image .top-meta .categories .tag {
  background: #0071dc;
  color: #fff;
}
.course-section-09 .single-course .content .title:hover {
  color: #0071dc;
}
.video-section {
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.video-section .feature-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.9);
}
@media only screen and (max-width: 991px) {
  .video-section .feature-bg {
    width: 100%;
  }
}
.video-section .video {
  padding-left: 90px;
}
@media only screen and (max-width: 991px) {
  .video-section .video {
    text-align: center;
    padding-top: 50px;
    padding-left: 0;
    position: relative;
    z-index: 5;
  }
}
.video-section .video a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  background-color: var(--secondary-color);
  color: #07294d;
  border-radius: 50%;
}
.video-section .video a:hover {
  background: #fff;
  color: var(--secondary-color);
}
.video-section .feature {
  position: relative;
  z-index: 5;
  padding-top: 10px;
}
.video-section .feature .feature-title .title {
  font-size: 30px;
  color: #fff;
  padding-bottom: 15px;
}
.video-section .feature ul li .single-feature {
  display: flex;
  align-items: center;
  padding-top: 55px;
}
@media only screen and (max-width: 575px) {
  .video-section .feature ul li .single-feature {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
}
.video-section .feature ul li .single-feature .cont {
  margin-left: 30px;
}
.video-section .feature ul li .single-feature .cont span i {
  margin-left: 15px;
  color: var(--secondary-color);
  margin-right: 8px;
}
@media only screen and (max-width: 575px) {
  .video-section .feature ul li .single-feature .cont {
    margin-left: 0;
  }
}
.video-section .feature ul li .single-feature .cont .title {
  font-size: 16px;
  color: #fff;
  padding-bottom: 15px;
}
.video-section .feature ul li .single-feature .cont p {
  color: #fff;
}
.video-section-02 .feature {
  padding-left: 70px;
}
@media only screen and (max-width: 1199px) {
  .video-section-02 .feature {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .video-section-02 .feature {
    padding-left: 0;
    padding-right: 135px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section-02 .feature {
    padding-right: 0;
  }
}
.video-section-02 .feature .feature-title p {
  color: #fff;
  margin-top: 15px;
}
.video-section-02 .feature .video-btn {
  padding-top: 45px;
}
.video-section-02 .feature .video-btn ul li {
  display: inline-block;
  margin-right: 25px;
}
.video-section-02 .feature .video-btn ul li:last-child {
  margin-right: 0;
}
.video-section-02 .feature .video-btn ul li .btn {
  margin-top: 15px;
}
.video-section-03 {
  padding-top: 210px;
  padding-bottom: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.video-section-03::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-section-03 .video-content .title {
  font-size: 52px;
  line-height: 62px;
  color: #fff;
}
.video-section-03 .video-content .title span {
  color: #ec5251;
}
.video-section-03 .video-content .video {
  margin-top: 35px;
}
.video-section-03 .video-content .video a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  background-color: #ec5251;
  color: #fff;
  border-radius: 50%;
}
.video-section-03 .video-content .video a:hover {
  background: #fff;
  color: #ec5251;
}
@media only screen and (max-width: 1199px) {
  .video-section-03 {
    padding-top: 130px;
    padding-bottom: 220px;
  }
  .video-section-03 .video-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section-03 {
    padding-top: 90px;
    padding-bottom: 205px;
  }
  .video-section-03 .video-content .title {
    font-size: 30px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .video-section-03 .video-content .title {
    font-size: 30px;
    line-height: 42px;
  }
}
.video-section-04 {
  padding-top: 135px;
  position: relative;
  z-index: 1;
}
.video-section-04 .shape-1 {
  position: absolute;
  left: 22%;
  top: 12%;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.video-section-04 .shape-2 {
  position: absolute;
  right: 23%;
  bottom: -30%;
  z-index: -1;
  animation: rotate-style 20s linear infinite;
}
.video-section-04 .video-wrap {
  max-width: 960px;
  padding-top: 200px;
  padding-bottom: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-bottom: -100px;
  z-index: 1;
}
.video-section-04 .video-wrap::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.5;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-section-04 .video-content .video a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  background-color: #3bbc9b;
  color: #fff;
  border-radius: 50%;
}
.video-section-04 .video-content .video a:hover {
  background: #fff;
  color: #3bbc9b;
}
@media only screen and (max-width: 1199px) {
  .video-section-04 .shape-2 {
    right: 13%;
    bottom: -41%;
  }
  .video-section-04 .video-wrap {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}
@keyframes rotate-style {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.edubin-teachers-section .teachers-cont p {
  margin-top: 30px;
}
.edubin-teachers-section .teachers-cont .btn {
  margin-top: 50px;
}
.edubin-teachers-section .teachers-item-wrap {
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .edubin-teachers-section .teachers-item-wrap {
    margin-top: 0;
    padding-top: 20px;
  }
}
.single-teachers {
  position: relative;
  margin-top: 30px;
}
.single-teachers .image {
  overflow: hidden;
}
.single-teachers .image a {
  display: block;
}
.single-teachers .image a img {
  border-radius: 5px;
  width: 100%;
}
.single-teachers .cont {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 80%;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px;
}
.single-teachers .cont .name {
  color: #021e40;
  font-size: 16px;
}
.single-teachers .cont p {
  font-size: 14px;
  color: #8a8a8a;
}
.single-teachers .cont .teachers-social {
  margin-bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-teachers .cont .teachers-social ul {
  margin-top: 5px;
}
.single-teachers .cont .teachers-social ul li {
  display: inline-block;
}
.single-teachers .cont .teachers-social ul li + li {
  margin-left: 10px;
}
.single-teachers .cont .teachers-social ul li a {
  font-size: 16px;
  color: #07294d;
}
.single-teachers .cont .teachers-social ul li a:hover {
  color: var(--secondary-color);
}
.single-teachers:hover .cont .teachers-social {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}
.edubin-teachers-section-02 {
  background: #f9f9f9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.edubin-teachers-section-02 .teachers-2 {
  padding-top: 20px;
}
.teachers-2-single {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  margin-top: 30px;
}
.teachers-2-single .thum img {
  border-radius: 50%;
}
.teachers-2-single .cont {
  flex: 1;
  margin-left: 20px;
}
.teachers-2-single .cont .name {
  font-size: 18px;
  color: #23252a;
  margin-bottom: 4px;
  transition: all 0.3s linear;
}
.teachers-2-single .cont .name:hover {
  color: var(--secondary-color);
}
.teachers-2-single .cont p {
  font-size: 14px;
  font-weight: 600;
  color: #999898;
}
.teachers-2-single .cont span {
  font-size: 14px;
  color: #07294d;
  font-weight: 500;
}
.teachers-2-single .cont span i {
  color: var(--secondary-color);
  margin-right: 5px;
}
.edubin-teachers-section-03 .teachers-item-wrap {
  margin-top: 0;
  padding-top: 15px;
}
.edubin-testimonial-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.edubin-testimonial-section::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.8;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-testimonial-section .testimonial-slider-wrap {
  padding-top: 60px;
}
@media only screen and (max-width: 575px) {
  .edubin-testimonial-section .section-title {
    text-align: center;
  }
  .edubin-testimonial-section .section-title .sub-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.single-testimonial {
  position: relative;
}
.single-testimonial .testimonial-thum {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-thum {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: 25px;
  }
}
.single-testimonial .testimonial-thum img {
  border-radius: 5px;
}
.single-testimonial .testimonial-cont {
  padding-left: 140px;
}
@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-cont {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.single-testimonial .testimonial-cont p {
  color: #fff;
  padding-bottom: 32px;
}
.single-testimonial .testimonial-cont .name {
  font-size: 18px;
  color: #fff;
  padding-bottom: 4px;
}
.single-testimonial .testimonial-cont span {
  color: #fff;
  font-size: 16px;
}
.testimonial-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.edubin-testimonial-section-02 .testimonial-wrap {
  background: #f9eee1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-top: 65px;
  padding-bottom: 110px;
  padding-left: 60px;
  padding-right: 60px;
}
.edubin-testimonial-section-02 .single-testimonial {
  background: #fff;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content {
  padding: 50px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content p {
  color: #29303b;
}
.edubin-testimonial-section-02
  .single-testimonial
  .testimonial-content
  .testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.edubin-testimonial-section-02
  .single-testimonial
  .testimonial-content
  .testimonial-author
  .author-text {
  margin-left: 25px;
}
.edubin-testimonial-section-02
  .single-testimonial
  .testimonial-content
  .testimonial-author
  .author-text
  .name {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #29303b;
  margin-bottom: 5px;
}
.edubin-testimonial-section-02
  .single-testimonial
  .testimonial-content
  .testimonial-author
  .author-text
  .designation {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #8a8a8a;
}
.testimonial-2-active .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.edubin-testimonial-section-03 .testimonial-title-wrap {
  background-color: #eff6f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 245px;
}
@media only screen and (max-width: 991px) {
  .edubin-testimonial-section-03 .testimonial-title-wrap {
    padding-bottom: 220px;
  }
}
.edubin-testimonial-section-03 .testimonial-slider-wrap {
  background: #fff;
  padding: 50px;
  padding-right: 80px;
  margin-top: -170px;
}
@media only screen and (max-width: 991px) {
  .edubin-testimonial-section-03 .testimonial-slider-wrap {
    padding: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-testimonial-section-03 .testimonial-slider-wrap {
    padding: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .single-testimonial-02 {
    margin-top: 50px;
  }
}
.single-testimonial-02 .testimonial-cont p {
  color: #383b46;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.single-testimonial-02 .testimonial-cont .name {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-bottom: 5px;
}
.single-testimonial-02 .testimonial-cont span {
  color: #7b7b7b;
  font-size: 14px;
}
.testimonial-3-active .swiper-pagination {
  text-align: left;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-3-active .swiper-pagination {
    text-align: center;
  }
}
.edubin-testimonial-section-04 {
  background: #f5f6f9;
  background-position: center center;
  background-repeat: no-repeat;
}
.edubin-testimonial-section-04 .testimonial-content-wrap-02 {
  padding-top: 40px;
}
.single-testimonial-03 {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  margin: 0 10px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .single-testimonial-03 {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 {
    width: 100%;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
  }
}
.single-testimonial-03 .testimonial-content {
  padding: 15px 0 6px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 .testimonial-content {
    padding: 15px 45px 50px;
  }
}
@media only screen and (max-width: 449px) {
  .single-testimonial-03 .testimonial-content {
    padding: 15px 30px 50px;
  }
}
.single-testimonial-03 .testimonial-content i {
  font-size: 26px;
  color: #3bbc9b;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.single-testimonial-03 .testimonial-content p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #7a7a7a;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.single-testimonial-03 .testimonial-content .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #021e40;
  text-align: center;
}
.testimonial-04-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.single-testimonial-04 .testimonial-cont {
  padding: 40px;
  margin: 0 0 35px 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4588235294);
  position: relative;
}
.single-testimonial-04 .testimonial-cont::before {
  content: "";
  border: 15px solid transparent;
  position: absolute;
  left: 40px;
  bottom: -30px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 15px solid rgba(255, 255, 255, 0.1);
  border-top-color: rgba(0, 0, 0, 0.4588235294);
}
.single-testimonial-04 .testimonial-cont .title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.single-testimonial-04 .testimonial-cont p {
  color: #fff;
}
.single-testimonial-04 .testimonial-author-wrap {
  display: flex;
  align-items: center;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-thum img {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text {
  flex: 1;
  margin-left: 25px;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text .name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text span {
  color: #ddd;
  font-size: 15px;
}
.edubin-testimonial-section-06::before {
  background: #000 none repeat scroll 0 0;
  opacity: 0.65;
}
.edubin-testimonial-section-06 .single-testimonial {
  position: relative;
}
.edubin-testimonial-section-07 {
  background: #fff;
}
.edubin-testimonial-section-07 .single-testimonial-03 {
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
}
.edubin-testimonial-section-07 .single-testimonial-03 .testimonial-content i {
  color: #0071dc;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.edubin-testimonial-section-08 {
  padding-bottom: 80px;
}
.edubin-testimonial-section-08 .section-title2 .title span {
  color: #0071dc;
}
.edubin-publication-section {
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.edubin-publication-section .publication-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .edubin-publication-section .publication-btn {
    text-align: left;
    margin-top: 30px;
  }
}
.edubin-publication-section .publication-content-wrap {
  padding-top: 15px;
}
.single-publication {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 30px;
}
.single-publication .image {
  height: 320px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.single-publication .image::before {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s linear;
}
.single-publication .image a img {
  width: 100%;
}
.single-publication .image .top-meta {
  position: absolute;
  left: 15px;
  top: 15px;
}
.single-publication .image .top-meta ul li {
  display: inline-block;
  padding: 0 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  background: var(--secondary-color);
  color: #fff;
  height: 28px;
  border-radius: 5px;
}
.single-publication .image .top-meta ul li:last-child {
  margin-left: 7px;
  background: #ff4830;
}
.single-publication .content {
  padding: 20px 10px 20px 10px;
}
.single-publication .content .add-cart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-publication .content .add-cart .btn {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 15px;
}
.single-publication .content .book-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
}
.single-publication:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.single-publication:hover .content .add-cart {
  transform: translate(-50%, -100%);
  opacity: 1;
  visibility: visible;
}
.blog-content-wrap {
  padding-top: 15px;
}
.single-blog {
  margin-top: 30px;
}
.single-blog .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-blog .blog-img a {
  display: block;
}
.single-blog .blog-img a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-blog .blog-content {
  padding-top: 25px;
}
.single-blog .blog-content .meta {
  padding-bottom: 20px;
}
.single-blog .blog-content .meta .blog-meta {
  font-size: 14px;
  color: #8a8a8a;
  position: relative;
  margin-right: 10px;
}
.single-blog .blog-content .meta .blog-meta i {
  color: var(--secondary-color);
  margin-right: 2px;
}
.single-blog .blog-content .title {
  font-size: 18px;
  line-height: 1.3;
  color: #002e5b;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .single-blog .blog-content .title {
    padding-right: 0;
  }
}
.single-blog .blog-content p {
  margin-top: 15px;
}
.single-blog:hover .blog-img a img {
  transform: scale(1.1);
}
.edubin-blog-section-02 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .edubin-blog-section-02 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.edubin-blog-section-02 .course-btn .btn {
  background: #3bbc9b;
  margin-top: 0;
  color: #fff;
}
.edubin-blog-section-02 .course-btn .btn:hover {
  background: #021e40;
}
.edubin-blog-section-02 .single-blog .blog-img a {
  display: block;
}
.edubin-blog-section-02 .single-blog .blog-img a img {
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
.edubin-blog-section-02 .single-blog .blog-content {
  padding-right: 15px;
}
.edubin-blog-section-02 .single-blog .blog-content .meta .blog-meta i {
  color: #3bbc9b;
}
.edubin-blog-section-02 .single-blog .blog-content .title {
  font-size: 18px;
  line-height: 1.3;
  color: #07294d;
  padding-right: 15px;
}
.edubin-blog-section-02 .single-blog .blog-content .title a:hover {
  color: #3bbc9b;
}
.edubin-blog-section-02 .single-blog .blog-content p {
  margin-top: 15px;
}
.edubin-blog-section-03 .single-blog {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
}
.edubin-blog-section-03 .single-blog .blog-content {
  padding: 30px;
}
.edubin-blog-section-03 .single-blog .blog-content .meta .blog-meta i {
  color: #ec5251;
}
.edubin-blog-section-03 .single-blog .blog-content .title {
  font-size: 24px;
}
.edubin-blog-section-03 .single-blog .blog-content .title a:hover {
  color: #ec5251;
}
.edubin-blog-section-03 .single-blog .blog-content p {
  margin-top: 15px;
  color: #8a8a8a;
}
.blog-grid-wrap {
  margin-top: -30px;
}
.edubin-pagination .pagination {
  margin-top: 90px;
}
@media only screen and (max-width: 575px) {
  .edubin-pagination .pagination {
    margin-top: 60px;
  }
}
.edubin-blog-section-04 .single-blog .blog-content .meta .blog-meta a:hover {
  color: #0071dc;
}
.edubin-blog-section-04 .single-blog .blog-content .meta .blog-meta i {
  color: #0071dc;
}
.edubin-blog-section-04 .single-blog .blog-content .title {
  font-size: 24px;
}
.edubin-blog-section-04 .single-blog .blog-content .title a:hover {
  color: #0071dc;
}
.edubin-brand-section {
  background: #f9f9f9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.edubin-brand-section-02 .brand-title {
  font-size: 20px;
  font-weight: 700;
  color: #021e40;
  margin-bottom: 60px;
}
.edubin-brand-section-03 {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .edubin-brand-section-03 {
    padding-top: 30px;
  }
}
.edubin-brand-section-04 {
  background: #f5f6f9;
}
.edubin-brand-section-04 .brand-title {
  font-size: 38px;
}
.edubin-brand-section-04 .brand-title span {
  color: #3bbc9b;
}
.single-brand {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-brand img {
  max-height: 100%;
  max-width: 150px;
  object-fit: contain;
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.blog-sidebar {
  margin-left: 50px;
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-left: 0;
    margin-top: 50px;
  }
}
.sidebar-widget {
  margin-top: 30px;
}
.sidebar-widget .widget-title {
  margin-bottom: 25px;
}
.sidebar-widget .widget-title .title {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #021e40;
  display: inline-block;
}
.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #021e40;
  line-height: 18px;
  background: #f3f3f8;
  transition: all 0.3s linear;
}
.sidebar-widget .sidebar-tag li a:hover {
  background-color: #0071dc;
  color: #fff;
}
.event-wrap {
  margin-top: -30px;
}
.event-item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.event-item .thum {
  position: relative;
}
.event-item .thum .image {
  overflow: hidden;
  position: relative;
}
.event-item .thum .image a {
  display: block;
  position: relative;
}
.event-item .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.event-item .thum .image .top-meta .categories {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 70%;
}
.event-item .thum .image .top-meta .categories .tag {
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 15px;
  line-height: 29px;
  display: inline-block;
  background: #0071dc;
  color: #fff;
  white-space: nowrap;
}
.event-item .content {
  padding-top: 40px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .event-item .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.event-item .content .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #021e40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.event-item .content .title:hover {
  color: #0071dc;
}
.event-item:hover .thum .image img {
  transform: scale(1.1);
}
.event-details-section .event-content-wrap .image img {
  width: 100%;
  border-radius: 10px;
}
.event-details-section .event-content-wrap .title {
  font-size: 30px;
  color: #002639;
  margin-top: 40px;
  margin-bottom: 20px;
}
.event-details-section .event-content-wrap .event-list-wrap {
  padding-top: 10px;
}
.event-details-section .event-content-wrap .event-list-wrap ul li {
  margin-top: 10px;
}
.event-details-section .event-content-wrap .event-list-wrap ul li i {
  color: #0071dc;
  margin-right: 5px;
}
.event-details-section .event-content-wrap .event-location {
  padding-top: 15px;
}
.event-details-section .event-content-wrap .event-location .event-map {
  margin-top: 20px;
}
.event-details-section .event-info-wrap {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px 25px 40px;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .event-details-section .event-info-wrap {
    margin-left: 0;
    margin-top: 50px;
  }
}
.event-details-section .event-info-wrap .info-item {
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
  padding-top: 20px;
}
.event-details-section .event-info-wrap .info-item .title {
  font-size: 16px;
  font-weight: 600;
  color: #021e40;
}
.event-details-section .event-info-wrap .info-item .title i {
  color: #0071dc;
  margin-right: 3px;
}
.event-details-section .event-info-wrap .info-item p {
  color: #696868;
  margin-top: 3px;
}
.event-details-section .event-info-wrap .info-btn .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #0071dc;
  color: #fff;
  margin-top: 35px;
}
.event-details-section .event-info-wrap .info-btn .btn:hover {
  background: #021e40;
}
.event-details-section .event-info-wrap .info-btn p {
  font-size: 14px;
  color: #696868;
}
.event-details-section .event-info-wrap .info-btn p a {
  color: #021e40;
}
.event-details-section .event-info-wrap .info-btn p a:hover {
  color: #0071dc;
}
.event-details-section .event-speaker-wrap {
  padding-top: 50px;
}
.event-details-section .event-speaker-wrap .section-title2 .title {
  font-size: 28px;
}
.single-speaker {
  margin-top: 30px;
}
.single-speaker .speaker-img {
  border-radius: 10px;
  overflow: hidden;
}
.single-speaker .speaker-img a {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-speaker .speaker-img a img {
  width: 100%;
}
.single-speaker .speaker-content {
  position: relative;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.single-speaker .speaker-content .speaker-social {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-speaker .speaker-content .speaker-social .social li {
  display: inline-block;
}
.single-speaker .speaker-content .speaker-social .social li + li {
  margin-left: 8px;
}
.single-speaker .speaker-content .speaker-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  transform: translate3d(0, 0, 0);
  background: #fff;
  border-radius: 50%;
  color: #021e40;
}
.single-speaker .speaker-content .speaker-social .social li:hover a {
  transform: translateY(-5px);
  color: #0071dc;
}
.single-speaker .speaker-content .name {
  font-size: 18px;
  line-height: 30px;
  color: #021e40;
}
.single-speaker .speaker-content .name:hover a {
  color: #0071dc;
}
.single-speaker .speaker-content .designation {
  font-size: 14px;
  line-height: 24px;
  color: #ec5e41;
  font-style: italic;
}
.single-speaker:hover .speaker-img a img {
  transform: scale(1.05);
}
.single-speaker:hover .speaker-content .speaker-social {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -95px);
}
.course-top-bar {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.course-top-bar .label {
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
  margin-right: 10px;
}
.course-top-text {
  margin-top: 15px;
}
.course-top-text p {
  font-weight: 500;
  color: #838383;
}
.course-top-text p span {
  color: #002e5b;
}
.course-top-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.course-top-inner > * {
  margin-right: 30px;
}
.course-top-inner > :last-child {
  margin-right: 0;
}
.course-top-menu {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.course-top-menu .nav li {
  margin-right: 10px;
}
.course-top-menu .nav li:last-child {
  margin-right: 0;
}
.course-top-menu .nav li button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #8a8a8a;
  font-size: 15px;
}
.course-top-menu .nav li button.active {
  color: #0071dc;
}
.sidebar-widget-02 .widget-title {
  font-size: 18px;
}
.sidebar-widget-02 + .sidebar-widget-02 {
  padding-top: 22px;
}
.sidebar-wrap-02 {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 35px 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-wrap-02 {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-wrap-02 {
    margin-top: 0;
  }
}
.course-list-items .course-list {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.course-list-items .course-list .thum .image a img {
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .course-list-items .course-list .thum .image a img {
    height: 330px;
  }
}
.course-list-items .course-list .thum .image .top-meta .categories .tag {
  background: #0071dc;
  color: #fff;
}
.course-list-items .course-list .content {
  padding: 30px;
}
.course-list-items .course-list .content .title {
  font-size: 22px;
  line-height: 32px;
  margin-top: 5px;
}
.course-list-items .course-list .content .title:hover {
  color: #0071dc;
}
.course-list-items .course-list .content p {
  margin-top: 10px;
}
.sidebar-details-wrap {
  margin-top: -420px;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-details-wrap {
    margin-top: 50px;
  }
}
.sidebar-details-wrap-2 {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .sidebar-details-wrap-2 {
    margin-top: 50px;
  }
}
.sidebar-details-video-description {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.sidebar-details-video-description .sidebar-description {
  padding: 40px 40px 40px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description {
    padding: 30px 20px 30px;
  }
}
.sidebar-details-video-description .sidebar-description .title {
  font-size: 20px;
  color: #021e40;
}
.sidebar-details-video-description .sidebar-description .btn {
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: #0071dc;
  color: #fff;
}
.sidebar-details-video-description .sidebar-description .btn:hover {
  background: #021e40;
}
.sidebar-details-video-description .sidebar-description .description-list {
  padding-top: 26px;
  padding-bottom: 15px;
}
.sidebar-details-video-description .sidebar-description .description-list li {
  font-weight: 500;
  font-size: 16px;
  color: #8a8a8a;
  border-bottom: 1px solid #ebebeb;
  color: #696868;
  padding: 12px 0;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description .description-list li {
    font-size: 15px;
  }
}
.sidebar-details-video-description
  .sidebar-description
  .description-list
  li:last-child {
  border-bottom: 0;
}
.sidebar-details-video-description .sidebar-description .description-list li i {
  color: #0071dc;
  margin: 0 4px 0 0;
}
.sidebar-details-video-description
  .sidebar-description
  .description-list
  li
  span {
  font-weight: 500;
  color: #021e40;
  float: right;
  display: block;
}
.sidebar-video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-video img {
  width: 100%;
}
.shop-section {
  background: #fff;
}
.shop-section .shop-text p {
  font-size: 16px;
  font-weight: 600;
  color: #021e40;
}
.shop-section .single-publication .image .top-meta ul li {
  background: #0071dc;
}
.shop-section .single-publication .image .top-meta ul li:last-child {
  margin-left: 7px;
  background: #ff4830;
}
.shop-section .single-publication .content .add-cart .btn {
  background: #0071dc;
  color: #fff;
}
.shop-section .single-publication .content .add-cart .btn:hover {
  background: #021e40;
}
.shop-section .single-publication .content .book-title:hover a {
  color: #0071dc;
}
.team-profile-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.team-profile {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .team-profile {
    width: 70%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile .profile-img {
    max-width: 42%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-img {
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.team-profile .profile-img img {
  width: 285px;
  height: 285px;
  border-radius: 5px;
  image-rendering: crisp-edges;
}
.team-profile .profile-content {
  flex: 1;
  padding-left: 55px;
  padding-right: 60px;
  padding-top: 15px;
}
@media only screen and (max-width: 1399px) {
  .team-profile .profile-content {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile .profile-content {
    padding-left: 35px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-content {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .team-profile .profile-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.team-profile .profile-content .name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021e40;
}
@media only screen and (max-width: 767px) {
  .team-profile .profile-content .name {
    font-size: 28px;
  }
}
.team-profile .profile-content .designation {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #021e40;
  display: inline-block;
  margin-top: 15px;
}
.team-profile .profile-content p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
  margin-top: 15px;
}
.team-profile-info {
  width: 30%;
  border-left: 1px solid #ddd;
  padding-left: 50px;
  padding-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .team-profile-info {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile-info {
    width: 30%;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile-info {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }
}
.team-profile-info ul .team-info {
  font-size: 16px;
  line-height: 21px;
  color: #696868;
  margin-bottom: 20px;
}
.team-profile-info ul .team-info span {
  font-weight: 700;
  color: #021e40;
  padding-right: 10px;
}
@media only screen and (max-width: 1399px),
  only screen and (max-width: 1199px) {
  .team-profile-info ul .team-info span {
    padding-right: 8px;
  }
}
.team-profile-info .profile-social-wrap {
  margin-top: 30px;
}
.team-profile-info .profile-social-wrap ul li {
  display: inline-block;
  margin-right: 10px;
}
.team-profile-info .profile-social-wrap ul li a {
  font-size: 18px;
  transition: all 0.3s linear;
}
.team-profile-info .profile-social-wrap ul li a.profile-twitter {
  color: #1da1f2;
}
.team-profile-info .profile-social-wrap ul li a.profile-facebook {
  color: #4867aa;
}
.team-profile-info .profile-social-wrap ul li a:hover {
  opacity: 0.9;
}
.team-profile-description {
  padding-top: 115px;
}
@media only screen and (max-width: 991px) {
  .team-profile-description {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .team-profile-description {
    padding-top: 40px;
  }
}
.team-profile-description .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021e40;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .team-profile-description .title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.team-profile-description p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
}
.skill-section {
  padding-top: 15px;
}
.team-details-skill-section {
  padding-bottom: 120px;
}
.contact-info-wrap .title {
  font-size: 32px;
  color: #021e40;
}
.contact-info-wrap .text {
  color: #696868;
  margin-top: 30px;
  padding-bottom: 10px;
}
.contact-info-wrap .single-contact-info {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.contact-info-wrap .single-contact-info .info-icon i {
  color: #0071dc;
}
.contact-info-wrap .single-contact-info .info-content {
  margin-left: 10px;
}
.contact-info-wrap .single-contact-info .info-content p {
  color: #021e40;
}
.contact-location {
  margin-top: 30px;
}
.contact-location .title {
  font-size: 32px;
  color: #021e40;
}
.contact-location .contact-map {
  margin-top: 40px;
}
.sidebar-wrap {
  border-left: 1px solid #eee;
  height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}
.widget {
  margin-bottom: 40px;
  color: #8a8a8a;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  border-bottom: 1px solid #eee;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}
.footer-widget-wrap {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .footer-widget-wrap {
    padding-top: 50px;
  }
}
.address-logo {
  width: 80px;
  background-color: rgb(255 255 255 / 33%);
  border-radius: 50%;
  padding: 2px;
  object-fit: contain;
}
.address-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #e6764c;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.address-col address {
  font-style: normal;
  line-height: 1.6;
  color: #bbb;
  font-size: 14px;
}
.footer-widget {
  margin-top: 0;
}
.footer-widget.footer-widget-2,
.footer-widget.footer-widget-3 {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-2,
  .footer-widget.footer-widget-3 {
    padding-left: 0;
  }
}
.widget-info {
  padding-top: 20px;
}
.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.widget-info ul li + li {
  margin-top: 6px;
}
.widget-info ul li .info-text {
  display: flex;
  font-size: 15px;
  line-height: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
}
.widget-info ul li .info-text .label-name {
  font-weight: 500;
}
.widget-info ul li .info-text span {
  flex: 1;
  margin-left: 5px;
}
.footer-widget-about {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.footer-widget-about p {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-top: 23px;
}
.footer-social .social {
  margin-top: 20px;
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 10px;
}
.footer-social .social li a {
  font-size: 16px;
  color: var(--secondary-color);
}
.footer-social .social li a:hover {
  color: #fff;
}
.footer-widget .text {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-top: 30px;
}
.footer-widget .footer-widget-title {
  font-size: 18px;
  line-height: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
}
.widget-link {
  padding-top: 25px;
}
.widget-link .link li {
  margin-top: 8px;
}
.widget-link .link li a {
  font-size: 15px;
  color: #fff;
  transition: all 0.3s linear;
}
.widget-link .link li a:hover {
  color: var(--secondary-color);
}
.footer-section-02 .footer-widget-about p {
  color: #29303b;
}
.footer-section-02 .footer-widget .text {
  color: #29303b;
}
.footer-section-02 .footer-widget .footer-widget-title {
  color: #29303b;
}
.footer-section-02 .footer-social .social li a {
  color: #ff773d;
}
.footer-section-02 .footer-social .social li a:hover {
  color: #29303b;
}
.footer-section-02 .widget-info ul li .info-text {
  color: #29303b;
}
.footer-section-02 .widget-info ul li .info-text span a:hover {
  color: #ff773d;
}
.footer-section-02 .widget-link {
  padding-top: 25px;
}
.footer-section-02 .widget-link .link li a {
  color: #29303b;
}
.footer-section-02 .widget-link .link li a:hover {
  color: #ff773d;
}
.footer-section-03 .footer-social .social li a {
  color: #2babe4;
}
.footer-section-03 .footer-social .social li a:hover {
  color: #29303b;
}
.footer-section-03 .widget-info ul li .info-text {
  color: #29303b;
}
.footer-section-03 .widget-info ul li .info-text span a:hover {
  color: #2babe4;
}
.footer-section-03 .widget-link {
  padding-top: 25px;
}
.footer-section-03 .widget-link .link li a {
  color: #29303b;
}
.footer-section-03 .widget-link .link li a:hover {
  color: #2babe4;
}
.footer-section-04 .footer-social .social li a {
  color: #0071dc;
}
.footer-section-04 .footer-social .social li a:hover {
  color: #fff;
}
.footer-section-04 .widget-info ul li .info-text {
  color: #fff;
}
.footer-section-04 .widget-info ul li .info-text span a:hover {
  color: #0071dc;
}
.footer-section-04 .widget-link {
  padding-top: 25px;
}
.footer-section-04 .widget-link .link li a {
  color: #fff;
}
.footer-section-04 .widget-link .link li a:hover {
  color: #0071dc;
}
.footer-section-05 .footer-social .social li a {
  color: #3bbc9b;
}
.footer-section-05 .footer-social .social li a:hover {
  color: #fff;
}
.footer-section-05 .widget-info ul li .info-text {
  color: #fff;
}
.footer-section-05 .widget-info ul li .info-text span a:hover {
  color: #3bbc9b;
}
.footer-section-05 .widget-link {
  padding-top: 25px;
}
.footer-section-05 .widget-link .link li a {
  color: #fff;
}
.footer-section-05 .widget-link .link li a:hover {
  color: #3bbc9b;
}
.footer-section-06 .footer-widget .footer-widget-title {
  color: #fff;
}
.footer-section-06 .footer-widget-about .widget-info {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-top: 30px;
}
.footer-section-06 .footer-widget-about .widget-info .icon svg {
  width: 25px;
  fill: #ec5251;
}
.footer-section-06 .footer-widget-about .widget-info .cont {
  flex: 1;
  margin-left: 15px;
}
.footer-section-06 .footer-widget-about .widget-info .cont .title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-section-06 .footer-widget-about .widget-info .cont .number {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}
.footer-section-06 .footer-widget-about p {
  color: #fff;
}
.footer-section-06 .footer-social {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer-section-06 .footer-social {
    text-align: center;
  }
}
.footer-section-06 .footer-social .social li + li {
  margin-left: 15px;
}
.footer-section-06 .footer-social .social li a {
  color: #ec5251;
}
.footer-section-06 .footer-social .social li a:hover {
  color: #fff;
}
.footer-section-06 .widget-info ul li .info-text {
  color: #fff;
}
.footer-section-06 .widget-info ul li .info-text span a:hover {
  color: #ec5251;
}
.footer-section-06 .widget-link {
  padding-top: 25px;
}
.footer-section-06 .widget-link .link li a {
  color: #fff;
}
.footer-section-06 .widget-link .link li a:hover {
  color: #ec5251;
}
.footer-section-07 .footer-social .social li a {
  color: #3bbc9b;
}
.footer-section-07 .footer-social .social li a:hover {
  color: #29303b;
}
.footer-section-07 .widget-info ul li .info-text {
  color: #29303b;
}
.footer-section-07 .widget-info ul li .info-text span a:hover {
  color: #3bbc9b;
}
.footer-section-07 .widget-link {
  padding-top: 25px;
}
.footer-section-07 .widget-link .link li a {
  color: #29303b;
}
.footer-section-07 .widget-link .link li a:hover {
  color: #3bbc9b;
}
.footer-top-section {
  background: #09131d;
}
.footer-section-02 {
  background-color: #eeebe7;
}
.footer-section-02 .footer-top-section {
  background: 0 0;
}
.footer-section-02 .footer-copyright-area {
  background: 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-section-02 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer-section-02 .copyright-text p {
  color: #29303b;
}
.footer-section-03 {
  background-color: #eff6f9;
}
.footer-section-03 .footer-top-section {
  background: 0 0;
}
.footer-section-03 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #d7d7d7;
}
.footer-section-03 .copyright-text p {
  color: #29303b;
}
.footer-section-04 .footer-top-section {
  background: #000710;
}
.footer-section-04 .footer-copyright-area {
  background: #000103;
}
.footer-section-04 .footer-copyright-links a:hover {
  color: #0071dc;
}
.footer-section-05 .footer-top-section {
  background: #000710;
}
.footer-section-05 .footer-copyright-area {
  background: #000103;
}
.footer-section-05 .footer-copyright-links a:hover {
  color: #3bbc9b;
}
.footer-section-06 {
  background-color: #111a24;
}
.footer-section-06 .footer-top-section {
  background: 0 0;
}
.footer-section-06 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer-section-06 .copyright-text p {
  color: #fff;
}
.footer-section-07 {
  background-color: #ecf7f4;
}
.footer-section-07 .footer-top-section {
  background: 0 0;
}
.footer-section-07 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #d7d7d7;
}
.footer-section-07 .copyright-text p {
  color: #29303b;
}
.footer-logo {
  max-width: 170px;
}
.footer-copyright-area {
  background: #071422d6;
  padding-top: 20px;
  padding-bottom: 30px;
}
.copyright-text {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}
.copyright-text p {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}
.footer-copyright-links {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-copyright-links {
    text-align: center;
  }
}
.footer-copyright-links a {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-left: 10px;
  padding-left: 12px;
  position: relative;
}
.footer-copyright-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 1px;
  height: 13px;
}
.footer-copyright-links a:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer-copyright-links a:first-child::before {
  display: none;
}
.footer-copyright-links a:hover {
  color: var(--secondary-color);
}
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 0.2s linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: var(--secondary-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--secondary-color);
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.preloader .logo-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fadeInOut 2s infinite;
}
.preloader .logo-preloader img {
  max-width: 150px;
  height: auto;
  animation: pulse 2s infinite;
  margin-bottom: 20px;
}
.preloader-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  animation: fadeInOut 2s infinite;
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.header-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.follow-us {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.header-btn {
  display: inline-block;
  padding: 7px 14px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333 !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: transparent;
  letter-spacing: 0.3px;
}
.header-btn:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color) !important;
  background-color: transparent;
  box-shadow: none;
}
.main-menu ul {
  position: relative;
}
.main-menu ul li a {
  position: relative;
  overflow: hidden;
}
.main-menu ul li a::before {
  background: linear-gradient(90deg, var(--secondary-color), transparent);
  animation: none;
  width: 0;
  transition: width 0.3s ease;
}
.main-menu ul li.active-menu > a::before,
.main-menu ul li:hover > a::before {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header-bottom-section {
    margin-bottom: -30px;
    position: relative;
    z-index: 50;
  }
  .edubin-slider-section {
    position: relative;
    z-index: 1;
  }
  .slider-item {
    padding-top: 180px;
  }
}
.main-menu ul li {
  transition: all 0.3s ease;
}
.main-menu ul li:hover {
  transform: translateY(-2px);
}
@media only screen and (max-width: 1199px) {
  .header-btn {
    padding: 5px 10px !important;
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .social-menu {
    left: auto;
    right: 0;
  }
}
.inner-page-header {
    background-color: #000000;
    color: #fff6ff;
    padding: 60px 0;
    text-align: center;
    position: relative;
    background-image: linear-gradient(rgb(21 73 121), rgb(0 0 0 / 71%)), url(assets/images/bg/testi-bg3.png);
    background-size: cover;
    background-position: center;
}

.inner-page-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white);
}
/* ===============================
   INNER PAGE HEADER
================================= */

/* Optional Background Pattern */
.inner-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/cubes.png');
    opacity: 0.08;
}

/* Dark Overlay */
.inner-page-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

/* Container */
.inner-page-header .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Content Alignment */
.inner-page-content {
    text-align: center;
}

/* Page Title */
.page-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

/* ===============================
   BREADCRUMB
================================= */

.breadcrumb {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    padding: 12px 22px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ced-breadcrumb {
    margin: 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-list li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-list li a:hover {
    color: #ffd54f;
}

.breadcrumb-sep {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.breadcrumb-list li.active {
    color: #ffd54f;
    font-weight: 600;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 991px) {
    .inner-page-header {
        padding: 70px 0;
    }

    .page-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .inner-page-header {
        padding: 55px 0;
    }

    .page-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .breadcrumb {
        padding: 10px 18px;
        border-radius: 12px;
    }

    .breadcrumb-list li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 24px;
    }

    .breadcrumb-list {
        gap: 5px;
    }

    .breadcrumb-list li {
        font-size: 13px;
    }
}
/* =====================================
   MEMBER SCHOOL LOGO SLIDER
===================================== */

.brand-2-active {
    overflow: hidden;
    padding-top: 15px;
}

.brand-2-active .swiper-wrapper {
    transition-timing-function: linear !important;
}

.single-brand {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.single-brand:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.single-brand img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(0%);
}

.single-brand:hover img {
    transform: scale(1.05);
}

/* =====================================
   SINGLE POST PAGE DESIGN
===================================== */

.single-post-section {
    padding: 80px 0;
    background: #f8f9fc;
}

/* Post Card */

.single-post-wrapper {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.06);
    padding-bottom: 30px;
}

/* Featured Image */

.single-post-thumbnail img {
    width: 100%;
    border-radius: 18px 18px 0 0;
    height: auto;
}

/* Meta */

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px 35px 10px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
}

.single-post-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-post-meta i {
    color: #0d6efd;
}

/* Title */

.single-post-title {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
    color: #111;
    padding: 25px 35px 10px;
}

/* Content */

.single-post-content {
    padding: 0 35px;
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}

.single-post-content p {
    margin-bottom: 20px;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #111;
}

/* Tags */

.single-post-tags {
    padding: 25px 35px 0;
}

.single-post-tags a {
    display: inline-block;
    background: #f1f5ff;
    color: #0d6efd;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.single-post-tags a:hover {
    background: #0d6efd;
    color: #fff;
}

/* Navigation */

.post-navigation-wrapper {
    margin-top: 40px;
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.post-navigation-wrapper .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.post-navigation-wrapper .nav-previous,
.post-navigation-wrapper .nav-next {
    width: 50%;
}

.post-navigation-wrapper a {
    text-decoration: none;
    color: #111;
    transition: 0.3s;
}

.post-navigation-wrapper span {
    display: block;
    font-size: 14px;
    color: #0d6efd;
    margin-bottom: 5px;
}

.post-navigation-wrapper strong {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

/* Sidebar */

.widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 18px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.widget-title {
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.widget-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #0d6efd;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Comments */

.comments-area {
    background: #fff;
    margin-top: 40px;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

/* Responsive */

@media (max-width: 991px) {

    .single-post-title {
        font-size: 28px;
    }

    .post-navigation-wrapper .nav-links {
        flex-direction: column;
    }

    .post-navigation-wrapper .nav-previous,
    .post-navigation-wrapper .nav-next {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .single-post-section {
        padding: 60px 0;
    }

    .single-post-meta {
        gap: 12px;
        padding: 20px;
    }

    .single-post-title {
        font-size: 24px;
        padding: 20px 20px 10px;
    }

    .single-post-content {
        padding: 0 20px;
    }

    .single-post-tags {
        padding: 20px;
    }

    .widget,
    .comments-area {
        padding: 20px;
    }
}
.ced-ph__title {font-size: 30px !important;}
.ced-ph {padding: 20px 0 30px !important;}