 /*
Theme Name: educatex 
Theme URI: https://wp.ditsolution.net/educatex/
Description: Educatex - Education & Online Course WordPress Theme 
Author: DreamIT Solution
Author URI: https://themeforest.net/user/dreamit-solution
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
Tags: custom-menu, editor-style, featured-images
Text Domain: educatex
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*---------------------------------------- Don't change any css from here. If you need to change, Please use child theme. ------------------------------------------*/
 html, body {
}
 img {
     max-width: 100%;
     height: auto;
}
 .box.wrapper {
     max-width: 1200px;
     margin: auto;
     background: #fff;
     -webkit-box-shadow: 0px 0px 5px #ddd;
     box-shadow: 0px 0px 5px #ddd;
}
 .template-home-wrapper {
     overflow: hidden;
}
 .fix {
     overflow: hidden;
}
 .clear_both {
     clear: both;
}
 fff .lead{
     font-weight:400;
}
 .form-group {
     margin-bottom: 20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}
/*===================== educatex HEADING TOP AREA CSS =========================*/
/* LEFT RIGHT CSS */
 .em40_header_area_main.hdisplay_none {
     display: none;
}
.educatex-header-top {
    background: #00194c;
    padding: 9px 0;
}
 .top-address p {
     margin-bottom: 0;
     font-size: 12px;
     display:inline-block;
}
 .top-address p span, .top-address p a {
     margin-right: 20px;
}
.top-address p span i, .top-address p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}
 .top-address p a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */
.top-address span {
    color: #fff;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 1;
}
.top-address img {
    position: relative;
    top: 5px;
}
.top-right-menu {
    float: right;
}
.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.top-right-menu span {
    display: inline-block;
    font-size: 15px;
    font-family: Nunito;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}
 .top-right-menu ul.social-icons li {
     display: inline-block;
     margin-left: 5px;
     position: relative;
}
.top-right-menu ul.social-icons li a {
    font-size: 15px;
    color: #1773ea;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 29px;
    border-radius: 50%;
    background: #ffff;
    text-align: center;
}
.top-right-menu ul.social-icons li:nth-child(2) a{
    color:#03A4EC;
}
.top-right-menu ul.social-icons li:nth-child(3) a{
    color:#F75E3E;
}
.top-right-menu ul.social-icons li:nth-child(4) a{
    color:#DD4E85;
}
.top-right-menu ul.social-icons li a:last-child{
    margin-right:0;
}
.top-address p a, .top-address p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.top-right-menu .social-icons li a:hover, .top-right-menu .social-icons li a i:hover {
    color: var(--dream-color-primary);
}
 .top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
     margin-right: 0px;
     margin-left: 12px;
}
 .right_menu_button {
     text-align: right;
}
 .login_button {
     font-size: 12px;
     text-transform: uppercase;
     color: #fff;
     border: 1px solid #fff;
     display: inline-block;
     padding: 0px 17px;
     margin-left: 10px;
     font-weight: 500;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     line-height: 24px;
}
 .login_button.active, .login_button:hover {
     background: #333;
     border-color: #333;
     color: #fff;
}
 .header-support {
     margin-top: 11px;
     margin-left: 14px;
     display:inline-block;
}
 .header-support a {
     color: #fff;
     font-weight: 500;
     background: var(--dream-color-primary);
     padding: 8px 21px;
     border-radius: 30px;
     display: inline-block;
     position: relative;
     z-index: 1;
}
 .header-support a:before{
     position:absolute;
     left:0;
     top:0;
     height:100%;
     width:0%;
     content:"";
     background:#161a33;
     border-radius:30px;
     z-index:-1;
     -webkit-transition:.3s;
     -o-transition:.3s;
     transition:.3s;
}
 .header-support a:hover::before{
     width:100%;
}
 .header-support b {
     font-weight: 400;
     font-size: 17px;
     color: #565872;
}
 .header-support i {
     margin-right: 12px;
     display: inline-block;
}
/* sub menu css */
 .top-right-menu ul .sub-menu {
     position: absolute;
     left: 0px;
     top: 100%;
     visibility: hidden;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     border-top: 1px solid #f00;
     width: 150px;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     text-align: left;
     background: #fff;
     z-index: 1;
}
 .top-right-menu ul.social-icons li:hover .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
}
 .top-right-menu ul .sub-menu li {
     padding: 5px 0px 0px 5px;
}
 .top-right-menu ul .sub-menu li a {
     font-size: 12px;
}
 .top-right-menu ul .sub-menu ul {
     display: none;
}
 .top-welcome p {
     padding: 0px;
     margin: 0px;
}
 .top-address a {
     margin-right: 5px;
     color: #43342c;
}
 .top-address.em-login a+a {
     margin-right: 0;
}
 .top-address.em-login p a i, .top-address.em-login p a i {
     margin-right: 5px;
}
 .top-address.em-login a+a:before {
     content: "|";
     margin-right: 12px;
}
/* .txtc {
     text-align: center;
}
 .text-center {
     text-align: center;
}*/
 .text-center {
     text-align: left!important;
}
 .text-left {
     text-align: left;
}
 .text-right {
     text-align: right;
}
 .top-address a:hover{
     color:#fff;
}
/* top opening */
 .top-address.menu_18 span {
     background: #fff;
     padding: 8px 15px 9px;
     display: inline-block;
     color: #333;
}
 .top-right-menu ul.social-icons.menu_18, .top-right-menu ul.social-icons.menu_19 {
     padding: 7px 0;
}
 .em-login.menu_18, .em-quearys-top.menu_19 {
     padding: 7px 0;
}
/* top quearys */
 .em-top-quearys-area {
     position: relative;
     display: inline-block;
}
 .em-header-quearys {
     list-style: none;
}
.em-quearys-menu i {
    border-radius: 100%;
    display: inline-block;
    height: 45px;
    text-align: center;
    width: 45px;
    line-height: 44px;
    font-size: 17px;
    cursor: pointer;
    color: #232323;
    margin-top: 0px;
    background: transparent;
    border: 1px solid #ddd;
}
 .heading_style_3 .hbg2 .em-quearys-menu i {
     color: #333;
}
 .em-quearys-inner {
     position: absolute;
     right: 15px;
     top: 36px;
     z-index: 999;
     display: none;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
}

 .em-quearys-form {
     background-color: #f5f5f5;
     width: 363px;
     float: right;
     border-radius: 30px;
}
 .top-form-control {
     position: relative;
}
 .em-quearys-inner::before {
     position: absolute;
     right: 1px;
     top: -11px;
     width: 47px;
     height: 47px;
     text-align: center;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 8px solid var(--dream-color-primary);
     content: " ";
}
 .top-form-control input {
     background: #f4f6f9;
     color: #555555;
     font-size: 13px;
     font-weight: 300;
     height: 55px;
     padding: 0 40px 0 25px;
     width: 100%;
     border: none;
     -webkit-transition: 1s;
     -o-transition: 1s;
     transition: 1s;
     border-radius: 30px;
}
 .top-form-control button.top-quearys-style {
     position: absolute;
     right: 0;
     top: 50%;
     background: 0 0;
     font-size: 16px;
     border: none;
     color: var(--dream-color-primary);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     height: 100%;
     background: var(--dream-color-primary);
     width: 58px;
     border-radius: 0 30px 30px 0;
     text-align: center;
}
 .top-quearys-style i {
     font-size: 18px;
     color: #fff;
}
 .em-s-hidden {
     display: none !important;
}
/* address left right icon */
 .top-right-menu.litop {
     float: left;
}
/* mobile logo */
 .mobile_menu_logo.text-center {
     padding: 20px 0;
}
 .tr_search .em-quearys-menu i {
     color: #fff;
}
/* Style 7 Top Bar */
 .top-right-address p {
     margin-bottom: 0;
     font-size: 12px;
     display: inline-block;
}
 .top-right-address .social-icons {
     display: inline-block;
     margin: 0;
     padding: 0;
     list-style: none;
     position: relative;
}
 .top-right-address .social-icons li {
     display: inline-block;
     margin-left: 17px;
     color: #fff;
     font-size: 14px;
}
.mobile_menu_logo.text-center {
    text-align: center !important;
}

/*======================= educatex HEADING NAV AREA CSS ========================*/
.educatex-main-menu {
    position: relative;
}
.educatex-main-menu.a.main.menu.default.menu {
    border-bottom: 1px solid  rgba(30,30,30,0.10196078431372549)
}
 .mean-container{
     overflow:hidden;
}
 .mean-container .mean-bar {
     padding: 0;
}
.mean-container .mean-nav {
    background: var(--dream-color-primary) none repeat scroll 0 0;
    float: none;
}
 .mean-container .mean-nav>ul>li:first-child {
     border-top: 0px solid #fff;
}
 .main_menu_div {
     position: relative;
}
 .educatex_nav_area {
     background: #fff none repeat scroll 0 0;
}
.scroll-to-fixed-fixed .educatex_nav_area {
    box-shadow: 0 0 3px rgba(0,0,0,0.10);
}
 .educatex_menu {
     text-align: right;
}
.educatex-main-menu.main.menu .educatex_menu {
    text-align: right;
}
/* LOGO CSS */
 .logo a {
     font-size: 23px;
     font-weight: 600;
     display: inline-block;
}
 .logo a.retina-logo {
     display: none;
}
/* MAIN MENU CSS */
 .educatex_menu ul {
     list-style: none;
     text-align:right;
     display:inline-block;
}
 .transprent-menu .educatex_menu ul {
     list-style: none;
     text-align: center;
}
.educatex_menu > ul > li {
    display: inline-block;
    position: relative;
    z-index: 9;
}
.educatex_menu > ul > li > a {
    display: block;
    margin: 35px 25px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #1e1e1e;
    font-weight: 600;
}
 .educatex_menu > ul > li > a:hover {
    color: var(--dream-color-primary);
}

 .educatex_menu ul li:last-child a {
     margin-right: 0px;
}
 .educatex_menu > ul > li.current > a, .educatex_menu > ul > li:hover > a {
     color: var(--dream-color-primary);
}
.transprent-menu .educatex_menu > ul > li > a {
    color: #fff;
}
.transprent-menu .educatex_menu > ul > li > a:hover {
    color: var(--dream-color-primary);
}
.transprent-menu .hbg2 .educatex_menu > ul > li > a {
    color: #1e1e1e;
}

/*style two transparent menu*/
.educatex-main-menu.transprent-menu.style-two .row.header-bg {
    background: #fff;
    border-radius: 5px;
    height: 110px;
    padding: 0 18px;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    z-index: 1;
}

.educatex-main-menu.transprent-menu.style-two .educatex_menu>ul>li>a {
    color: #232323;
}

.transprent-menu.style-two .hbg2{
    background: transparent;
    box-shadow: none;
}

