@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&amp;family=Urbanist:wght@300;400;500;600;700;800&amp;display=swap");
/*-- Common Style --*/

*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #676767;
    position: relative;
    outline: none;
    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: "Urbanist", sans-serif;
    color: #222222;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
}
@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, input {
    transition: all 0.3s linear;
    outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
    outline: 0;
}
a:focus {
    color: none;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #ff181e;
}
ul, ol {
    padding: 0;
    list-style: none;
    margin: 0;
}
button, input[type="submit"] {
    cursor: pointer;
}
img {
    max-width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
}
/*-- Common Classes --*/
.section, .main-wrapper {
    float: left;
    width: 100%;
}
/*--Tab Content & Pane Fix--*/

.tab-content {
    width: 100%;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-animation: up 0.7s ease-out;
    animation: up 0.7s ease-out;
}
@-webkit-keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/*--Section Spacing--*/

.section-padding {
    padding-top: 120px;
    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 Title--*/

.section-title .title {
    font-size: 60px;
    line-height: 72px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #222222;
}
.section-title .title span {
    position: relative;
    z-index: 1;
}
.section-title .title span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 95%;
    height: 2px;
    background: #ff181e;
    transform: translateX(-50%);
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .section-title .title {
        font-size: 48px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 36px;
        line-height: 48px;
    }
    .section-title .title span::before {
        bottom: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.section-title p {
    font-size: 20px;
    line-height: 36px;
    max-width: 535px;
    margin: 0 auto;
    margin-top: 20px;
    color: #676767;
}
.section-title-02 .title {
    font-size: 40px;
    line-height: 60px;
    color: #222222;
    margin-bottom: 20px;
}
.section-title-02 .title span {
    color: #ff181e;
}

@media only screen and (max-width: 991px) {
    .section-title-02 .title {
        font-size: 42px;
        line-height: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title-02 .title {
        font-size: 36px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title-02 .title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 30px;
    }
}
/*--Swiper Pagination--*/

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #e1e1e1;
    width: 12px;
    height: 12px;
    transition: all 0.3s linear;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff181e;
}
/*--  Preloader Styles  --*/

.theme-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0A0A0B;
    z-index: 9999999999;
}
.theme-loader .spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 100px auto;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.theme-loader .double-bounce1, .theme-loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff181e;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.theme-loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.theme-loader.theme-loader-02 .double-bounce1, .theme-loader.theme-loader-02 .double-bounce2 {
    background-color: #ff181e;
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
/*----------------------------------------*/

/*  02. Elements CSS
/*----------------------------------------*/

/*--
/*  2.4 - Form CSS
/*----------------------------------------*/

label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
/*Input Field & Select*/

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea {
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s linear;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, textarea:focus {
    outline: none;
    border-color: #ff181e;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder, textarea:-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
.form-check label {
    margin-bottom: 0;
}
.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 0;
}
.form-check-input:focus, .form-check-input:active {
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #ff181e;
    border-color: #ff181e;
}
/*--
/*  2.3 - Button CSS
/*----------------------------------------*/

.btn-margin {
    margin-top: 40px;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.btn-wrap .btn {
    margin: 5px;
}
.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #ff181e;
    border-color: transparent;
    color: #000000;
    border-radius: 50px;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    height: 60px;
    line-height: 58px;
    padding: 0px 70px;
    border-width: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.btn:focus, .btn:focus:active {
    box-shadow: none;
}
.btn:hover {
    box-shadow: none;
    background: #171621;
    color: #ffffff;
}
.btn-2 {
    background-color: #ff181e;
    color: #fff;
}
.btn-round {
    border-radius: 100px;
}
.btn-square {
    border-radius: 0;
}
.btn-primary {
    background-color: #ff181e;
    border-color: #ff181e;
    color: #ffffff;
}
.btn-primary:hover {
    background-color: #ff181e;
    border-color: #ff181e;
}
.btn-secondary {
    background-color: #171621;
    border-color: #171621;
    color: #ffffff;
}
.btn-secondary:hover {
    background-color: #171621;
    border-color: #171621;
}
.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white:hover {
    color: #ffffff;
}
/*----------------------------------------*/

/*  02. Header CSS
/*----------------------------------------*/

/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    transition: all 0.3s linear;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .header {
        padding: 15px 0;
    }
}
.header.sticky {
    background: #121e47;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    flex-shrink: 0;
}

@media only screen and (max-width: 1199px) {
.header-logo a img{width: 360px;}
}

@media only screen and (max-width: 575px) {
.header-logo a img{width: 280px;}
.eduhut-hero-section-3{padding-top: 0;}
.hero-content h2{font-size: 26px !important; line-height: 40px !important;}
}

.header-menu {
    position: relative;
}
.header-menu::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.header-menu::after {
    content: "";
    position: absolute;
    right: -70px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.header-menu .main-menu {
    display: flex;
}
.header-menu .main-menu>li {
    position: relative;
    padding: 30px 20px;
}
@media only screen and (max-width: 1399px) {
    .header-menu .main-menu>li {
        padding: 30px 10px;
    }
}
.header-menu .main-menu>li a {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}
.header-menu .main-menu>li .menu-icon::after {
    content: '\f16c';
    font-family: "flaticon";
    font-size: 10px;
    color: #ffffff;
    margin-left: 5px;
    transition: all 0.3s linear;
}
.header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #ff181e;
}
.header-menu .main-menu>li.active-menu>a {
    color: #ff181e;
}
.header-menu .main-menu>li.active-menu>a::before {
    height: 30px;
    top: 65%;
    bottom: auto;
}
.header-menu .main-menu>li:hover>.menu-icon::after {
    color: #ff181e;
}
.header-menu .main-menu>li:hover>a {
    color: #ff181e;
}
.header-menu .main-menu>li:hover>a::before {
    height: 30px;
    top: 65%;
    bottom: auto;
}
.header-menu .main-menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}
.header-menu .main-menu>li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 270px;
    background: #ffffff;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    border-top: 3px solid #ff181e;
    opacity: 0;
    z-index: 99;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transform-style: preserve-3d;
    visibility: hidden;
    transition: all 0.3s linear;
}
.header-menu .main-menu>li .sub-menu li {
    padding: 0;
}
.header-menu .main-menu>li .sub-menu li a {
    padding: 5px 25px;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    color: #222222;
    display: block;
    position: relative;
    z-index: 1;
}
.header-menu .main-menu>li .sub-menu li.active>a {
    color: #ff181e;
}
.header-menu .main-menu>li .sub-menu li:hover>a {
    color: #ff181e;
    padding-left: 35px;
}
.header-meta {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.header-search {
    min-width: 250px;
    width: 100%;
    position: relative;
    margin-right: 30px;
    flex-grow: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (max-width: 1399px) {
    .header-search {
        min-width: 310px;
        margin-right: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .header-search {
        min-width: 220px;
        margin-right: 20px;
    }
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    background: rgba(255, 255, 255, 0.2);
    padding: 0 20px;
    height: 46px;
    width: 100%;
    border: 1px solid transparent;
    color: #93a1a2;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    padding-right: 40px;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    outline: none;
    border-color: #ff181e;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.5;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.5;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.5;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.5;
}
.header-search button {
    width: 46px;
    height: 46px;
    line-height: 50px;
    border: 0;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 16px;
}
.header-cart .cart-btn {
    position: relative;
    border: 0;
    background: none;
    padding: 0;
    padding-right: 7px;
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 4px;
}
@media only screen and (max-width: 991px) {
    .header-cart .cart-btn {
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 20px;
        padding-right: 20px;
    }
}
.header-cart .cart-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 1px;
    height: 40px;
    background-color: #dedfe0;
}
@media only screen and (max-width: 991px) {
    .header-cart .cart-btn::before {
        left: auto;
        right: 0;
    }
}
.header-cart .cart-btn i {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s linear;
}
.header-cart .cart-btn i:hover {
    color: #ff181e;
}
.header-cart .cart-btn .count {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background-color: #ff181e;
    display: block;
    font-size: 11px;
    color: #000000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (max-width: 991px) {
    .header-cart .cart-btn .count {
        right: 10px;
    }
}
.header-cart .dropdown-cart {
    min-width: 370px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    border: 0;
    left: 50% !important;
    transform: translateX(-78%) !important;
    top: 57px !important;
}
@media only screen and (max-width: 1199px) {
    .header-cart .dropdown-cart {
        left: 0 !important;
    }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .header-cart .dropdown-cart {
        left: auto !important;
        right: -65px !important;
        transform: translateX(0) !important;
    }
}
.cart-items {
    max-height: 280px;
    overflow-y: auto;
}
.single-cart-item {
    display: flex;
    align-items: center;
    position: relative;
}
.single-cart-item+.single-cart-item {
    margin-top: 30px;
}
.single-cart-item .item-image img {
    border-radius: 50%;
}
.single-cart-item .item-content {
    flex: 1;
    padding-right: 25px;
    padding-left: 20px;
}
.single-cart-item .item-content .title {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 1.3;
}
.single-cart-item .item-content .quantity {
    font-size: 14px;
    color: #ff181e;
}
.single-cart-item .btn-close {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 5px;
}
.cart-total {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.cart-total .label {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
.cart-total .value {
    font-size: 18px;
    font-weight: 700;
    color: #ff181e;
}
.cart-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.cart-btns .btn {
    width: 48%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0px 40px;
}
.header-login .link {
    font-size: 14px;
    font-weight: 500;
    color: #818c91;
    position: relative;
    display: inline-block;
    border: 0;
    padding: 0;
    background: none;
}
.header-login .link i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 3px;
    transition: all 0.3s linear;
}
.header-login .link i:hover {
    color: #ff181e;
}
.header-login .link:hover {
    color: #ff181e;
}
.header-toggle button {
    background: none;
    border: 0;
    padding: 0;
}
.header-toggle button span {
    width: 25px;
    height: 2px;
    background: #ff181e;
    margin: 5px 0;
    display: block;
}
.header-toggle button span:last-child {
    margin-bottom: 0;
}
.header-02.sticky {
    border-bottom: 0;
}
.header-02 .header-menu::before {
    display: none;
}
.header-02 .header-menu::after {
    display: none;
}
.header-02 .header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #ff181e;
}
.header-02 .header-menu .main-menu>li.active-menu>a {
    color: #ff181e;
}
.header-02 .header-menu .main-menu>li:hover>.menu-icon::after {
    color: #ff181e;
}
.header-02 .header-menu .main-menu>li:hover>a {
    color: #ff181e;
}
.header-02 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #ff181e;
}
.header-02 .header-menu .main-menu>li .sub-menu li.active>a {
    color: #ff181e;
}
.header-02 .header-menu .main-menu>li .sub-menu li:hover>a {
    color: #ff181e;
}
.header-02 .header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #ff181e;
}
.header-02 .header-cart .cart-btn i:hover {
    color: #ff181e;
}
.header-02 .header-cart .cart-btn .count {
    background-color: #ff181e;
}
.header-02 .single-cart-item .item-content .quantity {
    color: #ff2660;
}
.header-02 .cart-total .value {
    color: #ff2660;
}
.header-02 .header-login .link i:hover {
    color: #ff181e;
}
.header-02 .header-toggle button span {
    background: #ff181e;
}
.header-03 {
    border-bottom: 1px solid #dedfe0;
}
.header-03.sticky {
    background: #ffffff;
    border-bottom: 0;
}
.header-03 .header-menu .main-menu>li a {
    color: #000000;
}
.header-03 .header-menu .main-menu>li .menu-icon::after {
    color: #000000;
}
.header-03 .header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #000000;
}
.header-03 .header-menu .main-menu>li.active-menu>a {
    color: #000000;
}
.header-03 .header-menu .main-menu>li:hover>.menu-icon::after {
    color: #ff181e;
}
.header-03 .header-menu .main-menu>li:hover>a {
    color: #ff181e;
}
.header-03 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #ff181e;
}
.header-03 .header-menu .main-menu>li .sub-menu li.active>a {
    color: #ff181e;
}
.header-03 .header-menu .main-menu>li .sub-menu li:hover>a {
    color: #ff181e;
}
.header-03 .header-cart .cart-btn {
    margin-right: 20px;
    padding-right: 20px;
}
.header-03 .header-cart .cart-btn::before {
    right: 0;
    left: auto;
}
.header-03 .header-cart .cart-btn i {
    color: #000000;
}
.header-03 .header-cart .cart-btn .count {
    right: 10px;
}
.header-03 .header-login .link {
    font-size: 16px;
    line-height: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s linear;
}
.header-03 .header-login .link:hover {
    color: #ff181e;
}
.header-03 .header-login .link-btn {
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 0 25px;
    margin-left: 10px;
}
.header-04 {
    background: #ffffff;
    border-bottom: 0;
}
.header-04.sticky {
    background: #ffffff;
    border-bottom: 0;
}
.header-04 .header-login .link-btn {
    border: 0px;
    background: #ff181e;
    color: #000000;
}
.header-04 .header-login .link-btn:hover {
    background: #171621;
    color: #ffffff;
}
.header-05 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-05.sticky {
    background: #121e47;
}
.header-05 .header-menu .main-menu>li a {
    color: #ffffff;
}
.header-05 .header-menu .main-menu>li .menu-icon::after {
    color: #ffffff;
}
.header-05 .header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #ff181e;
}
.header-05 .header-menu .main-menu>li.active-menu>a {
    color: #ff181e;
}
.header-05 .header-menu .main-menu>li:hover>.menu-icon::after {
    color: #ff181e;
}
.header-05 .header-menu .main-menu>li:hover>a {
    color: #ff181e;
}
.header-05 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #ff181e;
}
.header-05 .header-menu .main-menu>li .sub-menu li.active>a {
    color: #ff181e;
}
.header-05 .header-menu .main-menu>li .sub-menu li:hover>a {
    color: #ff181e;
}
.header-05 .header-cart .cart-btn i {
    color: #ffffff;
}
.header-05 .header-login .link {
    color: #ffffff;
}
.header-05 .header-login .link:hover {
    color: #ff181e;
}
.header-05 .header-login .link-btn {
    border: 0px;
    background: #ff181e;
    color: #000000;
}
.header-05 .header-login .link-btn:hover {
    background: #171621;
    color: #ffffff;
}
.header-06 {
    border-bottom: 0;
}
.header-06 .header-menu {
    margin-left: auto;
    margin-right: 40px;
}
.header-06 .header-menu::before {
    display: none;
}
.header-06 .header-menu::after {
    display: none;
}
.header-06 .header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #ff181e;
}
.header-06 .header-menu .main-menu>li.active-menu>a {
    color: #ff181e;
}
.header-06 .header-menu .main-menu>li:hover>.menu-icon::after {
    color: #ff181e;
}
.header-06 .header-menu .main-menu>li:hover>a {
    color: #ff181e;
}
.header-06 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #ff181e;
}
.header-06 .header-menu .main-menu>li .sub-menu li.active>a {
    color: #ff181e;
}
.header-06 .header-menu .main-menu>li .sub-menu li:hover>a {
    color: #ff181e;
}
.header-06 .header-cart .cart-btn i:hover {
    color: #ff181e;
}
.header-06 .header-cart .cart-btn .count {
    background-color: #ff181e;
}
.header-06 .single-cart-item .item-content .quantity {
    color: #ff181e;
}
.header-06 .cart-total .value {
    color: #ff181e;
}
.header-06 .header-login .link i:hover {
    color: #ff181e;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}
@-webkit-keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
/*--
/*  2.2 - Offcanvas CSS
/*----------------------------------------*/

.offcanvas {
    background: #121f47;
    width: 320px;
}
@media only screen and (max-width: 575px) {
    .offcanvas {
        width: 280px;
    }
}
.offcanvas-header .close-btn {
    background: none;
    border: 0;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s linear;
}
.offcanvas-header .close-btn:hover {
    transform: rotate(90deg);
    color: #ff181e;
}
.offcanvas-logo a img {
    width: 130px;
}
.offcanvas-menu .main-menu li {
    position: relative;
}
.offcanvas-menu .main-menu li a {
    display: block;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    padding: 5px 0px;
    position: relative;
}
.offcanvas-menu .main-menu li .menu-expand {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.offcanvas-menu .main-menu li .menu-expand::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #ff181e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li .menu-expand::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background-color: #ff181e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li.active>.menu-expand::after {
    height: 0;
}
.offcanvas-menu .main-menu li ul {
    padding-left: 6%;
    display: none;
}
/*----------------------------------------*/

/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/

/*--
/*  03 - Hero CSS
/*----------------------------------------*/

.eduhut-hero-section {
    height: 1050px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(127deg, #121e48c9 33%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}
.eduhut-hero-section .shape-svg {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section .shape-svg svg {
    fill: #ffffff;
}
.eduhut-hero-section .hero-content .sub-title {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.eduhut-hero-section .hero-content .title {
    font-size: 90px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    padding-left: 60px;
    margin-top: 55px;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section .hero-content .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 200px;
    height: 325px;
    background: #ff2660;
    z-index: -1;
}
.eduhut-hero-section .hero-content .title::after {
    content: "";
    position: absolute;
    left: 60px;
    top: 10px;
    width: 180px;
    height: 325px;
    background: rgba(255, 255, 255, 0.1);
    z-index: -2;
}
.eduhut-hero-section .hero-btn .btn {
    height: 68px;
    line-height: 68px;
    padding: 0 85px;
    color: #000000;
    margin-top: 115px;
}
.eduhut-hero-section .hero-btn .btn:hover {
    background: #171621;
    color: #ffffff;
}
@media only screen and (max-width: 1399px) {
    .eduhut-hero-section {
        height: 920px;
    }
    .eduhut-hero-section .hero-content .title {
        font-size: 75px;
    }
    .eduhut-hero-section .hero-content .title::after {
        top: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section {
        height: 820px;
    }
    .eduhut-hero-section .hero-content .title {
        font-size: 65px;
    }
    .eduhut-hero-section .hero-content .title::before {
        height: 280px;
    }
    .eduhut-hero-section .hero-content .title::after {
        top: 5px;
        height: 280px;
    }
    .eduhut-hero-section .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        padding: 0 95px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section {
        height: 750px;
    }
    .eduhut-hero-section .hero-content .title {
        font-size: 58px;
    }
    .eduhut-hero-section .hero-content .title::before {
        height: 250px;
    }
    .eduhut-hero-section .hero-content .title::after {
        height: 250px;
    }
    .eduhut-hero-section .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        padding: 0 95px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section .hero-content .title {
        font-size: 55px;
        padding-left: 50px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-hero-section .hero-content .sub-title {
        font-size: 18px;
    }
    .eduhut-hero-section .hero-content .title {
        font-size: 46px;
        padding-left: 25px;
    }
    .eduhut-hero-section .hero-btn .btn {
        padding: 0 60px;
    }
}
.eduhut-hero-section-02 {
    height: 1145px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section-02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 59, 59, 0.5);
    z-index: -1;
}
.eduhut-hero-section-02 .shape-svg {
    position: absolute;
    bottom: -72px;
    left: -5px;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-02 .shape-svg svg {
    fill: #ffffff;
}
.eduhut-hero-section-02 .shape-svg-02 {
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 100%;
    z-index: -1;
}
.eduhut-hero-section-02 .shape-svg-02 svg {
    fill: #ffffff;
    opacity: 0.2;
}
.eduhut-hero-section-02 .shape-svg-03 {
    position: absolute;
    bottom: -58px;
    left: 230px;
    width: 100%;
    z-index: -1;
}
.eduhut-hero-section-02 .shape-svg-03 svg {
    fill: #ffffff;
    opacity: 0.2;
}
.eduhut-hero-section-02 .hero-content {
    max-width: 830px;
    margin: 0 auto;
}
.eduhut-hero-section-02 .hero-content .title {
    font-size: 72px;
    line-height: 90px;
    color: #ffffff;
}
.eduhut-hero-section-02 .hero-content p {
    font-size: 22px;
    line-height: 36px;
    padding: 0 105px;
    color: #ffffff;
    margin-top: 30px;
}
.eduhut-hero-section-02 .hero-content .hero-btn .btn {
    height: 80px;
    line-height: 78px;
    padding: 0 130px;
    background: #ff181e;
    color: #000000;
    margin-top: 50px;
}
.eduhut-hero-section-02 .hero-content .hero-btn .btn:hover {
    background: #ffffff;
    color: #ff181e;
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-02 {
        height: 980px;
    }
    .eduhut-hero-section-02 .hero-content .title {
        font-size: 55px;
        line-height: 75px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-02 {
        height: 850px;
    }
    .eduhut-hero-section-02 .hero-content p {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-02 {
        height: 720px;
    }
    .eduhut-hero-section-02 .hero-content .title {
        font-size: 45px;
        line-height: 65px;
    }
    .eduhut-hero-section-02 .hero-content p {
        font-size: 18px;
        padding: 0 0;
    }
    .eduhut-hero-section-02 .hero-content .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        padding: 0 90px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-02 .hero-content .title {
        font-size: 36px;
        line-height: 55px;
    }
    .eduhut-hero-section-02 .hero-content .hero-btn .btn {
        margin-top: 30px;
    }
}
.eduhut-hero-section-3 {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 200px;
    background: url(../images/japiness-banner.jpg) no-repeat 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.eduhut-hero-section-3 .shape-1 {
    position: absolute;
    left: 5%;
    top: 15%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}
.eduhut-hero-section-3 .shape-2 {
    position: absolute;
    left: 5%;
    bottom: 20%;
    -webkit-animation: rotate-style 10s linear infinite;
    animation: rotate-style 10s linear infinite;
    z-index: -1;
}
.eduhut-hero-section-3 .shape-3 {
    width: 25px;
    height: 25px;
    border: 1px solid #cccabc;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    top: 15%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}
.eduhut-hero-section-3 .hero-content {
    margin-top: 50px;
}
.eduhut-hero-section-3 .hero-content .title {
    font-size: 2.3rem;
    line-height: 55px;
    color: #000000;
    -webkit-text-decoration-color: #000000;
    text-decoration-color: #000000;
}
.eduhut-hero-section-3 .hero-content .title span {
    color: #fbb800;
}
.eduhut-hero-section-3 .hero-content p {
    font-size: 22px;
    line-height: 36px;
    margin-top: 35px;
}
.eduhut-hero-section-3 .hero-content .hero-form {
    position: relative;
    margin-top: 45px;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 78px;
    width: 520px;
    border-radius: 50px;
    font-size: 18px;
    padding-right: 95px;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #a5a5a5;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #a5a5a5;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #a5a5a5;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 18px;
    color: #a5a5a5;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #ff181e;
}
.eduhut-hero-section-3 .hero-content .hero-form .search {
    position: absolute;
    right: 0px;
    width: 145px;
    height: 78px;
    line-height: 52px;
    background: #000000;
    color: #ffffff;
    border: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 50%;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    transform: translateY(-50%);
}
.eduhut-hero-section-3 .hero-image {
    text-align: end;
    position: relative;
}
.eduhut-hero-section-3 .hero-image .shape-4 {
    position: absolute;
    left: 8%;
    top: 20%;
    z-index: -1;
}
.eduhut-hero-section-3 .hero-image .shape-5 {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
}
.eduhut-hero-section-3 .hero-image .shape-6 {
    position: absolute;
    right: -30%;
    top: 46%;
    z-index: -1;
}
@-webkit-keyframes zoom-inout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom-inout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes rotate-style {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-style {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-3 {
        padding-top: 130px;
        padding-bottom: 150px;
    }
    .eduhut-hero-section-3 .hero-content .title {
        font-size: 55px;
        line-height: 75px;
    }
    .eduhut-hero-section-3 .hero-image {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        height: 65px;
        width: 100%;
    }
    .eduhut-hero-section-3 .hero-content .hero-form .search {
        height: 64px;
    }
    .eduhut-hero-section-3 .hero-image {
        padding-left: 0px;
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-3 .hero-content .title {
        font-size: 42px;
        line-height: 60px;
    }
    .eduhut-hero-section-3 .hero-content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-3 {
        padding-bottom: 40px;
    }
    .eduhut-hero-section-3 .hero-content .title {
        font-size: 36px;
        line-height: 55px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
        font-size: 16px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
        font-size: 16px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
        font-size: 16px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
        font-size: 16px;
    }
    .eduhut-hero-section-3 .hero-content .hero-form .search {
        width: 115px;
        font-size: 16px;
    }
}
.eduhut-hero-section-04 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 310px;
    padding-bottom: 360px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.eduhut-hero-section-04::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(47, 45, 31, 0.6) 70%, rgba(23, 42, 73, 0) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.eduhut-hero-section-04 .svg-shape-1 {
    position: absolute;
    bottom: -23%;
    left: -8%;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-04 .svg-shape-1 svg {
    fill: #ffffff;
}
.eduhut-hero-section-04 .svg-shape-2 {
    position: absolute;
    bottom: -23%;
    left: -7%;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-04 .svg-shape-2 svg {
    fill: #ffffff;
    opacity: 0.3;
}
.eduhut-hero-section-04 .svg-shape-3 {
    position: absolute;
    bottom: -25%;
    left: -15%;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-04 .svg-shape-3 svg {
    fill: #ffffff;
    opacity: 0.3;
}
.eduhut-hero-section-04 .hero-content {
    max-width: 845px;
    margin: 0 auto;
}
.eduhut-hero-section-04 .hero-content .title {
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
}
.eduhut-hero-section-04 .hero-content p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 35px;
    padding: 0 140px;
    color: #ffffff;
}
.eduhut-hero-section-04 .hero-content .hero-form {
    position: relative;
    margin-top: 45px;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 78px;
    width: 100%;
    border-radius: 50px;
    font-size: 18px;
    padding-right: 100px;
    padding-left: 35px;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 20px;
    color: #848484;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 20px;
    color: #848484;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 20px;
    color: #848484;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 20px;
    color: #848484;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}
.eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #ff181e;
}
.eduhut-hero-section-04 .hero-content .hero-form .search {
    position: absolute;
    right: 0px;
    width: 95px;
    height: 78px;
    line-height: 52px;
    background: #ff181e;
    color: #222222;
    border: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-04 {
        padding-top: 240px;
        padding-bottom: 330px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-04 {
        padding-top: 180px;
    }
    .eduhut-hero-section-04 .hero-content .title {
        font-size: 48px;
        line-height: 60px;
    }
    .eduhut-hero-section-04 .hero-content p {
        padding: 0 0px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-04 {
        padding-top: 150px;
        padding-bottom: 310px;
    }
    .eduhut-hero-section-04 .hero-content p {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        height: 65px;
        font-size: 16px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
        font-size: 18px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form .search {
        width: 85px;
        height: 65px;
        line-height: 65px;
        font-size: 18px;
        transform: translateY(-51%);
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-04 {
        padding-bottom: 150px;
    }
    .eduhut-hero-section-04 .svg-shape-1 {
        display: none;
    }
    .eduhut-hero-section-04 .svg-shape-2 {
        display: none;
    }
    .eduhut-hero-section-04 .svg-shape-3 {
        display: none;
    }
    .eduhut-hero-section-04 .hero-content .title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        font-size: 15px;
        padding-left: 20px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
        font-size: 15px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
        font-size: 15px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
        font-size: 15px;
    }
    .eduhut-hero-section-04 .hero-content .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
        font-size: 15px;
    }
}
.eduhut-hero-section-05 {
    height: 1100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section-05::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(38, 50, 139, 0.748319) 40%, rgba(130, 144, 165, 0) 100%);
    z-index: -1;
}
.eduhut-hero-section-05 .shape-svg {
    position: absolute;
    bottom: -72px;
    left: -5px;
    width: 100%;
    z-index: 1;
}
.eduhut-hero-section-05 .shape-svg svg {
    fill: #ffffff;
}
.eduhut-hero-section-05 .hero-content {
    max-width: 590px;
    margin: 0 auto;
}
.eduhut-hero-section-05 .hero-content .sub-title {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    border: 2px solid #ffffff;
    padding: 0 35px;
    color: #ffffff;
}
.eduhut-hero-section-05 .hero-content .title {
    font-size: 72px;
    line-height: 90px;
    color: #ffffff;
    margin-top: 30px;
}
.eduhut-hero-section-05 .hero-content .hero-btn .btn {
    height: 68px;
    line-height: 68px;
    padding: 0 85px;
    background: #ff181e;
    color: #000000;
    margin-top: 50px;
}
.eduhut-hero-section-05 .hero-content .hero-btn .btn:hover {
    background: #171621;
    color: #ffffff;
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-05 {
        height: 920px;
    }
    .eduhut-hero-section-05 .hero-content .title {
        font-size: 55px;
        line-height: 75px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-05 {
        height: 820px;
    }
    .eduhut-hero-section-05 .hero-content .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        padding: 0 100px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-05 {
        height: 760px;
    }
    .eduhut-hero-section-05 .hero-content .title {
        font-size: 48px;
        line-height: 65px;
    }
    .eduhut-hero-section-05 .hero-content .hero-btn .btn {
        padding: 0 80px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-05 {
        height: 660px;
    }
    .eduhut-hero-section-05 .hero-content .sub-title {
        font-size: 16px;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-hero-section-05 .hero-content .title {
        font-size: 38px;
        line-height: 56px;
    }
    .eduhut-hero-section-05 .hero-content .hero-btn .btn {
        padding: 0 70px;
    }
}
.eduhut-hero-section-06 {
    padding-top: 230px;
    padding-bottom: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.eduhut-hero-section-06::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(4, 10, 23, 0.92479) 45%, rgba(146, 152, 197, 0.17409) 85%);
    z-index: -1;
}
.eduhut-hero-section-06 .shape-01 {
    position: absolute;
    width: 100%;
    height: 100px;
    right: 0;
    left: 0px;
    bottom: 0px;
    background: #ffffff;
    transform: skewY(3deg);
    transform-origin: 0;
}
.eduhut-hero-section-06 .svg-shape2 {
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: -1;
}
.eduhut-hero-section-06 .svg-shape2 svg {
    fill: #ff181e;
}
.eduhut-hero-section-06 .svg-shape3 {
    position: absolute;
    top: 9%;
    left: -7%;
    z-index: -1;
}
.eduhut-hero-section-06 .svg-shape3 svg {
    fill: #ffffff;
}
.eduhut-hero-section-06 .svg-shape4 {
    position: absolute;
    bottom: 7%;
    right: -4%;
    z-index: -1;
}
.eduhut-hero-section-06 .svg-shape4 svg {
    fill: #ff181e;
}
.eduhut-hero-section-06 .svg-shape5 {
    position: absolute;
    bottom: -17%;
    right: -10%;
    z-index: -1;
}
.eduhut-hero-section-06 .svg-shape5 svg {
    fill: none;
    stroke-width: 3px;
    stroke: #ffffff;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}
.eduhut-hero-section-06 .hero-content .sub-title {
    font-size: 72px;
    line-height: 90px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    color: #ffffff;
    padding-left: 50px;
}
.eduhut-hero-section-06 .hero-content .title {
    font-size: 200px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}
.eduhut-hero-section-06 .hero-content p {
    font-size: 44px;
    line-height: 90px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}
.eduhut-hero-section-06 .hero-content .hero-btn .btn {
    height: 80px;
    line-height: 78px;
    padding: 0 130px;
    color: #000000;
    margin-top: 50px;
}
.eduhut-hero-section-06 .hero-content .hero-btn .btn:hover {
    background: #ffffff;
    color: #ff181e;
}
@media only screen and (max-width: 1199px) {
    .eduhut-hero-section-06 {
        padding-top: 180px;
        padding-bottom: 310px;
    }
    .eduhut-hero-section-06 .svg-shape2 {
        top: 11%;
        left: 10%;
    }
    .eduhut-hero-section-06 .svg-shape3 {
        top: 6%;
        left: -14%;
    }
    .eduhut-hero-section-06 .svg-shape5 {
        bottom: -28%;
        right: -34%;
    }
    .eduhut-hero-section-06 .hero-content .sub-title {
        font-size: 65px;
        line-height: 85px;
    }
    .eduhut-hero-section-06 .hero-content .title {
        font-size: 165px;
    }
    .eduhut-hero-section-06 .hero-content p {
        font-size: 40px;
        line-height: 80px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-hero-section-06 {
        padding-top: 150px;
        padding-bottom: 280px;
    }
    .eduhut-hero-section-06 .svg-shape3 {
        left: -23%;
    }
    .eduhut-hero-section-06 .svg-shape4 {
        right: -13%;
    }
    .eduhut-hero-section-06 .svg-shape5 {
        bottom: -34%;
        right: -60%;
    }
    .eduhut-hero-section-06 .hero-content .hero-btn .btn {
        height: 65px;
        line-height: 63px;
        font-size: 18px;
        padding: 0 100px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-hero-section-06 {
        padding-top: 110px;
        padding-bottom: 210px;
    }
    .eduhut-hero-section-06 .svg-shape3 {
        left: -34%;
        top: 2%;
    }
    .eduhut-hero-section-06 .svg-shape4 {
        right: -40%;
    }
    .eduhut-hero-section-06 .svg-shape5 {
        bottom: -50%;
        right: -98%;
    }
    .eduhut-hero-section-06 .hero-content .sub-title {
        font-size: 55px;
        line-height: 75px;
    }
    .eduhut-hero-section-06 .hero-content .title {
        font-size: 140px;
    }
    .eduhut-hero-section-06 .hero-content p {
        font-size: 32px;
        line-height: 65px;
    }
    .eduhut-hero-section-06 .hero-content .hero-btn .btn {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-hero-section-06 .shape-01 {
        bottom: -40px;
    }
    .eduhut-hero-section-06 .svg-shape2 {
        display: none;
    }
    .eduhut-hero-section-06 .svg-shape3 {
        display: none;
    }
    .eduhut-hero-section-06 .svg-shape4 {
        display: none;
    }
    .eduhut-hero-section-06 .svg-shape5 {
        display: none;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-hero-section-06 .hero-content .sub-title {
        font-size: 45px;
        line-height: 70px;
        padding-left: 30px;
    }
    .eduhut-hero-section-06 .hero-content .title {
        font-size: 105px;
    }
    .eduhut-hero-section-06 .hero-content p {
        font-size: 24px;
        line-height: 50px;
    }
    .eduhut-hero-section-06 .hero-content .hero-btn .btn {
        padding: 0 50px;
    }
}
/*--
/*  04 - Category CSS
/*----------------------------------------*/

.category-wrap {
    margin-top: -15px;
}
.category-content-wrap {
    padding-top: 30px;
}
@media only screen and (max-width: 767px) {
    .category-content-wrap {
        padding-top: 15px;
    }
}
.category-item {
    background: #ffffff;
    border: 1px solid #565656;
    padding: 35px 0 40px;
    position: relative;
    margin-top: 30px;
    transition: all 0.3s linear;
}
.category-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 93%;
    height: 100%;
    background: #222222;
    transform: translate(25px, 9px);
    transition: all 0.3s linear;
    z-index: -1;
}
.category-item .category-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.category-item .category-content .shape-1 {
    position: absolute;
    left: -22%;
    top: 0;
    z-index: -1;
}
.category-item .category-content .title {
    font-size: 22px;
    line-height: 35px;
    margin-top: 18px;
}
.category-item:hover {
    border: 1px solid #ff181e;
}
.category-item:hover::before {
    background: #ff181e;
}
.eduhut-category-section-02 .category-wrap {
    margin-top: -120px;
    margin-bottom: -30px;
}
.eduhut-category-section-02 .category-item {
    border: none;
    background: #dcf1f6;
    padding: 70px 55px 80px;
    margin-top: 0;
}
@media only screen and (max-width: 1399px) {
    .eduhut-category-section-02 .category-item {
        padding: 70px 35px 80px;
    }
}
.eduhut-category-section-02 .category-item::before {
    display: none;
}
.eduhut-category-section-02 .category-item .title {
    font-size: 26px;
    font-weight: 700;
}
.eduhut-category-section-02 .category-item .title:hover a {
    color: #ff181e;
}
@media only screen and (max-width: 1199px) {
    .eduhut-category-section-02 .category-item {
        padding: 60px 25px 70px;
    }
    .eduhut-category-section-02 .category-item .title {
        font-size: 23px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-category-section-02 .category-item .title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-category-section-02 .category-wrap {
        margin-top: -90px;
    }
}
.category-active .swiper-slide:nth-child(4n+2) .category-item {
    background: #f7f3eb;
}
.category-active .swiper-slide:nth-child(4n+3) .category-item {
    background: #e4ffe7;
}
.category-active .swiper-slide:nth-child(4n+4) .category-item {
    background: #f7f3eb;
}
.category-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.category-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
.category-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff181e;
}
.eduhut-category-section-03 .category-content-wrap {
    margin-top: -20px;
}
.eduhut-category-section-03 .category-content-wrap .col {
    padding: 0 30px;
}
.eduhut-category-section-03 .category-content-wrap .category-item {
    margin-top: 50px;
}
.eduhut-category-section-03 .category-content-wrap .category-item::before {
    width: 94%;
}
.eduhut-category-section-04 .category-content-wrap {
    padding-top: 30px;
}
.category-item-02 {
    display: flex;
    align-items: center;
    background: #dcf1f6;
    border-radius: 5px;
    padding: 25px 35px;
    margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .category-item-02 {
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .category-item-02 {
        padding: 25px 20px;
    }
}
.category-item-02 .category-img img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.3s linear;
}
.category-item-02 .category-content {
    margin-left: 20px;
}
.category-item-02 .category-content .title {
    font-size: 24px;
    line-height: 28px;
}
@media only screen and (max-width: 767px) {
    .category-item-02 .category-content .title {
        font-size: 20px;
    }
}
.category-item-02:hover .category-img img {
    transform: rotateY(180deg);
}
/*--
/*  05 - CTA CSS
/*----------------------------------------*/

.eduhut-cta-wrap {
    padding: 90px 125px 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .eduhut-cta-wrap {
        padding: 90px 80px 100px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-cta-wrap {
        padding: 80px 55px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-cta-wrap {
        padding: 60px 30px;
    }
}
.eduhut-cta-wrap .cta-content .sub-title {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #ff181e;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 20px;
}
@media only screen and (max-width: 449px) {
    .eduhut-cta-wrap .cta-content .sub-title {
        font-size: 18px;
    }
}
.eduhut-cta-wrap .cta-content .title {
    margin-top: 10px;
}
.eduhut-cta-wrap .cta-content .btn {
    margin-top: 25px;
}
@media only screen and (max-width: 449px) {
    .eduhut-cta-wrap .cta-content .btn {
        padding: 0 50px;
    }
}
.eduhut-cta-section-02 {
    overflow: hidden;
    padding: 30px 0;
}
.eduhut-cta-wrap-02 {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.eduhut-cta-wrap-02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98deg, #121e48bf 5%, rgba(255, 255, 255, 0) 100%);
}
.eduhut-cta-wrap-02 .shape-01 {
    width: 535px;
    height: 290px;
    position: absolute;
    left: -35px;
    top: -30px;
    background: #dcf1f6;
    z-index: -1;
}
.eduhut-cta-wrap-02 .shape-02 {
    width: 535px;
    height: 290px;
    position: absolute;
    right: -35px;
    bottom: -30px;
    background: #f7f3eb;
    z-index: -1;
}
.eduhut-cta-wrap-02 .cta-content {
    position: relative;
    z-index: 1;
}
.eduhut-cta-wrap-02 .cta-content .sub-title {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #ff2660;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 20px;
}
.eduhut-cta-wrap-02 .cta-content .title {
    color: #ffffff;
    margin-top: 20px;
}
.eduhut-cta-wrap-02 .cta-content .btn {
    margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-cta-wrap-02 {
        padding: 120px 0;
        margin-bottom: 30px;
    }
    .eduhut-cta-wrap-02 .shape-01 {
        width: 340px;
        height: 210px;
    }
    .eduhut-cta-wrap-02 .shape-02 {
        width: 340px;
        height: 210px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-cta-wrap-02 {
        padding: 100px 0;
    }
}
.eduhut-cta-section-03 {
    padding-top: 160px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1399px) {
    .eduhut-cta-section-03 {
        padding-top: 110px;
        padding-bottom: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-cta-section-03 {
        padding-top: 90px;
        padding-bottom: 120px;
    }
}
.eduhut-cta-section-03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 59, 59, 0.5);
    z-index: -1;
}
.eduhut-cta-section-03 .cta-content .title {
    color: #ffffff;
}
.eduhut-cta-section-03 .cta-content .btn {
    margin-top: 30px;
}
.eduhut-cta-section-04 .cta-wrap-03 {
    background: #dcf1f6;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    z-index: 1;
}
.eduhut-cta-section-04 .cta-wrap-03 .shape-1 {
    width: 295px;
    height: 295px;
    background: #c4e4eb;
    border-radius: 50%;
    position: absolute;
    left: 19%;
    bottom: -34%;
    z-index: -1;
}
.eduhut-cta-section-04 .cta-wrap-03 .shape-2 {
    position: absolute;
    right: -3%;
    top: 25%;
    z-index: -1;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-content .title {
    font-size: 30px;
    line-height: 45px;
    color: #222222;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-content p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 15px;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-link {
    margin-top: -40px;
    padding-left: 45px;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-link .price {
    height: 95px;
    width: 95px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
    background: #ff181e;
    font-size: 30px;
    color: #222222;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-link .link-btn {
    font-size: 24px;
    line-height: 45px;
    color: #222222;
}
.eduhut-cta-section-04 .cta-wrap-03 .cta-link .link-btn:hover {
    color: #ff181e;
}
@media only screen and (max-width: 991px) {
    .eduhut-cta-section-04 .cta-wrap-03 {
        text-align: center;
        padding: 50px;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .shape-1 {
        left: -10%;
        bottom: -30%;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .shape-2 {
        right: -10%;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .cta-link {
        margin-top: 40px;
        padding-left: 0px;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .cta-link .price {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-cta-section-04 .cta-wrap-03 {
        padding: 35px;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .shape-1 {
        left: -30%;
        bottom: -30%;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .shape-2 {
        right: -35%;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .cta-content .title {
        font-size: 25px;
        line-height: 40px;
    }
    .eduhut-cta-section-04 .cta-wrap-03 .cta-content p {
        font-size: 18px;
    }
}
/*--
/*  06 - Courses CSS
/*----------------------------------------*/

.eduhut-courses-section {
    background: #dcf1f6;
}
.tab-menu {
    margin-top: 20px;
}
.tab-menu .nav {
    justify-content: center;
}
.tab-menu .nav li {
    margin: 0 15px;
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
    .tab-menu .nav li {
        margin: 0 10px;
    }
}
.tab-menu .nav li button {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #333333;
    border: 0;
    padding: 0;
    background: none;
    position: relative;
}
.tab-menu .nav li button::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: #333333;
    width: 0;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.tab-menu .nav li button:hover::before {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: auto;
    width: 100%;
}
.tab-menu .nav li button.active::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.courses-tab-content {
    padding-top: 35px;
}
@media only screen and (max-width: 767px) {
    .courses-tab-content {
        padding-top: 25px;
    }
}
.single-course {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
}
.single-course .courses-image {
    position: relative;
}
.single-course .courses-image a {
    display: block;
}
.single-course .courses-image a img {
    width: 100%;
    transition: all 0.3s linear;
}
.single-course .courses-image .top-meta {
    position: absolute;
    top: 35px;
    left: 50px;
}
.single-course .courses-image .top-meta .price {
    height: 25px;
    line-height: 25px;
    background: #ff181e;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #000000;
    padding: 0 30px;
}
.single-course .courses-image .top-meta .price.color-2 {
    background: #ff181e;
}
.single-course .courses-image .top-meta .price.color-3 {
    background: #ff2660;
}
.single-course .courses-content {
    background: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: calc(100% - 60px);
    transform: translateX(-50%);
    border-radius: 15px;
    padding: 25px 50px;
}
@media only screen and (max-width: 1199px) {
    .single-course .courses-content {
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single-course .courses-content {
        padding: 25px 40px;
    }
}
@media only screen and (max-width: 449px) {
    .single-course .courses-content {
        padding: 25px 33px;
    }
}
.single-course .courses-content .courses-meta span {
    font-size: 13px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #838383;
    position: relative;
}
.single-course .courses-content .courses-meta span:last-child {
    padding-left: 10px;
    margin-left: 3px;
}
.single-course .courses-content .courses-meta span:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #d7d7d7;
    width: 1px;
    height: 15px;
}
.single-course .courses-content .courses-meta span i {
    color: #222222;
}
.single-course .courses-content .title {
    font-size: 24px;
    line-height: 1;
    margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .single-course .courses-content .title {
        font-size: 22px;
    }
}
.single-course .courses-content .courses-author {
    margin-top: 10px;
}
.single-course .courses-content .courses-author .name {
    font-size: 14px;
    line-height: 2;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #838383;
}
.single-course .courses-content .courses-author .name a {
    color: #838383;
}
.single-course:hover .courses-image a img {
    transform: scale(1.1);
}
.eduhut-courses-section-02 {
    padding-bottom: 100px;
}
.eduhut-courses-section-02 .single-course {
    border-radius: 0px;
    margin-top: 40px;
}
.eduhut-courses-section-02 .single-course .courses-image .top-meta {
    left: 40px;
}
.eduhut-courses-section-02 .single-course .courses-image .top-meta .price {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #ff181e;
    border-radius: 50%;
    text-align: center;
    padding: 0 0px;
}
.eduhut-courses-section-02 .single-course .courses-image .top-meta .price.color-2 {
    background: #ff181e;
}
.eduhut-courses-section-02 .single-course .courses-image .top-meta .price.color-3 {
    background: #ff2660;
}
.eduhut-courses-section-02 .single-course .courses-content {
    background: #ffffff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
    padding: 0px 0px;
    padding-top: 30px;
}
.eduhut-courses-section-02 .single-course .courses-content .title:hover a {
    color: #ff181e;
}
.eduhut-courses-section-03 {
    background: #000000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.eduhut-courses-section-03 .shape-1 {
    width: 1720px;
    height: 1720px;
    border: 50px solid #ff181e;
    border-radius: 50%;
    position: absolute;
    left: -45%;
    bottom: -113%;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .eduhut-courses-section-03 .shape-1 {
        width: 1050px;
        height: 1050px;
        border: 40px solid #ff181e;
        left: -60%;
        bottom: -65%;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-courses-section-03 .shape-1 {
        left: -70%;
        bottom: -75%;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-courses-section-03 .shape-1 {
        left: -95%;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-courses-section-03 .shape-1 {
        width: 720px;
        height: 720px;
        left: -85%;
        bottom: -45%;
    }
}
.eduhut-courses-section-03 .section-title .title {
    color: #ffffff;
}
.eduhut-courses-section-03 .courses-content-wrap {
    padding-top: 80px;
}
@media only screen and (max-width: 767px) {
    .eduhut-courses-section-03 .courses-content-wrap {
        padding-top: 50px;
    }
}
.eduhut-courses-section-03 .single-course {
    border-radius: 10px;
    margin-top: 0px;
}
.eduhut-courses-section-03 .single-course .courses-content {
    background: #ffffff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
    padding: 40px 70px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-courses-section-03 .single-course .courses-content {
        padding: 35px 35px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-courses-section-03 .single-course .courses-content {
        padding: 35px 70px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-courses-section-03 .single-course .courses-content {
        padding: 35px 35px;
    }
}
.eduhut-courses-section-03 .single-course .courses-content .title:hover a {
    color: #ff181e;
}
.eduhut-courses-section-03 .single-course .courses-content .courses-author .name a {
    color: #ff181e;
}
.courses-active .swiper-pagination, .courses-active-02 .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.courses-active .swiper-pagination .swiper-pagination-bullet, .courses-active-02 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
.courses-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .courses-active-02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff181e;
}
.eduhut-courses-section-04 {
    padding-top: 170px;
}
.eduhut-courses-section-04 .courses-content-wrap-02 {
    padding-top: 50px;
}
.eduhut-courses-section-04 .single-course {
    margin-top: 0px;
}
.eduhut-courses-section-04 .single-course .courses-image {
    border-radius: 20px;
    overflow: hidden;
}
.eduhut-courses-section-04 .single-course .courses-image .top-meta .price.color-2 {
    background: #ff181e;
}
.eduhut-courses-section-04 .single-course .courses-image .top-meta .price.color-3 {
    background: #ff2660;
}
.eduhut-courses-section-04 .single-course .courses-content {
    padding: 30px 70px 0px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-courses-section-04 .single-course .courses-content {
        padding: 30px 35px 0;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-courses-section-04 .single-course .courses-content {
        padding: 30px 65px 0;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-courses-section-04 .single-course .courses-content {
        padding: 30px 35px 0;
    }
}
.eduhut-courses-section-04 .single-course .courses-content .title:hover a {
    color: #ff181e;
}
.eduhut-courses-section-05 {
    padding-bottom: 0;
}
.eduhut-courses-section-05 .courses-content-wrap-03 {
    padding-top: 60px;
}
.eduhut-courses-section-05 .single-course {
    border-radius: 0px;
    margin-top: 0px;
}
.eduhut-courses-section-05 .single-course .courses-image a {
    position: relative;
}
.eduhut-courses-section-05 .single-course .courses-image a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(4, 4, 5, 0.919188) 30%, rgba(130, 144, 165, 0) 65%);
    z-index: 0;
}
.eduhut-courses-section-05 .single-course .courses-image .top-meta {
    left: 40px;
}
.eduhut-courses-section-05 .single-course .courses-image .top-meta .price {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #ff181e;
    border-radius: 50%;
    text-align: center;
    padding: 0 0px;
}
.eduhut-courses-section-05 .single-course .courses-image .top-meta .price.color-2 {
    background: #1cc1a6;
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course .courses-image .top-meta .price.color-3 {
    background: #ff2660;
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course .courses-content {
    background: transparent;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
    padding: 0 0 50px 35px;
}
.eduhut-courses-section-05 .single-course .courses-content .courses-meta span {
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course:hover .courses-content .title {
    color: #ff181e;
}
.eduhut-courses-section-05 .single-course .courses-content .courses-meta span:last-child {
    padding-left: 0px;
    margin-left: 0px;
}
.eduhut-courses-section-05 .single-course .courses-content .courses-meta span:last-child::before {
    display: none;
}
.eduhut-courses-section-05 .single-course .courses-content .courses-meta span i {
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course .courses-content .title {
    color: #ffffff;
}
.eduhut-courses-section-05 .single-course:hover .courses-image a img {
    transform: inherit;
}
.eduhut-courses-section-06 {
    background: #0e0f16;
    position: relative;
    padding-top: 310px;
    z-index: 1;
}
.eduhut-courses-section-06 .shape-01 {
    position: absolute;
    width: 100%;
    height: 140px;
    right: 0;
    left: 0px;
    top: -140px;
    background: #ffffff;
    transform: skewY(4deg);
    transform-origin: 0;
}
.eduhut-courses-section-06 .shape-02 {
    position: absolute;
    left: 8%;
    top: 19%;
    z-index: -1;
}
.eduhut-courses-section-06 .shape-03 {
    width: 55px;
    height: 55px;
    border: 6px solid #3e3f45;
    border-radius: 50%;
    position: absolute;
    right: 9%;
    top: 33%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}
.eduhut-courses-section-06 .section-title .title {
    color: #ffffff;
}
.eduhut-courses-section-06 .courses-btn .btn {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 45px;
    margin-top: 60px;
}
.eduhut-courses-section-06 .courses-btn .btn:hover {
    background: #ffffff;
    color: #ff181e;
}
.courses-content-wrap-04 {
    padding-top: 50px;
}
.courses-content-wrap-04 .single-course-02 {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    background-color: #161821;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}
.courses-content-wrap-04 .single-course-02 .courses-image {
    position: relative;
    overflow: hidden;
}
.courses-content-wrap-04 .single-course-02 .courses-image a {
    display: block;
}
.courses-content-wrap-04 .single-course-02 .courses-image a img {
    width: 100%;
    transition: all 0.3s linear;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price {
    position: absolute;
    top: 25px;
    left: 25px;
    max-width: 70%;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price .tag {
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    padding: 0 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #ffffff;
    white-space: nowrap;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price .tag.color-1 {
    background: #1cc1a6;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price .tag.color-2 {
    background: #ff181e;
    color: #222222;
}
.courses-content-wrap-04 .single-course-02 .courses-image .top-meta .price .tag.color-3 {
    background: #ff2660;
}
.courses-content-wrap-04 .single-course-02 .courses-content {
    padding: 25px 40px 35px;
    padding-right: 60px;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-author .name {
    font-size: 12px;
    line-height: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #ff181e;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-author .name span {
    color: #838383;
}
.courses-content-wrap-04 .single-course-02 .courses-content .title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    line-height: 30px;
    color: #ffffff;
}
.courses-content-wrap-04 .single-course-02 .courses-content .title:hover a {
    color: #ff181e;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-meta {
    margin-top: 10px;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-meta .course-enroll-rating p {
    color: #838383;
    font-size: 14px;
    margin-right: 13px;
}
.courses-content-wrap-04 .single-course-02 .courses-content .courses-meta .course-enroll-rating p i {
    color: #ffffff;
    margin-right: 2px;
}
.courses-content-wrap-04 .single-course-02:hover .courses-image a img {
    transform: scale(1.1);
}
@media only screen and (max-width: 1199px) {
    .courses-content-wrap-04 .single-course-02 .courses-content {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .courses-content-wrap-04 {
        padding-top: 30px;
    }
    .courses-content-wrap-04 .single-course-02 .courses-content {
        padding: 25px 25px 35px;
        padding-right: 25px;
    }
    .courses-content-wrap-04 .single-course-02 .courses-content .title {
        font-size: 21px;
    }
}
/*--
/*  03 - Counter CSS
/*----------------------------------------*/

.eduhut-counter-section .counter-wrap {
    position: relative;
    padding-bottom: 150px;
    z-index: 1;
}
.eduhut-counter-section .counter-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/shape/counter-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 60%;
    height: 100%;
    z-index: -1;
}
.eduhut-counter-section .counter-right {
    display: flex;
    justify-content: end;
}
.eduhut-counter-section .counter-item {
    height: 220px;
    width: 220px;
    text-align: center;
    border-radius: 50%;
    border: 10px solid #ffffff;
    background: #f7f3eb;
    display: table;
}
.eduhut-counter-section .counter-item .item-wrap {
    display: table-cell;
    vertical-align: middle;
}
.eduhut-counter-section .counter-item .item-wrap .title {
    font-size: 60px;
    line-height: 36px;
    font-weight: 400;
    color: #000000;
}
.eduhut-counter-section .counter-item .item-wrap p {
    font-size: 14px;
    line-height: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-top: 15px;
}
.eduhut-counter-section .counter-item:nth-child(2) {
    background: #dcf1f6;
    margin-left: -25px;
}
.eduhut-counter-section .counter-item:nth-child(3) {
    background: #e4ffe7;
    margin-left: -25px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-counter-section .counter-wrap {
        padding-bottom: 120px;
    }
    .eduhut-counter-section .counter-item .item-wrap .title {
        font-size: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-counter-section .counter-left .section-title-02 {
        text-align: center;
    }
    .eduhut-counter-section .counter-right {
        justify-content: center;
        margin-top: 30px;
    }
    .eduhut-counter-section .counter-item {
        height: 190px;
        width: 190px;
        border: 8px solid #ffffff;
    }
    .eduhut-counter-section .counter-item .item-wrap .title {
        font-size: 48px;
    }
    .eduhut-counter-section .counter-item .item-wrap p {
        font-size: 13px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-counter-section .counter-wrap {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-counter-section .counter-wrap::before {
        width: 100%;
    }
    .eduhut-counter-section .counter-right {
        flex-direction: column;
        gap: 25px;
    }
    .eduhut-counter-section .counter-item {
        margin: 0 auto;
    }
    .eduhut-counter-section .counter-item:nth-child(2) {
        margin: 0 auto;
    }
    .eduhut-counter-section .counter-item:nth-child(3) {
        margin: 0 auto;
    }
}
.eduhut-counter-section-02 .counter-wrap {
    margin-top: -30px;
    margin-bottom: -320px;
    position: relative;
    z-index: 5;
}
.single-counter {
    background: #dcf1f6;
    padding: 50px 70px 55px;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .single-counter {
        padding: 50px 30px 55px;
    }
}
.single-counter.counter-item-01, .single-counter.counter-item-03 {
    margin-top: 60px;
}
.single-counter.counter-item-03 {
    background: #e4ffe7;
}
.single-counter.counter-item-02, .single-counter.counter-item-04 {
    background: #f7f3eb;
}
.single-counter .counter-content {
    margin-top: 20px;
}
.single-counter .counter-content .title {
    font-size: 60px;
    line-height: 36px;
    font-weight: 800;
    color: #222222;
}
@media only screen and (max-width: 767px) {
    .single-counter .counter-content .title {
        font-size: 50px;
    }
}
.single-counter .counter-content p {
    font-size: 20px;
    line-height: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-counter-section-02 .counter-item {
        padding: 50px 35px 55px;
    }
    .eduhut-counter-section-02 .counter-item .counter-content .title {
        font-size: 50px;
    }
    .eduhut-counter-section-02 .counter-item .counter-content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-counter-section-02 .counter-item.counter-item-01, .eduhut-counter-section-02 .counter-item.counter-item-03 {
        margin-top: 30px;
    }
}
.eduhut-counter-section-03 .counter-wrap {
    padding-top: 25px;
}
.eduhut-counter-section-03 .single-counter {
    background: none;
    border: 1px solid #222222;
}
/*--
/*  08 - Testimonial CSS
/*----------------------------------------*/

.eduhut-testimonial-wrap {
    margin-top: 70px;
}
@media only screen and (max-width: 767px) {
    .eduhut-testimonial-wrap {
        margin-top: 50px;
    }
}
.single-testimonial {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 1500px) and (max-width: 1720px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (max-width: 1399px) {
    .single-testimonial {
        max-width: 1075px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 20px;
    }
}
.single-testimonial .testimonial-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: -100px;
}
@media only screen and (max-width: 767px) {
    .single-testimonial .testimonial-img {
        margin-right: 0px;
    }
}
.single-testimonial .testimonial-content-wrap {
    flex: 1;
    width: 740px;
    height: 400px;
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 50px 75px;
    padding-left: 180px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: -1;
}
@media only screen and (min-width: 1500px) and (max-width: 1720px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (max-width: 1399px) {
    .single-testimonial .testimonial-content-wrap {
        padding-left: 135px;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial .testimonial-content-wrap {
        width: 75%;
        padding: 50px 40px 60px;
        padding-left: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-content-wrap {
        width: 100%;
        padding: 50px 40px 60px;
        padding-left: 50px;
    }
}
.single-testimonial .testimonial-content-wrap .shape-1 {
    position: absolute;
    left: -15px;
    top: 50px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .single-testimonial .testimonial-content-wrap .shape-1 {
        display: none;
    }
}
.single-testimonial .testimonial-content-wrap .testimonial-content {
    position: relative;
    z-index: 1;
}
.single-testimonial .testimonial-content-wrap .testimonial-content .text {
    font-size: 24px;
    line-height: 40px;
    margin-top: 15px;
}
@media only screen and (min-width: 1500px) and (max-width: 1720px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (max-width: 1399px) {
    .single-testimonial .testimonial-content-wrap .testimonial-content .text {
        font-size: 22px;
    }
}
.single-testimonial .testimonial-content-wrap .testimonial-content .author-name {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}
.single-testimonial .testimonial-content-wrap .testimonial-content .designation {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
}
.testimonial-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
@media only screen and (max-width: 1399px) {
    .single-testimonial-02 {
        margin: 0 5px;
    }
}
.single-testimonial-02 .svg-shape {
    position: relative;
}
.single-testimonial-02 .svg-shape svg {
    stroke: #222222;
    stroke-width: 2px;
    fill: none;
}
@media only screen and (max-width: 1399px) {
    .single-testimonial-02 .svg-shape {
        display: none;
    }
}
.single-testimonial-02 .testimonial-content {
    max-width: 405px;
    border-radius: 5px;
    padding: 50px 40px 60px;
    position: absolute;
    left: 5px;
    top: 5px;
}
@media only screen and (max-width: 1399px) {
    .single-testimonial-02 .testimonial-content {
        position: relative;
        border: 2px solid #222222;
        padding: 50px 30px 60px;
    }
    .single-testimonial-02 .testimonial-content::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 20px solid #222222;
        left: 20%;
        bottom: -22px;
        z-index: 1;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial-02 .testimonial-content {
        margin: 0 auto;
    }
}
.single-testimonial-02 .testimonial-content .text {
    font-size: 26px;
    line-height: 40px;
    color: #676767;
}
.single-testimonial-02 .testimonial-author-wrap {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-left: 70px;
}
@media only screen and (max-width: 1399px) {
    .single-testimonial-02 .testimonial-author-wrap {
        margin-top: 40px;
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .single-testimonial-02 .testimonial-author-wrap {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial-02 .testimonial-author-wrap {
        padding-left: 80px;
        margin-top: 45px;
    }
}
@media only screen and (max-width: 449px) {
    .single-testimonial-02 .testimonial-author-wrap {
        padding-left: 25px;
    }
}
.single-testimonial-02 .testimonial-author-wrap .author-img img {
    border-radius: 50%;
}
.single-testimonial-02 .testimonial-author-wrap .author-content {
    flex: 1;
    margin-left: 20px;
}
.single-testimonial-02 .testimonial-author-wrap .author-content .name {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}
.single-testimonial-02 .testimonial-author-wrap .author-content .designation {
    font-size: 16px;
    line-height: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #666666;
}
.testimonial-02-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
.testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff181e;
}
.eduhut-testimonial-section-03 {
    background: #f2efe8;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+1) .single-testimonial-02 .svg-shape svg {
    fill: #dcf1f6;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+2) .single-testimonial-02 .svg-shape svg {
    fill: #ffffff;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+3) .single-testimonial-02 .svg-shape svg {
    fill: #e4ffe7;
}
@media only screen and (max-width: 1399px) {
    .eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+1) .single-testimonial-02 .testimonial-content {
        background: #dcf1f6;
    }
    .eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+2) .single-testimonial-02 .testimonial-content {
        background: #ffffff;
    }
    .eduhut-testimonial-section-03 .testimonial-02-active .swiper-slide:nth-child(3n+3) .single-testimonial-02 .testimonial-content {
        background: #e4ffe7;
    }
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    background: #222222;
}
.eduhut-testimonial-section-03 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff181e;
}
.eduhut-testimonial-section-04 {
    background: #f2efe8;
}
.eduhut-testimonial-section-04 .single-testimonial-02 .svg-shape svg {
    stroke: none;
    stroke-width: 0px;
    fill: #ffffff;
}
.eduhut-testimonial-section-04 .single-testimonial-02 .svg-shape-02 {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
}
@media only screen and (max-width: 1399px) {
    .eduhut-testimonial-section-04 .single-testimonial-02 .svg-shape-02 {
        display: none;
    }
}
.eduhut-testimonial-section-04 .single-testimonial-02 .svg-shape-02 svg {
    fill: #cbe0e5;
}
.eduhut-testimonial-section-04 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    background: #222222;
}
.eduhut-testimonial-section-04 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff181e;
}
@media only screen and (max-width: 1399px) {
    .eduhut-testimonial-section-04 .single-testimonial-02 .testimonial-content {
        background: #ffffff;
        position: relative;
        border: 0;
        padding: 50px 30px 60px;
    }
    .eduhut-testimonial-section-04 .single-testimonial-02 .testimonial-content::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 20px solid #ffffff;
        left: 20%;
        bottom: -18px;
        z-index: 1;
    }
}
.eduhut-testimonial-section-05 {
    padding-top: 140px;
    background: #f7f3eb;
    position: relative;
    z-index: 1;
}
.eduhut-testimonial-section-05 .shape-01 {
    position: absolute;
    width: 100%;
    height: 100px;
    right: 0;
    left: 0px;
    top: -30px;
    background: #ffffff;
    transform: skewY(-2deg);
    transform-origin: 0;
}
.eduhut-testimonial-section-05 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    background: #222222;
}
.eduhut-testimonial-section-05 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff181e;
}
.eduhut-testimonial-section-06 {
    background: #f2efe8;
}
.eduhut-testimonial-section-06 .testimonial-02-active .swiper-slide .single-testimonial-02 .svg-shape svg {
    fill: #ffffff;
}
.eduhut-testimonial-section-06 .testimonial-02-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.eduhut-testimonial-section-06 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    background: #222222;
}
.eduhut-testimonial-section-06 .testimonial-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff181e;
}
/*--
/*  09 - Brand CSS
/*----------------------------------------*/

.eduhut-brand-section {
    background: #f7f3eb;
}
.eduhut-brand-section .brand-wrap {
    margin-top: 70px;
}
.eduhut-brand-section-02 {
    border-top: 1px solid #d7d7d7;
}
.eduhut-brand-section-02 .brand-content-wrap {
    padding-left: 30px;
    margin-top: -40px;
}
.eduhut-brand-section-02 .brand-content-wrap .brand-item {
    text-align: right;
    margin-top: 40px;
}
@media only screen and (max-width: 991px) {
    .eduhut-brand-section-02 .section-title {
        text-align: center;
    }
    .eduhut-brand-section-02 .brand-content-wrap {
        padding-left: 0px;
        margin-top: 0px;
    }
    .eduhut-brand-section-02 .brand-content-wrap .brand-item {
        text-align: center;
    }
}
.eduhut-brand-section-03 {
    background: #dcf1f6;
}
.eduhut-brand-section-03 .brand-title .title {
    font-size: 30px;
    line-height: 40px;
}
/*--
/*  10 - Features CSS
/*----------------------------------------*/

.eduhut-features-section {
    background: #dcf1f6;
    position: relative;
    z-index: 1;
}
.eduhut-features-section .shape-1 {
    position: absolute;
    width: 100%;
    height: 110px;
    right: 0;
    left: 0px;
    top: -70px;
    background: #fff;
    transform: skewY(-2deg);
}
.eduhut-features-section .shape-2 {
    width: 60px;
    height: 60px;
    border: 5px solid #96f8e9;
    border-radius: 50%;
    position: absolute;
    top: 22%;
    left: 8%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}
.eduhut-features-section .shape-3 {
    position: absolute;
    right: 9%;
    top: 23%;
    z-index: -1;
}
.eduhut-features-section .features-left .btn-2 {
    margin-top: 35px;
}

.features-left p{font-size: 20px;}
.features-left ul{padding-left: 35px;}
.features-left ul li{font-size: 20px; list-style: disc;}

.eduhut-features-section .features-right {
    padding-left: 155px;
    margin-top: -30px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-features-section .features-right {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-features-section .features-right {
        padding-left: 0px;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .features-wrap {
        margin-top: 35px;
    }
}
.features-item-wrap-01 {
    padding-top: 60px;
}
@media only screen and (max-width: 575px) {
    .features-item-wrap-01 {
        padding-top: 0px;
    }
}
.features-item {
    background: #ffffff;
    padding: 35px 60px 45px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .features-item {
        padding: 35px 30px 45px;
    }
}
.features-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateY(10px) scaleX(0.93);
    transition: all 0.3s linear;
}
.features-item img {
    transition: all 0.3s linear;
}
.features-item .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}
.features-item:hover img {
    transform: rotateY(180deg);
}
.features-content-wrap {
    padding-top: 50px;
}
.features-item-02 {
    background: #ffffff;
    padding: 0 30px;
    margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .features-item-02 {
        padding: 0 0;
    }
}
.features-item-02 img {
    height: 70px;
    transition: all 0.3s linear;
}
.features-item-02 .title {
    font-size: 26px;
    line-height: 35px;
    margin-top: 20px;
}
.features-item-02 p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}
.features-item-02:hover::before {
    transform: translateY(0px) scaleX(0.93);
}
.features-item-02:hover img {
    transform: rotateY(180deg);
}
.eduhut-features-section-03 {
    background: #f7f3eb;
}
.eduhut-features-section-03 .features-left {
    padding-right: 90px;
}
.eduhut-features-section-03 .features-left .counter-content-wrap .counter-item {
    margin-top: 25px;
}
.eduhut-features-section-03 .features-left .counter-content-wrap .counter-item .title {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
}
.eduhut-features-section-03 .features-left .counter-content-wrap .counter-item p {
    font-size: 14px;
    line-height: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #989898;
}
.eduhut-features-section-03 .features-right {
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 55px 85px 70px 65px;
    max-width: 520px;
    margin-left: auto;
    margin-bottom: -200px;
}
.eduhut-features-section-03 .features-right .title {
    font-size: 30px;
    line-height: 1;
}
.eduhut-features-section-03 .features-right .features-item-wrap {
    padding-top: 10px;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 {
    display: flex;
    margin-top: 30px;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 .features-icon img {
    width: 40px;
    transition: all 0.3s linear;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 .features-content {
    flex: 1;
    margin-left: 20px;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 .features-content p {
    font-size: 20px;
    line-height: 32px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03 .features-content p span {
    font-weight: 600;
    color: #222222;
}
.eduhut-features-section-03 .features-right .features-item-wrap .features-item-03:hover img {
    transform: rotateY(180deg);
}
@media only screen and (max-width: 1199px) {
    .eduhut-features-section-03 .features-left {
        padding-right: 30px;
    }
    .eduhut-features-section-03 .features-left .counter-content-wrap .counter-item p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-features-section-03 .features-left {
        padding-right: 0px;
        text-align: center;
    }
    .eduhut-features-section-03 .features-left .counter-content-wrap .counter-item p {
        font-size: 12px;
    }
    .eduhut-features-section-03 .features-right {
        margin-right: auto;
        margin-top: 60px;
        margin-bottom: -180px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-features-section-03 .features-right {
        padding: 50px 25px 60px 25px;
    }
}
.eduhut-features-section-04 {
    overflow: hidden;
}
.eduhut-features-section-04 .features-wrap {
    margin-top: -30px;
}
.eduhut-features-section-04 .single-features {
    background: #dcf1f6;
    max-width: 400px;
    padding: 60px 40px 60px;
    position: relative;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .eduhut-features-section-04 .single-features {
        margin: 0 auto;
        margin-top: 30px;
    }
}
.eduhut-features-section-04 .single-features::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 14px;
    background: #ade0ec;
    width: 100%;
    height: 100%;
    transform: scale(0.86, 1.16) rotate(93deg);
    transition: all 0.3s linear;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .eduhut-features-section-04 .single-features::before {
        display: none;
    }
}
.eduhut-features-section-04 .single-features.features-02 {
    background: #f3f3f8;
}
.eduhut-features-section-04 .single-features.features-02::before {
    background: #e4e4eb;
}
.eduhut-features-section-04 .single-features.features-03 {
    background: #e4ffe7;
}
.eduhut-features-section-04 .single-features.features-03::before {
    background: #c7eacb;
}
.eduhut-features-section-04 .single-features .features-content .title {
    font-size: 26px;
    line-height: 35px;
}
.eduhut-features-section-04 .single-features .features-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}
.eduhut-features-section-04 .single-features:hover::before {
    left: 0;
    top: 0;
    transform: scale(0.86, 1.16) rotate(90deg);
}
.eduhut-features-section-05 {
    background: #ffffff;
}
.eduhut-features-section-05 .features-left {
    padding: 0 30px;
}
.eduhut-features-section-05 .features-right {
    padding-left: 0px;
}
.eduhut-features-section-05 .features-right .features-item {
    background: #f3f3f8;
    padding: 35px 60px 45px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .eduhut-features-section-05 .features-right .features-item {
        padding: 35px 30px 45px;
    }
}
.eduhut-features-section-05 .features-right .features-item::before {
    display: none;
}
.eduhut-features-section-05 .features-right .features-item.color-02 {
    background: #dcf1f6;
}
.eduhut-features-section-05 .features-right .features-item.color-03 {
    background: #e4ffe7;
}
.eduhut-features-section-05 .features-right .features-item img {
    transition: all 0.3s linear;
}
.eduhut-features-section-05 .features-right .features-item .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}
.eduhut-features-section-05 .features-right .features-item:hover img {
    transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
    .eduhut-features-section-05 .features-wrap {
        margin-top: 0px;
    }
    .eduhut-features-section-05 .features-right .features-item {
        padding: 35px 45px 45px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-features-section-05 .features-right .features-item {
        padding: 35px 30px 45px;
    }
}
/*--
/*  11 - Blog CSS
/*----------------------------------------*/

.blog-content-wrap {
    padding-top: 20px;
}
.single-blog {
    margin-top: 30px;
}
.single-blog .blog-img {
    overflow: hidden;
}
.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 .blog-meta .user {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    background: #ff181e;
    display: inline-block;
    border-radius: 40px;
    text-transform: uppercase;
    color: #222222;
    padding: 0 10px;
}
.single-blog .blog-content .blog-meta .date {
    font-size: 13px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #838383;
    margin-left: 10px;
}
.single-blog .blog-content .title {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    margin-top: 10px;
}
.single-blog .blog-content .title:hover a {
    color: #ff181e;
}
.single-blog .blog-content .read-more {
    font-size: 12px;
    line-height: 1;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #a9a9a9;
    margin-top: 15px;
}
.single-blog .blog-content .read-more i {
    font-size: 16px;
    position: relative;
    top: 2px;
    color: #222222;
    margin-left: 5px;
    transition: all 0.3s linear;
}
.single-blog .blog-content .read-more:hover {
    color: #ff181e;
}
.single-blog .blog-content .read-more:hover i {
    margin-left: 10px;
}
.single-blog:hover a img {
    transform: scale(1.1);
}
.blog-grid-wrap {
    margin-top: -30px;
}
/*--
/*  12 - Topic CSS
/*----------------------------------------*/

.eduhut-hot-topic-section {
    background: #f7f3eb;
    position: relative;
    z-index: 1;
}
.hot-topic-left {
    max-width: 395px;
    margin: 0 auto;
}
.hot-topic-left .section-title {
    margin-top: 30px;
}
.hot-topic-left .topic-btn {
    margin-top: 45px;
}
.hot-topic-right {
    margin-top: -30px;
    position: relative;
    padding-left: 120px;
    padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
    .hot-topic-right {
        padding-left: 50px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .hot-topic-right {
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hot-topic-right {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.hot-topic-right::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background: #cccccc;
    border-radius: 10px;
    width: 1px;
    height: 315px;
    transform: translateY(-50%);
    z-index: -1;
}
@media only screen and (max-width: 991px) {
    .hot-topic-right::after {
        display: none;
    }
}
.topic-item {
    margin-top: 30px;
}
.topic-item .topic-icon {
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.11);
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}
.topic-item .topic-icon::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background: #d5e9ee;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transform: rotate(95deg);
    transition: all 0.3s linear;
    z-index: -1;
}
.topic-item .topic-icon img {
    transition: all 0.3s linear;
}
.topic-item .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}
.topic-item .title:hover a {
    color: #ff181e;
}
.topic-item:hover .topic-icon img {
    transform: rotateY(180deg);
}
.topic-item:hover .topic-icon::before {
    transform: rotate(90deg);
}
/*--
/*  13 - Language CSS
/*----------------------------------------*/

.eduhut-language-wrap {
    background: #f3f3f8;
    box-shadow: 0px 0px 122px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 50px 65px;
    margin-top: -130px;
    position: relative;
    z-index: 5;
}
@media only screen and (max-width: 1199px) {
    .eduhut-language-wrap {
        padding: 70px 60px;
        margin-top: -105px;
    }
}
@media only screen and (max-width: 575px) {
    .eduhut-language-wrap {
        margin-top: 60px;
    }
}
.eduhut-language-wrap .language-item a img {
    width: 120px;
    transition: all 0.3s linear;
}
.eduhut-language-wrap .language-item .title {
    font-size: 24px;
    line-height: 1;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    margin-top: -5px;
    transition: all 0.3s linear;
}
.eduhut-language-wrap .language-item:hover a img {
    opacity: 0.7;
}
.eduhut-language-wrap .language-item:hover a .title {
    color: #ff181e;
}
/*--
/*  14 - About CSS
/*----------------------------------------*/

@media only screen and (max-width: 991px) {
    .about-img {
        text-align: center;
    }
}
.about-content p {
    font-size: 22px;
    line-height: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    padding: 0 55px;
    margin-top: 45px;
}
.about-content p span {
    text-decoration: underline;
    -webkit-text-decoration-color: #ff181e;
    text-decoration-color: #ff181e;
    color: #222222;
}
@media only screen and (max-width: 1199px) {
    .about-content p {
        padding: 0 0px;
    }
}
@media only screen and (max-width: 991px) {
    .about-content {
        margin-top: 70px;
    }
}
.eduhut-about-section-02 .about-img-wrap {
    position: relative;
    z-index: 1;
}
.eduhut-about-section-02 .about-img-wrap .shape-1 {
    position: absolute;
    left: 15%;
    top: -17%;
    z-index: -1;
}
.eduhut-about-section-02 .about-img-wrap .shape-1 svg {
    fill: #ff181e;
}
.eduhut-about-section-02 .about-img-wrap .shape-2 {
    position: absolute;
    left: 12%;
    top: 15%;
}
.eduhut-about-section-02 .about-img-wrap .shape-2 svg {
    fill: none;
    stroke-width: 2px;
    stroke: #ffffff;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}
.eduhut-about-section-02 .about-img-wrap .about-img.about-img-02 {
    margin-top: 105px;
}
.eduhut-about-section-02 .about-content-02 {
    padding-left: 105px;
}
@media only screen and (max-width: 1399px) {
    .eduhut-about-section-02 .about-content-02 {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-about-section-02 .about-content-02 {
        padding-left: 0;
        margin-top: 50px;
    }
}
.eduhut-about-section-02 .about-content-02 p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 35px;
}
.eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item {
    margin-top: 30px;
}
@media only screen and (max-width: 991px) {
    .eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item {
        padding: 0 25px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item {
        padding: 0 0px;
    }
}
.eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item img {
    height: 55px;
}
.eduhut-about-section-02 .about-content-02 .about-list-wrap .about-list-item .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 15px;
}
@media only screen and (max-width: 575px) {
    .eduhut-about-section-02 .about-img-wrap .shape-1 {
        display: none;
    }
    .eduhut-about-section-02 .about-img-wrap .shape-2 {
        display: none;
    }
    .eduhut-about-section-02 .about-img-wrap .about-img.about-img-02 {
        margin-top: 40px;
    }
}
.eduhut-about-section-03 .about-wrap-03 {
    position: relative;
    z-index: 1;
}
.eduhut-about-section-03 .about-wrap-03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f3f3f8;
    width: 82%;
    height: 100%;
    z-index: -1;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap {
    padding-left: 75px;
    padding-right: 80px;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap ul {
    padding-top: 15px;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap ul li {
    font-size: 16px;
    color: #29303b;
    margin-top: 10px;
}
.eduhut-about-section-03 .about-wrap-03 .about-content-wrap ul li i {
    color: #ff181e;
    margin-right: 15px;
}
.eduhut-about-section-03 .about-wrap-03 .about-img-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
}
.eduhut-about-section-03 .about-wrap-03 .about-img-wrap .about-img.about-img-02 {
    margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-about-section-03 .about-wrap-03 .about-content-wrap {
        padding-left: 30px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .eduhut-about-section-03 .about-wrap-03::before {
        display: none;
    }
    .eduhut-about-section-03 .about-wrap-03 .about-content-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
    .eduhut-about-section-03 .about-wrap-03 .about-img-wrap {
        padding-bottom: 0px;
    }
}
/*--
/*  15 - Video CSS
/*----------------------------------------*/

.eduhut-video-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.eduhut-video-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 59%) 40%, rgba(146, 152, 197, 0.347759) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.eduhut-video-section .shape-01 {
    position: absolute;
    width: 100%;
    height: 100px;
    right: 0;
    left: 0px;
    top: 0px;
    background: #fff;
    transform: skewY(-3deg);
    transform-origin: 0;
}
.eduhut-video-section .video-content .section-title .title {
    color: #ffffff;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
}
.eduhut-video-section .video-content .play-btn {
    margin-top: 30px;
}
.eduhut-video-section .video-content .play-btn .play-icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.eduhut-video-section .video-content .play-btn .play-icon i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #ff181e;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #222222;
}
.eduhut-video-section .video-content .play-btn .text {
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #ffffff;
}
.eduhut-video-section .video-form {
    background: #ffffff;
    max-width: 410px;
    border-top: 10px solid #ff181e;
    padding: 40px 25px 50px;
    margin-left: auto;
    margin-top: -200px;
    position: relative;
    z-index: 1;
}
.eduhut-video-section .video-form .video-form-inner .title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 30px;
    padding-bottom: 20px;
}
.eduhut-video-section .video-form .video-form-inner .single-form {
    margin-top: 20px;
}
.eduhut-video-section .video-form .video-form-inner .single-form .nice-select {
    width: 100%;
    height: 60px;
    line-height: 58px;
    background: #f2f2f2;
    color: #222222;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
}
.eduhut-video-section .video-form .video-form-inner .single-form .nice-select::after {
    border-bottom: 2px solid #222222;
    border-right: 2px solid #222222;
}
.eduhut-video-section .video-form .video-form-inner .single-form .nice-select .list {
    width: 100%;
}

select{
    width: 100%;
    height: 45px;
    line-height: 58px;
    background: #f2f2f2;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 20px;
}

.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 45px;
    line-height: 58px;
    background: #f2f2f2;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
}
.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.eduhut-video-section .video-form .video-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.eduhut-video-section .video-form .video-form-inner .form-btn {
    margin-top: 30px;
}
.eduhut-video-section .video-form .video-form-inner .form-btn .btn {
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
}
@media only screen and (max-width: 991px) {
    .eduhut-video-section .shape-01 {
        top: -60px;
    }
    .eduhut-video-section .video-content {
        text-align: center;
    }
    .eduhut-video-section .video-form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-video-section .shape-01 {
        top: -25px;
    }
    .eduhut-video-section .video-content {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-video-section .video-form .video-form-inner .form-btn .btn {
        padding: 0 45px;
    }
}
/*--
/*  16 - Call CSS
/*----------------------------------------*/

.call-content .call-number-wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.call-content .call-number-wrap .call-number {
    text-align: left;
    margin-left: 30px;
}
@media only screen and (max-width: 449px) {
    .call-content .call-number-wrap .call-number {
        margin-left: 20px;
    }
}
.call-content .call-number-wrap .call-number .text {
    font-size: 24px;
    line-height: 30px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 449px) {
    .call-content .call-number-wrap .call-number .text {
        font-size: 18px;
    }
}
.call-content .call-number-wrap .call-number .number {
    font-size: 48px;
    line-height: 54px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #0a121e;
}
@media only screen and (max-width: 991px) {
    .call-content .call-number-wrap .call-number .number {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .call-content .call-number-wrap .call-number .number {
        font-size: 35px;
    }
}
@media only screen and (max-width: 449px) {
    .call-content .call-number-wrap .call-number .number {
        font-size: 25px;
        line-height: 40px;
    }
}
/*--
/*  17 - FAQ CSS
/*----------------------------------------*/

.faq-wrap {
    padding-top: 70px;
}
.faq-content-wrap {
    padding-right: 110px;
}
@media only screen and (max-width: 1199px) {
    .faq-content-wrap {
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .faq-accordion {
        margin-top: 50px;
    }
}
.faq-accordion .accordion-item {
    border: 0;
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.06);
    margin-top: 35px;
    position: relative;
}
.faq-accordion .accordion-item::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: -8px;
    background: #212121;
    width: 100%;
    height: 95%;
    z-index: -1;
}
.faq-accordion .accordion-item:first-of-type {
    margin-top: 0;
}
.faq-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-accordion .accordion-item .accordion-button {
    padding: 30px 50px;
    padding-left: 85px;
}
.faq-accordion .accordion-item .accordion-button .title {
    font-size: 20px;
    color: #222222;
    font-family: "Urbanist", sans-serif;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.faq-accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-accordion .accordion-item .accordion-button .faq-button {
    position: absolute;
    left: 35px;
    height: 32px;
    width: 32px;
    background: #ff181e;
    color: #222222;
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(90deg);
    transition: all 0.3s linear;
}
.faq-accordion .accordion-item .accordion-button .faq-button i {
    font-size: 15px;
    color: #fff;
}
.faq-accordion .accordion-item .accordion-button:hover {
    z-index: 0;
}
.faq-accordion .accordion-item .accordion-body {
    font-size: 19px;
    line-height: 30px;
    color: #555;
    padding: 30px 50px;
    padding-top: 0;
}
.faq-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) .faq-button {
    transform: rotate(-90deg);
}
.faq-accordion .accordion-item:hover .accordion-button .faq-button {
    transform: rotate(-90deg);
}
.faq-accordion-wrapper {
    display: flex;
    padding-top: 60px;
}
@media only screen and (max-width: 991px) {
    .faq-accordion-wrapper {
        display: block;
    }
}
.faq-accordion-wrapper .faq-col {
    width: 50%;
}
@media only screen and (max-width: 991px) {
    .faq-accordion-wrapper .faq-col {
        width: 100%;
    }
}
.faq-accordion-wrapper .faq-col:first-child {
    padding-right: 25px;
}
@media only screen and (max-width: 991px) {
    .faq-accordion-wrapper .faq-col:first-child {
        padding-right: 0px;
    }
}
.faq-accordion-wrapper .faq-col:last-child {
    padding-left: 25px;
}
@media only screen and (max-width: 991px) {
    .faq-accordion-wrapper .faq-col:last-child {
        padding-left: 0px;
    }
}
.faq-accordion-wrapper .accordion-item {
    border: 0;
    margin-bottom: 10px;
}
.faq-accordion-wrapper .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-accordion-wrapper .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*--
/*  18 - Price CSS
/*----------------------------------------*/

.eduhut-price-section .price-left {
    padding: 0 45px;
}
.eduhut-price-section .price-left p {
    font-size: 20px;
    line-height: 32px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    margin-top: 25px;
    padding-right: 145px;
}
.eduhut-price-section .price-right {
    display: flex;
}
.eduhut-price-section .price-right .price-discount-wrap {
    background: #dcf1f6;
    max-width: 285px;
    height: 340px;
    padding: 45px 30px;
    border: 8px solid #ffffff;
    position: relative;
    right: -85px;
    top: 30px;
}
.eduhut-price-section .price-right .price-discount-wrap .discount {
    height: 50px;
    line-height: 50px;
    background: #ff181e;
    display: inline-block;
    font-size: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #222222;
    padding: 0 45px;
}
.eduhut-price-section .price-right .price-discount-wrap .year {
    font-size: 72px;
    line-height: 60px;
    margin-top: 30px;
}
.eduhut-price-section .price-right .price-discount-wrap .year span {
    font-size: 24px;
}
.eduhut-price-section .price-right .price-discount-wrap .btn {
    height: 50px;
    line-height: 50px;
    background: #000000;
    font-size: 18px;
    color: #ffffff;
    padding: 0 60px;
    margin-top: 20px;
}
.eduhut-price-section .price-right .price-discount-wrap .btn:hover {
    background: #ff181e;
    color: #222222;
}
.eduhut-price-section .price-right .price-list-wrap {
    background: #e4ffe7;
    display: inline-block;
    padding: 45px 43px 50px 140px;
    max-width: 470px;
    flex: 1;
}
.eduhut-price-section .price-right .price-list-wrap .title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
}
.eduhut-price-section .price-right .price-list-wrap .price-list-item {
    margin-top: 15px;
}
.eduhut-price-section .price-right .price-list-wrap .price-list-item .price-icon {
    color: #ff181e;
}
.eduhut-price-section .price-right .price-list-wrap .price-list-item .price-text {
    font-size: 18px;
    line-height: 32px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    margin-left: 8px;
}
@media only screen and (max-width: 1399px) {
    .eduhut-price-section .price-left {
        padding: 0 30px;
    }
    .eduhut-price-section .price-right .price-discount-wrap {
        right: -55px;
    }
    .eduhut-price-section .price-right .price-list-wrap {
        padding: 45px 35px 50px 95px;
    }
    .eduhut-price-section .price-right .price-list-wrap .price-list-item .price-text {
        margin-left: 6px;
    }
}
@media only screen and (max-width: 1199px) {
    .eduhut-price-section .price-left {
        padding: 0 0px;
        padding-right: 120px;
    }
    .eduhut-price-section .price-right {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .eduhut-price-section .price-left {
        padding-right: 0;
    }
    .eduhut-price-section .price-left p {
        padding-right: 0px;
        font-size: 18px;
    }
    .eduhut-price-section .price-right {
        flex-direction: column;
        gap: 25px;
    }
    .eduhut-price-section .price-right .price-discount-wrap {
        position: inherit;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 449px) {
    .eduhut-price-section .price-right .price-list-wrap {
        padding: 45px 30px 50px 30px;
    }
    .eduhut-price-section .price-right .price-list-wrap .price-list-item .price-text {
        margin-left: 6px;
    }
}
/*--
/*  19 - Page Banner CSS
/*----------------------------------------*/

.page-banner-section {
    padding-top: 80px;
    min-height: 650px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .page-banner-section {
        min-height: 520px;
    }
}
@media only screen and (max-width: 991px) {
    .page-banner-section {
        min-height: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .page-banner-section {
        min-height: 350px;
    }
}
.page-banner-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #131f47;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-banner .title {
    font-size: 60px;
    line-height: 1.25;
    font-family: "Urbanist", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}
@media only screen and (max-width: 1199px) {
    .page-banner .title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .page-banner .title {
        font-size: 30px;
    }
}
.page-banner .breadcrumb {
    display: inline-flex;
    background: #ff2660;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.page-banner .breadcrumb .breadcrumb-item {
    color: #ffffff;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
}
.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    font-family: flaticon !important;
    font-size: 16px;
    padding-right: 5px;
    color: #ffffff;
}
/*--
/*  23 - Courses Grid CSS
/*----------------------------------------*/

.course-list-wrapper {
    margin-top: -50px;
}
.course-hover {
    width: 360px;
    z-index: 11;
    padding: 30px 50px;
    position: relative;
}
.course-hover::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    left: -8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.course-hover .top-meta .price {
    display: inline-block;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    padding: 0 25px;
    background: #ff181e;
    color: #000000;
}
.course-hover .title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.course-hover .courses-meta {
    display: flex;
    margin-top: 10px;
    gap: 15px;
}
.course-hover .courses-meta .student {
    font-size: 13px;
    color: #838383;
    margin-top: 5px;
}
.course-hover .courses-meta .student i {
    color: #101213;
}
.course-hover .courses-key-future {
    padding-top: 15px;
}
.course-hover .courses-key-future .title {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}
.course-hover .courses-key-future .future-list {
    padding-top: 5px;
}
.course-hover .courses-key-future .future-list li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.course-hover .courses-key-future .future-list li+li {
    margin-top: 10px;
}
.course-hover .courses-key-future .future-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f132";
    font-family: "flaticon";
    color: #3bbca7;
}
.course-hover .courses-btn {
    padding-top: 25px;
}
.course-hover .courses-btn .btn {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: block;
    background: #000000;
    color: #ffffff;
}
.course-hover .courses-btn .btn:hover {
    background: #ff181e;
    color: #ffffff;
}
#powerTip {
    background-color: transparent;
    border-color: #ffffff;
    color: inherit;
    white-space: normal;
    box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
}
#course-hover {
    display: none;
}
.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: #676767;
    white-space: nowrap;
    margin-right: 10px;
}
.course-top-text {
    margin-top: 15px;
}
.course-top-text p {
    color: #838383;
}
.course-top-text p span {
    font-weight: 700;
    color: #222222;
}
.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: #676767;
    font-size: 15px;
}
.course-top-menu .nav li button.active {
    color: #222222;
}
.course-top-action {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #f6f7f9;
    height: 40px;
    line-height: 40px;
}
.course-top-action .nice-select {
    float: none;
    height: auto;
    line-height: 1;
    padding: 0;
    padding-right: 20px;
    border: 0;
    color: #222222;
    font-weight: 700;
    font-size: 15px;
    background: none;
}
.course-top-action .nice-select::after {
    right: 0;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
    margin-top: -6px;
}
.course-top-action .nice-select .option {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 500;
}
.course-collapse-btn {
    margin-top: 15px;
}
.course-collapse-btn .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color: #a9a9a9;
}
.course-collapse-btn .btn span {
    color: #222222;
}
.course-collapse-btn .btn i {
    margin: 0 3px;
    transition: all 0.3s linear;
}
.course-collapse-btn .btn i:last-child {
    color: #222222;
}
.course-collapse-btn .btn.collapsed {
    background-color: #ffffff;
}
.course-collapse-btn .btn:hover {
    border: 1px solid #ff181e;
}
.course-collapse-btn .btn:hover i {
    color: #ff181e;
}
.course-collapse {
    background-color: #ffffff;
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin-top: 50px;
    padding: 35px 40px;
    transition: all 0.3s linear;
}
.course-list-wrapper .sidebar-widget-02 .widget-title {
    font-size: 18px;
}
.course-list-wrapper .courses-content-wrap-04 {
    padding-top: 0;
}
.course-list-wrapper .single-course-02 {
    background: #ffffff;
    border: 1px solid #ebebeb;
}
.course-list-wrapper .single-course-02 .courses-content {
    padding: 25px 25px 35px;
    padding-right: 25px;
}
.course-list-wrapper .single-course-02 .courses-content .courses-author .name {
    color: #222222;
}
.course-list-wrapper .single-course-02 .courses-content .title {
    font-size: 20px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 5px;
}
.course-list-wrapper .single-course-02 .courses-content .title:hover a {
    color: #ff181e;
}
.course-list-wrapper .single-course-02 .courses-content .rating {
    position: relative;
    display: inline-block;
}
.course-list-wrapper .single-course-02 .courses-content .rating::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #dedede;
    font-size: 13px;
    letter-spacing: 2px;
}
.course-list-wrapper .single-course-02 .courses-content .rating .rating-on {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.course-list-wrapper .single-course-02 .courses-content .rating .rating-on::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #fda611;
    font-size: 13px;
    letter-spacing: 2px;
}
.course-list-wrapper .single-course-02 .courses-content .courses-meta .course-enroll-rating p {
    font-size: 13px;
}
.course-list-wrapper .single-course-02 .courses-content .courses-meta .course-enroll-rating p i {
    color: #101213;
}
.sidebar-widget-02+.sidebar-widget-02 {
    padding-top: 22px;
}
.widget-checkbox {
    margin-top: 18px;
}
.widget-checkbox .checkbox-list li {
    min-height: auto;
    margin-bottom: 0;
    margin-top: 18px;
}
.widget-checkbox .checkbox-list li label {
    line-height: 1.3;
}
.widget-checkbox .rating {
    position: relative;
    display: inline-block;
}
.widget-checkbox .rating::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #dedede;
    font-size: 14px;
    letter-spacing: 2px;
}
.widget-checkbox .rating .rating-on {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.widget-checkbox .rating .rating-on::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #fda000;
    font-size: 14px;
    letter-spacing: 2px;
}
.sidebar-wrap-02 {
    background-color: #ffffff;
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    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;
    }
}
.single-course-list {
    display: flex;
    padding: 50px 0;
}
@media only screen and (max-width: 767px) {
    .single-course-list {
        display: block;
        padding: 30px 0;
    }
}
.single-course-list:first-child {
    padding-top: 30px;
}
.single-course-list:last-child {
    padding-bottom: 0;
}
.single-course-list+.single-course-list {
    border-top: 1px solid #ebebeb;
}
.single-course-list .course-image {
    overflow: hidden;
    flex-shrink: 0;
}
.single-course-list .course-image a {
    display: block;
    position: relative;
}
.single-course-list .course-image a img {
    width: 300px;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
    .single-course-list .course-image a img {
        width: 100%;
    }
}
.single-course-list .course-content {
    padding-left: 30px;
    flex-grow: 1;
}
@media only screen and (max-width: 767px) {
    .single-course-list .course-content {
        padding-left: 0;
        padding-top: 25px;
    }
}
.single-course-list .course-content .top-meta {
    display: flex;
    flex-wrap: wrap;
}
.single-course-list .course-content .top-meta>* {
    margin-right: 15px;
}
.single-course-list .course-content .top-meta>*:last-child {
    margin-right: 0;
}
.single-course-list .course-content .top-meta .price {
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    padding: 0 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #000000;
    white-space: nowrap;
}
.single-course-list .course-content .top-meta .price.color-1 {
    background: #ff181e;
}
.single-course-list .course-content .top-meta .price.color-2 {
    background: #ff181e;
}
.single-course-list .course-content .top-meta .price.color-3 {
    background: #ff2660;
}
.single-course-list .course-content .top-meta .tag {
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    border-radius: 5px;
    padding: 0 25px;
    height: 25px;
    line-height: 25px;
    background: #dcf1f6;
    display: inline-block;
    color: #222222;
    white-space: nowrap;
}
.single-course-list .course-content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 15px;
}
.single-course-list .course-content .courses-author {
    margin-top: 5px;
}
.single-course-list .course-content .courses-author .name {
    font-size: 12px;
    color: #222222;
}
.single-course-list .course-content .courses-author .name span {
    color: #838383;
}
.single-course-list .course-content p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
}
.single-course-list .course-content .bottom-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-course-list .course-content .bottom-meta>* {
    margin-right: 20px;
}
.single-course-list .course-content .bottom-meta>*:last-child {
    margin-right: 0;
}
.single-course-list .course-content .bottom-meta .meta-action {
    font-size: 14px;
    color: #838383;
    margin-top: 5px;
    white-space: nowrap;
}
.single-course-list .course-content .bottom-meta .meta-action i {
    color: #222222;
    margin-right: 2px;
}
.single-course-list .course-content .bottom-meta .rating {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.single-course-list .course-content .bottom-meta .rating .rating-star {
    display: block;
    position: relative;
}
.single-course-list .course-content .bottom-meta .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #b4b4b4;
    letter-spacing: 2px;
}
.single-course-list .course-content .bottom-meta .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.single-course-list .course-content .bottom-meta .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #fda000;
    letter-spacing: 2px;
}
.single-course-list .course-content .bottom-meta .rating span {
    font-size: 13px;
    color: #838383;
}
/*--Page Pagination--*/

.eduhut-pagination {
    margin-top: 60px;
}
.eduhut-pagination .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s linear;
}
.eduhut-pagination .pagination li a.active {
    background-color: #ff181e;
    color: #222222;
}
/*--
/*  24 - Courses Details CSS
/*----------------------------------------*/

.course-details-banner {
    min-height: 580px;
}
.course-details-banner::before {
    opacity: 0.95;
}
.course-details-banner-content {
    max-width: 570px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .course-details-banner-content {
        padding: 50px 0;
    }
}
.course-details-banner-content .rating {
    display: flex;
    align-items: center;
}
.course-details-banner-content .rating .rating-star {
    display: block;
    position: relative;
}
.course-details-banner-content .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #c5c2c2;
    letter-spacing: 4px;
}
.course-details-banner-content .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.course-details-banner-content .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #ffc000;
    letter-spacing: 4px;
}
.course-details-banner-content .rating span {
    font-size: 13px;
    color: #ffffff;
}
.course-details-banner-content .title {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
}
.course-details-banner-content>p {
    margin-top: 15px;
    color: #ffffff;
}
.course-details-banner-content .course-details-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}
.course-details-banner-content .course-details-meta>* {
    padding-left: 40px;
    margin-top: 10px;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .course-details-banner-content .course-details-meta>* {
        padding-left: 20px;
    }
}
.course-details-banner-content .course-details-meta>*::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    background-color: #e1e1e1;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
    .course-details-banner-content .course-details-meta>*::before {
        left: 8px;
    }
}
.course-details-banner-content .course-details-meta>*:first-child {
    padding-left: 0;
}
.course-details-banner-content .course-details-meta>*:first-child::before {
    display: none;
}
.course-details-banner-content .course-details-meta .meta-action:first-child {
    display: flex;
    align-items: center;
}
.course-details-banner-content .course-details-meta .meta-action .meta-author {
    margin-right: 15px;
}
.course-details-banner-content .course-details-meta .meta-action .meta-author img {
    width: 50px;
    border-radius: 50%;
    padding: 2px;
    border: 3px solid #e1e1e1;
}
.course-details-banner-content .course-details-meta .meta-action p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}
@media only screen and (max-width: 1199px) {
    .course-details-wrapper {
        padding-right: 35px;
    }
}
.course-details-wrapper .title {
    font-size: 24px;
    margin-top: -5px;
}
.course-details-wrapper p {
    margin-top: 10px;
}
.course-details-wrapper .lessons-time>* {
    margin-right: 30px;
}
.course-details-wrapper .lessons-time>*:last-child {
    margin-right: 0;
}
.course-details-wrapper .course-learn-list {
    background: #f6f7f9;
    padding: 50px;
    margin-top: 50px;
    border-radius: 5px;
}
@media only screen and (max-width: 575px) {
    .course-details-wrapper .course-learn-list {
        padding: 30px;
    }
}
.course-details-wrapper .course-learn-list ul {
    padding-top: 26px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.course-details-wrapper .course-learn-list ul li {
    font-size: 15px;
    line-height: 2.25;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .course-details-wrapper .course-learn-list ul li {
        width: 100%;
    }
}
.course-details-wrapper .course-learn-list ul li::before {
    position: absolute;
    top: 0;
    left: 10px;
    content: "\f132";
    font-family: "flaticon";
    font-size: 14px;
    color: #000000;
}
.course-details-wrapper .course-lessons {
    border: 1px solid #e8e9eb;
    border-radius: 5px;
    padding: 50px;
    margin-top: 50px;
}
.course-details-wrapper .lessons-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.course-details-wrapper .lessons-top i {
    color: #29303b;
}
.course-details-wrapper .course-instructor {
    margin-top: 50px;
}
.course-details-wrapper .course-review {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 40px;
    margin-top: 50px;
}
@media only screen and (max-width: 575px) {
    .course-details-wrapper .course-review {
        padding: 30px;
    }
}
.course-accordion .accordion-item {
    border-radius: 0;
    margin-top: 20px;
    border: 0;
}
.course-accordion .accordion-item button {
    font-size: 16px;
    font-weight: 700;
    background: #f6f7f9;
    color: #222222;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    transition: all 0.3s linear;
}
.course-accordion .accordion-item button::before {
    content: '\f170';
    font-family: "flaticon";
    font-size: 13px;
    font-weight: 300;
    margin-right: 10px;
    transition: all 0.3s linear;
}
.course-accordion .accordion-item button.collapsed::before {
    content: '\f111';
}
.course-accordion .accordion-item .accordion-body {
    padding: 0;
}
.course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 15px 35px 8px 30px;
    border-top: 1px solid #DCE4E6;
}
@media only screen and (max-width: 449px) {
    .course-accordion .accordion-item .accordion-body .lessons-list li {
        padding: 15px 0px 8px 0px;
    }
}
.course-accordion .accordion-item .accordion-body .lessons-list li:first-child {
    border-top: 0;
}
.course-accordion .accordion-item .accordion-body .lessons-list li a {
    font-size: 16px;
    color: #666666;
    display: block;
}
.course-accordion .accordion-item .accordion-body .lessons-list li a:hover {
    color: #ff181e;
}
.course-accordion .accordion-item .accordion-body .lessons-list li a span {
    display: block;
    float: right;
    white-space: nowrap;
}
.course-accordion .accordion-item .accordion-body .lessons-list li a i {
    margin-right: 5px;
    color: #000000;
}
.instructor-profile {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .instructor-profile {
        flex-direction: column;
    }
}
.instructor-profile .profile-images {
    flex-shrink: 0;
}
.instructor-profile .profile-images img {
    border-radius: 50%;
}
.instructor-profile .profile-content {
    flex-grow: 1;
}
.instructor-profile .profile-content .name {
    font-size: 20px;
    font-weight: 700;
}
.instructor-profile .profile-content .profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 5px;
}
.instructor-profile .profile-content .profile-meta .rating {
    display: flex;
    align-items: center;
}
.instructor-profile .profile-content .profile-meta .rating .rating-star {
    display: block;
    position: relative;
}
.instructor-profile .profile-content .profile-meta .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #c5c2c2;
    letter-spacing: 4px;
}
.instructor-profile .profile-content .profile-meta .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.instructor-profile .profile-content .profile-meta .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #ffc000;
    letter-spacing: 4px;
}
.instructor-profile .profile-content .profile-meta .rating span {
    font-size: 13px;
    font-weight: 700;
    color: #676767;
}
.instructor-profile .profile-content .profile-meta .meta-action {
    font-size: 14px;
    color: #838383;
}
.instructor-profile .profile-content .profile-meta .meta-action i {
    color: #000000;
}
.instructor-profile .profile-content p {
    font-size: 15px;
    line-height: 30px;
}
.review-rating {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .review-rating {
        display: block;
    }
}
.review-rating .rating-box {
    text-align: center;
    width: 190px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.08);
    padding: 33px 20px;
    flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
    .review-rating .rating-box {
        margin: 0 auto;
    }
}
.review-rating .rating-box .count {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #222222;
    line-height: 1;
}
.review-rating .rating-box .rating-star {
    display: inline-block;
    position: relative;
}
.review-rating .rating-box .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 18px;
    color: #c5c2c2;
    letter-spacing: 4px;
}
.review-rating .rating-box .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.review-rating .rating-box .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 18px;
    color: #ffc000;
    letter-spacing: 4px;
}
.review-rating .rating-box p {
    margin-top: 0;
}
.review-rating .rating-percentage {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media only screen and (max-width: 575px) {
    .review-rating .rating-percentage {
        margin-top: 30px;
    }
}
.single-rating-percentage {
    display: flex;
    align-items: center;
}
.single-rating-percentage .label {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    white-space: nowrap;
}
.single-rating-percentage .rating-line {
    width: 100%;
    height: 10px;
    background-color: #ebebeb;
    position: relative;
    margin: 0 20px;
}
.single-rating-percentage .rating-line .line-bar {
    position: absolute;
    height: 100%;
    background-color: #fcca45;
}
.review-items {
    padding-top: 30px;
}
.single-review {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
@media only screen and (max-width: 575px) {
    .single-review {
        flex-direction: column;
    }
}
.single-review .review-author {
    flex-shrink: 0;
}
.single-review .review-author img {
    width: 70px;
    border-radius: 50%;
}
.single-review .review-content {
    flex-grow: 1;
}
.single-review .review-content .review-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -3px;
}
.single-review .review-content .review-top .name {
    font-size: 18px;
    font-weight: 700;
}
.single-review .review-content .review-top .rating-star {
    display: inline-block;
    position: relative;
    margin-right: auto;
}
.single-review .review-content .review-top .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 14px;
    color: #c5c2c2;
    letter-spacing: 4px;
}
.single-review .review-content .review-top .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.single-review .review-content .review-top .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 14px;
    color: #ffc000;
    letter-spacing: 4px;
}
.sidebar-details-wrap {
    margin-top: -500px;
    position: relative;
    z-index: 1;
    position: sticky;
    top: 100px;
}
@media only screen and (max-width: 1199px) {
    .sidebar-details-wrap {
        margin-top: -420px;
    }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-details-wrap {
        margin-top: 50px;
    }
}
.sidebar-details-video-description {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.12);
}
.sidebar-details-video-description .sidebar-video {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.sidebar-details-video-description .sidebar-video::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 40%);
    top: 0;
    left: 0;
}
.sidebar-details-video-description .sidebar-video img {
    width: 100%;
}
.sidebar-details-video-description .sidebar-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #ff181e;
    border-radius: 50%;
    font-size: 14px;
    color: #29303b;
    text-align: center;
    z-index: 2;
}
.sidebar-details-video-description .sidebar-video .play:hover {
    color: #ffffff;
    background-color: #ff181e;
}
.sidebar-details-video-description .sidebar-description {
    padding: 40px 40px 60px;
}
@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 .price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-details-video-description .sidebar-description .price-wrap .price {
    margin-top: -5px;
}
.sidebar-details-video-description .sidebar-description .price-wrap .price .sale-price {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}
.sidebar-details-video-description .sidebar-description .price-wrap .price .regular-price {
    font-size: 16px;
    font-weight: 400;
    color: #a2a2a2;
    text-decoration: line-through;
    margin-left: 10px;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link {
    position: relative;
    display: flex;
    align-items: center;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .link-icon {
    font-size: 16px;
    color: #000000;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link:hover .social-share-wrapper {
    opacity: 1;
    visibility: visible;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper {
    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(100% + -2px);
    transform: translateX(-65%);
    background-color: #28314b;
    z-index: 2;
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
    padding: 2px;
    line-height: 0;
    white-space: nowrap;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper::after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5.5px 0 5.5px;
    border-color: #28314b transparent transparent transparent;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper ul li {
    display: inline-block;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper ul li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    color: #ffffff;
    border-radius: inherit;
    text-align: center;
    transition: all 0.3s linear;
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .social-share-wrapper ul li:hover a {
    background: rgba(255, 255, 255, 0.13);
}
.sidebar-details-video-description .sidebar-description .price-wrap .share-link .share-btn {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-left: 10px;
}
.sidebar-details-video-description .sidebar-description .btn {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
}
.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: 15px;
    color: #676767;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 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 {
    margin: 0 4px 0 0;
}
.sidebar-details-video-description .sidebar-description .description-list li span {
    font-weight: 400;
    float: right;
    display: block;
}
.sidebar-details-course {
    margin-top: 60px;
}
.sidebar-details-title {
    font-size: 22px;
    font-weight: 700;
}
.sidebar-details-courses li {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}
.sidebar-details-courses li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebar-course-item {
    display: flex;
    align-items: center;
    gap: 30px;
}
.sidebar-course-item .item-image {
    flex-shrink: 0;
}
.sidebar-course-item .item-image img {
    width: 100px;
    height: 100px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.sidebar-course-item .item-content {
    flex-grow: 1;
    max-width: 220px;
}
.sidebar-course-item .item-content .title {
    font-size: 16px;
}
.sidebar-course-item .item-content .price {
    font-size: 14px;
    color: #838383;
    margin-top: 5px;
}
.sidebar-course-item .item-content .price span {
    font-size: 16px;
    font-weight: 700;
    color: #ff181e;
}
/*--
/*  25 - Blog List CSS
/*----------------------------------------*/

.blog-standard-wrap {
    margin-top: -70px;
}
.blog-standard-wrap .blog-post-wrap {
    padding-right: 60px;
}
@media only screen and (max-width: 991px) {
    .blog-standard-wrap .blog-post-wrap {
        padding-right: 0;
    }
}
.single-blog-post {
    margin-top: 70px;
}
.single-blog-post .blog-content {
    margin-top: 50px;
    padding-top: 0;
}
.single-blog-post .blog-content .meta .tag {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    background: #ff181e;
    display: inline-block;
    text-transform: uppercase;
    color: #222222;
    border-radius: 35px;
    padding: 0 10px;
}
@media only screen and (max-width: 575px) {
    .single-blog-post .blog-content .meta .tag {
        margin-right: 10px;
    }
}
.single-blog-post .blog-content .meta .blog-meta {
    font-size: 13px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #838383;
    margin-left: 10px;
}
.single-blog-post .blog-content .title {
    font-size: 30px;
    line-height: 42px;
    padding-right: 110px;
    color: #222222;
    margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
    .single-blog-post .blog-content .title {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .single-blog-post .blog-content .title {
        font-size: 24px;
        line-height: 36px;
    }
}
.single-blog-post .blog-content .title:hover a {
    color: #ff181e;
}
.single-blog-post .blog-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.single-blog-post .blog-content .btn {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-top: 30px;
}
.blog-sidebar {
    margin-top: 70px;
    position: sticky;
    top: 0;
}
.sidebar-widget {
    margin-top: 45px;
}
.sidebar-widget.sidebar-widget-1 {
    margin-top: 0;
}
.sidebar-widget .search-form {
    position: relative;
    margin-top: 10px;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 1px solid #e1e1e1;
    border-radius: 40px;
    color: #93a1a2;
    font-weight: 500;
    outline: none;
    overflow: hidden;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #93a1a2;
    font-weight: 400;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #93a1a2;
    font-weight: 400;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #93a1a2;
    font-weight: 400;
}
.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #93a1a2;
    font-weight: 400;
}
.sidebar-widget .search-form button {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 5px;
    background: transparent;
    color: #111111;
    border: 0;
    top: 50%;
    font-size: 16px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}
.sidebar-widget .search-form button:hover {
    color: #ff181e;
}
.sidebar-widget .widget-title {
    margin-bottom: 20px;
}
.sidebar-widget .widget-title .title {
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    color: #222222;
    position: relative;
    display: inline-block;
}
.sidebar-widget .widget-title .title::before {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: -60px;
    background: #ff181e;
}
.sidebar-widget .recent-posts ul li {
    margin-top: 30px;
}
.sidebar-widget .recent-posts ul li:first-child {
    margin-top: 0;
}
.sidebar-widget .recent-posts ul li .post-link {
    display: flex;
    align-items: center;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb {
    margin-right: 20px;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    min-width: 70px;
    height: 70px;
    border-radius: 5px;
    image-rendering: crisp-edges;
}
.sidebar-widget .recent-posts ul li .post-link .post-text {
    flex: 1;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
    font-size: 14px;
    line-height: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    transition: all 0.3s linear;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #838383;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
    margin-right: 5px;
}
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
    color: #ff181e;
}
.sidebar-widget .category li {
    margin-top: 15px;
}
.sidebar-widget .category li a {
    font-size: 16px;
    color: #29303c;
    line-height: 20px;
}
.sidebar-widget .category li a span {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
    color: #29303c;
    transition: all 0.3s linear;
}
.sidebar-widget .category li a::before {
    content: '\f16e ';
    font-family: flaticon;
    font-size: 10px;
    color: #29303c;
    margin-right: 10px;
}
.sidebar-widget .category li a:hover {
    color: #ff181e;
}
.sidebar-widget .category li a:hover span {
    color: #ff181e;
}
.sidebar-widget .widget-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 60px 30px 70px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.sidebar-widget .widget-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.4);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sidebar-widget .widget-banner .banner-content {
    max-width: 220px;
}
.sidebar-widget .widget-banner .banner-content .price {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #ff2660;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}
.sidebar-widget .widget-banner .banner-content .title {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 20px;
}
.sidebar-widget .widget-banner .banner-content .btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 25px;
    margin-top: 20px;
}
.sidebar-widget .widget-banner .banner-content .btn:hover {
    background: #ffffff;
    color: #ff181e;
}
/*--
/*  26 - Blog Details CSS
/*----------------------------------------*/

.blog-wrapper-02 {
    margin-top: -70px;
}
.blog-details-wrapper {
    margin-top: 50px;
    padding-right: 60px;
}
.blog-details-wrapper .single-blog-post .blog-img img {
    width: 100%;
}
.blog-details-content {
    padding-top: 25px;
}
.blog-details-content>p {
    margin-top: 0;
}
.blog-details-content .blockquote {
    background: #f3f3f8;
    display: flex;
    padding: 40px;
    padding-top: 30px;
    margin: 40px 0;
}
.blog-details-content .blockquote .blockquote-icon {
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #222222;
    text-align: center;
    border-radius: 50%;
    margin-top: 2px;
}
.blog-details-content .blockquote .blockquote-icon svg {
    fill: #ffffff;
    width: 20px;
}
.blog-details-content .blockquote .blockquote-content {
    flex-grow: 1;
    padding-left: 20px;
}
.blog-details-content .blockquote .blockquote-content p {
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #222222;
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    .blog-details-content .blockquote .blockquote-content p {
        font-size: 16px;
        line-height: 1.5;
    }
}
.blog-details-content .btn {
    margin-top: 25px;
}
.blog-tags-social {
    padding-top: 10px;
    border-top: 1px solid rgba(65, 70, 79, 0.14);
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-tags-social .blog-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px;
}
.blog-tags-social .blog-tags .label {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #222222;
    padding-right: 6px;
}
.blog-tags-social .blog-tags ul {
    display: flex;
}
.blog-tags-social .blog-tags ul li {
    padding: 0 6px;
}
.blog-tags-social .blog-tags ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    padding: 0 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f7f9;
    border-radius: 5px;
}
.blog-tags-social .blog-tags ul li a:hover {
    background-color: #ff181e;
    color: #ffffff;
}
.blog-tags-social .blog-social .social {
    display: flex;
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 30px;
}
.blog-tags-social .blog-social .social li {
    padding: 0 3px;
}
.blog-tags-social .blog-social .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    color: #222222;
}
.blog-tags-social .blog-social .social li a:hover.facebook {
    color: #4867AA;
}
.blog-tags-social .blog-social .social li a:hover.twitter {
    color: #1DA1F2;
}
.blog-tags-social .blog-social .social li a:hover.pinterest {
    color: #BD081B;
}
.blog-details-pagination {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e1e1e1;
    padding: 10px 30px;
    position: relative;
    margin-top: 80px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
    .blog-details-pagination {
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details-pagination {
        padding: 0 10px;
    }
}
.blog-details-pagination::before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #e1e1e1;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .blog-details-pagination::before {
        width: auto;
        height: 1px;
        left: 30px;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
}
.blog-details-pagination .previous-post, .blog-details-pagination .next-post {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .blog-details-pagination .previous-post, .blog-details-pagination .next-post {
        width: 100%;
    }
}
.blog-details-pagination .blog-details-post {
    display: flex;
    align-items: center;
    padding: 30px 0;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
    .blog-details-pagination .blog-details-post {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details-pagination .blog-details-post {
        padding: 20px 0;
    }
}
.blog-details-pagination .blog-details-post .details-post-thumb {
    flex-shrink: 0;
}
.blog-details-pagination .blog-details-post .details-post-thumb a i {
    font-size: 20px;
    color: #222222;
    padding: 0 10px;
}
.blog-details-pagination .blog-details-post .details-post-thumb a img {
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-details-pagination .blog-details-post .details-post-content {
    flex-grow: 1;
    padding: 0 22px;
}
.blog-details-pagination .blog-details-post .details-post-content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
    .blog-details-pagination .blog-details-post .details-post-content .title {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details-pagination .blog-details-post .details-post-content .title {
        font-size: 15px;
    }
}
.blog-details-pagination .blog-details-post .details-post-content .date {
    color: #ff181e;
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #838383;
    margin-top: 5px;
    display: block;
}
.comment-box {
    margin-top: 50px;
}
.commtent-reply {
    padding-left: 105px;
}
@media only screen and (max-width: 767px) {
    .commtent-reply {
        padding-left: 0;
    }
}
.single-comment {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 575px) {
    .single-comment {
        display: block;
    }
}
.single-comment .comment-author {
    flex-shrink: 0;
}
.single-comment .comment-author img {
    width: 70px;
    border-radius: 50%;
}
.single-comment .comment-content {
    flex-grow: 1;
    padding-left: 30px;
}
@media only screen and (max-width: 575px) {
    .single-comment .comment-content {
        padding-left: 0;
        padding-top: 25px;
    }
}
.single-comment .comment-content .name {
    font-size: 16px;
    font-weight: 700;
}
.single-comment .comment-content p {
    margin-top: 5px;
}
.single-comment .comment-content .meta {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}
.single-comment .comment-content .meta .date {
    font-size: 12px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    color: #b2b2b2;
}
.single-comment .comment-content .meta>* {
    margin-right: 30px;
}
.single-comment .comment-content .meta>*:last-child {
    margin-right: 0;
}
.single-comment .comment-content .meta a:hover {
    color: #ff181e;
}
.comment-wrap .comment-form {
    margin-top: 75px;
}
.comment-wrap .comment-form .comment-title {
    font-size: 20px;
    line-height: 30px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    color: #222222;
}
.comment-wrap .comment-form p {
    font-size: 14px;
    line-height: 30px;
    color: #686f7a;
}
.comment-wrap .comment-form .comment-form-wrap {
    padding-top: 10px;
}
.comment-wrap .comment-form .comment-form-wrap .single-form {
    margin-top: 15px;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
    height: 50px;
    padding: 10px 25px;
    border: 1px solid transparent;
    font-size: 13px;
    color: #222222;
    background: #f6f7f9;
    border-radius: 0;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}
.comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ff181e;
}
.comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
    height: 135px;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    padding: 10px 25px;
    padding-top: 15px;
    resize: none;
}
.comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}
.comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 16px;
    padding: 0 40px;
}
/*--
/*  27 - Contact CSS
/*----------------------------------------*/

.contact-info-wrap {
    margin-top: -30px;
}
.single-contact-info {
    background: #f7f3eb;
    text-align: center;
    position: relative;
    padding: 35px 40px 45px;
    margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .single-contact-info {
        padding: 35px 30px 45px;
    }
}
.single-contact-info::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: -8px;
    background: #212121;
    width: 100%;
    height: 97%;
    z-index: -1;
}
.single-contact-info.contact-info-02 {
    background: #dcf1f6;
}
.single-contact-info.contact-info-03 {
    background: #e4ffe7;
}
.single-contact-info .info-icon i {
    font-size: 50px;
    color: #222222;
}
.single-contact-info .info-content .title {
    font-size: 24px;
    margin-bottom: 5px;
}
.single-contact-info .info-content p {
    font-size: 15px;
}
.contact-form-section .contact-wrap .contact-form-wrap {
    padding-top: 30px;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form {
    margin-top: 20px;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control {
    border: 1px solid transparent;
    height: 50px;
    padding: 10px 25px;
    background: #f6f7f9;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
    border-radius: 0;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ff181e;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control {
    height: 135px;
    color: #415674;
    padding: 10px 25px;
    padding-top: 15px;
    resize: none;
}
.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}
.contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn {
    margin-top: 35px;
}
.contact-map-section .contact-map-wrap {
    margin-bottom: -10px;
}
.contact-map-section .contact-map-wrap iframe {
    height: 560px;
    width: 100%;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (max-width: 1199px) {
    .contact-map-section .contact-map-wrap iframe {
        height: 480px;
    }
}
/*--
/*  20 - Team CSS
/*----------------------------------------*/

.team-wrap {
    margin-top: -30px;
}
.single-team {
    background: #ffffff;
    box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 20px 15px 0px;
    margin-top: 30px;
    transition: all 0.3s linear;
}
.single-team .team-img {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.single-team .team-img a {
    display: block;
}
.single-team .team-img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFF0 38%, #00000082 73%);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s linear;
}
.single-team .team-img a img {
    width: 100%;
    transition: all 0.3s linear;
}
.single-team .team-content {
    position: relative;
    padding: 15px 20px 30px;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .single-team .team-content {
        padding: 15px 15px 30px;
    }
}
.single-team .team-content .team-social {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.single-team .team-content .team-social .social li {
    display: inline-block;
}
.single-team .team-content .team-social .social li+li {
    margin-left: 15px;
}
@media only screen and (max-width: 1399px) {
    .single-team .team-content .team-social .social li+li {
        margin-left: 12px;
    }
}
.single-team .team-content .team-social .social li a {
    font-size: 17px;
    transform: translate3d(0, 0, 0);
    color: #ffffff;
}
.single-team .team-content .team-social .social li:hover a {
    transform: translateY(-5px);
    color: #ff181e;
}
.single-team .team-content .name {
    font-size: 20px;
    line-height: 24px;
}
.single-team .team-content .designation {
    font-size: 14px;
    line-height: 24px;
    color: #868686;
}
.single-team:hover {
    box-shadow: 0px 20px 50px rgba(0, 108, 226, 0.1);
}
.single-team:hover .team-img a::before {
    opacity: 1;
    visibility: visible;
}
.single-team:hover .team-img a img {
    transform: scale(1.1);
}
.single-team:hover .team-content .team-social {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -60px);
}
/*--
/*  21 - Team Single CSS
/*----------------------------------------*/

.eduhut-team-profile-section .team-profile {
    background: #ffffff;
    box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 20px;
}
.eduhut-team-profile-section .team-profile .profile-img img {
    width: 100%;
    border-radius: 4px;
}
.eduhut-team-profile-section .team-profile .profile-content {
    padding-top: 20px;
}
.eduhut-team-profile-section .team-profile .profile-content .name {
    font-size: 20px;
    line-height: 24px;
}
.eduhut-team-profile-section .team-profile .profile-content .designation {
    font-size: 14px;
    line-height: 24px;
    color: #868686;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social {
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li {
    display: inline-block;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li a {
    display: inline-block;
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li a.facebook {
    background: #3452cf;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li a.twitter {
    background: #39adf1;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li a.pinterest {
    background: #d54443;
}
.eduhut-team-profile-section .team-profile .profile-content .profile-social ul li+li {
    margin-left: 5px;
}
.eduhut-team-profile-section .team-profile-description-wrap {
    padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
    .eduhut-team-profile-section .team-profile-description-wrap {
        padding-left: 0;
        padding-top: 40px;
    }
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info {
    max-width: 415px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info {
    font-size: 14px;
    line-height: 24px;
    color: #676767;
    margin-top: 10px;
    padding-top: 10px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info+.team-info {
    border-top: 1px solid #ebebeb;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info .title {
    padding-right: 10px;
    display: inline-block;
    width: 115px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info span {
    color: #222222;
    font-weight: 700;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info p {
    display: inline-block;
    margin-left: 10px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-description {
    margin-top: 50px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-description .title {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 15px;
}
.eduhut-team-profile-section .team-profile-description-wrap .team-profile-description p {
    font-size: 15px;
    line-height: 30px;
}
/*--
/*  22 - Login Register CSS
/*----------------------------------------*/

.login-register-section {
    overflow: hidden;
}
.login-register-section .login-register-wrap {
    margin-top: -50px;
}
.login-register-section .login-register-wrap .section-title .title {
    font-size: 36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    color: #222222;
    line-height: 1.2;
    margin-top: -8px;
}
.login-register-section .login-register-wrap .login-register-box {
    border: 1px solid #ebebeb;
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
    margin-top: 20px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
    border: 1px solid transparent;
    background: #f6f7f9;
    font-size: 15px;
    color: #787884;
    font-weight: 400;
    border-radius: 0;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    color: #787884;
    font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    color: #787884;
    font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    color: #787884;
    font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    color: #787884;
    font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
    outline: none;
    border-color: #ff181e;
    box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
    margin-right: 8px;
    margin-top: 3px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
    box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
    display: inline;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
    margin-top: 30px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
    height: 50px;
    line-height: 45px;
}
/*----------------------------------------*/

/*  05. Widget CSS
/*----------------------------------------*/

/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/

.sidebar-wrap {
    border-left: 1px solid #eeeeee;
    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: #676767;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    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;
    }
}
/*--
/*  28.1 - Footer Widget CSS
/*----------------------------------------*/

.footer-widget {
    margin-top: 40px;
}
.footer-widget-title {
    font-size: 20px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #ffffff;
}
.widget-about p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding-right: 60px;
    margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
    .widget-about p {
        padding-right: 0;
    }
}
.footer-social .social {
    margin-top: 30px;
}
.footer-social .social li {
    display: inline-block;
}
.footer-social .social li+li {
    margin-left: 5px;
}
.footer-social .social li a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    background: #2f2e38;
    color: #ffffff;
}
.footer-social .social li a:hover {
    color: #ff181e;
}
.widget-link {
    padding-top: 15px;
}
.widget-link .link li {
    margin-top: 10px;
}
.widget-link .link li a {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s linear;
}
.widget-link .link li a:hover {
    color: #ff181e;
}
.widget-download {
    padding-top: 17px;
}
.widget-download a {
    display: block;
    margin-top: 15px;
}
.widget-download a img {
    border-radius: 4px;
}
.back-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    z-index: 20;
    border-radius: 50%;
    background-color: #ff181e;
    border: 0;
    transition: all 0.3s linear;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0;
    transform: translateX(130%) rotate(90deg);
}
.back-btn:hover {
    background-color: #171621;
    color: #ffffff;
}
.back-btn.active {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
}
/*--
/*  28. Footer CSS
/*----------------------------------------*/

.footer-section {
    background-color: #ff181e;
    padding: 20px 0;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.footer-section-02 {
    background-color: #0a1111;
}
.footer-section-03 {
    background-color: #000000;
}
.footer-widget-wrap {
    margin-top: -40px;
}
.copyright-text {
    margin-top: 30px;
}
.copyright-text p {
    font-size: 14px;
    color: #ffffff;
}
.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 rgb(244 218 88 / 44%);
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: all 200ms linear;
}
.progress-wrap::after {
    position: absolute;
    content: "\f108";
    font-family: flaticon !important;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #ff181e;
    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: #ff181e;
    stroke-width: 4;
    box-sizing: border-box;
}
.progress-wrap.progress-wrap-02 {
    box-shadow: inset 0 0 0 2px rgba(244, 218, 88, 0.3);
}
.progress-wrap.progress-wrap-02::after {
    color: #ff181e;
}
.progress-wrap.progress-wrap-02 svg.progress-circle path {
    stroke: #ff181e;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.main-menu li.active-menu a {
    color: #ff181e !important;
}

.job-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hero-content h2{font-size: 36px;}

.whatsapp {
    position: fixed;
    right: 24px;
    bottom: 35px;
    z-index: 999;
    width: 55px;
}
.video-content p {
    font-size: 22px;
    color: #fff;
    padding: 0;
    margin: 20px 0 0 0;
}



.japiness-heading h2 {
    text-align: center;
}
.japiness-heading p{
    text-align: center;
    font-size: 20px;
}

.demand-area{width: 100%; float: left; margin: 2rem 0; }

.japiness-block {
    width: 100%;
    float: left;
    padding: 30px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    margin: 2rem 0;
    position: relative;
}
.japiness-block h3 {
    font-size: 22px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #3b82f6, #ef4444, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 24px;
}
.japiness-block h4{font-size: 14px;}
.japiness-block h5 {
    font-size: 20px;
    margin: 5px 0;
}
.japiness-block p{font-size: 17px; line-height: 24px;}
.japiness-block:hover{box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;}
.japiness-block .fa {
    width: 50px;
    height: 50px;
    background-color: #333;
    display: inline-block;
    color: #fff;
    border-radius: 90px;
    padding-top: 15px;
    font-size: 20px;
    margin-top: 30px;
    position: absolute;
    bottom: -28px;
}

.banner-area img{width: 100%; height: auto; margin-bottom: 3rem;}

#readMoreBtn{margin-bottom: 2rem;}


.thanks-area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 1rem 0 5rem 0;
    background-color: #fff;
}
.thanks-area img{
    height: 170px;
}
.thanks-area h2 {
    font-size: 37px;
    color: #e33438;
    margin-bottom: 15px;
}
.thanks-area p {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #666;
}




.call-now {
    position: fixed;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.call-now a {
    background: linear-gradient(90deg, #FF181E, #C42C7E, #7942C2, #0076BC);
    background-size: 300% 100%;
    animation: gradient-slide 6s linear infinite, zoom-pulse 2s ease-in-out infinite;
    color: #fff;
    padding: 8px 30px;
    border-radius: 90px;
    font-size: 18px;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Background gradient animation */
@keyframes gradient-slide {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Zoom in / out animation */
@keyframes zoom-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

@media only screen and (min-width: 768px) {
.japiness-block{height: 300px;}
}



@media only screen and (min-width: 1200px) {
.five-cols{width: 20% !important; float: left;}
}