/* transparent 2 */
.trp_nav_area {
    position: absolute; 
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid  rgba(30,30,30,0.10196078431372549);
}
 .hbg2 {
     background: rgba(0, 0, 0, .7);
     padding: 0px 50px;
}
 .trp_nav_area.full-width {
     padding: 37px 100px 37px 100px;
}
 .trp_nav_area.full-width.hbg2 {
     padding: 7px 20px 10px;
}
/* Sticky MENU CSS */
 #sticky-header {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 999;
     transition: .5s;
     padding: 18px 0 9px;
}
/* Skyty Menu */
 .sticky-nav {
     left: 0;
     margin: auto;
     position: fixed !important;
     top: 0;
     width: 100%;
     box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
     z-index: 9999;
     -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
     transition: .5s !important;
}
/* stycky nav js */
 .transprent-menu.menu4 {
     position: relative;
}
 .transprent-menu .educatex_nav_area {
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     position: absolute;
}
 .educatex_nav_area.postfix {
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .educatex_nav_area.prefix, .hbg2 {
     -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
     box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
 .heading_style_3.tr_btn .prefix .educatex_menu > ul > li > a:hover, .heading_style_3.tr_btn .hbg2 .educatex_menu > ul > li.current a {
     color: var(--dream-color-primary);
}
 .heading_style_3 .prefix .educatex_menu > ul > li > a:hover, .heading_style_3 .hbg2 .educatex_menu > ul > li.current a {
     color: var(--dream-color-primary);
}
 .heading_style_3 .educatex_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
     color: #fff;
}
 .tr_white_btn .hbg2 {
     background:var(--dream-color-primary) !important;
}
 .tr_white_btn .hbg2 .educatex_menu > ul > li > a {
     color: #fff !important;
}
/* LOGO LEFT RIGHT CSS */
 .logo-left {
}
 .logo-right .logo {
     text-align: right;
}
 .logo-right .educatex_menu > ul {
     text-align: left;
}
 .logo-right .educatex_menu > ul > li:first-child a {
     padding-left: 0px;
}
 .logo-right .educatex_menu > ul > li:last-child a {
     padding-right: auto;
}
 .search_button {
     text-align: right;
}
/* logo top */
 .logo-top .logo {
     text-align: center;
}
 .logo-top .educatex_menu > ul {
     text-align: center;
}
 .logo-top >.educatex_menu > ul>li:last-child a {
     padding-right: auto;
}

/* sub menu style */
.educatex_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 260px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid var(--dream-color-primary);
    opacity: 0;
}
 .educatex_menu ul li:hover >.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
 .educatex_menu ul .sub-menu li {
     position: relative;
}
.educatex_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b;
    text-transform: capitalize; 
}
 .educatex_menu ul .sub-menu li:hover>a, .educatex_menu ul .sub-menu .sub-menu li:hover>a, .educatex_menu ul .sub-menu .sub-menu .sub-menu li:hover >a, .educatex_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
     color:var(--dream-color-primary);
}
 .educatex_menu ul .sub-menu li {
     position: relative;
     -webkit-transition:.3s;
     -o-transition:.3s;
     transition:.3s;
}
.educatex_menu ul .sub-menu li:hover>a,
.educatex_menu ul .sub-menu .sub-menu li:hover>a, 
.educatex_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, 
.educatex_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: var(--dream-color-primary);
    color: #fff !important;
}
/* sub menu 2 */
 .educatex_menu ul .sub-menu .sub-menu {
     left:100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .educatex_menu ul .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 3 */
 .educatex_menu ul .sub-menu .sub-menu li {
     position: relative;
}
 .educatex_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .educatex_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 4 */
 .educatex_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
 .educatex_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
 .educatex_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* user login */
 .logged-in .transprent-menu .educatex_nav_area.prefix {
     top: 32px;
}
 .logged-in .trp_nav_area.hbg2 {
     top: 32px;
}
/* maing menu search */
 .top-address.em-quearys-top.text-right {
     float: right;
}
 nav.educatex_menu.main-search-menu {
     float: right;
}
 .educatex_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
     display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
    margin-left: 30px;
    /* margin-top: 6px; */
}
 .em-quearys-top.msin-menu-search .em-quearys-inner {
     top: 61px;
     background: #fff;
     padding: 20px;
     border-top: 3px solid var(--dream-color-primary);
}
 nav.educatex_menu.main-search-menu {
    /* float: right;
     */
     text-align: center;
}
/* has menu icon */
 .educatex-main-menu .menu-item-has-children>a:after {
     margin-left: 5px;
     content: "\f107";
     font-family: FontAwesome;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     font-size: 13px;
     opacity: .5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
 .educatex-main-menu .menu-item-has-children .menu-item-has-children>a:after {
     margin-left: 8px;
     content: "\f105";
}
/* HEADER BUTTON */
.donate-btn-header {
    display: inline-block;
    margin-left: 30px; 
}
a.dtbtn {
    padding: 11px 35px;
    color: #fff;
    background: var(--dream-color-primary);
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
 a.dtbtn:before {
 position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    clip-path: polygon(50% 0px, 50% 0px, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
    background: var(--dream-color-secondary);
    border-radius: 30px;
    transition: 0.5s;
}
a.dtbtn:hover:before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}



/*========== educatex BLOG AREA CSS =========*/
 .educatex-blog-area, .educatex-blog-index {
     background: #fff;
     padding: 100px 0 70px;
}
.educatex-blog-area.educatex-blog-archive.ptb-100 {
    padding: 120px 0 120px;
}
.educatex-blog-index.blog-area.educatex-blog-area.blog-grid-item {
    padding: 120px 0 120px;
}
 .educatex-single-blog {
     margin-bottom: 30px;
     text-align: left;
     -webkit-transition: all .3s ease-in-out 0s;
     -o-transition: all .3s ease-in-out 0s;
     transition: all .3s ease-in-out 0s;
     text-align: left;
     border: 1px solid #e6e9f0;
     border-radius: 0 0 10px 10px;
}
 .educatex-single-blog {
     text-align: left;
}
.educatex-blog-thumb {
    position: relative;
}
 .educatex-blog-thumb img {
     vertical-align: middle;
}

.educatex-blog-content-area {
    padding: 25px 31px 31px;
    position: relative;
}
 .blog-page-title h2 {
     font-size: 1.5625rem;
}
.blog-page-title h2, .blog-page-title h2 a {
    font-size: 32px;
    font-weight: 700;
    color: initial;
    text-decoration: none;
    margin: 9px 0 10px;
    transition: .3s;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.2; 
}
 .blog-page-title h2:hover, .blog-page-title h2 a:hover{
     color:var(--dream-color-primary);
}
 .educatex-blog-meta-top {
     padding-top: 5px;
     position: absolute;
     left: 20px;
     top: 20px;
}
 .educatex-blog-meta-top li {
     display: inline-block;
     margin-right: 10px;
}
.educatex-blog-index.blog-area.educatex-blog-area.blog-grid-item .educatex-blog-thumb img {
    vertical-align: middle;
    width: 100%;
}
.educatex-blog-meta-left a, .educatex-blog-meta-left time, .educatex-blog-meta-left span {
    margin-right: 0;
    transition: .3s;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    color: #616161;
    font-weight: 500;
    background: transparent;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    margin-right: 14px; 
}
.educatex-blog-meta-left a:hover, 
.educatex-blog-meta-left time:hover, 
.educatex-blog-meta-left span:hover {
    color: var(--dream-color-primary);
}

.educatex-blog-index.blog-area.educatex-blog-area .educatex-blog-meta-left a,
.educatex-blog-index.blog-area.educatex-blog-area .educatex-blog-meta-left time,
.educatex-blog-index.blog-area.educatex-blog-area .educatex-blog-meta-left span {
    margin-right: 0;
    transition: .3s;
    color: #495057;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    color: #616161;
    /* font-weight: 600; */
    background: transparent;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    margin-right: 14px;
}
 .educatex-blog-meta-left a:last-child:before{
     display:none;
}
.educatex-blog-meta-top li a {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding-top: 2px;
    background: var(--dream-color-primary);
    padding: 3px 15px;
    border-radius: 30px;
    border-radius: 6px; 
}
 .blog-content-bottom-meta img {
     width: 30px;
     border-radius: 100%;
}
.blog-readmore a {
    background: var(--dream-color-primary);
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 10px;
    z-index: 1;
    position: relative;
}
 .blog-readmore a:before {
     position: absolute;
     content: "";
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #10102E;
     border-radius: 8px;
     transform: scale(0);
     transition: .5s;
}
 .blog-readmore a:hover:before {
     transform: scale(1);
}
.blog-author {
    border-top: 1px solid #e6e9f0;
    padding: 18px 31px 18px;
}
.blog-author a {
    margin-right: 18px;
    color: #232323;
}
.blog-author i {
    display: inline-block;
    color: var(--dream-color-primary);
    font-size: 14px;
    margin-right: 6px;
}

/* Blog Grid Style */
 .blog-grid .educatex-blog-meta-left a, .blog-grid.educatex-blog-meta-left time, .blog-grid .educatex-blog-meta-left span {
     margin-right: 13px;
}
 .blog-grid .blog-page-title h2, .blog-grid .blog-page-title h2 a {
     font-size: 24px;
}
 .educatex-blog-meta-left i {
    margin-right: 5px;
}

/*mailchimp fileds*/

.mc4wp-form-fields p {
    position: relative;
    color: #333;
    text-align: center;
}
 .mc4wp-form-fields p label {
     font-size: 16px;
     font-weight: 700;
     margin: 15px 0;
}
.mc4wp-form-fields input, .mc4wp-form-fields textarea {
    font-size: 14px;
    position: relative;
    margin: auto;
    width: 100%;
    height: 52px;
    border-radius: 26px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px 0 0 36px;
    color: #fff;
}
.mc4wp-form-fields textarea{
    height:80px;
}
.mc4wp-form-fields button {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 50%;
    background: var(--dream-color-primary);
    color: #5451c1;
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    padding: 9px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 52px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 52px;
}
 .mc4wp-form-fields button:hover {
 -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
         box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
.mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}


/* Blog Details Css */
.educatex-single-blog-details-inner {
    background: #fff;
    padding: 39px 45px 49px;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
 .single-blog-title {
     font-size: 1.5625rem;
     font-family: montserrat;
     color: initial;
     text-decoration: none;
     color: #333;
     margin: 0px 0 11px;
}
.single-blog-content {
    overflow: hidden;
}
 .educatex-single-blog-details-inner .educatex-blog-meta-left {
     margin-bottom: 18px;
     border: 0;
     padding: 0;
}
 .educatex-single-blog-details-inner .educatex-blog-meta-left a {
    color: inherit;
}
 .educatex-blog-social {
     padding-top: 40px;
     text-align: left;
     border-top: 1px solid #e6e6e6;
     margin-top: 40px;
}
 .educatex-single-icon-inner {
     text-align: left;
}
 .educatex-single-icon-inner a i {
     border: 1px solid #e6e6e6;
     color: #565872;
     display: inline-block;
     font-size: 15px;
     height: 40px;
     line-height: 41px;
     margin: 0 9px 0 0;
     text-align: center;
     width: 40px;
     border-radius: 5px;
}
 .educatex-single-icon-inner a i:hover {
     background: var(--dream-color-primary);
     border-color: var(--dream-color-primary);
     color: #fff;
}
 a.detail-link i {
     margin-left: 0px;
}
 .educatex-single-blog--thumb img {
     vertical-align: middle;
}
.educatex-blog-meta-left i {
    color: var(--dream-color-primary);
    margin-right: 7px;
    font-size: 14px; 
}
.educatex-single-blog-details ul {
    padding-left: 17px;
}
.educatex-single-blog-details ul li {
    margin-bottom: 10px;
}
.educatex-single-blog-details ol {
    padding-left: 15px;
}
.post-details-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px; 
}
.post-details-category a {
    font-size: 15px !important;
    color: var(--conliz-black);
    color: #6d6d6d;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #dad7d7;
    display: inline-block;
    padding: 0 8px 0 8px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: capitalize;
	border-radius:3px;
}
.post-details-category a:hover{
	color:var(--dream-color-primary);
	border-color:var(--dream-color-primary);
}
.post-tags .tags a:hover{
	color:var(--dream-color-primary);
}
.post-tags .tags,
.post-details-category .post-categories {
    list-style: none;
    display: inline-block;
}
.post-tags h4, .post-details-category h4 {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-right: 5px;
}
.post-details-category .post-categories li{
    display:inline-block;
}
/* Next And Prev CSS */
 .next-prev-post {
     overflow: hidden;
     padding: 45px;
     border: 1px solid #ddd;
     border-radius: 10px;
     margin: 30px 0;
}
 .nav-previous {
     display: inline-block;
     float: left;
}
 .nav-next {
     float: right;
}
 .nav-previous a, .nav-next a {
     display: inline-block;
     border: 1px solid #ddd;
     padding: 12px 30px;
     border-radius: 6px;
     color: #666;
     font-weight: 400;
     transition:.5s;
}
 .nav-previous a:hover, .nav-next a:hover {
     color: #fff;
     background:var(--dream-color-primary);
     border-color:var(--dream-color-primary);
}
 .nav-previous a i{
     margin-right:5px;
}
 .nav-next a i{
     margin-left:5px;
}
/* Post Author */
.author-bio {
    padding: 28px 45px 21px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 50px;
}
.author-img {
    overflow: hidden;
    margin-right: 25px;
}
 .author-img img {
     border-radius:100%;
}
 .author-text h3 {
     font-size: 20px;
     color: #232323;
     font-weight: 600;
     text-transform: capitalize;
     margin-bottom: 10px;
}
 .author-text h3 a{
     color:inherit;
}
/*======================== educatex COMMENT AREA CSS =========================*/
/* POST REPLY CSS */
 .comments {
     padding-bottom: 25px;
}
 .post_comment {
     margin: 20px 0 10px 0;
     padding: 0 10px;
}
 .commment_title h3 {
     margin-bottom: 20px;
     position: relative;
     margin-top: 0;
     font-size: 1.25em;
     font-size: 24px;
}
 .commment_title small{
     font-size: 60%;
}
 .post_replay_inner {
     word-wrap: break-word;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 20px;
}
 .mgl-30 {
     margin-left: 30px;
}
 .post_reply_thumb {
}
 .post_reply_thumb img {
     border-radius: 50%;
}
 .post_replay {
     margin-top: 30px;
}
 .post_reply {
     padding-left: 15px;
     width: 100%;
     position: relative;
}
 .post_reply div.st {
     font-size: 18px;
     font-weight: 400;
}
 .post_reply div.st a {
     color: #222;
     font-size: 15px;
     display: inline-block;
     padding-bottom: 7px;
     text-transform: capitalize;
     font-weight: 500;
}
 .reply_date {
     overflow: hidden;
     margin-bottom: 15px;
}
 .reply_date span.span_left {
     font-size: 13px;
     color: #777;
     display: block;
}
 .reply_date span.span_right {
     float: none;
     color: #fff;
     font-size: 12px;
     font-weight: 400;
     letter-spacing: 1px;
     position: absolute;
     top: 0;
     right: 0;
     background: var(--dream-color-primary);
     padding: 5px 13px;
     transition: .3s;
     border-radius: 3px;
}
 .reply_date span.span_right:hover{
     background:var(--dream-color-primary);
}
 .post_reply p {
}
 .comments-area {
     background: #fff;
     margin: 30px 0;
     padding: 50px 45px 55px;
     border-radius: 10px;
     border: 1px solid #ddd;
}
 .comment-list .comment .comment{
     margin-left: 85px;
}
 .comment-list .comment .comment .post_comment{
     border-bottom:transparent;
}
 .comments-area .children {
     margin-left: 90px;
}
 .post_comment .post_comment {
     margin-left: 15px;
}
/* COMMENT FORM CSS */
 .comment-form-cookies-educatext input[type="checkbox"], .comment-form-cookies-educatext input[type="radio"] {
     margin: 4px 0 0;
     margin-top: 1px;
     line-height: normal;
     margin-right: 10px;
}
 .comment_field input[type="text"] {
}
 .comment_field input[type="email"] {
}
 .em-theme-main-page .commment_title h3 {
     margin-top: 0px;
}
 .logged-in-as {
     margin-bottom: 10px;
     margin-top: 25px;
}
 .logged-in-as a {
     color: #333;
}

.logged-in-as a:hover{
	color:var(--dream-color-primary);
}
 a.comment-edit-link {
     margin-bottom: 12px;
     display: inline-block;
}
 .em-theme-main-page .comments-area {
     margin-top: 40px;
     clear: both;
}
.comments-area button {
    background: var(--dream-color-primary);
    color: #fff;
    padding: 13px 30px;
    border-radius: 7px;
    transition: .5s;
    border-radius: 30px;
    margin-top: 20px;
}
.comments-area button i {
    margin-left: 5px;
    font-size: 11px;
}
 .comments-area button:hover {
     background: #10102E !important;
     color: #fff;
}
/*======================== educatex PAGINATION SECTION =========================*/
.paginations {
     text-align: center; 
    margin-top: 20px;
}
 .page-numbers li {
     display: inline-block;
     text-align: center;
}
.paginations a, .page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #6d6d6d;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #ddd;
}
 .page-numbers li {
     display: inline-block;
}
 .paginations a:hover, .paginations a.current, .page-numbers span.current {
     background: var(--dream-color-primary);
     border-color: var(--dream-color-primary);
     color: #fff;
}
/*======================== educatex BREADCRUMB AREA CSS =========================*/
.breadcumb-area {
    padding: 232px 0 155px;
    background: linear-gradient(rgba(19, 19, 35, 0.4), rgba(0, 0, 0, 0.4)), url(https://wp.ditsolution.net/educatex/wp-content/uploads/2023/12/it-solution-count-bg02.png) no-repeat center/cover;
    position: relative;
}
 .breadcrumb_tran_header .breadcumb-area {
     padding: 191px 0 110px;
}
.breadcumb-inner h2 {
    display: inline-block;
    font-size: 50px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 15px;
}
.breadcumb-inner ul {
    text-align: left;
    display: inline-block;
    position: relative;
    left: 0;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    text-transform: uppercase;
}
 .breadcumb-inner li:nth-last-child(-n+1) {
     color: #1e1e1e;
}
.breadcumb-inner li a {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--dream-color-primary);
    font-weight: 500;
    font-family: "Outfit";
}
.breadcumb-inner li i{
   color: var(--dream-color-primary);  
}
 .brpt {
     text-align: left;
}
.brpt h2 {
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    color: #1e1e1e;
    font-weight: 600;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
 .pimgs img {
     width: 100%;
}
/*======================== educatex 404 AREA CSS =========================*/
 .not-found-area {
     background-color: #f9f9f9;
     background-position: center top;
     background-repeat: repeat;
     background-size: cover;
     padding: 0 0 16px;
}
 .not-found {
     display: table;
     width: 100%;
     text-align: center;
     background: #fff;
     margin: 70px 0;
     padding: 120px 0;
     box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
 .not-found-inner {
     display: table-cell;
     vertical-align: middle;
}
 .not-found-inner {
     font-size: 30px;
}
 .not-found-inner h2 {
     color: var(--dream-color-primary);
     display: inline-block;
     font-size: 160px;
     font-weight: 700;
     line-height: 1.2;
     padding: 15px 0;
}
 .not-found-inner p {
     font-size: 30px;
}
 .not-found-inner a {
     color: #fff;
     font-size: 24px;
     margin-top: 40px;
     display: inline-block;
     background: var(--dream-color-primary);
     box-shadow: 0 0 4px rgba(0,0,0,.15);
     padding: 10px 40px;
}
 .not-found-inner a:hover{
     background:var(--dream-color-primary);
     color:#fff;
}
/* search error */
 .educatex-search-page {
     padding-bottom: 100px;
}
 .search-error .search input {
     padding: 20px 0;
}
 .search-error .search input[type="text"] {
     padding-left: 10px;
}
 .search-error .search button {
     top: 48%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .search-error > p {
     font-size: 18px;
     margin: 14px 0 20px;
}
 .search-error > h3 {
     display: block;
     font-size: 60px;
     color: var(--dream-color-primary);
}
 .search-error .search input {
     height: 54px;
     border: 1px solid #ddd;
}
 .mobile_menu_logo a {
     font-size: 23px;
     font-weight: 600;
     text-transform: uppercase;
}
/*======================== educatex FOOTER WIDGET SECTION =========================*/
 .footer-middle {
     padding: 148px 0 5px;
     position: relative;
     background: var(--dream-color-primary);
}
 .footer-middle:before {
     left: 0;
     width: 100%;
     position: absolute;
     height: 90px;
     top: 0px;
     background: url(assets/images/footer-top-shape.svg);
     content: "";
     background-repeat: no-repeat;
     background-size: cover;
}
/* Address Widgets */
 .footer-logo img {
     margin-bottom: 1rem;
     width: 120px;
}
 .footer-logo p {
     margin: 0;
}
 .footer-sociala-icon {
     display: inline-block;
     float: left;
     font-size: 14px;
     color: #fff;
     margin-right: 10px;
     overflow: hidden;
}
 .footer-sociala-info p {
     margin: 0 0 11px;
     font-size: 14px;
     opacity: 0.8;
}
/* Custom Menu Widgets */
 .footer-middle .widget ul li {
     display: block;
     margin-bottom: 10px;
     color: #fff;
}
 .footer-middle .widget ul li a {
     font-size: 14px;
     line-height: 19px;
     color: #fff;
     opacity: 0.8;
     text-decoration: none;
}
 .footer-middle .widget ul li a:before {
     position: absolute;
     left: 0;
     top: 0;
     font-size: 15px;
     color: #616161;
     content: "\e65d";
     font-family: themify;
     display:none;
}
 .footer-middle #menu-footer-menu li {
     display:inline-block;
}
 .footer-middle #menu-footer-menu li a {
     margin-right: 10px;
}
 .menu-social-menu-container ul li {
     display: inline-block !important;
}
 .menu-social-menu-container ul li a {
     font-size: 15px;
     color: #fff;
     margin-right: 16px;
}
 .footer-middle .widget-title {
     color: #fff;
}
 .footer-middle .widget.about_us {
     margin-bottom: 15px;
}
/*======================== educatex FOOTER COPPYRIGHT SECTION =========================*/
 .footer-bottom {
     background: #F4F7FA;
     padding: 23px 0 22px;
     border-top: 1px solid #ddd;
    /* border-top: 1px solid rgba(255,255,255,.23);
     */
}
 .copy-right-text p {
     margin: 0;
     padding: 0;
     margin-top: 0;
     font-size: 14px;
}
 .footer-menu ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 .footer-menu ul li {
     display: inline-block;
}
 .footer-menu ul .menu-item {
     margin-left: 10px;
}
 .footer-menu ul .menu-item a {
     color: #616161;
     padding: 0;
     display: block;
     text-transform: capitalize;
     margin-left: 10px;
     transition: .3s;
     font-size: 14px;
}
 .footer-menu ul .menu-item a:hover{
     color:var(--dream-color-primary);
}
 .footer-menu .social-icon {
     display: block;
     margin-left: 26px;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     text-align: center;
     color: var(--dream-color-primary);
     opacity: 0.8;
     font-size: 18px;
}
 .footer-menu .social-icon:hover {
     opacity: 1;
}
 .footer-menu ul li:last-child a {
     padding-right: 0px;
}
 .footer_style_3 .footer-menu ul li:first-child a {
     padding-left: 0px;
}
 .footer-menu ul ul {
     display: none;
}
 .copy-right-text a {
     color: var(--dream-color-primary);
}
 .copyright-social ul li {
     font-size: 16px;
     display: inline;
}
 .copyright-social ul li a {
     color: #f8f9fe;
     font-size: 14px;
}
 .copyright-social ul .policy:after {
     content: "/";
     color: #f8f9fe;
     padding-left: 10px;
     padding-right: 10px;
}
 .menu-footer-menu-container {
     display: none;
}
/*======================== educatex SCROLL TOP CSS =========================*/
#scrollUp {
    bottom: 60px;
    color: #fff;
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    right: 90px;
    text-align: center;
    width: 60px;
    border-radius: 100%;
    background: var(--dream-color-primary);
    transition: .3s;
}
 #scrollUp:hover{
     background:var(--dream-color-primary);
}
 #scrollUp i {
     color: #fff;
}
 .mc4wp-alert.mc4wp-success {
    color: #fff;
}


.form-area.quote_form .form-control {
    color: #616161;
    transition: 0.5s;
    width: 100%;
    height: 54px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(6, 50, 50, 0.1);
    margin-bottom: 20px;
    padding-left: 25px;
    outline: 0;
}
.form-area.quote_form textarea.form-control {
    height: 122px;
    padding: 20px;
}
.form-area.quote_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #1e1e1e!important;
}
.form-area.quote_form textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #1e1e1e!important;
}

h2.form-title {
    color: #fff;
    margin-bottom: 20px;
}
.form-area.quote_form .check_bx {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 8px 0 25px;
}
.form-area.quote_form input.button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--dream-color-primary);
    transition: 0.5s;
    border: none;
    text-transform: capitalize;
}
.form-area.quote_form input.button:hover {
    background-color: var(--dream-color-secondary);
}


/*contact style one*/

.form-area.main-contact .form-control {
    width: 100%;
    height: 52px;
    padding-left: 25px;
    background: #f9f9f9;
    border-radius: 5px;
    color: #232323;
    transition: 0.5s;
    border: 1px solid #d5e2f7;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}
.form-area.main-contact textarea.form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    height: auto;
}
.form-area.main-contact input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: #fff!important;
}

/*contact two*/

.form-area.main-contact-two .form-control {
    height: 52px;
    background: #fff;
    transition: 0.5s;
    border: 1px solid #e6e6e6;
}
.form-area.main-contact-two input.button {
    background: #0C5ADB;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 14px 39px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    margin-top: 20px;
}
.form-area.main-contact-two textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: auto;
}
.form-area.main-contact-two input.button:hover {
    background: #00247E;
    color: #fff;
}






/* Side bar */
.sidebar {
    display: inline-block;
}

.nav-btn.navSidebar-button {
    display: inline-block;
    cursor: pointer;
    position: relative;

}
.nav-btn.navSidebar-button i {
    font-size: 15px;
    width: 45px;
    line-height: 44px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
    background: #232323;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}
.nav-btn.navSidebar-button i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--dream-color-primary);
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}
.nav-btn.navSidebar-button:hover i:after{
   transform: scale(1); 
}
.nav-btn.navSidebar-button:hover i{
    color:#fff;
}

.sidebar-title h2 {
    font-size: 26px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 21px;
}
.sidebar-contact-info h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
}
.sidebar-content-inner {
	margin-top: 40px;
}
.sidebar-contact-info ul li {
	list-style: none;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
}
.sidebar-contact-info ul li i {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: var(--dream-color-primary);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.sidebar-social-icon {
	margin-top: 38px;
}
.sidebar-social-icon ul li {
	list-style: none;
	display: inline;
}
.sidebar-social-icon ul li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0a0a0a;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    position: relative;
    z-index: 1;
}
.sidebar-social-icon ul li a:hover {
    background: var(--dream-color-primary);
    color: #fff;
}
  /*start sidebar section*/
  
.navSidebar-button span {
    display: block;
    border-top: 2px solid #0a0a0a;
    margin: 4px 3px;
    width: 22px;
}
  .navSidebar-button span.line3 {
    width: 10px;
    transition: .5s;
  }
  .sidebar:hover .navSidebar-button span.line3{
      width:22px;
  }
  .xs-sidebar-group .dt-overlay {
	/* left: 100%; */
	top: 0;
	position: fixed;
	z-index: 9999;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
	right: 0;
	left: 0;
}
  .sidebar-logo .main_sticky_l {
    display: none;
  }

.sidebar-info-contents {
	margin-top: 40px;
}
.rpwwt-widget ul li {
    margin: 0 0 0px !important;
}
.xs-sidebar-group .widget-top {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    background: var(--dream-color-primary);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.widget-top:hover .bar-close {
	transform: rotate(180deg);
    color: #181818;
}
.xs-sidebar-group .widget-top .bar-close {
    display: inline-block;
    transition: .5s;
    color: #fff;
}
  .dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
  }
  .xs-sidebar-group.isActive .dt-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
  }
  .xs-sidebar-group.isActive .dt-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    background: #fff;
  }
  .sidebar-textwidget {
    padding: 40px;
  }
  .close-side-widget {
    color: #edc701;
    font-size: rem(15px);
    display: block;
  }
  .sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
  .xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
  }
/* .bt-black {
    background: rgb(0,0,0,0.5)!important;
} */
.close {

}
/* Sidebar End */


:root {
    --font-size: 16px;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-semibold: 600;
    --font-weight-medium: 500;
    --letter-spacing: 0em;
    --text-color: #616161;
    --top-color: #20906A;
    --primary-color: var(--dream-color-primary);
    --Secondary-color: #ff853f;
    --tertiary-color: #15c1fa;
    --fourtiary-color: #a64cf9;
    --box-bg: #fdf7f3;
    --box-bg2: #f0fbf8;
    --title-color: #1e1e1e;
    --theme-color: var(--dream-color-primary);
    --bg-white: #ffffff;
    --color-white: #ffffff;
    --btn-color: var(--dream-color-primary);
    --btn-border: var(--dream-color-primary);
    --btn-bg: var(--dream-color-primary);
    --btn-white-color: #000;
    --btn-white-border: #212121;
    --btn-white-bg: #ffffff;
    --btn-color-hover: #000;
    --btn-border-hover: #212121;
    --btn-bg-hover: #ffffff;
    --btn-white-color-hover: #ffffff;
    --btn-white-border-hover: #D46C20;
    --btn-white-bg-hover: #D46C20;
    --new-label-color: #ffffff;
    --new-label-bg: #D46C20;
    --coming-soon-label-color: #ffffff;
    --coming-soon-label-bg: #f94c30;
    --theme-orange-color: #f94c30;
    --section-background-1: #D46C20;
    --section-background-2: #fff;
    --transition-effect: 500ms ease-in-out;
    --box-shadow: 0px 10px 25px 0px rgb(0, 0, 0, .2);
    --letter-spacing-0: 0em;
    --letter-spacing--25: -0.025em;
    --letter-spacing--2: -0.02em;
}

/* ================================================ */
    /* educate case study Area css */
/* ================================================ */

.case-study-area.style-one {
    position: relative;
}

.style-one .case_study_menu {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.case-study-single-box.box-1 .case-study-content h5 a {
    color: var(--tertiary-color);
    display: inline-block;
}
.case-study-single-box.box-2 .case-study-content h5 a {
    color: var(--Secondary-color);
    display: inline-block;
}
.case-study-single-box.box-3 .case-study-content h5 a {
    color: var(--primary-color);
    display: inline-block;
}

.style-one .case_study_menu ul li {
    display: inline-block;
    text-align: center;
    padding: 6px 26px;
    cursor: pointer;
    margin: 0 8px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 30px;
    background-color: #f0fbf8;
    transition: 0.5s;
}
.case-study-area.style-one .nav-tabs .nav-link , .nav-tabs .nav-link{
    border: none;
}
.case-study-area.style-one .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: none;
    border-color: inherit;
    border: none;
}

.style-one .case_study_menu ul li:hover{
    background-color: var(--primary-color);
    color:var(--color-white)
}

.style-one li.current_menu_item {
    color: #fff !important;
    background:var(--primary-color)!important;
}

.style-one .case-study-single-box {
    border-radius: 20px;
    background-color: #f1f9fc;
    padding: 30px 32px 45px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.case-study-area.style-one .nav-tabs .nav-link {
    border: transparent !important;
}
.style-one .case-study-single-box:hover .course-btn a {
    opacity: 1;
    transform: translateY(-25px);
}

.style-one .case-study-single-box:hover .course-lesson {
    opacity: 0;
}

.case-study-area.style-one .nav-link {
    color: #1e1e1e;
}
.case-study-area.style-one .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: var(--dream-color-primary);
    border-radius: 30px;
    padding: 6px 19px 6px;
}
.case-study-area.style-one .nav-tabs {
    border-bottom: none;
}






.style-one .case-study-single-box:hover .course-student{
    opacity: 0;
}

.style-one .case-study-single-box.box-2 {
    background-color:var(  --box-bg);
}

.style-one .case-study-single-box.box-3 {
    background-color:var(  --box-bg2);
}

.style-one .case-study-thumb {
    position: relative;
    transition: 0.5s;
}

.style-one .case-study-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-one .case-study-single-box:hover .case-study-thumb::before {
    animation: shine 800ms;
}

.style-one .case-study-thumb img {
    width: 100%;
    border-radius: 20px;
}

.style-one .case-study-content{
    transition: 0.5s;
}

.style-one .case-meta-top span {
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    background-color: var(--tertiary-color);
}

.style-one .case-study-single-box.box-2 .case-meta-top span {
    background-color:var(--Secondary-color);
}

.style-one .case-study-single-box.box-3 .case-meta-top span {
    background-color:var(--primary-color);
}

.style-one .case-meta-top {
    position: absolute;
    bottom: 22px;
    left: 18px;
}

.style-one .case-study-content h5 {
    font-size: 14px;
    line-height: 30px;
    color: var(--tertiary-color);
    font-weight: 500;
    border-radius: 16px;
    background-color: rgba(21,193,250,0.10196078431372549);
    border: 1px solid rgba(21,193,250,0.3);
    display: inline-block;
    padding: 0 20px;
    margin: 25px 0 17px;
}

.style-one .case-study-single-box.box-2 .case-study-content h5 {
    color: var(--Secondary-color);
    background-color: rgba(255,133,63,0.10196078431372549);
    border: 1px solid rgba(255,133,63,0.3);
}

.style-one .case-study-single-box.box-3 .case-study-content h5 {
    color: var(--primary-color);
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(30,194,142,0.3);
}

.style-one .case-study-content h4 {
    margin-bottom: 3px;
    margin: 3px 0 16px;
}
.style-one span.tutor-icon-star-bold {
    display: inline-block;
    color: var(--Secondary-color);
    margin-right: 5px;
}
.style-one span.tutor-icon-star-half-bold {
    color: var(--Secondary-color);
}



.style-one .case-study-content h4 a{
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color: var(--title-color);
    font-weight: 500;
    transition: 0.5s;
}

.style-one .case-study-single-box .case-study-content h4 a:hover{
    color:var(--tertiary-color);
}

.style-one .case-study-single-box.box-2 .case-study-content h4 a:hover{
    color:var(--Secondary-color);
}

.style-one .case-study-single-box.box-3 .case-study-content h4 a:hover{
    color:var(--primary-color);
}

.style-one .case-rating ul li {
    display: inline-block;
    color: var(--Secondary-color);
}

.style-one .case-rating ul {
    display: inline-block;
}
.style-one .case-autor-content h3 a {
	font-size: 17px;
	line-height: 30px;
	color: var(--title-color);
	font-weight: 500;
	text-transform: capitalize; 
}
.style-one .case-rating-num {
    display: inline-block;
}

.style-one .case-rating-num span {
    display: inline-block;
    font-size: 16px;
    color:var(--title-color);
    font-weight: 400;
}

.style-one .case-autor-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 7px;
    border-bottom: 1px solid  rgba(30,30,30,0.10196078431372549);
    margin-bottom: 17px;
    padding-bottom: 9px;
}

.style-one .case-autor-content h3 {
    font-size: 18px;
    line-height: 30px;
    color:var(--title-color);
    font-weight: 500;
}

.style-one .case-autor-content p {
    font-size: 15px;
    color:var(--text-color);
    font-weight: 400;
}

.style-one .course-lesson span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color:var(--title-color);
    font-weight: 400;
    font-family: "Outfit";
}

.style-one .course-lesson span {
    display: inline-block;font-size: 16px;
    line-height: 26px;
    color:var(--title-color);
    font-weight: 400;
    font-family: "Outfit";
}

.style-one .course-student span {
    display: inline-block;font-size: 16px;
    line-height: 26px;
    color:var(--title-color);
    font-weight: 400;
    font-family: "Outfit";
}

.style-one .course-student {
    display: inline-block;
}

.style-one .course-lesson {
    display: inline-block;
    margin-right: 20px;
}

.style-one .course-lesson span i {
    display: inline-block;
    margin-right: 6px;
    color: var(--tertiary-color);
}

.style-one .case-study-single-box.box-2 .course-lesson span i {
    color: var(--Secondary-color);
}

.style-one .case-study-single-box.box-2 .course-lesson span i {
    color: var(--Secondary-color);
}

.style-one .case-study-single-box.box-3 .course-lesson span i {
    color: var(--primary-color);
}

.style-one .case-study-single-box.box-3 .course-lesson span i {
    color: var(--primary-color);
}

.style-one .course-student span i {
    display: inline-block;
    margin-right: 6px;
    color: var(--tertiary-color);
}

.style-one .case-study-single-box.box-2 .course-student span i {
    color: var(--Secondary-color);
}

.style-one .case-study-single-box.box-2 .course-student span i {
    color: var(--Secondary-color);
}

.style-one .case-study-single-box.box-3 .course-student span i {
    color: var(--primary-color);
}

.style-one .case-study-single-box.box-3 .course-student span i {
    color: var(--primary-color);
}

.style-one .course-btn a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 22px;
    background-color:var(--tertiary-color);
    padding: 9px 28px;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.style-one .course-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.style-one .course-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.style-one .case-study-single-box.box-2 .course-btn a{
    background-color:var(--Secondary-color);
}

.style-one .case-study-single-box.box-3 .course-btn a{
    background-color:var(--primary-color);
}

.style-one .course-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-one .case-shape1 {
    position: absolute;
    bottom: 0;
    left: 55px;
    animation: bounceleft 4s linear infinite;
}

/* ================================================ */
    /* educate why choose Area css style-one */
/* ================================================ */
.why-choose-area.style-one {
    background: url(../images/home-one/choose-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 105px 0 125px;
}

.why-choose-area.style-one .section-title-desc p {
    width: 78%;
}

.why-choose-area.style-one .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.style-one .choose-item-menu {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-top: 38px;
}

.style-one .choose-item-menu ul li:nth-child(1), .style-one .choose-item-menu ul li:nth-child(2), .style-one .choose-item-menu ul li:nth-child(3), .style-one .choose-item-menu ul li:nth-child(4) {
    display: inline-block;
    font-size: 17px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 10px;
    background-color: rgba(30,194,142,0.10196078431372549);
    margin: 0 25px 20px 0;
    padding: 14px 100px 14px 25px;
    transition: 0.5s;
}

.style-one .choose-item-menu ul li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.style-one .choose-item-menu ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:var(--primary-color);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    transition: 0.5s;
}

.choose-item-menu ul li:nth-child(2)::before{
    background-color: var(--Secondary-color);
}

.choose-item-menu ul li:nth-child(3)::before{
    background-color: var(--fourtiary-color);
}

.choose-item-menu ul li:nth-child(4)::before{
    background-color: var(--tertiary-color);
}

.style-one .choose-item-menu ul li:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.style-one .choose-item-menu ul li:hover{
    color:#fff;
}

.style-one .choose-item-menu ul li:hover img{
    filter: brightness(0) invert(1);
}

.style-one .choose-item-menu ul li img:nth-child(1), .style-one .choose-item-menu ul li img:nth-child(2), .style-one .choose-item-menu ul li img:nth-child(3), .style-one .choose-item-menu ul li img:nth-child(4) {
    margin-right:9px;
}

.style-one .choose-item-menu ul li:nth-child(2) {
    background-color: rgba(255,133,63,0.10196078431372549);
    padding: 14px 55px 14px 25px;
}

.style-one .choose-item-menu ul li:nth-child(3) {
    background-color: rgba(166,76,249,0.10196078431372549);
    padding: 14px 100px 14px 25px;
}

.style-one .choose-item-menu ul li:nth-child(4) {
    background-color: rgba(21,193,250,0.10196078431372549);
    padding: 14px 90px 14px 25px;
}

.style-one p.choose-suport-des {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Outfit";
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}

.style-one p.choose-suport-des img {
    margin-right: 10px;
}

.style-one .choose-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 26px;
    background-color: var(--dream-color-primary);
    padding: 12px 34px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.style-one .choose-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.style-one .choose-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.style-one .choose-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-one .choose-skill-content h3 {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color:var(--title-color);
    font-weight: 600;
}

.style-one .choose-skill-content span {
    display: inline-block;
    font-size: 26px;
    color:var(--title-color);
    font-weight: 600;
}

.style-one .choose-skill-content p {
    display: block;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
}

.style-one .choose-thumb {
    position: relative;
}

.style-one .choose-shape-dot {
    position: absolute;
    top: 0;
    right: 192px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.style-one .choose-shape-star {
    position: absolute;
    bottom: 145px;
    left: -10px;
    animation: rotateme 8s linear infinite;
}

.style-one .choose-skill-box {
    position: absolute;
    right: -82px;
    bottom: 62px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    background-color: var(--color-white);
    width: 279px;
    height: 99px;
    padding: 0 0 0 30px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.style-one .choose-shape1 {
    position: absolute;
    bottom: 100px;
    left: 865px;
    animation: bounceleft 4s linear infinite;
}

.style-one .choose-shape2 {
    position: absolute;
    right: 120px;
    top: -60px;
    animation: rotateme 18s linear infinite;
}

/* ================================================ */
    /* educate course design offer Area css style-one */
/* ================================================ */
.course-design-offer-area.style-one {
    padding: 120px 0 90px;
}

.course-design-offer-area.style-one.inner {
    padding: 120px 0 120px;
}

.style-one .course-design-thumb {
    position: relative;
    overflow: hidden;
}

.style-one .course-design-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-one .course-design-thumb:hover::before{
    animation: shine 800ms;
}

.style-one .course-design-thumb img {
    width: 100%;
}

.style-one .course-video-icon a {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    color:var(--primary-color);
    top: 34%;
    left: 51%;
    transform: translate(-50%, 50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    background-color:var(--color-white);
    text-align: center;
    webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: 0.5s;
}

.style-one .course-video-icon a::before {
    position: absolute;
    content: '';
    width: 86px;
    height: 86px;
    border-radius: 43px;
    background-color: rgba(255,255,255,0.30196078431372547);
    left: -11px;
    top: -11px;
}

.style-one .course-video-icon a::after {
    position: absolute;
    content: '';
    width: 122px;
    height: 122px;
    border-radius: 61px;
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,0.3);
    left: -30px;
    top: -30px;
}

.style-one .single-course-offer-box {
    border-radius: 20px;
    background-color: #e2f7f1;
    position: relative;
    overflow: hidden;
    padding: 50px 0 52px 40px;
}

.style-one .offer-thumb {
    position: absolute;
    bottom: -90px;
    right: -50px;
}

.style-one .course-offer-content h6 {
    font-size: 14px;
    line-height: 28px;
    color:var(--primary-color);
    font-weight: 500;
    border-radius: 16px;
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(30,194,142,0.3);
    display: inline-block;
    padding: 0 18px;
    margin-bottom: 18px;
}

.style-one .course-offer-content h4 {
    font-size: 28px;
    line-height: 36px;
    color:var(--title-color);
    font-weight: 600;
}

.style-one .offer-rating ul li {
    display: inline-block;
    color: var(--Secondary-color);
}
.style-one .offer-rating-rate span {
    display: inline-block;
    font-size: 16px;
    color:var(--title-color);
    font-weight: 400;
}

.style-one .offer-rating ul {
    display: inline-block;
}

.style-one .offer-rating-rate {
    display: inline-block;
}

.style-one .course-offer-price span {
    display: inline-block;
    font-size: 22px;
    color:var(--primary-color);
    font-weight: 500;
    margin: 17px 0 43px;
}

.style-one .course-offer-price span del {
    font-size: 22px;
    color:var(--text-color);
    font-weight: 400;
}

.style-one .course-offer-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 23px;
    background-color: var(--primary-color);
    padding: 10px 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.style-one .course-offer-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.style-one .course-offer-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.style-one .course-offer-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-one .course-offer-discount h5 {
    font-size: 22px;
    line-height: 16px;
    color:var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
}

.style-one .course-offer-discount span {
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    color:var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    text-transform: uppercase;
}

.style-one .offer-rating {
    margin-top: 15px;
}

.style-one .course-offer-discount {
    position: absolute;
    bottom: 180px;
    left: 320px;
    z-index: 1;
}

.style-one .course-offer-discount::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: url(../images/home-one/off-price-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: -20px;
    top: -20px;
    z-index: -1;
    animation: rotateme 18s linear infinite;
}


/* ================================================ */
    /* educate course design offer Area css style-two */
/* ================================================ */
.course-design-offer-area.style-two {
    padding: 100px 0 90px;
}

.style-two .course-design-thumb {
    position: relative;
    overflow: hidden;
}

.style-two .course-design-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-two .course-design-thumb:hover::before{
    animation: shine 800ms;
}

.style-two .course-design-thumb img {
    width: 100%;
}

.style-two .course-video-icon a {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    color:var(--color-white);
    top: 34%;
    left: 51%;
    transform: translate(-50%, 50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    background-color:var(--primary-color);
    text-align: center;
    webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: 0.5s;
}

.style-two .course-video-icon a::before {
    position: absolute;
    content: '';
    width: 86px;
    height: 86px;
    border-radius: 43px;
    background-color: rgba(255,255,255,0.30196078431372547);
    left: -11px;
    top: -11px;
}

.style-two .course-video-icon a::after {
    position: absolute;
    content: '';
    width: 122px;
    height: 122px;
    border-radius: 61px;
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,0.3);
    left: -30px;
    top: -30px;
}

.style-two .single-course-offer-box {
    border-radius: 20px;
    background-color: #e2f7f1;
    position: relative;
    overflow: hidden;
    padding: 50px 0 52px 40px;
}

.style-two .offer-thumb {
    position: absolute;
    bottom: -8px;
    right: -30px;
}

.style-two .course-offer-content h6 {
    font-size: 14px;
    line-height: 28px;
    color:var(--primary-color);
    font-weight: 500;
    border-radius: 16px;
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(30,194,142,0.3);
    display: inline-block;
    padding: 0 18px;
    margin-bottom: 18px;
}

.style-two .course-offer-content h4 {
    font-size: 28px;
    line-height: 36px;
    color:var(--title-color);
    font-weight: 600;
}

.style-two .offer-rating ul li {
    display: inline-block;
    color: var(--Secondary-color);
}
.style-two .offer-rating-rate span {
    display: inline-block;
    font-size: 16px;
    color:var(--title-color);
    font-weight: 400;
}

.style-two .offer-rating ul {
    display: inline-block;
}

.style-two .offer-rating-rate {
    display: inline-block;
}

.style-two .course-offer-price span {
    display: inline-block;
    font-size: 22px;
    color:var(--primary-color);
    font-weight: 500;
    margin: 17px 0 43px;
}

.style-two .course-offer-price span del {
    font-size: 22px;
    color: var(--text-color);
    font-weight: 400;
    opacity: 0.600;
}

.style-two .course-offer-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 23px;
    background-color: var(--primary-color);
    padding: 10px 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.style-two .course-offer-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.style-two .course-offer-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.style-two .course-offer-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-two .course-offer-discount h5 {
    font-size: 22px;
    line-height: 16px;
    color:var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
}

.style-two .course-offer-discount span {
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    color:var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    text-transform: uppercase;
}

.style-two .offer-rating {
    margin-top: 15px;
}

.style-two .course-offer-discount {
    position: absolute;
    bottom: 280px;
    left: 380px;
    z-index: 1;
}

.style-two .offer-arrow {
    position: absolute;
    left: 290px;
    bottom: 65px;
    animation: bounceleft 4s linear infinite;
}

.style-two .course-offer-discount::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: url(../images/home-one/off-price-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: -20px;
    top: -20px;
    z-index: -1;
    animation: rotateme 18s linear infinite;
}

/*=================================================
<-- educate online course Area Css style-two -->
===================================================*/
/*online course style two*/

.online-course-section.style-two .nav-tabs {
    border-bottom: none;
}
.online-course-section.style-two .nav-tabs .nav-link {
    border: transparent;
    padding: 0;
}
.online-course-section.style-two .course_menu ul li button {
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Open Sans";
}
.online-course-section.style-two .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
}

.online-course-section.style-two .section-title-space {
    margin-bottom: 56px;
    display: flex;
    align-items: flex-end;
}
.online-course-section.style-two .course_menu {
    text-align: right;
    position: relative;
    float: right;
}
.online-course-section.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.online-course-section.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.style-two .course_menu ul li {
    display: inline-block;
    text-align: center;
    padding: 11px 20px;
    cursor: pointer;
    margin: 0 4px;
    transition: 0.5s;
    font-size: 16px;
    color:var(--title-color);
    font-weight: 500;
    font-family: "Open Sans";
    border-radius: 25px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(30,30,30,0.14);
}

.style-two .course_menu ul li:hover{
    background-color: var(--primary-color);
    color:var(--color-white);
}

.style-two li.current_menu_item {
    color: #fff !important;
    background: var(--primary-color)!important;
}

.style-two .case-study-single-box {
    border-radius: 20px;
    background-color: var(--color-white);
    padding: 30px 30px 35px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.style-two .course-thumb {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    line-height: 0;
}

.style-two .course-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-two .case-study-single-box:hover .course-thumb::before {
    animation: shine 800ms;
}

.style-two .course-thumb img {
    width: 100%;
    border-radius: 20px;
}

.style-two .case-study-content {
    padding: 30px 30px 0 0;
}

.style-two .case-study-content h5 {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 18px;
    background-color: rgb(30 194 142 / 8%);
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 20px;
    margin-top: 0;
}
.style-two h5.tag-online a {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    display: inline-block;
}
.style-two .case-study-content > span {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color:var(--primary-color);
    font-weight: 600;
    font-family: "Outfit";
    float: right;
}
.style-two .case-meta-top {
    display: inline-block;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-color);
    font-weight: 600;
    font-family: "Outfit";
    float: right;
}
.style-two .case-study-content h4 {
    margin: 0 0 7px;
}
.style-two .case-study-content h4 a {
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 600;
    font-family: "Outfit";
    transition: 0.5s;
}

.style-two .case-study-content h3 a {
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 600;
    font-family: "Outfit";
    transition: 0.5s;
}

.style-two .case-study-content h3 a:hover{
    color:var(--primary-color)
}

.style-two .course-lesson {
    display: inline-block;
    margin: 8px 0 15px;
}

.style-two .course-lesson span {
    font-size: 16px;
    line-height: 28px;
    color: rgb(30 30 30 / 80%);
    font-weight: 400;
    font-family: "Open Sans";
}

.style-two .course-lesson span i {
    display: inline-block;
    margin-right: 6px;
}

.style-two .course-student {
    display: inline-block;
    margin-left: 25px;
}

.style-two .case-rating {
    margin-bottom: 30px;
}

.style-two .course-rating ul li {
    display: inline-block;
    font-size: 15px;
    color:var(--Secondary-color);
}

.style-two .case-rating ul {
    display: inline-block;
}

.style-two .case-rating-num {
    display: inline-block;
    margin-left: 15px;
}
.style-two .course-student span i {
    display: inline-block;
    margin-right: 6px;
}
.style-two .course-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 500;
    border-radius: 28px;
    padding: 7px 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(30,30,30,0.16);
    overflow: hidden;
}

.style-two .case-rating span {
    display: inline-block;
    font-size: 15px;
    color: var(--Secondary-color);
    margin-right: 4px;
}
.style-two .case-rating-num span {
    color: #616161;
    font-weight: 400;
    font-family: "Open Sans", serif;
}
.style-two .course-btn a:hover{
    color:var(--color-white);
}

.style-two .course-btn a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--primary-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto;
} 

.style-two .course-btn a:hover:before{
    height: 100%;
    top: 0;
    bottom: auto;
 }

.style-two .course-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-two .course-shape {
    position: absolute;
    left: 115px;
    top: 295px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}

/*=================================================
<-- educate online course Area Css style-five -->
===================================================*/
.online-course-section.style-five {
    background: url(../images/home-five/course-bg5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0 90px;
}
.online-course-section.style-five .section-title-space {
    margin-bottom: 56px;
    display: flex;
    align-items: flex-end;
}
.online-course-section.style-five .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}
.style-five .course_menu ul li {
    display: inline-block;
    text-align: center;
    padding: 11px 20px;
    cursor: pointer;
    margin: 0 4px;
    transition: 0.5s;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Open Sans";
    border-radius: 25px;
    background-color: #daf2ec;
}
.style-five .course_menu ul li:hover{
    background-color: var(--primary-color);
    color:var(--color-white);
}

.style-five li.current_menu_item {
    color: #fff !important;
    background: var(--primary-color)!important;
}

.style-five .course-single-box {
    border-radius: 20px;
    background-color: var(--color-white);
    padding: 30px 30px 35px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.style-five .course-thumb {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.style-five .course-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-five .course-single-box:hover .course-thumb::before {
    animation: shine 800ms;
}

.style-five .course-thumb img {
    width: 100%;
}
.style-five .course-thumb .price {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Outfit";
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    background-color: var(--dream-color-primary);
    text-align: center;
}
.style-five .course-content {
    padding: 30px 30px 0 0;
}

.style-five .course-content h5 {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 18px;
    background-color: rgb(30 194 142 / 8%);
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 20px;
}

.style-five .course-content > span {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color:var(--primary-color);
    font-weight: 600;
    font-family: "Outfit";
    float: right;
}

.style-five .course-content h3 a {
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 600;
    font-family: "Outfit";
    transition: 0.5s;
}

.style-five .course-content h3 a:hover{
    color:var(--primary-color)
}

.style-five .course-lesson {
    display: inline-block;
    margin: 8px 0 15px;
}

.style-five .course-lesson span {
    font-size: 16px;
    line-height: 28px;
    color: rgb(30 30 30 / 80%);
    font-weight: 400;
    font-family: "Open Sans";
}

.style-five .course-lesson span i {
    display: inline-block;
    margin-right: 6px;
}

.style-five .course-student {
    display: inline-block;
    margin-left: 25px;
}

.style-five .course-rating {
    margin-bottom: 30px;
}

.style-five .course-rating ul li {
    display: inline-block;
    font-size: 15px;
    color: #FFC942;
}

.style-five .course-rating ul {
    display: inline-block;
}

.style-five .course-rating-num {
    display: inline-block;
    margin-left: 15px;
}

.style-five .course-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 500;
    border-radius: 28px;
    padding: 7px 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(30,30,30,0.16);
    overflow: hidden;
}

.style-five .course-btn a:hover{
    color:var(--color-white);
}

.style-five .course-btn a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--primary-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto;
} 

.style-five .course-btn a:hover:before{
    height: 100%;
    top: 0;
    bottom: auto;
 }

 .style-five .course-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-five .course-shape {
    position: absolute;
    left: 110px;
    bottom: 325px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}

/*=================================================
<-- educate popular course Area Css -->
===================================================*/

.popular-course-area .popular-course-box.style1 {
    border-radius: 10px;
    background-color: #f1f9fc;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    transition: .5s;
}
.popular-course-area .popular-course-box.style1 .popular-course-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height:0;
}
.popular-course-area .popular-course-box.style1 .popular-course-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.138);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.popular-course-area .popular-course-box.style1 .popular-course-thumb a img {
    width: 100%;
    height: 197px;
    border-radius: 10px;
    object-fit: cover;
}
.popular-course-area .popular-course-box.style1:hover .popular-course-thumb::before {
    animation: circle 1s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.popular-course-area .popular-course-box.style1 .popular-sub-title h5 a {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 18px;
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 20px;
    color: #15c1fa;
    font-weight: 400;
    font-family: "Open Sans";
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    border: 1px solid rgba(21, 193, 250, 0.3);
}
.popular-course-area .popular-course-box.style1 .popular-sub-title {
    display: inline-block;
}
.popular-course-area .popular-course-box.style1 .popular-course-content.style-2 {
    position: relative;
    padding: 26px 10px 0 10px;
}
.popular-course-area .popular-course-box.style1 span.price {
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    position: absolute;
    top: 35px;
    right: 9px;
}
.popular-course-area .popular-course-box.style1 .popular-course-title h3 a {
    display: inline-block;
    color: var(--title-color);
    font-weight: 600;
    font-family: "Outfit";
    transition: 0.5s;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
.popular-course-area .popular-course-box.style1:hover .popular-course-title h3 a{
    color:#1ec28e;
}

.popular-course-area .popular-course-box.style1 .case-autor-content h3{
    margin:0;
    line-height:0;
}
.popular-course-area .popular-course-box.style1 .popular-price h6 {
    margin: 0;
}
.popular-course-area .popular-course-box.style1 .popular-course-title h3 {
    margin: 0;
    line-height: 0;
}
.popular-course-area .popular-course-box.style1 .case-autor-content h3 a {
    font-size: 18px;
    color: #616161;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    top: -7px;
}
.popular-course-area .popular-course-box.style1 .case-autor-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 0 20px 0;
    position: relative;
    border-top: 1px solid#D4DADD;
    margin-top: 20px;
}
.popular-course-area .popular-course-box.style1 .tutor-avatar {
    width: 36px;
    height: 36px;
    box-shadow: 0px 0px 0px 1px var(--tutor-border-color);
    background-color: #fff;
    border-radius: 100px;
    flex-shrink: 0;
    overflow: hidden;
}
.popular-course-area .popular-course-box.style1 .course-lesson span i {
    display: inline-block;
    margin-right: 6px;
    color: #1ec28e;
}
.popular-course-area .popular-course-box.style1 .course-lesson {
    display: inline-block;
    margin: 8px 0 15px;
}
.popular-course-area .popular-course-box.style1 .course-student {
    display: inline-block;
    margin: 8px 0 15px;
    margin-left: 25px;
}
.popular-course-area .popular-course-box.style1 .course-student span i {
    display: inline-block;
    margin-right: 6px;
    color: #1ec28e;
}
.popular-course-area .popular-course-box.style1 .course-btn a {
    display: inline-block;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 22px;
    background-color: rgba(30, 194, 142, 0);
    border: 1px solid rgba(30, 194, 142, 0.5);
    text-transform: uppercase;
    padding: 8px 23px;
    position: relative;
    z-index: 1;
    margin: 8px 0 8px;
}
.popular-course-area .popular-course-box.style1 .course-btn a:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:#1ec28e;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.popular-course-area .popular-course-box.style1 .course-btn a:hover{
    color:#fff;
}
.popular-course-area .popular-course-box.style1 .course-btn a i{
    margin-left:6px;
}

.popular-course-area .popular-course-box.style1 .course-btn a:hover:before{
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

/*course style three*/
.popular-course-area .popular-course-box.style3 {
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #f0fbf8;
    display: flex;
    align-items: center;
    padding: 20px 25px 20px 20px;
    transition: 0.5s;
    gap: 30px;
}
.business .popular-course-area .popular-course-box.style3{
    margin-bottom: 0px;
}
.popular-course-area .popular-course-box.style3 .popular-course-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height:0;
}
.popular-course-area .popular-course-box.style3 .popular-course-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.138);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.popular-course-area .popular-course-box.style3 span.tutor-icon-star-bold {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #1ec28e;
    margin: 0 2px;
}
.popular-course-area .popular-course-box.style3 .course-rating {
    display: inline-block;
}
.popular-course-area .popular-course-box.style3 .ratting_content {
    position: absolute;
    bottom: 29px;
    left: 42%;
}

.popular-course-area .popular-course-box.style3 .popular-course-thumb a img {
    width: 358px!important;
    height: 280px;
    border-radius: 10px;
    object-fit: cover;
    display: inline-block;
}
.popular-course-area .popular-course-box.style3:hover .popular-course-thumb::before {
    animation: circle 1s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.popular-course-area .popular-course-box.style3 .popular-sub-title h5 a {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 18px;
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 20px;
    color: #15c1fa;
    font-weight: 400;
    font-family: "Open Sans";
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    border: 1px solid rgba(21, 193, 250, 0.3);
}
.popular-course-area .popular-course-box.style3 .popular-sub-title {
    display: inline-block;
}
.popular-course-area .popular-course-box.style3 .popular-course-content.style-2 {
    position: relative;
}
.popular-course-area .popular-course-box.style3 span.price {
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    position: absolute;
    top: 4px;
    right: 9px;
}
.popular-course-area .popular-course-box.style3 span.tutor-icon-star-line {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #1ec28e;
    margin: 0 2px;
}
.popular-course-area .popular-course-box.style3 .popular-course-title h3 a {
    display: inline-block;
    color: var(--title-color);
    font-weight: 600;
    font-family: "Outfit";
    transition: 0.5s;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.popular-course-area .popular-course-box.style3:hover .popular-course-title h3 a{
    color:#1ec28e;
}

.popular-course-area .popular-course-box.style3 .case-autor-content h3{
    margin:0;
    line-height:0;
}
.popular-course-area .popular-course-box.style3 .popular-price h6 {
    margin: 0;
}
.popular-course-area .popular-course-box.style3 .popular-course-title h3 {
    margin: 0;
    line-height: 0;
}
.popular-course-area .popular-course-box.style3 .case-autor-content h3 a {
    font-size: 18px;
    color: #616161;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    top: -7px;
}
.popular-course-area .popular-course-box.style3 .case-autor-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 0 20px 0;
    position: relative;
    border-top: 1px solid#D4DADD;
    margin-top: 20px;
}
.popular-course-area .popular-course-box.style3 .tutor-avatar {
    width: 36px;
    height: 36px;
    box-shadow: 0px 0px 0px 1px var(--tutor-border-color);
    background-color: #fff;
    border-radius: 100px;
    flex-shrink: 0;
    overflow: hidden;
}
.popular-course-area .popular-course-box.style3 .course-lesson span i {
    display: inline-block;
    margin-right: 6px;
    color: #1ec28e;
}
.popular-course-area .popular-course-box.style3 .course-lesson {
    display: inline-block;
    margin: 8px 0 15px;
   margin-right: 25px;
}
.popular-course-area .popular-course-box.style3 .course-student {
    display: inline-block;
    margin: 8px 0 15px;
}
.popular-course-area .popular-course-box.style3 .course-student span i {
    display: inline-block;
    margin-right: 6px;
    color: #1ec28e;
}
.popular-course-area .popular-course-box.style3 .course-btn a {
    display: inline-block;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 22px;
    background-color: rgba(30, 194, 142, 0);
    border: 1px solid rgba(30, 194, 142, 0.5);
    text-transform: uppercase;
    padding: 8px 23px;
    position: relative;
    z-index: 1;
    margin: 8px 0 8px;
}
.popular-course-area .popular-course-box.style3 .course-btn a:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:#1ec28e;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.popular-course-area .popular-course-box.style3 .course-btn a:hover{
    color:#fff;
}
.popular-course-area .popular-course-box.style3 .course-btn a i{
    margin-left:6px;
}

.popular-course-area .popular-course-box.style3 .course-btn a:hover:before{
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}





.popular-course-area.style-six .section-title-space {
    margin-bottom: 58px;
}
.popular-course-area.style-six .popular-course-box {
    border-radius: 10px;
    display:flex;
    margin-bottom: 20px;
}

.popular-course-area.style-six .popular-course-thumb {
    position: relative;
    flex-shrink: 0;
    line-height: 0;
}
.popular-course-area.style-six .popular-course-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.popular-course-area.style-six .popular-course-box .popular-course-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
}
.popular-course-area.style-six .popular-course-box .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}
.popular-course-area.style-six .popular-course-box .section-title-desc p {
    font-size: 17px;
    line-height: 28px;
    color: var(--text-color);
    width: 50%;
    margin: 16px auto 0px;
}
.popular-course-area.style-six .popular-course-box .popular-course-content {
    position: relative;
    z-index: 1;
    padding: 33px 40px 15px 0;
    margin-left: -55px;
    transition: 0.5s;
}
.popular-course-area.style-six .popular-course-box .popular-course-content::before {
    position: absolute;
    content: '';
    width: 378px;
    height: 333px;
    border-radius: 20px;
    background-color: #f0fbf8;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.popular-course-content.style-2::before {
    background-color: #f2f6fb;
}
.popular-course-content.style-3::before {
    background-color: #fdf7f3;
}
.popular-course-content.style-4::before {
    background-color: #f1f9fc;
}
.popular-course-area.style-six .popular-course-box .popular-course-content::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 14px;
    background-color: var(--dream-color-primary);
    transition: 0.5s;
}
.popular-course-area.style-six .popular-course-box:hover .popular-course-content::after {
    width: 378px;
    left: -38px;
}
.style-six .course-tag {
    display: flex;
    justify-content: space-between;
}
.style-six .course-rating ul li {
    display: inline-block;
    font-size: 16px;
    color: var(--dream-color-primary);
    transition: 0.5s;
}
.popular-course-area.style-six .popular-course-box:hover .course-rating ul li{
    color:#fff;
}
.style-six li.ratting-num {
    color: #1e1e1e !important;
    transition: 0.5s;
}
.popular-course-area.style-six .popular-course-box:hover li.ratting-num{
    color:#fff !important;
}
.popular-course-area.style-six span.tutor-icon-star-line {
    color: #1ec28e;
    font-size: 16px;
    transition: .5s;
}
.popular-course-area.style-six .popular-course-box:hover span.tutor-icon-star-line {
    color: #fff;
}
.popular-course-area.style-six .popular-course-box:hover .course-rating {
    color: #fff;
}
.popular-course-area.style-six .course-rating {
    display: inline-block;
}
.popular-course-area.style-six .popular-sub-title h5 {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--dream-color-primary);
    font-weight: 400;
    font-family: "Open Sans";
    border-radius: 17px;
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(21,193,250,0.3);
    padding: 2px 19px;
    margin-bottom: 10px;
    transition: 0.5s;
    margin: 0;
}
.popular-course-area.style-six .popular-course-box:hover .popular-sub-title h5 a {
    color: #fff;
}
.popular-course-area.style-six .popular-course-box:hover .popular-sub-title h5{
    background-color: rgba(255,255,255,0.10196078431372549);
    border: 1px solid rgba(255,255,255,0.3);
    color:#fff;
}
.popular-course-area.style-six .popular-price h6 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    transition: 0.5s;
}
.popular-course-area.style-six .popular-course-box:hover .popular-price h6{
    color:#fff;
}
.style-six .popular-course-title h3 a {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    margin-bottom: 34px;
    transition: 0.5s;
    position: relative;
}
.popular-course-area.style-six .popular-course-box:hover .popular-course-title h3 a {
    color:#fff;
}
.style-six .popular-course-title h3 a::before {
    position: absolute;
    content: '';
    width: 296px;
    height: 1px;
    background-color: rgba(97,97,97,0.2);
    bottom: -17px;
    left: 0;
    transition: 0.5s;
}
.popular-course-area.style-six .popular-course-box:hover .popular-course-title h3 a::before{
    background-color: rgba(255,255,255,0.30196078431372547);
}
.style-six .popular-course-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    margin: 10px 0 27px;
    transition: 0.5s;
}
.popular-course-area.style-six .popular-course-box:hover .popular-course-desc p{
    color:#fff;
}
.popular-course-area.style-six .course-student {
    display: none;
}
.popular-course-area.style-six .popular-course-btn a {
    display: inline-block;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit";
    color: #1e1e1e;
    text-transform: uppercase;
}
.popular-course-area.style-six .popular-course-box:hover .popular-course-btn a{
    color:#fff;
}
.style-six .popular-course-btn a i {
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}
.popular-course-area.style-six .popular-course-box:hover .popular-course-btn a i{
    color:#fff;
}
.style-six .popular-course-btn a span {
    margin-left: -3px;
    display: inline-block;
    transition: 0.5s;
    opacity: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit";
}
.popular-course-area.style-six .popular-course-box:hover .popular-course-btn a span{
    color:#fff;
}
.popular-course-area.style-six .popular-course-box:hover .popular-course-btn a span {
    margin-left: 12px;
    opacity: 1;
}
/* popular shape */
.style-six .popular-course-shape1 {
    position: absolute;
    top: 96px;
    left: 10px;
    animation: scaleAnimation 3s infinite ease-in-out;
}
.style-six .popular-course-shape2 {
    position: absolute;
    right: 65px;
    bottom: 96px;
    animation: liftDumbbell 1.5s ease-in-out infinite;
}
/* === course program Tab === */
  
.style-three .tab {
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.style-three .tabs li {
    position: relative;
    margin-bottom: 20px;
}
  
.style-three .tabs li button {
    outline: none;
    padding: 22px 30px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 16px;
    background-color: var(--color-white);
    width: 374px;
    border: 0;
    text-align: left;
}
.style-three .nav-tabs {
    border-bottom: none;
}
.style-three .tabs li button:hover{
    background-color: var(--primary-color);
    color:var(--color-white);
}

.style-three .tabs li button:hover span{
    background-color:var(--color-white);
    color: var(--primary-color);
}
.style-three .tabs li button:hover span i{
    color: var(--primary-color);
}
.style-three .tabs li button span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    background: var(--primary-color);
    color: var(--color-white);
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.5s;
    text-align: center;
}
.course-program-area.style-three .nav-tabs .nav-link.active button span{
    background-color: #fff;
}

.style-three .tabs li button span i {
    color: #fff;
    font-size: 10px;
}
.style-three .tabs_item {
    display: none;
    padding: 8px 0 0;
}
  
.style-three .tabs_item:first-child {
    display: block;
}
  
.style-three li.current a {
    color:var(--color-white);
    border-radius: 16px;
    background-color:var(--primary-color) !important;
}

.style-three li.current a span {
    display: inline-block;
    background:var(--color-white) !important;
    color:var(--primary-color) !important;
}

/* couse box */

.style-three .case-study-single-box {
    border-radius: 20px;
    background-color:var(--color-white);
    padding: 28px 30px 40px;
    margin-bottom: 20px;
}

.course-program-area.style-three .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: var(--dream-color-primary);
    border-radius: 20px;
    padding: 22px 19px 22px;
}

.course-program-area.style-three .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span i{
    background: #fff;
        width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50px;
    color: var(--primary-color);
    text-align: center;
    display: inline-block;
}


.style-three .course-thumb {
    position: relative;
    overflow: hidden;
}

.style-three .course-thumb img {
    border-radius: 20px;
}

.style-three .course-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.style-three .course-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
}
.style-three .case-rating span {
    display: inline-block;
    color: var(--Secondary-color);
    margin-right: 4px;
    margin-top: 15px;
}
.style-three .case-study-content h5 a {
    font-size: 14px;
    line-height: 28px;
    color:var(--primary-color);
    font-weight: 500;
    border-radius: 16px;
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(30,194,142,0.3);
    display: inline-block;
    padding: 0 18px;
    margin: 30px 0 10px;
}

.style-three .single-course-box.box-2 .course-content h5{
    background-color: rgba(255,133,63,0.10196078431372549);
    border: 1px solid rgba(255,133,63,0.3);
    color: var(--Secondary-color);
}

.style-three .course-content h3 {
    margin-bottom: 7px;
}

.style-three .case-study-content h4 a{
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color:var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    transition: 0.5s;
}

.style-three .case-study-content h4 a:hover{
    color: var(--primary-color);
}

.style-three .single-course-box.box-2 .course-content h3 a:hover{
    color: var(--Secondary-color);
}

.style-three .case-rating ul {
    display: inline-block;
}

.style-three .case-rating ul li {
    display: inline-block;
    color: var(--Secondary-color);
}

.style-three .case-rating-num {
    display: inline-block;
}

.style-three .case-rating-num span {
    display: inline-block;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 400;
}

.style-three .case-meta-top > span {
    display: inline-block;
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
    margin: 13px 0 23px;
}

.style-three .single-course-box.box-2 .case-meta-top span{
    color:var(--Secondary-color);
}

.style-three .course-btn a {
    display: inline-block;
    font-size: 14px;
    color:var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 22px;
    background-color: rgba(30,194,142,0);
    border: 1px solid rgba(30,194,142,0.5);
    text-transform: uppercase;
    padding: 8px 23px;
    position: relative;
    z-index: 1;
}

.style-three .course-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--primary-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-three .course-btn a:hover{
    color:var(--color-white);
}

.style-three .course-btn a:hover::before {
    width: 100%;
    left: 0;
}

.style-three .single-course-box.box-2 .course-btn a::before {
    background:var(--Secondary-color);
}

.style-three .single-course-box.box-2 .course-btn a:hover{
    color:var(--color-white);
}

.style-three .single-course-box.box-2 .course-btn a{
    color:var(--Secondary-color);
    border: 1px solid rgb(255, 133, 63,0.5);
}

.style-three .course-btn a i {
    display: inline-block;
    margin-left: 10px;
}

/* instructor box */
.style-three .course-instuctor-wrapper {
    position: relative;
    padding-top: 175px;
    padding-left: 85px;
}

.style-three .course-instuctor-box {
    position: relative;
    z-index: 1;
}

.style-three .course-instructor-content {
    display: flex;
    align-items: center;
}

.style-three .course-instructor-content h3 {
    display: inline-block;
    font-size: 26px;
    color:var(--title-color);
    font-weight: 600;
}

.style-three .course-instructor-content span {
    display: inline-block;
    font-size: 26px;
    color:var(--title-color);
    font-weight: 600;
}

.style-three .course-instructor-content p {
    display: inline-block;
    margin-left: 10px;
}

.style-three .instuctor-dot-shape {
    position: absolute;
    top: 100px;
    left: 152px;
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.style-three .instuctor-arrow-shape {
    position: absolute;
    top: 175px;
    left: 0;
    animation: bounceleft 8s linear infinite;
}

/* course nav */

.style-three.course-program-area .owl-nav {
    position: absolute;
    right: -75px;
    bottom: 290px;
}

.style-three.course-program-area .owl-prev {
    display: block;
    margin-bottom: 12px;
}

.style-three.course-program-area .owl-next i {
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    color:var(--title-color);
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(30,30,30,0.1);
}

.style-three.course-program-area .owl-next i:hover{
    background-color: var(--primary-color);
    color:var(--color-white)
}

.style-three.course-program-area .owl-next {
    display: inline-block;
}

.style-three.course-program-area .owl-prev i {
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    color:var(--title-color);
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(30,30,30,0.1);
}

.style-three.course-program-area .owl-prev i:hover{
    background-color: var(--primary-color);
    color:var(--color-white)
}


/* ============================================= */
    /* educate cumpus life section css */
/* ============================================= */

.campus-life-section.style-three {
    padding: 120px 0 120px;
    position: relative;
}

.campus-life-section.style-three .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.campus-life-section.style-three .section-title-desc p {
    margin: 13px 0 33px;
}

.style-three .campus-life-thumb {
    position: relative;
    margin-left: -190px;
    transition: 0.5s;
    overflow: hidden;
}

.style-three .campus-life-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-three .campus-life-thumb:hover::before {
    animation: shine 800ms;
}

.style-three .campus-video-icon {
    position: absolute;
    top: 75px;
    right: 115px;
}

.style-three .campus-video-icon a {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 80px;
    border-radius: 50px;
    background-color:var(--primary-color);
    text-align: center;
    color:var(--color-white);
    font-size: 20px;
    position: relative;
    z-index: 1;
    border: 5px solid #fff;
    webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: 0.5s;
}

.style-three .campus-title h5 {
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    padding-top: 53px;
}

.style-three .campus-single-box {
    border-radius: 20px;
    background-color: #f0fbf8;
    padding: 40px 28px 35px;
    text-align: center;
}

.style-three .campus-single-box.two {
    background-color: #fdf7f3;
}

.style-three .campus-single-box.three {
    background-color: #f1f9fc;
}

.style-three .row.box-space {
    margin-bottom: 40px;
}

.style-three .campus-icon {
    transition: 0.5s;
    width: 60px;
    height: 42px;
    margin: 0 auto;
}

.style-three .campus-single-box:hover .campus-icon{
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}

.style-three .campus-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    border-radius: 26px;
    background-color: var(--primary-color);
    padding: 11px 35px;
    position: relative;
    z-index: 1;
}

.style-three .campus-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--title-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-three .campus-btn a:hover::before {
    width: 100%;
    left: 0;
}

.style-three .campus-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-three .campus-life-shape1 {
    position: absolute;
    top: 120px;
    right: 124px;
    animation: rotateme 8s linear infinite;
}

.style-three .campus-life-shape2 {
    position: absolute;
    right: 104px;
    bottom: 150px;
    animation: bounceleft 8s linear infinite;
}

.style-four .course-single-box {
    background: url(https://wp.ditsolution.net/educatex/wp-content/uploads/2025/07/box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 30px 40px;
    margin-bottom: 30px;
}
.dark .style-four .course-single-box {
      background:url(https://wp.ditsolution.net/educatex/wp-content/uploads/2025/10/shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 30px 40px;
    margin-bottom: 30px;
  
}
.style-four .course-thumb {
    position: relative;
    overflow: hidden;
}

.style-four .course-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.style-four .course-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
}

.style-four .course-thumb img {
    width: 100%;
}

.style-four .course-content {
    padding-left: 20px;
}

.style-four .course-content h5 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 16px;
    display: inline-block;
    margin-top: 30px;
    padding: 0 20px;
    margin-bottom: 6px;
    color: #fb8945;
    background-color: rgba(251, 137, 69, 0.10196078431372549);
    border: 1px solid rgba(251, 137, 69, 0.3);
}
.style-four .course-content h5 a{
    color: #fb8945;
}


.style-four .course-single-box.box-2 .course-content h5 {
    color: #fb8945;
    background-color: rgba(251,137,69,0.10196078431372549);
    border: 1px solid rgba(251,137,69,0.3);
}
.style-four .course-content span {
    color: #ff9415;
    margin-right: 5px;
}
.style-four .course-content h3 a {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    transition: 0.5s;
    margin-bottom: 9px;
}
.style-four .course-rating span {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e !important;
    font-weight: 400;
    font-family: "Outfit";
}
.style-four .course-single-box.box-2 .course-content h3 a:hover{
    color: var(--Secondary-color);
}

.style-four .course-content h3 a:hover{
    color: var(--primary-color);
}
.style-four .course-rating {
    display: inline-block;
    margin-top: 5px;
}

.style-four .course-rating ul li {
    display: inline-block;
    color: #ff9415;
}

.style-four li.ratting-count {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e !important;
    font-weight: 400;
    font-family: "Outfit";
}

.style-four .course-price h6 {
    font-size: 24px;
    color: var(--dream-color-primary);
    font-weight: 500;
    margin: 8px 0 0;
}

.style-four .course-single-box.box-2 .course-price h6 {
    color: #ff9415;
}

.style-four .course-single-box.box-2 .course-price h6 del {
    opacity: 0.502;
    font-size: 24px;
    text-decoration: line-through;
    color: #616161;
    font-weight: 400;
}

.style-four .course-btn a {
    display: inline-block;
    font-size: 14px;
    color: var(--dream-color-primary);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 22px;
    background-color: rgba(30, 194, 142, 0);
    border: 1px solid rgba(30, 194, 142, 0.5);
    padding: 11px 28px;
    position: relative;
    z-index: 1;
    margin-top: 27px;
    text-transform: uppercase;
}

.style-four .course-single-box.box-2 .course-btn a{
    color: #ff9415;
    border: 1px solid #ff9415;
}

.style-four .course-single-box.box-2 .course-btn a:hover{
    color:#fff;
}

.style-four .course-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-four .course-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-four .course-single-box.box-2 .course-btn a::before{
    background:#fb8945;
}

.style-four .course-btn a:hover::before {
    width: 100%;
    left: 0;
}

.style-four .course-btn a:hover{
    color:#fff;
}

.style-four .course-btn a:hover i{
    color:#fff;
}
/*style two*/
.our-course-area.style-four.two .course-single-box {
    padding: 30px 30px 40px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 30px 30px 40px;
    margin-bottom: 20px;
    transition: 0.5s;
    text-align: center;
}
.our-course-area.style-four.two .course-content span {
    display: none;
}
.our-course-area.style-four.two .course-content h3 a {
    margin-bottom: 0;
}
.our-course-area.style-four.two .course-rating {
    display: none;
    margin-top: 5px;
}
.our-course-area.style-four.two .popular-course-desc p {
    margin: 7px 0 0;
}


/* our course nav */

.our-course-area.style-four .owl-nav {
    position: inherit;
    right: 65px;
    bottom: 370px;
}

.our-course-area.style-four .owl-prev {
    display: inline-block;
    margin-bottom: 12px;
    position: absolute;
    left: -5px;
    bottom: 48px;
}

.our-course-area.style-four .owl-next i {
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    color:var(--title-color);
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(30,30,30,0.1);
}

.our-course-area.style-four .owl-next i:hover{
    background-color: var(--primary-color);
    color:var(--color-white)
}

.our-course-area.style-four .owl-next {
    display: inline-block;
    position: absolute;
    right: -135px;
    bottom: 48px;
}

.our-course-area.style-four .owl-prev i {
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    color:var(--title-color);
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(30,30,30,0.1);
}

.our-course-area.style-four .owl-prev i:hover{
    background-color: var(--primary-color);
    color:var(--color-white)
}
/*style two*/
.our-course-area.style-four.two .owl-nav {
    bottom: 215px;
}


/* our course shape */
.our-course-shape1 {
    position: absolute;
    top: 200px;
    left: 196px;
    animation: animatePen 3s infinite ease-in-out;
}

.our-course-shape2 {
    position: absolute;
    right: 126px;
    top: 200px;
    animation: flip 1.5s ease-in-out infinite;
}


.tutor-wrap {
    color: var(--tutor-body-color);
    padding: 100px 0;
}
.tutor-form-icon:not(.tutor-form-icon-reverse)~.tutor-form-control {
    padding-left: 20px !important;
}

.search input[type="search"], .search input[type="text"] {
    height: 42px;
}
.tutor-course-card .tutor-course-name, .tutor-course-card .tutor-course-name a {
    font-size: 19px;
    line-height: 23px;
    margin: 0;
}
.tutor-avatar-text {
    background-color: var(--dream-color-primary);
}
.tutor-btn-outline-primary {
    border-color: var(--dream-color-primary);
}
.tutor-btn {
    color: #fff;
    border: 1px solid var(--dream-color-primary);
    background: var(--dream-color-primary); 
}
.tutor-btn:hover {
    border: 1px solid var(--dream-color-secondary);
    background: var(--dream-color-secondary);  
}


.tutor-btn-outline-primary:hover, .tutor-btn-outline-primary:focus, .tutor-btn-outline-primary:active {
    color: #fff;
    border-color: var(--dream-color-primary);
    background-color: var(--dream-color-primary);
}
.tutor-btn-primary:hover, .tutor-btn-primary:focus, .tutor-btn-primary:active {
    color: #fff;
    border-color: var(--dream-color-secondary) !important;
    background-color: var(--dream-color-secondary) !important; 
}


.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current {
    color: var(--dream-color-primary) !important;
}
.tutor-pagination ul.tutor-pagination-numbers .page-numbers:before {
   background: var(--dream-color-primary) !important;
}
.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev:hover, .tutor-pagination ul.tutor-pagination-numbers .page-numbers.next:hover {
    color: var(--tutor-color-white);
   background: var(--dream-color-primary) !important;
}
.tutor-meta a {
    text-transform: capitalize;
}
.tutor-course-card .tutor-course-name a:hover {
    color: var(--dream-color-primary) !important;
}
a.tutor-btn.tutor-btn-ghost.tutor-course-wishlist-btn.tutor-mr-16, 
a.tutor-btn.tutor-btn-ghost.tutor-course-share-btn {
    border-radius: 5px;
    padding: 5px 10px !important;
}
a.tutor-btn.tutor-btn-ghost.tutor-course-wishlist-btn.tutor-mr-16:hover, a.tutor-btn.tutor-btn-ghost.tutor-course-share-btn:hover {
    border-radius: 5px;
    padding: 5px 10px !important;
    color: #fff; 
    background:var(--dream-color-secondary) !important;
}

.tutor-enroll-course-button{
        color: var(--tutor-color-white);
   background: var(--dream-color-primary) !important;
}
.tutor-enroll-course-button:hover{
        
   border-color: var(--dream-color-primary) !important;
}

.tutor-tag-list li a:hover {
    color: var(--dream-color-primary) !important;
    border-color: var(--dream-color-primary) !important;
}

.tutor-accordion-item-header.is-active {
    color: var(--dream-color-primary) !important;
    background-color: #eff1f6;
    border-radius: 6px 6px 0 0;
}
.tutor-accordion-item-header:hover { 
    color: var(--dream-color-primary); 
}

.dreamit-button .button::before{
    background:var(--dream-color-secondary);
}
.tutor-accordion-item-header:after {
    color: var(--dream-color-primary) !important; 
}
.tutor-color-black {
    text-transform: capitalize;
}
a.tutor-btn.tutor-btn-ghost {
    padding: 5px 15px !important;
    border-radius: 4px;
}
.tutor-round-box {
    color: var(--dream-color-primary) !important; 
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a {
    background-color: var(--dream-color-primary) !important; 
    
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-icon {
    color: var(--dream-color-primary) !important; 
}
.tutor-table tr td>a:not(.tutor-btn):not(.tutor-iconic-btn):not(.quiz-manual-review-action):hover, .tutor-table tr td .tutor-table-link:hover {
    color: var(--dream-color-primary) !important;
}





